/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
    --Text:#5c5e61;
    --swiper-navigation-size: 44px;
    --swiper-theme-color: #007aff;

}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/* /font */


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 0px;
    padding: 0;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    /* .single-property-map .info-map { 
        display: block !important;
       /* grid-template-columns: 1fr 1fr; */
     
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -70px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* ------Detail Page Start------ */

.lh-30 {
    line-height: 30px;
}
.fw-4 {
    font-weight: 400;
}
.fw-6 {
    font-weight: 600 !important;
}
.text-5 {
    font-size: 36px;
    line-height: 44px;
}
.gap-10 {
    gap: 10px;
}
.text-1 {
    font-size: 16px;
    line-height: 22.4px;
}

.text-2 {
    font-size: 12px;
    line-height: 16.8px;
}

.text-3 {
    font-size: 14px;
    line-height: 30px;
}

.text-4 {
    font-size: 14px;
    line-height: 19.6px;
}

.text-5 {
    font-size: 24px;
    line-height: 44px;
}

.text-6 {
    font-size: 36px;
    line-height: 33.6px;
}

.text-7 {
    font-size: 34px;
    line-height: 42.5px;
}
.text-8 {
    font-size: 26px;
    line-height: 32.5px;
}

.text-9 {
    font-size: 14px;
    line-height: 21px;
}

.text-10 {
    font-size: 20px;
    line-height: 24.2px;
}

.text-11 {
    font-size: 24px;
    line-height: 33.6px;
}

.text-12 {
    font-size: 14px;
    line-height: 22px;
}

.fw-3 {
    font-weight: 300;
}


.fw-5 {
    font-weight: 500;
}


.fw-7 {
    font-weight: 700;
}
.lh-16 {
    line-height: 16px;
}
.lh-18 {
    line-height: 18px;
}
.lh-20 {
    line-height: 20px;
}
.lh-22 {
    line-height: 22px;
}
.lh-28 {
    line-height: 28px;
}



/* title-inner 
===============================================================================*/
.flat-title {
    margin-bottom: 25px;
}
    .style-2 {
        .title-inner {
            padding-top: 34px;
            margin-bottom: 30px;
        }
    }
.flat-title .title-inner {
        padding-top: 34px;
    }


/* breadcrumb 
===============================================================================*/
.breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    gap: 28px;
    margin-bottom: 0;
}
.breadcrumb li:not(:last-child) {
    position: relative;
}
.breadcrumb li a {
    color: var(--Primary);
}

/* .breadcrumb li:not(:last-child)::after { 
    content: "\e908";
    position: absolute;
    font-family: "icomoon";
    color: #5c5e61;
    font-size: 8px;
    line-height: normal;
    top: 5px;
    margin: 0 12.5px 0 11.5px;
/* } */
.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 1320px;
    max-width: 100%;
}
.tf-container .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.tf-container .row > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* ------Section Property------ */
.section-property-detail .single-property-gallery {
    margin-bottom: 40px;
}
.position-relative {
    position: relative !important;
}
.box-overview.style-2 {
    border-radius: 0 0 16px 16px !important;
}
.box-overview .heading {
    
    border-bottom: 1px solid var(--Line);
    flex-wrap: wrap;
    gap: 10px 15px;
}
.justify-between {
    justify-content: space-between;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
}.text-color-heading {
    color: var(--Heading) !important;
}

.box-overview .heading .price span {
    margin-left: -4px;
}
.text-color-default {
    color: var(--Text) !important;
}
.box-overview .info {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 15px;
}

.box-overview .info .location {
    margin-bottom: 7px;
}
.gap-10 {
    gap: 10px;
}
.items-center {
    align-items: center;
}
.meta-list {
    gap: 17px;
}
.meta-list {
    gap: 0px 16px;
    flex-wrap: wrap;
}
.meta-list li {
    align-items: center;
    gap: 4px;
    color: rgba(44, 46, 51, 0.5);
}
.meta-list li span {
    color: #2c2e33;
}
.box-overview .list-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    gap: 8px;
}

.box-overview .list-action a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ececec;
    border-radius: 10px;
}
.list-action li{
    list-style-type: none;
}
.box-overview .info-detail .wrap-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.box-overview .info-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.box-overview .box-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
.box-overview .box-icon .icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid var(--Line);
    border-radius: 8px;
    font-size: 24px;
}


