:root{
    --main-color:#2688c1;
    --white-color: #fff;
    --black-color: #000;
    --dark-color: #032437;
    --gray-color: #5e6060;
    --light-gray-color: #c5c8c9;
    --extra-light-gray-color: #dfdfdf;
    --dark-gray-color: #565656;
    --dark-text-color: #414242;
    --dark-blue-color: #1e2e45;

    --font-family-Assistant: "Assistant", sans-serif;
    --font-family-Arimo: "Arimo", sans-serif;

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 900;
}
*{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    direction: rtl;
    font-family: var(--font-family-Assistant);
    font-weight: var(--font-weight-regular);
    font-size: 20px;
    line-height: 30px;
    color: var(--black-color);
    background-color: #f4f4f4;
}
h1,h2,h3,h4,h4,h5{
    font-family: var(--font-family-Assistant);
    font-weight: var(--font-weight-bold);
}
ul, ol{
    padding-right: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
.text-black{
    color: var(--black-color) !important;
}
.container{
    max-width: 1420px;
    padding: 0 16px;
}
.global-btn{
    background-color: var(--main-color);
    font-size: 15px;
    line-height: 25px;
    border-radius: 50px;
    font-family: var(--font-family-Arimo);
    font-weight: var(--font-weight-regular);
    padding: 10px 18px;
    border: 1px solid var(--main-color);
    color: var(--white-color);
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: fit-content;
}
.global-btn:hover{
    background: none;
    color: var(--main-color);
}
.global-btn.transparent{
    background: none;
    color: var(--main-color);
}
.global-btn.transparent:hover{
    background-color: var(--main-color);
    color: var(--white-color);
}
.global-btn.transparent.black{
    background: none;
    color: var(--black-color);
    border-color: var(--black-color);
}
.global-btn.transparent.black:hover{
    background-color: var(--black-color);
    color: var(--white-color);
}
.global-btn > i{
    margin-left: 10px;
}
.w-fit-content{
    width: fit-content;
}
.min-w-fit-content{
    min-width: fit-content;
}
.max-w-fit-content{
    max-width: fit-content;
}
.mx-w-100{
    max-width: 100% !important;
}
.text-justify{
    text-align: justify;
}
.text-justify-center{
    text-align: justify;
    text-align-last: center;
}
.bg-main{
    background-color: var(--main-color);
}
.bg-dark-gray{
    background-color: var(--dark-gray-color);
}
.bg-white{
    background-color: var(--white-color);
}
.title-area .title{
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 24px;
    font-weight: var(--font-weight-bold);
}
.title-area .subtitle{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 22px;
    font-weight: var(--font-weight-bold);
}
.title.dark-blue{
    color: var(--dark-blue-color);
}
.subtitle.dark-blue{
    color: var(--dark-blue-color);
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.bg-img{
    background-size: cover;
    background-position: center center;
}
.banner-sec{
    padding: 120px 0;
}
.banner-sec.min-h-400{
    min-height: 400px;
}
.banner-overlay::before{
    content: '';
    background: rgba(3, 36, 55, 50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-content-area{
    z-index: 2;
}
.banner-content-area .page-title{
    font-size: 55px;
    line-height: 64px;
}
.slick-arrow-custom{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 7px 13px 35px rgba(0,0,0,13%);
    background-color: var(--white-color);
    color: #23185d;
    font-size: 20px;
    z-index: 8;
}
.slick-arrow-custom::before{
    content: none;
}
.slick-arrow-custom:hover, .slick-arrow-custom:focus{
    color: #23185d;
    background-color: var(--white-color);
}
.slick-arrow-custom.slick-disabled{
    display: none !important;
}
form input{
    padding: 10px 13px;
    background-color: var(--white-color);
    border: 1px solid #a5a8a9;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    width: 100%;
    direction: rtl !important;
}
form input::placeholder{
    color: #a5a8a9;
}
form input.form-check-input{
    padding: 2px !important;
}
form .submit-btn{
    padding: 10px 13px;
    background-color: var(--main-color);
    font-size: 23px;
    line-height: 28px;
    font-weight: var(--font-weight-bold);
    border: 1px solid var(--main-color);
    border-radius: 6px;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    position: relative;
}
.submit-btn.has-icon > img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.round-border{
    border-radius: 50px;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7-not-valid-tip{
    font-size: 18px;
    line-height: 24px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

/**** Header css start ****/
.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
.main-property-wrapper{
    padding: 30px 0 80px;
}
.header{
    padding: 16px 70px;
    background-color: var(--white-color);
}
.header.sticky{
    position: sticky;
    top: 0;
    z-index: 99;
}
.header .logo{
    max-width: 165px;
}
.hero-content{
    max-width: 1256px;
    padding: 0 16px;
}
.hero-sec {
    min-height: 560px;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}
.hero-sec.property-search-sec{
    min-height: 420px;
}
.hero-title {
    max-width: 570px;
    font-size: 55px;
    line-height: 64px;
    margin-bottom: 50px;
}
.filter-wrapper{
    background-color: var(--white-color);
    border-radius: 50px;
    padding: 28px 30px;
}

/**** Footer css start ****/
.footer{
    background-color: var(--dark-color);
    padding-top: 50px;
}
.ft-wrapper .title{
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-Arimo);
    margin-bottom: 28px;
}
.ft-wrapper .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family-Arimo);
    margin-bottom: 36px;
    max-width: 335px;
    color: var(--white-color);
}
.social-links {
    gap: 0 10px;
}
.social-links li a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    font-size: 16px;
    text-align: center;
    color: var(--white-color);
}
.quick-links li.menu-item.current_page_item a {
    color: var(--main-color);
}
.quick-links li.menu-item, .contact-details .item{
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family-Arimo);
    margin-bottom: 12px;
    color: var(--white-color);
}
.quick-links li.menu-item:last-child, .contact-details .item:last-child{
    margin-bottom: 0;
}
.quick-links li.menu-item a, .contact-details .item a{
    color: var(--white-color);
}
.quick-links li.menu-item a:hover, .contact-details .item a:hover{
    color: var(--main-color);
}
.contact-details :where(.item, .item a){
    gap: 0 10px;
}
.ft-wrapper {
    border-bottom: 1px solid rgba(255,255,255,50%);
    margin: 0 30px;
    padding: 0 0 30px;
}
.copyright-wrapper {
    padding: 16px 0;
}

.property-list {
    padding: 60px 0;
    gap: 30px 0;
}
.property-list.is-dev{
    padding-top: 0;
}
.blog-listing{
    gap: 30px 0;
}
.property-item, .blog-listing .blog-card {
    box-shadow: 0 13px 27px rgba(0,0,0,6%);
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    height: 100%;
    position: relative;
}
.property-item > a, .blog-listing .blog-card > a {
    height: 320px;
    overflow: hidden;
    display: block;
}
.property-item > a:hover > img, .blog-listing .blog-card a:hover > img {
    transform: scale(1.1);
}
.property-item > a > img, .blog-listing .blog-card > a > img {
    height: 320px;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s ease;
}
.property-item .property-content-box{
    padding: 20px 10px 16px;
}
.property-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    gap: 6px;
}
.property-tags > .badge {
    padding: 8px 13px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--font-family-Assistant);
    font-weight: var(--font-weight-regular);
    color: var(--white-color);
}
.property-item .property-content-box .title {
    font-size: 22px;
    line-height: 17px;
    font-family: var(--font-family-Assistant);
    font-weight: var(--font-weight-bold);
    color: var(--dark-text-color);
    margin-bottom: 10px;
    display: block;
    width: fit-content;
}
.property-item .property-content-box .title:hover{
    color: var(--main-color);
}
.property-item .property-content-box .f-location {
    font-size: 16px;
    line-height: 16px;
    color: var(--gray-color);
    font-weight: var(--font-weight-regular);
}

