/* ==========================================================================
   Landing Page — SEO Content Pages (e.g. Mansions in Orlando)
   Follows "Quiet Luxury" design system tokens from variables.css
   ========================================================================== */

/* === BREADCRUMB === */
.lp-breadcrumb .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.lp-breadcrumb {
    padding: var(--space-sm) 0;
    background-color: var(--color-bg-page);
}
.cat-img-back {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    flex-grow: 1;
    border-radius: var(--bs-border-radius-xxl) !important;
}
.lp-breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: var(--color-text-muted);
}

.footer-reassure {    
    color: rgba(255, 255, 255, 0.75) !important;
}

.lp-breadcrumb__list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lp-breadcrumb__list li + li::before {
    content: "›";
    color: var(--color-text-muted);
}
.yt-lite {
    background-color: #000;
    position: relative;
    display: block;
    cursor: pointer;
    max-width: 100%;
    height: 344px;
}
.lp-editorial__content {
    min-width: 0;
}

    .lp-editorial__content .clinsys-slidr,
    .lp-editorial__content .client-saying .swiper {
        max-width: 100%;
        overflow: hidden;
    }
    .yt-lite > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.lp-breadcrumb__list a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color var(--transition);
}

.lp-breadcrumb__list a:hover {
    color: var(--color-text-heading);
}

.lp-breadcrumb__list li[aria-current="page"] {
    color: var(--color-text-heading);
    font-weight: 500;
}

.lp-editorial .box-inner {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 35px;
    margin: 35px 0;
}
    .lp-editorial .box-inner.box-right {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        margin-left: -225px;
        padding-right: 0;
    }
    .lp-editorial .box-inner.box-left {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        margin-right: -160px;
        padding-left: 0;
    }
.lp-editorial .head {
    /*background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);*/
    color: #fff;
}
.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* === HERO === */
.lp-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    margin-top:3.8rem;
   
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lp-hero__bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%);
}

.lp-hero__content {
    position: relative;
    z-index: 2;
    
    padding: var(--space-4xl) 0 var(--space-3xl);
    max-width: 800px;
    margin: 0 auto;
}

.lp-hero__title {
    font-size: var(--font-size-h1);
    line-height: var(--font-lh-h1);
    font-weight: var(--font-weight-h1);
    color: #fff;
    margin-bottom: var(--space-sm);
}

.lp-hero__subline {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: var(--space-lg);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
    .lp-hero__subline h1, .lp-hero__subline h2, .lp-hero__subline h3, .lp-hero__subline h4 {
        color: #fff;
    }


/* Hero Search Bar */
.lp-search-form {
    background: rgba(255, 255, 255, 0.97);
    border-radius: var(--btn-radius);
    padding: 6px;
    max-width: 680px;
    margin: 0 auto var(--space-md);
}

.lp-search-form__fields {
    display: flex;
    align-items: center;
    gap: 0;
}
    .lp-search-form__fields .typeahead
    {
        width:auto;
    }

    .lp-search-field {
        flex: 1;
        padding: 10px 16px;
        position: relative;
    }

.lp-search-field + .lp-search-field {
    border-left: 1px solid var(--color-border);
}

.lp-search-field label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-heading);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.lp-search-field input,
.lp-search-field select {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    font-family: var(--font-family);
    font-size: 14px;
    color: var(--color-text-body);
    padding: 0;
    outline: none;
    cursor: pointer;
}

.lp-search-field input::placeholder {
    color: var(--color-text-muted);
}

/* bootstrap3-typeahead: keyboard highlight for #lpSearchLocation suggestions */
.lp-search-field ul.typeahead.dropdown-menu li.active > a.dropdown-item {
    background-color: rgba(0, 0, 0, 0.06);
    color: var(--color-text-heading, #2b2b2b);
}

.lp-search-form__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 24px;
    background: var(--color-gold);
    color: var(--color-gold-text);
    border: none;
    border-radius: calc(var(--btn-radius) - 2px);
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity var(--transition-slow);
    opacity: 0.9;
    flex-shrink: 0;
}

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

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

/* Litepicker mount is document.body; keep hero search from clipping popovers */
#lp-hero .lp-hero__search {
    overflow: visible;
}

