@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
body,
html,
.modern-section-card,
.modern-section-card * {
  font-family: "Roboto", sans-serif !important;
}
.modern-section-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(30, 200, 231, 0.1),
    0 1.5px 4px rgba(14, 127, 192, 0.04);
  margin-bottom: 36px;
  padding: 20px;
  /* border-left: 8px solid #1ec8e7; */
  position: relative;
  transition: box-shadow 0.3s, border 0.3s, transform 0.2s;
  animation: fadeInGlass 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.modern-section-card:hover {
  box-shadow: 0 8px 40px rgba(30, 200, 231, 0.18),
    0 2px 8px rgba(14, 127, 192, 0.1);
  transform: translateY(-4px) scale(1.01);
  /* border-left: 8px solid #0e7fc0; */
}
.modern-section-card .section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.5px;
      color: #fff;
      padding: 10px;
  border-radius: 20px;
}
.modern-section-card .section-title .section-icon {
  font-size: 2.1em;
  color: #1ec8e7;
  background: linear-gradient(135deg, #0e7fc0 0%, #1ec8e7 100%);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(30, 200, 231, 0.1);
}
/* Types Timeline */
.types-timeline {
  position: relative;
  margin-left: 0;
  padding-left: 0;
}
.types-timeline:before {
  display: none;
}
.types-timeline li {
  position: relative;
  margin-bottom: 28px;
  padding-left: 44px;
  list-style: none;
  min-height: 32px;
}
.types-timeline li:last-child {
  margin-bottom: 0;
}
.types-timeline li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14" cy="14" r="14" fill="%23f4f8fb"/><path d="M10 14H18M18 14L15 11M18 14L15 17" stroke="%231ec8e7" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center center/contain;
  background-size: 28px 28px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px 24px;
  margin-top: 18px;
}
.benefit-item {
  background: linear-gradient(120deg, #f4f8fb 60%, #e6fafd 100%);
  border-radius: 14px;
  padding: 18px 16px 16px 18px;
  font-weight: 500;
  color: #3a3285;
  box-shadow: 0 1px 6px rgba(30, 200, 231, 0.07);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: background 0.2s, box-shadow 0.2s;
}
.benefit-item:before {
  content: "✔";
  color: #1ec8e7;
  font-size: 1.3em;
  margin-right: 8px;
}
/* Why Choose Us Badge/Feature */
.whychoose-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 18px;
}
.whychoose-badge {
  background: linear-gradient(88deg, #7872af 30%, #524c93 100%);
  color: #fff;
  border-radius: 16px;
  padding: 18px 20px 16px 20px;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(30, 200, 231, 0.1);
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.whychoose-badge:before {
  content: "🏆";
  font-size: 1.5em;
  margin-right: 10px;
}
.whychoose-img-flex {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.whychoose-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(30, 200, 231, 0.13);
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .modern-section-card {
    padding: 18px 8px 12px 8px;
  }
  .modern-section-card .section-title {
    font-size: 20px;
  }
  .whychoose-badges,
  .benefits-grid {
    gap: 10px 8px;
  }
}
.modern-section-card .title-desc {
  padding-top: 20px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-top: 20px;
}
.intro .title-des {
  padding-top: 20px !important;
}
.bolder {
  font-size: 20px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
}
/* hero section */

/* hero section end */

/* --- Why Choose Modern Section --- */
.whychoose-modern-card {
  background: linear-gradient(195deg, #edf0ff 0%, #f0e1ff 50%, #d8d4ff 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(30, 200, 231, 0.1),
    0 1.5px 4px rgba(14, 127, 192, 0.04);
  padding: 40px 32px 32px 32px;
  margin-bottom: 36px;
  transition: box-shadow 0.3s, border 0.3s, transform 0.2s;
}
.whychoose-modern-card:hover {
  box-shadow: 0 8px 40px rgba(30, 200, 231, 0.18),
    0 2px 8px rgba(14, 127, 192, 0.1);
  transform: translateY(-4px) scale(1.01);
}
.whychoose-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}
.whychoose-header-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 7px solid #cec9ff;
  box-shadow: 0 2px 12px rgba(100, 100, 111, 0.13);
  object-fit: cover;
  background: #fff;
}
.whychoose-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.whychoose-modern-card .section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #524c93;
  background: none;
  display: block;
}
.whychoose-modern-card .title-desc {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: #363351;
  background: none;
  padding-top: 0;
}
.whychoose-desc {
  margin: 18px 0 24px 0;
  /* font-size: 1.08rem; */
  color: #433e3e;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.whychoose-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px 28px;
  margin-top: 10px;
}
.whychoose-modern-item {
  background: linear-gradient(88deg, #7872af 30%, #524c93 100%);
  color: #fff;
  border-radius: 18px;
  padding: 22px 20px 18px 20px;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(30, 200, 231, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 120px;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.whychoose-modern-item:hover {
  box-shadow: 0 4px 18px rgba(30, 200, 231, 0.13);
  transform: translateY(-4px) scale(1.03);
}
.whychoose-modern-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(30, 200, 231, 0.13);
  /* background: #fff; */
  background: #efe8ff;
  flex-shrink: 0;
  margin-right: 8px;
}
.whychoose-modern-item .bolder {
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .whychoose-modern-card {
    padding: 18px 8px 12px 8px;
  }
  .whychoose-header-img {
    width: 60px;
    height: 60px;
  }
  .whychoose-modern-grid {
    gap: 12px 8px;
  }
  .whychoose-modern-item {
    padding: 14px 10px 12px 10px;
    min-height: 80px;
  }
}
/* Make hero-content text and button more visible */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #2a2150;
  padding: 48px 16px 56px 16px;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.85), 0 1px 0 #fff;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  display: inline-block;
  margin: 0 auto;
}
.hero-title {
  color: #2a2150;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.95), 0 1px 0 #fff;
}
.hero-desc {
  color: #000000;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.95), 0 1px 0 #fff;
}
.hero-cta {
  display: inline-block;
  background: linear-gradient(90deg, #f6b57d 0%, #ffb9b9 100%);
  color: #2a2150;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 32px;
  font-size: 1.1rem;
  box-shadow: 0 2px 12px rgba(30, 200, 231, 0.13), 0 1px 0 #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  border: 2px solid #f6b57d;
}
.hero-cta:hover {
  background: linear-gradient(90deg, #ffb9b9 0%, #f6b57d 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(14, 127, 192, 0.18);
  border-color: #ffb9b9;
}
@media (max-width: 991px) {
  .hero-content {
    padding: 24px 6px 28px 6px;
    font-size: 1rem;
  }
  .hero-title {
    font-size: 2rem;
  }
}
.type_bg {
  background: linear-gradient(
    265deg,
    rgb(120, 114, 175) 30%,
    rgb(82, 76, 147) 100%
  );
}
.banner-benefits-bg {
  width: 100%;
  min-height: 120px;
  background: url("../myimages/icons/benefit-robotic-knee-replacment-surgery-banner.png")
    left center/cover no-repeat;
  display: flex;
  align-items: center;
  border-radius: 18px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 0 4px 32px rgba(30, 200, 231, 0.1);
}
.banner-benefits-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(30, 30, 30, 0.25), 0 1px 0 #000;
  padding: 32px 40px;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .banner-benefits-bg {
    min-height: 70px;
  }
  .banner-benefits-text {
    font-size: 1.1rem;
    padding: 14px 16px;
  }
}
