:root {
  --rt-grad-1: #C7BC42;
  --rt-grad-2: #818D41;
  --rt-deep: #37492A;
  --rt-black: #000000;
  --rt-brown: #9B7A55;
  --rt-gold: #F4BC61;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f5f6f7;
}

body.rt-rtl {
  direction: rtl;
  text-align: right;
}

body.rt-rtl .dropdown-menu {
  text-align: right;
}

body.rt-rtl .ms-auto,
body.rt-rtl .ms-lg-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.rt-rtl .me-2,
body.rt-rtl .me-3,
body.rt-rtl .me-1 {
  margin-right: 0 !important;
}

body.rt-rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: 0.5rem;
  direction: ltr;
  unicode-bidi: isolate;
}

body.rt-rtl .rt-search-popover {
  right: auto;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.rt-navbar {
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  border-bottom: 1px solid rgba(199, 188, 66, 0.35);
}

.rt-navbar .navbar-brand img {
  display: block;
  width: clamp(88px, 12vw, 120px);
  height: auto;
}

.rt-navbar .navbar-nav .nav-link {
  padding: 0.6rem 0.65rem;
}

.rt-navbar .dropdown-toggle::after {
  margin-inline-start: 0.35rem;
}

.rt-lang-switch {
  display: flex;
  align-items: center;
}

.rt-lang-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 999px;
}

.rt-lang-trigger:hover {
  background: rgba(55, 73, 42, 0.06);
}

.rt-lang-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(66, 107, 59, 0.12);
}

.rt-lang-menu {
  min-width: 70px;
  padding: 8px 0;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.12);
  text-align: center;
}

.rt-lang-item {
  font-weight: 800;
  letter-spacing: 0.04em;
}

@media (min-width: 992px) {
  .rt-navbar .rt-navbar-shell {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-navbar .rt-nav-main {
    flex: 1 1 auto;
    justify-content: center;
    padding: 0 .75rem;
    gap: clamp(8px, 1.2vw, 18px);
  }

  .rt-navbar .rt-nav-actions {
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .rt-navbar .container,
  .rt-navbar .rt-navbar-shell {
    max-width: 1320px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .rt-navbar .navbar-nav {
    gap: 0.25rem;
  }

  .rt-navbar .navbar-nav .nav-link {
    padding: 0.55rem 0.45rem;
    white-space: nowrap;
  }

  .rt-navbar .rt-pill {
    padding: 0.45rem 0.85rem;
    font-size: 0.92rem;
  }
}

.rt-nav-link {
  font-size: 0.92rem;
  color: #000000;
}

.rt-nav-link:hover {
  color: #37492A;
}

.rt-nav-link.active {
  color: #37492A;
  font-weight: 700;
}

.rt-navbar .dropdown-menu .dropdown-item:hover {
  color: #37492A;
  background-color: rgba(55, 73, 42, 0.06);
}

.rt-navbar .dropdown-menu .dropdown-item.active,
.rt-navbar .dropdown-menu .dropdown-item:active {
  color: #37492A;
  background-color: rgba(55, 73, 42, 0.12);
}

.rt-nav-link.active-home {
  color: #37492A;
  font-weight: 600;
}

.rt-nav-link.active-experience {
  color: #37492A;
  font-weight: 600;
}

.rt-nav-link.active-home,
.rt-nav-link.active-experience {
  position: relative;
  color: rgba(55, 73, 42, 1);

}

.rt-nav-link.active-home::after,
.rt-nav-link.active-experience::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.25rem;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.65;
}

.rt-pill {
 
  background: linear-gradient(180deg, #426B3B 0%, #37492A 100%);

  border: 1px solid transparent;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
}

.rt-pill:hover {
  background: #ffffff;
  color: var(--rt-deep);
  border-color: var(--rt-deep);
}

.rt-pill--active {
  filter: brightness(0.95);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.18);
}

.rt-pill--ghost {
  background: transparent;
  color: #37492A;
  border: 1px solid rgba(55, 73, 42, 0.55);
  box-shadow: none;
}

.rt-pill--ghost:hover {
  background: var(--rt-deep);
  color: #ffffff;
  border-color: var(--rt-deep);
}

.rt-page-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  padding: 24px 0;
  background-image: var(--rt-hero-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.rt-detail-hero {
  min-height: 340px;
}

.rt-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.rt-page-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rt-page-hero-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  
}

.rt-breadcrumb {
  margin: 6px 0 0;
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.7);
  justify-content: center;
 
}

.rt-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.rt-breadcrumb a:hover {
  color: #ffffff;
}

.rt-page {
  padding: 24px 0 56px;
}

.rt-page--white {
  background: #ffffff;
}

.rt-filter-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.rt-filter-title {
  margin: 0 0 14px;
  font-weight: 800;
  color: #111827;
}

.rt-filter-reset {
  color: rgba(55, 73, 42, 0.9);
  text-decoration: none;
  font-weight: 700;
}

.rt-filter-section {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 12px;
}

.rt-filter-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.rt-filter-section-title {
  font-weight: 800;
  color: #111827;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.rt-filter-scroll {
  max-height: 220px;
  overflow: auto;
  border-radius: 14px;
  padding: 6px;
  background: rgba(245, 246, 247, 0.85);
}

.rt-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rt-chip-check {
  position: relative;
  display: inline-flex;
  margin: 0;
}

.rt-chip-check input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.rt-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #ffffff;
  color: rgba(17, 24, 39, 0.86);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1;
  user-select: none;
}

