/* ===== GLOBAL OVERFLOW FIX (MUST BE FIRST) ===== */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}


/* ===== REMOVE PSEUDO OVERFLOW ===== */
.places::before {
  left: 0;
  right: 0;
}

/* ===== FLOATING BUTTON SAFETY ===== */
.floating-buttons {
  right: 1rem;
}

.call-button,
.whatsapp-button {
  transform-origin: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #2563eb;
  --primary-dark: #1e40af;
  --secondary: #f59e0b;
  --dark: #1e293b;
  --light: #f8fafc;
  --gray: #64748b;
  --success: #10b981;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===== HEADER FIX ===== */

.hero-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #0b1f2a;
  /* header background color */
  padding: 0px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* Brand */
.hero-nav .brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-nav .brand img {
  height: 42px;
  width: auto;
}

.hero-nav .brand span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* Mobile */
@media (max-width: 768px) {
     
  .hero-nav {
    padding: 12px 16px;
  }

  .hero-nav .brand img {
    height: 36px;
  }

  .hero-nav .brand span {
    font-size: 18px;
  }
}


/* ================= HERO ================= */
.hero {
  position: relative;

  background: url("/images/HeroSlider.webp") center / cover no-repeat;

  display: flex;
  flex-direction: column;
  overflow: hidden;
}



@keyframes slowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.35));
  z-index: 1;
}


.hero-nav {
  position: relative;
  z-index: 10;
  padding: 1.5rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: slideDown 0.8s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: fadeIn 1s ease 0.3s backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand img {
  height: 30px;
  width: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}


.brand span {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 2rem 5% 4rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.hero-content {
  animation: fadeIn 1s ease 0.5s backwards;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  color: white;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-content h1 span {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: shimmer 3s ease infinite;
}

@keyframes shimmer {

  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.3);
  }
}

/* Hide duplicate by default (desktop) */
.hero-desc-after-form {
  display: none;
  margin-top: 1.2rem;
  font-size: 0.95rem;
  color: var(--gray);
  text-align: center;
  line-height: 1.5;
}

/* Mobile behavior */
@media (max-width: 768px) {

  /* Hide original description */
  .hero-content p {
    display: none;
  }

  /* Show description below form */
  .hero-desc-after-form {
    display: block;
  }
}

.hero-content p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 300;
}



.hero-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 2.5rem;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: fadeIn 1s ease 0.7s backwards;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-form h3 {
  font-size: 1.75rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.hero-form>p {
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.hero-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-form input {
  padding: 1rem 1.25rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  background: white;
}

.hero-form input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.hero-form button {
  padding: 1.1rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  margin-top: 0.5rem;
}

.hero-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);

}

.hero-form .form-note,
.mobile-form-section .form-note {
  font-size: 10px !important;
  line-height: 1.3 !important;
  color: #94a3b8 !important;
  margin: 4px 0 10px !important;
  font-weight: 400 !important;
}

/* Extra small on mobile */
@media (max-width: 768px) {

  .hero-form .form-note,
  .mobile-form-section .form-note {
    font-size: 9.5px !important;
  }
}


@media (max-width: 768px) {
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-content {
    text-align: center;
  }

  .hero-form {
    width: 100%;
    max-width: 420px;
  }
}

/* Description below form – visually outside the card */
.hero-desc-after-form {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);

  font-size: 0.95rem;
  color: #475569;
  text-align: center;
  line-height: 1.5;
}

/* Mobile-specific spacing fix */
@media (max-width: 768px) {
  .hero-form {
    padding-bottom: 1.5rem;
    /* reduce visual card end */
  }

  .hero-desc-after-form {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* ================= TRUST ================= */
.trust {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  text-align: center;
  padding: 2rem 5%;
  font-weight: 500;
  animation: pulse 2s ease infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

.trust h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.trust p {
  font-size: 1rem;
  opacity: 0.95;
}

/* ================= WHY CHOOSE US ================= */
/* ================= WHY CHOOSE US (ALT LAYOUT) ================= */
/* ================= WHY CHOOSE US – PILLARS ================= */
.why-pillars {
  background: #ffffff;
}

.why-pillars-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Header */
.why-pillars-head {
  text-align: center;
  margin-bottom: 4rem;
}

.why-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--secondary);
  margin-bottom: 0.75rem;
}

.why-pillars-head h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--dark);
}

.why-pillars-head p {
  font-size: 1.05rem;
  color: var(--gray);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}

