/* Theme CSS Variables (Light & Dark Theme) */
:root {
    --bg-main: #f7f6f2;
    --bg-card: #ffffff;
    --bg-section: #ffffff;
    --text-title: #111111;
    --text-body: #555555;
    --text-subtitle: #888888;
    --accent-gold: #c5a059;
    --accent-onyx: #111111;
    --btn-bg: #111111;
    --btn-text: #ffffff;
    --border-subtle: rgba(0, 0, 0, 0.08);
    --header-bg: transparent;
    --header-text: #111111;
    --header-logo-filter: none;
}

body.dark-theme {
    --bg-main: #0d0d0d;
    --bg-card: #171717;
    --bg-section: #121212;
    --text-title: #f5f5f5;
    --text-body: #aaaaaa;
    --text-subtitle: #888888;
    --accent-gold: #d4af37;
    --accent-onyx: #ffffff;
    --btn-bg: #d4af37;
    --btn-text: #111111;
    --border-subtle: rgba(255, 255, 255, 0.1);
    --header-bg: rgba(13, 13, 13, 0.95);
    --header-text: #f5f5f5;
    --header-logo-filter: brightness(0) invert(1);
}

/* Clean Body & Box-Sizing Setup */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: var(--bg-main);
    color: var(--text-body);
    font-family: 'Lato', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: background-color 0.4s ease, color 0.4s ease;
    overflow-x: hidden;
    width: 100%;
}

/* Header Dropdown Overflow Visible */
.nova-header,
.nova-header .container-fluid,
.nova-header-inner {
    overflow: visible !important;
}

/* Section Containment & Overflow Prevention */
section,
footer,
main,
.nova-footer,
.clean-hero-slider,
.hero-project-bar-wrap,
.luxury-zigzag-section,
.banner-home-5-style-6-sec,
.shop-by-room-section,
.crafted-section,
.our-offers-section,
.luxury-blog-section,
.furnish-section,
.testimonials-section,
.newsletter-section {
    overflow-x: hidden;
    max-width: 100%;
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        max-width: 100% !important;
        overflow-x: hidden;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    img {
        max-width: 100%;
    }

    .nova-megamenu-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
}

/* Global Playfair Display Serif Typography for All Section Titles & Topics */
h1, h2, h3, h4, h5, h6,
.clean-hero-title,
.shop-by-room-title,
.room-card-title,
.crafted-title,
.crafted-bottom-title,
.crafted-product-title,
.furnish-title,
.banner-title,
.zigzag-heading,
.services-title,
.service-card-title,
.product-info h3,
.megamenu-col-title,
.megamenu-prod-info h5,
.project-bar-col h4,
.stat-number,
.shop-by-room-header h2,
.furnish-text-col h2,
.crafted-bottom-content h2,
.sperator p,
.our-home-2 .product-info h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
}
.theme-toggle-btn {
    cursor: pointer;
    font-size: 18px !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

.theme-toggle-btn:hover {
    color: var(--accent-gold) !important;
    transform: rotate(20deg) scale(1.15);
}

/* Global Topic / Heading Font Family Override (Playfair Display) */
h1,
h2,
h3,
.clean-hero-title,
.shop-by-room-title,
.sutera-main-title,
.podium-title,
.crafted-title,
.crafted-product-title,
.furnish-title,
.testi-title,
.newsletter-title,
.room-card-title,
.service-title,
.project-bar-col h4 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
}

/* Dark Theme Global Section Overrides */
body.dark-theme .clean-hero-slider,
body.dark-theme .clean-hero-slide,
body.dark-theme .hero-features-bar,
body.dark-theme .shop-by-room-section,
body.dark-theme .crafted-top-block,
body.dark-theme .furnish-section,
body.dark-theme .testimonials-section,
body.dark-theme .newsletter-banner {
    background-color: var(--bg-main) !important;
    color: var(--text-body) !important;
}

body.dark-theme .clean-hero-title,
body.dark-theme .shop-by-room-title,
body.dark-theme .crafted-title,
body.dark-theme .crafted-product-title,
body.dark-theme .crafted-price,
body.dark-theme .furnish-title,
body.dark-theme .testi-title,
body.dark-theme .newsletter-title,
body.dark-theme .feature-text h5,
body.dark-theme .furnish-faq-header {
    color: var(--text-title) !important;
}