.rt-chip-check:hover .rt-chip {
  border-color: rgba(55, 73, 42, 0.35);
}

.rt-chip-check input:focus-visible + .rt-chip {
  outline: none;
  box-shadow: 0 0 0 4px rgba(66, 107, 59, 0.12);
  border-color: rgba(55, 73, 42, 0.5);
}

.rt-chip-check input:checked + .rt-chip {
  background: #37492a;
  border-color: #37492a;
  color: #ffffff;
}

.rt-filter-checkgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.rt-filter-checkgrid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 992px) {
  .rt-filter-checkgrid--3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .rt-filter-checkgrid,
  .rt-filter-checkgrid--3 {
    grid-template-columns: 1fr;
  }
}

.rt-filter-check {
  margin: 0;
  align-items: flex-start;
}

.rt-filter-check .form-check-input {
  margin-top: 0.25rem;
}

.rt-filter-check .form-check-label {
  font-size: 0.92rem;
  color: rgba(17, 24, 39, 0.85);
  line-height: 1.25;
}

.rt-filter-card .form-control,
.rt-filter-card .form-select {
  border-radius: 12px;
  border-color: rgba(17, 24, 39, 0.12);
}

.rt-filter-card .form-control:focus,
.rt-filter-card .form-select:focus {
  border-color: rgba(55, 73, 42, 0.45);
  box-shadow: 0 0 0 4px rgba(66, 107, 59, 0.12);
}

.rt-search-popover {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.14);
  width: 280px;
  display: grid;
}

.rt-search-popover-input {
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  outline: none;
}

.rt-search-popover-input:focus {
  border-color: rgba(55, 73, 42, 0.45);
  box-shadow: 0 0 0 4px rgba(66, 107, 59, 0.12);
}

.rt-search-row {
  display: flex;
  gap: 10px;
  background: #f5f6f7;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.rt-search-input {
border: 0;
    outline: 0;
    width: 100%;
    background-color: #f5f6f7;
}

.rt-gite-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: none;
  background: #ffffff;
}

.rt-gite-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.rt-gite-body {
  padding: 18px 18px 16px;
  min-width: 0;
}

.rt-gite-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
}

.rt-gite-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 73, 42, 0.55);
  color: #37492A;
  font-weight: 800;
  font-size: 0.85rem;
  background: rgba(199, 188, 66, 0.12);
  white-space: nowrap;
}

.rt-gite-meta {
  margin: 8px 0 10px;
  color: rgba(17, 24, 39, 0.7);
  font-weight: 600;
  font-size: 0.92rem;
}

.rt-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.rt-share-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.rt-cat-card .rt-cat-item {
  padding: 12px 6px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.10);
  text-decoration: none;
  color: #111827;
  font-weight: 600;
}

.rt-cat-card .rt-cat-item:hover {
  color: #37492A;
}

.rt-cat-card .rt-cat-item:last-child {
  border-bottom: 0;
}

.rt-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(55, 73, 42, 0.10);
  color: #37492A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.rt-about-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

@media (min-width: 768px) {
  .rt-about-img {
    height: 360px;
  }
}

.rt-about-img--sm {
  height: 240px;
}

@media (min-width: 768px) {
  .rt-about-img--sm {
    height: 300px;
  }
}

