
/* ==========================================================================
   RESEARCH &amp; ANALYTICS - RENDERBOX MODULE CSS
   Scoped with #research_root__R8s9T and unique class names
   All styles use !important for isolation
   ========================================================================== */

/* Root Container */
#research_root__R8s9T {
    background-color: #0d1117 !important;
    min-height: 100vh !important;
    font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif !important;
}

#research_root__R8s9T ::selection {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
#research_root__R8s9T .research_heroSection__T1u2V {
    padding: 6rem 1.5rem !important;
    border-bottom: 1px solid #1f2937 !important;
}

#research_root__R8s9T .research_heroContainer__U3v4W {
    max-width: 80rem !important;
    margin: 0 auto !important;
}

#research_root__R8s9T .research_heroTitle__V5w6X {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
    #research_root__R8s9T .research_heroTitle__V5w6X {
        font-size: 3.75rem !important;
    }
}

#research_root__R8s9T .research_heroDescription__W7x8Y {
    color: #9ca3af !important;
    font-size: 1.25rem !important;
    font-weight: 300 !important;
    max-width: 56rem !important;
    line-height: 1.75 !important;
}

/* ==========================================================================
   TEAM LEAD SECTION
   ========================================================================== */
#research_root__R8s9T .research_teamSection__X9y1Z {
    padding: 5rem 1.5rem !important;
    background-color: #0c1018 !important;
}

#research_root__R8s9T .research_teamContainer__Y2z3A {
    max-width: 80rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3rem !important;
}

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

#research_root__R8s9T .research_teamImage__Z4a5B {
    width: 12rem !important;
    height: 12rem !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    border: 1px solid #1f2937 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 50px rgba(59, 130, 246, 0.1) !important;
}

@media (min-width: 768px) {
    #research_root__R8s9T .research_teamImage__Z4a5B {
        width: 16rem !important;
        height: 16rem !important;
    }
}

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

#research_root__R8s9T .research_teamImg__A6b7C:hover {
    filter: grayscale(0%) !important;
}

#research_root__R8s9T .research_teamLabel__B8c9D {
    color: #60a5fa !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3em !important;
    margin-bottom: 1rem !important;
}

#research_root__R8s9T .research_teamName__C1d2E {
    color: #ffffff !important;
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}

#research_root__R8s9T .research_teamBio__D3e4F {
    color: #9ca3af !important;
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
    margin-bottom: 2rem !important;
    max-width: 48rem !important;
}

#research_root__R8s9T .research_teamBtn__E5f6G {
    padding: 0.75rem 2rem !important;
    background-color: #2563eb !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    border-radius: 0.375rem !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2) !important;
    transition: background-color 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

#research_root__R8s9T .research_teamBtn__E5f6G:hover {
    background-color: #3b82f6 !important;
}

/* ==========================================================================
   INTELLIGENCE INDEX
   ========================================================================== */
#research_root__R8s9T .research_indexSection__F7g8H {
    padding: 5rem 1.5rem !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
    border-bottom: 1px solid #1f2937 !important;
}

#research_root__R8s9T .research_indexTitle__G9h1I {
    font-size: 0.625rem !important;
    color: #6b7280 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4em !important;
    margin-bottom: 3rem !important;
}

#research_root__R8s9T .research_indexGrid__H2i3J {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem 3rem !important;
}

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

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

#research_root__R8s9T .research_indexItem__I4j5K {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

#research_root__R8s9T .research_indexItem__I4j5K:hover {
    transform: translateX(0.5rem) !important;
}

#research_root__R8s9T .research_indexNumber__J6k7L {
    color: #374151 !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_indexItem__I4j5K:hover .research_indexNumber__J6k7L {
    color: #60a5fa !important;
}

#research_root__R8s9T .research_indexLabel__K8l9M {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_indexItem__I4j5K:hover .research_indexLabel__K8l9M {
    color: #ffffff !important;
}

/* ==========================================================================
   STICKY CATEGORY DIVIDER
   ========================================================================== */
#research_root__R8s9T .research_stickyDivider__L1m2N {
    padding: 3rem 0 !important;
    background-color: #0d1117 !important;
    border-bottom: 1px solid #1f2937 !important;
    position: sticky !important;
    top: 4rem !important;
    z-index: 30 !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5) !important;
}

