.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .hero-section .hero-content {
    color: #ffffff;
    max-width: 800px; }
    .hero-section .hero-content h1 {
      color: #ffffff; }
    .hero-section .hero-content p {
      font-size: clamp(1.125rem, 2.5vw, 1.25rem);
      margin-bottom: 3rem;
      opacity: 0.95;
      color: #ffffff; }
  .hero-section .search-box {
    display: flex;
    gap: 0.5rem;
    max-width: 600px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .hero-section .search-box {
        flex-direction: column; } }
    .hero-section .search-box form {
      display: flex;
      gap: 0.5rem;
      width: 100%; }
      @media (max-width: 767px) {
        .hero-section .search-box form {
          flex-direction: column; } }
    .hero-section .search-box input,
    .hero-section .search-box select {
      flex: 1;
      padding: 1rem 1.5rem;
      border: none;
      border-radius: 0.5rem;
      font-size: 0.875rem; }
    .hero-section .search-box button {
      padding: 1rem 2rem;
      background-color: #d4a574;
      color: #2c3e50;
      border: none;
      border-radius: 0.5rem;
      font-weight: 700;
      cursor: pointer;
      transition: background-color 150ms ease; }
      .hero-section .search-box button:hover {
        background-color: #b48554; }

@media (max-width: 991px) {
  .discover-section .discover-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; } }
@media (max-width: 767px) {
  .discover-section .discover-grid {
    grid-template-columns: 1fr;
    gap: 1rem; } }
.discover-section .discover-grid.swiper {
  display: block; }
  .discover-section .discover-grid.swiper .swiper-slide {
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 300ms ease, box-shadow 300ms ease;
    border: 1px solid #e4e6e8;
    cursor: pointer; }
    .discover-section .discover-grid.swiper .swiper-slide .discover-card {
      margin: 0; }
.discover-section .discover-card {
  position: relative;
  height: 280px;
  border-radius: 0.5rem;
  overflow: hidden; }
  .discover-section .discover-card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%), rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    inset: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transition: 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
.discover-section .discover-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #ffffff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .discover-section .discover-card-overlay .title {
    color: #ffffff; }
  .discover-section .discover-card-overlay .discover-card-description {
    color: rgba(255, 255, 255, 0.9); }

[dir="rtl"] .discover-card-overlay {
  left: auto;
  right: 0; }

.whats-new-section .news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem; }
  @media (min-width: 992px) {
    .whats-new-section .news-grid {
      grid-template-columns: repeat(3, 1fr); } }
  .whats-new-section .news-grid.swiper {
    display: block; }
    @media (min-width: 768px) {
      .whats-new-section .news-grid.swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem; } }
    @media (min-width: 992px) {
      .whats-new-section .news-grid.swiper .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    .whats-new-section .news-grid.swiper .swiper-slide .news-card {
      margin: 0;
      width: 100%; }
.whats-new-section .news-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
  border: 1px solid #e4e6e8; }
.whats-new-section .news-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem; }

