@font-face {
  font-family: "Calistoga";
  src: url("../fonts/Calistoga-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  /* padding-top: 70px; */
}
.topbar{
    background: #079597;
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-hero {
  position: relative;
}
.index-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* Added transparent navbar styling with scroll effect */
.navbar-transparent {
  background-color: transparent !important;
  transition: all 0.3s ease;
  padding: 1rem 0;
  box-shadow: none;
}

.navbar-transparent.scrolled {
  background-color: rgba(0, 0, 0, 0.95) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

.navbar-brand {
  color: white !important;
  /* font-size: 1.5rem; */
}

.navbar-nav .nav-link {
  color: white !important;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 3px 3px 4px 3px;
}

.navbar-nav .nav-link:hover {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}

.navbar-nav .nav-link.active {
  background-color: rgba(179, 179, 179, 0.3) !important;
}
/* Dropdown hover effect - sirf large screens pe (lg aur upar) */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* smooth alignment */
  }

  /* Parent link clickable rahega (hover pe bhi page pe ja sakega) */
  .navbar .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }

  /* Optional: Arrow indicator on hover */
  .navbar .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }
  .navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* Dropdown items ka styling (optional better look) */
.navbar .dropdown-menu .dropdown-item {
  font-size: 0.95rem;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
/* Search container styling */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-container input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.search-container input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-container input:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.search-container button {
  margin-left: -30px;
}
.nav-icon {
  border-radius: 50%;
  transition: all 0.3s ease;
}
.nav-icon:hover {
  background-color: #079597;
  color: #fff;
}
.nav-contact {
  transition: all 0.3s ease;
}
.nav-contact:hover {
  color: #079597 !important;
}
.green-color{
  color: #079597 !important;
}
.yellow-color{
  color: #ffa600 !important;
}
.light-green{
  color: #467c4d !important;
}
.svg-toggler {
  border: 1px solid #ffffff;
  padding: 8px 10px;
  border-radius: 12px;
  background: transparent;
}

.svg-toggler svg {
  stroke: #ffffff; /* yahin se color change */
  fill: #ffffff;
}

.svg-toggler:focus {
  box-shadow: none;
}
/* Hover dropdown for Home and Packages */
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown-hover > .dropdown-toggle::after {
    display: none;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.carousel-item {
  height: 650px;
  position: relative;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
}

/* Added video styling for hero section */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  z-index: 1;
}

/*.hero-content {*/
/*  font-family: "Courgette", cursive;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  text-align: center;*/
/*  width: 80%;*/
/*  z-index: 10;*/
/*}*/

.hero-content {
    font-family: "Courgette", cursive;
    position: absolute;
    bottom: -180px !important;
    left: 2%;
}

@media (max-width:768px){
  .hero-content {
    font-family: "Courgette", cursive;
    position: absolute;
    bottom: -90px !important;
    left: 2%;
}
}

.hero-content h1 {
  letter-spacing: 1.2px;
}
.hero-content p {
  letter-spacing: 1px;
}
.hero-content .btn-primary {
  transition: all 0.3s ease;
}
.hero-content .btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.carousel-control-prev {
  left: 3%;
}
.carousel-control-next {
  right: 3%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(128, 128, 128, 0.5);
  border: none;
  z-index: 11;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
  font-size: 2rem;
  color: white;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #079597;
}

/* Contact Bar */
.contact-bar {
  background: linear-gradient(135deg, #079597 0%, #0a58ca 100%);
}
.btn-primary{
  border-color: #079597;
}
.contact-bar i {
  color: white;
}

.contact-bar p {
  display: inline-block;
  margin-left: 0.5rem;
}
.contact-bar-video {
  max-width: 250px;
  width: 100%;
  height: 58px;
  border-radius: 100px;
  object-fit: cover;
}

/* Companies Section */
.companies-section {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.section-subtitle {
  color: #6c757d;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 20px;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}

.partners-carousel {
  position: relative;
  overflow: hidden;
  /* background: white; */
  border-radius: 15px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  /*padding: 40px 0;*/
}
.partners-carousel .carousel-track .partner-item .partner-logo{
  width: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .partners-carousel {
    /*padding: 20px 0;*/
  }
}
.carousel-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: calc(200rem * 6);
}
.partner-item {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 20px;*/
  transition: all 0.3s ease;
}
.partner-item:hover {
  transform: scale(1.1);
}

/* offer section  */
.offer-carousel .item img {
  border-radius: 15px;
}
/* destination section  */
.top-destination {
  position: relative;
  background-color: #f1f1f1;
}
.parachute {
  position: absolute;
  right: 1%;
  bottom: 10%;
  z-index: -1;
}
.parachute img {
  width: 100px;
  animation: fadeupdown 2s linear infinite;
}
@keyframes fadeupdown {
  0% {
    transform: translateY(35px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(35px);
  }
}

.destination-card {
  border-radius: 15px;
  height: 225px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000040;
}
.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.destination-card:hover img {
  transform: scale(1.1);
}
/* .destination-card img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 11111;
} */


.destination-card-content {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.destination-card-content .desti-activities {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 40px;
  padding-top: 50px;
  /* display: flex; */
  /* justify-content: space-evenly; */
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  /* background: linear-gradient(
    rgba(0,0,0,0),
    rgba(0,0,0,0.7)
  ); */
}

.destination-card-content .desti-activities .btn-primary{
  margin-top: 5px;
  padding: 5px 10px;
  background-color: transparent !important;
  border: none !important;
  font-size: 12px;
  position: relative;
  z-index: 11;
  text-shadow: 2px 1px 5px #000000;
}

.destination-card-content .desti-activities .activity-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.destination-card-content .desti-activities .activity-image:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 35px;
  background: rgba(255, 255, 255, 0.8);
}
.destination-card-content .common-activities .activity-image:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 35px;
  background: rgba(255, 255, 255, 0.8);
}
.destination-card-content .desti-activities .activity-image img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 0;
  filter: invert(1);
}
.destination-card-content .desti-activities .specific-activities{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 6px 6px 0 0 !important;
}
.destination-card-content .common-activities{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 0 0 6px 6px !important;
}
.destination-card-content .common-activities .activity-image img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 0;
  filter: invert(1);
  padding: 3px;
}
.destination-card-content .common-activities .activity-image span {
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
}


.destination-card-content .desti-activities span {
  letter-spacing: 1px;
}
.destination-card-content .destination-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 40px;
  text-align: start;
  font-family: "Calistoga", serif;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  /* background: linear-gradient(
    rgba(0,0,0,0.65),
    rgba(0,0,0,0)
    ); */
  }
  .destination-card-content .destination-title a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 1px 5px #000000;
  transition: all 0.3s ease;
  }
