.client-theme-cindy {
  --cindy-coral: #ff7f50;
  --cindy-coral-dark: #e9673f;
  --cindy-font: "Poppins", Arial, sans-serif;
  --btn-color: var(--cindy-coral);
  --btn-hover: var(--cindy-coral-dark);
  --secondary-color: var(--cindy-coral);
  --primary-font: var(--cindy-font);
  --secondary-font: var(--cindy-font);
  --other-font: var(--cindy-font);
}

.client-theme-cindy,
.client-theme-cindy h1,
.client-theme-cindy h2,
.client-theme-cindy h3,
.client-theme-cindy h4,
.client-theme-cindy h5,
.client-theme-cindy h6,
.client-theme-cindy .section-title,
.client-theme-cindy .confirmation-card__title,
.client-theme-cindy .checkout-topbar__title h1,
.client-theme-cindy .summary-section__title,
.client-theme-cindy #luxury-testimonials-section .main-title,
.client-theme-cindy #luxury-testimonials-section .guest-badge,
.client-theme-cindy .head-sec h2,
.client-theme-cindy .property-detail h4,
.client-theme-cindy .property-detail h5 {
  font-family: var(--cindy-font) !important;
}

.client-theme-cindy .main-btn,
.client-theme-cindy .btn-confirm,
.client-theme-cindy .checkout-submit,
.client-theme-cindy .summary-coupon button,
.client-theme-cindy .property-detail button.main-btn,
.client-theme-cindy #luxury-testimonials-section .review-nav button,
.client-theme-cindy #luxury-testimonials-section .read-more,
.client-theme-cindy input[type="submit"] {
  background-color: var(--cindy-coral) !important;
  border-color: var(--cindy-coral) !important;
}

.client-theme-cindy .main-btn:hover,
.client-theme-cindy .btn-confirm:hover,
.client-theme-cindy .checkout-submit:hover,
.client-theme-cindy .summary-coupon button:hover,
.client-theme-cindy input[type="submit"]:hover {
  background-color: var(--cindy-coral-dark) !important;
  border-color: var(--cindy-coral-dark) !important;
}

