/* ====================================================================
   BOX ORIGIN LLP — MODERN EDITORIAL DESIGN SYSTEM
   Brand palette: Yellow #FFC20E + Deep Teal #0E2B28 + Sage #5C705F
   Approach: Loaded LAST so it overrides inline page styles. Visual
   properties use !important; layout properties left bare so Bootstrap
   responsive utilities (navbar collapse, grid, d-flex) keep working.
   ==================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,800&family=Inter:wght@300;400;500;600;700;800&family=Caveat:wght@500;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* =====================================================
   1. DESIGN TOKENS
===================================================== */
:root {
    --primary-yellow: #FFC20E !important;
    --primary-yellow-dark: #E5A800 !important;
    --primary-yellow-light: #FFD75A !important;
    --primary-yellow-soft: #FFEFB3 !important;

    --dark-green: #0E2B28 !important;
    --dark-green-2: #143E3A !important;
    --secondary-green: #5C705F !important;
    --deep-ink: #07181A !important;

    --text-main: #14181A !important;
    --text-soft: #4B5563 !important;
    --text-muted: #6B7280 !important;
    --text-gray: #6B7280 !important;

    --light-bg: #F4F1EA !important;
    --cream: #FAF7F0 !important;
    --surface: #FFFFFF !important;
    --border-soft: #E8E2D5 !important;

    --primary-dark: #0E2B28 !important;
    --white: #ffffff !important;

    --shadow-xs: 0 2px 6px -2px rgba(14, 43, 40, 0.06);
    --shadow-sm: 0 8px 18px -8px rgba(14, 43, 40, 0.10);
    --shadow-md: 0 18px 40px -16px rgba(14, 43, 40, 0.18);
    --shadow-lg: 0 36px 70px -24px rgba(14, 43, 40, 0.22);
    --shadow-yellow: 0 14px 30px -10px rgba(255, 194, 14, 0.45);
}

/* =====================================================
   2. RESET + BASE
===================================================== */
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background: #FAF7F0 !important;
    color: #14181A !important;
    overflow-x: hidden;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

img { max-width: 100%; height: auto; }

/* =====================================================
   3. TYPOGRAPHY
===================================================== */
h1, h2, h3, h4, h5, h6,
.section-heading, .hero-title, .responsive-header,
.cta-heading, .main-title, .mockup-title,
.testimonial-header h2, .counter-number, .footer-heading,
.stylized-heading, .info-title, .prod-heading,
.prod-title-main, .value-title, .approach,
.gallery-heading {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    color: #0E2B28 !important;
    line-height: 1.1 !important;
}

p, label, .description, .approachinfo, .text-muted, .card-text,
.dropdown-item, .footer-links ul li a, .copyright,
.copyright a, .copyright div, .accordion-body,
.fw-bold, .nav-pill-menu > a, .nav-pill-menu .dropdown-toggle,
footer p, .info-text, .prod-desc, .value-desc,
.gallery-subheading, .marquee-item {
    font-family: 'Inter', system-ui, sans-serif !important;
}

/* Yellow marker highlight on key words */
.text-highlight, .highlight-script {
    color: #14181A !important;
    font-family: 'Caveat', cursive !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 1.18em !important;
    letter-spacing: 0.01em !important;
    position: relative !important;
    display: inline-block !important;
    padding: 0 6px !important;
    z-index: 1;
}

.text-highlight::before, .highlight-script::before {
    content: '';
    position: absolute;
    left: -2px; right: -2px;
    bottom: 8%;
    height: 55%;
    background: #FFC20E;
    transform: skew(-8deg) rotate(-1deg);
    z-index: -1;
    opacity: 0.85;
    border-radius: 2px;
}

.text-warning { color: #E5A800 !important; }

/* =====================================================
   4. CONTAINER OVERRIDE
===================================================== */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px !important;
}

/* =====================================================
   5. TOP BAR
===================================================== */
.top-bar {
    background: #0E2B28 !important;
    color: #FFFFFF !important;
    padding: 12px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 0.86rem !important;
    border-bottom: 2px solid #FFC20E !important;
    position: relative !important;
    z-index: 99 !important;
}

.top-bar a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    margin-right: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
    transition: color .25s ease !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.86rem !important;
}