/* Pillar list */
.pillars {
  position: relative;
  padding-left: 2rem;
}

/* Vertical line */
.pillars::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom,
      var(--primary),
      rgba(37, 99, 235, 0.15));
}

/* Single pillar */
.pillar {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.pillar:last-child {
  margin-bottom: 0;
}

/* Number */
.pillar-index {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;

  background: linear-gradient(135deg,
      var(--primary),
      var(--primary-dark));

  width: 36px;
  height: 36px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
  flex-shrink: 0;
}

/* Text */
.pillar h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--dark);
}

.pillar p {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .pillars {
    padding-left: 1.5rem;
  }

  .pillars::before {
    left: 0.9rem;
  }

  .pillar {
    gap: 0.8rem;
  }
}





/* ================= SECTION ================= */
.section {
  padding: 5rem 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.section.soft {
  background: var(--light);
}

.section-head {
  text-align: center;
  margin-bottom: 3rem;
  animation: fadeIn 0.8s ease;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--dark);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.section-head p {
  font-size: 1.1rem;
  color: var(--gray);
  font-weight: 300;
}

/* ================= PACKAGES ================= */
.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.package-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary);
}

.package-card.highlight {
  border: 2px solid var(--secondary);
  position: relative;
}

.package-card.highlight::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 20px;
  right: -35px;
  background: var(--secondary);
  color: white;
  padding: 5px 40px;
  font-size: 0.75rem;
  font-weight: 700;
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.package-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.package-card:hover img {
  transform: scale(1.1);
}

.package-body {
  padding: 1.75rem;
}

.badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.package-card h3 {
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.price {
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.price span {
  font-size: 1rem;
  color: var(--gray);
  font-weight: 400;
}

.package-card ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.package-card li {
  padding: 0.5rem 0;
  color: var(--gray);
  font-size: 0.95rem;
}

.package-card button {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.package-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* ================= PLACES ================= */

/* ================= AWARDS SECTION ================= */

/* ================= TEXT-ONLY AWARDS ================= */

/* ================= MODERN SCROLLING AWARDS ================= */

.awards-scroll {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.75rem 10px 1.25rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;

  /* modern touch */
  mask-image: linear-gradient(to right,
      transparent,
      black 8%,
      black 92%,
      transparent);
}


.award-card {
  min-width: 220px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.95),
      rgba(248, 250, 252, 0.9));
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  text-align: center;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);

  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.06);

  scroll-snap-align: start;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.award-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.award-icon {
  font-size: 2rem;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.7rem;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: linear-gradient(135deg,
      #2563eb,
      #1e40af);
  color: #ffffff;

  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}


/* ================= PLACES ================= */
/* ===== PLACES ACCORDION ===== */

/* ================= PLACES ACCORDION ================= */

.places-accordion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
  /* IMPORTANT: prevents equal-height stretch */
}

/* Card */
.place-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

/* Active card emphasis */
.place-card.active {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Image */
.place-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Content */
.place-content {
  padding: 1.25rem;
}

.place-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

/* Accordion body */
.place-desc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.35s ease, padding-top 0.35s ease;
}

/* Expanded state */
.place-card.active .place-desc {
  max-height: 500px;
  /* Increased to prevent clipping on mobile */
  padding-top: 0.4rem;
}

.place-desc p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #555;
  text-align: justify;
  /* Requirement: Justify text */
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ========== DATE INPUT WITH CUSTOM PLACEHOLDER ========== */
.date-input-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.date-input-wrapper input.date-field-input {
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  transition: border 0.2s;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  background: white;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.date-input-wrapper input.date-field-input:focus {
  border: 2px solid #2563eb;
}

.date-input-wrapper .date-placeholder-text {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease;
  opacity: 1;
  visibility: visible;
  background: transparent;
}

/* Hide native date placeholder */
.date-input-wrapper input[type="date"].date-field-input::-webkit-datetime-edit-text,
.date-input-wrapper input[type="date"].date-field-input::-webkit-datetime-edit-month-field,
.date-input-wrapper input[type="date"].date-field-input::-webkit-datetime-edit-day-field,
.date-input-wrapper input[type="date"].date-field-input::-webkit-datetime-edit-year-field {
  color: transparent;
}

/* Show date values when selected */
.date-input-wrapper input[type="date"].date-field-input.has-value::-webkit-datetime-edit-text,
.date-input-wrapper input[type="date"].date-field-input.has-value::-webkit-datetime-edit-month-field,
.date-input-wrapper input[type="date"].date-field-input.has-value::-webkit-datetime-edit-day-field,
.date-input-wrapper input[type="date"].date-field-input.has-value::-webkit-datetime-edit-year-field {
  color: #333;
}

/* Calendar picker indicator */
.date-input-wrapper input[type="date"].date-field-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}