/* Blog css start */
.blog-listing .blog-card .blog-card-content {
    padding: 15px 18px;
}
.blog-listing .blog-card > a > img, .blog-listing .blog-card > a{
    height: 250px;
}
.blog-listing .blog-card .blog-card-content .blog-title:hover{
    color: var(--main-color);
}
.blog-listing .blog-card-content .blog-meta{
    color: #a4a4a5;
    font-size: 17px;
    line-height: 24px;
    font-weight: var(--font-weight-regular);
    margin-bottom: 16px;
}
.blog-listing .blog-card-content .blog-title{
    font-size: 25px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
    color: var(--dark-color);
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-listing .blog-card-content .blog-excerpt > p{
    font-size: 15px;
    line-height: 20px;
    font-weight: var(--font-weight-regular);
    color: var(--dark-color);
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-listing .blog-card-content a.link{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--font-weight-bold);
    color: var(--main-color);
    display: block;
    width: fit-content;
}
.blog-listing .blog-card-content a.link:hover{
    color: var(--dark-color);
}

/* Property cities filter */
.hidden-city {
    display: none !important;
}
.more-cities {
    display: block;
}
.proerty-city-sec{
    padding: 70px 0;
}
.proerty-city-list{
    gap: 30px 50px;
}
.proerty-city-list .property-box {
    width: 33.33%;
    background-color: var(--white-color);
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0,0,0,4%);
    padding: 24px 24px 16px;
}
.proerty-city-list .property-box .box-title{
    font-size: 28px;
    line-height: 34px;
    font-weight: var(--font-weight-bold);
    color: var(--main-color);
    margin-bottom: 0;
}
.proerty-city-list .property-box hr{
    background: #d1d6d9;
    opacity: 1;
    margin: 18px 0 22px;
}
.proerty-city-list .property-box .city-list {
    margin-bottom: 40px;
}
.proerty-city-list .property-box .city-list li:not(:last-child) {
    margin-bottom: 12px;
}
.proerty-city-list .property-box .city-list li a {
    font-size: 19px;
    line-height: 25px;
    color: var(--dark-color);
    display: block;
    width: fit-content;
}
.proerty-city-list .property-box .city-list li a:hover{
    color: var(--main-color);
}
.proerty-city-list .property-box .more-cities{
    font-size: 20px;
    line-height: 26px;
    color: var(--main-color);
    display: block;
    width: fit-content;
    font-weight: var(--font-weight-bold);
}
.proerty-city-list .property-box .more-cities:hover{
    color: var(--dark-color);
}

