* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", Helvetica;
  scroll-behavior: smooth;
}

:root {
  --primary-red: #9D0B0B;
  --primary-red-hover: #8a0a0a;
  --white: #fcfcfc;
  --black: #212529;
  --gray: #8f8a8c;
  --light-gray: #dee2e6;
  --yellow: #ffe366;
  --green: #9effa8;
  --blue: #a3efff;
  --purple: #ecccff;
  --orange: #ff7700 ;
}
.navbar-nav .nav-link.active {
    color: #9D0B0B !important;
    font-weight: 500;
    ;
}
.nav-title-upd:hover {
  color: var(--primary-red);
}
.logoimg{
  margin-left: 12px;
  height:50px;
}
@media (max-width: 480px) {
    .logoimg{
  margin-left: 12px;
   height:40px;
  
}
.blog-container {
    display: flex;
    gap: 32px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px !important;
}
.frame-2-az{
     display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px !important;
    /* padding: 20px 40px; */
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;

}
.card{
    min-height: 0px !important;
    width: 100%;
}


.price {
    font-size: 12px !important;
    font-weight: 600;
    /* color: #fcfcfc; */
}
.frame-wrapper-az{
  padding: 0px !important;

}
.frame-8-az{
  padding: 0px !important;
}
}
/* enquire */
#header {
  position: relative;
  /* normal flow */
  width: 100%;
  padding: 20px;
  transition: all 0.3s ease;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background-color: white !important;
  z-index: 10;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.3s ease;
}
.whatsapp-wrapper {
    position: fixed;
    bottom: 80px;
    right: 40px;
    align-items: center;
    z-index: 9999;
}

/* Remove fixed from here */
/* /* .whatsapp-float {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease;
} */

.whatsapp-float{
    opacity: 1;
    transform: translateY(0);
    animation: bounce 2s infinite;
} 

.chat-bubble {
    background: white;
    color: #333;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
     margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: slideIn 0.8s ease forwards;
}
.whatsapp-float {
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center;
    /* horizontal center */
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.whatsapp-float img:hover {
    transform: scale(1.2) rotate(10deg);
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Slide animation for bubble */
@keyframes slideIn {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}


 a{
  text-decoration: none !important;
} 
.set-sail {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Tablet and up */
@media (min-width: 768px) {
  .set-sail {
    flex-wrap: nowrap;
  }
}

/* When activated → becomes fixed */
#header.sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.breadcrumb {
  padding: 15px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;

}

.progress-1 {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.bar {
  height: 6px;
  width: 100%;
  background: #e0e0e0;
  border-radius: 5px;
}

.bar.active {
  background: var(--primary-red);
}

label {
  display: block;
  margin-top: 18px;
  font-weight: 600;
  font-size: 14px;
}

input,
select {
  width: 100%;
  padding: 5px 0px;
  /* margin-top: 6px; */
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  font-size: 15px;
}
@media (max-width:400px) {
    .card {
        /* padding: 18px !important; */
        border-radius: 20px !important;
    }
    .counter-title {
    font-size: 12px !important;
    color: #444;
    margin-bottom: 5px;
}
.counter-controls {
    display: flex;
    border: 1px solid #ddd;
    padding: 10px !important;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
}
.card{
    min-height: 0px !important;
    width: 100%;
}
}
.counter-container {
  display: flex;
  gap: 15px;
}

.bg-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: rgba(33, 37, 41, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 28px !important;
  z-index: -1;
}

.hero-content h1 {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
}

.hero-content p {
  margin-top: 15px;
   max-width: 800px;
  font-size: clamp(1rem, 1.6vw, 1.1rem);

  color: #f1f1f1;
}


.counter-title {
  font-size: 16px;
  color: #444;
  margin-bottom: 5px;
}

.counter-controls {
  display: flex;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
}

.counter-controls button {
  background: var(--primary-red);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count {
  font-size: 18px;
  font-weight: 600;
  width: 30px;
  text-align: center;
}

.next-btn,
.btn {

  padding: 12px 20px;
  background: var(--primary-red);
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Step 1 Next Button → right end */
.next-btn {
  margin-left: auto;
  /* margin-top: 25px; */
}

/* Step 2 button group */
.btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}


.previous {
  background: #555;
  border-radius: 30px;
  padding: 12px 25px;
}

.success-circle {
  width: 80px;
  height: 80px;
  /* background:var(--primary-red); */
  border-radius: 50%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
@keyframes stickyanimations {
  0% {
    padding: 30px;
    background-color: rgba(255, 240, 240, 0);
    box-shadow: none;
  }
  100% {
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

/* 2️⃣ Apply animation to your scrolled navbar */
.navbar.scrolled {
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}
h3 {
  /* text-align: center; */
  margin-top: 10px;
}

/* p {
        text-align: center;
        margin-top: 10px;
    } */
/*  */
/* ---------- Preloader styles ---------- */
.preloader {
  position: fixed;
  inset: 0;
  /* top:0;right:0;bottom:0;left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  /* overlay color */
  z-index: 9999;
  transition: opacity .5s ease, visibility .5s;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid lightblue;
  border-right-color: var(--primary-red);
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn)
  }
}

.preloader .gif {
  width: 150px;
  /* change size as needed */
  height: 150px;
  object-fit: contain;
  /* optional subtle drop shadow */
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.12));
}


body {
  font-family: 'Manrope', sans-serif;
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

/* header */
#hero.fade-out {
  opacity: 0;
}

#hero.fade-in {
  opacity: 1;
}

/* .frame-4-india{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 32px 15px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;

} */
.style {
  font-family: "Nunito Sans", Helvetica;
  line-height: 140%;
  font-weight: 500;
}

.navbar .nav-link {
  font-family: "Nunito Sans", Helvetica;
  font-weight: 500;
}

.hero {
  background: url("../img//bg\ img.png") no-repeat center center/cover;
  height: 610px;
  object-fit: cover;
  padding: 30px;

  border-radius: 30px;
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  max-width: 600px;

}

.dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

/* Each dot */
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active dot */
.dot.active {
  background-color: white;
  transform: scale(1.3);
}

.navbar-nav {

  color: white;
  border-radius: 30px;
  padding: 10px;
}

.navbar-icon {
  width: 16px;
  height: 16px;
}

.nav-item {
  font-size: 16px;
  font-weight: 400;

}

.btn-1 {
  width: 128px;
  height: 51px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  background-color: #ffffff;
  border: solid 1px #dee2e6;
  transition: all 0.3s ease;

}

.btn-2 {
  width: 200px;
  height: 51px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  background-color: #ffffff;
  border: solid 1px #dee2e6;
  transition: all 0.3s ease;
}

.btn-call {
  width: 128px;
  height: 51px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  border: solid 1px #dee2e6;

}

.btn-tour-planner {
  width: 151px;
  height: 51px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  color: #FCFCFC;
  background-color: #212529;
  border: solid 1px #212529;
  transition: all 0.3s ease;

}

.btn-1:hover {
  background-color: var(--primary-red);
  color: #ffff;
}

.btn-tour-planner:hover {
  background-color: #FCFCFC;
  color: #212529;
  border: solid 1px #FCFCFC;

}

.navbar {
  padding: 15px 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 500;
  margin: 0 12px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.link {
  color: #FCFCFC;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-red) !important;
  background-color:white;
  border-radius: 30px;
}

.navbar .btn {
  border-radius: 30px;
  font-weight: 500;
  background-color: #333;
  transition: all 0.3s ease;
  text-align: center;
  color: #ffff;
}

.navbar .btn-outline-dark {
  background: #fff;
}

.navbar .btn-outline-dark:hover {
  background: #333;
  color: #fff;
}

.navbar .btn-dark {
  background: #212529;
  border-color: #212529;
}

.navbar .btn-dark:hover {
  background: #e60000;
  border-color: #e60000;
}

.offcanvas-body a,
.offcanvas-header {
  font-size: 18px;
  font-family: "Nunito Sans", Helvetica;
  ;
  margin: 12px 0;
  display: block;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.offcanvas-body a:hover {
  color: #e60000 !important;
}
.menucolor:hover {
  color: #e60000 !important;
}
/* Mobile toggle */
.navbar-toggler {
  border: 1px solid #ccc !important;
  border-radius: 50% !important;
  width: 51px;
  height: 51px;
  display: flex;
  background-color: #FCFCFC !important;
  align-items: center;
  justify-content: center;

}

.navbar-toggler:focus {
  box-shadow: none;
}

.hero-section {
  height: 96vh;
  position: relative;
  margin: 20px;
  padding: 60px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* space between left and right */
  border-radius: 26px !important;
  align-items: center;
  /* vertical align */
  justify-content: space-between;
  /* left + right spacing */
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: rgba(33, 37, 41, 0.5);

}

/* LEFT TEXT AREA */

/* RIGHT FORM BOX */
.hero-left {
  padding: 30px;
  margin-top: 200px;
  border-radius: 16px;
}

/* Make everything stack on small screens */
@media (max-width: 900px) {
  .hero-section {
    padding: 20px;
    justify-content: center;

  }

  .hero-left,
  .hero-form {
    max-width: 100%;
  }
}

.btn-custom {
  background: #FCFCFC;
  color: #212529;

  height: 51px;
  padding: 17px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: #212529;
  color: #FCFCFC;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.badge {
  width: 285px;
  height: 51px;
  border-radius: 30px;
  border: solid 1px #fcfcfc;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #fcfcfc;
  width: 100%;
  overflow-x: hidden;
}

.desktop .nav-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 1rem 2.5rem;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.hero-text {
  padding: 50px;
  color: white;
}

@media (max-width: 768px) {
  .nav-bar {
    padding: 1rem;
  }
}


.hero-content {
  display: flex;
  gap: 60px;
  border-radius: 30px;
}

.hero-content-1 {
  background-color: #212529CC;
  border-radius: 30px;
  padding: 20px;
  max-width: 600px;
  margin-left: 60%;

}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;

}

.logo {
  position: relative;
  width: clamp(120px, 15vw, 172.56px);
  height: auto;
  max-height: 2.5rem;
  object-fit: contain;

}

.nav-menu {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .nav-menu {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .icon-button {
    display: flex !important;
  }
}

@media (min-width: 769px) {
  .icon-button {
    display: none;
  }
}

.nav-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

/* Main Hero Section */
.main-hero-section {
  padding: 20px;
  width: 100%;
}



.hero-image {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 10px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}



.main-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 30px;
}

.nav-link-1 {
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  transition: background 0.3s;
}

.nav-link-1:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-quote {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: var(--primary-red);
  color: var(--white);
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-quote:hover {
  background: var(--primary-red-hover);
}

.btn-quote img {
  width: 24px;
  height: 24px;
}

.hero-label {
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

/* Hero Cards Section */
.hero-cards-section {
  display: flex;
  gap: 32px;
  padding: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.hero-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  padding: 40px;
  border-radius: 30px;
  min-height: 400px;
  
  transition: transform 0.3s;
}

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

.hero-card-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-card-content p {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
}

.btn-secondary-1 {
  width: 182px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--light-gray);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-secondary-1:hover {
  background-color: #fcfcfc !important;
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
}

.btn-secondary-call {

  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--light-gray);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-secondary-call:hover {
  background-color: #fcfcfc !important;
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
}

/* Section Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Manrope", Helvetica;
}

.section-title {
  display: flex;
  /* align-items: center; */
  gap: 8px;
  flex-wrap: wrap;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.highlight-1 {
  background: var(--purple);
  padding: 0 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 0 8px;

}

.left-image {
  display: flex !important;
}

.highlight-blue {
  position: relative;
  background: var(--blue);
  padding: 0 8px;
  background-color: transparent;
}

.highlight-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #a3efff;

  z-index: -1;
  transition: width 0.9s ease-out;
}

/* When AOS triggers → brush expands */
.aos-animate .highlight-blue::before {
  width: 100%;
}

.highlight-yellow {
  position: relative;
  background: var(--yellow);
  padding: 0 8px;
  background-color: transparent;
}

.highlight-yellow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--yellow);

  z-index: -1;
  transition: width 0.9s ease-out;
}

/* When AOS triggers → brush expands */
.aos-animate .highlight-yellow::before {
  width: 100%;
}

.highlight-green {
  position: relative;
  background: var(--green);
  padding: 0 8px;
  background-color: transparent;
}

.highlight-green::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--green);

  z-index: -1;
  transition: width 0.9s ease-out;
}

