@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('../fonts/voca/vonca-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/work/WorkSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

:root {
    /* Primary Colors */
    --primary: rgb(0, 0, 0);
    --on-primary: rgb(255, 255, 255);
    --primary-container: rgb(230, 230, 230);
    --on-primary-container: rgb(0, 0, 0);

    /* Secondary Colors */
    --secondary: rgb(30, 43, 75);
    --on-secondary: rgb(255, 255, 255);
    --secondary-container: rgb(230, 231, 235);
    --on-secondary-container: rgb(2, 9, 27);

    /* Error Colors */
    --error: rgb(207, 0, 4);
    --on-error: rgb(255, 255, 255);
    --error-container: rgb(252, 230, 230);
    --on-error-container: rgb(138, 0, 2);

    /* Success Colors */
    --success: rgb(0, 183, 3);
    --on-success: rgb(255, 255, 255);
    --success-container: rgb(230, 250, 230);
    --on-success-container: rgb(0, 122, 2);

    /* Warning Colors */
    --warning: rgb(215, 111, 0);
    --on-warning: rgb(255, 255, 255);
    --warning-container: rgb(253, 242, 230);
    --on-warning-container: rgb(143, 74, 0);

    /* Surface Colors */
    --surface: rgb(255, 255, 255);
    --on-surface: rgb(77 77 77);
    --surface-dim: rgb(179, 179, 179);
    --surface-bright: rgb(255, 255, 255);
    --surface-container-lowest: rgb(255, 255, 255);
    --surface-container-low: rgb(242, 242, 242);
    --surface-container: rgb(230, 230, 230);
    --surface-container-high: rgb(217, 217, 217);
    --surface-container-highest: rgb(204, 204, 204);

    /* Inverse Surface */
    --inverse-surface: rgb(0, 0, 51);
    --inverse-on-surface: rgb(255, 255, 255);
    --inverse-primary: rgb(204, 204, 255);

    /* Outline Colors */
    --outline: rgb(153, 153, 153);
    --outline-variant: rgb(230, 230, 230);

    /* On Surface Variant */
    --on-surface-variant: rgb(77, 77, 77);

    /* Scrim & Shadow */
    --scrim: rgb(0, 0, 0);
    --shadow: rgb(0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Work Sans', 'Arial', sans-serif;
    color: rgb(0, 0, 0);
}

a{
    text-decoration: none !important;
    color:var(--on-surface);
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}
li{
    list-style: none;
}

a.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
ul.navbar-nav {
    gap: 18px;
}

header {
    position: relative;
    z-index: 5;
}

header .navbar {
    transition: background 0.3s ease, backdrop-filter 0.3s ease, border-bottom 0.3s ease;
    position: relative;
    z-index: 1;
}

header .navbar.navbar-scrolled {
    background: var(--white-80, rgba(255, 255, 255, 0.80));
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
    padding: 32px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
}

header.navbar-header-scrolled {
    background: var(--white-80, rgba(255, 255, 255, 0.80));
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
    padding: 45px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
}
.navbar-header-scrolled .navbar {
    max-width: 1320px;
    margin: auto !important;
}

header.navbar-header-scrolled .navbar.navbar-scrolled {
     background: unset; 
     backdrop-filter: unset; 
}

header .navbar.navbar-scrolled .container {
    max-width: 100%;
    padding: 0;
}




/* About page: when menu is fixed (scrolled), show dark hamburger */
.about-page header .hambergers .nav-ham-about-white,
.about-page header .hambergers .nav-ham-about-dark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}
.about-page header .hambergers {
    position: relative;
    min-width: 44px;
    min-height: 44px;
}
.about-page header .hambergers .nav-ham-about-dark {
    display: none;
}
.about-page header .hambergers .nav-ham-about-white {
    display: block;
}
.about-page header.navbar-header-scrolled .hambergers .nav-ham-about-white,
.about-page header:hover .hambergers .nav-ham-about-white {
    display: none;
}
.about-page header.navbar-header-scrolled .hambergers .nav-ham-about-dark,
.about-page header:hover .hambergers .nav-ham-about-dark {
    display: block;
}



.about-page header .navbar:not(.navbar-scrolled) a,
.about-page header:not(:hover) .navbar:not(.navbar-scrolled) a {
    color: #fff ;
}

.about-page header:hover a{
    color: #000 !important;
}




@media (min-width: 992px) {
    header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--white-80, rgba(255, 255, 255, 0.80));
        backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
        opacity: 0;
        pointer-events: none;
        z-index: 0;
        transition: opacity 0.3s ease;
    }
    
    header:hover:not(:has(.navbar-scrolled))::before {
        opacity: 1;
    }
    
    header:has(.navbar-scrolled)::before {
        display: none;
    }
    
    header:hover .navbar:not(.navbar-scrolled) {
        border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
        position: relative;
        z-index: 1;
    }
    
    header:hover .navbar.navbar-scrolled {
        border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
    }
    
    header .navbar.navbar-scrolled {
        /*padding-inline: 200px !important;*/
    }
    
    header .navbar.navbar-scrolled .container {
        /* max-width: 1320px; */
        margin: 0 auto;
        /* padding-left: 48px;
        padding-right: 48px; */
    }
}

/*---- OffCanvasMenu ----*/