/* Hero Trust Strip */
.lp-hero__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: var(--space-sm);
}
.ul-list
{
    list-style:disc;
    padding-left:12px;
}
.lp-hero__trust-dot {
    color: rgba(255, 255, 255, 0.4);
}
#guides h5
{
    padding-top:15px;
}
/* ==========================================================================
   Litepicker — CMS + Category hero search (body-mounted .lp-hero-litepicker)
   ========================================================================== */

.litepicker.lp-hero-litepicker {
  z-index: 2100;
  font-family: var(--font-family);
}

@media (min-width: 768px) {
  .litepicker.lp-hero-litepicker {
    position: fixed !important;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
  }
}

.litepicker.lp-hero-litepicker .fyv-picker-banner + .month-item .button-previous-month {
  visibility: visible;
}

.litepicker.lp-hero-litepicker .fyv-picker-banner + .month-item.no-previous-month .button-previous-month {
  visibility: hidden;
}

.litepicker.lp-hero-litepicker .container__main {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.litepicker.lp-hero-litepicker .container__months {
  gap: 0;
}

.litepicker.lp-hero-litepicker .month-item-header {
  padding: 12px 8px 8px;
  font-weight: 600;
  font-size: 15px;
  color: var(--color-text-heading);
}

.litepicker.lp-hero-litepicker .month-item-header div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
}

.litepicker.lp-hero-litepicker .month-item-header div > .month-item-name,
.litepicker.lp-hero-litepicker .month-item-header div > .month-item-year {
  font-weight: 600;
  font-size: 15px;
}

.litepicker.lp-hero-litepicker .month-item-header .button-previous-month,
.litepicker.lp-hero-litepicker .month-item-header .button-next-month {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color var(--transition);
}

.litepicker.lp-hero-litepicker .month-item-header .button-previous-month:hover,
.litepicker.lp-hero-litepicker .month-item-header .button-next-month:hover {
  background-color: var(--color-surface);
}

.litepicker.lp-hero-litepicker .month-item-weekdays-row > div {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted);
  padding: 6px 0;
}

.litepicker.lp-hero-litepicker .container__days > div,
.litepicker.lp-hero-litepicker .container__days > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  transition: background-color var(--transition), color var(--transition);
  cursor: pointer;
}

/*.litepicker.lp-hero-litepicker .container__days .day-item:hover {
  background-color: var(--color-surface);
}*/

.litepicker.lp-hero-litepicker .container__days .day-item.is-today {
  box-shadow: inset 0 0 0 1.5px #b1916f;
  font-weight: 600;
}

.litepicker.lp-hero-litepicker .container__days .day-item.is-locked {
  opacity: 0.35;
  pointer-events: none;
  text-decoration: line-through;
}

.litepicker.lp-hero-litepicker .container__days .day-item.is-selected {
  background: #b1916f;
  color: #fff;
  font-weight: 600;
}

.litepicker.lp-hero-litepicker .container__days .day-item.is-selected:hover {
  background: #a07c5c;
}

.litepicker.lp-hero-litepicker .month-item-header select.month-item-name,
.litepicker.lp-hero-litepicker .month-item-header select.month-item-year {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 4px 8px;
  background: var(--color-white);
  color: var(--color-text-heading);
  cursor: pointer;
  outline: none;
}

.litepicker.lp-hero-litepicker .month-item-header select.month-item-name:focus,
.litepicker.lp-hero-litepicker .month-item-header select.month-item-year:focus {
  border-color: #b1916f;
}

.litepicker.lp-hero-litepicker .fyv-picker-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
  border-radius: 5px 5px 0 0;
}

.litepicker.lp-hero-litepicker .fyv-picker-banner__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.litepicker.lp-hero-litepicker .fyv-picker-banner__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-heading);
  line-height: 1.3;
}

.litepicker.lp-hero-litepicker .fyv-picker-banner__subtitle {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-muted);
  line-height: 1.3;
}

.litepicker.lp-hero-litepicker .fyv-picker-banner__close {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  color: var(--color-text-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition), color var(--transition);
}

.litepicker.lp-hero-litepicker .fyv-picker-banner__close:hover {
  background-color: var(--color-surface);
  color: var(--color-text-heading);
}

