.timeline {
  position: relative;
  padding-left: 30px;
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative;
}
.timeline-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.timeline-content h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.timeline-content p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}
@media (max-width: 768px) {
  .timeline {
    padding-left: 20px;
  }
  .timeline::before {
    left: 10px;
  }
}
.timeline {
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #dee2e6;
}
.timeline-item {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.timeline-icon {
  position: absolute;
  left: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.timeline-content {
  padding-left: 20px;
}
.benefit-card {
  background: #f8fafc;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.icon-box {
  width: 60px;
  height: 60px;
  margin: auto;
  background: #3174d1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box i {
  font-size: 26px;
  color: #fff;
}
.infra-timeline {
  position: relative;
  padding-left: 30px;
}
.infra-timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #3174d1;
}
.infra-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.infra-item .icon {
  width: 40px;
  height: 40px;
  background: #3174d1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.infra-item .content {
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .infra-timeline {
    padding-left: 20px;
  }
  .infra-item .content {
    font-size: 14px;
  }
}
.timeline {
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #dee2e6;
}
.timeline-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
}
.timeline-icon {
  position: absolute;
  left: -5px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.timeline-content h6 {
  margin-bottom: 5px;
  font-weight: 600;
}
.timeline-content p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}
.cardiology-cards-scroll {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cardiology-cards-scroll::-webkit-scrollbar {
  height: 4px;
}
.cardiology-cards-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.cardiology-cards-scroll::-webkit-scrollbar-thumb {
  background: #0d6efd;
  border-radius: 10px;
}
.cardiology-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-width: 160px;
  max-width: 160px;
  height: 200px;
  flex-shrink: 0;
  scroll-snap-align: start;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.cardiology-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(13, 110, 253, 0.18);
}
.cardiology-card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 12px 14px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.3) 70%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transition: padding 0.3s;
}
.cardiology-card:hover .card-overlay {
  padding-bottom: 18px;
}
.cardiology-card .card-overlay i {
  font-size: 18px;
  color: #0d6efd;
}
.cardiology-card .card-overlay h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.cardiology-card:hover .card-overlay h6 {
  color: #90b4fe;
}
@media (min-width: 992px) {
  .cardiology-cards-scroll {
    overflow-x: visible;
    flex-wrap: wrap;
  }
  .cardiology-card {
    min-width: calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
    flex: none;
  }
}
.fancy-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.fancy-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #3174d1, #00b4db);
}
.fancy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(0, 87, 164, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #3174d1;
  transition: 0.3s;
}
.fancy-card:hover .icon-box {
  background: #3174d1;
  color: #fff;
  transform: rotate(10deg) scale(1.1);
}
.infra-card {
  border-left: 4px solid #0d6efd;
}
.infra-list li {
  margin-bottom: 12px;
  font-size: 15px;
}
.mini-card {
  transition: all 0.3s ease;
}
.mini-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.ortho-card {
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.ortho-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.icon-box {
  width: 60px;
  height: 60px;
  background: #eaf3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.icon-box i {
  font-size: 26px;
  color: #0d6efd;
}
.neuro-list {
  position: relative;
  padding-left: 10px;
}
.neuro-item {
  align-items: flex-start;
}
.icon-circle {
  width: 45px;
  height: 45px;
  background: #3174d1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.highlight-box {
  background: linear-gradient(135deg, #3174d1, #007bff);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .highlight-box {
    text-align: center;
  }
}
.community-box {
  background: #fff;
  border-radius: 16px;
  transition: 0.3s ease;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.community-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bp-box {
  border-left: 5px solid #dc3545;
}
.diabetes-box {
  border-left: 5px solid #3174d1;
}
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .community-box {
    padding: 20px;
  }
}
.timeline {
  position: relative;
  padding-left: 20px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #dee2e6;
}
.timeline-item1 {
  position: relative;
}
.timeline-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-item1 .ms-3 {
  padding-top: 5px;
}
.feature-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .feature-icon {
    margin-bottom: 15px;
  }
}
.hero-badge .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3174d1;
  animation: pulseDot 1.4s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}