/* Property detail page css start */
.gallery-img .flex-fill {
    max-height: calc(50% - 8px);
}
.property-gallery{
    margin-bottom: 30px;
}
.property-gallery > .col-12 {
    max-height: 590px;
}
.property-gallery img{
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}
.property-gallery-slick .slick-slide > img{
    height: 220px;
    border-radius: 20px;
}
.property-gallery-slick.slick-dotted{
    margin-bottom: 40px;
}
.slick-dots li button{
    width: 20px;
    height: 8px;
    padding: 0;
    background-color: var(--light-gray-color);
    border-radius: 20px;
}
.slick-dots li.slick-active button{
    background-color: var(--main-color);
}
.slick-dots li button::before{
    content: none !important;
}
.slick-dots{
    bottom: -32px;
}
.more-gallery-btn{
    padding: 10px 30px;
    border-radius: 50px;
    background-color: var(--white-color);
    color: var(--black-color) !important;
    font-size: 24px;
    line-height: 26px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
}
.property-action-wrapper .action-btn.active{
    background-color: var(--main-color);
    color: var(--white-color) !important;
}
.property-action-wrapper .action-btn{
    padding: 10px 18px;
    border-radius: 50px;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    color: var(--dark-blue-color) !important;
    font-size: 21px;
    line-height: 24px;
    font-weight: var(--font-weight-semibold);
}
.property-action-wrapper {
    padding: 14px;
    border-radius: 12px;
    position: sticky;
    top: 105px;
    background-color: rgba(255,255,255,60%);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
    z-index: 9;
}
.property-content-wrapper {
    margin-left: 30px;
}
.property-content-wrapper .shadow-box, .property-sidebar-wrapper .shadow-box {
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 10%);
    border-radius: 23px;
    margin-bottom: 40px;
}
.property-content-wrapper .shadow-box:last-child, .property-sidebar-wrapper .shadow-box:last-child{
    margin-bottom: 0;
}
.property-sidebar-wrapper .shadow-box{
    padding: 30px 20px !important;
}
.property-sidebar-wrapper .shadow-box.p-0{
    padding: 0 !important;
}
.property-sidebar-wrapper{
    position: sticky;
    top: 105px;
    z-index: 9;
}
.property-content-wrapper .about-content-wrapper{
    border-left: 1px solid var(--light-gray-color);
    padding-left: 30px;
    margin-left: 24px;
    width: 100%;
}
.about-logo-wrapper{
    min-width: 205px;
}
.about-logo-wrapper > img{
    max-width: 200px;
}
.about-image-wrapper > img{
    border-radius: 20px;
}
.read-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.read-content.lineclamp-8.expanded{
    -webkit-line-clamp: unset;
}
.read-content.expanded {
    -webkit-line-clamp: unset;
}
.read-content.lineclamp-8{
    -webkit-line-clamp: 8;
}
.about-content-wrapper .desc, .about-developer .desc{
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
}
.about-content-wrapper .desc p:not(:last-child), .about-developer .desc p:not(:last-child){
    margin-bottom: 20px;
}
.read-btn{
    font-size: 20px;
    line-height: 22px;
    font-weight: var(--font-weight-bold);
    color: var(--main-color);
    margin-top: 26px;
    display: block;
    width: fit-content;
}
.read-btn:hover{
    color: var(--dark-color);
}
.specifications{
    gap: 30px 20px;
}
.specifications > li.item{
    width: calc(25% - 20px);
    gap: 14px;
}
.specifications .item .icon {
    width: 44px;
}
.specifications .item .icon > img {
    max-width: 40px;
    height: 33px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.about-location{
    font-size: 22px;
    line-height: 26px;
    color: #23185d;
    gap: 12px;
}
.about-location > i{
    color: var(--black-color);
    font-size: 26px;
}
.google-map > iframe{
    max-height: 440px;
    border-radius: 25px;
}
.main-ad-image > a > img{
    border-radius: 20px;
}
.sidebar-buttons-box > .title{
    font-size: 28px;
    line-height: 32px;
    font-weight: var(--font-weight-bold);
    color: var(--dark-blue-color);
}
.sidebar-buttons-wrapper .btns{
    padding: 10px 13px;
    background-color: #10ad56;
    border: 1px solid #10ad56;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
    text-align: center;
}
.sidebar-buttons-wrapper .btns:last-child{
    margin-bottom: 0;
}
.sidebar-buttons-wrapper .btns.leave-detail-btn{
    background: transparent;
    border-color: #27aae1;
    color: #27aae1;
}
.sidebar-buttons-wrapper .btns.whatsapp-btn{
    background: transparent;
    border-color: #10ad6f;
    color: #10ad6f;
}
.btns.icon-btn{
    position: relative;
}
.btns.icon-btn > .icon{
    position: absolute;
    top: 50%;
    right: 13px;
    max-width: 33px;
    transform: translateY(-50%);
}
.companies-logos {
    gap: 40px 20px;
}
.companies-logos .logo-wrap {
    width: calc(20% - 20px);
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companies-logos .logo-wrap a > img{
    max-height: 66px;
}
.related-properties .property-item{
    box-shadow: 0 13px 27px rgba(0,0,0,10%);
}
.developer-logo > img{
    max-width: 180px;
}
.shadow-box, html{
    scroll-padding-top: 175px;
}
.developer-property .slick-track{
    display: flex;
    gap: 20px;
}
.developer-property .slick-track::before, .developer-property .slick-track::after{
    content: none;
}
.developer-property .property-item > a, .developer-property .property-item > a > img{
    height: 230px;
}

/**** Lightbox css start ****/
/* Gallery css start */
.lb-outerContainer{
    border-radius: 20px !important;
    overflow: hidden;
}
.lb-nav a{
    width: 45px !important;
    height: 45px;
    background-position: center center !important;
    background-size: 14px !important;
    border-radius: 50% !important;
    background-color: var(--white-color) !important;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 1 !important;
}
.lb-nav a.lb-next{
    margin-right: 15px;
}
.lb-nav a.lb-prev{
    margin-left: 15px;
}
.lightboxOverlay{
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px);
}
.lightbox{
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.lb-details{
    display: none;
}
.lb-data{
    top: 10px;
    position: absolute;
    display: block;
    z-index: 99;
    width: 45px !important;
    height: 45px;
    opacity: 1;
    margin-right: 7px;
}
.lb-data .lb-close{
    width: 45px !important;
    height: 45px !important;
    background-position: center center !important;
    background-size: 16px !important;
    border-radius: 50% !important;
    background-color: var(--white-color) !important;
    opacity: 1 !important;
}
.lightbox .lb-image{
    border: 0 !important;
}
.detail-form-modal .modal-dialog{
    max-width: 380px;
}
.detail-form-modal .modal-content{
    border-radius: 24px;
    padding: 30px;
    border: none;
}
.modal-close-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -27px;
    right: -27px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: none;
    line-height: 32px;
    color: var(--main-color);
    font-size: 25px;
}

/**** Filter form css start ****/
.filter-form {
    gap: 20px;
    position: relative;
}
.filter-group-btn{
    min-width: fit-content;
}
.filter-form .dropdown-menu{
    border: 1px solid var(--light-gray-color);
    width: 100%;
    max-width: 430px;
    padding: 13px 20px;
    background-color: var(--white-color);
    border-radius: 12px;
    min-width: 350px !important;
    z-index: 2;
}
.filter-form .dropdown-menu.check-drop{
    min-width: 240px !important;
}
.filter-form .price-filter-group.dropdown-toggle::after{
    content: none;
}
.filter-form .dropdown-toggle::after{
    display: inline-block;
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 10px;
    border: none !important;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.filter-checkbox-group.dev-checkboxes {
    column-count: 2;
    column-gap: 20px;
}
.filter-checkbox-group.dev-checkboxes > label {
    gap: 0 5px;
}
.filter-group .input-group-text{
    padding: 6px 12px;
    font-size: 20px;
    border-color: #a5a8a9;
}
.filter-group .form-control{
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    padding: 10px 13px;
}
.filter-group .form-control:focus, form input.form-check-input{
    box-shadow: none;
    outline: none;
}
.filter-group input.form-check-input{
    margin-right: -24px;
    margin-left: 10px;
}
.filter-group .form-check .form-check-label{
    font-size: 18px;
    line-height: 25px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    display: block;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-right: -2px;
}
.filter-form .filter-input{
    max-width: 280px, ;
}
.filter-form .filter-input::placeholder{
    color: var(--light-gray-color);
}
.filter-form .filter-select{
    width: 100%;
    max-width: 200px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.filter-form > .dropdown{
    width: 100%;
    max-width: 150px;
    min-width: fit-content;
}
.filter-form > .dropdown > .filter-group-btn{
    width: 100%;
}
.select2-selection{
    width: 100%;
    max-width: 200px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    direction: rtl;
    min-width: 150px;
    padding: 10px 14px !important;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    height: 100% !important;
    border-radius: 50px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-left: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child{
    margin-bottom: 0px !important;
}
.select2-container .select2-selection__rendered{
    padding: 0 !important;
}
.select2-selection__arrow{
    display: none !important;
}
.filter-btn{
    min-width: 130px;
}
.filter-form :where(.filter-input, .filter-select, .filter-group-btn){
    padding: 10px 20px;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    text-align: start;
}
.filter-group-btn > img{
    max-width: 25px;
    margin-left: 5px;
}
.filter-form .filter-btn{
    font-size: 22px;
    line-height: 20px;
    font-family: var(--font-family-Assistant);
    font-weight: var(--font-weight-regular);
}

/* Autocomplete UI Styling */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--white-color);
    border: 1px solid #d1d5db;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 0;
    margin-top: 10px !important;
    z-index: 1000 !important;
    max-width: 300px;
}
.ui-menu-item {
    list-style-type: none;
    padding: 14px 20px;
    cursor: pointer;
}
.ui-menu-item:hover, 
.ui-state-active {
    background-color: #f3f4f6;
    color: var(--dark-color);
    outline: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: none !important;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin: 0 !important;
}
.ui-menu .ui-menu-item-wrapper{
    padding: 0 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-weight-regular);
    border: none !important;
}
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper{
    background: none !important;
    color: var(--dark-color);
}

/* Geoapify Autocomplete Styling */
.geoapify-autocomplete-container {
    position: relative;
    flex: 1;
    min-width: 200px;
}
.geoapify-autocomplete-container .geoapify-autocomplete-input {
    width: 100%;
    padding: 10px 20px;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-weight-regular);
    color: var(--black-color);
    text-align: right;
    direction: rtl;
}
.geoapify-autocomplete-container .geoapify-autocomplete-input::placeholder {
    color: var(--light-gray-color);
}
.geoapify-autocomplete-container .geoapify-autocomplete-input:focus {
    outline: none;
    border-color: var(--main-color);
}
.geoapify-autocomplete-container .geoapify-autocomplete-items {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--white-color);
    border: 1px solid #d1d5db;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 10px;
    direction: rtl;
    text-align: right;
}
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item {
    padding: 14px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item:last-child {
    border-bottom: none;
}
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item:hover,
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item.active {
    background-color: #f3f4f6;
}
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item .icon {
    display: none; /* Hide default icons */
}
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item .main-part {
    font-weight: var(--font-weight-semibold);
    color: var(--dark-color);
}
.geoapify-autocomplete-container .geoapify-autocomplete-items .geoapify-autocomplete-item .secondary-part {
    font-size: 14px;
    color: var(--gray-color);
    margin-top: 2px;
}
.geoapify-autocomplete-container .geoapify-close-button {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: var(--gray-color);
    padding: 0;
    line-height: 1;
}
.geoapify-autocomplete-container .geoapify-close-button:hover {
    color: var(--dark-color);
}
/* Hide Geoapify branding */
.geoapify-autocomplete-container .geoapify-autocomplete-items .powered-by {
    display: none !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .geoapify-autocomplete-container {
        min-width: 100%;
        flex: 0 0 100%;
    }
    .geoapify-autocomplete-container .geoapify-autocomplete-items {
        max-height: 200px;
    }
}

/**** Breadcrumb css start ****/
.breadcrumb{
    padding: 18px 0;
    gap: 7px;
}
.breadcrumb i {
    font-size: 14px;
    line-height: 14px;
}
.breadcrumb :where(span, a){
    font-size: 20px;
    line-height: 26px;
    color: var(--white-color);
}
.breadcrumb a{
    color: var(--main-color) !important;
}
.breadcrumb a:hover{
    color: var(--white-color);
}
.breadcrumb-item + .breadcrumb-item{
    padding-right: 0;
}

/***** Blog detail page css start *****/
.blog-content-sec{
    padding: 40px 0 60px;
}
.blog-content-area{
    max-width: 1160px;
}
.blog-content-area .blog-desc-wrapper h2, .dev-desc-wrapper h2{
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: var(--font-weight-bold);
}
.blog-content-area .blog-desc-wrapper h3, .dev-desc-wrapper h3{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: var(--font-weight-bold);
}
.blog-content-area .blog-desc-wrapper a, .dev-desc-wrapper a{
    color: var(--main-color);
    text-decoration: underline;
}
.blog-content-area .blog-desc-wrapper img {
    width: 100%;
    border: 1px solid var(--main-color);
    padding: 6px;
    border-radius: 20px;
}
.blog-content-area .blog-desc-wrapper :where(p, ul li, ol li), .dev-desc-wrapper :where(p, ul li, ol li){
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: var(--black-color);
    text-align: justify;
}
.blog-content-area .blog-desc-wrapper :where(ul li, ol li), .dev-desc-wrapper :where(ul li, ol li){
    margin-bottom: 10px;
    margin-right: 16px;
}
.blog-content-area .blog-desc-wrapper :where(ul li:last-child, ol li:last-child), .dev-desc-wrapper :where(ul li:last-child, ol li:last-child){
    margin-bottom: 0px;
}
.blog-content-area .blog-desc-wrapper :where(ul, ol), .dev-desc-wrapper :where(ul, ol){
    list-style: inherit;
    margin-bottom: 30px;
}
.blog-content-area .blog-desc-wrapper ol, .dev-desc-wrapper ol{
    list-style: decimal !important;
}
.blog-content-area .blog-desc-wrapper p:last-child, .dev-desc-wrapper p:last-child{
    margin-bottom: 0px;
}
.blog-content-area .title-area .divider-area{
    margin-bottom: 35px;
}
.phone-number.hide{
    display: none;
}
.phone-number {
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--font-weight-bold);
    color: var(--dark-color);
}
.phone-number > a{
    color: var(--main-color);
}
.phone-number > a:hover{
    color: var(--dark-color);
}

