@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;
}

/* Figma glass header bar (16853:669) */
.header-bar {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    min-height: 72px;
    box-sizing: border-box;
}

.header-navbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 40px;
    padding: 0 !important;
    margin: 0 !important;
}

.header-navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-self: start;
    align-self: center;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 180px;
    max-width: 180px;
    height: 40px;
    min-height: 40px;
    line-height: 0;
}

.header-navbar .navbar-brand img {
    width: 180px;
    height: 24px;
    max-width: none;
    object-fit: contain;
    display: block;
    margin: 0;
}

.header-nav-collapse {
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    justify-content: center;
    align-items: center;
    justify-self: center;
    align-self: center;
    width: auto !important;
    height: 40px;
}

@media (min-width: 1200px) {
    .header-navbar .header-nav-collapse.d-xl-flex {
        display: flex !important;
    }
}

.header-navbar .hambergers {
    justify-self: end;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: 0;
}

/* Mobile: logo left, hamburger right (avoid 3-col grid collapsing hamburger next to logo) */
@media (max-width: 1199.98px) {
    .header-navbar,
    .navbar-header-scrolled .header-navbar,
    header.navbar-header-scrolled .navbar.navbar-scrolled {
        display: flex !important;
        grid-template-columns: none !important;
        justify-content: space-between;
        align-items: center;
        height: auto;
        min-height: 40px;
    }

    .header-navbar .navbar-brand {
        justify-self: start;
        margin-right: auto !important;
    }

    .header-navbar .hambergers {
        margin-left: auto;
        justify-self: end;
        order: 3;
    }
}

.header-navbar .header-login-link {
    justify-self: end;
    align-self: center;
    height: 40px;
}

ul.navbar-nav.header-nav-links {
    gap: 55px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 !important;
    height: 40px;
}

.header-nav-links .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-nav-links .nav-link {
    font-family: 'Vonca', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 !important;
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 40px;
}
.hero-btn a.btn-black.js-scroll-to-estimation {
    border: 1px solid #ffffff70;
}
.header-login-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    font-family: 'Vonca', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    text-decoration: none !important;
    white-space: nowrap;
}

.header-login-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.header-login-icon img {
    position: absolute;
    inset: 0;
    width: 24px;
    height: 24px;
    display: block;
}

.header-login-icon-white {
    display: none;
}

.header-login-icon-dark {
    display: block;
}

.header-login-link--mobile {
    margin-top: 0;
    color: #fff !important;
    justify-content: space-between;
}

.header-login-link--mobile img {
    width: 24px;
    height: 24px;
}

/* Overlay headers (home / about / listing): white chrome over media */
.header-overlay .navbar-brand .logo-white,
.header-overlay .navbar-brand .logo-dark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.header-overlay .hambergers {
    position: relative;
    min-width: 44px;
    min-height: 44px;
}

.header-overlay .hambergers .ham-white,
.header-overlay .hambergers .ham-dark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-home-hero:not(.navbar-header-scrolled) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.header-home-hero:not(.navbar-header-scrolled) .header-bar {
    max-width: 1320px;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
}

.home-page .home-hero {
    margin-top: 0;
    padding: 0 !important;
}

.home-page .hero {
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}

.home-page .hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 0;
    pointer-events: none;
}

.home-page .hero-content {
    z-index: 2;
}

@media (min-width: 992px) {
    .home-page .home-hero {
        padding: 0 !important;
    }

    .home-page .hero {
        min-height: 100vh;
        min-height: 100dvh;
    }
}

@media (min-width: 1200px) {
    .home-page .hero {
        min-height: 100vh;
        min-height: 100dvh;
    }
}

/* White state (over hero / about) */
.header-home-hero:not(.navbar-header-scrolled) .header-nav-links .nav-link,
.header-home-hero:not(.navbar-header-scrolled) .header-login-text,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .header-nav-links .nav-link,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .header-login-text {
    color: #fff;
}

