/* ==========================================================================
   Consultation Page Stylesheet (css/consultation-page.css)
   100% Pixel-Perfect Matching Online Consultation.png Reference
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Section 1: Hero Section (3-Column Layout)
   -------------------------------------------------------------------------- */
.consult-hero-section {
  padding: 45px 0 50px 0;
  position: relative;
  background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%);
  overflow: hidden;
}

.consult-hero-section::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.consult-hero-section::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Top Pill Badge */
.consult-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff0f5;
  color: #e01e5a;
  border: 1.5px solid #fecdd3;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Main Heading */
.consult-main-heading {
  font-size: 42px;
  font-weight: 600;
  color: #1e1b4b;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.consult-main-heading span.text-pink-highlight {
  color: #e01e5a;
  display: block;
}

.consult-subtext {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 22px;
  max-width: 420px;
}

/* 3 Mini Feature Badges Row */
.consult-mini-badges-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.consult-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mini-badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e01e5a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

.consult-mini-badge span {
  font-size: 12.5px;
  font-weight: 600;
  color: #1e1b4b;
}

/* Bottom Highlight Card */
.consult-flexible-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 20px;
  border: 1.5px solid #fce4ec;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.04);
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 440px;
}

.flexible-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff0f5;
  border: 1.5px solid #fecdd3;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.flexible-card-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 3px;
}

.flexible-card-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 0;
}

/* Middle Column: Organic Arch Image & Floating Video Badge */
.consult-arch-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.arch-ambient-dots-top {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(#fecdd3 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

.arch-ambient-dots-bottom {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 90px;
  height: 70px;
  background-image: radial-gradient(#fce4ec 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.consult-arch-frame {
  width: 100%;
  max-width: 380px;
  height: 440px;
  border-radius: 46% 54% 48% 52% / 54% 46% 54% 46%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 20px 50px rgba(224, 30, 90, 0.14);
  border: 2px solid #fce4ec;
  z-index: 2;
  transition: transform 0.4s ease;
}

.consult-arch-frame:hover {
  transform: scale(1.02);
}

.consult-arch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 44% 56% 46% 54% / 52% 48% 52% 48%;
}

.floating-video-badge {
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 16px;
  border: 1.5px solid #fce4ec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.video-badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6d28d9 0%, #4c1d95 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(109, 40, 217, 0.35);
}

.video-badge-text {
  font-size: 11.5px;
  font-weight: 600;
  color: #1e1b4b;
  line-height: 1.25;
  text-align: left;
}

/* Right Column: Booking Form Card */
.consult-booking-card-exact {
  background: #ffffff;
  border-radius: 26px;
  padding: 34px 28px;
  border: 1.5px solid #f1f5f9;
  box-shadow: 0 18px 50px rgba(31, 20, 53, 0.08);
  position: relative;
  z-index: 5;
}

.booking-card-heading {
  font-size: 23px;
  font-weight: 600;
  color: #1e1b4b;
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.booking-card-heading span.text-pink-highlight {
  color: #e01e5a;
}

.booking-card-subheading {
  font-size: 12.5px;
  color: #64748b;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.45;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.form-group-exact {
  position: relative;
  margin-bottom: 12px;
}

.form-group-exact .input-icon-left {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 15px;
  pointer-events: none;
}

.form-group-exact .input-icon-right {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 15px;
  pointer-events: none;
}

.input-control-exact {
  width: 100%;
  height: 48px;
  padding: 10px 16px 10px 44px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background-color: #ffffff;
  font-size: 13.5px;
  color: #1e1b4b;
  font-weight: 500;
  transition: all 0.2s ease;
}

.input-control-exact.no-left-icon {
  padding-left: 16px;
  padding-right: 40px;
}

.input-control-exact:focus {
  outline: none;
  border-color: #e01e5a;
  box-shadow: 0 0 0 3.5px rgba(224, 30, 90, 0.08);
}

.input-control-exact::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.phone-split-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-flag-box {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  color: #1e1b4b;
  flex-shrink: 0;
}

.phone-split-wrapper .phone-input-control {
  flex: 1;
  height: 48px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background-color: #ffffff;
  font-size: 13.5px;
  color: #1e1b4b;
  font-weight: 500;
  transition: all 0.2s ease;
}

.phone-split-wrapper .phone-input-control:focus {
  outline: none;
  border-color: #e01e5a;
  box-shadow: 0 0 0 3.5px rgba(224, 30, 90, 0.08);
}

.phone-split-wrapper .phone-input-control::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

select.input-control-exact {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%2394a3b8'%3E%3Cpath d='M12 15l-5-5h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.btn-book-appointment-gradient {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(90deg, #e01e5a 0%, #9333ea 100%);
  color: #ffffff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.35);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 12px;
}

.btn-book-appointment-gradient:hover {
  background: linear-gradient(90deg, #c2174d 0%, #7e22ce 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(224, 30, 90, 0.45);
  color: #ffffff;
}

.form-security-note {
  text-align: center;
  font-size: 11.5px;
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.form-security-note i {
  color: #e01e5a;
  font-size: 11px;
}

/* 4-Feature Trust Strip Card */
.consult-trust-strip-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px 34px;
  border: 1.5px solid #f1f5f9;
  box-shadow: 0 10px 35px rgba(31, 20, 53, 0.05);
  margin-top: 45px;
  position: relative;
  z-index: 10;
}

.consult-trust-col {
  padding: 8px 12px;
}

.consult-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.consult-trust-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.consult-trust-icon-box.pink-icon {
  background: #fff0f5;
  border: 1.5px solid #fecdd3;
  color: #e01e5a;
}

.consult-trust-icon-box.purple-icon {
  background: #f5f3ff;
  border: 1.5px solid #ddd6fe;
  color: #7c3aed;
}

.consult-trust-item:hover .consult-trust-icon-box {
  transform: scale(1.06);
}

.consult-trust-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 3px;
  line-height: 1.25;
}

.consult-trust-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   2. Section 2: How Online Consultation Works (Ultra-Premium Dark Glassmorphic)
   -------------------------------------------------------------------------- */
.consult-how-works-section {
  padding: 85px 0 80px 0;
  background:
    radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
    radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
  background-size: 32px 32px, 32px 32px, 100% 100% !important;
  background-position: 0 0, 16px 16px, 0 0 !important;
  position: relative;
  overflow: hidden;
}

.consult-how-header {
  position: relative;
  z-index: 5;
}

.consult-how-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 82, 143, 0.15);
  border: 1px solid rgba(255, 82, 143, 0.4);
  color: #ff528f;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.consult-how-main-title {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.consult-how-line {
  width: 52px;
  height: 3.5px;
  background: linear-gradient(90deg, #ff528f, #c084fc);
  border-radius: 4px;
  margin: 0 auto 16px auto;
  box-shadow: 0 0 12px rgba(255, 82, 143, 0.6);
}

.consult-how-lead {
  font-size: 15px;
  color: #cbd5e1;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── 4 Interactive Step Cards ── */
.consult-step-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 32px 24px 28px 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.consult-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #ff528f 0%, #a855f7 100%);
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.consult-step-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 82, 143, 0.6);
  box-shadow: 0 24px 60px rgba(224, 30, 90, 0.35), 0 0 0 1px rgba(255, 82, 143, 0.3);
}

.consult-step-card:hover::before {
  opacity: 1;
  height: 4.5px;
}

.consult-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.consult-step-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 82, 143, 0.22) 0%, rgba(168, 85, 247, 0.28) 100%);
  border: 1.5px solid rgba(255, 82, 143, 0.45);
  color: #ff528f;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.25);
  transition: all 0.3s ease;
}

