    .custom-captcha-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
}

.captcha-question {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.refresh_captcha {
       cursor: pointer;
    border: none;
}

.captcha_answer {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
}

/* ================= GLOBAL ================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: 'Inter', sans-serif;
    background:#f4efe6;
    color:#3a2a1c;
}

h1,h2,h3{
    font-family:'Cormorant Garamond', serif;
    letter-spacing:1px;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ================= NAVBAR ================= */
/* Mobile styles */
@media (max-width: 991px) {
  .navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar-toggler {
    order: 1;
    margin-right: auto;
  }
  
  .navbar-brand {
    order: 2;
    margin-left: auto !important;
  }
  
  .navbar-collapse {
    order: 3;
    flex-basis: 100%;
    margin-top: 15px;
  }
  
  .navbar-collapse .navbar-nav {
    text-align: center;
  }
  
  .navbar-collapse .navbar-nav .nav-item {
    padding: 5px 0;
  }
}

/* Desktop styles */
@media (min-width: 992px) {
  .navbar .container {
    display: flex;
    align-items: center;
  }
  
  .navbar-collapse {
    flex: 1;
  }
  
  .navbar-nav {
    margin-right: auto;
  }
  
  .navbar-brand {
    margin-left: auto !important;
  }
}
 
.nav-link
{
    color: #212121;
}
.nav-link:hover
{
    color: #77501e;
}
.navbar-nav .nav-link.active
{
    color: #77501e;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}
/* ================= HERO ================= */
.hero-slider{
    position:relative;
    width:100%;
    overflow:hidden;
}

.slides{
    position:relative;
}

.slide{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 1.2s ease-in-out;
}

.slide.active{
    opacity:1;
    position:relative;
}

.slide img{
    width:100%;
    height:auto;
    display:block;
}

.hero-slider::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,.25), rgba(0,0,0,.1));
    pointer-events:none;
}

.luxury-text{
    color: black;
}

.pagination{
    position:absolute;
    bottom:25px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:3;
}

.pagination span{
    width: 30px;
    height: 3px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: .3s;
}

.pagination span.active{
    background:#fff;
}

/* ================= ABOUT ================= */
.luxury-split{
    position:relative;
    background:url('../images/theme-bg.webp') center/cover no-repeat;
    padding:120px 0;
    color:#fff;
}

.luxury-overlay{
    position:absolute;
    inset:0;
    background:#ffffffa8;
}

.luxury-content{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
    gap:50px;
}

.luxury-text h2{
    font-family:'Cormorant Garamond', serif;
    font-size:36px;
    margin-bottom:20px;
    letter-spacing:1px;
}

.luxury-text p{
    font-size:15px;
    line-height:1.8;
    opacity:.9;
}

.luxury-center{
    text-align:center;
}

.luxury-center img{
    width:100%;
    max-width:380px;
    border-radius:30px;
    box-shadow:0 20px 40px rgba(0,0,0,.4);
}

@media(max-width:992px){
    .luxury-content{
        grid-template-columns:1fr;
        text-align:center;
    }
    .luxury-center{
        order:-1;
    }
}

/* ================= CONTACT ================= */
.contact{
    padding:50px 0px 50px 0px;
    background:#ffffff;
    text-align:center;
}

.contact h2{
    font-size:40px;
    margin-bottom:40px;
}

