/* ========== Responsive About Us Section ========== */
@media screen and (max-width: 425px) {
  body {
    width: 37.2rem;
}    
    
  .about-us {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .abt_text,
  .abt_image {
    width: 100%;
  }

  .abt_text h2,
  .abt_text h3 {
    text-align: center;
    font-size: 1.5rem;
  }

  .abt_text p {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
  }

  .abt_image {
    height: 250px;
    min-height: 250px;
  }

  .abt_image .slide-track img {
    object-fit: cover;
    border-radius: 8px;
  }



/* ========== Responsive Testimonials Section ========== */
    .testimonials-section-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .testimonials-section-card {
    padding: 3.5rem 1rem 2rem;
  }

  .testimonials-section-card h4 {
    font-size: 1.2rem;
    margin-top: 3rem;
  }

  .testimonials-section-card p {
    font-size: 0.95rem;
  }

  .testimonials-section-card h5 {
    font-size: 1.1rem;
  }

  .testimonials-section-card h6 {
    font-size: 0.9rem;
  }

  .testimonials-section-card img {
    width: 80px;
    height: 80px;
  }


/* ========== Responsive Location Section ========== */
    .location-section {
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .location-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .location-box h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .location-box p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .location-section .map {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border-radius: 1rem;
  }
}




/* Responsive */
@media (max-width: 1231px) {

}




/* Mobile Styles */
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .navbar {
        display: none;
        flex-direction: column;
        background: rgba(0,0,0,0.9);
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 20px;
        border-radius: 10px;
    }
    .navbar ul {
        flex-direction: column;
    }
    .navbar ul li {
        margin: 10px 0;
    }
    .navbar.active {
        display: flex;
    }
    .hero-content h1 {
        font-size: 32px;
    }
    .tours h2, .testimonials h2, .cta h2 {
        font-size: 28px;
    }

    .activies-thumbnail {
        justify-content: start;
    }
    .activies-thumbnail .activities-thumbnail-item .content h2 {
        font-size: 60px;

    }
    .activities-arrows {
        top: 5%;
    }
    .activities-image-slider .activity-list .activity-item .activity-content h2 {
        font-size: 60px;
        font-weight: 600;
        text-align: left;
    }

    h2 {
        font-size: 1.5rem;
    }

    .container {
        width: 95%;
    }

    .abt_text {
        align-items: center;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }

    .mission-content {
        flex-direction: column;
      }
    
      .mission-text,
      .mission-image {
        flex: 1 1 100%;
        height: auto;
      }
    
      .mission-image img {
        width: 100%;
        height: auto;
      }

    .grid-gallery {
        max-width: 768px;
        
    }
}




