/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f8f9fa;
}

.hero-wrap {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.bread {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

h2,
h3,
h4 {
    font-weight: 700;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
}

/* Property Single */
.properties-img {
    height: 750px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.single-slider .item {
    margin-bottom: 20px;
}

.properties-single h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.properties-single p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.properties-single .rate {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.properties-single .rate .loc a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.properties-single .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.details ul {
    list-style: none;
    padding: 0;
}

.details ul li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.details ul li span {
    font-weight: bold;
    color: #34495e;
}

/* Property Tour */
.block-16 figure {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 50%;
    color: #3498db;
    font-size: 2rem;
}

.block-16 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Reviews & Ratings */
.star-rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.star-rating .rate {
    font-size: 1.1rem;
}

.star-rating .rate i {
    color: #f1c40f;
}

/* Related Properties */
.related-properties {
    margin-top: 50px;
}

.related-properties .properties {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.related-properties .properties:hover {
    transform: scale(1.05);
}

.related-properties .img {
    height: 750px;
    background-size: cover;
    background-position: center;
}

.related-properties .text {
    padding: 20px;
    background-color: white;
}

.related-properties .text h3 {
    font-size: 1.4rem;
    color: #2c3e50;
}

.related-properties .price {
    color: #27ae60;
    font-weight: bold;
}

/* Sidebar */
.sidebar {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.sidebar .search-form {
    position: relative;
}

.sidebar .search-form input {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.sidebar .search-form .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.sidebar .categories {
    margin-top: 30px;
}

.sidebar .categories li {
    margin-bottom: 10px;
}

.sidebar .categories li a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
}

.sidebar .categories li a span {
    float: right;
    background: #3498db;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-wrap {
        height: 250px;
    }

    .bread {
        font-size: 2rem;
    }

    .properties-img {
        height: 250px;
    }

    .details ul {
        font-size: 1rem;
    }

    .block-16 figure {
        height: 250px;
    }

    .related-properties .img {
        height: 200px;
    }

    .single-slider .item {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .hero-wrap {
        height: 200px;
    }

    .bread {
        font-size: 1.5rem;
    }

    .properties-img {
        height: 200px;
    }

    .block-16 figure {
        height: 200px;
    }
}

.property-details {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.property-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.property-meta li {
    margin-bottom: 10px;
}

.property-meta span {
    font-weight: bold;
}

.facilities-section {
    margin-top: 20px;
}

.facilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

.facilities-list li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.facilities-list i {
    margin-right: 8px;
    color: #FF5722;
}

/* Styling for the Sidebar Box */
.sidebar-box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.sidebar-box h3 {
    font-size: 1.5rem;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.sidebar-box h3 strong {
    color: #002060;
    /* Dark blue for Conscient Parq */
}

/* Benefits Box Styling */
.benefits-box {
    background-color: #e6ebf5;
    /* Light blue background */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
}

.benefits-box p {
    font-weight: bold;
    color: #ff9900;
    /* Orange for NEW LAUNCH Benefits */
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.benefits-box .learn-more {
    font-size: 0.9rem;
    color: #1a73e8;
    /* Blue for Learn more link */
    text-decoration: none;
}

.benefits-box .learn-more:hover {
    text-decoration: underline;
}

.benefits-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.benefits-box ul li {
    display: inline;
    margin-right: 10px;
    font-weight: 500;
}

/* General List Styling */
.sidebar-box ul {
    list-style-type: disc;
    margin-left: 20px;
}

.sidebar-box ul li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}

/* Additional Styling */
.sidebar-box li::marker {
    color: #002060;
    /* Dark blue bullet points */
}

.sidebar-box li {
    font-weight: 400;
}


.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .sidebar-box {
        padding: 15px;
    }

    .btn {
        font-size: 14px;
    }
}

.property-price {
    font-size: 1.8rem;
    color: #28a745; /* Green color to highlight */
    font-weight: bold;
    margin-bottom: 15px; /* Spacing between price and next section */
}
