@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p,li{
  
    font-family: sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px; /* Offset top by 50px */
  }

  :root{
    --gotur-gray: #fefaf4;
  }

*{
  padding: 0;
  margin: 0;
}
.top-nav{
  background-color: #686242;
  padding: 5px 0px;
}

.call-mail{
  display: flex;
  gap: 20px;
}

.social-icons p{
  display: flex;
  gap: 5px;
  margin-bottom: 0px;
}

.social-icons p a{
  display: flex;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #9f974f;
  align-items: center;
  justify-content: center;
}

.social-icons p a{
  color: #fff;
  text-decoration: none;
}

.top-nav .container-fluid{
  display: flex;
  justify-content: space-between;
  align-items: center ;
}

.call a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.mail a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.location a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#navbarNavDropdown{
  justify-content: end;
}
.nav-link{
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
 
}

.navbar-nav{
  gap: 5px;
}

.form-banner{
  padding: 30px 0px;
  background-color: #686242;
}

.flex-form-last{
  align-items: flex-end;
  gap: 10px;
}

.form-banner form .form-label{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.form-banner form .form-control{
  color: #000;
  font-weight: 500;
}

.btn-form button{
  font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 30px;
    background: #ff9000;
    color: #000;
    border-color: #ff9000;
}

.about-home{
  background-color:  #f8f8f3;
  padding: 80px 0px;
}

.about-img-1{
  border-radius: 60px 0px 0px 0px;
  overflow: hidden;
}

.about-img-1 img{
  width: 85%;
}

.about-images {
  position: relative;
}

.about-img-2{
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 250px;
  padding: 7px;
  background-color: #fff;
   border-radius: 0px 0px 60px 0px;
   overflow: hidden;
}
.about-img-2 img{
   border-radius: 0px 0px 60px 0px;
}

.about-sub span{
  font-family: "Lobster Two", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ffead0;
  padding: 5px 15px;
  border-radius: 8px;
  color: #ff9000;

}
.about-head{
  margin-top: 15px;
}
.about-head h1{
  font-size: 45px;
  font-weight: 700;
  font-family: "Archivo Black", sans-serif;
}

.about-head h1 span{
  color: #79690f;
}

.about-text{
  padding-left: 20px;

}

.about-para p{
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
}

.about-features-box h5{
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
}

.about-features-box p{
  font-family: "Kumbh Sans", sans-serif;
}

.about-features-box img{
 margin-bottom: 10px;
}

.btn-more{
  background-color: #ff9000;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  display: flex;
  gap: 10px;
    width: 187px;
}

.btn-more:hover{
  background-color: #9f974f;
  color: #fff;
}

.btn-more span{
  display: flex;
  height: 30px;
  width: 30px;
  color: #000;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

.home-safari-service {
  background-color: #fff;
  padding: 80px 0px 40px;
}

.service-head h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 45px;
}

.service-head h2 span{
  color: #ff9000;
}

.home-safari-service{
  position: relative;
  z-index: 11;
}

.home-safari-service::after{
  content: "";
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #686242;
  height: 300px;
  z-index: -1;
}

.service-text h4{
  color: #fff;
  text-align: center;

}

.btn-service{
  background-color: #ff9000;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  display: block;
  margin: auto;
  max-width: 150px;
  margin-top: 15px;
}

.resort-booking-service{
  padding: 80px 0px;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex!important;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* optional: prevent extra spacing issues */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #9f974f!important; /* blue circle */
  border: none;
  border-radius: 50%!important;
  width: 40px;
  height: 40px;
  color: white!important;
  font-size: 30px!important;
  line-height: 40px;
  text-align: center;
  pointer-events: all;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #9f974f;
}

.owl-nav button span {
  font-size: 50px;
    display: flex;

    position: absolute;
    top: -23px;
    padding-left: 12px;
    justify-content: center;
    align-items: center;
}
.owl-prev{
  position: absolute;
  left: -25px;
}
.owl-next{
  position: absolute;
  right: -25px;
}

.tours-box a{
  text-decoration: none;
  color: #000;

  text-align: center;
}

.home-pack-text{
  margin-top: 10px;
}

.tour-sec{
background-color:  #f8f8f3;
  padding: 60px 0px;
}

.package-text{
  background-color: #fff;
  padding: 15px 15px 20px;
  position: relative;
}

.package-text h6{
  font-size: 15px;
  text-align: center;
}

.package-text h3{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.btn-package{
  background-color: #ff9000;
  color: #000;
  font-weight: 500;
  position: absolute;
  bottom: -20px;
  width: 150px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  transition: all ease 0.3s;
}

.btn-package:hover{
  width: 100%;
    background-color: #ff9000;
}

.client-review{
  background-color: #f8f8f8;
  padding: 80px 0px;
}

.review-head h6{
  font-weight: 700;
  color: #ff9000;
  font-size: 20px;
  text-align: center;
}

.review-head h2{
  color: #000;
  font-weight: 700;
  font-size: 35px;
  font-family: "Archivo Black", sans-serif;
  text-align: center;
}

.review-head p{
  font-weight: 500;
}


.review-photo img{
  width: 60px!important;
}

.review-name h5{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
}

.review-name p{
  margin-bottom: 0px;
  font-size: 15px;
  color: #3c3c3c;
}

.review-contact{
  display: flex;
  gap: 10px;
  align-items: center;
 }

 .review-details{
  display: flex;
  justify-content: space-between;
 }

 .quote img{
  width: 50px!important;
 }

 .review-para{
  font-size: 16px;
  color: #3c3c3c;
  font-family: sans-serif;
  margin-top: 15px;

 }

 .review-star p i{
  color: #ffb300;
 }

 .reviews-box{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 10px 0px;
  border-radius: 10px;
  padding: 20px;
 }

 footer{
  background: #1d231f;
  padding: 80px 0px;
 }

 .footer-contact-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefaf4;
 
  width: 50px;
  height: 50px;
  border-radius: 50%;
 }

 .footer-contact-icon span i{
  color: #79690f;
  font-size: 20px;
 }

 .footer-contact-text a{
  text-decoration: none;
  color: #fff;
 }

 .footer-contact-text a p{
  margin-bottom: 2px;
  font-size: 13px;
 }

 .footer-contact-text a h6{
   margin-bottom: 0px;
  font-size: 16px;
 }

 .footer-contact{
  display: flex;
  gap: 15px;
  align-items: center;
 }

 .footer-about{
  margin-top: 20px;
 }

 .footer-about h5{
  color: #fff;
 }

 .footer-about p{
  color: #a9a9a9;
  font-size: 16px;
 }

  .footer-social{
    margin-top: 25px;
  }
 .footer-social p a{
  display: flex;
  color: #a9a9a9;
  height: 40px;
  width: 40px;
  text-decoration: none;
  border: 1px solid #a9a9a9;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
 }

  .footer-social p a:hover{
    background-color: #ff9000;
    color: #fff;
  }

  .footer-social p{
    display: flex;
    gap: 5px;
  }

  .footer-link{
    margin-top: 25px;
  }

  .footer-link ul {
    list-style: none;
    padding-left: 0px;
  }

  .footer-link ul li{
    margin-bottom: 10px;
  }

  .footer-link ul li a{
    color: #a9a9a9;
    text-decoration: none;
  }

  .footer-about p{
    margin-top: 25px;
  }

  .navbar-nav{
    flex-wrap: wrap;
  }
   
  @media screen and (max-width:991px) {
    
  
  .call-mail .location{
    display: none;
  }

  .social-icons{
    display: none;
  }

  .call a{
    font-size: 13px;
  }

  .mail a{
    font-size: 13px;
  }

  .flex-form-last{
    display: block!important;
  }

  .btn-form{
    margin-top: 15px;
   
    
  }

  .btn-form button{
    display: block;
    margin: auto;
  }

  .about-text{
    margin-top: 80px;
  }

  .about-img-2{
    width: 180px;
    padding: 3px;
  }

  .about-text{
    padding-left: 0px;
  }

  .about-sub span{
    font-size: 18px;
  }

  .about-head h1{
    font-size: 30px;
  }
  .about-para p{
    font-size: 16px;
  }
  .service-head h2{
    font-size: 35px;
  }
  .service-box{
    margin-bottom: 40px;
    background-color: #686242;
    padding-bottom: 20px;
  }
  .home-safari-service::after{
    display: none;
  }
  .resort-booking-service{
    padding: 0px 0px 60px;
  }
  .service-carousel .slider{
    padding: 0px 30px;
  }
  .package-box{
     margin-bottom: 30px;
  }
  .client-review{
    padding: 30px 0px 50px;
  }
  .review-head h2{
    font-size: 30px;
  }
  .review-slider .slider{
    padding: 0px 20px;
  }
  .footer-contact{
    margin-bottom: 20px;
  }
  }

  .inner-banner{
    background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
  }

  .inner-banner h1{
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    font-family: "Archivo Black", sans-serif;
  }

  .inner-banner p{
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
  }

  .inner-banner p a{
    text-decoration: none;
    color: #ffb300;
  }

  .inner-content-head h2{
    font-size: 30px;
    font-weight: 700;
    color: #79690f;
  }

.price-head {
   margin-top: 20px;
}

  .price-head h3{
    color: #ff9000;
    font-weight: 700;
    font-size: 25px;
  }

  .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 40 40 / 5%);
}

