body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
p,a,span{
   font-family: "Nunito Sans", sans-serif;
}



html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px; /* Offset top by 50px */
  }

*{
  padding: 0;
  margin: 0;
}
.flex-top{
  display: flex;
  justify-content: space-between;
}
.call-mail{
  display: flex;
  gap: 30px;
}

.top-nav{
  background-color: #1c1c1c;
}

.social-icons p{
  margin-bottom: 0px;
}

.call a i{
  color: #f5cc04;
}

.call a {
  color: #fff;
  font-size: 13px;
   text-decoration: none;
}

.call a:hover{
   color: #f5cc04;
}

.call a span {
   margin-right: 5px;
}

.mail a i{
  color: #f5cc04;
}

.mail a {
  color: #fff;
  font-size: 13px;
   text-decoration: none;
}

.mail a:hover{
  color: #f5cc04;
}

.mail a span{
  margin-right: 5px;
}

.social-icons p{
 display: flex;
 gap: 10px;
 font-size: 13px;
 padding-top: 3px;
}

.social-icons p a{
  color: #fff;
}

.social-icons p a:hover{
 color: #f5cc04;
}
.navbar{
  background-color: rgb(255, 255, 255);
  height: 80px;
  position: relative;
}

.navbar-brand img{
 border-radius: 50%;
 background-color: #fff;
     position: absolute;
    bottom: -75px;
    z-index: 1;
    border: 4px solid #fff;
}

#navbarNavDropdown{
  justify-content: end;
}

.navbar-nav{
  gap: 10px;
}