form{
    max-width:700px;
    margin:auto;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

input,textarea{
    width:100%;
    padding:12px 15px;
    border-radius:30px;
    border:1px solid #ccc;
    outline:none;
}

textarea{
    border-radius:20px;
    resize:none;
    height:120px;
}

button{
    background:#7b5738;
    color:#fff;
    border:none;
    padding:12px 30px;
    border-radius:30px;
    cursor:pointer;
    margin-top:10px;
}

/* ================= FOOTER ================= */
.footer {
    position: relative;
    background: url('../images/banner.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 50px 20px 20px;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 100%) 0%, rgb(67 67 67 / 60%) 50%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 0;
}

.footer-logo, .footer-row, .footer-bottom{
    padding: 50px 10px;
}
.footer-row{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-logo img {
    max-width: 250px;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}
.footer-column h4 {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-column p {
    margin: 5px 0;
    font-size: 14px;
}
.footer-bottom {
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.3);
}
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        align-items: center;
    }
    .footer-column {
        margin: 10px 0;
    }
}

/* ================= CARD SLIDER ================= */
.card-slider-section{
    padding:50px 0;
    background:#f4efe6;
    text-align:center;
}
.section-title{
    font-size:42px;
    margin-bottom:50px;
}
.card-slider{
    overflow:hidden;
    position:relative;
    max-width:1200px;
    margin:0 auto;
}
.card-track{
    display:flex;
    transition:transform 0.6s ease;
}
.lux-card{
    min-width:33.333%;
    padding:20px;
    box-sizing:border-box;
}
.lux-card img{
    width:100%;
    border-radius:25px;
    margin-bottom:20px;
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
    object-fit:cover;
    height:250px;
}
.lux-card h3{
    font-size:20px;
    margin-bottom:10px;
}
.card-pagination{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:10px;
}
.card-pagination span{
    width: 30px;
    height: 3px;
    border-radius:8px;
    background:#ccc;
    cursor:pointer;
    transition:.3s;
}
.card-pagination span.active{
    background:#7b5738;
}
@media(max-width:992px){
    .lux-card{
        min-width:50%;
    }
}
@media(max-width:600px){
    .lux-card{
        min-width:100%;
    }
}

/* ================= FLOATING BUTTONS ================= */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.float::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.6);
    animation: pulse 1.8s infinite;
    z-index: -1;
}
.float-phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    left: 20px;
    background-color: #77501e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.float-phone::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(119, 80, 30, 0.6);
    animation: pulse 1.8s infinite;
    z-index: -1;
}
.wp-button { color: #fff; }
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.7; }
    70% { transform: scale(1.8); opacity: 0; }
    100% { opacity: 0; }
}

.lead-float-btn{
    position: fixed;
    right: -45px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #77501e;
    color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}