.header-home-hero:not(.navbar-header-scrolled) .logo-dark,
.header-home-hero:not(.navbar-header-scrolled) .ham-dark,
.header-home-hero:not(.navbar-header-scrolled) .header-login-icon-dark,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .logo-dark,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .ham-dark,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .header-login-icon-dark {
    display: none !important;
}

.header-home-hero:not(.navbar-header-scrolled) .logo-white,
.header-home-hero:not(.navbar-header-scrolled) .ham-white,
.header-home-hero:not(.navbar-header-scrolled) .header-login-icon-white,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .logo-white,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .ham-white,
.about-page .header-overlay:not(.navbar-header-scrolled):not(:hover) .header-login-icon-white {
    display: block !important;
}

/* Scrolled → dark chrome (home: no hover swap) */
.header-home-hero.navbar-header-scrolled .logo-white,
.header-home-hero.navbar-header-scrolled .ham-white,
.header-home-hero.navbar-header-scrolled .header-login-icon-white,
.about-page .header-overlay.navbar-header-scrolled .logo-white,
.about-page .header-overlay:hover .logo-white,
.about-page .header-overlay.navbar-header-scrolled .ham-white,
.about-page .header-overlay:hover .ham-white,
.about-page .header-overlay.navbar-header-scrolled .header-login-icon-white,
.about-page .header-overlay:hover .header-login-icon-white {
    display: none !important;
}

.header-home-hero.navbar-header-scrolled .logo-dark,
.header-home-hero.navbar-header-scrolled .ham-dark,
.header-home-hero.navbar-header-scrolled .header-login-icon-dark,
.about-page .header-overlay.navbar-header-scrolled .logo-dark,
.about-page .header-overlay:hover .logo-dark,
.about-page .header-overlay.navbar-header-scrolled .ham-dark,
.about-page .header-overlay:hover .ham-dark,
.about-page .header-overlay.navbar-header-scrolled .header-login-icon-dark,
.about-page .header-overlay:hover .header-login-icon-dark {
    display: block !important;
}

.header-home-hero.navbar-header-scrolled .header-nav-links .nav-link,
.header-home-hero.navbar-header-scrolled .header-login-text,
.about-page .header-overlay.navbar-header-scrolled .header-nav-links .nav-link,
.about-page .header-overlay:hover .header-nav-links .nav-link,
.about-page .header-overlay.navbar-header-scrolled .header-login-text,
.about-page .header-overlay:hover .header-login-text {
    color: #000 !important;
}

