:root {
    --theme-red: #2e2e2e;
    --dark-bg: #0d0d0f;
    --nav-height: 80px;
}

html,
body {
    height: 100%;
    margin: 0;
}
body {
    font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
    color: #fff;
    background: #070707;
    font-size:16px;
}

/* Gilroy Thin */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

/* Gilroy UltraLight */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

/* Gilroy Light */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

/* Gilroy Regular */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

/* Gilroy Medium */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

/* Gilroy SemiBold */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

/* Gilroy Bold */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

/* Gilroy ExtraBold */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

/* Gilroy Black */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

/* Gilroy Heavy */
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-Heavy.ttf") format("truetype");
    font-weight: 950;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
    font-weight: 950;
    font-style: italic;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height);
    z-index: 1100;
    display: flex;
    align-items: center;
    transition: all 0.35s ease;
    padding: 0 1rem;
    background: #f2f2f2;
    z-index: 99;
}
.site-header.sticky {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}
.site-brand img {
    height: 48px;
    display: block;
}

/* Desktop nav */
.primary-nav {
    gap: 1rem;
    display: flex;
    align-items: center;
}
.primary-nav .nav-link {
    color: #444;
    font-weight: 600;
    font-size: 15px;
    padding: 0.6rem 0.5rem;
    text-decoration: none;
    background: transparent;
    border: 0;
}


a.dropdown-item {
    font-size: 15px;
}

.primary-nav .dropdown-menu {
    background: #fff;
    border: 0;
}
.primary-nav .dropdown-item {
    color: #444;
}
.primary-nav .dropdown-item:hover {
    color: var(--theme-red);
    background: transparent;
}

/* CTA */
.btn-cta {
    background: #444;
    color: #fff;
    border: 0;
    padding: 0.5rem 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0 6px 18px rgb(0 0 0 / 18%);
}

/* CTA */
.hero .btn-cta {
    background: #fff;
    color: #000;
   
}

.btn-cta:hover {
    background: #444;
    color: #eee;
}


/* HERO adjustments - FULL BLEED */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
}

/* Make carousel / items full-bleed */
.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}
.carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/* dark overlay on image only (implemented via pseudo-element) */
.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000004d;
    z-index: 1; /* behind content */
}

/* hero content sits above overlay */
.hero-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    padding: 0 1rem;
    color: #fff;
}

.hero h2 {
    font-family: "Gilda Display", serif;
    font-size: clamp(40px, 7vw, 62px);
    line-height: 1.02;
    margin: 0 0 0.6rem 0;
    color: #fff;
}
.hero p.lead {
    font-size: 16px;
    color: #e9e9e9;
    margin-bottom: 1.2rem;
}

.actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 4;
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: #fff;
    padding: 0.45rem 0.9rem;
    border-radius: 0;
    font-weight: 600;
}

.btn-ghost:hover {
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: #fff;
    color: #000;
    padding: 0.45rem 0.9rem;
    border-radius: 0;
    font-weight: 600;
}

/* Controls custom */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    background-color: rgba(0, 0, 0, 0.35);
    padding: 10px;
    border-radius: 0;
    width: 48px;
    height: 48px;
    background-size: 18px 18px;
}

.scroll-hint a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ddd;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991.98px) {
    .primary-nav {
        display: none;
    }
    .site-brand img {
        height: 42px;
    }
    .hero {
        min-height: 520px;
    }
}
@media (max-width: 576px) {
    .hero h1 {
        font-size: clamp(28px, 9vw, 34px);
    }
}

/* ABOUT SECTION — move to your main CSS file */
:root {
    --theme-red: #2e2e2e;
    --about-text: #0b0b0b;
    --about-muted: #333333;
    --about-bg: #ffffff;
}

/* Section container */
.about-section {
    background: var(--about-bg);
    color: var(--about-text);
}

/* Content wrapper */
.about-content {
    max-width: 720px;
}

/* Title / Subheading */
.about-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(28px, 4.6vw, 40px);
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: var(--about-text);
}

.about-sub {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: var(--theme-red);
    letter-spacing: 0.4px;
    margin-bottom: 0.8rem;
    font-size: 16px;
}

