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

#DeckHero_root__Xy9Z8 {
    font-family: &amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Inter&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Segoe UI&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;, Roboto, &amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Helvetica Neue&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========== MAIN CONTAINER ========== */
#DeckHero_root__Xy9Z8.DeckHero_container__Bc4D3 {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #2e0320 0%, rgba(46, 3, 32, 0.95) 50%, rgba(245, 107, 56, 0.2) 100%) !important;
}

/* ========== ANIMATED BACKGROUND ELEMENTS ========== */
#DeckHero_root__Xy9Z8 .DeckHero_bgWrapper__Ef6G5 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_bgCircle1__Hi8J7 {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 600px !important;
    height: 600px !important;
    background: #f56b38 !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    opacity: 0.1 !important;
    animation: bgPulse1 20s ease-in-out infinite !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_bgCircle2__Kl0M9 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 500px !important;
    height: 500px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    opacity: 0.1 !important;
    animation: bgPulse2 25s ease-in-out infinite !important;
}

@keyframes bgPulse1 {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.2) rotate(90deg);
        opacity: 0.1;
    }
}

@keyframes bgPulse2 {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.3) rotate(-90deg);
        opacity: 0.1;
    }
}

/* ========== GRID OVERLAY ========== */
#DeckHero_root__Xy9Z8 .DeckHero_gridOverlay__No2P1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    background-image: url(&amp;amp;amp;amp;amp;amp;amp;amp;amp;#039;data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImdyaWQiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZD0iTSAxMCAwIEwgMCAwIDAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjAzIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=&amp;amp;amp;amp;amp;amp;amp;amp;amp;#039;) !important;
    opacity: 0.3 !important;
    pointer-events: none !important;
}

/* ========== CONTENT WRAPPER ========== */
#DeckHero_root__Xy9Z8 .DeckHero_contentWrap__Qr4S3 {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 6rem 1.5rem !important;
}

/* ========== GRID LAYOUT ========== */
#DeckHero_root__Xy9Z8 .DeckHero_grid__Tu6V5 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4rem !important;
    align-items: center !important;
}

@media (min-width: 1024px) {
    #DeckHero_root__Xy9Z8 .DeckHero_grid__Tu6V5 {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* ========== LEFT COLUMN ========== */
#DeckHero_root__Xy9Z8 .DeckHero_leftColumn__Wx8Y7 {
    opacity: 1 !important;
    animation: fadeInUp 0.8s ease-out !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== BADGE WITH STATS ========== */
#DeckHero_root__Xy9Z8 .DeckHero_badge__Za0B1 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 2rem !important;
    padding: 0.75rem 1.25rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    animation: fadeInUp 0.8s ease-out 0.2s backwards !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_badgeItem__Cd2E3 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_icon__Fg4H5 {
    color: #f56b38 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_badgeText__Ij6K7 {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_divider__Lm8N9 {
    width: 1px !important;
    height: 1rem !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

/* ========== HEADLINE ========== */
#DeckHero_root__Xy9Z8 .DeckHero_headline__Op0Q1 {
    margin-bottom: 1.5rem !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
    animation: fadeInUp 0.8s ease-out 0.3s backwards !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_headlineL1__Rs2T3 {
    display: block !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_headlineL2__Uv4W5 {
    display: block !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #f56b38 0%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_headlineL3__Xy6Z7 {
    display: block !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    color: #f56b38 !important;
}

@media (min-width: 1024px) {
    #DeckHero_root__Xy9Z8 .DeckHero_headlineL1__Rs2T3,
    #DeckHero_root__Xy9Z8 .DeckHero_headlineL2__Uv4W5,
    #DeckHero_root__Xy9Z8 .DeckHero_headlineL3__Xy6Z7 {
        font-size: 3.75rem !important;
    }
}

/* ========== DESCRIPTION ========== */
#DeckHero_root__Xy9Z8 .DeckHero_description__Ab8C9 {
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 2rem !important;
    max-width: 36rem !important;
    animation: fadeInUp 0.8s ease-out 0.4s backwards !important;
}

/* ========== PILLS CONTAINER ========== */
#DeckHero_root__Xy9Z8 .DeckHero_pillsContainer__De0F1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    margin-bottom: 2.5rem !important;
    animation: fadeInUp 0.8s ease-out 0.5s backwards !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_pill__Gh2I3 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.5rem 1rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_pill__Gh2I3:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px) !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_pillIcon__Jk4L5 {
    color: #f56b38 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_pillText__Mn6O7 {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

/* ========== BUTTON CONTAINER ========== */
#DeckHero_root__Xy9Z8 .DeckHero_btnContainer__Pq8R9 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    animation: fadeInUp 0.8s ease-out 0.6s backwards !important;
}

/* ========== PRIMARY BUTTON ========== */
#DeckHero_root__Xy9Z8 .DeckHero_btnPrimary__St0U1 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1.25rem 2rem !important;
    background: #f56b38 !important;
    color: #ffffff !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 40px rgba(245, 107, 56, 0.3) !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_btnPrimary__St0U1:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 20px 60px rgba(245, 107, 56, 0.4) !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_btnPrimary__St0U1:active {
    transform: scale(0.95) !important;
}

/* ========== SECONDARY BUTTON ========== */
#DeckHero_root__Xy9Z8 .DeckHero_btnSecondary__Yz4A5 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1.25rem 2rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #ffffff !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_btnSecondary__Yz4A5:hover {
    transform: scale(1.05) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_btnSecondary__Yz4A5:active {
    transform: scale(0.95) !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_btnIcon__Vw2X3 {
    flex-shrink: 0 !important;
}

/* ========== RIGHT COLUMN ========== */
#DeckHero_root__Xy9Z8 .DeckHero_rightColumn__Bc6D7 {
    opacity: 1 !important;
    animation: fadeInScale 0.8s ease-out 0.4s backwards !important;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ========== IMAGE WRAPPER ========== */
#DeckHero_root__Xy9Z8 .DeckHero_imageWrapper__Ef8G9 {
    position: relative !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_mainImage__Hi0J1 {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
    border-radius: 1.5rem !important;
    display: block !important;
}

/* ========== GLASSMORPHISM STAT CARDS ========== */
#DeckHero_root__Xy9Z8 .DeckHero_statCard__Kl2M3 {
    position: absolute !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(40px) !important;
    -webkit-backdrop-filter: blur(40px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 1rem !important;
    padding: 1.25rem !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

/* Top Left Card */
#DeckHero_root__Xy9Z8 .DeckHero_statTopLeft__No4P5 {
    top: 2rem !important;
    left: 2rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    animation: slideInLeft 0.8s ease-out 1s backwards !important;
}

/* Top Right Card */
#DeckHero_root__Xy9Z8 .DeckHero_statTopRight__Ij8K9 {
    top: 2rem !important;
    right: 2rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    animation: slideInRight 0.8s ease-out 1.2s backwards !important;
}

/* Bottom Card */
#DeckHero_root__Xy9Z8 .DeckHero_statBottom__Op2Q3 {
    bottom: 2rem !important;
    left: 2rem !important;
    right: 2rem !important;
    animation: slideInUp 0.8s ease-out 1.4s backwards !important;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== STAT ICON WRAPPER ========== */
#DeckHero_root__Xy9Z8 .DeckHero_statIconWrap__Qr6S7 {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_statIconOrange__Tu8V9 {
    background: #f56b38 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_statIconPurple__Lm0N1 {
    background: #2e0320 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_statIcon__Wx0Y1 {
    color: #ffffff !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_statIconPurple__Lm0N1 .DeckHero_statIcon__Wx0Y1 {
    color: #f56b38 !important;
}

/* ========== STAT CONTENT ========== */
#DeckHero_root__Xy9Z8 .DeckHero_statContent__Za2B3 {
    color: #ffffff !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_statValue__Cd4E5 {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_statLabel__Fg6H7 {
    font-size: 0.875rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ========== STATS GRID (Bottom Card) ========== */
#DeckHero_root__Xy9Z8 .DeckHero_statsGrid__Rs4T5 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
    color: #ffffff !important;
    text-align: center !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_gridStat__Uv6W7 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_gridStatBordered__De2F3 {
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_gridStatValue__Xy8Z9 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_gridStatLabel__Ab0C1 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ========== FLOATING ACCENT ========== */
#DeckHero_root__Xy9Z8 .DeckHero_floatingAccent__Gh4I5 {
    position: absolute !important;
    bottom: -2.5rem !important;
    right: -2.5rem !important;
    width: 10rem !important;
    height: 10rem !important;
    background: #f56b38 !important;
    border-radius: 50% !important;
    filter: blur(80px) !important;
    opacity: 0.3 !important;
    animation: floatPulse 6s ease-in-out infinite !important;
}