.rt-gite-text {
  margin: 0 0 12px;
  color: rgba(17, 24, 39, 0.78);
}

.rt-gite-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 24, 39, 0.7);
  font-weight: 600;
  font-size: 0.92rem;
}

.rt-gite-certifications {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.rt-gite-cert-logo {
  object-fit: contain;
  height: 48px;
  width: auto;
  max-width: 88px;
  flex: 1 1 0;
  min-width: 0;
}

.rt-gite-cert-logo--fi2t {
  height: 40px;
  max-width: 96px;
}

.rt-gite-cert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  max-width: 110px;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(55, 73, 42, 0.28);
  border-radius: 999px;
  background: rgba(66, 107, 59, 0.08);
  color: #37492A;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rt-gite-certifications--dense {
  gap: 6px;
}

.rt-gite-certifications--dense .rt-gite-cert-logo {
  height: 36px;
  max-width: 68px;
}

.rt-gite-certifications--dense .rt-gite-cert-logo--fi2t {
  height: 30px;
  max-width: 76px;
}

.rt-gite-certifications--dense .rt-gite-cert-badge {
  font-size: 0.64rem;
  max-width: 90px;
  padding: 0.2rem 0.4rem;
}

.rt-gite-certifications--compact {
  gap: 4px;
}

.rt-gite-certifications--compact .rt-gite-cert-logo {
  height: 28px;
  max-width: 52px;
}

.rt-gite-certifications--compact .rt-gite-cert-logo--fi2t {
  height: 24px;
  max-width: 60px;
}

.rt-gite-certifications--compact .rt-gite-cert-badge {
  font-size: 0.58rem;
  max-width: 72px;
  padding: 0.15rem 0.35rem;
}

.rt-gite-amenities {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 12px;
}

.rt-gites-search {
  margin: 0 0 18px;
}

.rt-gite-amenities-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.rt-gite-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 12px;
}

.rt-amenity-group {
  min-width: 0;
}

.rt-amenity-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.72);
  margin-bottom: 6px;
}

.rt-amenity-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.rt-amenity-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 73, 42, 0.10);
  color: #37492A;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.rt-amenity-icon i {
  font-size: 14px;
}

.rt-amenity-more {
  color: rgba(17, 24, 39, 0.55);
  font-weight: 800;
  font-size: 0.9rem;
}

.rt-detail-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  box-shadow: none;
  background: #ffffff;
}

.rt-detail-meta {
  color: rgba(155, 122, 85, 0.95);
  font-weight: 800;
  font-size: 0.92rem;
}

.rt-detail-bullet {
  padding-left: 14px;
  position: relative;
  color: rgba(17, 24, 39, 0.78);
}

.rt-detail-bullet::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #37492A;
  font-weight: 900;
}

.rt-gallery {
  margin: -6px;
}

.rt-gallery-main {
  border-radius: 18px;
  overflow: hidden;
  background: #f5f6f7;
}

.rt-gallery-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.rt-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.rt-thumb {
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
  outline: 2px solid transparent;
  transition: transform 160ms ease, outline-color 160ms ease, box-shadow 160ms ease;
}

.rt-thumb img {
  display: block;
  width: 100%;
  height: 62px;
  object-fit: cover;
}

.rt-thumb:hover {
  transform: translateY(-1px);
}

.rt-thumb.is-active {
  outline-color: rgba(55, 73, 42, 0.55);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.16);
}

.rt-map {
  border-radius: 18px;
  overflow: hidden;
  background: #f5f6f7;
}

.rt-detail-head {
  padding: 18px 0 10px;
}

.rt-breadcrumb--dark {
  --bs-breadcrumb-divider-color: rgba(17, 24, 39, 0.45);
  justify-content: flex-start;
}

.rt-breadcrumb--dark a {
  color: rgba(17, 24, 39, 0.70);
}

.rt-breadcrumb--dark a:hover {
  color: rgba(17, 24, 39, 0.95);
}

.rt-detail-title {
  margin: 4px 0 0;
  color: #37492A;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.6rem;
}

.rt-detail-top-card {
  padding: 18px;
}

.rt-detail-amenities {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.rt-detail-summary {
  padding: 18px;
}

.rt-detail-cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #37492A;
  color: #37492A;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
}

.rt-detail-cta:hover {
  background: linear-gradient(180deg, #426B3B 0%, #37492A 100%);
  color: #ffffff;
  border-color: transparent;
  filter: none;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.16);
}

