    :root {
      --forest-green: #345b34;
      --deep-ocean-blue: #005477 ;
      --golden-sunset: #FFA500;
      --transition: all 0.3s ease;
      --border-radius: 8px;
    }
    body {
      font-family: "Montserrat", sans-serif;
      color: #333;
      scroll-behavior: smooth;
    }
    h2{
        color: var(--forest-green) !important;
    }
    p{
      font-weight: 500;
    }
    .section{
        padding: 60px 0;
    }
    .bg-light{
      background-color: #0053770e !important;
    }
    .navbar {
    background-image: linear-gradient(180deg, var(--forest-green), #4d7a4d);
    }

    .navbar-brand img{
      max-width: 150px;
      max-height: 150px;
    }
    .navbar-brand, .nav-link {
      color: white !important;
    }
    .navbar-brand:hover, .nav-link:hover {
      color: var(--golden-sunset) !important;
    }
    .btn-primary {
      background-color: var(--forest-green);
      border-color: var(--forest-green);
    }
    .btn-primary:hover {
      background-color: var(--deep-ocean-blue);
      border-color: var(--deep-ocean-blue);
    }
    footer {
        background-image: linear-gradient(180deg, var(--forest-green), #4d7a4d);
      color: #fff;
      padding: 1rem;
    }
.carousel-item {
  height: 950px;
  overflow: hidden;
  position: relative;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
}

.overlay-box {
  
  background: linear-gradient(180deg, var(--forest-green), #4d7a4d00);
  background-blend-mode: overlay; /* Or 'screen' for a lighter effect */

  padding: 20px 30px;
  border-radius: 10px;
  display: inline-block;
}
.about .content .who-we-are {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--forest-green), transparent 40%);
}

.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--deep-ocean-blue);
}

.about p{
    color: var();
    font-size: 20px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}


