
body {
    /*font-family: 'Playfair Display', serif;*/
     font-family: 'Poppins', serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
}
p,li{
  font-family: "Jost", sans-serif;
}
/* Header styles */
.header-visible {
  background: #ffffff !important; /* White background */
}
.header-visible .nav-wrapper{
  background: #ffffff !important; /* White background */
}
.header-visible .nav-links a,
.header-visible .social-icons a,
.header-visible .hamburger,
.header-visible  .submenu a {
  color: #000000 !important; /* Black text/icons */
}
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(10px);
  transition: top 0.3s, background 0.3s;
}

.header-container {
  max-width: 1329px;
  margin: auto;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.logo img {
  width: 173px;
  margin-right: 8px;
}

.nav-links {
  display: flex;
  gap: 27px;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
/* 
.nav-links a:hover {
  color: #22bfc4;
} */
.dropdown {
    position: relative;
}
.dropdown > a i {
    margin-left: 5px;
    font-size: 0.75rem;
}  
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    padding: 10px 0;
    z-index: 999;
}
.submenu a {
    display: block;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
}
.submenu a:hover {
    color: #22bfc4;
}
/* Show submenu on hover */
.dropdown:hover .submenu {
    display: block;
}
/* Submenu item with nested submenu */
.submenu-item {
  position: relative;
}

/* Right arrow for nested submenu */
.has-submenu > a i {
  float: right;
  margin-top: 4px;
  font-size: 0.65rem;
}

/* Nested submenu */
.nested-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  padding: 8px 0;
  z-index: 1000;
}

.submenu-item:hover .nested-submenu {
  display: block;
}

.social-icons a {
  color: #ffffff;
  margin-left: 15px;
  font-size: 16px;
}
.bni-logo img{
  width: 100px;
}
/* Desktop default */
.hamburger {
    display: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}
/* Mobile Styles */
@media (max-width: 768px) {
    .hamburger {
      display: block;
    }
  
    .nav-wrapper {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      background: rgb(0 0 0 / 39%);
      width: 100%;
      padding: 20px;
      position: absolute;
      top: 100%;
      left: 0;
    }
  
    .nav-wrapper.active {
      display: flex;
    }
  
    .nav-links {
      flex-direction: column;
      gap: 15px;
      width: 100%;
    }
  
    .dropdown .submenu {
      position: relative;
      display: none;
      background: transparent;
      box-shadow: none;
      padding: 0;
    }
  
    .dropdown:hover .submenu {
      display: block;
    }
  
    .submenu a {
      padding-left: 30px;
      color: #ffffff;
    }
  
    .social-icons {
      margin-top: 20px;
    }
  
    .bni-logo {
      margin-top: 10px;
    }
}
/* header end */
/* Footer styles */
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
/* Banner styles */
.swiper {
    width: 100%;
    height: 93vh;
}
.swiper-slide.banner {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}  
/* .banner{
    background: url('https://travelpro-html.vercel.app/assets/images/hero_bg.jpeg');
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
} */
.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  margin-top: 109px;
  background-color: #0000004d;
  padding: 32px;
  transition: background-color 0.5s ease, transform 0.5s ease;
}