@keyframes floatPulse {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* ========== SCROLL INDICATOR ========== */
#DeckHero_root__Xy9Z8 .DeckHero_scrollIndicator__Jk6L7 {
    position: absolute !important;
    bottom: 2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 20 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
    animation: bounce 2s ease-in-out infinite !important;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

#DeckHero_root__Xy9Z8 .DeckHero_scrollText__Mn8O9 {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.875rem !important;
}

#DeckHero_root__Xy9Z8 .DeckHero_scrollIcon__Pq0R1 {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1023px) {
    #DeckHero_root__Xy9Z8 .DeckHero_contentWrap__Qr4S3 {
        padding: 4rem 1.5rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_mainImage__Hi0J1 {
        height: 400px !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_statTopLeft__No4P5,
    #DeckHero_root__Xy9Z8 .DeckHero_statTopRight__Ij8K9 {
        padding: 1rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_statIconWrap__Qr6S7 {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_statValue__Cd4E5 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 640px) {
    #DeckHero_root__Xy9Z8 .DeckHero_headlineL1__Rs2T3,
    #DeckHero_root__Xy9Z8 .DeckHero_headlineL2__Uv4W5,
    #DeckHero_root__Xy9Z8 .DeckHero_headlineL3__Xy6Z7 {
        font-size: 2.5rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_description__Ab8C9 {
        font-size: 1rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_btnPrimary__St0U1,
    #DeckHero_root__Xy9Z8 .DeckHero_btnSecondary__Yz4A5 {
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_statBottom__Op2Q3 {
        left: 1rem !important;
        right: 1rem !important;
    }

    #DeckHero_root__Xy9Z8 .DeckHero_statsGrid__Rs4T5 {
        gap: 0.5rem !important;
    }
}
 
/* ================================================
   Why Choose Custom Decks Module - RenderBox Compliant CSS
   Root ID: WhyChooseDecks_root__Wx9Y2
   ================================================ */

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

#WhyChooseDecks_root__Wx9Y2 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;amp;amp;amp;amp;amp;quot;Segoe UI&amp;amp;amp;amp;amp;amp;amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== SECTION CONTAINER ===== */
#WhyChooseDecks_root__Wx9Y2.WhyChooseDecks_container__Ab3C4 {
    padding: 6rem 2rem !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    position: relative !important;
    width: 100% !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_wrapper__Df5G6 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_header__Jk7H8 {
    text-align: center !important;
    margin-bottom: 5rem !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_title__Mn9I0 {
    font-size: 3.75rem !important;
    font-weight: 900 !important;
    color: #2e0320 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_description__Pq1K2 {
    font-size: 1.25rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
    line-height: 1.75;
}

/* ===== BENTO GRID LAYOUT ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_bentoGrid__Rs3L4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(3, auto) !important;
    gap: 1.5rem !important;
}

/* ===== CARD BASE STYLES ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_card__Tu5M6 {
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_card__Tu5M6.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_card__Tu5M6:hover {
    transform: translateY(-8px) scale(1.02) !important;
}

/* ===== LARGE CARD (2x2) ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardLarge__Vw7N8 {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
    background: linear-gradient(135deg, #2e0320 0%, #1a0114 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardContent__Xy9O0 {
    position: relative !important;
    z-index: 10 !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_iconLarge__Bc3Q4 {
    width: 4rem !important;
    height: 4rem !important;
    color: #f56b38 !important;
    margin-bottom: 1.5rem !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardTitleLarge__De5R6 {
    font-size: 2.25rem !important;
    font-weight: 900 !important;
    margin-bottom: 1rem !important;
    color: #ffffff !important;
    line-height: 1.2;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardDescLarge__Fg7S8 {
    font-size: 1.125rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.75;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_checklist__Hi9T0 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_checkItem__Jk1U2 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_checkIcon__Lm3V4 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #f56b38 !important;
    flex-shrink: 0 !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_checkItem__Jk1U2 span {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== GLOW EFFECT ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardGlow__No5W6 {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 16rem !important;
    height: 16rem !important;
    background: rgba(245, 107, 56, 0.1) !important;
    border-radius: 50% !important;
    filter: blur(80px) !important;
    transition: transform 0.7s ease !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardLarge__Vw7N8:hover .WhyChooseDecks_cardGlow__No5W6 {
    transform: scale(1.5) !important;
}

/* ===== MEDIUM CARDS (2 cols) ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardMedium__Pq7X8 {
    grid-column: span 2 !important;
    background: #ffffff !important;
    border: 1px solid rgba(46, 3, 32, 0.1) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardMedium__Pq7X8:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* ===== SMALL CARDS (1 col) ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardSmall__Xy5B6 {
    grid-column: span 1 !important;
    background: #ffffff !important;
    border: 1px solid rgba(46, 3, 32, 0.1) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardSmall__Xy5B6:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* ===== ICON WRAPPER ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_iconWrapper__Rs9Y0 {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 1rem !important;
    background: linear-gradient(135deg, rgba(245, 107, 56, 0.1) 0%, rgba(245, 107, 56, 0.05) 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1rem !important;
    transition: transform 0.3s ease !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_card__Tu5M6:hover .WhyChooseDecks_iconWrapper__Rs9Y0 {
    transform: scale(1.1) !important;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_icon__Za1P2 {
    width: 1.75rem !important;
    height: 1.75rem !important;
    color: #f56b38 !important;
}

/* ===== CARD TITLES &amp;amp;amp;amp;amp;amp;amp;amp; DESCRIPTIONS ===== */
#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardTitle__Tu1Z2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3;
}

#WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardDesc__Vw3A4 {
    font-size: 1rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    line-height: 1.6;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_title__Mn9I0 {
        font-size: 3rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_bentoGrid__Rs3L4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardLarge__Vw7N8 {
        grid-column: span 2 !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardMedium__Pq7X8 {
        grid-column: span 2 !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardSmall__Xy5B6 {
        grid-column: span 1 !important;
    }
}

@media (max-width: 768px) {
    #WhyChooseDecks_root__Wx9Y2.WhyChooseDecks_container__Ab3C4 {
        padding: 4rem 1.5rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_title__Mn9I0 {
        font-size: 2.5rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_description__Pq1K2 {
        font-size: 1.125rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_bentoGrid__Rs3L4 {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardLarge__Vw7N8,
    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardMedium__Pq7X8,
    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardSmall__Xy5B6 {
        grid-column: span 1 !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_card__Tu5M6 {
        padding: 1.5rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardTitleLarge__De5R6 {
        font-size: 1.875rem !important;
    }
}

@media (max-width: 480px) {
    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_title__Mn9I0 {
        font-size: 2rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_description__Pq1K2 {
        font-size: 1rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_iconLarge__Bc3Q4 {
        width: 3rem !important;
        height: 3rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardTitleLarge__De5R6 {
        font-size: 1.5rem !important;
    }

    #WhyChooseDecks_root__Wx9Y2 .WhyChooseDecks_cardDescLarge__Fg7S8 {
        font-size: 1rem !important;
    }
}
 
/* ================================================
   Our Building Process Module - RenderBox Compliant CSS
   Root ID: BuildingProcess_root__Bx7Y9
   ================================================ */

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

#BuildingProcess_root__Bx7Y9 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== SECTION CONTAINER ===== */
#BuildingProcess_root__Bx7Y9.BuildingProcess_container__Cd9Z1 {
    padding: 6rem 1.5rem !important;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(245, 107, 56, 0.05) 100%) !important;
    position: relative !important;
    width: 100% !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_wrapper__Ef1A3 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_header__Gh3B5 {
    text-align: center !important;
    margin-bottom: 5rem !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_title__Ij5C7 {
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_description__Kl7D9 {
    font-size: 1.25rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    max-width: 32rem !important;
    margin: 0 auto !important;
    line-height: 1.6;
}

/* ===== PROCESS GRID ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_grid__Mn9E1 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem !important;
}

/* ===== CARD BASE ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_card__Op1F3 {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.6s ease !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_card__Op1F3.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ===== STEP HEADER ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_stepHeader__Qr3G5 {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

/* ===== STEP NUMBER ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_stepNumber__St5H7 {
    font-size: 4.5rem !important;
    font-weight: 700 !important;
    background: linear-gradient(to right, #f56b38 0%, #2e0320 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease !important;
    line-height: 1;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_card__Op1F3:hover .BuildingProcess_stepNumber__St5H7 {
    opacity: 1 !important;
}

/* ===== ICON WRAPPER ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_iconWrapper__Uv7I9 {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 1rem !important;
    background: linear-gradient(135deg, rgba(245, 107, 56, 0.1) 0%, rgba(46, 3, 32, 0.1) 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_card__Op1F3:hover .BuildingProcess_iconWrapper__Uv7I9 {
    transform: scale(1.1) !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_icon__Wx9J1 {
    width: 2rem !important;
    height: 2rem !important;
    color: #f56b38 !important;
}

/* ===== CARD CONTENT ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_cardTitle__Yz1K3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.3;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_cardDesc__Ab3L5 {
    font-size: 1rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    line-height: 1.75;
    margin-bottom: 1rem !important;
}

/* ===== DETAILS LIST ===== */
#BuildingProcess_root__Bx7Y9 .BuildingProcess_detailsList__Cd5M7 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_detailItem__Ef7N9 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.875rem !important;
    color: rgba(46, 3, 32, 0.6) !important;
}

#BuildingProcess_root__Bx7Y9 .BuildingProcess_bullet__Gh9O1 {
    width: 0.375rem !important;
    height: 0.375rem !important;
    border-radius: 50% !important;
    background: #f56b38 !important;
    flex-shrink: 0 !important;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    #BuildingProcess_root__Bx7Y9 .BuildingProcess_title__Ij5C7 {
        font-size: 3rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_grid__Mn9E1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    #BuildingProcess_root__Bx7Y9.BuildingProcess_container__Cd9Z1 {
        padding: 4rem 1.5rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_title__Ij5C7 {
        font-size: 2.5rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_description__Kl7D9 {
        font-size: 1.125rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_grid__Mn9E1 {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_stepNumber__St5H7 {
        font-size: 3.5rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_iconWrapper__Uv7I9 {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }
}

@media (max-width: 480px) {
    #BuildingProcess_root__Bx7Y9 .BuildingProcess_title__Ij5C7 {
        font-size: 2rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_description__Kl7D9 {
        font-size: 1rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_stepNumber__St5H7 {
        font-size: 3rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_cardTitle__Yz1K3 {
        font-size: 1.25rem !important;
    }

    #BuildingProcess_root__Bx7Y9 .BuildingProcess_cardDesc__Ab3L5 {
        font-size: 0.875rem !important;
    }
}
 .module[data-id_page='218']{;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='218']:hover{;}.module[data-id_page='218']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='218'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='218'] 
            
            .module[data-id_page='218'] .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            .module[data-id_page='218'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='218']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #module_new_medical_63 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
            #module_new_medical_63 .new_medical_description ul{
               list-style-position:inside;
            }
            
			#module_new_medical_63 .content_str{
				width:100%;
			}
            #module_new_medical_63 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_63 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_63 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_63 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_63 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_63 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_63 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_63 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_63 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_63 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_63 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_63 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
        
            #module_new_medical_63 .new_medical_description a,#module_new_medical_63 .new_medical_description_main a{
                color:#00AFEF!important;
            }
            #module_new_medical_63 .new_medical_description a:hover,#module_new_medical_63 .new_medical_description_main a:hover{
                color:#00AFEF!important;
            }
         
                #module_new_medical_63 .swiper-pagination{
                position: absolute;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_63 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_140 .new_medical_icon{
                background-image:url("https://torontodeckexperts.ca/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_140 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_140 .background-img{
                border-radius:;
            }
        #medical_box_140 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;border-style:none;border-color:#000;}#medical_box_140:hover .new_medical_icon{}#medical_box_140.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#medical_box_140:hover{}#medical_box_140 .new_medical_description{color:#555;font-weight:400;font-size:16px;line-height:28px;text-align:justify;padding-bottom:10px;border-style:solid;border-color:#555;}#medical_box_140:hover .new_medical_description{}
                #medical_box_140 .new_medical_layer{}#medical_box_140:hover .new_medical_layer{}
            
            #medical_box_140 .new_medical_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #medical_box_140 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_140:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_140:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_140 .mode1-size_140{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_140 .new_medical_box > div{
                width:100%;
            }
             #medical_box_140 > div{
               height:100%;
            }
            #medical_box_140 .mode2-size_140{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_140 .mode3-size_140{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_140 .mode4-size_140{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_140 .mode5-size_140{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_140 .mode6-size_140{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_140 .mode7-size_140{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_140 .mode7-size_140 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_140 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_140 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_140{
                color:#fff;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_140 span:hover{
                color:#fff!important;
            }
            .custom2_140{
                color:#000;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_140 span:hover{
                color:#000;
            }
            #medical_box_140 .mode-btn1_140{
               ;
                
                    background:#f66a39
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_140 .mode-btn1_140 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_140 .mode-btn2_140{
               ;
                
                    background:#eaeaea
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_140 .mode-btn2_140 svg{
               width:100%;
               height:100%;
               fill:#000;
            }  
            #medical_box_140 .div-btn-title_main_140{
                display: flex;
                justify-content: left;
                align-items: center;
            }
        
                #medical_box_140 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_140 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
                #module_new_medical_63 .new_medical_title_main h3{
                    font-weight:bold!important;
                }
            #module_new_medical_63 .new_medical_title_main{color:#e07a5f;font-weight:bold;justify-content:center;text-align:center;}.module[data-id_page='92']:hover .new_medical_title_main{}#module_new_medical_63 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:32px;padding-bottom:24px;border-style:none;}.module[data-id_page='92']:hover .new_medical_box_main{}
            #module_new_medical_63 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_63 .new_medical_module{
                    width:1200px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_63 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_63 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_63 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_63 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_63 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_63 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_63 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_63 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_63 .read-more-less-des {
                width: fit-content;
                text-align: center;
                
                    width: fit-content;
                    margin-left: 50%;
                    transform: translate(-50%, 0)
                
                z-index: 1200000;
                position: relative;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_63{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_63 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_63 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_63 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_63 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_63 .swiper-container{
                width:1200px;
            }
            #module_new_medical_63 .top_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_63 .right_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_63 .left_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_63 .bottom_layer_diagonal{
                z-index:9 !important;
            }
        
/* ================================================
   Permit Requirements Module - RenderBox Compliant CSS
   Root ID: PermitReq_root__Pr7Y8
   ================================================ */

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

#PermitReq_root__Pr7Y8 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;amp;amp;amp;amp;amp;quot;Segoe UI&amp;amp;amp;amp;amp;amp;amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== SECTION CONTAINER ===== */
#PermitReq_root__Pr7Y8.PermitReq_container__Qs9Z1 {
    padding: 6rem 1.5rem !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    position: relative !important;
    width: 100% !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_wrapper__Rt1A3 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#PermitReq_root__Pr7Y8 .PermitReq_header__Su3B5 {
    text-align: center !important;
    margin-bottom: 4rem !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_title__Tv5C7 {
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2;
}

#PermitReq_root__Pr7Y8 .PermitReq_description__Uw7D9 {
    font-size: 1.25rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
    line-height: 1.6;
}

/* ===== TWO COLUMN GRID ===== */
#PermitReq_root__Pr7Y8 .PermitReq_grid__Vx9E1 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
    margin-bottom: 3rem !important;
}

/* ===== CARD BASE ===== */
#PermitReq_root__Pr7Y8 .PermitReq_card__Wy1F3 {
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    opacity: 0 !important;
    transition: all 0.6s ease !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_card__Wy1F3.is-visible {
    opacity: 1 !important;
}

/* Dark Card Animation (slide from left) */
#PermitReq_root__Pr7Y8 .PermitReq_cardDark__Xz3G5 {
    background: linear-gradient(135deg, #2e0320 0%, rgba(46, 3, 32, 0.9) 100%) !important;
    color: #ffffff !important;
    transform: translateX(-20px) !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_cardDark__Xz3G5.is-visible {
    transform: translateX(0) !important;
}

/* Light Card Animation (slide from right) */
#PermitReq_root__Pr7Y8 .PermitReq_cardLight__Df5M7 {
    background: #ffffff !important;
    border: 2px solid rgba(46, 3, 32, 0.1) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(20px) !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_cardLight__Df5M7.is-visible {
    transform: translateX(0) !important;
}

/* ===== LARGE ICON ===== */
#PermitReq_root__Pr7Y8 .PermitReq_iconLarge__Ya5H7 {
    width: 3rem !important;
    height: 3rem !important;
    color: #f56b38 !important;
    margin-bottom: 1.5rem !important;
}

/* ===== CARD TITLE ===== */
#PermitReq_root__Pr7Y8 .PermitReq_cardTitle__Zb7I9 {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    line-height: 1.3;
}

#PermitReq_root__Pr7Y8 .PermitReq_cardDark__Xz3G5 .PermitReq_cardTitle__Zb7I9 {
    color: #ffffff !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_cardLight__Df5M7 .PermitReq_cardTitle__Zb7I9 {
    color: #2e0320 !important;
}

/* ===== LIST STYLES ===== */
#PermitReq_root__Pr7Y8 .PermitReq_list__Ac9J1 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_listItem__Bd1K3 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

/* Check Icon (Large - for dark card) */
#PermitReq_root__Pr7Y8 .PermitReq_checkIcon__Ce3L5 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #f56b38 !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

/* Check Circle Background (for light card) */
#PermitReq_root__Pr7Y8 .PermitReq_checkCircle__Eg7N9 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 50% !important;
    background: rgba(245, 107, 56, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_checkIconSmall__Fh9O1 {
    width: 1rem !important;
    height: 1rem !important;
    color: #f56b38 !important;
}

/* List Item Text */
#PermitReq_root__Pr7Y8 .PermitReq_cardDark__Xz3G5 .PermitReq_listItem__Bd1K3 span {
    font-size: 1.125rem !important;
    color: #ffffff !important;
    line-height: 1.6;
}

#PermitReq_root__Pr7Y8 .PermitReq_cardLight__Df5M7 .PermitReq_listItem__Bd1K3 span {
    font-size: 1rem !important;
    color: rgba(46, 3, 32, 0.8) !important;
    line-height: 1.6;
}

/* ===== BOTTOM BANNER ===== */
#PermitReq_root__Pr7Y8 .PermitReq_banner__Gi1P3 {
    background: rgba(245, 107, 56, 0.1) !important;
    border: 1px solid rgba(245, 107, 56, 0.2) !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    text-align: center !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.6s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_banner__Gi1P3.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_bannerText__Hj3Q5 {
    font-size: 1.125rem !important;
    color: #2e0320 !important;
    line-height: 1.6;
}

#PermitReq_root__Pr7Y8 .PermitReq_textBold__Ik5R7 {
    font-weight: 700 !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_link__Jl7S9 {
    color: #f56b38 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    transition: opacity 0.2s ease !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_link__Jl7S9:hover {
    opacity: 0.8 !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_textOrange__Km9T1 {
    font-weight: 700 !important;
    color: #f56b38 !important;
}

/* ===== CTA BUTTON ===== */
#PermitReq_root__Pr7Y8 .PermitReq_ctaButton__Ln1U3 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem 2rem !important;
    background: #f56b38 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 10px 30px rgba(245, 107, 56, 0.3) !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_ctaButton__Ln1U3:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 20px 40px rgba(245, 107, 56, 0.4) !important;
    background: #e5603a !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_ctaButton__Ln1U3:active {
    transform: scale(0.95) !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_buttonIcon__Np5W7 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    transition: transform 0.3s ease !important;
}

#PermitReq_root__Pr7Y8 .PermitReq_ctaButton__Ln1U3:hover .PermitReq_buttonIcon__Np5W7 {
    transform: translateX(4px) !important;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    #PermitReq_root__Pr7Y8.PermitReq_container__Qs9Z1 {
        padding: 4rem 1.5rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_title__Tv5C7 {
        font-size: 2.5rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_description__Uw7D9 {
        font-size: 1.125rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_grid__Vx9E1 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_card__Wy1F3 {
        padding: 2rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_cardTitle__Zb7I9 {
        font-size: 1.5rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_banner__Gi1P3 {
        padding: 1.5rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_bannerText__Hj3Q5 {
        font-size: 1rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_ctaButton__Ln1U3 {
        font-size: 1rem !important;
        padding: 0.875rem 1.75rem !important;
    }
}

@media (max-width: 480px) {
    #PermitReq_root__Pr7Y8 .PermitReq_title__Tv5C7 {
        font-size: 2rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_description__Uw7D9 {
        font-size: 1rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_cardTitle__Zb7I9 {
        font-size: 1.25rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_cardDark__Xz3G5 .PermitReq_listItem__Bd1K3 span {
        font-size: 1rem !important;
    }

    #PermitReq_root__Pr7Y8 .PermitReq_cardLight__Df5M7 .PermitReq_listItem__Bd1K3 span {
        font-size: 0.875rem !important;
    }
}
 
/* ================================================
   Top Materials for Toronto Climate Module - RenderBox Compliant CSS
   Root ID: Materials_root__Mt5Y6
   ================================================ */

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

#Materials_root__Mt5Y6 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Segoe UI&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== SECTION CONTAINER ===== */
#Materials_root__Mt5Y6.Materials_container__Nu7Z8 {
    padding: 6rem 1.5rem !important;
    background: linear-gradient(135deg, rgba(46, 3, 32, 0.05) 0%, rgba(245, 107, 56, 0.05) 100%) !important;
    position: relative !important;
    width: 100% !important;
}

#Materials_root__Mt5Y6 .Materials_wrapper__Ov9A1 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#Materials_root__Mt5Y6 .Materials_header__Pw1B3 {
    text-align: center !important;
    margin-bottom: 4rem !important;
}

#Materials_root__Mt5Y6 .Materials_title__Qx3C5 {
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2;
}

#Materials_root__Mt5Y6 .Materials_description__Ry5D7 {
    font-size: 1.25rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
    line-height: 1.6;
}

/* ===== MATERIALS GRID ===== */
#Materials_root__Mt5Y6 .Materials_grid__Sz7E9 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
}

/* ===== CARD BASE ===== */
#Materials_root__Mt5Y6 .Materials_card__Ta9F1 {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(46, 3, 32, 0.1) !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
}

#Materials_root__Mt5Y6 .Materials_card__Ta9F1.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#Materials_root__Mt5Y6 .Materials_card__Ta9F1:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* ===== IMAGE SECTION ===== */
#Materials_root__Mt5Y6 .Materials_imageWrapper__Ub1G3 {
    position: relative !important;
    height: 12rem !important;
    overflow: hidden !important;
}

#Materials_root__Mt5Y6 .Materials_image__Vc3H5 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

#Materials_root__Mt5Y6 .Materials_card__Ta9F1:hover .Materials_image__Vc3H5 {
    transform: scale(1.1) !important;
}