.rt-detail-section-title {
  font-weight: 900;
  color: #111827;
  margin: 0 0 14px;
}

.rt-detail-text {
  color: rgba(17, 24, 39, 0.78);
}

.rt-text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.rt-detail-muted {
  color: rgba(17, 24, 39, 0.70);
}

.rt-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(17, 24, 39, 0.78);
}

.rt-detail-list li {
  margin: 0 0 8px;
}

.rt-detail-list li:last-child {
  margin-bottom: 0;
}

.rt-detail-list-key {
  font-weight: 700;
}

.rt-detail-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.rt-detail-social a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 73, 42, 0.10);
  color: #37492A;
  text-decoration: none;
}

.rt-search-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-top: none;
  border-radius: 0 0 14px 14px;
  max-height: 320px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1055;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.rt-search-autocomplete:empty {
  display: none;
}

.rt-search-autocomplete li {
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.rt-search-autocomplete li:last-child {
  border-bottom: none;
}

.rt-search-suggestion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: #111827;
  transition: background 0.15s ease;
}

.rt-search-suggestion:hover,
.rt-search-suggestion:focus {
  background: rgba(55, 73, 42, 0.06);
}

.rt-search-suggestion-type {
  font-size: 0.75rem;
  font-weight: 600;
  color: #37492A;
  background: rgba(55, 73, 42, 0.12);
  padding: 2px 6px;
  border-radius: 6px;
  white-space: nowrap;
}

.rt-search-suggestion-title {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rt-detail-social a:hover {
  background: rgba(55, 73, 42, 0.16);
  color: #37492A;
}

.rt-detail-subtitle {
  color: rgba(17, 24, 39, 0.75);
  font-weight: 700;
  margin-bottom: 10px;
}

.rt-detail-bullets {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(17, 24, 39, 0.78);
}

.rt-detail-map-link {
  color: #37492A;
  font-weight: 800;
  text-decoration: none;
}

.rt-detail-map-link:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .rt-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .rt-gallery-img {
    height: 300px;
  }

  .rt-gite-amenity-grid {
    grid-template-columns: 1fr;
  }

  .rt-amenity-icon {
    width: 26px;
    height: 26px;
  }
}

.rt-hero-wrap {
  background: #fff;
  text-align: center;
}

.rt-hero {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  min-height: clamp(360px, 60vh, 560px);
  box-shadow: 0 14px 44px rgba(16, 24, 40, 0.12);
  display: flex;
  align-items: center;
}

#rtHeroCarousel .carousel-item {
  height: clamp(360px, 60vh, 560px);
}

#rtHeroCarousel .carousel-item .rt-hero {
  height: 100%;
  min-height: 0;
}

.rt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--rt-hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  z-index: 0;
}

.rt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.rt-hero-content {
  position: relative;
  z-index: 2;
  padding: 64px 22px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 992px) {
  .rt-hero-content {
    max-width: 1040px;
  }
}

.rt-hero-title {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.rt-hero .rt-hero-title {
  font-family: "Montserrat", "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, 4vw, 60px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rt-hero .rt-hero-title .rt-hero-title-main,
.rt-hero .rt-hero-title .rt-hero-title-accent {
  display: block;
  max-width: 100%;
  text-wrap: balance;
}

@media (min-width: 992px) {
  .rt-hero .rt-hero-title .rt-hero-title-main,
  .rt-hero .rt-hero-title .rt-hero-title-accent {
    max-width: none;
    text-wrap: nowrap;
    white-space: nowrap;
  }
}

.rt-hero-title .accent {
  color: var(--rt-gold);
}

.rt-hero-text {
  color: rgba(255, 255, 255, 0.88);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.55);
}

.rt-hero-btn {
  background: linear-gradient(180deg, #E3BE35 0.97%, #EDD590 100%);
  border: 1px solid transparent;
  color: #e1e1e1;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.18);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rt-hero-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--rt-deep);
  border-color: rgba(255, 255, 255, 0.95);
}

.rt-hero-btn:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(562%) hue-rotate(52deg) brightness(94%) contrast(90%);
}

.rt-search-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  transition: background-color 160ms ease, transform 160ms ease;
}

.rt-search-btn img {
  display: block;
  transition: filter 160ms ease;
}

.rt-search-btn:hover {
  background: rgba(55, 73, 42, 0.10);
  transform: translateY(-1px);
}

