/* Selvage Global Sourcing — brand theme */

:root {
    --navy: #12112F;
    --secondary: #FBE87E;
    --gold: #FBE87E;
    --gold-light: #FDF3B0;
    --gold-deep: #C4B04A;
    --gold-gradient: #FBE87E;
    --ivory: #F7F4EE;
    --white: #FFFFFF;
    --charcoal: #22232B;
    --muted: #70727A;
    --soft-border: #E4E0D8;
    --dark-surface: #0D0C22;

    --theme: #12112F;
    --theme2: #FBE87E;
    --header: #12112F;
    --body: #FFFFFF;
    --text: #70727A;
    --bg: #F7F4EE;
    --border: #E4E0D8;
}

html,
body,
body.bg-white {
    overflow-x: hidden;
    max-width: 100%;
    color: var(--charcoal);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background:
        radial-gradient(
            circle at 8% 5%,
            rgba(18, 17, 47, 0.07) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 30%,
            rgba(184, 154, 91, 0.06) 0%,
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #FBFAF7 0%,
            #F7F5F1 38%,
            #F3F2F7 68%,
            #FBFAF7 100%
        );
    background-attachment: fixed;
}

body.locked {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.char-animation,
.section-heading {
    font-family: "Exo", sans-serif;
    color: var(--charcoal);
    font-weight: 400;
}

h1,
h2,
.char-animation,
.section-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-style: italic;
}

h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 600;
}

/* Global subtitle — white pill, yellow square, uppercase */
.sub-title,
.sub-title.text-white,
p.sub-title,
span.sub-title,
.section-title .sub-title,
.hero-1 .hero-content .sub-title,
.testimonial-section .sub-title,
.section-title-white .sub-title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: var(--navy) !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 16px 0 28px !important;
    border: 1px solid #D8DDE1 !important;
    border-radius: 100px;
    height: 36px;
    line-height: 1;
    background: #fff !important;
    margin-bottom: 16px;
    box-shadow: none;
    backdrop-filter: none;
    white-space: nowrap;
}

.sub-title::before,
.section-title .sub-title::before,
.hero-1 .hero-content .sub-title::before,
.testimonial-section .sub-title::before {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: var(--secondary) !important;
    box-shadow: none;
}

.sub-title .line-1,
.sub-title .line-0 {
    display: none !important;
}

.breadcrumb-wrapper .page-heading h1 {
    font-family: "Exo", sans-serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
    letter-spacing: -0.02em;
}

.choose-image-items .choose-image .counter-box h1 {
    font-style: normal !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
}

@media (max-width: 575px) {
    .sub-title,
    .sub-title.text-white,
    p.sub-title,
    span.sub-title,
    .section-title .sub-title,
    .hero-1 .hero-content .sub-title,
    .testimonial-section .sub-title {
        white-space: normal;
        height: auto;
        min-height: 36px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        line-height: 1.35;
    }
}

p,
.about-text,
.contact-text,
.counter-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#page-content {
    position: relative;
    width: 100%;
    overflow: visible;
}

.section-bg,
.section-padding.section-bg {
    background: var(--ivory) !important;
}

a:hover {
    color: var(--secondary);
}