.about .about-images img {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .section-title h2 {
  color: var(--accent-color);
  font-size: 20px;
}
.services h3{
  color: var(--deep-ocean-blue);
  padding-bottom: 20px;
}
.section_whychooseusTitle{
  color: var(--forest-green);
}
.services .content .service-item {
  background-color: var(--surface-color);
  padding: 20px 30px;
  border-top: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
  border-left: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
  position: relative;
   display: flex;
  flex-direction: column;
  align-items: center;

}

.services .content .service-item .number {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 400;
  color: color-mix(in srgb, var(--deep-ocean-blue), transparent 80%);
}

.services .content .service-item .service-item-icon {
  position: relative;
  margin-bottom: 20px;
  color: var(--accent-color);

}
.service-item  img{
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
}
.services .content .service-item .service-item-content .service-heading {
  font-size: 20px;
  color: var(--deep-ocean-blue);
  font-weight: 400;
  text-align: center;
}

.services .content .service-item .service-item-content p {
  font-size: 15px;
}

@media (min-width: 769px) {
  .services .content [class^=col-]:nth-child(4n+4) .service-item {
    border-right: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
  }

  .services .content [class^=col-]:nth-last-child(-n+4) .service-item {
    border-bottom: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
  }
}

@media (max-width: 768px) {
  .services .content [class^=col-]:nth-child(2n+2) .service-item {
    border-right: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
  }

  .services .content [class^=col-]:last-child .service-item,
  .services .content [class^=col-]:nth-last-child(2) .service-item {
    border-bottom: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
  }
}

@media (max-width: 576px) {
  .services .content [class^=col-] .service-item {
    border: 1px solid color-mix(in srgb, var(--deep-ocean-blue), transparent 90%);
    margin-bottom: 10px;
  }
}

.service-item i {
  font-size: 80px;
  color: var(--deep-ocean-blue);
}

.service-item svg{
  color: var(--deep-ocean-blue);
}
        /* Our Trips Layout */
        #ourtrips{
          padding-top: 55px;
          padding-bottom: 55px;
        }
        .trips-wrapper {
            display: flex;
            gap: 30px;
        }
        
        .filter-sidebar {
            flex: 0 0 250px;
            background-color: white;
            padding: 20px;
            border-radius: var(--border-radius);
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            max-height: 600px;
        }
        
        .trips-container {
            flex: 1;
        }
        
        /* Filter Styles */
        .trips-filters {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
        }
        
        .trips-filters li {
            padding: 10px 15px;
            margin-bottom: 8px;
            cursor: pointer;
            border-radius: var(--border-radius);
            transition: var(--transition);
        }
        
        .trips-filters li:hover {
            background: rgba(46, 204, 113, 0.1);
            color: var(--primary-color);
        }
        
        .trips-filters li.filter-active {
            background: var(--forest-green);
            color: white;
        }
        
        /* Trips Grid */
        .trips-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }
        
        .trip-item {
            position: relative;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: var(--transition);
        }
        
        .trip-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .trip-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
            transition: var(--transition);
        }
        
        .trip-item:hover .trip-img {
            transform: scale(1.05);
        }
        
        .trip-info {
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.41);
            color: white;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            transition: var(--transition);
            opacity: 0;
        }
        
        .trip-item:hover .trip-info {
            bottom: 0;
            opacity: 1;
        }
        
        .trip-category {
            font-size: 0.9rem;
            color: var(--primary-color);
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .trip-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .trip-desc {
            font-size: 0.95rem;
            margin-bottom: 0;
            line-height: 1.6;
        }
        
        .trip-date {
            font-size: 0.85rem;
            margin-top: 10px;
            color: #ddd;
            display: flex;
            align-items: center;
        }
        
        .trip-date i {
            margin-right: 5px;
        }
        
        /* Isotope Filtering */
        .isotope-hidden {
            display: none !important;
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            .trips-wrapper {
                flex-direction: column;
            }
            
            .filter-sidebar {
                flex: 0 0 auto;
                margin-bottom: 30px;
            }
            
            .trips-filters {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
            }
            
            .trips-filters li {
                margin-bottom: 0;
            }
        }
        
        @media (max-width: 768px) {
            .trips-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
        }
.why_us_wrapper {
  margin: 5vh 0;
}

.why_us_card {
  border: none;
  border-radius: 20px;
  min-height: 420px;
  box-shadow: 0 0 12px rgba(52, 91, 52, 0.336);
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 768px) {
  .why_us_card {
    min-height: 350px;
  }
}

@media (max-width: 420px) {
  .why_us_card {
    min-height: 300px;
  }
}

.why_us_card-has-bg {
  background-color: #ffffff;
  position: relative;
}

.why_us_card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.why_us_card-has-bg:hover .why_us_card-img-overlay {
  background: rgba(255, 255, 255, 0.95);
}

.why_us_card-has-bg:hover .why_us_card-body {
  margin-top: 20px;
}

.why_us_card-img-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  height: 100%;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.why_us_card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.why_us_card-title {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 1rem;
  color: var(--forest-green);
}

.why_us_card ul {
  padding-left: 1rem;
  list-style: none;
}

.why_us_card ul li::before {
  content: "-";
  color: #345b34;
  margin-right: 5px;
}

.our_trip_section_wrapper {
  margin: 5vh 0;
}

/* Card styling */
.our_trip_section_card {
  border: none;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 20px;
  min-height: 650px;
  max-height: 950px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  padding: 1.5rem;
   background: linear-gradient(to top, rgba(255, 186, 33, 0.3), rgba(246, 246, 246, 0.773));
}

.our_trip_section_card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.our_trip_section_card-img-overlay {
  position: relative;
 
  height: 100%;
  padding: 1rem;
  transition: all 0.4s ease;
}

.our_trip_section_card-body {
  transition: all 0.4s ease;
}

.our_trip_section_card:hover .our_trip_section_card-body {
  margin-top: 10px;
}

.our_trip_section_card-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  color: #00739e;

}

.our_trip_section_wrapper .nav-pills .nav-link {
  background-color: #005477; 
  color: #fff;
  border-radius: 30px;
  padding: 0.6rem 1.2rem;
  margin: 0 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
}

.our_trip_section_wrapper .nav-pills .nav-link:hover {
  background-color: #00739e;
  color: #fff;
}

.our_trip_section_wrapper .nav-pills .nav-link.active {
  background-color: #FFA500;
  color: #000;
  font-weight: 600;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.our_trip_section_wrapper .nav-tabs-container {
  padding: 1rem 0;
}

.our_trip_section_card-2 {
  border: none;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;  /* Reduced from 650px */
  max-height: 550px;  /* Reduced from 750px */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(255, 186, 33, 0.3), rgba(246, 246, 246, 0.773));
}

