/* input(31,48): run-time error CSS1019: Unexpected token, found ' '
input(31,48): run-time error CSS1019: Unexpected token, found ' '
input(31,48): run-time error CSS1042: Expected function, found ' '
input(31,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
/* ==========================================================================
   Design Tokens — 5 Star Villa Holidays
   "Quiet Luxury" Homepage
   ========================================================================== */

:root {
    /* === Colors === */
    --color-gold: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
    --color-gold-hover: #FAFAF8;
    --color-gold-text: #fff; /* Dark text on gold for WCAG AA */
    --color-text-heading: #1A1A1A;
    --color-gold-gold: #b1916f;
    --color-text-body: #3D3D3D;
    --color-text-muted: #7A7A7A;
    --color-bg-page: #FFFFFF;
    --color-surface: #FAFAF8;
    --color-border: rgba(0, 0, 0, 0.08);
    --color-white: #FFFFFF;
    /* === Typography === */
    --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-size-h1: 60px;
    --font-lh-h1: 1.1;
    --font-weight-h1: 400;
    --font-size-h2: 40px;
    --font-lh-h2: 1.2;
    --font-weight-h2: 400;
    --font-size-h3: 22px;
    --font-lh-h3: 1.3;
    --font-weight-h3: 500;
    /*--font-size-body: clamp(0.85rem, 1.7vw, 0.95rem);*/
    --font-size-body: clamp(0.875rem, 0.75rem + 0.625vw, 1.125rem);
    --font-lh-body: 1.6;
    --font-weight-body: 400;
    --font-size-small: 14px;
    /* === Spacing === */
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 32px;
    --space-xl: 40px;
    --space-2xl: 48px;
    --space-3xl: 64px;
    --space-4xl: 80px;
    --space-5xl: 120px;
    --space-6xl: 160px;
    --section-gap: 120px;
    --section-pad: 80px;
    /* === Layout === */
    --container-max: 1200px;
    --gutter-wide: 24px;
    --gutter-narrow: 16px;
    /* === Components === */
    --btn-height: 52px;
    --btn-radius: 12px;
    --card-radius: 16px;
    --transition: 150ms ease;
    --transition-slow: 200ms ease;
}

/* ==========================================================================
   Base Styles — Reset, Typography, Defaults
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-body);
  line-height: var(--font-lh-body);
  font-weight: var(--font-weight-body);
  color: var(--color-text-body);
  background-color: var(--color-bg-page);
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-text-heading);
  margin: 0 0 var(--space-sm);
  font-family: var(--font-family);
}

h1 {
  font-size: var(--font-size-h1);
  line-height: var(--font-lh-h1);
  font-weight: var(--font-weight-h1);
}

h2 {
  font-size: var(--font-size-h2);
  line-height: var(--font-lh-h2);
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: var(--font-size-h3);
  line-height: var(--font-lh-h3);
  font-weight: var(--font-weight-h3);
}

p {
  margin: 0 0 var(--space-sm);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-text-heading);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--color-gold);
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-group{
    margin-bottom:10px;
}
.text-right
{
    text-align:right;
}
.first-letter-uppr::first-letter {
    text-transform: uppercase;
}
.\35 star-phoneno {
    color: #d3d3d3;
}


.dipst-sec.bglne li span {
    position: static;
    text-align: right;
    float: right;
    margin: 0;
    background: transparent;
    padding: 0;
}

.dipst-sec {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

    .dipst-sec.bglne li {
        border-bottom: 1px solid #ccc;
        display: block !important;
        position: relative;
        padding: 3px 0;
    }

    .dipst-sec li {
        color: #646469;
        font-size: 18px;
        font-weight: 500;
    }

:nth-child(2 of .dpostpad) {
    margin-top: 20px;
}

.checkn-chkot {
    border: 1px solid #ccc;
    box-shadow: 2px 3px 5px #ccc;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    float: left;
}

.box-dtecheck.frschk {
    width: 49%;
}

.brddat {
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    background: url("https://5starvillaholidays.com/images/dtcorner.png") no-repeat scroll;
    background-position: left top;
}
#main {
    padding-top: var(--space-5xl);
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   Layout — Container Overrides, Section Spacing
   ========================================================================== */