/* When AOS triggers → brush expands */
.aos-animate .highlight-green::before {
  width: 100%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: var(--primary-red);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

}

.btn-primary:hover {
  background-color: transparent !important;
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
  transform: none !important;
}
.button-77:hover {
  background-color: transparent !important;
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
  transform: none !important;
}
.next-btn:hover {
  background-color: transparent !important;
  /* remove bg */
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
  /* border red */
}



/* Featured Section */
.featured-section {
  padding: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.featured-swiper {
  position: relative;
  padding: 10px 0px;
}

.package-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 21.16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.package-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 21.16px;
  overflow: hidden;
  background: white;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}
.package-image {
  position: relative;
  height: 324px;
  overflow: hidden;
   object-fit: cover;
   width: 100%;
   transition: transform 1.2s ease-in-out;
}
.package-image:hover {
  transform: scale(1.10);
  /* zoom */
}


.package-image-blog {
  width: 100%;
  height: 216px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-meta-b {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: var(--primary-red);
}

.package-content {
  padding: 22px;
  margin-top: -16px;
  background: white;
  /* border: 1px solid #d7d7d7; */
  border-radius: 0 0 21.16px 21.16px;
  position: relative !important;
}

.package-content-1 {
  position: relative;
  padding: 22px;
  margin-top: -16px;
  background: white;
  /* border: 1px solid #d7d7d7;
   border-radius: 0 0 21.16px 21.16px;  */
  position: relative;
}

.package-info {
  margin-bottom: 20px;
}

.package-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-red);
}

.package-location img {
  width: 18px;
  height: 18px;
}

.dot {
  width: 4px;
  height: 4px;
  background: var(--primary-red);
  border-radius: 50%;
}

.package-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;

    /* equal height fix */
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* min-height: calc(1.2em * 2);  */
}


.package-amenities {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.amenity-row {
  display: flex;
  gap: 10px;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 4px;
  /* flex: 1; */
  font-size: 14px;
  font-weight: 600;
  color: var(--gray);
}

.amenity img {
  width: 18px;
  height: 18px;
}

.package-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.package-price p {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 12px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #3d4152;
}

.price span {
  font-size: 16px;
  color: #7d817d;
}

.btn-book {
  background: var(--primary-red);
  color: var(--white) !important;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  width: 122.09676361083984;
  height: 51.63081359863281;
  gap: 10.58px;
  opacity: 1;
  border-radius: 8.47px;
  padding-top: 14.82px;
  padding-right: 19.05px;
  padding-bottom: 14.82px;
  padding-left: 19.05px;
  transition: all 0.4s ease;
}

.btn-book:hover {
  background-color: transparent !important;
  /* remove bg */
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
  /* border red */
}


/* Cruise Section */
.cruise-section {
  padding: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.cruise-swiper {
  position: relative;
  padding: 0 0px;
}

.cruise-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.cruise-image {
  width: 248px;
  height: 250px;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 13px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.9s ease-in-out;
  /* fast + smooth */
}

.cruise-image:hover {
  transform: scale(1.02);
}

.wave-decoration {
  width: auto;
  height: 50px;
  position: relative;
  /* move down */
}

.cruise-name {
  position: absolute;
  top: 193px;
  left: 53%;
  transform: translateX(-50%);
  font-family: 'Yesteryear', cursive;
  font-size: 32px;
  color: white;
  white-space: nowrap;
}

.cruise-price {
  font-size: 18px;
  font-weight: 500;
  color: #484c5c;
  text-align: center;
}

/* Themes Section */
.themes-section {
  padding: 0px 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.themes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.theme-large {
  grid-row: span 3;
}

.theme-main {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  border-radius: 30px;
}

.theme-main h3 {
  font-size: 48px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 32px;
  max-width: 500px;
}

.theme-grid-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.theme-row {
  display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: stretch !important; /* IMPORTANT */
  gap: 32px;
}

.theme-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.theme-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  /* copies inline bg image */
  background-size: cover;
  background-position: center;
  transition: transform 1.2s ease-in-out;
  z-index: -1;
}

.theme-card:hover::before {
  transform: scale(1.10);
  /* smooth zoom */
}


.theme-small {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 82px 84px;
}

.theme-text {
  text-align: center;
}

.theme-title {
  font-size: 44px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
}

.theme-subtitle {
  font-size: 48px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}

.playfair {
  font-family: 'Playfair Display', serif;
  
}

.port-lligat {
  font-family: 'Port Lligat Slab', serif;
  font-size: 40px;
}

.bernard {
  font-family: 'Bernard MT Condensed', serif;
 
}

.piedra {
  font-family: 'Piedra', cursive;
  font-size: 60px;
}

.dm-serif {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  font-style: italic;
}

.princess {
  font-family: 'Princess Sofia', cursive;
  font-size: 60px;
}

.economica {
  font-family: 'Economica', sans-serif;
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
}

.yellow {
  color: #ffff00;
}

/* Destinations Section */
.destinations-section {
  padding: 0px 40px;
  max-width: 1440px;
  margin: 0 auto;
}

/* .destinations-swiper {
  overflow: visible;
} */
@media (max-width: 1024px) {
    .navbar-menu {
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        row-gap: 10px !important;
    }
}
.destination-card {
  position: relative;
  height: 520px;
  width: 321px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  padding: 35px 30px;
  overflow: hidden;
  /* important */
  transition:  transform .3s ease-in-out;
  z-index: 0;
  backdrop-filter: blur(15.100000381469727px) !important;
}

/* Blur only bottom */
.destination-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  top: 0;
  inset: 0;
  backdrop-filter: blur(10px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.33%, rgba(0, 0, 0, 0.85) 92.98%);
  mask: linear-gradient(to bottom,
      transparent 50%,
      rgb(58, 58, 58) 80%);
}
/* .destination-card:hover {
  transform: scale(1.5) !important;
  /* zoom */
 

.destination-card-pyblog {
  width: 267px;
  height: 421px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  padding: 35px 16px;
  transition: transform 0.3s;
  /* backdrop-filter: blur(22.100000381469727px) */
}

.destination-card-pyblog:hover {
  cursor: pointer;
}

.destination-content {
  width: 100%;


}

.destination-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #f1f2f3;
  margin-bottom: 8px;

}

