@font-face {
  font-family: "Blacksword";
  src: url("./Blacksword.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cindy-gold: #d99157;
  --cindy-gold-dark: #b86f38;
  --cindy-ink: #1b1b1b;
  --cindy-muted: #5f5f5f;
  --cindy-cream: #fffaf4;
}

.client-theme-cindy {
  --green: #1f4f46;
  --gold: var(--cindy-gold);
  --brown: #1d1a17;
  --body-font: "Poppins", Arial, sans-serif;
  --font-third: "Poppins", Arial, sans-serif;
  background: #fff;
}

.client-theme-cindy .main-btn,
.client-theme-cindy .btn--gold {
  background: var(--cindy-gold);
  border-color: var(--cindy-gold);
  color: #fff !important;
}

.client-theme-cindy .main-btn:hover,
.client-theme-cindy .btn--gold:hover {
  background: var(--cindy-gold-dark);
  border-color: var(--cindy-gold-dark);
}

.client-theme-cindy .booking-area {
  overflow: visible;
}

.client-theme-cindy .booking-area form {
  overflow: visible;
}

.client-theme-cindy .banner-wrapper .video-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-theme-cindy .banner-wrapper .mob__video {
  display: block;
}

.client-theme-cindy .property-list-sec .pro-img-part img {
  display: inline;
  width: auto;
  max-width: 100%;
  height: auto;
}

.client-theme-cindy .booking-area .guest-selector {
  width: 100%;
  min-width: 170px;
}

.client-theme-cindy .booking-area .guest-selector__button {
  min-height: 48px;
  width: 100%;
  border: 0;
  background: #fff;
  color: #222;
  font-weight: 600;
  justify-content: space-between;
  padding: 0 18px;
  text-align: left;
}

.client-theme-cindy .booking-area .loct.icns > .fa-users {
  display: none;
}

.client-theme-cindy .booking-area .guest-selector__panel {
  z-index: 1200;
}

.client-theme-cindy .easepick-wrapper,
.client-theme-cindy easepick-calendar {
  z-index: 1300;
}

.client-theme-cindy #luxury-rentals-about {
  background-color: #fff;
  color: #333;
  overflow: hidden;
  padding: 34px 0 20px;
}

.client-theme-cindy #luxury-rentals-about .content-wrapper {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 22px;
}

.client-theme-cindy #luxury-rentals-about .image-area {
  perspective: 1000px;
  position: relative;
}

.client-theme-cindy #luxury-rentals-about .image-container {
  width: min(390px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: auto;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  opacity: .9;
  position: relative;
  transform: rotate(-5deg) scale(1.02);
  transition: transform .6s ease-out, box-shadow .6s ease;
}

.client-theme-cindy #luxury-rentals-about .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.client-theme-cindy #luxury-rentals-about .image-area:hover .image-container {
  opacity: 1;
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.client-theme-cindy #luxury-rentals-about .rating-badge {
  position: absolute;
  right: -30px;
  bottom: -30px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.client-theme-cindy #luxury-rentals-about .rating-badge .icon-circle {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.client-theme-cindy #luxury-rentals-about .rating-badge .text span {
  display: block;
}

.client-theme-cindy #luxury-rentals-about .rating-badge .score {
  direction: ltr !important;
  font-size: 20px;
  font-weight: 700;
  unicode-bidi: normal !important;
}

.client-theme-cindy #luxury-rentals-about .rating-badge .label {
  color: #888;
  font-size: 11px;
}

.client-theme-cindy #luxury-rentals-about .subtitle {
  display: block;
  margin-bottom: 10px;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 400;
}

.client-theme-cindy #luxury-rentals-about h2 {
  margin-bottom: 14px;
  color: #111;
  font-family: var(--body-font);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.client-theme-cindy #luxury-rentals-about h2 span {
  display: inline-block;
  color: var(--secondary-color);
  font-family: inherit;
}