/* Override Bootstrap container max-width */
.container {
  max-width: var(--container-max);
  padding-left: var(--gutter-narrow);
  padding-right: var(--gutter-narrow);
}

@media (min-width: 1440px) {
  .container {
    padding-left: var(--gutter-wide);
    padding-right: var(--gutter-wide);
  }
}

/* Narrow container for specific sections */
.container--narrow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-narrow);
  padding-right: var(--gutter-narrow);
}

/* Section spacing */
.section {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
}

.section + .section {
  margin-top: calc(var(--section-gap) - var(--section-pad) * 2);
}

/* Section header pattern */
.section-header {
  margin-bottom: var(--space-2xl);
}

.section-title {
  margin-bottom: var(--space-sm);
}

.section-subline {
  font-size: var(--font-size-body);
  color: var(--color-text-muted);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  
}
.text-justify {
    text-align: justify
}
.text-italic {
    font-style:italic;
    
}

/* Surface background for alternating sections */
/*.section--surface {
  background-color: var(--color-surface);
}*/

/* ==========================================================================
   Components — Buttons, Links, Cards (Shared Atoms)
   ========================================================================== */

/* === Skip Link === */
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-sm);
  z-index: 9999;
  padding: var(--space-xs) var(--space-sm);
  background: var(--color-text-heading);
  color: var(--color-white);
  font-size: var(--font-size-small);
  border-radius: 4px;
}

.skip-link:focus {
  top: var(--space-xs);
  color: var(--color-white);
}

/* === Primary Button (Gold) === */
.btn-primary-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--btn-height);
  padding: 0 28px;
  background: var(--color-gold);
  color: var(--color-gold-text);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: none;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: background-color var(--transition-slow);
  text-decoration: none;
  white-space: nowrap;
  opacity:0.9;
}

.btn-primary-gold:hover {
  opacity:1;
  color: var(--color-gold-text);
}

.btn-primary-gold:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.btn-primary-gold:active {
  transform: scale(0.98);
}

/* === Secondary Outline Button === */
.btn-secondary-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--btn-height);
  padding: 0 28px;
  background-color: transparent;
  color: var(--color-text-heading);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  border: 1.5px solid var(--color-text-heading);
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: all var(--transition-slow);
  text-decoration: none;
  white-space: nowrap;
}

    .btn-secondary-outline:hover {
        background: #000;
        color: var(--color-white);
    }

.btn-secondary-outline:focus-visible {
  outline: 2px solid var(--color-text-heading);
  outline-offset: 2px;
}

/* === Text Link (Hero variant — white) === */
.btn-text-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color var(--transition);
}

.btn-text-link:hover {
  color: #fff;
}

/* === Arrow Link === */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-heading);
  transition: color var(--transition), gap var(--transition);
}

.link-arrow:hover {
  color: var(--color-gold);
  gap: 10px;
}

.link-arrow::after {
  content: '\2192';
  font-size: 18px;
}
#myModallogin, #myModalResetPassword, #myModalResetPasswordValidate, #myModalChangePassword {
    z-index: 9999999;
}

/* ==========================================================================
   SiteHeader — Logo row + Search bar row (matching current site layout)
   No top utility bar — main header only
   ========================================================================== */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: var(--space-sm) 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 0 var(--color-border);
}

.site-header.header--sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* --- Top row: Logo + Nav + Hamburger --- */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  min-height: 56px;
}

/* Logo */
.header-logo {
  flex-shrink: 0;
  text-decoration: none;
}

.header-logo__img {
  height: 60px;
  width: auto;
}