.consult-step-card:hover .consult-step-icon-box {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ff528f 0%, #e01e5a 100%);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(224, 30, 90, 0.6);
}

.consult-step-num-badge {
  font-size: 36px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  transition: color 0.3s ease;
}

.consult-step-card:hover .consult-step-num-badge {
  color: rgba(255, 82, 143, 0.65);
}

.consult-step-card-title {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.consult-step-card-desc {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 22px;
}

.consult-step-footer-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 600;
  color: #ff528f;
  background: rgba(255, 82, 143, 0.12);
  border: 1px solid rgba(255, 82, 143, 0.3);
  padding: 5px 13px;
  border-radius: 50px;
  width: fit-content;
  transition: all 0.25s ease;
}

.consult-step-card:hover .consult-step-footer-tag {
  background: rgba(255, 82, 143, 0.25);
  border-color: rgba(255, 82, 143, 0.6);
  color: #ffffff;
}

/* ── Ultra-Luxury Compliance Shield Bar ── */
.consult-compliance-shield-bar {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 24px 34px;
  border: 1.5px solid rgba(255, 82, 143, 0.35);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 5;
}

.consult-shield-icon-glow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e01e5a 0%, #ff528f 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.45);
}

.consult-shield-heading {
  font-size: 16.5px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}

.consult-shield-text {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 0;
}

.consult-shield-text strong {
  color: #ffffff;
  font-weight: 600;
}

.consult-trust-pills-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.consult-trust-pill {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.consult-trust-pill i {
  color: #ff528f;
  font-size: 14px;
}

.consult-trust-pill:hover {
  background: rgba(255, 82, 143, 0.18);
  border-color: rgba(255, 82, 143, 0.45);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .consult-trust-pills-row {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .consult-compliance-shield-bar {
    padding: 20px;
  }
}

/* --------------------------------------------------------------------------
   3. Section 3: What You Can Discuss (Light Theme Gradient)
   -------------------------------------------------------------------------- */
.consult-discuss-section {
  padding: 70px 0 65px 0;
  background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
  position: relative;
}

.discuss-section-title {
  font-size: 28px;
  font-weight: 600;
  color: #111a2e;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.discuss-title-accent {
  width: 44px;
  height: 3px;
  background: #e01e5a;
  border-radius: 4px;
  margin: 0 auto 36px auto;
}

.discuss-cards-flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.discuss-card-wrapper {
  flex: 1 1 calc(14.28% - 16px);
  min-width: 140px;
  max-width: 185px;
}

.discuss-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 14px 20px 14px;
  border: 1.5px solid #fce4ec;
  box-shadow: 0 8px 24px rgba(224, 30, 90, 0.03);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.25s ease;
}

.discuss-card:hover {
  transform: translateY(-4px);
  border-color: #fecdd3;
  box-shadow: 0 12px 32px rgba(224, 30, 90, 0.09);
}

.discuss-icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff0f5;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
  transition: transform 0.25s ease;
  box-shadow: 0 4px 14px rgba(224, 30, 90, 0.06);
}

