/* ==========================================================================
   Services Page Stylesheet (css/services-page.css) — 100% Matching service page.png
   ========================================================================== */

/* Service Hero Section (Standardized Height & Clean Typography) */
.services-hero-section {
  position: relative;
  background: linear-gradient(to right, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 0;
}

@media (min-width: 992px) {
  .services-hero-section {
    min-height: 420px;
    height: 420px;
    padding: 0;
  }

  .services-hero-section>.container-fluid {
    height: 100%;
  }

  .services-hero-section .row {
    height: 100%;
    align-items: center;
  }
}

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

/* Integrated Top-Left Breadcrumbs inside Hero */
.hero-breadcrumbs {
  margin-bottom: 12px;
}

.hero-breadcrumbs .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13.5px;
  color: #64748b;
}

.hero-breadcrumbs .breadcrumb-list a {
  color: #64748b !important;
  text-decoration: none !important;
}

.hero-breadcrumbs .breadcrumb-list span.active {
  color: #1e1b4b;
  font-weight: 600;
}

.services-hero-title {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  color: #1e1b4b;
  line-height: 1.25;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.services-hero-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #e01e5a;
  margin-bottom: 8px;
}

.services-hero-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 560px;
}

.services-hero-section.no-hero-image .services-hero-desc {
  max-width: 820px;
}

/* Blended Right Hero Image Column (Anchored 100% to Bottom Edge) */
.services-hero-img-col {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: clamp(15px, 3vw, 40px);
}

.services-hero-img-col img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  vertical-align: bottom;
  margin-bottom: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 8%, #000000 20%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 8%, #000000 20%);
}

@media (max-width: 991.98px) {
  .services-hero-section {
    padding: 35px 15px 0 15px !important;
    text-align: center !important;
    background: linear-gradient(to bottom, #fde8ef 0%, #fff2f6 30%, #ffffff 65%, #f1e4fc 100%) !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: hidden;
  }

  .services-hero-section .hero-breadcrumbs,
  .hero-breadcrumbs {
    display: none !important;
  }

  .services-hero-section .services-hero-title {
    font-size: clamp(24px, 5vw, 30px) !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }

  .services-hero-section .services-hero-subtitle {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
  }

  .services-hero-section .services-hero-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 14px !important;
  }

  .services-hero-section .hero-features-row {
    gap: 12px;
    justify-content: center !important;
    margin-top: 14px !important;
  }

  .services-hero-img-col {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 260px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    pointer-events: none;
    z-index: 1;
  }

  .services-hero-img-col img {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    border-radius: 16px 16px 0 0;
    max-height: 100%;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    margin: 0 auto;
  }

  .floating-patient-badge {
    top: 15px;
    right: 15px;
    padding: 8px 14px;
    border-radius: 12px;
  }

  .floating-patient-badge i {
    font-size: 18px;
  }

  .floating-patient-text {
    font-size: 11.5px;
  }
}

@media (max-width: 576px) {
  .services-hero-section {
    padding: 18px 0 0 0 !important;
  }

  .services-hero-section .services-hero-title {
    font-size: 30px;
  }

  .services-hero-section .services-hero-subtitle {
    font-size: 15.5px !important;
  }

  .services-hero-img-col {
    height: 290px;
    margin-top: 16px;
  }
}

/* Main Section: 2-Column Layout (100% Matching Crop Reference) */
.services-main-section {
  padding: 60px 0;
  position: relative;
  background-color: #ffffff;
}

.content-block-card {
  background: #ffffff;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f5f9;
}

.content-block-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.content-block-title {
  font-size: 22px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 16px;
}

.content-block-text {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 16px;
}

.section-accent-line {
  width: 28px;
  height: 3px;
  background-color: #e01e5a;
  border-radius: 3px;
  margin-bottom: 12px;
}

.content-block-card {
  background: #ffffff;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f5f9;
}

.content-block-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.content-block-title {
  font-size: 22px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 16px;
}

.content-block-text {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 16px;
}

.pink-bullet-dot {
  color: #e01e5a;
  font-size: 14px;
  margin-right: 6px;
}

.type-surrogacy-box {
  background: #fffcfd;
  border-left: 4px solid #e01e5a;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 14px;
}

.type-title {
  font-weight: 600;
  color: #1e1b4b;
  font-size: 15px;
}

.type-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.55;
}

/* Who Can Benefit Checklist */
.benefit-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #334155;
  margin-bottom: 12px;
  font-weight: 600;
}

.benefit-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff0f4;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  border: 1px solid #fecdd3;
}