div#offcanvasTop {
    background: var(--black-80, rgba(0, 0, 0, 0.80));
    backdrop-filter: blur(16px);
    height: 100%;
}
button.btn-close {
    opacity: 1;
}
.ham-logo {
    opacity: 0.7;
    position: absolute;
    bottom: 38px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.ham-menu {
    text-align: center;
}
.offcanvas-body a {
    color: var(--inverse-inverse-on-surface, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}
.offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.nav-link span {
    font-size: 12px;
}


/*---- Hero ----*/

.hero {
    background-image: url(../img/hero.webp);
    background-position: center center;
    background-size: cover;
    min-height: 660px;
    display: flex;
    margin-bottom: 45px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 24px;
    background: #d8d9c599;
    width: 100%;
    height: 100%;
}

.hero-title {
    font-size: 31px;
    font-weight: 900;
    line-height: 60px;
}

.hero-des {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--on-surface);
}

.hero-btn {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.btn-gray {
    background: #E6E6E6;
    padding: 13px 17px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    transition: all .3s;
}

.btn-black {
    background: #000000;
    color: #ffffff;
    padding: 13px 17px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.btn-gray:hover{
    transition: all .3s;
    background: #d2d1d1;
    color: #000;
}

.btn-black:hover{
    transition: all .3s;
    background: #262626;
    color: #fff;
}


/*---- Home Statics ----*/

.hsb {
    background: #E6E7EB;
    border-radius: 16px;
    padding: 20px;
    min-height: 230px;
    position: relative;
}

.home-static-boxes .col-3{
    padding: 5px;
}

.hsb-title {
    font-size: 18px;
    font-weight: 200;
    color: #4D4D4D;
    padding: 19px 0 11px 0;
}

.hsb-des {
        font-size: 12px;
    font-weight: 200;
    color: #4D4D4D;
}

.hsb-statics {
        font-size: 31px;
    font-weight: 800;
    color: #1E2B4B;
    padding-top: 15px;
    position: absolute;
    bottom: 5px;
	display: flex; 
	gap: 8px; 
	align-items: baseline;
}

.hsb-statics strong{
    font-size: 25px;
    font-weight: 600;
    color: #1E2B4B;
    display: block;
}

.home-static-title {
    font-size: 25px;
    text-align: center;
    padding-bottom: 35px;
    font-family: 'Vonca', sans-serif;
    font-weight: bold;
}

.divGrid{
    background: #E6E7EB;
    border-radius: 16px 0 0 0;
    padding: 20px;
    position: relative;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 1fr);
    gap: 8px;
}

.div1 {
    grid-row: span 5 / span 5;
    border-radius: 16px 0 0 0;
}

.div2 {
    grid-row: span 7 / span 7;
    grid-column-start: 1;
    grid-row-start: 6;
    padding: 70px 20px;
    border-radius: 0 0 0 16px;
}

.div3 {
    grid-row: span 7 / span 7;
    grid-column-start: 2;
    grid-row-start: 1;
    padding: 70px 20px;
    border-radius: 0 16px 0 0;
}

.div4 {
    grid-row: span 5 / span 5;
    grid-column-start: 2;
    grid-row-start: 8;
    border-radius: 0 0 16px 0;
}


/*---- Home Owner ----*/

.home-owner{
    background: #1E2B4B;
    padding: 0 0 50px 0;
}

.home-owner-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-owner-title {
    font-size: 39px;
    color: #fff;
    font-weight: 400;
    font-family: 'Vonca', sans-serif;
}

.home-owner-des {
    font-size: 16px;
    color: #FFFFFF70;
    font-weight: 400;
}

.ho-block img {
    height: 717px;
}


/*---- Home Start ----*/

.home-start{
    background: #F7F7EE;
    padding: 54px 0;
     position: relative;
 }

.home-start:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 32%;
    background: #ffffff;
    background: linear-gradient(107deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
    right: 0;
    z-index: 9;
    top: 0;
}

.home-start-title {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Vonca', sans-serif;
    padding-bottom: 48px;
}

.hst-sub {
    font-size: 39px;
    font-weight: 700;
    font-family: 'Vonca', sans-serif;
}

.process-steps-wrapper .container {
    position: relative;
}

.process-step-card {
    background: #F1F2E3;
    border-radius: 16px;
    padding: 20px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid #919188;
}

.step-icon-wrapper svg {
    font-size: 69px;
    width: 32px;
    height: 32px;
}

.process-steps .owl-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -58px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #919188 0px,
        #919188 4px,
        transparent 4px,
        transparent 8px
    );
    z-index: 1;
}

.process-steps .owl-item:nth-child(5):after{
   display:none;
}

.step-icon-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.step-icon {
    width: 48px;
    height: 48px;
    color: #000000;
}

.step-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 16px;
    line-height: 1.4;
    min-height: 56px;
}

.step-description {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 24px;
    min-height: 95px;
}

.step-number {
    font-family: 'Vonca', 'Work Sans', sans-serif;
    font-size: 39px;
    font-weight: 700;
    color: #00000080;
    line-height: 1;
}


/*---- Home About ----*/
.home-about{
    padding: 350px 0;
    background: url("../img/about-tow.svg") no-repeat;
    background-size: cover;
}

.home-about-box {
    max-width: 400px !important;
    margin: auto;
}

.home-about-title {
    color: #fff;
    font-size: 39px;
    font-family: 'Vonca', sans-serif;
    font-weight: 700;
}

.home-about-des {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
}


/*---- Home Listing ----*/
.home-ourListing{
    padding: 54px 0;
}

.home-our-listing-title {
    font-size: 25px;
    font-weight: 800;
        font-family: 'Vonca';
}

.listing-img img {
    width: 100%;
    height: 352px;
    object-fit: cover;
        border-radius: 20px;
}

.listing-title {
    font-size: 20px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* تعداد خطوط */
    overflow: hidden;
}