/* .destination-card-content .destination-title a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -2px;
  transform: translateX(0%);
  width: 100%;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-radius: 50%;
} */
/* .destination-card-content a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
} */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 8));
  }
}

/* desire palace  */
.desire-palace {
  background-image: url(./assets/images/desire-palace-bg.png),
    linear-gradient(180deg, #fff2e2 0%, #fff2e2 100%);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: unset;
  padding: 100px 0 190px;
}
.desire-palace h2 {
  max-width: 450px;
  text-align: center;
  margin: auto;
}
.desire-palace h2 span {
  position: relative;
}
.desire-palace h2 span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./assets/images/service-title-shape.svg);
  width: 130px;
  height: 53px;
  background-size: cover;
  background-repeat: no-repeat;
}
.desire-card {
  display: flex;
}
.desire-card-content h4 {
  color: #000;
  font-weight: bold;
}
@media (max-width:768px) { 
  .desire-card-content h4 {
    font-size: 18px;
  }
}
.desire-card-icon {
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #ffb52a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.desire-card-icon-blue {
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #0ab5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.desire-card-icon,
.desire-card-icon-blue i {
  color: #000;
}

.medical-purpose {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
.medical-purpose h4 {
  color: #000;
  font-weight: 700;
}
.medical-purpose h4 span {
  font-weight: normal;
}
.medical-purpose ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.medical-purpose ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}


.travel-package{
  background-color: #f1f1f1;
}
/* package section  */
.package-card {
  background: #fff;
  border-radius: 15px;
  padding: 5px;
  height: 100%;
  border: 1px solid rgb(214, 214, 214);

  transition: all 0.3s ease;
}
.package-card .package-card-img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.package-card .package-card-img img {
    object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 15px;
  transform: scale(1);
  margin-bottom: 10px;
  height: 220px;
  width: 100%;
}
.package-card .package-card-img .package-card-feature {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.group-tour,
.adventure,
.solo-tour,
.sale-on,
.feature {
  border-radius: 20px;
  padding: 0px 10px;
  width: max-content;
  font-weight: 600;
}
.group-tour {
  background-color: #ffb52a;
  color: #000;
}
.adventure {
  background-color: #079597;
  color: #ffffff;
  display: none;

}
.solo-tour {
  background-color: #2a9fff;
  color: #000;
}
.sale-on {
  background-color: #ff3927;
  color: #fff;
}
.feature {
  background-color: #ff8b00;
  color: #fff;
}

.package-card:hover .package-card-img img {
  transform: scale(1.1);
}
.package-card-content {
  padding: 10px;
}
.package-card-content h5 a {
  color: #000;
  transition: all 0.3s ease;
}
.package-card-content h5 a:hover {
  color: #079597;
}
.package-card-content .trip-icon{
  border: 2px solid #079597;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
.package-card-icon{
  width: 20px;
}
.left-col{
  width: 50% !important;
}
.right-col{
  width: 50% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  padding-bottom: 0 !important;
}
.trip-icon i{
  color: #079597;
}
.btn-primary {
  background-color: #079597 !important;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
}

/* travel agency */
.travel-agency {
  background-color: #f2f2ff;
}
.travel-agency a {
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease;
}
.travel-agency a .more-about-icon {
  transition: all 0.3s ease;
}
.travel-agency a:hover {
  color: #079597;
}
.travel-agency a:hover .more-about-icon {
  transform: rotate(90deg);
}
@media (max-width:768px){
  .travel-agency .plan-trip-text{
    font-size: 20px;
  }
}
.agency-vdo-img {
  border-radius: 20px;
  position: relative;
}
.agency-vdo-img img {
  border-radius: 20px;
  position: relative;
}
.play-btn {
  width: 50px;
  height: 50px;
  background-color: #079597;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.waves-block {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.waves {
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgb(23 129 254 / 70%);
  opacity: 0;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.wave-1 {
  animation-delay: 0s;
}
.wave-2 {
  animation-delay: 1s;
}
.wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

.video-vector {
  position: absolute;
  bottom: -5px;
  right: 10px;
  animation: translate3dMove 2.5s linear infinite alternate;
}

@keyframes translate3dMove {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(5px, -5px, 0px);
  }
  50% {
    transform: translate3d(10px, 0, 0px);
  }
  75% {
    transform: translate3d(5px, 5px, 0px);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.counter {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 15px;
}
.counter .svg-icon {
  min-width: 66px;
  max-width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter .yellow {
  background-color: #d39b01;
}
.counter .orange {
  background-color: #d15716;
}
.counter .blue {
  background-color: #079597;
}
.counter .green {
  background-color: #2e8b57;
}
.counter .svg-icon svg {
  fill: #fff;
}

/* expertise section  */
.expertise-card {
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.expertise-card-img {
  max-height: 280px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.expertise-card-img img {
  width: 100%;
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  position: relative;
  transition: all 0.3s ease;
}
.expertise-card:hover .expertise-card-img img {
  transform: scale(1.1);
}
.expertise-card-img .link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}
.expertise-card-img .inner-link {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.expertise-card-img .inner-link i {
  font-size: 18px;
  color: gray;
  transition: all 0.3s ease;
}
.expertise-card-img .inner-link:hover {
  background-color: #079597;
}
.expertise-card-img .inner-link:hover i {
  color: #fff;
}

.expertise-card-content {
  margin-top: 10px;
}
.expertise-card-content a {
  color: #000;
  transition: all 0.3s ease;
}
.expertise-card-content a:hover {
  color: #079597;
}
.expertise-carousel {
  position: relative;
}
.expertise-carousel .owl-nav button.owl-next,
.expertise-carousel .owl-nav button.owl-prev {
  background: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(202, 202, 202);
  border-radius: 50%;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  font: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.expertise-carousel .owl-nav button.owl-next:hover,
.expertise-carousel .owl-nav button.owl-prev:hover {
  background-color: #079597;
  border-color: #079597;
  color: #fff;
}
.expertise-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: 40%;
  transform: translateY(-50%);
}
.expertise-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
}

.all-expertise-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #d5d5d5;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.all-expertise-btn i {
  transition: all 0.3s ease;
}
.all-expertise-btn:hover {
  background-color: #079597;
  color: #fff;
}
.all-expertise-btn:hover i {
  transform: rotate(90deg);
}

/* testimonial section  */
.testimonial {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1)), url(./assets/images/home5-testimonial-bg.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  /* min-height: 666px; */
  position: relative;
}
.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #17c0c3;
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.stars {
  color: #17c0c3;
  font-size: 1.6rem;
  margin-bottom: 12px;
  letter-spacing: 4px;
}

.author {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.testi-title {
  font-size: 1rem;
  color: #777;
  margin-top: 6px;
}




/* travel section  */
.travel-inspiration {
  position: relative;
}
.travel-inspiration .parachute {
  position: absolute;
  right: 0%;
  bottom: 12%;
  animation: fadeupdown 2s linear infinite;
}

.travel-section-subtitle {
  color: #6c757d;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 20px;
  max-width: 545px;
}

.travel-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #079597;
  border-radius: 15px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.travel-card .travel-card-img {
  width: 250px;
  min-width: 200px;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  position: relative;
}

.travel-card .travel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.travel-card:hover .travel-card-img img {
  transform: scale(1.1);
}

.travel-card-content {
  padding: 20px 10px;
}
.travel-card-content .location a {
  font-weight: 700;
  color: #079597;
  text-decoration: none;
  font-size: 20px;
}
.travel-card-content .title a {
  font-size: 22px;
  /*font-weight: 650;*/
  color: #000;
  margin: 10px 0;
  text-decoration: none;
}
.travel-card-content .title a:hover {
  text-decoration: underline;
}
.travel-card-content .date {
  color: #6c757d;
  font-weight: 400;
}
.travel-card-content svg {
  /* margin: 25px 0; */
  fill: #cecece;
  width: 100%;
}
.travel-card-content .travel-card-para {
  color: #6c757d;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  /* padding-top: 15px; */
}
.travel-card-content .view-more-btn a{
  color: #079597;
  text-decoration: none;
}

.travel-carousel .owl-nav {
  position: absolute;
  top: -80px !important;
  right: 0;
}
.travel-carousel .owl-nav button.owl-next,
.travel-carousel .owl-nav button.owl-prev {
  background: 0 0;
  width: 40px;
  height: 40px;
  color: inherit;
  border-radius: 50%;
  border: 1px solid #cecece;
  padding: 0 !important;
  font: inherit;
  transition: all 0.3s ease;
}
.travel-carousel .owl-nav button.owl-next:hover,
.travel-carousel .owl-nav button.owl-prev:hover {
  background-color: #079597;
  border-color: #079597;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px){
    .travel-carousel .travel-card{
        flex-direction: column;
    }
    .travel-carousel .travel-card .travel-card-img{
        width: 100%;
        height: 250px;
    }
    .travel-carousel .travel-card .travel-card-img img{
        border-radius: 15px;
    }
    .travel-carousel .travel-card .travel-card-content{
        padding: 10px;
}
}
@media (max-width: 768px) {
  .travel-carousel .owl-nav {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .travel-card {
    flex-direction: column;
  }
  .travel-card .travel-card-img {
    width: 100%;
    height: 250px;
    border-radius: 15px 15px 0 0;
  }
  .travel-card-content {
    padding: 20px;
  }
  .travel-card-content svg {
    display: none;
  }
  .travel-card-content .title a {
    font-size: 18px;
  }
}


.footer {
  background-color: #110f0f;
  background-image: url(assets/images/footer-bg-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer h5 {
  color: #aaaaaa;
  font-weight: 700;
}
.footer .address a {
  color: #aaaaaa;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .address a:hover {
  color: #0ea9d0;
}

.footer-social a {
  background-color: #292727;
  color: #ffffff;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background-color: #079597;
  transform: scale(1.1);
}

.footer .footer-headings {
  color: #fff;
  margin-bottom: 25px;
}
.footer .footer-links a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.footer .footer-links .career-anim a {
  /* font-weight: 500; */
  width: max-content;
  padding: 5px 25px;
  animation: color-change 2s linear infinite;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
}
@keyframes color-change{
  0%{
    color: #ff3737;
  }
  33%{
    color: #079597;
  }
  66%{
    color: #d39b01;
  }
  100%{
    color: #fc3737;
  }
}
.footer .footer-links .career-anim a span {
  position: absolute;
  display: block;
}

.footer .footer-links .career-anim a span:first-child {
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #079597 );
  animation: 1s linear infinite btn-anim1;
}
.footer .footer-links .career-anim a span:nth-child(2) {
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #079597 );
  animation: 1s linear infinite btn-anim2;
  animation-delay: 0.25s;
}
.footer .footer-links .career-anim a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #079597 );
  animation: 1s linear infinite btn-anim3;
  animation-delay: 0.5s;
}
.footer .footer-links .career-anim a span:nth-child(4) {
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #079597 );
  animation: 1s linear infinite btn-anim4;
  animation-delay: 0.75s;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  100%,
  50% {
    left: 100%;
  }
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  100%,
  50% {
    top: 100%;
  }
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  100%,
  50% {
    right: 100%;
  }
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  100%,
  50% {
    bottom: 100%;
  }
}
.footer .footer-links a:hover {
  color: #ffffff;
}

.footer .footer-icon {
  border-radius: 50%;
  padding-top: 2px;
  width: 35px;
  height: 35px;
  border: 1px solid #6c757d;
  background-color: #292727;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .whatsapp span {
  color: #aaaaaa;
  /* font-weight: 500; */
}
.footer .whatsapp a {
  color: #fff;
  font-size: 16px;
  /* font-weight: 600; */
  text-decoration: none;
}
@media (max-width:556px){
  .footer .whatsapp a{
    font-size: 14px;
  }
}
.footer .whatsapp-icon i {
  color: #86e54a;
  font-size: 20px;
}
.footer .gmail-icon i {
  color: #fc3737;
  font-size: 20px;
}
.footer .phone-icon i {
  color: #1781fe;
  font-size: 20px;
}
.copyright p {
  color: #aaaaaa;
  font-weight: 450;
}
.copyright a {
  color: #ffffff;
  font-weight: 550;
  text-decoration: none;
  transition: all 0.3s ease;
}
.copyright a:hover {
  color: #079597;
}
.footer-bottom-links a {
  color: #aaaaaa;
  font-size: 16px;
  text-decoration: none;
  /* margin-left: 20px; */
  transition: all 0.3s ease;
}
/* Responsive Design */
@media (max-width: 768px) {
  /* body {
    padding-top: 60px;
  } */

  .hero-content h1 {
    font-size: 1.6rem;
  }

  .hero-content p {
    font-size: 0.8rem;
  }

  .contact-bar .row {
    /* flex-direction: column; */
  }

  .search-container input {
    width: 120px;
    font-size: 0.85rem;
  }

  .navbar-nav .nav-link {
    margin: 0.2rem 0;
  }

  
}


/* =================================== index 2 page =================================== */
/* =================================== index 2 page =================================== */

.another-nav {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.another-nav .form-control {
  height: 56px;
  border-radius: 30px;
  font-size: 16px;
  background-color: #f0f0f0;
}

.another-nav .form-control .input {
  outline: none;
  border: none;
  background: transparent;
}

.another-nav .form-control .input:focus {
  box-shadow: none;
  border-color: rgb(206, 206, 206);
}

.another-nav .form-control .input::placeholder {
  color: #aaaaaa;
  font-weight: 450;
}

.another-nav .login-btn {
  background-color: #079597;
  border-color: #079597;
  font-weight: 500;
  transition: all 0.3s ease;
}

.another-nav .login-btn:hover {
  background-color: transparent;
  color: #079597;
  border-color: #079597;
}
.another-nav .svg-toggler {
  border: 2px solid #079597 !important;
  padding: 10px;
  margin-right:8px;
  border-radius: 10px;
  min-width: 40px;
  min-height: 40px;
  background: transparent;
}

.another-nav .svg-toggler svg {
  stroke: #079597;
  fill: #079597;
  vertical-align: middle;
}

.another-nav .svg-toggler:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  /* .navbar-transparent{
    background-color: #000 !important;
  } */
  .another-nav .logo-input {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .whatsapp-flex {
    flex-direction: column;
    gap: 16px;
  }
}
/* whatsapp menu  */

.whatsapp-btn {
  /*background: #f0f0f0;*/
  color: rgb(0, 0, 0);
  border-radius: 0;
  padding: 8px 18px;
}

.whatsapp-btn i {
  font-size: 30px;
  color: #1daa61;
  font-weight: 600;
}

.whatsapp-btn .text {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.whatsapp-btn .number {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-btn .number:hover {
  color: #079597;
}

.whatsapp-nav .nav-link {
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
}

.whatsapp-nav .nav-link:hover {
  color: #079597 !important;
}
/* Upper navbar  mobile */
@media (max-width: 991px) {
  .upper-navbar .logo-search-container {
    flex-direction: column;
    align-items: stretch !important;
  }
  .upper-navbar .search-wrapper {
    /* margin-left: 0 !important;
    margin-top: 12px; */
    display: none !important;
  }
  .upper-navbar .form-control {
    height: 50px;
  }
  .upper-navbar .input {
    font-size: 15px;
  }
  .upper-navbar .help-login {
    margin-top: 16px;
    justify-content: center;
    gap: 20px;
  }
  .upper-navbar .help-login .you-need-btn {
    color: #079597 !important;
    transition: all 0.3s ease;
  }
  .upper-navbar .help-login .you-need-btn:hover {
    color: #17c0c3 !important;
  }
  .upper-navbar .login-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/* Lower Navbar Mobile */
@media (max-width: 991.98px) {
  #mobileLowerNav {
    background: #ffffff;
    margin-top: -15px;
    z-index: 99;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
  .another-lower-navbar .help-login {
    display: block !important;
  }
  .another-nav .help-login {
    display: none !important;
  }

  .another-lower-navbar.bg-light.py-0.border-top.border-bottom .navbar-toggler {
    top: 15% !important;
    right: 8% !important;
    position: absolute !important;
  }
  .another-lower-navbar.bg-light.py-0.border-top.border-bottom {
    height: 0;
  }
  .whatsapp-nav .nav-link {
    padding: 5px 0 !important;
    font-size: 17px;
  }

  .whatsapp-btn {
    background: #f0f0f0;
    border-radius: 8px;
    width: 100%;
    justify-content: center;
  }

  .whatsapp-btn .text,
  .whatsapp-btn .number {
    font-size: 16px;
  }
  .whatsapp-nav {
    flex-direction: column;
  }
}
@media (min-width: 991.98px) {
  .another-lower-navbar .help-login {
    display: none !important;
  }
}
/* Desktop par normal dikhe */
@media (min-width: 992px) {
  #mobileLowerNav {
    display: flex !important;
  }
}

.index-2-hero-section {
  /* margin-top: 12%; */
  padding-top: 50px;
  position: relative;
  height: 550px;
  overflow-y: scroll;
}
.index-2-hero-section::-webkit-scrollbar {
  display: none;
}
@media (min-width: 668px) and (max-width: 991.98px) {
  .index-2-hero-section {
    /* margin-top: 8%; */
  }
}
@media (min-width: 992px)  and (max-width: 1199.98px){
  .index-2-hero-section {
    /* margin-top: 14%; */
  }
}
@media (min-width: 1400px){
  .index-2-hero-section {
    /* margin-top: 10%; */
  }
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  filter: brightness(0.6);
  z-index: -1;
}

.hero-text {
  font-family: "Courgette", cursive;
  /* position: absolute; */
  /* margin-top: 250px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  text-align: center;
  width: 100%;
  z-index: 10;
}



.hero-text h1 {
  font-family: "Courgette", cursive;
  padding-left: 16px;
  font-weight: 900;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
}
.hero-text p {
  font-size: 1.4rem;
  max-width: 800px;
  margin: 20px;
  text-shadow: 1px 1px 8px #000;
}

.hero-tabs .tab-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 12px 24px;
  margin: 5px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
}
.hero-tabs .tab-btn.active,
.hero-tabs .tab-btn:hover {
  background: #079597;
  color: white;
  border-color: #079597;
  box-shadow: 0 5px 15px #079597a8;
}

.hero-tabs .search-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 20px;
  padding: 15px;
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  max-width: 1100px;
  margin: 0 auto;
}
.hero-tabs .form-control,
.hero-tabs .form-select {
  height: 48px;
  border-radius: 12px;
  font-size: 16px;
  background-color: #f0f0f0;
}
.hero-tabs .btn-search {
  background: #079597;
  color: #fff;
  border: none;
  height: 56px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.hero-tabs .btn-search:hover {
  background: #000000;
  color: #fff;
}
.tab-content .form-label{
  color: #000;
}
div#experience {
    text-align: start;
}
/* .logo {
        font-weight: 900;
        font-size: 28px;
        color: #079597;
      } */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2rem;
  }
  .hero-tabs .tab-btn {
    padding: 6px 13px;
    margin: 3px;
    font-size: 11px;
  }
  .hero-tabs .search-card {
    padding: 20px;
  }
  .hero-text p {
    font-size: 1rem;
    margin: 17px;
  }
  .hero-tabs .form-control, .hero-tabs .form-select {
    height: 32px;
    font-size: 14px;
    border-radius: 8px;
  }
  .hero-tabs .btn-search {
    height: 34px;
    font-size: 1rem;
    border-radius: 8px;
  }
}
/* @media (max-width: 480px) {
  .index-2-hero-section {
    padding-top: 270px; 
  }
} */

/* @media (max-width: 991.98px) {
  .index-2-hero-section {
    padding-top: 240px;
  }
} */

@media (min-width: 769px) and (max-width: 991px){
  .hero-tabs .form-control, .hero-tabs .form-select{
    height: 40px;
  }
  .hero-tabs .tab-btn {
    padding: 8px 18px;
    margin: 3px;
    font-size: 11px;
  }
}

/* featured tabs  */
.featured-tab .tab-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 12px 24px;
  margin: 5px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
}
.featured-tab .tab-btn.active,
.featured-tab .tab-btn:hover {
  background: #079597;
  color: white;
  border-color: #079597;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

@media (max-width: 576px) {
  .featured-tab .tab-btn {
    padding: 5px 10px;
    margin: 3px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
.featured-tab .travel-card{
    flex-direction: column;
    }
    .featured-tab .travel-card .travel-card-img{
        width: 100%;
        height: 200px;
    }
    .featured-tab .travel-card .travel-card-img img{
        border-radius: 15px;
    }
}
/* best service section */

.best-service {
  background-color: #f2f2ff;
}

.check-offer-btn a {
  height: 56px;
  background-color: #079597;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.check-offer-btn a:hover {
  background-color: #000;
  color: #fff;
}
/* happy encounter offer section  */
.happy-encounter {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(./assets/images/home1-offer-banner-bg.webp) no-repeat center;
  background-size: cover;
  /* z-index: -111; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy-encounter-content {
  text-align: center;
  position: relative;
}
.happy-encounter-content .top-title {
  font-family: "Courgette", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.happy-encounter-content .title {
  font-family: "Poppins", Sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .happy-encounter-content .title {
    font-size: 40px;
  }
}
.happy-encounter-content .bottom-title {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.happy-encounter-content .lower-bottom-title {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

.deal-now-btn a {
  height: 56px;
  background-color: #079597;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.deal-now-btn a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.customize-package .customize-package-container {
  background: linear-gradient(180deg, #17c0c3, #079597),
    url(assets/images/footer-bg-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 15px;
}
.location-search-area {
  background-color: #079597 ;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.location-search-area .search-area {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 7px 7px 7px;
}
.location-search-area .search-area .dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 85%;
}
.location-search-area .search-area .dropdown .dropdown-search {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
}

.customize-package-btn {
  background-color: #079597;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.customize-package-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.customize-package-container .list {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

@media (max-width: 576px) {
    .customize-package-container .list {
        flex-direction: column;
        align-items: center;
    }
}
/* clients review section  */
.clients-review {
  background-image: url(./assets/images/home1-testimonial-bg.png),
    linear-gradient(180deg, #f2f2ff 0%, #f2f2ff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.client-review-card {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.client-review-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.client-profile .client-name h4 {
  font-weight: 700;
  color: #000;
}
.client-profile .client-name p {
  color: #000;
  font-size: 16px;
}
.client-review-card .stars {
  color: #17c0c3;
  font-size: 1.6rem;
  margin-bottom: 12px;
  letter-spacing: 4px;
}
.client-review-para {
  color: #525252;
  font-weight: 500;
  font-size: 18px;
}
.tripadvisor-rating,
.trustpilot-rating-area {
  text-decoration: none;
}
.tripadvisor-rating-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tripadvisor-rating-area .rating-area span {
  color: #525252;
  font-weight: 600;
}
.four-five-rating {
  color: #000;
  font-size: 22px;
}
.trustpilot-rating-area .trustpilot-rating .rating-area span {
  color: #525252;
  font-weight: 600;
}
@media (max-width: 768px) {
  .client-review-lower {
    /* flex-direction: column; */
  }
  .client-review-lower .divider {
    display: none;
  }
}

/* faq section  */
.faq-section .accordion {
  border: none;
  max-width: 800px;
  margin: auto;
}
.faq-section .accordion-item {
  margin-bottom: 40px;
  border: none;
}
.faq-section .accordion-button {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.faq-section .accordion-collapse {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  margin: 20px;
  border-style: solid;
  border-color: #079597;
  border-width: 0px 1px 1px 1px;
  border-radius: 10px;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #f2f2f2;
}

.another-counter {
  background-color: #f2f2f2;
}

/* =================================== about page =================================== */
/* =================================== about page =================================== */
.about-hero {
  height: 450px;
  /* margin-top: 12%; */
  position: relative;
  color: #ffffff;
}
.about-hero.about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/home5-testimonial-bg.webp) no-repeat center;
  background-size: cover;
}
@media (min-width: 668px) and (max-width: 991px) {
  .about-hero {
    /* margin-top: 8%; */
  }
}
.about-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-subtitle a {
  color: #fff;
  transition: all 0.3s ease;
}
.hero-subtitle a:hover {
  color: #17c0c3;
}

.behind-journey {
  background-image: url(./assets/images/desire-palace-bg.png),
    linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 100%);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: unset;
  padding: 100px 0 190px;
}

.swiper-container {
  max-width: 1200px;
  margin: auto;
}
.swiper-carousel .owl-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.4s ease;
  margin: 0 auto;
}
.swiper-carousel .owl-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Active (clicked) state */
.swiper-carousel .owl-circle.active {
  border-color: #079597 !important;
  transform: scale(1.12);
}

.swiper-carousel .year-label {
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: color 0.4s ease;
}
/* Year color black when active */
.swiper-carousel .year-label.active {
  color: #079597 !important;
}

.swiper-content-area {
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 20px;
}
.swiper-content-area .content-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
.swiper-content-area .content-text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  color: #525252;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .swiper-carousel .owl-circle {
    width: 120px;
    height: 120px;
  }
  .swiper-carousel .year-label {
    font-size: 1.4rem;
  }
}

/* why travel with us  */
.why-travel-card {
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}
.why-travel-card:hover .why-travel-card-icon svg {
  transform: scale(1);
  transition: all 0.3s ease;
}
.why-travel-card:hover .why-travel-card-icon svg {
  transform: scale(1.2);
}
.why-travel-card-one {
  background-color: #bdebce;
}
.why-travel-card-two {
  background-color: #e2e2ff;
}
.why-travel-card-three {
  background-color: #f0f0f0;
}
.why-travel-card-four {
  background-color: #e6f5a9;
}
.why-travel-card-title {
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.2;
}

/* =================================== contact page =================================== */
/* =================================== contact page =================================== */
.about-hero.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/home5-testimonial-bg.webp) no-repeat center;
  background-size: cover;
}
.contact-hero-lower-card {
  padding: 30px;
  border-radius: 20px;
  text-align: start;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  gap: 10px;
  transition: all 0.3s ease;
}
.contact-hero-lower-card:hover .contact-hero-lower-card-icon svg {
  transform: scale(1);
  fill: #fff;
  transition: all 0.3s ease;
}
.contact-hero-lower-card:hover .contact-hero-lower-card-icon svg {
  transform: scale(1.1);
}
.contact-hero-lower-card .contact-hero-lower-card-icon .icon-border {
  margin: auto;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgb(197, 197, 197);
  /* transition: all 0.3s ease; */
}
/* .contact-hero-lower-card:hover .contact-hero-lower-card-icon .icon-border {
  background-color: #000;
} */
.contact-hero-lower-card-one {
  background-color: #bdebce;
}
.contact-hero-lower-card-two {
  background-color: #e2e2ff;
}
.contact-hero-lower-card-three {
  background-color: #f0f0f0;
}
.contact-hero-lower-card-four {
  background-color: #e6f5a9;
}
.contact-hero-lower-card-content .title {
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
.contact-hero-lower-card-content .address a {
  /*font-weight: 700;*/
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
.contact-hero-lower-card-content .description {
  font-weight: 500;
  color: #525252;
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}

/* contact form section */
.contact-form-section {
  position: relative;
}
.embed-map iframe{
  border-radius: 15px;
}
@media (max-width:991px) {
  .embed-map iframe{
    height: 350px;
  }
}
@media (min-width:991px) {
  .embed-map iframe{
    height: 780px;
  }
}
.contact-vector-img {
  position: absolute;
  top: 5%;
  left: 5%;
  max-height: 250px;
  z-index: 11;
  opacity: 1;
  transform: scaleX(-1);
}
.contact-form {
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 15px;
  /* max-width: 700px; */
  /* margin: 30px auto; */
  position: relative;
  z-index: 111;
}
.contact-form .form-label {
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-form .form-control,
.form-select {
  border-radius: 10px;
}
.contact-form .form-control::placeholder {
  color: #525252;
}
.contact-form .form-control:focus,
.form-select:focus {
  border-color: #079597;
  box-shadow: 0 0 0 0.25rem rgba(23, 104, 226, 0.2);
}
.contact-form .btn-submit {
  border-radius: 10px;
  border: none;
  font-weight: 600;
  padding: 10px 30px;
  transition: all 0.3s ease;
}
.contact-form .btn-submit:hover {
  background-color: #000;
  color: #fff;
}
.contact-form .btn-submit i {
  transition: all 0.3s ease;
}
.contact-form .btn-submit:hover i {
  transform: rotate(90deg);
}

/* package hero  */
.package-hero {
  height: 470px;
  width: 100%;
  margin-top:12%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(./assets/images/package/tour-7-650x400.webp) no-repeat center;
  color: #ffffff;
  background-size: cover;
  animation: zoom 15s ease-in-out infinite;
  transform: scale(1.1);
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.package-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.package-hero .package-price {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1.5px;
}
.package-hero .duration {
  padding: 10px 25px;
  font-size: 1.2rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  display: inline-block;
}

.package-title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.package-subtitle {
  color: #6c757d;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 20px;
}
.package-details .elementor-icon svg {
  fill: rgb(0 0 0 / 50%);
}

.package-detail-card {
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.package-detail-card-img {
  max-height: 180px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.package-detail-card-img img {
  width: 100%;
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  position: relative;
  transition: all 0.3s ease;
}
.package-detail-card:hover .package-detail-card-img img {
  transform: scale(1.1);
}
.package-detail-card-img .link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}
.package-detail-card-img .inner-link {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.package-detail-card-img .inner-link i {
  font-size: 18px;
  color: gray;
  transition: all 0.3s ease;
}
.package-detail-card-img .inner-link:hover {
  background-color: #079597;
}
.package-detail-card-img .inner-link:hover i {
  color: #fff;
}

.package-detail-card-content {
  margin-top: 10px;
}
.package-detail-card-content a {
  color: #000;
  transition: all 0.3s ease;
}
.package-detail-card-content a:hover {
  color: #079597;
}
.package-detail-carousel {
  position: relative;
}
.package-detail-carousel .owl-nav button.owl-next,
.package-detail-carousel .owl-nav button.owl-prev {
  background: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(202, 202, 202);
  border-radius: 50%;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  font: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.package-detail-carousel .owl-nav button.owl-next:hover,
.package-detail-carousel .owl-nav button.owl-prev:hover {
  background-color: #079597;
  border-color: #079597;
  color: #fff;
}
.package-detail-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: 35%;
  transform: translateY(-50%);
}
.package-detail-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: 35%;
  transform: translateY(-50%);
}
.package-detail-aside {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.package-detail-aside-card {
  border-radius: 15px;
  padding: 25px;
}
.package-detail-aside .card-one {
  background-color: #f2f2f2;
  position: relative;
}
.package-detail-aside .card-one .discount {
  position: absolute;
  right: 5%;
  top: 5%;
  padding: 0px 8px;
  border-radius: 20px;
  font-size: 16px;
  background-color: red;
  color: #fff;
  font-weight: 700;
}
.package-detail-aside .card-two {
  background-color: #bdebce;
}
.progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #079597;
  transition: width 0.6s ease;
}
.about-package .accordion .accordion-item .accordion-body .facilities-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 20px;
}

.about-package .accordion .accordion-item .accordion-body .facilities-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}
.about-package
  .accordion
  .accordion-item
  .accordion-body
  .facilities-list
  li
  .single-item {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 18px;
}
.about-package
  .accordion
  .accordion-item
  .accordion-body
  .facilities-list
  li
  .single-item
  .facilities-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
}
.about-package .accordion .accordion-button:not(.collapsed) {
  background-color: #f2f2f2;
}
.all-package{
  background-color: #f1f1f1;
}

.featured-destination{
  background-color: #f1f1f1;
}
.indian-cruise{
  background-color: #f1f1f1;
}

.best-visit-time{
  background-color: #f1f1f1;
}
/* ======================================= international-package ====================================== */
/* ======================================= international-package ====================================== */
.about-hero.international {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/package/international.jpg) no-repeat center;
  background-size: cover;
}
/* ======================================= domestic-package ====================================== */
/* ======================================= domestic-package ====================================== */
.about-hero.domestic {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/package/all-package.jpg) no-repeat center;
  background-size: cover;
}

/* =================================== domestic destination page =================================== */
/* =================================== domestic destination page =================================== */

.destination-hero {
  height: 450px;
  /* margin-top: 12%; */
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(./assets/images/destination/red-fort.png) no-repeat center;
  color: #ffffff;
  background-size: cover;
}
@media (min-width: 668px) and (max-width: 991px) {
  .destination-hero {
    /* margin-top: 8%; */
  }
}
.destination-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* =================================== international destination page =================================== */
/* =================================== international destination page =================================== */

.destination-hero.international {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/destination/international-destination.jpg) no-repeat
      center;
  background-size: cover;
}
.international-destination-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =================================== destination detail page =================================== */
/* =================================== destination detail page =================================== */

.destination-detail-carousel .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width:768px){
  .destination-detail-carousel .item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  /* .destination-detail-hero {
    height: 200px !important;
    margin-top: 20% !important;
} */
}
.destination-detail-carousel {
  position: relative;
}
.destination-detail-carousel .owl-nav button.owl-next,
.destination-detail-carousel .owl-nav button.owl-prev {
  background: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(202, 202, 202);
  border-radius: 50%;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  font: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.destination-detail-carousel .owl-nav button.owl-next:hover,
.destination-detail-carousel .owl-nav button.owl-prev:hover {
  background-color: #079597;
  border-color: #079597;
  color: #fff;
}
.destination-detail-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.destination-detail-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.tourist-carousel .owl-nav{
    display: none;
}
.tourist-carousel .item img {
  border-radius: 15px;
  margin-bottom: 10px;
  height: 180px;
  object-fit: cover;
}
.tourist-carousel h6 a {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.tourist-carousel h6 a:hover {
  color: #079597;
}

.tourist-carousel {
  position: relative;
}
.tourist-carousel .owl-nav button.owl-next,
.tourist-carousel .owl-nav button.owl-prev {
  background: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(202, 202, 202);
  border-radius: 50%;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  font: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.tourist-carousel .owl-nav button.owl-next:hover,
.tourist-carousel .owl-nav button.owl-prev:hover {
  background-color: #079597;
  border-color: #079597;
  color: #fff;
}
.tourist-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  transform: translateY(-50%);
}
.tourist-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translateY(-50%);
}

/* why choose us  */
.why-choose-only-us {
  background-color: #f2f2ff;
  background-image: url(assets/images/destination/destination-dt-why-choose-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-desti-card-one{
  background-color: #e6f5a9;
}
.why-choose-desti-card-two{
  background-color: #ffbc98;
}
.why-choose-desti-card {
  text-align: center;
  border-radius: 15px;
  padding: 2rem;
  /* background-color: #fff; */
}
.why-choose-desti-card-img {
  margin-bottom: 1rem;
}
.why-choose-desti-card-img svg {
  fill: #079597;
}
.why-choose-desti-card-content h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000;
}
.why-choose-desti-card-content p {
  color: #6c757d;
  font-weight: 600;
  font-style: 18px;
}

.customer-experience-carousel .owl-stage {
  display: flex !important;
  align-items: center;
}

.customer-experience-carousel
  .owl-item:nth-child(even)
  .customer-experience-card {
  height: 370px;
}

.customer-experience-carousel
  .owl-item:nth-child(odd)
  .customer-experience-card {
  height: 300px;
}

.customer-experience-carousel .customer-experience-card img,
video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* best visit section  */

.best-visit-card {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #079597;
  border-radius: 15px;
  padding: 1.5rem;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.best-visit-card .best-visit-card-img {
  width: 100%;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.best-visit-card .best-visit-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.best-visit-card:hover .best-visit-card-img img {
  transform: scale(1.1);
}

.best-visit-card-content {
  padding: 20px 10px;
}
.best-visit-card-content .location span {
  color: #6c757d;
}
.best-visit-card-content .title span {
  font-size: 22px;
  font-weight: 650;
  color: #000;
  margin: 10px 0;
}

.best-visit-card-content .date {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.best-visit-card .best-visit-card-list {
  line-height: 2;
}
.best-visit-card .best-visit-card-list li i {
  color: #079597;
}
.best-visit-para {
  color: #000000;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 1rem 0;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.best-visit-para span {
  font-weight: 700;
}

/* =================================== account page =================================== */
/* =================================== account page =================================== */

.my-account-hero {
  height: 470px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/login/account-hero.png) no-repeat center;
  background-size: cover;
  color: #ffffff;
}
.my-account-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-register {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(./assets/images/destination/destination-dt-why-choose-bg.webp) no-repeat
      center;
  background-size: cover;
  position: relative;
}
.eye {
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
}
.login-register .parachute {
  position: absolute;
  right: 0%;
  bottom: 12%;
  animation: fadeupdown 2s linear infinite;
}
.login-register .vector-img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 250px;
  z-index: 11;
  opacity: 1;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .login-register .vector-img {
    display: none;
  }
}

/* =================================== career page =================================== */
/* =================================== career page =================================== */

.about-hero.career-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(./assets/images/career/career.png) no-repeat center;
  background-size: cover;
}
.career-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.career-card {
  height: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.our-mission {
  border: 2px solid #f16f5b80;
  border-radius: 10px;
  padding: 25px;
}

.opening-jobs-section .accordion {
  border: none;
  max-width: 900px;
  margin: auto;
}
.opening-jobs-section .accordion-item {
  margin-bottom: 40px;
  border: none;
}
.opening-jobs-section .accordion-button {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.opening-jobs-section .accordion-collapse {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  margin: 20px;
  border-style: solid;
  border-color: #079597;
  border-width: 0px 1px 1px 1px;
  border-radius: 10px;
}
.opening-jobs-section .accordion-button:not(.collapsed) {
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .career-apply-row {
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 1rem;
  }
}

/* =================================== cruise page =================================== */
/* =================================== cruise page =================================== */

.about-hero.cruise-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/cruise/orion-cruise-min.png) no-repeat center;
  background-size: cover;
}
.cruise-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cruise-gallery-img {
  height: 200px;
}
.cruise-gallery-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
} 
/* 
.cruise-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
  height: 100%;
  border: 1px solid rgb(214, 214, 214);
  transition: all 0.3s ease;
}
.cruise-card .cruise-card-img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.cruise-card .cruise-card-img img {
  transition: all 0.3s ease;
  border-radius: 15px;
  transform: scale(1);
  margin-bottom: 10px;
  height: 200px;
  width: 100%;
}

.cruise-card:hover .cruise-card-img img {
  transform: scale(1.1);
}
.cruise-card-content {
  padding: 10px;
}
.cruise-card-content h5 a {
  color: #000;
  transition: all 0.3s ease;
}
.cruise-card-content h5 a:hover {
  color: #079597;
}
.cruise-card .btn-primary {
  background-color: #079597 !important;
  color: #fff;
  transition: all 0.3s ease;
}
.cruise-card .btn-primary:hover {
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
} */
.cruise-card {
      /* display: flex; */
      border: 1px solid #079597;
      border-radius: 16px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      /* max-width: 900px; */
      margin: 20px auto;
    }

    .cruise-card:hover {
      /* transform: translateY(-8px); */
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .cruise-img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      flex-shrink: 0;
    }

    .cruise-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .cruise-card:hover .cruise-img img {
      transform: scale(1.12);
    }

    .cruise-content {
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1;
    }

    .cruise-title {
      font-size: 26px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 12px;
    }

    .cruise-duration {
      font-size: 16px;
      color: #079597;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .cruise-details {
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0;
      color: #555;
    }

    .cruise-details li {
      margin-bottom: 10px;
      display: flex;
      /* align-items: center; */
      font-size: 15px;
    }

    .cruise-details li i {
      color: #079597;
      margin-right: 12px;
      width: 18px;
    }
/* Mobile Responsive */
    @media (max-width: 768px) {
      .cruise-card {
        flex-direction: column;
      }

      .cruise-img {
        width: 100%;
        min-width: unset;
        height: 300px;
      }

      .cruise-content {
        padding: 25px;
      }

      .cruise-title {
        font-size: 24px;
      }

    }

@media (max-width: 576px) {
  .cruise-img {
    height: 200px;
  }

  .cruise-title {
    font-size: 20px;
  }

  .cruise-details li {
    font-size: 14px;
  }
}
/* =================================== int-cruise page =================================== */
/* =================================== int-cruise page =================================== */

.about-hero.int-cruise-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/cruise/int-cruise-ship.webp) no-repeat center;
  background-size: cover;
}
.int-cruise-hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-hero.himachal-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/himachal/himachal-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.uttrakhand-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/uttrakhand/uttrakhand-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.ladakh-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/ladakh/ladakh-hero.jpg) no-repeat center bottom;
  background-size: cover;
}

.about-hero.kashmir-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/destination/kashmir-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.darjeeling-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/darjeeling/darjeeling-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.goa-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/goa/goa-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.kerala-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/kerala/kerala-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.rajasthan-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/rajasthan/rajasthan-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.karnataka-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/karnataka/karnataka-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.meghalaya-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/meghalaya/meghalaya-hero.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.thailand-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/thailand/Phuket.webp) no-repeat center;
  background-size: cover;
}

