:root {
  --primary-cyan: #00a8ec;
  --primary-cyan-hover: #0092cf;
  --primary-cyan-light: #e0f2fe;
  --secondary-blue: #0284c7;
  --dark-navy-bg: #0c1c2e;
  --text-heading: #081626;
  --text-dark: #2c3e50;
  --text-muted: #5f7082;
  --bg-page: #ffffff;
  --card-bg-light: #ebf6fe;
  --border-light: #d8edf9;
  
  --font-heading: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text-dark);
  background-color: var(--bg-page);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

/* ---------------- Insurance Page Wrapper ---------------- */
.insurance-page-wrapper {
  width: 100%;
  padding: 24px 24px 0px;
}

.insurance-container {
  max-width: 1350px;
  margin: 0 auto; 
}

/* ---------------- Common Section Headings ---------------- */
.section-heading-main {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}

.section-heading-main.text-center {
  text-align: center;
}

.highlight-cyan {
  color: var(--primary-cyan);
}

.about-body-text {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text-muted);
  text-align: justify;
  margin-bottom: 20px;
}

.about-body-text:last-child {
  margin-bottom: 0;
}

/* ---------------- Common Two Column Grid ---------------- */
.insurance-two-col-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.insurance-two-col-grid.align-center {
  align-items: center;
}

.insurance-text-col {
  display: flex;
  flex-direction: column;
}

.insurance-img-col {
  width: 100%;
}

.insurance-img-frame {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 168, 236, 0.12);
  background-color: #ffffff;
  border: 1px solid rgba(0, 168, 236, 0.15);
}

.insurance-photo {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

img.insurance-photos{
  width: 100%;
  height: auto;
}

.insurance-img-frame:hover .insurance-photo {
  transform: scale(1.02);
}


/* ==========================================================================
   1. HERO BANNER SECTION
   ========================================================================== */
.insurance-hero-card {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 40px rgba(8, 22, 38, 0.14);
}

.insurance-hero-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.insurance-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.insurance-hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(0 0 0 / 73%) 0%, rgb(0 0 0 / 26%) 100%);
}

.insurance-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.insurance-hero-title {
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.insurance-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}

.breadcrumb-link {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover {
  color: var(--primary-cyan);
}

.breadcrumb-separator {
  color: var(--primary-cyan);
  font-weight: 700;
}

.breadcrumb-current {
  color: #ffffff;
  font-weight: 600;
}


/* ==========================================================================
   2. COMPREHENSIVE HEALTH INSURANCE SUPPORT SERVICES
   ========================================================================== */
.insurance-comprehensive-section {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 28px;
  margin-bottom: 25px;
}


/* ==========================================================================
   3. EMPANELLED TPAS & INSURANCE COMPANIES (LOGOS SLIDER)
   ========================================================================== */
.insurance-empanelled-section {
  width: 100%;
  background-color: #ebf6fe;
  padding: 40px 20px;
  border-radius: 28px;
  overflow: hidden;
}

.tpa-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
}

.tpa-marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 4px 0;
}

.tpa-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

/* Row 1: Sliding to Right */
.tpa-marquee-right .tpa-marquee-track {
  animation: tpaSlideRight 35s linear infinite;
}

/* Row 2: Sliding to Left */
.tpa-marquee-left .tpa-marquee-track {
  animation: tpaSlideLeft 35s linear infinite;
}

/* Pause animation on hover */
.tpa-marquee:hover .tpa-marquee-track {
  animation-play-state: paused;
}

.tpa-logo-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 14px;
  padding: 12px 20px;
  width: 200px;
  height: 78px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.tpa-logo-card:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: var(--primary-cyan);
  box-shadow: 0 8px 20px rgba(0, 168, 236, 0.15);
}

.tpa-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes tpaSlideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-33.333% - 5.33px));
  }
}

@keyframes tpaSlideRight {
  0% {
    transform: translateX(calc(-33.333% - 5.33px));
  }
  100% {
    transform: translateX(0);
  }
}


/* ==========================================================================
   4. TIE-UPS WITH RECOGNIZED TPAS & COMPANIES
   ========================================================================== */
.insurance-tieups-section {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 28px;
  margin-bottom: 25px;
}

.tieups-subheading {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 24px;
}

.tieups-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.tieup-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tieup-bullet-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--primary-cyan-light);
  color: var(--primary-cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tieup-item-text {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 600;
  color: var(--primary-cyan);
  letter-spacing: 0.1px;
}


/* ==========================================================================
   5. INSURANCE SUPPORT & PATIENT GUIDANCE
   ========================================================================== */
.insurance-guidance-section {
  width: 100%;
  background-color: #ebf6fe;
  padding: 40px 30px;
  border-radius: 28px;
}


/* ==========================================================================
   6. CASHLESS HOSPITALIZATION & CLAIM ASSISTANCE
   ========================================================================== */
.insurance-cashless-section {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 28px;
  margin-bottom: 25px;
}

.cashless-subheading {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-cyan);
  margin: 20px 0 16px 0;
}

.coordination-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.coord-card {
  background-color: #ebf6fe;
  border: 1px solid #d0ebfc;
  border-radius: 12px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.coord-card:hover {
  background-color: #e0f2fe;
  transform: translateY(-2px);
  border-color: var(--primary-cyan);
  box-shadow: 0 6px 16px rgba(0, 168, 236, 0.12);
}

.coord-icon-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #0c1c2e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.coord-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--text-heading);
}


/* ==========================================================================
   7. CONTACT FOR INSURANCE ASSISTANCE
   ========================================================================== */
.insurance-contact-section {
  width: 100%;
  background-color: #ebf6fe;
  padding: 40px 30px;
  border-radius: 28px;
}

.insurance-helpdesk-card {
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1.5px solid #bce3fb;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 10px 30px rgba(0, 168, 236, 0.08);
}

.helpdesk-intro-text {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 25px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 24px;
  text-align: center;
}

.helpdesk-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.helpdesk-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #dbeefc;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.helpdesk-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--primary-cyan);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.helpdesk-text-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 24px;
}

.helpdesk-label {
  font-weight: 600;
  color: var(--text-heading);
}

.helpdesk-val {
  font-weight: 500;
  color: #475569;
}

.helpdesk-val a {
  color: var(--primary-cyan);
  text-decoration: none;
  font-weight: 600;
  transition: text-decoration 0.2s ease;
}

.helpdesk-val a:hover {
  text-decoration: underline;
}

.helpdesk-footer-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--text-muted);
  text-align: center;
  border-top: 1px dashed #cbe6fa;
  padding-top: 18px;
  margin-bottom: 0;
}
