@media screen and (max-width:768px) {
    .social-icons{
        display: none;
    }
    .call-mail{
        gap: 10px;
    }
    .mail a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }
    .call a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }
    .wcs-text{
        width: 100%;
        padding: 20px!important;
        
    }
    .wcs-text .main-text p{
        font-size: 16px;
        text-align: justify;
        font-family: inherit;
    }
    .wcs-text .main-text{
        padding-top: 30px;
    }
    .why-list-text p{
        font-size: 14px;
    }
    .why-list-text p br{
        display: none;
    }
    .wcs-text::after{
        display: none;
    }
    .testimonial-head h2{
        font-size: 35px;
    }
    .footer-copy-right p{
        font-size: 14px;
    }
    .home-tour-packages .heading h2 {
        font-weight: 700;
        text-align: center;
        font-size: 25px;
    }
    .banner-content h1 span{
        font-size: 30px;
       }

       .inclusion-exclusion{
        display: block;
        margin-bottom: 40px;
        gap: 10px;
        flex-wrap: wrap;
      } 
      .tour-dest-date {
        background-color: #f6a41b;
        padding: 10px 11px;
        display: flex;
        gap: 5px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tour-duration-details p{
        font-size: 15px;
    }

    .dest-list p{
        font-size: 15px;
    }
    
    .details-package-name h4{
        font-size: 26px;
    }

    .package-exclusion{
        margin-top: 20px;
    }

    .section-title{
        font-size: 30px;
        line-height: 35px;
        margin-top: 10px!important;
        margin-bottom: 20px!important;
    }
    .water-mark h2{
        font-size: 70px;
    }
    .about-img img{
        width: 100%;
    }
    .experience-box{
        position: relative;
        margin-top: 10px;
        right: 0;
    }
    .about-head h1 {
        font-size: 30px;
        font-weight: 900;
        font-family: math;
    }
    .about-head p {
        font-size: 25px;
        color: #f6a41b;
        font-family: "Dancing Script", cursive;
        margin-bottom: 0px;
    }
    .about-content p{
        text-align: justify;
    }
    .contact-us {
        background-color: #F7F7F7;
        border-radius: 10px;
        padding: 15px;
        height: 100%;
    }
    .get-quote {
        background-color: #F7F7F7;
        border-radius: 10px;
        padding: 20px;
    }

    #desk-view{
        display: none;
    }

    .dest-name{
        position: relative;
        bottom: 0;
    }
    .dest-name h5{
        color: #000;
        margin-top: 10px;
        font-size: 11px;
    }
    .domestic-tour a img{
        border-radius: 50%!important;
    }
    .tour-number{
        display: none;
    }
    .domestic-tour a{
        text-decoration: none;
    }
    .domestic-tour img{
        filter: brightness(1);
    }
    .domestic-tour:hover img{
        transform: scale(1);
    }
    .top-dest-title{
         position: inherit;
         padding-left: 0px;
    }
    .top-dest-title h2 {
        color: #000000;
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
        text-shadow: none;
        font-weight: 700;
        font-family: system-ui;
    }
    .new-dest{
        padding-bottom: 10px;
    }
    #mobile-dest{
        display: block;
    }
    #desk-intern{
        display: none;
    }
    #mobile-intern{
        display: block;
    }
    .dest-boxes{
        position: inherit;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .count-text h2 {
        font-size: 30px;
        color: #313040;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .count-box{
        gap: 10px;
    }
    .count-text h6{
        font-size: 14px;
      }
      #banner-mobile{
        display: block;
      }
      #banner-desk{
        display: none;
      }
      .count-down{
        display: none;
      }
      .home-tour-packages .heading p{
       font-size: 30px;
      }
      .get-quote h2{
        font-size: 20px;
      }
      .banner{
        margin-top: 80px;
      }
      header{
        background-color: #fff;
      }
}

@media screen and (max-width:500px) {
    .package-listing-box .col-md-4{
        height: 250px;
       }

       .contact-us-page .heading h1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 35px;
        text-align: center;
    }
    .contact-us-page .heading p {
        font-size: 26px;
        color: #f6a41b;
        font-family: "Dancing Script", cursive;
        margin-bottom: 0px;
        text-align: center;
    }
    .home-pack-text h5{
        font-size: 15px;
    }
    .home-pack-text p{
        font-size: 13px;
    }
    .home-pack-text h5 span{
        font-size: 15px;
        font-weight: 700;
    }
     .home-pack-text h5 span small{
        font-size: 9px;
     }
     .discount{
        display: none;
     }
}