.client-theme-cindy .desk-nav .top-header .row {
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.client-theme-cindy .desk-nav,
.client-theme-cindy .desk-nav.sticky {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  transform: none !important;
}

.client-theme-cindy .desk-nav {
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 22px rgba(19, 36, 31, .08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.client-theme-cindy .desk-nav.sticky {
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 26px rgba(19, 36, 31, .12);
}

.client-theme-cindy .desk-nav .top-header,
.client-theme-cindy .desk-nav .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(18px, 3vw, 42px);
  padding-right: clamp(18px, 3vw, 42px);
}

.client-theme-cindy .desk-nav .top-header img {
  transform: scale(1.14);
  transform-origin: center;
}

.client-theme-cindy .desk-nav .col-2 {
  flex: 0 0 18%;
  max-width: 18%;
}

.client-theme-cindy .desk-nav .col-10 {
  flex: 0 0 82%;
  max-width: 82%;
}

.client-theme-cindy .desk-nav .nav-links {
  display: flex;
  justify-content: center;
}

.client-theme-cindy .desk-nav .nav-links ul.up {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.client-theme-cindy .desk-nav .nav-links ul.up li,
.client-theme-cindy .desk-nav .nav-links ul.up a {
  white-space: nowrap;
}

.client-theme-cindy .desk-nav .nav-links .main-btn {
  min-width: 105px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  color: #333 !important;
  text-shadow: none;
}

.client-theme-cindy .page-header.mob {
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 22px rgba(19, 36, 31, .08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.client-theme-cindy .page-header.mob img {
  transform: scale(1.08);
  transform-origin: center;
}

.client-theme-cindy .booking-area .loct.icns > .fa-users {
  display: block;
  color: var(--cindy-coral);
  left: 18px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.client-theme-cindy .booking-area .vr-guest-trigger {
  padding-left: 44px;
}

.client-theme-cindy #luxury-rentals-about .content-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.client-theme-cindy [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.client-theme-cindy #luxury-testimonials-section .testimonial-slider .slick-arrow,
.client-theme-cindy #luxury-testimonials-section .testimonial-slider .slick-prev,
.client-theme-cindy #luxury-testimonials-section .testimonial-slider .slick-next,
.client-theme-cindy #luxury-testimonials-section .cindy-slider-btn {
  display: none !important;
}

.client-theme-cindy .property-detail > .container,
.client-theme-cindy .property-detail-page main > .container,
.client-theme-cindy .cindy-property-detail-page .property-detail .container {
  max-width: 1340px;
}

.client-theme-cindy .property-detail .row.gallery {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.client-theme-cindy .property-detail .gallery .col-6.left img {
  height: 430px;
}

.client-theme-cindy .property-detail .gallery .col-6.right img {
  height: 208px;
}

.client-theme-cindy #amn .modal-dialog {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  max-width: 560px;
  width: min(92vw, 560px);
}

.client-theme-cindy #amn .modal-content {
  border-top: 6px solid #24483f;
}

.client-theme-cindy #amn h4,
.client-theme-cindy #amn h5 {
  font-family: var(--cindy-font) !important;
  font-weight: 700;
}

.client-theme-cindy #amn .modal-body {
  max-height: calc(100vh - 72px);
  overflow-y: auto;
}

.client-theme-cindy .availability-section,
.client-theme-cindy .calendar-wrap,
.client-theme-cindy .property-calendar {
  font-family: var(--cindy-font) !important;
}

.client-theme-cindy .calendar-day.is-blocked,
.client-theme-cindy .calendar-day.blocked,
.client-theme-cindy .calendar-day.unavailable,
.client-theme-cindy .fc-daygrid-day.blocked {
  background: #ff3b3b !important;
  color: #fff !important;
}

.client-theme-cindy .contact-page .captcha,
.client-theme-cindy .captcha {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-theme-cindy .captcha img {
  width: 190px !important;
  max-width: calc(100% - 62px) !important;
  height: 46px !important;
  object-fit: contain;
  border: 1px solid #e6e1dd;
  border-radius: 8px;
  background: #fff;
}

.client-theme-cindy .captcha button {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.client-theme-cindy footer .right_copyright p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.client-theme-cindy footer .right_copyright img {
  width: 112px;
  height: auto;
  object-fit: contain;
}

.client-theme-cindy .checkout-page-body,
.client-theme-cindy.booking-page {
  font-family: var(--cindy-font) !important;
}

.client-theme-cindy .checkout-topbar,
.client-theme-cindy .confirmation-page,
.client-theme-cindy .status-page {
  font-family: var(--cindy-font) !important;
}

.client-theme-cindy .checkout-topbar {
  position: relative;
  isolation: isolate;
  min-height: clamp(320px, 45vw, 500px);
  display: flex;
  align-items: center;
  padding: clamp(96px, 14vw, 150px) 0 clamp(58px, 8vw, 92px);
  background-image: var(--checkout-banner-image), url('/front/themes/cindy/images/internal-banner.webp');
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(19, 36, 31, .08);
}

.client-theme-cindy .checkout-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 26, 24, .58), rgba(9, 26, 24, .32) 48%, rgba(9, 26, 24, .18));
}

.client-theme-cindy .checkout-topbar__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.client-theme-cindy .checkout-topbar__back:hover {
  color: var(--cindy-coral-dark);
  text-decoration: none;
}

.client-theme-cindy .checkout-topbar__title h1 {
  margin-bottom: 8px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.client-theme-cindy .checkout-topbar__sub {
  color: rgba(255, 255, 255, .92);
  margin-bottom: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.client-theme-cindy .checkout-topbar__title h1,
.client-theme-cindy .confirmation-hero h1,
.client-theme-cindy .summary-section__title,
.client-theme-cindy .receipt-total,
.client-theme-cindy .receipt-total span {
  font-family: var(--cindy-font) !important;
  font-weight: 700;
  letter-spacing: 0;
}

.client-theme-cindy .summary-section__title {
  text-transform: none;
}

.client-theme-cindy .booking-page .confirmation-card--help,
.client-theme-cindy .booking-page .confirmation-card--policy {
  display: none;
}

.client-theme-cindy #luxury-rentals-about {
  padding-top: clamp(112px, 10vw, 154px);
}

.client-theme-cindy.stays-page-body .weatherwidget-io,
.client-theme-cindy.stays-page-body iframe[id^="weatherwidget-io"] {
  display: block !important;
  margin-bottom: 0 !important;
}

.client-theme-cindy.stays-page-body footer {
  margin-top: 0 !important;
}

.client-theme-cindy .selected-trip-summary {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(15, 139, 128, .2);
  border-radius: 10px;
  background: #fff;
  color: #12473a;
  font-weight: 700;
}

.client-theme-cindy .selected-trip-summary span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.client-theme-cindy .rp-quote-box {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 127, 80, .35);
  border-radius: 8px;
  background: #fff8f4;
}

.client-theme-cindy .rp-quote-box > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.client-theme-cindy .rp-quote-label,
.client-theme-cindy .rp-quote-box small {
  color: #5d675f;
  font-size: 13px;
}

.client-theme-cindy .rp-quote-box strong {
  color: #13241f;
}

.client-theme-cindy .rp-quote-box--unavailable {
  border-color: #f3c6bf;
  background: #fff5f3;
}

.client-theme-cindy .rp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.client-theme-cindy .btn-rp-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--cindy-coral);
  color: #fff !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.client-theme-cindy .btn-rp-reserve:hover {
  background: var(--cindy-coral-dark);
  text-decoration: none;
}

.client-theme-cindy .booking-breadcrumb {
  background-position: center;
  background-size: cover;
}

.client-theme-cindy .cindy-get-quote-page {
  padding: clamp(58px, 8vw, 96px) 0;
  background: #f8f5ec;
}