.top-bar a:hover { color: #FFC20E !important; }
.top-bar i { color: #FFC20E !important; margin-right: 8px !important; }
.social-icons a { margin-left: 14px !important; display: inline-block !important; font-size: 0.95rem; }

/* =====================================================
   6. NAVBAR — works WITH Bootstrap, not against it
===================================================== */
/* Visual styling only — DON'T touch display/position/flex on layout classes */
.navbar {
    background: #FFFFFF !important;
    padding: 14px 0 !important;
    box-shadow: 0 1px 0 rgba(14, 43, 40, 0.06), 0 8px 24px -16px rgba(14, 43, 40, 0.12) !important;
    border-bottom: 1px solid rgba(14, 43, 40, 0.06) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
}

.navbar-brand {
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    color: #0E2B28 !important;
    margin: 0 !important;
}

.navbar-brand img {
    height: 56px !important;
    width: auto !important;
    margin-right: 12px !important;
    transition: transform .35s ease;
}

.navbar-brand:hover img { transform: scale(1.04); }

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    background: #FFC20E !important;
    color: #0E2B28 !important;
    transition: all .3s ease !important;
}

.navbar-toggler:hover { background: #0E2B28 !important; color: #FFC20E !important; }
.navbar-toggler i, .navbar-toggler-icon { color: inherit !important; font-size: 1.2rem !important; }

/* Menu items - only visual, not layout */
.nav-pill-menu > a,
.nav-pill-menu .dropdown-toggle {
    color: #0E2B28 !important;
    text-decoration: none !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    transition: color .25s ease, background .25s ease !important;
    position: relative !important;
}

.nav-pill-menu > a:hover,
.nav-pill-menu .dropdown-toggle:hover {
    color: #0E2B28 !important;
    background: rgba(255, 194, 14, 0.16) !important;
}

/* Active link underline accent */
.nav-pill-menu > a::after,
.nav-pill-menu .dropdown-toggle::after {
    background: transparent;
}

.nav-pill-menu > a:hover::before,
.nav-pill-menu .dropdown-toggle:hover::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: #FFC20E;
    border-radius: 2px;
}

/* Bootstrap caret arrow on dropdowns */
.nav-pill-menu .dropdown-toggle::after {
    margin-left: 6px !important;
    vertical-align: 0.15em !important;
    border-top-color: currentColor !important;
}

/* Dropdown menus */
.dropdown-menu {
    border: none !important;
    border-top: 3px solid #FFC20E !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 40px -12px rgba(14, 43, 40, 0.2), 0 0 0 1px rgba(14, 43, 40, 0.04) !important;
    padding: 8px !important;
    background: #FFFFFF !important;
    min-width: 230px !important;
    margin-top: 12px !important;
}

.dropdown-item {
    color: #0E2B28 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    transition: all .2s ease !important;
    background: transparent !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: rgba(255, 194, 14, 0.14) !important;
    color: #0E2B28 !important;
    padding-left: 18px !important;
}

/* CTA Button (Request a Quote) */
.btn-donate {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 26px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .35s cubic-bezier(.2,.8,.2,1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px -6px rgba(255, 194, 14, 0.5) !important;
    text-transform: capitalize !important;
    letter-spacing: 0.01em !important;
}

.btn-donate:hover {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 26px -6px rgba(14, 43, 40, 0.4) !important;
}

.btn-donate a, .btn-donate a:hover { color: inherit !important; text-decoration: none !important; }

/* Mobile-only styling — applies when collapse opens, doesn't touch display */
@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 16px !important;
        padding: 14px !important;
        background: #FAF7F0 !important;
        border-radius: 14px !important;
        border: 1px solid rgba(14, 43, 40, 0.08) !important;
    }
    .nav-pill-menu > a,
    .nav-pill-menu .dropdown-toggle {
        width: 100% !important;
        text-align: left !important;
        padding: 13px 16px !important;
        border-radius: 10px !important;
        border-bottom: 1px solid rgba(14, 43, 40, 0.06) !important;
    }
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        margin-top: 4px !important;
        margin-bottom: 6px !important;
        box-shadow: none !important;
        border: none !important;
        border-top: 2px solid rgba(255, 194, 14, 0.4) !important;
        background: #FFFFFF !important;
        padding: 6px !important;
    }
    .btn-donate {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 14px !important;
    }
}

/* =====================================================
   7. SUB-PAGE HERO
===================================================== */
.hero-section {
    background-blend-mode: multiply !important;
    background-color: #0E2B28 !important;
    background-size: cover !important;
    background-position: center !important;
    height: 460px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: white !important;
    position: relative !important;
    overflow: hidden;
}

.hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
      radial-gradient(circle at 25% 30%, rgba(255, 194, 14, 0.18), transparent 50%),
      linear-gradient(135deg, rgba(7, 24, 26, 0.78) 0%, rgba(14, 43, 40, 0.92) 100%) !important;
    z-index: 0 !important;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #FAF7F0);
    z-index: 1;
}

.hero-section .container { z-index: 2 !important; position: relative; }

.hero-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: clamp(2.6rem, 6vw, 4.6rem) !important;
    font-weight: 700 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    color: #FFFFFF !important;
    filter: none !important;
    letter-spacing: -0.035em !important;
    line-height: 1.04 !important;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 4px;
    background: #FFC20E;
    border-radius: 2px;
}

/* =====================================================
   8. HOMEPAGE HERO (slider)
===================================================== */
.hero-slider {
    width: 100%;
    height: 100vh;
    min-height: 640px;
    position: relative;
    overflow: hidden;
}

.hero-slider .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    height: 100vh;
}

.hero-slider .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(95deg, rgba(7, 24, 26, 0.92) 0%, rgba(7, 24, 26, 0.65) 45%, rgba(7, 24, 26, 0.15) 100%),
      radial-gradient(circle at 88% 18%, rgba(255, 194, 14, 0.28), transparent 55%);
    z-index: 1;
}

.slider-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.slide-content {
    max-width: 760px;
    color: #ffffff;
    position: relative;
    padding-left: 28px;
    border-left: 4px solid #FFC20E;
}

.main-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: clamp(2.8rem, 6.8vw, 5rem) !important;
    line-height: 1.04 !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
    letter-spacing: -0.035em !important;
    color: #ffffff !important;
}

.btn-custom {
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all .35s cubic-bezier(.2,.8,.2,1);
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    font-family: 'Inter', sans-serif !important;
}

.btn-custom-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.btn-custom-outline:hover {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    border-color: #FFC20E;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -8px rgba(255, 194, 14, 0.55);
}

.btn-luxury-outline {
    padding: 14px 30px;
    border-radius: 50px;
    background: transparent;
    color: #0E2B28 !important;
    border: 1.5px solid #0E2B28;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all .35s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-luxury-outline:hover { background: #0E2B28; color: #FFC20E !important; transform: translateY(-2px); }

.btn-group-custom { display: flex; gap: 18px; margin-top: 32px; flex-wrap: wrap; }

/* =====================================================
   9. SECTION HEADINGS
===================================================== */
.section-heading,
h2.section-heading {
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 700 !important;
    font-size: clamp(2rem, 4.6vw, 3rem) !important;
    color: #0E2B28 !important;
    margin-bottom: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    position: relative;
    display: inline-block;
}

.sub-title, .section-subtitle {
    color: #0E2B28 !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-size: 0.78rem !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

.sub-title::before, .section-subtitle::before {
    content: '';
    width: 36px;
    height: 2px;
    background: #FFC20E;
    display: inline-block;
    border-radius: 2px;
}

.sub-title i { color: #FFC20E !important; }

.description {
    color: #4B5563 !important;
    line-height: 1.85 !important;
    margin-bottom: 28px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 400 !important;
}

.text-muted {
    color: #6B7280 !important;
    font-family: 'Inter', sans-serif !important;
}

/* =====================================================
   10. PRODUCTS / MOCKUP CARDS
===================================================== */
.products-tab-section {
    padding: 100px 0 !important;
    background: #FAF7F0 !important;
    position: relative !important;
}

.mockup-card {
    display: flex !important;
    justify-content: space-between !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-radius: 20px !important;
    padding: 28px !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all .45s cubic-bezier(.2,.8,.2,1) !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 200px !important;
    box-shadow: var(--shadow-xs) !important;
}

.mockup-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: #FFC20E;
    transition: width .55s cubic-bezier(.2,.8,.2,1);
    z-index: 3;
}

.mockup-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: var(--shadow-md), 0 0 0 1px rgba(255, 194, 14, 0.4) !important;
    border-color: transparent !important;
}

.mockup-card:hover::before { width: 100%; }

.mockup-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex: 1;
    padding-right: 16px !important;
    position: relative;
    z-index: 2;
}