.rt-search-btn:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(562%) hue-rotate(52deg) brightness(94%) contrast(90%);
}

/* Blog pagination numbers */
.rt-page-number {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(180deg, #426B3B 0%, #37492A 100%);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
  transition: filter 160ms ease, transform 160ms ease;
}

.rt-page-number:hover {
  filter: brightness(0.98);
  color: #ffffff;
  transform: translateY(-1px);
}

.rt-page-number.active {
  background: rgba(155, 122, 85, 1);
  color: #ffffff;
}

/* Keep pagination arrows coherent in RTL (Arabic). */
body.rt-rtl .rt-pagination {
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  .rt-hero-content {
    padding: 88px 64px;
    text-align: center;
    margin: 0 auto;
    max-width: 820px;
  }

  .rt-hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.rt-section {
  padding: 56px 0;
}

.rt-section-head {
  margin-bottom: 22px;
}

.rt-section-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--rt-deep);
  margin: 0 0 8px;
}

.rt-home .rt-section-title {
  font-family: "Montserrat", "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.rt-section-title--grad {
  background: linear-gradient(90deg, #426B3B 0%, #37492A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rt-section-subtitle {
  color: rgba(17, 24, 39, 0.72);
  margin: 0 auto;
  max-width: 760px;
}

.rt-section-cta {
  margin-top: 26px;
}

.rt-empty-state {
  max-width: 560px;
  margin: 0 auto;
  padding: 42px 22px;
  border-radius: 22px;
  background: rgba(55, 73, 42, 0.04);
  border: 1px dashed rgba(55, 73, 42, 0.22);
  text-align: center;
}

.rt-empty-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(55, 73, 42, 0.16);
  color: var(--rt-deep);
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.10);
  margin-bottom: 12px;
}

.rt-empty-title {
  margin: 0 0 6px;
  font-weight: 900;
  color: #101828;
}

.rt-empty-text {
  margin: 0;
  color: rgba(17, 24, 39, 0.70);
}

.rt-card {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.rt-card-img {
  width: 100%;
  height: 172px;
  object-fit: cover;
  display: block;
}

.rt-card-body {
  padding: 16px 16px 12px;
}

.rt-card-title {
  font-size: 1.05rem;
  font-weight: 900;
  color: #101828;
  margin: 0 0 8px;
}

.rt-card-text {
  margin: 0;
  color: rgba(17, 24, 39, 0.70);
  font-size: 0.92rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.rt-card-meta {
  padding: 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rt-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(55, 73, 42, 0.92);
  font-weight: 700;
  font-size: 0.86rem;
}

.rt-location svg {
  flex: 0 0 auto;
}

.rt-location img {
  flex: 0 0 auto;
}

.rt-card-btn {
  background: var(--rt-brown);
  border: 1px solid transparent;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.36rem 0.9rem;
  box-shadow: 0 14px 28px rgba(155, 122, 85, 0.18);
  white-space: nowrap;
  flex: 0 0 auto;
  text-align: center;
}

.rt-card-btn:hover {
  background: #ffffff;
  color: var(--rt-brown);
  border-color: var(--rt-brown);
}

.rt-btn-dark {
  background: var(--rt-deep);
  border: 1px solid var(--rt-deep);
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.62rem 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 18px 42px rgba(55, 73, 42, 0.18);
}

.rt-btn-dark:hover {
  background: #ffffff;
  color: var(--rt-deep);
}

.rt-btn-dark:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(562%) hue-rotate(52deg) brightness(94%) contrast(90%);
}

.rt-btn-primary {
  background: linear-gradient(90deg, var(--rt-grad-1) 0%, var(--rt-grad-2) 100%);
  border: 1px solid transparent;
  color: #0b0f08;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.62rem 1.15rem;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.14);
}

.rt-btn-primary:hover {
  background: var(--rt-deep);
  color: #ffffff;
  border-color: var(--rt-deep);
}

.rt-carousel {
  position: relative;
}

.rt-scroll-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 14px 18px;
  scroll-padding-left: 14px;
  scroll-padding-right: 14px;
}

.rt-scroll-track::-webkit-scrollbar {
  display: none;
}