body.dark-theme .clean-hero-desc,
body.dark-theme .crafted-desc,
body.dark-theme .crafted-product-desc,
body.dark-theme .furnish-desc,
body.dark-theme .feature-text p,
body.dark-theme .furnish-faq-body {
    color: var(--text-body) !important;
}

body.dark-theme .clean-badge-pill {
    background: rgba(212, 175, 55, 0.15) !important;
    color: var(--text-title) !important;
}

/* Ensure Crafted Bottom Block always maintains high contrast text on dark background */
.crafted-bottom-block .crafted-bottom-title,
body.dark-theme .crafted-bottom-block .crafted-bottom-title {
    color: #ffffff !important;
}
.crafted-bottom-block .crafted-bottom-desc,
body.dark-theme .crafted-bottom-block .crafted-bottom-desc {
    color: rgba(255, 255, 255, 0.85) !important;
}
.crafted-bottom-block .crafted-bottom-subtitle,
body.dark-theme .crafted-bottom-block .crafted-bottom-subtitle {
    color: #c5a059 !important;
}

body.dark-theme .image-overlay-gradient {
    background: linear-gradient(to right, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%) !important;
}

body.dark-theme .nova-header {
    background-color: var(--header-bg) !important;
}

body.dark-theme .nova-nav-list>li>a,
body.dark-theme .nova-action-icon {
    color: var(--header-text) !important;
}

body.dark-theme .nova-logo img {
    filter: var(--header-logo-filter);
}

body.dark-theme .clean-btn-primary,
body.dark-theme .btn-primary-custom,
body.dark-theme .btn-black-rounded {
    background-color: var(--btn-bg) !important;
    color: var(--btn-text) !important;
}

body.dark-theme .clean-btn-primary:hover,
body.dark-theme .btn-primary-custom:hover,
body.dark-theme .btn-black-rounded:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
}

body.dark-theme .clean-btn-secondary {
    color: var(--text-title) !important;
}

body.dark-theme .clean-btn-secondary .play-icon {
    border-color: var(--accent-gold) !important;
    color: var(--accent-gold) !important;
}

body.dark-theme .clean-btn-secondary:hover .play-icon {
    background-color: var(--accent-gold) !important;
    color: #111111 !important;
}

/* Clean custom GSAP luxury slider styles */
.clean-hero-slider {
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: 640px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: var(--bg-main);
    /* border-radius: 20px; */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.clean-hero-slide,
.fullbleed-hero-slide {
    position: relative;
    width: 100%;
    height: 640px;
    min-height: 640px;
    background-color: var(--bg-main);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 95px 6% 45px 6%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Hero Image Wrapper */
.hero-bg-zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-bg-zoom-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
}

/* Subtle Black Overlay */
.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Giant Translucent Watermark Typography */
.hero-watermark-text {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: -4px;
    text-transform: uppercase;
    z-index: 3;
    pointer-events: none;
    white-space: nowrap;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1;
    user-select: none;
    will-change: transform;
}

/* Slide Content Overlay */
.fullbleed-hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.fullbleed-hero-content .clean-badge-pill {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Bottom Action Bar */
.hero-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-top: auto;
    width: 100%;
    flex-wrap: wrap;
}

.hero-bottom-left {
    max-width: 650px;
}

.hero-bottom-left .clean-hero-title {
    color: #ffffff !important;
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 12px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-bottom-left .clean-hero-desc {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-bottom-right {
    display: flex;
    align-items: center;
}

/* Hero Search/CTA Pill */
.hero-search-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 6px 8px 6px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    gap: 12px;
}

.hero-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    width: 220px;
}

.hero-search-input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.hero-search-pill .clean-btn-primary {
    background: #c5a059 !important;
    color: #111111 !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
}

.hero-search-pill .clean-btn-primary:hover {
    background: #ffffff !important;
    color: #111111 !important;
}

/* Badge Pill */
.clean-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 160, 89, 0.12);
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background-color: #c5a059;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.6);
}