.mockup-title {
    color: #0E2B28 !important;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    font-family: 'Fraunces', serif !important;
    line-height: 1.2 !important;
    letter-spacing: -0.015em !important;
}

.mockup-arrow {
    color: #0E2B28 !important;
    font-size: 1rem !important;
    transition: all .4s cubic-bezier(.2,.8,.2,1) !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FFC20E !important;
    align-self: flex-start !important;
    box-shadow: 0 6px 16px -4px rgba(255, 194, 14, 0.45) !important;
}

.mockup-card:hover .mockup-arrow {
    transform: translateX(6px) !important;
    background: #0E2B28 !important;
    color: #FFC20E !important;
}

.mockup-img-wrapper {
    flex: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    z-index: 2;
}

.mockup-img {
    max-width: 100% !important;
    max-height: 150px !important;
    object-fit: contain !important;
    transition: transform .55s cubic-bezier(.2,.8,.2,1) !important;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.10));
}

.mockup-card:hover .mockup-img { transform: scale(1.08) !important; }

.mockup-count {
    color: #6B7280 !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Inter', sans-serif !important;
}

/* =====================================================
   11. MARQUEE — fixed (uses flex + max-content)
===================================================== */
.marquee-container {
    width: 100% !important;
    overflow: hidden !important;
    background: #FFC20E !important;
    color: #0E2B28 !important;
    padding: 22px 0 !important;
    position: relative !important;
    z-index: 20 !important;
    border-top: 2px solid #0E2B28 !important;
    border-bottom: 2px solid #0E2B28 !important;
    white-space: nowrap !important;
}

.marquee-content {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    animation: marquee-scroll 40s linear infinite !important;
    padding-left: 0 !important;
    white-space: nowrap !important;
}

.marquee-item {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    padding: 0 36px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    color: #0E2B28 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    white-space: nowrap !important;
    position: relative !important;
}

.marquee-item + .marquee-item::before {
    content: '✦';
    color: #0E2B28;
    margin-right: 36px;
    margin-left: -36px;
    font-size: 0.85rem;
    opacity: 0.55;
}

.marquee-item i { margin-right: 12px !important; color: #0E2B28 !important; font-size: 0.85rem; }

.marquee-container:hover .marquee-content { animation-play-state: paused !important; }

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =====================================================
   12. COUNTER SECTION
===================================================== */
.counter-section {
    background: #0E2B28 !important;
    padding: 100px 0 !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
}

.counter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 194, 14, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 194, 14, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}

.counter-section::after {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(255, 194, 14, 0.15), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.counter-box {
    text-align: center !important;
    padding: 32px 22px !important;
    position: relative !important;
    z-index: 1 !important;
    transition: all .35s ease !important;
}

.counter-box:hover { transform: translateY(-6px) !important; }

.counter-box i {
    font-size: 1.6rem !important;
    color: #FFC20E !important;
    margin-bottom: 22px !important;
    display: inline-flex !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 18px !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 194, 14, 0.12) !important;
    border: 1px solid rgba(255, 194, 14, 0.28) !important;
    transition: all .4s cubic-bezier(.2,.8,.2,1) !important;
}

.counter-box:hover i {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    transform: scale(1.08) !important;
    box-shadow: 0 16px 32px -8px rgba(255, 194, 14, 0.55) !important;
}

.counter-number {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 3.6rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.04em !important;
}

.counter-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.78rem !important;
    color: #FFC20E !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    line-height: 1.6 !important;
}

/* =====================================================
   13. 3D GALLERY (homepage swiper)
===================================================== */
.three-d-section {
    padding: 100px 0 !important;
    background: #FAF7F0 !important;
    position: relative !important;
}

.three-d-section h2 { text-align: center; }

.three-d-swiper { width: 100% !important; padding: 60px 0 !important; }

.three-d-swiper .swiper-slide {
    width: 320px !important;
    height: 360px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all .55s cubic-bezier(.2,.8,.2,1) !important;
    position: relative !important;
    box-shadow: 0 24px 50px -20px rgba(14, 43, 40, 0.28) !important;
}

.three-d-swiper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: grayscale(60%) brightness(.92) !important;
    transition: all .55s ease !important;
}

.three-d-swiper .swiper-slide-active {
    transform: scale(1.06) !important;
    box-shadow: 0 36px 70px -18px rgba(14, 43, 40, 0.42) !important;
}

.three-d-swiper .swiper-slide-active::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 3px solid #FFC20E;
    border-radius: 16px;
    z-index: 5;
    pointer-events: none;
}

.three-d-swiper .swiper-slide-active img { filter: grayscale(0%) brightness(1) !important; }

.three-d-action-btn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0) !important;
    width: 76px !important;
    height: 76px !important;
    background: #FFC20E !important;
    color: #0E2B28 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
    box-shadow: 0 18px 36px -8px rgba(255, 194, 14, 0.6) !important;
    transition: transform .45s cubic-bezier(.2,.8,.2,1) !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

.three-d-swiper .swiper-slide-active .three-d-action-btn {
    transform: translate(-50%, -50%) scale(1) !important;
}

.three-d-action-btn:hover {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    transform: translate(-50%, -50%) scale(1.12) !important;
}

.swiper-pagination-bullet {
    background: #0E2B28 !important;
    opacity: 0.3 !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #FFC20E !important;
    opacity: 1 !important;
    width: 30px !important;
    border-radius: 6px !important;
}

/* =====================================================
   14. TESTIMONIALS
===================================================== */
.testimonial-section {
    padding: 100px 0 !important;
    background: #FFFFFF !important;
    position: relative !important;
}

