body {
    font-family: "Inter", sans-serif;
    color: #333;
}


.hero {
    height: 50vh;
    overflow: hidden;
    position: relative;
}

.carousel-item img {
    object-fit: cover;
    height: 50vh;
    width: 100%;
}

.carousel-caption {
    bottom: 5%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}


.section-heading {
    color: #7a4e2d;
    font-weight: 600;
    margin-bottom: 1rem;
}

.property-section-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a3d5d;
    margin-bottom: 0.75rem;
}

.breadcrumb-bar {
    background: none;
    padding: 1rem 0;
    border: none;
}

.breadcrumb-address {
    font-size: 1rem;
    font-weight: 600;
    color: #1a3d5d;
    text-align: right;
}

.property-carousel img {
    height: 60vh;
    object-fit: cover;
    width: 100%;
}

.price-tag {
    font-size: 1rem;
    font-weight: 400;
    color: #7d8a92;
    margin-bottom: 1.25rem;
}

.details-box {
    border: none;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
    background: none;
}

.footer {
    background: #f5f5f5;
    padding: 2rem 0;
    margin-top: 0rem;
}

.btn-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    stroke: #1a3d5d;
}

.icon-white {
    stroke: #fff;
}

.contact-section {
    background: #f3f4f6;
    padding: 3rem 0;
    margin-top: 0rem;

}

.contact-section h2 {
    color: #1a3d5d;
    font-size: 1.5rem;
    font-weight: 600;
}

#iconRow>div:not(:last-child) {
    margin-right: 2.5rem;
}

.table td,
.table th {
    border: none !important;
}

@media (max-width: 991px) {


    /* Right column first */
    #rightCol {
        order: 1;
    }

    /* Left column second */
    #leftCol {
        order: 2;
    }
}

/* Wood brown enquiry section */
.contact-brown {
    background: #8a6f4d;
    /* warm timber brown */
    color: white;
}

/* Form labels */
.contact-brown .form-label {
    color: white;
}

/* Inputs and textarea */
.contact-brown .form-control {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
}

/* Placeholder text */
.contact-brown .form-control::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

/* Button */
.contact-brown button {
    background: #f5e9d8 !important;
    /* light cream */
    color: #8a6f4d !important;
    /* brown text */
    border: none;
    font-weight: 600;
}

.contact-blue {
    color: white;
    background: #2b3338;

}

/* Form labels */
.contact-blue .form-label {
    color: white;
}

.contact-blue h2 {
    color: white;
}

/* Inputs and textarea */
.contact-blue .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
}

/* Placeholder text */
.contact-blue .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Button */
.contact-blue button {
    background: white !important;
    color: #1a3d5d !important;
    border: none;
    font-weight: 600;
}

/* Desktop: show left header, hide mobile header */
#mobileHeader {
    display: none;
}

/* Mobile: hide left header, show mobile header */
@media (max-width: 991px) {

    /* Put right column above left column */
    #rightCol {
        order: 1;
        width: 100%;
    }

    #leftCol {
        order: 2;
        width: 100%;
    }

    /* Hide left-column header elements */
    #propTitle,
    #propAddress {
        display: none;
    }

    /* Force-hide icons */
    #iconRow {
        display: none !important;
    }

    /* Show mobile header */
    #mobileHeader {
        display: block;
        margin-bottom: 1.5rem;
    }
}

.hp-field {
    position: absolute !important;
    left: -28473px !important;
    top: -19384px !important;
}