  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      scroll-behavior: smooth;
    }
    body {
      font-family: Arial, sans-serif;
      overflow-x: hidden;
    }

    .nav-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #F8F4E8;
      padding: 20px 80px;
    }

    .nav-logo {
      width: 200px;
    }
    .nav-logo img {
      width: 100%;
      object-fit: cover;
    }

  

    .nav-links-container {
      padding: 16px 0;
    }
    .nav-links {
      list-style: none;
    }
    .nav-link-item {
      display: inline-block;
      margin: 0 24px;
      position: relative;
    }
    .nav-link-item > a {
      display: flex;
      padding: 16px 0;
      text-decoration: none;
      color: #000;
      font-weight: 500;
      transition: 0.3s;
    }
    .nav-link-item:hover > a {
      color: brown;
    }
    .nav-link-item > a .fa-chevron-down {
      margin-left: 8px;
      transition: 0.3s;
    }
    .nav-link-item:hover .fa-chevron-down {
      transform: rotate(-180deg);
    }

    /* Dropdown */
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 200px;
      background: #fff;
      border-radius: 10px;
      visibility: hidden;
      opacity: 0;
      transform: translateY(10px);
      transition: 0.3s;
      box-shadow: 0 7px 29px rgba(0, 0, 0, 0.1);
      z-index: 99;
    }
    .nav-link-item:hover > .dropdown-menu,
    .dropdown-menu-item:hover > .dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }
    .dropdown-menu-item {
      position: relative;
      list-style: none;
    }
    .dropdown-menu-item > a {
      display: block;
      padding: 12px 16px;
      text-decoration: none;
      color: #777;
      font-weight: 500;
      transition: 0.3s;
    }
    .dropdown-menu-item:hover > a {
      background-color: #2d58d927;
      color: brown;
    }
    .dropdown-menu-item .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 4px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .nav-container {
        padding: 20px 20px;
      }

      
    .nav-logo {
      width: 170px;
    
    }
    
   

      .nav-links-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background-color: #F5F5F5;
        overflow-y: auto;
        visibility: hidden;
        transition: right 0.3s ease;
        z-index: 999;
      }
      .nav-links-container.open {
        right: 0;
        visibility: visible;
      }

      .nav-link-item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ddd;
      }
      .nav-link-item > a {
        color: black;
        padding: 16px;
        justify-content: space-between;
      }

      /* dropdown inside mobile */
      .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        transform: none;
        border-bottom: 1px solid #ddd;
        transition: max-height 0.3s ease;
      }
      .dropdown-menu-branch.active > .dropdown-menu {
        max-height: 1000px;
      }

      .dropdown-menu-item > a {
        color: #444;
        padding-left: 24px;
      }
      .dropdown-menu-item .dropdown-menu {
        margin: 0;
        padding-left: 16px;
        left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
      }
      .dropdown-menu-item.active > .dropdown-menu {
        max-height: 1000px;
      }
      .nav-link-item.active .fa-chevron-down,
      .dropdown-menu-item.active .fa-chevron-down {
        transform: rotate(-180deg);
      }
    }






/*=========== section 4 =================*/
#container-section{
    max-width: 1550px;
    background-color:#f0f5db;
   
}


.destination-1{
   padding: 30px 0px;
   padding-inline: 10%;
   
}
.destination-1 .heading{
    display: flex;
    justify-content:center;
    align-items: center;
    color: #560703;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;
}

#container-section .destination-1 img{
    display: flex;
    padding-top: 20px;
    margin: auto;
    /*border: 1px solid ;*/
}



.destination-1 .icon-box{
    display: flex;
    flex-wrap: wrap;
    padding:40px 0px ;
    justify-content: center;
    justify-content:space-around ;
    /*border: 1px solid ;*/
    width: 100%;
    flex-basis: 20%;
    gap: 5%;
}
.destination-1 .img-icon{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-inline: 2%;
    /*border: 1px solid; */
   margin-block: 1%;
} 
.destination-1 .img-icon i{
    color: #747474;
   font-size: 130px;
  
}