.text-blog {
  font-size: 22px;
  font-weight: 600;
  color: #f1f2f3;


}

.destination-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.destination-price .from {
  color: #f1f2f3;
}

.destination-price .amount {
  color: #ffcc00;
}

.destination-price .per {
  color: #ffcc00;
}

.destination-content {
  display: inline-block;
}

/* paragraph box hidden */
.para-box {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.45s ease,
    opacity 0.45s ease,
    transform 0.45s ease;
}

/* text style */
.destination-content p {
  font-size: 14px;
  color: #f1f2f3;
  line-height: 1.4;
  cursor: pointer;

}

/* smooth opening */
.destination-card-pyblog:hover .para-box {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease-in-out;
}


.features-section {
  padding: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

h3 {
  margin: 0px !important;
}

.features-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 20px;
  background-color: #2F3235;
  border-radius: 30px;
  flex-wrap: wrap;
}

.feature-item {
  align-items: center;
  text-align: center;
  gap: 6px;
}

.feature-item img {
  width: 46px;
  height: 46px;
}

.feature-item p {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
}

/* CTA Section */
.cta-section {
  padding: 40px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.cta-section-1 {
  padding: 40px 20px !important;
  margin: 0 auto !important;
}

.cta-section-footer {
     padding:60px;
  /* max-width: 1440px; */
  margin: 0 auto;
}
.cta-section-footers {
     padding: 0px 60px 60px 60px ;
  /* max-width: 1440px; */
  margin: 0 auto;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 160px 300px;
  border-radius: 30px;
}

.cta-container h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  text-align: center;
  line-height: 1.2;
}

/* Footer */
.footer {
  background: var(--primary-red);
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  /* max-width: 1440px !important; */
  margin: 0 auto;
  justify-items: center;
}

.footer-column h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 16px !important;
  
}

.footer-column {
  line-height: 1.5;
  margin-bottom: 16px;
  margin-left: 30px !important;
}

.footer-logo {
  /* width: 172.56px;
  height: 40px; */
  margin-bottom: 16px;
}

.social-links {
  display: flex;
  gap: 10px;
  pointer-events: auto !important;
  position: relative;
  z-index: 9999;
}

.social {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: auto !important;
}

.social svg,
.social i {
 color: #FCFCFC;
 pointer-events: none;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.social-link img {
  width: 20px;
  height: 20px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: var(--white) !important;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.social-links a:hover i,
.social-links a:hover svg,
.contact-icon a:hover i,
.contact-icon a:hover svg,
.footer-column ul li a:hover svg {
  color: var(--yellow);
  /* fill: var(--yellow); */
  stroke: var(--yellow);
}

.footer-column ul li a:hover {
  color: var(--yellow) !important;
}

.footer-column ul li a:hover svg {
  fill: var(--yellow) !important;
  color: var(--yellow) !important;
  /* needed because fill uses currentColor */
}

.genx:hover {
  color: var(--yellow);

}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  gap: 16px;
}

.contact-icon {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
}

.contact-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 4px;
}

.contact-item a {
  color: var(--white) !important;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.contact-item a:hover {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  /* border-top: 1px solid white; */
  max-width: 1440px;
  margin: 0 auto;
}

.footer-bottom p {
  font-size: 16px;
  color: var(--white);
}

/* Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 30px;
  color: var(--black);
}

.swiper-button-prev {
  left: 10px !important;
  /* reduce space */
}

.swiper-button-next {
  right: 10px !important;
  z-index: 999;
  overflow: hidden;
  /* reduce space */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  z-index: 999;
  font-weight: bold;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #f0f0f0;
}

/* Blog Section */
.blog-section {
  width: 100%;
  background: var(--black);
  margin-top: 30px;
  /* margin-bottom: 30px; */
}

.blog-container {
  display: flex;
  gap: 32px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
}

.blog-sidebar {
  justify-content: center;
  width: 330px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 24px;
}

.blog-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
}

.blog-header p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
}

.blog-navigation {
  display: flex;
  gap: 23px;
}

.blog-prev,
.blog-next {
  width: 39px;
  height: 39px;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  color: var(--black);
}

.blog-prev:hover,
.blog-next:hover {
  background: var(--light-gray);
}

.blog-content {
  flex: 1;
  overflow: hidden;
}

.blog-swiper {
  width: 100%;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 31px;
  width: 315px;
}

.blog-image {
  width: 100%;
  height: 210px;
  border-radius: 39px;
  object-fit: cover;
}

.blog-info {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.blog-info h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: var(--white);
  line-height: 1.2;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.blog-meta span:first-child,
.blog-meta span:last-child {
  color: var(--light-gray);
}

.blog-meta span:nth-child(2) {
  color: #6c757d;
}

/* Testimonials Section */
.testimonials-section {
  width: 100%;
  background: var(--black);
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonials-container {
  display: flex;
  gap: 32px;
  padding: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.testimonials-sidebar {
  justify-content: center;
  width: 304px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}

.testimonials-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
}

.testimonials-header p {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
}

.testimonials-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn-reviews {
  padding: 13px 17px;
  background: var(--orange);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-reviews:hover {
  background: #e66900;
}

.rating-image {
  width: 124px;
  height: 50px;
  object-fit: cover;
}

.testimonials-navigation {
  display: flex;
  gap: 23px;
}

.testimonial-prev,
.testimonial-next {
  width: 39px;
  height: 39px;
  padding: 6px;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  transform: scale(1.1);
}

.testimonial-next {
  transform: rotate(180deg);
}

.testimonial-next:hover {
  transform: rotate(180deg) scale(1.1);
}

.testimonial-prev img,
.testimonial-next img {
  width: 100%;
  height: 100%;
}

.sidebar-decoration {
  position: absolute;
  left: 287px;
  top: -1px;
  width: 71px;
  height: 623px;
  z-index: 99;
}

.sidebar-decoration-1 {
  position: absolute;
  left: 300px;
  top: -87px;
  width: 71px;
  height: 600px;
  z-index: 99;
}

.testimonials-content {
  flex: 2;
  overflow: hidden;
  padding: 32px 32px 32px 0;
}

/* .testimonials-swiper {
  width: 100%;
  height: 100%;
} */

.testimonials-swiper .swiper-wrapper {
  display: flex;
  /* flex-direction: column; */
  padding: 30px;
  gap: -2px;
}

.testimonialsleft-swiper .swiper-wrapper {
  display: flex;
  /* flex-direction: column; */
  gap: -2px;
}

.testimonial-card {
  width: 458px;
  height: 245px;
  background: white;
  position: relative;
  display: inline-block;
  margin-right: 48px;
}

.testimonial-card.rounded {
  border-radius: 20px;
}

.testimonial-bg {
  position: absolute;
  top: 0;
  left: 186px;
  width: 272px;
  height: 245px;
  background: #fafafa;
}

.testimonial-card.rounded .testimonial-bg {
  border-radius: 20px;
}

.testimonial-image {
  position: absolute;
  top: 20px;
  left: 45px;
  height: 218px;
  border-radius: 4px;
  object-fit: cover;
  z-index: 1;
}

.testimonial-image.large {
  width: 150px;
}

.testimonial-image.small {
  width: 150px;
}

.testimonial-heading {
  position: absolute;
  width: 48%;
  top: 9%;
  left: 49.5%;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #202020;
  line-height: 1.25;
  z-index: 2;
}

.testimonial-author {
  position: absolute;
  top: 124px;
  left: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  z-index: 2;
}

.author-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #202020;
}

.author-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #808080;
}

.quote-icon {
  position: absolute;
  z-index: 2;
}

.quote-icon.standard {
  top: -2px;
  left: 154px;
  width: 65px;
  height: 47px;
}

.quote-icon.compact {
  top: -2px;
  left: 178px;
  width: 41px;
  height: 41px;
}

.quote-icon.compact-hidden {
  top: -2px;
  left: 154px;
  width: 65px;
  height: 47px;
}

.testimonial-accent {
  position: absolute;
  top: 227px;
  left: 395px;
  width: 109px;
  height: 9px;
  z-index: 2;
}

.testimonial-accent.green {
  background: #008000;
}

.testimonial-accent.red {
  background: #9d0b0b;
}

.testimonial-accent.purple {
  background: #733399;
}

.testimonial-accent.orange {
  background: #fea500;
}

.testimonial-accent.teal {
  background: #2d8985;
}

.testimonial-divider {
  position: absolute;
  background: #008000;
  z-index: 2;
}

.standard {
  top: 61px;
  left: 170px;
  width: 2px;
  height: 127px;
}

.testimonial-divider.compact {
  top: 66px;
  left: 170px;
  width: 2px;
  height: 127px;
}

.testimonial-divider.compact-hidden {
  top: -2px;
  left: 154px;
  width: 65px;
  height: 47px;
}


.testimonial-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}