.safari-pricing table tbody tr td{
  font-weight: 600;
}

.safari-pricing table tbody{


border: 1px solid #cfcfcf;

}

.inner-details {
  margin-top: 20px;
}

.inner-details h4{
  font-weight: 700;
  font-size: 22px;

}

.inner-details h5{
  font-size: 18px;
  font-weight: 700;

}

.online-booking-form {
  padding: 20px;
  background-color: #686242;
  border-radius: 20px;
}

.online-booking-form h5{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #ffb300;
}

.inner-form{
  margin-top: 20px;
}

.inner-form form label{
  color: #fff;
  font-weight: 500;
}

.inner-form form input::placeholder{
  font-weight: 500;
  color: #525252;
}

.inner-form form textarea::placeholder{
   font-weight: 500;
  color: #525252;
}

.inner-form button{
  display: block;
  width: 100%;
  border-radius: 30px;
}

.need-helps{
  padding: 20px;
  background-image: url(../img/need-help.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  z-index: 11;
}

.need-helps::after{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: -1;
  right: 0;
}

.need-helps h4{
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.help-call{
  margin-top: 20px;
}

.help-call h5{
   color: #ffb300;
  
  font-size: 18px;
  margin-bottom: 3px;
}

.help-call p{
  margin-bottom: 0px;
}

.help-call p a{
  text-decoration: none;
 color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.help-call p a:hover{
  color: #ffb300;
}

.related-packages{
  margin-top: 20px;
  padding: 20px;
  background-color: #f8f8f3;
  border-radius: 20px;
}

.related-packages h5{
  border-bottom: 2px solid #ff9000;
  padding-bottom: 10px;
}

.related-packages h5 span{
  font-size: 18px;
   padding-bottom: 8px;
  font-weight: 700;
  
}

.related-packages ul{
  list-style: none;
  padding-left: 0px;
}

.related-packages ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #e6e6e6;
  
}

.related-packages ul li a{
  text-decoration: none;
  font-weight: 500;
  color: #3c3c3c;
}

.related-packages ul li a span{
  margin-right: 5px;
}

.related-packages ul li a span i{
  color: #ff9000;
}

:root {
            --primary-color: #79690f;
            --secondary-color: #686242;
            --accent-color: #ff9000;
            --light-color: #f8f9fa;
            --dark-color: #212529;
            --text-color: #4a4e69;
           
        }

      
        
        .mission-vision-section {
            background: linear-gradient(135deg, #f0f4ff 0%, #e2e9ff 100%);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        
        .mission-vision-section::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(67, 97, 238, 0.05);
        }
        
        .mission-vision-section::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(247, 37, 133, 0.05);
        }
        
        .section-title {
            color: var(--secondary-color);
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
            font-size: 2.5rem;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--accent-color);
            border-radius: 2px;
        }
        
        .section-subtitle {
            color: var(--text-color);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto 60px;
        }
        
        .mission-content, .vision-content {
            position: relative;
            z-index: 2;
        }
        
        .mission-content {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 40px;
            border-left: 5px solid var(--primary-color);
            transition: transform 0.4s ease;
        }
        
        .vision-content {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 40px;
            border-right: 5px solid var(--accent-color);
            transition: transform 0.4s ease;
        }
        
        .mission-content:hover, .vision-content:hover {
            transform: translateY(-10px);
        }
        
        .content-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        
        .icon-wrapper {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .mission-icon {
            background: rgba(67, 97, 238, 0.1);
            color: var(--primary-color);
        }
        
        .vision-icon {
            background: rgba(247, 37, 133, 0.1);
            color: var(--accent-color);
        }
        
        .icon-wrapper i {
            font-size: 1.8rem;
        }
        
        .content-title {
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 5px;
        }
        
        .content-subtitle {
            color: var(--text-color);
            font-size: 0.95rem;
            opacity: 0.8;
        }
        
        .content-body {
            color: var(--text-color);
            font-size: 1.05rem;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 15px;
            padding: 30px;
            color: white;
            margin-top: 50px;
            box-shadow: 0 10px 30px rgba(67, 97, 238, 0.3);
        }
        
        .highlight-title {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }
        
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 60px;
        }
        
        .value-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border-top: 4px solid transparent;
        }
        
        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            border-top: 4px solid var(--primary-color);
        }
        
        .value-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--primary-color);
        }
        
        .value-title {
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 15px;
        }
        
        @media (max-width: 768px) {
            .mission-vision-section {
                padding: 60px 0;
            }
            
            .content-header {
                flex-direction: column;
                text-align: center;
            }
            
            .icon-wrapper {
                margin-right: 0;
                margin-bottom: 15px;
            }
            
            .values-grid {
                grid-template-columns: 1fr;
            }
        }

        .left-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .yellow-box {
        background: #ff9000;
        padding: 60px 40px;
        color: #000;
        font-weight: 600;
        font-size: 17px;
    }
    .right-black {
        background: #686242;
        color: #fff;
        padding: 60px 30px;
    }
    .right-black h2 {
        font-weight: 800;
        font-size: 42px;
        line-height: 1.2;
    }
    .icon-box i {
        font-size: 45px;
        color: #ff9000;
    }
    .feature-title {
        font-weight: 700;
        font-size: 20px;
        margin-top: 10px;
    }
    .read-more {
        color: #ff9000;
        font-weight: 600;
        font-size: 13px;
        margin-top: 6px;
        display: inline-block;
    }


     .contact-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('https://images.unsplash.com/photo-1578662996442-48f60103fc96?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        
        .contact-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .contact-hero p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .contact-section {
            padding: 80px 0;
        }
        
        .contact-info {
            background-color: #686242;
            padding: 40px;
            border-radius: 10px;
            height: 100%;
        }
        
        .contact-info h3 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
        }
        
        .contact-info h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--accent);
        }
        
        .info-item {
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }
        
        .info-icon {
            width: 60px;
            height: 60px;
            background-color: #ff9000;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .info-icon i{
          font-size: 20px;
        }
        .info-content h5 {
            font-weight: 700;
            margin-bottom: 5px;
            color: #fff;
        }
        
        .info-content p {
            margin-bottom: 0;
            color: #f0f4ff;
            font-size: 18px;
        }

        .info-content p a{
          color: #fff;
          text-decoration: none;
        }
        
        .contact-form {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .contact-form h3 {
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
        }
        
        .contact-form h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--accent);
        }
        
        .form-label {
            font-weight: 600;
            color: var(--dark);
        }
        
       #bookingForm .form-control {
           padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
        }
        
      #bookingForm  .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.2rem rgba(26, 107, 59, 0.25);
        }
        
        .btn-primary {
            background-color: #ff9000;
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: #686242;
        }

        .contact-info .footer-social p a{
          border: 1px solid #fff;
          color: #fff;
        }
        .frh-head h5{
          color: #686242;
          font-weight: 700;
        }

        .price-one-box h4 span{
          font-size: 18px;
          font-weight: 700;
        }

        .price-one-box h4{
          font-weight: 700;
          
          font-size: 25px;
        }
        .price-one-box p {
          color: #ffb702; 
          font-weight: 500;

        }

         .price-one-box{
          text-align: center;
          padding: 10px;
          background-color: #014690;
          border-radius: 10px;
          color: #fff;
          margin-bottom: 20px ;
         }

         #Foreigner{
          background-color: #ff9000;
          color: #000;
         }

         #Foreigner p{
          color: #000;
         }
         .arrow-list{
          list-style-type: none;
          padding-left: 0px;
         }
         .arrow-list li {
          display: flex;
          align-items: center;
          margin-bottom: 5px;
          font-weight: 500;
          gap: 10px;
         }


        .legal h2{
           margin-bottom: 25px;
        }
        
       .legal h2 span{
            color: #2c5530;
            border-bottom: 2px solid #2c5530;
            padding-bottom: 10px;
            font-weight: 700;
            font-size: 30px;
        }
       .legal-section h2 {
            color: #2c5530;
            margin-top: 25px;
            font-size: 25px;
            font-weight: 700;
        }
        .legal-section {
            margin-bottom: 25px;
        }
       .legal-section ul {
            padding-left: 20px;
        }
      .legal-section ul li {
            margin-bottom: 8px;
        }
      .legal-section  .highlight {
            background-color: #fffacd;
            padding: 10px;
            border-left: 4px solid #ffd700;
            margin: 15px 0;
        }
      .legal-section  .note {
            font-style: italic;
            color: #555;
        }

        .frh-head{
          color: #79690f;
          font-size: 28px!important;
        }

        .atraction-head h2 span{
          font-weight: 700;
          
          font-size: 35px;
          color: #79690f;
          border-bottom: 1px solid #79690f;
          padding-bottom: 10px;
        }

        .atraction-head h2{
          margin-top: 20px;
          margin-bottom: 40px;
        }

        .attraction-text h4{
          font-size: 25px;
          font-weight: 700;
        }

        .attraction-img{
          border-radius: 20px;
          overflow: hidden;
          margin-right: 10px;
        }

         .dest{
          display: flex;
          gap: 10px;
          align-items: center;
         }

        .dest span{
          display: flex;
          height: 30px;
          width: 30px;
          background-color: #ffb300;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
        }

        .du{
          display: flex;
          gap: 10px;
          align-items: center;
         }

        .du span{
          display: flex;
          height: 30px;
          width: 30px;
          background-color: #ffb300;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
        }

        .itinerary-section {
  background: #fffdf7;
}

