
/* ==========================================================================
   DESTINTEL HOME PAGE - RENDERBOX OPTIMIZED CSS
   Root ID: #home_root__K8m4X
   All classes prefixed with: home_
   Follows ALL RenderBox Golden Rules
   ========================================================================== */

/* ==========================================================================
   SCOPED RESET
   ========================================================================== */
#home_root__K8m4X,
#home_root__K8m4X *,
#home_root__K8m4X *::before,
#home_root__K8m4X *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#home_root__K8m4X {
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #0a0c10 !important;
    color: #ffffff !important;
    min-height: 100vh;
    line-height: 1.5;
    position: relative !important;
}

#home_root__K8m4X ::selection {
    background: #00ccb1 !important;
    color: #000000 !important;
}

/* ==========================================================================
   ENTRY ANIMATION CLASSES (Class-Based Pattern)
   ========================================================================== */
#home_root__K8m4X .home_animateIn__Aa1Bb {
    opacity: 0 !important;
}

#home_root__K8m4X .home_animateIn__Aa1Bb.home_animated__Aa2Cc {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#home_root__K8m4X .home_slideUp__Aa3Dd {
    transform: translateY(60px) !important;
}

#home_root__K8m4X .home_slideLeft__Aa4Ee {
    transform: translateX(-20px) !important;
}

#home_root__K8m4X .home_slideRight__Aa5Ff {
    transform: translateX(20px) !important;
}

/* ==========================================================================
   CONTAINER &amp; BASE TYPOGRAPHY
   ========================================================================== */
#home_root__K8m4X .home_container__P2n7Q {
    background: #0a0c10 !important;
    position: relative !important;
}

#home_root__K8m4X h1,
#home_root__K8m4X h2,
#home_root__K8m4X h3,
#home_root__K8m4X h4,
#home_root__K8m4X h5,
#home_root__K8m4X h6 {
    font-weight: 700;
    line-height: 1.2;
}

#home_root__K8m4X a {
    color: inherit;
    text-decoration: none;
}

/* Section Containers */
#home_root__K8m4X .home_sectionContainer__C3k7P {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem !important;
}

#home_root__K8m4X .home_sectionHeaderCenter__F8j2M {
    text-align: center;
    margin-bottom: 4rem;
}

#home_root__K8m4X .home_sectionHeaderLeft__B3s8C {
    margin-bottom: 4rem;
}

#home_root__K8m4X .home_sectionTitle__G4n8Q {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 1rem;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_sectionDescription__H1t5X {
    color: #9ca3af !important;
    max-width: 42rem;
    margin: 0 auto;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_sectionDescriptionLarge__C9t4D {
    font-size: 1.125rem;
    color: #9ca3af !important;
    width: 100%;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
#home_root__K8m4X .home_btnPrimary__X2d8G {
    display: inline-block !important;
    padding: 1rem 2.5rem !important;
    background: #00ccb1 !important;
    color: #000000 !important;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 204, 177, 0.3) !important;
    transition: transform 0.3s ease !important;
}

#home_root__K8m4X .home_btnPrimary__X2d8G:hover {
    transform: scale(1.05) !important;
}

#home_root__K8m4X .home_btnSecondary__Z6w1A {
    display: inline-block !important;
    padding: 1rem 2.5rem !important;
    border: 1px solid #374151 !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    text-align: center;
    background: transparent !important;
    transition: background 0.3s ease !important;
}

#home_root__K8m4X .home_btnSecondary__Z6w1A:hover {
    background: rgba(55, 65, 81, 0.5) !important;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
#home_root__K8m4X .home_hero__A5c9R {
    position: relative !important;
    overflow: hidden !important;
    padding: 8rem 1.5rem !important;
    min-height: 100vh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0a0c10 !important;
}

#home_root__K8m4X .home_heroContent__W3j6L {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: relative !important;
    z-index: 10 !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_heroTitle__E4h8M {
    font-size: 2.25rem;
    font-weight: 900;
    color: #ffffff !important;
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

#home_root__K8m4X .home_heroGradient__J7k3F {
    background: linear-gradient(to right, #00ccb1, #ffffff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

#home_root__K8m4X .home_heroDescription__N1m9P {
    color: #9ca3af !important;
    max-width: 48rem;
    margin: 0 auto 3rem;
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 300;
}

#home_root__K8m4X .home_heroButtons__Q6t4B {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem;
}