.header-home-hero.navbar-header-scrolled .header-bar {
    max-width: 1320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12px 15px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

@media (max-width: 1199px) {
    .header-home-hero:not(.navbar-header-scrolled) .header-bar {
        max-width: 1320px;
        width: 100%;
        padding: 12px 15px;
        height: 56px;
    }
}

/* Sticky header: only <header> is fixed; keep nav in normal flow for vertical align */
header .navbar.navbar-scrolled {
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 1;
    width: 100% !important;
    margin: 0 !important;
}

header.navbar-header-scrolled {
    /* Solid bg — backdrop-filter blur while scrolling is a major compositor cost */
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    padding: 0;
    /* sticky keeps header in flow → no content jump on contact/404/blog */
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    z-index: 1000;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 72px;
}

/* Home hero header starts absolute (out of flow) → must use fixed when scrolled */
.home-page header.header-home-hero.navbar-header-scrolled,
header.header-home-hero.navbar-header-scrolled {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.home-page header.navbar-header-scrolled {
    min-height: 64px;
}

.navbar-header-scrolled .header-bar {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 15px;
    min-height: 72px;
    height: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.home-page .navbar-header-scrolled .header-bar {
    min-height: 64px;
    padding: 12px 15px;
}

.navbar-header-scrolled .header-navbar,
header.navbar-header-scrolled .navbar.navbar-scrolled {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    align-content: center;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border-bottom: none !important;
    min-height: 40px;
    height: 40px;
}

/* Mobile scrolled: keep logo | hamburger (do not re-enable 3-col grid) */
@media (max-width: 1199.98px) {
    .navbar-header-scrolled .header-navbar,
    header.navbar-header-scrolled .navbar.navbar-scrolled,
    .home-page header.header-home-hero.navbar-header-scrolled .header-navbar {
        display: flex !important;
        grid-template-columns: none !important;
        justify-content: space-between;
        align-items: center;
        height: auto;
        min-height: 40px;
    }

    header.navbar-header-scrolled .hambergers,
    .navbar-header-scrolled .hambergers {
        margin-left: auto !important;
        order: 3;
        flex: 0 0 auto;
    }

    header.navbar-header-scrolled .navbar-brand {
        flex: 0 0 auto;
        margin-right: auto !important;
    }
}

header.navbar-header-scrolled .navbar-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: center !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

/* Sticky: stop absolute logo stacking so brand flex can truly vertical-center */
header.navbar-header-scrolled.header-overlay .navbar-brand .logo-white,
header.navbar-header-scrolled.header-overlay .navbar-brand .logo-dark,
header.navbar-header-scrolled .navbar-brand img {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    display: block;
    margin: 0;
    width: 180px;
    height: 24px;
}

header.navbar-header-scrolled.header-overlay .navbar-brand .logo-white {
    display: none !important;
}

header.navbar-header-scrolled.header-overlay .navbar-brand .logo-dark {
    display: block !important;
}

.home-page header.navbar-header-scrolled.header-overlay .navbar-brand .logo-white {
    display: none !important;
}

.home-page header.navbar-header-scrolled.header-overlay .navbar-brand .logo-dark {
    display: block !important;
}

header.navbar-header-scrolled .hambergers {
    align-self: center !important;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    header.navbar-header-scrolled .header-nav-collapse {
        align-self: center !important;
        height: 40px;
        display: flex !important;
        align-items: center;
    }

    header.navbar-header-scrolled .header-login-link.d-xl-inline-flex {
        align-self: center !important;
        height: 40px;
        display: inline-flex !important;
        align-items: center;
    }

    header.navbar-header-scrolled .header-nav-links,
    header.navbar-header-scrolled .header-nav-links .nav-item,
    header.navbar-header-scrolled .header-nav-links .nav-link {
        height: 40px;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0 !important;
        line-height: 24px;
    }
}

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: none;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
        transition: opacity 0.3s ease;
    }
    
    header:hover:not(:has(.navbar-scrolled))::before {
        opacity: 1;
    }

    /* Homepage: disable header hover glass */
    .home-page header::before,
    .home-page header:hover:not(:has(.navbar-scrolled))::before {
        opacity: 0 !important;
        display: none;
    }

    header.navbar-header-scrolled::before {
        opacity: 0 !important;
        display: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    
    header:has(.navbar-scrolled)::before {
        display: none;
    }
    
    header:hover .navbar:not(.navbar-scrolled) {
        border-bottom: none;
        position: relative;
        z-index: 1;
    }

    .home-page header:hover .navbar:not(.navbar-scrolled) {
        border-bottom: none;
    }
    
    header:hover .navbar.navbar-scrolled {
        border-bottom: none;
    }

    header.navbar-header-scrolled:hover,
    header.navbar-header-scrolled:hover .navbar,
    header.navbar-header-scrolled:hover .navbar.navbar-scrolled {
        border-bottom: none !important;
    }
    
    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%;
}
div#offcanvasTop .offcanvas-header {
    justify-content: flex-end;
    border: 0;
    padding: 16px 20px 0;
}
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: left;
    width: min(280px, 86vw);
    margin: 0 auto;
}
.ham-menu-list,
.ham-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    flex-direction: column !important;
    width: 100%;
}
.ham-menu li {
    position: relative;
    list-style: none;
    display: block;
    width: 100%;
}
.ham-menu li:before {
    content: "";
    position: absolute;
    background: url("../img/move-right.svg") center / contain no-repeat;
    width: 24px;
    height: 24px;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.ham-menu-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.85);
    margin: 18px 0 10px;
}
.ham-menu-profile,
.header-login-link--mobile.ham-menu-profile {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
}
.ham-menu-profile:after {
    content: "";
    position: absolute;
    background: url("../img/move-right.svg") center / contain no-repeat;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.ham-menu-profile-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ham-menu-profile-left img {
    width: 24px;
    height: 24px;
    display: block;
}
.offcanvas-body a {
    color: var(--inverse-inverse-on-surface, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    display: block;
    text-decoration: none !important;
}
.ham-menu a.nav-link {
    padding: 0;
    color: #fff;
}
.offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.nav-link span {
    font-size: 12px;
}


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

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

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    /* Promote to own layer; pause off-screen via JS to stop decode cost */
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 420px;
    padding: 0 16px;
    gap: 16px;
}

.hero:before {
    content: none;
}

.home-page .hero-title {
    color: #fff;
    font-family: 'Vonca', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.home-page .hero-des {
    color: #e6e6e6;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.home-page .hero-btn {
    margin-top: 16px;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.16));
}

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

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