.lead-float-btn:hover{ color:#212121;background-color:white;transition:0.20s ease-in-out; }

/* Modal fixes */
.modal-backdrop { z-index: 1040 !important; }
.modal { z-index: 1050 !important; }
body.modal-open { overflow: auto !important; padding-right: 0 !important; }


/* ================= BONITO DESIGNS PROMO ================= */
        .bonito-promo {
            padding: 70px 0;
            background: linear-gradient(135deg, #f9f5f0 0%, #f0ebe3 100%);
            border-top: 1px solid rgba(119, 80, 30, 0.1);
            border-bottom: 1px solid rgba(119, 80, 30, 0.1);
        }

        .promo-card {
            background: #ffffff;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-wrap: wrap;
        }

        .promo-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
        }

        /* ===== LEFT SIDE ===== */
        .promo-left {
            flex: 1.2;
            min-width: 280px;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .promo-left-content {
            padding: 45px 35px;
            position: relative;
            z-index: 1;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        /* Logo - Left Aligned */
        .promo-logo-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .promo-logo-wrapper img {
            max-width: 180px;
            height: auto;
        }

        /* Badge - Centered */
        .promo-center-badge {
            background: linear-gradient(135deg, #77501e, #5e3e16);
            display: inline-block;
            padding: 10px 28px;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            text-align: center;
            letter-spacing: 0.5px;
                align-self: flex-start;
                margin-bottom: 20px;
            text-transform: uppercase;
            box-shadow: 0 4px 15px rgba(119, 80, 30, 0.25);
        }

        /* ===== RIGHT SIDE ===== */
        .promo-right {
            flex: 1;
            min-width: 280px;
            background: #1a2a2f;
            padding: 45px 35px;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .promo-right::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.06"><path fill="white" d="M20,20 L30,20 L25,28 Z M50,30 L60,30 L55,38 Z M70,50 L80,50 L75,58 Z M30,70 L40,70 L35,78 Z"></path></svg>');
            background-size: 60px;
            pointer-events: none;
        }

        .promo-right h4,
        .promo-right .offer-title,
        .promo-right .promo-value,
        .promo-right p,
        .promo-right .promo-btn {
            position: relative;
            z-index: 1;
        }

        .promo-right h4 {
            font-size: 20px;
            color: #d4af7a;
            margin-bottom: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .promo-right .offer-title {
            font-size: 32px;
            font-weight: 700;
            color: #ffffff;
            line-height: 1.2;
            margin-bottom: 5px;
        }

        .promo-value {
            font-size: 42px;
            font-weight: 800;
            color: #d4af7a;
            margin: 15px 0;
        }

        .promo-value small {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 400;
        }

        .promo-right p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 25px;
            max-width: 90%;
        }

        .promo-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #d4af7a;
            color: #1a2a2f;
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
            align-self: flex-start;
            border: none;
            cursor: pointer;
        }

        .promo-btn:hover {
            background: #c9a56a;
            color: #1a2a2f;
            transform: translateX(5px);
            box-shadow: 0 8px 25px rgba(212, 175, 122, 0.35);
        }

        .promo-btn i {
            transition: transform 0.3s ease;
        }

        .promo-btn:hover i {
            transform: translateX(5px);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .promo-left {
                flex: 1;
                min-width: 200px;
            }

            .promo-left-content {
                padding: 35px 25px;
                gap: 20px;
            }

            .promo-center-badge {
                font-size: 12px;
                padding: 8px 20px;
            }

            .promo-right {
                padding: 35px 25px;
            }

            .promo-right .offer-title {
                font-size: 28px;
            }

            .promo-value {
                font-size: 36px;
            }

            .promo-right p {
                max-width: 100%;
            }
        }

        @media (max-width: 768px) {
            .bonito-promo {
                padding: 50px 0;
            }

            .promo-card {
                border-radius: 20px;
                flex-direction: column;
            }

            .promo-left {
                min-width: auto;
                border-bottom: 2px solid #f0ebe3;
            }

            .promo-left-content {
                padding: 30px 25px;
                gap: 15px;
                align-items: center;
            }

            .promo-logo-wrapper {
                justify-content: center;
            }

            .promo-logo-wrapper img {
                max-width: 150px;
            }

            .promo-center-badge {
                font-size: 11px;
                padding: 8px 18px;
                width: 100%;
                max-width: 280px;
                text-align: center;
                align-self: center;
            }

            .promo-right {
                padding: 30px 25px;
                text-align: center;
            }

            .promo-right h4 {
                font-size: 18px;
            }

            .promo-right .offer-title {
                font-size: 24px;
            }

            .promo-value {
                font-size: 32px;
            }

            .promo-value small {
                font-size: 14px;
            }

            .promo-right p {
                font-size: 14px;
                max-width: 100%;
            }

            .promo-btn {
                align-self: center;
                padding: 12px 28px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .bonito-promo {
                padding: 30px 0;
            }

            .promo-left-content {
                padding: 20px 15px;
                gap: 12px;
            }

            .promo-logo-wrapper img {
                max-width: 120px;
            }

            .promo-center-badge {
                font-size: 10px;
                padding: 6px 14px;
                max-width: 220px;
            }

            .promo-right {
                padding: 25px 20px;
            }

            .promo-right h4 {
                font-size: 16px;
            }

            .promo-right .offer-title {
                font-size: 20px;
            }

            .promo-value {
                font-size: 28px;
                margin: 10px 0;
            }

            .promo-value small {
                font-size: 12px;
            }

            .promo-right p {
                font-size: 13px;
                margin-bottom: 20px;
            }

            .promo-btn {
                padding: 10px 24px;
                font-size: 13px;
                gap: 8px;
            }
        }


/* ================= VIRTUAL TOUR & FLOOR PLANS ================= */
.tour-section, .floorplans-section {
    padding: 80px 0;
    background: #f4efe6;
}
.tour-section {
    background: linear-gradient(135deg, #e8e0d5 0%, #f4efe6 100%);
}
.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #77501e;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 40px rgba(0,0,0,0.15);
    position: relative;
    cursor: pointer;
}
.video-preview {
    position: relative;
    width: 100%;
}
.video-preview img {
    width: 100%;
    display: block;
    transition: all 0.4s ease;
}
.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.3s ease;
}
.blur-overlay i {
    font-size: 70px;
    color: #d4af7a;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.blur-overlay span {
    color: white;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0.6);
    padding: 8px 20px;
    border-radius: 40px;
}
.video-wrapper:hover .blur-overlay {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(12px);
}

/* Floor Plans Grid */
.plans-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.plan-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.plan-card:hover {
    transform: translateY(-8px);
}
.plan-image {
    position: relative;
    overflow: hidden;
}
.plan-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}
.plan-lock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
}
.plan-lock i {
    font-size: 40px;
    color: #d4af7a;
}
.plan-lock span {
    font-size: 14px;
    background: rgba(0,0,0,0.7);
    padding: 5px 15px;
    border-radius: 30px;
}
.plan-info {
    padding: 20px;
    text-align: center;
}
.plan-info h4 {
    font-size: 22px;
    color: #1a2a2f;
    margin-bottom: 8px;
}
.plan-info p {
    color: #77501e;
    font-weight: 600;
    font-size: 18px;
}
.config-badge {
    display: inline-block;
    background: #f0ebe3;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #77501e;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .tour-section, .floorplans-section { padding: 50px 0; }
    .blur-overlay i { font-size: 50px; }
}