#home_root__K8m4X .home_heroGradientBg__V5r7Y {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle at center, rgba(0, 204, 177, 0.05) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* ── FIX: justify-content: center added here ── */
@media (min-width: 640px) {
    #home_root__K8m4X .home_heroButtons__Q6t4B {
        flex-direction: row !important;
        justify-content: center !important;
        gap: 1.5rem;
    }
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_heroTitle__E4h8M {
        font-size: 4.5rem;
    }
}

/* ==========================================================================
   STATS BAR
   ========================================================================== */
#home_root__K8m4X .home_statsBar__L9w2K {
    border-top: 1px solid #111827 !important;
    border-bottom: 1px solid #111827 !important;
    background: rgba(10, 12, 16, 0.8) !important;
    backdrop-filter: blur(4px);
    margin-bottom: 6rem !important;
}

#home_root__K8m4X .home_statsContainer__M4s6H {
    max-width: 1280px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    padding: 2rem 1.5rem !important;
}

#home_root__K8m4X .home_statItem__T8p3N {
    text-align: center;
}

#home_root__K8m4X .home_statValue__R7f1C {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff !important;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease !important;
}

#home_root__K8m4X .home_statItem__T8p3N:hover .home_statValue__R7f1C {
    color: #00ccb1 !important;
}

#home_root__K8m4X .home_statLabel__U3x5Z {
    font-size: 0.625rem;
    color: #6b7280 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_statsContainer__M4s6H {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }
    
    #home_root__K8m4X .home_statValue__R7f1C {
        font-size: 2.25rem;
    }
}

/* ==========================================================================
   PARTNERS SECTION
   ========================================================================== */
#home_root__K8m4X .home_partners__B6v9D {
    padding: 6rem 1.5rem !important;
    background: #0a0c10 !important;
}

#home_root__K8m4X .home_partnersGrid__I9r3Y {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

#home_root__K8m4X .home_partnerCard__J2w6T {
    background: #121826 !important;
    border: 1px solid #1f2937 !important;
    padding: 2rem !important;
    border-radius: 0.75rem;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    transition: border-color 0.3s ease, 
                transform 0.3s ease,
                box-shadow 0.3s ease !important;
}

#home_root__K8m4X .home_partnerCard__J2w6T:hover {
    border-color: rgba(0, 204, 177, 0.3) !important;
    transform: translateY(-4px) !important;
}

#home_root__K8m4X .home_partnerIcon__K7p4F {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

#home_root__K8m4X .home_textBlue__L3x9A { color: #60a5fa !important; }
#home_root__K8m4X .home_textEmerald__P4f3K { color: #34d399 !important; }
#home_root__K8m4X .home_textAmber__Q9s6L { color: #fbbf24 !important; }

#home_root__K8m4X .home_partnerTitle__M8v2S {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

#home_root__K8m4X .home_partnerDescription__N5t8D {
    color: #9ca3af !important;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

#home_root__K8m4X .home_partnerCta__O1r7B {
    color: #00ccb1 !important;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem;
}

#home_root__K8m4X .home_partnerCta__O1r7B i {
    transition: transform 0.3s ease !important;
}

#home_root__K8m4X .home_partnerCard__J2w6T:hover .home_partnerCta__O1r7B i {
    transform: translateX(0.25rem) !important;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_partnersGrid__I9r3Y {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ==========================================================================
   METHODOLOGY SECTION
   ========================================================================== */
#home_root__K8m4X .home_methodology__R6w8N {
    padding: 6rem 1.5rem !important;
    background: linear-gradient(to bottom, #0a0c10, #121826) !important;
}

#home_root__K8m4X .home_methodologyGrid__S7t2V {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

#home_root__K8m4X .home_methodologyItem__Tt3Vv {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_methodologyNumber__Uu4Ww {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #1f2937 !important;
    background: #111827 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #00ccb1 !important;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    transition: border-color 0.3s ease !important;
}

#home_root__K8m4X .home_methodologyItem__Tt3Vv:hover .home_methodologyNumber__Uu4Ww {
    border-color: #00ccb1 !important;
}

#home_root__K8m4X .home_methodologyTitle__Vv5Xx {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 1rem;
}