.discuss-card:hover .discuss-icon-circle {
  transform: scale(1.08);
}

.discuss-card-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #1e1b4b;
  line-height: 1.35;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .discuss-card-wrapper {
    flex: 1 1 calc(33.33% - 16px);
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .discuss-card-wrapper {
    flex: 1 1 calc(50% - 12px);
    min-width: 130px;
  }
}

/* --------------------------------------------------------------------------
   4. Section 4: Patient Story Testimonial Showcase (Dark Theme with Deep Purple Gradient)
   -------------------------------------------------------------------------- */
.consult-testimonial-section {
  padding: 85px 0 75px 0;
  background:
    radial-gradient(rgba(224, 30, 90, 0.22) 1.5px, transparent 1.5px),
    radial-gradient(rgba(167, 71, 254, 0.20) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #2d1060 0%, #3b0f7a 50%, #280d58 100%) !important;
  background-size: 32px 32px, 32px 32px, 100% 100% !important;
  background-position: 0 0, 16px 16px, 0 0 !important;
  position: relative;
  overflow: hidden;
}

.consult-testimonial-slider-wrap {
  position: relative;
  width: 100%;
}

.consult-testimonial-slide {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.consult-testimonial-slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.testimonial-quote-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 44px 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-icon-pink {
  font-size: 42px;
  color: #ff528f;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}

.quote-body-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.65;
  margin-bottom: 18px;
}

.quote-author-name {
  font-size: 14px;
  font-weight: 600;
  color: #ff528f;
  margin-bottom: 24px;
}

.quote-dots-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.25s ease;
}

.quote-dot:hover {
  background: #ff528f;
  transform: scale(1.3);
}

.quote-dot.active {
  background: #ff528f;
  width: 22px;
  border-radius: 12px;
}

.testimonial-photo-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 280px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.testimonial-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floating-heart-badge {
  position: absolute;
  top: 18px;
  right: 28%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff2a7a 0%, #e01e5a 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 25px rgba(255, 42, 122, 0.7);
  animation: pulseHeart 2s infinite ease-in-out;
  z-index: 5;
}

@keyframes pulseHeart {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.12); opacity: 1; }
}

@media (max-width: 991.98px) {
  .testimonial-photo-card {
    margin-top: 24px;
    min-height: 240px;
  }
}

/* --------------------------------------------------------------------------
   5. Section 5: Need Help / Contact Information Strip (Light Theme Gradient)
   -------------------------------------------------------------------------- */
.consult-need-help-section {
  padding: 60px 0 75px 0;
  background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
  position: relative;
}

.consult-need-help-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 38px;
  border: 1.5px solid #fce4ec;
  box-shadow: 0 10px 35px rgba(224, 30, 90, 0.06);
}

.need-help-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.need-help-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff0f5;
  border: 1.5px solid #fecdd3;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.need-help-item:hover .need-help-icon {
  transform: scale(1.08);
}

.need-help-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 2px;
  line-height: 1.25;
}

.need-help-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .consult-main-heading {
    font-size: 36px;
  }
  .consult-arch-frame {
    max-width: 320px;
    height: 380px;
  }
}

@media (max-width: 991.98px) {
  .consult-arch-wrapper {
    margin: 30px auto;
  }
  .consult-booking-card-exact {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .consult-hero-section {
    padding: 30px 0 40px 0;
  }
  .consult-main-heading {
    font-size: 28px;
  }
  .consult-subtext {
    font-size: 13.5px;
  }
  .consult-mini-badges-row {
    gap: 10px;
  }
  .consult-arch-frame {
    max-width: 280px;
    height: 320px;
  }
  .floating-video-badge {
    bottom: 5px;
    right: 5px;
    padding: 8px 12px;
  }
  .consult-booking-card-exact {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .booking-card-heading {
    font-size: 20px;
  }
  .consult-trust-strip-card {
    padding: 18px 16px;
    margin-top: 30px;
  }
  .how-works-outer-card {
    padding: 30px 18px 36px 18px;
  }
  .how-works-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .compliance-strip-card {
    padding: 16px 14px;
  }
  .discuss-section-title {
    font-size: 22px;
  }
  .testimonial-quote-card {
    padding: 28px 20px;
  }
  .quote-body-text {
    font-size: 14.5px;
  }
  .consult-need-help-card {
    padding: 20px 16px;
  }
}

@media (max-width: 575.98px) {
  .phone-split-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .country-flag-box {
    width: 100%;
    justify-content: center;
  }
}