/* Badge */
#Materials_root__Mt5Y6 .Materials_badge__Wd5I7 {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    background: #f56b38 !important;
    color: #ffffff !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    z-index: 10 !important;
}

/* Gradient Overlay */
#Materials_root__Mt5Y6 .Materials_gradient__Xe7J9 {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(46, 3, 32, 0.5) 0%, transparent 100%) !important;
}

/* ===== CONTENT SECTION ===== */
#Materials_root__Mt5Y6 .Materials_content__Yf9K1 {
    padding: 1.5rem !important;
}

/* Title Row */
#Materials_root__Mt5Y6 .Materials_titleRow__Zg1L3 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
}

#Materials_root__Mt5Y6 .Materials_iconWrapper__Ah3M5 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 0.75rem !important;
    background: linear-gradient(135deg, rgba(245, 107, 56, 0.1) 0%, rgba(46, 3, 32, 0.1) 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#Materials_root__Mt5Y6 .Materials_icon__Bi5N7 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #f56b38 !important;
}

#Materials_root__Mt5Y6 .Materials_cardTitle__Cj7O9 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    line-height: 1.3;
}

/* ===== DETAILS SECTION ===== */
#Materials_root__Mt5Y6 .Materials_details__Dk9P1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
}

#Materials_root__Mt5Y6 .Materials_detailSection__El1Q3 {
    /* Empty container, content styled below */
}