#research_root__R8s9T .research_stickyContainer__M3n4O {
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

#research_root__R8s9T .research_stickyTitle__N5o6P {
    color: #60a5fa !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5em !important;
    text-align: center !important;
}

/* ==========================================================================
   SERVICES CONTAINER
   ========================================================================== */
#research_root__R8s9T .research_servicesSection__O7p8Q {
    padding: 6rem 1.5rem !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
}

#research_root__R8s9T .research_serviceItem__P9q1R {
    margin-bottom: 8rem !important;
}

/* ==========================================================================
   SERVICE HEADER (used in all layouts)
   ========================================================================== */
#research_root__R8s9T .research_serviceHeader__Q2r3S {
    padding-top: 6rem !important;
    margin-top: -6rem !important;
    margin-bottom: 3rem !important;
}

#research_root__R8s9T .research_serviceHeaderTop__R4s5T {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

#research_root__R8s9T .research_serviceNumber__S6t7U {
    font-size: 2.25rem !important;
    font-weight: 900 !important;
    color: rgba(31, 41, 55, 0.5) !important;
    transition: color 0.3s ease !important;
    cursor: default !important;
}

@media (min-width: 768px) {
    #research_root__R8s9T .research_serviceNumber__S6t7U {
        font-size: 3.75rem !important;
    }
}

#research_root__R8s9T .research_serviceNumber__S6t7U:hover {
    color: rgba(59, 130, 246, 0.2) !important;
}

#research_root__R8s9T .research_serviceBadge__T8u9V {
    padding: 0.25rem 0.75rem !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    background-color: rgba(59, 130, 246, 0.05) !important;
    border-radius: 0.25rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#research_root__R8s9T .research_serviceBadgeText__U1v2W {
    color: #60a5fa !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

#research_root__R8s9T .research_serviceTitle__V3w4X {
    color: #ffffff !important;
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}

#research_root__R8s9T .research_serviceDescriptionBlock__W5x6Y {
    border-left: 2px solid rgba(59, 130, 246, 0.5) !important;
    padding-left: 1.5rem !important;
    margin-bottom: 2rem !important;
}

#research_root__R8s9T .research_serviceDescription__X7y8Z {
    color: #9ca3af !important;
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
    max-width: 48rem !important;
}

#research_root__R8s9T .research_serviceLinkText__Y9z1A {
    color: #6b7280 !important;
    font-size: 0.875rem !important;
    margin-bottom: 1rem !important;
}

#research_root__R8s9T .research_serviceLinkHighlight__Z2a3B {
    color: #60a5fa !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_serviceLinkHighlight__Z2a3B:hover {
    color: #93c5fd !important;
}

/* ==========================================================================
   LAYOUT: SINGLE COLUMN
   ========================================================================== */
#research_root__R8s9T .research_layoutSingle__A4b5C {
    /* Single column layout - default */
}

/* ==========================================================================
   LAYOUT: TWO COLUMNS
   ========================================================================== */
#research_root__R8s9T .research_layoutTwoCol__B6c7D {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4rem !important;
    align-items: start !important;
}

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

/* Two Column Reversed Layout - Order Control */
#research_root__R8s9T .research_layoutReversedLeft__C8d9E {
    order: 2 !important;
}

#research_root__R8s9T .research_layoutReversedRight__D1e2F {
    order: 1 !important;
}

@media (min-width: 1024px) {
    #research_root__R8s9T .research_layoutReversedLeft__C8d9E {
        order: 1 !important;
    }
    
    #research_root__R8s9T .research_layoutReversedRight__D1e2F {
        order: 2 !important;
    }
}

/* ==========================================================================
   PRINCIPLE CARDS (2-column grid for sections 01, 07)
   ========================================================================== */
#research_root__R8s9T .research_principleCardsGrid__E3f4G {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
}

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

#research_root__R8s9T .research_principleCard__F5g6H {
    padding: 2rem !important;
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1rem !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_principleCard__F5g6H:hover {
    border-color: rgba(59, 130, 246, 0.3) !important;
}

#research_root__R8s9T .research_principleCardTitle__G7h8I {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
    letter-spacing: 0.15em !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_principleCard__F5g6H:hover .research_principleCardTitle__G7h8I {
    color: #60a5fa !important;
}

