    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
    }
    /* Header base */
    
    .hero-slider {
        position: relative;
        width: 100%;
        height: 80vh;
        overflow: hidden;
    }
    
    .slider-wrapper {
        position: relative;
        height: 100%;
    }
    
    .slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
    }
    
    .slide.active {
        opacity: 1;
        z-index: 1;
    }
    
    .overlay {
        position: absolute;
        inset: 0;
    }
    
    .content {
        color: #fff;
        max-width: 550px;
        z-index: 2;
    }
    
    .content .tag {
        letter-spacing: 3px;
        font-size: 12px;
        color: #C1A88B !important;
        font-weight: 600;
    }
    
    .content h2 {
        font-size: 42px;
        font-weight: 300;
    }
    
    .content p {
        opacity: 0.85;
    }
    
    .hero-slider .content p {
        color: #fff;
    }
    
    .hero-slider .content .btn {
        border: 1px solid #c1a88b;
        font-size: 14px;
        color: #c1a88b;
        border-radius: 50px;
        padding: 8px 20px;
    }
    
    .hero-slider .content .btn:hover {
        background-color: #c1a88b;
        color: #000;
    }
    
    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .5);
        border: 1px solid rgba(255, 255, 255, .3);
        color: #fff;
        font-size: 18px;
        padding: 6px;
        border-radius: 38%;
        cursor: pointer;
        z-index: 10;
    }
    
    .slider-btn.prev {
        left: 20px;
    }
    
    .slider-btn.next {
        right: 20px;
    }
    
    .dots {
        position: absolute;
        bottom: 20px;
        left: 30px;
        display: flex;
        gap: 8px;
        z-index: 10;
    }
    
    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .4);
        cursor: pointer;
    }
    
    .dot.active {
        background: #C1A88B;
    }
    
    .features-section {
        background-color: #0f0f0f;
    }
    
    .features-section .feature-tag {
        font-size: 12px;
        letter-spacing: 2px;
        color: #C1A88B;
        margin-bottom: 10px;
        font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    }
    
    .feature-title {
        font-size: 48px !important;
        font-weight: 300 !important;
        color: #c1a88b !important;
    }
    
    .payment-title {
        font-size: 42px;
        color: #c1a88b;
        font-weight: 300 !important;
    }
    
    .feature-card {
        background: #191919;
        border-radius: 24px;
        padding: 20px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
        transition: transform 0.3s ease;
    }
    
    .feature-card:hover {}
    
    .feature-img {
        border-radius: 18px;
        overflow: hidden;
    }
    
    .feature-img img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
    
    .feature-card h3 {
        margin-top: 20px;
        font-size: 20px;
        color: #C1A88B;
    }
    
    .feature-card p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.85);
    }
    
    .btn-explore {
        background: #C1A88B;
        color: #000;
        padding: 12px 28px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }
    
    .btn-explore:hover {
        filter: brightness(95%);
        background: #C1A88B;
    }
    
    .about-section {
        background: #0f0f0f;
    }
    
    .about-img-box {
        background: #151515;
        padding: 8px;
        border-radius: 28px;
        height: 100%;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    }
    
    .about-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 22px;
    }
    
    .about-content {
        background: #151515;
        border-radius: 36px;
        padding: 40px 32px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
        position: relative;
    }
    
    .about-content::after {
        content: "";
        position: absolute;
        inset: -20px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 48px;
        z-index: -1;
    }
    
    .about-content h2 {
        font-size: 36px;
        color: #C1A88B;
        font-family: serif;
    }
    
    .about-subtitle {
        margin-top: 15px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .about-text {
        margin-top: 16px;
        color: rgba(255, 255, 255, 0.85);
        font-size: 16px;
        line-height: 1.7;
    }
    
    .about-section .btn-about {
        margin-top: 30px;
        background: #C1A88B;
        color: #000;
        padding: 12px 28px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }
    
    .about-section .btn-about:hover {
        background: #C1A88B;
        filter: brightness(95%);
    }
    
    .testimonial-section {
        background: #000;
    }
    
    .testimonial-title {
        font-size: 36px;
        font-weight: 300;
        color: #c1a88b;
    }
    
    @media (min-width: 768px) {
        .testimonial-title {
            font-size: 48px;
        }
    }
    
    .testimonial-card {
        background: #141414;
        padding: 20px 25px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .testimonial-heading {
        font-family: serif;
        font-size: 22px;
        font-style: italic;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .testimonial-text {
        margin-top: 24px;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.883);
    }
    
    @media (min-width: 768px) {
        .testimonial-text {
            font-size: 18px;
            line-height: 1.9;
        }
    }
    
    .testimonial-user {
        margin-top: 24px;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .testimonial-user .name {
        font-weight: 600;
        margin-bottom: 2px;
    }
    
    .testimonial-user .status {
        font-size: 14px;
        font-style: italic;
        opacity: 0.8;
        margin-bottom: 0;
    }
    
    .payment-card {
        background: linear-gradient(to bottom, #1a1a1a, #0f0f0f);
        border-radius: 24px;
        padding: 30px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    .payment-card:hover {
        background-color: #C1A88B;
        transform: scale(1.05) !important;
    }
    /* Section background */
    
    .payment-section {
        padding: 80px 0 !important;
        color: #fff;
    }
    /* Card */
    
    .payment-card {
        position: relative;
        height: 100%;
        padding: 32px;
        border-radius: 28px;
        background: linear-gradient(to bottom, #1a1a1a, #0f0f0f);
        overflow: hidden;
        transition: transform 0.4s ease;
    }
    /* Hover border glow */
    
    .payment-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 28px;
        background: linear-gradient( 120deg, #c1a88b, transparent 100%, #c1a88b);
        opacity: 0;
        transition: opacity 0.6s ease;
        z-index: 0;
    }
    
    .payment-card:hover::before {
        opacity: 1;
    }
    /* Inner content stays above glow */
    
    .payment-card>* {
        position: relative;
        z-index: 2;
    }
    /* Icon box */
    
    .payment-card .icon-box {
        height: 80px;
        width: 80px;
        margin: 0 auto 20px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 18px;
        display: flex;
        align-items: center;
        font-size: 40px;
        border: none;
        justify-content: center;
    }
    /* SVG */
    
    .payment-card .icon-box svg {
        width: 42px;
        height: 42px;
        stroke: #c1a88b;
        fill: none;
        stroke-width: 2;
        transition: transform 0.4s ease, filter 0.4s ease;
    }
    /* SVG glow on hover */
    
    .payment-card:hover svg {
        transform: scale(1.1);
        filter: drop-shadow(0 12px 25px rgba(193, 168, 139, 0.6));
    }
    /* Title */
    
    .payment-card h3 {
        text-align: center;
        color: #c1a88b;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 500;
    }
    /* Text */
    
    .payment-card p {
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    /* List */
    
    .payment-card ul {
        margin-top: 20px;
        padding: 0;
        list-style: none;
    }
    
    .payment-card ul li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 14px;
        position: relative;
    }
    
    .payment-card ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 6px;
        height: 6px;
        background: #c1a88b;
        border-radius: 50%;
    }
    /* Button */
    
    .payment-card .btn {
        display: block;
        margin-top: 24px;
        padding: 12px;
        border-radius: 30px;
        text-align: center;
        background: rgba(193, 168, 139, 0.998);
        border-color: rgba(193, 168, 139, 0.6);
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }
    
    .payment-card .btn.disabled {
        cursor: not-allowed;
        opacity: 0.7;
    }
    
    .our-process-section {
        background: #000;
        padding: 100px 0;
        color: #fff;
    }
    
    .process-title {
        font-size: 48px;
        font-weight: 400;
        color: #c8ab8b;
    }
    
    .process-subtitle {
        color: #bfbfbf;
        font-size: 18px;
        margin-top: 10px;
    }
    /* Card */
    
    .process-card {
        background: #141414;
        border-radius: 28px;
        padding: 30px 35px;
        height: 100%;
        transition: all 0.4s ease;
    }
    
    .process-card:hover {
        transform: translateY(-12px);
    }
    /* Icon */
    
    .process-card .icon-box {
        height: 158px;
        width: 158px;
        border-radius: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
        color: #C1A88B;
    }
    
    .process-card .icon-box.green {
        background: #14d8a2;
    }
    
    .process-card .icon-box img {
        width: 45px;
    }
    /* Step */
    
    .step {
        display: block;
        color: #c8ab8b;
        font-size: 20px;
        margin-bottom: 10px;
    }
    /* Text */
    
    .process-card h4 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #c1a88b;
    }
    
    .process-card p {
        font-size: 16px;
        color: #cfcfcf;
        line-height: 1.7;
    }
    /* Button */
    
    .process-btn {
        background: #c8ab8b;
        color: #000;
        padding: 14px 32px;
        border-radius: 30px;
        font-weight: 500;
    }
    
    .process-btn:hover {
        background: #b89b7a;
        color: #000;
    }
    
    .modular-section {
        position: relative;
        width: 100%;
        background: #fdfdfd;
        padding: 60px 0;
        overflow: hidden;
        font-family: system-ui, sans-serif;
    }
    /* Backgrounds */
    
    .bg-gradient {
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, #f7f7f7, #ffffff);
        pointer-events: none;
    }
    
    .bg-radial {
        position: absolute;
        inset: 0;
        background: radial-gradient( circle, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 100%);
        pointer-events: none;
    }
    /* Top content */
    
    .top-content {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }
    
    .logo-box img {
        height: 64px;
        transition: transform 0.3s ease;
    }
    
    .logo-box img:hover {
        transform: scale(1.05);
    }
    
    .text-content h2 {
        font-size: 32px;
        color: #c1a88b;
        font-family: serif;
    }
    
    .text-content p {
        margin-top: 10px;
        max-width: 700px;
        font-size: 18px;
        color: #404040;
        line-height: 1.7;
        padding: 0 26px;
    }
    
    .text-content p strong {
        margin-top: 10px;
        max-width: 700px;
        font-size: 16px;
        color: #000;
        line-height: 1.7;
    }
    /* Image */
    
    .image-wrap {
        display: block;
        margin-top: 6px;
        overflow: hidden;
        border-radius: 20px;
    }
    
    .image-wrap img {
        width: 100%;
        display: block;
        transition: transform 0.7s ease, filter 0.7s ease;
    }
    
    .image-wrap:hover img {
        transform: scale(1.02);
        filter: brightness(1.05);
    }
    /* Button */
    
    .btn-wrap {
        text-align: center;
        margin-top: 32px;
    }
    
    .cta-btn {
        display: inline-flex;
        align-items: center;
        padding: 14px 32px;
        border-radius: 50px;
        background: #c1a88b;
        color: #000;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    
    .cta-btn:hover {
        transform: scale(1.05);
        filter: brightness(0.95);
        color: #000;
    }
    /* Responsive */
    
    @media (max-width: 768px) {
        .top-content {
            flex-direction: column;
            text-align: center;
        }
        .text-content h2 {
            font-size: 26px;
        }
    }
    
    .quote-section {
        position: relative;
        background: #0c0c0c;
        padding: 80px 16px;
        overflow: hidden;
        font-family: system-ui, sans-serif;
        color: #fff;
    }
    /* Background glows */
    
    .bg-effects {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }
    
    .glow {
        position: absolute;
        background: rgba(193, 168, 139, 0.12);
        filter: blur(80px);
    }
    
    .glow.left {
        width: 357px;
        height: 360px;
        border-radius: 50%;
        left: -120px;
        top: 0;
    }
    
    .glow.right {
        width: 320px;
        height: 320px;
        border-radius: 50%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .glow.bottom {
        width: 580px;
        height: 200px;
        left: 50%;
        bottom: -100px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: linear-gradient( to right, rgba(193, 168, 139, 0.25), transparent, rgba(193, 168, 139, 0.25));
    }
    /* Container */
    
    .quote-container {
        position: relative;
        z-index: 1;
        max-width: 850px;
        margin: auto;
    }
    
    .quote-container h2 {
        text-align: center;
        font-family: serif;
        font-size: 42px;
        color: #c1a88b;
    }
    /* Form */
    
    .quote-form {
        margin-top: 40px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 32px;
        border-radius: 28px;
        backdrop-filter: blur(12px);
        box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
    }
    
    .form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    /* Floating fields */
    
    .field {
        position: relative;
        display: block;
    }
    
    .field input,
    .field textarea {
        width: 100%;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        padding: 16px;
        color: #fff;
        outline: none;
        font-size: 15px;
        transition: 0.3s;
    }
    
    .field textarea {
        resize: vertical;
    }
    
    .field span {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        pointer-events: none;
        transition: 0.3s;
        background: #0c0c0c;
        padding: 0 6px;
    }
    
    .field textarea+span {
        top: 18px;
        transform: none;
    }
    
    .field input:focus,
    .field textarea:focus {
        border-color: #c1a88b;
        box-shadow: 0 0 0 1px rgba(193, 168, 139, 0.6);
    }
    
    .field input:focus+span,
    .field textarea:focus+span,
    .field input:not(:placeholder-shown)+span,
    .field textarea:not(:placeholder-shown)+span {
        top: -8px;
        font-size: 11px;
        color: #c1a88b;
    }
    
    .mt {
        margin-top: 16px;
    }
    /* Button */
    
    .btn-wrap {
        margin-top: 28px;
        text-align: center;
    }
    
    .btn-wrap button {
        background: #c1a88b;
        color: #000;
        border: none;
        padding: 14px 36px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: 0 10px 30px rgba(193, 168, 139, 0.35);
        transition: transform 0.3s, filter 0.3s;
    }
    
    .btn-wrap button:hover {
        transform: scale(1.05);
        filter: brightness(0.95);
    }
    /* Note */
    
    .form-note {
        margin-top: 16px;
        text-align: center;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
    }
    /* Responsive */
    
    @media (max-width: 768px) {
        .form-grid {
            grid-template-columns: 1fr;
        }
        .quote-container h2 {
            font-size: 32px;
        }
    }
    
    .footer {
        position: relative;
        background: #0b0b0b;
        color: #fff;
        font-size: 13px;
        overflow: hidden;
    }
    /* Background */
    
    .footer-bg .line {
        position: absolute;
        inset: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, .1), transparent);
    }
    
    .footer-bg .glow {
        position: absolute;
        width: 260px;
        height: 260px;
        background: rgba(193, 168, 139, .12);
        filter: blur(80px);
        border-radius: 50%;
    }
    
    .footer-bg .glow.left {
        left: -100px;
        top: 40px;
    }
    
    .footer-bg .glow.right {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    /* Container */
    
    .footer-container {
        max-width: 1260px;
        margin: auto;
        padding: 70px 20px 30px;
        position: relative;
        z-index: 1;
    }
    /* Grid */
    
    .footer-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    /* Brand */
    
    .footer-logo {
        height: 60px;
    }
    
    .footer-col h3,
    .footer-col h4 {
        margin-top: 18px;
        color: #c1a88b;
        font-family: serif;
        font-size: 15px;
    }
    
    .footer-col p {
        margin-top: 8px;
        color: #d1d5db;
        font-size: 12px;
        line-height: 1.6;
    }
    /* Social */
    
    .socials {
        display: flex;
        gap: 12px;
        margin-top: 16px;
    }
    
    .socials a {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        border: 1px solid rgba(193, 168, 139, .5);
        color: #c1a88b;
        text-decoration: none;
        transition: .3s;
        font-size: 20px;
    }
    
    .socials a:hover {
        transform: scale(1.1);
    }
    /* Contact */
    
    .bold {
        font-weight: 600;
    }
    
    .address {
        margin-top: 12px;
        font-size: 12px;
    }
    
    .email {
        display: inline-block;
        margin-top: 12px;
        color: #fff;
        text-decoration: none;
    }
    
    .email:hover {
        color: #c1a88b;
    }
    /* Links */
    
    .footer-links {
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 24px;
    }
    
    .footer-links ul {
        list-style: none;
        padding: 0;
        line-height: 2;
        margin-top: 12px;
    }
    
    .footer-links a {
        color: rgba(255, 255, 255, .85);
        text-decoration: none;
    }
    
    .footer-links a:hover {
        color: #c1a88b;
    }
    /* Promo card */
    
    .promo-card {
        background: linear-gradient(90deg, #000 0%, #444 20%, #fff 34%);
        border-radius: 18px;
        padding: 20px;
        text-align: center;
        color: #000;
        text-decoration: none;
    }
    
    .promo-card img {
        height: 40px;
    }
    
    .promo-card .title {
        font-family: serif;
        margin-top: 10px;
        color: #000;
        font-size: 16px;
        margin-left: 30px;
    }
    
    .promo-card .small {
        font-size: 13px;
        color: #000;
        margin-left: 40px;
    }
    /* Divider */
    
    .divider {
        height: 1px;
        background: rgba(255, 255, 255, .1);
        margin: 40px 0 20px;
    }
    /* Bottom */
    
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .payments img {
        height: 25px;
        background: #fff;
        padding: 4px 6px;
        border-radius: 4px;
        margin-right: 6px;
    }
    /* Responsive */
    
    @media (max-width: 900px) {
        .footer-grid {
            grid-template-columns: 1fr;
        }
        .footer-links {
            grid-template-columns: 1fr;
        }
        .footer-bottom {
            flex-direction: column;
        }
    }
    
    @media (min-width: 992px) {
        #mainHeader nav {
            padding-inline: 0px;
        }
    }
    
    .info i {
        color: #c1a88b;
        margin-right: 6px;
    }
    
    .info a {
        text-decoration: none;
        color: #fff;
    }
    
    .links li a:hover {
        color: #c1a88b;
    }
    /** about page **/
    
    .about-section {
        background: #000;
        color: #fff;
        font-family: system-ui, sans-serif;
    }
    /* HERO */
    
    .about-hero {
        max-width: 1100px;
        margin: auto;
        padding: 120px 20px 60px;
        text-align: center;
    }
    
    .about-hero h1 {
        font-size: 55px;
        color: #c1a88b;
        font-weight: 300;
    }
    
    .about-hero p {
        margin-top: 14px;
        color: rgba(255, 255, 255, .8);
    }
    /* CONTAINER */
    
    .about-container {
        max-width: 1110px;
        margin: auto;
    }
    /* CARD */
    
    .about-card {
        position: relative;
        overflow: hidden;
        border-radius: 28px;
        margin-bottom: 40px;
        box-shadow: 0 18px 60px rgba(0, 0, 0, .55);
    }
    
    .about-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .about-card .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: 0.3s;
    }
    
    .about-card .view-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 12px 28px;
        border-radius: 30px;
        border: none;
        background: #C1A88B;
        color: #000;
        font-weight: 600;
        cursor: pointer;
        opacity: 0;
        transition: 0.3s;
        z-index: 2;
    }
    
    .about-card:hover .overlay,
    .about-card:hover .view-btn {
        opacity: 1;
    }
    /* POPUP */
    
    #imagePopup {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    
    #imagePopup img {
        max-width: 90%;
        max-height: 90%;
    }
    
    #imagePopup .close {
        position: absolute;
        top: 30px;
        right: 40px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }
    /* CONTENT */
    
    .about-card .content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 28px;
        max-width: 100%;
        background: rgb(0 0 0 / 63%);
        backdrop-filter: blur(8px);
        border-radius: 22px;
        margin: 24px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, .45);
    }
    
    .about-card.right .content {
        right: 0;
        left: auto;
        text-align: right;
    }
    
    .about-card h2 {
        color: #c1a88b;
        font-size: 48px;
        margin-bottom: 10px;
    }
    
    .content-fot-17 {
        font-size: 17px !important;
        line-height: 1.7;
        color: rgb(255, 255, 255);
    }
    
    .about-card p {
        font-size: 15px;
        line-height: 1.7;
        color: rgb(255, 255, 255);
    }
    
    .about-card .ft-15 {
        font-size: 15px;
    }
    
    .about-card .tag {
        letter-spacing: .2em;
        font-size: 14px;
        color: rgba(193, 168, 139, .9);
        margin-bottom: 8px;
        font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
        font-weight: 300;
    }
    
    .about-card .note {
        font-size: 12px;
        opacity: .7;
        color: #fff;
    }
    /* CERT */
    
    .cert {
        display: flex;
        gap: 10px;
        margin-top: 14px;
    }
    
    .cert img {
        height: 42px;
    }
    /* QUOTE */
    
    .about-quote {
        background: rgba(17, 17, 17, .6);
        padding: 40px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 12px 40px rgba(0, 0, 0, .45);
    }
    
    .about-quote h3 {
        color: #c1a88b;
        font-size: 20px;
    }
    
    .about-quote p {
        margin-top: 12px;
        color: rgba(255, 255, 255, .85);
    }
    /* RESPONSIVE */
    
    @media (max-width: 900px) {
        .about-card .content,
        .about-card.right .content {
            position: relative;
            margin: 0;
            border-radius: 0;
            text-align: left;
        }
    }
    
    .about {
        background: #000;
        color: #fff;
        font-family: system-ui, sans-serif;
    }
    /* HERO */
    
    .about-hero {
        text-align: center;
        padding: 120px 20px 60px;
        max-width: 1100px;
        margin: auto;
    }
    
    .about-hero p {
        margin-top: 10px;
        color: rgba(255, 255, 255, .8);
    }
    /* WRAPPER */
    
    .about-wrapper {
        max-width: 1260px;
        margin: auto;
        padding: 40px 20px 80px;
    }
    /* CARD */
    
    .about-card {
        position: relative;
        overflow: hidden;
        border-radius: 28px;
        margin-bottom: 40px;
        box-shadow: 0 18px 60px rgba(0, 0, 0, .55);
    }
    
    .about-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .55), transparent);
    }
    /* CONTENT */
    
    .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 720px;
        margin: 24px;
        padding: 26px;
        background: rgba(0, 0, 0, .45);
        backdrop-filter: blur(10px);
        border-radius: 22px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, .45);
    }
    
    .card-content.right {
        left: auto;
        right: 0;
        text-align: right;
    }
    
    .card-content h2 {
        font-size: 36px;
        color: #c1a88b;
        margin-bottom: 12px;
    }
    
    .card-content p {
        font-size: 15px;
        line-height: 1.7;
        color: rgba(255, 255, 255, .9);
    }
    
    .tag {
        display: block;
        font-size: 12px;
        letter-spacing: .2em;
        color: #c1a88b;
        margin-bottom: 8px;
    }
    
    .note {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        opacity: .7;
    }
    /* CERT */
    
    .cert {
        display: flex;
        gap: 10px;
        margin-top: 14px;
    }
    
    .cert img {
        height: 42px;
        width: 42px !important;
    }
    /* QUOTE */
    
    .about-quote {
        background: rgba(17, 17, 17, .6);
        padding: 40px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 12px 40px rgba(0, 0, 0, .45);
    }
    
    .about-quote h3 {
        color: #c1a88b;
        font-size: 20px;
        font-weight: 400;
    }
    
    .about-quote p {
        margin-top: 12px;
        color: rgba(255, 255, 255, .85);
    }
    /* RESPONSIVE */
    
    @media (max-width: 900px) {
        .card-content,
        .card-content.right {
            position: relative;
            margin: 0;
            border-radius: 0;
            text-align: left;
        }
    }
    /* TEAM SECTION */
    
    .team-section {
        position: relative;
        width: 100%;
        height: 55vh;
        margin: 80px 0;
        overflow: hidden;
        background: #000;
    }
    /* IMAGE GRID */
    
    .team-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        height: 100%;
    }
    
    .img-col {
        display: flex;
        flex-direction: column;
    }
    
    .img-col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
        transition: transform .6s ease;
    }
    
    .img-col img.tall {
        height: 70%;
    }
    
    .img-col img:hover {
        transform: scale(1.05);
    }
    /* OVERLAY */
    
    .team-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        backdrop-filter: blur(1px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
    
    .team-overlay h2 {
        font-size: clamp(32px, 5vw, 52px);
        color: #c1a88b;
        font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
        margin-bottom: 12px;
        font-weight: 300;
        text-shadow: 0 8px 25px rgba(0, 0, 0, .8);
    }
    
    .team-overlay p {
        max-width: 875px;
        color: rgba(255, 255, 255, .85);
        font-size: 15px;
        line-height: 1.7;
    }
    /* BUTTON */
    
    .team-btn {
        margin-top: 24px;
        display: inline-block;
        background: #c1a88b;
        color: #000;
        padding: 8px 34px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .45);
        transition: all .3s ease;
    }
    
    .team-btn:hover {
        filter: brightness(95%);
        box-shadow: 0 8px 30px rgba(0, 0, 0, .6);
        color: #000;
    }
    /* RESPONSIVE */
    
    @media (max-width: 900px) {
        .team-section {
            height: auto;
        }
        .team-images {
            grid-template-columns: 1fr;
            height: auto;
        }
        .img-col img,
        .img-col img.tall {
            height: 240px;
        }
        .team-overlay {
            position: relative;
            background: #000;
            backdrop-filter: none;
            padding: 40px 20px;
        }
    }
    /**  consultation page **/
    
    .consult-section {
        position: relative;
        background: #000;
        color: #fff;
        padding-bottom: 90px;
        overflow: hidden;
    }
    
    .consult-section .consult-grid li i {
        color: #c1a88b;
        font-size: 20px;
        padding-right: 10px;
    }
    /* Glow */
    
    .glow {
        position: absolute;
        width: 260px;
        height: 260px;
        background: #c1a88b;
        opacity: .3;
        filter: blur(90px);
        border-radius: 50%;
    }
    
    .glow.left {
        top: -70px;
        left: 4%;
    }
    
    .glow.right {
        bottom: -20px;
        right: 10%;
    }
    /* Header */
    
    .consult-header {
        max-width: 700px;
        margin: auto;
        padding: 140px 20px 40px;
        text-align: center;
    }
    
    .contact-texa {
        max-width: 1000px;
        text-align: center;
        margin: auto;
    }
    
    .contact-texa p {
        font-size: 15px;
        padding: 0;
        margin: 0;
        color: #cbc8c8e3 !important;
    }
    
    .consult-header h1 {
        font-size: 52px;
        color: #c1a88b;
        font-weight: inherit;
    }
    
    .consult-header p {
        margin-top: 14px;
        color: #fffc;
        font-size: 16px;
    }
    /* Grid */
    
    .consult-grid {
        max-width: 1150px;
        margin: auto;
        padding: 40px 20px 80px;
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 32px;
    }
    /* Card */
    
    .card {
        background: rgba(15, 15, 16, .7);
        border-radius: 20px;
        padding: 32px;
        box-shadow: 0 18px 60px rgba(0, 0, 0, .55);
        border: 1px solid rgba(255, 255, 255, .08);
    }
    
    .iframe-wrap {
        padding: 10px;
    }
    /* Left */
    
    .tagline {
        font-size: 12px;
        letter-spacing: .25em;
        color: #c1a88b;
        font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
    }
    
    .consult-info h2 {
        margin-top: 10px;
        font-size: 28px;
        color: #c1a88b;
    }
    
    .features {
        margin-top: 20px;
        list-style: none;
        padding: 0;
    }
    
    .features li {
        margin-bottom: 14px;
        color: rgba(255, 255, 255, .85);
    }
    
    .features li strong {
        color: #fff;
    }
    /* Buttons */
    
    .actions {
        margin-top: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        text-align: center;
        align-items: center;
        justify-self: center;
    }
    
    .actions a {
        text-decoration: none;
        color: #fff;
        padding: 10px;
        text-align: center;
        border-radius: 14px;
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .1);
        transition: .3s;
    }
    
    .actions i {
        color: #c1a88b;
        padding-inline: 5px;
        font-size: 20px;
    }
    
    .actions a:hover {
        background: rgba(255, 255, 255, .1);
        color: #fff;
    }
    /* Calendly */
    
    .iframe-wrap iframe {
        width: 100%;
        height: 600px;
        border: 0;
        border-radius: 14px;
    }
    /* Divider */
    
    .divider {
        width: 100vw;
        height: 1px;
        background: linear-gradient(90deg, transparent, #c1a88b, transparent);
    }
    /* Responsive */
    
    @media (max-width: 900px) {
        .consult-grid {
            grid-template-columns: 1fr;
        }
        .consult-header {
            padding-top: 110px;
        }
        .faq-cta {
            display: block !important;
            width: 100% !important;
            padding: 30px 0px !important;
            margin: 0px;
        }
        .faq-cta .cta-card {
            margin-top: 20px;
        }
    }
    /** contact **/
    
    .contact-section {
        background: #0c0c0c;
        overflow: hidden;
    }
    
    .contact-section h2 {
        font-weight: 300;
        font-size: 40px;
    }
    
    .contact-section h3 {
        font-weight: 300;
        font-size: 20px;
    }
    /* Glow Background */
    
    .contact-section::before,
    .contact-section::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: #C1A88B;
        opacity: 0.2;
        filter: blur(150px);
    }
    
    .contact-section::before {
        top: 0;
        left: -100px;
    }
    
    .contact-section::after {
        bottom: -100px;
        right: -100px;
    }
    
    .text-gold {
        color: #C1A88B;
        font-size: 17px;
        font-weight: 500;
    }
    /* Glass Card */
    
    .glass-card {
        background: #00000094;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 30px;
    }
    
    .glass-card .small {
        color: #f1ececeb !important;
        font-size: 15px;
        font-weight: 400;
    }
    
    .glass-card .small-1 {
        color: #b5b4b4da !important;
        font-size: 12px !important;
        font-weight: 400;
    }
    /* Links */
    
    .contact-link {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 12px;
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }
    
    .contact-link:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    /* Inputs */
    
    .custom-input {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    
    .custom-input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .custom-input:focus {
        background: rgba(255, 255, 255, 0.08);
        border-color: #C1A88B;
        box-shadow: 0 0 0 .15rem rgba(193, 168, 139, .25);
        color: #fff;
    }
    /* Button */
    
    .btn-gold {
        background: #C1A88B;
        color: #000;
        border-radius: 30px;
        font-weight: 500;
    }
    
    .btn-gold:hover {
        color: #000;
        background: #c1a88bea;
    }
    /* Social Icons */
    
    .social-icon {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid rgba(193, 168, 139, 0.5);
        color: #C1A88B;
        transition: .3s;
        text-decoration: none;
    }
    
    .social-icon:hover {
        transform: scale(1.1);
        border-color: #C1A88B;
    }
    /** terms of service **/
    
    .terms-sr .text-secondary {
        color: #90a1b9 !important;
        letter-spacing: 3px;
        font-size: 12px !important;
        font-weight: 600;
    }
    
    .terms-sr .lead {
        font-size: 16px !important;
        font-weight: 400;
        color: #ffffffd6;
    }
    
    .terms-sr .display-5 {
        font-size: 30px !important;
    }
    
    .card-custom .h4 {
        font-size: 22px;
        color: #C1A88B;
    }
    
    .card-custom h3 {
        font-size: 14px;
        color: #C1A88B;
    }
    
    .border-top {
        border-top: 1px solid #c8b7b727 !important;
        padding-top: 20px;
    }
    
    .terms-sr p {
        font-size: 14px !important;
    }
    
    .terms-sr li {
        font-size: 14px !important;
    }
    
    .terms-sr {
        width: 67%;
    }
    
    .card-custom-2 h3 {
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .terms-sr {
        position: relative;
        min-height: 100vh;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .terms-sr a {
        text-decoration: none;
    }
    
    .terms-sr .text-slate-200 {
        line-height: 0.5;
        padding: 0;
        margin: 0;
    }
    
    .font-semibold {
        font-weight: 700;
        font-size: 16px;
    }
    /* Pulsing Circles Animation */
    
    @keyframes pulseGold {
        0% {
            transform: scale(0.9);
            opacity: 0.35;
        }
        50% {
            transform: scale(1.15);
            opacity: 0.9;
        }
        100% {
            transform: scale(0.9);
            opacity: 0.35;
        }
    }
    
    .bg-circle {
        position: absolute;
        border-radius: 50%;
        filter: blur(2px);
        animation: floatGlow ease-in-out infinite;
        pointer-events: none;
    }
    /* Individual circles */
    
    .circle1 {
        left: 50%;
        top: 8%;
        width: 540px;
        height: 540px;
        transform: translateX(-50%);
        background: radial-gradient(circle, rgba(193, 168, 139, .7), rgba(193, 168, 139, .4) 30%, transparent 70%);
        animation-duration: 8s;
    }
    
    .circle2 {
        left: -4%;
        top: 32%;
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, rgba(193, 168, 139, .55), rgba(193, 168, 139, .3) 35%, transparent 70%);
        animation-duration: 7s;
    }
    
    .circle3 {
        right: -6%;
        top: 22%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(193, 168, 139, .6), rgba(193, 168, 139, .3) 30%, transparent 70%);
        animation-duration: 9s;
    }
    
    .circle4 {
        left: 50%;
        bottom: -4%;
        width: 460px;
        height: 460px;
        transform: translateX(-50%);
        background: radial-gradient(circle, rgba(193, 168, 139, .45), rgba(193, 168, 139, .2) 35%, transparent 70%);
        animation-duration: 10s;
    }
    
    @media (max-width: 991px) {
        .circle1 {
            width: 420px;
            height: 420px;
            top: 10%;
        }
        .circle2 {
            width: 320px;
            height: 320px;
            left: -10%;
            top: 40%;
        }
        .circle3 {
            width: 380px;
            height: 380px;
            right: -12%;
            top: 25%;
        }
        .circle4 {
            width: 360px;
            height: 360px;
            bottom: -8%;
        }
    }
    
    @media (max-width: 575px) {
        .circle1 {
            width: 280px;
            height: 280px;
            top: 6%;
        }
        .circle2 {
            width: 220px;
            height: 220px;
            left: -20%;
            top: 48%;
        }
        .circle3 {
            width: 260px;
            height: 260px;
            right: -25%;
            top: 30%;
        }
        .circle4 {
            width: 240px;
            height: 240px;
            bottom: -12%;
        }
    }
    
    @keyframes floatGlow {
        0% {
            transform: translate(-50%, 0);
        }
        50% {
            transform: translate(-50%, -20px);
        }
        100% {
            transform: translate(-50%, 0);
        }
    }
    /* Section Cards */
    
    .card-custom {
        border-radius: 1rem;
        background-color: rgba(17, 17, 17, 0.95);
        border: 1px solid rgba(193, 168, 139, 0.33);
        padding: 2rem;
        margin-bottom: 2rem;
    }
    /* Headings & Typography */
    
    h1,
    h2,
    h3 {
        color: #C1A88B;
    }
    
    p,
    li {
        color: #d1d5db;
    }
    /* Links */
    
    a {
        color: #C1A88B;
        text-decoration: underline;
    }
    
    a:hover {
        color: #e2c89f;
    }
    /* Responsive tweaks */
    
    @media (min-width: 768px) {
        h1 {
            font-size: 3rem;
        }
        h2 {
            font-size: 2rem;
        }
    }
    
    .faq-col .faq-item {
        margin-bottom: 10px;
    }
    
    #resultCount {
        display: block !important;
        padding-inline: 6px;
    }
    
    .faq-col p.text-white-50.mb-2 {
        display: flex;
        align-items: end;
        color: #ffffffb3 !important;
        font-size: 14px;
    }
    /* CTA CARD */
    
    .cta-card {
        background: linear-gradient(180deg, #121212, #0b0b0b);
        border-radius: 18px;
        padding: 28px;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }
    
    .cta-card p {
        font-size: 15px !important;
        color: #eeeaea !important;
        text-align: left !important;
    }
    
    p.small.text-muted.text-center.mt-3 {
        color: #ffffff8c !important;
        font-size: 12px !important;
    }
    
    .cta-card h5 {
        color: #c1a88b;
    }
    /* Gold text */
    
    .text-gold {
        color: #c9a77d;
    }
    /* Contact boxes */
    
    .cta-box {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        font-size: 14px;
        color: #fff;
    }
    
    .cta-box i {
        color: #fff;
        font-size: 16px;
    }
    
    .cta-box span {
        color: #fff;
        font-size: 16px;
    }
    /* Form */
    
    .form-control {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: #fff;
        border-radius: 12px;
    }
    
    .form-control:focus {
        background-color: #ffffff00 !important;
    }
    
    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }
    /* Button */
    
    .btn-gold {
        background: #c9a77d;
        color: #000;
        border-radius: 14px;
        font-weight: 500;
        padding: 12px;
    }
    
    .btn-gold:hover {
        background: #b7966d;
    }
    
    .faq-cta {
        /* padding: 0px 65px 0px 160px; */
        display: flex;
        width: 900px;
        padding: 30px 0px;
        gap: 20px;
    }
    /* ===== HEADER ===== */
    
    .faq-head h1 {
        color: #C1A88B;
        font-size: clamp(2.4rem, 5vw, 3.2rem);
        max-width: 700px;
        margin: 0 auto;
    }
    
    .faq-head p {
        max-width: 700px;
        margin: 0 auto;
        color: #fffc !important;
    }
    
    .search-bar {
        max-width: 800px;
        background: #111;
        border-radius: 40px;
        padding: 10px 22px;
        border: 1px solid rgba(255, 255, 255, .08);
        color: #fff;
    }
    
    .search-bar:focus {
        outline: none;
        border-color: #C1A88B;
    }
    
    .search-wrapper {
        position: relative;
        max-width: 800px;
        margin-inline: auto;
    }
    
    .search-wrapper i {
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, .6);
        font-size: 15px;
        pointer-events: none;
    }
    
    .search-bar {
        padding-left: 48px !important;
        /* space for icon */
    }
    /* ===== FILTER ===== */
    
    .filter-box {
        background: #0d0d0d;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 16px;
        padding: 18px;
    }
    
    .filter-item {
        padding: 10px 14px;
        border-radius: 10px;
        cursor: pointer;
        color: #bbb;
        display: flex;
        justify-content: space-between;
        border: 1px solid #ffffff1a;
        margin: 2px;
        align-items: center;
        font-size: 14px;
    }
    
    .padding30 {
        padding: 30px;
    }
    
    .filter-item.active,
    .filter-item:hover {
        background: #1a1a1a;
        color: #C1A88B;
    }
    /* ===== FAQ ===== */
    
    .faq-item {
        background: linear-gradient(180deg, #141414, #0c0c0c);
        border-radius: 14px;
        padding: 16px 18px;
        border: 1px solid rgba(193, 168, 139, .2);
        width: 900px;
    }
    
    .faq-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-weight: 500;
    }
    
    .faq-question i,
    span {
        color: #C1A88B;
        font-size: 14px;
    }
    
    span .faq-icon {
        color: rgba(255, 255, 255, .7);
        transition: transform .35s ease;
    }
    
    .faq-item.active .faq-icon {
        transform: rotate(180deg);
    }
    
    .faq-answer {
        display: none;
        margin-top: 12px;
        color: #d1d5db;
        font-size: .95rem;
        line-height: 1.6;
    }
    
    .faq-answer .flex-wrap .text-muted {
        color: #fff !important;
    }
    /* ===== CTA / FORM ===== */
    
    .card-dark {
        background: #0e0e0e;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 18px;
        padding: 24px;
    }
    
    .form-control {
        background: #111;
        border: 1px solid rgba(255, 255, 255, .1);
        color: #fff;
    }
    
    .form-control:focus {
        border-color: #C1A88B;
        box-shadow: none;
    }
    
    .btn-gold {
        background: #C1A88B;
        color: #000;
        border-radius: 30px;
        border: 0;
    }
    
    .small-note {
        font-size: 11px;
        color: #888;
    }
    /* ===== RESPONSIVE FIX ===== */
    
    @media (max-width: 991px) {
        /* Filter hide */
        .filter-col {
            display: none !important;
        }
        /* FAQ full width */
        .faq-col {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }
    }
    
    .tag-pill {
        background: rgba(255, 255, 255, .05);
        color: rgba(255, 255, 255, .8);
        padding: 6px 14px;
        border-radius: 50px;
        font-weight: 400;
        border: 1px solid rgba(255, 255, 255, .1);
    }
    
    .info-card .text-muted {
        color: #b5b2b2 !important;
    }
    
    .btn-copy {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: rgba(0, 0, 0, .4);
        color: rgba(255, 255, 255, .8);
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, .1);
    }
    
    .btn-copy:hover {
        background: rgba(0, 0, 0, .6);
    }
    
    .btn-icon {
        border-radius: 50%;
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, .1);
        color: rgba(255, 255, 255, .7);
        background: transparent;
    }
    
    .btn-icon:hover {
        background: rgba(255, 255, 255, .05);
    }
    
    .btn-icon.like {
        background: rgba(193, 168, 139, .2);
        color: #C1A88B;
    }
    
    .btn-icon {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 6px 10px;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, .1);
        background: transparent;
        color: rgba(255, 255, 255, .7);
        font-size: 12px;
    }
    
    .btn-icon .count {
        font-size: 11px;
    }
    
    .like-btn.active {
        background: rgba(193, 168, 139, .25);
        color: #C1A88B;
    }
    
    .dislike-btn.active {
        background: rgba(255, 80, 80, .2);
        color: #ff6b6b;
    }
    
    .frequently {
        background: #000;
        color: #fff;
    }
    /* =========================
   RESPONSIVE IMPROVEMENTS
========================= */
    /* ---------- Large Tablets ---------- */
    
    @media (max-width: 1199px) {
        .faq-item {
            width: 100%;
        }
    }
    /* ---------- Tablets ---------- */
    
    @media (max-width: 991px) {
        /* Search bar full width */
        .search-wrapper,
        .search-bar {
            max-width: 100%;
            width: 100%;
        }
        /* FAQ items full width */
        .faq-item {
            width: 100%;
        }
        /* CTA / FORM cards spacing */
        .card-dark {
            margin-bottom: 20px;
        }
    }
    /* ---------- Mobile ---------- */
    
    @media (max-width: 767px) {
        body {
            font-size: 14px;
        }
        /* FAQ heading center */
        .faq-head h1 {
            text-align: center;
            font-size: 2rem;
        }
        /* Search icon fix */
        .search-wrapper i {
            left: 16px;
            font-size: 14px;
        }
        /* FAQ question wrap */
        .faq-question {
            gap: 10px;
            font-size: 14px;
        }
        /* Answer text */
        .faq-answer {
            font-size: 13px;
        }
        /* CTA cards full width */
        .card-dark {
            padding: 20px;
        }
        /* Buttons full width */
        .btn-gold {
            width: 100%;
            padding: 10px;
        }
        /* Like / dislike buttons wrap */
        .btn-icon {
            font-size: 11px;
            padding: 6px 8px;
        }
    }
    /* ---------- Small Mobile ---------- */
    
    @media (max-width: 480px) {
        /* Reduce spacing */
        .padding30 {
            padding: 18px;
        }
        /* FAQ item padding */
        .faq-item {
            padding: 14px;
        }
        /* Form inputs */
        .form-control {
            font-size: 13px;
            padding: 10px;
        }
        /* Small note text */
        .small-note {
            font-size: 10px;
            text-align: center;
        }
    }
    /* ================= TIMING BOX ================= */
    
    .timing-box {
        background: #000;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 18px;
        padding: 30px;
    }
    
    .timing-box h5 {
        color: #C1A88B;
        font-size: 15px;
    }
    
    .timing-box p {
        color: #fff;
        font-size: 14px !important;
    }
    
    p.timing1p {
        color: #90a1b9 !important;
        font-style: italic;
        font-size: 12px !important;
    }
    /* Icon */
    
    .icon-box {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        border: 1px solid #C1A88B;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
        color: #C1A88B;
    }
    
    .content-wrap .timing-box .icon-box {
        box-shadow: 0 0 42px #c1a88bbd;
    }
    
    .content-wrap .timing-box {
        margin-bottom: 20px !important;
    }
    /* ================= CONTACT BOX ================= */
    
    .contact-box {
        background: #000;
        border: 1px solid rgba(193, 168, 139, .5);
        border-radius: 14px;
        padding: 20px;
    }
    
    .contact-box a {
        color: #C1A88B;
        text-decoration: underline;
    }
    
    .contact-box h4 {
        font-size: 14px;
        color: #C1A88B;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .contact-box h4 i {
        font-size: 16px;
        color: #C1A88B;
        margin-right: 6px;
    }
    
    .contact-box h4 .fa-envelope {
        font-size: 16px;
        color: #C1A88B;
        margin-left: 6px;
    }
    
    .contact-box i {
        font-size: 18px;
        color: #C1A88B;
        margin-bottom: 5px;
    }
    
    .contact-box p {
        font-size: 19px;
        color: #fff;
        word-break: break-word;
    }
    
    .terms-sr .card-custom h4 {
        color: #c1a88b;
    }
    /* ================= RESPONSIVE ================= */
    /* Tablet */
    
    @media (max-width: 991px) {
        .timing-box {
            padding: 24px;
        }
        .timing-box h5 {
            font-size: 14px;
        }
        .timing-box p {
            font-size: 13px !important;
        }
        .icon-box {
            height: 44px;
            width: 44px;
        }
        .contact-box p {
            font-size: 17px;
        }
    }
    /* Mobile */
    
    @media (max-width: 575px) {
        .timing-box {
            padding: 20px;
            border-radius: 14px;
        }
        .icon-box {
            height: 40px;
            width: 40px;
            margin-bottom: 8px;
        }
        .timing-box h5 {
            font-size: 13px;
        }
        .timing-box p {
            font-size: 12px !important;
        }
        p.timing1p {
            font-size: 11px !important;
        }
        .contact-box {
            padding: 16px;
            text-align: center;
        }
        .contact-box h4 {
            justify-content: center;
            font-size: 13px;
        }
        .contact-box p {
            font-size: 16px;
        }
    }
    
    span.badge.privacy-badge {
        border: 1px solid #ffffff69;
        font-size: 14px;
        font-weight: 400;
        color: #c7c6c6;
        padding: 7px 12px;
        border-radius: 20px;
    }
    
    .privacy-poli .card-custom h4 {
        font-size: 24px;
        color: #c1a88b;
    }
    
    .privacy-poli .card-custom h5 {
        font-size: 13px;
        font-weight: 700 !important;
        color: #ffffffda;
        font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    }
    
    .privacy-poli .card-custom h6 {
        font-size: 13px;
        font-weight: 700 !important;
        color: #c1a88b;
        font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    }
    
    .privacy-poli .card-custom .users i {
        font-size: 18px;
        margin-right: 7px;
    }
    /**   products  **/
    /* ======================
   BASE FIX (ALL SCREENS)
====================== */
    
    .product-section {
        background: #000;
        padding: 100px 0 !important;
    }
    
    .text-gold {
        color: #C1A88B
    }
    
    .main-image-box {
        background: #121212;
        border-radius: 28px;
        padding: 10px;
        position: relative;
    }
    
    .view-btn {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 4px 12px;
    }
    
    .thumb {
        width: 50px;
        border-radius: 14px;
        cursor: pointer;
        opacity: .6;
    }
    
    .thumb.active {
        opacity: 1;
        outline: 2px solid #C1A88B;
    }
    
    .info-card {
        background: rgba(15, 15, 15, .8);
        padding: 24px;
        border-radius: 28px;
        border: 1px solid rgba(255, 255, 255, .1);
    }
    
    .title {
        color: #C1A88B;
        font-size: 36px
    }
    
    .highlight-box {
        background: rgba(255, 255, 255, .08);
        padding: 14px;
        border-radius: 14px;
        margin: 15px 0;
        color: #fff;
        font-size: 13px;
        text-align: center;
    }
    
    .price {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
    }
    
    .price span {
        font-size: 12px;
        color: #aaa
    }
    
    .label {
        font-size: 14px;
        color: #aaa
    }
    
    .color {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #555;
        cursor: pointer;
    }
    
    .color.active {
        outline: 2px solid #C1A88B !;
    }
    
    .pill {
        padding: 8px 18px;
        border-radius: 20px;
        background: #111;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .2);
    }
    
    .pill.active {
        outline: 2px solid #C1A88B !important;
    }
    
    .qty {
        display: flex;
        align-items: center;
        background: #111;
        border-radius: 20px;
    }
    
    .qty button {
        background: none;
        border: none;
        color: #fff;
        padding: 6px 12px;
        font-size: 18px;
    }
    
    .qty span {
        padding: 0 12px
    }
    
    .btn-gold {
        background: #C1A88B;
        color: #000;
        font-weight: 500;
    }
    
    .custom-accordion .accordion-item {
        background: #0f0f0f;
        border: 1px solid rgba(255, 255, 255, .1);
    }
    
    .custom-accordion .accordion-button {
        background: #0f0f0f;
        color: #fff;
    }
    
    .custom-accordion .accordion-button::after {
        filter: invert(1);
    }
    
    #mainImg {
        transition: all .3s ease;
        object-fit: fill;
    }
    
    .grid-cols-5 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    
    .grid-cols-5 img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    /* Prevent image overflow */
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .feature-box {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        padding: 12px 14px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    
    .check-icon {
        color: #C1A88B;
        flex-shrink: 0;
    }
    
    .feature-box span {
        color: #ffffffc6;
    }
    /* Section Background */
    
    .why-elev8-section {
        background: linear-gradient(to bottom, #000000, #0b0b0b);
        padding: 100px 0 !important;
    }
    /* Heading */
    
    .why-title {
        font-size: 42px;
        font-weight: 400;
        color: #C1A88B;
        line-height: 1.2;
    }
    /* Paragraph */
    
    .why-text {
        max-width: 720px;
        margin-inline: auto;
        color: rgba(255, 255, 255, 0.85);
        font-size: 15px;
        font-weight: 500;
    }
    /* Larger screens */
    
    .why-elev8-section {
        animation: fadeUp .8s ease forwards;
    }
    
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .features-section {
        background: #000;
        padding-top: 80px !important;
    }
    
    .products-features .feature-card {
        border: 1px solid #ffffff29;
        border-radius: 18px;
        padding: 24px 24px 50px;
        box-shadow: 0 14px 40px rgb(0 0 0);
        transition: all .3s ease;
        background: #0a0a0a;
    }
    
    .products-features .feature-card:hover {
        transform: translateY(-6px);
        border-color: rgba(193, 168, 139, 0.7);
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.75);
    }
    /* ICON */
    
    .icon-wrap {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(193, 168, 139, 0.12);
        border: 1px solid rgba(193, 168, 139, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #C1A88B;
        flex-shrink: 0;
    }
    /* TAG */
    
    .feature-tag {
        display: block;
        font-size: 11px;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, 0.8);
    }
    /* TITLE */
    
    .feature-title {
        margin-top: 4px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }
    /* TEXT */
    
    .feature-text {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
    }
    /* RESPONSIVE TWEAK */
    
    @media (min-width: 768px) {
        .feature-title {
            font-size: 16px;
        }
    }
    
    .products-features .feature-card .feature-title {
        font-weight: 700 !important;
        margin-top: 11px;
        font-size: 14px !important;
        color: #C1A88B;
    }
    
    .products-features .feature-tag {
        display: contents;
        font-size: 11px;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, 0.8);
    }
    
    body {
        background: #000;
    }
    /* SECTION */
    
    .grill-section {
        background: #050505;
        border-color: rgba(255, 255, 255, .1);
    }
    /* TEXT */
    
    .section-tag {
        font-size: 11px;
        letter-spacing: .24em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, .8);
    }
    
    .section-title {
        color: #C1A88B;
        font-size: 26px;
        margin: 10px 0;
    }
    
    .section-desc {
        font-size: 17px;
        line-height: 1.6;
        color: rgb(255 255 255 / 80%);
        font-weight: 400;
    }
    
    .section-desc strong {
        color: #fff;
    }
    
    .section-note {
        font-size: 12px;
        color: rgba(255, 255, 255, .6);
    }
    /* LIST */
    
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 18px 0;
    }
    
    .feature-list li {
        gap: 10px;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.782);
        margin-bottom: 12px;
    }
    
    .feature-list li strong {
        color: #fff;
    }
    
    .feature-list i {
        color: #C1A88B;
        margin-top: 3px;
        font-size: 12px;
        margin-right: 3px;
    }
    /* IMAGE */
    
    .image-box {
        position: relative;
        background: #0f0f0f;
        padding: 16px;
        border-radius: 26px;
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 18px 60px rgba(0, 0, 0, .7);
        overflow: hidden;
    }
    
    .image-box img {
        width: 100%;
        object-fit: contain;
    }
    
    .image-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .45), transparent, rgba(0, 0, 0, .1));
        pointer-events: none;
    }
    
    .image-badge {
        position: absolute;
        bottom: 16px;
        left: 16px;
        background: rgba(0, 0, 0, .65);
        padding: 4px 10px;
        font-size: 11px;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .8);
        border-radius: 999px;
    }
    /* SECTION */
    
    .video-section {
        position: relative;
        width: 100%;
        background: #000;
        overflow: hidden;
    }
    /* BACKGROUND GLOW */
    
    .video-bg-effects {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
    }
    
    .glow {
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(193, 168, 139, .12);
        filter: blur(80px);
    }
    
    .glow-left {
        top: 40px;
        left: 40px;
    }
    
    .glow-right {
        bottom: 40px;
        right: 40px;
    }
    /* VIDEO */
    
    .video-wrapper {
        position: relative;
        z-index: 1;
    }
    
    .video-wrapper iframe {
        border: 0;
    }
    
    .entertainment-section {
        background: #050505;
        padding: 70px 0;
    }
    /* TEXT */
    
    .ent-tagline {
        font-size: 11px;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, .8);
        margin-bottom: 10px;
    }
    
    .ent-heading {
        font-size: 28px;
        color: #C1A88B;
        margin-bottom: 15px;
    }
    
    .ent-text {
        font-size: 15px;
        line-height: 1.7;
        color: rgba(255, 255, 255, .8);
        margin-bottom: 12px;
    }
    
    .ent-text strong {
        color: #fff;
    }
    /* IMAGE BOX */
    
    .ent-image-box {
        position: relative;
        background: #0f0f0f;
        padding: 16px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 18px 60px rgba(0, 0, 0, .7);
        overflow: hidden;
    }
    
    .ent-image-box img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* GRADIENT OVERLAY */
    
    .ent-image-box::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .45), transparent 60%);
        pointer-events: none;
    }
    /* BADGE */
    
    .ent-badge {
        position: absolute;
        bottom: 16px;
        left: 16px;
        background: rgba(0, 0, 0, .65);
        color: rgba(255, 255, 255, .85);
        font-size: 11px;
        letter-spacing: .16em;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: 50px;
    }
    /* RESPONSIVE */
    
    @media (max-width:767px) {
        .ent-heading {
            font-size: 24px;
        }
    }
    
    .fridge-section {
        background: #050505;
        padding: 70px 0;
    }
    /* TEXT */
    
    .fridge-tagline {
        font-size: 11px;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, .8);
        margin-bottom: 10px;
    }
    
    .fridge-heading {
        font-size: 28px;
        color: #C1A88B;
        margin-bottom: 15px;
    }
    
    .fridge-list {
        padding-left: 18px;
        margin-bottom: 20px;
    }
    
    .fridge-list li {
        color: rgba(255, 255, 255, .8);
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    
    .fridge-list strong {
        color: #fff;
    }
    /* BUTTON */
    
    .fridge-btn {
        background: #C1A88B;
        color: #000;
        border-radius: 50px;
        padding: 12px 28px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 8px 25px rgba(193, 168, 139, .35);
        transition: .3s ease;
    }
    
    .fridge-btn:hover {
        background: #d8bfa1;
        color: #000;
    }
    /* IMAGE BOX */
    
    .fridge-image-box {
        position: relative;
        background: #0f0f0f;
        padding: 16px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 18px 60px rgba(0, 0, 0, .7);
        overflow: hidden;
    }
    
    .fridge-image-box img {
        width: 100%;
        display: block;
    }
    /* OVERLAY */
    
    .fridge-image-box::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .45), transparent 60%);
        pointer-events: none;
    }
    /* BADGE */
    
    .fridge-badge {
        position: absolute;
        bottom: 16px;
        left: 16px;
        background: rgba(0, 0, 0, .65);
        color: rgba(255, 255, 255, .85);
        font-size: 11px;
        letter-spacing: .16em;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: 50px;
    }
    /* RESPONSIVE */
    
    @media(max-width:767px) {
        .fridge-heading {
            font-size: 24px;
        }
    }
    
    .install-section {
        background: #000;
        padding: 80px 0;
    }
    /* HEADER */
    
    .install-tagline {
        font-size: 11px;
        letter-spacing: .24em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, .8);
    }
    
    .install-heading {
        font-size: 34px;
        color: #C1A88B;
        margin-top: 10px;
    }
    
    .install-subtext {
        max-width: 640px;
        margin: 12px auto 0;
        font-size: 15px;
        color: rgba(255, 255, 255, .75);
    }
    /* STEP CARD */
    
    .install-step {
        text-align: center;
        color: rgba(255, 255, 255, .8);
    }
    
    .step-circle {
        width: 130px;
        height: 130px;
        margin: 0 auto 16px;
        border-radius: 50%;
        border: 2px solid rgba(193, 168, 139, .4);
        box-shadow: 0 18px 60px rgba(0, 0, 0, .75);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        background: #1f1a15;
    }
    
    .step-circle-1 {
        background-color: #000c;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 1px solid #ffffff29;
    }
    
    .step-circle-1 svg {
        color: #c1a88b;
        height: 26px;
        width: 26px;
        margin-top: 6px;
    }
    
    .step-number {
        font-size: 11px;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .6);
    }
    
    .step-circle i {
        font-size: 26px;
        color: #C1A88B;
        margin-top: 6px;
    }
    
    .install-step h6 {
        font-size: 13px;
        color: #c1a88b;
        font-weight: 600;
        margin-bottom: 6px;
    }
    
    .install-step p {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, .7);
        max-width: 180px;
        margin: 0 auto;
    }
    /* RESPONSIVE */
    
    @media(max-width:767px) {
        .install-heading {
            font-size: 26px;
        }
        .step-circle {
            width: 110px;
            height: 110px;
        }
        .step-circle i {
            font-size: 22px;
        }
    }
    
    .stories-section {
        background: #000;
        padding: 80px 0;
    }
    /* HEADER */
    
    .stories-tagline {
        font-size: 11px;
        letter-spacing: .24em;
        text-transform: uppercase;
        color: rgba(193, 168, 139, .8);
    }
    
    .stories-heading {
        margin-top: 10px;
        font-size: 34px;
        color: #c1a88b;
    }
    
    .stories-subtext {
        max-width: 620px;
        margin: 12px auto 0;
        font-size: 15px;
        color: rgba(255, 255, 255, .7);
    }
    /* WRAPPER */
    
    .stories-wrapper {
        overflow: hidden;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, .1);
        background: rgba(255, 255, 255, .03);
    }
    /* CARD */
    
    .story-card {
        background: #000;
        padding: 40px 36px;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, .08);
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        height: 100%;
    }
    
    .story-quote {
        font-size: 16px;
        font-style: italic;
        color: #fff;
        margin-bottom: 14px;
    }
    
    .story-text {
        font-size: 15px;
        line-height: 1.7;
        color: rgba(255, 255, 255, .8);
    }
    
    .story-author {
        margin-top: 18px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }
    
    .story-badge {
        display: inline-block;
        margin-top: 4px;
        font-size: 11px;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .6);
    }
    /* REMOVE EXTRA BORDERS */
    
    .row>div:nth-child(2n) .story-card {
        border-right: none;
    }
    
    .row>div:nth-last-child(-n+2) .story-card {
        border-bottom: none;
    }
    /* RESPONSIVE */
    
    @media(max-width:767px) {
        .stories-heading {
            font-size: 26px;
        }
        .story-card {
            padding: 32px 24px;
            border-right: none;
        }
        .row>div .story-card {
            border-bottom: 1px solid rgba(255, 255, 255, .08);
        }
        .row>div:last-child .story-card {
            border-bottom: none;
        }
        .row {
            margin-right: 0;
            margin-left: 0;
        }
    }
    /* =========================
   TABLET RESPONSIVE
========================= */
    
    @media (max-width: 991px) {
        /* Remove sticky on tablet */
        .product-section .position-sticky {
            position: relative !important;
            top: auto !important;
        }
        /* Gallery spacing */
        .main-image-box img {
            border-radius: 16px;
        }
        /* Thumbnails grid */
        .grid-cols-5 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }
    }
    /* =========================
   MOBILE RESPONSIVE
========================= */
    
    @media (max-width: 576px) {
        /* Title center */
        .info-card .title {
            font-size: 22px;
            text-align: center;
        }
        /* Price */
        .price {
            font-size: 22px;
            text-align: center;
        }
        /* Highlight box */
        .highlight-box {
            font-size: 14px;
            text-align: center;
        }
        /* Thumbnails horizontal scroll */
        .grid-cols-5 {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding-bottom: 10px;
        }
        .grid-cols-5 .col {
            flex: 0 0 50px;
            width: 100%;
        }
        /* Qty & warranty stack */
        .qty {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .mt-4.d-flex.justify-content-between {
            flex-direction: column;
            gap: 12px;
            align-items: flex-start;
        }
        /* Button */
        .btn-gold {
            font-size: 15px;
            padding: 14px;
        }
        /* Accordion text */
        .accordion-button {
            font-size: 14px;
        }
        .grid-cols-5 img {
            max-width: 50px !important;
            height: 50px !important;
        }
    }
    
    @media (max-width: 991px) {
        /* Disable sticky */
        .product-section .position-sticky {
            position: relative !important;
            top: auto !important;
        }
        /* Two columns stack better */
        /* Thumbnail grid */
        .grid-cols-5 {
            grid-template-columns: repeat(4, 1fr);
        }
        .grid-cols-5 img {
            height: 90px;
        }
        /* Info card spacing */
        .info-card {
            padding: 20px;
        }
        /* Title resize */
        .title {
            font-size: 24px;
        }
    }
    
    @media (max-width: 576px) {
        /* Section padding */
        .product-section {
            padding-top: 20px;
        }
        /* Center text */
        .title {
            font-size: 22px;
            text-align: center;
        }
        .price {
            font-size: 31px;
            text-align: left;
            font-weight: 600;
            margin-left: 10px;
        }
        .highlight-box {
            font-size: 12px;
            text-align: center;
        }
        /* Gallery thumbnails horizontal scroll */
        .grid-cols-5 {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding-bottom: 10px;
            -webkit-overflow-scrolling: touch;
        }
        .grid-cols-5 img {
            width: 70px;
            height: 50px !important;
            border-radius: 10px;
        }
        /* Qty + warranty stack */
        .mt-4.d-flex.justify-content-between {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        /* Buttons */
        .btn-gold {
            font-size: 15px;
            padding: 14px;
        }
        /* Accordion text */
        .accordion-button {
            font-size: 14px;
        }
    }
    
    .font-10 {
        font-size: 13px;
        font-weight: 600;
        color: #fff !important;
        margin-bottom: 10px !important;
    }
    
    .font-8 {
        font-size: 11px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    
    #d3 .font-8 {
        font-size: 12px !important;
    }
    
    #d1 .font-8 {
        font-size: 12px !important;
    }
    
    #d2 .font-8 {
        font-size: 12px !important;
    }
    
    #d1 p {
        color: #fffc;
        font-size: 14px !important;
        margin: 4px;
        padding: 0;
    }
    
    #d1 p strong {
        color: #fff !important;
    }
    
    #d2 p strong {
        color: #fff !important;
    }
    
    #d2 p {
        color: #fffc;
        font-size: 14px !important;
        margin: 5px;
    }
    
    #d3 p strong {
        color: #fff !important;
    }
    
    #d3 p {
        color: #fffc;
        font-size: 14px !important;
        margin: 5px;
    }
    
    .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        /* pehle hide */
    }
    
    .whatsapp-float img {
        width: 55px;
        height: 55px;
    }
    /* BUTTON */
    
    .whatsapp-float a {
        width: 52px;
        height: 52px;
        background: #25D366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 18px rgba(37, 211, 102, 0.65);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        animation: whatsappPulse 2s infinite;
    }
    /* ICON */
    
    .whatsapp-float img {
        width: 28px;
        height: 28px;
    }
    /* HOVER */
    
    .whatsapp-float a:hover {
        transform: translateY(-4px) scale(1.08);
        box-shadow: 0 0 28px rgba(37, 211, 102, 0.9);
    }
    /* PULSE */
    
    @keyframes whatsappPulse {
        0% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        }
        70% {
            box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        }
    }
    /* 📱 TABLET */
    
    @media (min-width: 768px) {
        .whatsapp-float {
            bottom: 40px;
            right: 24px;
        }
        .whatsapp-float a {
            width: 64px;
            height: 64px;
        }
        .whatsapp-float img {
            width: 34px;
            height: 34px;
        }
    }
    /* 🖥️ LARGE SCREEN */
    
    @media (min-width: 1200px) {
        .whatsapp-float {
            bottom: 80px;
            right: 32px;
        }
    }
    
    .features-box {
        max-width: 600px;
    }
    
    .product-section .features-box h3 {
        font-size: 18px;
        font-family: sans-serif;
        font-weight: 600;
        color: #fff;
    }
    
    .product-section .features-box h3 span {
        font-size: 12px !important;
        color: #918b8b !important;
        font-weight: 500;
    }
    
    .feature-item {
        display: flex;
        gap: 15px;
        margin-bottom: 18px;
    }
    
    .feature-item h5 {
        margin: 0;
        font-weight: 600;
        font-size: 14px;
        font-family: sans-serif;
    }
    
    .feature-item p {
        margin: 4px 0 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
    }
    /* EXTRA FEATURES */
    
    .extra-features {
        display: none;
        margin-bottom: 10px;
    }
    /* BUTTON */
    
    .see-more-btn {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: underline;
        text-underline-offset: 4px;
        padding: 0;
        cursor: pointer;
        font-size: 14px;
    }
    
    .see-more-btn:hover {
        color: #fff;
    }
    /* OVERLAY */
    
    .modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(6px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        z-index: 120;
    }
    /* BOX */
    
    .modal-box {
        width: 100%;
        max-width: 900px;
        background: #0a0a0a;
        border-radius: 24px;
        padding: 25px;
        position: relative;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
        border: 1px solid rgba(255, 255, 255, 0.1);
        animation: fadeUp 0.4s ease;
    }
    /* CLOSE */
    
    .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.6);
        background: none;
        border: none;
        cursor: pointer;
        z-index: 99;
    }
    
    .modal-close:hover {
        color: #fff;
    }
    /* CONTENT */
    
    .modal-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    /* TEXT */
    
    .modal-text img {
        max-width: 200px;
        margin-bottom: 12px;
        opacity: 0.9;
    }
    
    .modal-text h3 {
        color: #C1A88B;
        font-size: 30px;
        margin-bottom: 8px;
        font-weight: 300;
    }
    
    #thankYouModal .modal-box .modal-text .team {
        color: #fff9;
        font-size: 11px;
        font-weight: 300;
    }
    
    .modal-text p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 15px;
        line-height: 1.6;
    }
    
    .modal-text .fo-1 {
        font-size: 11px;
        color: #ffffff80;
    }
    
    .modal-image .texat {
        color: #ffffffb3;
        font-size: 11px;
        z-index: 99;
        position: absolute;
        /* left: 0; */
        right: 20px;
        /* top: 0; */
        bottom: 8px;
        padding: 4px 11px;
        border-radius: 50px;
        background: #0000009e;
        text-transform: uppercase;
        letter-spacing: .16em;
    }
    
    .modal-image .team {
        display: block;
        margin-top: 6px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .highlights {
        margin-top: 12px;
        font-size: 12px;
        color: #ffffffb3;
    }
    /* IMAGE */
    
    .modal-image {
        position: relative;
        display: none;
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .modal-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* DESKTOP */
    
    @media (min-width: 768px) {
        .modal-content {
            flex-direction: row;
            gap: 24px;
        }
        .modal-text {
            flex: 1;
        }
        .modal-image {
            flex: 1;
            display: block;
            aspect-ratio: 4 / 3;
        }
    }
    /* ANIMATION */
    
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* IMAGE WRAPPER */
    
    .modal-image {
        position: relative;
        display: none;
        overflow: hidden;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    /* SLIDER */
    
    .slider {
        position: relative;
        width: 100%;
        height: 100%;
    }
    /* SLIDES */
    
    .slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.8s ease;
    }
    
    .slide.active {
        opacity: 1;
    }
    /* IMAGE */
    
    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* BADGE */
    /* DESKTOP ONLY */
    
    @media (min-width: 768px) {
        .modal-image {
            display: block;
            aspect-ratio: 4 / 3;
            flex: 1;
        }
    }
    
    .modal-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.8s ease;
    }
    
    .modal-slide.active {
        opacity: 1;
    }
    
    .min-content {
        max-width: 85%;
        margin: 0 auto;
    }
    /* BODY SOFT PULSE */
    
    .cal-body {
        animation: bodyPulse 3s ease-in-out infinite;
    }
    /* TOP SLIDE */
    
    .cal-top {
        animation: topSlide 3s ease-in-out infinite;
    }
    /* RING BOUNCE */
    
    .ring {
        animation: ringBounce 3s ease-in-out infinite;
        transform-origin: center;
    }
    /* TEXT LINE DRAW */
    
    .line {
        stroke-dasharray: 140;
        stroke-dashoffset: 140;
        animation: drawLine 3s ease-in-out infinite;
    }
    
    .l2 {
        animation-delay: .2s;
    }
    /* KEYFRAMES */
    
    @keyframes drawLine {
        0% {
            stroke-dashoffset: 140;
            opacity: 0;
        }
        30% {
            opacity: 1;
        }
        60% {
            stroke-dashoffset: 0;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }
    
    @keyframes ringBounce {
        0%,
        100% {
            transform: translate(200px, 200px);
        }
        50% {
            transform: translate(200px, 190px);
        }
    }
    
    @keyframes topSlide {
        0%,
        100% {
            transform: translate(200px, 193px);
        }
        50% {
            transform: translate(200px, 185px);
        }
    }
    
    @keyframes bodyPulse {
        0%,
        100% {
            filter: brightness(1);
        }
        50% {
            filter: brightness(1.12);
        }
    }
    /* FAN BASE */
    /* FAN OPEN ANIMATION */
    
    .fan-1 {
        animation: fan 3s ease-in-out infinite;
    }
    
    .fan-2 {
        animation: fan 3s ease-in-out infinite;
        animation-delay: .2s;
    }
    
    .fan-3 {
        animation: fan 3s ease-in-out infinite;
        animation-delay: .4s;
    }
    /* WHITE LINES DRAW */
    
    .lines line {
        stroke: white;
        stroke-width: 12;
        stroke-linecap: round;
        stroke-dasharray: 140;
        stroke-dashoffset: 140;
        animation: draw 3s ease-in-out infinite;
    }
    /* KEYFRAMES */
    
    @keyframes fan {
        0% {
            opacity: 0;
            transform: scale(.8) rotate(0deg);
        }
        30% {
            opacity: 1;
        }
        60% {
            transform: scale(1) rotate(8deg);
        }
        100% {
            transform: scale(1) rotate(0deg);
            opacity: 1;
        }
    }
    
    @keyframes draw {
        0% {
            stroke-dashoffset: 140;
        }
        40% {
            stroke-dashoffset: 0;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }
    /* RING */
    
    .fan .ring {
        fill: none;
        stroke: #01ddb3;
        stroke-width: 22;
        stroke-linecap: round;
        stroke-dasharray: 1100;
        stroke-dashoffset: 1100;
        animation: drawRing 10s ease infinite;
    }
    /* CHECK */
    
    .check {
        fill: none;
        stroke: #fff;
        stroke-width: 22;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
        opacity: 0;
        animation: drawCheck 10s ease infinite;
    }
    /* ANIMATIONS */
    
    @keyframes drawRing {
        0% {
            stroke-dashoffset: 1100;
        }
        15% {
            stroke-dashoffset: 0;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }
    
    @keyframes fillCircle {
        0%,
        15% {
            opacity: 0;
        }
        22% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    
    @keyframes drawCheck {
        0%,
        20% {
            stroke-dashoffset: 200;
            opacity: 0;
        }
        26% {
            stroke-dashoffset: 0;
            opacity: 1;
        }
        100% {
            stroke-dashoffset: 0;
            opacity: 1;
        }
    }
    
    .c1 {
        background: #0a2a43;
        animation-delay: 0s;
    }
    
    .c2 {
        background: #1abc9c;
        animation-delay: 0.05s;
    }
    
    .c3 {
        background: #ffe28a;
        animation-delay: 0.1s;
    }
    
    .c4 {
        background: #a78bfa;
        animation-delay: 0.15s;
    }
    
    .c5 {
        background: #3b82f6;
        animation-delay: 0.2s;
    }
    /* CENTER DOT */
    
    .pivot {
        position: absolute;
        bottom: 6px;
        left: 50%;
        width: 14px;
        height: 14px;
        background: #8a8fa3;
        border-radius: 50%;
        transform: translateX(-50%);
    }
    /* FAN KEYFRAMES */
    
    @keyframes fan {
        0% {
            transform: translateX(-50%) rotate(0deg);
            opacity: 0;
        }
        20% {
            opacity: 1;
        }
        40% {
            transform: translateX(-50%) rotate(var(--angle));
        }
        60% {
            transform: translateX(-50%) rotate(calc(var(--angle) + 8deg));
        }
        80% {
            transform: translateX(-50%) rotate(var(--angle));
        }
        100% {
            transform: translateX(-50%) rotate(0deg);
            opacity: 0;
        }
    }
    /* ANGLES (fan spread) */
    
    .c1 {
        --angle: -50deg;
    }
    
    .c2 {
        --angle: -25deg;
    }
    
    .c3 {
        --angle: 0deg;
    }
    
    .c4 {
        --angle: 25deg;
    }
    
    .c5 {
        --angle: 50deg;
    }
    
    .card-1 {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 44px;
        height: 130px;
        border-radius: 18px;
        transform-origin: bottom center;
        transform: translateX(-50%) rotate(0deg);
        animation: fan 4s ease-in-out infinite;
    }
    
    .loader {
        width: 130px;
        height: 130px;
    }
    /* BACKGROUND FILL */
    
    .bg {
        fill: #01ddb3;
        opacity: 0;
        animation: fillCircle 10s ease infinite;
    }
    /* RING */
    
    .fan .ring {
        fill: none;
        stroke: #01ddb3;
        stroke-width: 22;
        stroke-linecap: round;
        stroke-dasharray: 1100;
        stroke-dashoffset: 1100;
        animation: drawRing 10s ease infinite;
    }
    /* CHECK */
    
    .check {
        fill: none;
        stroke: #fff;
        stroke-width: 22;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
        opacity: 0;
        animation: drawCheck 10s ease infinite;
    }
    /* ANIMATIONS */
    
    @keyframes drawRing {
        0% {
            stroke-dashoffset: 1100;
        }
        15% {
            stroke-dashoffset: 0;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }
    
    @keyframes fillCircle {
        0%,
        15% {
            opacity: 0;
        }
        22% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    
    @keyframes drawCheck {
        0%,
        20% {
            stroke-dashoffset: 200;
            opacity: 0;
        }
        26% {
            stroke-dashoffset: 0;
            opacity: 1;
        }
        100% {
            stroke-dashoffset: 0;
            opacity: 1;
        }
    }
    /** Outdoor modular kitchens in California **/
    
    .location-page {
        padding: 80px 0;
    }
    
    .location-page .heading {
        font-size: 45px;
        color: #c1a88b;
        font-weight: 500;
        text-align: center;
        text-transform: capitalize;
    }
    
    .location-1 {
        text-align: justify;
        align-items: baseline;
    }
    
    .location-1 .feature-title {
        margin-top: -3px !important;
    }
    
    .faq-section-location .accordion-button::after {
        filter: invert(1);
    }
    
    .faq-section-location .accordion-button:not(.collapsed) {
        background-color: #141414;
        color: #C1A88B;
    }
    
    .text-warning {
        font-size: 40px;
        color: #c1a88b !important;
    }
    
    .text-white-50 {
        color: #fff !important;
    }
    
    .faq-section-location .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgb(177 153 126 / 43%);
    }
    
    .faq-section-location .accordion {
        padding: 20px;
    }
    
    .faq-section-location .accordion h3 {
        font-size: 20px;
    }
    
    .faq-section-location .content {
        padding: 20px;
    }
    
    .faq-section-location .content h3 {
        font-size: 20px;
    }
    
    .faq-section-location .content p {
        font-size: 17px;
        color: #fff;
    }
    
    .faq-section-location .content li {
        font-size: 16px;
        color: #fff;
        line-height: 1.8;
    }
    
    .cta-location .contact {
        max-width: 700px;
        margin: 0 auto;
    }
    
    .cta-location {
        border-top: 1px solid #ffffff45;
    }
    
    .cta-location .contact h4,
    h5,
    h6 {
        color: #c1a88b;
        font-size: 20px;
    }
    
    .cta-location .contact p {
        color: #fff;
        font-size: 16px;
    }
    
    .contact-form {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px);
        padding: 30px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    
    .contact-form .info {
        font-size: 12px !important;
        color: #fff9;
    }
    
    .grid {
        display: grid;
        gap: 16px;
    }
    
    @media (min-width: 640px) {
        .grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    .field {
        position: relative;
        margin-top: 20px;
    }
    
    .field input,
    .field textarea {
        width: 100%;
        padding: 16px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        color: #fff;
        outline: none;
    }
    
    .field label {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #bababa;
        padding: 0 6px;
        font-weight: 500;
        pointer-events: none;
        transition: 0.3s ease;
    }
    
    .field textarea+label {
        top: 14px;
        transform: none;
    }
    
    .field input:focus+label,
    .field input:not(:placeholder-shown)+label,
    .field textarea:focus+label,
    .field textarea:not(:placeholder-shown)+label {
        top: -12px;
        font-size: 11px;
        color: #C1A88B;
    }
    
    button:hover {
        opacity: 0.9;
    }
    
    .hidden {
        display: none;
    }
    /* Button */
    /* OVERLAY */
    
    #productModalOverlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(6px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99999;
    }
    /* ACTIVE STATE */
    
    #productModalOverlay.active {
        display: flex;
    }
    /* MODAL BOX */
    
    #productModalBox {
        width: 100%;
        max-width: 520px;
        background: linear-gradient(to bottom, #0f0f0f, #0a0a0a);
        border-radius: 24px;
        padding: 24px;
        color: #fff;
        box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
    }
    /* HEADER */
    
    .productModalHeader {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    
    .productTag {
        font-size: 11px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #9d9a9a;
    }
    
    #productModalOverlay span {
        color: #fff;
    }
    
    #productModalClose {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
    }
    /* BODY */
    
    .productModalBody {
        margin-top: 16px;
        font-size: 14px;
        color: rgba(255, 255, 255, .85);
    }
    
    .productContactBox {
        margin-top: 16px;
        background: rgba(255, 255, 255, 0.05);
        padding: 16px;
        border-radius: 16px;
    }
    
    .productContactBox a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 14px;
        background: rgba(0, 0, 0, 0.45);
        border-radius: 12px;
        text-decoration: none;
        color: #fff;
        margin-bottom: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .productContactBox strong {
        color: #c1a88b;
    }
    
    #productModalOverlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(6px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99999;
    }
    
    #productModalOverlay.active {
        display: flex;
    }
    
    .text-min {
        color: #c1a88b;
        font-size: 28px;
        font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
    }
    
    .text-min-2 {
        color: #c1a88b;
        font-size: 18px;
        font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
    }
    /** **/
    /* MAIN IMAGE */
    
    .main-image-box {
        position: relative;
    }
    /* VIEW BUTTON */
    
    .main-image-box .view-btn {
        position: absolute;
        top: 35px;
        right: 18px;
        padding: 2px 10px;
        border-radius: 999px;
        border: none;
        font-size: 14px;
        cursor: pointer;
        z-index: 2;
        opacity: 1;
        background: #181717db !important;
    }
    /* THUMBNAILS */
    
    .thumb {
        width: 100%;
        border-radius: 10px;
        cursor: pointer;
        opacity: 0.6;
        transition: 0.3s;
    }
    
    .thumb.active,
    .thumb:hover {
        opacity: 1;
        outline: 2px solid #C1A88B;
    }
    /* POPUP */
    
    #galleryPopup {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    
    #galleryPopup img {
        max-width: 90%;
        max-height: 75%;
    }
    
    .product-section #galleryPopup .close {
        position: absolute;
        top: 85px;
        right: 40px;
        font-size: 25px;
        color: #fff;
        cursor: pointer;
        padding: 4px 15px;
        border-radius: 100%;
        background-color: #ffffff1a;
    }
    
    #galleryPopup .nav {
        position: absolute;
        top: 50%;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
        user-select: none;
        background-color: #ffffff1a;
    }
    
    #galleryPopup .prev {
        left: 30px;
    }
    
    #galleryPopup .next {
        right: 30px;
    }
    /* POPUP THUMBNAILS */
    
    .popup-thumbs {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        display: none;
    }
    
    .popup-thumbs img {
        width: 70px;
        border-radius: 6px;
        cursor: pointer;
        opacity: 0.6;
    }
    
    .popup-thumbs img.active {
        opacity: 1;
        outline: 1ch solid #C1A88B;
    }
    
    .selected-color .color-name {
        font-size: 14px;
        font-weight: 500;
        color: #C1A88B;
        white-space: nowrap;
    }
    
    .selected-color .color {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid transparent;
    }
    
    .selected-color .color.active {
        border-color: #C1A88B;
    }
    
    .pill {
        padding: 8px 16px;
        border-radius: 999px;
        border: 1px solid #333;
        background: transparent;
        color: #fff;
        cursor: pointer;
    }
    /* REMOVE DEFAULT BOOTSTRAP ICON */
    
    .custom-accordion .accordion-button::after {
        display: none;
    }
    /* ACCORDION BUTTON STYLE */
    
    .custom-accordion .accordion-button {
        background: transparent;
        color: #fff;
        padding: 22px 24px;
        box-shadow: none;
        font-family: sans-serif;
        border: 0;
        position: relative;
        font-size: 16px;
    }
    
    .custom-accordion .accordion-button::before {
        content: "›";
        position: absolute;
        right: 24px;
        font-size: 28px;
        color: #bfbfbf;
        transition: transform 0.3s ease;
    }
    /* ROTATE ARROW WHEN OPEN */
    
    .custom-accordion .accordion-button:not(.collapsed)::before {
        transform: rotate(90deg);
    }
    
    .about-card {
        position: relative;
        overflow: hidden;
    }
    
    .about-card img {
        width: 100%;
        display: block;
    }
    /* overlay */
    
    .about-card .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        transition: .3s;
    }
    /* VIEW BUTTON – image ke side center */
    
    .view-btn {
        position: absolute;
        top: 50%;
        right: 30px;
        /* right side */
        transform: translateY(-50%);
        padding: 12px 26px;
        border-radius: 30px;
        border: none;
        background: #C1A88B;
        font-weight: 600;
        cursor: pointer;
        opacity: 0;
        transition: .3s;
        z-index: 2;
    }
    /* left aligned cards ke liye */
    
    .about-card.left .view-btn {
        left: 30px;
        right: auto;
    }
    
    .about-card:hover .overlay,
    .about-card:hover .view-btn {
        opacity: 1;
    }
    /** **/
    
    #galleryPopup {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .9);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    
    #galleryPopup img {
        max-width: 90%;
        max-height: 90%;
    }
    
    #galleryPopup .close {
        position: absolute;
        top: 25px;
        right: 40px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 100%;
        background-color: #ffffff1a;
    }
    
    #galleryPopup .nav {
        position: absolute;
        top: 50%;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
        user-select: none;
        background-color: #ffffff1a;
    }
    
    #galleryPopup .prev {
        left: 30px;
    }
    
    #galleryPopup .next {
        right: 30px;
    }
    
    .about-card {
        position: relative;
        overflow: hidden;
        height: 550px;
        border-radius: 22px;
        cursor: pointer;
    }
    
    .about-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        --mx: 0px;
        --my: 0px;
        transform: translate3d(var(--mx), var(--my), 0) scale(1.05);
        transition: transform 0.12s ease-out;
        will-change: transform;
    }
    /* OVERLAY */
    
    .about-card .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        pointer-events: none;
    }
    /* BUTTON + CONTENT */
    /* overlay */
    
    .about-card .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        transition: .3s ease;
    }
    /* VIEW BUTTON – top right capsule */
    
    .image-view-btn {
        position: absolute;
        top: 18px;
        right: 18px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 8px;
        border-radius: 999px;
        background: #00000073;
        border: none;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        cursor: pointer;
        opacity: 0;
        transform: translateY(-6px);
        transition: .3s ease;
        z-index: 3;
        opacity: 1;
    }
    /* icon size */
    
    .image-view-btn svg {
        width: 14px;
        height: 14px;
    }
    /* hover behavior */
    
    .about-card:hover .overlay {
        opacity: 0.1;
    }
    
    .about-card:hover .image-view-btn {
        opacity: 1;
        transform: translateY(0);
    }
    /* hover effect on button */
    
    .image-view-btn:hover {
        background: #00000073;
    }
    /** **/
    
    .step-icon {
        width: 160px;
        height: 160px;
        margin: auto;
    }
    /* whole icon motion */
    
    .style-anim {
        width: 100%;
        height: 100%;
        animation: iconFloat 6s ease-in-out infinite;
        transform-origin: center;
    }
    /* vertical color bars animation */
    
    .style-anim g[transform*="117.581"],
    .style-anim g[transform*="146.953"],
    .style-anim g[transform*="176.324"] {
        animation: barSlide 2.4s ease-in-out infinite;
    }
    /* stagger delay (important 🔥) */
    
    .style-anim g[transform*="117.581"] {
        animation-delay: 0s;
    }
    
    .style-anim g[transform*="146.953"] {
        animation-delay: .25s;
    }
    
    .style-anim g[transform*="176.324"] {
        animation-delay: .5s;
    }
    /* center dot pulse */
    
    .style-anim g path[d*="5.885"] {
        animation: dotPulse 1.6s ease-in-out infinite;
    }
    /* ========= KEYFRAMES ========= */
    
    @keyframes barSlide {
        0% {
            transform: translateY(-18px);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        70% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(0);
        }
    }
    
    @keyframes dotPulse {
        0%,
        100% {
            transform: scale(1);
            opacity: .7;
        }
        50% {
            transform: scale(1.35);
            opacity: 1;
        }
    }
    
    @keyframes iconFloat {
        0% {
            transform: translateY(0) rotate(0deg);
        }
        50% {
            transform: translateY(-10px) rotate(2deg);
        }
        100% {
            transform: translateY(0) rotate(0deg);
        }
    }
    
    .peace-1 {
        width: 100% !important;
        width: 200px !important;
        max-width: 500px !important;
    }
    
    .peace-2 {
        width: 100% !important;
        height: 200px;
        width: 450px !important;
        max-width: 500px !important;
    }
    
    .peace-3 {
        width: 100% !important;
        width: 200px !important;
        max-width: 500px !important;
    }
    
    .footer-col .ft-span {
        margin-left: 20px;
        color: #d1d5db;
        font-size: 12px;
    }
    
    .footer-col .info a {
        color: #d1d5db !important;
    }
    
    .footer-col .info a {
        color: #d1d5db !important;
    }
    
    .footer-col .info p strong {
        color: #fff !important;
    }
    
    .footer-col .bold {
        color: #fff !important;
    }
    
    @media (max-width: 767px) {
        .payment-title {
            font-size: 25px;
            color: #c1a88b;
            font-weight: 300 !important;
        }
        .process-title {
            font-size: 28px;
            font-weight: 400;
            color: #c8ab8b;
        }
        .process-subtitle {
            color: #bfbfbf;
            font-size: 19px;
            margin-top: 10px;
        }
        .about-hero h1 {
            font-size: 35px;
            color: #c1a88b;
            font-weight: 300;
        }
        .about-card h2 {
            color: #c1a88b;
            font-size: 30px;
            margin-bottom: 10px;
        }
        .info-card .title {
            font-size: 25px;
            text-align: left;
        }
        .why-title {
            font-size: 32px;
            font-weight: 400;
            color: #C1A88B;
            line-height: 1.2;
        }
        .consult-header h1 {
            font-size: 32px;
            color: #c1a88b;
            font-weight: inherit;
        }
        .consult-info h2 {
            margin-top: 10px;
            font-size: 20px;
            color: #c1a88b;
        }
        .contact-section h2 {
            font-weight: 300;
            font-size: 30px;
        }
        .cta-card p {
            font-size: 14px !important;
            color: #fffd !important;
            text-align: left !important;
        }
        .cta-card form .small {
            font-size: 12px !important;
            color: #fffd !important;
            text-align: left !important;
        }
        .terms-sr .display-5 {
            font-size: 22px !important;
            text-align: left;
        }
        .terms-sr header {
            text-align: left !important;
        }
        .privacy-poli .card-custom h5 {
            color: #c1a88b;
        }
        .contact-box {
            text-align: left;
            justify-content: left;
        }
        .contact-box h4 {
            text-align: left;
            justify-content: left;
        }
        .about-card {
            height: 100%;
            padding: 20px;
        }
        .about-card img {
            margin-bottom: 20px;
            border-radius: 20px;
        }
        .about-card .content {
            border: 1px solid #ffffff4a;
            border-radius: 10px;
        }
        .about-card .right-align {
            border: 1px solid #ffffff4a;
            border-radius: 10px !important;
        }
        .content h2 {
            font-size: 25px;
        }
        .hero-slider .content .btn {
            border: 1px solid #c1a88b;
            color: #c1a88b;
            border-radius: 50px;
            padding: 4px 20px;
        }
        .feature-title {
            font-size: 29px !important;
            font-weight: 200 !important;
            color: #c1a88b !important;
        }
        .testimonial-title {
            font-size: 28px;
            font-weight: 300;
            color: #c1a88b;
        }
        .process-card {
            background: #141414;
            border-radius: 28px;
            padding: 25px 25px;
            height: 100%;
            transition: all 0.4s ease;
        }
        .text-content p {
            margin-top: 10px;
            max-width: 700px;
            font-size: 14px;
            color: #404040;
            line-height: 1.7;
            padding: 0;
        }
        #stickyBar button {
            background: #C1A88B;
            border: none;
            padding: 14px 24px;
            border-radius: 39px !important;
            font-weight: 600;
            cursor: pointer;
        }
        .promo-card {
            padding: 60px 20px;
        }
        .slider-btn {
            top: 90%;
        }
    }
    
    .fs-span {
        font-size: 16px;
        color: #ffffffd9;
        margin-left: 32px;
    }
    
    .grill-section .feature-list .fl-span {
        margin-left: 17px;
        color: #ffffffc7;
        font-size: 15px !important;
    }
    
    #stickyBar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #111111f5;
        color: #fff;
        z-index: 3;
        display: none;
        max-width: 96%;
        border-radius: 16px 15px 0 0;
        margin: 0 auto;
        border: 1px solid #ffffff2b;
        border-bottom: none;
    }
    
    #stickyBar .sti {
        padding: 20px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    #stickyBar button {
        background: #C1A88B;
        border: none;
        padding: 14px 24px;
        border-radius: 30px;
        font-weight: 600;
        cursor: pointer;
    }
    
    .terms-sr p {
        font-size: 14px !important;
        font-weight: 500;
        color: #fff;
    }
    /* HEADER */
    
    .site-header {
        position: sticky;
        top: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(8px);
    }
    /* INNER */
    
    .header-inner {
        max-width: 1260px;
        margin: auto;
        padding: 24px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /* LOGO */
    
    .logo {
        width: 30%;
    }
    
    .logo img {
        height: 56px;
    }
    /* DESKTOP NAV */
    
    .nav-desktop {
        display: flex;
        gap: 36px;
        width: 70%;
        text-align: center;
        justify-content: left;
        margin-left: 132px;
    }
    
    .nav-desktop a {
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 2px;
        color: #c1a88b;
        transition: color 0.3s ease;
    }
    
    .nav-desktop a:hover {
        color: #ffffff;
    }
    /* MOBILE TOGGLE */
    
    .menu-toggle {
        display: none;
        font-size: 26px;
        background: none;
        border: 1px solid rgba(193, 168, 139, 0.5);
        color: #c1a88b;
        padding: 6px 12px;
        cursor: pointer;
    }
    /* MOBILE MENU */
    
    .nav-mobile {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        border-top: 1px solid rgba(193, 168, 139, 0.2);
    }
    
    .nav-mobile a {
        padding: 14px 20px;
        text-decoration: none;
        color: #c1a88b;
        font-size: 13px;
        letter-spacing: 2px;
    }
    
    .nav-mobile a:hover {
        background: rgba(193, 168, 139, 0.1);
    }
    /* RESPONSIVE */
    
    @media (max-width: 992px) {
        .nav-desktop {
            display: none;
        }
        .menu-toggle {
            display: block;
        }
        .nav-mobile.active {
            display: flex;
        }
        #mainImg {
            transition: all .3s ease;
            height: 100%;
            object-fit: fill;
        }
        .logo img {
            width: 100%;
        }
        .logo {
            width: 50% !important;
        }
    }
    
    .container {
        max-width: 1260px !important;
    }
    /* ===============================
   BASE PAGE
================================ */
    
    .privacy-page {
        position: relative;
        min-height: 100vh;
        background: #050506;
        color: #f8fafc;
        overflow: hidden;
    }
    /* ===============================
   GLOW ANIMATION
================================ */
    
    @keyframes pulseGold {
        0% {
            transform: scale(0.9);
            opacity: 0.35;
        }
        50% {
            transform: scale(1.15);
            opacity: 0.9;
        }
        100% {
            transform: scale(0.9);
            opacity: 0.35;
        }
    }
    
    .bg-glow {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
    }
    
    .glow {
        position: absolute;
        border-radius: 50%;
        filter: blur(40px);
        background: radial-gradient(circle, rgb(193 168 139) 0%, rgb(193 168 139 / 78%) 35%, transparent 70%);
        animation: pulseGold ease-in-out infinite;
        will-change: transform, opacity;
    }
    /* ===============================
   INDIVIDUAL GLOWS (MATCHING IMAGE)
================================ */
    
    .g1 {
        width: 540px;
        height: 540px;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
        animation-duration: 8s;
    }
    
    .g2 {
        width: 420px;
        height: 420px;
        top: 32%;
        left: -4%;
        animation-duration: 7s;
        animation-delay: 1.2s;
    }
    
    .g3 {
        width: 500px;
        height: 500px;
        top: 22%;
        right: -6%;
        animation-duration: 9s;
        animation-delay: 0.6s;
    }
    
    .g4 {
        width: 460px;
        height: 460px;
        bottom: -4%;
        left: 30%;
        transform: translateX(-50%);
        animation-duration: 10s;
        animation-delay: 1.8s;
    }
    
    .g5 {
        width: 360px;
        height: 360px;
        bottom: 10%;
        right: -2%;
        animation-duration: 7.5s;
        animation-delay: 2.5s;
    }
    
    .g6 {
        width: 220px;
        height: 220px;
        top: 14%;
        left: 12%;
        animation-duration: 6s;
    }
    
    .g7 {
        width: 260px;
        height: 260px;
        top: 48%;
        right: 15%;
        animation-duration: 8s;
        animation-delay: 1.9s;
    }
    
    .g8 {
        width: 240px;
        height: 240px;
        bottom: 24%;
        left: 5%;
        animation-duration: 7.2s;
        animation-delay: 3.1s;
    }
    
    .g9 {
        width: 180px;
        height: 180px;
        top: 63%;
        right: 30%;
        animation-duration: 5.5s;
    }
    
    .g10 {
        width: 160px;
        height: 160px;
        bottom: 8%;
        right: 18%;
        animation-duration: 6.8s;
        animation-delay: 4s;
    }
    /* ===============================
   CONTENT LAYER
================================ */
    
    @media (max-width: 768px) {
        .glow {
            filter: blur(26px);
            opacity: 0.6;
            background: radial-gradient(circle, rgb(193 168 139 / 53%) 0%, rgb(193 168 139 / 34%) 35%, transparent 70%);
        }
        .hero-slider {
            position: relative;
            width: 100%;
            height: 65vh;
            overflow: hidden;
        }
        .about-text {
            margin-top: 16px;
            color: rgba(255, 255, 255, 0.85);
            font-size: 14px !important;
            line-height: 1.7;
        }
        .testimonial-title {
            font-size: 30px;
            padding: 0px 10px;
            font-weight: 300;
            color: #c1a88b;
        }
        .testimonial-text {
            margin-top: 24px;
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
            font-size: 16px;
            line-height: 1.75;
            color: rgba(255, 255, 255, 0.883);
        }
        .process-subtitle {
            color: #bfbfbf;
            font-size: 19px;
            margin-top: 10px;
            padding: 0 10px;
        }
        .quote-container h2 {
            font-size: 36px;
        }
        .contact-form .info {
            font-size: 11.5px !important;
            color: #fff9;
            padding: 0;
            margin: 0;
        }
        .about-card .content {
            border: 1px solid #ffffff0d;
            border-radius: 10px;
        }
        .about-card .note {
            font-size: 12px;
            opacity: .7;
            color: #ffffffd9;
            position: absolute;
            top: -53px;
            right: 8px;
            background: #000000c2;
            padding: 1px 10px;
            border-radius: 20px;
        }
        .main-image-box {
            background: #121212;
            border-radius: 28px;
            padding: 0px;
            position: relative;
        }
        .hero-slider .content {
            position: relative;
            z-index: 2;
            max-width: 363px;
            margin: 0 !important;
            padding: 80px 20px;
        }
        .team-section-ph {
            display: block !important;
        }
        .team-section-dk {
            display: none !important;
        }
        .team-section {
            height: 367px;
        }
    }
    
    .team-section {
        position: relative;
        overflow: hidden;
    }
    /* DESKTOP */
    
    .team-images {
        display: flex;
    }
    
    .slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    /* MOBILE SLIDER */
    
    @media (max-width: 768px) {
        .team-images {
            display: flex;
            transition: transform 0.5s ease;
        }
        .slide {
            min-width: 100%;
        }
        .slider-dots {
            position: absolute;
            bottom: 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 8px;
            z-index: 9;
        }
        .dot {
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
        }
        .dot.active {
            background: #c1a87b;
        }
        .faq-question i,
        span {
            color: #ffffffb3;
        }
        .info-card .qty {
            text-align: left;
            background-color: #ffffff0d;
        }
        .mt-4.d-flex.justify-content-between {
            text-align: left;
            justify-self: left;
        }
        .feature-item h5 {
            margin: 0;
            font-weight: 600;
            font-size: 12px;
            font-family: sans-serif;
            color: #fff;
        }
        .accordion-body {
            padding: 8px;
        }
        .accordion-body .accordion-button {
            padding: 12px;
        }
        #d1 {
            padding: 12px;
        }
        .payment-subtitle {
            padding: 0 24px;
        }
        .section-desc {
            font-size: 14px;
            line-height: 1.6;
            color: rgb(255 255 255 / 80%);
            font-weight: 400;
        }
        .section-title {
            color: #C1A88B;
            font-size: 19px;
            margin: 10px 0;
        }
        .feature-list li {
            font-size: 14px;
        }
        .grill-section .feature-list .fl-span {
            margin-left: 0;
        }
        .section-title {
            font-size: 22px;
        }
        .section-desc {
            font-size: 13px;
        }
        .btn-gold {
            background: #C1A88B;
            color: #000;
            font-weight: 500;
            text-align: center;
            max-width: 190px;
            padding: 8px !important;
        }
        .container {
            padding: 0;
        }
        .ent-heading {
            font-size: 22px;
        }
        .ent-text {
            font-size: 14px;
        }
        .fridge-heading {
            font-size: 22px;
        }
        .fridge-list li::marker {
            display: none;
            font-size: 0;
        }
        .fridge-list li {
            font-size: 14px;
        }
        .install-heading {
            font-size: 28px;
        }
        .install-subtext {
            font-size: 14px;
        }
        .step-circle {
            width: 130px;
            height: 130px;
        }
        .install-step p {
            font-size: 12px;
            line-height: 1.5;
            color: rgba(255, 255, 255, .7);
            max-width: 100%;
            margin: 0 auto;
        }
        .stories-subtext {
            max-width: 360px;
            margin: 12px auto 0;
            font-size: 14px;
            color: rgba(255, 255, 255, .7);
        }
        .story-quote {
            font-size: 14px;
        }
        .story-text {
            font-size: 14px;
        }
        .glass-card .small {
            font-size: 12px;
        }
        .glass-card .small-1 {
            font-size: 11px;
        }
        .faq-head p {
            font-size: 16px;
        }
        .cta-box span {
            color: #fff;
            font-size: 12px;
        }
        p.small.text-muted.text-center.mt-3 {
            font-size: 9px;
        }
        .terms-sr {
            width: 100%;
            padding: 20px;
        }
        .terms-sr .lead {
            font-size: 13.5px;
        }
        terms-sr p {
            font-size: 12px !important;
            font-weight: 500;
            color: #e2e8f0;
        }
        .terms-sr ul {
            padding-left: 13px;
        }
        .about-card .content {
            padding: 0px !important;
        }
        .about-card p {
            font-size: 16px;
        }
        .note-2 {
            display: block !important;
            font-size: 16px;
            margin-top: 10px;
        }
        .note2 {
            display: none;
        }
    }
    
    .consult-info .features li {
        display: flex;
    }
    
    .team-section {
        position: relative;
        height: 500px;
    }
    /* IMAGES */
    
    .team-images {
        position: relative;
        height: 100%;
        z-index: 1;
    }
    /* OVERLAY CONTENT */
    
    .team-overlay {
        position: absolute;
        inset: 0;
        z-index: 5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        background: rgba(0, 0, 0, 0.35);
        /* image jaisa dark overlay */
    }
    
    .team-overlay h2 {
        color: #c1a87b;
        font-size: 42px;
        margin-bottom: 15px;
    }
    
    .team-overlay p {
        color: #fff;
        max-width: 700px;
        font-size: 16px;
        line-height: 1.6;
    }
    
    .team-btn {
        margin-top: 20px;
        padding: 14px 32px;
        background: #c1a87b;
        color: #000;
        border-radius: 30px;
        text-decoration: none;
    }
    
    .team-section .slider-arrow {
        position: absolute;
        top: -185px;
        transform: translateY(-50%);
        font-size: 17px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        width: 25px;
        padding: 8px 6px;
        border-radius: 86%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 6;
    }
    
    .slider-arrow.prev {
        left: 15px;
    }
    
    .slider-arrow.next {
        right: 15px;
    }
    
    .note-2 {
        display: none;
    }
    /** **/
    
    .feature-list li {
        display: flex;
    }
    
    .Ste1 {
        justify-content: space-around;
    }
    
    .bottom-glow {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 560px;
        /* ~36rem */
        height: 380px;
        border-radius: 999px;
        background: linear-gradient( to right, rgba(193, 168, 139, 0.22), rgba(193, 168, 139, 0.04), rgba(193, 168, 139, 0.22));
        filter: blur(110px);
        opacity: 0.9;
        pointer-events: none;
    }
    /* Responsive balance */
    
    @media (min-width: 768px) {
        .bottom-glow {
            width: 720px;
            height: 420px;
            filter: blur(130px);
        }
    }
    
    .max-w {
        max-width: 1150px;
        margin: 0 auto;
    }
    
    #thankYouModal {
        display: none !important;
    }
    /* Default label */
    
    .contact-form .field label {
        transition: color 0.25s ease;
    }
    /* Focus ANY TIME → GOLD */
    
    .contact-form .field input:focus+label,
    .contact-form .field textarea:focus+label {
        color: #c1a88b !important;
    }
    /* Blur + HAS VALUE → WHITE */
    
    .contact-form .field input:not(:focus):not(:placeholder-shown)+label,
    .contact-form .field textarea:not(:focus):not(:placeholder-shown)+label {
        color: #ffffffb3;
    }
    
    .faq-item-location {
        background: linear-gradient(180deg, #141414, #0c0c0c);
        border-radius: 14px;
        padding: 16px 18px;
        border: 1px solid rgba(193, 168, 139, .2);
        width: 800px;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    .faq-location {
        color: #fff;
    }
    
    .faq-location h4 {
        text-align: center;
        color: #fff;
        font-size: 35px;
    }
    
    .faq-question-location {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-weight: 600;
    }
    
    .faq-question-location i {
        color: #fff;
    }
    
    .faq-answer-location .flex-wrap .text-muted {
        color: #fff !important;
    }
    
    .faq-answer-location {
        display: none;
        margin-top: 12px;
        color: #555;
    }
    
    .faq-icon-location {
        transition: transform 0.3s ease;
    }
    
    .faq-item-location.active .faq-icon-location {
        transform: rotate(180deg);
    }
    
    .copy-btn-location {
        background: rgba(255, 255, 255, .05);
        color: rgba(255, 255, 255, .8);
        padding: 1px 14px;
        border-radius: 50px;
        font-weight: 400;
        border: 1px solid rgba(255, 255, 255, .1);
    }
    
    @media (max-width: 992px) {
        .faq-item-location {
            width: 100%;
            padding: 14px 16px;
        }
        .faq-location h4 {
            font-size: 36px;
        }
        .faq-question-location {
            font-size: 16px;
        }
    }
    
    @media (max-width: 768px) {
        .faq-item-location {
            width: 100%;
            padding: 12px 14px;
            border-radius: 12px;
        }
        .faq-location h4 {
            font-size: 28px;
            line-height: 1.2;
        }
        .faq-question-location {
            gap: 10px;
            font-size: 15px;
        }
        .faq-question-location svg {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
        }
        .faq-answer-location p {
            font-size: 14px;
            line-height: 1.6;
        }
        .copy-btn-location {
            padding: 2px 12px;
            font-size: 13px;
        }
    }
    
    @media (max-width: 480px) {
        .faq-location h4 {
            font-size: 24px;
        }
        .faq-question-location {
            font-size: 14px;
        }
        .faq-answer-location p {
            font-size: 13px;
        }
        .copy-btn-location {
            font-size: 12px;
        }
        .location-page .heading {
            font-size: 30px;
            color: #c1a88b;
            font-weight: 500;
            text-align: center;
            padding: 0 10px;
            text-transform: capitalize;
        }
        .team-section-ph {
            display: block;
        }
        .team-section-dk {
            display: none;
        }
    }
    
    .team-section-ph {
        display: none;
    }
    
    .team-section-dk {
        display: block;
    }
    
    .team-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        height: 100%;
        padding: 12px;
    }
    
    .img-col {
        display: flex;
        flex-direction: column;
    }
    
    .img-col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
        transition: transform .6s ease;
    }
    
    .team-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        backdrop-filter: blur(1px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
    
    .img-col img.tall {
        height: 90%;
    }
    
    .img-col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
        transition: transform .6s ease;
    }
    
    .info-2ft {
        display: none;
    }
    
    .info .d-flex li {
        margin-inline: 12px;
    }
    
    .info {
        margin-top: 0;
        padding-top: 0;
    }
    
    .info ul {
        padding: 0;
        display: flex;
    }
    /* MODAL OVERLAY */
    
    .modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(6px);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    /* HIDE */
    
    .hidden {
        display: none;
    }
    /* MODAL CARD */
    
    .modal-card {
        width: 100%;
        max-width: 480px;
        background: #0d0d0d;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 24px;
        box-shadow: 0 20px 80px rgba(0, 0, 0, 0.6);
    }
    /* HEADER */
    
    .modal-header {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
    
    .tag {
        font-size: 11px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #C1A88B;
    }
    
    .modal-header h3 {
        color: #fff;
        font-size: 20px;
        margin: 6px 0;
    }
    
    .desc {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
    }
    /* CLOSE */
    
    .close-btn {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.6);
        font-size: 22px;
        cursor: pointer;
    }
    /* ACTION BUTTONS */
    
    .modal-actions {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .btn {
        padding: 14px;
        border-radius: 999px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
    }
    
    .btn.primary {
        background: rgba(193, 168, 139, 0.15);
        color: #C1A88B;
        border: 1px solid rgba(193, 168, 139, 0.4);
    }
    
    .btn.secondary {
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .city-container {
        text-align: center;
        color: #fff;
        width: 100%;
    }
    
    .city-list {
        max-width: 1200px;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
        line-height: 1.8;
    }
    
    .location-container .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .location-container .footer-grid ul {
        padding-left: 0px;
    }
    
    .location-container .footer-grid ul li {
        display: block;
        padding-bottom: 6px;
    }
    
    .location-container .footer-grid ul li a {
        text-decoration: none;
        color: #d1d5db;
    }
    
    .location-container .footer-links {
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 0;
    }
    
    .location-container .footer-links a {
        padding-right: 10px;
        padding-top: 20px;
    }
    
    .location-container .promo-card {
        padding: 0px;
    }
    /* Active state styles for all option buttons */
    
    button[data-fuel].active,
    button[data-cooking].active,
    button[data-plumbing].active,
    button[data-countertop].active {
        border: 2px solid #c1a88b !important;
        background: rgba(193, 168, 139, 0.1) !important;
        color: #c1a88b !important;
    }
    /* Hotspot popup option active state */
    
    .hotspot-popup-option.active {
        border: 2px solid #c1a88b !important;
        background: rgba(193, 168, 139, 0.1) !important;
    }