.about-hero.dubai-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/dubai/dubai-hero.jpg) no-repeat center bottom;
  background-size: cover;
}

.about-hero.maldive-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/maldive/Ari-Atoll.jpg) no-repeat center;
  background-size: cover;
}

.about-hero.france-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/france/Eiffel-Tower.webp) no-repeat center bottom;
  background-size: cover;
}

.about-hero.switzerland-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/switzerland/Zurich-Switzerland.webp) no-repeat center;
  background-size: cover;
}

.about-hero.indonesia-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/indonesia/Bali.webp) no-repeat center top;
  background-size: cover;
}




@media (max-width:768px){
  .about-hero, 
  .all-package-hero,
  .domestic,
  .destination-hero,
  .international-destination-hero,
  .international,
  .package-hero,
  .my-account-hero
  {
    height: 220px !important;
  }
  .section-title{
    font-size: 22px;
  }
  .section-subtitle{
    font-size: 16px;
  }
  .destination-card-content a{
    font-size: 20px;
  }
  
}
@media (min-width:1400px){
  .about-hero{
    /* margin-top: 10%; */
  }
}
@media (min-width:1600px){
  .about-hero{
    /* margin-top: 8%; */
  }
}
/* =================================== admin login page =================================== */
/* =================================== admin login page =================================== */