.rt-scroll-item {
  flex: 0 0 min(320px, 82%);
  max-width: min(320px, 82%);
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .rt-scroll-item {
    flex-basis: calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 992px) {
  .rt-scroll-item {
    flex-basis: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
  }
}

.rt-carousel-row {
  padding: 8px 14px;
}

.rt-carousel-control {
  width: 44px;
  opacity: 1;
}

.rt-carousel-control:hover {
  opacity: 1;
}

.rt-carousel-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(55, 73, 42, 0.16);
  color: var(--rt-deep);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.12);
}

.rt-carousel-icon img {
  display: block;
  width: 18px;
  height: 18px;
}

.rt-gites {
  background: #fff;
}

@media (min-width: 1200px) {
  .rt-gites .container {
    max-width: 1400px;
  }
  .rt-campings .container {
    max-width: 1400px;
  }
}

.rt-gites .rt-carousel-row {
  padding-left: 0;
  padding-right: 0;
}

.rt-gites .rt-card {
  background: #fff;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

.rt-gites .rt-card-img {
  height: 170px;
  border-radius: 22px;
}

.rt-gites .rt-card-body {
  padding: 16px 16px 10px;
}

.rt-gites .rt-card-meta {
  padding: 0 16px 16px;
}

.rt-gites .rt-carousel-icon {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.rt-gites .rt-carousel-icon img {
  width: 48px;
  height: 48px;
}

.rt-gites .rt-carousel {
  padding-left: 72px;
  padding-right: 72px;
}

.rt-gites .rt-carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
}

.rt-gites .carousel-control-prev {
  left: 12px;
}

.rt-gites .carousel-control-next {
  right: 12px;
}

.rt-gites .rt-carousel-row {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .rt-gites .rt-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

.rt-gites-cta {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.rt-activities {
  background: #fff;
}

.rt-activity-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 340px;
}

.rt-activity-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rt-activity-overlay {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: flex;
  align-items: flex-end;
}

.rt-activity-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 14px 16px;
  border-radius: 18px;
  position: relative;
  transition: transform 160ms ease;
}

.rt-activity-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 160ms ease, background 160ms ease, border-color 160ms ease;
}

.rt-activity-bar > * {
  position: relative;
  z-index: 1;
}

.rt-activity-card:hover .rt-activity-bar::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.36);
  border-color: rgba(255, 255, 255, 0.26);
}

.rt-activity-card:hover .rt-activity-bar {
  transform: translateY(-2px);
}

.rt-activity-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.12rem;
}

.rt-activity-cta {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex: 0 0 auto;
}

.rt-activity-cta img {
  width: 52px;
  height: 52px;
  display: block;
}

@media (max-width: 991.98px) {
  .rt-activity-card {
    height: 260px;
  }
}

.rt-campings {
  background: #fff;
}

.rt-campings .rt-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: none;
}

.rt-campings .rt-card-img {
  height: 170px;
  border-radius: 22px;
}

.rt-campings .rt-card-body {
  padding: 16px 16px 10px;
}

.rt-campings .rt-card-title {
  margin-bottom: 6px;
}

.rt-campings .rt-card-text {
  font-size: 0.86rem;
  line-height: 1.45;
}

.rt-campings .rt-card-meta {
  padding: 0 16px 16px;
}

.rt-campings .rt-location {
  color: var(--rt-deep);
  font-weight: 700;
  font-size: 0.82rem;
}

.rt-campings .rt-location img {
  width: 16px;
  height: 16px;
}

.rt-campings .rt-carousel-icon {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.rt-campings .rt-carousel-icon img {
  width: 48px;
  height: 48px;
}

.rt-campings .rt-carousel {
  padding-left: 72px;
  padding-right: 72px;
}

.rt-campings .rt-carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
}

.rt-campings .carousel-control-prev {
  left: 12px;
}

.rt-campings .carousel-control-next {
  right: 12px;
}

@media (max-width: 991.98px) {
  .rt-campings .rt-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-campings .carousel-control-prev {
    left: 12px;
  }

  .rt-campings .carousel-control-next {
    right: 12px;
  }
}

.rt-campings-cta {
  padding: 0.85rem 2.2rem;
}

.rt-tables-cta {
  padding: 0.85rem 2.2rem;
}