#home_root__K8m4X .home_methodologyDescription__Ww6Yy {
    color: #6b7280 !important;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
}

#home_root__K8m4X .home_methodologyOutcome__Xx7Zz {
    margin-top: auto;
    padding: 0.25rem 1rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.25rem;
    font-size: 0.625rem;
    color: #00ccb1 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_methodologyGrid__S7t2V {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #home_root__K8m4X .home_methodologyGrid__S7t2V {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* ==========================================================================
   PROVEN RESULTS SLIDER
   ========================================================================== */
#home_root__K8m4X .home_provenResults__T3x9M {
    padding: 6rem 1.5rem !important;
    overflow: hidden !important;
    background: #0a0c10 !important;
}

#home_root__K8m4X .home_resultsHeader__U8r4K {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-bottom: 4rem;
    gap: 1rem;
}

#home_root__K8m4X .home_resultsControls__V2p7W {
    display: flex !important;
    align-items: center !important;
    gap: 1rem;
}

#home_root__K8m4X .home_sliderBtn__W9f3X {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #1f2937 !important;
    background: transparent !important;
    color: #ffffff !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color 0.3s ease !important;
}

#home_root__K8m4X .home_sliderBtn__W9f3X:hover {
    border-color: #00ccb1 !important;
}

#home_root__K8m4X .home_sliderLibraryBtn__Y5v9Z {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.75rem 1.5rem !important;
    border: 1px solid #1f2937 !important;
    border-radius: 0.375rem;
    background: transparent !important;
    transition: background 0.3s ease !important;
}

#home_root__K8m4X .home_sliderLibraryBtn__Y5v9Z:hover {
    background: rgba(31, 41, 55, 0.5) !important;
}

#home_root__K8m4X .home_sliderContainer__Z1w6N {
    position: relative !important;
    height: 480px;
}

#home_root__K8m4X .home_slide__Zz8Aa {
    position: absolute !important;
    inset: 0;
    transition: all 0.7s ease-in-out !important;
    opacity: 0 !important;
    transform: translateX(3rem) !important;
    pointer-events: none !important;
}

#home_root__K8m4X .home_slide__Zz8Aa.home_slideActive__Ab9Bb {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
}

#home_root__K8m4X .home_caseStudyCard__Bc1Cc {
    background: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem;
    overflow: hidden !important;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

#home_root__K8m4X .home_caseStudyHeader__Cd2Dd {
    padding: 2rem !important;
    border-bottom: 1px solid #1f2937 !important;
}

#home_root__K8m4X .home_caseStudyMeta__De3Ee {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 1rem;
}

#home_root__K8m4X .home_caseStudyTag__Ef4Ff {
    font-size: 0.625rem;
    color: #00ccb1 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#home_root__K8m4X .home_caseStudyCount__Fg5Gg {
    font-size: 0.625rem;
    color: #6b7280 !important;
    font-weight: 700;
    text-transform: uppercase;
}

#home_root__K8m4X .home_caseStudyTitle__Gh6Hh {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#home_root__K8m4X .home_caseStudyContent__Hi7Ii {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

#home_root__K8m4X .home_caseStudySection__Ij8Jj {
    display: flex !important;
    flex-direction: column !important;
}

#home_root__K8m4X .home_caseStudyLabel__Jk9Kk {
    font-size: 0.625rem;
    color: #6b7280 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#home_root__K8m4X .home_caseStudyText__Kl1Ll {
    color: #9ca3af !important;
    font-size: 0.875rem;
    line-height: 1.6;
}

#home_root__K8m4X .home_caseStudyFooter__Lm2Mm {
    background: #0a0c10 !important;
    padding: 2rem !important;
    margin-top: auto;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

#home_root__K8m4X .home_caseStudyStats__Mn3Nn {
    display: flex !important;
    gap: 2.5rem;
    flex-wrap: wrap;
}

#home_root__K8m4X .home_caseStudyStat__No4Oo {
    text-align: left;
}

#home_root__K8m4X .home_caseStudyStatValue__Op5Pp {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 700;
}

#home_root__K8m4X .home_caseStudyStatLabel__Pq6Qq {
    font-size: 0.5625rem;
    color: #6b7280 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#home_root__K8m4X .home_caseStudyBtn__Qr7Rr {
    padding: 0.5rem 1.25rem !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 0.375rem;
    border: none !important;
    cursor: pointer;
    transition: background 0.3s ease !important;
    flex-shrink: 0;
}

