.tour-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(255, 248, 241, 0.28), transparent 28%),
    linear-gradient(180deg, #b8643d 0%, #9b5232 24%, #f6efe4 24%, #f6efe4 100%);
}

.tour-page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.tour-page-body #nav {
  width: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  padding: 1.25rem 0 0;
  background: transparent;
  box-shadow: none;
  z-index: 3000;
}

.tour-page-body .nav-center {
    display: flex;
    grid-template-rows: 1fr;
    align-items: start;
    justify-items: start;
    justify-content: center;
gap: 1rem;
flex-wrap: nowrap;

}

.tour-page-body .nav-center > div:nth-child(2) {
  display: none;
}

.tour-page-body .nav-header {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.tour-page-body .nav-header > a {
  flex: 0 0 auto;
}

.tour-page-body .nav-logo {
  max-width: 4.8rem;
  margin: 0;
}

.tour-page-body p.logo-text {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: #fff8f1;
  font-weight: 800;
  text-transform: none;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 10px 24px rgba(42, 17, 8, 0.22);
  white-space: nowrap;
}

.tour-page-body p.logo-text .logo-text {
  margin: 0;
  color: inherit;
  font: inherit;
}

.tour-page-body .nav-btn {
  display: block;
  position: static;
  margin-left: auto;
  padding: 0.15rem;
  border: 0;
  background: transparent;
  color: #fff8f1;
  cursor: pointer;
  transform: none;
  font-size: 1.65rem;
  line-height: 1;
}

.tour-page-body .nav-btn:hover {
  color: #ffe2ca;
}

.tour-page-body .nav-links {
  display: none;
}

.tour-page-body .sticky-translate {
  position: static;
  display: grid;
  grid-template-rows: repeat(3, 1.375rem);
  gap: 0.2rem;
  justify-self: end;
  width: 1.375rem;
}

.tour-page-body .sticky-translate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 241, 0.24);
  background: rgba(255, 248, 241, 0.12);
  color: #fff8f1;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(60, 29, 15, 0.18);
}

.tour-page-body .sticky-translate a:hover,
.tour-page-body .sticky-translate a:focus-visible {
  background: rgba(255, 248, 241, 0.2);
  border-color: rgba(255, 248, 241, 0.42);
}

.tour-page-body .sticky-translate img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tour-page-hero {
padding: 2rem;  
background-image:
    linear-gradient(180deg, rgba(72, 38, 22, 0.52) 0%, rgba(72, 38, 22, 0.26) 38%, rgba(246, 239, 228, 0) 100%),
    url(../images/desert-tour.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.tour-page-hero__grid {
  display: grid;
  grid-template-rows: minmax(0, 1.18fr) minmax(80px, 0.02fr);
  gap: 1.5rem;
  align-items: start;
  padding-top: 5rem;
}

.tour-page-panel,
.tour-page-search {
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(33, 54, 51, 0.12);
  border-radius: 1.5rem;
  box-shadow: 0 24px 48px rgba(79, 54, 33, 0.12);
  backdrop-filter: blur(8px);
}

.tour-page-panel {
  padding: 2.2rem;
}

.tour-page-search {
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.tour-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(30, 85, 90, 0.1);
  color: #1e555a;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.tour-page-title {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 1.05;
  color: #213633;
}

.tour-page-title span {
  color: #8f4d31;
}

.tour-page-lead {
  margin-top: 1rem;
  max-width: 44ch;
  color: #4d463e;
  font-size: 1.05rem;
}

.tour-page-cta-row {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.tour-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.tour-page-btn:hover {
  transform: translateY(-1px);
}

.tour-page-btn--primary {
  background: #1e555a;
  color: #fff8f1;
  box-shadow: 0 18px 32px rgba(30, 85, 90, 0.22);
}

.tour-page-btn--secondary {
  border-color: rgba(33, 54, 51, 0.18);
  background: rgba(255, 255, 255, 0.66);
  color: #213633;
}

.tour-page-facts {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tour-page-fact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(33, 54, 51, 0.1);
  color: #213633;
  font-size: 0.94rem;
}

.tour-page-stats {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.tour-page-stat {
  border-radius: 1.15rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(33, 54, 51, 0.09);
}

.tour-page-stat strong,
.tour-page-search strong {
  display: block;
  font-size: 1.2rem;
  color: #213633;
}

.tour-page-stat span,
.tour-page-search span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7d4028;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.tour-page-search-title {
  color: #213633;
  font-size: 1.7rem;
  line-height: 1.1;
}

.tour-page-search-subtitle {
  color: #6c5d4f;
  font-size: 0.98rem;
}

.tour-page-search-list {
  display: grid;
  gap: 0.85rem;
}

.tour-page-search-item {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(33, 54, 51, 0.08);
}

.tour-page-search-item em {
  font-style: normal;
  color: #7f6a57;
}

.tour-page-search-cta {
  margin-top: 0.25rem;
}

.tour-page-search-note {
  color: #7d4028;
  font-size: 0.9rem;
}

.tour-page-section {

transform: translateY(750px);  padding-bottom: 4rem;
}

.tour-page-section .section-title {
  margin-bottom: 1.5rem;
}

.tour-page-carousel {
  position: relative;
}

.tour-destination-swiper {
  overflow: hidden;
  padding: 0.5rem 0 3.5rem;
}

.tour-destination-swiper .swiper-wrapper {
  align-items: stretch;
}

.tour-destination-swiper .swiper-slide {
  height: auto;
}

.tour-destination-swiper.is-grid {
  overflow: visible;
}

.tour-destination-swiper.is-grid .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  transform: none !important;
}

.tour-destination-swiper.is-grid .swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}

.tour-destination-swiper.is-grid .tour-destination-prev,
.tour-destination-swiper.is-grid .tour-destination-next,
.tour-destination-swiper.is-grid .tour-destination-pagination {
  display: none;
}

.tour-page-body .tour-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tour-page-body .tour-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-page-body .tour-info > p {
  flex-grow: 1;
}

.tour-booking-input-hint {
  margin-top: 0.85rem;
  padding: 0.95rem 1.05rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(33, 54, 51, 0.12);
}

.tour-booking-input-hint strong {
  display: block;
  color: #213633;
  font-size: 0.98rem;
  margin-bottom: 0.3rem;
}

.tour-booking-input-hint p {
  margin: 0;
  color: #6c5d4f;
  font-size: 0.92rem;
}

.tour-page-body .tour-footer {
  margin-top: auto;
}

.tour-page-body .read-more-btn {
  margin: 0.75rem 0 1rem;
  margin-bottom: 0;
}

.tour-destination-prev,
.tour-destination-next {
  color: #1e555a;
}

.tour-destination-pagination .swiper-pagination-bullet-active {
  background: #8f4d31;
}

.tour-page-body .footer {
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, var(--surface-section-strong) 0%, var(--surface-section-strong-2) 100%);
  padding: 2rem 0;
}

.tour-page-footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
  text-align: center;
}