/* ========== Buttons ========== */
.theme-btn {
    background-color: var(--navy) !important;
    color: var(--white) !important;
    border: 1px solid var(--navy);
    transition: color 0.35s ease, border-color 0.35s ease;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.theme-btn::before {
    background: var(--secondary) !important;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:focus-visible {
    color: var(--navy) !important;
    border-color: var(--secondary) !important;
}

.theme-btn:hover i,
.theme-btn:focus i,
.theme-btn:hover svg,
.theme-btn:focus svg {
    color: var(--navy) !important;
}

.header-1 .theme-btn:hover,
.header-one .theme-btn:hover,
.header-inner .theme-btn:hover,
.header-2 .theme-btn:hover {
    color: var(--navy) !important;
}

/* Ensure icons render with Free CDN fonts (local Pro webfonts are missing) */
.fa,
.fas,
.far,
.fal,
.fat,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-regular,
.far {
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* ========== Logo ========== */
.logo {
    display: inline-flex !important;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none !important;
}

.logo img,
.header-1 .logo img {
    display: block !important;
    width: auto !important;
    max-width: 210px !important;
    height: 48px !important;
    max-height: 48px !important;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
}

.header-2 .logo img,
.header-inner .logo img {
    filter: none;
}

.header-1.sticky.header-2 .logo img,
.header-1.sticky.header-inner .logo img {
    filter: none;
}

.offcanvas__logo img,
.widget-logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

.footer-logo-img {
    filter: brightness(0) invert(1);
    max-height: 52px !important;
}

/* ========== Premium glass header ========== */
.header-1 {
    position: absolute;
    z-index: 99999;
    left: 0;
    width: 100%;
}

.header-1.header-one {
    top: 18px;
}

.header-1.header-one .mega-menu-wrapper,
.header-1.header-2.header-inner .mega-menu-wrapper {
    background: rgba(255, 255, 255, 0.78) !important;
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    padding: 4px 16px !important;
    min-height: 64px;
    box-shadow:
        0 8px 24px rgba(18, 17, 47, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.header-1.header-2.header-inner .mega-menu-wrapper {
    background: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

/* Sticky: full-width bar, no round, no inset */
.header-1.sticky,
.header-1.header-one.sticky,
.header-1.header-2.sticky,
.sticky.header-one,
.sticky.header-2,
.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 99999 !important;
    background: var(--white) !important;
    box-shadow: 0 8px 24px rgba(18, 17, 47, 0.1) !important;
    animation: selvageHeaderIn 0.35s ease;
}

.header-1.sticky .container,
.sticky .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.header-1.sticky .mega-menu-wrapper,
.header-1.header-one.sticky .mega-menu-wrapper,
.sticky.header-one .mega-menu-wrapper,
.sticky .mega-menu-wrapper {
    background: var(--white) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--soft-border) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

.header-1.sticky .header-main {
    padding: 0 24px !important;
    min-height: 72px;
}

.header-1.sticky.header-2 .header-main .main-menu ul li a,
.header-1.sticky.header-inner .header-main .main-menu ul li a {
    color: var(--navy) !important;
}

.header-1.sticky.header-2 .search-toggler,
.header-1.sticky.header-inner .search-toggler {
    color: var(--navy) !important;
    border-color: rgba(184, 154, 91, 0.45) !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

@keyframes selvageHeaderIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    padding: 4px 0 !important;
}

.header-main .header-right {
    gap: 14px !important;
}

/* Tighter premium nav */
.header-main .main-menu ul li {
    margin-inline-end: 6px !important;
}

.header-main .main-menu ul li a {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    padding: 10px 10px !important;
}

.header-main .main-menu ul li a i {
    font-size: 9px;
    margin-left: 3px;
    color: inherit;
}

.header-main .main-menu nav > ul > li > a {
    border-radius: 100px;
    padding: 8px 14px !important;
}

.header-main .main-menu nav > ul > li.active > a,
.header-main .main-menu nav > ul > li:hover > a {
    color: var(--navy) !important;
    background: var(--secondary) !important;
}

.header-2 .header-main .main-menu ul li a {
    color: #000 !important;
}

.header-2 .header-main .main-menu nav > ul > li.active > a,
.header-2 .header-main .main-menu nav > ul > li:hover > a {
    color: var(--navy) !important;
    background: var(--secondary) !important;
}

/* Dropdown submenu */
.header-main .main-menu ul li .submenu {
    min-width: 280px !important;
    padding: 12px 10px !important;
    margin-top: 8px;
    background: #fff !important;
    border: 1px solid var(--soft-border) !important;
    border-radius: 16px !important;
    box-shadow:
        0 20px 48px rgba(18, 17, 47, 0.12),
        0 0 0 1px rgba(184, 154, 91, 0.08) !important;
    overflow: hidden;
}

.header-main .main-menu ul li .submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 2px;
    background: var(--gold);
}

.header-main .main-menu ul li .submenu li {
    margin: 0 !important;
}

.header-main .main-menu ul li .submenu li a {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    color: var(--charcoal) !important;
    padding: 11px 16px !important;
    line-height: 1.4 !important;
    border-radius: 10px;
    margin-left: 0 !important;
    transition: background 0.25s ease, color 0.25s ease;
}

.header-main .main-menu ul li .submenu li a::before {
    display: none !important;
}

.header-main .main-menu ul li .submenu li:first-child a {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--gold-deep) !important;
    padding-bottom: 12px !important;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--soft-border);
    border-radius: 0;
}

.header-main .main-menu ul li .submenu li a:hover,
.header-main .main-menu ul li .submenu li:hover > a {
    color: var(--gold-deep) !important;
    background: var(--ivory) !important;
    margin-left: 0 !important;
}

.header-main .main-menu ul li .submenu li:first-child a:hover {
    background: transparent !important;
}

/* Visible search icon */
.header-1 .search-toggler {
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1.5px solid rgba(184, 154, 91, 0.5) !important;
    color: var(--navy) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    box-shadow: 0 4px 14px rgba(18, 17, 47, 0.08);
}

.header-1 .search-toggler i {
    color: var(--navy) !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 14px !important;
}

.header-1 .search-toggler:hover {
    border-color: var(--gold) !important;
    background: var(--gold) !important;
    color: var(--navy) !important;
}

.header-1 .search-toggler:hover i {
    color: var(--navy) !important;
}

.header-1 .theme-btn {
    padding: 0 20px !important;
    font-size: 12px !important;
    letter-spacing: 0.06em;
    height: 42px !important;
    line-height: 42px !important;
    min-height: 42px !important;
}

/* ========== Preloader ========== */
.preloader {
    z-index: 999999;
    background: var(--white);
}

.preloader-logo img {
    max-width: 180px;
    height: auto;
}

.preloader .spinner {
    border-top-color: var(--gold) !important;
}

/* ========== Luxury hero ========== */
.hero-section-2.hero-1,
.hero-1 .swiper,
.hero-1 .swiper-wrapper,
.hero-1 .swiper-slide,
.hero-1 .hero-height {
    overflow: hidden;
}

.hero-section-2.hero-1,
.hero-1 .swiper,
.hero-1 .swiper-wrapper,
.hero-1 .swiper-slide {
    height: 100vh;
    min-height: 100vh;
}

.hero-1 .hero-height {
    position: relative;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-end;
}

.hero-1 .hero-height > .container-fluid {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 0;
    padding-bottom: 18vh;
}

.hero-1 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    will-change: transform;
    z-index: 0;
}

.hero-1 .hero-bg::before {
    background: linear-gradient(
        115deg,
        rgba(18, 17, 47, 0.62) 0%,
        rgba(18, 17, 47, 0.38) 48%,
        rgba(13, 12, 34, 0.22) 100%
    ) !important;
}

.hero-1 .hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(13, 12, 34, 0.45) 0%,
        transparent 42%,
        rgba(255, 255, 255, 0.04) 100%
    );
    box-shadow: inset 0 0 120px rgba(18, 17, 47, 0.18);
}