/* ================= BONITO MODAL STYLES ================= */
.bonito-modal .modal-content {
    border-radius: 25px;
    overflow: hidden;
    border: none;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.bonito-modal .modal-header {
    background: linear-gradient(135deg, #ffffff 0%, #734d1d 100%);
    padding: 30px 35px 20px;
    border-bottom: 3px solid #d4af7a;
    flex-direction: column;
    align-items: flex-start;
}

.bonito-modal .modal-header .bonito-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.bonito-modal .modal-header .bonito-brand img {
    max-width: 140px;
    height: auto;
}

.bonito-modal .modal-header .bonito-brand-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #000000, transparent);
}

.bonito-modal .modal-header .bonito-tagline {
    color: #212121;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 8px;
    padding-left: 5px;
}

.bonito-modal .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    padding: 10px;
    opacity: 0.8;
    transition: 0.3s;
}

.bonito-modal .modal-header .btn-close:hover {
    background: rgba(255,255,255,0.3);
    opacity: 1;
    transform: rotate(90deg);
}

.bonito-modal .modal-body {
    padding: 35px;
    background: #f9f5f0;
}

.bonito-modal .modal-body .bonito-subtitle {
    color: #77501e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.bonito-modal .modal-body h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: #1a2a2f;
    margin-bottom: 25px;
}

.bonito-modal .modal-body .form-control {
    border-radius: 12px;
    border: 2px solid #e8e0d5;
    padding: 12px 18px;
    font-size: 14px;
    transition: 0.3s;
    background: white;
}

.bonito-modal .modal-body .form-control:focus {
    border-color: #77501e;
    box-shadow: 0 0 0 4px rgba(119, 80, 30, 0.1);
}

.bonito-modal .modal-body .form-label {
    font-weight: 600;
    color: #3a2a1c;
    font-size: 13px;
}

.bonito-modal .modal-body .bonito-submit-btn {
    background: linear-gradient(135deg, #77501e, #5e3e16);
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    transition: 0.3s;
    letter-spacing: 1px;
}

.bonito-modal .modal-body .bonito-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(119, 80, 30, 0.3);
    background: linear-gradient(135deg, #5e3e16, #3d2a0e);
}

.bonito-modal .modal-body .bonito-submit-btn i {
    margin-left: 10px;
}

.bonito-modal .modal-footer {
    background: #f9f5f0;
    border-top: 1px solid #e8e0d5;
    padding: 20px 35px;
    justify-content: center;
}

.bonito-modal .modal-footer small {
    color: #999;
    font-size: 12px;
}

@media (max-width: 576px) {
    .bonito-modal .modal-header {
        padding: 20px;
    }
    .bonito-modal .modal-header .bonito-brand img {
        max-width: 100px;
    }
    .bonito-modal .modal-body {
        padding: 25px 20px;
    }
    .bonito-modal .modal-body h4 {
        font-size: 22px;
    }
    .bonito-modal .modal-footer {
        padding: 15px 20px;
    }
}

.bonito-modal .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 0.8;
    transition: 0.3s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.bonito-modal .modal-header .btn-close:hover {
    background: rgba(255,255,255,0.3);
    opacity: 1;
    transform: rotate(90deg);
}

/* ================= LOCATION SECTION ================= */
.location-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f4efe6 0%, #e8e0d5 100%);
}

.location-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* Left Side - Map */
.location-map {
    flex: 1.2;
    min-width: 300px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
}

.map-container {
    width: 100%;
    height: 100%;
    min-height: 450px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    display: block;
}



/* Right Side - Distances */
.location-distances {
    flex: 1;
    background: #ffffff;
    border-radius: 25px;
    padding: 35px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.distances-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0ebe3;
}

.distances-header h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: #1a2a2f;
    margin-bottom: 5px;
}

.distances-header p {
    color: #77501e;
    font-size: 14px;
    font-weight: 500;
}

.distances-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.distance-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    background: #f9f5f0;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: default;
}

.distance-item:hover {
    background: #f0ebe3;
    transform: translateX(5px);
}

.distance-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, #77501e, #5e3e16);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.distance-info {
    flex: 1;
}

.distance-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a2a2f;
    margin-bottom: 2px;
}

.distance-label {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.distance-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 70px;
}

.distance-time {
    font-weight: 700;
    color: #77501e;
    font-size: 16px;
}

.distance-km {
    font-size: 12px;
    color: #aaa;
}

