  .reviews-section {
    padding: 40px 0;
    background: #f9f9f9;
  }

  .section-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .reviews-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .review-card {
    flex: 0 0 calc(20% - 16px); /* 5 in a row */
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    scroll-snap-align: start;
    min-width: 220px;
  }
  .rating {
    display: flex;
    justify-content: space-between;
    background: #ffd700;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .reviewer {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .reviewer img {
    border-radius: 50%;
    margin-right: 10px;
  }

  /* Optional: hide scrollbar */
  .reviews-wrapper::-webkit-scrollbar {
    display: none;
  }
  .reviews-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
   .destination-section1 {
         margin-top: -43px;
      padding: 0px 0;
      background: #f8f9fa;
    }

    .section-header1 {
      text-align: center;
      margin-bottom: 16px;
    }

    .section-header1 h2 {
      font-size: 28px;
      color: #9c0a09;
      margin-bottom: 10px;
    }

    .section-header1 p {
      color: #555;
      font-size: 16px;
    }

    .car-icon1 img {
      width: 40px;
      height: auto;
    }

    .container1 {
    
      max-width: 1306px;
      margin: 0 auto;
    }
    .row1 {
        padding:10px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .destination-card1 {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: all 0.4s ease;
      text-align: center;
      flex: 1 1 calc(20% - 20px);
      max-width: calc(20% - 20px);
    }
    .image-container1 {
      position: relative;
      overflow: hidden;
    }
    .image-container1 img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .image-container1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    }

    .destination-title1 {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
      z-index: 2;
    }

    .destination-card1:hover img {
      transform: scale(1.1);
    }

    .destination-content1 {
      padding: 15px;
      background: #fff;
      border-top: 2px solid #9c0a09;
    }

    .destination-content1 p {
      font-size: 14px;
      color: #555;
      margin: 0;
    }

    .destination-card1:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    }

    /* Responsive Fix */
    @media (max-width: 992px) {
      .destination-card1 {
        flex: 1 1 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
      }
    }

    @media (max-width: 768px) {
      .destination-card1 {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
      }
    }

    @media (max-width: 576px) {
      .destination-card1 {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }
    
     
    .hero-section-three2 .hero-content {
      text-align: left;
      position: relative;
      z-index: 1;
    }
    .hero-section-three2 .hero-content .banner-content {
      padding-bottom: 0px;
    }
    .hero-section-three2 .banner-content {
      max-width: 650px;
      width: 100%;
    }
    .hero-section-three2 .banner-content h1 {
      margin-bottom: 16px;
    }
    @media (max-width: 991.98px) {
      .hero-section-three2 .banner-content h1 {
        font-size: 34px;
      }
    }
    @media (max-width: 767.98px) {
      .hero-section-three2 {
        padding: 150px 0 60px;
      }
    }
    
    /* ----------------- Basic Section ----------------- */
    .similar-section {
        padding: 4px 0;
        background: #f8f8f8;
    }
    .similar-section .title-box h4 {
        font-size: 28px;
        text-align: center;
        margin-bottom: -4px;
        font-weight: 600;
        color: #222;
    }
    .similar-section .title-box h4 span {
        color: #e60023;
    }

    /* ----------------- Carousel ----------------- */
    .carousel-box {
        position: relative;
        overflow: hidden;
        padding: 20px 37px;
    }

      .packages-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: pointer; /* indicate clickable area */
}

    .packages-carousel::-webkit-scrollbar { display: none; }
    .packages-carousel { -ms-overflow-style: none; scrollbar-width: none; }

    /* ----------------- Package Block ----------------- */
    .package-block {
        flex: 0 0 calc(25% - 15px);
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .package-block:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .package-block .image-box .image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .lower-box {
        padding: 15px;
    }
    .lower-box .p-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }
    .lower-box .p-icon img {
        width: 20px;
        height: 20px;
    }
    .lower-box .location a {
        display: block;
        font-weight: 600;
        font-size: 18px;
        color: #222;
        margin-bottom: 5px;
        text-decoration: none;
    }
    .lower-box p a {
        font-size: 14px;
        color: #555;
        text-decoration: none;
    }
    .lower-box p a:hover { text-decoration: underline; }

    .info {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #666;
        margin: 10px 0;
    }
    .info i { margin-right: 5px; color: #e60023; }

    .bottom-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    .bottom-box .theme-btn {
        display: inline-block;
        padding: 6px 15px;
        background: #e60023;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        text-decoration: none;
        transition: background 0.3s;
    }
    .bottom-box .theme-btn:hover { background: #c7001f; }
    .bottom-box .price {
        font-size: 14px;
        font-weight: 600;
        color: #222;
    }
    .bottom-box .price .amount { color: #e60023; }

    /* ----------------- Scroll Buttons ----------------- */
    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #e60023;
        color: #fff;
        border: none;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        z-index: 10;
        transition: background 0.3s;
    }
    .scroll-btn:hover { background: #c7001f; }
    .left-btn { left: 0; }
    .right-btn { right: 0; }

    /* ----------------- Responsive ----------------- */
    @media (max-width: 1199px) { .package-block { flex: 0 0 calc(33.33% - 13px); } }
    @media (max-width: 991px) { .package-block { flex: 0 0 calc(50% - 10px); } }
    @media (max-width: 575px) { .package-block { flex: 0 0 90%; } }

     /* By default hide */
    .mobile-hero-section {
      display: none;
    }
    /* Show only on mobile (max-width: 767px) */
    @media (max-width: 767px) {
      .mobile-hero-section {
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("sassets/img/logo/gujarat-taxi-cover-mob.webp") no-repeat center center;
        background-size: cover;     /* image full size me fit hoga */
        background-attachment: scroll;
        height: 55vh;
        width: 100%;
        margin-top: 55px;          /* full width */
        text-align: center;
      }
      .mobile-hero-section h1 {
        font-size: 18px;
        color: #000;
        margin-left: -8px;
        margin-top: -3px;
        margin-bottom: -3px;
      }
      .mobile-hero-section p {
        font-size: 16px;
        text-align: justify;
        color: #000;
        line-height: 1.6;
      }
    }
    @media (max-width: 767px) {
   .hero-section-three{
      display: none !important;
   }
}
        .btn.btn-dark {
    font-size: 12px;
    padding: 4px 6px;
    background-color: #212E47;
    border: 1px solid #212E47;
    color: #FFF;
}
        @media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 65.666667%;
    }
}
    h5, .h5 {
    font-size: 18px;
    font-weight: 600;
}
.location-item .location-info {
    padding: 11px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1310px;
    }
}
.text-white {
    color: #fff !important;
}
.text-white1 {
    color: #000 !important;
}
.category-wrapper {
    padding-top: 11px;
}
@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 91%;
    }
}
   .package-row {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
    }
    .package-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    .package-card:hover {
      transform: translateY(-5px);
    }
    .package-card img {
      width: 100%;
      /*height: 160px;*/
      object-fit: cover;
    }
    .package-content {
      padding: 15px;
    }
    .package-content h3 {
      font-size: 16px;
      margin: 0;
      font-weight: bold;
    }
    .package-content p {
      font-size: 14px;
      color: #666;
      margin: 5px 0 10px;
    }
    .details {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: #444;
      margin: 10px 0;
    }
    .price-rating {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .price {
      color: #AD0000;
      font-weight: bold;
      font-size: 16px;
    }
    .rating {
      background: gold;
      /*padding: 2px 49px;*/
      border-radius: 6px;
      font-size: 13px;
      font-weight: bold;
    }

    /* Responsive */
    @media (max-width: 1200px) {
      .package-row { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 768px) {
      .package-row { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .package-row { grid-template-columns: 1fr; }
    }
     .custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
  }
  .custom-table caption {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .custom-table th, 
  .custom-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
  }
  .custom-table thead {
    background-color: #333;
    color: #fff;
  }
  .custom-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .custom-table tbody tr:hover {
    background-color: #f1f1f1;
  }