.hero-btn {
    display: flex;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-gray {
    background: #E6E6E6;
    padding: 0 12px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    transition: all .3s;
}

.btn-black {
    background: #000000;
    color: #ffffff;
    padding: 0 12px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

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

.hsb-statics {
    display: flex;
    flex-direction: column;
}

.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;
    height: 100%;
    box-sizing: border-box;
    min-width: 0;
}

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

/* Desktop stats: always one straight row of 4 equal cards */
@media (min-width: 992px) {
    .home-static .container > .row {
        display: block;
    }

    .home-static-boxes.d-none.d-lg-block > .row {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
        align-items: stretch;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-static-boxes.d-none.d-lg-block > .row > [class*="col-"] {
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
    }

    .home-static-boxes.d-none.d-lg-block .hsb-title {
        font-size: 16px;
        padding: 14px 0 8px;
    }

    .home-static-boxes.d-none.d-lg-block .hsb-statics {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-static-boxes.d-none.d-lg-block .hsb {
        padding: 16px;
        min-height: 210px;
    }

    .home-static-boxes.d-none.d-lg-block .hsb-title {
        font-size: 14px;
    }

    .home-static-boxes.d-none.d-lg-block .hsb-statics {
        font-size: 24px;
    }

    .home-static-boxes.d-none.d-lg-block .hsb-statics strong {
        font-size: 18px;
    }
}

.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;
    overflow-x: clip;
}

.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 {
    overflow: hidden;
    min-width: 0;
}

.ho-block img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 717px;
    object-fit: cover;
    object-position: left center;
}


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

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

.process-steps-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Align rail with .container left edge */
.process-steps-rail {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .process-steps-rail {
        padding-left: max(15px, calc((100vw - 960px) / 2 + 15px));
    }
}

@media (min-width: 1200px) {
    .process-steps-rail {
        padding-left: max(15px, calc((100vw - 1140px) / 2 + 15px));
    }
}

@media (min-width: 1400px) {
    .process-steps-rail {
        padding-left: max(15px, calc((100vw - 1320px) / 2 + 15px));
    }
}

/* White halo on the right corner of the last visible card (desktop only) */
.home-start--desktop .process-steps-wrapper {
    isolation: isolate;
}

@media (min-width: 992px) {
    .home-start--desktop .process-steps-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(42%, 360px);
        background: linear-gradient(
            90deg,
            rgba(247, 247, 238, 0) 0%,
            rgba(255, 255, 255, 0.45) 32%,
            rgba(255, 255, 255, 0.85) 62%,
            #fff 100%
        );
        z-index: 30;
        pointer-events: none;
    }
}

.home-start--desktop:before,
.home-start:before {
    content: none;
}

.home-start--desktop .process-steps--desktop .owl-stage {
    display: flex !important;
    align-items: stretch;
}