#Materials_root__Mt5Y6 .Materials_label__Fm3R5 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
    letter-spacing: 0.05em;
}

#Materials_root__Mt5Y6 .Materials_labelPros__Gn5S7 {
    color: #f56b38 !important;
}

#Materials_root__Mt5Y6 .Materials_labelCons__Ip9U1 {
    color: rgba(46, 3, 32, 0.6) !important;
}

#Materials_root__Mt5Y6 .Materials_text__Ho7T9 {
    font-size: 0.875rem !important;
    color: rgba(46, 3, 32, 0.8) !important;
    line-height: 1.5;
}

#Materials_root__Mt5Y6 .Materials_textMuted__Jq1V3 {
    color: rgba(46, 3, 32, 0.6) !important;
}

/* ===== FOOTER SECTION ===== */
#Materials_root__Mt5Y6 .Materials_footer__Kr3W5 {
    padding-top: 1rem !important;
    border-top: 1px solid rgba(46, 3, 32, 0.1) !important;
}

#Materials_root__Mt5Y6 .Materials_bestFor__Ls5X7 {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2e0320 !important;
}

/* ===== TIP CARD ===== */
#Materials_root__Mt5Y6 .Materials_tipCard__Mt7Y1 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(46, 3, 32, 0.1) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.6s ease !important;
}