/* Paragraphs */
.about-desc {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: var(--about-muted);
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* CTAs */
.about-cta {
    margin-top: 0.6rem;
}

.about-btn-primary {
    background: var(--theme-red);
    color: #fff;
    border: 0;
    padding: 0.6rem 1rem;
    font-weight: 700;
    border-radius: 0;
    box-shadow: 0 6px 18px rgb(0 0 0 / 18%);
    text-transform: none;
}

.about-btn-primary:hover {
    background: #960000;
    color: #fff;
    text-decoration: none;
}

.about-btn-secondary {
    background: transparent;
    color: var(--about-text);
    border: 1px solid rgba(11, 11, 11, 0.08);
    padding: 0.55rem 0.9rem;
    border-radius: 0;
    font-weight: 600;
}

.about-btn-secondary:hover {
    color: var(--theme-red);
    border-color: rgba(186, 0, 0, 0.12);
    text-decoration: none;
}

/* Image wrap */
.about-img-wrap {
    box-shadow: 0 18px 45px rgba(6, 6, 6, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.about-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Gold accent on larger screens (luxury touch) */
@media (min-width: 992px) {
    .about-section .col-lg-6:first-child {
        position: relative;
        padding-left: 2.5rem;
    }
    .about-section .col-lg-6:first-child::before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        width: 4px;
        height: 56px;
        background: linear-gradient(180deg, #b8860b, rgba(184, 134, 11, 0.6));
        border-radius: 2px;
    }
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .about-img {
        height: 320px;
    }
}
@media (max-width: 575.98px) {
    .about-img {
        height: 220px;
    }
    .about-content {
        max-width: 100%;
    }
}

/* WHAT WE DO section */
#what-we-do {
    background: #f6f7f8; /* light grey */
    color: #0b0b0b;
}

/* Intro */
.wwd-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 3.6vw, 34px);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.wwd-lead {
    font-family: "Gilroy", sans-serif;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

/* Service card */
.service-card {
    background: #ffffff;
    padding: 1.05rem;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(6, 6, 6, 0.04);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(6, 6, 6, 0.07);
}

.service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(186, 0, 0, 0.06), rgba(186, 0, 0, 0.02));
    color: var(--theme-red);
    font-size: 1.3rem;
    border-radius: 6px;
    flex-shrink: 0;
}

.service-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    font-size: 16px;
    color: #0b0b0b;
}

.service-desc {
    font-family: "Gilroy", sans-serif;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Buttons inside cards */
.service-card .btn-ghost {
    border-radius: 0;
    padding: 0.45rem 0.8rem;
    font-weight: 600;
}

/* Small CTA at bottom */
#what-we-do .btn-cta {
    border-radius: 0;
    padding: 0.6rem 1rem;
    font-weight: 700;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
    .service-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }
    .service-card {
        padding: 0.85rem;
    }
}

/* FURNITURE SHOP SECTION */
.furniture-shop-section {
    position: relative;
    padding: 80px 0;
    background: url("/assets/img/shop-bg.jpg") center/cover no-repeat;
    color: #ffffff;
}

.shop-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(2px);
    z-index: 1;
}

#furniture-shop .container {
    z-index: 3;
    position: relative;
}

/* Headings */
.shop-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #fff;
}

.shop-subtitle {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: #e7e7e7;
}

/* Cards */
.shop-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.6rem;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

/* Number */
.shop-number {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
    color: var(--theme-red);
    line-height: 1;
    margin-bottom: 0.5rem;
}

/* Titles & Text */
.shop-card-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.4rem;
    font-size: 16px;
}

.shop-card-desc {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: #e1e1e1;
    line-height: 1.6;
}

/* Button */
.shop-btn {
    margin-top: 0.6rem;
    border-radius: 0;
    padding: 0.55rem 1.1rem;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 575.98px) {
    .shop-card {
        padding: 1.2rem;
    }
    .shop-number {
        font-size: 2rem;
    }
}

/* OUR EXPERTISE — white background section */
.expertise-section {
    background: #ffffff;
    color: #0b0b0b;
}

/* Section heading */
.section-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 4.2vw, 36px);
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.section-sub {
    font-family: "Gilroy", sans-serif;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.6rem;
}

/* Expertise item */
.expertise-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Media (image) */
.expertise-media {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(6, 6, 6, 0.06);
    background: #f7f7f7;
}

.expertise-img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* Body */
.expertise-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: #0b0b0b;
}

.expertise-text {
    font-family: "Gilroy", sans-serif;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Alternate layout spacing tweak */
@media (min-width: 992px) {
    .flex-lg-row-reverse .expertise-media {
        order: 1;
    }
    .flex-lg-row-reverse .expertise-body {
        order: 2;
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .expertise-img {
        height: 260px;
    }
}
@media (max-width: 575.98px) {
    .expertise-img {
        height: 180px;
    }
    .section-title {
        font-size: 20px;
    }
}

/* WHY CHOOSE US — light background */
.why-section {
    background: #f7f8f9;
    color: #0b0b0b;
}

/* Header */
.why-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 3.8vw, 34px);
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.why-sub {
    font-family: "Gilroy", sans-serif;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.6rem;
}

/* Card */
.why-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #ffffff;
    padding: 1.05rem;
    border-radius: 8px;
    border: 1px solid rgba(11, 11, 11, 0.04);
    box-shadow: 0 10px 24px rgba(6, 6, 6, 0.04);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(6, 6, 6, 0.06);
}