@media (max-width: 767px) {
  .litepicker.lp-hero-litepicker .container__months {
    justify-content: center;
    flex: 1 1 auto;
  }
    /* Hero LP search: in-flow guest popover so Search btn is not covered */
    .lp-search-form .lp-search-field--guests .guests-popover:not(.is-open) {
        display: none; /* closed: no layout gap (replaces opacity-only hiding) */
    }

    .lp-search-form .lp-search-field--guests .guests-popover.is-open {
        position: static;
        display: block;
        width: 100%;
        max-width: none;
        left: auto;
        right: auto;
        margin-top: 8px;
        transform: none;
        /* optional: slightly lighter shadow when inline in the card */
    }
  .litepicker.lp-hero-litepicker .container__main {
    align-items: center;
  }
    .lp-search-field input {
        font-size: 16px;
    }


  .litepicker.lp-hero-litepicker {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    inset: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    animation: lpHeroLitepickerSlideUp 300ms ease-out;
    max-height: 55vh;
    border-radius: 16px;
    margin-top: 10vh;
  }

  @keyframes lpHeroLitepickerSlideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  .litepicker.lp-hero-litepicker .container__main {
    border: none;
    border-radius: 0;
    box-shadow: none;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  /* month width: litepicker-layout-fix.css */

  .litepicker.lp-hero-litepicker .month-item-header {
    position: sticky;
    top: 0;
    background: var(--color-white);
    z-index: 2;
    padding: 16px 16px 10px;
    font-size: 17px;
    border-bottom: 1px solid var(--color-border);
  }

  .litepicker.lp-hero-litepicker .month-item-header .button-previous-month,
  .litepicker.lp-hero-litepicker .month-item-header .button-next-month {
    width: 44px;
    height: 44px;
  }

  .litepicker.lp-hero-litepicker .month-item-weekdays-row > div {
    font-size: 13px;
    padding: 10px 0;
  }

  .litepicker.lp-hero-litepicker .container__days > div,
  .litepicker.lp-hero-litepicker .container__days > a {
    font-size: 16px;
  }

  .litepicker.lp-hero-litepicker .container__days .day-item.is-today {
    box-shadow: none;
  }

  .litepicker.lp-hero-litepicker .fyv-picker-banner {
    position: sticky;
    top: 0;
    z-index: 3;
    padding: 16px;
  }

  .litepicker.lp-hero-litepicker .fyv-picker-banner__title {
    font-size: 17px;
  }

  .litepicker.lp-hero-litepicker .fyv-picker-banner__subtitle {
    font-size: 14px;
  }

  .litepicker.lp-hero-litepicker .fyv-picker-banner__close {
    width: 44px;
    height: 44px;
    font-size: 26px;
  }
}

/*.cmspage {
    padding-top: 32px;
}*/
    .cmspage .row  a {
        color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    }
    .cmspage .box-inner .btn-primary {
        color:#fff;
    }
    .cat-img-container {
        position: relative;
        overflow: hidden;
        height: 400px; /* Adjust to match your original design */
        width: 100%;
    }

    .cat-img-container img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; /* Keeps image from looking stretched or squished */
        object-position: center;
    }
/*.nox-them-park {
    display: flex;
}*/
.nox-them-park:has(> .img-fluid) {
    display: flex;
}
.lp-editorial .col-lg-12 .box-inner.box-right {
    margin-left: 0px !important;
}
.client-saying .swiper-wrapper {
    height: auto;
}
.client-saying .swiper-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    position: static;
    margin-top: 1rem;
}

.lp-content {
    padding-top: .25rem !important
}
/* === PROPERTY GRID === */
.lp-property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.lp-property-card {
    display: block;
    background: var(--color-bg-page);
    border-radius: var(--card-radius);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow var(--transition-slow), transform var(--transition-slow);
    border: 1px solid var(--color-border);
}

.lp-property-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.lp-property-card__image {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.lp-property-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lp-property-card:hover .lp-property-card__image img {
    transform: scale(1.03);
}

.lp-property-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.02em;
}

.lp-property-card__body {
    padding: var(--space-sm) var(--space-md) var(--space-md);
}

