@media screen and (min-width:991px) {
    /* Initially hide the dropdown menu */
.nav-item .dropdown-menu {
    display: block; /* Allow the dropdown to be rendered */
    max-height: 0; /* Initially set the max height to 0 */
    opacity: 0; /* Initially set opacity to 0 */
    overflow: hidden; /* Hide anything outside */
    transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition for max-height and opacity */
  }
 
  
  /* Show the dropdown menu smoothly when hovering over the parent item */
  .nav-item:hover .dropdown-menu {
    max-height: 500px; /* Set a max height large enough to show the content */
    opacity: 1; /* Make the dropdown visible */
  }
  
  .dropdown-item:hover{
   background-color: #ffe1df;
   color: #000000;
   font-size: 15px;
  } 
  .dropdown-item{
    font-size: 15px;
  }

  .read-more-mobile{
    display: none;
  }

  
  
}

@media screen and (max-width:768px){
  .discount-ban{
    display: none;
  }
  .header-social-icons{
    display: none;
  }
  .location-header h6 a{
    font-size: 12px;
  }
  .call-header h6 a{
    font-size: 12px;
  }
  .dest-head h2{
    font-size: 25px;
  }
  .dest-head p{
    font-size: 15px;
  }
  .bottom-box{
    justify-content: center;
    flex-wrap: wrap;
  }
  .inner-banner-head h1{
    font-size: 25px;
  }
  .inner-banner-head h6 span a{
    font-size: 14px;
  }
}

@media screen and (max-width:991px) {
  .discount-text p {
   display: none;
  }
  .discount-text h5 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
  .discount-text h2{
    font-size: 35px;
  }
  .btn-book {
    padding: 10px 30px;
    font-size: 14px;
    background-color: #fff !important;
    color: #fa5b33 !important;
    font-weight: 600;
  }
  #navbarNavDropdown{
    margin-right: auto;
    margin-left: 20px;
  }
  .package-inclu .row ul{
    margin-bottom: 0px;
  }
  .tab-hide{
    display: none;
  }
  .read-more-mobile{
    display: block;
  }
  .package-inner-price{
    position: inherit;
  }
  .inner-price-mian{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
    background-color: #f0f7ff;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px 2px rgba(178,178,178,0.5);
    padding: 8px 15px;
    align-items: center;
  }
  .book-price-button button{
    padding: 5px 20px;
    font-size: 17px;
    border-radius: 20px;
  }
  #desk{
    display: none;
  }
  #mobile{
    display: block;
    max-width: 500px;
    display: block;
    margin: auto;
  }
}



@media screen and (max-width:1200px) and (min-width:991px) {
  
  .pack-name h5 {
    font-size: 18px;
    font-weight: 700;
    color: #131313;
}
.pack-dest p {
  margin-bottom: 0px;
  font-size: 14px;
}
.pack-price h6 span {
  color: #eb662b;
  font-size: 18px;
  font-weight: 700;
}
.pack-price h6 {
  color: #656565;
  font-size: 14px;
}
.experence-boxes {
  margin-top: 20px;
  display: flex;
  gap: 50px;
}

.exp-box h3 {
  font-size: 35px;
  font-weight: 600;
}
.about-content{
  margin-top: 0px!important;
}
.about-content p {
  margin-top: 10px;
  font-size: 17px;
  font-family: sans-serif;
  color: #383838;
}
.discount-text h5 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.discount-text h2{
  font-size: 35px;
}
.discount-text p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.btn-book {
  padding: 10px 30px;
  font-size: 14px;
  background-color: #fff !important;
  color: #fa5b33 !important;
  font-weight: 600;
}
.discount-text{
  top: 5%;
}
.inner-price-mian h4 {
  color: #eb662b;
  font-size: 18px;
}
.inner-price-mian h4 span {
  font-size: 14px;
  color: #818181;
  margin-right: 10px;
  font-weight: 500;
}
}

@media screen and (max-width:500px){
  .about-content h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 38px!important;
}
.about-content p {
  margin-top: 20px;
  font-size: 15px;
  font-family: sans-serif;
  color: #383838;
}
.experence-boxes {
  margin-top: 20px;
  display: flex
;
  gap: 40px;
}
#exp-box {
  border-right: 1px solid;
  padding-right: 40px;
}
.about-img img{
  width: 100%;
}
.inner-price-mian h4 span{
  display: none;
}
}


@media screen and (max-width:768px) {
  
  .btn-view{
    width: 100%;
  }
  .view-btn .btn-call{
    width: 100%;
  }
  .btn-inr-pack .btn-book{
    display: block;
    width: 100%;
  }
  .packag-inner-price {
    margin: 15px;
}
.nav-tabs{
  padding: 10px 5px!important;
  gap: 5px;
}
.nav-tabs .nav-item .nav-link {
  font-size: 13px;
  padding: 5px 10px;
}
.details-name h4 {
  font-weight: 700;
  font-family: sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}
.details-name{
  gap: 10px;
  margin-bottom: 10px!important;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 30px;
  background-color: #fff;
}
}


@media screen and (max-width:1200px){
  .contact-page-section .info-column .list-info li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 50px;
}
}