#research_root__R8s9T .research_principleCardText__H9i1J {
    color: #6b7280 !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
}

/* ==========================================================================
   METHODOLOGY LINK
   ========================================================================== */
#research_root__R8s9T .research_methodologyLink__I2j3K {
    margin-top: 2rem !important;
    color: #60a5fa !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    text-decoration: none !important;
}

#research_root__R8s9T .research_methodologyIcon__J4k5L {
    transition: transform 0.3s ease !important;
}

#research_root__R8s9T .research_methodologyLink__I2j3K:hover .research_methodologyIcon__J4k5L {
    transform: translateX(0.25rem) !important;
}

/* ==========================================================================
   VISUAL BOXES - Behavior Steps (Section 02)
   ========================================================================== */
#research_root__R8s9T .research_behaviorGrid__K6l7M {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_behaviorStep__L8m9N {
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    padding: 2rem !important;
    border-radius: 1rem !important;
    text-align: center !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_behaviorStep__L8m9N:hover {
    border-color: rgba(59, 130, 246, 0.5) !important;
}

#research_root__R8s9T .research_behaviorStepNumber__M1n2O {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #3b82f6 !important;
    margin-bottom: 0.5rem !important;
    transition: transform 0.3s ease !important;
}

#research_root__R8s9T .research_behaviorStep__L8m9N:hover .research_behaviorStepNumber__M1n2O {
    transform: scale(1.1) !important;
}

#research_root__R8s9T .research_behaviorStepLabel__N3o4P {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

/* ==========================================================================
   MLA VISUAL BOX (Section 03) - EXACT React Match
   ========================================================================== */
#research_root__R8s9T .research_mlaCards__O5p6Q {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_mlaCard__P7q8R {
    padding: 1.5rem !important;
    background-color: #121826 !important;
    border-radius: 0.75rem !important;
    border: 1px solid #1f2937 !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_mlaCard__P7q8R:hover {
    border-color: rgba(59, 130, 246, 0.3) !important;
}

#research_root__R8s9T .research_mlaCardTitle__Q9r1S {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
}

#research_root__R8s9T .research_mlaCardText__R2s3T {
    color: #6b7280 !important;
    font-size: 0.75rem !important;
}

/* Visual Container - bg-black/50 border border-gray-800 rounded-3xl p-10 */
#research_root__R8s9T .research_mlaVisual__S4t5U {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Main Number - text-5xl font-black text-white mb-2 tracking-tighter */
#research_root__R8s9T .research_mlaMainNumber__T6u7V {
    font-size: 3rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: -0.05em !important;
    transition: transform 0.3s ease !important;
}

#research_root__R8s9T .research_mlaVisual__S4t5U:hover .research_mlaMainNumber__T6u7V {
    transform: scale(1.1) !important;
}

/* Label - text-blue-400 text-[10px] font-bold uppercase tracking-[0.3em] mb-8 */
#research_root__R8s9T .research_mlaMainLabel__U8v9W {
    color: #60a5fa !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3em !important;
    margin-bottom: 2rem !important;
}

/* Chart Container - w-full h-32 relative flex items-end justify-between space-x-1 */
#research_root__R8s9T .research_mlaChart__V1w2X {
    width: 100% !important;
    height: 8rem !important;
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 0.25rem !important;
}

/* Bars - flex-1 bg-blue-500/20 border-t border-blue-500 rounded-t */
#research_root__R8s9T .research_mlaBar__W3x4Y {
    flex: 1 !important;
    background-color: rgba(59, 130, 246, 0.2) !important;
    border-top: 1px solid #3b82f6 !important;
    border-radius: 0.25rem 0.25rem 0 0 !important;
    transition: background-color 0.3s ease !important;
}

#research_root__R8s9T .research_mlaBar__W3x4Y:hover {
    background-color: rgba(59, 130, 246, 0.6) !important;
}

/* Second Number - mt-8 text-white font-bold text-xl */
#research_root__R8s9T .research_mlaSecondNumber__X5y6Z {
    margin-top: 2rem !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_mlaVisual__S4t5U:hover .research_mlaSecondNumber__X5y6Z {
    color: #60a5fa !important;
}

/* Second Label - text-gray-500 text-[10px] uppercase font-bold tracking-widest */
#research_root__R8s9T .research_mlaSecondLabel__Y7z8A {
    color: #6b7280 !important;
    font-size: 0.625rem !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
}