.logo-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-heading);
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
}
.empty-content
{
    margin-top:85px;
}
/* Navigation */
.header-nav {
    flex-shrink: 0;
    align-items: center;
    gap: var(--space-lg);
}

/* --- Desktop nav right: Left nav dropdown, Globe, Currency, Profile dropdown --- */

.header-nav-utils {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-shrink: 0;
}

.header-util {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-body);
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color var(--transition);
}

.header-util:hover {
  color: var(--color-text-heading);
}

.header-util--globe {
  width: 36px;
  height: 36px;
}

.header-util__icon--globe {
  color: #888;
}

.header-util--globe:hover .header-util__icon--globe {
  color: var(--color-text-heading);
}

.header-util--currency {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-heading);
  padding: 0 2px;
}

/* Standalone hamburger menu icon (desktop) */
.header-util--menu {
  width: 36px;
  height: 36px;
}

.header-util-menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 18px;
}

.header-util-menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #888;
  border-radius: 2px;
  transition: background var(--transition);
}

.header-util--menu:hover .header-util-menu-icon span {
  background: var(--color-text-heading);
}

/* --- Search Bar (inline between logo and nav) --- */
.header-search {
  flex: 1;
  max-width: 580px;
 /* margin: 0 var(--space-md);*/
}



/* CMS LandingPage: search fades in after #lp-hero leaves viewport.
   Flex slot stays reserved on md+ (no max-width collapse) so header height/nav position stay stable.
   Do not pair with Bootstrap .d-md-block here (display:!important fights layout). Mobile: responsive.css hides .header-search. */
@media (min-width: 768px) {
  .site-header .header-search.header-search--cms-reveal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    max-width: 580px;
    min-width: 0;
    margin: 0 var(--space-md);
    overflow: visible;
    z-index: 1001;
  }

  /* Stable row height while the search bar fades in/out */
  .site-header .header-inner:has([data-lp-cms-header-reveal]) {
    min-height: 72px;
    align-items: center;
  }
}

