/* Header css */
.header-modal .dialog-widget-content{
    width: 100% !important;
    height: 100% !important;
}
/* Footer css */
.connect-form-footer .elementor-form-fields-wrapper{
    gap: 25px;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;
}
.connect-form-footer .elementor-form-fields-wrapper .elementor-field-group {
    padding: 0 !important;
    width: 100% !important;
}
.connect-form-footer .elementor-form-fields-wrapper .elementor-field-group button:hover{
    background: #fff !important;
    color: #000 !important;
}
/* Footer css end*/
@media(max-width:991px){
    .connect-form-footer .elementor-form-fields-wrapper{
        grid-template-columns:1fr;
        width: 99% !important;
        margin: auto !important;
    }
    .footer-list .elementor-icon-list-items{
        flex-direction: column !important;
        gap: 22px;
        margin: 0 !important;
    }
    .footer-list .elementor-icon-list-items li{
        margin: 0px !important;
    }
    .footer-list .elementor-icon-list-items li a{
        justify-content: flex-start !important;
        margin: 0 !important;
    }
}
@media(max-width:767px){
    .footer-menus .elementor-nav-menu--main ul{
        flex-direction: column;
        gap: 12px;
        margin-left: 0 !important;
    }
    .footer-menus .elementor-nav-menu--main ul li a{
        margin-left: 0 !important;
    }
    .agent-property-cards{
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .agent-property-card .property-card-img-wrap, .agent-property-card .property-card-img-wrap a{
        height: 250px !important;
    }
    #home-feature-product-carowsel .elementor-swiper-button-prev::before, #home-feature-product-carowsel .elementor-swiper-button-next::before {
        display: none !important;
    }
}

.feature-card-property-status{
    background: #000;
}
#home-feature-product-carowsel .elementor-swiper-button-prev svg ,#home-feature-product-carowsel .elementor-swiper-button-next svg{
    display: none;
}
#home-feature-product-carowsel .elementor-swiper-button-prev {
    top: -80px;
    right: 150px;
    left: auto;
}
#home-feature-product-carowsel .elementor-swiper-button-next  {
    top: -80px;
    right: 40px;
    left: auto;
}
#home-feature-product-carowsel .elementor-swiper-button-prev::before {
    position: absolute;
    content: 'PREVIOUS';
    font-size: 16px;
    font-weight: 700;
}
#home-feature-product-carowsel .elementor-swiper-button-next::before{
    position: absolute;
    content: 'NEXT';
    font-size: 16px;
    font-weight: 700;
}
.record-prooerties-title {
    margin: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
}
.feature-card-image a ,.feature-card-image a img{
    width: 100% !important;
}
/* ------ Sold Properties Posts ---------- */
.sold-property-image a{
    width: 100%;
    overflow: hidden;
    height: 100% !important;
}
.sold-property-image a img{
    transition: all .4s linear;
    height: 100% !important;
}
.sold-property-image a:hover img{
    transform: scale(1.1);
}

.sold-property-image ,.sold-property-image a, .sold-property-image a img {
    min-height: 380px;
    max-height:380px ;
}
@media(max-width:1023px){
    .sold-property-image a img ,.sold-property-image a{
        min-height: 280px;
        max-height:280px;
    }
    .sold-property-image ,.sold-property-image a, .sold-property-image a img {
        min-height: 280px;
        max-height:280px;
    }
}

/* ------ Single properties ---------- */

/* ----------- Sell with us ---------- */
.sell-agent-feature-image a , .sell-agent-feature-image a img{
    width: 100% !important;
}
.sell-agent-feature-image a{
    overflow: hidden;
}
.sell-agent-card img , .sell-agent-card{
    transition: all .4s linear;
}
.sell-agent-card:hover {
    transform: translateY(10px);
}
.sell-agent-card:hover img{
    transform: scale(1.2);
}

/* ----------- Single Agent ---------- */
.agent-contact-details a {
    border: 1px solid;
    padding: 14px 30px;
    text-transform: uppercase;
    display: inline-block;
}
.call-btn {
    background: #fff;
    color: #000 !important;
    margin-left: 20px;
}
/* ----------- Single Agent ---------- */
.agent-contact-details .mail-btn:hover{
    background: #fff;
    color: #000;
}
.call-btn:hover{
    background:#0b1533;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.agent-property-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.agent-property-card{
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}
.agent-property-card .property-card-img-wrap , .agent-property-card .property-card-img-wrap a{
    height: 320px;
    object-fit: cover;
    overflow: hidden;
}
.agent-property-card .property-card-img-wrap img{
    transition: all .4s linear;
    height: 100%;
}
.agent-property-card:hover .property-card-img-wrap img{
    transform: scale(1.1);
}
.property-card-info {
    padding: 20px;
}
.property-price {
    font-weight: 700;
    font-size: 20px;
    color: #000 !important;
}
.property-title a ,.property-city{
    font-size: 16px;
    line-height: 22px;
    color: #000 !important;
}
.property-meta{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000 !important;
}
.property-meta i{
    margin-right: 5px;
}
.property-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
img.agent-thumb {
    border-radius: 100% !important;
    height: 50px !important;
    object-fit: cover !important;
    width: 51px !important;
    object-position: top !important;
}
.property-agent-info {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #F2F2F2;
    font-weight: 500;
    padding: 10px 12px;
    margin-top: 10px;
}
.notice.notice-success {
    border: 1px solid;
    background: #000000ad;
    padding: 12px;
    text-align: center;
    width: max-content;
    margin: auto;
}