.testimonial-text.standard {
  width: 239px;
  height: 131px;
  top: 59px;
  left: 189px;
}

.testimonial-text.compact {
  width: 216px;
  height: 104px;
  top: 91px;
  left: 229px;
}

.testimonial-text p {
  font-family: 'Manrope', sans-serif;
  color: #202020;
  margin: 0;
}

.testimonial-text.standard p {
  font-weight: 600;
  font-size: 9px;
  line-height: 1.5;
}

.testimonial-text.compact p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-cards-section {
    flex-direction: column;
  }

  .sidebar-decoration {
    display: none !important;
}
  .testimonials-container,
  .blog-container {
    flex-direction: column;
    padding: 0px
  }

  .testimonials-sidebar,
  .blog-sidebar {
    width: 100%;
  }

  .themes-grid {
    grid-template-columns: 1fr;
  }

  .theme-large {
    grid-row: span 1;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px !important;
    padding: 30px !important;
  }

  .cta-container {
    padding: 100px 50px;
  }
}

@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
  }

  .testimonials-section,
  .blog-section {
    padding: 40px 20px;
  }

  .testimonials-header h2,
  .blog-header h2 {
    font-size: 28px;
  }

  .testimonial-card {
    width: 100%;
    margin-right: 0;
  }

  .blog-section {
    padding: 40px 20px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-link-1 {
    font-size: 16px;
    padding: 6px 12px;
  }

  .btn-quote {
    font-size: 16px;
    padding: 10px 14px;
  }

  .hero-image {
    height: 400px;
  }

  .hero-card-content h2 {
    font-size: 28px;
  }

  .section-title h2,
  .highlight {
    font-size: 28px;
  }

  .theme-main h3 {
    font-size: 32px;
  }

  .theme-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .cta-container {
    padding: 60px 20px;
  }

  .cta-container h1 {
    font-size: 32px;
  }

  .featured-swiper,
  .cruise-swiper {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .hero-overlay {
    padding: 20px;
  }
  .navbars{
    padding:0px !important; 
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    color: white;
}
.sidebar-decoration-1 {
  display: none !important;
}
.cta-section-footers {
    padding: 20px !important;
    /* max-width: 1440px; */
    margin: 0 auto;
}
  .frame-10-india {
    display: contents !important;
  }
.cta-section-footer {
    padding: 20px !important;
    /* max-width: 1440px; */
    margin: 0 auto;
}
.footer-content {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1200px !important;
         padding: 0px !important; 
    }

  .main-nav {
    padding: 8px;
    gap: 8px;
  }

  .nav-link {
    font-size: 14px;
    padding: 4px 8px;
  }

  .btn-quote {
    font-size: 14px;
    padding: 8px 12px;
  }

  .btn-quote img {
    width: 18px;
    height: 18px;
  }

  .hero-cards-section,
  .featured-section,
  .cruise-section,
  .themes-section,
  .destinations-section,
  .features-section,
  .cta-section,
  .footer {
    padding: 20px;
  }

  .section-title h2,
  .highlight {
    font-size: 24px;
  }

  .highlight-1 {
    font-size: 24px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 20px;
    font-size: 14px;
  }

  .package-card {
    width: 100%;
  }

  .cruise-image {
    width: 200px;
    height: 200px;
  }

  element.style {
    width: 430px;
    margin-right: 24px;
  }

  .swiper-slide {
    justify-items: center !important;
  }

  .cruise-name {
    font-size: 31px;
    top: 142px;
  }

  .theme-main {
    height: 400px;
    padding: 20px;
  }

  .theme-main h3 {
    font-size: 24px;
  }

  .theme-small {
    height: 150px;
    padding: 40px;
  }

  .theme-title {
    font-size: 32px;
  }

  .theme-subtitle {
    font-size: 36px;
  }

  .destination-card {
    width: 280px;
    height: 450px;
    backdrop-filter: blur(22.100000381469727px)
  }

  .features-container {
    gap: 20px;
    padding: 20px;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }

  .feature-item p {
    font-size: 14px;
  }
}

/* visa free  */
.frame-33 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .frame-33 {
    gap: 2rem;
    padding: 1rem;
  }

}

.frame-34 {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
  gap: 2rem;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .frame-34 {
    min-height: auto;
    gap: 1rem;
  }
}

.country-card-visa-1 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 320px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  /* very important */
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),
     center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}

.country-card-visa-1:hover::after {
  transform: scale(1.1);
}

.country-card-visa-1>* {
  position: relative;
  z-index: 1;
}

.country-card-visa-2 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 304px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),
     center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}


.country-card-visa-2:hover::after {
  transform: scale(1.1);
}


.country-card-visa-2>* {
  position: relative;
  z-index: 1;
}

.country-card-visa-3 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 320px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),
     center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}

.country-card-visa-3:hover::after {
  transform: scale(1.1);
}

.country-card-visa-3>* {
  position: relative;
  z-index: 1;
}

.country-card-visa-4 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 320px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),
    center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}

.country-card-visa-4:hover::after {
  transform: scale(1.1);
}

.country-card-visa-4>* {
  position: relative;
  z-index: 1;
}

.country-card:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .country-card {
    min-height: 12rem;
  }
}

.frame-24 {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .frame-24 {
    flex-direction: column;
    gap: 1rem;
      align-items:normal;
  }
}

.label-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff7700;
  border-radius: 30px;
}

.label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  white-space: nowrap;
  font-style: normal;
}

.frame-19 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-20 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #9effa8;
  background-color: transparent;

}

.frame-20::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #9effa8;
  border-radius: 4px;
  z-index: -1;
  transition: width 0.8s ease-out;
}

/* When AOS triggers → brush expands */
.aos-animate .frame-20::before {
  width: 100%;
}

.text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #212529;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  font-style: normal;
}

.frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.city-name {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  font-style: normal;
}

.country-card-visalg-1 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  min-height: 18rem;
  width: 100%;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  cursor: pointer;
}

/* background layer */
.country-card-visalg-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),  center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}

/* hover zoom effect */
.country-card-visalg-1:hover::before {
  transform: scale(1.05);
}

/* content above background */
.country-card-visalg-1>* {
  position: relative;
  z-index: 1;
}

/* .country-card-visalg-1,.country-card-visalg-2,:hover{
   transform: scale(1.03)!important;
} */


.country-card-visalg-2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  min-height: 18rem;
  width: 100%;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  cursor: pointer;
}

/* background layer */
.country-card-visalg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),  center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}

/* hover zoom effect */
.country-card-visalg-2:hover::before {
  transform: scale(1.05);
}

/* content above background */
.country-card-visalg-2>* {
  position: relative;
  z-index: 1;
}

.frame-9travelstyle {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap !important;
  gap: 2rem;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
  .frame-9travelstyle {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .frame-9travelstyle {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .frame-9travelstyle {
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 0.5rem;
  }
}

.frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  white-space: nowrap;
  font-style: normal;
}

.text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 600;
  color: #dee2e6;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.frame-18 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.banner {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  margin-top: auto;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;

}

.banner-py {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;

}

@media (max-width: 768px) {
  .banner {
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
  }
}

.frame-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  flex: 1;
  min-width: 280px;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease;
}


/* .frame-2::after {
  content: "";
 position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
} */
@media (max-width: 768px) {
  .frame-2 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  align-self: stretch;
  transition: transform 0.4s ease;
  overflow: hidden;
}

.frame-3-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-top: auto;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  transition: transform 0.4s ease;
  overflow: hidden;
}

.text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #fcfcfc;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 120%;
  font-style: normal;
}

.p {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #fcfcfc;
  font-size: 16px;
  letter-spacing: 0x;
  line-height: 120.00000762939453%;
  font-style: normal;
}

.icon-swap-3 {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: url("../img/right-side.png");
  background-size: 100% 100%;
}

.icon-swap-arrow {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: url("../images//Icon\ Swap\ \(1\).svg");
  background-size: 100% 100%;
}

.frame-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-top: auto;
  padding: 2.5rem;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease;
}

/* .frame-4::after {
  content: "";
 position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
} */
@media (max-width: 768px) {
  .frame-4 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-5 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  flex: 1;
  margin-top: auto;
  min-width: 280px;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
}