#home_root__K8m4X .home_caseStudyBtn__Qr7Rr:hover {
    background: #e5e7eb !important;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_resultsHeader__U8r4K {
        flex-direction: row !important;
        align-items: flex-end !important;
    }
    
    #home_root__K8m4X .home_sliderContainer__Z1w6N {
        height: 350px;
    }
    
    #home_root__K8m4X .home_caseStudyContent__Hi7Ii {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    #home_root__K8m4X .home_caseStudyFooter__Lm2Mm {
        flex-direction: row !important;
        align-items: center !important;
    }
}

/* ==========================================================================
   CORE SERVICES SECTION
   ========================================================================== */
#home_root__K8m4X .home_coreServices__A7r2B {
    padding: 6rem 1.5rem !important;
    background: #0c1018 !important;
}

#home_root__K8m4X .home_coreServicesGrid__D2p7E {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
}

#home_root__K8m4X .home_coreServiceCard__Rs8Ss {
    position: relative !important;
    padding: 2rem !important;
    background: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1rem;
    overflow: hidden !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.3s ease !important;
}

#home_root__K8m4X .home_coreServiceCard__Rs8Ss:hover {
    border-color: rgba(0, 204, 177, 0.3) !important;
}

#home_root__K8m4X .home_coreServiceIcon__St9Tt {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    padding: 1.5rem !important;
    font-size: 3.75rem;
    color: #1f2937 !important;
    transition: color 0.3s ease !important;
    z-index: 1 !important;
}

#home_root__K8m4X .home_coreServiceCard__Rs8Ss:hover .home_coreServiceIcon__St9Tt {
    color: rgba(0, 204, 177, 0.2) !important;
}

#home_root__K8m4X .home_coreServiceTitle__Tu1Uu {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative !important;
    z-index: 10 !important;
}

#home_root__K8m4X .home_coreServiceDescription__Uv2Vv {
    color: #9ca3af !important;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative !important;
    z-index: 10 !important;
}

#home_root__K8m4X .home_coreServiceResult__Vw3Ww {
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 1.5rem !important;
    border-radius: 0.5rem;
    border-left: 2px solid #00ccb1 !important;
    position: relative !important;
    z-index: 10 !important;
}

#home_root__K8m4X .home_coreServiceResultLabel__Wx4Xx {
    font-size: 0.625rem;
    color: #6b7280 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
}

#home_root__K8m4X .home_coreServiceResultText__Xy5Yy {
    color: #ffffff !important;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: italic;
}

@media (min-width: 1024px) {
    #home_root__K8m4X .home_coreServicesGrid__D2p7E {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ==========================================================================
   SERVICE PORTFOLIO GRID
   ========================================================================== */
#home_root__K8m4X .home_servicePortfolio__E8v3F {
    padding: 6rem 1.5rem !important;
    background: #0a0c10 !important;
}

#home_root__K8m4X .home_portfolioGrid__F4w9G {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

#home_root__K8m4X .home_serviceCard__Yz6Zz {
    background: #121826 !important;
    border: 1px solid rgba(31, 41, 55, 0.5) !important;
    border-radius: 0.75rem;
    padding: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease, 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_serviceCard__Yz6Zz:hover {
    border-color: rgba(0, 204, 177, 0.3) !important;
}

#home_root__K8m4X .home_serviceCardGradient__Zb8Cc {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 8rem;
    height: 8rem;
    background: radial-gradient(circle, rgba(0, 204, 177, 0.05) 0%, transparent 70%) !important;
    border-radius: 50%;
    margin-right: -4rem;
    margin-top: -4rem;
    transition: transform 0.7s ease !important;
}

#home_root__K8m4X .home_serviceCard__Yz6Zz:hover .home_serviceCardGradient__Zb8Cc {
    transform: scale(1.25) !important;
}

