.insights__container #word-break{
    word-break: break-word;
}
.insights__content table {
    width: 100% !important;
}
.captcha-email-display{
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#captcha-modal-close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: 2px solid #31425c;
    color: #31425c;
    background: white;
}

.contact-bar__link{
    color: #FFF !important;
}
.contact-bar__item a:focus{
    outline:unset !important;
}

.cus_pagination_new .pagination .active>.page-link, .page-link.active {
    background-color: #31425c !important;
    border-color: #31425c !important;
}
.cus_pagination_new .pagination{
    --bs-pagination-focus-box-shadow: 0 0 0 0.15rem #31425c !important;
}

.cus_pagination_new ul{
    margin: 0 !important;
}

.listing-prop__item .btn-delete svg{
    margin-right: 15px;
}

.select2-container .select2-selection{
    border: none !important;
}
.select2-container--open .select2-selection--multiple {
    border: 1px solid #aaa !important;
}
.property-search__field #reference{
    padding: 6px !important;
}
.del_button{
    font-size: 12px !important;
    color: #FFF !important;
    line-height: 10px !important;
}


.btn-container1 .btn-save, .btn-container1 .btn-print{
    width: 49% !important;
}
.hover-color:hover{
    color: #1597e2 !important;
}
.team-all-image{
    height: auto !important;
    min-height: unset !important;
}


.property_utilities {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.property_utilities .property_utilities_title {
    text-align: center;
    position: relative;
    font-weight: 400 !important;
    font-size: 32px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    padding-bottom: 15px !important;
}

.property_utilities .utility-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.property_utilities .utility-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    text-align: center;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.property_utilities .utility-item:hover {
    transform: translateY(-5px);
}

.property_utilities .utility-icon {
    margin-bottom: 10px;
}

.property_utilities .utility-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.property_utilities .utility-name {
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .property_utilities .utility-item {
        width: 100px;
        padding: 10px;
    }

    .property_utilities .utility-icon img {
        width: 40px;
        height: 40px;
    }

    .property_utilities .utility-name {
        font-size: 12px;
    }
}


/* detail page banned image remove background color gray */
.hero__overlay__detail {
    background: none !important;
}


/* detail page css */
.single-prop__features{
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.single-prop__features li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 1rem;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 400;
    width: 130px;
    min-height: 48px;
}
.li-border-right{
    border-right: 1px solid #ccc;
}
.single-prop__buttons {
    justify-content: center !important;
}
.single-prop__buttons a{
    padding: 5px 20px !important;
}
.single-prop__header--col{
    gap: 5px !important;
}
.notify-price-change{
    font-size: 15px !important;
}
.single-prop__price span {
    font-weight: 600 !important;
}

.btnwhite{
    color: #31425c !important;
    background-color: #FFF !important;
}
.hero__subtitle_detail{
    color: #31425c !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

.member-image img{
    height: 100% !important;
    width: 900px !important;
    object-fit: cover !important;
    object-position: top center !important;
}

@media (max-width: 767px) {
    .userdescriptionModal .modal-body{
        flex-direction: column;
    }
}

.btnblue{
    color: #FFF !important;
    background-color: #31425c !important;
}




/* property-detail map amenities css */
.map-section .container { display: flex; height: 70vh; }
.sidebar {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}
.tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.tabs button {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #666;
    position: relative;
    outline: none;
}
.tabs button.active {
    color: #000;
    font-weight: 600;
}
.tabs button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}
.place-item {
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
}
.place-item:last-child {
    border-bottom: none;
}
.place-item .name {
    font-weight: bold;
    font-size: 14px;
}
.place-item .address {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}
.place-item.active {
    background-color: #f0f0f0;
}
#map {
    flex: 2;
    height: 100%;
}
@media (max-width: 767px) {
    .map-section .container{
        flex-direction: column !important;
        height: 100vh;
    }
    .sidebar{
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        min-height: 330px !important;
    }
}

.team-image-detail img{
    width: 80% !important;
}

@media (max-width: 991px) {
    .team-image-detail img{
        width: 100% !important;
    }
}

.gm-style-cc {
    display: none !important;
}
.font-sahar{
    font-family: "Sahar" !important;
    font-weight: 600 !important;
}
.recently-sold__item-content h3, .recently-sold__item-content span{
    color: #31425c !important;
    font-size: 18px !important;
    text-align: center !important;
}
.recently-sold__item {
    height: 370px !important;
}
 @media (max-width: 1025px) {
    .header__submenu li a:visited{
        color: white !important;
    }
}

@media (max-width: 767px) {
    .footer .container{
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }
}

.hero__image_gradient{
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}
.hero__overlay_gradient{
    height: 100%;
    width: 100%;
    min-height: 100vh;
}

@media (min-width: 767px) {
    .footer .container{
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }
    .newsletter-section .container{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}