.nav-item .nav-link{
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.nav-item .nav-link::after{
  content: "";
  display: block;
  height: 2px;
  width: 0px;
  background-color: #00acc1;
  transition: all ease 0.3s;
}

.nav-item .nav-link:hover::after{
  width: 100%;
}

.carousel-item img{
   object-fit: cover;
}

.carousel-control-prev-icon{
  background-color: #00acc1;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
}

.carousel-control-next-icon{
  background-color: #00acc1;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 3rem;
  height: 3rem;
}

.carousel-content{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
}

.carousel-content h2{
  color: #f5cc04;
    font-size: 80px;
    text-transform: uppercase;
    font-family: fantasy;
    font-weight: 500;
    text-shadow: 1px 3px 3px #000;
}

.features{
  background-color: #f1f1f1;
}

.features-box{
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all ease 0.3s;
  
}

.cate-box{
 background-color: #00acc1!important;
 color: #fff;
 
}
.features-box h3{
  font-size: 25px;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
 justify-content: center;
 font-family: math;
 font-weight: 700;
}

.features-box img{
  display: block;
  margin: auto;
}

.features-box h6{
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.content-features{

  align-items: center;
  padding-top: 10px;
   padding-bottom: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.features-box:hover{
  background-color: #f5cc04;
}

.banner-form{
    position: absolute;
    background-color: #ff681a;
    border-radius:  30px 0px 0px 30px;
    right: 0;
    top: -90px;
    max-width: 380px;
    width: 360px;
    border: 1px solid #383838;
    padding: 20px 30px;
    padding-bottom: 20px;
    border-left: 10px solid #d4d4d4;
}

.banner-form form input{
  border-radius: 30px;
}

.banner-form form input::placeholder{
  font-size: 14px;
}

.banner-form form textarea{
  border-radius: 15px;
}

.banner-form form textarea::placeholder{
  font-size: 14px;
}

.banner-form form .btn{
  background-color: #00acc1;
  padding: 10px 40px;
  display: block;
  border-radius: 30px;
  width: 180px;
  margin: auto;
}

.banner-head h3{
 font-size: 24px;
 text-align: center;
 color: #fff;
}

.features {
  position: relative;
}

.dest-head{
  margin-top: 20px;
}

.dest-head p {
  text-align: center;
}

.dest-head p{
 color: #00acc1;
 font-size: 22px;
 font-weight: 500;
  font-family: "Kalam", san serif;
}

.dest-head h2{
  font-size: 40px;
  font-weight: 700;
}

.owl-carousel .item {
      padding: 10px;
    }

    .card {
      border-radius: 20px;
      overflow: hidden;
    }

    .card img {
      transition: all ease 0.3s;
      object-fit: cover;
      width: 100%;
    }

    /* Overlay content */
    .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      
      padding: 15px;
      background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%);
      color: white;
    }

    .owl-theme .owl-nav.disabled+.owl-dots{
      display: block!important;
    }

    .owl-theme .owl-dots .owl-dot span {
      width: 12px!important;
      height: 12px!important;
      margin: 5px 4px!important;
      background: transparent!important;
      display: block!important;
      border-radius: 50%!important;
      transition: all 0.3s ease;
      border: 1px solid #00acc1;
    }

    .owl-theme .owl-dots .owl-dot.active span {
      background: #00acc1!important;
      transform: scale(1.2);
      width: 30px !important;
      border-radius: 10px 10px 10px 10px !important;
    }

    .destination{
      padding-top: 80px!important;
    
    }

    .about-content .small-head{
      color: #00acc1;
 font-size: 22px;
 font-weight: 500;
  font-family: "Kalam", san serif;
  margin-bottom: 5px;
    }

    .about-content .main-head{
      font-size: 40px;
      font-weight: 700;
    }

    .flex-text{
      display: flex;
      gap: 40px;
    }

    .icon-check{
      display: flex;
      align-self: center;
      margin-right: 10px;
    }

    .flex-text p{
      padding-left: 20px;
      border-left: 2px solid #00acc1;
    }

    .about-content .btn{
      background-color: #00acc1;
      border-color: #00acc1;
      border-radius: 50px;
      margin-top: 20px;
      font-weight: 500;
    }

    .about-content .btn:hover{
      background-color: #f5cc04;
      border-color: #f5cc04;
      border-radius: 50px;
      margin-top: 20px;
      color: #000;
    
    }

   

    .about-2{
      position: absolute;
      right: 50px;
      bottom: 0;
      border-radius: 20px;
      overflow: hidden;
      max-width: 200px;
      border: 8px solid #fcfcfc;
    }

    .about-2 img{
      border-radius: 20px;
      
    }

    .package-section .heading{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

     .package-section .heading p{
       color: #00acc1;
 font-size: 22px;
 font-weight: 500;
  font-family: "Kalam", san serif;
  margin-bottom: 5px;
     }
     .package-section .heading h2{
      font-size: 40px;
      font-weight: 700;
     }

     .package-section .heading .btn-heading{
 background-color: #00acc1;
      border-color: #00acc1;
      border-radius: 50px;
      margin-top: 20px;
      font-weight: 500;
      color: #ffff;
     }

      .package-section .heading .btn-heading:hover{
  background-color: #f5cc04;
      border-color: #f5cc04;
      border-radius: 50px;
      margin-top: 20px;
      color: #000;
     }


       .tour-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      background-color: #ffffff;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .tour-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .card-img-top {
      
      object-fit: cover;
    }

    .favorite-icon {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #ffffff;
      border-radius: 50%;
      padding: 8px;
      font-size: 16px;
      color: #333;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    .location, .rating, .duration, .group-size {
      font-size: 14px;
      color: #6c757d;
    }

    .rating i {
      color: #00acc1;
    }

    .price {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      line-height: 16px;
    }

    .price small {
      font-size: 12px;
      color: #999;
    }

    .book-btn {
      background-color: #e6f8ff;
      color: #00acc1;
      border-radius: 25px;
      font-weight: 600;
      font-size: 14px;
      padding: 6px 16px;
      border: none;
    }

    .book-btn:hover {
      background-color: #00acc1;
      color: white;
    }

    .card-title {
      font-size: 16px;
      font-weight: 700;
      color: #000;
    }


    .package-section {
      /* background-color: #f8fafd; */

          background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(223, 246, 255, 0.8) 19.27%, rgba(223, 246, 255, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);

    }

    .location i{
      color: #00acc1;
    }

    .duration i{
color: #00acc1;
    }

    .group-size i{
      color: #00acc1;
    }

    .package-durations{
      border-bottom: 2px dotted #00acc1;
      padding-bottom: 10px;
    }

    .destination{
         background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(223, 246, 255, 0.8) 19.27%, rgba(223, 246, 255, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);
    }

    .card:hover img{
     transform: scale(1.1);
    }


    .card-img{
      overflow: hidden;
    }

    .card-img img{
      transition: all ease 0.3s;
    }

    .offer-deals{
      background-image: url(../img/offer-bg.jpg);
      background-position: center;
      background-size: cover;
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .offer-box .offer-no h2{
      font-size: 220px;
    color: #fff;
    font-family: fantasy;
    }

      .offer-box .offer-pres h4{
      font-size: 120px;
    color: #fff;
    font-family: fantasy;
    margin-bottom: 0px;
    font-weight: 100;
    }

    .offer-box .offer-pres h6{
      font-size: 60px;
    color: #fff;
    font-family: fantasy;
    margin-bottom: 0px;
    }

    .offer-box{
      display: flex;
      gap: 15px;
      justify-content: flex-end;
      
    }

    .offer-head p{ 
       color: #fff;
 font-size: 22px;
 font-weight: 500;
  font-family: "Kalam", san serif;
  margin-bottom: 0px;
    }

     .offer-head h2{ 
       color: #fff;
 font-size: 40px;
 font-weight: 700;
 
    }

    #Deals-boxes .owl-dots{
      display: none!important;
    }

    .deals-box{
      position: relative;
      overflow: hidden;
    }

    .deals-box img{
      border-radius: 10px;
    }

  

    .owl-prev{
        display: flex!important;
    width: 40px;
    height: 40px;
    background: #113d48!important;
    border-radius: 50%!important;
    justify-content: center;
    align-items: center;
    font-size: 30px!important;
    color: #fff!important;
    padding: 0px !important;
    }
      .owl-next{
      display: flex!important;
    width: 40px;
    height: 40px;
    background: #113d48!important;
    border-radius: 50%!important;
    justify-content: center;
    align-items: center;
    font-size: 30px!important;
    color: #fff!important;
    padding: 0px !important;
    }

    .owl-nav{
      display: flex;
      position: absolute;
      top: -120px;
      right: 0px;
      margin: 0px;
      gap: 10px;
    }

    .deals-box .overlay h5{
      font-size: 18px;
    }

    .why-section {
      padding: 80px 0;
      background: url(../img/wcs-bg.jpg);
      background-size: cover;
      background-position: center;
    }

    .section-title {
      color: #00acc1;
 font-size: 22px;
 font-weight: 500;
  font-family: "Kalam", san serif;
  margin-bottom: 5px;
    }

    .main-heading {
      font-size: 36px;
      font-weight: 700;
      color: #000;
    }

    .subtext {
      font-size: 16px;
      color: #6c757d;
      max-width: 600px;
    }

    .why-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 40px;
      position: relative;
    }

    .why-number {
      min-width: 60px;
      height: 60px;
      background-color: #e6f8ff;
      color: #00acc1;
      border-radius: 50%;
      font-weight: bold;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
    }

    .why-number::after {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      /* background: #00acc1; */
      border-left: 3px dotted #00acc1;
      top: 60px;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
    }

    .why-item:last-child .why-number::after {
      display: none;
    }

    .why-text h6 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #000;
    }

    .why-text p {
      font-size: 15px;
      color: #6c757d;
      margin: 0;
    }

    @media (max-width: 768px) {
      .main-heading {
        font-size: 28px;
      }
      .why-item {
        flex-direction: row;
      }
    }

    .wcs-img{
      overflow: hidden;

    }

    .wcs-img{
      position: absolute;
      right: 0px;
      max-width: 550px;
      top: 0px;
    }

    .deals-box a img{
      border: 2px solid #fff;
    }


    .gallery   h2 {
      text-align: center;
      font-weight: bold;
      margin-bottom: 40px;
      color: #00acc1;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 15px;
      max-width: 1200px;
      margin: auto;
    }

    .gallery-grid img {
      width: 100%;
      border-radius: 12px;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-grid img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

   .modal-content {
  background: transparent;
  border: none;
  text-align: center;
  position: relative;
  overflow: visible; /* allow buttons to appear above */
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.modal-body img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 10px;
  object-fit: contain;
}

/* Navigation Arrows */
.modal-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1060; /* Above image and modal */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  height: 50px;
  width: 50px;
  
}