.listing-location {
    font-size: 16px;
    font-weight: 300;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.listing-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-price-price {
    font-size: 25px;
    font-weight: 800;
}

.list-price-per {
    font-size: 10px;
}

.listing-fet ul li {
    display: flex;
    flex-direction: row;
    gap: 5px;
    line-height: 30px;
}

.lf-icon svg {
    width: 16px;
}

.lf-text {
    font-size: 15px;
}

.listing-card {
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    transform-origin: center center;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-out;
}

.listing-card:hover {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 0 43px -8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 10px;
    transition: all 0.4s ease-out;
}

.listing-date-box {
    transition: all 0.4s ease-out;
}

.listing-card:hover .listing-date-box {
    padding-left: 10px;
    transition: all 0.4s ease-out;
}

.our-listing-wrapper {
    position: relative;
}

.our-listing-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 32%;
    background: #ffffff;
    background: linear-gradient(107deg,rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
    right: 0;
    z-index: 9;
}

.our-listing-owl .owl-stage-outer {
    padding: 45px 22px 45px;
    margin-left: -35px;
}


/*---- Home Get Form ----*/
.home-get-form{
    padding: 150px 0;
}

.home-get-form-title {
    font-size: 25px;
    font-weight: 800;
        font-family: 'Vonca';
}

.home-get-form-des {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 300;
}

form.get-form input {
    background: #F2F2F2;
    border: 1px solid #999999;
}

form.get-form input:focus {
    outline: none;
    box-shadow: none;
}

button.btn.btn-blacks.w-100 {
    background: #000;
    color: #fff;
    padding: 14px 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    /* margin: auto; */
    width: 90% !important;
    margin: auto;
}

.navbar-nav a.nav-link {
    font-family: 'Vonca';
}

button.btn.btn-black.w-100 {
    background: #000;
    color: #fff;
    padding: 14px 0;
}


/*---- Footer ----*/
footer {
    background: #000;
    padding: 50px 0;
}

.footer-logo {
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 30px;
}

.footer-menu {
    padding: 79px 0;
}

.footer-menu a{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Work Sans';
}

.footer-menu a:after{
    content: "";
    position: absolute;
    right: 30px;
    background:url("../img/move-right.svg");
    width: 24px;
    height: 24px;
}

.footer-divider {
    position: relative;
}

.footer-divider:after {
    content: "";
    position: absolute;
    background: #4D4D4D;
    height: 85%;
    width: 1px;
    right: 0;
    top: 29px;
}

.footer-divider-l{
    border-bottom: 1px solid #4D4D4D;
}

.footer-address {
    padding: 70px 0;
}

.footer-address-det {
    display: flex;
    gap: 10px;
    padding-bottom: 16px;
}

.fad-title {
    font-size: 16px;
    color: #ffffff70;
    font-weight: 300;
}

.fad-des {
    color: #fff !important;
    font-weight: 300;
}

.footer-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.footer-social a{
    color: #fff;
}

.footer-social {
    padding: 60px;
    border-top: 1px solid #4D4D4D;
}

.copy-right {
    text-align: center;
    padding: 24px 0 0 0;
    color: #ffffff50;
}


/*---- About Page ----*/

.about-page .home-about {
    margin-top: -100px;
}

.about-page a.nav-link{
    color: #fff;
    transition: color 0.3s ease;
}

.about-page a.nav-link.active{
    color: #fff;
}

.about-page header .navbar.navbar-scrolled a.nav-link,
.about-page header:hover .navbar a.nav-link {
    color: #000 !important;
}

.about-page .navbar-brand img {
    transition: filter 0.3s ease;
}

.about-page header .navbar.navbar-scrolled .navbar-brand img[src*="logo-w.svg"],
.about-page header:hover .navbar .navbar-brand img[src*="logo-w.svg"] {
    filter: brightness(0);
}

/* Single listing: white logo & hamburger on mobile when not scrolled */
.header-listing-hero .navbar-brand {
    position: relative;
    min-height: 40px;
}
.header-listing-hero .navbar-brand .logo-white,
.header-listing-hero .navbar-brand .logo-dark {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    max-height: 40px;
    width: auto;
}
.header-listing-hero .hambergers {
    position: relative;
    min-width: 44px;
    min-height: 44px;
}
.header-listing-hero .hambergers .ham-white,
.header-listing-hero .hambergers .ham-dark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-listing-hero .navbar-brand .logo-white,
.header-listing-hero .navbar-brand .logo-dark,
.header-listing-hero .hambergers .ham-white,
.header-listing-hero .hambergers .ham-dark {
    transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
    .header-listing-hero .navbar-brand .logo-white,
    .header-listing-hero .hambergers .ham-white {
        display: none !important;
    }
    .header-listing-hero .navbar-brand .logo-dark,
    .header-listing-hero .hambergers .ham-dark {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .header-listing-hero .navbar-brand .logo-dark,
    .header-listing-hero .hambergers .ham-dark {
        display: none !important;
    }
    .header-listing-hero .navbar-brand .logo-white,
    .header-listing-hero .hambergers .ham-white {
        display: block !important;
    }
    .header-listing-hero.scrolled .navbar-brand .logo-white,
    .header-listing-hero.scrolled .hambergers .ham-white {
        display: none !important;
    }
    .header-listing-hero.scrolled .navbar-brand .logo-dark,
    .header-listing-hero.scrolled .hambergers .ham-dark {
        display: block !important;
    }
}

.founder-image img {
    width: 100%;
}

.founder-title {
    font-size: 25px;
    font-family: 'Vonca';
    font-weight: 500;
    padding-bottom: 16px;
}

.founder-name {
    font-size: 39px;
    font-weight: 800;
    font-family: 'Vonca';
    padding-bottom: 16px;
}

.founder-pos {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 16px;
}

.about-team-box{
    background: #C7C6CB;
    background: linear-gradient(0deg,rgba(199, 198, 203, 1) 0%, rgba(212, 211, 216, 1) 26%, rgba(199, 199, 201, 1) 100%);
    border-radius: 32px;
}

.about-team-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    justify-content: space-between;
}

.atb-des {
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.atb-title {
    text-align: center;
    color: #041131;
    font-size: 31px;
    font-weight: 800;
    font-family: 'Vonca';
}

.atb-top {
    padding-top: 80px;
}

.our-vision, .our-mission {
    width: 265px;
    margin: auto;
}

.ours-title {
    font-size: 31px;
    font-weight: 700;
    font-family: 'Vonca';
    padding-bottom: 10px;
    color: #484944;
}

.ours-des {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #4D4D4D;
}

.abt-bot img {
    width: 100%;
}



/*---- Contact Page ----*/

.contact-info{
    padding:80px 24px;
    background: url("../img/contact-Info-bg.svg");
    border-radius: 32px 32px 0 0;
    border: 1px solid #E6E6E6;
}

/* .contact-info-map img {
    width: 100%;
    border-radius: 0 0 31px 31px;
} */

.ci-sub-title {
    font-size: 25px;
    font-family: 'Vonca' sans-serif;
    padding-bottom: 10px;
}

.ci-title {
    font-size: 39px;
    font-family: 'Vonca', sans-serif;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 35px;
}

.contact-det-title {
    font-weight: 800;
}

.contact-det-des {
    font-size: 20px;
    font-weight: 300;
}

.contact-det-title.cdt-divider {
    position: relative;
}

.contact-det-title.cdt-divider:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #000;
}

#contactMap, #contactMapMobile,
#listingMap, #listingMapMobile,
#listingMapMobileOnly {
    width: 100%;
    height: 100%;
    min-height: 265px;
    border-radius: 0 0 16px 16px;
    z-index: 1;
}
.contact-info-map {
    position: relative;
}
.custom-marker {
    background: transparent;
    border: none;
}
.leaflet-container {
    background: #1a1a1a;
}
.leaflet-popup-content-wrapper {
    background: #2a2a2a;
    color: #ffffff;
    border-radius: 8px;
}
.leaflet-popup-tip {
    background: #2a2a2a;
}
.leaflet-control-zoom a {
    background-color: #2a2a2a;
    color: #ffffff;
    border: 1px solid #444;
}
.leaflet-control-zoom a:hover {
    background-color: #3a3a3a;
}

.leaflet-top.leaflet-left {
    display: none;
}

/* Blog Gallery Carousel */

.blog-top-page {
    width: 400px !important;
    margin: auto;
}

.blog-title {
    font-size: 39px;
    font-family: 'Vonca', sans-serif;
    font-weight: 400;
}