.response-timeline {
  position: relative;
  padding-left: 28px;
  border-left: 3px solid #e0e6ef;
  margin-top: 30px;
}
.timeline-item1 {
  position: relative;
  padding: 0 0 20px 18px;
}
.timeline-item1:last-child {
  padding-bottom: 0;
}
.timeline-item1::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3174d1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}
.overview-highlight-box {
  background: linear-gradient(135deg, #fff5f5, #fff);
  border: 1px solid rgba(192, 57, 43, 0.15);
  border-left: 4px solid #3174d1;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
}
.condition-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  gap: 14px;
  border: 1px solid #e0e6ef;
  transition: 0.2s;
  height: 100%;
}
.condition-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  border-color: rgba(192, 57, 43, 0.25);
}
.condition-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3174d1;
  font-size: 1.1rem;
}
.transfer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.transfer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.2s;
}
.transfer-item:hover {
  background: rgba(192, 57, 43, 0.2);
}
.transfer-item i {
  font-size: 1.4rem;
  color: #fff;
}
.em-cta-section {
  padding: 70px 0;
  background: #efefef;
  text-align: center;
}
.cta-contact-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1.5px solid rgba(110, 44, 44, 0.25);
  border-radius: 12px;
  padding: 20px 30px;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .transfer-grid {
    grid-template-columns: 1fr;
  }
}
img {
  border-radius: 14px;
}
.sc-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 3rem;
  align-items: start;
}
.sc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.sc-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.1rem;
  cursor: pointer;
  transition:
    border-color 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.sc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e1f5ee;
  opacity: 0;
  transition: opacity 0.2s;
}
.sc-card:hover {
  border-color: #3174D1;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(15, 110, 86, 0.1);
}
.sc-card:hover::before {
  opacity: 0.35;
}
.sc-card-inner {
  position: relative;
  z-index: 1;
}
.sc-icon {
  width: 36px;
  height: 36px;
  background: #e1f5ee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sc-icon svg {
  width: 18px;
  height: 18px;
  stroke: #3174D1;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sc-wide {
  grid-column: span 3;
}
.sc-wide .sc-card-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sc-wide .sc-icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sc-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .sc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-wide {
    grid-column: span 2;
  }
  .sc-heading {
    font-size: 1.6rem;
  }
}
.cath-list li {
  font-size: 0.95rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
}
.cath-highlight {
  background: linear-gradient(135deg, #3174d1, #0a7bdc);
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.cath-highlight .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cath-highlight .icon i {
  font-size: 26px;
  color: #3174d1;
}
.warning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10px;
}
.warning-card {
  background: white;
  border: 1px solid rgba(192, 57, 43, 0.15);
  border-top: 3px solid #3174d1;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow 0.2s;
}
.warning-card:hover {
  box-shadow: 0 6px 22px rgba(192, 57, 43, 0.12);
}
.warning-card .warn-icon {
  flex-shrink: 0;
  color: #3174d1;
  font-size: 1.3rem;
  margin-top: 2px;
}
.warning-note {
  margin-top: 24px;
  background: rgba(192, 57, 43, 0.07);
  border-left: 4px solid #3174d1;
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 0.9rem;
  color: var(--text-dark);
}
.facilities-header {
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.facilities-header::after {
  content: "";
  flex: 1;
  height: 1.5px;
  background: linear-gradient(to right, rgba(0, 87, 164, 0.35), transparent);
}
.facility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.facility-card {
  background: #f5f8fb;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #eee;
  transition: 0.3s;
}
.facility-card:hover {
  border-color: #ebb915;
  transform: translateY(-3px);
}
.fc-icon {
  width: 35px;
  height: 35px;
  background: rgba(0, 87, 164, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3174d1;
}
.fc-text {
  font-size: 14px;
  color: #1a2d4e;
}
.highlight {
  grid-column: 1 / -1;
  background: #3174d1;
  color: #fff;
}
.highlight .fc-text {
  color: #fff;
}
@media (max-width: 768px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }
}
.resource-strip {
  display: flex;
  gap: 15px;
  padding: 18px 20px;
  border-left: 4px solid #ebb915;
  background: #fff;
  border-radius: 10px;
  transition: 0.25s ease;
  height: 100%;
}
.resource-strip:hover {
  background: #f9f9f9;
  transform: translateX(5px);
}
.resource-strip .icon {
  font-size: 26px;
  color: #ebb915;
  flex-shrink: 0;
}
.emg-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  height: 100%;
}
.emg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(192, 21, 42, 0.1);
  border-color: rgba(192, 21, 42, 0.15);
}
.emg-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #3174d1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
}
.warn-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #eef9ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 12px;
  transition: all 0.2s;
}
.warn-item:hover {
  background: #EBB915 ;
  border-color: #EBB915;
}
.warn-num {
  font-size: 1.6rem;
  font-weight: 900;
  color: #3174d1;
  min-width: 36px;
  line-height: 1;
}
.warn-item span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.urgent-callout {
  background: var(--crimson);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.urgent-callout .icon {
  font-size: 2.4rem;
  color: white;
  opacity: 0.9;
}
.fac-card {
  background: #3174d1;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}
.fac-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(192, 21, 42, 0.1);
  border-color: rgba(192, 21, 42, 0.2);
}
.fac-icon {
  width: 64px;
  height: 64px;
  background: #3174d1;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  color: white;
  transition: transform 0.3s;
}
.fac-card:hover .fac-icon {
  transform: scale(1.1) rotate(-5deg);
}


/* .cta-section {
  padding: 80px 0;
  background: var(--white);
}
.cta-inner {
  background: linear-gradient(135deg, #002f5b 0%, #3174d1 50%, #002f5b 100%);
  border-radius: 24px;
  padding: 60px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-inner::before {
  content: "♥";
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
} */


/* ── CTA Section ─────────────────────────── */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: linear-gradient(135deg, #0f2044 0%, #1a3a6e 60%, #3174d1 100%);
}

/* Decorative circles */
.cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: rgba(49, 116, 209, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

/* Dot grid pattern */
.cta-dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Eyebrow */
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #93c5fd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
}

.cta-eyebrow .live-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse-dot 1.6s infinite;
}