.home-start--desktop .process-steps--desktop .owl-item {
    float: none !important;
    display: flex !important;
    height: auto !important;
}

.home-start--desktop .process-steps--desktop .process-step-card {
    width: 100%;
    height: 100%;
    min-height: 280px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

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

@media (min-width: 1200px) {
    .home-start--desktop .process-steps--desktop .owl-item:not(:last-child)::after {
        right: -44px;
        width: 40px;
    }
}

@media (min-width: 1400px) {
    .home-start--desktop .process-steps--desktop .owl-item:not(:last-child)::after {
        right: -57px;
        width: 48px;
    }
}

/*---- Our Partners ----*/
.our-partners {
    background: #F7F7EE;
    padding: 54px 0;
    overflow: visible;
}

.our-partners-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    width: 100%;
    min-width: 0;
}

.our-partners-copy {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 420px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.our-partners-title {
    font-family: 'Vonca', sans-serif;
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0 0 16px;
    text-align: left;
}

.our-partners-des {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #4d4d4d;
    margin: 0;
    text-align: left;
}

.our-partners-logos--desktop {
    flex: 0 1 382px;
    width: min(382px, 42%);
    max-width: 382px;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    column-gap: clamp(16px, 2.5vw, 32px);
    row-gap: clamp(16px, 2.5vw, 32px);
}

.our-partners-logo--booking {
    grid-column: 1 / -1;
}

.our-partners-logos--desktop .our-partners-logo {
    width: 100%;
    min-width: 0;
}

.our-partners-logos--desktop .our-partners-logo img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
}

.our-partners-logos-mobile {
    display: none;
}

.our-partners-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.our-partners-logo img {
    display: block;
    height: 40px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    /* opacity-only on mobile carousel (filter + owl transform = paint every frame) */
    opacity: 0.48;
    transition: opacity 0.35s ease, filter 0.55s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.our-partners-logo img {
    filter: grayscale(100%);
}

.our-partners-logo:hover img,
.our-partners-logo:focus-within img {
    filter: none;
    opacity: 1;
}

@media (min-width: 992px) {
    .our-partners-logo:hover img,
    .our-partners-logo:focus-within img {
        filter: none;
    }
}

.our-partners-owl .owl-stage-outer {
    overflow: hidden;
}

.our-partners-owl .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.our-partners-owl .owl-item {
    display: flex;
    float: none;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .our-partners {
        padding: 48px 0 40px;
        overflow-x: clip;
    }

    .our-partners .container {
        overflow: visible;
    }

    .our-partners-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .our-partners-copy {
        flex: none;
        max-width: none;
        width: 100%;
        margin-bottom: 24px;
    }

    .our-partners-title {
        font-size: 39px;
    }

    .our-partners-logos--desktop {
        display: none !important;
    }

    /* Full-bleed strip + soft edge fade so logos don’t look hard-cropped */
    .our-partners-logos-mobile {
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 48vw);
        margin-right: calc(50% - 50vw);
        padding: 4px 0;
        /*-webkit-mask-image: linear-gradient(*/
        /*    90deg,*/
        /*    transparent 0,*/
        /*    #000 28px,*/
        /*    #000 calc(100% - 28px),*/
        /*    transparent*/
        /*);*/
        /*mask-image: linear-gradient(*/
        /*    90deg,*/
        /*    transparent 0,*/
        /*    #000 28px,*/
        /*    #000 calc(100% - 28px),*/
        /*    transparent*/
        /*);*/
    }

    /* Keep logos on one horizontal line (before & after Owl init) */
    .our-partners-owl:not(.owl-loaded) {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 32px;
        padding: 0 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .our-partners-owl:not(.owl-loaded)::-webkit-scrollbar {
        display: none;
    }

    .our-partners-owl:not(.owl-loaded) .our-partners-logo {
        flex: 0 0 auto;
    }

    .our-partners-owl .owl-stage-outer {
        overflow: hidden;
        padding: 4px 0;
    }

    .our-partners-owl .owl-stage {
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap;
    }

    .our-partners-owl .owl-item {
        float: none !important;
        display: flex !important;
        width: auto !important;
        flex: 0 0 auto;
        box-sizing: content-box;
    }

    .our-partners-logo {
        height: 40px;
        justify-content: center;
        flex-shrink: 0;
        padding: 0 2px;
        box-sizing: content-box;
        overflow: visible;
    }

    .our-partners-logo img {
        height: 36px;
        max-width: none;
        width: auto;
        flex-shrink: 0;
    }

    /* Mobile strip: opacity only — grayscale + transform paints badly */
    /*.our-partners-logos-mobile .our-partners-logo img {*/
    /*    filter: none;*/
    /*    opacity: 0.55;*/
    /*}*/
}

.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-steps .owl-stage {
    display: flex !important;
    align-items: stretch;
}

.process-steps .owl-item {
    float: none !important;
    display: flex !important;
    height: auto !important;
}

.process-step-card {
    background: #F1F2E3;
    border-radius: 16px;
    padding: 20px;
    min-height: 270px;
    width: 100%;
    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: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #919188 0px,
        #919188 4px,
        transparent 4px,
        transparent 8px
    );
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .process-steps .owl-item:not(:last-child)::after {
        right: -44px;
        width: 36px;
    }
}

