.exclusive-property {
    text-align: center;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.exclusive-property h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.exclusive-property p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Carousel styling */
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.property-item {
    position: relative;
    max-width: 1500px !important;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.property-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(80%);
}

/* Centered info box styling */
.property-info {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 81%);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.55);
    width: 300px;
    text-align: center;
}

.property-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.location {
    font-size: 14px;
    color: #007BFF;
    margin: 5px 0;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.property-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

.details-button {
    background-color: #007BFF;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}

.details-button:hover {
    background-color: #0056b3;
}

/* Navigation button styling */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: 10px;
    font-size: 50px !important;
}

.owl-nav .owl-next {
    right: 10px;
    font-size: 50px !important;
}

.owl-dots {
    text-align: center;
    margin-top: 15px ;
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dot.active {
    background-color: #007BFF;
}

/* Responsive adjustments for phone screens */
@media (max-width: 576px) {
    .property-item img {
        height: 200px; /* Reduce image height on smaller screens */
    }

    .property-info {
        position: static;
        transform: none;
        width: 100%; /* Full width on small screens */
        margin-top: 10px; /* Add some space above the info box */
    }

    .property-info h3 {
        font-size: 16px; /* Adjust font size */
    }

    .location, .price, .property-details {
        font-size: 12px; /* Smaller text for mobile */
    }

    .details-button {
        font-size: 14px;
        padding: 6px;
        width: 100%; /* Full width for details button */
    }
}




/* other */
.luxurious-project-section {
    /* padding: 20px; */
    text-align: center;
}

.luxurious-video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.popular-places-section {
    padding: 20px;
    position: relative;
}

.popular-place {
    position: relative;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.popular-place img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.place-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    text-align: center;
}

/* Position carousel controls above the carousel */
.carousel-controls {
    position: absolute;
    top: -30px;
    /* Adjust this to control how high the buttons appear */
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.property-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.property-card img {
    width: 100%;
    height: auto;
}
.property-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00a8c5e8;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}
.property-type {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00a8c5e8;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}
.property-card .property-details {
    padding: 15px;
    text-align: center;
}
.badge-custom {
    background-color:#00a8c5e8;
    color: #080808;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.view-all {
    color: #36322e;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}
.view-all:hover {
    text-decoration: underline;
}

.sticky-navbar {
    position: sticky !important;
    top: 0;
    z-index: 1000;
}






.banner-bg-slider-title {
    font-size: xxx-large;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-shadow: 1px 1px 1px #000;
}
@media(max-width:769PX){
    .banner-bg-slider-title{
        font-size: xx-large;
    }
}

.cmenu {
    /* float: right; */
    margin-top: 2px;
    margin-left: 10px;
    width: 22px;
}

.icon .btn {
    background: #35312e;
    color: #ffffff;
    padding: 5px 17px;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    margin: 5px;
    font-weight: 600;
}