.timeline {
  position: relative;
  margin: 0px 0;
  padding-left: 20px;
  border-left: 3px solid #194279;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-icon {
  width: 40px;
  height: 40px;
  background: #ff6f00;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 10;
}

.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.package-inclusions{
  padding: 20px;
  background-color: #f8fff1;
  box-shadow: rgba(14, 14, 14, 0.06) 0px 2px 30px 0px;
  border-radius: 10px;
  margin-top: 20px;

}

.package-inclusions h4{
 
  font-weight: 700;
}

.package-inclusions ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}

.package-inclusions ul li{
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.inclusion-exclusion{
  margin-bottom: 40px;
}

.package-inclusions ul li::before {
  content: "\2713";
  color: #34b20b;
  margin-right: 8px;
  font-weight: 800;
}


.package-exclusion{
  padding: 20px;
  background-color: #fff1f1;
  box-shadow: rgba(14, 14, 14, 0.06) 0px 2px 30px 0px;
  border-radius: 10px;
  margin-top: 20px;
}

.package-exclusion h4{
  
  font-weight: 700;
}

.package-exclusion ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}

.package-exclusion ul li{
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.package-exclusion ul li::before {
  content: "\2715";
  color: #b20b0b;
  margin-right: 8px;
  font-weight: 800;
}

.inclusion-exclusion{
  display: block;

}

@media screen and (min-width:991px){
/* Initially hide dropdown with opacity and transform */
.nav-item .dropdown-menu {
    display: block;         /* required for transition */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
    pointer-events: none;   /* prevents accidental hover */
}

/* On hover – show dropdown */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Highlight parent on hover */
.nav-item.dropdown:hover > .nav-link {
    color: #ff6f00;   /* change to your brand color */
}
}

.dropdown-menu{
  background: #686242;
}

.dropdown-item{
  color: #fff;
  border-bottom: 1px solid #a9a9a9!important;
}

.dropdown-item:last-child {
  border-bottom: none!important;
}

.dropdown-item:hover{
  background-color: #ff6f00;
  color: #fff;

}


.gallery-container {
           
            margin: 2rem auto;
            padding: 0 15px;
            position: relative;
        }
        
        .main-image-container {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            background-color: #f8f9fa;
            
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .main-image {
            max-width: 100%;
            width: 100%;
            object-fit: contain;
            transition: opacity 0.3s ease;
        }
        
        .thumbnail-container {
            display: flex;
            overflow-x: auto;
            padding: 10px 0;
            gap: 10px;
            scrollbar-width: thin;
        }
        
        .thumbnail-container::-webkit-scrollbar {
            height: 8px;
        }
        
        .thumbnail-container::-webkit-scrollbar-thumb {
            background-color: #6c757d;
            border-radius: 4px;
        }
        
        .thumbnail {
            width: 100px;
            height: 75px;
            object-fit: cover;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.2s ease;
            opacity: 0.7;
            border: 2px solid transparent;
        }
        
        .thumbnail:hover, .thumbnail.active {
            opacity: 1;
            border-color: #0d6efd;
            transform: scale(1.05);
        }
        
        .gallery-controls {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 15px;
        
        }
        .gallery-controls #prevBtn{
          left: 0;
          position: absolute;
    top: 30%;
        }
        .gallery-controls #nextBtn{
          right: 0;
          position: absolute;
    top: 30%;
        }

        @media screen and (max-width:768px) {
          .gallery-controls #prevBtn{
          left: 0;
          position: absolute;
    top: 18%;
        }
        .gallery-controls #nextBtn{
          right: 0;
          position: absolute;
    top: 18%;
        }
        .gallery-container{
          padding: 0px;
          margin: 1rem auto;
        }
        }
        
        .nav-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #4a452c;
            color: white;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: 0 3px 8px rgba(0,0,0,0.2);
        }
        
        .nav-icon:hover {
            background-color: #0b5ed7;
            transform: scale(1.05);
        }
        
        .nav-icon:active {
            transform: scale(0.95);
        }
        
        .image-counter {
            text-align: center;
            margin-top: 10px;
            font-weight: 500;
            color: #6c757d;
        }

        @media screen and (max-width:991px) {
          .mobile-order-2{
            order: 2;
          }
        }
        
        @media (max-width: 768px) {
            .thumbnail {
                width: 80px;
                height: 60px;
            }
            
           
            
            .nav-icon {
                width: 45px;
                height: 45px;
            }

           
        }
        .section-subtitle{
          text-align: center;
        }
          p{
              text-align: justify;
            }
        @media (max-width: 576px) {
            .thumbnail {
                width: 70px;
                height: 50px;
            }
            
          
            
            .nav-icon {
                width: 35px;
                height: 35px;
            }

        }

        .text-primary{
          color: #79690f!important;
        }

        .btn-service:hover{
          border: 1px solid #ff6f00;
          color: #fff;
        }
        .dest{
          align-items: center;
        }

         .dest p{
          margin-bottom: 0px;
         }

         .hotels-listing-box{
          border-radius: 10px;
          overflow: hidden;
          position: relative;
         }

         .hotels-listing-box img{
          transition: all ease 0.3s;
         }

         .hotels-listing-box:hover img{
          transform: scale(1.1);
         }
         .hotels-listing-box::after{
          content: "";
          display: flex;
          position: absolute;
          top: 0;
          bottom: 0;
          background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
          width: 100%;
          z-index: 0;
          
         }

         .hotels-name-star{
          position: absolute;
          bottom: 10px;
          left: 10px;
          z-index: 1;
          right: 10px;
         }

         .hotels-name-star h4{
          color: #fff;
          font-size: 20px;
          font-weight: 600;
         }

         .hotel-price h3{
          font-size: 22px ;
          color: #ffb300;
          font-weight: 700;
         }

         .hotel-btn .btn-hotel{
          background-color: #9f974f;
          color: #fff;
          border-radius: 20px;
          padding: 5px 15px;
          font-weight: 500;
         }

         .hotel-price-btn{
          display: flex;
          justify-content: space-between;
         align-items: center;
         }