.blog-dec {
    font-size: 13px;
}

.blog-gallery .owl-stage-outer {
    padding-bottom: 200px;
}


.blog-gallery {
    margin-top: 48px;
}

.blog-post-card {
    border-radius: 24px;
    position: relative;
    display: flex;
    transition: transform 0.3s ease;
    overflow: hidden;
    padding: 118px 15px 25px;
}

.blog-gallery .owl-item.center .blog-post-card {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    top: 160px;
}

.blog-card-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.blog-card-category a{
    font-size: 7px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Vonca', sans-serif;
}

h3.blog-card-title {
    line-height: 8px;
}

.blog-card-title a{
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.blog-card-description {
    font-size: 7px;
    font-weight: 400;
    color: #fff;
    min-height: 40px;
}

.blog-card-link {
    font-size: 8px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

a.blog-card-link img {
    width: 10px !important;
}

.blog-gallery .owl-dots {
    text-align: center;
    margin-top: 32px;
}

.blog-gallery .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D9D9D9;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.blog-gallery .owl-dots .owl-dot.active {
    background: #1E2B4B;
    width: 32px;
    border-radius: 6px;
}

.card-blog-post{
    border-radius: 24px;
    position: relative;
    display: flex;
    transition: transform 0.3s ease;
    overflow: hidden;
    padding: 300px 20px 40px;
}

.card-blog-post .blog-card-category a{
    font-size: 13px;
}

.card-blog-post .blog-card-title a{
    font-size: 25px;
}

.card-blog-post .blog-card-description {
    font-size: 13px;
}

.card-blog-post .blog-card-link {
    font-size: 16px;
}

.card-blog-post a.blog-card-link img {
    width: 20px !important;
}


/*---- Single Page ----*/

.single-page .single-top {
    margin-top: -100px;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.single-page a.nav-link{
    color: #fff;
    transition: color 0.3s ease;
}

.single-page a.nav-link.active{
    color: #fff;
}

.single-page header .navbar.navbar-scrolled a.nav-link,
.single-page header:hover .navbar a.nav-link {
    color: #000 !important;
}

.single-page .navbar-brand img {
    transition: filter 0.3s ease;
}

.single-page header .navbar.navbar-scrolled .navbar-brand img[src*="logo-w.svg"],
.single-page header:hover .navbar .navbar-brand img[src*="logo-w.svg"] {
    filter: brightness(0);
}

.single-post-content h2 {
    font-size: 25px;
    font-weight: 300;
}

.single-post-content img {
    width: 100%;
    border-radius: 31px;
    margin: 25px 0;
}

.single-post-content {
    font-size: 13px;
}

.single-title-box {
    position: relative;
    left: -100px;
}


/*---- 404 ----*/

.not-found.fade-in-up.delay-1.animated {
    max-width: 400px;
}

.not-found {
    max-width: 400px;
    margin: auto;
    padding: 300px 0;
}

.not-found-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.not-found-num {
    font-size: 64px;
    font-weight: 800;
}

.nut-found-text {
    color: #4D4D4D;
    font-weight: 200;
}

.not-found .hero-btn{
    margin: 0;
}



.form-control:focus{
    border-color: #000 !important;
}
div#navbarNav {
    flex-basis: max-content !important;
    flex-grow: 0;
}



/* Hero section animation on load */
.hero-title,
.hero-des,
.hero-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hero-title {
    transition-delay: 0.2s;
    font-family: 'Vonca';
}
li.menu-item {
    font-family: 'Vonca';
}
.hero-des {
    transition-delay: 0.4s;
}

.hero-btn {
    transition-delay: 0.6s;
}

body.loaded .hero-title,
body.loaded .hero-des,
body.loaded .hero-btn {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Listing Detail Page Styles
   ============================================ */

.listing-detail-page {
    padding-top: 0;
}
@media (max-width: 991px) {
    
}

/* Hero Carousel */
.listing-hero {
    /* position: relative; */
    /* width: 100%; */
    /* height: 70vh; */
    /* min-height: 500px; */
    /* overflow: hidden; */
}

.listing-hero-carousel {
    width: 100%;
    height: 100%;
}

/* iOS: native scroll instead of Owl to avoid Safari crash */
.listing-hero-carousel--native {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.listing-hero-carousel--native .listing-hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.listing-hero-slide img {
    width: 100% !important;
    height: 504px;
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
}

.listing-hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    display: none;
}

.listing-hero-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.listing-hero-dots .dot.active {
    background: #fff;
    width: 30px;
    border-radius: 5px;
}

.listing-hero-slide.listing-gallery-trigger {
    cursor: pointer;
}

/* Listing Gallery Lightbox */
.listing-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.listing-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.listing-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    cursor: pointer;
}

.listing-lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.listing-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.listing-lightbox__inner {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-lightbox__img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.listing-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.listing-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%) scale(1.08);
}

.listing-lightbox__prev {
    left: 24px;
}

.listing-lightbox__next {
    right: 24px;
}

.listing-lightbox__counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
}

/* Property Details Section */
.listing-details-section {
    /* background: #f8f9fa; */
}

.listing-overview-box {
    position: sticky;
    top: 130px;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.listing-overview-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
    background: #00000080;
    border-radius: 8px;
}

.listing-overview-item:nth-child(2),
.listing-overview-item:nth-child(3) {
    min-width: 120px;
}

.listing-overview-item:last-child {
    border-bottom: none;
}

.listing-overview-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.listing-overview-text {
    flex: 1;
}

.listing-overview-label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
}

.listing-overview-value {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.listing-title-section {
    gap:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.listing-main-title {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'Vonca', sans-serif;
    padding-bottom: 32px;
}
h1.listing-main-title {
    border-bottom: 1px solid #E6E6E6;
}
.listing-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 20px;
}

.listing-price-section {
    margin: 30px 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.listing-price-label {
    color: #6c757d;
    font-size: 10px;
}

.listing-price-amount {
    font-weight: 700;
    color: #000;
    font-size: 25px;
}

.listing-price-unit {
    color: #6c757d;
    font-size: 10px;
}

.listing-availability-btn {
    /* margin-top: 20px; */
    padding: 14px 40px;
    font-size: 16px;
    width: 100%;
}

/* Reviews Section */
.listing-reviews-section {
    background: #fff;
}

.listing-reviews-section--page {
    background: #F2F2F2;
}

.slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    background: linear-gradient(to left, #f2f2f2, transparent);
    z-index: 1;
}

.slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    background: linear-gradient(to right, #f2f2f2, transparent);
    z-index: 1;
}


.listing-reviews-section-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
    max-width: 600px;
}

/* موبایل: اسلایدر نظرات از container خارج و به کناره‌ها بچسبد */
@media (max-width: 991px) {
    .listing-reviews-owl-wrap {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: #F2F2F2;
        top:-20px;
    }
}

.listing-section-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Vonca';
}