/* Heading */
.cta-section h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}

.cta-section h2 span {
  color: #fbbf24;
}

.cta-section p.cta-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 520px;
}

/* Trust pills */
.cta-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.cta-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12.5px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 100px;
}

.cta-trust-pill i {
  color: #4ade80;
  font-size: 13px;
}

/* CTA Buttons area */
.cta-buttons-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  position: relative;
  z-index: 1;
}

/* Primary CTA — Call */
.btn-cta-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #0f2044;
  border: none;
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  white-space: nowrap;
}

.btn-cta-call:hover {
  background: #eff6ff;
  color: #1d5bb5;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.25);
}

.btn-cta-call .call-icon-wrap {
  width: 38px;
  height: 38px;
  background: #eff6ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3174d1;
  font-size: 16px;
  flex-shrink: 0;
}

.btn-cta-call .call-text small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
}

.btn-cta-call .call-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0f2044;
  line-height: 1;
}

/* Secondary CTA — Book */
.btn-cta-book {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 13px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  white-space: nowrap;
}

.btn-cta-book:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* WhatsApp CTA */
.btn-cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  border: none;
  padding: 13px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  white-space: nowrap;
}

.btn-cta-whatsapp:hover {
  background: #1ebe5a;
  color: #fff;
  transform: translateY(-2px);
}

/* Divider */
.cta-divider {
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.12);
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(1.5); }
}