.category-blocks-section {
  padding-block: 3rem;
  background-color: #f7f7f7; }
  .category-blocks-section .section-header {
    text-align: center;
    margin-bottom: 2rem; }
    .category-blocks-section .section-header .section-title {
      font-size: 1.875rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      color: #2c3e50; }
      .category-blocks-section .section-header .section-title a {
        color: #2c3e50;
        text-decoration: none; }
        .category-blocks-section .section-header .section-title a:hover {
          color: #17a2b8; }
    .category-blocks-section .section-header .section-subtitle {
      font-size: 1.125rem;
      color: #808080;
      margin: 0; }
  .category-blocks-section .trails-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .category-blocks-section .trails-container {
        grid-template-columns: 1fr; } }
  .category-blocks-section .trail-item {
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 300ms ease, box-shadow 300ms ease;
    margin-bottom: 0; }
    .category-blocks-section .trail-item img {
      width: 100%;
      object-fit: cover; }
  .category-blocks-section .trail-item-content {
    padding: 1rem; }
    .category-blocks-section .trail-item-content .title a {
      color: #2c3e50; }
      .category-blocks-section .trail-item-content .title a:hover {
        color: #17a2b8; }
    .category-blocks-section .trail-item-content .trail-item-excerpt {
      color: #808080;
      margin: 0.25rem 0 0 0; }

.explore-section {
  padding-block: 3rem;
  background-color: #f8f9fa; }
  .explore-section .explore-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 90%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .explore-section .explore-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .explore-section .explore-grid {
        grid-template-columns: 1fr; } }
  .explore-section .explore-card {
    position: relative;
    height: 250px;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer; }
    .explore-section .explore-card.explore-water {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
    .explore-section .explore-card.explore-forest {
      background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
    .explore-section .explore-card.explore-mountain {
      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); }
    .explore-section .explore-card.explore-desert {
      background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
    .explore-section .explore-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.3);
      transition: background-color 300ms ease; }
    .explore-section .explore-card:hover::before {
      background-color: rgba(0, 0, 0, 0.5); }
  .explore-section .explore-card-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    z-index: 1; }

[dir="rtl"] .explore-card::before {
  left: auto;
  right: 50%; }

.preserving-section .preserving-description {
  max-width: 800px;
  margin: 0 auto;
  color: #8b9cad; }
.preserving-section .partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  align-items: center; }
  .preserving-section .partners-logos .partner-logo-item {
    display: flex;
    justify-content: center;
    align-items: center; }
  .preserving-section .partners-logos img {
    transition: opacity 150ms ease;
    border-radius: 10px;
    backface-visibility: hidden;
    width: auto;
    object-fit: contain; }
    .preserving-section .partners-logos img:hover {
      opacity: 0.85; }
  .preserving-section .partners-logos.swiper {
    touch-action: pan-y; }
    .preserving-section .partners-logos.swiper .swiper-wrapper {
      align-items: center; }
    .preserving-section .partners-logos.swiper .swiper-slide .partner-logo-item {
      display: flex;
      justify-content: center;
      align-items: center; }
    .preserving-section .partners-logos.swiper .swiper-slide-visible .partner-logo-item {
      opacity: 1; }
    .preserving-section .partners-logos.swiper img {
      width: auto;
      object-fit: contain; }
.preserving-section .partner-logo-placeholder {
  width: 80px;
  height: 60px;
  background-color: #dee2e6;
  border-radius: 0.5rem;
  margin: 0 auto; }

[dir="rtl"] .preserving-section .preserving-content {
  margin-left: 0;
  margin-right: auto; }

.trails-section {
  padding-block: 3rem;
  background-color: #f7f7f7; }
  .trails-section .trails-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .trails-section .trails-container {
        grid-template-columns: 1fr; } }
  .trails-section .trail-item {
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 300ms ease, box-shadow 300ms ease;
    margin-bottom: 0; }
    .trails-section .trail-item img {
      width: 100%;
      object-fit: cover; }
  .trails-section .trail-item-content {
    padding: 1rem; }
    .trails-section .trail-item-content .title a {
      color: #2c3e50; }
      .trails-section .trail-item-content .title a:hover {
        color: #17a2b8; }
    .trails-section .trail-item-content .trail-item-excerpt {
      margin-bottom: 0; }

.about-section {
  padding-block: 3rem; }
  .about-section .about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center; }
    @media (max-width: 991px) {
      .about-section .about-container {
        grid-template-columns: 1fr; } }
  .about-section .about-content {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .about-section .about-description {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .about-section .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem; }
    @media (min-width: 992px) {
      .about-section .stats-grid {
        grid-template-columns: 1fr 1fr; } }
  .about-section .stat-item {
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem; }

[dir="rtl"] .about-grid .about-content ul li {
  padding-left: 0;
  padding-right: 2rem; }

.countries-section {
  padding-block: 3rem;
  background-color: #f8f9fa; }
  .countries-section .countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 90%;
    margin: 0 auto; }
  .countries-section .country-card {
    position: relative;
    height: 200px;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer; }
    .countries-section .country-card.country-italy {
      background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%); }
    .countries-section .country-card.country-switzerland {
      background: linear-gradient(135deg, #5f27cd 0%, #48dbfb 100%); }
    .countries-section .country-card.country-nepal {
      background: linear-gradient(135deg, #ff9f43 0%, #ee5a24 100%); }
    .countries-section .country-card.country-scotland {
      background: linear-gradient(135deg, #10ac84 0%, #1dd1a1 100%); }
  .countries-section .country-label {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 1; }

.gear-section {
  padding-block: 3rem; }
  .gear-section .gear-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .gear-section .gear-container {
        grid-template-columns: 1fr; } }
  .gear-section .gear-image {
    width: 100%;
    border-radius: 1rem; }
  .gear-section .gear-content h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem; }
  .gear-section .gear-content p {
    margin-bottom: 1rem; }

/*# sourceMappingURL=sections.css.map */
