.text {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1B2331;
}

.head {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 44px;
  font-weight: 550;
  color: #1B2331;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 32px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1B2331;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============ DECORATIVE UTILITIES ============ */
.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.12 0 0 0 0 0.12 0 0 0 0.4 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.35;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.eyebrow {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0B2E63;
  border: 1px solid rgba(11, 46, 99, 0.25);
  padding: 4px 10px;
  border-radius: 20px;
}

/* ============ CTA BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  border-radius: 999px;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s, background 0.2s, color 0.2s;
  white-space: nowrap;
  cursor: pointer;
  min-height: 48px;
}

.btn-primary {
  background: #123E7D;
  color: white;
  box-shadow: 0 8px 20px -4px rgba(18, 62, 125, 0.35);
}

.btn-primary:hover {
  background: #0B2E63;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -6px rgba(18, 62, 125, 0.45);
  color: white;
}

.btn-ghost {
  background: transparent;
  color: #0B2E63;
  border: 1.5px solid rgba(11, 46, 99, 0.35);
}

.btn-ghost:hover {
  background: #0B2E63;
  color: white;
  transform: translateY(-2px);
}

.btn-ocean {
  background: #123E7D;
  color: white;
}

.btn-ocean:hover {
  background: #0B2E63;
  color: white;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25D366;
  color: white;
}

.btn-whatsapp:hover {
  background: #1DAD52;
  color: white;
  transform: translateY(-2px);
}

.btn-outline-saffron {
  background: transparent;
  color: #9D7B35;
  border: 1.5px solid #D0AF63;
}

.btn-outline-saffron:hover {
  background: #D0AF63;
  color: white;
  transform: translateY(-2px);
}

.btn-sm {
  padding: 11px 20px;
  font-size: 14px;
  min-height: 42px;
}

/* ============ NAVIGATION ============ */
.navbar.scrolled {
  background: #F5F8FD;
  box-shadow: 0 10px 20px -6px rgba(20, 24, 31, 0.1), 0 30px 60px -20px rgba(20, 24, 31, 0.18);
  transition: all 0.3s ease;
}
.navbar.scrolled .navbar-nav {
  background: transparent;
}

.navbar-nav {
  background: white;
  border-radius: 28px;
  box-shadow: 0 10px 30px -20px rgba(17, 39, 78, 0.35);
  transition: all 0.3s ease;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 10% 0%, rgba(18, 62, 125, 0.08), transparent 60%), radial-gradient(ellipse 60% 50% at 100% 100%, rgba(208, 175, 99, 0.12), transparent 60%), #F5F8FD;
}
.hero::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -180px;
  width: 480px;
  height: 480px;
  border: 28px solid #D0AF63;
  border-color: #D0AF63 transparent transparent #D0AF63;
  border-radius: 50%;
  transform: rotate(-20deg);
  opacity: 0.14;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -140px;
  width: 340px;
  height: 340px;
  border: 3px solid #123E7D;
  border-radius: 50%;
  opacity: 0.18;
  pointer-events: none;
}
.hero .hero-copy {
  position: relative;
  z-index: 2;
}
.hero .hero-copy h1 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  color: #1B2331;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 20px 0 24px;
}
.hero .hero-copy h1 .script {
  color: #D0AF63;
}
.hero .hero-copy h1 .ocean-underline {
  display: inline-block;
  position: relative;
  color: #0B2E63;
}
.hero .hero-copy h1 .ocean-underline::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 10px;
  background: #D7E6FB;
  opacity: 0.5;
  z-index: -1;
  border-radius: 2px;
}
.hero .hero-copy .hero-sub {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #334055;
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.65;
}
.hero .hero-copy .hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.hero .hero-image {
  position: relative;
}
@media (max-width: 575.98px) {
  .hero .hero-image {
    padding-top: 10px;
  }
}
.hero .hero-image .review-badge {
  position: absolute;
  top: 0;
  right: 33%;
  transform: translateX(50%);
}
@media (max-width: 575.98px) {
  .hero .hero-image .review-badge {
    right: 18%;
    transform: none;
  }
}
.hero .hero-image .review-badge img {
  width: 200px;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .hero .hero-image .review-badge img {
    width: 150px;
  }
}
.hero {
  /* Hero bottom search panel */
}
.hero .hero-search-wrap {
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 720px) {
  .hero .hero-search-wrap {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 18px;
  }
}
.hero .hero-search-wrap .hero-search-form {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 39, 78, 0.1);
  border-radius: 20px;
  box-shadow: 0 16px 36px -24px rgba(17, 39, 78, 0.38);
  overflow: hidden;
  padding: 12px;
}
.hero .hero-search-wrap .hero-search-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr)) 56px;
  gap: 10px;
  align-items: end;
}
@media (max-width: 720px) {
  .hero .hero-search-wrap .hero-search-grid {
    grid-template-columns: 1fr;
  }
}
.hero .hero-search-wrap .hero-search-field label {
  display: block;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #334055;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.hero .hero-search-wrap .hero-search-field .input {
  background: white;
  border: 1px solid rgba(17, 39, 78, 0.12);
  height: 52px;
  border-radius: 10px;
}
.hero .hero-search-wrap .hero-search-btn {
  border: 0;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #123E7D;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -4px rgba(18, 62, 125, 0.35);
  transition: all 0.2s ease;
}
.hero .hero-search-wrap .hero-search-btn svg {
  width: 16px;
  height: 16px;
}
.hero .hero-search-wrap .hero-search-btn:hover {
  background: #0B2E63;
  transform: translateY(-1px);
}