/* Hide placeholder when date has value */
.date-input-wrapper input[type="date"].date-field-input.has-value~.date-placeholder-text {
  opacity: 0;
  visibility: hidden;
}


/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .places-accordion {
    grid-template-columns: 1fr;
  }

  .place-card img {
    height: 220px;
  }
}



/* ================= EXPERIENCE ================= */
.experience-section {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
}

.experience-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

.experience-eyebrow {
  display: inline-block;
  color: var(--secondary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.experience-intro h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.experience-intro p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.experience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.experience-item {
  display: flex;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.experience-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.exp-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.experience-item h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.experience-item p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ================= REVIEWS ================= */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.review {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.review:hover {
  transform: translateY(-5px);
}

.review p {
  font-size: 1.1rem;
  color: var(--dark);
  margin: 1rem 0;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.review span {
  color: var(--gray);
  font-size: 0.9rem;
}

/* ================= CTA ================= */
.cta {
  position: relative;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: white;

  text-align: center;
  padding: 6rem 5%;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* adjust darkness */
  z-index: 0;
}

.cta>* {
  position: relative;
  z-index: 1;
}


.cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 2rem;
  font-weight: 700;
}

.cta button {
  padding: 1.25rem 3rem;
  background: white;
  color: var(--primary);
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* ================= FOOTER ================= */
.footer {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #aaa;
  background: #0e0e0e;
  /* dark theme */
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer a:hover {
  opacity: 0.8;
}

/* Force "Powered by" to next line */
.footer .powered-by {
  display: block;
  /* NEW LINE */
  margin-top: 6px;
  /* spacing between lines */
  font-size: 13px;
  color: #888;
}




/* ================= POPUP ================= */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

.popup.hidden {
  display: none;
}

.popup-box {
  background: white;
  padding: 2.5rem;
  border-radius: 24px;
  width: 90%;
  max-width: 450px;
  position: relative;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
  color: var(--gray);
  transition: color 0.3s ease;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close:hover {
  color: var(--dark);
  background: var(--light);
}

.popup-box h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: var(--dark);
}

.popup-box input {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

.popup-box input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.popup-box button {
  width: 100%;
  padding: 1.1rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.popup-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* ================= FLOATING BUTTONS ================= */
.floating-buttons {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999;
}

.call-button,
.whatsapp-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  animation: bounce 2s ease infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.call-button {
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

.whatsapp-button {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.call-button:hover,
.whatsapp-button:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  animation: none;
}

.call-button svg,
.whatsapp-button svg {
  width: 28px;
  height: 28px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .experience-wrapper {
    grid-template-columns: 1fr;
  }

  .experience-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-nav {
    padding: 1rem 3%;
  }

  .brand span {
    font-size: 1.2rem;
  }

  .section {
    padding: 3rem 3%;
  }

  .hero-form {
    padding: 1.5rem;
  }

  .floating-buttons {
    bottom: 1rem;
    right: 1rem;
  }

  .call-button,
  .whatsapp-button {
    width: 50px;
    height: 50px;
  }
}

.date-wrapper {
  position: relative;
}

.fake-placeholder {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

input:focus+.fake-placeholder,
input:not(:placeholder-shown)+.fake-placeholder {
  display: none;
}

/* ===== FIX HERO FORM CENTERING ON MOBILE ===== */
@media (max-width: 768px) {
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* centers children */
  }

  .hero-form {
    width: 100%;
    max-width: 420px;
    /* keeps it neat */
    margin: 0 auto;
    /* centers horizontally */
  }
}

/* ================= HERO MOBILE FIXES ================= */
@media (max-width: 768px) {

  /* 1️⃣ Push heading away from logo */
  .hero-container {
    margin-top: 1.5rem;
    /* space below nav */
    padding-top: 1rem;
  }

  /* 2️⃣ Make heading column wider & centered */
  .hero-content {
    width: 100%;
    max-width: 520px;
    /* wider text block */
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }

  /* Reduce heading size slightly for breathing room */
  .hero-content h1 {
    font-size: 2.1rem;
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  /* 3️⃣ Description BELOW form → WHITE & readable */
  .hero-desc-after-form {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    margin-top: 1.25rem;
    text-align: center;
    padding: 0 1.25rem;
  }

  /* Keep form centered */
  .hero-form {
    width: 100%;
    max-width: 420px;
  }
}

/* ================= HERO MOBILE FINAL FIX ================= */
@media (max-width: 768px) {

  /* 1️⃣ Increase space BELOW logo */
  .hero-nav {
    padding-bottom: 2.5rem;
  }

  /* 2️⃣ Push hero content further down */
  .hero-container {
    padding-top: 2rem;
    margin-top: 0;
  }

  /* 3️⃣ Make heading area FULL WIDTH */
  .hero-content {
    width: 100%;
    max-width: none;
    /* REMOVE restriction */
    padding: 0 1.25rem;
    /* small safe padding */
    text-align: center;
    margin-bottom: 2rem;
  }

  /* 4️⃣ Improve heading readability */
  .hero-content h1 {
    font-size: 2.2rem;
    line-height: 1.18;
    margin-bottom: 1.2rem;
  }

  /* 5️⃣ Keep form centered */
  .hero-form {
    width: 100%;
    max-width: 420px;
  }

  /* 6️⃣ Description below form → bright white */
  .hero-desc-after-form {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    margin-top: 1.5rem;
    text-align: center;
    padding: 0 1.25rem;
  }
}

/* ================= FORCE MOBILE HEADING SCALE ================= */
@media (max-width: 768px) {

  .hero-content h1 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .section-head h2,
  h2 {
    font-size: 1.4rem !important;
    line-height: 1.25 !important;
  }

  h3 {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }

  h4 {
    font-size: 1.05rem !important;
  }

}

/* ================= MOBILE SCROLL FADE-IN ================= */
@media (max-width: 768px) {

  .package-card,
  .place-card {
    opacity: 0;
    transform: translateX(-24px) scale(0.97);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }


  .package-card.in-view,
  .place-card.in-view {
    opacity: 1;
    transform: translateX(0);
  }

}

/* =========================================================
   MOBILE HERO FINAL — DESCRIPTION + MODERN TRUST
========================================================= */

/* Default hidden (desktop safety) */
.mobile-form-section,
.hero-trust {
  display: none;
}

@media (max-width: 768px) {

  /* ---------- HERO LAYOUT ---------- */
  .hero {
    min-height: 85vh;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
  }

  .hero-content {
    text-align: left;
    padding: 0 1.5rem;
    margin-bottom: 1.2rem;
  }

  .hero-content h1 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.6rem;
  }

  /* ---------- HERO DESCRIPTION (RESTORED & STYLED) ---------- */
  .hero-content p {

    display: block;
    font-size: 0.95rem;

    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
    margin: 0 auto;
  }

  /* ---------- MODERN TRUST SECTION ---------- */
  .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0.6rem;
    margin-top: 1.2rem;
    justify-content: center;
    z-index: 2;
  }

  .hero-trust span {
    display: flex;
    align-items: center;
    gap: 0.4rem;

    padding: 0.55rem 0.7rem;
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);

    font-size: 0.7rem;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
  }

  /* ---------- REMOVE FORM FROM HERO ---------- */
  .hero .hero-form {
    display: none;
  }

  /* ---------- MOBILE FORM SECTION ---------- */
  .mobile-form-section {
    display: block;
    padding: 3rem 1.25rem;
    background: #f8fafc;
  }

  .mobile-form-section .hero-form {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    padding: 1.75rem;
    border-radius: 22px;
  }

  /* ---------- REMOVE DUPLICATE HERO DESCRIPTION ---------- */
  .hero-desc-after-form {
    display: none;
  }
}

/* ================= MOBILE HERO HEIGHT REDUCTION ================= */
@media (max-width: 768px) {

  /* Reduce hero height */
  .hero {
    min-height: 50vh;
    /* 👈 reduce from 85vh / 100vh */
  }

  /* Prevent content from overflowing visually */
  .hero-container {
    padding-bottom: 1.5rem;
  }

  /* Slightly tighter spacing */
  .hero-content {
    margin-bottom: 0.8rem;
  }

  .hero-trust {
    margin-top: 0.9rem;
  }
}

/* ================= FIX HERO TEXT SIDE SPACING (MOBILE) ================= */
@media (max-width: 768px) {

  .hero-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 92vw;
    /* keeps text balanced */
  }

  .hero-content h1,
  .hero-content p {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* ================= TRUST VISIBILITY FIX ================= */

/* Desktop: show normal trust, hide hero trust */
.trust {
  display: block;
}

.hero-trust {
  display: none;
}

/* Mobile only */
@media (max-width: 768px) {

  /* Hide standalone trust section */
  .trust {
    display: none !important;
  }

  /* Show trust INSIDE hero */
  .hero-trust {
    display: flex !important;
    gap: 0.3rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.section.soft {
  background: var(--light);
  max-width: 100%;
  margin: 0;
}

/* ================= TRUST VISIBILITY FIX ================= */

/* Desktop default */
.trust-desktop {
  display: block;
}

.trust-items {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-items span {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.15);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Hide mobile trust on desktop */
.trust-mobile {
  display: none;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  /* Hide desktop trust */
  .trust-desktop {
    display: none;
  }

  /* Show hero trust */
  .trust-mobile {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .trust-mobile span {
    font-size: 0.7rem;
    padding: 0.45rem 0.65rem;
  }
}


/* ================= BRAND / LOGO ================= */
.hero-nav {
  position: relative;
  z-index: 5;
  padding: 18px 40px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  height: 56px;
  /* MAIN FIX */
  width: auto;
}

.brand span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.3px;
}


@media (max-width: 768px) {
  .hero-nav {
    padding: 14px 20px;
  }

  .brand img {
    height: 42px;
  }

  .brand span {
    font-size: 18px;
  }
}

/* ===== FORCE COMPACT HEADER ===== */
.hero-nav {
  padding: 6px 16px !important;
  /* small vertical padding */
  min-height: unset !important;
}

/* Reduce logo size */
.hero-nav .brand img {
  height: 34px !important;
}

/* Tighten text */
.hero-nav .brand span {
  font-size: 18px !important;
  line-height: 1 !important;
}

/* tons of CSS above */

/* ================= FLOATING BUTTONS ================= */
/* ===== FLOATING BUTTON FIX ===== */
.floating-buttons {
  position: fixed !important;
  bottom: 2rem;
  right: 2rem;
  z-index: 2147483647;
  isolation: isolate;
}

body {
  transform: none !important;
}


/* ================= HERO HEIGHT CONTROL ================= */

/* Desktop (default) */
.hero {
  min-height: 100vh;
}

/* Mobile only */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    /* 👈 perfect mobile height */
  }
}


/* Date Input Mobile Fixes */
input[type="date"].date-input {
  appearance: none;
  -webkit-appearance: none;
  min-height: 54px;
  /* Matches text input padding + border */
  padding: 0.875rem 1rem;
  line-height: normal;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-primary);
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
}

/* Placeholder Hack for Date Inputs */
input[type="date"].date-input:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type="date"].date-input:invalid::before {
  content: attr(placeholder);
  color: var(--text-light);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

input[type="date"].date-input:focus:invalid::before {
  display: none;
}

input[type="date"].date-input:valid::before {
  display: none;
}


/* Lead Form
   =================================== */
.hero-form-wrapper {
  animation: fadeInUp 0.8s ease 0.6s backwards;
}

.lead-form {
  background: var(--bg-primary);
  padding: var(--spacing-xl);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
}

.form-title {
  color: var(--text-primary);
  margin-bottom: var(--spacing-xs);
}

.form-subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-lg);
}

.form-group {
  margin-bottom: var(--spacing-md);
}

.form-group label {
  display: block;
  margin-bottom: var(--spacing-xs);
  font-weight: 500;
  color: var(--text-primary);
  font-size: 0.875rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-family: var(--font-primary);
  transition: all var(--transition-base);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Date Input Mobile Fixes & Placeholder */
input[type="date"].date-input {
  appearance: none;
  -webkit-appearance: none;
  min-height: 54px;
  /* Matches other inputs */
  padding: 1rem 1.25rem;
  /* Matches .hero-form input */
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  background: white;
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  line-height: normal;
}

/* Hide default date text when empty (using JS toggle class) */
input[type="date"].date-input:not(.has-value)::-webkit-datetime-edit {
  color: transparent;
}

/* Show custom placeholder when empty */
input[type="date"].date-input:not(.has-value)::before {
  content: attr(placeholder);
  color: #94a3b8;
  /* Standard placeholder gray */
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Position the calendar icon */
input[type="date"].date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
}

/* Popup specific fix to avoid any overrides */
.popup-box .date-input-wrapper input.date-input {
  z-index: 1;
}