.tour-page-footer > .footer-links,
.tour-page-footer > .footer-link,
.tour-page-footer > #adress,
.tour-page-footer > .footer-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-page-footer > .footer-links li,
.tour-page-footer > .footer-link li,
.tour-page-footer > #adress li {
  margin-bottom: 0.35rem;
  text-align: inherit;
}

.tour-page-footer a.footer-links {
  display: inline-block;
  padding: 0.4rem 0;
  margin: 0;
  color: var(--clr-white);
  text-transform: capitalize;
  font-size: 1rem;
  letter-spacing: var(--spacing);
  transition: var(--transition);
}

.tour-page-footer a.footer-links:hover,
.tour-page-footer a.footer-links:focus-visible {
  color: #ffe2ca;
}

.tour-page-footer .footer-links span {
  text-transform: lowercase;
  font-size: 0.8rem;
}

.tour-page-footer .footer-link {
  margin-bottom: 0;
}

.tour-page-footer .footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.tour-page-footer .footer-icon {
  font-size: 2rem;
  color: var(--clr-white);
  transition: var(--transition);
}

.tour-page-footer .footer-icon:hover,
.tour-page-footer .footer-icon:focus-visible {
  color: #ffe2ca;
}

.tour-page-footer #adress {
  color: var(--clr-white);
}

@media (min-width: 1024px) {
  .tour-page-body .nav-center {
    display: flex;
    grid-template-rows: 1fr;
    align-items: start;
    justify-items: start;
    justify-content: center;
gap: 1rem;
flex-wrap: nowrap;

  }
  

  .tour-page-body .nav-center > div:nth-child(2) {
    display: block;
    min-width: 0;
  }

  .tour-page-body .nav-logo {
    max-width: 6.4rem;
  }

  .tour-page-body p.logo-text {
    font-size: 1rem;
  }

  .tour-page-body .nav-btn {
    display: none;
  }

  .tour-page-body .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .tour-page-body .nav-links li {
    margin-bottom: 0;
  }

  .tour-page-body .nav-links a {
    position: relative;
    color: #fff8f1;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-bottom: 0.3rem;
  }

  .tour-page-body .nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 0;
    height: 2px;
    background: #ffe2ca;
    transition: width 0.25s ease;
  }

  .tour-page-body .nav-links a:hover::after,
  .tour-page-body .nav-links a:focus-visible::after {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .tour-page-body #nav {
    padding-top: 1.5rem;
  }

  .tour-page-body .nav-center {
    display: flex;
    grid-template-rows: 1fr;
    align-items: start;
    justify-items: start;
    justify-content: center;
gap: 1rem;
flex-wrap: nowrap;

  
  }

  .tour-page-body .nav-header {
    flex: 0 0 auto;
    width: auto;
    min-width: auto;
    gap: 1rem;
  }

  .tour-page-body .nav-center > div:nth-child(2) {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }

  .tour-page-body .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1.25rem;
    min-width: 0;
  }

  .tour-page-body .nav-links a {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .tour-page-body .sticky-translate {
    flex: 0 0 auto;
    justify-self: auto;
  }

  .tour-page-body p.logo-text {
    font-size: 0.98rem;
    letter-spacing: 0.14em;
  }

  .tour-page-hero {
    padding-top: 13rem;
  }
}

@media (min-width: 900px) {
  .tour-page-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }

  .tour-page-footer .footer-icons {
    justify-content: flex-start;
  }

  .tour-page-footer #adress {
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .tour-page-footer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023.98px) {
  .tour-page-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .tour-page-hero {
    padding-top: 9.75rem;
  }

  .tour-page-panel,
  .tour-page-search {
    padding: 1.25rem;
  }

  .tour-page-stats {
    grid-template-columns: 1fr;
  }

  .tour-page-cta-row {
    flex-direction: column;
  }

  .tour-page-btn {
    width: 100%;
  }
}