h3.listing-section-subtitle {
    font-size: 16px;
    font-weight: 700;
}

.listing-rating-large {
    gap: 10px;
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

span.listing-rating-count {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 300;
}

.listing-reviews-owl .owl-stage-outer {
    position: relative;
}

.listing-reviews-owl .owl-stage-outer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    background: linear-gradient(to left, #fff, transparent);
    z-index: 1;
}

.listing-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.listing-review-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.listing-review-stars {
    margin-bottom: 15px;
}

.listing-review-stars .star {
    color: #ddd;
    font-size: 20px;
}

.listing-review-stars .star.filled {
    color: #ffc107;
}

.listing-review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.listing-review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.listing-review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.listing-review-name {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.listing-review-role {
    font-size: 14px;
    color: #6c757d;
}

/* About Property Section */
.listing-about-section {
    /* background: #f8f9fa; */
}

.listing-description {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.listing-description.is-expanded {
    max-height: none;
}

.listing-see-more-btn {
    background: none;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    padding: 14px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.listing-see-more-btn:hover {
    color: #6c757d;
}

/* Amenities Section */
.listing-amenities-section {
    background: #fff;
}

.listing-amenities-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.listing-amenity-item {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
}

.listing-show-all-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.listing-show-all-btn-outline {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.listing-show-all-btn-outline:hover {
    background: #000;
    color: #fff;
}

.listing-show-all-btn:hover {
    background: #333;
}

/* Rules Section */
.listing-rules-section {
    background: #f8f9fa;
}

.listing-rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.listing-rules-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lsc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.listing-rule-item {
    display: flex;
    justify-content: space-between;
    /* padding: 15px 0; */
    /* border-bottom: 1px solid #e9ecef; */
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.listing-rule-item:last-child {
    border-bottom: none;
}

.listing-rule-label {
    /* font-weight: 600; */
    color: #000;
}

.listing-rule-value {
    color: #6c757d;
}

/* Location Section */
.listing-location-section {
    background: #fff;
}

.listing-map-container {
    margin-top: 30px;
}

.listing-map-container #listingMap,
.listing-map-container #listingMapMobile,
.listing-map-container #listingMapMobileOnly {
    min-height: 400px;
    border-radius: 0;
}

#listing-map {
    border-radius: 8px;
    overflow: hidden;
}

.listing-address {
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* Listing Card Link */
.listing-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.listing-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.listing-map-container #listingMap, .listing-map-container #listingMapMobile {
    min-height: 290px;
    border-radius: 16px;
}

/* Mobile fixed bottom bar (single listing) */
.listing-mobile-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}
.listing-mobile-fixed-bar__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
}
.listing-mobile-fixed-bar__price2 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: column;
}
.listing-mobile-fixed-bar__label,
.listing-mobile-fixed-bar__unit {
    font-size: 14px;
    color: #6f6f6f;
}
.listing-mobile-fixed-bar__amount {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.listing-mobile-fixed-bar__btn {
    flex-shrink: 0;
    padding: 12px 20px;
    font-weight: 300;
    white-space: nowrap;
}
button.btn.border.rounded.w-100.d-flex.align-items-center.justify-content-between.px-3.py-2.booking-coupon-trigger {
    padding: 13px !important;
}

/* Calendar choose bar: same style as listing-mobile-fixed-bar but not fixed */
.booking-calendar-choose-bar.listing-mobile-fixed-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 16px;
    border-radius: 0;
    border-top: 1px solid #eee;
    background: #F2F2F2;
}
.listing-mobile-fixed-bar__nights {
    font-size: 14px;
    color: #6f6f6f;
    margin-left: 4px;
}

/* Mobile bottom sheet (slide up from bottom) */
.listing-booking-bottom-sheet {
    position: fixed;
    inset: 0;
    z-index: 1050;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0.25s ease;
}
.listing-booking-bottom-sheet.is-open {
    pointer-events: auto;
    visibility: visible;
}
.listing-booking-bottom-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.listing-booking-bottom-sheet.is-open .listing-booking-bottom-sheet__backdrop {
    opacity: 1;
}
.listing-booking-bottom-sheet__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height:100%;
}
.listing-booking-bottom-sheet.is-open .listing-booking-bottom-sheet__panel {
    transform: translateY(0);
}
.listing-booking-bottom-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 3px solid #eee;
    flex-shrink: 0;
    gap: 12px;
}
.listing-booking-header-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
    border: none;
    background: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
}
.listing-booking-header-back:hover {
    color: #000;
}
.listing-booking-bottom-sheet__title {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    flex: 1;
    text-align: left;
}
.listing-booking-bottom-sheet__header .listing-booking-bottom-sheet__close {
    flex-shrink: 0;
}
.listing-booking-bottom-sheet__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    color: #333;
}
.listing-booking-bottom-sheet__body {
    overflow-y: auto;
    padding: 1rem 1.25rem;
    -webkit-overflow-scrolling: touch;
}

/* Booking Offcanvas */
.offcanvas#listingBookingCanvas {
    width: 360px;
    max-width: 100%;
}

.offcanvas#listingBookingCanvas .offcanvas-body {
    display: block;
    padding: 1rem 1.25rem;
    overflow-y: auto;
}

.offcanvas#listingBookingCanvas .offcanvas-header {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    gap: 12px;
}
.offcanvas#listingBookingCanvas .booking-header-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
    border: none;
    background: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
}
.offcanvas#listingBookingCanvas .booking-header-back:hover {
    color: #000;
}
.offcanvas#listingBookingCanvas .offcanvas-title {
    flex: 1;
}

.offcanvas#listingBookingCanvas #listing-booking-form {
    width: 100%;
}

.offcanvas#listingBookingCanvas .offcanvas-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
label.form-label.small.text-muted {
    display: none;
}


.slider-container.scr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 350px;
    z-index: 99999;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    transform: rotateY(180deg);
}
.slider-container.scl:before {
   content: "";
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   width: 350px;
   z-index: 99999;
   background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.testimonial-card {
   background: #ffffff;
   border-radius: 20px;
   padding: 2rem 1.8rem;
   margin: 0 8px;
   /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
   transition: all 0.4s
   ease;
   border: 1px solid rgba(0, 0, 0, 0.06);
   min-height: 245px;
   flex-shrink: 0;
   display: flex
;
   flex-direction: column;
   justify-content: space-between;
}

.stars {
   display: flex;
   gap: 4px;
   margin-bottom: 1.2rem;
   font-size: 1.1rem;
   color: #fbbf24;
}

.stars i {
   filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.3));
}