/* Typography */
.clean-hero-title {
    display: block;
    font-size: 64px;
    line-height: 1.12;
    color: #111111;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}

.clean-hero-title .highlight-text {
    color: #c5a059;
    font-style: italic;
    font-weight: 400;
    font-family: 'Playfair Display', Georgia, serif;
}

.clean-hero-desc {
    display: block;
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 35px;
    max-width: 90%;
    font-weight: 400;
}

/* Actions & Buttons */
.clean-hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.clean-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #111111;
    color: #fff !important;
    padding: 16px 36px;
    border-radius: 40px;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(17, 17, 17, 0.25);
    position: relative;
    overflow: hidden;
}

.clean-btn-primary i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.clean-btn-primary:hover {
    background: #c5a059;
    color: #111 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(197, 160, 89, 0.35);
}

.clean-btn-primary:hover i {
    transform: translateX(4px);
}

.clean-btn-secondary {
    display: inline-flex;
    align-items: center;
    color: #111111 !important;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.clean-btn-secondary .play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #111111;
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #111111;
}

.clean-btn-secondary:hover .play-icon {
    background: #111111;
    color: #fff;
    transform: scale(1.08);
}

/* Rating Badge */
.clean-hero-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.rating-stars {
    color: #c5a059;
    display: flex;
    gap: 3px;
}

/* Custom Owl Dots Styling */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 10%;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-slider .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.25) !important;
    transition: all 0.4s ease;
    outline: none;
}

.hero-slider .owl-dot.active {
    width: 38px;
    border-radius: 12px;
    background: #111111 !important;
}

/* GSAP Animated Elements initial hide */
.clean-hero-slide .gsap-elem {
    opacity: 0;
    will-change: transform, opacity;
}

.clean-hero-slide .gsap-card {
    opacity: 0;
    will-change: transform, opacity;
}

.clean-hero-slide .gsap-img-box {
    opacity: 0;
    will-change: transform, opacity;
}

/* Glassmorphism Project Highlight Bar (After Banner) */
.hero-project-bar-wrap {
    max-width: 1600px;
    margin: 30px auto 50px auto;
    padding: 0 20px;
    position: relative;
    z-index: 20;
    clear: both;
}

.hero-project-glass-bar {
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

body.dark-theme .hero-project-glass-bar {
    background: rgba(23, 23, 23, 0.65);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.project-bar-col {
    flex: 1 1 0;
    padding: 24px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.3s ease;
}

body.dark-theme .project-bar-col {
    border-right-color: rgba(255, 255, 255, 0.08);
}

.project-bar-col:hover {
    background: rgba(255, 255, 255, 0.15);
}

.project-bar-col h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-title);
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.project-bar-col p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-body);
    margin: 0;
}

.project-bar-cta {
    flex: 0 0 220px;
    background: var(--accent-gold);
    color: #111111 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    padding: 24px 30px;
    transition: all 0.35s ease;
}

.project-bar-cta:hover {
    background: var(--text-title);
    color: #ffffff !important;
}

.project-bar-cta i {
    transition: transform 0.3s ease;
}

.project-bar-cta:hover i {
    transform: translateX(5px);
}