/* 6 Support Cards (3 Columns x 2 Rows Grid, Horizontal Layout) */
.service-support-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 20px;
  border: 1.5px solid #fce4ec;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 15px rgba(224, 30, 90, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(224, 30, 90, 0.08);
  border-color: #e01e5a;
}

.support-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff0f4;
  color: #e01e5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border: 1.5px solid #fecdd3;
  box-shadow: 0 4px 12px rgba(224, 30, 90, 0.06);
}

.support-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 6px;
}

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

/* Disclaimer Callout Bar */
.disclaimer-callout-bar {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 36px;
}

.disclaimer-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  border: 1.5px solid #cbd5e1;
}

.disclaimer-text {
  font-size: 13.5px;
  color: #334155;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

/* FAQ Accordion inside Left Column */
.services-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.services-accordion .accordion-button {
  font-size: 15px;
  font-weight: 600;
  color: #1e1b4b;
  background-color: #ffffff;
  padding: 18px 22px;
  box-shadow: none !important;
}

.services-accordion .accordion-button:not(.collapsed) {
  color: #e01e5a;
  background-color: #fff0f4;
}

.services-accordion .accordion-body {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  background-color: #ffffff;
  padding: 18px 22px;
}

/* Right Sticky Sidebar Cards */
.sidebar-sticky-wrapper {
  position: sticky;
  top: 90px;
}

.sidebar-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 12px 35px rgba(31, 20, 53, 0.05);
  border: 1.5px solid #fce4ec;
  margin-bottom: 24px;
}

.sidebar-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 6px;
}

.sidebar-card-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.45;
}

/* Sidebar Input Wrappers with Left Icons */
.sidebar-input-wrapper {
  position: relative;
  margin-bottom: 14px;
}

.sidebar-input-wrapper i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}

.sidebar-input-field {
  padding-left: 40px !important;
  background-color: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13.5px;
  color: #1e293b;
  width: 100%;
  transition: all 0.25s ease;
}

.sidebar-input-field:focus {
  border-color: #e01e5a;
  box-shadow: 0 0 0 4px rgba(224, 30, 90, 0.1);
  outline: none;
}

/* Card 2: Consultation Fee Card (100% Matching Screenshot Crop) */
.sidebar-fee-card {
  background: #fff5f8;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1.5px solid #fce4ec;
  box-shadow: 0 8px 25px rgba(224, 30, 90, 0.03);
  margin-bottom: 24px;
}

.fee-card-title {
  font-size: 17px;
  font-weight: 600;
  color: #1e1b4b;
  margin-bottom: 6px;
}

.fee-price-tag {
  font-size: 34px;
  font-weight: 600;
  color: #e01e5a;
  margin-bottom: 2px;
}

.fee-duration {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
}

/* Green Checkmarks List */
.fee-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
}

.fee-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #334155;
  font-weight: 600;
  margin-bottom: 12px;
}

.fee-checklist li i {
  color: #059669;
  font-size: 13px;
}

.btn-book-session {
  background: #ffffff;
  border: 1.5px solid #e01e5a;
  color: #e01e5a !important;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 24px;
  border-radius: 12px;
  width: 100%;
  text-align: center;
  display: block;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.btn-book-session:hover {
  background-color: #e01e5a;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(224, 30, 90, 0.35);
}

/* Card 3: Need Help Card (100% Matching Screenshot Crop) */
.sidebar-help-card {
  background: #f2f9f5;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1.5px solid #d1fae5;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.03);
}

.help-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #047857;
  margin-bottom: 8px;
}

.help-card-desc {
  font-size: 13.5px;
  color: #334155;
  line-height: 1.45;
  margin-bottom: 22px;
}

.help-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.help-contact-icon {
  color: #059669;
  font-size: 18px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.help-contact-text {
  font-size: 14.5px;
  font-weight: 600;
  color: #0f172a;
}

.help-contact-subtext {
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
}

.btn-whatsapp-chat {
  background-color: #ffffff;
  border: 1.5px solid #059669;
  color: #059669 !important;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  margin-top: 20px;
}

.btn-whatsapp-chat i {
  color: #059669;
  font-size: 18px;
}

.btn-whatsapp-chat:hover {
  background-color: #059669;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(5, 150, 105, 0.35);
}

.btn-whatsapp-chat:hover i {
  color: #ffffff;
}

/* Section 3: Medical Disclaimer & Review (100% Matching Screenshot Crop) */
.services-review-section {
  padding: 50px 0 70px 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;
}

.review-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1.5px solid #e9e3f5;
  box-shadow: 0 4px 20px rgba(69, 35, 116, 0.03);
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.review-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f0eafb;
  color: #6b21a8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.review-card-title {
  font-size: 17px;
  font-weight: 600;
  color: #1e1b4b !important;
  margin-bottom: 8px;
}

