.temp-header-wrapper-48d781b3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0; 
    transition: padding 0.4s ease;
}

.temp-header-48d781b3 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.4s ease;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Scrolled (Sticky) State using requested class */
.elementor-sticky--active .temp-header-wrapper-48d781b3 {
    position: fixed;
    padding-top: 10px; /* Space from top when sticky */
}

.elementor-sticky--active .temp-header-48d781b3 {
    max-width: calc(100% - 40px); /* Side margins for floating effect 10px 20px */
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}


.temp-header-container-48d781b3 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 24px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.elementor-sticky--active .temp-header-container-48d781b3 {
    min-height: 60px; /* Slightly thinner when sticky */
}


.temp-logo-48d781b3 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.temp-logo-48d781b3 a {
    display: inline-flex;
    text-decoration: none;
}

.temp-logo-48d781b3 img {
    display: block;
    width: 160px; /* Increased for desktop */
    height: auto;
    min-height: 32px;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.temp-nav-desktop-48d781b3 ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
}

.temp-nav-desktop-48d781b3 a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.temp-nav-desktop-48d781b3 a:hover {
    color: #555;
}

.temp-actions-desktop-48d781b3 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.temp-login-48d781b3 {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
}

.temp-btn-48d781b3 {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: transform 0.2s ease, background 0.2s ease;
    display: inline-block;
    line-height: 1.2;
}

.temp-btn-48d781b3:hover {
    background: #222;
    transform: translateY(-1px);
}

/* Mobile & Tablet */
.temp-hamburger-48d781b3 {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    padding: 0;
}

.temp-hamburger-48d781b3 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
}

.temp-mobile-menu-48d781b3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-sizing: border-box;
    overflow-y: auto;
}

.temp-mobile-menu-48d781b3.is-open {
    transform: translateY(0);
}

.temp-mobile-menu-header-48d781b3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.temp-mobile-close-48d781b3 {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.temp-nav-mobile-48d781b3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.temp-nav-mobile-48d781b3 li {
    border-bottom: 1px solid #f0f0f0;
}

.temp-nav-mobile-48d781b3 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
}

.temp-mobile-footer-48d781b3 {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.temp-login-mobile-48d781b3 {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 6px;
}

.temp-btn-mobile-48d781b3 {
    display: block;
    text-align: center;
    padding: 10px 16px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}

.temp-social-icons-48d781b3 {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
}

.temp-social-link-48d781b3 svg {
    width: 14px;
    height: 14px;
    fill: #666;
    transition: fill 0.2s ease;
}

.temp-social-link-48d781b3:hover svg {
    fill: #000;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .temp-header-container-48d781b3 {
        padding: 0 18px;
    }
    .temp-nav-desktop-48d781b3 a {
        font-size: 12px;
    }
    .temp-nav-desktop-48d781b3 ul {
        gap: 16px;
    }
    .temp-logo-48d781b3 img {
        width: 125px; /* Tablet */
        min-height: 28px;
    }
    
    /* Tablet sticky adjustments */
    .elementor-sticky--active .temp-header-wrapper-48d781b3 {
        padding-top: 8px;
    }
    .elementor-sticky--active .temp-header-48d781b3 {
        max-width: calc(100% - 32px);
        border-radius: 40px;
    }
}

@media (max-width: 991px) {
    .temp-nav-desktop-48d781b3, .temp-actions-desktop-48d781b3 { display: none; }
    .temp-hamburger-48d781b3 { display: flex; }
    
    /* Mobile header */
    .temp-header-48d781b3 {
        padding: 8px 0;
    }
    .temp-header-container-48d781b3 {
        padding: 6px 16px;
        min-height: 48px;
        max-height: 56px;
        align-items: center;
    }
    .temp-mobile-menu-header-48d781b3 .temp-logo-48d781b3 img {
         width: 120px; /* Mobile */
         min-height: 28px;
    }
    .temp-nav-mobile-48d781b3 a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .temp-header-container-48d781b3 {
        padding: 6px 14px;
        min-height: 48px;
        max-height: 56px;
    }
    .temp-logo-48d781b3 img {
        width: 120px; /* Mobile */
        min-height: 24px;
    }
    .temp-nav-mobile-48d781b3 a {
        font-size: 14px;
    }
    
    /* Mobile sticky adjustments */
    .elementor-sticky--active .temp-header-wrapper-48d781b3 {
        padding-top: 6px;
    }
    .elementor-sticky--active .temp-header-48d781b3 {
        max-width: calc(100% - 20px); /* Side margins 10px */
        border-radius: 30px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08); /* Lighter shadow for mobile */
    }
}