.testimonial-text {
    color: #364153;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.312px;
    min-height: 182px;
    max-height: 182px;
    overflow: hidden;
}

.booking-help {
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 16px;
}

.booking-field {
    position: relative;
    margin-bottom: 12px;
}

.booking-field-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9b9b9b;
}

.booking-field .form-control {
    padding-left: 36px;
    height: 44px;
    border-radius: 8px;
}

.booking-date-panel {
    display: none;
    margin-bottom: 12px;
}

.booking-date-panel.active {
    display: block;
}

.booking-summary {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 12px;
    margin: 16px 0 20px;
    font-size: 12px;
    color: #4f4f4f;
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 90px;
}

.booking-summary-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.booking-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.booking-summary-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 8px;
}
label.form-label.small.text-muted {
    display: none;
}

.booking-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid #ddd;
    border-top-color: #111;
    border-radius: 50%;
    animation: wisestay-spin 0.8s linear infinite;
}

.booking-summary.is-loading {
    opacity: 0.6;
}

@keyframes wisestay-spin {
    to {
        transform: rotate(360deg);
    }
}

.booking-submit {
    height: 53px;
    border-radius: 8px;
}
input.form-control.js-sidebar-coupon-input {
    padding: 10px;
}
div#booking-billing-view h6,.booking-guest-view h6 {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
}
.booking-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.listing-reservation-summary {
    margin: 10px 0 16px;
    font-size: 12px;
    color: #6f6f6f;
}

.listing-reservation-price {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.listing-reservation-unit {
    font-size: 12px;
    font-weight: 400;
    color: #6f6f6f;
}

.listing-reservation-dates {
    margin-top: 4px;
    font-size: 12px;
}

/* Booking offcanvas: form view vs calendar view */
.offcanvas#listingBookingCanvas .booking-form-view,
.offcanvas#listingBookingCanvas .booking-guest-view,
.offcanvas#listingBookingCanvas .booking-billing-view {
    display: block;
    width: 100%;
}

.booking-form-view,
.booking-calendar-view {
    min-height: 200px;
}

.js-booking-date-trigger {
    cursor: pointer;
}

.js-booking-date-trigger .booking-date-display {
    cursor: pointer;
    background-color: #fff;
}

/* Custom booking calendar – Choose Date layout with prices */
.booking-calendar-view {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.booking-calendar-view .booking-calendar {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.wisestay-calendar-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
}

.wisestay-calendar-back {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #111;
    cursor: pointer;
    padding: 0 4px;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #F2F2F2;
    padding: 8px;
}
.form-control:focus {
   box-shadow:  none;
   outline: none;
}

.wisestay-calendar-title {
    flex: 1;
    text-align: center;
    margin: 0;
    font-weight: 300;
    color: #4D4D4D;
    font-size: 13px;
}

.wisestay-calendar-body {
    max-height: 100vh;
    overflow-y: auto;
    padding: 12px 16px 24px;
}

.bbot{
    border-bottom: 1px solid #E6E6E6;
}

.listing-about-image img {
    width: 100%;
    border-radius: 16px;
    max-height: 255px;
    object-fit: cover;
}

.wisestay-calendar-year {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111;
}

.wisestay-calendar-month {
    margin-bottom: 24px;
}

.wisestay-calendar-month-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.wisestay-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 6px;
    font-size: 11px;
    color: #666;
}

.wisestay-calendar-weekday {
    text-align: center;
}

.wisestay-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.wisestay-calendar-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 6px 4px;
    border: none;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #111;
    transition: background 0.15s, color 0.15s;
}

.wisestay-calendar-day-empty {
    min-height: 52px;
    pointer-events: none;
}

.wisestay-calendar-day .day-num {
    font-weight: 500;
    line-height: 1.2;
}

.wisestay-calendar-day .day-price {
    font-size: 11px;
    color: inherit;
    opacity: 0.9;
    margin-top: 2px;
}

.wisestay-calendar-day.is-past,
.wisestay-calendar-day.is-unavailable {
    color: #aaa;
    cursor: not-allowed;
}

.wisestay-calendar-day.is-today {
    color: #c00;
}

.wisestay-calendar-day.selected,
.wisestay-calendar-day.start-range,
.wisestay-calendar-day.end-range {
    background: #000;
    color: #fff;
}

.wisestay-calendar-day.selected .day-price,
.wisestay-calendar-day.start-range .day-price,
.wisestay-calendar-day.end-range .day-price {
    color: #fff;
    opacity: 1;
}

.wisestay-calendar-day.in-range {
    background: #E6E6E6;
    color: #000;
    border-radius: 0;
}

.wisestay-calendar-day:not(.is-past):not(.is-unavailable):hover {
    background: #000;
    /* border-radius: 5px 0 0 5px; */
    color: #fff;
}
button.wisestay-calendar-day.js-wisestay-day.selected.start-range{
    border-radius: 5px 0 0 5px;
}
button.wisestay-calendar-day.js-wisestay-day.selected.end-range{
    border-radius: 0 5px 5px 0 ;
}

.wisestay-calendar-validating {
    padding: 2rem 1rem;
    text-align: center;
    color: #666;
}

.wisestay-calendar-spinner {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border: 3px solid #e8e8e8;
    border-top-color: #111;
    border-radius: 50%;
    animation: wisestay-spin 0.8s linear infinite;
}

.wisestay-calendar-date-error {
    background: #fff5f5;
    border-radius: 8px;
    margin: 0 16px 12px;
}

/* Booking payment page – Stripe + Billing Address */
.booking-payment-page .payment-stripe-badge {
    background: #fff;
    border-color: #0d6efd !important;
}
.booking-payment-page .payment-input-style,
.booking-payment-page .payment-input-style.form-control,
.booking-payment-page .payment-input-style.form-select {
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}
.booking-payment-page #card-element {
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.booking-payment-page .payment-coupon-trigger {
    background-color: #f8f9fa;
    color: #212529;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.booking-payment-page .payment-coupon-trigger:hover {
    background-color: #e9ecef;
}

.booking-payment-page .payment-coupon-plus {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}