/*@media (max-width: 767px) {
    .guests-popover {
        top: calc(100% + -38vh) !important;
    }
}*/

    .site-header .header-search.header-search--cms-reveal .search-form {
        width: 100%;
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .site-header .header-search.header-search--cms-reveal:not(.header-search--cms-visible) .search-form {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-6px);
    }

    .site-header .header-search.header-search--cms-reveal.header-search--cms-visible .search-form {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .search-form {
        width: 100%;
    }

    .search-form__fields {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 999px;
        padding: 4px 4px 4px 8px;
        transition: all var(--transition-slow);
    }

        .search-form__fields:focus-within {
            border-color: rgba(0, 0, 0, 0.15);
            background: rgba(255, 255, 255, 0.7);
        }

    /* Individual search field */
    .search-field {
        padding: 5px 12px;
        flex: 1;
        min-width: 0;
    }

    .search-field--location {
        flex: 1.5;
    }

    .search-field--guests {
        flex: 1;
    }

    .search-field--has-popover {
        position: relative;
    }

    .guests-popover {
        position: absolute;
        top: calc(100% + 2px);
        right: 0;
        width: 340px;
        max-width: calc(100vw - 24px);
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 18px;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
        padding: 14px;
        z-index: 2000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        left:0px;
        /* iOS Safari: keep scroll-into-view / manual scroll clear of bottom toolbar + home indicator */
        scroll-margin-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    }

        .guests-popover.is-open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

    .guests-popover__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 6px;
    }

        .guests-popover__row + .guests-popover__row {
            border-top: 1px solid rgba(0, 0, 0, 0.06);
        }

    .guests-row__title {
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 500;
        color: var(--color-text-heading);
        line-height: 1.2;
    }

    .guests-row__meta {
        font-family: var(--font-family);
        font-size: 12px;
        font-weight: 300;
        color: var(--color-text-muted);
        margin-top: 2px;
    }

    .guests-stepper {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .guests-stepper__btn {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.16);
        background: transparent;
        color: var(--color-text-heading);
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        transition: border-color var(--transition), background var(--transition), opacity var(--transition);
        user-select: none;
    }

        .guests-stepper__btn:hover {
            border-color: rgba(0, 0, 0, 0.28);
            background: rgba(0, 0, 0, 0.03);
        }

        .guests-stepper__btn:focus-visible {
            outline: 2px solid var(--color-gold);
            outline-offset: 2px;
        }

        .guests-stepper__btn:disabled {
            opacity: 0.35;
            cursor: default;
        }

    .guests-stepper__count {
        min-width: 18px;
        text-align: center;
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 400;
        color: var(--color-text-heading);
    }

    .search-field__label {
        display: block;
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--color-text-heading);
        margin-bottom: 1px;
        cursor: pointer;
    }

    .search-field__input {
        display: block;
        width: 100%;
        border: none;
        background: transparent;
        font-family: var(--font-family);
        font-size: 13px;
        color: var(--color-text-body);
        outline: none;
        padding: 0;
        line-height: 1.3;
    }

        .search-field__input::placeholder {
            color: var(--color-text-muted);
        }

    /* Divider between fields */
    .search-field__divider {
        width: 1px;
        height: 24px;
        background: rgba(0, 0, 0, 0.08);
        flex-shrink: 0;
    }

    /* Search submit button — muted to not compete with primary CTA */
    .search-form__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        height: 34px;
        padding: 0 14px;
        border: none;
        border-radius: 999px;
        background: var(--color-gold);
        color: var(--color-white);
        font-family: var(--font-family);
        font-size: 13px;
        font-weight: 400;
        cursor: pointer;
        flex-shrink: 0;
        opacity: 0.8;
        transition: opacity var(--transition-slow);
    }

        .search-form__btn:hover {
            opacity: 1;
        }

        .search-form__btn:focus-visible {
            outline: 2px solid var(--color-text-heading);
            outline-offset: 2px;
            opacity: 1;
        }

        .search-form__btn svg {
            flex-shrink: 0;
        }



    /* Mobile Menu Toggle — shown only below 768px via d-flex d-md-none */
    .header-menu-toggle {
        width: 44px;
        height: 44px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .hamburger-icon,
    .hamburger-icon::before,
    .hamburger-icon::after {
        display: block;
        width: 24px;
        height: 2px;
        background-color: var(--color-text-heading);
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .hamburger-icon {
        position: relative;
    }

        .hamburger-icon::before,
        .hamburger-icon::after {
            content: '';
            position: absolute;
            left: 0;
        }

        .hamburger-icon::before {
            top: -7px;
        }

        .hamburger-icon::after {
            top: 7px;
        }

    /* Navigation menu offcanvas (slide from right — same for mobile and desktop). Full viewport height. */
    .nav-menu-offcanvas.offcanvas-end {
        width: 280px;
        max-width: 85vw;
        height: 100vh;
        max-height: 95vh;
        top: 0;
        bottom: 0;
        border-left: 1px solid var(--color-border);
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
        overflow: scroll;
    }

    .nav-menu-offcanvas .offcanvas-body {
        padding: var(--space-xl);
        display: flex;
        flex-direction: column;
    }

    .nav-menu-list {
        display: flex;
        flex-direction: column;
        gap: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .nav-menu-list li {
            border-bottom: 1px solid var(--color-border);
        }

        .nav-menu-list a {
            display: block;
            font-size: 18px;
            font-weight: 400;
            color: var(--color-text-heading);
            padding: var(--space-md) 0;
            text-decoration: none;
            transition: color var(--transition);
        }

            .nav-menu-list a:hover {
                color: var(--color-gold);
            }

        /* Nav menu list — dropdowns (match Destinations-style spacing and typography) */
        .nav-menu-list li.dropdown {
            position: relative;
        }

        .nav-menu-list .dropdown-toggle {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.5rem;
            padding-right: 0;
            position: relative;
            min-height: 44px;
        }

            .nav-menu-list .dropdown-toggle::after {
                content: '';
                flex-shrink: 0;
                border: solid currentColor;
                border-width: 0 2px 2px 0;
                width: 8px;
                height: 8px;
                display: inline-block;
                transform: rotate(45deg);
                transition: transform var(--transition);
                margin-left: auto;
            }

        .nav-menu-list .dropdown.show .dropdown-toggle::after {
            transform: rotate(-135deg);
        }

        .nav-menu-list .dropdown-menu {
            position: static;
            float: none;
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            box-shadow: none;
            background: transparent;
            display: none;
            list-style: none;
        }

        .nav-menu-list .dropdown.show .dropdown-menu {
            display: block;
        }

        .nav-menu-list .dropdown-menu li {
            border-bottom: none;
            border-left: 2px solid var(--color-border);
            margin-bottom: 2px;
        }

        .nav-menu-list .dropdown-menu .dropdown-item {
            font-size: 16px;
            font-weight: 400;
            color: var(--color-text-heading);
            padding: var(--space-sm) 0 var(--space-sm) var(--space-sm);
            text-decoration: none;
            transition: color var(--transition);
            display: block;
            background: transparent;
            border: none;
            border-radius: 0;
            text-align: left;
            width: 100%;
        }

            .nav-menu-list .dropdown-menu .dropdown-item:hover {
                color: var(--color-gold);
                background: transparent;
            }

    /* Nav menu footer (Login, Signup) — at bottom of slide-out menu */
    .nav-menu-footer {
        margin-top: auto;
        padding-top: var(--space-xl);
        border-top: 1px solid var(--color-border);
    }

    .nav-menu-footer__label {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--color-text-muted);
        margin: 0 0 var(--space-sm);
    }

    .nav-menu-footer-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .nav-menu-footer-list li {
            margin-bottom: 2px;
        }

        .nav-menu-footer-list a {
            display: block;
            font-size: 16px;
            font-weight: 400;
            color: var(--color-text-heading);
            padding: var(--space-xs) 0;
            text-decoration: none;
            transition: color var(--transition);
        }

            .nav-menu-footer-list a:hover {
                color: var(--color-gold);
            }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        font-size: 14px !important;
    }

    /* Header (and shared) checkout picker: visual marker for chosen check-in day */
    .daterangepicker td.lp-checkout-cal-checkin {
        /* box-shadow: inset 0 0 0 2px var(--color-gold-gold, #b1916f);
    border-radius: 4px;*/
        background-color: #357ebd !important;
        border-color: transparent !important;
        color: #fff !important;
        opacity: 0.5 !important;
    }

        .daterangepicker td.lp-checkout-cal-checkin.off,
        .daterangepicker td.lp-checkout-cal-checkin.disabled {
            opacity: 1;
        }
/* ==========================================================================
   Site Footer
   ========================================================================== */

.site-footer {
  padding: var(--space-3xl) 0 var(--space-xl);
  background-color: var(--color-text-heading);
  color: rgba(255, 255, 255, 0.7);
}

/* --- Footer top: 4 columns --- */
.footer-top {
  padding-bottom: var(--space-xl);
}

.footer-brand__title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-white);
    margin: 0 0 var(--space-sm);
}