.banner-content h2{
    font-size: 48px;
    font-weight: 600;
    margin: 0;
}
.banner-content p{
    font-family: "Satisfy", cursive;
    letter-spacing: 7.5px;
    line-height: 1.44em;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 768px) {
  .banner-content h2{
    font-size: 30px;
  }
}
/* --- About Us Section Styles --- */
.about-us-section {
  padding: 20px 0 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.about-us-container {
  display: flex;
  align-items: center;
  max-width: 1320px;
  margin: auto;
  gap: 10px;
  flex-wrap: wrap;
}

.about-us-images {
  position: relative;
  width: 480px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-content {
  flex: 1;
  min-width: 320px;
  padding: 0 62px;
}

.about-us-content h4 {
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: 0.2em;
  font-weight: 500;
}

.about-us-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 14px;
  color: #eb1d24;
  line-height: 1.2;
}

.about-us-content p {
  color: #6c757d;
  font-size: 19px;
  margin-bottom: 18px;
  line-height: 1.6;
}

.about-us-contact {
  color: #1ccfc9;
  font-weight: 600;
  margin-bottom: 18px;
}

.about-us-contact a {
  color: #1ccfc9;
  text-decoration: none;
  font-weight: 700;
  margin-left: 8px;
}
.about-us-contact a:hover {
  color: #ed1b24;
}

.about-us-list {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}

.about-us-list li {
  font-size: 19px;
  color: #6c757d;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-us-list i {
  color: #1ccfc9;
  font-size: 1.2rem;
}
.about-us-list li:hover i {
  color: #ed1b24;
  font-size: 1.2rem;
}

.about-us-btn {
  display: inline-block;
  background: #1ccfc9;
  color: #fff;
  padding: 14px 38px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.about-us-btn:hover {
  background: #ed1b24;
}

/* Responsive */
@media (max-width: 768px) {
  .about-us-container {
    flex-direction: column;
    gap: 0px;
  }
  .about-us-images {
    margin-bottom: 0px;
  }
  .about-us-images img{
    width: 78%;
    margin: 0 auto;
    display: block;
  }
  .about-us-content h2 {
    font-size: 36px;
  }
}

/* Perfect Destinations Section */
.destinations-section {
  padding: 0 20px 60px 20px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.destinations-header {
  margin-bottom: 32px;
}
.destinations-subtitle {
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: 0.2em;
}
.destinations-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 14px;
  color: #1a2236;
  line-height: 1.2;
}
.destinations-rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.destinations-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-end;
}
.top-row {
  margin-bottom: 0;
}
.bottom-row {
  margin-top: 0;
}
.destination-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  background: #fff;
  transition: box-shadow 0.2s;
}
.destination-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.destination-card.rectangle {
  width: 490px;
  height: 356px;
  border-radius: 20px;
}
.destination-card.rectangle1 {
  width: 1003px;
  height: 356px;
  border-radius: 20px;
}
.destination-card.circle {
  width: 356px;
  height: 356px;
  border-radius: 50%;
  align-items: flex-end;
  justify-content: center;
}
.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.destination-card:hover img {
  transform: scale(1.19);
}
.destination-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: left;
  padding-left: 30px;
  z-index: 2;
}
.destination-card.circle .destination-info {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}
.destination-info h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.tour-badge {
  display: inline-block;
  background: #c96b3c;
  color: #fff;
  font-size: 0.95rem;
  padding: 6px 18px;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
@media (max-width: 1100px) {
  .destinations-section {
    padding: 0 5vw 40px 5vw;
  }
  .destinations-row {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .destination-card.rectangle, .destination-card.circle {
    width: 90vw;
    max-width: 370px;
    height: 220px;
    max-height: 270px;
  }
  .destination-card.circle {
    border-radius: 50%;
    height: 220px;
    max-width: 270px;
  }
}
@media (max-width: 700px) {
  .destinations-section {
    padding: 0 2vw 24px 2vw;
  }
  .destinations-title {
    font-size: 2rem;
  }
  .destinations-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .destination-card.rectangle, .destination-card.circle {
    width: 98vw;
    max-width: 98vw;
    height: 180px;
    max-height: 200px;
  }
  .destination-card.circle {
    border-radius: 50%;
    height: 180px;
    max-width: 180px;
  }
}

/* Plan Your Trip Section Styles */
.plan-trip-section {
  background: #faf6f3;
  padding: 60px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.plan-trip-header {
  max-width: 1320px;
  margin: 0 auto 30px auto;
  padding: 0 30px;
}
.plan-trip-subtitle {
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.plan-trip-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-trip-title {
  font-size: 36px;
  font-weight: bold;
  color: #eb1d24;
  margin: 0 0 0.5rem 0;
  line-height: 1.1;
  letter-spacing: -1px;
}
.plan-trip-btn {
  background: #1ccfc9;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 16px 32px;
  margin-top: 18px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: background 0.2s, color 0.2s, border 0.2s;
  display: inline-block;
}
.plan-trip-btn span {
  color: #ffffff;
  margin-left: 6px;
  font-size: 1.2em;
}
.plan-trip-btn:hover {
  background: #ed1b24;
  color: #fff;
  border-color: #ed1b24;
}
.leaf-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 1;
}
.tour-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.tour-cards {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
  max-width: 1320px;
  margin: 0 30px 2px 116px;
}

.tour-card {
  position: relative;
  width: 237px;
  text-align: center;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 345px;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 150px;
  /*box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);*/
}
.icon-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  color: #1ccfc9;
}
.tour-card h3 {
  font-size: 1.2rem;
  margin: 35px 0 5px;
  color: #111;
}
.tour-card:hover .image-wrapper img {
  transform: scale(1.09);
}
.tour-card:hover .icon-circle {
  background-color: #eb1d24;
  color: #fff;
  transition: all 0.3s ease;
}

/* Ensure smooth scaling */
.image-wrapper img {
  transition: transform 0.4s ease;
}
@media (max-width: 1200px) {
  .plan-trip-title {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .plan-trip-cards {
    flex-wrap: wrap;
    gap: 18px;
  }
  .plan-trip-card {
    width: 180px;
    min-width: 160px;
    height: 270px;
  }
  .plan-trip-card-icon {
    width: 50px;
    height: 50px;
    top: 110px;
  }
  .plan-trip-card-icon img {
    width: 30px;
    height: 30px;
  }
  .plan-trip-card-content {
    margin-top: 40px;
  }
}
@media (min-width: 1800px) {
  .tour-cards{
    max-width: 1889px;
    margin: 0;
    gap: 34px;
  }
}
@media (max-width: 768px) {
  .plan-trip-header {
    padding: 0 10px;
  }
  .tour-cards{
    display: block;
    margin: 0 30px 2px 88px;
  }
  .leaf-decor{
    width: 100px;
  }
  .plan-trip-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .plan-trip-cards {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .plan-trip-card {
    width: 95vw;
    min-width: 0;
    height: 220px;
    border-radius: 30px;
  }
  .plan-trip-card-img {
    height: 90px;
    border-radius: 30px 30px 30px 30px / 40px 40px 30px 30px;
    margin-top: 10px;
  }
  .plan-trip-card-icon {
    width: 38px;
    height: 38px;
    top: 60px;
  }
  .plan-trip-card-icon img {
    width: 22px;
    height: 22px;
  }
  .plan-trip-card-content {
    margin-top: 24px;
  }
  .slider-caption{
    width: 93% !important;
  }
}
/* Tour Packages Section Start */
.tour-section {
  padding: 7px 20px 10px;
  max-width: 1320px;
  margin: auto;
}

.tour-section h2 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 36px;
  color: #eb1d24;
}
/*.slider-item {*/
/*  display: inline-block;*/
/*  padding: 10px;*/
/*  margin-right: 20px;*/
/*}*/
.slider-item {
  padding: 0 20px; /* Adds horizontal gap between slides */
  box-sizing: border-box;
}

.slick-slide {
  margin: 0;
}

.slick-track {
  margin-left: -10px;
  margin-right: -10px;
}

.card {
  background-color: #1ccfc9; /* Cyan-like background */
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

.card img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 10px;
}
.card-text{
    padding:20px;
}

.card-text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px 0;
  text-transform: uppercase;
}

.card-text p {
  font-size: 19px;
  margin: 0;
}


/*.slider-item {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  border-radius: 12px;*/
/*}*/

/*.slider-item img {*/
/*  width: 100%;*/
/*  height: 300px;*/
/*  object-fit: cover;*/
/*  transition: transform 0.4s ease;*/
/*}*/

/*.slider-item:hover img {*/
/*  transform: scale(1.1);*/
/*}*/

/*.slider-caption {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 89%;*/
/*  padding: 15px;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  color: #fff;*/
/*  font-size: 1.2rem;*/
/*  text-align: center;*/
/*}*/

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}
.tour-packages-subtitle{
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: -0.8em;
  text-align: center;
}
.counter-section {
  position: relative;
  background: url('https://demo2.pavothemes.com/triply/wp-content/uploads/2020/11/h2_bg-1.jpg') center/cover no-repeat;
  padding: 80px 20px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  margin: 60px 0;
}

.counter-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust opacity here */
  z-index: -1;
}