/* ==========================================================================
   GIS VISUAL BOX (Section 04)
   ========================================================================== */
#research_root__R8s9T .research_gisVisual__Z9a1B {
    background-color: #121826 !important;
    padding: 2rem !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_gisItem__A2b3C {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1rem !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #1f2937 !important;
    border-radius: 0.5rem !important;
    transition: all 0.3s ease !important;
}

#research_root__R8s9T .research_gisItem__A2b3C:hover {
    border-color: rgba(59, 130, 246, 0.5) !important;
    transform: translateX(0.5rem) !important;
}

#research_root__R8s9T .research_gisItemLabel__B4c5D {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

#research_root__R8s9T .research_gisPulse__C6d7E {
    width: 0.75rem !important;
    height: 0.75rem !important;
    border-radius: 50% !important;
    background-color: #3b82f6 !important;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.5) !important;
    animation: research_pulse__anim2 2s ease infinite !important;
}

#research_root__R8s9T .research_gisFooter__D8e9F {
    padding-top: 1rem !important;
    text-align: center !important;
}

#research_root__R8s9T .research_gisFooterText__E1f2G {
    color: #60a5fa !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    animation: research_bounce__anim3 2s ease infinite !important;
}

/* ==========================================================================
   BI VISUAL BOX (Section 05) - EXACT React Match
   ========================================================================== */
#research_root__R8s9T .research_biCards__F3g4H {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_biCard__G5h6I {
    padding: 1.5rem !important;
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 0.75rem !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_biCard__G5h6I:hover {
    border-color: rgba(59, 130, 246, 0.3) !important;
}

#research_root__R8s9T .research_biCardTitle__H7i8J {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
}

#research_root__R8s9T .research_biCardText__I9j1K {
    color: #6b7280 !important;
    font-size: 0.75rem !important;
}

/* Visual Container - bg-[#121826] border border-gray-800 rounded-3xl p-10 flex flex-col */
#research_root__R8s9T .research_biVisual__J2k3L {
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Header - flex justify-between items-center mb-10 */
#research_root__R8s9T .research_biHeader__K4l5M {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 2.5rem !important;
}

/* Sources Number - text-3xl font-black text-white */
#research_root__R8s9T .research_biSourcesNumber__L6m7N {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_biVisual__J2k3L:hover .research_biSourcesNumber__L6m7N {
    color: #60a5fa !important;
}

/* Sources Label - text-gray-500 text-[10px] font-bold uppercase tracking-widest */
#research_root__R8s9T .research_biSourcesLabel__M8n9O {
    color: #6b7280 !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

/* Badge - px-3 py-1 bg-blue-500/20 text-blue-400 border border-blue-500/30 rounded */
#research_root__R8s9T .research_biRealtimeBadge__N1o2P {
    padding: 0.25rem 0.75rem !important;
    background-color: rgba(59, 130, 246, 0.2) !important;
    color: #60a5fa !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 0.25rem !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    animation: research_pulse__anim2 2s ease infinite !important;
}

/* Treemap Grid - grid grid-cols-4 grid-rows-3 gap-2 flex-grow */
#research_root__R8s9T .research_biTreemap__O3p4Q {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
    flex-grow: 1 !important;
    min-height: 180px !important;
}

/* Base Treemap Item - rounded border */
#research_root__R8s9T .research_biTreemapItem__P5q6R {
    border-radius: 0.375rem !important;
    transition: background-color 0.3s ease !important;
}

/* Large Item - col-span-2 row-span-2 bg-blue-500/40 border border-blue-500/50 */
#research_root__R8s9T .research_biTreemapItem__P5q6R.research_biTreeLarge__Q7r8S {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
    background-color: rgba(59, 130, 246, 0.4) !important;
    border: 1px solid rgba(59, 130, 246, 0.5) !important;
}

/* Medium Item - bg-blue-500/20 border border-blue-500/30 */
#research_root__R8s9T .research_biTreemapItem__P5q6R.research_biTreeMedium__R9s1T {
    background-color: rgba(59, 130, 246, 0.2) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
}

/* Medium Wide - col-span-2 */
#research_root__R8s9T .research_biTreemapItem__P5q6R.research_biTreeMediumWide__R9s1T {
    grid-column: span 2 !important;
    background-color: rgba(59, 130, 246, 0.2) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
}

