/* ==========================================================================
   FOOD HACKERS LAB - REUSABLE COMPONENT STYLES (HEADER, HERO, SECTION 2, 3 & FOOTER)
   ========================================================================== */

/* --------------------------------------------------------------------------
   HEADER STYLES (SLEEK & COMPACT)
   -------------------------------------------------------------------------- */

.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    z-index: 9999 !important;
    background-color: var(--color-white);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), background-color var(--transition-base), box-shadow var(--transition-base);
    will-change: transform;
}

body {
    padding-top: 118px !important;
}

/* Header hidden on scroll down (No Sticky on scroll down) */
.site-header.header-hidden,
.site-header.header-hidden-mobile {
    transform: translateY(-100%) !important;
    box-shadow: none !important;
    pointer-events: none;
}

/* Header scrolled / sticky with frosted glass effect when scrolling up */
.site-header.header-scrolled {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(25px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease !important;
}

.container-header {
    max-width: 1440px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: auto;
    width: auto;
    max-width: 250px;
    max-height: 105px;
    object-fit: contain;
    display: block;
}

/* Desktop Navigation Link List - Forced Horizontal on Desktop */
@media (min-width: 992px) {

    .desktop-nav .site-nav-list,
    .desktop-nav .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 1.75rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }
}

.site-nav-list .nav-link {
    font-family: var(--font-primary);
    font-weight: var(--fw-medium);
    font-size: 0.95rem;
    color: var(--color-text-main);
    padding: 0;
    text-decoration: none;
    transition: color var(--transition-base);
    white-space: nowrap;
}

.site-nav-list .nav-link:hover,
.site-nav-list .nav-link.active {
    color: var(--color-primary);
    font-weight: var(--fw-semibold);
}

/* Brand Button (.btn-brand) - Bigger & Bold CTA */
.btn-brand {
    font-family: var(--font-primary);
    font-weight: var(--fw-semibold);
    font-size: 1.05rem;
    padding: 0.85rem 2.6rem;
    border-radius: var(--radius-pill);
    transition: all var(--transition-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    min-height: 52px;
}

.btn-brand-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 4px 16px rgba(249, 180, 50, 0.3);
}

.btn-brand-primary:hover,
.btn-brand-primary:focus {
    background-color: var(--color-primary-hover);
    color: var(--color-white);
    box-shadow: 0 6px 22px rgba(249, 180, 50, 0.45);
    transform: translateY(-1px);
}

.btn-brand-primary:active {
    transform: translateY(0);
}

/* Mobile Hamburger Button */
.btn-hamburger {
    background: transparent;
    color: var(--color-text-main);
    font-size: 1.5rem;
    padding: 0.5rem;
    border: none;
    line-height: 1;
    cursor: pointer;
    transition: color var(--transition-fast);
}

.btn-hamburger:hover {
    color: var(--color-primary);
}

/* Mobile Offcanvas Drawer (< 992px) */
.mobile-menu-offcanvas {
    max-width: 320px;
    background-color: var(--color-white);
    z-index: 99999 !important;
    /* Above fixed header (z-index: 9999) */
}

/* Offcanvas backdrop must also sit above the header */
.offcanvas-backdrop {
    z-index: 99998 !important;
}

.mobile-nav-container .site-nav-list,
.mobile-nav-container .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav-container .nav-link {
    font-size: 1.2rem;
    font-weight: var(--fw-semibold);
    padding: 0.25rem 0;
}

/* --------------------------------------------------------------------------
   HOME HERO / SECTION 01 STYLES (FULL-WIDTH IMAGE & MEDIUM HIGHLIGHT)
   -------------------------------------------------------------------------- */

.hero-section {
    position: relative;
    width: 100%;
    background-color: var(--color-white);
    padding-top: 0.75rem;
    padding-bottom: 0;
    overflow: hidden;
}

.hero-container {
    max-width: 1280px;
    position: relative;
    z-index: 10;
}

.hero-content {
    max-width: 1100px;
    position: relative;
    z-index: 10;
}

/* Headline: Uniform Semi-Bold Font Weight (600) for Prominent Visual Impact */
.hero-title {
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--color-text-main);
    font-size: clamp(1.6rem, 5.5vw, 2.2rem);
    line-height: 1.18;
    letter-spacing: -0.015em;
    margin-bottom: 0;
    text-align: center;
}

.hero-subheadline {
    font-family: var(--font-primary);
    font-size: clamp(0.98rem, 1.25vw, 1.22rem);
    font-weight: 400;
    line-height: 1.5;
    max-width: 860px;
    color: #4a5568 !important;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-section {
        padding-top: 0;
    }

    .hero-container {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .hero-content {
        max-width: 780px;
        pointer-events: auto;
    }

    .hero-title {
        font-size: clamp(1.4rem, 2.4vw, 1.95rem);
        line-height: 1.2;
    }

    .hero-subheadline {
        font-size: 0.95rem;
        line-height: 1.46;
        max-width: 700px;
    }

    .hero-cta {
        padding: 0.7rem 1.8rem !important;
        font-size: 0.88rem !important;
    }
}