/* ============ Trust badges below hero form ============ */
.trust-credibility-band {
  padding: 12px 0 26px;
  background: #F5F8FD;
}
.trust-credibility-band .trust-badges-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 600px) {
  .trust-credibility-band .trust-badges-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.trust-credibility-band .trust-badges-row .trust-badge-item {
  background: #FFFFFF;
  border: 1px solid rgba(17, 39, 78, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  text-align: center;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #334055;
  box-shadow: 0 8px 24px -20px rgba(17, 39, 78, 0.35);
}

/* ============ ABOUT US ============ */
.section-about {
  padding: 42px 0 84px;
  background: #F5F8FD;
}
.section-about .about-content .eyebrow {
  margin-bottom: 14px;
}
.section-about .about-content p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #334055;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* Hero booking form */
.booking-form-wrap {
  position: relative;
  z-index: 2;
}
.booking-form-wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  border: 2.5px solid #D0AF63;
  border-radius: 50%;
  opacity: 0.35;
}
.booking-form-wrap::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 50px;
  height: 50px;
  background: #123E7D;
  border-radius: 50%;
  opacity: 0.12;
}
.booking-form-wrap .booking-form {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 36px 32px 32px;
  box-shadow: 0 10px 20px -6px rgba(20, 24, 31, 0.1), 0 30px 60px -20px rgba(20, 24, 31, 0.18);
  position: relative;
  border: 1px solid rgba(232, 226, 214, 0.8);
}
.booking-form-wrap .booking-form-header {
  text-align: center;
  margin-bottom: 24px;
}
.booking-form-wrap .booking-form-header .mini-tag {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  color: #D0AF63;
  line-height: 1;
}
.booking-form-wrap .booking-form-header h3 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1B2331;
  margin-top: 4px;
  letter-spacing: -0.01em;
}
.booking-form-wrap .booking-form-header p {
  font-size: 13.5px;
  color: #6A7488;
  margin-top: 6px;
}
.booking-form-wrap .field-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.booking-form-wrap .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.booking-form-wrap .form-submit {
  width: 100%;
  margin-top: 20px;
  background: #123E7D;
  color: white;
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px -4px rgba(18, 62, 125, 0.35);
  transition: all 0.25s;
}
.booking-form-wrap .form-submit:hover {
  background: #0B2E63;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(18, 62, 125, 0.45);
}
.booking-form-wrap .form-micro {
  text-align: center;
  font-size: 12px;
  color: #6A7488;
  margin-top: 14px;
}
.booking-form-wrap .whatsapp-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed #E3EAF4;
  font-size: 13.5px;
  color: #334055;
}
.booking-form-wrap .whatsapp-inline a {
  color: #25D366;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.field {
  position: relative;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #334055;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.input,
select.input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  color: #1B2331;
  background: #F5F8FD;
  border: 1.5px solid transparent;
  border-radius: 12px;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select.input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235A6273' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}

.input:focus,
select.input:focus {
  outline: none;
  border-color: #D0AF63;
  background: white;
}

/* ============ SECTION SHARED ============ */
section {
  padding: 100px 0;
  position: relative;
}

/* ============ PACKAGE CARDS ============ */
.section-india {
  background: #EEF3FB;
  position: relative;
  overflow: hidden;
}
.section-india::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(208, 175, 99, 0.2), transparent 70%);
  pointer-events: none;
}
.section-india .india-destination-card {
  background: transparent;
}
.section-india .india-destination-media {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}
.section-india .india-destination-media img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-india .india-destination-meta h3 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1B2331;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .section-india .india-destination-meta h3 {
    font-size: 20px;
  }
}
.section-india .india-destination-meta p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6A7488;
  line-height: 1.5;
  margin-bottom: 12px;
}
.section-india .india-destination-action {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.section-india .india-destination-action span {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6A7488;
}
.section-india .india-book-btn {
  border: 1px solid rgba(17, 39, 78, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1B2331;
}

/* ============ CUSTOM REQUEST STRIP ============ */
.request-strip {
  margin-top: 56px;
  background: #1B2331;
  color: white;
  padding: 36px 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.request-strip::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  background: linear-gradient(135deg, transparent, rgba(208, 175, 99, 0.2));
  pointer-events: none;
}
.request-strip .request-strip-text {
  position: relative;
  z-index: 1;
}
.request-strip .request-strip-text h3 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
.request-strip .request-strip-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.5px;
}
.request-strip .request-strip-text .btn {
  position: relative;
  z-index: 1;
}

/* ============ INTERNATIONAL SECTION ============ */
.section-international {
  background: #F5F8FD;
  color: #1B2331;
  position: relative;
  overflow: hidden;
}
.section-international::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(43, 167, 214, 0.08), transparent 70%);
  pointer-events: none;
}
.section-international::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(242, 156, 61, 0.1), transparent 70%);
  pointer-events: none;
}
.section-international .intl-horizontal-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 39, 78, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(20, 24, 31, 0.04), 0 12px 32px -12px rgba(20, 24, 31, 0.12);
}
.section-international .intl-horizontal-image {
  height: 100%;
}
.section-international .intl-horizontal-image img {
  width: 100%;
  height: 200px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-international .intl-horizontal-body {
  padding: 22px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-international .intl-horizontal-body h3 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1B2331;
  line-height: 1.2;
  margin-bottom: 8px;
}
.section-international .intl-horizontal-body p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6A7488;
  line-height: 1.55;
  margin-bottom: 10px;
}
.section-international .intl-horizontal-body .intl-horizontal-meta {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #334055;
  margin-bottom: 0;
}