.footer-brand__tagline {
  font-size: var(--font-size-small);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 var(--space-sm);
}

.footer-brand__sub {
  font-size: var(--font-size-small);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 var(--space-xs);
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--font-size-small);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 var(--space-xs);
}

.footer-contact__icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-cta {
  font-size: var(--font-size-small);
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 var(--space-md);
}

.footer-cta a {
  font-weight: 600;
  color: var(--color-white);
  text-decoration: none;
}

.footer-cta a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  transition: color var(--transition);
}

.footer-social a:hover {
  color: var(--color-white);
}

/* Footer navigation columns */
.footer-nav-title {
  font-size: var(--font-size-small);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: var(--color-white);
  margin: 0 0 var(--space-sm);
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 2px;
}

.footer-nav-list a {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 0;
  text-decoration: none;
  transition: color var(--transition);
}

.footer-nav-list a:hover {
  color: var(--color-white);
}

/* Arrow prefix for link text */
.footer-nav-list--arrow a::before {
  content: ">";
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.5);
}

/* --- Footer bottom: copyright | language & currency --- */
.footer-bottom {
  padding-top: var(--space-md);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
}

.footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-locale {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-locale__lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-locale__globe {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-locale__currency {
  font-weight: 500;
}

/* ==========================================================================
   Modals — Request Recommendation & Speak to Specialist
   Premium, quiet, low-friction overlays
   ========================================================================== */

/* === Backdrop === */
.villa-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}

.villa-modal-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

/* === Modal Shell === */
.villa-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%) scale(0.97);
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  background: var(--color-bg-page);
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease, transform 250ms ease;
  -webkit-overflow-scrolling: touch;
}

