:root {
    --window-green-color: #90c33f;
    --window-lightgreen-color: #e9f3d9;
    --window-darkgrey-color: #303030;
    --window-black-color: #000000;
    --nav-height: 75px;
}

@font-face { font-family: 'AnekBangla'; src: url('fonts/AnekBangla_Expanded-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'AnekBangla'; src: url('fonts/AnekBangla_Expanded-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'AnekBangla'; src: url('fonts/AnekBangla_Expanded-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'AnekBangla'; src: url('fonts/AnekBangla_Expanded-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'AnekBangla'; src: url('fonts/AnekBangla_Expanded-ExtraLight.woff2') format('woff2'); font-weight: 200; font-style: normal; }
@font-face { font-family: 'AnekBangla'; src: url('fonts/AnekBangla_Expanded-Thin.woff2') format('woff2'); font-weight: 100; font-style: normal; }
@font-face { font-family: 'AnekBangla-SemiExpanded'; src: url('fonts/AnekBangla_SemiExpanded-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-stretch: semi-expanded; }
@font-face { font-family: 'AnekBangla-SemiExpanded'; src: url('fonts/AnekBangla_SemiExpanded-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'AnekDevangari'; src: url('fonts/anek-devanagari-expanded-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-stretch: 50% 150%; }
@font-face { font-family: 'AnekDevangari'; src: url('fonts/anek-devanagari-expanded-bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-stretch: 50% 150%; }
@font-face { font-family: 'AnekDevangari'; src: url('fonts/anek-devanagari-expanded-light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-stretch: 50% 150%; }
@font-face { font-family: 'AnekDevangari'; src: url('fonts/anek-devanagari-expanded-light.woff2') format('woff2'); font-weight: 200; font-style: normal; font-stretch: 50% 150%; }
@font-face { font-family: 'AnekDevangari'; src: url('fonts/anek-devanagari-expanded-light.woff2') format('woff2'); font-weight: 100; font-style: normal; font-stretch: 50% 150%; }

* { box-sizing: border-box; }
html, body { margin: 0px; padding: 0px; background-color: #f2f1ef; overflow-x: hidden; }
body, div, span { font-family: 'AnekDevangari', sans-serif; font-weight: 400; font-style: normal; }

h1 { font-family: 'AnekBangla', sans-serif; font-weight: 700; font-style: normal; }
h2 { font-family: 'AnekBangla', sans-serif; font-weight: 700; font-style: normal; }
h3 { font-family: 'AnekBangla', sans-serif; font-weight: 700; font-style: normal; }
h4 { font-family: 'AnekBangla', sans-serif; font-weight: 700; font-style: normal; }
h5 { font-family: 'AnekBangla', sans-serif; font-weight: 700; font-style: normal; }
h6 { font-family: 'AnekBangla', sans-serif; font-weight: 700; font-style: normal; }

input { font-family: 'AnekBangla-SemiExpanded'; font-weight: 300; }

.flex { display: flex; }
.flex-row { flex-direction: row; }
.flex-column { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-grow { flex-grow: 1; }
.flex-shrink { flex-shrink: 1; }
.flex-basis { flex-basis: auto; }
.flex-direction { flex-direction: row; }
.flex-direction-column { flex-direction: column; }
.flex-direction-row { flex-direction: row; }
.flex-direction-column { flex-direction: column; }
.justify-content-center { justify-content: center; }
.justify-content-start { justify-content: start; }
.justify-content-end { justify-content: end; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.justify-content-evenly { justify-content: space-evenly; }
.align-items-center { align-items: center; }
.align-items-start { align-items: start; }
.align-items-end { align-items: end; }
.align-items-baseline { align-items: baseline; }
.align-items-stretch { align-items: stretch; }
.align-items-anchor-center { align-items: anchor-center; }
.grid { display: grid; }
.grid-col-2 { grid-template-columns: 1fr 1fr; }
.grid-col-3 { grid-template-columns: 1fr 1fr 1fr; }
.grid-col-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
.footer-col-4 { grid-template-columns: 0.7fr 0.7fr 0.7fr 1.8fr; }

.w-33 { width: calc(100% / 3); } 
.w-66 { width: calc(100% * 2 / 3); } 
.w-50 { width: 50%; }
.w-25 { width: 25%; }
.w-75 { width: 75%; }
.w-full { width: 100%; }

.py-1 { padding-top: 1em; padding-bottom: 1em; }
.py-2 { padding-top: 2em; padding-bottom: 2em; }
.py-3 { padding-top: 3em; padding-bottom: 3em; }
.py-4 { padding-top: 4em; padding-bottom: 4em; }
.py-5 { padding-top: 5em; padding-bottom: 5em; }
.py-6 { padding-top: 6em; padding-bottom: 6em; }
.px-1 { padding-left: 1em; padding-right: 1em; }
.px-2 { padding-left: 2em; padding-right: 2em; }
.px-3 { padding-left: 3em; padding-right: 3em; }
.px-4 { padding-left: 4em; padding-right: 4em; }
.px-5 { padding-left: 5em; padding-right: 5em; }
.px-6 { padding-left: 6em; padding-right: 6em; }

.pb-1 { padding-bottom: 1em; }
.pb-2 { padding-bottom: 2em; }
.pb-3 { padding-bottom: 3em; }
.pb-4 { padding-bottom: 4em; }

/* Header */
.top-bar { background: linear-gradient(180deg, #98cc42 0%, #7fb332 100%); 
    color: var(--window-lightgreen-color); 
    padding: 10px 40px; 
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99; 
    height: 36px;
}
.top-bar-left { font-size: 14px; }
.top-bar-center { font-size: 14px; }
.top-bar-right { font-size: 14px; }
.top-bar-left a { color: var(--window-lightgreen-color); text-decoration: none; }
.top-bar-center a { color: var(--window-lightgreen-color); text-decoration: none; }
.top-bar-right a { color: var(--window-lightgreen-color); text-decoration: none; }
.top-bar-left a:hover { color: var(--window-darkgrey-color); }
.top-bar-center a:hover { color: var(--window-darkgrey-color); }
.top-bar-right a:hover { color: var(--window-darkgrey-color); }
.top-bar-left a:active { color: var(--window-darkgrey-color); }
.top-bar-center a:active { color: var(--window-darkgrey-color); }
.top-bar-right a:active { color: var(--window-darkgrey-color); }
.top-bar-left a:visited { color: var(--window-darkgrey-color); }
.top-bar-center a:visited { color: var(--window-darkgrey-color); }
.top-bar-right a:visited { color: var(--window-darkgrey-color); }

/* ════════════════════════════════
   NAV ROOT
════════════════════════════════ */
.site-nav {
    position: fixed;
    top: 36px; left: 0; right: 0;
    z-index: 100;
    height: var(--nav-height);
    background: rgba(14,14,14,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom-color: rgba(255,255,255,0.07);
    transition: 0.4s all ease;
}


.site-nav.menu-open {
    background: rgba(14,14,14,0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* 3-column: left links | logo | right links */
.nav-inner {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    padding: 0px 56px;
}

.site-nav.scrolled {
    height: 60px;
    transition: 0.4s all ease;
}

.site-nav.scrolled .nav-logo-mark img {
    height: 40px;
    transition: 0.4s all ease;
}

/* ════════════════════════════════
   LOGO
════════════════════════════════ */
.nav-logo-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-logo-mark img {
    height: 40px;
    transition: 0.4s all ease;
}

.nav-logo-wordmark {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
    white-space: nowrap;
}

.nav-logo-wordmark em { color: var(--window-green-color); font-style: normal; }

/* ════════════════════════════════
   LINK LISTS
════════════════════════════════ */
.nav-links {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links-left  { justify-content: flex-start; }
.nav-links-right { justify-content: flex-end; align-items: center; gap: 2px; }

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    transition: color 0.18s;
    position: relative;
}

.nav-link:hover,
.nav-item.open > .nav-link { color: #fff; }

.nav-link:hover::after,
.nav-item.open > .nav-link::after { transform: scaleX(1); }

.nav-chevron {
    font-size: 9px;
    opacity: 0.5;
    transition: transform 0.25s, opacity 0.18s;
    transform: translate(0px, -3px);
}

.nav-item.open .nav-chevron { transform: rotate(180deg); opacity: 1; }

/* ── Dropdown ── */
.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: rgba(12,12,12,0.97);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-top: 2px solid var(--window-green-color);
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav-item.open .nav-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.15s, padding-left 0.18s;
}

.nav-dropdown li a::before {
    content: '';
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--window-green-color);
    opacity: 0;
    flex-shrink: 0;
    transition: opacity 0.15s;
}

.nav-dropdown li a:hover { color: #fff; padding-left: 24px; }
.nav-dropdown li a:hover::before { opacity: 1; }

/* ── CTA ── */
.nav-cta {
    display: flex;
    align-items: center;
    font-family: 'AnekBangla';
    background: linear-gradient(180deg, #9dcf45 0%, var(--window-green-color) 40%, #6b8f28 100%);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    color: #fff;
    border: none;
    padding: 5px 22px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: background-color 0.15s ease;
    text-decoration: none;
    margin-left: 10px;
    height: fit-content;
    min-width: 140px;
}

.nav-cta:hover {
    background: linear-gradient(180deg, #8aba3a 0%, #7fb332 40%, #5a7a1e 100%);
}

.nav-cta:active { transform: translateY(0); }

/* ── Hamburger ── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px; height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-left: 8px;
    flex-shrink: 0;
}

.nav-hamburger span {
    display: block;
    width: 100%; height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: center;
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ════════════════════════════════
   MOBILE DRAWER
════════════════════════════════ */
.nav-mobile {
    display: none;
    position: fixed;
    top: calc(36px + var(--nav-height));
    left: 0; right: 0; bottom: 0;
    background: rgba(10,10,10,0.98);
    backdrop-filter: blur(16px);
    z-index: 99;
    overflow-y: auto;
    padding: 24px 28px 40px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}

.nav-mobile.open { transform: translateX(0); }

.nav-mobile-list { list-style: none; display: flex; flex-direction: column; padding: 0; }

.nav-mobile-item { border-bottom: 1px solid rgba(255,255,255,0.06); }

.nav-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    width: 100%;
}

.nav-mobile-link:hover { color: #fff; }

.nav-mobile-chevron { font-size: 11px; opacity: 0.5; transition: transform 0.25s; }
.nav-mobile-item.open .nav-mobile-chevron { transform: rotate(180deg); }

.nav-mobile-sub { list-style: none; display: none; margin: 0; padding: 0 0 8px; }
.nav-mobile-item.open .nav-mobile-sub { display: flex; flex-direction: column; }

.nav-mobile-sub li a {
    display: block;
    padding: 9px 0 9px 16px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    border-left: 2px solid rgba(144,195,63,0.3);
    margin-left: 4px;
    transition: color 0.15s, border-color 0.15s;
}

.nav-mobile-sub li a:hover { color: var(--window-green-color); border-left-color: var(--window-green-color); }

.nav-mobile-cta {
    display: block;
    margin-top: 28px;
    padding: 14px;
    text-align: center;
    background: linear-gradient(180deg, #9dcf45 0%, var(--window-green-color) 40%, #6b8f28 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 900px) {
    .nav-links-left { display: none; }
    .nav-cta        { display: none; }
    .nav-mobile     { display: block; }

    /* Keep the nav full-height on mobile so the fixed header height (and the
       drawer's top offset) stays constant on scroll — prevents a gap/overlap
       between the header and the open drawer. */
    .site-nav.scrolled { height: var(--nav-height); }

    /* Keep desktop links hidden, show hamburger only */
    .nav-links-right .nav-item { display: none; }
    .nav-links-right .nav-item:last-child { display: flex; }
    .nav-hamburger  { display: flex; }

    /* On mobile: logo left, hamburger right */
    .nav-inner {
        padding: 0 20px;
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }
    .nav-logo-col    { justify-content: flex-start; padding: 0; order: 1; }
    .nav-links-right {
        order: 2;
        justify-content: flex-end;
        width: auto;
        gap: 0;
    }
}

@media (min-width: 1024px) {
    .nav-logo-mark img {
        height: 50px;
    }
}
@media (min-width: 901px) {
    .nav-mobile    { display: none !important; }
    .nav-hamburger { display: none !important; }
}


/* ── MEGA MENU ── */
.mega-menu-trigger {
    position: static;
}

.mega-panel {
    position: fixed;
    top: var(--nav-height, 72px);
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    display: none;
    grid-template-columns: 220px 1fr 500px 280px;
    min-height: 501px;
    transition: 0.4s all ease;
}

.site-nav.scrolled .mega-panel {
    top: 60px;
    transition: 0.4s all ease;
}

.mega-panel.open {
    display: grid;
}

/* Left column — category tabs */
.mega-col-left {
    background: #f7f7f5;
    border-right: 1px solid rgba(0,0,0,0.07);
    padding: 24px 0;
}

.mega-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 28px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: 'AnekBangla', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    transition: background 0.18s, color 0.18s;
    gap: 12px;
    border-left: 3px solid transparent;
}

.mega-tab:hover {
    background: rgba(144,195,63,0.07);
    color: #111;
}

.mega-tab.active {
    background: #fff;
    color: #111;
    border-left: 3px solid #90c33f;
}

.mega-tab-sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
    line-height: 1.4;
}

.mega-tab-text { flex: 1; font-weight: 600; font-family: 'AnekBangla', sans-serif; line-height: 1.5; }

.mega-tab-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #aaa;
    flex-shrink: 0;
    transition: border-color 0.18s, color 0.18s, background 0.18s;
}

.mega-tab.active .mega-tab-arrow {
    border-color: #90c33f;
    color: #90c33f;
    background: rgba(144,195,63,0.08);
}
span.mega-tab-arrow i {
    font-size: 7px;
}

/* Middle column — product links */
.mega-col-mid {
    padding: 28px 32px;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.mega-col-mid.active {
    display: flex;
}

.mega-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.18s;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mega-link:last-child { border-bottom: none; }

.mega-link:hover {
    background: #f7f7f5;
}

.mega-link-icon {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    background: rgba(144,195,63,0.1);
    border: 1px solid rgba(144,195,63,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mega-link-icon svg {
    width: 22px;
    height: 22px;
    stroke: #90c33f;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mega-link-text {
    font-family: 'AnekBangla', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: block;
    margin-bottom: 2px;
}

.mega-link-desc {
    font-family: 'AnekDevangari', sans-serif;
    font-size: 12px;
    color: #888;
    display: block;
    line-height: 1.4;
}

/* Preview column — slide-in image on link hover */
.mega-col-preview {
    position: relative;
    overflow: hidden;
    background: #f0efed;
    border-left: 1px solid rgba(0,0,0,0.07);
    border-right: 1px solid rgba(0,0,0,0.07);
    min-height: 100%;
}

.mega-preview {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(100%);
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    will-change: transform, opacity;
}

.mega-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mega-panel:has(.mega-link[data-preview="sliding-windows"]:hover) .mega-preview[data-preview="sliding-windows"],
.mega-panel:has(.mega-link[data-preview="double-hung"]:hover) .mega-preview[data-preview="double-hung"],
.mega-panel:has(.mega-link[data-preview="bi-fold-windows"]:hover) .mega-preview[data-preview="bi-fold-windows"],
.mega-panel:has(.mega-link[data-preview="louvre"]:hover) .mega-preview[data-preview="louvre"],
.mega-panel:has(.mega-link[data-preview="awning-casement"]:hover) .mega-preview[data-preview="awning-casement"],
.mega-panel:has(.mega-link[data-preview="fixed-windows"]:hover) .mega-preview[data-preview="fixed-windows"],
.mega-panel:has(.mega-link[data-preview="bi-fold-doors"]:hover) .mega-preview[data-preview="bi-fold-doors"],
.mega-panel:has(.mega-link[data-preview="sliding-doors"]:hover) .mega-preview[data-preview="sliding-doors"],
.mega-panel:has(.mega-link[data-preview="hinged-doors"]:hover) .mega-preview[data-preview="hinged-doors"],
.mega-panel:has(.mega-link[data-preview="entrance-doors"]:hover) .mega-preview[data-preview="entrance-doors"],
.mega-panel:has(.mega-link[data-preview="facades"]:hover) .mega-preview[data-preview="facades"],
.mega-panel:has(.mega-link[data-preview="shopfront"]:hover) .mega-preview[data-preview="shopfront"],
.mega-panel:has(.mega-link[data-preview="apartments"]:hover) .mega-preview[data-preview="apartments"],
.mega-panel:has(.mega-link[data-preview="projects"]:hover) .mega-preview[data-preview="projects"] {
    opacity: 1;
    transform: translateX(0);
}

/* Right column — feature panel */
.mega-col-right {
    background: #1a1a1a;
    padding: 36px 32px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.mega-col-right.active {
    display: flex;
}

.mega-feature-label {
    font-family: 'AnekBangla', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #90c33f;
    margin-bottom: 14px;
    display: block;
}

.mega-feature-title {
    font-family: 'AnekBangla', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.mega-feature-desc {
    font-family: 'AnekDevangari', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 28px;
}

.mega-feature-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'AnekBangla', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #90c33f;
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(144,195,63,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    align-self: flex-end;
}

.mega-feature-cta:hover {
    background: #90c33f;
    border-color: #90c33f;
    color: #000;
}

.mega-feature-cta svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Main */
.inner-container { width: 100%; max-width: 1280px; margin: 0 auto; }
.std-padding-x { padding: 0px 40px; }

/* Footer */
.fw-root {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 50%, #1a1a1a 100%);
    color: #ccc;
    font-size: 14px;
    border-radius: 0;
}
.fw-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.8fr;
    gap: 32px;
    padding-bottom: 40px;
}
.fw-col-title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.fw-mb-10 { margin-bottom: 10px; }
.fw-mb-8 { margin-bottom: 8px; }
.fw-mt-20 { margin-top: 20px; }
.fw-gap-8 { gap: 8px; }
.fw-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
footer a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s;
}
footer a:hover { color: var(--window-green-color); }
.fw-contact { 
    border-left: 1px solid rgba(255, 255, 255, 0.1); 
    padding-left: 40px; 
    padding-right: 40px; 
    padding-top: 134px; 
}
.fw-contact-item {
    margin-bottom: 5px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
}
.fw-contact-item i {
    color: var(--window-green-color);
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
}
.fw-contact-item span {
    margin-left: 10px;
}
.fw-social {
    display: flex;
    gap: 15px;
}
.fw-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #444;
    color: #aaa;
    text-decoration: none;
    font-size: 16px;
    transition: border-color 0.15s, color 0.15s;
}
.fw-social a:hover { border-color: var(--window-green-color); color: var(--window-green-color); }
/* Contact header row: title left, social icons right */
.fw-contact-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}
.fw-contact-head .fw-col-title {
    margin-bottom: 0;
}
/* Disabled footer link (page not live yet) */
.fw-link-disabled {
    opacity: 0.45;
    cursor: default;
}
.fw-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 80px 0 0 0;
}
.fw-logos {
    display: flex;
    align-items: center;
    gap: 0px 28px;
    flex-wrap: nowrap;
    padding-left: 40px;
    width: 100%;
}
.fw-logos-inner {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    width: 100%;
}
.fw-logo-box {
    margin-top: 15px;
    display: flex;
}
.fw-logo-box img {
    object-fit: contain;
    height: 65px;
}
.fw-logo-box img:last-child {
    margin-left: 20px;
}
.fw-logo-box span {
    font-size: 12px;
    font-weight: 500;
    color: #bbb;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.3;
}
.fw-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);;
    flex-wrap: wrap;
    gap: 10px;
}
.fw-bottom-bar span {
    font-size: 12px;
    color: #666;
}
.fw-bottom-links {
    display: flex;
    gap: 18px;
}
.fw-bottom-links a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.fw-bottom-links a:hover { color: var(--window-green-color); }
.fw-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    perspective: 800px;
}
.fw-root a {
    white-space: nowrap;
}
.footer-logo { width: 185px;
    transition: transform 1s ease-in-out; 
}
.fw-input {
    font-family: 'AnekBangla', sans-serif;
    background: #2e2e2e;
    border: 1px solid #3a3a3a;
    color: #ccc;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
.fw-input::placeholder {
    color: #8a8a8a;
}
.fw-input:focus {
    border-color: var(--window-green-color);
}
.fw-textarea {
    resize: none;
}
.fw-btn {
    font-family: 'AnekBangla', sans-serif;
    background: linear-gradient(180deg, #9dcf45 0%, var(--window-green-color) 40%, #6b8f28 100%);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    color: #fff;
    border: none;
    padding: 9px 22px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: background-color 0.15s ease;
}
.fw-btn:hover {
    background: linear-gradient(180deg, #8aba3a 0%, #7fb332 40%, #5a7a1e 100%);
}
.fw-btn:active {
    background: linear-gradient(180deg, #7aad2f 0%, #6e9e2a 40%, #4d6a18 100%);
}
.fw-fabricator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    gap: 8px;
    margin-left: 40px;
}
.fw-fabricator * {
    margin: 0px;
}
.fw-fabricator-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--window-green-color);
}
.fw-fabricator-title {
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-family: 'AnekBangla';
}
.fw-fabricator-title span {
    color: var(--window-green-color);
}
.fw-fabricator-divider {
    width: 40px;
    height: 2px;
    background: var(--window-green-color);
    border-radius: 2px;
    margin: 6px auto !important;
}

/* ───────────────────────────────────────────────
   Partner / Supplier / Client logo slider (global, sitewide)
   CSS-only infinite marquee — logo set is duplicated in markup
   ─────────────────────────────────────────────── */
.partner-strip {
    width: 100%;
    background: #222;
    border-top: 1px solid var(--window-green-color);
    border-bottom: 1px solid var(--window-green-color);
    padding: 0px 0 30px 0;
    overflow: hidden;
}
.partner-strip-heading {
    font-family: 'AnekBangla', sans-serif;
    text-align: left;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0 0 34px;
    padding-left: 56px;
}
.partner-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* fade edges */
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.partner-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: partnerScroll 55s linear infinite;
}
.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}
.partner-logo {
    flex: 0 0 auto;
    margin-right: 64px;          /* spacing baked into items so -50% loops seamlessly */
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-logo img {
    height: 50px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
    opacity: 0.85;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.partner-logo img:hover {
    opacity: 1;
    transform: scale(1.06);
}
@keyframes partnerScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .partner-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 28px;
    }
    .partner-logo { margin-bottom: 0; }
}
@media (max-width: 768px) {
    .partner-strip { padding: 32px 0; }
    .partner-strip-heading { margin-bottom: 24px; padding-left: 24px; }
    .partner-logo { margin-right: 44px; }
    .partner-logo img { height: 38px; max-width: 140px; }
}

/* ───────────────────────────────────────────────
   Footer accreditation / ratings middle column (global)
   ─────────────────────────────────────────────── */
.fw-top-row {
    align-items: center;
    justify-content: space-between;
    gap: 28px 40px;
    flex-wrap: wrap;
    padding: 0px 56px;
}
.fw-ratings-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
}
.fw-ratings {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
.fw-rating-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.fw-rating-chip img {
    height: 90px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}
@media (max-width: 768px) {
    .fw-top-row {
        padding: 0 24px;
    }
    .fw-links-col {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px 24px;
        text-align: left;
    }
    .fw-links-col > div {
        flex: none;
        min-width: 130px;
    }
    .fw-links-col > div:last-child {
        flex-basis: 100%;
    }
    .fw-contact-item a,
    .fw-contact-item span {
        white-space: normal;
        word-break: break-word;
        display: flex;
    }
    footer > div:first-child {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fw-ratings-col {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        padding: 0px;
    }
    .fw-ratings {
        gap: 12px;
    }
    .fw-rating-chip { padding: 0; }
}
/* Below 460px: ratings drop their fixed size and scale fluidly with the
   viewport (equal height, aspect preserved), staying on one line. Above this
   they keep their original size. Divisor = sum of the 3 logos' aspect ratios. */
@media (max-width: 460px) {
    .fw-ratings {
        gap: 2vw;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .fw-rating-chip {
        flex: 0 1 auto;
        min-width: 0;
    }
    .fw-rating-chip img {
        height: calc((100vw - 72px) / 5.6);
        width: auto;
        max-width: none;
        max-height: none;
    }
}
@media (max-width: 360px) {
    .fw-ratings { grid-template-columns: auto; }
}

/* Default = Mobile */
.top-bar {
    padding: 8px 16px;
}
.top-bar .inner-container {
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
/* Hide the two info badges on phones — keep phone + socials on one row */
.top-bar-center {
    display: none;
}
.top-bar-left,
.top-bar-right {
    font-size: 12px;
    white-space: nowrap;
}

.fw-root {
    width: 100%;
}
.fw-brand img {
    width: 140px;
}
.std-padding-x {
    padding: 0px 20px;
}
.fw-root .grid-col-3 {
    grid-template-columns: 1fr;
    gap: 24px;
}
.fw-contact {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 32px 20px;
}
.fw-divider {
    margin: 40px 0 0 0;
}
.fw-logos {
    padding-left: 0px;
    justify-content: center;
}
.fw-fabricator {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
}
.fw-bottom-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 20px;
}
.fw-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer > div:first-child > div:first-child {
    width: fit-content;
}
footer > div:first-child > div:last-child {
    gap: 50px;
}
/* Tablet */
@media (min-width: 768px) {
    .top-bar {
        padding: 14px 24px 10px 24px;
    }
    .top-bar .inner-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
    }
    .top-bar-center {
        display: block;
    }
    .top-bar-left,
    .top-bar-center,
    .top-bar-right {
        font-size: 13px;
    }

    .fw-root .grid-col-3 {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .fw-logos {
        justify-content: flex-end;
    }
    .fw-fabricator {
        width: 220px;
        border-top: none;
        padding: 0;
        padding-left: 30px;
    }
    .fw-bottom-bar {
        flex-direction: row;
        text-align: left;
    }
    .fw-bottom-links {
        flex-wrap: nowrap;
    }
    .fw-logos {
        padding-right: 40px;
        gap: 0px;
    }
}

/* Laptop */
@media (min-width: 1024px) {
    .top-bar {
        padding: 14px 40px 10px 40px;
    }
    .fw-brand img {
        width: 185px;
    }
    .std-padding-x {
        padding: 0px 40px;
    }
    .fw-root .grid-col-3 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
    }
    .fw-contact {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-top: none;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 134px;
    }
    .fw-divider {
        margin: 80px 0 0 0;
    }
}


/* Desktop */
@media (min-width: 1280px) {
    .top-bar-left,
    .top-bar-center,
    .top-bar-right {
        font-size: 14px;
    }
}

/* Large screens */
@media (min-width: 1536px) {
/* styles */
}

@media (max-width: 1770px) {
    .fw-logos {
        border-bottom: none;
        justify-content: center;
    }
}
@media (max-width: 1280px) {
    footer > div:first-child {
        flex-wrap: wrap;
    }
    footer > div:first-child > div:first-child {
        width: auto;
    }
    footer > div:first-child > div:last-child {
        justify-content: flex-start;
    }
    .fw-fabricator {
        max-width: 250px;
    }
}
@media (max-width: 900px) {
    footer .grid-col-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    footer .grid-col-4 > div:first-child {
        grid-column: 1 / -1;
        text-align: center;
        padding-right: 0px;
    }
    .fw-root .fw-col:last-child, 
    .fw-root .fw-col:last-child div {
        padding-right: 0px;
    }
    .fw-root .grid-col-4 > div:nth-child(3) {
        text-align: center;
        justify-content: center;
    }
    .fw-root .grid-col-4 > div:nth-child(2),
    .fw-root .grid-col-4 > div:nth-child(3) {
        padding-right: 0px !important;
    }
}
@media (max-width: 850px) {
    footer > div:first-child > div:last-child {
        flex-wrap: wrap;
    }
}
@media (max-width: 640px) {
    footer > div:first-child > div:first-child > div {
        grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
        grid: none;
        text-align: center;
    }
    .fw-logo-box {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .fw-fabricator {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 35px;
    }
    footer > div:first-child > div:last-child {
        gap: 20px 50px;
    }
}
@media (max-width: 600px) {
    footer .grid-col-4 {
        grid-template-columns: auto;
        padding: 0px;
    }
    footer .grid-col-4 > div {
        width: 100%;
    }
    .fw-root .grid-col-4 div:nth-child(2),
    .fw-root .fw-col:last-child,
    .fw-root .fw-col:last-child > div {
        text-align: center;
        justify-content: center;
    }
    .fw-root .grid-col-4 > div:nth-child(2),
    .fw-root .grid-col-4 > div:nth-child(3),
    .fw-root .grid-col-4 > div:last-child {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 30px;
    }
}

.section-divider {
    width: 90px;
    height: 3px;
    background: #90c33f;
    margin-top: 30px;
    margin-bottom: 30px;
}

:is(h1, h2, h3, h4, h5, h6):has(+ .section-divider) {
    margin-bottom: 0;
}

.section-divider + * {
    margin-top: 0;
}

.mega-link-soon {
    opacity: 0.6;
}

.mega-link-soon-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 8px 1px 8px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 999px;
    background: #90c33f;
    color: #fff;
    vertical-align: middle;
    line-height: 1.7;
}