/* ============ WHATSAPP RIBBON ============ */
.whatsapp-ribbon {
  background: linear-gradient(100deg, #25D366, #1DAD52);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.whatsapp-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><circle cx='30' cy='30' r='1.2' fill='white' opacity='1'/></svg>");
  background-repeat: repeat;
  background-size: 15px 15px;
  background-position: 0 0;
  pointer-events: none;
  z-index: 0;
}
.whatsapp-ribbon .whatsapp-ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.whatsapp-ribbon .whatsapp-ribbon-inner h3 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
.whatsapp-ribbon .whatsapp-ribbon-inner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-top: 4px;
}
.whatsapp-ribbon .whatsapp-ribbon-inner .btn {
  background: white;
  color: #25D366;
  font-weight: 700;
}
.whatsapp-ribbon .whatsapp-ribbon-inner .btn img {
  width: 24px;
  height: 24px;
}
.whatsapp-ribbon .whatsapp-ribbon-inner .btn:hover {
  background: #1B2331;
  color: white;
}

/* ============ DESTINATIONS (CATEGORY) SECTION ============ */
.section-destinations {
  background: #F5F8FD;
}
.section-destinations .popular-destination-card {
  background: transparent;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 39, 78, 0.12);
}
.section-destinations .popular-destination-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 14px;
}
.section-destinations .popular-destination-media img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-destinations .popular-booking-strip {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 6px 6px 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1B2331;
}
.section-destinations .popular-booking-strip .popular-booking-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #123E7D;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
.section-destinations .popular-destination-meta h4 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1B2331;
  line-height: 1.2;
  margin: 0 0 4px;
}
.section-destinations .popular-destination-row span {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1B2331;
}
.section-destinations .popular-destination-row span em {
  font-style: normal;
  font-weight: 400;
  color: #6A7488;
  margin-left: 4px;
}
.section-destinations .popular-destination-row strong {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #334055;
}

