.hero-carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
    color: black;
    max-width: 450px;
    background: white;
    padding: 2rem;
    border-radius: 8px;
}

.location-badge {
    background:#b8860b;
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.property-title {
    font-size: 2.5rem;
    margin: 1rem 0;
    color: black;
}

.property-type {
    background: #b8860b;
    color: white;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.property-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.property-features li {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.price {
    background:#b8860b;
    color: white;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0;
}

.enquire-btn {
    background:  #8b7355;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.enquire-btn:hover {
    background-color: white;
   border: solid 1px #8b7355;
   color: #b5932e;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 1rem;
}

@media (max-width: 768px) {
    .overlay-content {
        left: 20px;
        right: 20px;
        padding: 1.5rem;
    }

    .property-title {
        font-size: 2rem;
    }

    .price {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .overlay-content {
        left: 10px;
        right: 10px;
        padding: 1rem;
    }

    .property-title {
        font-size: 1.5rem;
    }
}

/* our pricing*/
 .pricing-section {
            background-color: #e0e0e0;
            padding: 20px;
            border-radius: 10px;
        }
        .pricing-row {
            background-color: #f8f8f8;
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
            margin-bottom: 10px;
        }
        .pricing-row:last-child {
            border-bottom: none;
        }
        .pricing-header {
            background-color: #d0d0d0;
            padding: 10px;
            border-radius: 5px 5px 0 0;
        }
        .btn-enquire {
            background-color: #b8860b;
            border: none;
        }
        .btn-sold-out {
            background-color: #8b7355;
            border: none;
        }
        @media (max-width: 768px) {
            .pricing-row {
                text-align: center;
            }
        }

.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 20px;
    z-index: 9999;
    box-shadow: -2px 0px 5px rgba(0,0,0,0.1);
    
}
.location-img {
    height: 300px; /* Set your fixed height */
    object-fit: cover; /* Ensures the image doesn't get distorted and covers the entire area */
    width: 100%; /* Ensure it takes up the full width */
}
.video{
    width:100%;
}
.content {
    margin-right: 300px;
}
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .content {
        margin-right: 0;
    }
}
.icon-text {
    font-size: 12px;
    text-align: center;
}

.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Responsive layout adjustments */
@media (max-width: 992px) {
    .fixed-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        box-shadow: none;
    }
}

/* Custom button style */
.btn-custom {
    background-color: #D4AF37;
    color: white;
    border: none;
}

.btn-custom:hover {
    background-color: #b5932e;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand img {
    width: 150px;
}
.nav-item :hover {
    color: #b5932e;
}
/* fixed bannaer pamplet */
.price-tag {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.special-offer {
    background-color: #f8f9fa;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.img{
    height: 40px;
    width: 40px;
}
/* about section css */
.about-section {
    background-color: #272c30;
    color: white;
    padding: 3rem 0 3rem;
}
.about-section h3 {
    color: #da9007;
    margin-bottom: 1rem;
}
.about-image {
    border: 2px solid #da9007;
    height: auto;
}
.btn-request-brochure {
    background-color:#b5932e;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}
.btn-request-brochure:hover {
    background-color: #d3af45 ;
    color: white;
}
/* highlight section css */
.highlights-section {
    background-color: #f8f9fa;
    padding: 5rem 0 5rem;
}
.highlights-section h2 {
    color: #D4AF37;
    text-align: center;
    margin-bottom: 5rem;
    
}
.highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid black;
    padding: 2% 2% 2% 2%;
}
.highlight-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    width: 40px;
    text-align: center;
    
}
.highlight-text {
    font-weight: bold;
}

/* luxury aminities section */
/* .amenities-section {
    background-color: #f0f0f0;
    padding: 50px 0;
}
.amenities-title {
    color: #D4AF37;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.amenity-card {
    background-color: #2c3e50;
    border-radius: 10px;
    color: white;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
    height: 100%;
}
.amenity-card:hover {
    transform: translateY(-5px);
    background:linear-gradient(to right, #e6df8d, #BF953F, #B38728,#e6df8d);
}
.amenity-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #eec43a;
}
.amenity-card:hover .gold #goldicon {
    color: black;
} */

.amenities-section {
    background-color: #646767;
    padding: 60px 0;
    position: relative;
}

.section-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.section-subtitle {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}

.amenity-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
    height: 250px;
}

.amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.amenity-card:hover img {
    transform: scale(1.1);
}

.amenity-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color:  white;
    margin: 0;
    font-size: 1.2rem;
    z-index: 2;
}

.geometric-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(61, 73, 101, 0.9) 0%, rgba(75, 102, 141, 0.868) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
    z-index: 0;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .amenity-card {
        height: 200px;
    }
    
    .amenity-title {
        font-size: 1rem;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .amenities-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
}

/* location section css */
body {
    font-family: Arial, sans-serif;
}
.location-advantage {
    padding: 40px 0;
    background-color: #f8f9fa;
}
.location-title {
    color: #b8860b;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.location-description {
    margin-bottom: 30px;
}
.location-group {
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.location-title {
    font-weight: bold;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.amenity-icon {
    color: #b8860b;
    margin-right: 10px;
}
.location-list {
    list-style-type: none;
    padding: 15px;
    margin-bottom: 0;
}
.location-list li {
    margin-bottom: 5px;
}
.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 0px !important; /* 16:9 aspect ratio */
}
.map-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}
.request-btn {
    background-color: #b8860b;
    border: none;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
}
.request-btn:hover {
    background-color: #a67c00;
}
.dropdown-icon {
    transition: transform 0.3s ease;
}
 .dropdown-icon.open {
    transform: rotate(180deg);
}

   /* contact section css */
   .contact-section {
    background-color: #d4af37;
    padding: 40px 0;
}
.contact-form {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}
.contact-form h2 {
    color: #333;
    margin-bottom: 20px;
}
.form-control {
    margin-bottom: 15px;
}
.btn-submit {
    background-color: #d4af37;
    border: none;
    color: white;
    padding: 10px 20px;
}
.building-image {
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}
.building-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer {
    background-color: #f8f9fa;
    font-size: 14px;
}
.footer-logo {
    max-width: 200px;
}
.disclaimer {
    font-size: 12px;
    color: #6c757d;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-button img {
    width: 60px;
    height: 60px;
}
@media (max-width: 768px) {
    .building-image {
        margin-top: 20px;
    }
}

/*  gallery section css */
.destinations h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    color: #191d34;
  }
  
  .destinations p {
    font-size: 1.2rem;
    color: #555;
  }
  
  .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .card .card-img-top {
    height: 150px;
    object-fit: cover;
  }
  
  .card .card-body {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2rem;
    color: #191d34;
  }
  
  @media (max-width: 768px) {
    .card .card-img-top {
      height: 120px;
    }
  }
  /* black downbar */
 
  .col{
    border: 1px solid black;
    border-radius: 10px;
    background:black;
    color: white;
  }

  .bottom-navbar {
    display: none; /* Hide by default */
}

@media (max-width: 768px) {
    .bottom-navbar {
        display: flex; /* Show on screens 768px or smaller */
    }
    .col {
        border: 1px solid black;
        border-radius: 10px;
        background: black;
        color: white;
    }
}

.error {
    display: none;
    color: red;
    font-size: 11px;
}    
