:root {
  --golf-primary: #116149;
  --golf-primary-dark: #0b3f31;
  --golf-accent: #d7a64a;
  --golf-ink: #1f2a2a;
  --golf-soft: #f4f7f5;
}

body {
  color: var(--golf-ink);
  font-family: Poppins, Arial, sans-serif;
}

.golf-main-nav {
  z-index: 1030;
}

.golf-nav-logo {
  max-height: 52px;
  width: auto;
}

.navbar .nav-link {
  color: #263331;
  font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--golf-primary);
}

.golf-commercial-menu {
  border: 0;
  min-width: min(320px, calc(100vw - 2rem));
  overflow: hidden;
  padding: 1.25rem;
}

.golf-commercial-menu .dropdown-header {
  color: var(--golf-primary);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.golf-commercial-menu .dropdown-item {
  border-radius: .25rem;
  color: #263331;
  padding: .45rem .55rem;
}

.golf-commercial-menu .dropdown-item:hover,
.golf-commercial-menu .dropdown-item:focus {
  background: rgba(17, 97, 73, .1);
  color: var(--golf-primary-dark);
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dark-overlay {
  position: relative;
}

.dark-overlay::before {
  background: rgba(0, 0, 0, .45);
  content: "";
  inset: 0;
  position: absolute;
}

.overlay-content,
.card-img-overlay-bottom,
.card-img-overlay-top {
  position: relative;
  z-index: 2;
}

.golf-hero {
  background: #172321;
}

.golf-hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
  position: relative;
}

.golf-hero-overlay {
  background: linear-gradient(90deg, rgba(12, 28, 25, .86) 0%, rgba(12, 28, 25, .62) 48%, rgba(12, 28, 25, .18) 100%);
  inset: 0;
  position: absolute;
}

.golf-hero-content {
  padding-bottom: 6rem;
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}

.golf-hero-content .lead {
  font-size: 1.2rem;
  max-width: 680px;
}

.golf-hero-points span {
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .4rem;
  display: block;
  font-weight: 600;
  padding: .8rem .9rem;
}

.golf-hero .carousel-control-prev,
.golf-hero .carousel-control-next {
  width: 5rem;
}

.golf-hero .carousel-indicators {
  bottom: 1.25rem;
  margin-bottom: 0;
}

.golf-hero .carousel-indicators [data-bs-target] {
  border-radius: 999px;
  height: .35rem;
  width: 2.25rem;
}

.golf-search-section {
  background: linear-gradient(180deg, #fff 0%, var(--golf-soft) 100%);
  margin-top: -84px;
  padding: 0 0 3rem;
  position: relative;
  z-index: 5;
}

.golf-search-box {
  background: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
}

.golf-search-note {
  max-width: 420px;
}

.golf-search-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin-top: 1rem;
}

.golf-search-links a {
  color: var(--golf-primary);
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
}

.golf-search-links a:hover {
  color: var(--golf-primary-dark);
  text-decoration: underline;
}

.golf-search-info {
  background: var(--golf-soft);
  border: 1px solid rgba(17, 97, 73, .14);
  border-radius: .375rem;
  color: #5c6965;
  min-height: 3.5rem;
  padding: .45rem .75rem;
}

.golf-search-info span {
  display: block;
}

.golf-search-info-title {
  color: var(--golf-primary);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-primary {
  background-color: var(--golf-primary);
  border-color: var(--golf-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--golf-primary-dark);
  border-color: var(--golf-primary-dark);
}

.text-primary {
  color: var(--golf-primary) !important;
}

.bg-gray-100 {
  background-color: var(--golf-soft);
}

.bg-gray-200 {
  background-color: #edf2ef;
}

.bg-gray-800 {
  background-color: #172321;
}

.text-gray-300 {
  color: #c8d2ce;
}

.text-hover-primary:hover,
.text-hover-primary:focus {
  color: var(--golf-primary) !important;
}

.w-2rem {
  width: 2rem;
}

.py-6 {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

.subtitle {
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.letter-spacing-3 {
  letter-spacing: .12em;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-sm {
  font-size: .92rem;
}

.text-xs {
  font-size: .78rem;
}

.badge-pill {
  border-radius: 999px;
}

.badge-transparent {
  background: rgba(255, 255, 255, .86);
  color: #1f2a2a;
}

.text-shadow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.hover-animate {
  transition: transform .2s ease, box-shadow .2s ease;
}

.hover-animate:hover {
  transform: translateY(-2px);
}

.tile-link {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.golf-footer a {
  color: inherit;
}

.footer-links li + li {
  margin-top: .45rem;
}

.footer-links a {
  color: #66736f;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--golf-primary);
  text-decoration: underline;
}

.footer-payments .list-inline-item {
  margin-left: .35rem;
}

.footer-payments img,
.footer-payment-badge {
  align-items: center;
  background: linear-gradient(135deg, #13223a, #244b75);
  border: 1px solid rgba(216, 190, 135, .35);
  border-radius: .35rem;
  box-shadow: 0 .35rem .8rem rgba(23, 35, 33, .16);
  box-sizing: content-box;
  color: #fff;
  display: inline-flex;
  font-size: .68rem;
  font-weight: 800;
  height: 1.45rem;
  justify-content: center;
  letter-spacing: .02em;
  object-fit: contain;
  padding: .28rem .42rem;
  width: 2.4rem;
}

.golf-social-links a {
  align-items: center;
  border: 1px solid rgba(102, 115, 111, .25);
  border-radius: 50%;
  display: inline-flex;
  height: 2.25rem;
  justify-content: center;
  text-decoration: none;
  width: 2.25rem;
}

.search-results-page {
  background: var(--golf-soft);
  min-height: 60vh;
  padding-top: 84px;
}

.search-results-header {
  background: #fff;
  border-bottom: 1px solid rgba(17, 97, 73, .12);
  padding: 3rem 0 2rem;
}

.stay-result-card {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .12);
  border-radius: .5rem;
  box-shadow: 0 .75rem 2rem rgba(23, 35, 33, .08);
  display: grid;
  grid-template-columns: minmax(260px, 36%) 1fr;
  overflow: hidden;
}

.stay-result-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.stay-result-body {
  padding: 1.5rem;
}

.stay-result-body h2 a {
  color: var(--golf-ink);
  text-decoration: none;
}

.stay-result-body h2 a:hover {
  color: var(--golf-primary);
}

.stay-result-meta {
  color: #5c6965;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .75rem;
}

.stay-result-meta span {
  background: var(--golf-soft);
  border-radius: 999px;
  padding: .35rem .75rem;
}

@media (max-width: 767.98px) {
  .stay-result-card {
    grid-template-columns: 1fr;
  }
}

.hotel-test-page {
  background: #fff;
  padding-top: 76px;
}

.hotel-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
  position: relative;
}

.hotel-hero-overlay {
  background: linear-gradient(90deg, rgba(12, 28, 25, .84) 0%, rgba(12, 28, 25, .56) 52%, rgba(12, 28, 25, .16) 100%);
  inset: 0;
  position: absolute;
}

.hotel-hero-content {
  padding: 8rem 0 5rem;
  position: relative;
  z-index: 2;
}

.hotel-info-panel {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .14);
  border-radius: .5rem;
  box-shadow: 0 .75rem 2rem rgba(23, 35, 33, .08);
  padding: 1.5rem;
}

.hotel-info-panel li + li {
  margin-top: .85rem;
}

.hotel-offer-card {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .12);
  border-radius: .5rem;
  box-shadow: 0 .75rem 2rem rgba(23, 35, 33, .08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hotel-offer-image {
  aspect-ratio: 16 / 9;
  background: var(--golf-soft);
  display: block;
  overflow: hidden;
}

.hotel-offer-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hotel-offer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.hotel-offer-body h3 a {
  color: var(--golf-ink);
  text-decoration: none;
}

.hotel-offer-body h3 a:hover {
  color: var(--golf-primary);
}

.hotel-offer-footer {
  border-top: 1px solid rgba(17, 97, 73, .1);
  color: #5c6965;
  display: grid;
  gap: .35rem;
  margin-top: auto;
  padding-top: 1rem;
}

.hotel-package-list {
  display: grid;
  gap: 1.25rem;
}

.hotel-package-card {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .12);
  border-radius: .5rem;
  box-shadow: 0 .75rem 2rem rgba(23, 35, 33, .08);
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  overflow: hidden;
}

.hotel-package-image {
  background: var(--golf-soft);
  display: block;
  min-height: 255px;
  overflow: hidden;
}

.hotel-package-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hotel-package-body {
  padding: 1.5rem;
}

.hotel-package-duration {
  background: linear-gradient(135deg, #fffaf0 0%, #f4ead2 100%);
  border: 1px solid rgba(215, 166, 74, .7);
  border-radius: .35rem;
  color: var(--golf-primary-dark);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 1rem;
  padding: .85rem 1rem .9rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.hotel-package-duration::after {
  background: var(--golf-accent);
  border-radius: 999px;
  bottom: .45rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.5rem;
}

.hotel-package-body h3 a {
  color: var(--golf-ink);
  text-decoration: none;
}

.hotel-package-body h3 a:hover {
  color: var(--golf-primary);
}

.hotel-package-actions {
  align-items: center;
  border-top: 1px solid rgba(17, 97, 73, .1);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding-top: 1rem;
}

.hotel-package-price {
  color: var(--golf-primary-dark);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .hotel-package-card {
    grid-template-columns: 1fr;
  }

  .hotel-package-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.forfait-page {
  background: var(--golf-soft);
  padding-top: 76px;
}

.forfait-hero {
  background: #fff;
  padding: 2rem 0 3rem;
}

.forfait-breadcrumb {
  margin-bottom: 2rem;
}

.forfait-hero-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  align-items: center;
}

.forfait-hero-grid-stacked {
  grid-template-columns: 1fr;
}

.forfait-hero-grid-stacked .forfait-hero-copy {
  max-width: none;
  width: 100%;
}

.forfait-hero-copy h1 {
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 1rem;
}

.forfait-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.5rem 0;
}

.forfait-hero-facts span,
.forfait-amenities span {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .13);
  border-radius: 999px;
  color: #50605b;
  font-weight: 600;
  padding: .45rem .8rem;
}

.forfait-gallery {
  display: grid;
  gap: .75rem;
}

.forfait-gallery button {
  border: 0;
  padding: 0;
}

.forfait-gallery-main {
  aspect-ratio: 16 / 10;
  border-radius: .75rem;
  box-shadow: 0 1rem 2.5rem rgba(23, 35, 33, .16);
  overflow: hidden;
}

.forfait-gallery-main img,
.forfait-gallery-thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.forfait-gallery-mosaic {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.forfait-gallery-mosaic > .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.forfait-gallery-mosaic button {
  border: 0;
  padding: 0;
}

.forfait-gallery-mosaic .forfait-gallery-main {
  aspect-ratio: 4 / 3;
  height: 100%;
}

.forfait-gallery-thumbs button {
  aspect-ratio: 4 / 3;
  border-radius: .5rem;
  overflow: hidden;
}

.forfait-gallery-thumbs > .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.forfait-gallery-all {
  border: 1px solid rgba(17, 97, 73, .18);
  border-radius: 999px;
  bottom: 1.5rem;
  box-shadow: 0 .75rem 1.5rem rgba(23, 35, 33, .18);
  color: var(--golf-ink);
  font-weight: 700;
  position: absolute;
  right: 1.5rem;
  z-index: 2;
}

.forfait-section,
.forfait-summary-card,
.forfait-map-card,
.forfait-contact-card {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .12);
  border-radius: .65rem;
  box-shadow: 0 .75rem 2rem rgba(23, 35, 33, .08);
  padding: 1.5rem;
}

.forfait-section + .forfait-section {
  margin-top: 1.25rem;
}

.forfait-section h2,
.forfait-contact-card h2 {
  color: var(--golf-primary);
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.forfait-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.forfait-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 96px;
}

.forfait-summary-card li {
  display: flex;
  gap: .6rem;
  margin-bottom: .85rem;
}

.forfait-summary-card i {
  color: var(--golf-primary);
}

.forfait-map {
  border-radius: .5rem;
  height: 300px;
  overflow: hidden;
}

.forfait-price-table th,
.forfait-price-table td {
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .forfait-price-responsive {
    overflow: visible;
  }

  .forfait-price-table {
    border-collapse: separate;
    border-spacing: 0 .85rem;
    margin-bottom: 0;
  }

  .forfait-price-table thead {
    display: none;
  }

  .forfait-price-table tbody,
  .forfait-price-table tr,
  .forfait-price-table th,
  .forfait-price-table td {
    display: block;
    width: 100%;
  }

  .forfait-price-table tr {
    background: #fff;
    border: 1px solid rgba(17, 97, 73, .13);
    border-radius: .65rem;
    box-shadow: 0 .55rem 1.3rem rgba(23, 35, 33, .08);
    overflow: hidden;
  }

  .forfait-price-table th,
  .forfait-price-table td {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem .85rem;
    text-align: right;
  }

  .forfait-price-table th {
    background: rgba(17, 97, 73, .08);
    color: var(--golf-primary);
    font-weight: 800;
    text-align: left;
  }

  .forfait-price-table td {
    border-top: 1px solid rgba(17, 97, 73, .08);
    color: var(--golf-ink);
    font-weight: 700;
  }

  .forfait-price-table th::before,
  .forfait-price-table td::before {
    color: #66746f;
    content: attr(data-label);
    font-size: .78rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }

  .forfait-price-table th::before {
    display: none;
  }
}

.forfait-contact-section {
  padding: 0 0 4rem;
}

.forfait-gallery-modal .modal-content {
  background: #101917;
  border: 0;
  border-radius: .75rem;
  overflow: hidden;
}

.forfait-gallery-modal .btn-close {
  filter: invert(1);
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}

.forfait-gallery-modal .carousel-item img {
  height: min(78vh, 760px);
  object-fit: contain;
  width: 100%;
}

.forfait-gallery-caption {
  background: linear-gradient(90deg, rgba(16, 25, 23, .96), rgba(33, 45, 41, .96));
  border-top: 1px solid rgba(216, 190, 135, .28);
  color: #eadfca;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .03em;
  padding: .9rem 1.5rem 1rem;
  text-align: center;
}

.rioreal-page {
  background: var(--golf-soft);
  padding-top: 76px;
}

.rioreal-hero {
  background-position: center;
  background-size: cover;
  min-height: 520px;
  position: relative;
}

.rioreal-hero-overlay {
  background: linear-gradient(90deg, rgba(12, 28, 23, .78), rgba(12, 28, 23, .2));
  inset: 0;
  position: absolute;
}

.rioreal-hero-content {
  color: #fff;
  padding-bottom: 5rem;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}

.rioreal-hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.rioreal-hero-content .lead {
  max-width: 720px;
}

.rioreal-gallery-mosaic {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.rioreal-gallery-mosaic > .col-6,
.rioreal-gallery-thumbs > .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.rioreal-gallery-mosaic button {
  border: 0;
  padding: 0;
}

.rioreal-gallery-main {
  aspect-ratio: 4 / 3;
  border-radius: .75rem;
  box-shadow: 0 1rem 2.5rem rgba(23, 35, 33, .16);
  height: 100%;
  overflow: hidden;
}

.rioreal-gallery-main img,
.rioreal-gallery-thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rioreal-gallery-thumbs button {
  aspect-ratio: 4 / 3;
  border-radius: .5rem;
  overflow: hidden;
}

.rioreal-gallery-all {
  border: 1px solid rgba(17, 97, 73, .18);
  border-radius: 999px;
  bottom: 1.5rem;
  box-shadow: 0 .75rem 1.5rem rgba(23, 35, 33, .18);
  color: var(--golf-ink);
  font-weight: 700;
  position: absolute;
  right: 1.5rem;
  z-index: 2;
}

.rioreal-section,
.rioreal-compose-card,
.rioreal-map-card,
.rioreal-form-card {
  background: #fff;
  border: 1px solid rgba(17, 97, 73, .12);
  border-radius: .65rem;
  box-shadow: 0 .75rem 2rem rgba(23, 35, 33, .08);
  padding: 1.5rem;
}

.rioreal-section + .rioreal-section {
  margin-top: 1.25rem;
}

.rioreal-section h2 {
  color: var(--golf-primary);
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.rioreal-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 96px;
}

.rioreal-compose-card li {
  align-items: center;
  display: flex;
  gap: .65rem;
  margin-bottom: .85rem;
}

.rioreal-compose-card i {
  color: var(--golf-primary);
}

.rioreal-map {
  border-radius: .5rem;
  height: 300px;
  overflow: hidden;
}

.rioreal-devis-intro {
  max-width: 820px;
}

.rioreal-form-card .form-label {
  color: var(--golf-ink);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .rioreal-sidebar {
    position: static;
  }

  .rioreal-gallery-all {
    margin-top: 1rem;
    position: static;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .rioreal-hero {
    min-height: 420px;
  }

  .rioreal-hero-content {
    padding-bottom: 3.5rem;
    padding-top: 7rem;
  }

  .rioreal-gallery-mosaic {
    --bs-gutter-x: .75rem;
  }

  .rioreal-gallery-thumbs {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
  }
}

@media (max-width: 991.98px) {
  .forfait-hero-grid {
    grid-template-columns: 1fr;
  }

  .forfait-sidebar {
    position: static;
  }

  .forfait-gallery-all {
    margin-top: 1rem;
    position: static;
    width: 100%;
  }
}

.card-img-overlay-bottom {
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
}

.card-img-overlay-top {
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .golf-stay-menu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .golf-commercial-menu {
    min-width: 100%;
  }

  .golf-search-section {
    margin-top: 0;
    padding-top: 1rem;
  }

  .golf-hero-slide {
    min-height: 620px;
  }

  .golf-hero-overlay {
    background: rgba(12, 28, 25, .72);
  }

  .golf-hero-content {
    padding-bottom: 4.5rem;
    padding-top: 6rem;
  }

  .golf-hero .display-3 {
    font-size: 2.6rem;
  }
}