.client-theme-cindy .cindy-get-quote-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(19, 36, 31, .10);
}

.client-theme-cindy .cindy-get-quote-eyebrow {
  display: block;
  color: #0f8b80;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.client-theme-cindy .cindy-get-quote-card h2 {
  margin: 0 0 14px;
  color: #13241f;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.client-theme-cindy .cindy-get-quote-copy {
  color: #44504d;
  font-size: 16px;
  line-height: 1.7;
}

.client-theme-cindy .cindy-get-quote-form {
  display: grid;
  gap: 14px;
}

.client-theme-cindy .cindy-get-quote-form label {
  display: block;
  margin-bottom: 6px;
  color: #5d675f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.client-theme-cindy .cindy-get-quote-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e0d8ce;
  border-radius: 8px;
  padding: 0 14px;
  color: #13241f;
  font-weight: 700;
}

.client-theme-cindy .cindy-get-quote-form .main-btn {
  min-height: 48px;
}

.client-theme-cindy .cindy-get-quote-detail {
  align-self: end;
  color: #12473a;
  font-weight: 800;
}

.client-theme-cindy .upper-gallery .container,
.client-theme-cindy #property > .container,
.client-theme-cindy .explore-attractions > .container {
  max-width: 1360px;
}

.client-theme-cindy.cindy-property-detail-page .upper-box h3 {
  max-width: 100%;
  white-space: normal;
  line-height: 1.08;
}

.client-theme-cindy.cindy-property-detail-page .overview-content {
  transition: height .25s ease;
}

.client-theme-cindy .amenities-offcanvas {
  width: min(92vw, 560px) !important;
}

.client-theme-cindy .amenities-offcanvas .offcanvas-header {
  padding: 28px 30px 12px;
  border-bottom: 1px solid #eee7e1;
}

.client-theme-cindy .amenities-offcanvas .offcanvas-header h2 {
  margin: 0;
  font-size: 28px;
}

.client-theme-cindy .amenities-offcanvas .offcanvas-body {
  padding: 12px 30px 34px;
}

.client-theme-cindy .amenities-offcanvas .amenity-group-title {
  margin: 24px 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #182c28;
}

.client-theme-cindy .amenities-offcanvas .amenities-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.client-theme-cindy .amenities-offcanvas .amenities-list li {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 0;
  border-bottom: 1px solid #f0ece8;
  color: #293834;
  font-size: 15px;
}

.client-theme-cindy .amenities-offcanvas .amenities-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--cindy-coral);
  margin-right: 12px;
}

.client-theme-cindy #availability .property-inline-calendar,
.client-theme-cindy #availability .flatpickr-calendar,
.client-theme-cindy #availability .calendar-wrap {
  max-width: 760px;
  margin-inline: auto;
  border-radius: 18px;
}

.client-theme-cindy #availability .flatpickr-day.selected,
.client-theme-cindy #availability .flatpickr-day.startRange,
.client-theme-cindy #availability .flatpickr-day.endRange {
  background: var(--cindy-coral) !important;
  border-color: var(--cindy-coral) !important;
}

.client-theme-cindy #availability .flatpickr-day.flatpickr-disabled,
.client-theme-cindy #availability .flatpickr-day.prevMonthDay.flatpickr-disabled,
.client-theme-cindy #availability .flatpickr-day.nextMonthDay.flatpickr-disabled {
  color: rgba(57, 57, 57, .35) !important;
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ffe6de 5px, #ffe6de 10px) !important;
}

.client-theme-cindy.booking-page,
.client-theme-cindy.booking-page p,
.client-theme-cindy.booking-page .form-note,
.client-theme-cindy.booking-page .receipt-row,
.client-theme-cindy.booking-page .kv-list,
.client-theme-cindy.booking-page .trip-grid__cell,
.client-theme-cindy.booking-page .confirmation-hero__lead {
  font-family: var(--cindy-font) !important;
}

.client-theme-cindy .summary-section__title {
  font-family: var(--cindy-font) !important;
  font-size: 15px;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  .client-theme-cindy .desk-nav .nav-links ul.up {
    gap: 14px;
  }
}

@media (min-width: 981px) and (max-width: 1080px) {
  .client-theme-cindy .desk-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .client-theme-cindy .desk-nav .nav-links {
    min-width: 0;
  }

  .client-theme-cindy .desk-nav .nav-links ul.up {
    gap: 9px;
  }

  .client-theme-cindy .desk-nav .nav-links a.nav-link {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .client-theme-cindy .desk-nav .main-btn {
    padding: 7px 10px;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .client-theme-cindy .cindy-get-quote-card {
    grid-template-columns: 1fr;
  }

  .client-theme-cindy .captcha {
    align-items: stretch;
  }

  .client-theme-cindy .captcha img {
    width: calc(100% - 64px) !important;
  }
}
/* 2026-06-29 mobile QA: the hero video controls are visual noise over the booking widget. */
.client-theme-cindy #play,
.client-theme-cindy #pause {
    display: none !important;
}