.destination-1 .img-icon a{
     background-color: #2b5423;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 7px;
    margin: 14px 15px 0px 15px;
   
}


/*================== Footer ====================*/
#footer{
    /*max-width: 1550px;*/
    max-width: 100%;
    width: 100%;
    margin: auto;
  
}

.footer-wrapper{
   background-color:#f0f5db ;
    height: auto;
}
.footer-container-1{
    display: flex;
    padding-top: 30px ;
    margin: 0px 60px;
    padding: 10px 18px;
   
}

.footer-container-1 h2{
     
    color: #1e1d1d;
     padding-bottom: 10px;
}

.footer-container-1 h3{
     
    color: #1e1d1d;
     padding-top: 7px;
     padding-bottom:5px;
   
}

.footer-container-1 div{
    flex-basis: 33%;
    margin: 1%;
   
}

.footer-container-1 .contect-us p{
   
    font-size: 14px;
    line-height: 1.3;
}


.footer-container-1 .destination ul{
    list-style-type: none;
    gap: 10px;
}

.footer-container-1 .destination ul li{
    text-decoration: none;
    padding:6px 0px 6px 0px ;
    list-style-type: none;
    
}
.footer-container-1 .destination ul li a{
   font-size: 14px;
    list-style-type: none;
    text-decoration: none;
    color: #020002;
}

.footer-container-1 .weather {
    
    display: flex;
    flex-direction: column;
}

.footer-container-1 .weather ul {
    list-style-type: none;
    display: flex;
}

.footer-container-1 .weather ul li{
   text-decoration: none;
    margin: 3px 7px;
    cursor: pointer;
}

.footer-container-1 .weather ul li a img{
    width: 50px;
  
}
.footer-container-1 .weather ul li a .fa-facebook-f{
    font-size:26px;
     margin-top:3px;
    color: #2b5423;
}
.footer-container-1 .weather ul li a .fa-youtube{
    font-size:32px;
    color: #2b5423;
}
.footer-container-1 .weather ul li a .fa-square-instagram{
    font-size:27px;
    margin-top:3px;
    color: #2b5423;
}




.footer-container-1 .accereditation{
    display: flex;
    flex-direction: column;
    
}

.footer-container-1 .accereditation ul{
    list-style-type: none;
    display: flex;
}
.footer-container-1 .accereditation ul li{
   text-decoration: none;
    margin: 3px 7px;
}


.footer-container-2{
    background-color:#f0f5db ;
    font-size: 14px;
     color: #1e1d1d;
    padding-bottom: 15px;
    text-align: center;
}

.footer-wrapper .whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
    color: #21bd5b;
    display: inline-block;  
    line-height: 30px;    
  font-size: 60px;
    background-color: #ffffff;
    border-radius: 12%;
    height: 50px;

}






  

@media screen and (max-width:800px) {
   
   


   .footer-container-1{
       display: flex;
       flex-direction: column;
       margin-inline: auto;

   }
   
   .footer-container-1 .weather div{
        background-image: url('/image/MP Incoming travel agency in Madhya Pradesh_files/skyblue.jpg'); 
        background-size: contain;
        align-items: center;
        text-align: center;
   }
    .footer-container-1 .accereditation {
        display: flex;
        flex-direction: column;
    }
   
   .footer-container-1 .accereditation ul {
     display: flex;
     flex-wrap: wrap;
       
   }
   

   .footer-container-2{
       padding-left: 30px;
   }
   
   
   

.topnav{
    display:none;
}




}




@media only screen and (min-width:800px) and (max-width:1100px) {
     .footer-container-1{
         display: flex;
         flex-direction: row;
         justify-content: space-between;
         margin: 0px 30px 0px 30px;
         flex-wrap: wrap;
     }
     
 
   .footer-container-1 .contect-us {
       width: 100%;
       margin-right: 15%;
       
   } 
   
   .footer-container-1 .accereditation ul{
      display: flex; 
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
   }
    .footer-container-1 .accereditation ul li{
        margin: 0px 5px;
    }
    
}