/* Small Item - bg-blue-500/10 border border-blue-500/20 */
#research_root__R8s9T .research_biTreemapItem__P5q6R.research_biTreeSmall__S2t3U {
    background-color: rgba(59, 130, 246, 0.1) !important;
    border: 1px solid rgba(59, 130, 246, 0.2) !important;
}

#research_root__R8s9T .research_biTreemapItem__P5q6R:hover {
    background-color: rgba(59, 130, 246, 0.6) !important;
}

/* Footer - mt-6 text-center text-[10px] text-gray-500 font-bold uppercase tracking-widest */
#research_root__R8s9T .research_biFooter__T4u5V {
    margin-top: 1.5rem !important;
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

/* ==========================================================================
   FORECASTING VISUAL (Section 06) - EXACT React Match
   ========================================================================== */
#research_root__R8s9T .research_forecastingStats__U6v7W {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_forecastingStat__V8w9X {
    padding: 1.5rem !important;
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1rem !important;
    text-align: center !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_forecastingStat__V8w9X:hover {
    border-color: rgba(59, 130, 246, 0.5) !important;
}

#research_root__R8s9T .research_forecastingNumber__W1x2Y {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
}

#research_root__R8s9T .research_forecastingLabel__X3y4Z {
    color: #60a5fa !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Chart Container - h-64 bg-black/40 border border-gray-800 rounded-3xl p-8 relative overflow-hidden */
#research_root__R8s9T .research_forecastingChart__Y5z6A {
    height: 16rem !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    position: relative !important;
    overflow: hidden !important;
}

/* SVG - viewBox=&quot;0 0 400 200&quot; class=&quot;w-full h-full text-blue-500&quot; */
#research_root__R8s9T .research_forecastingSvg__Z7a8B {
    width: 100% !important;
    height: 100% !important;
    color: #3b82f6 !important;
    display: block !important;
}

/* Path Stroke - stroke-dasharray and dashoffset are inline, animation brings dashoffset to 0 */
#research_root__R8s9T .research_forecastingPath__A9b1C {
    animation: research_draw__anim4 2s ease-out forwards !important;
}

/* Fill Area - uses inline attributes, only add transition */
#research_root__R8s9T .research_forecastingFill__B2c3D {
    transition: fill-opacity 0.3s ease !important;
}

#research_root__R8s9T .research_forecastingChart__Y5z6A:hover .research_forecastingFill__B2c3D {
    fill-opacity: 0.2 !important;
}

/* Background Icon - absolute inset-0 flex items-center justify-center pointer-events-none opacity-5 */
#research_root__R8s9T .research_forecastingIcon__C4d5E {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    opacity: 0.05 !important;
    font-size: 9rem !important;
    transition: opacity 0.3s ease !important;
}

#research_root__R8s9T .research_forecastingChart__Y5z6A:hover .research_forecastingIcon__C4d5E {
    opacity: 0.1 !important;
}

/* ==========================================================================
   O-D MODELING VISUAL (Section 08)
   ========================================================================== */
#research_root__R8s9T .research_odVisual__D6e7F {
    background-color: #121826 !important;
    padding: 3rem !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#research_root__R8s9T .research_odTitle__E8f9G {
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3em !important;
    margin-bottom: 2.5rem !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_odVisual__D6e7F:hover .research_odTitle__E8f9G {
    color: #60a5fa !important;
}

#research_root__R8s9T .research_odDiagram__F1g2H {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    width: 100% !important;
    justify-content: space-between !important;
}

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

#research_root__R8s9T .research_odOrigin__H5i6J {
    width: 5rem !important;
    height: 2.5rem !important;
    border: 1px solid #374151 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.625rem !important;
    color: #6b7280 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: default !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_odOrigin__H5i6J:hover {
    border-color: #3b82f6 !important;
}

#research_root__R8s9T .research_odConnection__I7j8K {
    flex-grow: 1 !important;
    height: 1px !important;
    background-color: #1f2937 !important;
    position: relative !important;
}

#research_root__R8s9T .research_odHub__J9k1L {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 50% !important;
    background-color: rgba(59, 130, 246, 0.1) !important;
    border: 1px solid rgba(59, 130, 246, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.1) !important;
    transition: transform 0.3s ease !important;
}