.lp-property-card__name {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-heading);
    margin-bottom: 4px;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lp-property-card__meta {
    font-size: 14px;
    color: var(--color-text-muted);
    margin-bottom: 4px;
}

.lp-property-card__features {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: var(--space-sm);
}

.lp-property-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space-sm);
    border-top: 1px solid var(--color-border);
}

.lp-property-card__price {
    font-size: 14px;
    color: var(--color-text-body);
}

.lp-property-card__price strong {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-heading);
}

.lp-property-card__cta {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-heading);
    transition: gap var(--transition);
}

.lp-property-card:hover .lp-property-card__cta {
    color: var(--color-text-heading);
}


/* === CMS Client review === */
.client-saying {
    text-align: center;
}

.client-saying {
    margin-top: 40px;
}

.clinsys-slidr .user-pic {
    text-align: center;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.client-saying img {
    height: auto;
    width: auto;
}

.clinsys-slidr .clint-des {
   /* margin: 20px auto;*/
}

.clint-des {
    text-align: center;
  /*  padding: 0 40px;*/
    width: 85%;
    margin: 0 auto;
}

.clinsys-slidr .btn-goodclint {
    text-align: center;
}

.btn-goodclint {
    font-size: 20px;
    font-weight: bold;
}

/* === CMS property grid skeleton (matches _PropertyCard / .villa-card layout) === */
.skeleton-card {
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    overflow: hidden;
    background: var(--color-bg-page);
    display: block;
    pointer-events: none;
}

.skeleton-card__media {
    height: 200px;
}

.skeleton-card__body {
    padding: 16px 18px 18px;
    display: grid;
    gap: 6px;
}

.skeleton-card__line {
    border-radius: 4px;
    min-height: 11px;
}

.skeleton-card__line--sm {
    width: 38%;
    height: 11px;
}

.skeleton-card__line--title {
    width: 92%;
    height: 16px;
}

.skeleton-card__line--md {
    width: 62%;
    height: 12px;
}

.skeleton-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
}

.skeleton-card__line--price {
    width: 42%;
    height: 18px;
}

.skeleton-card__line--cta {
    width: 26%;
    height: 14px;
}

@keyframes lp-skeleton-shimmer {
    0%, 100% {
        background-color: #ebecef;
    }

    50% {
        background-color: #d4d6dc;
    }
}

.skeleton-card__shimmer {
    animation: lp-skeleton-shimmer 1.35s ease-in-out infinite;
}


/* === CONCIERGE BLOCK === */
.lp-concierge__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
    margin-bottom: var(--space-sm);
}

.lp-concierge__copy p {
    color: var(--color-text-body);
    margin-bottom: var(--space-sm);
}

.lp-concierge__list {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-lg);
}

.lp-concierge__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 16px;
    color: var(--color-text-body);
    line-height: 1.5;
}

.lp-concierge__list li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #4CAF50;
}

#categoryFAQ .accordion-item
{
    cursor:pointer;
}

.lp-concierge__actions {
    display: flex;
    gap: var(--space-sm);
    align-items: center;
    /*flex-wrap: wrap;*/
}
    .lp-concierge__actions .btn-primary-gold {
        color: #fff !important;
    }
    .lp-concierge__actions .btn-secondary-outline {
        color: #000 !important;
    }
    .lp-concierge__actions .btn-secondary-outline:hover {
        color: #fff !important;
    }

    .lp-concierge__image {
        border-radius: var(--card-radius);
        overflow: hidden;
    }

        .lp-concierge__image img {
            border-radius: var(--card-radius);
            height: auto;
            object-fit: cover;
            aspect-ratio: 4/3;
        }


/* === RESORT MAP (Leaflet) === */
.lp-resort-map__container {
    width: 100%;
    height: 480px;
    border-radius: var(--card-radius);
    border: 1px solid var(--color-border);
    margin-bottom: var(--space-xl);
    z-index: 0;
}

/* Custom map marker pins */
.rm-pin {
    white-space: nowrap;
}

.rm-pin--resort .rm-pin__label {
    display: inline-block;
    background: #fff;
    color: #1a1a2e;
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px 5px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
}

.rm-pin--resort .rm-pin__label::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C8B88A;
}