/* ===== Listings Search Page ===== */
.listings-page-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    min-height: 450px;
    background-image: url(../img/plisting.png);
    position: relative;
    background-position: center;
}
.listings-page-hero-overlay {
    position: absolute;
    border-radius: 24px;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.5) 100%);
}
.listings-page-hero-inner {
    /* position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 0; */
}
.listings-page-hero-title {
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    /* text-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
    font-family: 'Vonca';
    z-index: 1;
}
.listings-search-bar {
    max-width: max-content;
    margin: 0 auto 0;
    background: rgba(255, 255, 255, .92);
    border-radius: 16px;
    padding: 12px 16px;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, .12); */
    background: var(--white-80, rgba(255, 255, 255, 0.80));
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
}
.listings-search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
}
.listings-search-field {
    flex: 1;
    min-width: 120px;
}
.listings-search-field.listings-search-submit-wrap {
    flex: 0 0 auto;
    min-width: 0;
}
.listings-search-label {
    display: block;
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
}
.listings-search-input {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
}
.listings-search-btn {
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}
.listings-search-btn:hover {
    background: #333;
}
.w-179 {
    width: 179px;
}
.listings-page-grid-section {
    padding: 2.5rem 0 3rem;
    background: #fff;
}
.listings-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.listings-page-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    font-family: 'Vonca';
}
.listings-sort-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.listings-sort-label {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.listings-sort-select {
    border: 1px solid #ddd;
    border-radius: 500rem;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    width: fit-content !important;
}

.listings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.8rem;
}
.listings-grid-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 2px 12px rgba(0,0,0,.08);
    transition: box-shadow .2s ease, transform .05s ease; */
}
.listings-grid-card:hover {
    /* box-shadow: 0 8px 24px rgba(0,0,0,.12); */
}
.listings-grid-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.listings-grid-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #eee;
    border-radius: 16px;
}
.listings-grid-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listings-grid-card-body {
    padding: 1rem 0;
}
.listings-grid-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}
.listings-grid-card-title {
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    min-height: 55px;
}
.listings-grid-card-rating {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
}
.listings-grid-card-location {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.listings-grid-card-price {
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}
ul.listings-grid-card-features {
    display: flex;
    gap:20px
}
.listings-grid-card-price-from {
    font-size: 12px;
    color: #666;
    margin-right: 4px;
}
.listings-grid-card-price-amount {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
}
.listings-grid-card-price-unit {
    font-size: 13px;
    color: #666;
    margin-left: 2px;
}
.listings-grid-card-features {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    color: #555;
}
.listings-grid-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 4px;
    flex-direction: column;
    align-content: flex-start;
}
.listings-grid-card-features li svg {
    flex-shrink: 0;
}
.listings-grid-card-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.listings-grid-card-amenity-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f0f0f0;
    font-size: 13px;
    color: #444;
}

.listings-page-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1.5rem;
}
.listings-page-empty-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}
.listings-page-empty-desc {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}
.form-floating.listings-search-field input {
    background: no-repeat;
    border-bottom: 1px solid #00000040;
    border-radius: 0;
}
.listings-search-field .form-control:focus {
    border-width: 0 0 1px 0;
}
.lsf-field-wrapper {
    display: flex;
    align-items: flex-start;
}
.lsf-field-wrapper .lsf-icon {
    position: relative;
    top: 10px;
}
.form-floating.listings-search-field label {
    font-family: 'Vonca';
}

.process-steps.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item:last-child .process-step-card {
    opacity: 0;
}



/* Responsive */
@media (max-width: 768px) {
    .listing-detail-hero-top.slide-mobile:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #00000050;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .listing-main-title {
        font-size: 39px;
        color: #fff;
        padding-bottom: 5px;
    }
    h1.listing-main-title {
        border-bottom: 0;
    }
    .listing-hero {
        height: 650px;
    }

    .listing-reviews-grid {
        grid-template-columns: 1fr;
    }

    .listing-amenities-list {
        grid-template-columns: 1fr;
    }

    .listing-rules-grid {
        grid-template-columns: 1fr;
    }
}



@media (min-width: 992px) {
    .ps-lg-8 {
        padding-left: 13rem !important;
    }
    div#offcanvasTop {
        display: none;
    }
}

@media (max-width: 991px) {
    header .navbar.navbar-scrolled {
        padding: 32px 15px;
    }
    /*.process-steps .owl-item::after {*/
    /*    display: none;*/
    /*}*/
    .floating-contact-btn {
        display: flex;
    }
}