#home_root__K8m4X .home_serviceCardBadgeWrapper__Ac9Dd {
    margin-bottom: 1.5rem;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa {
    padding: 0.25rem 0.75rem !important;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 0.25rem;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagIndigo__Ab8Bb {
    background: rgba(79, 70, 229, 0.4) !important;
    color: #a5b4fc !important;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagTeal__Bc9Cc {
    background: rgba(20, 184, 166, 0.4) !important;
    color: #5eead4 !important;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagOrange__Cd1Dd {
    background: rgba(249, 115, 22, 0.4) !important;
    color: #fdba74 !important;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagPurple__De2Ee {
    background: rgba(168, 85, 247, 0.4) !important;
    color: #d8b4fe !important;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagRose__Ef3Ff {
    background: rgba(244, 63, 94, 0.4) !important;
    color: #fda4af !important;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagEmerald__Fg4Gg {
    background: rgba(16, 185, 129, 0.4) !important;
    color: #6ee7b7 !important;
}

#home_root__K8m4X .home_serviceCardTag__Za7Aa.home_tagAmber__Gh5Hh {
    background: rgba(245, 158, 11, 0.4) !important;
    color: #fcd34d !important;
}

#home_root__K8m4X .home_serviceCardTitle__Ij7Jj {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    transition: color 0.3s ease !important;
}

#home_root__K8m4X .home_serviceCard__Yz6Zz:hover .home_serviceCardTitle__Ij7Jj {
    color: #ffffff !important;
}

#home_root__K8m4X .home_serviceCardDescription__Jk8Kk {
    color: #9ca3af !important;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

#home_root__K8m4X .home_serviceCardCta__Bd1Ee {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: filter 0.3s ease !important;
}

#home_root__K8m4X .home_accentIndigo__Ce2Ff { color: #a5b4fc !important; }
#home_root__K8m4X .home_accentTeal__Df3Gg   { color: #5eead4 !important; }
#home_root__K8m4X .home_accentOrange__Eg4Hh { color: #fdba74 !important; }
#home_root__K8m4X .home_accentPurple__Fh5Ii { color: #d8b4fe !important; }
#home_root__K8m4X .home_accentRose__Gi6Jj   { color: #fda4af !important; }
#home_root__K8m4X .home_accentEmerald__Hj7Kk{ color: #6ee7b7 !important; }
#home_root__K8m4X .home_accentAmber__Ik8Ll  { color: #fcd34d !important; }

#home_root__K8m4X .home_serviceCardCta__Bd1Ee:hover {
    filter: brightness(1.25) !important;
}

#home_root__K8m4X .home_serviceCardCta__Bd1Ee i {
    transition: transform 0.3s ease !important;
}

#home_root__K8m4X .home_serviceCardCta__Bd1Ee:hover i {
    transform: translateX(0.25rem) !important;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_portfolioGrid__F4w9G {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #home_root__K8m4X .home_portfolioGrid__F4w9G {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ==========================================================================
   BLOG SECTION
   ========================================================================== */
#home_root__K8m4X .home_blogSection__G1x5H {
    padding: 6rem 1.5rem !important;
    background: #000000 !important;
}

#home_root__K8m4X .home_blogHeader__H6r8I {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-bottom: 4rem;
    gap: 1.5rem;
}

#home_root__K8m4X .home_blogControls__I3s7J {
    display: flex !important;
    align-items: center !important;
    gap: 1rem;
}

#home_root__K8m4X .home_blogBtn__J9t2K {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid #1f2937 !important;
    background: transparent !important;
    color: #ffffff !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color 0.3s ease !important;
}

#home_root__K8m4X .home_blogBtn__J9t2K:hover {
    border-color: #00ccb1 !important;
}

#home_root__K8m4X .home_blogAllLink__L7v3M {
    font-size: 0.75rem;
    font-weight: 700;
    color: #00ccb1 !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-left: 1rem;
    transition: text-decoration 0.3s ease;
}

#home_root__K8m4X .home_blogAllLink__L7v3M:hover {
    text-decoration: underline;
}

#home_root__K8m4X .home_blogGrid__M2w9N {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

#home_root__K8m4X .home_blogCard__Op4Pp {
    background: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1rem;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    transition: all 0.3s ease !important;
}

#home_root__K8m4X .home_blogCard__Op4Pp:hover {
    border-color: rgba(0, 204, 177, 0.3) !important;
    transform: translateY(-0.25rem) !important;
}

#home_root__K8m4X .home_blogImageWrapper__Pq5Qq {
    position: relative !important;
    aspect-ratio: 16 / 9;
    overflow: hidden !important;
}