@media (min-width: 1400px) {
    .process-steps .owl-item:not(:last-child)::after {
        right: -52px;
        width: 44px;
    }
}

.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-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 24px;
}

.home-our-listing-title {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Vonca', sans-serif;
    margin: 0;
    line-height: 1.2;
}

.home-our-listing-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}

.home-our-listing-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-our-listing-nav-btn img {
    width: 40px;
    height: 40px;
    display: block;
    pointer-events: none;
    user-select: none;
}

.home-our-listing-nav-btn:hover {
    opacity: 0.85;
}

.home-our-listing-nav-btn:active {
    transform: scale(0.96);
}

.home-our-listing-nav-btn:focus-visible {
    outline: 2px solid #1c2b4a;
    outline-offset: 2px;
}

.home-our-listing-nav-btn:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .home-our-listing-nav {
        display: none;
    }
}

.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;
    overflow: hidden;
    isolation: isolate;
}

/* Align cards with page column on the left; overflow only to the right */
.our-listing-rail {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .our-listing-rail {
        padding-left: max(15px, calc((100vw - 540px) / 2 + 15px));
    }
}

@media (min-width: 768px) {
    .our-listing-rail {
        padding-left: max(15px, calc((100vw - 720px) / 2 + 15px));
    }
}

@media (min-width: 992px) {
    .our-listing-rail {
        padding-left: max(15px, calc((100vw - 960px) / 2 + 15px));
    }
}

@media (min-width: 1200px) {
    .our-listing-rail {
        padding-left: max(15px, calc((100vw - 1140px) / 2 + 15px));
    }
}

@media (min-width: 1400px) {
    .our-listing-rail {
        padding-left: max(15px, calc((100vw - 1320px) / 2 + 15px));
    }
}

/* White halo on the right — desktop only */
@media (min-width: 992px) {
    .our-listing-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(42%, 360px);
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 32%,
            rgba(255, 255, 255, 0.85) 62%,
            #fff 100%
        );
        z-index: 30;
        pointer-events: none;
    }
}

@media (max-width: 991.98px) {
    .our-listing-wrapper::after,
    .home-start .process-steps-wrapper::after {
        content: none;
        display: none;
    }
}

.our-listing-wrapper:before {
    content: none;
}

.our-listing-owl .owl-stage-outer {
    padding: 24px 0 40px;
    margin-left: 0;
}


/*---- 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;
}

/*---- Home Estimation ----*/
.home-estimation {
    padding: 100px 0 120px;
    background: #fff;
    scroll-margin-top: 88px;
}

.home-estimation-inner {
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
}

.home-estimation-title {
    margin: 0 0 12px;
    font-family: 'Vonca', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
}