.rm-pin--attraction {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rm-pin--attraction .rm-pin__dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.rm-pin--attraction .rm-pin__label {
    display: inline-block;
    font-family: var(--font-family);
    font-size: 11px;
    font-weight: 600;
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.92);
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Popup styles */
.rm-popup {
    font-family: var(--font-family);
    line-height: 1.5;
}

.rm-popup strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: #1a1a2e;
}

.rm-popup p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.rm-popup a {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a2e;
    text-decoration: none;
}

.rm-popup a:hover {
    text-decoration: underline;
}

/* Distance legend below map */
.lp-distance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-sm);
    margin-bottom: var(--space-xl);
}

.lp-distance-item {
    background: var(--color-bg-page);
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    padding: var(--space-md);
    text-align: center;
}

.lp-distance-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto var(--space-xs);
    border-radius: 50%;
    background: #f0efe8;
    color: var(--color-text-heading);
}

.lp-distance-item__icon svg {
    width: 20px;
    height: 20px;
}

.lp-distance-item__name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-heading);
    margin-bottom: 2px;
}

.lp-distance-item__detail {
    font-size: 13px;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.4;
}

.lp-distance-item__detail strong {
    color: #4CAF50;
    font-weight: 500;
}

.lp-resort-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
}

.lp-resort-card {
    background: var(--color-bg-page);
    border-radius: var(--card-radius);
    padding: var(--space-lg);
    border: 1px solid var(--color-border);
    transition: box-shadow var(--transition-slow);
}

.lp-resort-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.lp-resort-card__icon {
    margin-bottom: var(--space-sm);
    color: var(--color-text-muted);
}

.lp-resort-card__name {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-text-heading);
    margin-bottom: 4px;
}

.lp-resort-card__distance {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #4CAF50;
    margin-bottom: var(--space-sm);
}

.lp-resort-card__desc {
    font-size: 15px;
    color: var(--color-text-body);
    line-height: 1.6;
    margin-bottom: var(--space-sm);
}

.lp-resort-card__link {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-heading);
    text-decoration: none;
    transition: color var(--transition);
}

.lp-resort-card__link:hover {
    color: var(--color-text-body);
}


/* === EDITORIAL CONTENT === */
.lp-editorial .row {
    padding: 0px;
    margin: 0px;
}
.lp-editorial__layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: var(--space-3xl);
    align-items: start;
}

/* Full-width editorial (no sidebar) — CMS long-form pages */
.lp-editorial__layout-full {
    display: block;
    max-width: 100%;
}

.lp-video-embed {
    margin-top: var(--space-md);
    border-radius: var(--card-radius);
    overflow: hidden;
    background: #000;
}

.lp-video-embed iframe {
    border: 0;
}

.lp-editorial__content h2 {
    margin-bottom: var(--space-lg);
}

/* Theme-park blocks: h2 sits in .container-80 above the .row (not inside columns) */
.lp-editorial__content .theam-park__title {
    color: var(--color-text-heading);
    font-weight: var(--font-weight-h2, 500);
    font-size: var(--font-size-h2);
    text-align:left;
}
.cmspage .btn-primary {
    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);
    background-color: transparent !important;
    border-color: transparent;
    color: #000 !important;
}

    .cmspage .btn-primary::after {
        content: '→';
        font-size: 18px;
    }
.section-reviews {
    padding-top:0px;
}
/*.head h2 {
    color: #fff;
    padding: 0.5rem !important;
    font-size: xx-large;
    text-align: center;
}*/
.lp-editorial__content h3 {
    margin-top: var(--space-xl);
    margin-bottom: var(--space-sm);
}

.lp-editorial__content p {
    color: var(--color-text-body);
    line-height: 1.7;

}

.lp-editorial__intro p {
    font-size: 19px;
    line-height: 1.7;
}

.lp-editorial__feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-md);
}

.lp-editorial__feature-list li {
    position: relative;
    padding: 6px 0 6px 24px;
    font-size: 16px;
    color: var(--color-text-body);
    line-height: 1.6;
}

.lp-editorial__feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-gold);
}

/* Sticky Sidebar (default: beside content in two-column layout) */
.lp-editorial__sidebar {
    position: sticky;
    top: 100px;
}