@media (min-width: 992px) {
    .hero-container {
        top: 20%;
    }

    .hero-content {
        max-width: 980px;
    }

    .hero-title {
        font-size: clamp(1.55rem, 2.4vw, 2rem);
        line-height: 1.22;
    }

    .hero-subheadline {
        font-size: 0.98rem;
        line-height: 1.48;
        max-width: 780px;
    }

    .hero-cta {
        padding: 0.75rem 2.2rem !important;
        font-size: 0.94rem !important;
    }
}

@media (min-width: 1200px) {
    .hero-container {
        top: 19%;
    }

    .hero-content {
        max-width: 1200px;
    }

    .hero-title {
        font-size: clamp(1.85rem, 2.6vw, 2.55rem);
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .hero-subheadline {
        font-size: 1.08rem;
        line-height: 1.5;
        max-width: 880px;
    }

    .hero-cta {
        padding: 0.85rem 2.6rem !important;
        font-size: 1.02rem !important;
    }
}

.hero-title-line {
    display: block;
}

.hero-title .highlight {
    color: var(--color-primary);
    font-weight: inherit;
}

.hero-title .typewriter-cursor {
    color: var(--color-primary);
    font-weight: 300;
    animation: blinkCursor 0.8s step-end infinite;
    margin-left: 1px;
}

/* Highlight Word: Also Medium Font Weight (500) */
.hero-highlight {
    color: var(--color-primary);
    font-weight: var(--fw-medium);
    display: inline-block;
    transition: transform 0.4s ease;
}

/* Split Banner Grid Layout */
.hero-split-banner-grid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.hero-banner-side {
    width: 50%;
    position: relative;
}

.hero-banner-left {
    padding-right: 2%;
}

.hero-banner-right {
    padding-left: 2%;
}

.hero-cta-wrapper {
    position: relative;
    z-index: 15;
}

.hero-cta {
    position: relative;
    z-index: 20;
    font-family: var(--font-primary);
    font-weight: var(--fw-semibold);
    font-size: 1.05rem;
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    padding: 0.85rem 2.8rem;
    border-radius: var(--radius-pill);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    min-height: 52px;
    box-shadow: 0 6px 22px rgba(249, 180, 50, 0.45);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease, background-color 0.35s ease;
}

.hero-cta:hover,
.hero-cta:focus {
    background-color: var(--color-primary-hover);
    color: var(--color-white) !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 28px rgba(249, 180, 50, 0.55);
}

.hero-cta:active {
    transform: translateY(0) scale(1);
}

/* FULL WIDTH HERO PRODUCT BANNER IMAGE (EDGE-TO-EDGE, LOWER Z-INDEX) */
.hero-visual-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.hero-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 100px auto;
    object-fit: contain;
    will-change: filter, transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-image-left {
    filter: url(#liquid-ripple-left);
}

.hero-image-right {
    filter: url(#liquid-ripple-right);
}

.hero-mobile-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0.5rem;
}

.hero-image-mobile {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

/* ---- Hero Scroll Down Indicator (Positioned in Center of Banner Image) ---- */
.hero-scroll-indicator {
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 0 !important;
    z-index: 25 !important;
    animation: scrollIndicatorFadeIn 1s cubic-bezier(0.22, 1, 0.36, 1) 1.8s both;
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 0.25rem !important;
    }

    .hero-content {
        padding-top: 0 !important;
    }

    .hero-cta-wrapper {
        margin-top: 0.25rem !important;
        margin-bottom: 20px !important;
    }

    .hero-mobile-banner {
        margin-top: -48vw !important;
        position: relative;
    }

    .hero-scroll-indicator {
        bottom: 20% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        gap: 5px !important;
    }

    .scroll-mouse {
        width: 22px !important;
        height: 36px !important;
        border-radius: 12px !important;
        padding-top: 5px !important;
    }

    .scroll-wheel {
        width: 3px !important;
        height: 6px !important;
    }

    .scroll-text {
        font-size: 0.65rem !important;
    }

    .fhl-section-two {
        padding-top: 1.5rem !important;
    }
}

.scroll-mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(37, 37, 37, 0.45);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    transition: border-color 0.3s ease;
}

.hero-scroll-indicator:hover .scroll-mouse {
    border-color: var(--fhl-primary, #F9B432);
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background-color: var(--fhl-primary, #F9B432);
    border-radius: 2px;
    animation: scrollWheelBounce 1.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

.scroll-text {
    font-family: var(--font-primary, 'Inter', sans-serif);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(37, 37, 37, 0.5);
    transition: color 0.3s ease;
}

.hero-scroll-indicator:hover .scroll-text {
    color: var(--fhl-primary, #F9B432);
}

@keyframes scrollWheelBounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        opacity: 0.3;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scrollIndicatorFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, 14px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* --------------------------------------------------------------------------
   SECTION 02: REBUILT OUR CLIENTS & WHO WE ARE STYLES
   -------------------------------------------------------------------------- */

:root {
    --fhl-primary: #F9B432;
    --fhl-secondary: #269B54;
    --fhl-dark: #252525;
    --fhl-bg-text: rgba(37, 37, 37, 0.055);
    --fhl-white: #FFFFFF;
}

.fhl-section-two {
    position: relative;
    width: 100%;
    background-color: var(--fhl-white);
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
    overflow: hidden;
}

.container-section-two {
    max-width: 1320px;
}

/* Area A: Client Eyebrow Dot & Text */
.fhl-section-two .client-dot {
    width: 7px;
    height: 7px;
    background-color: var(--fhl-primary);
    /* #F9B432 */
    border-radius: 50%;
    display: inline-block;
}

.fhl-section-two .client-eyebrow-text {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--fhl-dark);
    letter-spacing: 0.01em;
}

/* Area A: Client Trust Heading */
.fhl-section-two .client-trust-heading {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: clamp(2.1rem, 3.5vw, 3.2rem);
    line-height: 1.08;
    color: var(--fhl-dark);
    letter-spacing: -0.01em;
}

/* Area A: Grayscale Client Logos & Linear Marquee Autoplay Slider */
.fhl-section-two .client-logos-swiper {
    width: 100%;
    padding: 0.5rem 0;
    overflow: hidden;
}

.fhl-section-two .client-logos-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    align-items: center !important;
}

.fhl-section-two .client-logos-swiper .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 90px !important;
    padding: 0 5px !important;
    box-sizing: border-box !important;
}

.fhl-section-two .client-logo-img {
    height: 60px !important;
    max-height: 60px !important;
    max-width: 140px !important;
    width: auto !important;
    object-fit: contain !important;
    opacity: 0.95;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fhl-section-two .client-logo-img:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* Founder's Track Record Static Tabs / Metric Cards */
.founder-track-tabs {
    position: relative;
    z-index: 2;
}

.founder-track-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    min-height: 110px;
}

.founder-track-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(249, 180, 50, 0.18);
    border-color: rgba(249, 180, 50, 0.5);
}

.founder-track-num {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: clamp(1.15rem, 1.5vw, 1.5rem);
    color: var(--color-primary, #f9b432);
    line-height: 1.15;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.founder-track-label {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: clamp(0.76rem, 0.85vw, 0.84rem);
    color: #4a5568;
    line-height: 1.35;
}

/* Area B: Layered Who We Are Container with Generous Top Whitespace */
.fhl-section-two .who-we-are-area {
    position: relative;
    width: 100%;
    margin-top: 6rem;
    padding-top: 4.5rem;
}

/* Area B: Giant Background Typography Marquee (WHO WE ARE Infinite Loop) */
.fhl-section-two .who-we-are-bg-marquee {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.fhl-section-two .who-we-are-marquee-track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
    animation: whoWeAreMarquee 26s linear infinite;
}

.fhl-section-two .who-we-are-marquee-track span {
    font-family: var(--font-primary);
    font-weight: 900;
    color: var(--fhl-bg-text);
    /* rgba(37, 37, 37, 0.055) */
    font-size: clamp(4.5rem, 14.4vw, 207px);
    line-height: 0.85;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-right: 0.5em;
    display: inline-block;
}

@keyframes whoWeAreMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Area B: Foreground Content Layer (positioned toward bottom of WHO WE ARE behind text) */
.fhl-section-two .who-we-are-content {
    position: relative;
    z-index: 2;
    padding-top: 6.5rem;
}

/* Area B: Foreground Orange Heading */
.fhl-section-two .who-we-are-title {
    font-family: var(--font-primary);
    font-weight: 500;
    color: var(--fhl-primary);
    /* #F9B432 */
    font-size: clamp(2.1rem, 3.1vw, 2.85rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

/* Area B: Story Description Paragraph */
.fhl-section-two .who-we-are-description {
    font-family: var(--font-primary);
    font-weight: 400;
    color: var(--fhl-dark);
    /* #252525 */
    font-size: clamp(1.15rem, 1.7vw, 1.5rem);
    line-height: 1.4;
    max-width: 1120px;
    text-align: center;
}

/* --------------------------------------------------------------------------
   SECTION 03: CATEGORIES & PRODUCTS EXPLORER (REDESIGN)
   -------------------------------------------------------------------------- */

.fhl-section-three {
    position: relative;
    width: 100%;
    background-color: #FAFAFA;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
}

.container-section-three {
    max-width: 1320px;
    position: relative;
}

.fhl-section-three .expertise-dot {
    width: 8px;
    height: 8px;
    background-color: var(--fhl-primary);
    border-radius: 50%;
    display: inline-block;
}

.fhl-section-three .expertise-eyebrow-text {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--fhl-dark);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fhl-section-three .expertise-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: clamp(2.2rem, 3.8vw, 3.4rem);
    line-height: 1.1;
    color: var(--fhl-dark);
    letter-spacing: -0.02em;
}

.expertise-tagline-badge {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(249, 180, 50, 0.4);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    padding: 8px 18px;
    border-radius: 9999px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--fhl-dark);
    letter-spacing: 0.02em;
}

/* Category Explorer Wrapper */
.fhl-categories-explorer {
    position: relative;
    width: 100%;
}

/* ==========================================================================
   MOBILE CATEGORY DROPDOWN (< 992px)
   ========================================================================== */
/* ==========================================================================
   MOBILE ACCORDION FOR CATEGORIES EXPLORER (< 992px)
   ========================================================================== */
.categories-mobile-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.category-acc-item {
    background: #FFFFFF;
    border: 1.5px solid #F0EADB;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.category-acc-item.active,
.category-acc-item:has(.accordion-collapse.show) {
    border-color: rgba(249, 180, 50, 0.65);
    box-shadow: 0 8px 24px rgba(249, 180, 50, 0.15);
}

.category-acc-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    box-shadow: none !important;
}

.category-acc-header:not(.collapsed) {
    background: linear-gradient(135deg, #FFF9EB 0%, #FFF3D6 100%);
    border-bottom: 1.5px solid rgba(249, 180, 50, 0.35);
}

.category-acc-header .acc-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.category-acc-header .acc-emoji {
    font-size: 1.45rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.category-acc-header .acc-title-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.category-acc-header .acc-title {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.category-acc-header .acc-meta {
    font-family: var(--font-primary);
    font-size: 0.76rem;
    color: #94A3B8;
    font-weight: 600;
}

.category-acc-header:not(.collapsed) .acc-meta {
    color: #B45309;
}

.category-acc-header .acc-chevron {
    color: #D98200;
    font-size: 0.95rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    margin-left: 10px;
    flex-shrink: 0;
}

.category-acc-header:not(.collapsed) .acc-chevron {
    transform: rotate(180deg);
}

.category-acc-body {
    padding: 16px 16px 18px;
    background: #FAF8F5;
}

.category-acc-desc {
    font-family: var(--font-primary);
    font-size: 0.88rem;
    line-height: 1.45;
    color: #475569;
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #FFFFFF;
    border-radius: 10px;
    border-left: 3px solid #F9B432;
}

.category-acc-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Categories Rail (Left Column) */
.categories-nav-wrapper {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.categories-rail-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--fhl-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.categories-count-pill {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.78rem;
    background: rgba(249, 180, 50, 0.15);
    color: #D98200;
    padding: 4px 10px;
    border-radius: 999px;
}

.categories-nav-list {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.categories-nav-list::-webkit-scrollbar {
    width: 5px;
}

.categories-nav-list::-webkit-scrollbar-thumb {
    background: #E2E8F0;
    border-radius: 999px;
}

.category-nav-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: #F8FAFC;
    color: #334155;
    text-align: left;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    font-family: var(--font-primary);
    position: relative;
}

.category-nav-btn:hover {
    background: #FFF7ED;
    border-color: rgba(249, 180, 50, 0.3);
    color: #1E293B;
    transform: translateX(3px);
}

.category-nav-btn.active {
    background: #FFF8EB;
    border-color: #F9B432;
    color: #0F172A;
    box-shadow: 0 4px 16px rgba(249, 180, 50, 0.2);
    font-weight: 700;
}

.category-btn-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-btn-emoji {
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.category-btn-text {
    font-size: 0.95rem;
    line-height: 1.3;
}

.category-btn-count {
    font-size: 0.76rem;
    font-weight: 700;
    color: #94A3B8;
    background: #FFFFFF;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #E2E8F0;
    transition: all 0.25s ease;
}

.category-nav-btn.active .category-btn-count {
    color: #B45309;
    border-color: rgba(249, 180, 50, 0.4);
    background: #FEF3C7;
}

/* Category Display Panel (Right Column) */
.category-display-panel {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.active-category-header {
    background: linear-gradient(135deg, #FFF9EB 0%, #FFF3D6 100%);
    border: 1px solid rgba(249, 180, 50, 0.35);
    border-radius: 14px;
    padding: 0.85rem 1.25rem !important;
}

.active-category-emoji {
    font-size: 1.8rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(249, 180, 50, 0.2);
    flex-shrink: 0;
}

.active-category-label {
    font-family: var(--font-primary);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #D98200;
    line-height: 1.2;
}

.active-category-name {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    color: #0F172A;
    line-height: 1.2;
}

.active-category-desc {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    line-height: 1.4;
    color: #475569;
}

.products-grid-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.05rem;
    color: #0F172A;
}

.products-count-badge {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 0.8rem;
    color: #475569;
    background: #F1F5F9;
    padding: 4px 12px;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    border: 1px solid #E2E8F0;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
    flex-grow: 1;
}

.product-card-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 1rem 1.15rem 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    position: relative;
    min-height: 100px;
}

.product-card-item:hover {
    border-color: #F9B432;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(249, 180, 50, 0.14);
}

.product-card-badge {
    display: none !important;
}

.product-card-name {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.05rem;
    color: #0F172A;
    line-height: 1.35;
    margin-bottom: 0.25rem;
}

.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px dashed #E2E8F0;
}

.product-view-btn {
    font-family: var(--font-primary);
    font-size: 0.8rem;
    font-weight: 700;
    color: #D98200;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.product-card-item:hover .product-view-btn {
    gap: 10px;
    color: #B45309;
}

.product-arrow-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FFF8EB;
    border: 1px solid rgba(249, 180, 50, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #D98200;
    font-size: 0.75rem;
    transition: all 0.2s ease;
}

.product-card-item:hover .product-arrow-circle {
    background: #F9B432;
    color: #FFFFFF;
    border-color: #F9B432;
}

/* Product Detail Modal */
.product-detail-modal {
    z-index: 100000 !important;
}

.modal-backdrop {
    z-index: 99999 !important;
}

.product-detail-modal .modal-dialog {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.product-detail-modal .modal-content {
    background: #FFFFFF;
    border-radius: 24px;
}

.product-detail-modal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.modal-header-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.modal-cat-badge {
    background: #FFF8EB;
    color: #B45309;
    font-family: var(--font-primary);
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid rgba(249, 180, 50, 0.4);
    padding: 4px 12px;
    line-height: 1.25;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.modal-sub-badge {
    background: #F1F5F9;
    color: #475569;
    font-family: var(--font-primary);
    font-size: 0.76rem;
    font-weight: 600;
    padding: 4px 10px;
    line-height: 1.25;
}

.product-detail-modal .btn-close {
    background-size: 11px;
    padding: 8px;
    opacity: 0.7;
    margin-top: 2px;
    flex-shrink: 0;
}

.modal-product-title {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: #0F172A;
    letter-spacing: -0.01em;
}

.modal-product-overview {
    font-family: var(--font-primary);
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
}

.modal-specs-box {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.specs-box-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 0.98rem;
    color: #0F172A;
}

.modal-spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-primary);
    font-size: 0.92rem;
    color: #334155;
    font-weight: 500;
}

.modal-spec-icon {
    color: #10B981;
    font-size: 0.85rem;
}

/* --------------------------------------------------------------------------
   FOOTER STYLES (FULL-WIDTH TITLE + COMFORTABLE CONTAINER PADDING)
   -------------------------------------------------------------------------- */

.site-footer {
    position: relative;
    background-color: var(--color-footer-bg);
    color: var(--color-white);
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    overflow: hidden;
}

.container-footer {
    max-width: 1320px;
}

/* 1. Full-Width Oversized Brand Title */
.footer-brand-title-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    position: relative;
    cursor: default;
}

.footer-brand-title {
    font-family: var(--font-space-grotesk, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: clamp(2.4rem, 9.4vw, 10.5rem);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    user-select: none;
    margin: 0;

    /* Interactive Spotlight Shimmer Animation with Full Visibility Fallback */
    background: radial-gradient(circle 600px at var(--footer-mouse-x, 50%) var(--footer-mouse-y, 50%),
            #FFF6D6 0%,
            var(--fhl-primary, #F9B432) 40%,
            #EAA21E 70%,
            #C47F10 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: filter 0.3s ease;
    will-change: background-position;
}

.footer-brand-title-wrapper:hover .footer-brand-title {
    filter: drop-shadow(0 0 30px rgba(249, 180, 50, 0.3));
}

/* 2. Column Headings & Content */
.footer-heading {
    font-family: var(--font-primary);
    font-weight: var(--fw-bold);
    font-size: 1.125rem;
    color: var(--color-white);
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links-list a {
    color: var(--color-text-light);
    font-size: 0.95rem;
    font-weight: var(--fw-regular);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-links-list a:hover {
    color: var(--color-primary);
}

.footer-address {
    font-style: normal;
    color: var(--color-text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: var(--fw-regular);
}

.footer-company-name {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.footer-company-unit {
    color: var(--color-primary);
    font-size: 0.92rem;
    font-weight: 500;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact-list a {
    color: var(--color-text-light);
    font-size: 0.95rem;
    font-weight: var(--fw-regular);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-contact-icon {
    color: var(--color-primary);
    font-size: 0.95rem;
}

.footer-contact-list a:hover {
    color: var(--color-primary);
}

/* 3. Horizontal Divider */
.footer-divider {
    border: none;
    border-top: 1px solid var(--color-footer-border);
    opacity: 1;
}

/* 4. Bottom Footer Row & Social Icons */
.footer-copyright {
    color: var(--color-text-light);
    font-size: 0.875rem;
    font-weight: var(--fw-regular);
    line-height: 1.5;
}

.footer-credit {
    color: var(--color-text-light);
    font-size: 0.875rem;
    font-weight: var(--fw-regular);
    line-height: 1.5;
}

@media (min-width: 768px) {
    .footer-credit {
        padding-right: 0;
    }
}

.footer-credit-link {
    color: var(--fhl-primary);
    text-decoration: none;
    font-weight: var(--fw-medium);
    transition: color var(--transition-fast);
}

.footer-credit-link:hover {
    color: var(--color-white);
    text-decoration: underline;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-circle);
    background-color: var(--color-white);
    color: var(--color-footer-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all var(--transition-fast);
}

.social-icon-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* ==========================================================================
   WHATSAPP & BACK TO TOP FLOATING BUTTONS
   ========================================================================== */
.back-to-top-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--fhl-primary);
    color: #1E2A2F;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background-color: #1E2A2F;
    color: var(--fhl-primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.whatsapp-float-btn {
    position: fixed;
    bottom: 92px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #25D366;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    z-index: 9999;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background-color 0.3s ease;
    animation: whatsappPulse 2.5s infinite;
}

.whatsapp-float-btn:hover {
    color: #FFFFFF;
    background-color: #20BA5A;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background-color: #1E2A2F;
    color: var(--fhl-primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}


/* ==========================================================================
   SECTION 04: WHY BRANDS CHOOSE US STYLES (SCROLL-PINNED SLIDER)
   ========================================================================== */

.fhl-section-four {
    background-color: var(--fhl-white);
    position: relative;
    width: 100%;
}

/* Top Heading Block (Scrolls naturally into and past viewport) */
.choose-us-top-header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 3.5rem;
}

.choose-us-eyebrow .choose-us-dot {
    width: 7px;
    height: 7px;
    background-color: var(--fhl-primary);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.choose-us-eyebrow .choose-us-eyebrow-text {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--fhl-dark);
    letter-spacing: 0.01em;
}

/* Top Heading Row & Eyebrow Pill */
.choose-us-eyebrow-pill {
    padding: 6px 16px;
    background: #F4F9F5;
    border: 1px solid #D8EADF;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.choose-us-eyebrow-pill .choose-us-dot {
    width: 7px;
    height: 7px;
    background-color: var(--fhl-secondary, #269B54);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(38, 155, 84, 0.18);
}

.choose-us-eyebrow-pill .choose-us-eyebrow-text {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--fhl-secondary, #269B54);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.choose-us-title {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: clamp(1.85rem, 3.2vw, 2.75rem);
    line-height: 1.2;
    color: var(--fhl-primary, #1A1A1A);
    letter-spacing: -0.02em;
}

.choose-us-subtitle {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    line-height: 1.6;
    color: #666666;
    max-width: 640px;
}

.container-section-four {
    max-width: 1320px;
}

/* Swiper Carousel Track Wrapper */
.choose-us-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 0.25rem 1.5rem 0.25rem;
}

.choose-us-swiper {
    width: 100%;
    overflow: visible;
    padding-bottom: 0.5rem;
}

/* Choose Us Card Container — Solid, Clean, Ultra-Premium Minimalist Aesthetic */
.choose-us-card {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 2.25rem 2rem 1.85rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.choose-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(38, 155, 84, 0.12), 0 8px 24px rgba(0, 0, 0, 0.04);
    border-color: #269B54;
}

/* Card Header: Icon & Step Number & Category Pill */
.choose-us-icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #F4F9F5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fhl-secondary, #269B54);
    font-size: 1.4rem;
    border: 1px solid #DFEDE3;
    transition: all 0.35s ease;
}

.choose-us-card:hover .choose-us-icon-wrapper {
    background: var(--fhl-secondary, #269B54);
    color: #FFFFFF;
    border-color: var(--fhl-secondary, #269B54);
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 8px 20px rgba(38, 155, 84, 0.25);
}

.card-badge-pill {
    display: inline-block;
    padding: 4px 10px;
    background: #F6F7F8;
    color: #555555;
    border: 1px solid #E8EBE9;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.choose-us-card:hover .card-badge-pill {
    background: #EAF5EE;
    color: var(--fhl-secondary, #269B54);
    border-color: #D3EBD9;
}

.choose-us-step-num {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.35rem;
    color: #DCDCDC;
    letter-spacing: 0.04em;
    transition: color 0.35s ease, transform 0.35s ease;
}

.choose-us-card:hover .choose-us-step-num {
    color: var(--fhl-secondary, #269B54);
    transform: scale(1.05);
}

/* Card Content Typography */
.choose-us-card .slide-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: clamp(1.25rem, 1.7vw, 1.45rem);
    line-height: 1.3;
    color: #1A1A1A;
    letter-spacing: -0.01em;
    transition: color 0.3s ease;
}

.choose-us-card:hover .slide-title {
    color: var(--fhl-secondary, #269B54);
}

.choose-us-card .slide-desc {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #5E5E5E;
}

/* Card Footer Meta Row */
.card-footer-meta {
    border-top: 1px solid #F0F0F0 !important;
    transition: border-color 0.3s ease;
}

.choose-us-card:hover .card-footer-meta {
    border-color: #E2EFE7 !important;
}

.meta-highlight-tag {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888888;
    transition: color 0.3s ease;
}

.choose-us-card:hover .meta-highlight-tag {
    color: var(--fhl-secondary, #269B54);
}

.card-action-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F7F8F9;
    border: 1px solid #ECECEC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #666666;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.choose-us-card:hover .card-action-icon {
    background: var(--fhl-secondary, #269B54);
    color: #FFFFFF;
    border-color: var(--fhl-secondary, #269B54);
    transform: translateX(4px);
}

/* Carousel Navigation Arrows & Bullets */
.choose-us-prev-btn,
.choose-us-next-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #E2E2E2;
    color: #222222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.choose-us-prev-btn:hover,
.choose-us-next-btn:hover {
    background: var(--fhl-secondary, #269B54);
    border-color: var(--fhl-secondary, #269B54);
    color: #FFFFFF;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(38, 155, 84, 0.25);
}

.choose-us-prev-btn.swiper-button-disabled,
.choose-us-next-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

/* Swiper Pagination Bullets (Clean Rounded Pill Active Dot) */
.choose-us-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.choose-us-pagination .swiper-pagination-bullet,
.choose-us-pagination .choose-us-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #D9D9D9 !important;
    opacity: 1 !important;
    margin: 0 !important;
    cursor: pointer;
    border: none !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.choose-us-pagination .swiper-pagination-bullet-active,
.choose-us-pagination .choose-us-bullet.swiper-pagination-bullet-active {
    width: 32px !important;
    height: 10px !important;
    border-radius: 8px !important;
    background: var(--fhl-secondary, #269B54) !important;
    box-shadow: 0 2px 8px rgba(38, 155, 84, 0.35) !important;
}

/* ==========================================================================
   SECTION 05: BLOG / INSIGHTS STYLES
   ========================================================================== */

.fhl-section-five {
    background-color: var(--fhl-white);
}

/* Container — matches the site's standard max-width */
.blog-container {
    max-width: 1200px;
}

/* ---- Eyebrow ---- */
.blog-eyebrow-dot {
    width: 7px;
    height: 7px;
    background-color: var(--fhl-primary);
    /* Orange/yellow bullet */
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.blog-eyebrow-text {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--fhl-dark);
    letter-spacing: 0.01em;
}

/* ---- Section Heading ---- */
.blog-heading {
    font-family: var(--font-primary);
    font-weight: 450;
    font-size: clamp(2rem, 3.8vw, 3rem);
    /* ≈48px at 1440px */
    line-height: 1.1;
    color: var(--fhl-primary);
    /* Orange/yellow */
    letter-spacing: -0.01em;
    white-space: nowrap;
    /* one line on desktop */
}

/* ---- Section Description ---- */
.blog-description {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.5;
    color: var(--fhl-dark);
    max-width: 960px;
}

/* ---- Blog Card ---- */
.blog-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.10);
}

/* Remove default <a> styles */
.blog-card-link {
    text-decoration: none;
    color: inherit;
}

/* ---- Card Body (text area) ---- */
.blog-card-body {
    padding: 1.25rem 1.25rem 1rem;
}

.blog-card-date {
    font-family: var(--font-primary);
    font-size: 0.8rem;
    /* ≈13px */
    font-weight: 400;
    color: #555;
    margin-bottom: 0.65rem;
    letter-spacing: 0.01em;
}

.blog-card-title {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: clamp(1.05rem, 1.7vw, 1.6rem);
    /* ≈26px at 1440px */
    line-height: 1.2;
    color: var(--fhl-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.005em;
}

.blog-card-desc {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: clamp(0.9rem, 1.1vw, 1.05rem);
    /* ≈17px at 1440px */
    line-height: 1.3;
    color: #444;
    margin-bottom: 0;
}

/* ---- Card Image ---- */
.blog-card-image-wrapper {
    border-radius: 10px;
    margin: 0 0.75rem 0.75rem;
    /* slight inset from card edges */
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.blog-card-img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .blog-card-img {
    transform: scale(1.06);
}

/* ---- Hover Read Article Button (Brand Color + Floating Physics) ---- */
.blog-card-hover-overlay {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.blog-read-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fhl-primary, #F9B432);
    color: var(--fhl-dark, #1E1E1E);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    font-family: var(--font-primary);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(249, 180, 50, 0.45);
    transform: translate3d(0, 0, 0) scale(0.92);
    transition: transform 0.12s ease-out, background 0.25s ease, box-shadow 0.25s ease;
    letter-spacing: 0.01em;
    cursor: pointer;
    will-change: transform;
    pointer-events: auto;
}

.blog-card:hover .blog-card-hover-overlay {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   PRE-CTA LOGOS MARQUEE TICKER STYLES
   ========================================================================== */

.pre-cta-logos-section {
    background-color: var(--fhl-white);
    padding: 60px 0 50px;
}

.pre-cta-logos-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 0;
}

.pre-cta-logos-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.pre-cta-logos-swiper .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 85px !important;
    padding: 0 4px;
}

.pre-cta-logo-img {
    height: 62px !important;
    max-height: 62px !important;
    max-width: 190px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: none;
    opacity: 0.95;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.pre-cta-logo-img:hover {
    opacity: 1;
    transform: scale(1.08);
}


/* ==========================================================================
   SECTION 06: BOOK A CONSULTATION — CTA STYLES
   ========================================================================== */

/* White outer section */
.fhl-section-six {
    background-color: var(--fhl-white);
    padding: 0 0 80px;
}

/* ---- CTA Wrapper: the big rounded yellow box ---- */
.cta-wrapper {
    width: calc(100% - 120px);
    /* ≈60px margin each side */
    min-height: 400px;
    border-radius: 42px;
    background-color: #F9B432;
}

/* Background video for CTA box */
.cta-bg-video {
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

/* ---- CTA Content: vertically & horizontally centered ---- */
.cta-content {
    min-height: 400px;
    padding: 56px 48px;
}

/* ---- Eyebrow ---- */
.cta-eyebrow-dot {
    width: 7px;
    height: 7px;
    background-color: #249B52;
    /* green dot matching screenshot */
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.cta-eyebrow-text {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1rem;
    /* ≈16px */
    color: var(--fhl-dark);
    letter-spacing: 0.01em;
}

/* ---- Main Heading ---- */
.cta-heading {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: clamp(2rem, 3.4vw, 3rem);
    /* ≈48px at 1440px */
    line-height: 1.15;
    color: var(--fhl-dark);
    letter-spacing: -0.01em;
    white-space: nowrap;
    /* one line on desktop */
}

/* ---- Description ---- */
.cta-description {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: clamp(1rem, 1.55vw, 1.45rem);
    /* ≈23px at 1440px */
    line-height: 1.35;
    color: var(--fhl-dark);
    max-width: 860px;
}

/* ---- CTA Button ---- */
.cta-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #1E2A2F;
    /* dark charcoal */
    color: var(--fhl-primary);
    /* yellow/orange text */
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    /* ≈20px at 1440px */
    line-height: 1;
    padding: 18px 44px;
    border-radius: 999px;
    /* pill shape */
    min-width: 280px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
    background-color: #2d3f46;
    color: var(--fhl-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    text-decoration: none;
}

/* ==========================================================================
   TRENDING MODERN PRELOADER OVERLAY
   ========================================================================== */
.preloader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    /* Dynamic viewport height for mobile browsers */
    min-height: -webkit-fill-available;
    /* iOS Safari full-screen fix */
    background-color: #0E1015;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader-overlay.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preloader-spinner-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-ring {
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
}

.preloader-ring.ring-outer {
    width: 110px;
    height: 110px;
    border-top-color: var(--fhl-primary);
    /* #F9B432 */
    border-right-color: rgba(249, 180, 50, 0.3);
    animation: preloaderSpin 1.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.preloader-ring.ring-inner {
    width: 82px;
    height: 82px;
    border-bottom-color: #249B52;
    /* Green brand dot */
    border-left-color: rgba(36, 155, 82, 0.3);
    animation: preloaderSpinReverse 1.1s linear infinite;
}

.preloader-icon-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    z-index: 2;
    animation: preloaderPulse 1.4s ease-in-out infinite alternate;
}

.loader-logo-img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(249, 180, 50, 0.45));
}

.preloader-brand {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: 0.18em;
    color: #ffffff;
    text-transform: uppercase;
}

.preloader-tagline {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.05em;
}

@keyframes preloaderSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloaderSpinReverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes preloaderPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.08);
        opacity: 1;
        filter: drop-shadow(0 0 12px rgba(249, 180, 50, 0.8));
    }
}

/* ==========================================================================
   SECTION 99: UTILITIES
   ========================================================================== */

.hidden-svg-definitions {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}
.cta-detail-heading-override {
    white-space: normal !important;
    color: #111111 !important;
    line-height: 1.25;
}
.cs-text-muted-720 {
    max-width: 720px;
    font-size: 1.05rem;
}
.cs-text-muted-520 {
    max-width: 520px;
    font-size: 0.98rem;
}

/* ==========================================================================
   FLOATING VERTICAL QUICK NAVIGATION DOCK (ALWAYS ACCESSIBLE ON SCROLL)
   ========================================================================== */

.floating-quick-dock {
    position: fixed;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9995;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.quick-dock-inner {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(14, 14, 16, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    padding: 10px 7px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.quick-dock-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #D4D4D8;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 1.05rem;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.quick-dock-btn:hover {
    color: #FFFFFF;
    background: rgba(249, 180, 50, 0.2);
    border-color: var(--fhl-primary, #F9B432);
    transform: scale(1.12);
    box-shadow: 0 4px 16px rgba(249, 180, 50, 0.38);
}

.quick-dock-btn.active {
    color: #09090B;
    background: var(--fhl-primary, #F9B432);
    border-color: var(--fhl-primary, #F9B432);
    box-shadow: 0 4px 18px rgba(249, 180, 50, 0.55);
    font-weight: 700;
}

/* Tooltip Badge Sliding Left on Hover */
.quick-dock-tooltip {
    position: absolute;
    right: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #0E0E10;
    color: #FFFFFF;
    font-family: var(--font-primary, Arial, sans-serif);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(249, 180, 50, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

.quick-dock-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid rgba(249, 180, 50, 0.45);
}

.quick-dock-btn:hover .quick-dock-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

@media (max-width: 767.98px) {
    .floating-quick-dock {
        right: 10px;
        top: 45%;
    }

    .quick-dock-inner {
        gap: 8px;
        padding: 8px 5px;
        border-radius: 30px;
    }

    .quick-dock-btn {
        width: 36px;
        height: 36px;
        font-size: 0.92rem;
    }

    .quick-dock-tooltip {
        display: none;
    }
}