/* ------------------ Responsive Adjustments ------------------ */
@media (max-width: 768px) {
  .section {
    padding: var(--spacing-md) 0;
  }

  .title {
    font-size: 20px; 
  }

  .subtitle {
    font-size: 18px;
  }

  .btn {
    padding: 10px;

  }

  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .hero_section .owl-carousel .item {
    max-height: 250px;
  }

  .hero_section .hero-content {
    left: 0%;
    max-width: 90%;
    top: 65%;
  }


  .about-content {
    padding: 10px;
  }

  /* Process Section */
  .process-step {
    gap: var(--spacing-sm);
  }
  .step {
    max-width: 200px;
  }
  .step-icon {
    width: 110px;
    height: 105px;
  }
  .step-icon img {
    width: 60px;
    height: 60px;
  }
  .step-icon i {
    font-size: 2rem;
  }
  .step-content h4 {
    font-size: calc(var(--font-size-md) * 0.8); 
  }

  /* Service Section */
 .nav-tabs {
    display: block;
    flex-direction: row;
    overflow-x: auto;
    padding: var(--spacing-xs) 0;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-blue) var(--light-gray);
  }

  .mobileDiv {
    display: block;
    flex-wrap: nowrap; 
    overflow-x: auto; 
    overflow-y: hidden; 
    white-space: nowrap; 
    -webkit-overflow-scrolling: touch;
    padding: var(--spacing-sm) var(--spacing-xs); 
    scroll-behavior: smooth; 
    scroll-snap-type: x mandatory; 
    scrollbar-width: thin; 
    scrollbar-color: var(--primary-blue) var(--light-gray);
    background: transparent;
    z-index: 1000;
  }

  .mobileDiv::-webkit-scrollbar {
    height: 6px; 
  }

  .mobileDiv::-webkit-scrollbar-track {
    background: var(--light-gray);
    border-radius: 10px;
  }

  .mobileDiv::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 10px;
  }

  .mobileDiv::-webkit-scrollbar-thumb:hover {
    background: var(--primary-orange);
  }

  .mobileDiv .nav-item {
    display: inline-flex;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .mobileDiv .nav-link {
    padding: calc(var(--spacing-sm) * 0.6) 1rem; 
    font-size: calc(var(--font-size-base) * 0.9); 
    min-width: 170px; 
    border-radius: 6px;
    text-align: center;
    white-space: nowrap; 
    transition: var(--transition);
  }

  .mobileDiv .nav-link.active {
    background: var(--accent-gradient); 
    color: var(--white);
    box-shadow: var(--shadow);
  }

  /* Content Section */

  .content-section {
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: var(--white);
    box-shadow: var(--shadow);
    animation: fadeIn 0.5s ease-in-out;
  }

  .content-section.active {
    display: block;
    flex-direction: column;
  }

  .content-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    right: 0;
  }
  .content-section .text-content {
    width: 100%; 
    clip-path: none; 
    padding: var(--spacing-md); 
    background: linear-gradient(180deg, var(--primary-blue), #2D3748); 
  }

  
 /* .content-section {
    flex-direction: column; 
    height: auto; 
    border-radius: 0px;
  }
  .content-section .text-content {
    width: 100%; 
    clip-path: none; 
    padding: var(--spacing-md); 
    background: linear-gradient(180deg, var(--primary-blue), #2D3748); 
  }
*/
  /* Review Section */
  .review-section {
    min-height: 300px;
  }
  .review-card {
    min-height: auto;
    padding: var(--spacing-sm);
  }
  .reviewer-info .reviewer-name {
    font-size: calc(var(--font-size-base) * 0.85);
  }
  .reviewer-info .stars {
    font-size: 0.8rem;
  }

  /* Gallery Section */
  .filter-controls {
    gap: var(--spacing-xs);
  }

  .filter-btn {
    min-width: 80px;
    font-size: calc(var(--font-size-sm) * 0.8);
    padding: var(--spacing-xs) var(--spacing-sm);
  }

  .gallery-title {
    font-size: calc(var(--font-size-md) * 0.9);
  }


  /*how to work css*/
  .card-list {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }
  .card-list li {
    max-width: 100%;
    clip-path: none;
    margin: 15px;
  }
  .card-list li .icon {
    font-size: calc(var(--font-size-base) * 2.5);
  }
  .card-list li .title {
    font-size: calc(var(--font-size-base) * 1.2);
  }
  .card-list li .descr {
    font-size: calc(var(--font-size-base) * 0.85);
  }
  .card-list li::before,
  .card-list li::after {
    height: calc(var(--spacing-xs) * 0.8);
    background-image: none;
    background: var(--primary-dark);
  }




  /*gallery css*/

  .gallery-item img {
    height: 300px;
  }
  .gallery-title {
    font-size: var(--font-size-base);
  }


  /* Footer */
  .footer .footer-logo {
    max-width: 120px;
  }
  .footer ul li a {
    font-size: calc(var(--font-size-base) * 0.9);
  }
  .footer .contact-info{
    margin-bottom: 20px;
  }
  .footer .contact-info p {
    font-size: calc(var(--font-size-base) * 0.9);
  }

  .footer .contact-info h5 {
    font-size: calc(var(--font-size-base) * 0.9);
  }


  /* ------------------ Mobile Menu ------------------ */
  .mobile-menu {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #d96b2c 100%);
    backdrop-filter: blur(10px); 
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.2); 
    justify-content: space-around; 
    align-items: center;
    padding: 4px 0px;
  }
  .mobile-menu a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23%;
    padding: 3px 0 !important;
    border-radius: 15px;
    position: relative;
    color: #f5f5f5;
    text-decoration: none;
    font-size: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .mobile-menu a i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #f5f5f5;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  }
  .mobile-menu a span {
    font-size: 11px; 
    font-weight: 500;
    color: #f5f5f5;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    transition: color 0.3s ease;
  }
  .mobile-menu {
    animation: slideUp 0.5s ease-out forwards;
  }
  @keyframes slideUp {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0); }
  }


  /*faqs css*/


  .itinerary-item {
    padding: 10px 0 10px 20px;
  }

  .itinerary-item::before {
    left: 0.3rem;
  }

  .itinerary-item::after {
    left: 2px;
  }

  .day-title {
    font-size: var(--font-size-sm);
  }


}