.counter-box {
  flex: 1;
  padding: 20px;
  z-index: 1;
  position: relative;
}

.counter-icon {
  height: 60px;
  margin-bottom: 15px;
}

.counter {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.counter-label {
  font-size: 20px;
  color: #1ccfc9;
}
.why-choose-us-section {
  background: #faf6f3;
  padding: 2.5em 0 2.5em 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.why-choose-us-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}
.why-choose-us-why-choose-us-row {
  position: relative;
  z-index: 1;
}
.why-choose-us-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1252px;
  margin: 0 auto 2.2em auto;
  gap: 2em;
}
.why-choose-us-header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}
.why-choose-us-small-head {
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: -0.9em;
  text-align: center;
}
.why-choose-us-header-title {
  text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #333;
}
.why-choose-us-header-desc {
  font-size: 1.1em;
  color: #01262a;
  opacity: 0.85;
  margin: 0 0 48px 0;
  flex: 1 1 50%;
  text-align: left;
  max-width: 577px;
}
.why-choose-us-why-choose-us-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
  max-width: 1400px;
  margin: 0 auto;
}
.why-choose-us-list-left, .why-choose-us-list-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2em;
  flex: 1 1 350px;
  max-width: 400px;
}
.why-choose-us-center-img {
  flex: 0 0 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us-center-img img {
  width: 420px;
  height: auto;
  max-width: 100%;
  display: block;
}
.why-choose-us-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
  position: relative;
}
.why-choose-us-item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 1px;
  background: #d6d3d7;
  opacity: 0.7;
}
.why-choose-us-list-left .why-choose-us-item:not(:last-child),
.why-choose-us-list-right .why-choose-us-item:not(:last-child) {
  margin-bottom: 2.2em;
}
.why-choose-us-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.why-choose-us-title {
  margin-bottom: 30px;
  font-size: 36px;
  color: #eb1d24;
  font-weight: bold;
}
.why-choose-us-desc {
  font-size: 19px;
  color: #6c757d;
  opacity: 0.9;
}
/* === Tablet View (max-width: 991px) === */
@media (max-width: 991px) {
  .why-choose-us-why-choose-us-row {
    flex-direction: column;
    padding: 0 20px;
    gap: 0px;
  }

  .why-choose-us-list-left,
  .why-choose-us-list-right {
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    max-width: 293px;
    flex: 1 1 196px;
  }

  .why-choose-us-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .why-choose-us-desc {
    font-size: 17px;
  }

  .why-choose-us-center-img {
    flex: unset;
    width: 100%;
  }

  .why-choose-us-center-img img {
    width: 100%;
    max-width: 360px;
  }
}

/* === Mobile View (max-width: 600px) === */
@media (max-width: 600px) {
  .why-choose-us-header-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .why-choose-us-desc {
    font-size: 1rem;
  }

  .why-choose-us-title {
    font-size: 1.2rem;
  }

  .why-choose-us-list-left,
  .why-choose-us-list-right {
    align-items: flex-start;
    text-align: left;
    flex: 1 1 196px;
  }

  .why-choose-us-center-img img {
    max-width: 250px;
    margin: 0 auto;
  }

  .why-choose-us-why-choose-us-row {
    padding: 0 15px;
  }
}


.features-section {
  padding: 10px 20px;
  text-align: center;
  color: #333;
}

.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.feature-box {
  flex: 1;
  max-width: 25%; /* limit width to 25% to fit 4 in a row */
  padding: 20px;
  text-align: center;
}

.icon-wrapper {
  background: #fff;
  width: 88px;
  height: 88px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-wrapper img {
  width: 81px;
  height: 91px;
}

.feature-box h3 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 19px;
  color: #424141;
  line-height: 1.6;
}
.feature-box:hover .icon-wrapper {
  background-color: #1ccfc9;
  transition: background-color 0.3s ease;
}

.feature-box:hover .icon-wrapper img {
  filter: brightness(0) invert(1); /* Turns the icon white */
  transition: filter 0.3s ease;
}
@media (max-width: 991px) {
  .container {
    flex-wrap: wrap;
  }
  .feature-box {
    max-width: 50%;
  }
}

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

.package-subtitle{
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: 0.2em;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
  color:#eb1d24;
}

.carousel-container {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 0 auto 60px auto;
}

.tour-slider {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite; /* was 30s */
}

.packages-card {
  position: relative;
  min-width: 300px;
  height: 380px;
  margin-right: 20px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ddd;
}

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

.packages-card:hover img {
  transform: scale(1.05);
}

.tour-content {
  position: absolute;
  bottom: 0;
  width: 88%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.packages-card:hover .tour-content {
  opacity: 1;
  visibility: visible;
}

.tour-content h4 {
  margin: 0 0 10px;
  font-size: 20px;
}

.tour-content .info {
  font-size: 14px;
  margin-bottom: 10px;
}

.tour-content .price {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

.btn-book {
  background-color: #22bfc4;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* How It Works Section */
.how-it-works-section {
  padding: 1px 0 40px 0;
  background: #f9e7d3;
  text-align: center;
  margin-top: 47px;
  background-image: url('../images/sea_1.webp');
  background-position: 86% 204px;
  background-repeat: no-repeat;
  background-size: cover;
}
.how-it-works-header {
  margin-bottom: 40px;
}
.how-it-works-subtitle {
  font-family: 'Satisfy', cursive;
    color: #1ccfc9;
    font-size: 2rem;
    margin-bottom: -0.8em;
    text-align: center;
}
.how-it-works-title {
  text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #eb1d24;
}
.how-it-works-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.how-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  flex: 1 1 260px;
}
.how-step-img-circle {
  position: relative;
  width: 290px;
  height: 290px;
  border: 2px dashed #eb1d24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: #faf6f3;
}
.how-step-img-circle img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.how-step-number {
  position: absolute;
  top: 1px;
  right: 1px;
  background: #eb1d24;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(28,207,201,0.15);
  border: 6px solid #fff;
}
.how-step-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #20263a;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}
.how-step-desc {
  font-size: 19px;
    color: #232527;
    line-height: 1.6;
}
.how-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  height: 300px;
}
@media (max-width: 1100px) {
  .how-it-works-steps {
    gap: 30px;
  }
  .how-step-img-circle {
    width: 170px;
    height: 170px;
  }
  .how-step-img-circle img {
    width: 130px;
    height: 130px;
  }
  .how-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    top: -20px;
    right: -20px;
  }
}
@media (max-width: 900px) {
  .how-it-works-steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .how-step-arrow {
    transform: rotate(90deg);
    margin: 0 auto 20px auto;
    height: 60px;
  }
  .how-step {
    margin-bottom: 30px;
  }
}

/* News & Blogs Section */
.news-blogs-section {
  padding: 0px 0 60px 0;
  background: #fff;
  text-align: center;
}
.news-blogs-section1 {
  padding: 60px 0 60px 0;
  background: #fff;
  text-align: center;
}
.news-blogs-header {
  margin-bottom: 40px;
}
.news-blogs-subtitle {
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  margin-bottom: -0.8em;
  text-align: center;
}
.news-blogs-title {
  text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #eb1d24;
}
.news-blogs-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  /* flex-wrap: wrap; */
  max-width: 1320px;
  margin: 0 auto;
}
.news-blog-card {
  background: #fff;
  display: flex;
  box-shadow: 0 8px 40px 0 rgba(32,38,58,0.08);
  border-radius: 8px;
  overflow: hidden;
  max-width: 850px;
  min-width: 600px;
  width: 100%;
  min-height: 420px;
  margin-bottom: 30px;
}
.news-blog-img-wrap {
  position: relative;
  width: 50%;
  min-width: 320px;
  max-width: 420px;
  height: 438px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.news-blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-blog-content {
  flex: 1 1 0;
  padding: 38px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.news-blog-title {
  font-size: 1.6rem;
  font-family: 'poppins', serif;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.4;
}
.news-blog-excerpt {
  color: #6c757d;
  font-size: 19px;
  margin-bottom: 32px;
  line-height: 1.6;
}
.news-blog-footer {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  margin-top: auto;
}
.news-blog-more-btn {
  background: #1ccfc9;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 32px 12px 24px;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background 0.2s;
  margin-left: -4px;
}
.news-blog-more-btn:hover {
  background: #ed1b24;
  color: #fff;
}
.news-blog-more-arrow {
  font-size: 1.2rem;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .news-blog-card {
    min-width: 400px;
    max-width: 100%;
    flex-direction: column;
    min-height: unset;
  }
  .news-blog-img-wrap {
    width: 100%;
    min-width: unset;
    max-width: unset;
    height: 260px;
  }
  .news-blog-content {
    padding: 24px 18px 24px 18px;
  }
}
@media (max-width: 900px) {
  .news-blogs-cards {
    flex-direction: column;
    gap: 24px;
  }
  .news-blog-card {
    min-width: unset;
    width: 100%;
  }
  .news-blogs-section1{
    padding: 60px 28px 60px;
  }
  .news-blogs-section {
    padding: 0px 13px 60px 13px;
  }
}

/* --- Custom Video Footer Styles --- */
.footer-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 480px;
}
.footer-bg-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  min-height: 480px;
}
.footer-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  /* background: rgba(0, 0, 0, 0.45); */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content {
  width: 100%;
  /*max-width: 1200px;*/
   max-width: 1350px;
  margin: 0 auto;
  padding: 40px 24px 50px 24px;
  color: #fff;
  z-index: 3;
}
@media (min-width: 1800px) {
.footer-content {
  padding: 40px 24px 52px 24px;
}
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.footer-contact {
  display: flex;
  flex-direction: column;
}
.footer-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  margin-top: 25px;
}
.footer-main {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  /* margin-bottom: 32px; */
  flex-wrap: wrap;
  background: #ffffffc7;
  padding: 18px;
  border-radius: 18px 18px 0 0;
}
.footer-col {
  flex: 1 1 180px;
  min-width: 180px;
  margin-bottom: 18px;
}
.footer-brand {
  flex: 2 1 320px;
  min-width: 260px;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-logo {
  width: 165px;
  height: 85px;
  object-fit: contain;
}
.footer-brand-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.footer-dot {
  color: #1ccfc9;
  font-size: 2rem;
  font-weight: 900;
}
.footer-col h4 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #100f0f;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul a{
  text-decoration: none;
}
.footer-col ul li {
  color: #100f0f;
  font-size: 1rem;
  margin-bottom: 8px;
  opacity: 0.92;
}
.footer-brand p {
  color: #100f0f;
  font-size: 1rem;
  margin-bottom: 18px;
  opacity: 0.92;
  
}
.footer-social-icons {
  margin-top: 10px;
}
.footer-social-icons a {
  color: #100f0f;
  font-size: 1.3rem;
  margin-right: 16px;
  transition: color 0.2s;
}
.footer-social-icons a:hover {
  color: #1ccfc9;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb1d24;
  color: #fff;
  padding: 12px 32px;
  border-radius: 0 0 8px 8px;
  font-size: 1rem;
  font-weight: 500;
  /* margin-top: 18px; */
}
.footer-theme {
  letter-spacing: 2px;
}
.footer-copyright {
  font-size: 1rem;
}
@media (max-width: 900px) {
  .footer-content {
    padding: 30px 8px 0 8px;
  }
  .footer-main {
    flex-direction: column;
    gap: 18px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    padding: 10px 8px;
    font-size: 0.95rem;
  }
}
@media (max-width: 600px) {
  .footer-video-wrapper{
    min-height: 1283px;
  }
  .footer-brand {
    flex: 1 1 100% !important;
  }
  .footer-title {
    font-size: 1.5rem;
  }
  .footer-main {
    gap: 0px;
  }
  .footer-col, .footer-brand {
    min-width: 120px;
    font-size: 0.95rem;
  }
  .footer-bottom {
    font-size: 0.85rem;
    padding: 8px 22px;
  }
}
.footer-copyright a{
  color: rgb(255, 255, 255);
  text-decoration: none;
}
/* --- End Custom Video Footer Styles --- */
/* About us */
.about-banner {
  position: relative;
  width: 100%;
  height: 424px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Change opacity and color as needed */
  z-index: 1;
}
.about-banner-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner-content {
  position: relative;
  z-index: 2; /* Ensures text stays above the overlay */
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 80px 0;
}