/* Interleaved sidebars: normal flow, not sticky (full-width editorial pages) */
.lp-editorial__sidebar--inline {
    position: static;
    top: auto;
    margin-top: var(--space-xl);
    /*max-width: 440px;*/
    margin-left: auto;
    margin-right: auto;
}

.lp-sidebar-card {
    background: var(--color-surface);
    border-radius: var(--card-radius);
    padding: var(--space-lg);
    text-align: center;
}

.lp-sidebar-card__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: var(--space-xs);
}

.lp-sidebar-card__text {
    font-size: 15px;
    color: var(--color-text-muted);
    margin-bottom: var(--space-md);
    line-height: 1.5;
}

.lp-sidebar-card__divider {
    height: 1px;
    background: var(--color-border);
    margin: var(--space-md) 0;
}

.lp-sidebar-card__contact {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: var(--space-xs);
}

.lp-sidebar-card__phone {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-heading);
    text-decoration: none;
}

.lp-sidebar-card__phone:hover {
    color: var(--color-text-body);
}


/* === GUIDES / BLOG GRID === */
.lp-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.lp-guide-card {
    display: block;
    background: var(--color-bg-page);
    border-radius: var(--card-radius);
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow var(--transition-slow), transform var(--transition-slow);
    border: 1px solid var(--color-border);
}

.lp-guide-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.lp-guide-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.lp-guide-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lp-guide-card:hover .lp-guide-card__image img {
    transform: scale(1.03);
}

.lp-guide-card__body {
    padding: var(--space-md);
}

.lp-guide-card__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.lp-guide-card__title {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-text-heading);
    line-height: 1.35;
    margin-bottom: 8px;
}

.lp-guide-card__excerpt {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.5;
    margin: 0;
}


/* === FAQ SECTION === */
.lp-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.lp-faq-item {
    border-bottom: 1px solid var(--color-border);
}

.lp-faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-sm);
    padding: var(--space-md) 0;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    color: var(--color-text-heading);
    line-height: 1.4;
}

.lp-faq-item__question::-webkit-details-marker {
    display: none;
}

.lp-faq-item__question::marker {
    display: none;
    content: "";
}

.lp-faq-item__chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease;
    color: var(--color-text-muted);
}

.lp-faq-item[open] .lp-faq-item__chevron {
    transform: rotate(180deg);
}

.lp-faq-item__answer {
    padding: 0 0 var(--space-md);
}

.lp-faq-item__answer p {
    font-size: 16px;
    color: var(--color-text-body);
    line-height: 1.7;
    margin: 0;
}


/* ==========================================================================
   Copy from main.css
   ========================================================================== */
.box-other {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 30px;
}
.box-other-dest .region + a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    border-radius: 0 0 10px 10px;
    padding: 0 15px 0;
    height: 25px;
    font-size: 14px;
}
.nox-them-park img {
    object-fit: cover;
    object-position: top;
    border-radius: var(--bs-border-radius-xxl) !important;
    /* min-height: 50vh; */
    /* min-width: 50vh; */
}
.box-other-dest {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}
    .box-other-dest .img a img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .box-other-dest .img {
        height: 200px;
        overflow: hidden;
    }
        .box-other-dest .img a {
            height: 100%;
            float: left;
            width: 100%;
        }
    .box-other-dest .region {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        padding: 0 15px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff !important;
        height: 30px;
    }
        .box-other-dest .region a {
            font-size: 16px;
            color: #fff;
            padding: 4px 0;
            display: block;
            font-weight: 600;
        }

.box-inner ul li {
    list-style: disc;
}
.box-inner ul {
    margin-left: 1em;
}
.card-price__del {
    color: var(--color-text-heading);
}
/* ==========================================================================
   LANDING PAGE RESPONSIVE
   ========================================================================== */