.rt-about {
  padding: 64px 0;
  background: linear-gradient(90deg, #E3BE35 0%, #EDD590 100%);
}

@media (min-width: 1200px) {
  .rt-about .container {
    max-width: 1400px;
  }
}

@media (min-width: 992px) {
  .rt-about .row {
    --bs-gutter-x: 4rem;
  }
}

.rt-about-media {
  --rt-about-w: min(312px, 72vw);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  justify-items: center;
}

.rt-about-stack {
  display: grid;
  row-gap: 20px;
  width: var(--rt-about-w);
}

.rt-about-media .rt-about-img {
  display: block;
  width: var(--rt-about-w);
  height: auto;
  object-fit: cover;
  border-radius: 0;
  overflow: hidden;
  
}

.rt-about-media .rt-about-img--1 {
  height: calc(var(--rt-about-w) * 630 / 312);
  
}

.rt-about-media .rt-about-img--2 {
  height: calc(var(--rt-about-w) * 315 / 312);
  border-radius: 9999px 9999px 9999px 0;
}

.rt-about-media .rt-about-img--3 {
  height: calc(var(--rt-about-w) * 315 / 312);
  border-radius: 9999px 0 9999px 9999px;
}

@media (min-width: 992px) {
  .rt-about-media {
    --rt-about-w: 312px;
    grid-template-columns: var(--rt-about-w) var(--rt-about-w);
    column-gap: 40px;
    row-gap: 0;
    justify-content: center;
    align-items: start;
  }
}

@media (max-width: 575.98px) {
  .rt-about-media {
    --rt-about-w: min(312px, 92vw);
  }
}

.rt-about-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  box-shadow: none;
}

hr.rt-divider {
  height: 1px;
  border: 0;
  background: rgb(0 0 0 / 52%);
  margin: 26px 0;
}

@media (min-width: 768px) {
  .rt-about-img {
    height: 360px;
  }
}

.rt-about-img--sm {
  height: 240px;
}

@media (min-width: 768px) {
  .rt-about-img--sm {
    height: 300px;
  }
}

.rt-about-img--tall {
  flex: 0 0 auto;
  width: 220px;
  height: 420px;
}

@media (min-width: 768px) {
  .rt-about-img--tall {
    width: 260px;
    height: 480px;
    border-radius: 160px;
  }
}

@media (min-width: 992px) {
  .rt-about-img--tall {
    width: 316px;
    height: 596px;
    border-radius: 180px;
  }
}

.rt-about-img--small {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .rt-about-img--small {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 992px) {
  .rt-about-img--small {
    width: 240px;
    height: 240px;
  }
}

.rt-about-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 12px;
}

.rt-about-text {
  color: #111827;
  margin: 0 0 18px;
  line-height: 1.6;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.rt-about .rt-btn-dark {
  background: rgba(55, 73, 42, 0.95);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.20);
}

.rt-about .rt-btn-dark:hover {
  background: #ffffff;
  color: var(--rt-deep);
  border-color: var(--rt-deep);
}

.rt-project {
  padding: 64px 0;
  background: #fff;
}

.rt-project-card {
  border-radius: 12px;
  padding: clamp(48px, 12vw, 142px) clamp(16px, 4vw, 30px);
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../imgs/bg2.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 22px 60px rgba(100, 58, 33, 0.35);
}

.rt-project-title {
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.rt-project-text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 760px;
}

