/* ================================
   VIDEO TESTIMONIALS – GRID (UNCHANGED)
================================ */

.testimonial-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.testimonial-video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.testimonial-video-section {
  position: relative;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fff5f5 35%,
      #ffe4e6 100%
    );
  overflow: hidden;
}

/* liquid glow */
.testimonial-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      60% 40% at 20% 20%,
      rgba(239, 68, 68, 0.18),
      transparent 70%
    ),
    radial-gradient(
      40% 30% at 85% 70%,
      rgba(251, 113, 133, 0.14),
      transparent 70%
    );
  pointer-events: none;
}

/* ================================
   DESTINATION GRID – UNCHANGED
================================ */

.destination-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.destination-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.destination-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent
  );
  color: #ffffff;
}


.testimonial-destination-section {
  position: relative;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 35%,
      #eef2ff 100%
    );
  overflow: hidden;
}

/* soft travel glow */
.testimonial-destination-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      55% 35% at 20% 20%,
      rgba(79, 124, 255, 0.18),
      transparent 70%
    ),
    radial-gradient(
      40% 30% at 80% 70%,
      rgba(99, 102, 241, 0.12),
      transparent 70%
    );
  pointer-events: none;
}
/* ================================
   TESTIMONIAL CTA – BACKGROUND
================================ */
/* ================================
   VIDEO TESTIMONIALS – GRID (UNCHANGED)
================================ */

.testimonial-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.testimonial-video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.testimonial-video-section {
  position: relative;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fff5f5 35%,
      #ffe4e6 100%
    );
  overflow: hidden;
}

/* liquid glow */
.testimonial-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      60% 40% at 20% 20%,
      rgba(239, 68, 68, 0.18),
      transparent 70%
    ),
    radial-gradient(
      40% 30% at 85% 70%,
      rgba(251, 113, 133, 0.14),
      transparent 70%
    );
  pointer-events: none;
}

/* ================================
   DESTINATION GRID – UNCHANGED
================================ */

.destination-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.destination-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.destination-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent
  );
  color: #ffffff;
}


.testimonial-destination-section {
  position: relative;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 35%,
      #eef2ff 100%
    );
  overflow: hidden;
}

/* soft travel glow */
.testimonial-destination-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      55% 35% at 20% 20%,
      rgba(79, 124, 255, 0.18),
      transparent 70%
    ),
    radial-gradient(
      40% 30% at 80% 70%,
      rgba(99, 102, 241, 0.12),
      transparent 70%
    );
  pointer-events: none;
}
/* ================================
   TESTIMONIAL CTA – BACKGROUND
================================ */

.testimonial-cta {
  position: relative;
  background: linear-gradient(
    180deg,
    #fff7ed 0%,
    #fff1c1 45%,
    #fde68a 100%
  );
  overflow: hidden;
}

/* Soft glow overlay */
.testimonial-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      60% 40% at 20% 20%,
      rgba(255, 255, 255, 0.65),
      transparent 70%
    ),
    radial-gradient(
      40% 30% at 85% 60%,
      rgba(251, 191, 36, 0.25),
      transparent 70%
    );
  pointer-events: none;
}


/* ================================
   CTA WRAPPER
================================ */

.testimonial-cta-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;

  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);

  border-radius: 28px;
  padding: 48px;

  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}


/* ================================
   CTA IMAGE
================================ */

.testimonial-cta-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;

  min-height: 420px;
  max-height: 500px;

  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.25);
}

.testimonial-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Image overlay gradient */
.testimonial-cta-image::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.25) 55%,
    rgba(0, 0, 0, 0.45) 100%
  ); */
}


/* ================================
   CTA FORM
================================ */

.testimonial-cta-form h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
}

.testimonial-cta-form p {
  margin-top: 8px;
  font-size: 1.05rem;
  color: #374151;
}

.testimonial-cta-form form {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.testimonial-cta-form input {
  height: 56px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  font-size: 0.95rem;
  background: #ffffff;
}

.testimonial-cta-form input:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.25);
}

.testimonial-cta-form button {
  margin-top: 8px;
  height: 56px;
  font-weight: 700;
  border-radius: 999px;
}

/* Show validation states */
input:invalid:not(:placeholder-shown) {
  border-color: #ef4444;
  background-color: #fef2f2;
}

input:valid:not(:placeholder-shown) {
  border-color: #22c55e;
  background-color: #f0fdf4;
}

/* Error message styling */
input:invalid:not(:placeholder-shown) + .error-msg {
  display: block;
  color: #ef4444;
  font-size: 12px;
  margin-top: 5px;
}

/* ================================
   RESPONSIVE – CTA
================================ */

@media (max-width: 768px) {
  .testimonial-cta-wrapper {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .testimonial-cta-image {
    min-height: 220px;
    max-height: 260px;
  }

  .testimonial-cta-image img {
    object-position: center;
  }
}