.villa-modal.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Recommendation modal — wider */
.villa-modal--recommend {
  max-width: 680px;
}

/* Specialist modal — slightly narrower */
.villa-modal--specialist {
  max-width: 600px;
}

/* === Close Button === */
.villa-modal__close {
  position: absolute;
  top: var(--space-sm);
  right: var(--space-sm);
  z-index: 2;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  color: var(--color-text-muted);
  transition: color var(--transition), background var(--transition);
  -webkit-appearance: none;
  appearance: none;
}

.villa-modal__close:hover {
  color: var(--color-text-heading);
  background: var(--color-surface);
}

.villa-modal__close:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.villa-modal__close svg {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: visible;
  box-sizing: content-box;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* === Modal Body === */
.villa-modal__body {
  padding: var(--space-2xl) var(--space-xl);
}

/* === Typography === */
.villa-modal__title {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-text-heading);
  margin: 0 0 var(--space-xs);
}

.villa-modal__subline {
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0 0 var(--space-lg);
}

/* === Form Elements === */
.villa-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.villa-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.villa-form__label {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-heading);
  letter-spacing: 0.02em;
}

.villa-form__input,
.villa-form__textarea,
.villa-form__select {
  width: 100%;
  height: 48px;
  padding: 0 var(--space-sm);
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 300;
  color: var(--color-text-body);
  background: var(--color-bg-page);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  outline: none;
  transition: border-color var(--transition);
}

.villa-form__input::placeholder,
.villa-form__textarea::placeholder {
  color: var(--color-text-muted);
  opacity: 0.7;
}

.villa-form__input:focus,
.villa-form__textarea:focus,
.villa-form__select:focus {
  border-color: var(--color-gold);
}

.villa-form__textarea {
  height: auto;
  min-height: 80px;
  padding: var(--space-sm);
  resize: vertical;
}

.villa-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A7A7A' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.villa-form__hint--error {
  display: block;
  color: #b42318;
  margin-bottom: 0.75rem;
  margin-top: -0.25rem;
}

.villa-form__hint {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 300;
 
}

/* Date row — two inputs side by side */
.villa-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
}

/* Email + mobile — one row, same grid as travel dates */
.villa-form__row--contact {
  gap: var(--space-md);
}

/* Guests + Children side by side; Pets full width below */
.villa-form__row--groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

/* "Not sure yet" toggle */
.villa-form__toggle {
  display: inline-block;
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 400;
  color: var(--color-gold);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.villa-form__toggle:hover {
  color: var(--color-gold);
}

/* Guests number selector */
.villa-form__number {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.villa-form__number-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text-body);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  user-select: none;
}

.villa-form__number-btn:hover {
  border-color: var(--color-gold);
}

.villa-form__number-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.villa-form__number-value {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-heading);
  min-width: 28px;
  text-align: center;
}