@media (max-width: 768px) {
  .our_trip_section_card {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .our_trip_section_card {
    min-height: 360px;
    max-height: 100%;
  }
}

 .btn-warning {
  background-color: #345b34 !important;
  border-color: #345b34 !important;
  color: #fff !important;
}
.btn-warning:hover {
  background-color: #005477 !important;
  border-color: #026691 !important;
  color: #fff !important;
}

.our_trip_section_card-body hr {
  border: 1px dashed #4d7a4d;
}

.our_trip_section_card-body li {
  font-size: 18px;
  font-weight: 550;
  color: #345b34;
}
.our_trip_section_card-body p{
  color: #345b34;
  font-size: 20px;
  font-weight: 600;
}

.book-whatsapp-modal-pop-out {
  width: 100%;
  max-width: 100%;
}

.book-whatsapp-modal-pop-out .input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.book-whatsapp-modal-pop-out .ic1 {
  margin-top: 10px;
}

.book-whatsapp-modal-pop-out .ic2 {
  margin-top: 25px;
}

.book-whatsapp-modal-pop-out .input {
  border-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  outline: 0;
  padding: 0px 20px;
  width: 100%;
  color: #005477;
}

.book-whatsapp-modal-pop-out .cut {
  background-color: #ffffff;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 168px;
}

.book-whatsapp-modal-pop-out .cut-short {
  width: 50px;
}

.book-whatsapp-modal-pop-out .input:focus ~ .cut,
.book-whatsapp-modal-pop-out .input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.book-whatsapp-modal-pop-out .placeholder {
  color: #005477;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.book-whatsapp-modal-pop-out .input:focus ~ .placeholder,
.book-whatsapp-modal-pop-out .input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.book-whatsapp-modal-pop-out .input:not(:placeholder-shown) ~ .placeholder {
  color: #666;
}

.book-whatsapp-modal-pop-out .input:focus ~ .placeholder {
  color: #007bff;
}
/* .placeholder{
  background-color: rgba(181, 181, 181, 0) !important;
} */
.input-label {
  color: #345b34;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .input-label,
.input:not(:placeholder-shown) ~ .input-label {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:focus ~ .input-label {
  color: #345b34;
  font-weight: 700;
}
.swal2-confirm{
  background-color: #345b34;
}

    .custom-select-wrapper {
      position: relative;
      width: 100%;
    }

    .custom-select-wrapper select {
      width: 100%;
      padding: 0.75rem 2.5rem 0.75rem 1rem;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 12px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: none;
      transition: border-color 0.2s ease-in-out;
    }

    .input:focus, .custom-select-wrapper select:focus {
      outline: none;
      border-color: #4CAF50; /* green */
    }

    .custom-arrow {
      position: absolute;
      pointer-events: none;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #333;
    }


.floating_langChg_container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 100px;
  right: 0;
  margin: 5px 6px;
  z-index: 100;
}

.floating_langChg_container:hover {
  height: 220px;
}

.floating_langChg_button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #005477;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 32px;
  z-index: 99;
  box-shadow: 0 10px 25px -5px rgba(0, 84, 119, 0.6);
  cursor: pointer;
  transition: all 0.3s;
}

.floating_langChg_elements .floating_langChg_element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 58px;
  opacity: 0;
  transform: translateY(100px);
  cursor: pointer; 
  transition: all 0.3s ease;
}

.floating_langChg_container:hover .floating_langChg_element:nth-child(1) {
  animation: floating_langChg_comein 0.4s forwards 0.2s;
}
.floating_langChg_container:hover .floating_langChg_element:nth-child(2) {
  animation: floating_langChg_comein 0.4s forwards 0.4s;
}

.floating_langChg_container:hover .floating_langChg_button {
  box-shadow: 0 10px 25px rgba(0, 84, 119, 0.6);
  transform: translateY(5px);
}

.floating_langChg_element i.material-icons {
  vertical-align: middle;
  font-size: 18px;
}

.floating_langChg_element:nth-child(1) {
  background: #bf1515;
  box-shadow: 0 20px 20px -10px rgba(0, 119, 166, 0.5);
}

.floating_langChg_element:nth-child(2) {
  background: #0099cc;
  box-shadow: 0 20px 20px -10px rgba(0, 153, 204, 0.5);
}

@keyframes floating_langChg_comein {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  30% {
    transform: translateX(-50px) scale(0.4);
  }
  70% {
    transform: translateX(0px) scale(1.2);
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

.swal2-confirm:hover{
background-color: var(--deep-ocean-blue);
      border-color: var(--deep-ocean-blue);
}

.nav-link.active:hover{
  color: var(--deep-ocean-blue) !important;
}

.modal-dialog-scrollable .modal-content{
  max-height: 90%;
}

.our_trip_section_card {
  max-width: 800px;
  margin: 0 auto;
}

/* Form */
.our_trip_package_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.our_trip_package_field label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

/* Submit */
.our_trip_package_submit {
  display: block;
  width: 75%; /* adjust between 70% - 80% */
  margin: 20px auto; /* center horizontally */
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #345b34, #4e8c4e);
  cursor: pointer;
  transition: all 0.3s ease;
}

.our_trip_package_submit:hover {
  background: linear-gradient(135deg, #2b4a2b, #3d703d);
  transform: scale(1.03);
}

/* Radio */
.our_trip_package_radio {
  display: flex;
  gap: 1rem;
}

/* Dropdown */
.our_trip_package_dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.our_trip_package_dropdown_btn {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.our_trip_package_dropdown_content {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 6px;
  margin-top: 0.2rem;
  z-index: 10;
  padding: 0.5rem;
}
.our_trip_package_dropdown_content label {
  display: block;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.our_trip_package_dropdown.active .our_trip_package_dropdown_content {
  display: block;
}