/*******************
Archive Property CSS
********************/
.archive-property-banner {
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.archive-property-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.archive-property-banner > .container{
    z-index: 1;
    position: relative;
}
.archive-property-banner .title-area .title{
    font-size: 50px;
    line-height: 50px;
}
.dev-logo-wrapper{
    width: 200px;
    height: 160px;
    background-color: var(--white-color);
    border-radius: 16px;
    padding: 16px;
    margin-top: -85px;
    z-index: 1;
    position: relative;
    box-shadow: 0 6px 10px rgba(0,0,0,0.05);
}
.developer-detail {
    padding: 80px 0;
}


/* Comment Form CSS Start */
.custom-comments {
    margin-top: 40px;
    padding: 30px;
    border-top: 1px solid var(--main-color);
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,0.04);
}
.comment-title{
    margin-bottom: 20px;
}
.comment-title, .comment-reply-title{
    font-weight: bold;
}
.custom-comment-form input,
.custom-comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    text-align: right;
    border-radius: 4px;
}
.comment-list .comment{
    padding: 0 !important;
    border: none !important;
}
.comment-list, ul.children{
    list-style: none;
    padding: 0;
}
.comment-list li .comment-body, .comment-list > .comment{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #F6F6F6;
    border-radius: 10px;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
}
.comment-list > .comment ul.children > .comment .comment-body{
    padding: 0 20px 20px !important;
}
.comment-list > .comment ul.children > .comment .comment-body:last-child{
    border-bottom: 0px;
}
.comment-author {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}
.comment-author .avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}
.comment-author .fn {
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}
.comment-reply-link {
    color: var(--main-color);
}
.comment-list .children {
    list-style: none;
    margin-right: 20px;
}
.comment-list :where(.comment-author .says, .comment-meta .comment-metadata){
    display: none;
}
.breadcrumbs li.item > i{
    font-size: 16px;
}