.hero-1 .swiper-slide-active .hero-bg,
.hero-1 .swiper-slide-duplicate-active .hero-bg,
.hero-1 .hero-bg.is-zooming {
    transform: scale(1.28);
}

.hero-1 .hero-content {
    opacity: 0;
    transform: translateY(36px);
    max-width: 860px;
    position: relative;
    z-index: 3;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-1 .swiper-slide-active .hero-content {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 1200ms ease;
}

.hero-1 .hero-content .sub-title {
    margin-bottom: 18px !important;
}

.hero-1 .hero-content h1 {
    color: #fff !important;
    font-family: "Exo", sans-serif !important;
    font-size: 58px !important;
    line-height: 1.15 !important;
    text-transform: none !important;
    letter-spacing: -0.03em;
    font-weight: 600 !important;
    font-style: italic !important;
    margin: 0;
    text-shadow: none;
}

.hero-1 .hero-content p {
    color: rgba(255, 255, 255, 0.92) !important;
    margin-top: 22px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    max-width: 560px !important;
    text-transform: none !important;
    font-family: "Poppins", sans-serif !important;
}

.hero-1 .hero-button {
    margin-top: 28px !important;
    transform: none;
    opacity: 1;
    position: relative;
    z-index: 3;
}

.hero-1 .swiper-slide-active .hero-button {
    opacity: 1 !important;
    transform: none !important;
}

.hero-1 .hero-button .theme-btn {
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    box-shadow: none;
}

.hero-1 .social-icon-area {
    top: 50% !important;
    right: 24px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.hero-1 .social-icon-area .line-1 {
    right: 0 !important;
    left: auto !important;
    margin: 0 auto;
    background: #fff !important;
}

.hero-1 .social-icon-area .social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
}

.hero-1 .social-icon-area .line-1,
.hero-1 .social-icon-area span {
    color: #fff;
    text-align: center;
}

.hero-1 .social-icon-area .social-icon a {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.hero-1 .social-icon-area .social-icon a:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--navy);
}

.hero-1 .swiper-dot {
    bottom: 28px !important;
    right: 40px !important;
}

.hero-1 .swiper-dot .swiper-pagination-bullet-active,
.hero-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary) !important;
}

.char-animation {
    opacity: 1;
    visibility: visible;
}

/* Texora-style cursor: native pointer stays visible, gold ring follows */
.mouseCursor {
    display: block !important;
    pointer-events: none !important;
}

.cursor-outer {
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
    margin-inline-start: -15px !important;
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    opacity: 0.34 !important;
    transition: all 0.4s ease-out 0s !important;
}

.cursor-outer.cursor-hover {
    opacity: 0.14 !important;
}

.cursor-inner {
    width: 10px !important;
    height: 10px !important;
    margin-top: -5px !important;
    margin-inline-start: -5px !important;
    background-color: var(--secondary) !important;
    border: 0 !important;
    opacity: 1 !important;
    transition: all 0.24s ease-out 0s !important;
}

.cursor-inner.cursor-hover {
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
    margin-inline-start: -15px !important;
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    opacity: 0 !important;
}

@media (max-width: 991px) {
    .mouseCursor {
        display: none !important;
    }
}

.back-to-top {
    background: var(--navy) !important;
}

.back-to-top:hover {
    background: var(--gold) !important;
    color: var(--navy) !important;
}

/* Cards / helpers */
.serve-card {
    background: var(--white);
    border: 1px solid var(--soft-border);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.serve-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--charcoal);
}

.product-grid-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}

.product-grid-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-grid-card:hover img {
    transform: scale(1.05);
}

.product-grid-card .label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(18, 17, 47, 0.9));
    color: var(--white);
    font-weight: 700;
}

@media (max-width: 1199px) {
    .logo img,
    .header-1 .logo img {
        max-width: 170px !important;
        height: 40px !important;
    }

    .hero-1 .hero-height > .container-fluid {
        padding-top: 0;
        padding-bottom: 12vh;
    }

    .hero-1 .hero-content {
        padding: 0;
    }

    .hero-1 .hero-button {
        margin-top: 24px !important;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .hero-1 .hero-content p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-1 .hero-button {
        text-align: center;
        margin-top: 24px !important;
    }
}

@media (max-width: 767px) {
    .header-1.header-one {
        top: 10px;
    }

    .header-1.sticky {
        top: 0 !important;
    }

    .header-1.header-one .mega-menu-wrapper {
        padding: 4px 10px !important;
        border-radius: 18px;
        min-height: 56px;
    }

    .header-1.sticky .mega-menu-wrapper {
        padding: 0 !important;
        border-radius: 0 !important;
        min-height: 0 !important;
    }

    .header-1.sticky .header-main {
        padding: 0 16px !important;
        min-height: 64px;
    }

    .logo img,
    .header-1 .logo img {
        max-width: 150px !important;
        height: 36px !important;
    }

    .hero-1 .hero-content {
        padding: 0;
        border-radius: 0;
        background: none;
    }

    .hero-1 .hero-content h1 {
        font-size: 44px !important;
        line-height: 1.15 !important;
    }
}

/* About */
.about-section.section-bg {
    background-color: #F2F5FB !important;
}

.about-section .about-heading,
.about-wrapper-one .about-content .section-title h1.about-heading {
    font-family: "Exo", sans-serif !important;
    font-size: 36px !important;
    line-height: 1.28 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    max-width: 640px;
}

.about-section .about-text {
    max-width: 620px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 18px 0 0;
}

.about-section .about-bottom-area {
    margin-top: 8px;
}

@media (max-width: 575px) {
    .about-section .about-heading {
        font-size: 28px !important;
    }
}

/* Services — header left, arrows right, dots bottom */
.service-section-one {
    background-color: #F8F9FB;
}

.service-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.service-section-one .services-heading {
    font-family: "Exo", sans-serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
    text-align: left;
    margin: 0;
}

.service-head-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding-bottom: 6px;
}

.service-section-one .service-slider {
    overflow: hidden;
}

.service-section-one .service-slider,
.service-section-one .service-slider .swiper-slide,
.service-section-one .service-box-one,
.service-section-one .service-box-one .content,
.service-section-one .service-box-one .content * {
    user-select: text !important;
    -webkit-user-select: text !important;
}

.service-section-one .service-slider .swiper-slide {
    height: auto;
    display: flex;
    cursor: auto;
    overflow: hidden;
}

.service-section-one .service-box-one {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 420px;
    margin-top: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 20px;
    background-color: #F2F5FB;
    z-index: 1;
    clip-path: inset(0 round 20px);
    -webkit-clip-path: inset(0 round 20px);
    contain: paint;
}

.service-section-one .service-box-one .icon {
    background-color: var(--secondary);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.service-section-one .service-box-one .content {
    margin-top: auto;
    padding-top: 48px;
    position: relative;
    z-index: 2;
}

.service-section-one .service-box-one .bg-image-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
    pointer-events: none;
    clip-path: inset(0);
}

.service-section-one .service-box-one .bg-image {
    z-index: 0 !important;
    transform: scale(0);
    transform-origin: left top;
    transition: transform 0.5s ease-out;
}

.service-section-one .service-box-one:hover .bg-image {
    transform: scale(1);
}

.service-section-one .service-box-one .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-section-one .service-box-one .bg-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 17, 47, 0.45);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-section-one .service-box-one:hover .bg-image::after {
    opacity: 1;
}

.service-section-one .service-box-one:hover .icon {
    background-color: var(--white);
}

.service-section-one .service-box-one:hover .content .title a,
.service-section-one .service-box-one:hover .content p {
    color: var(--white);
}

.service-nav-btn {
    appearance: none;
    -webkit-appearance: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #D5D8E0;
    background: #fff;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.service-nav-btn:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
    transform: none;
}

@media (max-width: 767px) {
    .service-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.service-section-one .service-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
    position: static;
}

.service-section-one .service-slider-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #D5D8E0;
    opacity: 1;
    border-radius: 8px;
    transition: width 0.35s ease, background-color 0.35s ease;
}

.service-section-one .service-slider-dots .swiper-pagination-bullet-active {
    width: 24px;
    background: var(--secondary);
}

.service-section-one .ser-text {
    flex-wrap: wrap;
    gap: 16px;
}

.service-section-one .ser-text .theme-btn {
    background-color: var(--navy) !important;
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    border: 1px solid var(--navy);
}

.service-section-one .ser-text .theme-btn i {
    margin-left: 6px;
}

/* Product categories — split intro + 4x2 grid */
.product-categories-section {
    padding: 40px 0 90px;
    background:
        radial-gradient(ellipse 70% 80% at 88% 20%, rgba(251, 232, 126, 0.18), transparent 55%),
        linear-gradient(180deg, #F4F6FB 0%, #EEF1F8 100%);
}

.product-categories-intro .section-heading {
    color: var(--navy);
    max-width: 360px;
    margin: 16px 0 18px;
}

.product-categories-intro p {
    max-width: 360px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.product-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.product-category-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 24px rgba(18, 17, 47, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-category-thumb {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e8edf5;
}

.product-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.product-category-card h3 {
    font-family: "Exo", sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: var(--navy);
    margin: 0;
    padding: 12px 8px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(18, 17, 47, 0.1);
}

.product-category-card:hover .product-category-thumb img {
    transform: scale(1.07);
}

@media (max-width: 1199px) {
    .product-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .product-categories-intro .section-heading,
    .product-categories-intro p {
        max-width: none;
    }

    .product-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .product-categories-intro .section-heading {
        font-size: 30px !important;
    }

    .product-category-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .product-category-card h3 {
        font-size: 11px !important;
    }
}

/* Design & Sample Development + Workflow */
.design-dev-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0 72px;
    background: #fff;
}

.design-dev-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C5A059;
}

.design-dev-intro {
    margin-bottom: 0;
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 2.5rem;
}

.design-dev-intro .section-heading {
    margin: 0 0 20px;
    color: var(--navy);
}

.design-dev-lead {
    max-width: 430px;
    margin-bottom: 32px;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.85;
}

.design-dev-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 52px;
    padding: 0 28px;
    background: var(--navy);
    color: var(--white);
    border: 0;
    border-radius: 100px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.design-dev-cta svg {
    color: #C5A059;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.design-dev-cta:hover {
    background: var(--navy);
    color: var(--white);
    transform: translateY(-1px);
}

.design-dev-cta:hover svg {
    color: #C5A059;
    transform: translateX(4px);
}

.design-dev-visual {
    display: grid;
    grid-template-columns: 1.52fr 0.78fr;
    gap: 16px;
    height: 420px;
}

.design-dev-visual-main,
.design-dev-visual-side {
    overflow: hidden;
    height: 100%;
    border-radius: 28px;
}

.design-dev-visual-main img,
.design-dev-visual-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s ease;
}

.design-dev-visual:hover .design-dev-visual-main img,
.design-dev-visual:hover .design-dev-visual-side img {
    transform: scale(1.035);
}

.design-dev-caps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 72px;
    padding-top: 8px;
}

.design-dev-cap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 12px 16px 4px;
}

.design-dev-cap:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    width: 1px;
    height: 64%;
    background: rgba(18, 17, 47, 0.1);
}

.design-dev-cap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #C5A059;
}

.design-dev-cap-icon svg {
    width: 28px;
    height: 28px;
}

.design-dev-cap h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 1.45;
    color: var(--navy);
}

.workflow-section {
    overflow: hidden;
    padding: 96px 0 100px;
    background: #F9F7F2;
}

.workflow-head {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
}

.workflow-head .sub-title {
    margin-bottom: 18px;
}

.workflow-head .section-heading {
    margin: 0;
    color: var(--navy);
}

.workflow-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.workflow-timeline::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: rgba(197, 160, 89, 0.55);
}

.workflow-timeline li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 8px;
}

.workflow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    color: var(--navy);
    background: #F9F7F2;
    border: 1px solid #C5A059;
    border-radius: 50%;
}

.workflow-icon svg {
    width: 36px;
    height: 36px;
}

.workflow-timeline strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--navy);
}

@media (max-width: 1199px) {
    .workflow-timeline {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 40px;
    }

    .workflow-timeline::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .design-dev-intro .section-heading,
    .workflow-head .section-heading {
        font-size: 34px !important;
    }

    .design-dev-visual {
        max-width: 560px;
        height: 340px;
        margin: 0 auto;
    }

    .design-dev-caps {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 28px;
    }

    .design-dev-cap:nth-child(3)::after,
    .design-dev-cap:last-child::after {
        content: none;
    }
}

@media (max-width: 575px) {
    .design-dev-section,
    .workflow-section {
        padding: 52px 0 60px;
    }

    .design-dev-intro .section-heading,
    .workflow-head .section-heading {
        font-size: 28px !important;
    }

    .design-dev-visual {
        grid-template-columns: 1fr 0.82fr;
        height: 280px;
        gap: 12px;
    }

    .design-dev-visual-main,
    .design-dev-visual-side {
        border-radius: 22px;
        aspect-ratio: auto;
        min-height: 0;
    }

    .design-dev-caps {
        grid-template-columns: 1fr 1fr;
        margin-top: 44px;
        row-gap: 28px;
    }

    .design-dev-cap:nth-child(even)::after {
        content: none;
    }

    .design-dev-cap:nth-child(3)::after {
        content: "";
    }

    .workflow-timeline {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 420px;
        margin: 0 auto;
    }

    .workflow-timeline li {
        display: grid;
        grid-template-columns: 64px 1fr;
        column-gap: 16px;
        align-items: center;
        text-align: left;
        padding: 0 0 32px 28px;
        border-left: 1px solid rgba(197, 160, 89, 0.45);
    }

    .workflow-timeline li:last-child {
        padding-bottom: 0;
        border-left-color: transparent;
    }

    .workflow-icon {
        margin: 0 0 0 -61px;
        background: #F9F7F2;
    }

    .workflow-timeline strong {
        grid-column: 2;
        max-width: none;
    }
}

/* Homepage Our Services — same 4-column layout as Advantage */
.home-services-advantage {
    background: #fff !important;
}

.home-services-slider .advantage-box-items {
    height: 100%;
}

.advantage-wrapper .advantage-box-items .advantage-content .advantage-thumb {
    aspect-ratio: 16 / 10;
    height: auto;
}

.advantage-wrapper .advantage-box-items .advantage-content .advantage-thumb img,
.advantage-wrapper .advantage-box-items .advantage-content .advantage-thumb img:nth-child(2) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 32px;
    margin: 48px 0 0;
    color: var(--navy);
}

.home-services-cta p {
    margin: 0;
    flex: 1;
    color: var(--navy);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.home-services-cta a {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 100px;
    background: var(--secondary);
    color: var(--navy);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.home-services-cta a i {
    font-size: 12px;
}

.home-services-cta a:hover {
    background: var(--gold-deep);
    color: var(--navy);
}

@media (max-width: 767px) {
    .home-services-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Why Choose Us */
.why-choose-section {
    overflow: hidden;
    padding: 96px 0 100px;
    background: #fff;
}

.why-choose-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 64px 72px;
    align-items: center;
}

.why-choose-copy .section-heading {
    margin: 0 0 22px;
    color: var(--navy);
}

.why-choose-lead {
    max-width: 520px;
    margin: 0 0 32px;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.85;
}

.why-choose-kicker {
    margin: 0 0 28px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C5A059;
}

.why-choose-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
}

.why-choose-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 84px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(18, 17, 47, 0.1);
    transition: transform 0.35s ease;
}

.why-choose-item:nth-last-child(-n+2) {
    border-bottom: 0;
}

.why-choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    color: var(--navy);
    border: 1px solid #C5A059;
    border-radius: 50%;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.why-choose-icon svg {
    width: 22px;
    height: 22px;
}

.why-choose-item:hover {
    transform: translateX(4px);
}

.why-choose-item:hover .why-choose-icon {
    background: var(--navy);
    color: var(--secondary);
    border-color: var(--navy);
}

.why-choose-item h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    color: var(--navy);
}

@media (max-width: 1199px) {
    .why-choose-layout {
        gap: 48px 40px;
    }

    .why-choose-copy .section-heading {
        font-size: 36px !important;
    }
}

@media (max-width: 991px) {
    .why-choose-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-choose-copy .section-heading {
        font-size: 32px !important;
    }
}

@media (max-width: 575px) {
    .why-choose-section {
        padding: 56px 0 60px;
    }

    .why-choose-copy .section-heading {
        font-size: 28px !important;
    }

    .why-choose-list {
        grid-template-columns: 1fr;
    }

    .why-choose-item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(18, 17, 47, 0.1);
    }

    .why-choose-item:last-child {
        border-bottom: 0;
    }
}

/* Who We Serve uses template .project-area-three */
.who-serve-section .who-serve-lead {
    max-width: 680px;
    margin: 8px 0 0;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.8;
}

.who-serve-section .section-heading {
    color: var(--navy);
}

.who-serve-section .array-nav .who-serve-prev,
.who-serve-section .array-nav .who-serve-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #D8DDE1;
    background: transparent;
    color: var(--navy);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.who-serve-section .array-nav .who-serve-prev:hover,
.who-serve-section .array-nav .who-serve-next:hover {
    background-color: var(--theme);
    color: var(--header);
    border-color: var(--theme);
}

.who-serve-section .project-wrapper {
    overflow: hidden;
}

.who-serve-section .project-wrapper .thumb-wrap {
    gap: 16px;
    width: 100%;
}

.who-serve-section .project-wrapper .thumb-wrap .thumb,
.who-serve-section .project-wrapper .thumb-wrap .thumb.active {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    max-width: none;
    margin-right: 0;
    height: 380px;
    min-height: 380px;
}

.who-serve-section .project-wrapper .thumb-wrap .thumb .projects-item::before {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(180deg, rgba(11, 34, 57, 0) 48%, rgba(11, 34, 57, 0.88) 100%);
}

.who-serve-section .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content {
    left: 28px;
    right: 28px;
    bottom: 24px;
    visibility: visible;
    opacity: 1;
}

.who-serve-section .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content .title {
    color: #fff;
    font-size: 22px;
}

.who-serve-section .project-wrapper .thumb-wrap .thumb .projects-item .card-text-content p {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, margin 0.35s ease;
}

.who-serve-section .project-wrapper .thumb-wrap .thumb:hover .projects-item .card-text-content p,
.who-serve-section .project-wrapper .thumb-wrap .thumb.active .projects-item .card-text-content p {
    max-height: 140px;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0);
}

.who-serve-section .project-btn {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .who-serve-section .project-wrapper .thumb-wrap .thumb {
        height: 320px;
        min-height: 320px;
    }
}

/* Brands We Work With */
.brands-section {
    overflow: hidden;
    padding: 72px 0 88px;
    background: #fff;
}

.brands-head {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.brands-head .section-heading {
    margin: 0 0 16px;
    color: var(--navy);
}

.brands-head p {
    margin: 0 auto;
    max-width: 560px;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.75;
}

.brands-slider-wrap {
    position: relative;
    padding-right: 72px;
}

.brands-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 18px;
}

.brands-logo img {
    max-width: 100%;
    max-height: 42px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.15);
    opacity: 0.88;
    transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.brands-slider .swiper-slide:hover .brands-logo img {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-2px);
}

.brands-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 0;
    color: var(--navy);
    background: #fff;
    border: 1px solid rgba(18, 17, 47, 0.18);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.brands-next i {
    font-size: 14px;
}

.brands-next:hover {
    color: var(--navy);
    background: var(--secondary);
    border-color: var(--secondary);
}

@media (max-width: 767px) {
    .brands-section {
        padding: 48px 0 56px;
    }

    .brands-head .section-heading {
        font-size: 28px !important;
    }

    .brands-slider-wrap {
        padding-right: 56px;
    }

    .brands-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}

/* Homepage FAQ — below testimonials */
.home-faq-section {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 88px;
}

.home-faq-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(196, 176, 74, 0.38);
}

.home-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
    grid-template-areas:
        "intro list"
        "aside list";
    column-gap: 72px;
    row-gap: 36px;
    align-items: start;
}

.home-faq-intro {
    grid-area: intro;
}

.home-faq-list {
    grid-area: list;
    min-width: 0;
}

.home-faq-aside {
    grid-area: aside;
}

.home-faq-intro .section-heading {
    margin: 0 0 20px;
    color: var(--navy);
}

.home-faq-lead {
    max-width: 420px;
    margin: 0 0 22px;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.85;
}

.home-faq-motto,
.home-faq-kicker {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C5A059;
}

.home-faq-cta-text {
    max-width: 380px;
    margin: 10px 0 22px;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.75;
}

.home-faq-item {
    border-bottom: 1px solid rgba(18, 17, 47, 0.1);
}

.home-faq-item:first-child {
    border-top: 1px solid rgba(18, 17, 47, 0.1);
}

.home-faq-heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
}

.home-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 64px;
    padding: 18px 0;
    border: 0;
    background: transparent;
    appearance: none;
    font: inherit;
    text-align: left;
    cursor: pointer;
    color: var(--navy);
    transition: color 0.3s ease, transform 0.3s ease;
}

.home-faq-trigger:hover,
.home-faq-item.is-open .home-faq-trigger {
    color: var(--navy);
}

.home-faq-trigger:hover {
    transform: translateX(4px);
}

.home-faq-question {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.home-faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: var(--navy);
    transition: color 0.3s ease;
}

.home-faq-icon::before,
.home-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.3s ease;
}

.home-faq-icon::before {
    width: 12px;
    height: 1.5px;
    transform: translate(-50%, -50%);
}

.home-faq-icon::after {
    width: 1.5px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.home-faq-trigger:hover .home-faq-icon,
.home-faq-item.is-open .home-faq-icon {
    color: #C5A059;
}

.home-faq-item.is-open .home-faq-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
}

.home-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s ease;
}

.home-faq-item.is-open .home-faq-panel {
    grid-template-rows: 1fr;
}

.home-faq-panel-inner {
    overflow: hidden;
    min-height: 0;
}

.home-faq-panel-inner p {
    margin: 0 0 20px;
    max-width: 640px;
    padding-right: 38px;
    color: #6B6E76;
    font-size: 16px;
    line-height: 1.85;
}

@media (max-width: 1199px) {
    .home-faq-layout {
        column-gap: 40px;
    }

    .home-faq-intro .section-heading {
        font-size: 36px !important;
    }
}

@media (max-width: 991px) {
    .home-faq-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "intro"
            "list"
            "aside";
        gap: 28px;
    }

    .home-faq-intro .section-heading {
        font-size: 32px !important;
    }

    .home-faq-lead,
    .home-faq-cta-text {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .home-faq-section {
        padding: 56px 0 48px;
    }

    .home-faq-intro .section-heading {
        font-size: 28px !important;
    }

    .home-faq-question {
        font-size: 15px;
    }

    .home-faq-panel-inner p {
        padding-right: 0;
        font-size: 15px;
        line-height: 1.75;
    }

    .home-faq-trigger {
        min-height: 56px;
        padding: 16px 0;
        transform: none;
    }

    .home-faq-trigger:hover {
        transform: none;
    }
}

.sgs-footer {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(184, 154, 91, 0.08),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #12112F 0%,
            #0E1A2B 55%,
            #08131F 100%
        );
}

.sgs-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.07;
    background-image:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 18px,
            rgba(255, 255, 255, 0.08) 18px,
            rgba(255, 255, 255, 0.08) 19px
        );
}

.sgs-footer .container {
    position: relative;
    z-index: 1;
}

.sgs-footer-eyebrow,
.sgs-footer-process,
.sgs-footer-locale {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C5A059;
}