#Materials_root__Mt5Y6 .Materials_tipCard__Mt7Y1.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#Materials_root__Mt5Y6 .Materials_tipIconWrapper__Nu9Z3 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 0.75rem !important;
    background: rgba(245, 107, 56, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#Materials_root__Mt5Y6 .Materials_tipIcon__Ov1A5 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #f56b38 !important;
}

#Materials_root__Mt5Y6 .Materials_tipContent__Pw3B7 {
    flex: 1 !important;
}

#Materials_root__Mt5Y6 .Materials_tipTitle__Qx5C9 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3;
}

#Materials_root__Mt5Y6 .Materials_tipText__Ry7D1 {
    font-size: 1rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    line-height: 1.6;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    #Materials_root__Mt5Y6 .Materials_title__Qx3C5 {
        font-size: 3rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_grid__Sz7E9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    #Materials_root__Mt5Y6.Materials_container__Nu7Z8 {
        padding: 4rem 1.5rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_title__Qx3C5 {
        font-size: 2.5rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_description__Ry5D7 {
        font-size: 1.125rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_grid__Sz7E9 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_tipCard__Mt7Y1 {
        flex-direction: column !important;
        padding: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    #Materials_root__Mt5Y6 .Materials_title__Qx3C5 {
        font-size: 2rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_description__Ry5D7 {
        font-size: 1rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_content__Yf9K1 {
        padding: 1.25rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_cardTitle__Cj7O9 {
        font-size: 1.25rem !important;
    }

    #Materials_root__Mt5Y6 .Materials_imageWrapper__Ub1G3 {
        height: 10rem !important;
    }
}
 
/* ================================================
   Top Materials for Toronto Climate Module Part 2 - RenderBox Compliant CSS
   Root ID: MaterialsB_root__Nq9R4
   ================================================ */

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

#MaterialsB_root__Nq9R4 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== SECTION CONTAINER ===== */
#MaterialsB_root__Nq9R4.MaterialsB_container__Ps7T6 {
    padding: .5rem 1.5rem !important;
    background: #fcf7f5 !important;
    position: relative !important;
    width: 100% !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_wrapper__Qv9U8 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_header__Rx1W0 {
    text-align: center !important;
    margin-bottom: 4rem !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_title__Qx3C5 {
    font-size: 3.75rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2;
}

#MaterialsB_root__Nq9R4 .MaterialsB_description__Ry5D7 {
    font-size: 1.25rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
    line-height: 1.6;
}

/* ===== MATERIALS GRID ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_grid__Sz3Y2 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
}

/* ===== CARD BASE ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_card__Ta5A4 {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(46, 3, 32, 0.1) !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_card__Ta5A4.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_card__Ta5A4:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* ===== IMAGE SECTION ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_imageWrapper__Ub7C6 {
    position: relative !important;
    height: 12rem !important;
    overflow: hidden !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_image__Vc9E8 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_card__Ta5A4:hover .MaterialsB_image__Vc9E8 {
    transform: scale(1.1) !important;
}

/* Badge */
#MaterialsB_root__Nq9R4 .MaterialsB_badge__Wd1G0 {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    background: #f56b38 !important;
    color: #ffffff !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    z-index: 10 !important;
}

/* Gradient Overlay */
#MaterialsB_root__Nq9R4 .MaterialsB_gradient__Xe3I2 {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(46, 3, 32, 0.5) 0%, transparent 100%) !important;
}

/* ===== CONTENT SECTION (Padding Reduced) ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_content__Yf5K4 {
    padding: 1.25rem !important;
}

/* Title Row */
#MaterialsB_root__Nq9R4 .MaterialsB_titleRow__Zg7M6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_iconWrapper__Ah9O8 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 0.75rem !important;
    background: linear-gradient(135deg, rgba(245, 107, 56, 0.1) 0%, rgba(46, 3, 32, 0.1) 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_icon__Bi1Q0 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #f56b38 !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_cardTitle__Cj3S2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    line-height: 1.3;
}

/* ===== DETAILS SECTION ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_details__Dk5U4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_detailSection__El7W6 {
    /* Empty container, content styled below */
}

#MaterialsB_root__Nq9R4 .MaterialsB_label__Fm1A0 {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
    letter-spacing: 0.05em;
}

#MaterialsB_root__Nq9R4 .MaterialsB_labelPros__Gn3C2 {
    color: #f56b38 !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_labelCons__Ip5E4 {
    color: rgba(46, 3, 32, 0.6) !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_text__Ho9Y8 {
    font-size: 0.875rem !important;
    color: rgba(46, 3, 32, 0.8) !important;
    line-height: 1.5;
}

#MaterialsB_root__Nq9R4 .MaterialsB_textMuted__Jq7G6 {
    color: rgba(46, 3, 32, 0.6) !important;
}

/* ===== FOOTER SECTION ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_footer__Kr9I8 {
    padding-top: 1rem !important;
    border-top: 1px solid rgba(46, 3, 32, 0.1) !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_bestFor__Ls1K0 {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2e0320 !important;
}

/* ===== TIP CARD (Padding Reduced) ===== */
#MaterialsB_root__Nq9R4 .MaterialsB_tipCard__Mt3N6 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(46, 3, 32, 0.1) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.6s ease !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_tipCard__Mt3N6.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_tipIconWrapper__Nu5P8 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 0.75rem !important;
    background: rgba(245, 107, 56, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_tipIcon__Ov7Q0 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #f56b38 !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_tipContent__Pw9R2 {
    flex: 1 !important;
}

#MaterialsB_root__Nq9R4 .MaterialsB_tipTitle__Qx1T4 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3;
}