/* .frame-5::after {
  content: "";
 position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
} */
@media (max-width: 768px) {
  .frame-5 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 1.875rem;
  border: 1px solid;
  border-color: #dee2e6;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

.button:hover {
  background-color: #fcfcfc !important;
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
}
/* Default state */

@media (max-width: 480px) {
  .button {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  .hero-left {
    display: none;
  }

  .hero-form {
    flex: 0 0 320px;
    width: 100%;
    /* margin: 30px; */
    color: #333;
    /* padding: 30px; */
    border-radius: 16px;
  }
}

.icon-swap {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/phone.svg);
  position: relative;
  background-size: 100% 100%;
}

.button-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #212529;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

/* packages found */

.sidebar-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

.frame-5-india {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-5-india {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: var(--heading-h6-desktop-font-weight);
  color: #212529;

}

.text-wrapper-6-india {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  color: var(--primary-red);
  white-space: nowrap;

}

.line-india {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.frame-6-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-7-india {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  color: #212529;
}

.icon-swap-4-india {
  position: relative;
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/collapse.svg);
  background-size: 100% 100%;
}

.div-2-india {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.checkbox-india {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/checkbox---empty.svg);
  background-size: 100% 100%;
}

.text-wrapper-8-india {
  flex: 1;
  font-weight: var(--body-micro-font-weight);
  color: #212529;
  font-size: var(--body-micro-font-size);
  line-height: var(--body-micro-line-height);
  position: relative;
  margin-top: 6px;
  padding: 5px;
  font-family: "Manrope", Helvetica;
  letter-spacing: var(--body-micro-letter-spacing);
  font-style: var(--body-micro-font-style);
}

.checkbox-2-india {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/checkbox---fill.svg);
  background-size: 100% 100%;
}

.text-wrapper-9-india {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: var(--body-micro-font-weight);
  color: var(--primary-red);
  font-size: var(--body-micro-font-size);
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  font-style: var(--body-micro-font-style);
}

.text-wrapper-10-india {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

.frame-7-india {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-8-india {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

.text-wrapper-11-india {
  position: relative;
  width: fit-content;
  font-family: var(--body-mini-font-family);
  font-weight: var(--body-mini-font-weight);
  color: #6c757d;
  font-size: var(--body-mini-font-size);
  letter-spacing: var(--body-mini-letter-spacing);
  line-height: var(--body-mini-line-height);
  white-space: nowrap;
  font-style: var(--body-mini-font-style);
}

.rectangle-india {
  position: relative;
  width: 12px;
  height: 1px;
  background-color: #212529;
  border-radius: 30px;
}

.img-india {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 8px;
  margin-bottom: -3.47px;
}
.frame-9-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards on desktop */
  gap: 25px;
  width: 100%;
}

/* Large tablets */
@media (max-width: 1200px) {
  .frame-9-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets */
@media (max-width: 768px) {
  .frame-9-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-bar{
    display: none !important;
  } 
}

/* Mobile */
@media (max-width: 480px) {
  .frame-9-row {
    grid-template-columns: 1fr;
  }
}

.frame-9-india {
  align-items: center !important;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;

  position: relative;
  flex: 0 0 auto;
}

.frame-10-india {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-12-india {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #000000;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}

.frame-11-india {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-13-india {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: var(--heading-button-desktop-font-weight);
  color: #000000;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

.frame-12-india {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

.text-wrapper-14-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: var(--heading-button-desktop-font-weight);
  color: #000000;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

.icon-swap-5-india {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/expand.svg);
  position: relative;
  background-size: 100% 100%;
}

.frame-13-india {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  justify-content: center;
  flex: 0 0 auto;
}

.tour-card-india {
  display: flex;
  flex-direction: column;

  align-items: center;
  gap: 8px;
  position: relative;
  /* background-color: #ffffff; */
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dee2e6;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tour-card-india-blog {
  display: flex;
  flex-direction: column;
  width: 324px;
  align-items: center;
  gap: 8px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;


  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rectangle-2-india {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 160px;
  border-radius: 30px 30px 0px 0px;
  object-fit: cover;
  transition: transform 0.9s ease-in-out;
  cursor: pointer;
}

.rectangle-2-india:hover {
  transform: scale(1.03);
}

.frame-14-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 1px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-15-india {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.tags-india {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f7ecfc;
  border-radius: 30px;
}

.icon-swap-6-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/solo.svg);
  position: relative;
  background-size: 100% 100%;
}

.solo-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: var(--body-helper-font-weight);
  color: #733399;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

.tags-2-india {
  background-color: #e8f6ea;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

.icon-swap-7-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/couple.svg);
  position: relative;
  background-size: 100% 100%;
}

.couple-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #26722d;
  font-size: 8px;
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

.package-name-india {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: 12px;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}

.frame-16-india {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.price-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: 16px;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}

.sale-india {
  position: relative;
  width: fit-content;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #6c757d;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}

.span-india {
  text-decoration: line-through;
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  font-weight: var(--body-base-font-weight);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-size: 10px;
}

.div-wrapper-india {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dee2e6;
  border-radius: 30px;
}

.text-wrapper-15-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #6c757d;
  font-size: 6px;
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  white-space: nowrap;
  font-style: var(--body-micro-font-style);
}

.frame-17-india {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ff7700;
  border-radius: 30px;
}

.icon-swap-8-india {
  width: 12px;
  height: 12px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/offer-2.svg);
  position: relative;
  background-size: 100% 100%;
}

.frame-18-india {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-16-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-mini-b-font-family);
  font-weight: var(--body-mini-b-font-weight);
  color: #fcfcfc;
  font-size: var(--body-mini-b-font-size);
  letter-spacing: var(--body-mini-b-letter-spacing);
  line-height: var(--body-mini-b-line-height);
  white-space: nowrap;
  font-style: var(--body-mini-b-font-style);
}

.button-4-india {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
}

.icon-swap-9-india {
  width: 20px;
  height: 20px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/right.svg);
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-9-right {
  width: 20px;
  height: 20px;
  background-image: url("../images//Icon\ Swap\ \(1\).svg");
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-9-left {
  width: 20px;
  height: 20px;
  background-image: url("../images//Left.svg");
  position: relative;
  background-size: 100% 100%;
}

.tags-3-india {
  background-color: #f7f4e8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

.icon-swap-10-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/family-2.svg);
  position: relative;
  background-size: 100% 100%;
}

.family-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #5b563d;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

.tags-4-india {
  background-color: #e6f5f8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

.icon-swap-11-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/group.svg);
  position: relative;
  background-size: 100% 100%;
}

.group-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #35707c;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

.frame-19-india {
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.icon-swap-12-india {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/left.svg);
  position: relative;
  background-size: 100% 100%;
}

.hero-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-20-india {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 160px 300px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
  background: linear-gradient(0deg,
      rgba(33, 37, 41, 0.2) 0%,
      rgba(33, 37, 41, 0.2) 100%) 50% 50%
}

.footer-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.frame-21-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 30px;
}

.frame-22-india {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-23-india {
  display: flex;
  flex-direction: column;
  width: 295px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.text-wrapper-17-india {
  position: relative;
  align-self: stretch;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

.frame-24-india {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.icon-swap-wrapper-india {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #6c757d;
}

.icon-swap-13-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/facebook.svg);
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-14-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/instagram.svg);
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-15-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/linkedin.svg);
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-16-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/whatsapp-1.svg);
  position: relative;
  background-size: 100% 100%;
}

.frame-25-india {
  display: flex;
  flex-direction: column;
  width: 163px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.text-wrapper-18-india {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

.frame-26-india {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-19-india {
  align-self: stretch;
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  line-height: var(--body-base-line-height);
  position: relative;
  margin-top: -1.00px;
  font-family: var(--body-base-font-family);
  letter-spacing: var(--body-base-letter-spacing);
  font-style: var(--body-base-font-style);
}

.frame-27-india {
  display: flex;
  flex-direction: column;
  width: 214px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.frame-28-india {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-4-india {
  position: relative;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 32px 30px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;

}

.frame-4-india-en {
  position: relative;
  position: relative;
  align-self: stretch;
  width: 100%;

}

.bordercolor:focus {
  border-color: var(--primary-red);
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-red);
}

.form-check-input:checked {
  background-color: var(--primary-red) !important;
  border-color: var(--primary-red) !important;
  font-family: "Nunito Sans", Helvetica;
}

.form-check {
  font-family: "Nunito Sans", Helvetica;
}

.form-check-label {
  text-align: center;
}

.inputs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
  font-family: "Nunito Sans", Helvetica;
}

.input-box {
  width: 117px;
  display: flex;
  align-items: center;
  /* background: #f0f0f0; */
  border: 1px solid #f0f0f0;
  padding-left: 15px;
  border-radius: 30px;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 600;
}

/* label{
    font-family:"Nunito Sans", Helvetica ;
    font-weight: 600;
   } */
.input-box label {
  color: #555;
  font-size: 12px;
  margin-right: 4px;
}

.input-box input {
  /* width: 70px; */
  border: none;
  font-family: "Manrope", Helvetica;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  outline: none;
}

.dash {
  font-size: 20px;
  color: #999;
  margin: 0 5px;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 5px;
  position: absolute;
  left: 0%;
  right: 0%;
  background: var(--primary-red);
  border-radius: 5px;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  top: -8px;
  height: 5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}


input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-red);
  pointer-events: auto;
  -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-red);
  pointer-events: auto;
  border: none;
}

.button-2-india {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fcfcfc;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--primary-red);
  border-radius: 30px;
}

.price-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #212529;
  transition: all 0.3s ease;
}

.price-btn:hover {
  background-color: #212529;
  color: #fcfcfc;
  transform: scale(1.1);
}

.price-btn:active {
  transform: scale(0.95);
}

.price-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.price-range-container {
  border-radius: 10px;
  width: 320px;
}

.price-range-container h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  font-family: "Manrope", Helvetica;
}

/* }india */
.breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-wrapper-india {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 120px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%), url("../images//internatinonal.jpg") 50% 50% / cover;
}

.frame-wrapper-international {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 120px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%), url("../images//internatinonal.jpg") 50% 50% / cover;
}

.frame-2-india {
  display: flex;
  flex-direction: column;
  width: 500px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.title-wrapper-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-3-india {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  color: #fcfcfc;
  font-family: "Nunito Sans", Helvetica;
  ;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  font-style: normal;
}

.form-check-input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  padding: 1px !important;
  margin-top: 10px !important;
  flex-shrink: 0;
}

.frame-3-india {
  display: flex;
  align-items: center;
  font-family: "Manrope", Helvetica;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-4-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  color: #fcfcfc;
  font-family: "Nunito Sans", Helvetica;
  ;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  font-style: normal;
}

.icon-swap-3-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/next.svg);
  position: relative;
  background-size: 100% 100%;
}

/* wlecome-pondy  */
.travel-section {
  padding: 40px 0;
}

.travel-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.travel-image-1 img {
  width: 100%;
  object-fit: cover;
}

.travel-text h1 {
  font-weight: 700;
  font-size: clamp(30px, 3.5vw, 38px);

  line-height: 1.7;
  font-family: "Nunito Sans", Helvetica;
}

.stats {
 display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  font-size: 15px;
  justify-content: center; /* horizontal center */
    align-items: center;
  font-family: "Nunito Sans", Helvetica;

}

.stat-box h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.stat-box p {
  font-size: 16px;
  color: #6C757D;
  font-size: 400;
  margin: 2px 0 0;
}

.highlight {
  position: relative;
  font-size: 40px;
  padding: 0px 8px;
  line-height: 1.2;
  font-weight: 700;
  color: black;
  /* text visible first */
  background-color: transparent;
}

/* Brush stroke (starts collapsed) */
.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #a3efff;
  z-index: -1;
  transition: width 0.9s ease-out;
}

/* When AOS triggers → brush expands */
.aos-animate .highlight::before {
  width: 100%;
}


.highlight.green {
  background-color: #9EFFA8;
}

.highlight.purple {
  background-color: #ECCCFF;
  margin: 6px;
}

.highlight.blue {
  background-color: #A3EFFF;
}

.travel-text p {
  color: #555;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 150%;
  font-family: "Nunito Sans", Helvetica;
}

.travel-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 25px;
  font-family: "Nunito Sans", Helvetica;
}

.travel-list-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  font-size: 15px;
  justify-content: center; /* horizontal center */
    align-items: center;
  font-family: "Nunito Sans", Helvetica;
}

.travel-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #333;
}

.travel-list-1 span {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 40px;
  font-weight: 700;
  gap: 8px;
  color: #212529;

}


.travel-btn {
  margin-top: 25px;
}

.travel-btn button {
  background-color: var(--primary-red);
  color: #fff;
  border: none;
  height: 51px;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  font-family: "Nunito Sans", Helvetica;
  transition: all 0.3s ease;
}

.travel-btn button:hover {
  background-color: transparent !important;
  /* remove bg */
  color: var(--primary-red) !important;
  /* text red */
  border: 1px solid var(--primary-red) !important;
}

@media (max-width: 768px) {
  .travel-section {
    padding: 0px;
  }

  .travel-text {
    text-align: center;
  }

  .travel-btn {
    justify-content: center;
    display: flex;
  }
}

/* mission vision */
.frame-wrapper-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;

}

.icon-button-3-about {
  width: 74px;
  height: 74px;
  padding: 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.frame-16-az-m {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame-21-about {
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
  justify-content: center;
  display: flex;
  position: relative;
  align-self: stretch;
  flex-wrap: wrap;
  width: 100%;


}

.text-wrapper-3-about {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: clamp(1.5rem, 4vw, var(--heading-h2-desktop-font-size));
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
  text-align: center;
}

.text-wrapper-3-about-our {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: clamp(1.5rem, 4vw, var(--heading-h2-desktop-font-size));
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
  text-align: center;
  align-items: center;
  margin-bottom: 10px;

}

.frame-31-about {
  background-color: #a3efff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-16-about {
  background-color: #ffe366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-6-az {
  position: relative;
  align-self: stretch;
  /* text-align: center; */
  font-family: 400;
  font-weight: var(--body-base-font-weight);
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-style: normal;
}

.inclusion-az {
  display: flex;
  flex-direction: column;
  max-width: 316px;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 15px 15px 15px 22px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

.div-2-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  text-align: left
}

.icon-swap-about-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Icon\ Swap\ \(2\).svg");
  position: relative;

}

.icon-swap-about-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Icon\ Swap\ \(3\).svg");
  position: relative;

}

.icon-swap-about-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Icon\ Swap\ \(4\).svg");
  position: relative;

}

.icon-swap-about-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Icon\ Swap\ \(5\).svg");
  position: relative;

}

/*  */

.icon-swap-py-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Frame\ \(3\).svg");
  position: relative;

}

.icon-swap-py-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Frame.svg");
  position: relative;

}

.icon-swap-py-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Frame\ \(1\).svg");
  position: relative;

}

.icon-swap-py-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/icons//Frame\ \(2\).svg");
  position: relative;

}

.banner-py {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 0px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;

}

/* curise */
.frame-card-curise-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.75) 100%), url("../images/curise-card-1\ \(1\).png") center/cover no-repeat;
}

.frame-card-curise-1>* {
  position: relative;
  z-index: 1;
}

.frame-card-curise-1:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;

}

.frame-card-curise-1:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .sidebar-decoration {
    display: contents;
  }

  .frame-card-curise-1 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-card-curise-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.75) 100%), url("../images/curise-card-1\ \(6\).png") center/cover no-repeat;
}

.frame-card-curise-2>* {
  position: relative;
  z-index: 1;
}

.frame-card-curise-2:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-2:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-2 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-card-curise-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
  background-size: cover;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.75) 100%), url("../images/curise-card-1\ \(5\).png") center/cover no-repeat;
}

.frame-card-curise-3>* {
  position: relative;
  z-index: 1;
}

.frame-card-curise-3:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-3:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-3 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-card-curise-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.75) 100%), url("../images/curise-card-1\ \(4\).png") center/cover no-repeat;
}

.frame-card-curise-4>* {
  position: relative;
  z-index: 1;
}

.frame-card-curise-4:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-4:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-4 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }

  /* .stats {
    flex-wrap: wrap;
    gap: 20px;
  } */
}

.frame-card-curise-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
  background-size: cover;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.75) 100%), url("../images/curise-card-1\ \(3\).png") center/cover no-repeat;
}

.frame-card-curise-5>* {
  position: relative;
  z-index: 1;
}

.frame-card-curise-5:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-5:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-5 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-card-curise-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 40%, rgba(33, 37, 41, 0.75) 100%),
    url("../images/curise-card-1\ \(2\).png ") center/cover no-repeat;
}

.frame-card-curise-6>* {
  position: relative;
  z-index: 1;
}

.frame-card-curise-6:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-6:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-6 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}


.text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: 500;
  color: #fcfcfc;
  font-size: var(--heading-h2-desktop-font-size);
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
}

.p {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #fcfcfc;

}

/*  */
.read-more .arrow {
  margin-left: 6px;
  font-size: 18px;
}

.read-more {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.blog-info-b {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--white);
  line-height: 1.2;
}

.frame-141 {
  position: absolute;
  right: 7%;
  top: -7%;
  background-color: #FCFCFC;
  padding: 10px;
  border-radius: 999px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-weight: 600;

}