.about-banner-content h1 {
  font-size: 64px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.about-banner-content h2 {
  font-size: 64px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.about-banner-content p {
  font-size: 19px;
  margin: 0;
  color: #e0dede;
}

/* --- About Section --- */
.about-section {
  background: #fff;
  padding: 60px 0 40px 0;
}
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}
.about-left {
  flex: 1 1 420px;
  min-width: 320px;
}
.about-subtitle {
  font-family: 'Satisfy', cursive;
    color: #1ccfc9;
    font-size: 2rem;
    font-weight: 500;
}
.about-title {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 36px;
  color: #eb1d24;
 line-height: 1.3;
}
.about-desc-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.about-desc-line {
  width: 60px;
  height: 3px;
  background: #1ccfc9;
  margin-right: 16px;
  margin-top: 12px;
  border-radius: 2px;
  flex-shrink: 0;
}
.about-desc {
  color: #6c757d;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
}
.about-call {
  display: block;
  color: #1ccfc9;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 22px;
  text-decoration: none;
}
.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.about-list li {
  font-size: 17px;
  color: #6c757d;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.about-check {
  color: #1ccfc9;
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}
.about-btn {
  display: inline-block;
  background: #1ccfc9;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 38px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 10px;
}
.about-btn:hover {
  background: #ed1b24;
}

.about-right {
  flex: 1 1 380px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
  position: relative;
}
.about-img-main {
  position: relative;
  width: 417px;
  height: auto;
  overflow: hidden;
}
.about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-label {
  position: absolute;
  top: 24px;
  right: -30px;
  background: #fff;
  color: #22223b;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 28px 10px 18px;
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.10);
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-label-icon {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.about-img-secondary {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.10);
  background: #eee;
  margin-right: 40px;
}
.about-img-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .about-section {
    padding: 60px 24px 40px;
    overflow: hidden;
  }
  .about-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .about-right {
    align-items: center;
  }
  .about-img-secondary {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .about-banner-content h1 {
    font-size: 38px;
  }
  .about-title {
    font-size: 30px;
  }
  .about-img-main {
    width: 383px;
    height: auto;
  }
  .about-img-secondary {
    width: 120px;
    height: 120px;
  }
}

/* --- Discover Section --- */
.discover-section {
  width: 100%;
  background: #fff;
  padding: 60px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.discover-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.discover-left {
  position: relative;
  flex: 1 1 500px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
.discover-bg {
  position: absolute;
  left: -22px;
  top: 0%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  background: #eb1d24;
  border-radius: 50%;
  z-index: 1;
  filter: blur(0.5px);
}
.discover-person {
  position: relative;
  z-index: 2;
  width: 420px;
  max-width: 100%;
  height: auto;
}
.discover-right {
  flex: 1 1 500px;
  min-width: 320px;
  z-index: 2;
  padding-left: 20px;
}
.discover-subtitle {
  font-family: 'Satisfy', cursive;
  color: #1ccfc9;
  font-size: 2rem;
  font-weight: 500;
}
.discover-title {
  margin-bottom: 30px;
    font-size: 36px;
    color: #eb1d24;
    line-height: 1.3;
}
.discover-desc {
  color: #6c757d;
    font-size: 19px;
    margin-bottom: 18px;
    line-height: 1.6;
}
.discover-counters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
}
.discover-counter-box {
  background: #fff;
  border: 2px solid #aef1f3;
  border-radius: 12px;
  padding: 36px 0 24px 0;
  text-align: center;
  position: relative;
  min-width: 180px;
  box-shadow: 0 4px 24px rgba(44, 62, 80, 0.06);
}
.discover-counter {
  color: #1ccfc9;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.discover-counter::after {
  content: "+";
  margin-left: 2px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #1ccfc9;
}
.discover-counter-label {
  color: #22223b;
  font-size: 1.1rem;
  margin-top: 8px;
}
/* === Tablet View (max-width: 1100px) === */
@media (max-width: 1100px) {
  .discover-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .discover-right {
    padding-left: 0;
  }

  .discover-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .discover-desc {
    font-size: 17px;
    padding: 0 20px;
  }

  .discover-counters {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px;
  }

  .discover-counter-box {
    min-width: 160px;
    padding: 28px 0 20px 0;
  }
}

/* === Mobile View (max-width: 700px) === */
@media (max-width: 700px) {
  .discover-section {
    padding: 40px 15px;
    width: 93%;
  }

  .discover-left {
    height: 240px;
  }

  .discover-bg {
    width: 200px;
    height: 200px;
    left: 0;
  }

  .discover-person {
    width: 342px;
  }

  .discover-subtitle {
    font-size: 1.5rem;
  }

  .discover-title {
    font-size: 1.4rem;
  }

  .discover-desc {
    font-size: 1rem;
    padding: 0;
  }

  .discover-counters {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .discover-counter-box {
    min-width: 130px;
    padding: 16px 0 10px 0;
  }

  .discover-counter {
    font-size: 1.4rem;
  }

  .discover-counter::after {
    font-size: 1.4rem;
  }

  .discover-counter-label {
    font-size: 0.95rem;
  }
}

.travel-details {
  padding: 40px 99px;
}

.travel-details__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.travel-details__main {
  flex: 1 1 60%;
}

.travel-details__heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #eb1d24;
  margin-bottom: 10px;
  font-family: 'poppins', serif;
}

.travel-details__text {
  color: #444;
  font-size: 19px;
  margin-bottom: 18px;
  line-height: 1.6;
}

.travel-details__quote {
  font-weight: 600;
  font-size: 19px;
  color: #222;
  margin: 20px 0;
  line-height: 1.6;
}

.travel-details__images {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.travel-details__images--bottom {
  margin-top: 20px;
}

.travel-details__image img {
  width: 100%;
  border-radius: 8px;
  height: 398px;
  object-fit: cover;
}

.travel-details__info-box {
  background: #f5f5f5;
  padding: 20px;
  margin: 20px 0;
  border-radius: 6px;
}

.info-box__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.info-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  font-size: 14px;
}

.info-box__grid i {
  margin-right: 6px;
  color: #1ccfc9;
}

/* Sidebar */
.travel-sidebar {
  flex: 1 1 30%;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.travel-sidebar__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.travel-sidebar__info p {
  font-size: 14px;
  margin-bottom: 8px;
}

.travel-sidebar__rating i {
  color: #f1c40f;
  margin-right: 2px;
}

/* Form */
.travel-form__group {
  margin-bottom: 15px;
}
.travel-form__group input::placeholder,
.travel-form__group textarea::placeholder {
  font-family: 'Playfair Display', serif;
}
.travel-form__group input,
.travel-form__group textarea {
  width: 94%;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.travel-form__group textarea {
  height: 80px;
  resize: vertical;
}

.travel-form__submit {
  width: 99%;
  background: #eb1d24;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.travel-form__submit:hover{
  background: #1ccfc9;
}
/* Call to Action Box */
.cta-box {
  background-color: #faf6f3;
  color: #000000;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.cta-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #20263a;
  margin-bottom: 10px;
  font-family: 'poppins', serif;
}
.cta-title span {
  color: #eb1d24;
}

.cta-separator {
  border: none;
  border-top: 1px solid rgb(0 0 0 / 20%);
  margin: 15px 0;
}

.cta-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cta-item i {
  font-size: 20px;
  margin-right: 12px;
  color: #eb1d24;
}

.cta-content p {
  margin: 3px;
  font-size: 19px;
}

.cta-content a {
  color: #1ccfc9;
  font-size: 21px;
  text-decoration: none;
}

.cta-content a:hover {
  text-decoration: underline;
}
.services-sidebar {
  background: #fff;
  padding: 20px;
  margin-top: 46px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.travel-form-sidebar{
  background: #fff;
  padding: 20px;
  margin-top: 4px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.services-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  margin-bottom: 10px;
}

.services-list a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.services-list a i {
  margin-right: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services-list a:hover,
.services-list .active a {
  background-color: #eb1d24;
  color: #fff;
  border-color: #eb1d24;
}

.services-list a:hover i,
.services-list .active a i {
  opacity: 1;
}


/* Responsive */
@media (max-width: 992px) {
  .travel-details {
    padding: 20px;
    overflow: hidden;
  }
  .travel-details__container {
    flex-direction: column;
    display: block;
  }

  .travel-details__images {
    flex-direction: column;
  }
  .cta-box{
    overflow: hidden;
  }
  .cta-content a {
    font-size: 18px;
  }
}
.contact-section {
  padding: 60px 30px;
  background-color: #fff;
}

.contact-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-section__info {
  flex: 1 1 45%;
}

.contact-section__title {
  font-size: 1.6rem;
    font-weight: 700;
    color: #20263a;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.contact-section__description {
  color: #444;
    font-size: 19px;
    margin-bottom: 18px;
    line-height: 1.6;
}
.contact-section__p{
  margin-top: 0px;
  font-size: 19px;
  margin-bottom: 7px;
}

.contact-section__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-section__icon {
  font-size: 20px;
  color: #eb1d24;
  margin-right: 15px;
  margin-top: 5px;
}

.contact-section__detail {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  color: #179eb1;
}

.contact-section__form-box {
  flex: 1 1 45%;
  background-color: #f4f6f8;
  padding: 30px;
  border-radius: 4px;
}

.form-box__header {
  background-color: #eb1d24;
  color: #fff;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: -30px -30px 30px -30px;
  font-family: 'poppins', serif;
}

.contact-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
}
.contact-form__row input::placeholder,
.contact-form__row textarea::placeholder {
  font-family: 'Playfair Display', serif;
}

.contact-form__input {
  flex: 1;
}

.contact-form__textarea {
  height: 120px;
  resize: none;
  margin-bottom: 20px;
}

.contact-form__button {
  background-color: #eb1d24;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form__button:hover {
  background-color: #1ccfc9;
}
.contact-map-section {
  width: 81vw;
  max-width: 100%;
  margin: 0 0 34px 0;
  padding: 0;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  background: #e4e0dd;
}
.contact-map-section iframe {
  display: block;
  width: 100vw;
  max-width: 100%;
  min-height: 320px;
  height: 420px;
  border: none;
}
.form-message {
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 500;
}
.form-message.success {
  background-color: #e6f9e6;
  color: #1ccfc9;
  border: 1px solid #c8e6c9;
}
.form-message.error {
  background-color: #ffe6e6;
  color: #ed1b24;
  border: 1px solid #ef9a9a;
}

@media (max-width: 700px) {
  .contact-map-section iframe {
    min-height: 200px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__container {
    flex-direction: column;
  }
  .contact-form__input, .contact-form__textarea{
    width: 92%;
  }

  .contact-form__row {
    flex-direction: column;
  }
}
/* === Layout === */
.testimonial-section {
  background: #fff;
  padding: 60px 20px;
}
.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1390px;
  margin: auto;
  gap: 60px;
}
.testimonial-image img {
  max-width: 100%;
  width: 611px;
  transition: opacity 0.5s ease-in-out;
}

/* === Content Side === */
.testimonial-content-wrapper {
  flex: 1;
}
.testimonial-heading {
  font-size: 2rem;
    color: #eb1d24;
    margin-bottom: 66px;
    margin-top: -23px;
    font-weight: 700;
}

/* === Scroll Area === */
.testimonial-scroll-area {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.testimonial-list {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease;
}
.testimonial-scroll-area:hover {
  cursor: grab;
}
.stars {
  color: #f8b500;
  margin-bottom: 8px;
  display: inline-block;
}
/* === Card === */
.testimonial-card {
  background: rgba(255,255,255,0.95);
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  padding: 25px;
  margin-bottom: 20px;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}
.testimonial-card strong {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  color: #001a3d;
}
/* === Responsive === */
@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    gap: 30px;
  }
  .testimonial-image img {
    width: 100%;
  }
  .testimonial-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .testimonial-card {
    font-size: 0.95rem;
  }
  .testimonial-scroll-area {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .testimonial-heading {
    font-size: 1.3rem;
  }
  .testimonial-card {
    padding: 18px;
    font-size: 0.9rem;
  }
  .testimonial-scroll-area {
    height: 300px;
  }
}
.holiday-booking-section {
  display: flex;
  gap: 70px;
  padding: 80px;
  justify-content: center;
  flex-wrap: wrap;
}

.holiday-booking-card {
  width: 570px;
  height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.holiday-booking-card:hover {
  transform: scale(1.03);
}

.holiday-booking-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
}

.holiday-booking-overlay h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .holiday-booking-card{
    width: 395px;
  }
  /* .testimonial-container{
    display: block;
  }
  .testimonial-content-wrapper{
    margin-top: 43px;
  } */
}
.blog-details {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
}

.blog-container {
  max-width: 1039px;
  margin: 0 auto;
}

.featured-image {
  position: relative;
}

.featured-image img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s;
}
.featured-image:hover img {
  transform: scale(1.01);
}
.blog-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #1ccfc9;
  color: white;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
}

.blog-meta {
  margin-top: 20px;
  color: #6c757d;
  font-size: 14px;
  display: flex;
  gap: 20px;
}

.blog-meta i {
  margin-right: 6px;
  color: #1ccfc9;
}

.blog-title {
  font-size: 1.6rem;
    font-weight: 700;
    color: #20263a;
    margin-bottom: 16px;
    line-height: 1.4;
}

.blog-content p {
  color: #6c757d;
    font-size: 19px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.blog-content blockquote {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #111;
  border-left: 4px solid #1ccfc9;
  padding-left: 15px;
}

.blog-images-row {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.blog-images-row img {
  width: calc(50% - 10px);
  border-radius: 6px;
  object-fit: cover;
}
.gallery-section {
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox:target {
  display: flex;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}

.lightbox-close:hover {
  color: #ccc;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  text-decoration: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 1000;
  transition: background 0.3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}
.lightbox-content {
  text-align: center;
  color: white;
  max-width: 90%;
}

.lightbox-caption {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

/* Floting icon */
.footer-social {
  position: fixed;
  top: 66%;
  right: 0; /* Move to the right side */
  z-index: 3;
}

.footer-social ul {
  list-style-type: none;
  padding: 0;
  transform: translateX(270px); /* Push out of view to the right */
}

.footer-social ul li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  text-align: left;
  padding: 4px;
  border-radius: 30px 0 0 30px;
  transition: all 1s;
}

.footer-social ul li:hover {
  transform: translateX(-110px); /* Slide into view from right */
}

.footer-social ul li.whatsapp:hover {
  background-color: #4caf50;
}

.footer-social ul li.phone-alt:hover {
  background-color: #2196f3;
}

.footer-social ul li.mail-us:hover {
  background-color: #b90000;
}
.footer-social ul li.justdial:hover {
  background-color: #ff6f00; /* Optional: Justdial orange or your choice */
}

.footer-social ul li .icon-img {
  width: 20px;
  height: 20px;
  border-radius: 21px;
  background-color: white;
  padding: 8px;
  margin-right: 14px;
  vertical-align: middle;
  transition: transform 1s;
}

.footer-social ul li:hover .icon-img {
  transform: rotate(360deg);
}

.footer-social ul li a {
  color: white;
  text-decoration: none;
}

.footer-social ul li i {
  text-align: center;
  margin-right: 14px; /* icon on the left now */
  margin-left: 0;
  /* color: black; */
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transform: rotate(0deg);
}

.footer-social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}

/* Floting icon */

/*Domestic Tour Packeges start*/

.holiday-section {
  padding: 50px 20px;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
}

.holiday-section .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card2 {
  background: #fff;
  /*border-radius: 10px;*/
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card2:hover {
  transform: translateY(-5px);
}

.card-img2 {
  position: relative;
}

.card-img2 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  display: flex;
  justify-content: space-around;
  color: #fff;
  font-size: 14px;
}

.card-body2 {
  padding: 15px;
}
.priceing-plan{
    display: flex;
  justify-content: space-between;
}
.card-body2 h3 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.reviews {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 8px 0;
  color: #777;
}

.stars {
  color: gold;
}

.card-body2 p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .holiday-section .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .holiday-section .container {
    grid-template-columns: 1fr;
  }
}



/*Domestic Tour Packeges end*/



/*honeymoone packege page start*/


.honeymoon-section {
  padding: 50px 70px;
  background: #f9f9f9;
}

.honeymoon-section .container-honemoon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card-honemoon {
  background: #fff;
  /*border-radius: 8px;*/
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card-honemoon:hover {
  transform: translateY(-5px);
}

.image-container-honemoon {
  position: relative;
  overflow: hidden;
}

.image-container-honemoon img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-honemoon:hover .image-container-honemoon img {
  transform: scale(1.1);
}

.trip-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.card-honemoon:hover .trip-label {
  background-color: #ee1c26; /* new background */
  color: #fff; /* new text color */
  transition: all 0.3s ease; /* smooth animation */
}

.card-body-honemoon {
  padding: 15px;
}

.card-body-honemoon h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}

.card-body-honemoon p {
  font-size: 14px;
  color: #777;
  margin: 5px 0 15px;
}

.price-book {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
}

.price {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.btn {
  background: #12a9b1;
  color: #fff;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #ee1c26;
}

/* Responsive */
@media (max-width: 992px) {
  .honeymoon-section .container-honemoon {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .honeymoon-section .container-honemoon {
    grid-template-columns: 1fr;
  }
}
/*honeymoone packege page end*/