#MaterialsB_root__Nq9R4 .MaterialsB_tipText__Ry3V6 {
    font-size: 1rem !important;
    color: rgba(46, 3, 32, 0.7) !important;
    line-height: 1.6;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    #MaterialsB_root__Nq9R4 .MaterialsB_title__Qx3C5 {
        font-size: 3rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_grid__Sz3Y2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    #MaterialsB_root__Nq9R4.MaterialsB_container__Ps7T6 {
        padding: 4rem 1.5rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_title__Qx3C5 {
        font-size: 2.5rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_description__Ry5D7 {
        font-size: 1.125rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_grid__Sz3Y2 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_tipCard__Mt3N6 {
        flex-direction: column !important;
        padding: 1.25rem !important;
    }
}

@media (max-width: 480px) {
    #MaterialsB_root__Nq9R4 .MaterialsB_title__Qx3C5 {
        font-size: 2rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_description__Ry5D7 {
        font-size: 1rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_content__Yf5K4 {
        padding: 1rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_cardTitle__Cj3S2 {
        font-size: 1.25rem !important;
    }

    #MaterialsB_root__Nq9R4 .MaterialsB_imageWrapper__Ub7C6 {
        height: 10rem !important;
    }
}
 
/* Root Container */
#PricingCosts_root__Pc9Y4 {
  width: 100% !important;
  padding: 6rem 1.5rem !important;
  background: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif !important;
}

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

/* Section Header */
#PricingCosts_root__Pc9Y4 .PricingCosts_header__Qp2L9 {
  text-align: center !important;
  margin-bottom: 4rem !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_header__Qp2L9.PricingCosts_visible__Gc4H6 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_title__Wv7H4 {
  font-size: 3.75rem !important;
  font-weight: 700 !important;
  color: #2e0320 !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.1 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_subtitle__Jm9P6 {
  font-size: 1.25rem !important;
  color: rgba(46, 3, 32, 0.7) !important;
  max-width: 48rem !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* Pricing Cards Grid */
#PricingCosts_root__Pc9Y4 .PricingCosts_grid__Rv4M7 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  margin-bottom: 3rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_card__Zx6N1 {
  position: relative !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_card__Zx6N1.PricingCosts_visible__Gc4H6 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Basic Card */
#PricingCosts_root__Pc9Y4 .PricingCosts_cardBasic__Bx5K8 {
  background: #ffffff !important;
  border: 2px solid rgba(46, 3, 32, 0.1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardBasic__Bx5K8:hover {
  transform: translateY(-10px) scale(1.02) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* Premium Card (Most Popular) */
#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 {
  background: linear-gradient(135deg, #2e0320 0%, rgba(46, 3, 32, 0.9) 100%) !important;
  border: 4px solid #f56b38 !important;
  box-shadow: 0 20px 60px rgba(46, 3, 32, 0.25) !important;
  transform: scale(1.05) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5.PricingCosts_visible__Gc4H6 {
  transform: scale(1.05) translateY(0) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5:hover {
  transform: translateY(-10px) scale(1.1) !important;
  box-shadow: 0 25px 70px rgba(46, 3, 32, 0.35) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 .PricingCosts_cardTitle__Rx9N3,
#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 .PricingCosts_cardSize__Np4X9,
#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 .PricingCosts_featureItem__Wx5N9 span {
  color: #ffffff !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 .PricingCosts_cardSize__Np4X9 {
  color: rgba(255, 255, 255, 0.7) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 .PricingCosts_price__Ux3K6 {
  color: #f56b38 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 .PricingCosts_featureItem__Wx5N9 span {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Luxury Card */
#PricingCosts_root__Pc9Y4 .PricingCosts_cardLuxury__Wr6P3 {
  background: #ffffff !important;
  border: 2px solid rgba(46, 3, 32, 0.1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardLuxury__Wr6P3:hover {
  transform: translateY(-10px) scale(1.02) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* Badge */
#PricingCosts_root__Pc9Y4 .PricingCosts_badge__Up9M4 {
  position: absolute !important;
  top: -1rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #f56b38 !important;
  color: #ffffff !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 9999px !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 30px rgba(245, 107, 56, 0.3) !important;
  z-index: 10 !important;
}

/* Card Inner Content */
#PricingCosts_root__Pc9Y4 .PricingCosts_cardInner__Lp6Y1 {
  position: relative !important;
  z-index: 1 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardHeader__Yx8K3 {
  margin-bottom: 1.5rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardTitle__Rx9N3 {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #2e0320 !important;
  margin: 0 0 0.5rem 0 !important;
  line-height: 1.2 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_cardSize__Np4X9 {
  font-size: 0.875rem !important;
  color: rgba(46, 3, 32, 0.6) !important;
  margin: 0 !important;
}

/* Price Section */
#PricingCosts_root__Pc9Y4 .PricingCosts_priceSection__Tv7P8 {
  margin-bottom: 2rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_price__Ux3K6 {
  font-size: 3rem !important;
  font-weight: 700 !important;
  color: #2e0320 !important;
  line-height: 1 !important;
}

/* Feature List */
#PricingCosts_root__Pc9Y4 .PricingCosts_featureList__Vy8L2 {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2rem 0 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_featureItem__Wx5N9 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_featureItem__Wx5N9:last-child {
  margin-bottom: 0 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_checkIcon__Ax7K2 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  color: #f56b38 !important;
  flex-shrink: 0 !important;
  margin-top: 0.125rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_featureItem__Wx5N9 span {
  color: rgba(46, 3, 32, 0.8) !important;
  line-height: 1.5 !important;
}

/* Buttons */
#PricingCosts_root__Pc9Y4 .PricingCosts_button__Sy4M5 {
  width: 100% !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_buttonBasic__Mz8K4 {
  background: #2e0320 !important;
  color: #ffffff !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_buttonBasic__Mz8K4:hover {
  transform: scale(1.05) !important;
  background: rgba(46, 3, 32, 0.9) !important;
  box-shadow: 0 10px 30px rgba(46, 3, 32, 0.3) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_buttonPremium__Vq2N7 {
  background: #f56b38 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(245, 107, 56, 0.3) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_buttonPremium__Vq2N7:hover {
  transform: scale(1.05) !important;
  background: rgba(245, 107, 56, 0.9) !important;
  box-shadow: 0 15px 40px rgba(245, 107, 56, 0.4) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_buttonLuxury__Xs8K9 {
  background: #2e0320 !important;
  color: #ffffff !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_buttonLuxury__Xs8K9:hover {
  transform: scale(1.05) !important;
  background: rgba(46, 3, 32, 0.9) !important;
  box-shadow: 0 10px 30px rgba(46, 3, 32, 0.3) !important;
}

/* Cost Factors Section */
#PricingCosts_root__Pc9Y4 .PricingCosts_factorsSection__Yt4M6 {
  background: linear-gradient(to right, rgba(245, 107, 56, 0.05) 0%, rgba(46, 3, 32, 0.05) 100%) !important;
  border-radius: 1.5rem !important;
  padding: 2.5rem !important;
  border: 1px solid rgba(46, 3, 32, 0.1) !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorsSection__Yt4M6.PricingCosts_visible__Gc4H6 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorsTitle__Zv3N8 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #2e0320 !important;
  margin: 0 0 1.5rem 0 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorsGrid__Aw6K2 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorItem__Bx7L4 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorIcon__Cy8M5 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.5rem !important;
  background: rgba(245, 107, 56, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorIcon__Cy8M5 svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  color: #f56b38 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorContent__Dz9N6 {
  flex: 1 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorTitle__Ea4P7 {
  font-weight: 700 !important;
  color: #2e0320 !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.3 !important;
}

#PricingCosts_root__Pc9Y4 .PricingCosts_factorDesc__Fb5Q8 {
  font-size: 0.875rem !important;
  color: rgba(46, 3, 32, 0.7) !important;
  line-height: 1.4 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  #PricingCosts_root__Pc9Y4 .PricingCosts_title__Wv7H4 {
    font-size: 3rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_grid__Rv4M7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 {
    grid-column: span 2 !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_factorsGrid__Aw6K2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  #PricingCosts_root__Pc9Y4 {
    padding: 4rem 1rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_title__Wv7H4 {
    font-size: 2.5rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_subtitle__Jm9P6 {
    font-size: 1.125rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_grid__Rv4M7 {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5 {
    grid-column: auto !important;
    transform: scale(1) !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5.PricingCosts_visible__Gc4H6 {
    transform: scale(1) translateY(0) !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_cardPremium__Tp8K5:hover {
    transform: translateY(-10px) scale(1.02) !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_price__Ux3K6 {
    font-size: 2.5rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_factorsGrid__Aw6K2 {
    grid-template-columns: 1fr !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_factorsSection__Yt4M6 {
    padding: 1.5rem !important;
  }

  #PricingCosts_root__Pc9Y4 .PricingCosts_factorsTitle__Zv3N8 {
    font-size: 1.25rem !important;
  }
}
 
/* Root Container */
#MaintenanceAreas_root__Ma9Y2 {
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, &amp;amp;quot;Segoe UI&amp;amp;quot;, Roboto, &amp;amp;quot;Helvetica Neue&amp;amp;quot;, Arial, sans-serif !important;
}

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

/* ===== MAINTENANCE TIPS SECTION ===== */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_maintenanceSection__Kx7M3 {
  padding: 6rem 1.5rem !important;
  background: #ffffff !important;
}

/* Section Headers */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_header__Qp2L9 {
  text-align: center !important;
  margin-bottom: 4rem !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_header__Qp2L9.MaintenanceAreas_visible__Gc4H6 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_title__Wv7H4 {
  font-size: 3.75rem !important;
  font-weight: 700 !important;
  color: #2e0320 !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.1 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_subtitle__Jm9P6 {
  font-size: 1.25rem !important;
  color: rgba(46, 3, 32, 0.7) !important;
  max-width: 48rem !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* Maintenance Tips Grid */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipsGrid__Rv4M7 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipCard__Zx6N1 {
  background: #ffffff !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(46, 3, 32, 0.1) !important;
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipCard__Zx6N1.MaintenanceAreas_visible__Gc4H6 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipCard__Zx6N1:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* Icon Container */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_iconContainer__Yx8K3 {
  width: 4rem !important;
  height: 4rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, rgba(245, 107, 56, 0.1) 0%, rgba(46, 3, 32, 0.1) 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.5rem !important;
  transition: transform 0.3s ease !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipCard__Zx6N1:hover .MaintenanceAreas_iconContainer__Yx8K3 {
  transform: scale(1.1) !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_icon__Np4X9 {
  width: 2rem !important;
  height: 2rem !important;
  color: #f56b38 !important;
}

/* Tip Card Content */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipTitle__Rx9N3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #2e0320 !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.3 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipDesc__Tp8K5 {
  color: rgba(46, 3, 32, 0.7) !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.6 !important;
}

/* Tip List */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipList__Up9M4 {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipItem__Vq2N7 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipItem__Vq2N7:last-child {
  margin-bottom: 0 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_checkIcon__Wr6P3 {
  width: 1rem !important;
  height: 1rem !important;
  color: #f56b38 !important;
  flex-shrink: 0 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipItem__Vq2N7 span {
  font-size: 0.875rem !important;
  color: rgba(46, 3, 32, 0.6) !important;
  line-height: 1.4 !important;
}

/* ===== AREAS WE COVER SECTION ===== */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_areasSection__Xs8K9 {
  padding: 6rem 1.5rem !important;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(46, 3, 32, 0.05) 100%) !important;
}

/* Locations Grid */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationsGrid__Yt4M6 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1rem !important;
  margin-bottom: 3rem !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationCard__Zv3N8 {
  background: #ffffff !important;
  border-radius: 1rem !important;
  padding: 1rem !important;
  text-align: center !important;
  font-weight: 600 !important;
  color: #2e0320 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(46, 3, 32, 0.1) !important;
  cursor: pointer !important;
  opacity: 0 !important;
  transform: scale(0.9) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationCard__Zv3N8.MaintenanceAreas_visible__Gc4H6 {
  opacity: 1 !important;
  transform: scale(1) !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationCard__Zv3N8:hover {
  transform: scale(1.05) !important;
  background-color: #f56b38 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(245, 107, 56, 0.3) !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationCard__Zv3N8:hover .MaintenanceAreas_mapIcon__Aw6K2 {
  color: #ffffff !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_mapIcon__Aw6K2 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 auto 0.5rem auto !important;
  opacity: 0.6 !important;
  color: #2e0320 !important;
  transition: color 0.3s ease !important;
}

/* Bottom Banner */
#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_banner__Bx7L4 {
  background: linear-gradient(to right, #2e0320 0%, rgba(46, 3, 32, 0.9) 100%) !important;
  border-radius: 1.5rem !important;
  padding: 2.5rem !important;
  text-align: center !important;
  color: #ffffff !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_banner__Bx7L4.MaintenanceAreas_visible__Gc4H6 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_bannerText__Cy8M5 {
  font-size: 1.25rem !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.6 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_bannerBold__Dz9N6 {
  font-weight: 700 !important;
}

#MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_bannerSubtext__Ea4P7 {
  font-size: 1.125rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_title__Wv7H4 {
    font-size: 3rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipsGrid__Rv4M7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationsGrid__Yt4M6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_maintenanceSection__Kx7M3,
  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_areasSection__Xs8K9 {
    padding: 4rem 1rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_title__Wv7H4 {
    font-size: 2.5rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_subtitle__Jm9P6 {
    font-size: 1.125rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipsGrid__Rv4M7 {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationsGrid__Yt4M6 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_banner__Bx7L4 {
    padding: 1.5rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_bannerText__Cy8M5 {
    font-size: 1.125rem !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_bannerSubtext__Ea4P7 {
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_locationsGrid__Yt4M6 {
    grid-template-columns: 1fr !important;
  }

  #MaintenanceAreas_root__Ma9Y2 .MaintenanceAreas_tipCard__Zx6N1 {
    padding: 1.5rem !important;
  }
}
 
            
            
            #s_faq_module2 a {
                color: #00AFEF;
            }
            #s_faq_module2 .container_svg{
                padding:5px 4px;
                width: max-content;
                text-align: end;
            }
            #s_faq_module2 .s_answer{
                color: ;
            }
            
            #s_faq_module2 .s_answer a{
                color:  !important;
           }
            #s_faq_module2 .img_container{
                width: 365px;
            }
           #s_faq_module2 .img_container>img{
               width: 100%;
           }
            #s_faq_module2 .s_question_img{
      
                display: inline-block;
                max-height: 25px;
                max-width: 25px;
                object-fit: contain;
            }
           #s_faq_module2 .s-content_1200{
                width:1200px;
                margin:auto;
           }
           #s_faq_module2 .s-faq_title{
                width:100%;
                text-align:center;
                color: #000;
           }
           #s_faq_module2 .s-faq_title h3{
                font-size:1.2em;
                font-weight:bold;
                width: 1200px;
                margin: auto;
                text-align:left;
                line-height:50px;
                padding:0rem 0rem 2rem 0rem;
                display: block;
           }
           #s_faq_module2 .center-align-title{
                display: flex;
                justify-content: flex-end;
                align-items: center;
           }
           #s_faq_module2 .s_items{
                display:inline-block;
                vertical-align: middle;
                line-height: 25px;
           }
           #s_faq_module2 .s_question_con{
                direction: rtl;
                width:100%;
                text-align:left;
           }
           #s_faq_module2 .s_question{
                font-weight: 600;
                direction: rtl;
                display:inline-block;
                font-size:1em;
                padding-left: 5px;
           }
           #s_faq_module2 .s-faq_main{
                display: flex;
                justify-content: flex-end;
                border-collapse: separate;
                border-spacing: 10px;
                
           }

           #s_faq_module2 .s_faq_boxes{
               padding:0 30px;
               background-color:;
               vertical-align: top;
           }   

           #s_faq_module2 .s_faq_container{
                margin:auto;
                width:%;
                direction:rtl;
           }
           #s_faq_module2 .s_send_faq{
                height: max-content;
                width: 38%;
                top: 36px;
                position: sticky;
                position: -webkit-sticky;
           }
           #s_faq_module2 .s_send_faq h2{
                color:;
                font-size: 1.3em;
                font-weight: bold;
                margin-bottom: 20px;
                line-height: 32px;
           }
            #s_faq_module2 .msg_txtarea{
                color:;
            }
            #s_faq_module2 .color_b_bg{
                 background-color:#0DD0FE;
                 color:;
            }
            
           #s_faq_module2 .s_send_faq p{
               color:;
                padding-bottom:30px;
                font-size:1.2em;
                line-height: 25px;
           }
           #s_faq_module2 .s_send_faq label{
                color:;
                font-size:1.08em;
                font-weight: 700;
                padding-bottom: 6px;
           }
           #s_faq_module2 .s_input{
                color:;
                font-size: 1.16em;
                height: 36px;
                line-height: 26px;
                width: 99%;
                padding: 5px 15px;
                margin-bottom: 10px;
                border: 1px solid ;
                direction: rtl;
                margin-top: 5px;
           }
           #s_faq_module2 .msg_txtarea{
                border: 1px solid ;
                width:99%;
                line-height: 26px;
                padding: 5px 15px;
                margin-bottom: 10px;
                resize: vertical;
                margin-top: 5px;
                direction: rtl;
            }
           #s_faq_module2 .s_email{direction:rtl !important;text-align:left;}
           #s_faq_module2 .s_faq_row{width:100%;cursor:pointer;}
           #s_faq_module2 .s_faq_row:first-child{border-top::none;}
           #s_faq_module2 .s_faq_row{
                line-height: 25px;
                border-bottom: 1px solid #0DD0FE;
                background-color:#F4F7F2;
                border-radius:8px;
                padding:1rem 1rem 1rem 1rem;
           }
           #s_faq_module2 .s_faq_row:not(:first-child){
                margin-top:16px;
           }
          #s_faq_module2  bottom .s_icon_container{
                width: 21px;
                height: 19px;
                background-color:;
                text-align:center;
           }
            #s_faq_module2 .s_svg path{
                fill:;
            }
           #s_faq_module2 .s_faq_row:hover svg{ fill:;}
           #s_faq_module2 .s_svg.s_down{
                -moz-transition: all .5s;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
           }
           #s_faq_module2 .pad{
               margin-top: 15px;
           }
           #s_faq_module2 .s_svg.s_up{
                transform:rotate(-180deg);
                -moz-transition: all .5s;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
           }
           #s_faq_module2 .s_answer{
                text-align:justify;
                padding: 16px 0px 16px 0;
                line-height: 30px;
                direction: ltr;
                font-size:0.9em;
            }
            #s_faq_module2 .s_answer span{
                font-size:0.9em!important;
           }
           #s_faq_module2 .send_question{
                padding: 10px 20px;
                font-size:1.33em;
                font-weight:bold;
                margin: 10px 0;
                cursor:pointer;
           }
           #s_faq_module2 .notValid{
               border: 1px solid red !important;
            }
        #s_faq_module2{
                  margin-bottom:60px;
                }#s_faq_module2{
                        font-size:17px;
                }#s_faq_module2 .color_tem1{ /*range asli color ??? */
            color: ;
        }#s_faq_module2 .color_tem2{ /*range asli color ??? */
            color: ;
        }#s_faq_module2 .color_tem1_bg{/*range back box  */
            background-color: ;
        }#s_faq_module2 .color_tem2_bg{/*range back box if gradient*/
            background-color: ;
        }#s_faq_module2 .color_title{/*range title asli module*/
                            color: ;
                                }#s_faq_module2 .color_text{/*range text haye module  */
                            color:;
                                }#s_faq_module2 .color_link{/*range linki ke matni bashe btn nabshe */
                            color:#000;
                                }#s_faq_module2 .color_link_hover:hover{/*range  text link hover*/
                            color: ;
                                }#s_faq_module2 .color_b_text{/*range link button manand range matnesh*/
                            color: ;
                                }#s_faq_module2 .color_b_bg{/*range button i ke link shode backgroundesh! */
                            background-color:#0DD0FE ;
                                }#s_faq_module2 .color_b_h_text:hover{/*range hover text az button i ke link hast */
                            color: ;
                                }#s_faq_module2 .color_b_h_bg:hover{/*range hover background un button e ke link shode*/
                            background-color: ;
                                }#s_faq_module2 .color_box_text{/*range text dakhele box ha! */
                            color: ;
                                }#s_faq_module2 .color_box_title{/*range title dakhele box ha!*/
                            color: ;
                                }
            #pagination_product{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                justify-content: space-between;
                margin: 15px 0;
                display: flex;
                width: 100%;
                height: 50px;
                height: max-content;
                height: fit-content;
            }
            #pagination_product > div {
                display: flex;
            }
            #pagination_product > div > *{
                margin: 0 10px;
            }
            #pagination_product span,#pagination_product a,#pagination_product label{
                text-align: center;
                flex-direction: column;
                display: flex;
                justify-content: center;
                border: 1px solid #bababa;
                border-radius: 50%;
            }
            #pagination_product a,#pagination_product label{
                background-color: #ffffff;
                color: #0f0f0f;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }
            #pagination_product span{
                background-color: #e8e8e8;
                color: #5e5e5e;
                opacity: .8;
                width: 32px;
                height: 32px;
            }
            #pagination_product i{
                font-size: 23px;
                margin-bottom: 1px;
            }
            #pagination_product .fa-caret-right{
                margin-left: 4px;
            }
            #pagination_product .fa-caret-left{
                margin-right: 4px;
            }
            #pagination_product label:after{
                content:"" !important;
            }
            #pagination_product_button{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }
            .pagination_product_button_load_more{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                margin: 15px 0;
                width: calc(100% - 50px);
                height: fit-content;
                text-align: center;
                color: #333;
                cursor: pointer;
            }
        
            .fw500{
                font-weight: 500;
            }
            .parent_input_box{
                background-color: #e8e8e8;
                padding: 0;
                border-radius: 3px;
                margin: 5px 0;
            }
            .parent_input_box:first-child{
                margin-top: 0;
            }
            .parent_input_box > div:first-child{
                width: 10%;
                text-align: center;
                color: #555;
            }
            
            .new_color_tag{
                color: #00AFEF !important;
            }
            .flex1{
                flex: 1 0;
            }
            .module_new_comment4 .input_box{
                background-color: #e8e8e8;
                padding: 5px 10px;
                border: 2px solid transparent;
                border-radius: 5px;
                width: 100%;
            }
            .module_new_comment .input_box:focus{
                border-color: #6ac7ff;
            }
            .module_new_comment .input_box.error{
                border-color: #f4b3b3;
            }
            .module_new_comment textarea{
                min-height: 140px;
                width: 100%;
                resize: vertical;
            }
            .module_new_comment input{
                width: 318px;
            }
            .module_new_comment4 button{
                padding: 9px 0;
                border: none;
                width: 100%;
                background-color: green;
                color: #FFFFFF;
                margin-top:3px;
                max-width: 250px;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                -moz-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
            }
            .module_new_comment4 button:hover{
                -webkit-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                -moz-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
            }
            #new_comment_popup .module_new_comment{
                display: block;
                width: 600px;
            }
            #new_comment_popup .input_box{
                border-radius: 1px;
            }
            #new_comment_popup .parent_input_box{
                width: 49%;
                margin: 0;
            }
            #new_comment_popup .parent_input_box input{
                width: 265px;
            }
            .module_new_comment .result-msg{
                height:50px;
                line-height: 50px;
                padding: 0 20px;
                border: 2px solid;
                border-radius: 4px;
                font-weight: 300;
                margin: 10px 0;
                font-size: 14px;
            }
            .module_new_comment .result-msg.accept-send-msg{
                color: #054012;
                background-color: #a6edbb;
                border-color: #93e2ab;
            }
            .module_new_comment .result-msg.error-send-msg{    
                color: #570b10;
                background-color: #f8c3c3;
                border-color: #f4b3b3;
            }
            .parent-comment-box{
                background-color: #fff;
                padding: 30px 10px;
                font-size: 14px;
                border-bottom: 1px solid #eee;
                color: #2F425C;
                text-align: justify;
            }
            .parent-answer-box{
                background-color: #eee;
                padding: 10px;
                width: 98%;
                margin: 15px auto;
                position:relative;
                border: 1px solid #ddd;
                border-radius: 2px;
            }
            .parent-answer-box:before{
                content: "";
                border: 8px solid;
                position: absolute;
                right: 30px;
                bottom: 100%;
                border-color: transparent transparent #ddd transparent;
                z-index: 9;
            }
            .answer-comment-btn span{
                color: #c71b0c;
                font-weight: 500;
                margin-right: 5px;
                font-size: 15px;
            }
            .answer-comment-btn i{
                color: #c71b0c;
            }
            .parent-score{
                padding: 0 10px;
                margin: 0 3px;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
            }
            .parent-score i{
                margin-right: 5px;
                cursor: pointer;
            }
            .like-score.chooses{
                color: #05810b;
            }
            .dis-like-score.chooses{
                color: #c71b0c;
            }
            .favorite-score i{
                cursor: pointer;
            }
            .favorite-score .like-score.chooses{
                color: #c71b0c;
            }
            .txtd-left{
                direction: ltr;
                text-align: left;
            }
            .txtd-right{
                direction: rtl;
                text-align: right;
            }
            .placeholder-right:-moz-placeholder{
                text-align: right !important;
            }
            .placeholder-right:-ms-input-placeholder{
                text-align: right !important;
            }
            .placeholder-right::-webkit-input-placeholder{
                text-align: right !important;
            }
            .placeholder-left:-moz-placeholder{
                text-align: left !important;
            }
            .placeholder-left:-ms-input-placeholder{
                text-align: left !important;
            }
            .placeholder-left::-webkit-input-placeholder{
                text-align: left !important;
            }
            #result_send_msg{
                text-align: center;
                padding: 0.5rem 0;
                color: red;
            }
        
            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: #3c5059;
                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 #3c5059 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: #f9fafc;
                    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: #2D0320;
                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: 32px;
                height: 32px;
            }
            .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: #275345;
            }
            .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: #275345;
                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: #ffff;
                font-size: 17px;
                font-weight: 400;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #ffff;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: ;
                fill: ;
            }
            .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: ;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: ;
            }
            
            .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  ;
                }
            
            .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: ;
            }
            .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: 240px;
                height: 79px;
                max-width: 240px;
                max-height: 79px;
                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: #FFF;
                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: #2D0320;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #FFF;
            }
            
            .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: #4b5663;
            }
            .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 #E07A5F;
                    }
                    .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 #E07A5F;
                        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: #4b5663;
            }
            .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: #f56b38;
                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: #f56b38;
            }
            .active{
                background-color: #2D0320;
            }
            .active a{
                color: #FFF;
            }     
            .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: #F9FAFB !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  #0A3D2E;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #0A3D2E;
            }
            #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: auto;  
                        grid-template-columns: 240px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4%;