/* Responsive */
@media (max-width: 991px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-buttons-wrap {
    align-items: center;
    margin-top: 36px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cta-divider { display: none; }
  .cta-section p.cta-desc {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .cta-buttons-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-cta-call,
  .btn-cta-book,
  .btn-cta-whatsapp {
    justify-content: center;
    width: 100%;
  }
}

.cardiac-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cardiac-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .cardiac-card {
    padding: 20px 15px;
  }
}
.stroke-types .type-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: 0.22s;
  height: 100%;
  border-top: 3px solid transparent;
}
.stroke-types .type-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.stroke-types .type-card.c-tia {
  border-top-color: #3174d1;
}
.stroke-types .type-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.c-tia .type-icon {
  background: #3174d1;
  color: #fff;
}
.stroke-symptoms .symptom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.stroke-symptoms .symptom-item {
  background: #eef9ff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 14px;
  border-left: 3px solid #3174d1;
  transition: 0.2s;
}
.stroke-symptoms .symptom-item:hover {
  transform: translateX(4px);
}
.stroke-symptoms .symptom-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #3174d1;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.stroke-symptoms .act-fast {
  background: #3174d1;
  border-radius: 16px;
  padding: 15px;
  color: #fff;
  margin-top: 32px;
}
.stroke-diagnosis {
  padding: 64px 0;
}
.stroke-diagnosis .diag-step {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.stroke-diagnosis .step-num {
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}
.stroke-diagnosis .timeline-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.stroke-importance {
  padding: 64px 0;
}
.stroke-importance .imp-card {
  background: #eef9ff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: 0.22s;
  height: 100%;
}
.stroke-importance .imp-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.stroke-importance .imp-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #3174d1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
}
.stroke-importance .golden-banner {
  background: linear-gradient(135deg, #1a4fa0, #0f3460);
  border-radius: 16px;
  padding: 36px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.stroke-emergency-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
  position: relative;
  overflow: hidden;
}
.stroke-emergency-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(192, 57, 43, 0.2),
    transparent 60%
  );
}
.stroke-emergency-cta .cta-inner {
  position: relative;
  z-index: 1;
}
.stroke-emergency-cta p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 28px;
}
.stroke-emergency-cta .btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--stroke-red);
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s;
}
.stroke-emergency-cta .btn-call:hover {
  background: var(--stroke-red-dark);
  transform: translateY(-2px);
}
.stroke-emergency-cta .location-badge {
  display: inline-flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.9rem;
  margin-top: 16px;
}
.stroke-emergency-cta .avail-badge {
  display: inline-flex;
  gap: 6px;
  background: rgba(39, 174, 96, 0.15);
  border: 1px solid rgba(39, 174, 96, 0.4);
  color: #6ee39a;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.stroke-emergency-cta .dot-green {
  width: 7px;
  height: 7px;
  background: #6ee39a;
  border-radius: 50%;
  animation: blink 1s infinite;
}
.condition-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.condition-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.93rem;
  font-weight: 500;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.condition-list li:hover {
  border-color: var(--red);
  box-shadow: 0 4px 16px rgba(192, 57, 43, 0.1);
}
.condition-list li i {
  color: #3174d1;
  font-size: 22px;
  margin-top: 2px;
  flex-shrink: 0;
}
.care-card {
  background: #eef9ff;
  border-radius: 14px;
  padding: 20px;
  border-left: 4px solid #3174d1;
  height: 100%;
}
.care-card .care-icon {
  width: 45px;
  height: 45px;
  background: #3174d1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.care-card .care-icon i {
  color: #fff;
  font-size: 1.3rem;
}
.infra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.infra-item {
  background: #fff;
  border: 1px solid #3174d1;
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.infra-item:hover {
  background: #efefef;
  border-color: #efefef;
}
.infra-item i {
  color: #3174d1;
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.seek-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 16px;
}
.warning-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.warning-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #eef9ff;
  border: 1px solid #3174d1;
  border-radius: 10px;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 0.93rem;
}
.warning-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3174d1;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
@media (max-width: 576px) {
  .condition-list {
    grid-template-columns: 1fr;
  }
  .stat-strip .stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.text-yellow {
  color: #ffc107;
}
.testimonials-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 50% at 80% 20%,
      rgba(10, 125, 110, 0.25) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 40% 40% at 10% 80%,
      rgba(200, 155, 79, 0.12) 0%,
      transparent 60%
    );
}
.testimonials-section::after {
  content: '"';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 340px;
  color: rgba(10, 125, 110, 0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .testi-grid {
    grid-template-columns: 1fr;
  }
}
.testi-card {
  background: #eef9ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testi-card:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 125, 110, 0.45);
  background: rgba(255, 255, 255, 0.07);
}
.testi-card::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 72px;
  line-height: 1;
  color: var(--teal);
  opacity: 0.25;
}
.stars {
  display: flex;
  gap: 3px;
}
.star {
  width: 14px;
  height: 14px;
  background: goldenrod;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: auto;
}
.avatar-wrap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #3174d1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.author-info h6 {
  font-size: 15px;
  font-weight: 500;
  color: #3174d1;
  margin-bottom: 2px;
}
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 125, 110, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 125, 110, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
}
.video-section .container {
  position: relative;
  z-index: 2;
}
.video-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .video-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.video-header .eyebrow {
  color: var(--teal);
}
.video-header .eyebrow::before,
.video-header .eyebrow::after {
  background: #eef9ff;
}
.video-desc p:last-child {
  margin-bottom: 0;
}
.video-track-wrap {
  position: relative;
  overflow: hidden;
}
.video-track-wrap::before,
.video-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 3;
  pointer-events: none;
}
.video-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--off-white), transparent);
}
.video-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--off-white), transparent);
}
.video-track {
  display: flex;
  gap: 28px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.video-slide {
  flex: 0 0 calc(33.333% - 19px);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(110, 161, 177, 0.1);
  position: relative;
  background: var(--dark);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
@media (max-width: 900px) {
  .video-slide {
    flex: 0 0 calc(50% - 14px);
  }
}
@media (max-width: 580px) {
  .video-slide {
    flex: 0 0 calc(100%);
  }
}
.video-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 56px rgba(10, 125, 110, 0.18);
}
.video-slide iframe {
  display: block;
  width: 100%;
  height: 230px;
  border: none;
}
.video-label {
  padding: 14px 18px;
  background: var(--dark);
  display: flex;
  align-items: center;
  gap: 10px;
}
.play-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal-light);
  flex-shrink: 0;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}