/* Icon */
.why-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(186, 0, 0, 0.06), rgba(186, 0, 0, 0.02));
    color: var(--theme-red);
    font-size: 1.2rem;
    border-radius: 6px;
    flex-shrink: 0;
}

/* Body */
.why-head {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    font-size: 16px;
    color: #0b0b0b;
}

.why-text {
    font-family: "Gilroy", sans-serif;
    color: #444;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
    .why-icon {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
    .why-card {
        padding: 0.9rem;
    }
}

/* OUR APPROACH SECTION */
.approach-section {
    background: #ffffff;
    color: #0b0b0b;
}

/* Heading */
.approach-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.approach-text {
    font-family: "Gilroy", sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    max-width: 820px;
    margin: 0 auto;
}

/* Cards */
.approach-card {
    background: #f8f9fa;
    padding: 1.6rem 1.2rem;
    border-radius: 8px;
    border: 1px solid rgba(10, 10, 10, 0.05);
    box-shadow: 0 12px 32px rgba(6, 6, 6, 0.05);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
    height: 100%;
}

.approach-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(6, 6, 6, 0.08);
}

/* Icons */
.approach-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(186, 0, 0, 0.08), rgba(186, 0, 0, 0.03));
    color: var(--theme-red);
    font-size: 1.8rem;
    border-radius: 8px;
}

/* Titles */
.approach-card-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.4rem;
}

/* Description */
.approach-card-text {
    font-family: "Gilroy", sans-serif;
    color: #444;
    line-height: 1.6;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 575.98px) {
    .approach-icon {
        width: 54px;
        height: 54px;
        font-size: 1.2rem;
    }
    .approach-card {
        padding: 1.3rem 1rem;
    }
}

/* Dark Section */
.thinking-section {
    background: #0c0c0c;
    color: #ffffff;
}

/* Headings */
.thinking-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 3.8vw, 36px);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.6rem;
}

/* Video Wrapper */
.thinking-video-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Video */
.thinking-video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
}

/* Gallery grid */
.gallery-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.gallery-img:hover {
    transform: scale(1.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

/* Mobile responsive */
@media (max-width: 575.98px) {
    .gallery-img {
        height: 180px;
    }
}

/* FAQ SECTION */
.faq-section {
    background: #f6f7f8;
    color: #0b0b0b;
}

/* Title */
.faq-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 3.8vw, 34px);
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.faq-sub {
    font-family: "Gilroy", sans-serif;
    color: #555;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Accordion */
.faq-accordion .accordion-item {
    border: 0;
    background: #ffffff;
    margin-bottom: 0.8rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-button {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    background: #fff;
    color: #0b0b0b;
    padding: 1rem 1.25rem;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--theme-red);
    background: rgba(186, 0, 0, 0.08);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    font-family: "Gilroy", sans-serif;
    color: #444;
    padding: 1rem 1.25rem;
    line-height: 1.65;
    background: #fff;
}

/* Arrow color */
.faq-accordion .accordion-button::after {
    filter: invert(0.3);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(0) sepia(1) saturate(20) hue-rotate(-10deg);
}

/* LOGO SECTION */
.logo-section {
    background: #ffffff;
    color: #0b0b0b;
}

.logo-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 3.8vw, 34px);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Slider wrapper */
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Track animation */
.logo-track {
    display: flex;
    gap: 40px;
    width: calc(240px * 46); /* width of one logo times total logos (23x2) */
    animation: scrollLogos 100s linear infinite;
}

.logo-img {
    height: 90px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s ease;
}

.logo-img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.06);
}

/* Infinite scrolling keyframes */
@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 575.98px) {
    .logo-img {
        height: 50px;
    }
}

/* CONTACT SECTION */
.contact-section {
    background: #f6f7f8;
    color: #0b0b0b;
}

