/* Best Deals Punta Cana scoped theme entrypoint. */
.client-theme-romain {
  --brand-primary: #0d3b66;
  --brand-primary-dark: #0c1220;
  --brand-accent: #f4b942;
  --brand-sand: #f7f1e8;
  --brand-ink: #17212b;
  --brand-muted: #607080;
  color: var(--brand-ink);
  font-family: "DM Sans", Arial, sans-serif;
}

.client-theme-romain h1,
.client-theme-romain h2,
.client-theme-romain h3,
.client-theme-romain .hero-title,
.client-theme-romain .featured-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.client-theme-romain .nav {
  background: rgba(13, 59, 102, 0.94);
  box-shadow: 0 12px 32px rgba(8, 38, 63, 0.16);
}

.client-theme-romain .nav__logo img {
  max-height: 58px;
  width: auto;
}

.client-theme-romain #mainNav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.client-theme-romain .navbar-brand img {
  height: 64px;
  object-fit: contain;
}

.client-theme-romain .nav__links a {
  color: #fff;
}

.client-theme-romain .nav__links a:hover,
.client-theme-romain .nav__links a.is-active {
  color: var(--brand-accent);
}

.client-theme-romain .btn--gold,
.client-theme-romain .btn-book-nav,
.client-theme-romain .btn-check-avail,
.client-theme-romain .btn-rp-inquire,
.client-theme-romain .btn-contact-submit {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  color: var(--brand-primary-dark);
}

.client-theme-romain .btn--gold:hover,
.client-theme-romain .btn-book-nav:hover,
.client-theme-romain .btn-check-avail:hover,
.client-theme-romain .btn-rp-inquire:hover,
.client-theme-romain .btn-contact-submit:hover {
  background: #ffd36b;
  border-color: #ffd36b;
  color: var(--brand-primary-dark);
}

.client-theme-romain .site-footer,
.client-theme-romain footer {
  background: #0c1220;
  color: rgba(255, 255, 255, 0.55);
}

.client-theme-romain .site-footer a,
.client-theme-romain footer a {
  color: rgba(255, 255, 255, 0.68);
}

.client-theme-romain footer .footer-brand-name,
.client-theme-romain footer .footer-brand-name span,
.client-theme-romain footer .footer-heading {
  color: #fff;
}

.client-theme-romain footer .footer-contact-item i,
.client-theme-romain footer .footer-socials a {
  color: #fff;
}

.client-theme-romain .hero-title .line2 {
  display: block;
}

.client-theme-romain .inner-banner,
.client-theme-romain .blog-banner {
  background-color: var(--brand-primary);
}

.client-theme-romain .search-box,
.client-theme-romain .search-field,
.client-theme-romain .sf-input-wrap,
.client-theme-romain .input-field,
.client-theme-romain .booking-inputs-container,
.client-theme-romain .date-inputs-grid,
.client-theme-romain .date-field-wrapper,
.client-theme-romain .summary-dates {
  overflow: visible !important;
}

.client-theme-romain .easepick-wrapper {
  z-index: 10050;
}

.client-theme-romain .search-box .romain-clone-guest-field {
  overflow: visible;
}

.client-theme-romain .search-box .romain-search-guests,
.client-theme-romain .search-box .romain-search-guests .vr-guest-trigger {
  width: 100%;
}

.client-theme-romain .search-box .romain-search-guests .vr-guest-trigger {
  min-height: 30px;
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
}

.client-theme-romain .search-box .romain-search-guests .vr-guest-popover {
  top: calc(100% + 18px);
  width: min(360px, calc(100vw - 32px));
  max-width: none;
}

.client-theme-romain .search-box .vr-guest-row {
  gap: 22px;
}

.client-theme-romain .search-box .vr-guest-row__label {
  min-width: 0;
}

.client-theme-romain .search-box .vr-stepper {
  flex-shrink: 0;
}

.client-theme-romain .booking-card .romain-property-guests .vr-guest-trigger {
  min-height: 28px;
  padding: 4px 0;
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 14px;
}

.client-theme-romain.property-detail-page .availability-day {
  cursor: default;
  pointer-events: none;
}

.client-theme-romain.property-detail-page .availability-day:hover {
  border-color: transparent;
}

.client-theme-romain.property-detail-page .availability-day.unavailable {
  color: #c0314a;
  text-decoration: line-through;
  background: rgba(192, 49, 74, 0.06);
}

.client-theme-romain.property-detail-page .availability-day.turnover {
  background: linear-gradient(135deg, transparent 49.5%, rgba(192, 49, 74, 0.18) 50.5%);
}

.client-theme-romain .luxury-cta-section {
  display: block;
  padding: 56px 0 58px;
  background: #fff;
  text-align: center;
}

.client-theme-romain .luxury-cta-section h2 {
  margin: 0 0 18px;
  color: #0c1220;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.client-theme-romain .luxury-cta-section p {
  max-width: 680px;
  margin: 0 auto;
  color: #4b5563;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.client-theme-romain .luxury-cta-section .luxury-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.client-theme-romain .luxury-cta-section .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 30px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.client-theme-romain .luxury-cta-section .cta-btn:hover {
  transform: translateY(-1px);
}

.client-theme-romain .luxury-cta-section .primary-btn {
  border: 1px solid var(--orange-color-light, #f59e0b) !important;
  background: var(--orange-color-light, #f59e0b) !important;
  color: #fff !important;
}

.client-theme-romain .luxury-cta-section .outline-btn {
  border: 1px solid #0c1220 !important;
  background: transparent !important;
  color: #0c1220 !important;
}

.client-theme-romain .luxury-cta-section .outline-btn:hover {
  background: #0c1220 !important;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .client-theme-romain .luxury-cta-section {
    padding: 44px 0 46px;
  }

  .client-theme-romain .luxury-cta-section p {
    max-width: 100%;
  }

  .client-theme-romain .luxury-cta-section .luxury-cta-buttons {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .client-theme-romain .luxury-cta-section .cta-btn {
    width: 100% !important;
    max-width: 100%;
    white-space: normal;
  }

  .client-theme-romain .footer-grid,
  .client-theme-romain .footer-grid > div,
  .client-theme-romain .footer-heading,
  .client-theme-romain .footer-links,
  .client-theme-romain .footer-contact-item,
  .client-theme-romain .footer-desc {
    text-align: left;
  }

  .client-theme-romain .footer-links {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .client-theme-romain .footer-links li {
    text-align: left;
  }

  .client-theme-romain .footer-links a {
    display: inline-flex;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .client-theme-romain .custom-agents-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .client-theme-romain .custom-agents-section [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