.home-estimation-des {
    margin: 0 0 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #4d4d4d;
}

.home-estimation-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-estimation-field {
    width: 100%;
}

.home-estimation-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.home-estimation-input {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    background: #f5f5f5;
    color: #1a1a1a;
    font-family: 'Work Sans', sans-serif;
    /* 16px+ prevents iOS Safari auto-zoom on focus */
    font-size: 16px;
    line-height: 1.25;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    transform: translateZ(0);
}

.home-estimation-input::placeholder {
    color: #9a9a9a;
    font-size: 16px;
}

.home-estimation-input:focus {
    border-color: #999;
    background: #f2f2f2;
    outline: none;
    box-shadow: none;
}

.home-estimation-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 8px;
    padding-right: 42px;
    color: #9a9a9a;
    cursor: pointer;
    font-size: 16px;
}

.home-estimation-select:valid,
.home-estimation-select.has-value {
    color: #1a1a1a;
}

.home-estimation-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0 2px;
    color: #1a1a1a;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.home-estimation-divider::before,
.home-estimation-divider::after {
    content: "";
    flex: 1;
    border-top: 1px dotted #bdbdbd;
}

.home-estimation-submit {
    margin-top: 8px;
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: #8a8a8a;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.25s ease, opacity 0.25s ease;
}

.home-estimation-submit:hover,
.home-estimation-submit:focus {
    background: #6f6f6f;
    color: #fff;
}

.home-estimation-submit.is-ready {
    background: #000;
}

.home-estimation-submit.is-ready:hover,
.home-estimation-submit.is-ready:focus {
    background: #111;
    color: #fff;
}

.home-estimation-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.home-estimation-message {
    margin-top: 4px;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
}

.home-estimation-result-wrap[hidden] {
    display: none !important;
}

.home-estimation-form-wrap[hidden] {
    display: none !important;
}

.home-estimation-another {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin: 0 0 28px;
    border: none;
    border-radius: 12px;
    background: #000 !important;
    color: #fff !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.25s ease, opacity 0.25s ease;
}

button.home-estimation-another:hover,
button.home-estimation-another:focus,
a.btn.home-estimation-another:hover,
a.btn.home-estimation-another:focus,
a.home-estimation-another:hover,
a.home-estimation-another:focus,
.home-estimation-another:hover,
.home-estimation-another:focus {
    background: #111 !important;
    color: #fff !important;
    opacity: 1;
    text-decoration: none !important;
    box-shadow: none;
}

.home-estimation--result .home-estimation-result-wrap {
    contain: layout paint;
}

.home-estimation-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    transform: translateZ(0);
}

.home-estimation-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 16px;
    border-radius: 18px;
    background: #1c2b4a;
    color: #fff;
    text-align: center;
}

.home-estimation-card--annual {
    grid-column: 1 / -1;
    padding: 36px 20px;
}

.home-estimation-card-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

.home-estimation-card-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    font-family: 'Work Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.home-estimation-card--annual .home-estimation-card-value {
    font-size: 48px;
}

.home-estimation-approx,
.home-estimation-currency,
.home-estimation-pct {
    font-size: 0.55em;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .home-estimation {
        /* One calm mobile panel — grows if content/keyboard needs more */
        min-height: 100vh;
        min-height: 100dvh;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 80px 0 56px;
        scroll-margin-top: 0;
    }

    .home-estimation .container {
        width: 100%;
    }

    .home-estimation-inner {
        width: 100%;
    }

    .home-estimation-title {
        font-size: 32px;
    }

    .home-estimation-des {
        margin-bottom: 24px;
    }

    .home-estimation-form {
        gap: 12px;
    }

    .home-estimation-input,
    .home-estimation-select,
    .home-estimation-input::placeholder {
        font-size: 16px !important;
    }

    /* Results: start from top so cards don’t float in a huge void */
    .home-estimation--result {
        align-items: flex-start;
        padding-top: 88px;
        padding-bottom: 48px;
    }

    .home-estimation-card-value {
        font-size: 34px;
    }

    .home-estimation-card--annual .home-estimation-card-value {
        font-size: 40px;
    }
}

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;
    height: 40px;
    min-height: 40px;
}
.header-listing-hero .navbar-brand .logo-white,
.header-listing-hero .navbar-brand .logo-dark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    max-height: 24px;
    width: 180px;
}
.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;
}