.box-overview .box-icon .content div:last-child {
    font-weight: 500;
}
.text-color-heading {
    color: #2c2e33 !important;
}
.box-property-detail .content {
    margin-bottom: -70px;
}
.box-property-detail .box ul {
    width: calc(50% - 10px);
}


.box-property-detail ul li p:first-child {
    color: #3a3a3c; 
}
.box-property-detail .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* video */
.widget-video img {
    border-radius: 16px;
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.widget-video .popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: var(--White);
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
/* banks*/
#rooms .additional-images {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
    #rooms .additional-images img {
        width: 23%;
        border-radius: 10px;
        transition: 0.3s;
        cursor: pointer;
    }



/* --section-property--- */
.section-property-detail .wg-property.box-property-detail .box ul li {
    gap: 10px;
}
.section-property-detail.style-2 .wg-property {
    box-shadow: unset;
    border: 1px solid #ececec;
}
.section-property-detail .wg-property {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.section-property-detail .wg-property.single-property-floor,
.section-property-detail .wg-property.box-attachments,
.section-property-detail .wg-property.box-property-detail {
    padding: 30px 30px 37px;
}

.section-property-detail .wg-property.box-amenities {
    padding-right: 133px !important;
}

.section-property-detail .wg-property.single-property-floor {
    padding: 30px 30px 32px;
}

.section-property-detail .wg-property.box-virtual-tour {
    padding: 23px 29px 34px;
}

.section-property-detail .wg-property.box-loan {
    padding: 32px 30px 30px;
}

.section-property-detail .wg-property.box-loan .wrap-btn {
    margin-top: 23px;
}

.section-property-detail .wg-property.box-loan .wrap-btn p {
    margin-top: 0;
}

.section-property-detail .wg-property.box-loan .wrap-btn span {
    color: var(--Primary);
}

.section-property-detail .wg-property.single-property-nearby {
    padding: 32px 30px 30px;
}

.section-property-detail .wg-property.box-property-detail .box ul li {
    gap: 10px;
}

.section-property-detail .wg-property.box-comment {
    padding: 30px;
}

.section-property-detail .wg-property.spacing-1 {
    margin-top:-130px;
    padding: 24px 24px 24px;
}

.section-property-detail .wg-property.spacing-2 {
    padding: 22px 24px 23px;
    margin-bottom:-30px;
}

    .section-property-detail .wg-property.spacing-3 {
        padding: 25px 24px 20px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-4 {
        padding: 25px 23px 35px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-5 {
        padding: 24px 23px 35px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-6 {
        padding: 23px 23px 34px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-7 {
        padding: 24px 23px 37px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-8 {
        padding: 23px 23px 35px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-9 {
        padding: 27px 24px 21px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-10 {
        padding: 26px 24px 23px;
        margin-bottom: -30px;
    }

    .section-property-detail .wg-property.spacing-11 {
        padding: 27px 24px 23px;
        margin-bottom: -30px;
    }

.section-property-detail .wg-property .wrap-comment {
    padding-bottom: 38px;
    margin-bottom: 36px;
}

.section-property-detail .wg-property .wrap-comment .comment-item .author .name {
    margin-bottom: 6px;
}

.section-property-detail .wg-property .wrap-comment .comment-item p {
    margin-bottom: 15px;
}

.section-property-detail .wg-property form .tf-btn {
    gap: 1px;
}

.section-property-detail .wg-title {
    margin-bottom: 24px;
}


.section-property-detail .single-property-gallery {
    margin-bottom: 40px;
}

.section-property-detail .single-property-gallery.style-1 .sw-button {
    top: calc(50% - 55px);
}

.section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-next {
    right: 16px;
}

.section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-prev {
    left: 16px;
}

.section-property-detail .form-pre-approved .cols {
    margin-bottom: 32px;
}

.section-property-detail .form-pre-approved .cols:nth-last-child(2) {
    margin-bottom: 0;
}

.section-property-detail.style-2 .wg-property {
    box-shadow: unset;
    border: 1px solid var(--Line);
}



/* amenties */
     .box-amenities .wrap-feature {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box-amenities .wrap-feature .box-feature ul {
        padding-left: 15px;
        list-style: disc;
   }
   .box-amenities .wrap-feature .box-feature ul li:not(:last-child) {
    margin-bottom: 11px;
}
.box-amenities .wrap-feature .box-feature .feature-item {
    gap: 8px;
}
.box-amenities .wrap-feature .box-feature ul li {
    list-style: disc;
}
.box-amenities .wrap-feature .box-feature ul li::marker {
    color: var( --primary);
}
/* --map-- */
.single-property-map .map {
    border-radius: 30px;
    width: 100%;
    height: 420px;
}

.single-property-map .info-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.single-property-map .info-map li:not(:last-child) {
    margin-bottom: 12px;
}

.single-property-map .info-map li {
    display: flex;
    gap: 10px;
}

.single-property-map .info-map li .label {
    color: #3a3a3c;
    width: 110px;
}

/* Mobile responsive styles */
@media screen and (max-width: 768px) {
    .single-property-map .info-map {
        grid-template-columns: 1fr; /* Single column for mobile view */
        gap: 10px; /* Reduced gap for better alignment on small screens */
    }

    .single-property-map .map {
        height: 300px; /* Adjusted height for smaller screens */
    }

    .single-property-map .info-map li {
        flex-direction: column; /* Stack items vertically on small screens */
        gap: 5px; /* Reduced gap between stacked items */
    }

    .single-property-map .info-map li .label {
        width: auto; /* Dynamic width for labels */
        font-size: 14px; /* Optional: Adjust font size */
    }

    .wg-title {
        font-size: 16px; /* Adjusting title font size for readability on mobile */
    }
}

/* --floor-- */
.single-property-floor .floor-item:not(:last-child) {
    margin-bottom: 24px;
}
.single-property-floor .floor-item {
    padding: 0px 20px;
    background-color: #f7f7f7;
    border-radius: 12px;
}
.single-property-floor .floor-item .floor-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 19px 0px 17px;
}
.single-property-floor .floor-item .floor-header .inner-left {
    display: flex;
    gap:5px;
}
.single-property-floor .floor-item .floor-header .inner-left span {
    color: #161e2d;
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}
.single-property-floor .floor-item .floor-header .inner-right {
    display: flex;
    gap: 28px;
    flex-direction: column;
}
.gap-8 {
    gap: 8px;
}
.items-center {
    align-items: center;
}
.single-property-floor .floor-item .floor-header .inner-right .icon {
    font-size: 20px;
    color: #a3abb0;
}
.single-property-floor .floor-item .faq-body {
    padding: 17px 0px;
    border-top: 1px solid #e4e4e4;
}
.single-property-floor .floor-item .faq-body .box-img {
    background-color: var(--White);
    border-radius: 12px;
    overflow: hidden;
}
.single-property-floor .floor-item .floor-header:not(.collapsed) .inner-left .icon {
    transform: rotate(-180deg);
}
.single-property-floor .floor-item .floor-header .inner-left .icon {
    flex-shrink: 0;
    margin-right: 9px;
    margin-top: -2px;
    display: inline-block;
    transform: rotate(0);
    font-size: 21px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-floor li{
    list-style-type: none;
}

/* ---sidebar--- */
.sticky-sidebar {
    position: sticky;
    top: 104px;
}
.form-contact-seller {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #ececec;
}
.mb-30 {
    margin-bottom: 30px;
}
form {
    position: relative;
    z-index: 30;
}
.form-contact-seller .seller-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column ;
    align-items: center;
    gap: 19px;
    margin-bottom: 28px;
}
    .form-contact-seller .seller-info .list-action li a {
        color: #00b98e;
    }
    .form-contact-seller .seller-info .avartar {
        border-radius: 999px;
        width: 100px;
        height: 100px;
        overflow: hidden;
        flex: none;
    }
.form-contact-seller .seller-info .name {
    margin-bottom: 12px;
}
.form-contact-seller .seller-info .contact li:not(:last-child) {
    margin-bottom: 6px;
}
.form-contact-seller .seller-info .contact li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #5c5e61;
}
.form-contact-seller .seller-info .contact li i {
    font-size: 16px;

}
.form-contact-seller .seller-info .contact li span {
    line-height: 19.6px;
    color: var(--Primary);
}
.mb-12 {
    margin-bottom: 12px;
}
.form-contact-seller fieldset input, .form-contact-seller fieldset textarea, .form-contact-seller fieldset textarea::placeholder, .form-contact-seller fieldset input::placeholder {
    font-size: 14px;
    line-height: 22px;
}
.form-contact-seller textarea {
    height: 130px;
}
form textarea {
    font-size: 16px;
    line-height: 22.4px;
    height: 148px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
textarea {
    resize: vertical;
}

form .input.input-nl, form textarea, form input[type=text], form input[type=password], form input[type=datetime], form input[type=datetime-local], form input[type=date], form input[type=month], form input[type=time], form input[type=week], form input[type=number], form input[type=email], form input[type=url], form input[type=search], form input[type=tel], form input[type=color] {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    background-color:#ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    color: #5c5e61;
    overflow: hidden;
    height: 54px;
    margin-bottom: 0;
}

.tf-btn.bg-color-primary {
    background-color: var(--primary);
}
.tf-btn {
    font-size: 16px;
    line-height: 22.4px;
    height: 50px;
    background-color:#fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    color: #fff;
    width: max-content;
    gap: 10px;
    white-space: nowrap;
}
.w-full {
    width: 100% !important;
}

.tf-sidebar .sidebar-ads {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.tf-sidebar .sidebar-ads .image-wrap img {
    width: 100%;
    object-fit: cover;
}
.tf-sidebar .sidebar-ads .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 136px;
    height: 42px;
}
.z-5 {
    z-index: 5;
}
.tf-sidebar .sidebar-ads .box-ads {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 30px;
}
.tf-sidebar .sidebar-ads .box-ads .content {
    margin-bottom: 20px;
}
.tf-sidebar .sidebar-ads .box-ads .title {
    margin-bottom: 20px;
}
.tf-sidebar .sidebar-ads .box-ads p {
    color: #fff;
}
.tf-sidebar .sidebar-ads .box-ads .title a {
    color: #fff;
}
.tf-sidebar .sidebar-ads::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0%, #582900 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.form-contact-agent {
    padding: 28px 30px 29px;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.form-contact-agent fieldset {
    margin-bottom: 12px;
}
.form-contact-agent fieldset input, .form-contact-agent fieldset textarea, .form-contact-agent fieldset input::placeholder, .form-contact-agent fieldset textarea::placeholder {
    font-size: 14px;
    line-height: 22px;
}

/* ---nearby---- */
.section-property-detail .wg-property.spacing-7 {
    padding: 24px 23px 37px;
}
.section-property-detail .wg-title {
    margin-bottom: 24px;
}
.single-property-nearby .box-nearby {
    margin-top: 25px;
}
.single-property-nearby .box-nearby .item-nearby:not(:last-child) {
    margin-bottom: 8px;
}
.single-property-nearby .item-nearby {
    display: flex;
    gap: 4px;
}

.single-property-nearby .item-nearby .label {
    width: 120px;
    color: #3a3a3c;
    opacity: 0.8;
}
.fw-7 {
    font-weight: 700;
}

/* /--image slider---/ */
.section-property-detail .sw-thumbs-sigle {
    border-radius: 16px 16px 0 0;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.sw-thumbs-sigle .image-wrap img, .sw-single .image-wrap img {
    width: 100%;
}
a img {
    border: 0;
}
.tag-property {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 21px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: var(--primary);
    border-radius: 999px;
}
svg, svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lh-20 {
    line-height: 20px;
}
.fw-6 {
    font-weight: 600 !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
}
.sw-button.style-2.swiper-button-next {
    right: 16px;
}
.sw-button.style-2 {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    transform: translateY(-50%);
}
.sw-button {
    position: unset;
    border-radius: 999px;
    color: #ffffff;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 58px;
    width: 58px;
    border: 1px solid #ececec;
    margin-top: unset;
    top: 50%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
[role=button] {
    cursor: pointer
}

/* simlar property */

.project-page-one{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 150px;
    padding-top: 64px;
    padding-bottom: 10px;
}
.project-page-one .shape1 {
    position: absolute;
    top: -550px;
    right: -100px;
}

.project-page-one .row{
    position: relative;
    z-index: 1;
}

.project-block{
    position: relative;
    display: block;
    transform: translateY(0px);
    transition: all 0.1s ease-in-out 0.1s;
    border-radius: 20px;
    margin-bottom: 30px;
    z-index: 10;
}
.project-block:hover{
    transform: translateY(-5px); 
    transition: all 0.3s ease-in-out 0.1s;  
    box-shadow: 0px 20px 60px 0px rgba(26, 46, 85, 0.2);     
}
.project-block .img-holder{
    position: relative;
    display: block;
}
.project-block .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.project-block .img-holder .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-base);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.project-block:hover .img-holder .inner:before{
    opacity: 0.70;
}


.project-block .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.project-block:hover .img-holder .inner img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);   
}


.project-block .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 34px 40px 32px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.project-block .text-holder h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 5px;
}
.project-block .text-holder h3 a{
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s; 
}
.project-block .text-holder h3 a:hover{
    color: var(--thm-base);
}



.project-block .text-holder p{
    font-weight: 500;
    margin: 0;
}
.project-block .text-holder ul{
    position: relative;
    display: block;
    padding-top: 15px;
}
.project-block .text-holder ul li{
    color: #051320;
    font-size: 16px;
    font-weight: 400;  
    margin-bottom: 11px;  
}
.project-block .text-holder ul li:last-child{
    margin-bottom: 0;
}
.project-block .text-holder ul li span{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
}
.heading-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.mb-32 {
    margin-bottom: 32px;
}
.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 1320px;
    max-width: 100%;
}
.project-block.content{
    padding: 23px 24px 24px;
}
.project-block .content .title {
    margin-bottom: 10px;
}
.project-block .content .location {
    margin-bottom: 16px;
}
.gap-8 {
    gap: 8px;
}
.items-center {
    align-items: center;
}
.project-block .content .location i {
    margin-right: 4px;
}
.project-block .meta-list {
    border-bottom: 1px solid var(--Line);
    padding-bottom: 16px;
    margin-bottom: 15px;
    gap: 9px;
}
.meta-list {
    gap: 0px 16px;
    flex-wrap: wrap;
}
.meta-list li {
    align-items: center;
    gap: 4px;
    color: rgba(44, 46, 51, 0.5);
}
.project-block .price {
    color: var(--primary);
}

.items-center {
    align-items: center;
}
@media (min-width: 1200px) {
    .project-block .wrap-btn {
        gap: 20px;
    }
}
.project-block .wrap-btn {
    gap: 7px;
}
.project-block .tf-btn {
    height: 44px;
    border-radius: 12px;
}
.tf-btn.style-border {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
}
.tf-btn.style-border:hover {
    background-color: var(--primary);
    color: #fff;
}
.tf-btn.pd-4 {
    padding: 0 28px;
}
.tf-btn {
    font-size: 16px;
    line-height: 22.4px;
    height: 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    color: #fff;
    width: max-content;
    gap: 10px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {

    .project-page-one .heading-section h3.title {
        font-size: 20px; 
        line-height: 28px; 
    }

   
    .project-page-one {
        padding: 80px 20px 50px; 
    }

    
    .project-block {
        margin-bottom: 20px; 
    }

    .project-block .content {
        padding: 16px; 
    }

    
    .project-block .content .title {
        font-size: 16px; 
        margin-bottom: 8px;
    }

    .project-block .content .price {
        font-size: 18px; 
    }

    /* Adjust meta-list spacing */
    .project-block .meta-list {
        padding-bottom: 12px; 
        margin-bottom: 12px;
        gap: 6px; 
    }

    .project-block .meta-list li {
        font-size: 14px; 
    }

    
    .project-block .tf-btn {
        font-size: 14px; 
        height: 40px;
        padding: 0 20px; 
        border-radius: 10px; 
    }

    .project-block .wrap-btn {
        gap: 10px;
    }

    /* Adjust image holder for responsiveness */
    .project-block .img-holder .inner img {
        max-height: 200px; 
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .project-block .content {
        padding: 20px; 
    }

    .project-block .bot {
        flex-direction: column; 
        gap: 10px; 
    }

    .project-block .price {
        font-size: 16px; 
    }

    .project-block .wrap-btn {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .project-block .tf-btn {
        width: 100%; 
        padding: 10px 20px; 
        font-size: 14px; 
    }

    .project-block .tf-btn.style-border {
        width: 100%; 
    }
}