.review-card-desc {
  font-size: 13px;
  color: #64748b !important;
  line-height: 1.55;
  margin-bottom: 0;
}

.review-last-date {
  font-size: 12.5px;
  color: #64748b;
  font-weight: 600;
  margin-top: 10px;
}

/* Circular Blue Medical Experts Seal Badge */
.medical-seal-badge {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f0f9ff;
  border: 2px dashed #0284c7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 9.5px;
  font-weight: 600;
  color: #0369a1;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.15;
  margin-left: auto;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.08);
}

/* Responsive Rules */
@media (max-width: 991.98px) {
  .services-hero-section {
    padding: 50px 0 60px 0;
  }

  .services-hero-title {
    font-size: 32px;
  }

  .services-content-section {
    padding: 50px 0 60px 0;
  }

  .service-card-item {
    margin-bottom: 20px;
  }

  .sidebar-price-card,
  .sidebar-help-card {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .services-hero-title {
    font-size: 26px;
  }

  .services-hero-desc {
    font-size: 14px;
  }

  .review-info-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .medical-seal-badge {
    margin-left: 0;
    margin-top: 14px;
  }
}

/* Sidebar Services Navigation Menu */
.sidebar-services-menu-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(31, 20, 53, 0.04);
  border: 1.5px solid #fce4ec;
}

.services-nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-nav-link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1.5px solid #f1f5f9;
  color: #1e293b !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.service-nav-link-item .service-nav-text {
  flex-grow: 1;
  color: #1e293b !important;
}

.service-nav-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fff0f4;
  color: #e01e5a !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  border: 1px solid #fce4ec;
}

.service-nav-icon i {
  color: #e01e5a !important;
}

.service-nav-arrow {
  font-size: 11px;
  color: #94a3b8 !important;
  transition: transform 0.2s ease;
}

.service-nav-link-item:hover {
  background: #fff0f4;
  border-color: rgba(224, 30, 90, 0.3);
  transform: translateX(4px);
}

.service-nav-link-item:hover .service-nav-text {
  color: #e01e5a !important;
}

.service-nav-link-item:hover .service-nav-icon {
  background: #ffffff;
  border-color: #fecdd3;
}

.service-nav-link-item:hover .service-nav-arrow {
  color: #e01e5a !important;
  transform: translateX(2px);
}

/* Active State: Vibrant Purple/Pink Gradient with Crisp White Text and White Icon */
.service-nav-link-item.active {
  background: linear-gradient(135deg, #e01e5a 0%, #7c1fc2 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 20px rgba(224, 30, 90, 0.3) !important;
}

.service-nav-link-item.active .service-nav-text {
  color: #ffffff !important;
  font-weight: 600 !important;
}

.service-nav-link-item.active .service-nav-icon {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.service-nav-link-item.active .service-nav-icon i {
  color: #ffffff !important;
}

.service-nav-link-item.active .service-nav-arrow {
  color: #ffffff !important;
  opacity: 1 !important;
  transform: translateX(2px);
}

/* Mobile Responsive Sidebar Card Overrides */
@media (max-width: 991.98px) {
  .services-sidebar-sticky {
    margin-top: 30px;
  }

  .sidebar-fee-card,
  .sidebar-help-card,
  .sidebar-services-menu-card,
  .services-switcher-card {
    border-radius: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 576px) {

  .sidebar-fee-card,
  .sidebar-help-card,
  .sidebar-services-menu-card,
  .services-switcher-card {
    padding: 20px 16px !important;
  }

  .fee-price-tag {
    font-size: 28px !important;
  }

  .btn-book-session,
  .btn-whatsapp-chat {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
}

/* Content Links inside Article Bodies only */
.content-block-card a:not(.btn):not(.service-nav-link-item),
.content-block-card a:not(.btn):not(.service-nav-link-item) *,
.content-block-card a span,
.services-hero-desc a,
.services-hero-desc a * {
  color: #e01e5a !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  font-weight: 500;
  transition: color 0.2s ease;
}

.content-block-card a:not(.btn):not(.service-nav-link-item):hover,
.content-block-card a:not(.btn):not(.service-nav-link-item):hover *,
.services-hero-desc a:hover,
.services-hero-desc a:hover * {
  color: #b81446 !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}