#home_root__K8m4X .home_blogImage__Qr6Rr {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.7s ease;
}

#home_root__K8m4X .home_blogCard__Op4Pp:hover .home_blogImage__Qr6Rr {
    filter: grayscale(0%);
}

#home_root__K8m4X .home_blogCategoryBadge__Rs7Ss {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    padding: 0.25rem 0.5rem !important;
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(0, 204, 177, 0.2) !important;
    color: #00ccb1 !important;
    font-size: 0.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 0.25rem;
}

#home_root__K8m4X .home_blogCardContent__St8Tt {
    padding: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1;
}

#home_root__K8m4X .home_blogMeta__Tu9Uu {
    font-size: 0.5rem;
    color: #6b7280 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem;
}

#home_root__K8m4X .home_blogMetaDot__Uv1Vv {
    width: 0.25rem;
    height: 0.25rem;
    background: #1f2937 !important;
    border-radius: 50%;
}

#home_root__K8m4X .home_blogTitle__Vw2Ww {
    color: #ffffff !important;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: color 0.3s ease !important;
}

#home_root__K8m4X .home_blogCard__Op4Pp:hover .home_blogTitle__Vw2Ww {
    color: #00ccb1 !important;
}

#home_root__K8m4X .home_blogExcerpt__Wx3Xx {
    color: #6b7280 !important;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

#home_root__K8m4X .home_blogCta__Xy4Yy {
    margin-top: auto;
    color: #00ccb1 !important;
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem;
}

#home_root__K8m4X .home_blogCta__Xy4Yy i {
    font-size: 0.5rem;
    transition: transform 0.3s ease !important;
}

#home_root__K8m4X .home_blogCard__Op4Pp:hover .home_blogCta__Xy4Yy i {
    transform: translateX(0.25rem) !important;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_blogHeader__H6r8I {
        flex-direction: row !important;
        align-items: flex-end !important;
    }
    
    #home_root__K8m4X .home_blogGrid__M2w9N {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ==========================================================================
   SOFTWARE SECTION (Light Background)
   ========================================================================== */
#home_root__K8m4X .home_softwareSection__N8x4O {
    padding: 6rem 1.5rem !important;
    background: #ffffff !important;
    color: #000000 !important;
}

#home_root__K8m4X .home_softwareTitle__O5r7P {
    color: #000000 !important;
}

#home_root__K8m4X .home_softwareDesc__P1t9Q {
    color: #4b5563 !important;
}

#home_root__K8m4X .home_softwareGrid__Q6w2R {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
}

#home_root__K8m4X .home_softwareCard__Yz5Zz {
    display: block !important;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_softwareIconWrapper__Za6Aa {
    margin-bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    background: #000000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #00ccb1 !important;
    border-radius: 0.375rem;
}

#home_root__K8m4X .home_softwareIconWrapper__Za6Aa i {
    font-size: 1.125rem;
}

#home_root__K8m4X .home_softwareCardTitle__Ab7Bb {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #000000 !important;
    transition: color 0.3s ease !important;
}

#home_root__K8m4X .home_softwareCard__Yz5Zz:hover .home_softwareCardTitle__Ab7Bb {
    color: #00ccb1 !important;
}

#home_root__K8m4X .home_softwareCardDescription__Bc8Cc {
    color: #374151 !important;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

#home_root__K8m4X .home_softwareCardCta__Cd9Dd {
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem;
    border-bottom: 2px solid transparent !important;
    padding-bottom: 0.25rem;
    color: #000000 !important;
    transition: border-color 0.3s ease !important;
}

#home_root__K8m4X .home_softwareCard__Yz5Zz:hover .home_softwareCardCta__Cd9Dd {
    border-color: #000000 !important;
}

#home_root__K8m4X .home_softwareCardCta__Cd9Dd i {
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_softwareGrid__Q6w2R {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
#home_root__K8m4X .home_faqSection__R3v8S {
    padding: 6rem 1.5rem !important;
    background: #0a0c10 !important;
}

#home_root__K8m4X .home_faqContainer__S9p4T {
    max-width: 48rem;
    margin: 0 auto;
}

#home_root__K8m4X .home_faqList__T2x7U {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
}