/* Responsive */
@media (max-width: 992px) {
    .location-wrapper {
        flex-direction: column;
    }

    .location-map {
        min-width: auto;
    }

    .map-container {
        min-height: 350px;
    }

    .map-container iframe {
        min-height: 350px;
    }

    .location-distances {
        padding: 25px 20px;
    }
}

@media (max-width: 600px) {
    .location-section {
        padding: 50px 0;
    }

    .map-container {
        min-height: 280px;
    }

    .map-container iframe {
        min-height: 280px;
    }

    .distance-item {
        padding: 12px 14px;
        gap: 12px;
    }

    .distance-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 15px;
    }

    .distance-info h4 {
        font-size: 14px;
    }

    .distance-time {
        font-size: 14px;
    }

    .distances-header h3 {
        font-size: 24px;
    }

    .map-pin-overlay {
        font-size: 13px;
        padding: 8px 18px;
    }

    .map-pin-overlay i {
        font-size: 16px;
    }
}

 .promo-value {
        display: inline-block;
        font-size: 42px;
        font-weight: 800;
        color: #b8945c;
        margin: 15px 0;
        font-family: 'Inter', sans-serif;
        letter-spacing: 1px;
        position: relative;
    }

    .promo-value small {
        font-size: 16px;
        font-weight: 400;
        margin-left: 4px;
        color: inherit;
    }

    /* Gradient overlay that moves left to right */
    .promo-value .color-sweep {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            90deg,
            transparent 0%,
            transparent 30%,
            #ffffff 45%,
            #ffffff 50%,
            #ffffff 55%,
            transparent 70%,
            transparent 100%
        );
        background-size: 200% 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: sweepLeftToRight 3.5s ease-in-out infinite;
        pointer-events: none;
    }

    /* Fallback text underneath (static color) */
    .promo-value .static-text {
        opacity: 1;
        color: #b8945c;
    }

    /* ===== SWEEP KEYFRAMES ===== */
    @keyframes sweepLeftToRight {
        0% {
            background-position: -200% 0;
        }
        100% {
            background-position: 200% 0;
        }
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 992px) {
        .promo-value {
            font-size: 36px;
        }
        .promo-value small {
            font-size: 14px;
        }
    }

    @media (max-width: 768px) {
        .promo-value {
            font-size: 32px;
        }
        .promo-value small {
            font-size: 13px;
        }
    }

    @media (max-width: 480px) {
        .promo-value {
            font-size: 28px;
        }
        .promo-value small {
            font-size: 12px;
        }
    }

    .gallery-section {
    padding:70px 0;
    background:#f4efe6;
}

.gallery-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.gallery-item {
    position:relative;
    overflow:hidden;
    border-radius:16px;
    cursor:pointer;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.4s ease;
    aspect-ratio:1.38 / 1;
}

.gallery-item:hover {
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}


.gallery-item img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}


.gallery-item:hover img {
    transform:scale(1.08);
}


/* Popup */

.gallery-popup {

    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    z-index:99999;

    display:none;
    align-items:center;
    justify-content:center;

}


.gallery-popup.active {
    display:flex;
}


.gallerySwiper {

    width:90%;
    height:90%;

}


.gallerySwiper .swiper-slide {

    display:flex;
    align-items:center;
    justify-content:center;

}


.gallerySwiper img {

    width:100%;
    height:100%;
    object-fit:contain;

}


.close-gallery {

    position:absolute;

    top:20px;
    right:35px;

    color:#fff;
    font-size:50px;
    cursor:pointer;

    z-index:10;

}


/* Responsive */

@media(max-width:1200px){

.gallery-grid{
    grid-template-columns:repeat(4,1fr);
}

}


@media(max-width:992px){

.gallery-grid{
    grid-template-columns:repeat(3,1fr);
}

}


@media(max-width:768px){

.gallery-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

}


@media(max-width:480px){

.gallery-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

}

      .promo-center-badge {
    background: linear-gradient(270deg, #77501e, #f04e45, #c9a56a, #f04e45);
    background-size: 800% 800%;
    animation: gradientAnimation 6s ease infinite;
    transition: transform 0.3s ease;
  }


  @keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
.image-fade {
    position: relative;
    overflow: hidden;
}

.image-fade img {
    width: 100%;
    display: block;

    -webkit-mask-image: linear-gradient(
        to bottom,
        black 60%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to bottom,
        black 60%,
        transparent 100%
    );
}

.swiper-button-next, .swiper-button-prev
{
    color: #77501e;
}
.swiper-pagination-bullet-active
{
    background-color: #77501e;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    padding: 1px 10px 1px 10px;
    background-color: white;
    border-radius: 100px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23c9a45c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}