.client-theme-cindy #luxury-rentals-about p {
  margin-bottom: 12px;
  color: #666;
  font-size: 15px;
  line-height: 1.55;
}

.client-theme-cindy #luxury-rentals-about .explore-link {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .3s ease;
}

.client-theme-cindy #luxury-rentals-about .explore-link:hover {
  letter-spacing: .5px;
}

.client-theme-cindy #luxury-rentals-about .explore-link i {
  margin-left: 8px;
}

.client-theme-cindy #luxury-rentals-about .amenities-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 4px 0 14px;
  padding: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
}

.client-theme-cindy #luxury-rentals-about .amenities-grid ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 14px;
}

.client-theme-cindy #luxury-rentals-about .cindy-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 10px;
  align-items: center;
  max-width: 560px;
  margin: 14px 0 14px;
}

.client-theme-cindy #luxury-rentals-about .cindy-trust-badges img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  padding: 6px 8px;
  border: 1px solid #e8ddd0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 79, 70, .08);
}

.client-theme-cindy #custom-gallery-section {
  overflow: hidden;
}

.client-theme-cindy #custom-gallery-section .tab-content {
  overflow: hidden;
}

.client-theme-cindy .cindy-gallery-marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.client-theme-cindy .cindy-gallery-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: cindyGalleryMarquee 38s linear infinite;
  will-change: transform;
}

.client-theme-cindy .cindy-gallery-marquee:hover .cindy-gallery-track,
.client-theme-cindy .cindy-gallery-marquee:focus-within .cindy-gallery-track {
  animation-play-state: paused;
}

.client-theme-cindy .cindy-gallery-track .gallery-item {
  width: clamp(220px, 25vw, 340px);
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f3eee8;
  box-shadow: 0 12px 24px rgba(27, 27, 27, .12);
}

.client-theme-cindy .cindy-gallery-track .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.client-theme-cindy .cindy-elfsight-reviews {
  padding: 70px 0;
  background: #fff;
}

@keyframes cindyGalleryMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.client-theme-cindy #luxury-rentals-about .amenities-grid ul li i {
  min-width: 22px;
  color: var(--secondary-color);
  font-size: 7px;
  text-align: center;
}

.client-theme-cindy .gallery-tabs.nav {
  position: static;
  display: flex;
  width: auto;
  height: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.client-theme-cindy .gallery-tabs .nav-link {
  color: var(--cindy-ink);
}

.client-theme-cindy .gallery-tabs .nav-link.active {
  background: var(--cindy-gold);
}

.client-theme-cindy .cindy-slider-fallback {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.client-theme-cindy .slick-testimonial.cindy-slider-fallback,
.client-theme-cindy #luxury-testimonials-section .testimonial-slider.cindy-slider-fallback {
  display: block;
}

.client-theme-cindy .cindy-slider-fallback > [hidden] {
  display: none !important;
}

.client-theme-cindy .cindy-slider-btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #333;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%);
  z-index: 4;
}

.client-theme-cindy .cindy-slider-btn--prev {
  left: 14px;
}

.client-theme-cindy .cindy-slider-btn--next {
  right: 14px;
}

.client-theme-cindy .slick-testimonial.cindy-slider-fallback .cindy-slider-btn--prev,
.client-theme-cindy #luxury-testimonials-section .testimonial-slider.cindy-slider-fallback .cindy-slider-btn--prev {
  left: -18px;
}

.client-theme-cindy .slick-testimonial.cindy-slider-fallback .cindy-slider-btn--next,
.client-theme-cindy #luxury-testimonials-section .testimonial-slider.cindy-slider-fallback .cindy-slider-btn--next {
  right: -18px;
}

.client-theme-cindy .property-detail-page .booking-card-pro,
.client-theme-cindy .property-detail-page .booking-card,
.client-theme-cindy .property-detail-page .book-form {
  position: sticky;
  top: 96px;
  z-index: 5;
}

body.client-theme-cindy.checkout-page-body header.desk-nav {
  position: relative;
  background: #fff;
}