.testimonial-header { text-align: center !important; margin-bottom: 60px !important; }

.testimonial-header h2 {
    font-family: 'Fraunces', serif !important;
    font-weight: 700 !important;
    color: #0E2B28 !important;
    font-size: clamp(2rem, 4.6vw, 3rem) !important;
    margin-bottom: 0 !important;
    letter-spacing: -0.03em !important;
}

.testimonial-card {
    background: #FAF7F0 !important;
    padding: 44px 40px 36px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(14, 43, 40, 0.06) !important;
    transition: all .35s ease !important;
    position: relative !important;
    height: 100% !important;
    box-shadow: var(--shadow-xs) !important;
}

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 14px; right: 28px;
    font-family: 'Fraunces', serif;
    font-size: 6rem;
    line-height: 1;
    color: #FFC20E;
    font-weight: 700;
    opacity: 0.7;
}

.testimonial-card .quote-bg { display: none !important; }

.testimonial-slider .swiper-slide-active .testimonial-card {
    background: #FFFFFF !important;
    border-color: #0E2B28 !important;
    transform: scale(1.04) !important;
    box-shadow: var(--shadow-md) !important;
}

.stars { color: #FFC20E !important; margin-bottom: 18px !important; font-size: 1rem !important; }

.card-text {
    color: #14181A !important;
    font-size: 1.02rem !important;
    line-height: 1.75 !important;
    margin-bottom: 28px !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
    font-style: italic !important;
}

.user-profile {
    display: flex !important;
    align-items: center !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(14, 43, 40, 0.08) !important;
}

.user-profile img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #FFC20E !important;
    box-shadow: 0 4px 14px -4px rgba(255, 194, 14, 0.45) !important;
}

.user-info { margin-left: 16px !important; }

.user-info h5 {
    color: #0E2B28 !important;
    font-family: 'Fraunces', serif !important;
    font-weight: 700 !important;
    margin: 0 0 2px 0 !important;
    font-size: 1.05rem !important;
    letter-spacing: -0.015em !important;
}

.user-info span {
    font-size: 0.78rem !important;
    color: #6B7280 !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

.slider-nav-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 56px !important;
    height: 56px !important;
    background: #0E2B28 !important;
    color: #FFC20E !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    cursor: pointer !important;
    transition: all .35s ease !important;
    border: none !important;
    box-shadow: 0 10px 24px -8px rgba(14, 43, 40, 0.4) !important;
    font-size: 0.95rem !important;
}

.slider-nav-btn:hover {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    transform: translateY(-50%) scale(1.12) !important;
}

.testi-prev { left: -32px !important; }
.testi-next { right: -32px !important; }

/* =====================================================
   15. VIDEO CTA (Vision/Mission)
===================================================== */
.video-cta-section { position: relative !important; overflow: hidden !important; }

.cta-half {
    height: 540px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
    color: #fff !important;
    padding: 40px !important;
}

.cta-half::before {
    content: '';
    position: absolute; inset: 0;
    z-index: 1;
}

.cta-left::before {
    background: linear-gradient(135deg, rgba(7, 24, 26, 0.92) 0%, rgba(14, 43, 40, 0.78) 100%) !important;
}
.cta-right::before {
    background: linear-gradient(135deg, rgba(92, 112, 95, 0.88) 0%, rgba(14, 43, 40, 0.94) 100%) !important;
}

.cta-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 460px !important;
    text-align: center !important;
}

.cta-icon {
    font-size: 1.6rem !important;
    margin-bottom: 28px !important;
    color: #0E2B28 !important;
    display: inline-flex !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    background: #FFC20E !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 18px 40px -10px rgba(255, 194, 14, 0.55) !important;
    transition: transform .4s cubic-bezier(.2,.8,.2,1) !important;
}

.cta-content:hover .cta-icon { transform: scale(1.1) !important; }

.cta-heading {
    font-family: 'Fraunces', serif !important;
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    margin-bottom: 22px !important;
    color: #ffffff !important;
    letter-spacing: -0.025em !important;
}