.video-label span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 44px;
}
.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--teal);
  background: #3174d1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.2s;
  font-size: 18px;
}
.nav-btn:hover {
  background: #3174d1;
  color: white;
  transform: scale(1.08);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(10, 125, 110, 0.25);
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
}
.dot.active {
  background: #3174d1;
  transform: scale(1.4);
}
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.testi-card:nth-child(1) {
  transition-delay: 0s;
}
.testi-card:nth-child(2) {
  transition-delay: 0.1s;
}
.testi-card:nth-child(3) {
  transition-delay: 0.2s;
}
.testi-card:nth-child(4) {
  transition-delay: 0.05s;
}
.testi-card:nth-child(5) {
  transition-delay: 0.15s;
}
:root {
  --blue: #3174d1;
  --blue-dark: #003f7a;
  --blue-light: #e6f0fa;
  --teal: #3174d1;
  --teal-dark: rgb(5, 140, 130);
  --teal-light: rgba(8, 183, 170, 0.1);
  --text-muted-custom: #5b6e80;
  --border-custom: rgba(0, 87, 164, 0.12);
}
.hero-section {
  background: linear-gradient(
    135deg,
    var(--blue-dark) 0%,
    var(--blue) 55%,
    #1a7fc4 100%
  );
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(8, 183, 170, 0.15);
}
.hero-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(8, 183, 170, 0.1);
}
.hero-badge {
  display: inline-block;
  background: rgba(8, 183, 170, 0.2);
  border: 1.5px solid rgba(8, 183, 170, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 40px;
}
.stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--border-custom);
}
.stat-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}
.stat-num span {
  color: var(--teal);
}
.stat-label {
  font-size: 13px;
  color: var(--text-muted-custom);
}
.stat-divider {
  border-right: 1px solid var(--border-custom);
}
.ins-card {
  background: #fff;
  border: 1.5px solid var(--border-custom);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.ins-card:hover {
  border-color: var(--teal);
  box-shadow: 0 4px 16px rgba(8, 183, 170, 0.12);
  transform: translateY(-2px);
}
.ins-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}
.tpa-card {
  background: #fff;
  border: 1.5px solid var(--border-custom);
  border-radius: 14px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.tpa-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--teal);
  border-radius: 4px 0 0 4px;
}
.tpa-card:hover {
  box-shadow: 0 8px 32px rgba(0, 87, 164, 0.14);
  transform: translateY(-2px);
}
.tpa-card p {
  font-size: 14px;
  font-weight: 600;
  color: #1a2733;
  margin: 0;
}
.tpa-card span {
  font-size: 12px;
  color: var(--text-muted-custom);
  display: block;
  margin-top: 4px;
}
.steps-wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 87, 164, 0.08);
}
.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-alt .step-num {
  background: var(--teal);
}
.step-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  margin: 0;
}
.step-desc {
  font-size: 13px;
  color: var(--text-muted-custom);
  margin: 0;
  line-height: 1.6;
}
.net-pill {
  background: #fff;
  border: 1.5px solid var(--border-custom);
  border-radius: 40px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    background 0.2s,
    border-color 0.2s;
  white-space: nowrap;
}
.net-pill:hover {
  background: var(--teal-light);
  border-color: var(--teal);
}
.net-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}
.faq-wrapper {
  background: var(--blue-light);
  border-radius: 20px;
}
.faq-item {
  background: #fff;
  border: 1.5px solid var(--border-custom);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.faq-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-toggle .faq-icon {
  font-size: 22px;
  color: var(--teal);
  transition: transform 0.25s;
}
.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}
.faq-body {
  font-size: 14px;
  color: var(--text-muted-custom);
  line-height: 1.7;
  padding: 0 22px 16px;
}
.contact-section {
  background: linear-gradient(135deg, var(--blue) 0%, var(--teal-dark) 100%);
}
.site-footer {
  background: var(--blue-dark);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.site-footer strong {
  color: #fff;
}
.package-list {
  padding-left: 0;
}
.package-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
}
.package-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.poster-card {
  position: relative;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  padding: 30px 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}