/****************
Article Lead Form
*****************/
.article-lead-form{
    direction: rtl;
    margin-top: 40px;
    padding: 30px;
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,0.04);
}
.article-lead-form form .submit-btn{
    padding: 9px 13px;
}
.article-lead-form input[type="checkbox"]{
    width: unset;
}


/***************
Profile Dropdown
****************/
.profile-dropdown::after{
    content: none;
}
.profile-drop-list{
    padding: 10px 0px;
    border-radius: 10px;
    background-color: var(--white-color);
    margin-top: 6px !important;
}
.profile-drop-list .dropdown-item > i{
    width: 30px;
}
.pass-toggle-icon{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    line-height: 20px;
}

/*********************
Admin Profile Page CSS
**********************/
.page-template-template-admin-profile {
    background-color: var(--white-color);
}
.admin-banner{
    min-height: 300px !important;
}
.admin-wrapper{
    padding: 80px 0;
}
.admin-wrapper .admin-content-wrapper{
    width: calc(100% - 280px);
    height: inherit !important;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    padding: 20px;
    border-radius: 10px;
}
.admin-card::before{
    content: url('../images/shape.svg');
    position: absolute;
    top: -1px;
    right: 0;
    width: 19px;
    height: 42px;
    transform: rotateY(180deg);
}
.admin-card.red::before{
    /* #E30505 */
    filter: brightness(0) saturate(100%) invert(24%) sepia(72%) saturate(7051%) hue-rotate(353deg) brightness(83%) contrast(113%);
}
.admin-card.blue::before{
    /* #26A7DF */
    filter: brightness(0) saturate(100%) invert(74%) sepia(68%) saturate(4430%) hue-rotate(165deg) brightness(94%) contrast(86%);
}
.admin-card.green::before{
    /* #27AE60 */
    filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(2955%) hue-rotate(92deg) brightness(81%) contrast(97%);
}
.admin-card.yellow::before{
    /* #DFA726 */
    filter: brightness(0) saturate(100%) invert(86%) sepia(43%) saturate(4549%) hue-rotate(353deg) brightness(99%) contrast(76%);
}
.admin-card.purple::before{
    /* #8F26DF */
    filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(7283%) hue-rotate(275deg) brightness(95%) contrast(87%);
}
.admin-card .icon-wrap {
    width: 45px;
    height: 45px;
    border: 1px solid #E30505;
    padding: 5px;
    border-radius: 50%;
    background: rgba(227, 5, 5, 0.2);
    position: relative;
}
.admin-card.blue .icon-wrap{
    border-color: #26A7DF;
    background: rgba(38, 167, 223, 0.2) !important;
}
.admin-card.green .icon-wrap{
    border-color: #27AE60;
    background: rgba(39, 174, 96, 0.2) !important;
}
.admin-card.yellow .icon-wrap{
    border-color: #DFA726;
    background: rgba(223, 167, 38, 0.2) !important;
}
.admin-card.purple .icon-wrap{
    border-color: #8F26DF;
    background: rgba(143, 38, 223, 0.2) !important;
}
.admin-card .icon-wrap > img {
    max-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(24%) sepia(72%) saturate(7051%) hue-rotate(353deg) brightness(83%) contrast(113%);
}
.admin-card.blue .icon-wrap > img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(68%) saturate(4430%) hue-rotate(165deg) brightness(94%) contrast(86%) !important;
}
.admin-card.green .icon-wrap > img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(2955%) hue-rotate(92deg) brightness(81%) contrast(97%) !important;
}
.admin-card.yellow .icon-wrap > img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(43%) saturate(4549%) hue-rotate(353deg) brightness(99%) contrast(76%) !important;
}
.admin-card.purple .icon-wrap > img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(7283%) hue-rotate(275deg) brightness(95%) contrast(87%) !important;
}
.admin-card .detail .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
}
.admin-card .detail .count {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
.card{
    border: 1px solid var(--light-gray-color);
}
.card .card-body{
    padding: 20px;
}
.admin-wrapper .admin-sidebar-wrapper{
    width: 280px;
    height: inherit !important;
}
.admin-wrapper .admin-sidebar-wrapper .admin-sidebar{
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    position: sticky;
    top: 110px;
    padding: 20px;
    border-radius: 10px;
}
.admin-sidebar .logo-wrapper {
    width: 150px;
    height: 150px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
}
.admin-sidebar .logo-wrapper > img{
    object-fit: contain;
    max-height: 150px;
}
.admin-sidebar .profile-wrapper .profile-name{
    font-size: 22px;
    line-height: 26px;
    font-weight: var(--font-weight-bold);
    color: var(--dark-color);
}
.admin-sidebar .profile-wrapper{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-gray-color);
    margin-bottom: 20px;
}
.admin-sidebar-links li {
    margin-bottom: 10px;
}
.admin-sidebar-links .item {
    color: var(--dark-color);
}
.admin-sidebar-links .item:hover{
    color: var(--main-color);
}
.admin-sidebar-links .item i {
    background-color: rgba(3, 36, 55, 0.1);
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
}
.admin-content-wrapper .title-area .title{
    font-size: 30px;
}
.user-info-list li {
    border-bottom: 1px solid var(--light-gray-color);
    padding: 8px 10px;
    display: flex;
    flex-wrap: nowrap;
}
.user-info-list li > strong {
    min-width: 130px;
    display: block;
}
.global-btn.dashboard-view-btn{
    padding: 5px 14px;
}

/******************
DataTable css start
*******************/
.dataTables_wrapper .dataTables_filter input {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 6px 20px;
    margin-left: 0;
    margin-right: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f0f0f0;
    border-radius: 6px;
    margin: 0 2px;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--main-color);
    color: #fff !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: var(--main-color);
    color: #fff !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    border: none;
}
.dataTables_wrapper .dataTables_length select {
    border-radius: 20px;
    padding: 6px 14px;
}
table.dataTable th, table.dataTable td {
    padding: 8px 12px;
}
table.dataTable thead th {
    direction: rtl;
    position: relative;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    left: 8px;
    right: auto;
    position: absolute;
}
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting::before{
    right: 4px !important;
    left: unset !important;
}
table.dataTable thead th{
    text-align: start;
    min-width: 110px;
}
table.dataTable thead > tr > th.sorting{
    padding-left: 10px !important;
    padding-right: 26px !important;
}
table.dataTable.no-footer, table.dataTable {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}
.dataTables_wrapper{
    overflow: auto;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
    position: sticky;
    right: 0;
}
#trafficGraph{
    min-height: 500px;
}