#research_root__R8s9T .research_odVisual__D6e7F:hover .research_odHub__J9k1L {
    transform: translate(-50%, -50%) scale(1.25) !important;
}

#research_root__R8s9T .research_odHubText__K2l3M {
    color: #60a5fa !important;
    font-weight: 700 !important;
    font-size: 0.625rem !important;
    animation: research_pulse__anim2 2s ease infinite !important;
}

#research_root__R8s9T .research_odConnectionLine__L4m5N {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    stroke: rgba(59, 130, 246, 0.3) !important;
    stroke-width: 1 !important;
    animation: research_flow__anim5 3s linear infinite !important;
}

#research_root__R8s9T .research_odDestination__M6n7O {
    width: 6rem !important;
    height: 6rem !important;
    border-radius: 50% !important;
    border: 1px solid #3b82f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.625rem !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 0.5rem !important;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.2) !important;
    animation: research_float__anim6 3s ease-in-out infinite !important;
}

/* ==========================================================================
   TRAIL ANALYTICS VISUAL (Section 09)
   ========================================================================== */
#research_root__R8s9T .research_trailCards__N8o9P {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_trailCard__O1p2Q {
    padding: 1.5rem !important;
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 0.75rem !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_trailCard__O1p2Q:hover {
    border-color: rgba(59, 130, 246, 0.4) !important;
}

#research_root__R8s9T .research_trailCardTitle__P3q4R {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
}

#research_root__R8s9T .research_trailCardText__Q5r6S {
    color: #6b7280 !important;
    font-size: 0.75rem !important;
}

#research_root__R8s9T .research_trailVisual__R7s8T {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

#research_root__R8s9T .research_trailPeak__S9t1U {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 2.25rem !important;
    margin-bottom: 0.5rem !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_trailVisual__R7s8T:hover .research_trailPeak__S9t1U {
    color: #60a5fa !important;
}

#research_root__R8s9T .research_trailPeakLabel__T2u3V {
    color: #60a5fa !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 2.5rem !important;
}

#research_root__R8s9T .research_trailCircle__U4v5W {
    width: 12rem !important;
    height: 12rem !important;
    position: relative !important;
}

#research_root__R8s9T .research_trailSvg__V6w7X {
    width: 100% !important;
    height: 100% !important;
    color: #3b82f6 !important;
    transform: rotate(-90deg) !important;
}

#research_root__R8s9T .research_trailCircleBg__W8x9Y {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1 !important;
    opacity: 0.1 !important;
}

#research_root__R8s9T .research_trailCircleFg__X1y2Z {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 10 !important;
    stroke-dasharray: 235 282.7 !important;
    stroke-linecap: round !important;
    animation: research_draw__anim4 2s ease forwards !important;
}

#research_root__R8s9T .research_trailPercentage__Y3z4A {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

#research_root__R8s9T .research_trailPercentageNumber__Z5a6B {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 1.875rem !important;
}

#research_root__R8s9T .research_trailPercentageLabel__A7b8C {
    color: #6b7280 !important;
    font-size: 0.5rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.025em !important;
}

/* ==========================================================================
   DASHBOARDS VISUAL (Section 10) - EXACT React Match
   ========================================================================== */
#research_root__R8s9T .research_dashboardStats__B9c1D {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

#research_root__R8s9T .research_dashboardStat__C2d3E {
    padding: 1.5rem !important;
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1rem !important;
    text-align: center !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_dashboardStat__C2d3E:hover {
    border-color: rgba(59, 130, 246, 0.5) !important;
}

#research_root__R8s9T .research_dashboardNumber__D4e5F {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_dashboardStat__C2d3E:hover .research_dashboardNumber__D4e5F {
    color: #60a5fa !important;
}

#research_root__R8s9T .research_dashboardLabel__E6f7G {
    color: #60a5fa !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

/* Visual Container - bg-[#121826] border border-gray-800 rounded-3xl p-8 flex flex-col space-y-4 */
#research_root__R8s9T .research_dashboardVisual__F8g9H {
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

/* Bar Wrapper - space-y-2 */
#research_root__R8s9T .research_dashboardBarWrapper__G1h2I {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