@media screen and (min-width:991px) {
    #navbarNavDropdown{
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: end;
      }
      
    .dropdown-menu{
        background-color: #f6a41b;
        min-width: 250px;
        transition: all ease 0.3s;
        
      }
      
      .dropdown-item{
        color: #000000;
        transition: all ease 0.3s;
      }
      
      .dropdown-item:hover{
        background-color: #ffffff;
        color: #000;
      }
      
      /* Animate dropdown on hover */
      .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
      
      .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateY(10px);
        margin-top: 0; /* Prevent Bootstrap default spacing */
        border-radius: 0.25rem; /* Optional: rounded corners */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Optional: smooth drop shadow */
        pointer-events: none; /* Prevent hover bug */
      }
      
      .nav-item.dropdown:hover .dropdown-menu {
        pointer-events: auto;
      }
      #listing-form{
        margin-top: -250px;
      }
      #Card-carousel{
        display: none;
      }
}

@media screen and (max-width:991px) {
    .dome-head{
        margin-bottom: 30px;
    }

    .abt-mission-img{
        padding-top: 25px!important;
    }

    .offcanvas{
        background-color: #fff2f0;
    }
    .nav-link {
        color: #f6a41b;
        background: #fff;
        padding-left: 10px;
    }

    .navbar-nav .dropdown-menu{
        border-radius: 0px;
    }

    
    .wcs .row{
        display: block;
    }
    .wcs-img{
       display: none;
    }
    .wcs-text{
        width: 100%;
        padding: 40px;
        
    }
    .banner-content {
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0;
        text-align: center;
    }

    .banner-list p{
        text-align: center;
    }

    .wanderon-card{
     display: block;
     margin: auto;
    }
    #Card-carousel .owl-nav{
        top: 35%!important;
    }
    .wanderon-features{
        display: none;
    }
    .sticky-content{
        position: inherit!important;
    }
  
}

@media screen and (min-width:1200px) {
    .none-box{
        display: none;
    }
   
}

/* container satup  */

/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
  } */
  /* @media (min-width: 1300px) and (max-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
  } */
  
  @media (min-width: 1200px) and (max-width:1300px){
    /* .container, .container-lg, .container-md, .container-sm, .container-xl{
     max-width: 1150px;
  } */
  ul.navbar-nav {
    gap: 8px;
}
  }
  
  /* @media (min-width: 1100px) and (max-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1050px;
    }
  
  } */
  /* @media (min-width: 992px) and (max-width:1100px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 980px;
    }
  } */

  @media  screen and (max-width:1200px) {
    .dome-head h2 {
        font-size: 40px;
        font-family: auto;
        font-weight: 800;
      }
         #dest-boxes {
    bottom: -100px;
}

  #dest-boxes {
    bottom: -100px;
}
      
  }


/* container satup  */

@media screen and (max-width:1200px) {
    .nav-call{
        display: none;
    }
}

@media screen and (max-width:768px) {
    .top-curve {
    position: absolute;
    display: flex;
    width: 100%;
    height: 70px;
    background: #ffffff;
    top: 61px;
    border-radius: 0% 0% 50% 50%;
    z-index: 11;

}
.box-main{
  padding: 10px;

}
.qna-block-question{
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-right: 20px;
}
.qna-block-question::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #f6a41b;
}
.qna-block-question span{
 text-wrap: nowrap;
 padding: 7px;
 

}
.bottom-curve {
    position: absolute;
    display: flex
;
    width: 100%;
    height: 70px;
    background: #ffffff;
    bottom: -21px;
    border-radius: 50% 50% 0% 0%;
    z-index: 11;
}
#dest-hide{
    display: none;
}
.wanderon-heading{
  font-size: 25px;
}
.boking-text {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/booking.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
}
.text-booking h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
}

@media screen and (max-width:991px) {
    .explore-btn{
        display: none;
    }
    .top-dest img {
    height: 280px;
    object-fit: cover;
}
.dest-name h5{
    font-size: 18px;
}
.domestic-tour .dest-name h5{
    font-size: 12px;
}
    /* .price-details-box {
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 0;
        z-index: 9999; 
        box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
        background-color: #f9ffff;
    } */
    .price-details-box h2 {
    font-size: 25px;
    color: #f6a41b;
    font-weight: 700;
    margin-top: 5px;
}
.nav-underline {
    gap: 15px;
    min-width: 500px;
    overflow-x: scroll;
}
}
.owl-carousel, .owl-stage, .owl-item {
  z-index: 1 !important;
 
  position: relative;
}