.login-container-parent {
    min-height: 100vh;
    background: linear-gradient(135deg, #1d2671, #c33764) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== Login Container ===== */
.login-container {
    background: #ffffff;
    padding: 35px 30px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    animation: fadeIn 0.8s ease-in-out;
}

/* ===== Heading ===== */
.login-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #1d2671;
    font-weight: 600;
}

/* ===== Error Message ===== */
.login-container-parent .error {
    background: #ffe1e1;
    color: #b30000;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
}

/* ===== Input Group ===== */
.login-container-parent .input-group {
    margin-bottom: 18px;
}

.login-container-parent .input-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #555;
}

.login-container-parent .input-group input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.login-container-parent .input-group input:focus {
    border-color: #c33764;
    box-shadow: 0 0 6px rgba(195, 55, 100, 0.4);
}

/* ===== Login Button ===== */
.login-container-parent button {
    width: 100%;
    padding: 11px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #1d2671, #c33764);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-container-parentbutton:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(195, 55, 100, 0.4);
}

/* ===== Animation ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Responsive ===== */
@media (max-width: 480px) {
    .login-container {
        padding: 25px 20px;
    }
}





.about-hero.privacy-hero{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images//privacy.jpg) no-repeat top;
  background-size: cover;
}
.call-to-action{
  background-color: #079597;
  color: #fff;
}
.call-to-action a{
  color: #86e54a;
  font-weight: 500;
}
.about-hero.terms-hero{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/images/terms-condition.jpg) no-repeat bottom;
  background-size: cover;
}