/* === Primary CTA (inside modal) === */
.villa-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--btn-height);
  margin-top: var(--space-xs);
  background: var(--color-gold);
  color: var(--color-gold-text);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: none;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: background-color var(--transition-slow);
  text-decoration: none;
  opacity:0.9;
}

    .villa-modal__cta:hover {
        opacity: 1;
        background-color: var(--color-gold-hover);
    }

.villa-modal__cta:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.villa-modal__cta:active {
  transform: scale(0.98);
}

/* === Secondary Link (inside modal) === */
.villa-modal__secondary {
  display: block;
  text-align: center;
  margin-top: var(--space-sm);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition);
}

.villa-modal__secondary a {
  color: var(--color-text-body);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--transition);
}

.villa-modal__secondary a:hover {
  color: var(--color-gold);
}

/* === Micro-reassurance === */
.villa-modal__reassurance {
  display: block;
  text-align: center;
  margin-top: var(--space-md);
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 300;
  color: var(--color-text-muted);
  letter-spacing: 0.01em;
}

/* === Specialist Modal — Contact Options === */
/* Layout: Bootstrap .row / .col-12 .col-md-4 in _SpeakToSpecialistModel.cshtml (1 col mobile, 3 from md). */
.specialist-options {
  margin-bottom: var(--space-lg);
}

.specialist-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--space-xs);
  padding: var(--space-md) var(--space-sm);
  box-sizing: border-box;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--btn-radius);
  text-decoration: none;
  color: var(--color-text-heading);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
}

.specialist-option:hover {
  border-color: var(--color-gold);
  background: var(--color-bg-page);
  color: var(--color-text-heading);
}

.specialist-option:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.specialist-option svg {
  width: 24px;
  height: 24px;
  stroke: #000;
  fill: none;
  stroke-width: 1.5;
}

/* Callback form — hidden by default */
.callback-form {
  display: none;
}

.callback-form.is-visible {
  display: block;
}

.callback-form__divider {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 300;
  color: var(--color-text-muted);
}

.callback-form__divider::before,
.callback-form__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

/* === Success State === */
.villa-modal__success {
  display: none;
  text-align: center;
  padding: var(--space-lg) 0;
}

.villa-modal__success.is-visible {
  display: block;
}

.villa-modal__success-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  border-radius: 50%;
}

.villa-modal__success-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-gold);
  stroke-width: 2;
  fill: none;
}

.villa-modal__success-title {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-text-heading);
  margin: 0 0 var(--space-xs);
}

.villa-modal__success-body {
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 300;
  color: var(--color-text-muted);
  margin: 0 0 var(--space-lg);
}

.villa-modal__success-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: center;
}

.villa-modal__success-actions .villa-modal__cta {
  max-width: 280px;
  margin-top: 0;
}

.villa-modal__success-actions .villa-modal__secondary {
  margin-top: 0;
}

/* === Hide form on success === */
.villa-modal__form-content.is-hidden {
  display: none;
}

/* === Body lock when modal open === */
body.modal-open {
  overflow: hidden;
}

/* === Bootstrap profile modal (#myModalprofile): two columns on lg+, stack on small screens === */
#myModalprofile .profile-modal-layout.row > .left_myprofile,
#myModalprofile .profile-modal-layout.row > .rightside_profile {
  float: none;
}

@media (min-width: 992px) {
  #myModalprofile .profile-modal-layout.row > .col-lg-8.left_myprofile {
    width: 66.66666667%;
  }
  #myModalprofile .profile-modal-layout.row > .col-lg-4.rightside_profile {
    width: 33.33333333%;
  }
}