.rt-project-content {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.rt-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.rt-project .rt-btn-dark {
  background: linear-gradient(90deg, #426B3B 0%, #37492A 100%);
  box-shadow: 0 18px 42px rgba(100, 58, 33, 0.22);
}

.rt-project .rt-btn-dark:hover {
  background: #ffffff;
  color: var(--rt-deep);
  border-color: var(--rt-deep);
}

.rt-project .rt-btn-primary {
  background: linear-gradient(90deg, #EDD590 0%, #E3BE35 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(100, 58, 33, 0.20);
}

.rt-project .rt-btn-primary:hover {
  background: #ffffff;
  color: var(--rt-deep);
  border-color: var(--rt-deep);
}

.rt-footer {
  background: linear-gradient(180deg, #426B3B 0%, #37492A 100%);
  padding: 42px 0 18px;
  color: rgba(255, 255, 255, 0.88);
}

.rt-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.rt-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.rt-footer-brand:hover {
  text-decoration: none;
}

.rt-footer-brand-text,
.rt-footer-name,
.rt-footer-tagline {
  text-decoration: none;
}

.rt-footer-logo {
  width: 125px;
  height: 130px;
  display: block;
  object-fit: contain;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

.rt-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rt-footer-name {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
}

.rt-footer-tagline {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 600;
  font-size: 0.92rem;
  max-width: 360px;
}

.rt-footer-partners {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 0;
}

.rt-footer-partner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.rt-footer-partner:hover {
  text-decoration: none;
}

.rt-footer-partner-logo {
  max-width: 110px;
  width: 110px;
  height: auto;
  object-fit: contain;
  margin-top: 0;
}

.rt-footer-partner-logo--fi2t {
  max-width: 130px;
  width: 130px;
  height: 60px;
}

.rt-footer-col-title {
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.rt-footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 6px 0;
}

.rt-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.rt-footer-social-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rt-footer-social-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.rt-footer-social-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.rt-footer-bottom {
  padding-top: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  font-size: 0.88rem;
}

@media (max-width: 991.98px) {
  .rt-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .rt-footer-partner {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  /* Keep only the primary visual on mobile to save vertical space. */
  .rt-about-media .rt-about-img--2,
  .rt-about-media .rt-about-img--3 {
    display: none !important;
  }

  .rt-about-stack {
    display: none;
  }

  .rt-about-media {
    row-gap: 0;
  }
}

@media (max-width: 575.98px) {
  .rt-footer {
    padding: 30px 0 14px;
  }

  .rt-footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rt-footer-top {
    align-items: stretch;
    gap: 16px;
    padding-bottom: 16px;
  }

  .rt-footer-brand,
  .rt-footer-links,
  .rt-footer-social,
  .rt-footer-partner {
    width: 100%;
  }

  .rt-footer-brand {
    align-items: center;
    text-align: center;
  }

  .rt-footer-tagline {
    max-width: none;
    font-size: 0.88rem;
  }

  .rt-footer-links,
  .rt-footer-social {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .rt-footer-col-title {
    margin-bottom: 2px;
  }

  .rt-footer-social-icons {
    justify-content: center;
  }

  .rt-footer-partner {
    justify-content: center;
    padding-top: 8px;
  }

  .rt-footer-bottom {
    padding-top: 12px;
    font-size: 0.8rem;
  }

  .rt-about-media {
    flex-direction: column;
  }

  .rt-about-stack {
    flex: 1 1 auto;
  }

  .rt-about-img--tall {
    height: 320px;
    border-radius: 9999px;
  }

  .rt-about-img--small {
    width: 160px;
    height: 160px;
  }
}

/* Guide request page — distinct from Contact */
.rt-guide-hero {
  min-height: 400px;
  align-items: center;
  background-position: center 40%;
}

.rt-guide-hero::after {
  background:
    linear-gradient(180deg, rgba(26, 36, 18, 0.25) 0%, rgba(26, 36, 18, 0.55) 55%, rgba(26, 36, 18, 0.72) 100%);
}

.rt-guide-hero-content {
  padding-bottom: 8px;
}

.rt-guide-hero-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-guide-hero-lead {
  max-width: 34rem;
  margin: 0.65rem auto 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.45;
}

.rt-guide-page {
  background:
    radial-gradient(ellipse at top, rgba(66, 107, 59, 0.12), transparent 50%),
    linear-gradient(180deg, #eef2ea 0%, #e4ebe0 100%);
  padding-top: 2.75rem;
  padding-bottom: 4rem;
}

.rt-guide-form-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.rt-guide-form-panel {
  background: #ffffff;
  border: 1px solid rgba(55, 73, 42, 0.12);
  border-radius: 22px;
  padding: 1.6rem 1.35rem 1.75rem;
  box-shadow: 0 18px 42px rgba(35, 45, 28, 0.10);
}

.rt-guide-form-head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.rt-guide-form-title {
  margin: 0 0 0.35rem;
  color: #37492A;
  font-weight: 900;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  letter-spacing: -0.02em;
}

.rt-guide-form-subtitle {
  margin: 0;
  color: rgba(17, 24, 39, 0.68);
  font-size: 0.98rem;
  line-height: 1.45;
}

.rt-guide-input {
  border-radius: 12px;
  border-color: rgba(55, 73, 42, 0.28);
  padding: 0.72rem 0.9rem;
  background: #f7faf5;
}

.rt-guide-input:focus {
  border-color: #426B3B;
  box-shadow: 0 0 0 0.2rem rgba(66, 107, 59, 0.16);
  background: #fff;
}

.rt-guide-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  justify-content: center;
}

@media (min-width: 768px) {
  .rt-guide-form-panel {
    padding: 2rem 2rem 2.1rem;
  }
}