body.client-theme-cindy.checkout-page-body header.desk-nav.sticky {
  position: fixed;
}

body.client-theme-cindy.checkout-page-body .booking-main {
  padding-top: 34px;
}

.client-theme-cindy.cindy-property-detail-page .attractions-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 25px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.client-theme-cindy.cindy-property-detail-page .attractions-carousel::-webkit-scrollbar {
  display: none;
}

.client-theme-cindy.cindy-property-detail-page .attractions-carousel > a {
  scroll-snap-align: start;
  text-decoration: none;
}

.client-theme-cindy.cindy-property-detail-page .property-calendar-section {
  border-top: 1px solid #e9e1d8;
  padding-top: 28px;
}

.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .flatpickr-calendar {
  width: 100%;
  max-width: 680px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .flatpickr-day {
  cursor: default !important;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 48px;
  line-height: 1.1;
}

.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .flatpickr-day.flatpickr-disabled,
.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .flatpickr-day.flatpickr-disabled:hover {
  background: rgba(192, 49, 74, 0.06);
  color: #c0314a;
  text-decoration: line-through;
}

.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .flatpickr-day.cal-turnover-arrival {
  background: linear-gradient(135deg, transparent 49.5%, rgba(192, 49, 74, 0.18) 50.5%);
}

.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .flatpickr-day.cal-turnover-departure {
  background: linear-gradient(135deg, rgba(192, 49, 74, 0.18) 49.5%, transparent 50.5%);
}

.client-theme-cindy.cindy-property-detail-page #inline-property-calendar .cal-day-rate {
  color: #7a6a55;
  font-size: 9px;
  font-weight: 600;
  margin-top: 3px;
}

.client-theme-cindy footer {
  background: url("/front/themes/cindy/images/footer-bg.jpg") center/cover no-repeat !important;
  border-top: 0 !important;
  color: #fff;
  padding: 50px 0 0 !important;
  position: relative;
}

.client-theme-cindy footer .container {
  position: relative;
  z-index: 1;
}

.client-theme-cindy .section-title::after {
  background-image: none !important;
}

.client-theme-cindy.cindy-property-detail-page .reviews-wrapper {
  max-width: 1000px;
}

.client-theme-cindy.cindy-property-detail-page .reviews-wrapper .reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.client-theme-cindy.cindy-property-detail-page .reviews-wrapper .review-card {
  background: #fff;
  border: 4px solid #9c9c9c;
  border-radius: 30px;
  box-shadow: none;
  color: #1b1b1b;
  min-height: 0;
  padding: 25px;
}

.client-theme-cindy.cindy-property-detail-page .reviews-wrapper .review-card h4 {
  color: #1b1b1b;
  font-size: 16px;
  margin-bottom: 6px;
}

.client-theme-cindy.cindy-property-detail-page .reviews-wrapper .review-meta {
  color: #1b1b1b;
  font-size: 13px;
  margin-bottom: 12px;
}