@media (max-width: 767px) {
    /*.process-steps .owl-item::after {*/
    /*    display: none;*/
    /*}*/
}
@media (max-width: 768px) {
    .hero-title.text-center {
        padding: 32px;
        line-height: 36px;
    }
    .hsb-statics {
        position: relative;
        flex-wrap: wrap;
    }
    .flex-mobile-column-reverse{
       flex-direction: column-reverse;
    }
    .ho-block {
        position: relative;
        min-height: 450px;
        overflow: hidden;
    }
    .ho-block img {
        width: 220%;
        position: absolute;
        object-fit: cover;
        top: -150px;
        left: -80px;
    }
    .home-owner-title {
        margin-top: -25px;
    }
    .footer-divider:after {
        content: "";
        position: absolute;
        background: #4D4D4D;
        height: 1px;
        width: 100%;
        right: 0;
        bottom: 0;
        top: unset;
    }
    .footer-menu a:after {
        right: 0;
    }
    .footer-menu {
        padding: 30px 0;
    }
    .footer-address {
        padding: 30px 0;
    }
    .footer-social {
        padding: 30px 0;
    }
    div#offcanvasTop {
        background: var(--black-80, rgb(23 23 23 / 80%));
        backdrop-filter: blur(16px);
        height: 100%;
    }
    button.btn-close {
        opacity: 1;
    }
    button.btn-close {
        --bs-btn-close-bg: none;
    }
    .ham-logo {
        opacity: 0.7;
        position: absolute;
        bottom: 38px;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    button.btn-close img {
        position: relative;
        top: 20px;
        right: 27px;
    }
    .ham-menu {
        text-align: left;
        width: 280px;
        margin: auto;
    }
    .ham-menu li{
        position: relative;
    }
    .ham-menu li:before {
        content: "";
        position: absolute;
        background: url("../img/move-right.svg");
        width: 24px;
        height: 24px;
        z-index: 99999;
        right: 0;
        top: 15px;
    }
    .offcanvas-body a {
        color: var(--inverse-inverse-on-surface, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
    }
    .offcanvas-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-team-box {
        border-radius: 0;
    }
    .our-vision, .our-mission {
        width: 100%;
        margin: auto;
    }
    .our-mission, .our-vision {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .contact-get-form {
        padding-top: 150px;
    }
    .contact-info{
        border-radius: 0 0 0 0;
        border: 0;
    }
    .contact-info-map img {
        border-radius: 0 0 0 0;
    }
    .home-start:before {
       display: none;
    }
    .home-about-box {
        max-width: max-content;
        margin: auto;
    }
    .atb-top {
        padding-bottom: 80px;
    }
    .single-title-box {
        left: 0;
    }
    .blog-post-card {
        padding: 200px 15px 25px;
    }
    #contactMap, #contactMapMobile {
        width: 100%;
        height: 100%;
        min-height: 400px;
        border-radius: 0 0 0 0;
        z-index: 1;
    }
    .our-listing-owl .owl-stage-outer {
        padding: 45px 15px 45px;
    }
    .floating-contact-btn {
        display: block;
    }
    .btn-gray {
        padding: 13px 10px;
    }

    .btn-black {
        padding: 13px 10px;
    }
    .top-details {
        position: absolute;
        bottom: 80px;
        left: 15px;
        right: 0;
        z-index: 2;
    }
    .mobile-title h1 {
        padding-right: 15px;
    }
    .listing-title-section {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .listing-title-section::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }
    .listing-overview-item {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        min-width: auto;
        background: #00000050;
        border-radius: 8px;
        border: 1px solid #fff;
    }
    .listing-overview-text {
        text-wrap-mode: nowrap;
    }
    .listing-detail-hero-top.d-block.d-lg-none.slide-mobile {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
    }
    .listing-hero-slide img {
        height: 650px;
    }
    .listing-details-section {
        margin-top: 550px;
    }
    .process-step-card {
        background: #F1F2E3;
        border-radius: 16px;
        padding: 15px;
        min-height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        border: 1px solid #919188;
    }
    .step-icon-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .w-179 {
        width: 100%;
    }
    section.listings-page-hero {
        padding: 10px;
    }
    .listings-page-hero-title {
        text-align: left;
        padding-top: 150px;
    }
    .listings-page-hero-inner {
        background-position: right;
        padding: 15px;
    }
    .listings-search-bar {
        width: 100%;
        max-width: 100%;
    }
    .listings-search-form {
        flex-direction: column;
    }
    .lsf-field-wrapper {
        width: 100%;
    }
    .listings-search-field.listings-search-submit-wrap {
        width: 100%;
    }
    .form-floating.listings-search-field input:last-child{
        border-bottom: 0;
    }
    .listing-card:hover {
        transform: unset;
        z-index: 10;
        box-shadow: unset;
        border-radius: unset;
        padding: unset !important;
        transition: all 0.4s ease-out;
    }
    .listing-card:hover .listing-date-box {
        padding-left: unset;
        transition: all 0.4s ease-out;
    }
    .listings-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .not-found.fade-in-up.delay-1.animated {
        max-width: 350px;
    }
    .process-steps.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item:last-child .process-step-card {
        opacity: 1;
    }
    .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before {
        display: none;
    }
    
    .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:after {
        display: none;
    }
}




@media (min-width: 992px) {
    .floating-contact-btn {
            display: block;
    }
}
@media (min-width: 1920px) {
    .owl-item.active:last-child .process-step-card {
        opacity: 0;
        width: 0 !important;
    }
}


/* Media Query for 570px */
@media (max-width: 570px) and (min-width: 570px) {
    .ho-block img {
        top: -350px !important; 
    }
}


/*---- Floating ----*/
.floating-contact-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #000000;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    /*display: none;*/
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    pointer-events: auto;
}
.floating-contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.floating-contact-btn svg {
    width: 24px;
    height: 24px;
}
.contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}
.contact-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.contact-menu {
    position: fixed;
    /*bottom: 96px;*/
    /*right: 24px;*/
    display: block;
    flex-direction: column;
    gap: 12px;
    min-width: 280px;
    z-index: 1000;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 991px) {
    .contact-menu {
        display: flex;
    }
}
.contact-menu.active {
    opacity: 1;
    visibility: visible;
}
.contact-menu-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 20px;
    border-radius: 500rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: translateX(20px);
    opacity: 0;
}
.contact-menu.active .contact-menu-item {
    transform: translateX(0);
    opacity: 1;
}
.contact-menu.active .contact-menu-item:nth-child(2) {
    transition-delay: 0.1s;
}
.contact-menu.active .contact-menu-item:nth-child(3) {
    transition-delay: 0.2s;
}
.contact-menu.active .contact-menu-item:nth-child(4) {
    transition-delay: 0.3s;
}
.whatsapp-btn {
    background: #25D366;
}
.phone-btn,
.request-btn {
    background: #000000;
}
.contact-menu-item:hover {
    transform: scale(1.02);
    opacity: 0.9;
}
.contact-menu-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.contact-close-btn {
    position: absolute;
    /*top: -12px;*/
    /*right: -12px;*/
    width: 50px;
    height: 50px;
    background: #E6E6E6;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: transform 0.2s ease, background 0.2s ease;
    pointer-events: auto;
}
a.contact-menu-item.whatsapp-btn {
    bottom: 150px;
    position: fixed;
    right: 40px;
}
a.contact-menu-item.phone-btn {
    bottom: 80px;
    position: fixed;
    right: 100px;
}
a.contact-menu-item.request-btn {
    bottom: 13px;
    position: fixed;
    right: 40px;
}
button.contact-close-btn {
    bottom: 83px;
    position: fixed;
    right: 40px;
}
.contact-close-btn:hover {
    transform: scale(1.1);
    background: #D0D0D0;
}
.contact-close-btn svg {
    width: 20px;
    height: 20px;
    color: #000000;
}
/* Blur background effect */
body.blur-background {
    overflow: hidden;
}
body.blur-background > *:not(.contact-overlay):not(.floating-contact-btn) {
    transition: filter 0.3s ease;
}

/* Scroll Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.8s ease-out, transform 1.8s ease-out;
}

.fade-in-up.animated {
    opacity: 1;
    transform: translateY(0);
}

.fade-in {
    opacity: 0;
    transition: opacity 1.8s ease-out;
}

.fade-in.animated {
    opacity: 1;
}

/* Stagger delay for multiple elements */
.fade-in-up.delay-1 {
    transition-delay: 0.2s;
}

.fade-in-up.delay-2 {
    transition-delay: 0.4s;
}

.fade-in-up.delay-3 {
    transition-delay: 0.6s;
}

.fade-in-up.delay-4 {
    transition-delay: 0.8s;
}


.listing-amenities-list ul li {
    list-style: disc;
    margin-left: 20px;
    line-height: 30px;
}