.sgs-footer-cta {
    padding: 88px 0 72px;
    border-bottom: 1px solid rgba(196, 176, 74, 0.28);
}

.sgs-footer-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.3fr);
    gap: 48px 64px;
    align-items: end;
}

.sgs-footer-cta .section-heading {
    margin: 14px 0 18px;
    color: #fff;
    font-size: 42px;
}

.sgs-footer-cta-text {
    max-width: 560px;
    margin: 0 0 22px;
    color: rgba(247, 244, 238, 0.72);
    font-size: 16px;
    line-height: 1.85;
}

.sgs-footer-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 6px;
}

.sgs-footer .theme-btn {
    background: transparent !important;
    border-color: #C5A059 !important;
    color: #fff !important;
}

.sgs-footer .theme-btn::before {
    background: var(--secondary) !important;
}

.sgs-footer .theme-btn:hover,
.sgs-footer .theme-btn:focus {
    color: var(--navy) !important;
    border-color: var(--secondary) !important;
}

.sgs-footer .theme-btn:hover i,
.sgs-footer .theme-btn:focus i {
    color: var(--navy) !important;
}

.sgs-footer-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sgs-footer-text-link i {
    font-size: 11px;
    color: #C5A059;
    transition: transform 0.3s ease;
}

.sgs-footer-text-link:hover {
    color: #fff;
}

.sgs-footer-text-link:hover i {
    transform: translateX(5px);
}

.sgs-footer-main {
    padding: 72px 0 56px;
}

.sgs-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.78fr) minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 40px 48px;
    align-items: start;
}

.sgs-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.sgs-footer-logo img {
    display: block;
    width: auto;
    max-height: 52px;
}

.sgs-footer-brand-name {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.sgs-footer-brand p {
    max-width: 320px;
    margin: 0 0 18px;
    color: rgba(247, 244, 238, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.sgs-footer-col h4,
.sgs-footer-contact h4 {
    display: inline-block;
    margin: 0 0 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196, 176, 74, 0.45);
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.sgs-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sgs-footer-col li:not(:last-child) {
    margin-bottom: 10px;
}

.sgs-footer-col a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sgs-footer-col a i {
    font-size: 10px;
    color: #C5A059;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sgs-footer-col a:hover {
    color: #fff;
    transform: translateX(4px);
}

.sgs-footer-col a:hover i {
    opacity: 1;
    transform: translateX(2px);
}

.sgs-footer-contact-block {
    margin-bottom: 16px;
}

.sgs-footer-contact-block span {
    display: block;
    margin-bottom: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #C5A059;
}

.sgs-footer-contact-block p,
.sgs-footer-contact-block a {
    margin: 0;
    color: rgba(247, 244, 238, 0.78);
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.sgs-footer-contact-block a:hover {
    color: #fff;
}

.sgs-footer-contact-link {
    margin-top: 6px;
}

.sgs-footer-trust {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sgs-footer-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 28px;
}

.sgs-footer-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sgs-footer-trust-icon {
    display: flex;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #C5A059;
}

.sgs-footer-trust-icon svg {
    width: 18px;
    height: 18px;
}

.sgs-footer-trust-item h5 {
    margin: 0 0 4px;
    font-family: "Poppins", sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.sgs-footer-trust-item p {
    margin: 0;
    color: rgba(247, 244, 238, 0.58);
    font-size: 12px;
    line-height: 1.55;
}

.sgs-footer-bottom {
    padding: 22px 0;
}

.sgs-footer-bottom-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 12px 24px;
    align-items: center;
}

.sgs-footer-bottom p,
.sgs-footer-bottom a {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.5;
}

.sgs-footer-bottom-tag {
    text-align: center;
    letter-spacing: 0.04em;
}

.sgs-footer-bottom ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sgs-footer-bottom a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.sgs-footer-bottom a:hover {
    color: #C5A059;
}

@media (max-width: 1199px) {
    .sgs-footer-cta .section-heading {
        font-size: 36px !important;
    }

    .sgs-footer-grid {
        gap: 36px 32px;
    }
}

@media (max-width: 991px) {
    .sgs-footer-cta {
        padding: 64px 0 52px;
    }

    .sgs-footer-cta-inner,
    .sgs-footer-grid,
    .sgs-footer-trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sgs-footer-cta .section-heading {
        font-size: 32px !important;
    }

    .sgs-footer-main {
        padding: 56px 0 40px;
    }
}

@media (max-width: 767px) {
    .sgs-footer-cta-inner,
    .sgs-footer-grid,
    .sgs-footer-trust-grid,
    .sgs-footer-bottom-inner {
        grid-template-columns: 1fr;
    }

    .sgs-footer-cta .section-heading {
        font-size: 28px !important;
    }

    .sgs-footer-cta-actions {
        align-items: stretch;
    }

    .sgs-footer-bottom-tag,
    .sgs-footer-bottom ul {
        justify-content: flex-start;
        text-align: left;
    }

    .sgs-footer-brand p {
        max-width: none;
    }
}