.poster-card:hover {
  transform: translateY(-10px);
}
.green-theme {
  background: linear-gradient(135deg, #ebb915 100%, #ffffff 0%);
}
.green-theme .poster-content {
  color: #fff;
}
.poster-card::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -20px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.poster-content h5 {
  font-weight: 900;
  margin-bottom: 15px;
}
.poster-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.poster-content ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.age-text {
  border-radius: 6px;
  font-size: 14px;
  opacity: 0.9;
  color: #fff;
}
.discount-circle {
  position: absolute;
  top: 75px;
  right: 25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #3174d1 !important;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heartbeat 1.4s infinite;
}
.poster-icon {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 55px;
  opacity: 0.2;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(1);
  }
}
#gallery .list-group-item.active {
  background-color: #3174d1;
  color: #fff;
  border-color: #3174d1 !important;
  border-radius: 6px !important;
}
#gallery .nav-pills .nav-link.active {
  background-color: #ebb915;
  color: #fff;
  border-color: #ebb915;
  border-radius: 6px !important;
}
#gallery .nav-pills .nav-link {
  border: 1px solid #ebb915;
  color: #000;
  border-radius: 6px !important;
}
.card {
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.card img {
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .card img {
    height: 180px;
  }
}
:root {
  --footer-bg: #0d1b2a;
  --footer-surface: #132338;
  --footer-border: rgba(255, 255, 255, 0.07);
  --footer-text: #a8b8cc;
  --footer-heading: #ffffff;
  --footer-link: #a8b8cc;
  --footer-link-hover: #ffffff;
  --footer-accent: var(--secondary, #e8a020);
  --footer-topbar-h: 4px;
}
.footer-topbar {
  height: var(--footer-topbar-h);
  background: linear-gradient(
    90deg,
    var(--primary, #1a5fa8) 0%,
    var(--footer-accent) 100%
  );
}
.footer-main {
  background-color: var(--footer-bg);
  padding: 60px 0 40px;
}
.footer-logo {
  max-width: 180px;
}
.footer-about {
  color: var(--footer-text);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.footer-heading {
  color: var(--footer-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--footer-accent);
  display: inline-block;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 6px;
}
.footer-links li a {
  color: var(--footer-link);
  text-decoration: none;
  font-size: 0.85rem;
  transition:
    color 0.2s,
    padding-left 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-links li a::before {
  content: "›";
  color: var(--footer-accent);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.footer-links li a:hover {
  color: var(--footer-link-hover);
  padding-left: 4px;
}
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.875rem;
  color: var(--footer-text);
  line-height: 1.55;
}
.contact-icon {
  color: var(--footer-accent);
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact-list a {
  color: var(--footer-link);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-list a:hover {
  color: var(--footer-link-hover);
}
.footer-cta-btn {
  background: var(--primary, #1a5fa8);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 9px 12px;
  transition:
    background 0.2s,
    transform 0.15s;
}
.footer-cta-btn:hover {
  background: var(--footer-accent);
  color: #fff;
  transform: translateY(-1px);
}
.footer-call-btn {
  background: transparent;
  border: 1.5px solid var(--footer-border);
  color: var(--footer-text);
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 9px 12px;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.footer-call-btn:hover {
  border-color: #fff;
  color: #fff;
}
.footer-wa-btn {
  background: #25d366;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 9px 12px;
  transition: background 0.2s;
}
.footer-wa-btn:hover {
  background: #1da851;
  color: #fff;
}
.badge-item {
  background: rgba(255, 255, 255, 0.06);
  color: var(--footer-text);
  font-size: 0.72rem;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid var(--footer-border);
  white-space: nowrap;
}
.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.2s,
    filter 0.2s;
  background: rgba(255, 255, 255, 0.1);
}
.social-icon:hover {
  transform: translateY(-3px) scale(1.1);
  filter: brightness(1.2);
}
.social-icon.whatsapp {
  background: #25d366;
}
.social-icon.facebook {
  background: #1877f2;
}
.social-icon.instagram {
  background: linear-gradient(
    135deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.social-icon.youtube {
  background: #ff0000;
}
.social-icon.linkedin {
  background: #0a66c2;
}
.footer-map iframe {
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-map iframe:hover {
  opacity: 1;
}
.footer-bottom {
  background: var(--footer-surface);
  border-top: 1px solid var(--footer-border);
  padding: 16px 0;
  font-size: 0.8rem;
  color: var(--footer-text);
}
.footer-bottom p {
  color: var(--footer-text);
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.footer-legal-links a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal-links a:hover {
  color: #fff;
}
.footer-legal-links .sep {
  color: var(--footer-border);
}
.footer-powered {
  color: var(--footer-accent);
  font-weight: 600;
  text-decoration: none;
}
.footer-powered:hover {
  text-decoration: underline;
}
.mobile-sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
}
.mobile-sticky-buttons .btn {
  border-radius: 0;
  padding: 13px;
  font-size: 0.875rem;
  font-weight: 600;
}
.sticky-btn {
  position: fixed;
  top: 75%;
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}
.flot-btn-book {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.flot-btn-book:hover {
  transform: scale(1.1);
}
@media (max-width: 480px) {
  .flot-btn-book {
    width: 40px;
    height: 40px;
  }
}
.timeline-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.bgcolor {
  background-color: #ebb915;
}
.textcolor {
  color: #ebb915;
}
.text-orange {
    color: #Ee6401;
}

.bg-dark1 {
  background-color: #3174D1;
}

.text-black1 {
  color: #6b6a75;
}


/* Tablet (576px – 991px) → 2 columns */
@media (max-width: 991.98px) {
    .warning-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/* Mobile (≤575px) → 1 column */
@media (max-width: 575.98px) {
    .warning-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .warning-card {
        flex-direction: row;
        text-align: left;
        padding: 1rem 1.1rem;
        gap: 14px;
    }

    .warn-icon {
        font-size: 1.6rem;
    }

    .warning-note {
        font-size: 0.85rem;
        padding: 0.85rem 1rem;
    }
    .mtt{
      margin-top: 1px !important;
    }
}



    /* ── How the Process Works ── */
  
   



    .hp-grid {
        display: grid;
        grid-template-columns: 1fr 340px;
        gap: 2.5rem;
        align-items: start;
    }

    @media (max-width: 991px) {
        .hp-grid {
            grid-template-columns: 1fr;
        }

        .hp-imgs {
            display: none;
        }
    }

    /* Steps */
    .hp-steps {
        display: flex;
        flex-direction: column;
    }

    .hp-step {
        display: flex;
        gap: 20px;
    }

    .hp-step-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hp-num {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 16px;
        flex-shrink: 0;
    }

    .hp-line {
        width: 2px;
        flex: 1;
        min-height: 20px;
        margin: 4px 0;
    }

    .hp-step-body {
        padding-bottom: 1.8rem;
        flex: 1;
    }

    .hp-step-card {
        background: #fff;
        border-radius: 12px;
        padding: 1rem 1.25rem;
        border-left: 3px solid;
        transition: box-shadow 0.2s ease;
    }

    .hp-step-card:hover {
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    }

    .hp-step-icon {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .hp-step-title {
        font-weight: 500;
        font-size: 15px;
        color: #0d2e24;
        margin: 0 0 4px;
    }

    .hp-step-desc {
        font-size: 13.5px;
        color: #5a7a6e;
        margin: 0;
        line-height: 1.6;
    }

    /* Step color themes */
    .s1 .hp-num {
        background: #1a6fb5;
        color: #fff;
    }

    .s1 .hp-line {
        background: #1a6fb5;
    }

    .s1 .hp-step-card {
        border-color: #1a6fb5;
    }

    .s2 .hp-num {
        background: #1a6fb5;
        color: #fff;
    }

    .s2 .hp-line {
        background: #1a6fb5;
    }

    .s2 .hp-step-card {
        border-color: #1a6fb5;
    }

    .s3 .hp-num {
        background:#1a6fb5;
        color: #fff;
    }

    .s3 .hp-line {
        background: #1a6fb5;
    }

    .s3 .hp-step-card {
        border-color: #1a6fb5;
    }

    .s4 .hp-num {
        background: #1a6fb5;
        color: #fff;
    }

    .s4 .hp-line {
        background: #1a6fb5;
    }

    .s4 .hp-step-card {
        border-color: #1a6fb5;
    }
    .s5 .hp-num {
        background:#1a6fb5;
        color: #fff;
    }

    .s5 .hp-line {
        background: #1a6fb5;
    }

    .s5 .hp-step-card {
        border-color: #1a6fb5;
    }




       .s6 .hp-num {
        background:#1a6fb5;
        color: #fff;
    }

    .s6 .hp-line {
        background: #1a6fb5;
    }

    .s6 .hp-step-card {
        border-color: #1a6fb5;
    }

img {
  border-radius: 14px;
}