#home_root__K8m4X .home_faqItem__De1Ee {
    background: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 0.75rem;
    overflow: hidden !important;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#home_root__K8m4X .home_faqQuestion__Ef2Ff {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1.5rem !important;
    text-align: left;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.3s ease !important;
}

#home_root__K8m4X .home_faqQuestion__Ef2Ff:hover {
    background: rgba(55, 65, 81, 0.5) !important;
}

#home_root__K8m4X .home_faqIcon__Fg3Gg {
    color: #00ccb1 !important;
    transition: transform 0.3s ease !important;
    font-size: 1rem;
}

#home_root__K8m4X .home_faqItem__De1Ee.home_faqOpen__Gh4Hh .home_faqIcon__Fg3Gg {
    transform: rotate(180deg) !important;
}

#home_root__K8m4X .home_faqAnswer__Hi5Ii {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease, padding 0.3s ease !important;
    padding: 0 1.5rem !important;
    border-top: 0px solid rgba(31, 41, 55, 0.5) !important;
}

#home_root__K8m4X .home_faqItem__De1Ee.home_faqOpen__Gh4Hh .home_faqAnswer__Hi5Ii {
    max-height: 500px !important;
    padding: 1.5rem !important;
    border-top-width: 1px !important;
}

#home_root__K8m4X .home_faqAnswerText__Ij6Jj {
    color: #9ca3af !important;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* ==========================================================================
   FINAL CTA SECTION
   ========================================================================== */
#home_root__K8m4X .home_finalCta__U8r3V {
    padding: 8rem 1.5rem !important;
    padding-bottom: 12rem !important;
    text-align: center !important;
    background: linear-gradient(to top, rgba(0, 204, 177, 0.1), transparent) !important;
}

#home_root__K8m4X .home_ctaContent__V4s9W {
    max-width: 64rem;
    margin: 0 auto;
}

#home_root__K8m4X .home_ctaTitle__W7p2X {
    font-size: 2.25rem;
    font-weight: 900;
    color: #ffffff !important;
    margin-bottom: 2rem;
}

#home_root__K8m4X .home_ctaDescription__X3t8Y {
    color: #9ca3af !important;
    font-size: 1.125rem;
    margin-bottom: 3rem;
}

#home_root__K8m4X .home_ctaButtons__Y9v4Z {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem;
}

@media (min-width: 640px) {
    #home_root__K8m4X .home_ctaButtons__Y9v4Z {
        flex-direction: row !important;
        justify-content: center !important;
        gap: 1.5rem;
    }
}

@media (min-width: 768px) {
    #home_root__K8m4X .home_ctaTitle__W7p2X {
        font-size: 3rem;
    }
}
 
/* ========================================
   FOOTER MODULE - RENDERBOX OPTIMIZED CSS
   ======================================== */

/* CSS Reset within root scope */
#Footer_root__Km9X4,
#Footer_root__Km9X4 *,
#Footer_root__Km9X4 *::before,
#Footer_root__Km9X4 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Root Container */
#Footer_root__Km9X4 {
    background: #020617 !important;
    border-top: 1px solid #1e293b !important;
    font-family: system-ui, -apple-system, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    padding-top: 8rem !important; /* Creates space above footer */
}

#Footer_root__Km9X4 .Footer_container__Vp3L7 {
    width: 100% !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem 3rem 1.5rem !important;
}

/* Selection Color */
#Footer_root__Km9X4 ::selection {
    background: #00ccb1 !important;
    color: #000000 !important;
}

/* ======================
   MAIN GRID
   ====================== */

#Footer_root__Km9X4 .Footer_grid__Jm5C8 {
    max-width: 80rem !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
}

@media (min-width: 768px) {
    #Footer_root__Km9X4 .Footer_grid__Jm5C8 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 3rem !important;
    }
}

/* ======================
   BRAND COLUMN
   ====================== */

#Footer_root__Km9X4 .Footer_brandCol__Fx8K5 {
    display: flex !important;
    flex-direction: column !important;
}

#Footer_root__Km9X4 .Footer_brand__Bn6W1 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

#Footer_root__Km9X4 .Footer_logo__Qw3K7 {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 50% !important;
    background: #00ccb1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
}

#Footer_root__Km9X4 .Footer_brandText__Lm2P5 {
    display: flex !important;
    flex-direction: column !important;
}

