/* customize css */
.font-11{ font-size: 11px !important; }
.font-12{ font-size: 12px !important; }
.font-13{ font-size: 13px !important; }
.font-17{ font-size: 17px !important; }
.font-18{ font-size: 18px !important; }
.min-w-max{ min-width: max-content !important; }
.max-w-200{ max-width: 200px !important; }
.max-w-280{ max-width: 280px !important; }
.max-w-300{ max-width: 300px !important; }
.max-w-400{ max-width: 400px !important; }
.max-w-500{ max-width: 500px !important; }
.text-underline{text-decoration: underline !important; }
.text-mortgage{
    color: #151ac5 !important;
    font-weight: 500;
}
.base-home-box .images-style img{
    height: 280px;
    object-fit: cover;
}
.swiper-slide .box-img-detail img{
    min-height: 390px;
    height: 400px;
}
@media only screen and (max-width: 991px){
    .swiper-slide .box-img-detail img{
        min-height: 280px;
    }
    .base-home-box .images-style img{
        height: 320px;
        object-fit: cover;
    }
}

.footer-bi-social{
    display: flex;
    gap: 20px;
    padding: 5px 0px;
    padding-top: 20px;
}
.footer-bi-social a i{
    font-size: 30px;
    color: #aaa;
    transition: all 0.4s ease;
    opacity: 0.8;
}
.footer-bi-social a:hover i,
.footer-bi-social a:active i{
    opacity: 1;
}
.footer-bi-social a i.bi-whatsapp{color: #0dc143;}
.footer-bi-social a i.bi-wechat{color: #0dc143;}
.footer-bi-social a i.bi-telegram{color: #298ef3;}
.footer-bi-social a i.bi-twitter{color: #298ef3;}
.footer-bi-social a i.bi-facebook{color: #298ef3;}
.footer-bi-social a i.bi-youtube{color: #f32020;}
.footer-bi-social a i.bi-instagram{color: #8d2efa;}


/* header */
.main-header{
    background: linear-gradient(240deg, #1e2331, #161d2d) !important;
    border: none !important;
    padding: 0 15px !important;
}
.main-header .logo-box .logo{
    display: flex;
    height: 78px;
    min-width: 90px;
    overflow: hidden;
}
@media(max-width: 764px){
    .main-header .logo-box .logo{
        max-width: 90px;
    }
}
.main-header .logo-box .logo img{
    height: 85px;
    max-height: 90px;
    object-fit: contain;
    transform: scale(1.06);
}
.main-header .main-menu{
    max-height: 78px;
}
.main-header .main-menu .navigation > li > a{
    color: #fff;
}
.footer-logo{
    margin-top: -10px;
}

#noticeModal .modal-dialog{
    max-width: 700px;
}
#noticeModal .modal-content{
    border-radius: 15px;
    background-color: #000a;
    padding: 5px;
    overflow: hidden;
}
#noticeModal .modal-body{
    border-radius: 10px;
    overflow: hidden;
}
.btn-close-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    color: white;
    border: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding-top: 1px;
    font-size: 20px;
    cursor: pointer;
transition: background-color 0.4s;
}
.btn-close-custom:hover {
    background-color: #fff2;
}

.mobile-button::before, .mobile-button::after, .mobile-button span{
    background: #fff;
}
.mobile-menu .menu-box{
    background-color: #161d2d;
}
.mobile-menu .nav-logo{
    background: inherit;
    padding: 5px 10px;
    padding-bottom: 0;
}
.mobile-menu .nav-logo img{
    max-width: 150px;
}
.mobile-menu .navigation li > a,
.mobile-menu .navigation li.dropdown2 .dropdown2-btn::before,
.mobile-menu .navigation li.dropdown2 > ul li a{
    color: #fff;
}
.mobile-menu .menu-outer,
.mobile-menu .button-mobi-sell{
    border-color: #4d5974;
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul{
    display: block;
    background: #20283d;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li.current li.current > a{
    color: #ffee96;
}
.mobi-icon-box{
    color:#fff;
}
.mobile-menu .bottom-canvas{
    height: calc(100vh - 155px);
    padding-top: 0;
}

.mobile-menu .bottom-canvas::-webkit-scrollbar {
    width: 4px;
}
.mobile-menu .bottom-canvas::-webkit-scrollbar-track {
    background: transparent;
}
.mobile-menu .bottom-canvas::-webkit-scrollbar-thumb {
    background-color: #3a445c;
    border-radius: 4px;
}

.hidden-floor-level{
    display: none;
    opacity: 0;
}

.preload-scrolling{
    position: relative;
    padding: 0;
    height: 200px;
    transition: all 0.5s ease-in-out;
    background: unset;
    transform: translateY(25px);
    opacity: 0;
    overflow: hidden;
    z-index: 0;
}
body.scrolling .preload-scrolling{
    transform: translateY(0);
    opacity: 1;
}

.inner-header-language .dropdown-toggle{
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    color: #aeb4c7;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
}
.inner-header-language .dropdown-toggle:hover,
.inner-header-language .dropdown-toggle:active,
.inner-header-language .dropdown-toggle:focus{
    background: #363d4daa;
    color: #fff;
}
.inner-header-language .dropdown-toggle i{
    font-size: 20px;
}
.inner-header-language .dropdown-menu{
    margin-top: 10px !important;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 1px 10px #0002;
}
.inner-header-language .dropdown-menu .dropdown-item{
    padding: 12px 20px;
    font-size: 15px;
}
.grid-x-auto{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
@media only screen and (max-width: 575px){
    .grid-x-auto{
        grid-template-columns: 1fr;
    }
    .box-btn-advanced .box-filter,
    .box-btn-advanced .tf-btn{
        width: 100%;
    }
    .wd-find-select .inner-group .form-style .form-control,
    .wd-find-select .inner-group .form-style .nice-select{
        min-height: 43px;
    }
}


#whatsapp-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#whatsapp-icon a:before {
	content: '';
    background-image: url(../images/whatsapp.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #25d366;
    box-shadow: 0 1px 5px #0002;
    border-radius: 50%;
    display: flex;
    width: 70px;
    height: 70px;
	transition: all 0.4s ease;
    cursor: pointer;
}
#whatsapp-icon a:before:hover {
    filter: brightness(1.2);
}