/* Titles */
.contact-title {
    font-family: "Gilda Display", serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.contact-sub {
    font-family: "Gilroy", sans-serif;
    color: #555;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Form Inputs */
.contact-input {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0.75rem 0.95rem;
    font-size: 15px;
    font-family: "Gilroy", sans-serif;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.contact-input:focus {
    border-color: var(--theme-red);
    box-shadow: none;
}

/* Submit Button */
.contact-submit {
    padding: 0.75rem 1rem;
    border-radius: 0;
    font-weight: 700;
}

/* Info Box */
.contact-info-box {
    background: #ffffff;
    padding: 1.8rem;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(6, 6, 6, 0.06);
}

.contact-info-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.4rem;
}

.contact-info-text {
    font-family: "Gilroy", sans-serif;
    color: #444;
    line-height: 1.6;
}

/* Call Button */
.contact-call-btn {
    border-radius: 0;
    background: var(--theme-red);
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.contact-call-btn:hover {
    background: #950000;
    color: #fff;
}

/* WhatsApp Button */
.contact-wa-btn {
    border-radius: 0;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.contact-wa-btn:hover {
    background: #1eb557;
    color: #fff;
}

/* Responsive */
@media (max-width: 575.98px) {
    .contact-info-box {
        margin-top: 1rem;
        padding: 1.4rem;
    }
}

/* FOOTER SECTION */
.footer-section {
    background: #0a0a0a;
    color: #dcdcdc;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* Logo */
.footer-logo-img {
    height: 60px;
    width: auto;
}

/* About text */
.footer-about-text {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: #bbbbbb;
    line-height: 1.6;
}

/* Social Icons */
.social-link {
    color: #dddddd;
    font-size: 14px;
    transition: 0.3s ease;
}

.social-link:hover {
    color: var(--theme-red);
}

/* Titles */
.footer-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 16px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.45rem;
}

.footer-links a {
    color: #cfcfcf;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: var(--theme-red);
}

/* Contact details */
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer-contact li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: start;
    gap: 0.6rem;
    font-family: "Gilroy", sans-serif;
}

.footer-contact i {
    color: #fff;
    font-size: 14px;
}

/* Address styling */
.footer-address span {
    line-height: 1.55;
    color: #cfcfcf;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1rem;
}

.footer-bottom p {
    font-family: "Gilroy", sans-serif;
    font-size: 0.9rem;
    color: #aaaaaa;
}

/* Responsive */
@media (max-width: 575.98px) {
    .footer-logo-img {
        height: 48px;
    }
    .footer-about-text {
        font-size: 0.92rem;
    }
}

/* FAB WRAPPER */
.fab-wrapper {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Floating Buttons Base */
.fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.28);
    transition: 0.28s ease;
    cursor: pointer;
    border: none;
}

/* Individual Button Colors */
.fab-call {
    background: var(--theme-red); /* red */
}
.fab-wa {
    background: #25d366; /* WhatsApp green */
}
.fab-top {
    background: #111;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Hover Effects */
.fab:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

/* Back-to-top visible */
.fab-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Mobile */
@media (max-width: 575.98px) {
    .fab {
        width: 46px;
        height: 46px;
        font-size: 14px;
    }
    .fab-wrapper {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
}

/* REELS SECTION */
.reels-section {
    background: #ffffff;
    color: #111;
}

.reels-section .section-title {
    color: #111;
}

.reels-section .section-sub {
    color: #555;
}

.reels-swiper {
    padding-bottom: 40px;
}

/* Reel Card */
.reel-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
}

.reel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

/* 9:16 Ratio Video Wrapper */
.reel-video-wrap {
    position: relative;
    width: 100%;
    padding-top: 177.78%; /* 9:16 aspect ratio */
    background: #000;
    overflow: hidden;
}

.reel-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption */
.reel-caption {
    padding: 10px 12px 12px;
    font-size: 0.9rem;
    color: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

/* Navigation Buttons */
.reels-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.reels-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.reels-nav button:hover {
    background: #111;
    color: #fff;
    border-color: #111;
    transform: translateY(-1px);
}

/* Swiper pagination dots */
.reels-pagination .swiper-pagination-bullet {
    background: #d6d6d6;
    opacity: 1;
}

.reels-pagination .swiper-pagination-bullet-active {
    background: #111;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .reel-caption {
        font-size: 16px;
    }
}

/* OUR SERVICES */
.services-section {
    background: #f8f8f8;
}

.service-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.service-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 24px 22px;
}

.service-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.service-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 16px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-link i {
    margin-left: 6px;
}

.service-link:hover {
    color: #d2a679; /* gold accent */
}
.section-title {
    color: #444;
}


/* ===============================
   DESKTOP HOVER DROPDOWN (BS 5.3.3)
================================= */
@media (min-width: 992px) {
  .primary-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .primary-nav .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
  }

  .primary-nav .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .primary-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