/* === My reservations partial (inside #myModalReservations on v2 layout) === */
#myReservationTabContent .full-row.bxupre-row {
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  border-top: none;
}
#myReservationTabContent .reservation-card {
  background: var(--color-surface, #fafbfc);
  border: 1px solid var(--color-border, #e8eaed);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  box-sizing: border-box;
  overflow: visible;
}
#myReservationTabContent .reservation-card > .reservation-item-row.row {
  margin-left: 0;
  margin-right: 0;
}
#myReservationTabContent .reservation-item__details {
  min-width: 0;
}
#myReservationTabContent .reservation-item__toolbar {
  width: 100%;
  min-width: 0;
}
#myReservationTabContent .reservation-item__toolbar .btn {
  max-width: 100%;
  white-space: normal;
  line-height: 1.3;
}
#myReservationTabContent .reservation-tabs {
  border-bottom: 1px solid var(--color-border, #e8eaed);
  gap: 0.25rem;
}
#myReservationTabContent .reservation-tabs .nav-link {
  border: none;
  border-radius: 8px 8px 0 0;
  color: var(--color-text-muted, #5c6370);
  padding: 0.5rem 0.85rem;
  margin-bottom: -1px;
}
#myReservationTabContent .reservation-tabs .nav-link.active {
  color: var(--color-text-heading, #2b2b2b);
  font-weight: 600;
  background: var(--color-bg-page, #fff);
  border: 1px solid var(--color-border, #e8eaed);
  border-bottom-color: var(--color-bg-page, #fff);
}
#myReservationTabContent .reservation-item__overlays {
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  pointer-events: none;
}
#myReservationTabContent .reservation-item__overlays .modal {
  pointer-events: auto;
}
#myModalReservations .modal-content {
  overflow: visible;
}
#myModalReservations > .reservation-item__overlays {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  pointer-events: none;
}
#myModalReservations > .reservation-item__overlays .modal {
  pointer-events: auto;
}
#myModalReservations .modal.reservation-nested-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  overflow: auto;
  box-sizing: border-box;
}
#myModalReservations .modal.reservation-nested-modal .modal-dialog {
  margin: 2rem auto;
  max-width: min(720px, calc(100vw - 2rem));
}
#myReservationTabContent .reservation-item-row.row > [class*="col-"].boxupresvton-left,
#myReservationTabContent .reservation-item-row.row > [class*="col-"].boxupresvton-right {
  float: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  #myReservationTabContent .reservation-item-row.row > .col-md-4.boxupresvton-left {
    width: 33.33333333%;
  }
  #myReservationTabContent .reservation-item-row.row > .col-md-8.boxupresvton-right {
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #myReservationTabContent .reservation-item-row.row > .col-lg-3.boxupresvton-left {
    width: 25%;
  }
  #myReservationTabContent .reservation-item-row.row > .col-lg-9.boxupresvton-right {
    width: 75%;
  }
}
#myReservationTabContent .reservation-item__thumb {
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-surface, #eef1f4);
  line-height: 0;
}
#myReservationTabContent .reservation-item__thumb img {
  width: 100%;
  /*max-width: 280px;*/
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #myReservationTabContent .text-md-start .reservation-item__thumb img {
    margin-left: 0;
    margin-right: auto;
  }
}
#myReservationTabContent .reservation-item__meta {
  line-height: 1.35;
  word-break: break-word;
}
#myReservationTabContent .reservation-item__title {
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: inherit;
  font-weight: 600;
}
#myReservationTabContent .reservation-item__property-link {
    word-break: break-word;
    font-weight: 500;
    text-decoration: underline;
}
#myReservationTabContent .checkn-chkot.reservation-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  float: none;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
#myReservationTabContent .checkn-chkot.reservation-dates .box-dtecheck {
  float: none !important;
  width: auto !important;
  flex: 1 1 calc(50% - 0.35rem);
  min-width: 132px;
  margin-right: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 360px) {
  #myReservationTabContent .checkn-chkot.reservation-dates .box-dtecheck {
    flex: 1 1 100%;
  }
}
#myReservationTabContent .reservation-item__details .dipst-sec {
  float: none;
  clear: both;
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
}
#myReservationTabContent .reservation-item__details .dipst-sec ul {
  margin-bottom: 0;
}

/* === Datepicker above modal (Request recommendation dates) === */
.daterangepicker {
  z-index: 10002 !important;
}