.group {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  ;
  font-weight: var(--body-helper-font-weight);
  color: #000000;
  font-size: 12px;
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

.icon-swap-8-india {
  width: 15px;
  height: 15px;
  background-image: url("../images//icons//percent.svg");
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-8-india-c {
  width: 14px;
  height: 14px;
  background-image: url("../images//icons//cal.svg");
  position: relative;
  background-size: 100% 100%;
  margin-bottom: 4px;
}

.tags-4 {

  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

/* Contact Section */
.contact-section {
  padding: 2.5rem;
}

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  font-family: "Nunito Sans", Helvetica;
  ;
}

.contact-form-card-1 {
  border-radius: 30px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: "Nunito Sans", Helvetica;
  color: #FCFCFC;
  font-weight: 500;
}

/* Cards */
.contact-form-card,
.info-card {
  background: white;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  padding: 2.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-header {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.card-header h2 {
  text-align: left !important;
  ;
  font-size: 24px;
  font-weight: 600;
  color: #212529;
  line-height: 1.2;
}

.separator {
  height: 1px;
  background-color: #dee2e6;
}

.separator-1 {
  height: 1px;
  background-color: #6C757D;
}

/* Contact Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-group label {
  font-size: 16px;
  font-weight: 600;
  /* color: #fcfcfc; */
  line-height: 1.2;
}

.form-group input,
.form-group textarea {
  padding: 0.75rem 1rem;
  background-color: #fcfcfc;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  font-size: 16px;
  color: #6c757d;
  font-family: "Manrope", Helvetica;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #212529;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit-1 {
  padding: 1.2rem 1.5rem;
  background-color: #FCFCFC;
  color: #212529;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn-submit {
  padding: 1rem 1.5rem;
  background-color: var(--primary-red);
  color: #fcfcfc;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn-submit:hover {
  background-color: transparent !important;
  color: #9D0B0B !important;
  border: 1px solid #9D0B0B !important;
}

/* Contact Info */
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.info-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.info-item.full-width {
  grid-column: 1 / -1;
}

.info-item svg {
  flex-shrink: 0;
  color: #212529;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.info-label {
  font-size: 12px;
  font-weight: 700;
  color: #212529;
  align-items: center !important;
  line-height: 1.2;
  text-decoration: none;
  text-decoration-line: none;
}

.info-value {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.5;
}

/* Footer */









.footer-description {
  font-size: 16px;
  color: #fcfcfc;
  line-height: 1.5;
}

.social-links {
  display: flex;
  gap: 0.375rem;
  margin-top: 0.5rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}









/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
  .navbar {
    padding: 1rem 1.5rem;
  }

  .nav-menu {
    gap: 0.5rem;
    padding: 0.5rem;
  }

  .nav-item {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }

  .btn-call span {
    display: none;
  }

  .breadcrumb-container {
    padding: 80px 40px;
  }

  .page-title {
    font-size: 40px;
  }

  .contact-container {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .footer-column:first-child {
    grid-column: 1 / -1;
  }
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
  .navbar {
    padding: 1rem;
  }

  .navbar-container {
    flex-wrap: wrap;
  }

  .logo {
    width: 140px;
    height: 32px;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #212529;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0;
    border: none;
    border-top: 1px solid #dee2e6;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
  }

  .nav-actions {
    gap: 0.5rem;
  }

  .btn-call {
    padding: 0.75rem 1rem;
    font-size: 14px;
  }

  .btn-call span {
    display: none;
  }

  .btn-menu {
    width: 44px;
    height: 44px;
  }

  .breadcrumb-section {
    padding: 1rem;
  }

  .breadcrumb-container {
    padding: 60px 20px;
  }

  .page-title {
    font-size: 32px;
  }

  .breadcrumb {
    font-size: 14px;
  }

  .contact-section {
    padding: 1rem;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-form-card,
  .info-card {
    padding: 1.5rem;
  }

  .card-header h2 {
    font-size: 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .info-row {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 1rem;
  }

  .footer-container {
    padding: 1.5rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-column:first-child {
    grid-column: 1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    font-size: 14px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .logo {
    width: 120px;
    height: 28px;
  }
.footer-column {
    line-height: 1.5;
    margin-bottom: 16px;
     margin-left: 0px !important; 
}
  .footer-content {
    justify-items: left !important;
    gap: 0px !important;
  }

  .shape {
     display: none;
  }
  .section-title {
    display: flex;
    /* align-items: center; */
    gap: 1px !important;
    flex-wrap: wrap;
}

  .pyramid {
     display: none;
  }

  .air-plane {
    display: none;

  }

  .tree-png {
     display: none;
  }

  .highlight {
    font-size: 24px !important;
  }

  .card {
    max-width: 440px !important;
    margin-top: 75px !important;
  }

  .hero-section {
    height: 106vh !important;
  }

  .page-title {
    font-size: 28px;
  }

  .frame-21-about {
    flex-direction: column !important;
    
  }
.travel-text h1 {
    font-weight: 600;
    font-size: clamp(30px, 3.5vw, 38px);
    line-height: 1.4;
    font-family: "Nunito Sans", Helvetica;
}
  .breadcrumb-container {
    padding: 40px 15px;
  }

  .contact-form-card,
  .info-card {
    padding: 1rem;
  }

  .card-header h2 {
    font-size: 18px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 0.625rem 0.875rem;
  }

  .btn-submit {
    width: 100%;
    text-align: center;
  }



  .footer-links a,
  .contact-value {
    font-size: 14px;
  }
}

/* Large Desktop (min-width: 1400px) */
@media (min-width: 1400px) {

  .navbar-container,
  .breadcrumb-container,
  .contact-container,
  .footer-container {
    max-width: 1600px;
  }
}

.map-section {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 40px;
  flex-wrap: wrap;
}

.map-card {
  width: 432px;
  height: 669px;
}

.map-card h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}

.map-card iframe {
  width: 432px;
  height: 600px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* blog details */
* Main Content */ .main-content {
  padding: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2rem;
  align-items: start;
}

/* Article Section */
.article-section {
  background-color: white;
  padding: 2.5rem;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  animation: fadeIn 1s ease;
  font-family: "Manrope", Helvetica;
}

.article-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.badge-1 {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #a3efff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #212529;
  width: fit-content;
}

.badge-highlight {
  background-color: #a3efff;
  color: #212529;
  font-family: "Nunito Sans", Helvetica;
}

.article-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #6c757d;
}

.article-image {
  margin-bottom: 2rem;
}

.article-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 10px;
}

.article-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.article-content h2 {
  font-size: 24px;
  font-weight: 600;
  /* margin-top: 1rem; */
  color: #212529;
}

.article-content p {
  line-height: 1.5;
  color: #6C757D;
}

.article-content ul {
  list-style: disc;
  padding-left: 2rem;
}

.article-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #6C757D;
}

/* .contact-info {
  padding: 1.5rem;
  border-radius:10px;
  margin-top: 1rem;
} */

.contact-info {
  margin-bottom: 0.5rem;
}

/* Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  position: sticky;
  top: 100px;
}

.card-1 {
  background-color: white;
  padding: 2.5rem;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  animation: fadeIn 1s ease 0.2s backwards;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.divider {
  border: none;
  border-top: 1px solid #dee2e6;
  margin-bottom: 1.5rem;
}

/* Contact Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-group label {
  font-weight: 600;
  font-size: 16px;
}

.form-group input,
.form-group textarea {
  padding: 0.75rem 1rem;
  background-color: #fcfcfc;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  color: #6c757d;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #212529;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* Destination Card */
.destination-card-1 {
  animation: fadeIn 1s ease 0.4s backwards;
}

.destination-image {
  height: 360px;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 16.88%),
    linear-gradient(180deg, rgba(33, 37, 41, 0) 62.38%, #212529 100%),
    url('https://c.animaapp.com/mh0qre4moyHkJS/img/package-card---upd.png') center/cover;
  border-radius: 30px;
  padding: 1.5rem;
  display: flex;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.destination-image:hover {
  transform: scale(1.02);
}

.destination-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  z-index: 99;
}

.destination-packages {
  color: #fcfcfc;
  font-weight: 600;
}

.destination-info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fcfcfc;
  margin-bottom: 1rem;
}

.destination-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price {
  font-size: 18px;
  font-weight: 600;
  /* color: #fcfcfc; */
}

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

.price-label {
  color: #dee2e6;
}

/* Related Articles */
.related-articles {
  padding: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-title-wrapper h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Manrope", Helvetica;
}

.article-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  font-weight: 600;
  color: #6c757d;
  font-family: "Manrope", Helvetica;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  padding: 0.5rem;
  background-color: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.carousel-btn:hover {
  background-color: rgba(252, 252, 252, 0.9);
  transform: translateY(-2px);
}

/* Footer */
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .navbar {
    padding: 1rem 1.5rem;
  }

  .frame-13-india {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2×2 grid */
    gap: 20px;
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 20px 0;
  }

  .sidebar-india {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .main-content {
    padding: 1.5rem;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .article-section {
    padding: 1.5rem;
  }

  .article-title {
    font-size: 32px;
  }

  .article-image img {
    height: 320px;
  }

  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .section-title-wrapper h2 {
    font-size: 32px;
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .navbar {
    padding: 1rem;
  }

  .sidebar-india {
    display: none;
  }

  .frame-13-india {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2×2 grid */
    gap: 20px;
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 20px 0;
  }

  .logo {
    width: 130px;
    height: 30px;
  }

  .nav-menu {
    display: none;
  }

  .nav-actions .btn-primary {
    display: none;
  }

  .main-content {
    padding: 1rem;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }

  .article-section,
  .card {
    padding: 1.5rem;
  }

  .article-title {
    font-size: 24px;
  }

  .article-image img {
    height: 240px;
  }

  .related-articles {
    padding: 1rem;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .section-title-wrapper h2 {
    font-size: 24px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .carousel-controls {
    display: none;
  }

  .footer {
    padding: 1rem;
  }

  .footer-content {
    padding: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .destination-image {
    height: 280px;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .article-title {
    font-size: 20px;
  }
  .text-wrapper-3-india {
     font-size: 24px !important;
  }
.certifications-section h2 span {
    font-size: 22px !important; 
}

/* .stats {
         flex-wrap: nowrap !important; 
        gap: 20px;
    } */

  .hero-content {
    display: contents;
  }

  .frame-13-india {
    grid-template-columns: 1fr;
    /* 1 column */
  }

  .card-title {
    font-size: 20px;
  }

  .article-image img {
    height: 200px;
  }

  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 14px;
  }

  .section-title-wrapper h2 {
    font-size: 20px;
  }

  .article-card img {
    height: 200px;
  }
}

/* Large Desktop (1440px+) */
@media (min-width: 1440px) {

  .navbar-container,
  .main-content,
  .related-articles,
  .footer-content {
    max-width: 1600px;
  }
}

@media (max-width: 1420px) {

  .sidebar-india {
    display: none;
  }
}


.review-card-g {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  transition: all 0.3s ease;
}

.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  position: relative;
}

.google-icon {
  width: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

.quote {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 40px 0;
  font-style: italic;
  font-family: "Nunito Sans", Helvetica;
}

.btn-1 {
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  margin-top: 25px;
}

/*  */
/* Laptop View */
@media (min-width: 1024px) and (max-width: 1440px) {
  .hero-form {
    flex: 0 0 380px;
    max-width: 380px;
    margin: 0px !important;
    color: #333;
    padding: 0px !important;
    border-radius: 16px;
  }


}

/* filter mobile view  */
.mobile-filter-btn {
  display: none;
}

.sidebar-india-1 {
  display: block;
  /* or whatever your style is */
}

/* Desktop (>=992px) — REMOVE effects */
@media (min-width: 992px) {
  .sidebar-india-1 {
    display: none !important;
    /* OR reset all styles */
  }
}

@media(max-width: 768px) {
  .mobile-filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px;
    background: var(--primary-red);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    z-index: 9999;
  }
}

/* ----------- SIDEBAR FILTER ----------- */
.sidebar-india-1 {
  width: 320px !important;
  background: #fff;
  height: 106vh !important;
  position: fixed !important;
  top: 0;
  right: -100%;
  padding: 20px 20px 80px;
  /* bottom space for Apply btn */
  overflow-y: auto;
  transition: 0.4s;
  z-index: 99999;
  box-shadow: -4px 0 14px rgba(0, 0, 0, 0.2);
}

/* Open filter panel */
.sidebar-india-1.active {
  right: 0;

}

.frame-5-india {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.text-wrapper-5-india {
  font-size: 20px;
  font-weight: bold;

}

.text-wrapper-6-india {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-red);
  cursor: pointer;
}

.text-wrapper-7-india {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;

}

.text-wrapper-8-india {
  font-size: 15px;
  margin-left: -5px;

}

.line-india {
  width: 100%;
  margin: 12px 0;

}

/* ----------- FIXED APPLY BUTTON INSIDE SIDEBAR ----------- */
.apply-box {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 320px;
  background: #fff;
  padding: 12px;
  display: flex;
  gap: 12px;
  border-top: 1px solid #ddd;
  transition: 0.4s;
  z-index: 999999;
}

.apply-box.active {
  right: 0;
}

.btn-reset,
.btn-apply {
  flex: 1;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 16px;
  border: none;
}

.btn-reset {
  background: #eee;
}

.btn-apply {
  background: var(--primary-red);
  color: #fff;
}


/* Desktop – always visible sidebar */
@media(min-width: 769px) {

  /* .sidebar-india-1 {
    position: relative;
    right: 0;
    height: auto;
    padding-bottom: 20px;
    box-shadow: none;
    z-index: 999999;
  } */
  .apply-box {
    display: none;
  }

  .mobile-filter-btn {
    display: none;
  }
}

/* faq  */
.faq-section {
  max-width: 1440px;
  /* bigger on desktop */
  width: 100%;
  /* full width on mobile */
  margin: auto;
  padding: 30px;
  border-radius: 30px;
  /* mobile friendly padding */
}

.faq-section-1 {
  max-width: 1440px;
  /* bigger on desktop */
  width: 100%;
  /* full width on mobile */
  margin: auto;
  padding: 30px;

  /* mobile friendly padding */
}

.faq-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 15px 0;
  padding: 15px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question {
  font-weight: 700;
  font-size: 18px;
  /* auto responsive */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.toggle-icon {
  font-size: 1.2rem;
  /* larger on all screens */
  font-weight: bold;
  transition: all 0.3s ease;
}

.faq-item.active .faq-question {
  color: var(--primary-red);
}

.faq-item.active .toggle-icon {
  transform: rotate(180deg);
  color: var(--primary-red);
}

.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.faq-item.active .faq-answer {
  margin-top: 10px;
  padding-top: 8px;
}

.faq-answer p {
  margin: 0;
  color: #212529;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  font-family: "Manrope", Helvetica;
}

/* ---------------------------------
   RESPONSIVE MEDIA QUERIES
---------------------------------- */

/* Tablets */
@media (max-width: 768px) {
  .faq-question {
    font-size: 0.95rem;
  }

  .toggle-icon {
    font-size: 1.1rem;
  }
}

/* Phones */
@media (max-width: 480px) {
  .faq-item {
    padding: 12px 14px;
  }

  .faq-question {
    font-size: 0.9rem;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }

  .left-image {
    display: contents !important;

  }

  .travel-list {
    text-align: center !important;
  }

  /* .travel-list span {
    justify-content: center !important;
  } */
}


h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

ul {
  margin: 0 0 20px 25px;
  padding: 0;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
}

.highlight-2 {
  color: var(--primary-red);
}

@media (max-width: 600px) {
  h2 {
    font-size: 20px;
  }

  .container {
    margin: 25px auto;
  }
}

.certifications-section {
  max-width: 1440px;
  margin: auto;
  padding: 40px;
  text-align: center;
}

/* Title */
.certifications-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.certifications-section h2 span {
  background: #a7e8ff;
  padding: 4px 10px;

}

/* Subtitle */
.certifications-section p {
  color: #6C757D;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* ================= GRID ================= */
.certifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* ================= CARD ================= */
.cert-card {
  text-align: center;
}

.cert-card img {
  width: 100%;
  height: 418px;
  object-fit: cover;
  border-radius: 18px;

  margin-bottom: 14px;
}

.cert-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .certifications-section h2 {
    font-size: 26px;
  }

  .cert-card img {
    height: 418px;
  }
}

.team-section {
  max-width: 1440px;
  padding: 40px;
  margin: auto;
  text-align: center;
}

.team-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.team-section h2 span {
  background: #FFE5EC;
  padding: 4px 10px;

}

.team-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #6C757D;
}

/* ================= GRID ================= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

/* ================= CARD ================= */
.team-card {
  position: relative;

  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

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

/* Gradient overlay */
.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0));
}

/* ================= INFO ================= */
.team-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  text-align: left;
  color: #fff;
}

.team-info h3 {
  font-size: 27px;
  font-weight: 600;
}

.team-info span {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.85;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .team-card {
    height: 512px;
  }
}

.container-1 {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.card-blog {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

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

.content {
  padding: 18px;
}

.meta {
  font-size: 13px;
  color: #e11d48;
  margin-bottom: 8px;

}

.title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.desc {
  font-size: 17px;
  color: #555;
  line-height: 1.5;
}

.read {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
}

/* Featured Card */
.featured {
  grid-column: span 2;
  display: flex;
}

.featured img {
  width: 50%;
  height: auto;
  border-radius: 16px 0px 0px 16px !important;
}

.featured .content {
  width: 50%;
}

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

  .featured {
    grid-column: span 2;
    flex-direction: column;
  }

  .featured img,
  .featured .content {
    width: 100%;
  }
}

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

  .featured {
    grid-column: span 1;
  }
}

.tags-icon{
  position: absolute;
  top: 12px;        /* ✅ correct */
  left: 70px;       /* or right */
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tag {
  background: white;
  font-size: 10px;
  display: flex;
  font-weight: 500;
  align-items: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  user-select: none;
  width: 47.232975006103516;
  height: 16;
  gap: 4.23px;
  opacity: 1;
  border-radius: 31.75px;
  border-width: 0.3px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
}

.solo {
  color: #6a4cff;
}

.couple {
  color: #e63946;
}

.groups {
  color: #2a9d8f;
}
.arrow-bt {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.destinations-swiper {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .destinations-swiper {
    padding: 0 12px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .destination-card {
    max-width: 90%;
  }
}
@media (max-width: 1330px) {
    .tree-png {
    display: none;
}
.pyramid {
     display: none;
}
.air-plane {
    display: none;
}
.shape {
    display: none;
}
}
 .preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: absolute;
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #9D0B0B;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