.modal-navigation:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-navigation.left {
  left: 15px;
}

.modal-navigation.right {
  right: 15px;
}

/* Close Button */
.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1061; /* higher than everything else */
  background-color: white;
  border-radius: 50%;
  padding: 0.6rem;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-close:hover {
  background-color: #f1f1f1;
}


      footer {
      padding: 0px 0px 30px;
      color: #fff;
       background: #111;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1300px;
      margin: auto;
    }

    .footer-left {
          padding: 40px 20px 20px 20px;
    text-align: center;
    background-color: #4c5455;
    /* background-image: url(../img/footer-about-bg.png); */
    background-position: center;
    background-size: cover;
    margin: 0px 20px;
    border-radius: 0px 0px 30px 30px;
    color: #e9e9e9;
    }

    .footer-left img {
      width: 100px;
      margin-bottom: 10px;
     
      
    }

    .footer-left h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 30px 0 10px;
    }

    .footer-left p {
      font-size: 14px;
      margin-bottom: 20px;
    }

    .newsletter {
      position: relative;
    }

    .newsletter input[type="email"] {
      padding: 14px 20px;
      width: 100%;
      border-radius: 30px;
      border: none;
      font-size: 14px;
    }

    .newsletter button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      border: none;
      background: #00acc1;
      padding: 0 25px;
      border-radius: 30px;
      color: #fff;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .newsletter button:hover {
      background: #007c91;
    }

   footer .social-icons {
      margin-top: 20px;
    }

    footer .social-icons a {
      display: inline-block;
      background: #fff;
      color: #00acc1;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      margin-right: 10px;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    footer .social-icons a:hover {
      background: #00acc1;
      color: #fff;
    }

    .footer-column {
     padding-top: 60px;
    }

    .footer-column h4 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 700;
      position: relative;
    }

    .footer-column h4::after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      background: #00acc1;
      margin-top: 8px;
    }

    .footer-column ul {
      list-style: none;
      margin-top: 25px;
      padding-left: 0px;
    }

    .footer-column ul li {
      margin-bottom: 10px;
      font-size: 15px;
    }

    .footer-column ul li a {
      color: #ccc;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .footer-column ul li a:hover {
      color: #00acc1;
      padding-left: 5px;
    }

    .contact-box {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .contact-box i {
      font-size: 18px;
      color: #00acc1;
      margin-right: 15px;
      background: #fff;
      color: #00acc1;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 6px;
      text-align: center;
    }

    .contact-box p {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 0px;
    }

    .footer-bottom {
      text-align: center;
      border-top: 1px dashed #888;
      padding: 20px 0 0;
      margin-top: 40px;
      font-size: 14px;
      color: #ccc;
    }

    .footer-bottom a {
      color: #00acc1;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        gap: 30px;
      }

      .newsletter button {
        position: relative;
        width: 100%;
        border-radius: 30px;
        margin-top: 10px;
      }
    }

    .footer-contact-boxes{
      margin-top: 30px;
    }

    .about-1{
      overflow: hidden;
      border-radius: 10px;
    }
    .about-1 img{
      transition: all ease 0.3s;
    }
    .about-1:hover img{
      transform: scale(1.1);
    }

     .about-2{
      overflow: hidden;
     
    }
    .about-2 img{
      transition: all ease 0.3s;
    }
    .about-2:hover img{
      transform: scale(1.1);
    }

    .banner-about{
      background: url(../img/abut.jpg);
      padding-top: 80px;
      padding-bottom: 80px;
      background-position: center;
      background-size: cover;
    }
     .banner-listing{
      background: url(../img/listing-banner.jpg);
      padding-top: 80px;
      padding-bottom: 80px;
      background-position: center;
      background-size: cover;
    }
    .about-bage{
      display: flex;
      justify-content: center;
     

    }

    .about-bage p{
      padding: 5px 20px;
      color: #fff;
      font-weight: 500;
      font-family: monospace;
      border-radius: 20px;
      text-align: center;
       background-color: rgba(0, 172, 193, 0.8);
    }

     .about-bage p a{
      color: #fff;
      text-decoration: none;
     }

     .about-content h1{
      color: #fff;
      font-weight: 700;
      text-align: center;
     }


       .travel-process-section {
      padding: 80px 20px;
      text-align: center;
      background-color: #f8f9fc;
    }

    .travel-process-section h5 {
      color: #00acc1;
      font-weight: 600;
    }

    .travel-process-section h2 {
      font-weight: 700;
      margin-bottom: 60px;
      color: #12263f;
    }

    .process-wrap {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 30px;
    }

    .process-box {
      position: relative;
      background: #fff;
      padding: 30px 20px 20px;
      border-radius: 20px;
      width: 100%;
      max-width: 250px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
      margin: auto;
    }

    .process-box .step-circle {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #00acc1;
      color: #fff;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      z-index: 2;
    }

    .process-box .icon {
      font-size: 40px;
      color: #00acc1;
      margin-bottom: 15px;
    }

    .process-box h6 {
      font-weight: 700;
      font-size: 16px;
      color: #12263f;
    }

    .dotted-line {
      position: absolute;
      top: 25px;
      left: 50px;
      right: 50px;
      height: 2px;
      border-top: 2px dashed #00acc1;
      z-index: 0;
    }

    @media (max-width: 991px) {
      .process-wrap {
        flex-direction: column;
        align-items: center;
      }
      .dotted-line {
        display: none;
      }
    }

      .testimonial {
      min-height: 375px;
      position: relative;
      background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
      padding-top: 50px;
      padding-bottom: 50px;
      background-position: center;
      background-size: cover;
      color: #fff;
      text-align: center;
    }

    .testimonial .heading {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 30px;
      z-index: 1;
    }

   .testimonial .heading::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      height: 40px;
      width: 180px;
      background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png) no-repeat center;
      background-size: contain;
    }

    .testimonial .owl-carousel .item {
      width: 100%;
      max-width: 800px;
      margin: auto;
      padding: 20px;
    }

    .testimonial4_slide {
      width: 100%;
      margin: auto;
      padding: 20px;
      position: relative;
      animation: fadeInUp 0.8s ease-in-out;
    }

    .testimonial4_slide img {
      width: 136px;
      height: 136px;
      border-radius: 50%;
      margin: 0 auto;
      display: block;
      box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }

    .testimonial4_slide p {
      font-size: 20px;
      line-height: 1.4;
      margin: 40px 0 20px 0;
    }

    .testimonial4_slide h4 {
      font-size: 22px;
      margin-top: 10px;
    }

    .owl-dots {
      margin-top: 30px;
    }

    .owl-dots .owl-dot span {
      background: #fff !important;
      width: 14px;
      height: 14px;
      display: inline-block;
      border-radius: 50%;
    }

    .owl-dots .owl-dot.active span {
      background-color: #9dd3af !important;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 576px) {
      .testimonial4_slide {
        width: 100%;
      }

      .testimonial4_slide p {
        font-size: 16px;
      }

      .testimonial4_slide h4 {
        font-size: 18px;
      }

      .modal-navigation{
        font-size: 1rem;
        height: 30px;
    width: 30px;
      }

    }

    .testimonial4_slide img{
      width: 80px!important;
      height: 80px!important;
    }

    .highlight-card h4{
      font-size: 20px;
      margin-top: 6px;
      font-weight: 700;
    }
     .highlight-card h4 i{
      margin-right: 2px;
      color: #000!important;
     }

      .highlight-card h4 span{
      color: #888;
      font-weight: 500;
      font-size: 14px;
    }

    .info-item a{
      font-size: 20px;
      text-decoration: none;
      color: #007c91;
      font-weight: 600;
    }


   .container-fluid{
    padding-left: 20px;
    padding-right: 20px;
   }

   @media screen and (max-width:768px) {
     .container-fluid{
    padding-left: 10px;
    padding-right: 10px;
   }
   .left-content{
    padding: 15px!important;
   }
   .overview-text{
    text-align: justify;
   }
   .day-content p{
    text-align: justify;
   }
   }

   .dropdown:hover .dropdown-menu{
    display: block;
    background-color: #00acc1;
    color: #fff;
   }

   .dropdown-menu .dropdown-item{
    color: #fff;
   }

  .dropdown-item:focus, .dropdown-item:hover{
    color: #007c91;
    background-color: #fff;
   }

    .main-banner {
            height: 450px;
            position: relative;
            margin-bottom: 30px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .banner-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .banner-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            padding: 30px;
            color: #fff;
        }
        
        .package-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .package-duration {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        .price-tag {
            background-color: #00acc1;
            color: #fff;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 20px;
            font-weight: 700;
            display: inline-block;
        }
        
        /* Main Content Layout */
        .content-wrapper {
            display: flex;
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .left-content {
            flex: 2;
            background: #fff;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .right-sidebar {
            flex: 1;
        }
        
        /* Section Headers */
        .section-title-inner {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #333;
            border-bottom: 2px solid #00acc1;
            padding-bottom: 8px;
            display: inline-block;
        }
        
        /* Overview Section */
        .overview-text {
            margin-bottom: 25px;
            color: #555;
        }
        
        .highlights-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .highlight-card {
            flex: 1 1 200px;
            background: #f9f9f9;
            border-radius: 6px;
            padding: 15px;
            border-left: 3px solid #00acc1;
        }
        
        .highlight-card i {
            color: #00acc1;
            margin-right: 8px;
        }
        
        /* Itinerary Section */
        .itinerary-day {
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
        
        .day-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .day-number {
            background-color: #00acc1;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-right: 15px;
        }
        
        .day-title {
            font-size: 18px;
            font-weight: 600;
        }
        
        .day-content {
            color: #555;
          
        }
        
        /* Inclusions/Exclusions */
        .inclusion-exclusion {
            display: block;
            margin-bottom: 30px;
        }
        
        .inclusion-box, .exclusion-box {
            flex: 1;
            background: #f9f9f9;
            padding: 20px 20px 20px 20px;
            border-radius: 6px;
        }
        
        .inclusion-box h3, .exclusion-box h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #333;
        }
        
        .inclusion-list, .exclusion-list {
            list-style: none;
            padding-left: 10px;
        }
        
        .inclusion-list li, .exclusion-list li {
            margin-bottom: 10px;
          
            position: relative;
        }
        
        .inclusion-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #4CAF50;
            position: absolute;
            left: -20px;
        }
        
         .inclusion-list ol li:before {
            content: "";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #4CAF50;
            position: absolute;
            left: -20px;
        }

        .exclusion-list li:before {
            content: "\f00d";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #f44336;
            position: absolute;
           
             left: -20px;
        }
        
        /* Price Box */
        .price-box {
            background: #fff;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 30px;
            text-align: center;
        }
        
        .price-amount {
            font-size: 28px;
            font-weight: 700;
            color: #00acc1;
            margin: 15px 0;
        }
        
        .price-per {
            color: #777;
            margin-bottom: 20px;
        }
        
        .book-now-btn {
            background-color: #00acc1;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: background 0.3s;
        }
        
        .book-now-btn:hover {
            background-color: #e64a19;
        }
        
        /* Inquiry Form */
        .inquiry-form {
            background: #00acc1;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .inquiry-form h3{
            margin-bottom: 15px;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
        }
        
        .inquiry-form .form-group {
            margin-bottom: 12px;
        }
        
        .inquiry-form .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #f3f3f3;
        }
        
       .inquiry-form  .form-control {
            width: 100%;
            padding: 5px 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
        }

        form .submit-btn{
          background-color: #000!important;
        }
        
        .submit-btn {
            background-color: #00acc1!important;
            color: #fff!important;
            border: none;
            padding: 6px 30px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background-color: #388E3C;
        }
        
        /* Quick Info */
        .quick-info {
            background: #fff;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-top: 20px;
        }
        
        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .info-item i {
            color: #00acc1;
            margin-right: 15px;
            font-size: 30px;
            width: 30px;
            text-align: center;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .inclusion-exclusion {
                flex-direction: column;
            }
            
            .main-banner {
                height: 300px;
            }
        }

        .right-sidebar {
        position: sticky;
        top: 0px; /* Adjust this value based on your header height */
        height: calc(100vh - 100px); /* Viewport height minus some space */
        
        padding-bottom: 20px;
    }
    
    /* Optional: Add scrollbar styling */
    .right-sidebar::-webkit-scrollbar {
        width: 5px;
    }
    
    .right-sidebar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
   
    
    /* Ensure the sidebar doesn't get too wide on large screens */
    @media (min-width: 1200px) {
        .right-sidebar {
            max-width: 350px;
        }
    }

    .day-title span{
        color: #00acc1;
    }
      /* Reset & Base Styles */
        .contact-page {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
            color: #333;
            line-height: 1.6;
            background-color: #f9f9f9;
        }

        /* Hero Banner */
        .contact-hero {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://example.com/contact-bg.jpg');
            background-size: cover;
            background-position: center;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            margin-bottom: 50px;
        }

        .contact-hero-content {
            max-width: 800px;
            padding: 0 20px;
        }

        .contact-hero-title {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .contact-hero-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        /* Main Content */
        .contact-main-container {
           
            margin: 0 auto;
            padding: 0 15px 50px;
        }

        .contact-content-wrapper {
            display: flex;
            gap: 40px;
            margin-bottom: 50px;
            margin-top: 50px;
        }

        @media (max-width: 768px) {
            .contact-content-wrapper {
                flex-direction: column;
            }
        }

        /* Contact Info Section */
        .contact-info-section {
            flex: 1;
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

         .contact-info-content{
          border-bottom: 1px solid #cccccc;
          width: 100%;
         }
        .contact-info-content h3{
          font-weight: 700;
        }

        .contact-section-title {
            font-size: 1.8rem;
            margin-bottom: 25px;
            color: #2c3e50;
            position: relative;
            padding-bottom: 10px;
        }

        .contact-section-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 3px;
            background: #00acc1;
        }

        .contact-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .contact-info-icon {
            background: #00acc1;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .contact-info-content h3 {
            font-size: 1.2rem;
            margin-bottom: 5px;
            color: #2c3e50;
        }

        .contact-info-content p,
        .contact-info-content a {
            color: #555;
            text-decoration: none;
            transition: color 0.3s;
           margin-top: 0px;
        }

        .contact-info-content a:hover {
            color: #00acc1;
        }

        .contact-social-links {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }

        .contact-social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f1f1f1;
            color: #555;
            transition: all 0.3s;
        }

        .contact-social-link:hover {
            background: #00acc1;
            color: white;
            transform: translateY(-3px);
        }

        /* Contact Form Section */
        .contact-form-section {
            flex: 1;
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .contact-form-group {
            margin-bottom: 15px;
        }

        .contact-form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #555;
        }

        .contact-form-control {
            width: 93%;
            padding: 6px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            transition: border 0.3s;
        }

        .contact-form-control:focus {
            outline: none;
            border-color: #00acc1;
        }

        .contact-form-textarea {
            min-height: 60px;
            resize: vertical;
        }

        .contact-submit-btn {
            background: #00acc1;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .contact-submit-btn:hover {
            background: #00acc1;
        }

        /* Map Section */
        .contact-map-section {
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .contact-map-iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Footer */
        .contact-footer {
            background: #2c3e50;
            color: white;
            padding: 30px 0;
            text-align: center;
        }

        .contact-footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .contact-footer-text {
            opacity: 0.8;
        }

        .book-btn{
          text-decoration: none;
        }

        .dropdown-menu .dropdown-item {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dddddd;
}

.partners img{
   border-radius: 10px;
   max-width: 300px;
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


 .mission-vision-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            font-weight: 700;
            color: var(--primary-color);
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
        }
        
        .section-header h2:after {
            content: '';
            position: absolute;
            width: 70px;
            height: 4px;
            background: var(--secondary-color);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .section-header p {
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .card-custom {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            background: white;
        }
        
        .card-custom:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .card-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 32px;
            color: white;
        }
        
        .mission .card-icon {
            background: linear-gradient(135deg, #3498db, #2980b9);
        }
        
        .vision .card-icon {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
        }
        
        .card-custom h3 {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .card-custom p {
            color: #555;
            margin-bottom: 20px;
        }
        
        .values-list {
            list-style: none;
            padding-left: 0;
            margin-top: 25px;
        }
        
        .values-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
        }
        
        .values-list i {
            color: var(--secondary-color);
            margin-right: 10px;
            margin-top: 5px;
            flex-shrink: 0;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 25px;
            border-radius: 10px;
            margin-top: 25px;
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
        
        .highlight-box h4 {
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .divider {
            height: 2px;
            background: linear-gradient(to right, transparent, #ddd, transparent);
            margin: 40px 0;
        }
        
        @media (max-width: 768px) {
            .mission-vision-section {
                padding: 50px 0;
            }
 
            .card-custom {
                margin-bottom: 30px;
            }
        }

        .intern-img{
          position: relative;
          overflow: hidden;
          border-radius: 10px;
          
        }

        .intern-img:hover img{
          transform: scale(1.1);
      
        }

        .intern-img img{
        
          transition: all ease 0.5s;
        }

        .intern-img::after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 10%, rgba(84, 84, 84, 0.1) 80%);
    border-radius: 5px;
}

.intern-content{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 111;
  
}

.intern-content p span{
  color: #eeea00;
}

.intern-content h5{
  color: #fff;
  font-size: 25px;
}

@media screen and (min-width:1400px) {
  .features .container-fluid{
    position: relative;
  }
}

@media screen and (max-width:400px) {
  .mail a {
    font-size: 12px;
}

.call a {
    font-size: 12px;  
}
.banner-form{
  width: 100%;
}

.banner-form{
  padding: 20px 14px;
}
.navbar-brand img {
    bottom: -50px;
    width: 120px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
}
.overlay h5{
  font-size: 15px;
}
.about-content .main-head {
        font-size: 22px!important;
        font-weight: 700;
    }
    .about-content h4{
      font-size: 18px;
    }
    .flex-text{
      gap: 10px!important;
    }
    .package-section{
      padding-top: 20px!important;
    }
    .package-section .heading p{
      font-size: 20px;
    }
    .package-section .heading h2 {
        font-size: 23px!important;
    }
    .package-section .heading .btn-heading{
      margin-top: 10px;
    }
    .offer-box .offer-no h2{
      font-size: 190px;
    }
    .offer-box .offer-pres h4{
      font-size: 100px;
    }
    .offer-head h2{
      font-size: 22px;
    }
    .offer-carousel .dest-slider{
      margin-top: 60px!important;
    }
        .wcs-img img {
        width: 110%!important;
    }
    .testimonial4_slide{
      padding: 20px 0px;
    }
    .about-more-content {
      text-align: justify;
      font-size: 15px;
    }
    .package-title{
      font-size: 27px;
    }
    .left-content{
       background: none;
       box-shadow: none;
       padding: 0px!important;
    }
    .highlight-card{
      background: #ffffff;
    }
    .day-number{
      margin-right: 10px;
    }
    .itinerary-day {
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}
.footer-column {
    padding-top: 40px;
    padding-left: 15px;
}
.partners{
  margin-top: 10px;
}

.contact-section-title{
  font-size: 1.6rem;
}

.contact-info-section{
  padding: 20px 10px;
}

.contact-form-control{
  width: 100%;
}
}

/* LEFT – CALL BUTTON */
.fixed-call-btn {
  position: fixed;
  left: 20px;
  bottom: 60px;
  background: #ff6f00;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: 0.3s;
}

/* RIGHT – WHATSAPP BUTTON */
.fixed-whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 60px;
  background: #25D366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: 0.3s;
}

.fixed-call-btn:hover,
.fixed-whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.fixed-call-btn svg,
.fixed-whatsapp-btn svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