.client-theme-cindy.cindy-property-detail-page .reviews-wrapper .review-card p {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .client-theme-cindy #luxury-rentals-about .content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .client-theme-cindy #luxury-rentals-about .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    transform: none !important;
  }

  .client-theme-cindy #luxury-rentals-about .image-area:hover .image-container {
    transform: none !important;
  }

  .client-theme-cindy #luxury-rentals-about h2 {
    font-size: 32px !important;
  }

  .client-theme-cindy #luxury-rentals-about .amenities-grid ul {
    grid-template-columns: 1fr;
  }

  .client-theme-cindy #luxury-rentals-about .rating-badge {
    right: -10px;
    bottom: -10px;
    padding: 10px 15px;
  }

  .client-theme-cindy #luxury-rentals-about .rating-badge .icon-circle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
  }

  .client-theme-cindy #luxury-rentals-about .rating-badge .score {
    font-size: 16px;
  }

  .client-theme-cindy .property-detail-page .booking-card-pro,
  .client-theme-cindy .property-detail-page .booking-card,
  .client-theme-cindy .property-detail-page .book-form {
    position: static;
  }

  .client-theme-cindy.cindy-property-detail-page .attractions-carousel {
    grid-auto-columns: minmax(260px, 86vw);
  }

  .client-theme-cindy.cindy-property-detail-page a.sticky.main-btn {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  body.client-theme-cindy {
    overflow-x: hidden;
  }

  .client-theme-cindy .page-header.mob #tag1.menu-bar-in {
    background: #fff;
    height: 100vh;
    left: 0;
    overflow-y: auto;
    padding: 0;
    top: 0;
    width: 100vw;
    z-index: 99999;
  }

  .client-theme-cindy .page-header.mob #tag1.menu-bar-in:not(.open) {
    transform: translateX(-100%) !important;
  }

  .client-theme-cindy .page-header.mob #tag1.menu-bar-in.open {
    transform: translateX(0) !important;
  }

  .client-theme-cindy .page-header.mob #tag1 .mobile-nav {
    background: #fff;
    min-height: 100vh;
    padding: 2rem 20px 20px;
    width: 100%;
  }

  .client-theme-cindy .page-header.mob #close-menu1 {
    color: #000;
  }

  .client-theme-cindy .property-list-sec .pro-list-left,
  .client-theme-cindy .property-list-sec .about-pro-list,
  .client-theme-cindy .property-list-sec .pro-list-btn-sec {
    display: block;
    width: 100%;
  }

  .client-theme-cindy .property-list-sec .pro-img-part {
    width: 100%;
  }

  .client-theme-cindy .property-list-sec .pro-img-part img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .client-theme-cindy .property-list-sec .pro-list-btn-sec {
    margin-top: 16px;
  }

  .client-theme-cindy .agency-section p,
  .client-theme-cindy .about_wrapper p,
  .client-theme-cindy .common-page-content p {
    text-align: left !important;
  }

  .client-theme-cindy #luxury-rentals-about .text-area,
  .client-theme-cindy #luxury-rentals-about .image-area {
    width: 100%;
  }

  .client-theme-cindy #luxury-rentals-about .image-area,
  .client-theme-cindy #luxury-rentals-about .image-container {
    overflow: hidden;
    transform: none !important;
  }

  .client-theme-cindy #luxury-rentals-about .rating-badge {
    right: 4px;
    bottom: 6px;
  }

  .client-theme-cindy.cindy-property-detail-page .reviews-wrapper .reviews-grid {
    display: block;
  }

  .client-theme-cindy.cindy-property-detail-page .reviews-wrapper .review-card {
    margin-bottom: 10px;
  }

  .client-theme-cindy.cindy-property-detail-page .amenities-offcanvas,
  .client-theme-cindy.cindy-property-detail-page .reviews-offcanvas {
    width: 100vw;
    max-width: 100vw;
  }

  .client-theme-cindy .cindy-slider-fallback {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .client-theme-cindy.cindy-property-detail-page #widget-guests-popover {
    position: fixed;
    inset: auto 16px 18px 16px;
    width: auto;
    max-height: calc(100vh - 36px);
    overflow: auto;
    z-index: 1600;
  }

  .client-theme-cindy #luxury-testimonials-section .review-prev {
    left: 8px;
  }

  .client-theme-cindy #luxury-testimonials-section .review-next {
    right: 8px;
  }

  .client-theme-cindy .slick-testimonial.cindy-slider-fallback .cindy-slider-btn--prev,
  .client-theme-cindy #luxury-testimonials-section .testimonial-slider.cindy-slider-fallback .cindy-slider-btn--prev {
    left: 8px;
  }

  .client-theme-cindy .slick-testimonial.cindy-slider-fallback .cindy-slider-btn--next,
  .client-theme-cindy #luxury-testimonials-section .testimonial-slider.cindy-slider-fallback .cindy-slider-btn--next {
    right: 8px;
  }
}