/* ========= TABLET ========= */
@media (max-width: 1279px) {
    .lp-hero {
        min-height: 60vh;
    }

    .lp-hero__content {
        padding: var(--space-3xl) 0 var(--space-2xl);
    }

    .lp-property-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-resort-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-guides-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-editorial__layout {
        grid-template-columns: 1fr 300px;
        gap: var(--space-xl);
    }

    .lp-distance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========= MOBILE ========= */
@media (max-width: 767px) {

    .typeahead {
        width: 97% !important;
    }
    .nox-them-park img {
        min-height: auto;
        min-width: 100%;
    }
    .lp-hero {
        min-height: 85vh;
    }
    .lp-search-field
    {
        width:100%;
    }
    .box-other {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .lp-hero__content {
        padding: var(--space-2xl) 0;
    }

    /* Stack hero search vertically */
    .lp-search-form__fields {
        flex-direction: column;
    }
        .lp-search-form__fields .typeahead {
            width: 99%;
        }

    .lp-search-field + .lp-search-field {
        border-left: none;
        border-top: 1px solid var(--color-border);
    }

    .lp-search-form__btn {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }

    .lp-hero__trust {
        flex-direction: column;
        gap: 4px;
    }

    .lp-hero__trust-dot {
        display: none;
    }

    /* Property grid - single column */
    .lp-property-grid {
        grid-template-columns: 1fr;
    }

    /* Concierge actions */
    .lp-concierge__actions {
        flex-direction: column;
    }

    .lp-concierge__actions .btn-primary-gold,
    .lp-concierge__actions .btn-secondary-outline {
        width: 100%;
        max-width: 320px;
    }

    /* Resort grid - single column */
    .lp-resort-grid {
        grid-template-columns: 1fr;
    }

    /* Resort map */
    .lp-resort-map__container {
        height: 350px;
        border-radius: 0;
        margin-left: calc(-1 * var(--space-sm));
        margin-right: calc(-1 * var(--space-sm));
        width: calc(100% + var(--space-sm) * 2);
    }

    .lp-distance-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-xs);
    }

    .lp-distance-item {
        padding: var(--space-sm);
    }

    /* Editorial - stack sidebar below */
    .lp-editorial__layout {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .lp-editorial__sidebar {
        position: static;
    }

    /* Guides - single column */
    .lp-guides-grid {
        grid-template-columns: 1fr;
    }

    /* FAQ */
    .lp-faq-item__question {
        font-size: 16px;
    }

    /* Breadcrumb */
    .lp-breadcrumb__list {
        font-size: 12px;
    }

    .lp-editorial .box-inner {
        padding: 0px;
    }

        .lp-editorial .box-inner.box-right {
            margin-left: 0px;
        }

        .lp-editorial .box-inner.box-left {
            margin-right: 0px;
        }
}

/* ========= SMALL MOBILE ========= */
@media (max-width: 374px) {
    .lp-hero__title {
        font-size: 28px;
    }

    .lp-property-card__body {
        padding: var(--space-sm);
    }
}

/* === CMS landing: properties map (shortcode) === */
.lp-cms-map-section {
    margin-top: var(--space-lg, 2rem);
    padding-top: var(--space-md, 1.5rem);
    border-top: 1px solid var(--color-border-subtle, #e5e5e5);
}

.lp-cms-map-section__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: var(--space-sm, 1rem);
}

.lp-cms-map {
    width: 100%;
    min-height: 500px;
    border-radius: var(--bs-border-radius-lg, 8px);
    overflow: hidden;
    background: var(--color-bg-muted, #f4f4f4);
}

.lp-cms-map__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    color: var(--color-text-muted, #666);
}
.category-mn .swiper-slide img {
    width: 100%;
    height: 236px;
    object-fit: cover;
}
.category_name {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    background: rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.featured_place_count {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

    .featured_place_count a {
        color: #fff;
    }

.featured_listing_title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #fff;
    width: 140px;
    padding: 6px 4px 3px;
    background: rgba(255,255,255,.2);
    border-radius: 5px;
}
/* InfoWindow: property card width inside Google bubble */
.gm-style .lp-cms-map-iw {
    max-width: 320px;
    overflow: hidden;
}

.gm-style .lp-cms-map-iw .villa-card {
    display: block;
    max-width: 300px;
    margin: 0;
    text-decoration: none;
    color: inherit;
}

.gm-style .lp-cms-map-iw .swiper-card-search {
    max-width: 300px;
}

.gm-style .lp-cms-map-iw .card-media__img {
    max-height: 200px;
    object-fit: cover;
}
