.find-property {
    padding: 80px 20px;
    text-align: center;
}
.find-property p {
    font-size: 16px;
}
.choose-us h3 {
    font-size: 22px;
    padding-bottom: 20px;
}
.choose-us {
    padding: 80px 20px;
    background: #ededed;
}
.choose-us ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}
.choose-us ul li {
    padding: 8px 0;
    font-size: 16px;
}
.choose-us .column-wrp {
    width: 49%;
}
.choose-us .row {
    justify-content: space-between;
    align-items: center;
}
.choose-us .right-image img {
    width: 100%;
}
.listing_button {
    text-align: center;
}
.hero-banner {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.hero-wrapper {
    background: rgb(17 17 17 / 0.70);
}
.hero-wrapper h1 {
    font-size: 38px;
    margin-bottom: 12px;
}
.hero-wrapper p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 6px;
}
.hero-wrapper .trust-signals {
    font-size: 11px;
    font-weight: 500;
}   
.verified-img img {
    width: 140px;
}
.btn__gap{
    gap: 10px 20px;
}
/* .project_listing .content-area {
    padding: 15px !important;
}
.project_listing .content-area h5 {
    font-size: 18px;
}
.project_listing .content-area .featured-title {
    min-height: 65px;
}
.price-wrp {
    font-size: 14px !important;
}
.content-wrpp p {
    margin-bottom: 10px;
} */
.trust-signals svg {
    width: 38px;
    fill: #fff;
}

.custom-listing-box .custom-listing-box-content {
    padding: 20px;
}

.custom-listing-box-title h5 {
    font-size: 16px;
    color: #0a0a0a;
    min-height: 40px;
}

.custom-listing-box-location {
    font-size: 12px;
    color: #2c2c2c;
}

.custom-listing-box-price {
    color: #000000 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px;
}

.custom-listing-box-views {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.custom-listing-box-wrapper .custom-listing-box-image {
    aspect-ratio: 16/10;
    object-fit: cover;
    transition:0.5s ease all;
}
.custom-listing-box-wrapper a {
    overflow: hidden;
    display: block;
}
.custom-listing-box-wrapper a:hover .custom-listing-box-image{
    scale:1.2;
}
.rg-20 {
    row-gap: 20px;
}
.find-property-divider {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.enquiry-form-container input:focus {
    border-color: #ced4da;
    box-shadow: none !important;
}

.custom-listing-short-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.agent-description {
    font-size: 24px;
    display: flex;
    justify-content: center; /* Center horizontally */
    text-align: center;       /* Optional: center text if it wraps */
}
.agent-detail {
    text-align: center;
}
.agent-detail span {
    display: block;
    margin: 4px 0;
}
.agent-detail span.agent-title {
    font-weight: 500;
}
.enquiry-form-container {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

.landing-detail .img-fluid {
    max-width: 75%;
    height: auto;
}

.container-fluid.content.landing-detail {
    width: 100%;
    padding: 0 200px;
}

.img-wrapper.verified-img.image-center {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

@media screen and (max-width:991px) {
    
    .hero-banner {
        position: unset;
        transform: unset;
    }
    .carousel-inner-home {
        padding-block: 100px 25px;
    }
    .hero-wrapper h1{
        font-size: 32px;
    }

}

@media(max-width: 767px){
    .choose-us .column-wrp {
        width: 100%;
    }
    .hero-wrapper h1{
        font-size: 28px;
    }
    .container-fluid.content.landing-detail {
        width: 100%;
        padding: 0 50px;
    }
}