/* Homepage Previous Guests: contained width + fade on one side only */
.home-page .listing-reviews-section--home .listing-reviews-owl-wrap,
.listing-reviews-section--home .listing-reviews-owl-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    top: 0;
    overflow: hidden;
}

.home-page .listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before,
.listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before,
.home-page .listing-reviews-section--home .listing-reviews-all.owl-carousel:before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to left, #f2f2f2, transparent);
    z-index: 2;
    pointer-events: none;
}

.home-page .listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:after,
.listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:after,
.home-page .listing-reviews-section--home .listing-reviews-all.owl-carousel:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
}

@media (max-width: 991px) {
    .home-page .listing-reviews-section--home .listing-reviews-owl-wrap,
    .listing-reviews-section--home .listing-reviews-owl-wrap {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        top: 0 !important;
        background: transparent !important;
    }

    .home-page .listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before,
    .listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before {
        display: block !important;
        width: 64px;
    }
}


.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: 136px;
    max-height: 136px;
    overflow: hidden;
}

.testimonial-card .profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.testimonial-card .profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-card .profile-name {
    font-family: 'Vonca', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #150033;
    line-height: 1.3;
}

.testimonial-card .profile-role {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1.3;
    margin-top: 2px;
}

.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: 1;
}



/* 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: 2.5rem !important;
    }
    div#offcanvasTop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .ps-lg-8 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1400px) {
    .ps-lg-8 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 1600px) {
    .ps-lg-8 {
        padding-left: 13rem !important;
    }
}

@media (max-width: 991px) {
    header .navbar.navbar-scrolled {
        padding: 0 !important;
    }
    header.navbar-header-scrolled {
        min-height: 64px;
        padding: 0;
    }
    .navbar-header-scrolled .header-bar {
        min-height: 64px;
        padding: 12px 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: min(280px, 86vw);
        margin: auto;
    }
    .ham-menu li{
        position: relative;
    }
    .ham-menu li:before {
        content: "";
        position: absolute;
        background: url("../img/move-right.svg") center / contain no-repeat;
        width: 24px;
        height: 24px;
        z-index: 2;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .offcanvas-body a {
        color: var(--inverse-inverse-on-surface, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
        text-align: left;
        display: block;
    }
    .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: 20px 0 32px;
        margin-left: 0;
    }
    .floating-contact-btn {
        display: block;
    }
    .btn-gray {
        padding: 0 10px;
    }

    .btn-black {
        padding: 0 10px;
        border: 1px solid #ffffff50;
    }
    .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;
    }

    .home-page .listing-reviews-section--home .slider-track.rtl.listing-reviews-all.owl-carousel.owl-loaded.owl-drag:before {
        display: block !important;
        width: 64px;
    }
}




@media (min-width: 992px) {
    .floating-contact-btn {
            display: block;
    }
}
@media (min-width: 1920px) {
    .owl-item.active:last-child .process-step-card {
        opacity: 1;
        width: auto !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 — opacity-only on touch (transform during scroll feels like lag) */
.fade-in-up {
    opacity: 0;
    transition: opacity 0.55s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .fade-in-up {
        transform: translateY(16px);
        transition: opacity 0.55s ease-out, transform 0.55s ease-out;
    }

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

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

/* Above-the-fold: no slide (avoids page jump while scrolling) */
.fade-in-up.fade-in-up--instant,
.fade-in.fade-in-up--instant {
    opacity: 1;
    transform: none;
    transition: none !important;
    transition-delay: 0s !important;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.7s 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;
}
