 .book-now {
     line-height: 1;
     font-size: small;
 }
 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
 }

 /* gallery slider */
 .testimonial-carousel {
     perspective: 1000px;
     gap: 30px;
     padding: 2rem;
     overflow: hidden;
     flex-wrap: nowrap;
 }

 .carousel-item-custom {
     width: 450px;
     background: #fff;
     padding: 2rem;
     border-radius: 15px;
     text-align: center;
     transform: scale(0.9);
     transition: transform 0.5s;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .carousel-item-custom.active {
     transform: scale(1) rotateY(0deg);
 }

 .carousel-content {
     max-width: 900px;
 }

 .img-area {
     width: 100px;
     height: 100px;
     margin: auto;
     border-radius: 50%;
     border: 5px solid deepskyblue;
     overflow: hidden;
 }

 .img-area img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .heading-area {
     max-width: 900px;
 }

 .packages-badge {
     font-size: 12px;
     font-weight: 100;
     border-radius: 0px;
     border: 0px;
     color: white;
 }

 .price-current {
     font-size: 1rem !important;
 }

 .packages-staring {
     font-size: 0.9rem;
 }

 .location-item {
     font-size: 0.9rem;
 }

 .book-now {
     font-size: 14px;
     width: 170px;
     font-weight: 100;
     line-height: 1.5;
     border-radius: 50px;
 }

 .testi p {
     font-size: 1rem;
     color: #333;
 }

 .testi h4 {
     margin: 0.5rem 0 0;
     font-size: 1.25rem;
 }

 .testi h5 {
     font-size: 0.875rem;
     letter-spacing: 2px;
     color: #666;
 }

 /* filter */

 .about-container {
     background: #fff;
     padding: 50px;
     border-radius: 12px;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
     align-items: flex-start;
     justify-content: space-between;
     position: relative;
 }

 .about-left {
     flex: 1 1 450px;
 }

 .about-left h2 {
     font-size: 2.2rem;
     margin-bottom: 10px;
     color: #214b4c;
 }

 .about-left p {
     color: #555;
     margin-bottom: 30px;
     line-height: 1.5;
 }

 .feature-list {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px 40px;
 }

 .feature {
     display: flex;
     flex-direction: column;
 }

 .feature h3 {
     color: #214b4c;
     font-size: 1.3rem;
     margin-bottom: 8px;
 }

 .feature p {
     color: #666;
     font-size: 0.95rem;
 }



 .about-right {
     flex: 1 1 400px;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 20px;
 }

 .about-right img {
     width: 100%;
     border-radius: 8px;
     object-fit: cover;
     display: block;
 }

 /* .img1 { height: 120px; margin-top: 20px; }
    .img2 { height: 180px; }
    .img3 { height: 160px; margin-top: 30px; }
    .img4 { height: 120px; } */
 .img1 {
     margin-top: 20px;
 }

 .img3 {
     margin-top: 30px;
 }


 .service-img-inner img {
     width: 100% !important;
     height: 158px;
     object-fit: cover;
 }

 .tour-offer {
     font-weight: 100 !important;
     color: black !important;
 }

 .packages-stars {
     font-size: x-small;
 }

 .tastimonial-content {
     margin-top: -35px;
 }

 .tastimonial-stars {
     width: 16px !important;
     height: 16px;
     display: flex;
     justify-content: center;
     margin: auto;
 }

 .book-textarea {
     height: 100px !important;
 }

 
    .all-tour .badge {
        font-weight: 100 !important;
        font-size: 13px;
        width: 150px;
        line-height: inherit;
        border-radius: 50px;
        margin-top: 10px;
    }
     .whatsapp {
        display: inline-block;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 9999;
        border-radius: 50%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .whatsapp:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .card-title{
        font-weight: bold;
    }
 /* Responsive */
        .price_tag{
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 14px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

 .continuous-slider {
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: 900px;
      margin: 30px auto;
      /* To show partial images at edges, add left/right padding */
      padding: 0 10vw;
      box-sizing: content-box;
    }

    .slider-track {
      display: flex;
      gap: 1rem;
      /* We'll animate this */
      transform: translateX(0);
      will-change: transform;
    }

    .slider-item {
      flex: 0 0 auto;
      width: 25%;
      transition: transform 0.3s ease;
      user-select: none;
      border-radius: 0.375rem;
      overflow: hidden;
    }

    .slider-item img {
      width: 100%;
      display: block;
      object-fit: cover;
      user-select: none;
    }
        .hotel-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            background: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 10px;
        }
        
        .hotel-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            position: relative;
        }
        
        .badge-overlay {
            position: absolute;
            top: 8px;
        }
        
        .badge-left {
            left: 8px;
        }
        
        .badge-right {
            right: 8px;
        }
        
        .star-rating {
            color: #ffa500;
        }
        
        .star-empty {
            color: #ddd;
        }
        
        .price-original {
            text-decoration: line-through;
            color: #dc3545;
            font-size: 0.9rem;
        }
        
        .price-current {
            font-size: 1.5rem;
            font-weight: bold;
            color: #0066cc;
        }
        
        .price-tax {
            font-size: 0.8rem;
            color: #666;
        }
        
        .amenities {
            color: #28a745;
            font-size: 0.9rem;
        }
        
        .location-info {
            display: flex;
            gap: 8px;
            color: #666;
            font-size: 0.9rem;
        }
        
     
        
        .image-container {
            position: relative;
        }
        .badge{
            font-weight: 100 !important;
            
        }
    .package-image {
        height: 400px;
        position: relative;
        background: #e5e7eb;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
    }

    .image-thumbnails {
        position: absolute;
        bottom: 12px;
        left: 12px;
        display: flex;
        gap: 4px;
    }

    .thumbnail {
       width: 58px;
    height: 40px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
    }

    .more-thumb {
        background: rgba(0, 0, 0, 0.6);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }

 @media (max-width: 911px) {
  .book-now {
    font-size: 12px;
    width: 112px;
  }
     /* max-width 600 */
     .navbar-brand img {
         max-height: 40px !important;
     }

     .navbar-toggler {
         height: 40px !important;
         width: 40px !important;
         padding: 10px !important;
         border-radius: 7px !important;
     }

     .bg-breadcrumb {
         padding: 50px 0px !important;
     }

     .tour-breadcrumb {
         padding: 50px 0px !important;
     }

     .feature-list {
         grid-template-columns: 1fr;
     }

     .about-right {
         grid-template-columns: 1fr;
     }

     .img1,
     .img2,
     .img3,
     .img4 {
         margin-top: 15px !important;
         height: 150px;
     }

     /* max-width 600 end */
     /* max-width 900 */
     .about-container {
         flex-direction: column;
         padding: 30px;
     }

     .about-right {
         grid-template-columns: 1fr 1fr;
     }

     .learn-btn {
         position: static;
         margin-top: 30px;
         align-self: flex-start;
     }
    .destination .tab-class .tab-content .destination-img img{
        height: 120px !important;
    }
     /* max-width 900 end */
     .ExploreTour #NationalTab-1 .national-item .tour-offer {
         font-size: 9px;
         padding: 6px;
     }

     .ExploreTour #NationalTab-1 .national-item .national-content {
         padding: 9px;
     }

     .ExploreTour #NationalTab-1 .national-item .national-content h5 {
         margin-bottom: 0px !important;
     }

     .ExploreTour #NationalTab-1 .national-item .national-content a {
         font-size: 13px;
     }

     .service-content {
         text-align: center;
     }

     .service-content,
     .h4 {
         font-size: 14px !important;
     }

     .service-content-des {
         display: none !important;
     }

     .service-button {
         width: 61% !important;
         font-size: 10px !important;
         margin-top: 2px !important;
         padding: 5px 0px !important;
     }

     h1 {
         font-size: 20px !important;
     }

     .hotel-card,
     .about-right img {
         border-radius: 4px !important;
     }

     .ExploreTour #NationalTab-1 .national-item {
         border-radius: 4px;
         height: 120px !important;
     }

     .rounded-top {
         border-top-left-radius: 4px !important;
         border-top-right-radius: 4px !important;
     }

     .rounded-bottom {
         border-bottom-right-radius: 4px !important;
         border-bottom-left-radius: 4px !important;
     }

     .about-container {
         padding: 10px;
         margin: 6px;
         gap: 3px;
     }

     .feature-list {
         gap: 0px 40px;
     }

     .about-left p {
         margin-bottom: 14px;
     }

     .about-right {

         & .img1,
         .img2,
         .img3,
         .img4 {
             margin-top: 0px !important;
         }
     }

     .service-img-inner img {
         width: 100% !important;
         height: 96px;
         object-fit: cover;
     }


     .continuous-slider {
         padding: 1px 23vw !important;
         margin: 10px auto !important;
     }

     .tourism-heading {
         margin-bottom: 0px;
     }

     .about-left h2 {
         font-size: 1.5rem !important;
     }

     .feature h3 {
         font-size: 1.2rem !important;
     }

     .info-item {
        white-space: nowrap;
     }
     .info-item small {
         font-size: smaller;
     }

     .detail-view-cols .col-6 {
         font-size: medium;
     }

     .form-floating {
         font-size: small !important;
     }

     .form-control {
         font-size: small !important;
     }

     .form-select {
         font-size: small !important;
     }

     .book-textarea {
         height: 100px !important;
     }

     p {
         font-size: small;
     }

     .subscribe-input button {
         padding: 2px 18px !important;
         margin: 4px !important;
     }
     .visa-serive{
        height: 180px!important;
     }
     .hotel-serive{
        height: 180px!important;
     }
     .about-right{
        flex: none;
        grid-gap: 10px;
     }
     .testimonial-carousel{
        padding: 0px;
     }
 }