/* Bar Track - h-2 w-full bg-black/40 rounded-full overflow-hidden */
#research_root__R8s9T .research_dashboardBarTrack__H3i4J {
    height: 0.5rem !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 9999px !important;
    overflow: hidden !important;
}

/* Bar Fill - h-full bg-blue-500 rounded-full animate-bar-grow */
#research_root__R8s9T .research_dashboardBarFill__I5j6K {
    height: 100% !important;
    background-color: #3b82f6 !important;
    border-radius: 9999px !important;
}

/* Footer - pt-6 text-center text-[10px] text-gray-500 font-bold uppercase tracking-[0.3em] */
#research_root__R8s9T .research_dashboardFooter__J7k8L {
    padding-top: 1.5rem !important;
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3em !important;
    transition: color 0.3s ease !important;
}

#research_root__R8s9T .research_dashboardVisual__F8g9H:hover .research_dashboardFooter__J7k8L {
    color: #60a5fa !important;
}

/* ==========================================================================
   PROCESS STEPS (Section 11)
   ========================================================================== */
#research_root__R8s9T .research_processGrid__K9l1M {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    margin-bottom: 2.5rem !important;
}

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

#research_root__R8s9T .research_processStep__L2m3N {
    background-color: #121826 !important;
    border: 1px solid #1f2937 !important;
    padding: 2rem !important;
    border-radius: 1rem !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transition: border-color 0.3s ease !important;
}

#research_root__R8s9T .research_processStep__L2m3N:hover {
    border-color: rgba(59, 130, 246, 0.5) !important;
}

#research_root__R8s9T .research_processStepNumber__M4n5O {
    color: #60a5fa !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    transition: transform 0.3s ease !important;
}

#research_root__R8s9T .research_processStep__L2m3N:hover .research_processStepNumber__M4n5O {
    transform: scale(1.1) !important;
}

#research_root__R8s9T .research_processStepTitle__N6o7P {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
}

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

/* ==========================================================================
   CTA BUTTON
   ========================================================================== */
#research_root__R8s9T .research_ctaBtn__P1q2R {
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    color: #60a5fa !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    padding: 1rem 2rem !important;
    border-radius: 0.375rem !important;
    background-color: transparent !important;
    cursor: pointer !important;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

#research_root__R8s9T .research_ctaBtn__P1q2R:hover {
    background-color: #2563eb !important;
    color: #ffffff !important;
}

/* ==========================================================================
   FOOTER CTA SECTION
   ========================================================================== */
#research_root__R8s9T .research_footerSection__Q3r4S {
    padding: 8rem 1.5rem !important;
    text-align: center !important;
    border-top: 1px solid #1f2937 !important;
    background: linear-gradient(to top, rgba(59, 130, 246, 0.1), transparent) !important;
}

#research_root__R8s9T .research_footerContainer__R5s6T {
    max-width: 56rem !important;
    margin: 0 auto !important;
}

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

@media (min-width: 768px) {
    #research_root__R8s9T .research_footerTitle__S7t8U {
        font-size: 3rem !important;
    }
}

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

#research_root__R8s9T .research_footerBtn__U2v3W {
    padding: 1.25rem 3rem !important;
    background-color: #2563eb !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    border-radius: 9999px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.2) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    transition: transform 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

#research_root__R8s9T .research_footerBtn__U2v3W:hover {
    transform: scale(1.05) !important;
}

/* ==========================================================================
   ANIMATIONS (using class-based animations instead of @keyframes)
   ========================================================================== */

/* Bar Grow Animation - Simple opacity and scale */
@keyframes research_barGrow__anim1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#research_root__R8s9T .research_mlaBar__W3x4Y,
#research_root__R8s9T .research_dashboardBarFill__I5j6K {
    animation: research_barGrow__anim1 0.8s ease forwards !important;
}

/* Pulse Animation */
@keyframes research_pulse__anim2 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Bounce Animation */
@keyframes research_bounce__anim3 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.25rem);
    }
}

/* Draw Animation */
@keyframes research_draw__anim4 {
    to {
        stroke-dashoffset: 0;
    }
}

/* Flow Animation */
@keyframes research_flow__anim5 {
    0% {
        stroke-dasharray: 5 10;
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 15;
    }
}

/* Float Animation */
@keyframes research_float__anim6 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.5rem);
    }
}
 
/* ========================================
   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;}