#Footer_root__Km9X4 .Footer_brandName__Xy9Z8 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: -0.025em !important;
}

#Footer_root__Km9X4 .Footer_brandTagline__Ab3C4 {
    font-size: 0.5rem !important;
    color: #9ca3af !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
}

#Footer_root__Km9X4 .Footer_desc__De5F6 {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

/* Social Links */
#Footer_root__Km9X4 .Footer_social__Gh7J8 {
    display: flex !important;
    gap: 1rem !important;
}

#Footer_root__Km9X4 .Footer_socialLink__Ik9L0 {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 50% !important;
    background: #1f2937 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9ca3af !important;
    transition: color 0.3s ease, background 0.3s ease !important;
    text-decoration: none !important;
}

#Footer_root__Km9X4 .Footer_socialLink__Ik9L0:hover {
    color: #00ccb1 !important;
    background: #374151 !important;
}

#Footer_root__Km9X4 .Footer_icon__Mn1P2 {
    width: 1rem !important;
    height: 1rem !important;
}

/* ======================
   COLUMNS
   ====================== */

#Footer_root__Km9X4 .Footer_column__Op3R4 {
    display: flex !important;
    flex-direction: column !important;
}

#Footer_root__Km9X4 .Footer_columnTitle__Qr5T6 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 1.5rem !important;
}

#Footer_root__Km9X4 .Footer_list__St7V8 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#Footer_root__Km9X4 .Footer_listItem__Uv9X0 {
    font-size: 0.875rem !important;
}

#Footer_root__Km9X4 .Footer_link__Wx1Z2 {
    color: #9ca3af !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#Footer_root__Km9X4 .Footer_link__Wx1Z2:hover {
    color: #00ccb1 !important;
}

/* Contact Items */
#Footer_root__Km9X4 .Footer_contactItem__Yz3A4 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

#Footer_root__Km9X4 .Footer_contactIcon__Bc5D6 {
    width: 1rem !important;
    height: 1rem !important;
    color: #00ccb1 !important;
    flex-shrink: 0 !important;
}

#Footer_root__Km9X4 .Footer_contactText__Ef7H8 {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
}

#Footer_root__Km9X4 .Footer_contactLink__Gh9J0 {
    color: #9ca3af !important;
    text-decoration: none !important;
    font-size: 0.875rem !important;
    transition: color 0.3s ease !important;
}

#Footer_root__Km9X4 .Footer_contactLink__Gh9J0:hover {
    color: #ffffff !important;
}

/* ======================
   BOTTOM BAR
   ====================== */

#Footer_root__Km9X4 .Footer_bottom__Ik1L2 {
    max-width: 80rem !important;
    margin: 0 auto !important;
    margin-top: 3rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    border-top: 1px solid #1f2937 !important;
}

#Footer_root__Km9X4 .Footer_bottomContent__Mn3P4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    font-size: 0.625rem !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-weight: 700 !important;
}

@media (min-width: 768px) {
    #Footer_root__Km9X4 .Footer_bottomContent__Mn3P4 {
        flex-direction: row !important;
    }
}

#Footer_root__Km9X4 .Footer_copyright__Op5R6 {
    color: #6b7280 !important;
}

#Footer_root__Km9X4 .Footer_badges__Qr7T8 {
    display: flex !important;
    gap: 1.5rem !important;
}

#Footer_root__Km9X4 .Footer_badge__St9V0 {
    color: #6b7280 !important;
    cursor: default !important;
}

/* ======================
   RESPONSIVE
   ====================== */

@media (max-width: 767px) {
    #Footer_root__Km9X4 {
        padding-top: 6rem !important; /* Less spacing on mobile */
    }

    #Footer_root__Km9X4 .Footer_container__Vp3L7 {
        padding: 0 1.5rem 2rem 1.5rem !important;
    }

    #Footer_root__Km9X4 .Footer_bottom__Ik1L2 {
        margin-top: 2rem !important;
        padding-bottom: 1.5rem !important;
    }
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #0A0C10;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #0A0C10 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #0A0C10;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: auto;
                height: auto;
                max-width: auto;
                max-height: auto;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #0A0C10;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 5px solid red;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid red;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  5px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #0A0C10 !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: auto minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}