.cta-content p {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.video-play-center {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 100% !important;
    width: 240px !important;
    background: #FFC20E !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    clip-path: polygon(20% 0%, 80% 0%, 100% 10%, 80% 20%, 100% 30%, 80% 40%, 100% 50%, 80% 60%, 100% 70%, 80% 80%, 100% 90%, 80% 100%, 20% 100%, 0% 90%, 20% 80%, 0% 70%, 20% 60%, 0% 50%, 20% 40%, 0% 30%, 20% 20%, 0% 10%) !important;
}

.play-btn-circle {
    width: 84px !important;
    height: 84px !important;
    background: #0E2B28 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFC20E !important;
    font-size: 1.6rem !important;
    cursor: pointer !important;
    transition: all .35s ease !important;
    box-shadow: 0 0 0 12px rgba(14, 43, 40, 0.16) !important;
    text-decoration: none !important;
    position: relative !important;
}

.play-btn-circle::before {
    content: '';
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 2px solid rgba(14, 43, 40, 0.2);
    animation: pulse-ring 2.4s ease-out infinite;
}

@keyframes pulse-ring {
    0% { transform: scale(0.85); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.play-btn-circle:hover { transform: scale(1.18) !important; }

/* =====================================================
   16. PARTNERS
===================================================== */
.partner-section {
    padding: 80px 0 !important;
    background: #FFFFFF !important;
    border-top: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-bottom: 1px solid rgba(14, 43, 40, 0.08) !important;
}

.partner-logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100px !important;
    opacity: .55 !important;
    transition: all .35s ease !important;
    filter: grayscale(100%) !important;
}

.partner-logo:hover { opacity: 1 !important; filter: grayscale(0%) !important; transform: scale(1.1) !important; }

.fake-logo { text-align: center !important; color: #0E2B28 !important; font-weight: 700 !important; font-family: 'Fraunces', serif !important; }
.fake-logo i { font-size: 2rem !important; margin-bottom: 8px !important; color: #5C705F !important; display: block !important; }
.fake-logo span { font-size: 0.85rem !important; letter-spacing: 0.05em !important; }

/* =====================================================
   17. CONTACT (homepage section + page)
===================================================== */
.contact-map-section, .contact-wrapper {
    background: #FAF7F0 !important;
    padding: 100px 0 !important;
    position: relative !important;
}

.contact-form, .contact-form-card {
    background: #FFFFFF !important;
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-radius: 22px !important;
    padding: 40px !important;
    box-shadow: var(--shadow-md) !important;
    position: relative !important;
    overflow: hidden !important;
}

.contact-form::before, .contact-form-card::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(255, 194, 14, 0.16), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.form-control {
    border: 1.5px solid rgba(14, 43, 40, 0.12) !important;
    border-radius: 10px !important;
    padding: 13px 16px !important;
    font-size: 0.95rem !important;
    transition: all .3s ease !important;
    background: #FAF7F0 !important;
    font-family: 'Inter', sans-serif !important;
    color: #0E2B28 !important;
    box-shadow: none !important;
}

.form-control:focus {
    background: #FFFFFF !important;
    border-color: #FFC20E !important;
    box-shadow: 0 0 0 4px rgba(255, 194, 14, 0.16) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: #9CA3AF !important;
    font-family: 'Inter', sans-serif !important;
}

.form-label {
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 0.74rem !important;
    letter-spacing: 0.12em !important;
    color: #4B5563 !important;
    margin-bottom: 6px !important;
    font-weight: 600 !important;
}

textarea.form-control { resize: vertical; min-height: 120px; }

.btn-quote {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 28px !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    transition: all .35s cubic-bezier(.2,.8,.2,1) !important;
    box-shadow: 0 10px 24px -8px rgba(14, 43, 40, 0.4) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.btn-quote:hover {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    transform: translateY(-3px) !important;
}

.captcha-box {
    background: #FAF7F0 !important;
    border: 1px dashed rgba(14, 43, 40, 0.15) !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
    color: #0E2B28 !important;
}

.map-container {
    height: 100% !important;
    min-height: 440px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
}

.map-container iframe { width: 100% !important; height: 100% !important; border: none !important; }

.info-text {
    color: #4B5563 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.75 !important;
}

.info-title {
    font-family: 'Fraunces', serif !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
}

/* =====================================================
   18. ABOUT - IMAGE COMPOSITION
===================================================== */
.image-composition { position: relative; padding-left: 60px; padding-top: 50px; padding-bottom: 50px; }

.vertical-bar {
    position: absolute !important;
    left: 0 !important;
    top: 100px !important;
    bottom: -50px !important;
    width: 64px !important;
    background: #0E2B28 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    z-index: 10 !important;
    box-shadow: 0 18px 40px -16px rgba(14, 43, 40, 0.4) !important;
    border-right: 4px solid #FFC20E !important;
}

.vertical-bar span {
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
    color: #FFC20E !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    font-family: 'Inter', sans-serif !important;
}

.main-img-wrapper, .main-img-frame, .img-frame {
    position: relative !important;
    z-index: 5 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 6px solid #FFFFFF !important;
    box-shadow: 0 30px 70px -20px rgba(14, 43, 40, 0.32) !important;
}

.main-img {
    width: 100% !important;
    height: auto !important;
    transition: filter .4s ease !important;
}

.floating-img {
    position: absolute !important;
    z-index: 6 !important;
    width: 180px !important;
    height: 180px !important;
    object-fit: cover !important;
    border: 6px solid #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 40px -14px rgba(14, 43, 40, 0.32) !important;
}

.img-top-left { top: 0 !important; left: 30px !important; }
.img-bottom-right { bottom: -30px !important; right: 20px !important; }

.dots-pattern {
    position: absolute !important;
    bottom: 50px !important;
    left: 20px !important;
    width: 50px !important;
    height: 150px !important;
    background-image: radial-gradient(#FFC20E 22%, transparent 22%) !important;
    background-position: 0 0 !important;
    background-size: 12px 12px !important;
    z-index: 1 !important;
    opacity: .8 !important;
}

.wavy-line { position: absolute !important; top: -20px !important; right: 50px !important; width: 100px !important; opacity: .85 !important; }
.wavy-line path { stroke: #FFC20E !important; stroke-width: 2 !important; }

.check-list { list-style: none !important; padding: 0 !important; }

.check-list li {
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    color: #14181A !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.96rem !important;
}

.check-icon {
    color: #0E2B28 !important;
    font-size: 0.78rem !important;
    margin-top: 4px !important;
    width: 22px !important;
    height: 22px !important;
    background: #FFC20E !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.phone-contact {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
}

.phone-icon-wrapper {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #FFC20E !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0E2B28 !important;
    transition: all .3s cubic-bezier(.2,.8,.2,1) !important;
    box-shadow: 0 8px 20px -6px rgba(255, 194, 14, 0.55) !important;
    font-size: 1.05rem !important;
}

.phone-icon-wrapper:hover {
    transform: scale(1.08) !important;
    background: #0E2B28 !important;
    color: #FFC20E !important;
}

/* =====================================================
   19. HOVER CARDS / VALUE CARDS
===================================================== */
.hover-card, .value-card {
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-radius: 22px !important;
    background: #FFFFFF !important;
    transition: all .4s cubic-bezier(.2,.8,.2,1) !important;
    box-shadow: var(--shadow-xs) !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 36px 30px !important;
    border-bottom: 4px solid #FFC20E !important;
}

.hover-card:hover, .value-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: var(--shadow-md) !important;
    border-bottom-color: #0E2B28 !important;
}

.icon-circle, .value-icon-wrapper {
    width: 68px !important;
    height: 68px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.6rem !important;
    background: rgba(255, 194, 14, 0.15) !important;
    color: #0E2B28 !important;
    border: 1px solid rgba(255, 194, 14, 0.3) !important;
    transition: all .4s cubic-bezier(.2,.8,.2,1) !important;
    margin-bottom: 22px !important;
}

.hover-card:hover .icon-circle, .value-card:hover .value-icon-wrapper {
    background: #FFC20E !important;
    transform: scale(1.06) !important;
    box-shadow: 0 12px 28px -8px rgba(255, 194, 14, 0.5) !important;
}

.value-title {
    font-family: 'Fraunces', serif !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.02em !important;
}

.value-desc {
    color: #4B5563 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7 !important;
    font-size: 0.95rem !important;
}

/* =====================================================
   20. FAQ ACCORDION
===================================================== */
.faq-section { padding: 100px 0 !important; background: #FAF7F0 !important; }

.section-header { margin-bottom: 50px !important; }

.accordion-item {
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    margin-bottom: 14px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: var(--shadow-xs) !important;
    background: #FFFFFF !important;
}

.accordion-button {
    font-family: 'Fraunces', serif !important;
    font-weight: 700 !important;
    color: #0E2B28 !important;
    background-color: #FFFFFF !important;
    padding: 22px 26px !important;
    font-size: 1.08rem !important;
    transition: all .3s ease !important;
    letter-spacing: -0.015em !important;
}

.accordion-button:not(.collapsed) {
    color: #0E2B28 !important;
    background: rgba(255, 194, 14, 0.12) !important;
    border-bottom: 2px solid #FFC20E !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(255, 194, 14, 0.18) !important;
    border-color: #FFC20E !important;
}

.accordion-body {
    color: #4B5563 !important;
    line-height: 1.8 !important;
    padding: 22px 26px !important;
    font-size: 0.96rem !important;
    background: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
}

/* =====================================================
   21. FOOTER (high contrast)
===================================================== */
footer, .footer {
    background: #0E2B28 !important;
    color: #E8E0CD !important;
    padding: 90px 0 24px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-top: 4px solid #FFC20E !important;
}

footer::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 440px; height: 440px;
    background: radial-gradient(circle, rgba(255, 194, 14, 0.16), transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}

footer::after {
    content: '';
    position: absolute;
    bottom: -120px; left: -120px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(92, 112, 95, 0.18), transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}

footer p {
    color: #E8E0CD !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.92rem !important;
    line-height: 1.75 !important;
}

.subscribe-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 40px !important;
    margin-bottom: 60px !important;
    border: 1px solid rgba(255, 194, 14, 0.22) !important;
    padding: 36px 40px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    position: relative !important;
    z-index: 2 !important;
    backdrop-filter: blur(6px);
}

.subscribe-area .stylized-heading,
.subscribe-area h2 {
    color: #FFFFFF !important;
    font-family: 'Fraunces', serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.02em !important;
}

.subscribe-area p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

.sub-input-group {
    position: relative !important;
    width: 100% !important;
    max-width: 460px !important;
    display: flex !important;
}

.sub-input-group input {
    width: 100% !important;
    padding: 16px 64px 16px 22px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(255, 194, 14, 0.3) !important;
    font-size: 0.92rem !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #FFFFFF !important;
    transition: all .3s ease !important;
    font-family: 'Inter', sans-serif !important;
}

.sub-input-group input::placeholder { color: rgba(255, 255, 255, 0.5) !important; }

.sub-input-group input:focus {
    outline: none !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #FFC20E !important;
    box-shadow: 0 0 0 4px rgba(255, 194, 14, 0.16) !important;
}

.sub-input-group button, .btn-subscribe {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #FFC20E !important;
    color: #0E2B28 !important;
    cursor: pointer !important;
    transition: all .3s cubic-bezier(.2,.8,.2,1) !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 18px -4px rgba(255, 194, 14, 0.5) !important;
}

.sub-input-group button:hover, .btn-subscribe:hover {
    transform: translateY(-50%) scale(1.1) !important;
}

.footer-heading {
    color: #FFFFFF !important;
    font-family: 'Fraunces', serif !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    position: relative !important;
    padding-bottom: 14px !important;
    font-size: 1.2rem !important;
    letter-spacing: -0.015em !important;
}

.footer-heading::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 32px !important;
    height: 3px !important;
    background: #FFC20E !important;
    border-radius: 2px;
}

.footer-heading::before {
    content: '' !important;
    position: absolute !important;
    left: 38px !important;
    bottom: 0 !important;
    width: 8px !important;
    height: 3px !important;
    background: #FFC20E !important;
    border-radius: 2px;
}

.footer-links ul, .footer-contact { list-style: none !important; padding: 0 !important; }

.footer-links ul li { margin-bottom: 12px !important; }

.footer-links ul li a {
    color: #E8E0CD !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.92rem !important;
    display: inline-flex !important;
    align-items: center !important;
}

.footer-links ul li a:hover {
    color: #FFC20E !important;
    padding-left: 8px !important;
}

.footer-links ul li i {
    font-size: 0.7rem !important;
    margin-right: 10px !important;
    color: #FFC20E !important;
}

.footer-contact li {
    display: flex !important;
    margin-bottom: 16px !important;
    font-size: 0.92rem !important;
    line-height: 1.7 !important;
    font-family: 'Inter', sans-serif !important;
    color: #E8E0CD !important;
}

.footer-contact li i {
    color: #FFC20E !important;
    margin-right: 14px !important;
    margin-top: 5px !important;
    flex-shrink: 0;
}

.footer-contact li a { color: #E8E0CD !important; transition: color .25s ease !important; }
.footer-contact li a:hover { color: #FFC20E !important; }

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 26px 0 0 0 !important;
    margin-top: 40px !important;
    font-size: 0.85rem !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    color: #B5AB94 !important;
    font-family: 'Inter', sans-serif !important;
    position: relative !important;
    z-index: 2 !important;
}

.copyright a {
    color: #FFC20E !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
}

.copyright .text-warning, .copyright .text-secondary {
    color: #FFC20E !important;
}

.copyright a:hover { color: #FFD75A !important; text-decoration: underline !important; }

.social-circle-btn {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(255, 194, 14, 0.32) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFFFFF !important;
    margin-right: 8px !important;
    text-decoration: none !important;
    transition: all .35s cubic-bezier(.2,.8,.2,1) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    font-size: 0.95rem !important;
}

.social-circle-btn:hover {
    background: #FFC20E !important;
    border-color: transparent !important;
    color: #0E2B28 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px -8px rgba(255, 194, 14, 0.5) !important;
}

/* Typewriter animation removed — typeJsText now renders as static text */
.typeJsText {
    border-right: none !important;
    padding-right: 0 !important;
    animation: none !important;
    overflow: visible !important;
    white-space: normal !important;
    min-height: 0 !important;
    display: inline !important;
}

/* =====================================================
   22. WHATSAPP FLOAT, COOKIE MODAL
===================================================== */
.whatsapp-float {
    position: fixed !important;
    width: 58px !important;
    height: 58px !important;
    bottom: 32px !important;
    right: 32px !important;
    background: #25d366 !important;
    color: #FFF !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 26px !important;
    box-shadow: 0 14px 36px -8px rgba(37, 211, 102, 0.55) !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all .35s cubic-bezier(.2,.8,.2,1) !important;
}

.whatsapp-float:hover {
    background: #1ebe5a !important;
    transform: scale(1.08) !important;
    color: #FFF !important;
}

.cookie-card {
    background: #FFFFFF !important;
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 60px -16px rgba(14, 43, 40, 0.32) !important;
    padding: 28px !important;
}

.cookie-header h2 {
    font-family: 'Fraunces', serif !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    letter-spacing: -0.015em !important;
}

.cookie-body p {
    color: #4B5563 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7 !important;
    font-size: 0.92rem !important;
}

.btn-accept {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    border-radius: 50px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    padding: 12px 22px !important;
    box-shadow: 0 10px 24px -6px rgba(255, 194, 14, 0.5) !important;
    transition: all .3s cubic-bezier(.2,.8,.2,1) !important;
}

.btn-accept:hover {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    transform: translateY(-2px) !important;
}

.btn-prefs {
    background: #FAF7F0 !important;
    color: #0E2B28 !important;
    border-radius: 50px !important;
    border: 1px solid rgba(14, 43, 40, 0.1) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
}

.btn-cookie-trigger {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    transition: all .3s ease !important;
    background: transparent !important;
    border: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    padding: 6px 0 !important;
    text-decoration: none !important;
    opacity: 0.9;
}

.btn-cookie-trigger:hover { color: #FFC20E !important; opacity: 1; }

.close-btn {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    cursor: pointer !important;
    color: #6B7280 !important;
    transition: color 0.2s !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.close-btn:hover { color: #0E2B28 !important; background: #FAF7F0 !important; }

/* =====================================================
   23. RESPONSIVE HEADERS / APPROACH
===================================================== */
.responsive-header {
    font-family: 'Fraunces', serif !important;
    font-size: clamp(1.9rem, 4vw + 1rem, 2.6rem) !important;
    line-height: 1.12 !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
}

.approach { font-family: 'Fraunces', serif !important; color: #0E2B28 !important; font-weight: 700 !important; }
.approachinfo { font-family: 'Inter', sans-serif !important; color: #4B5563 !important; line-height: 1.85 !important; }

/* =====================================================
   24. BUTTONS (Bootstrap overrides)
===================================================== */
.btn-primary, .btn-warning {
    background: #FFC20E !important;
    color: #0E2B28 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    padding: 13px 28px !important;
    transition: all .35s cubic-bezier(.2,.8,.2,1) !important;
    box-shadow: 0 10px 24px -8px rgba(255, 194, 14, 0.5) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
}

.btn-primary:hover, .btn-warning:hover {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    transform: translateY(-3px) !important;
}

/* =====================================================
   25. GALLERY (our_gallery.html)
===================================================== */
.gallery-section { padding: 100px 0 !important; background: #FAF7F0 !important; }

.gallery-heading {
    font-family: 'Fraunces', serif !important;
    font-weight: 700 !important;
    color: #0E2B28 !important;
    letter-spacing: -0.025em !important;
    font-size: clamp(2.2rem, 4.6vw, 3rem) !important;
    text-align: center !important;
    margin-bottom: 12px !important;
}

.gallery-subheading {
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-size: 0.78rem !important;
    color: #4B5563 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    font-weight: 600 !important;
}

.gallery-filters {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 50px !important;
}

.filter-btn {
    border: 1.5px solid rgba(14, 43, 40, 0.12) !important;
    background: #FFFFFF !important;
    color: #0E2B28 !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    transition: all .3s cubic-bezier(.2,.8,.2,1) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.78rem !important;
    cursor: pointer !important;
}

.filter-btn:hover, .filter-btn.active {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    border-color: #0E2B28 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 22px -8px rgba(14, 43, 40, 0.35) !important;
}

.gallery-img-wrapper {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    box-shadow: var(--shadow-sm) !important;
    transition: all .4s cubic-bezier(.2,.8,.2,1) !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(14, 43, 40, 0.06) !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    display: block !important;
}

.gallery-img-wrapper a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
}

.gallery-img-wrapper:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-md) !important;
    border-color: rgba(255, 194, 14, 0.5) !important;
}

.gallery-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s cubic-bezier(.2,.8,.2,1) !important;
    cursor: pointer !important;
    display: block !important;
}

.gallery-img-wrapper:hover img { transform: scale(1.05) !important; }

/* Filter: hide non-matching gallery items but never hide image elements directly */
.gallery-item { transition: opacity .3s ease, transform .3s ease; }
.gallery-item.gallery-hidden { display: none !important; }

/* =====================================================
   26. PRODUCT PAGES
===================================================== */
.product-section { padding: 100px 0 !important; background: #FAF7F0 !important; }

.product-content-box {
    background: #FFFFFF !important;
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-radius: 22px !important;
    padding: 48px !important;
    box-shadow: var(--shadow-sm) !important;
}

.product-details-area { padding: 50px 30px !important; }

.prod-heading {
    font-family: 'Fraunces', serif !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
    font-size: clamp(2rem, 4vw, 2.6rem) !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 22px !important;
    line-height: 1.1 !important;
}

.prod-title-main {
    font-family: 'Fraunces', serif !important;
    color: #0E2B28 !important;
    font-weight: 700 !important;
    font-size: clamp(2.4rem, 5vw, 3.2rem) !important;
    letter-spacing: -0.035em !important;
    line-height: 1.05 !important;
}

.prod-desc {
    color: #4B5563 !important;
    line-height: 1.85 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
}

.prod-img {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: var(--shadow-md) !important;
}

.thumb-gallery-slider, .thumb-slider-wrapper { margin-top: 24px !important; }

.thumb-box {
    border-radius: 12px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all .35s cubic-bezier(.2,.8,.2,1) !important;
    border: 2px solid transparent !important;
}

.thumb-box:hover { transform: translateY(-3px) !important; }
.thumb-box.active, .swiper-slide-thumb-active .thumb-box {
    border-color: #FFC20E !important;
    box-shadow: 0 8px 20px -6px rgba(255, 194, 14, 0.45) !important;
}

.similar-section { padding: 100px 0 !important; background: #FFFFFF !important; }

.quote-box {
    background: #0E2B28 !important;
    color: #FFFFFF !important;
    padding: 32px !important;
    border-radius: 16px !important;
    border-left: 4px solid #FFC20E !important;
}

/* =====================================================
   27. PAGINATION
===================================================== */
.pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-top: 50px !important;
    list-style: none !important;
    padding: 0 !important;
}

.page-link {
    color: #0E2B28 !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(14, 43, 40, 0.1) !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    transition: all .25s cubic-bezier(.2,.8,.2,1) !important;
}

.page-link:hover, .page-item.active .page-link {
    background: #0E2B28 !important;
    color: #FFC20E !important;
    border-color: #0E2B28 !important;
    transform: translateY(-2px) !important;
}

/* =====================================================
   28. GENERIC CARD + MODAL
===================================================== */
.card {
    border: 1px solid rgba(14, 43, 40, 0.08) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all .35s ease !important;
    background: #FFFFFF !important;
    box-shadow: var(--shadow-xs) !important;
}

.card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-md) !important;
    border-color: rgba(255, 194, 14, 0.45) !important;
}

.modal-content {
    border: none !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 32px 80px -20px rgba(14, 43, 40, 0.4) !important;
    background: #FFFFFF !important;
}

.btn-close { filter: invert(0.5); }

/* =====================================================
   29. TORN PAPER (homepage hero)
===================================================== */
.torn-paper-top {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 60px !important;
    background: #FAF7F0 !important;
    clip-path: polygon(0 100%, 100% 100%, 100% 50%, 92% 80%, 84% 60%, 76% 90%, 68% 70%, 60% 100%, 52% 60%, 44% 90%, 36% 70%, 28% 100%, 20% 60%, 12% 90%, 4% 70%, 0 100%) !important;
    z-index: 4 !important;
}

/* =====================================================
   30. SCROLLBAR + SELECTION
===================================================== */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #F4F1EA; }
::-webkit-scrollbar-thumb {
    background: #0E2B28;
    border-radius: 50px;
    border: 2px solid #F4F1EA;
}
::-webkit-scrollbar-thumb:hover { background: #FFC20E; }

::selection { background: #FFC20E; color: #0E2B28; }
::-moz-selection { background: #FFC20E; color: #0E2B28; }

/* =====================================================
   31. RESPONSIVE
===================================================== */
@media (max-width: 1199.98px) {
    .nav-pill-menu > a, .nav-pill-menu .dropdown-toggle {
        padding: 9px 14px !important;
        font-size: 0.86rem !important;
    }
}

@media (max-width: 991.98px) {
    .top-bar { padding: 8px 0 !important; font-size: 0.78rem !important; }
    .top-bar a { margin-right: 14px !important; font-size: 0.78rem !important; }
    .navbar { padding: 12px 0 !important; }
    .video-play-center { width: 100% !important; height: 80px !important; clip-path: none !important; }
    .cta-half { height: 420px !important; }
    .image-composition { padding-left: 20px !important; margin-bottom: 50px !important; }
    .vertical-bar { display: none !important; }
    .testi-prev, .testi-next { display: none !important; }
    .hero-section { height: 380px !important; }
    .subscribe-area { flex-direction: column !important; align-items: stretch !important; text-align: center !important; }
    .sub-input-group { width: 100% !important; max-width: none !important; }
    .product-content-box { padding: 32px 24px !important; }
    .product-details-area { padding: 30px 0 !important; }
}

@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .main-title { font-size: 2.4rem !important; }
    .section-heading, h2.section-heading { font-size: 1.85rem !important; }
    .counter-section { padding: 60px 0 !important; }
    .counter-number { font-size: 2.6rem !important; }
    .btn-group-custom { flex-direction: column; width: 100%; }
    .btn-custom { width: 100%; justify-content: center; }
    .testimonial-card { padding: 30px 26px !important; }
    .cta-content { max-width: 100% !important; }
    .three-d-swiper .swiper-slide { width: 250px !important; height: 280px !important; }
    .contact-form, .contact-form-card { padding: 28px !important; }
    footer { padding: 60px 0 16px 0 !important; }
    .hero-title { font-size: 2.4rem !important; }
    .products-tab-section, .three-d-section, .testimonial-section,
    .contact-map-section, .faq-section, .gallery-section,
    .product-section, .similar-section { padding: 60px 0 !important; }
    .marquee-item { padding: 0 24px !important; font-size: 0.85rem !important; }
}

@media (max-width: 575.98px) {
    .navbar { padding: 10px 0 !important; }
    .navbar-brand img { height: 48px !important; width: auto !important; }
    .main-title { font-size: 2rem !important; }
    .section-heading, h2.section-heading { font-size: 1.6rem !important; }
    .mockup-card { flex-direction: column !important; min-height: auto !important; }
    .mockup-img-wrapper { margin-top: 16px !important; }
    .counter-number { font-size: 2.2rem !important; }
    .testimonial-card { padding: 24px 22px !important; }
    .three-d-swiper .swiper-slide { width: 220px !important; height: 250px !important; }
    .copyright { flex-direction: column !important; align-items: flex-start !important; }
    .hero-title { font-size: 2rem !important; }
    .hero-section { height: 320px !important; }
    .floating-img { width: 130px !important; height: 130px !important; }
    .accordion-button { padding: 16px 18px !important; font-size: 0.96rem !important; }
    .subscribe-area { padding: 24px !important; }
    .product-content-box { padding: 22px 16px !important; }
    .cta-half { padding: 28px !important; height: 360px !important; }
    .cta-heading { font-size: 1.85rem !important; }
}