/* ============ TRAVEL COMBOS ============ */
.section-combos {
  background: #EEF3FB;
  position: relative;
  overflow: hidden;
}
.section-combos::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -60px;
  width: 200px;
  height: 200px;
  border: 2.5px solid #123E7D;
  border-radius: 50%;
  opacity: 0.2;
  pointer-events: none;
}
.section-combos .dest-subhead {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9D7B35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-combos .dest-subhead::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #D0AF63;
}
.section-combos .combo-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 2px 6px rgba(20, 24, 31, 0.04), 0 12px 32px -12px rgba(20, 24, 31, 0.12);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 226, 214, 0.6);
}
.section-combos .combo-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(225deg, rgba(208, 175, 99, 0.2), transparent);
  border-radius: 0 20px 0 80px;
}
.section-combos .combo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px -6px rgba(20, 24, 31, 0.1), 0 30px 60px -20px rgba(20, 24, 31, 0.18);
  border-color: #D0AF63;
}
.section-combos .combo-card:hover .combo-link {
  gap: 12px;
  color: #9D7B35;
}
.section-combos .combo-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #D0AF63;
  color: white;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 16px;
}
.section-combos .combo-title {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1B2331;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.section-combos .combo-meta {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #6A7488;
  margin-bottom: 20px;
  line-height: 1.5;
}
.section-combos .combo-link {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B2E63;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s;
}

/* ============ WHY CHOOSE US ============ */
.section-why {
  background: #FFFFFF;
  position: relative;
}
.section-why .why-head h2 {
  margin-top: 12px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(36px, 4vw, 44px);
  font-weight: 600;
  color: #1B2331;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.section-why .why-head h2 em {
  color: #6A7488;
  font-style: normal;
}
.section-why .why-top-action {
  display: flex;
  justify-content: flex-end;
}
.section-why .why-learn-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #E3EAF4;
  background: white;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1B2331;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section-why .why-learn-btn span {
  font-size: 14px;
  line-height: 1;
}
.section-why .why-learn-btn:hover {
  border-color: #D0AF63;
  color: #9D7B35;
  transform: translateY(-1px);
}
.section-why .why-divider {
  width: 100%;
  height: 1px;
  background: #E3EAF4;
}
.section-why .why-content-wrap .why-media-card .why-media {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.section-why .why-content-wrap .why-media-card .why-media img {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-why .why-content-wrap .why-media-card p {
  margin: 0;
  max-width: 95%;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #334055;
  line-height: 1.6;
}
.section-why .why-content-wrap .why-feature-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-why .why-content-wrap .why-feature-list .why-feature-item {
  padding: 14px 0;
}
.section-why .why-content-wrap .why-feature-list .why-feature-item .why-feature-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-why .why-content-wrap .why-feature-list .why-feature-item h4 {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(26px, 2.4vw, 24px);
  font-weight: 500;
  color: #1B2331;
  letter-spacing: -0.01em;
}
.section-why .why-content-wrap .why-feature-list .why-feature-item .why-feature-arrow {
  margin-top: 2px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #334055;
  line-height: 1;
}
.section-why .why-content-wrap .why-feature-list .why-feature-item p {
  margin: 10px 0 0;
  max-width: 94%;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #6A7488;
  line-height: 1.65;
}
.section-why .why-content-wrap .why-feature-list .why-feature-item:not(:last-child) {
  border-bottom: 1px solid rgba(227, 234, 244, 0.55);
}
.section-why .why-content-wrap .why-feature-list .is-active {
  padding-top: 8px;
}

/* ============ TESTIMONIALS ============ */
.section-testimonials {
  background: #EEF3FB;
  position: relative;
  overflow: hidden;
}
.section-testimonials .testimonial-wrap {
  align-items: stretch;
}
.section-testimonials .testimonial-intro p {
  margin: 18px 0 0;
  max-width: 92%;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #334055;
  line-height: 1.65;
}
.section-testimonials .testimonial-google-label {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  border: 1px solid #E3EAF4;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #1B2331;
}
.section-testimonials .testimonial-google-label span {
  letter-spacing: 1.5px;
  color: #D0AF63;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #D0AF63;
}
.section-testimonials .testimonial-feature {
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 6px rgba(20, 24, 31, 0.04), 0 12px 32px -12px rgba(20, 24, 31, 0.12);
}
.section-testimonials .testimonial-feature .testimonial-feature-media {
  height: 100%;
}
.section-testimonials .testimonial-feature .testimonial-feature-media img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-testimonials .testimonial-feature .testimonial-feature-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, rgba(6, 18, 45, 0) 0%, rgba(6, 18, 45, 0.82) 72%, rgba(6, 18, 45, 0.92) 100%);
}
.section-testimonials .testimonial-feature .testimonial-feature-overlay p {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: white;
  line-height: 1.45;
}
.section-testimonials .testimonial-feature .testimonial-feature-overlay .testimonial-feature-meta {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-testimonials .testimonial-feature .testimonial-feature-overlay .testimonial-feature-meta strong {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: white;
}
.section-testimonials .testimonial-feature .testimonial-feature-overlay .testimonial-feature-meta span {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
.section-testimonials .testimonial-review-marquee {
  height: 440px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.section-testimonials .testimonial-review-marquee::before, .section-testimonials .testimonial-review-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 2;
  pointer-events: none;
}
.section-testimonials .testimonial-review-marquee::before {
  top: 0;
  background: linear-gradient(180deg, #EEF3FB 0%, rgba(238, 243, 251, 0) 100%);
}
.section-testimonials .testimonial-review-marquee::after {
  bottom: 0;
  background: linear-gradient(0deg, #EEF3FB 0%, rgba(238, 243, 251, 0) 100%);
}
.section-testimonials .testimonial-review-marquee:hover .testimonial-review-track {
  animation-play-state: paused;
}
.section-testimonials .testimonial-review-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: testimonialMarqueeY 22s linear infinite;
  will-change: transform;
}
.section-testimonials .testimonial-review-card {
  flex: 0 0 auto;
  background: white;
  border-radius: 14px;
  border: 1px solid rgba(227, 234, 244, 0.9);
  padding: 18px 18px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}
.section-testimonials .testimonial-review-card p {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  color: #334055;
  line-height: 1.6;
}
.section-testimonials .testimonial-review-card .testimonial-stars {
  margin-top: 12px;
  letter-spacing: 2px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #D0AF63;
}
.section-testimonials .testimonial-review-card .testimonial-review-meta {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-testimonials .testimonial-review-card .testimonial-review-meta strong {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1B2331;
}
.section-testimonials .testimonial-review-card .testimonial-review-meta span {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #6A7488;
}

/* ============ FAQ ============ */
.section-faq {
  background: #FFFFFF;
}
.section-faq .faq-wrap {
  margin: 0 auto;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #1B2331;
}
.section-faq .faq-wrap .faq-item {
  border-bottom: 1px solid #E3EAF4;
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.section-faq .faq-wrap .faq-item .faq-button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1B2331;
  line-height: 1.4;
  letter-spacing: -0.005em;
  transition: color 0.2s;
  background: transparent;
  border: 0;
}
.section-faq .faq-wrap .faq-item .faq-button::after {
  display: none;
}
.section-faq .faq-wrap .faq-item .faq-button:hover, .section-faq .faq-wrap .faq-item .faq-button:focus {
  color: #9D7B35;
  box-shadow: none;
}
.section-faq .faq-wrap .faq-item .faq-button:not(.collapsed) .faq-icon {
  background: #D0AF63;
  color: white;
}
.section-faq .faq-wrap .faq-item .faq-button:not(.collapsed) .faq-icon svg {
  transform: rotate(45deg);
}
.section-faq .faq-wrap .faq-item .faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F5F8FD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.25s;
  margin-top: 3px;
}
.section-faq .faq-wrap .faq-item .faq-icon svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s;
}
.section-faq .faq-wrap .faq-item .faq-answer {
  padding: 0 50px 22px 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #334055;
  line-height: 1.7;
}

/* ============ SEND QUERY ============ */
.section-query {
  background: linear-gradient(180deg, #F5F8FD 0%, #EEF3FB 100%);
  position: relative;
  overflow: hidden;
}
.section-query::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  border: 28px solid #123E7D;
  border-color: #123E7D transparent transparent #123E7D;
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
}
.section-query .query-grid {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 2rem;
}
.section-query .query-left h2 {
  margin: 14px 0 20px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 700;
  color: #1B2331;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.section-query .query-left h2 em {
  color: #D0AF63;
  font-style: italic;
}
.section-query .query-left > p {
  margin-bottom: 30px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6A7488;
  line-height: 1.7;
}
.section-query .promise-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-query .promise-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #334055;
  line-height: 1.5;
}
.section-query .promise-list li strong {
  color: #1B2331;
}
.section-query .promise-tick {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #D0AF63;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.section-query .promise-tick svg {
  width: 12px;
  height: 12px;
}
.section-query .query-form {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 10px 20px -6px rgba(20, 24, 31, 0.1), 0 30px 60px -20px rgba(20, 24, 31, 0.18);
  border: 1px solid rgba(232, 226, 214, 0.6);
}
.section-query .query-form .query-form-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.section-query .query-form textarea.input {
  height: 100px;
  padding: 14px 16px;
  resize: vertical;
  line-height: 1.5;
}
.section-query .query-form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  flex-wrap: wrap;
}
.section-query .query-form-actions .btn {
  flex: 1;
  min-width: 200px;
}
.section-query .query-form-actions .btn-whatsapp {
  flex: 0 0 auto;
  min-width: 160px;
}
.section-query .query-form-actions .btn-whatsapp img {
  width: 24px;
  height: 24px;
}
.section-query .reassurance {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #6A7488;
}
.section-query .reassurance svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ============ FOOTER ============ */
footer {
  background: #1B2331;
  color: rgba(255, 255, 255, 0.7);
  padding: 56px 0 24px;
  position: relative;
}
footer .footer-top {
  margin-bottom: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
footer .footer-brand .footer-logo {
  display: inline-flex;
}
footer .footer-brand img {
  height: 100px;
  width: auto;
  filter: brightness(0) invert(1);
}
footer .footer-brand p {
  margin: 14px 0 18px;
  max-width: 620px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}
footer .footer-brand .footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
footer .footer-brand .footer-nav a {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .footer-brand .footer-nav a:hover {
  color: white;
}
footer .footer-subscribe h5 {
  margin: 0 0 12px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: white;
}
footer .footer-subscribe .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
}
footer .footer-subscribe .footer-contact p {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}
footer .footer-subscribe .footer-contact a {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .footer-subscribe .footer-contact a:hover {
  color: #F5F8FD;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}
footer .legal {
  display: flex;
  gap: 20px;
}
footer .legal a {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .legal a:hover {
  color: white;
}

/* ============ FLOATING WHATSAPP ============ */
.float-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4), 0 0 0 8px rgba(37, 211, 102, 0.15);
  z-index: 99;
  animation: pulse 2.2s infinite;
  transition: transform 0.2s;
}
.float-wa:hover {
  transform: scale(1.08);
  color: white;
}
.float-wa img {
  width: 40px;
  height: 40px;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4), 0 0 0 16px rgba(37, 211, 102, 0);
  }
}
/* ============ MOBILE ============ */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-india .india-destination-media img {
    height: 300px;
  }
  .section-why .why-top-action {
    justify-content: flex-start;
  }
  .section-why .why-content-wrap .why-media-card p {
    max-width: 100%;
  }
  .section-why .why-content-wrap .why-feature-list .why-feature-item h4 {
    font-size: clamp(22px, 3.1vw, 30px);
  }
  .section-testimonials .testimonial-intro p {
    max-width: 100%;
  }
  .section-testimonials .testimonial-feature {
    min-height: 420px;
  }
  .section-testimonials .testimonial-review-marquee {
    height: auto;
  }
  .section-testimonials .testimonial-review-marquee::before, .section-testimonials .testimonial-review-marquee::after {
    top: 0;
    width: 48px;
    height: 100%;
  }
  .section-testimonials .testimonial-review-marquee::before {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, #EEF3FB 0%, rgba(238, 243, 251, 0) 100%);
  }
  .section-testimonials .testimonial-review-marquee::after {
    right: 0;
    left: auto;
    bottom: auto;
    background: linear-gradient(270deg, #EEF3FB 0%, rgba(238, 243, 251, 0) 100%);
  }
  .section-testimonials .testimonial-review-track {
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    animation: testimonialMarqueeX 28s linear infinite;
  }
  .section-testimonials .testimonial-review-card {
    width: min(360px, 76vw);
  }
  footer .footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  footer .footer-subscribe .footer-contact {
    max-width: 430px;
  }
  .section-query .query-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2rem;
  }
  .hero-search-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
  .hero-search-btn {
    grid-column: 1/-1;
    width: 44px;
    height: 44px;
    min-width: 44px;
    justify-self: end;
  }
  .trust-badges-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-about .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
/* ============ ANIMATIONS ============ */
@keyframes testimonialMarqueeY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50% - 8px));
  }
}
@keyframes testimonialMarqueeX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-testimonials .testimonial-review-track {
    animation: none;
    transform: none;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */