/**
 * Art of Ayurveda — Subtle Pastel Hero & Enlarged Speciality Cards Slider
 */

:root {
  --aoa-hero-pastel-bg: #eef6f2; /* Subtle calming herbal pastel background */
  --aoa-hero-primary: #1b4332;
  --aoa-hero-primary-hover: #2d6a4f;
  --aoa-hero-text: #2d2d32;
  --aoa-hero-desc: #64748b;
  --aoa-font-serif: 'Cinzel', 'Cormorant Garamond', Georgia, serif;
  --aoa-font-sans: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.aoa-consult-page {
  font-family: var(--aoa-font-sans);
  color: var(--aoa-hero-text);
  background-color: #ffffff;
}

/* Outer Pastel Wrapper */
.aoa-pastel-hero-wrap {
  background-color: var(--aoa-hero-pastel-bg);
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden;
}

.aoa-hero-inner-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .aoa-hero-inner-container {
    padding: 0 20px;
  }
}

/* First Fold Grid */
.aoa-first-fold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 380px;
  gap: 36px;
}

@media (max-width: 860px) {
  .aoa-first-fold {
    flex-direction: column;
    text-align: center;
    padding-bottom: 24px;
    min-height: auto;
  }
}

/* Left Content */
.aoa-fold-content {
  flex: 1;
  max-width: 580px;
}

.aoa-fold-lead {
  font-size: 20px;
  font-weight: 500;
  color: #0f766e;
  display: block;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
}

.aoa-fold-heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--aoa-hero-primary);
  line-height: 1.25;
  margin: 0 0 12px 0;
  letter-spacing: -0.4px;
}

@media (max-width: 768px) {
  .aoa-fold-heading {
    font-size: 28px;
  }
  .aoa-fold-lead {
    font-size: 17px;
  }
}

.aoa-fold-description {
  font-size: 16.5px;
  color: var(--aoa-hero-desc);
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.aoa-fold-cta-row {
  margin-top: 8px;
}

.aoa-fold-cta {
  display: inline-block;
  background-color: var(--aoa-hero-primary);
  color: #ffffff;
  font-size: 16.5px;
  font-weight: 600;
  padding: 13px 38px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(27, 67, 50, 0.18);
}

.aoa-fold-cta:hover {
  background-color: var(--aoa-hero-primary-hover);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(27, 67, 50, 0.25);
}

/* Right Image */
.aoa-fold-image-wrap {
  flex: 0 0 auto;
  max-width: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.aoa-fold-image {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  display: block;
}

@media (max-width: 860px) {
  .aoa-fold-image-wrap {
    max-width: 300px;
  }
}

/* Practo-Style Additional Value Props Strip */
.aoa-additional-value-props {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 20px 0;
  margin-top: 16px;
  border-top: 1px solid rgba(27, 67, 50, 0.12);
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .aoa-additional-value-props {
    justify-content: center;
    gap: 18px;
    padding: 16px 0;
  }
}

.aoa-prop-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--aoa-hero-text);
}

.aoa-prop-icon {
  color: #0f766e;
  flex-shrink: 0;
}

/* ==========================================================
   2. TOP SPECIALITIES SLIDER (ENLARGED RECTANGLE CARDS)
   ========================================================== */
.aoa-specialities-fold {
  padding: 56px 0 44px 0;
  background-color: #ffffff;
}

.aoa-spec-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.aoa-spec-section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #2d2d32;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.aoa-spec-section-sub {
  font-size: 15.5px;
  color: var(--aoa-hero-desc);
  margin: 0;
}

/* Slide Navigation Buttons */
.aoa-slider-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aoa-slider-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background-color: #ffffff;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  z-index: 5;
  outline: none;
}

.aoa-slider-btn:hover {
  background-color: var(--aoa-hero-primary);
  color: #ffffff;
  border-color: var(--aoa-hero-primary);
  box-shadow: 0 4px 12px rgba(27, 67, 50, 0.2);
}

.aoa-slider-btn.is-disabled {
  opacity: 0.35;
  cursor: default;
}

/* Slider Track & Enlarged Cards */
.aoa-spec-slider-viewport {
  position: relative;
  overflow: hidden;
  padding: 4px 0 16px 0;
}

.aoa-spec-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 4px 16px 4px;
  -webkit-overflow-scrolling: touch;
}

.aoa-spec-slider-track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.aoa-spec-slide-item {
  flex: 0 0 220px;
  width: 220px;
}

@media (max-width: 580px) {
  .aoa-spec-slide-item {
    flex: 0 0 190px;
    width: 190px;
  }
}

/* Enlarged Clean Rectangle Card */
.aoa-top-speciality-card {
  background: #ffffff;
  border: 1px solid #e9e9f0;
  border-radius: 12px;
  box-shadow: 0 4px 14px 0 rgba(45, 45, 51, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  height: 100%;
}

.aoa-top-speciality-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px 0 rgba(45, 45, 51, 0.14);
  border-color: #cbd5e1;
}

/* Professional Clinical Illustration Badge */
.aoa-spec-figure {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 14px auto;
  flex-shrink: 0;
  background: transparent;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.aoa-spec-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.06));
  transition: filter 0.28s ease;
}

@media (max-width: 580px) {
  .aoa-spec-figure {
    width: 92px;
    height: 92px;
    margin: 20px auto 12px auto;
  }
}

.aoa-top-speciality-card:hover .aoa-spec-figure {
  transform: scale(1.08) translateY(-2px);
}

.aoa-top-speciality-card:hover .aoa-spec-img {
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.1));
}

.aoa-spec-card-body {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
}

.aoa-spec-card-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #1c1917;
  margin: 0 0 6px 0;
  line-height: 1.35;
  padding: 0 12px;
}

@media (max-width: 580px) {
  .aoa-spec-card-title {
    font-size: 15px;
  }
}

.aoa-spec-card-price {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--aoa-hero-desc);
  margin: 0 0 18px 0;
}

.aoa-spec-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  color: var(--aoa-hero-primary);
  text-decoration: none;
  border-top: 1px solid #f1f5f9;
  padding: 13px 12px;
  margin-top: auto;
  transition: color 0.15s, gap 0.15s, background-color 0.15s;
  background-color: #fafbfc;
}

.aoa-top-speciality-card:hover .aoa-spec-card-cta {
  color: var(--aoa-hero-primary-hover);
  background-color: #f1f5f9;
  gap: 8px;
}

/* Intent Banner above Scheduler */
.aoa-intent-note-banner {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13.5px;
  color: #166534;
  font-weight: 600;
}

.aoa-intent-close-btn {
  background: none;
  border: none;
  font-size: 14px;
  color: #166534;
  cursor: pointer;
  padding: 0 4px;
}

/* ==========================================================
   3. MINIMAL BOOKING SCHEDULER SECTION
   ========================================================== */
.aoa-booking-minimal-wrap {
  background: #f8fafc;
  padding: 56px 0 76px 0;
  border-top: 1px solid #f1f5f9;
}

.aoa-booking-minimal-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .aoa-booking-minimal-card {
    padding: 20px 16px;
  }
}

.aoa-booking-minimal-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--aoa-hero-primary);
  margin: 0 0 6px 0;
  text-align: center;
}

.aoa-booking-minimal-sub {
  font-size: 14px;
  color: var(--aoa-hero-desc);
  margin: 0 0 24px 0;
  text-align: center;
}

.aoa-kivicare-embed-box {
  margin-top: 10px;
}

/* ==========================================================
   4. DIRECT CLEAN CONSULTATION CARD (MATCHING PASTED IMAGE)
   ========================================================== */
.aoa-direct-consult-page {
  background-color: #f0f2f5;
  min-height: 100vh;
  padding: 48px 16px 80px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--aoa-font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
  color: #1e293b;
}

.aoa-direct-consult-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

/* Centered Clean Card */
.aoa-direct-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Card Header: Brand Logo + Title + Close Button */
.aoa-direct-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
}

.aoa-direct-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.aoa-direct-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.aoa-direct-logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
  display: block;
}

.aoa-direct-header-divider {
  width: 1px;
  height: 20px;
  background: #e2e8f0;
}

.aoa-direct-header-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.2px;
}

.aoa-direct-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 0.15s ease;
}

.aoa-direct-close-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
}

/* Two-Column Card Body */
.aoa-direct-card-body {
  display: flex;
  min-height: 400px;
}

@media (max-width: 740px) {
  .aoa-direct-card-body {
    flex-direction: column;
  }
}

/* Left Column: Form Controls */
.aoa-direct-col-left {
  flex: 1.25;
  padding: 30px 32px;
  position: relative;
}

@media (max-width: 540px) {
  .aoa-direct-col-left {
    padding: 22px 18px;
  }
}

/* Form Elements */
.aoa-form-group {
  margin-bottom: 22px;
}

.aoa-form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

.aoa-req {
  color: #dc2626;
}

/* Textarea for Health Problem / Symptom */
.aoa-textarea-wrap {
  position: relative;
}

.aoa-textarea-wrap textarea {
  width: 100%;
  border: 1.5px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14.5px;
  line-height: 1.45;
  font-family: inherit;
  color: #1e293b;
  background: #ffffff;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 80px;
}

.aoa-textarea-wrap textarea:focus {
  outline: none;
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.aoa-textarea-wrap.has-error textarea {
  border-color: #ef4444;
}

.aoa-field-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
}

.aoa-hint {
  color: #94a3b8;
}

.aoa-hint.is-invalid {
  color: #ef4444;
  font-weight: 600;
}

.aoa-counter {
  color: #94a3b8;
}

/* Mobile Number Input */
.aoa-phone-input-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #d1d5db;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.aoa-phone-input-wrap:focus-within {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.aoa-phone-input-wrap.has-error {
  border-color: #ef4444;
}

.aoa-phone-input-wrap.is-prefilled {
  background: #f8fafc;
}

.aoa-country-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  user-select: none;
}

.aoa-flag {
  font-size: 15px;
}

.aoa-prefix {
  font-size: 14px;
  color: #334155;
}

.aoa-phone-input-wrap input[type="tel"] {
  flex: 1;
  border: none;
  outline: none;
  padding: 11px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: 0.5px;
  background: transparent;
}

.aoa-phone-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  margin-right: 10px;
  background: #ecfdf5;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 700;
  color: #059669;
  white-space: nowrap;
}

.aoa-input-error {
  display: none;
  color: #dc2626;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.aoa-input-error.is-visible {
  display: block;
}

.aoa-logged-user-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 12px;
  color: #059669;
}

.aoa-link-switch-user {
  background: none;
  border: none;
  color: #0f766e;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

/* Continue Button */
.aoa-form-actions {
  margin-top: 24px;
}

.aoa-btn-continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b0b8c1;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 12px 34px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 140px;
}

.aoa-btn-continue.is-ready,
.aoa-btn-continue:hover {
  background: #0f766e;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.22);
}

.aoa-btn-continue:disabled {
  background: #cbd5e1;
  cursor: not-allowed;
  box-shadow: none;
}

/* Back Link */
.aoa-btn-text-back {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 14px;
  color: #0f766e;
  font-size: 13.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.aoa-btn-text-back:hover {
  color: #115e59;
  text-decoration: underline;
}

.aoa-view-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.aoa-view-sub {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 18px 0;
}

/* OTP Section */
.aoa-test-otp-badge {
  background: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: #92400e;
}

.aoa-btn-autofill {
  background: #d97706;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
}

.aoa-otp-input-wrap {
  max-width: 260px;
  margin: 0 auto;
}

.aoa-otp-input {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 8px;
  border: 1.5px solid #0f766e;
  border-radius: 10px;
  outline: none;
  color: #0f172a;
  background: #ffffff;
  box-sizing: border-box;
}

.aoa-otp-timer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12.5px;
  color: #64748b;
}

.aoa-btn-resend {
  background: none;
  border: none;
  color: #0f766e;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

/* Registration Row */
.aoa-pill-badge {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 9999px;
  margin-bottom: 6px;
}

.aoa-form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 520px) {
  .aoa-form-row-2col {
    grid-template-columns: 1fr;
  }
}

.aoa-form-group input[type="text"],
.aoa-form-group input[type="email"],
.aoa-form-group input[type="number"] {
  width: 100%;
  border: 1.5px solid #d1d5db;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  color: #1e293b;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.aoa-form-group input:focus {
  outline: none;
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.aoa-gender-pill-group {
  display: flex;
  gap: 8px;
}

.aoa-gender-pill {
  flex: 1;
  padding: 8px 10px;
  border: 1.5px solid #cbd5e1;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.aoa-gender-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aoa-gender-pill.is-active {
  border-color: #0f766e;
  background: #f0fdfa;
  color: #0f766e;
  font-weight: 700;
}

/* ==========================================================
   STEP 2: PATIENT & DEPENDENT PILLS (CRUCIAL REQUIREMENT)
   ========================================================== */
.aoa-relation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.aoa-relation-pill {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 9999px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.aoa-relation-pill:hover {
  border-color: #0f766e;
  background: #f8fafc;
}

.aoa-relation-pill.is-active {
  background: #0f766e;
  border-color: #0f766e;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 118, 110, 0.25);
}

.aoa-relation-pill .pill-ico {
  font-size: 14px;
}

.aoa-patient-banner {
  background: #f8fafc;
  border-left: 3px solid #0f766e;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

.aoa-patient-banner .badge {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f766e;
}

.aoa-patient-banner .sub {
  font-size: 12px;
  color: #64748b;
}

.aoa-fee-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}

.aoa-fee-left .lbl {
  font-size: 12px;
  color: #64748b;
  display: block;
}

.aoa-fee-left .price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.aoa-fee-left .curr {
  font-size: 20px;
  font-weight: 800;
  color: #0f766e;
}

.aoa-fee-left .cut {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 13px;
}

.aoa-fee-left .off {
  background: #dcfce7;
  color: #166534;
  font-size: 10.5px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 9999px;
}

.aoa-fee-right {
  font-size: 12.5px;
  font-weight: 600;
  color: #0f766e;
}

/* Confirmation & Radar */
.aoa-radar-scan-box {
  text-align: center;
  padding: 40px 10px;
}

.aoa-radar-graphic {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aoa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #0f766e;
  animation: aoaRadarSweep 2.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.aoa-p1 { animation-delay: 0s; }
.aoa-p2 { animation-delay: 0.7s; }
.aoa-p3 { animation-delay: 1.4s; }

@keyframes aoaRadarSweep {
  0% { transform: scale(0.4); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

.aoa-radar-dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0f766e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.35);
  z-index: 2;
}

.aoa-scan-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.aoa-scan-sub {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.aoa-success-box {
  text-align: center;
}

.aoa-success-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.28);
}

.aoa-success-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.aoa-success-sub {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 16px 0;
}

.aoa-doc-card {
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  margin-bottom: 16px;
}

.aoa-doc-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 56px;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.aoa-doc-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 3px 0;
}

.aoa-doc-title {
  font-size: 13px;
  color: #0f766e;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.aoa-doc-meta {
  font-size: 12px;
  color: #64748b;
}

.aoa-doc-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #334155;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #cbd5e1;
  text-align: left;
}

.aoa-summary-list {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 18px;
  text-align: left;
}

.aoa-sum-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12.5px;
  padding: 4px 0;
}

.aoa-sum-row .label {
  color: #64748b;
}

.aoa-sum-row .val {
  color: #1e293b;
  font-weight: 700;
}

.aoa-sum-row .val.teal {
  color: #0f766e;
}

.aoa-confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aoa-btn-call {
  background: #0f766e;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 3px 10px rgba(15, 118, 110, 0.25);
}

.aoa-btn-call:hover {
  background: #115e59;
}

.aoa-btn-dash {
  font-size: 13px;
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
  padding: 4px;
}

.aoa-btn-dash:hover {
  text-decoration: underline;
}

/* ==========================================================
   RIGHT COLUMN: CHAT BUBBLES & "FREE FOLLOW-UP"
   (EXACT MATCH TO PASTED IMAGE.PNG)
   ========================================================== */
.aoa-direct-col-right {
  flex: 0.95;
  border-left: 1px solid #edf2f7;
  background: #ffffff;
  padding: 36px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 740px) {
  .aoa-direct-col-right {
    border-left: none;
    border-top: 1px solid #edf2f7;
    padding: 24px 18px;
  }
}

.aoa-right-content-inner {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}

.aoa-illustration-wrap {
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aoa-chat-bubbles-svg {
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.06));
}

.aoa-right-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
  letter-spacing: -0.2px;
}

.aoa-right-subtitle {
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
  margin: 0 0 18px 0;
}

.aoa-trust-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.aoa-trust-bullets li {
  font-size: 12.5px;
  color: #334155;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.aoa-trust-bullets .bullet-ico {
  font-size: 14px;
}

/* ======================================================
   DEMO PAYMENT SERVER GATEWAY MODAL (SANDBOX STYLING)
   ====================================================== */
.aoa-pay-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.aoa-pay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.aoa-pay-dialog {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px 24px 20px 24px;
  box-sizing: border-box;
  animation: aoaPayPop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
}

@keyframes aoaPayPop {
  0% { opacity: 0; transform: scale(0.94) translateY(12px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

.aoa-pay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.aoa-pay-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aoa-pay-brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aoa-pay-title-box h4 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

.aoa-pay-sandbox-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #047857;
  background: #d1fae5;
  padding: 2px 8px;
  border-radius: 50px;
  margin-top: 3px;
  letter-spacing: 0.3px;
}

.aoa-pay-close {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: color 0.15s;
}

.aoa-pay-close:hover {
  color: #0f172a;
}

/* Order Summary */
.aoa-pay-order-strip {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.aoa-pay-order-info strong {
  display: block;
  font-size: 13.5px;
  color: #1e293b;
}

.aoa-pay-order-info span {
  display: block;
  font-size: 11.5px;
  color: #64748b;
  margin-top: 2px;
}

.aoa-pay-order-price {
  text-align: right;
}

.aoa-pay-order-price .curr {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #0f766e;
}

.aoa-pay-order-price .tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 800;
  color: #059669;
  background: #d1fae5;
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.4px;
}

/* Error Banner */
.aoa-pay-error-banner {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  animation: aoaShake 0.3s ease;
}

@keyframes aoaShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

/* Tabs */
.aoa-pay-tabs {
  display: flex;
  gap: 6px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.aoa-pay-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 8px 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.18s ease;
}

.aoa-pay-tab-btn.is-active {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Panels */
.aoa-pay-panel {
  margin-bottom: 18px;
}

.aoa-upi-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.aoa-upi-app-btn {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #334155;
  transition: all 0.15s ease;
}

.aoa-upi-app-btn.is-selected {
  border-color: #0f766e;
  background: #f0fdfa;
  color: #0f766e;
}

.aoa-upi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.aoa-upi-app-btn.is-selected .aoa-upi-dot {
  background: #0f766e;
}

.aoa-pay-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.aoa-pay-input-wrap label {
  font-size: 11.5px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.aoa-pay-input-wrap input {
  height: 42px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  color: #0f172a;
  background: #ffffff;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}

.aoa-pay-input-wrap input:focus {
  border-color: #0f766e;
}

.aoa-pay-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.aoa-nb-label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.aoa-nb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.aoa-nb-btn {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: all 0.15s ease;
}

.aoa-nb-btn.is-selected {
  border-color: #0f766e;
  background: #f0fdfa;
  color: #0f766e;
}

/* Actions */
.aoa-pay-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}

.aoa-pay-submit-btn {
  width: 100%;
  height: 48px;
  background: #0f766e;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.25);
  transition: all 0.2s ease;
}

.aoa-pay-submit-btn:hover {
  background: #115e59;
  transform: translateY(-1px);
}

.aoa-pay-fail-btn {
  width: 100%;
  height: 38px;
  background: transparent;
  color: #ef4444;
  border: 1px dashed #fca5a5;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.aoa-pay-fail-btn:hover {
  background: #fef2f2;
  border-color: #ef4444;
}

.aoa-pay-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: aoaSpin 0.7s linear infinite;
}

@keyframes aoaSpin {
  to { transform: rotate(360deg); }
}

.aoa-pay-footer-note {
  text-align: center;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 14px;
}

/* Direct Consultation & Payment Modal Mobile Responsiveness */
@media (max-width: 600px) {
  .aoa-direct-consult-page {
    padding: 16px 10px 48px 10px;
  }
  .aoa-direct-card {
    border-radius: 12px;
  }
  .aoa-direct-card-header {
    padding: 12px 14px;
  }
  .aoa-direct-header-title {
    font-size: 15px;
  }
  .aoa-direct-col-left {
    padding: 18px 14px;
  }
  .aoa-direct-col-right {
    padding: 20px 14px;
  }
  .aoa-btn-continue {
    width: 100%;
    padding: 12px 20px;
    font-size: 14.5px;
  }
  .aoa-form-actions {
    margin-top: 18px;
  }
  .aoa-pay-dialog {
    padding: 18px 14px 16px 14px;
    border-radius: 16px;
    max-height: 94vh;
    overflow-y: auto;
  }
  .aoa-pay-header {
    margin-bottom: 12px;
  }
  .aoa-pay-tabs {
    gap: 4px;
    padding: 3px;
  }
  .aoa-pay-tab-btn {
    padding: 7px 4px;
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  .aoa-direct-header-divider {
    display: none;
  }
  .aoa-direct-brand-row {
    gap: 8px;
  }
  .aoa-direct-logo-img {
    height: 26px;
  }
  .aoa-relation-pills {
    gap: 6px;
  }
  .aoa-relation-pill {
    padding: 6px 10px;
    font-size: 12px;
  }
  .aoa-country-pill {
    padding: 8px 10px;
    font-size: 13px;
  }
  .aoa-phone-input-wrap input[type="tel"] {
    padding: 10px 10px;
    font-size: 14px;
  }
  .aoa-upi-apps {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .aoa-upi-app-btn {
    padding: 8px 4px;
    font-size: 11px;
    gap: 4px;
  }
  .aoa-pay-card-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .aoa-doc-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .aoa-doc-meta {
    justify-content: center;
  }
  .aoa-doc-desc {
    text-align: center;
    font-size: 12.5px;
  }
}