padding-right:4vw;
padding-bottom:4%;
padding-left:4vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
margin-top:0px;
border-style:none;
}#module_footer_row_1{
;
border-style:solid;
border-bottom-width:.015vw;
border-color:#ebedf2;
}#module_footer_items_1{
;
cursor:default;
width:14vw;
height:4vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-bottom:1vw;
}#module_footer_items_1:hover{
;
}#module_footer_items_69{
;
cursor:default;
line-height:1.2vw;
color:#fff;
font-weight:400;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_69:hover{
;
}#module_footer_row_2{
;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
border-color:#ebedf2;
}#module_footer_items_2{
;
cursor:default;
line-height:1.7vw;
color:#fff;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_column_2{
;
width:36%;
margin-top:0px;
padding-left:8%;
border-style:none;
}#module_footer_row_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_6{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_7{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_13:hover{
;
}#module_footer_column_3{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_19{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_19:hover{
;
}#module_footer_row_13{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_20{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_20:hover{
;
}#module_footer_row_15{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_22{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_22:hover{
;
}#module_footer_row_16{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_23{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_23:hover{
;
}#module_footer_column_4{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_25{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_25:hover{
;
}#module_footer_row_21{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_27{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_27:hover{
;
}#module_footer_row_22{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_28{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_28:hover{
;
}#module_footer_items_68{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_68:hover{
;
}#module_footer_section_7{
;
justify-content:center;
padding-top:1vw;
padding-bottom:1vw;
border-style:solid;
border-top-width:.015vw;
border-color:#FFF;
}#module_footer_column_10{
;
justify-content:center;
border-style:none;
}#module_footer_row_52{
;
justify-content:center;
border-style:none;
}#module_footer_items_70{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#FFF;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_70:hover{
;
}#public_footer_main_1{;background-color:#2D0320;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}#public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #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;
            }
        
            #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;}