/* Luxury 2-Row Zig-Zag Feature Section (Light & Dark Theme Compatible) */
.luxury-zigzag-section {
    background: #f9f8f5;
    color: var(--text-title, #111111);
    padding: 30px 5%;
    position: relative;
    overflow: hidden;
    transition: background 0.35s ease, color 0.35s ease;
}

body.dark-theme .luxury-zigzag-section {
    background: #111111;
    color: #ffffff;
}

.luxury-zigzag-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.zigzag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.zigzag-row.reverse {
    flex-direction: row;
}

.zigzag-col-img {
    flex: 1.35 1 720px;
    max-width: 760px;
}

.zigzag-col-content {
    flex: 1 1 460px;
    max-width: 520px;
}

/* Double-Layered Frame Styling */
.zigzag-img-wrap {
    position: relative;
    padding: 24px;
    width: 100%;
}

.frame-backdrop-gold {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    background: var(--accent-gold, #c5a059);
    border-radius: 20px;
    z-index: 1;
}

.frame-backdrop-white {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88%;
    height: 88%;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    z-index: 2;
    transition: all 0.35s ease;
}

body.dark-theme .frame-backdrop-white {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.zigzag-img-box {
    position: relative;
    z-index: 3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.16);
    aspect-ratio: 16 / 10;
    width: 100%;
    min-height: 380px;
}

body.dark-theme .zigzag-img-box {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.zigzag-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.zigzag-img-box:hover img {
    transform: scale(1.05);
}

.zigzag-badge-star {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    background: var(--accent-gold, #c5a059);
    color: #111111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

/* Zigzag Content Styling */
.zigzag-badge-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: var(--accent-gold, #c5a059);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.zigzag-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-title, #111111);
    margin: 0 0 20px 0;
    transition: color 0.35s ease;
}

body.dark-theme .zigzag-heading {
    color: #ffffff;
}

.zigzag-desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-body, #555555);
    margin-bottom: 30px;
    transition: color 0.35s ease;
}

body.dark-theme .zigzag-desc {
    color: rgba(255, 255, 255, 0.7);
}

.zigzag-stats {
    display: flex;
    align-items: center;
    gap: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 22px 0;
    margin-bottom: 35px;
    transition: border-color 0.35s ease;
}

body.dark-theme .zigzag-stats {
    border-top-color: rgba(255, 255, 255, 0.12);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.zigzag-stat-item .stat-number {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 32px;
    font-weight: 700;
    color: var(--accent-gold, #c5a059);
    margin: 0 0 4px 0;
    line-height: 1;
}

.zigzag-stat-item .stat-label {
    font-size: 13px;
    color: #666666;
    margin: 0;
    letter-spacing: 0.5px;
    transition: color 0.35s ease;
}

body.dark-theme .zigzag-stat-item .stat-label {
    color: rgba(255, 255, 255, 0.6);
}

.zigzag-stat-divider {
    width: 1px;
    height: 45px;
    background: rgba(0, 0, 0, 0.08);
    transition: background 0.35s ease;
}

body.dark-theme .zigzag-stat-divider {
    background: rgba(255, 255, 255, 0.12);
}

.zigzag-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--accent-gold, #c5a059);
    color: #111111 !important;
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.35s ease;
}

.zigzag-btn:hover {
    background: #111111;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

body.dark-theme .zigzag-btn:hover {
    background: #ffffff;
    color: #111111 !important;
    box-shadow: 0 12px 30px rgba(197, 160, 89, 0.3);
}

.zigzag-btn i {
    transition: transform 0.3s ease;
}

.zigzag-btn:hover i {
    transform: translateX(4px);
}

/* Responsive Styles for Luxury Zig-Zag Section */
@media (max-width: 991px) {
    .zigzag-row,
    .zigzag-row.reverse {
        flex-direction: column !important;
        gap: 40px;
    }

    .zigzag-col-img,
    .zigzag-col-content {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .zigzag-heading {
        font-size: 32px;
    }

    .zigzag-img-box {
        aspect-ratio: 16 / 10;
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .luxury-zigzag-section {
        padding: 40px 4%;
    }

    .zigzag-heading {
        font-size: 26px;
    }

    .zigzag-img-wrap {
        padding: 12px;
    }

    .zigzag-img-box {
        aspect-ratio: 16 / 10;
        border-radius: 12px;
    }

    .frame-backdrop-gold,
    .frame-backdrop-white {
        border-radius: 14px;
    }
}

/* Luxury Our Services Grid Section */
.luxury-services-section {
    background: #ffffff;
    padding: 30px 5%;
    position: relative;
    transition: background 0.35s ease, color 0.35s ease;
}

body.dark-theme .luxury-services-section {
    background: #171717;
}

.luxury-services-container {
    max-width: 1440px;
    margin: 0 auto;
}

/* Unified Section Header Styling Across All Sections (Hero to Testimonials) */
.services-sec-header,
.shop-by-room-header,
.gsap-sec-header,
.unified-sec-header {
    margin-bottom: 30px;
    text-align: left;
}

.services-subtitle,
.shop-by-room-subtitle,
.crafted-subtitle,
.crafted-bottom-subtitle,
.unified-subtitle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 2.5px !important;
    color: var(--accent-gold, #c5a059) !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
    font-family: 'Lato', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.services-title,
.shop-by-room-title,
.crafted-title,
.crafted-bottom-title,
.furnish-title,
.zigzag-heading,
.unified-title,
.clean-hero-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--text-title, #111111) !important;
    margin: 0 0 16px 0 !important;
    transition: color 0.35s ease !important;
}

body.dark-theme .services-title,
body.dark-theme .shop-by-room-title,
body.dark-theme .crafted-title,
body.dark-theme .crafted-bottom-title,
body.dark-theme .furnish-title,
body.dark-theme .zigzag-heading,
body.dark-theme .unified-title,
body.dark-theme .clean-hero-title {
    color: #f5f5f5 !important;
}

.services-intro,
.shop-by-room-desc,
.crafted-desc,
.crafted-bottom-desc,
.furnish-desc,
.zigzag-desc,
.unified-intro {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: var(--text-body, #555555) !important;
    max-width: 680px !important;
    margin: 0 0 20px 0 !important;
    font-family: 'Lato', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    transition: color 0.35s ease !important;
}

body.dark-theme .services-intro,
body.dark-theme .shop-by-room-desc,
body.dark-theme .crafted-desc,
body.dark-theme .crafted-bottom-desc,
body.dark-theme .furnish-desc,
body.dark-theme .zigzag-desc,
body.dark-theme .unified-intro {
    color: #aaaaaa !important;
}

body.dark-theme .services-intro {
    color: #aaaaaa;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service-grid-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease, background 0.35s ease;
}

body.dark-theme .service-grid-card {
    background: #1f1f1f;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.service-grid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: var(--accent-gold, #c5a059);
}

body.dark-theme .service-grid-card:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    border-color: var(--accent-gold, #c5a059);
}

.service-card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.service-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-grid-card:hover .service-card-img-wrap img {
    transform: scale(1.08);
}

.service-card-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(17, 17, 17, 0.8);
    backdrop-filter: blur(8px);
    color: var(--accent-gold, #c5a059);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.service-card-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-gold, #c5a059);
    margin-bottom: 8px;
}

.service-card-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-title, #111111);
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

body.dark-theme .service-card-title {
    color: #ffffff;
}

.service-grid-card:hover .service-card-title {
    color: var(--accent-gold, #c5a059);
}

.service-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-body, #666666);
    margin: 0 0 20px 0;
    flex: 1;
    transition: color 0.3s ease;
}

body.dark-theme .service-card-desc {
    color: #aaaaaa;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-gold, #c5a059);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: gap 0.3s ease;
}

.service-grid-card:hover .service-card-link {
    gap: 12px;
}

/* 3-Card Product Showcase Section (Aligned with 5% Page Margins) */
.banner-home-5-style-6-sec {
    padding: 30px 5%;
    position: relative;
}

.banner-home-5-style-6-sec .banner-home-5-style-6 {
    max-width: 1440px;
    margin: 0 auto;
}

.banner-home-5-style-6-sec .row {
    margin: 0 -12px;
}

.banner-home-5-style-6-sec .row [class*="col-"] {
    padding: 0 12px;
}

.banner-home-5-style-6-sec .banner-shortcode-wrap.style_12 {
    display: block;
    border-radius: 0px !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.banner-home-5-style-6-sec .banner-content img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.banner-home-5-style-6-sec .banner-shortcode-wrap:hover .banner-content img {
    transform: scale(1.08);
}

.banner-home-5-style-6-sec .banner-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

/* RESPONSIVE DESIGN FOR ALL SCREEN SIZES */

/* Large Screens (>1400px) */
@media (min-width: 1400px) {
    .clean-hero-title {
        font-size: 72px;
    }
}

/* Desktop Medium (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .clean-hero-title {
        font-size: 52px;
    }

    .clean-hero-left {
        padding: 60px 4% 60px 6%;
    }

    .clean-floating-card {
        left: 20px;
        bottom: 50px;
        padding: 14px 18px;
    }
}

/* Tablet Screens (768px to 991px) */
@media (max-width: 991px) {

    .luxury-zigzag-section {
        padding: 30px 5%;
    }

    .luxury-services-section {
        padding: 30px 5%;
    }

    .banner-home-5-style-6-sec {
        padding: 30px 5%;
    }

    .banner-home-5-style-6-sec .row [class*="col-"] {
        margin-bottom: 24px;
    }

    .banner-home-5-style-6-sec .row [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .banner-home-5-style-6-sec .banner-content img {
        height: 300px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .services-title {
        font-size: 32px;
    }

    .luxury-zigzag-container {
        gap: 35px;
    }

    .zigzag-row,
    .zigzag-row.reverse {
        flex-direction: column;
        gap: 45px;
    }

    .zigzag-col-img,
    .zigzag-col-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .zigzag-heading {
        font-size: 32px;
    }

    .clean-hero-slider,
    .clean-hero-slide {
        min-height: auto;
    }

    .clean-hero-slide {
        flex-direction: column;
    }

    .clean-hero-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 30px 40px 30px;
        text-align: center;
    }

    .clean-badge-pill {
        margin: 0 auto 20px auto;
    }

    .clean-hero-title {
        font-size: 44px;
    }

    .clean-hero-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .clean-hero-actions {
        justify-content: center;
    }

    .clean-hero-rating {
        justify-content: center;
    }

    .clean-hero-right {
        flex: 0 0 100%;
        max-width: 100%;
        height: 380px;
        padding: 0 20px 40px 20px;
        box-sizing: border-box;
    }

    .main-image-wrap {
        border-radius: 24px;
    }

    .image-overlay-gradient {
        display: none;
    }

    .clean-floating-card {
        bottom: 55px;
        left: 40px;
        max-width: 280px;
        padding: 12px 16px;
    }

    .card-image {
        width: 70px;
        height: 80px;
    }

    .hero-slider .owl-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
    }

    .hero-project-glass-bar {
        flex-wrap: wrap;
    }

    .project-bar-col {
        flex: 0 0 50%;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .project-bar-cta {
        flex: 0 0 100%;
        padding: 16px;
    }

    .clean-hero-slider,
    .fullbleed-hero-slide {
        height: auto;
        min-height: 480px;
        padding: 40px 5% 35px 5%;
        box-sizing: border-box;
    }

    .hero-bottom-left .clean-hero-title {
        font-size: 38px;
    }

    .hero-search-pill {
        width: 100%;
        justify-content: space-between;
    }

    .hero-search-input {
        width: 140px;
    }
}

/* Mobile Screens (<768px) */
@media (max-width: 767px) {
    .hero-project-bar-wrap {
        margin: 20px auto 30px auto;
    }

    .hero-project-glass-bar {
        flex-direction: column;
    }

    .project-bar-col {
        flex: 0 0 100%;
        padding: 16px 20px;
        border-right: none;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .project-bar-col h4 {
        font-size: 15px;
    }

    .project-bar-col p {
        font-size: 12px;
    }

    .clean-hero-slider,
    .fullbleed-hero-slide {
        height: auto;
        min-height: 460px;
        padding: 35px 25px 35px 25px;
        box-sizing: border-box;
    }

    .hero-watermark-text {
        font-size: 24vw;
        top: 20%;
    }

    .hero-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }

    .hero-bottom-left .clean-hero-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .hero-bottom-left .clean-hero-desc {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .hero-bottom-right {
        width: 100%;
    }

    .hero-search-pill {
        width: 100%;
        box-sizing: border-box;
        padding: 6px 10px 6px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero-search-input {
        width: 55%;
        font-size: 12px;
    }

    .hero-search-pill .clean-btn-primary {
        padding: 10px 16px;
        font-size: 12px;
        white-space: nowrap;
    }

    .feature-item {
        flex: 0 0 100%;
    }
}

/* Header overlay styling fix */
.sn-header-style-5 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: transparent;
}

/* Custom Interactive Cursor Follower (Cobloc Inspired) */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(44, 53, 37, 0.7);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease, border-color 0.3s ease;
    mix-blend-mode: exclusion;
}

.custom-cursor .cursor-text {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.custom-cursor.active {
    width: 80px;
    height: 80px;
    background-color: rgba(197, 160, 89, 0.9);
    border-color: transparent;
}

.custom-cursor.active .cursor-text {
    opacity: 1;
}

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

/* Image Card Overflow Wrappers for ScrollTrigger Scale Animations */
.room-card-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.room-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.room-card:hover .room-card-img-wrap img {
    transform: scale(1.08);
}

/* Zig Zag Image Reveal Wrapper */
.zz-image-col {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.zz-image-col img {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.zz-image-col:hover img {
    transform: scale(1.05);
}

/* ==========================================
   SUTERA.CH INSPIRED DRAGGABLE GRID CANVAS
   ========================================== */
.sutera-showcase-section {
    padding: 80px 0;
    background-color: var(--bg-main);
    overflow: hidden;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.sutera-header-wrap {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.sutera-main-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--text-title);
    margin: 0 0 8px 0;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.sutera-sub-tag {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--accent-gold);
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}

.sutera-drag-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-subtitle);
    background: var(--border-subtle);
    padding: 6px 16px;
    border-radius: 20px;
}

.sutera-canvas-viewport {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    cursor: grab;
    background-color: var(--bg-main);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.sutera-canvas-viewport:active {
    cursor: grabbing;
}

/* Architectural Grid Overlay with crosshairs (matching sutera.ch) */
.sutera-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, var(--border-subtle) 1px, transparent 1px),
        linear-gradient(to bottom, var(--border-subtle) 1px, transparent 1px);
    background-size: 160px 160px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
}

.sutera-draggable-canvas {
    width: 2600px;
    height: 1600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform-style: preserve-3d;
    will-change: transform;
}

/* Sutera Frameless Floating Items */
.sutera-card-item {
    position: absolute;
    width: 240px;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.sutera-card-item:hover {
    transform: scale(1.08) translateY(-4px) !important;
    z-index: 99 !important;
}

.sutera-card-index {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-gold);
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 1.5px;
    background: var(--bg-main);
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.sutera-card-img {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-card);
}

.sutera-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sutera-card-item:hover .sutera-card-img img {
    transform: scale(1.08);
}

.sutera-card-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-title);
    margin: 0 0 2px 0;
    line-height: 1.25;
}

.sutera-card-info p {
    font-size: 11px;
    color: var(--text-body);
    margin: 0;
    font-weight: 500;
}

/* Asymmetrical Grid Positions (sutera.ch layout) */
.card-pos-1 {
    top: 160px;
    left: 320px;
}

.card-pos-2 {
    top: 100px;
    left: 800px;
}

.card-pos-3 {
    top: 260px;
    left: 1320px;
}

.card-pos-4 {
    top: 180px;
    left: 1840px;
}

.card-pos-5 {
    top: 680px;
    left: 240px;
}

.card-pos-6 {
    top: 720px;
    left: 860px;
}

.card-pos-7 {
    top: 580px;
    left: 1380px;
}

.card-pos-8 {
    top: 760px;
    left: 1920px;
}

.card-pos-9 {
    top: 1100px;
    left: 1040px;
}

/* Responsive Grid Coordinates */
@media (max-width: 991px) {
    .sutera-main-title {
        font-size: 38px;
    }

    .sutera-canvas-viewport {
        height: 540px;
    }

    .sutera-card-item {
        width: 190px;
    }

    .sutera-card-img {
        height: 160px;
        border-radius: 14px;
    }

    .card-pos-1 {
        top: 120px;
        left: 200px;
    }

    .card-pos-2 {
        top: 80px;
        left: 560px;
    }

    .card-pos-3 {
        top: 200px;
        left: 920px;
    }

    .card-pos-4 {
        top: 140px;
        left: 1280px;
    }

    .card-pos-5 {
        top: 500px;
        left: 180px;
    }

    .card-pos-6 {
        top: 540px;
        left: 600px;
    }

    .card-pos-7 {
        top: 440px;
        left: 980px;
    }

    .card-pos-8 {
        top: 560px;
        left: 1340px;
    }
}

@media (max-width: 767px) {
    .sutera-main-title {
        font-size: 28px;
    }

    .sutera-canvas-viewport {
        height: 460px;
    }

    .sutera-draggable-canvas {
        width: 2000px;
        height: 1200px;
    }

    .sutera-card-item {
        width: 150px;
    }

    .sutera-card-img {
        height: 130px;
        border-radius: 12px;
    }

    .card-pos-1 {
        top: 80px;
        left: 120px;
    }

    .card-pos-2 {
        top: 60px;
        left: 400px;
    }

    .card-pos-3 {
        top: 140px;
        left: 660px;
    }

    .card-pos-4 {
        top: 100px;
        left: 920px;
    }

    .card-pos-5 {
        top: 380px;
        left: 100px;
    }

    .card-pos-6 {
        top: 400px;
        left: 420px;
    }

    .card-pos-7 {
        top: 320px;
        left: 680px;
    }

    .card-pos-8 {
        top: 420px;
        left: 940px;
    }
}