/* ==============================
   Doctor Cards v2 (expert doctors grid)
   
============================== */

.container-1 {
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 1450px) {
  .container-1 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 786px) {
  .container-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.doctor-section-v2 .section-title h2 {
  color: var(--title-color2, #000);
}

.doctor-card-v2 {
  background-color: #e9f5fb;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.doctor-card-v2:hover {
  box-shadow: 0 20px 40px rgba(13, 33, 71, 0.12);
  transform: translateY(-4px);
}

.doctor-card-v2__img {
  position: relative;
  overflow: hidden;
}

.doctor-card-v2__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .doctor-card-v2__img img {
    height: 320px;
  }
}

.doctor-card-v2__body {
  padding: 28px 20px 20px;
}

.doctor-card-v2__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: -18px;
  margin-bottom: 14px;
}

.doctor-card-v2__badge {
  background-color: var(--theme-color2, #2cb624);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(44, 182, 36, 0.35);
}

.doctor-card-v2__profile-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color2, #2cb624);
  white-space: nowrap;
  margin-top: 10px;
}

.doctor-card-v2__profile-link:hover {
  color: var(--title-color2, #000);
}

.doctor-card-v2__name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.doctor-card-v2__name {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color2, #000);
  margin: 0;
}

.doctor-card-v2__share {
  width: 30px;
  height: 30px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--title-color2, #000);
  background: transparent;
  border: none;
  cursor: pointer;
}

.doctor-card-v2__underline {
  width: 34px;
  height: 3px;
  background-color: var(--theme-color2, #2cb624);
  border-radius: 3px;
  margin: 8px 0 10px;
}

.doctor-card-v2__exp {
  font-size: 13px;
  color: var(--body-color, #6a6f76);
  margin-bottom: 18px;
}

.doctor-card-v2__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid var(--theme-color2, #2cb624);
  background-color: #fff;
  color: var(--theme-color2, #2cb624);
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.doctor-card-v2__btn:hover {
  background-color: var(--theme-color2, #2cb624);
  color: #fff;
}

.doctor-section-v2__view-all {
  display: inline-block;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 700;
  color: var(--title-color2, #000);
  border-bottom: 2px solid var(--title-color2, #000);
  padding-bottom: 2px;
}

.doctor-section-v2__view-all:hover {
  color: var(--theme-color2, #2cb624);
  border-color: var(--theme-color2, #2cb624);
}
.rh-location-area {
  padding: 110px 0;
  background: linear-gradient(135deg, #f7fbff 0%, #edf7ff 100%);
}

.rh-location-shell {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 7fr);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 116, 185, 0.1);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(16, 32, 75, 0.1);
}

.rh-location-content {
  padding: clamp(28px, 3vw, 42px);
}
.rh-location-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0074b9;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 26px;
}
.rh-location-subtitle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eaf6fd;
  color: #0074b9;
}
.rh-location-title {
  max-width: 560px;
  color: #10204b;

  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-top: 8px;
  margin-bottom: 22px;
}
.rh-location-desc {
  max-width: 610px;
  color: #5b667e;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 34px;
}

.rh-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dfe8f1;
  border-bottom: 1px solid #dfe8f1;
  margin-bottom: 34px;
}
.rh-info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 22px 18px 22px 0;
  background: transparent;
}
.rh-info-card:nth-child(odd) {
  border-right: 1px solid #dfe8f1;
}
.rh-info-card:nth-child(even) {
  padding-left: 24px;
}
.rh-info-card:nth-child(-n + 2) {
  border-bottom: 1px solid #dfe8f1;
}
.rh-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 2px solid #0074b9;
  border-radius: 50%;
  color: #0074b9;
  font-size: 17px;
}
.rh-info-card h5 {
  color: #10204b;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
}
.rh-info-card p,
.rh-info-card a {
  color: #4d5870;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.rh-info-card a:hover {
  color: #0074b9;
}
.rh-live-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  border-radius: 50%;
  background: #21a840;
  box-shadow: 0 0 0 4px rgba(33, 168, 64, 0.12);
}

.rh-location-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.rh-location-buttons .vs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 178px;
  border-radius: 8px;
}

.rh-map-box {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background: #eaf2f7;
}
.rh-map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 490px;
  border: 0;
  filter: saturate(0.82) contrast(0.96);
}
.rh-map-label {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 430px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 32, 75, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(16, 32, 75, 0.18);
  pointer-events: none;
}
.rh-map-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #0074b9;
  color: #fff;
  font-size: 19px;
}
.rh-map-label strong,
.rh-map-label small {
  display: block;
}
.rh-map-label strong {
  color: #10204b;
  font-size: 15px;
  line-height: 1.35;
}
.rh-map-label small {
  color: #647087;
  font-size: 13px;
  margin-top: 3px;
}

@media (max-width: 1199px) {
  .rh-location-shell {
    grid-template-columns: 1fr 1fr;
  }
  .rh-location-content {
    padding: 42px 34px;
  }
  .rh-location-title {
    font-size: 42px;
  }
  .rh-info-wrapper {
    grid-template-columns: 1fr;
  }
  .rh-info-card,
  .rh-info-card:nth-child(even) {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid #dfe8f1;
  }
  .rh-info-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  .rh-location-shell {
    grid-template-columns: 1fr;
  }
  .rh-map-box,
  .rh-map-box iframe {
    min-height: 480px;
  }
}

@media (max-width: 576px) {
  .rh-location-area {
    padding: 76px 0;
  }
  .rh-location-shell {
    border-radius: 20px;
  }
  .rh-location-content {
    padding: 32px 22px 36px;
  }
  .rh-location-subtitle {
    font-size: 17px;
    margin-bottom: 22px;
  }
  .rh-location-title {
    font-size: 34px;
  }
  .rh-location-desc {
    font-size: 15px;
  }
  .rh-location-buttons {
    flex-direction: column;
  }
  .rh-location-buttons .vs-btn {
    width: 100%;
  }
  .rh-map-box,
  .rh-map-box iframe {
    min-height: 400px;
  }
  .rh-map-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px 14px;
  }
  .rh-map-label-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}
.rh-gallery-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 92% 4%, rgba(0, 116, 185, 0.08), transparent 28%),
    #f8fbff;
}

.rh-gallery-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}
.rh-gallery-subtitle {
  display: inline-block;
  color: #0074b9;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.rh-gallery-title {
  max-width: 700px;
  color: #10204b;
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin-top: 10px;
}
.rh-gallery-header p {
  /* color: #5b667e; */
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 5px;
}

.rh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 330px 310px;
  gap: 14px;
}
.rh-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #dce8f0;
  box-shadow: 0 14px 34px rgba(16, 32, 75, 0.1);
  isolation: isolate;
}
.rh-gallery-item:nth-child(1) {
  grid-column: span 6;
}
.rh-gallery-item:nth-child(2),
.rh-gallery-item:nth-child(3) {
  grid-column: span 3;
}
.rh-gallery-item:nth-child(4) {
  grid-column: span 3;
}
.rh-gallery-item:nth-child(5) {
  grid-column: span 4;
}
.rh-gallery-item:nth-child(6) {
  grid-column: span 5;
}
.rh-gallery-item::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, rgba(5, 14, 37, 0.86));
  pointer-events: none;
}
.rh-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.rh-gallery-expand {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(7, 25, 46, 0.46);
  color: #fff;
  font-size: 16px;
  backdrop-filter: blur(8px);
  transition: 250ms ease;
}
.rh-gallery-meta {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.rh-gallery-number {
  position: relative;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 700;
}
.rh-gallery-number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 22px;
  height: 2px;
  background: #23a8ef;
  border-radius: 2px;
}
.rh-gallery-meta strong {
  color: #fff;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.2;
}
.rh-gallery-item:hover img,
.rh-gallery-item:focus-visible img {
  transform: scale(1.055);
}
.rh-gallery-item:hover .rh-gallery-expand,
.rh-gallery-item:focus-visible .rh-gallery-expand {
  background: #fff;
  color: #0074b9;
  transform: rotate(8deg);
}
.rh-gallery-item:focus-visible {
  outline: 3px solid #21a840;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .rh-gallery-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rh-gallery-header p {
    max-width: 690px;
  }
  .rh-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 360px repeat(2, 280px);
  }
  .rh-gallery-item:nth-child(n) {
    grid-column: span 1;
  }
  .rh-gallery-item:first-child,
  .rh-gallery-item:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .rh-gallery-section {
    padding: 76px 0;
  }
  .rh-gallery-header {
    margin-bottom: 34px;
  }
  .rh-gallery-title {
    font-size: 38px;
  }
  .rh-gallery-header p {
    font-size: 15px;
  }
  .rh-gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rh-gallery-item {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .rh-gallery-item:first-child {
    aspect-ratio: 4 / 3;
  }
  .rh-gallery-meta {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .rh-gallery-expand {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-gallery-item img,
  .rh-gallery-expand {
    transition: none;
  }
}
/* Service Category Tab Buttons */
#serviceCategoryTabs {
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(35, 60, 153, 0.08);
  border: 1px solid #e2e8f5;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.service-tab-btn {
  background: transparent;
  color: #4a5568;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 8px 24px 8px 10px;
  font-weight: 700;
  font-size: 0.94rem;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
}

.service-tab-btn .btn-tab-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f4ff;
  color: #233c99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: all 0.35s ease;
  box-shadow: inset 0 0 0 1px rgba(35, 60, 153, 0.1);
}

.service-tab-btn:hover {
  background: #f4f7ff;
  color: #233c99;
  transform: translateY(-2px);
}

.service-tab-btn:hover .btn-tab-icon {
  background: #233c99;
  color: #ffffff;
  transform: rotate(6deg) scale(1.05);
}

.service-tab-btn.active {
  background: linear-gradient(135deg, #14a847 0%, #14a847 100%) !important;
  color: #ffffff !important;
  border-color: #21a840 !important;
  box-shadow: 0 8px 25px rgba(35, 60, 153, 0.3) !important;
  transform: translateY(-2px);
}

.service-tab-btn.active .btn-tab-icon {
  background: #ffffff !important;
  color: #233c99 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}
.rh-testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(0, 116, 185, 0.09), transparent 27%),
    #10204b;
}
.rh-testimonial-overlay {
  display: none;
}

.rh-testimonial-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-bottom: 48px;
}
.rh-testimonial-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}
.rh-testimonial-subtitle i {
  color: #21a840;
}
.rh-testimonial-title {
  max-width: 720px;
  color: white;
  margin-top: 10px;
  font-size: clamp(32px, 3.5vw, 42px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.06;
}
.rh-review-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 330px;
  padding: 16px 18px;
  border-bottom: 2px solid white;
  color: white;
  transition: 250ms ease;
}
.rh-review-link:hover {
  color: white;
  transform: translateX(4px);
}
.rh-review-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5f4fc;
  color: #0074b9;
  font-size: 19px;
}
.rh-review-link strong,
.rh-review-link small {
  display: block;
}
.rh-review-link strong {
  font-size: 15px;
  margin-bottom: 3px;
}
.rh-review-link small {
  color: white;
  font-size: 12px;
}
.rh-review-link > .fas {
  margin-left: auto;
}

.rh-testimonial-section .slick-list {
  padding: 14px 0 22px;
  margin: -14px -15px 0;
}
.rh-testimonial-section .slick-track {
  display: flex !important;
}
.rh-testimonial-section .slick-slide {
  height: auto;
  padding: 0 15px;
}
.rh-testimonial-section .slick-slide > div {
  height: 100%;
}
.rh-testimonial-section .slick-slide > div > div {
  height: 100%;
}

.rh-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  height: 100%;
  overflow: hidden;
  padding: 36px 34px 30px;
  background: #fff;
  border: 1px solid rgba(16, 32, 75, 0.1);
  border-top: 4px solid #0074b9;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(16, 32, 75, 0.1);
  transition:
    transform 350ms ease,
    box-shadow 350ms ease;
}
.rh-testimonial-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 52px rgba(16, 32, 75, 0.16);
}
.rh-quote {
  position: absolute;
  right: 28px;
  top: 22px;
  color: #e9f1f7;
  font-size: 64px;
  line-height: 1;
}
.rh-stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4px;
  color: #f5ad17;
  font-size: 15px;
  margin-bottom: -28px;
}
.rh-testimonial-card p {
  position: relative;
  z-index: 1;
  flex: 1;
  color: #33415c;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px !important;
}
.rh-user {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #e3eaf1;
}
.rh-user h5 {
  color: #10204b;
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 4px;
}
.rh-user span {
  color: #0074b9;
  font-size: 13px;
}
.rh-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border: 0;
  border-radius: 50%;
  background: #e8f5fc;
  color: #0074b9;
  font-size: 20px;
  font-weight: 800;
  box-shadow: none;
  transition: 250ms ease;
}
.rh-testimonial-card:hover .rh-avatar {
  background: #0074b9;
  color: #fff;
  transform: none;
}

.rh-testimonial-section
  .slick-slide[data-slick-index="1"]
  .rh-testimonial-card {
  background: #102f63;
  border-color: #102f63;
  border-top-color: #21a840;
}
.rh-testimonial-section .slick-slide[data-slick-index="1"] .rh-quote {
  color: rgba(255, 255, 255, 0.13);
}
.rh-testimonial-section
  .slick-slide[data-slick-index="1"]
  .rh-testimonial-card
  p,
.rh-testimonial-section .slick-slide[data-slick-index="1"] .rh-user h5 {
  color: #fff;
}
.rh-testimonial-section .slick-slide[data-slick-index="1"] .rh-user {
  border-top-color: rgba(255, 255, 255, 0.18);
}
.rh-testimonial-section .slick-slide[data-slick-index="1"] .rh-user span {
  color: #b9dcf2;
}
.rh-testimonial-section .slick-slide[data-slick-index="1"] .rh-avatar {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.rh-testimonial-section .slick-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #d7e2ec;
  border-radius: 50%;
  background: #fff;
  color: #10204b;
  box-shadow: 0 10px 25px rgba(16, 32, 75, 0.12);
  transition: 250ms ease;
}
.rh-testimonial-section .slick-arrow:hover {
  background: #0074b9;
  border-color: #0074b9;
  color: #fff;
}
.rh-testimonial-section .slick-dots li button {
  background: #c5d4e0;
}
.rh-testimonial-section .slick-dots li.slick-active button {
  background: #0074b9;
}

@media (max-width: 991px) {
  .rh-testimonial-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .rh-review-link {
    min-width: 0;
    max-width: 360px;
    padding-left: 0;
  }
  .rh-testimonial-card {
    min-height: 410px;
    padding: 32px 28px 28px;
  }
}

@media (max-width: 767px) {
  .rh-testimonial-section {
    padding: 76px 0;
  }
  .rh-testimonial-title {
    font-size: 38px;
  }
  .rh-review-link {
    width: 100%;
  }
  .rh-testimonial-card {
    min-height: 390px;
    padding: 30px 24px 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-testimonial-card,
  .rh-review-link,
  .rh-avatar {
    transition: none;
  }
}
.treatment-process-section {
  position: relative;
  background: linear-gradient(135deg, #1b2f7f 0%, #233c99 100%);
  overflow: hidden;
  color: #fff;
}

.treatment-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 255, 255, 0.08),
    transparent 40%
  );
}

.treatment-process-section .container {
  position: relative;
  z-index: 2;
}

.section-title .sub-title {
  color: #8fc6ff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.section-title h2 {
  color: #fff;
  margin-bottom: 15px;
}

.section-title p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 700px;
  margin: auto;
}

.process-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

.process-wrapper::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 12%;
  width: 76%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.process-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 25px 25px;
  text-align: center;
  transition: 0.35s;
}

.process-card:hover {
  transform: translateY(-10px);
  background: #fff;
  color: #233c99;
}

.process-number {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 42px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.08);
}

.process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #fff;
  color: #233c99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.process-card h4 {
  color: inherit;
  margin-bottom: 12px;
}

.process-card p {
  color: inherit;
  opacity: 0.8;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .process-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-wrapper::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .process-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-section-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-section-two::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(35, 60, 153, 0.92),
    rgba(35, 60, 153, 0.75)
  );
  z-index: -1;
}

.team-section-two > * {
  position: relative;
  z-index: 2;
}
.hospital-cta-section {
  position: relative;
  overflow: hidden;
}

.hospital-cta-bg {
  width: 100%;
  padding: 90px 0;

  background: linear-gradient(135deg, #233c99, #3157d6);

  position: relative;

  overflow: hidden;
}

.hospital-cta-bg::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  top: -180px;
  right: -120px;
}

.hospital-cta-bg::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: -120px;
  left: -100px;
}

.hospital-cta-content {
  position: relative;
  z-index: 2;
}

.hospital-cta-subtitle {
  color: #bfd8ff;
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-block;
}

.hospital-cta-content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hospital-cta-content p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin-bottom: 0;
}

.hospital-cta-content .vs-btn {
  min-width: 200px;
}

.hospital-cta-content .style1 {
  background: #fff;
  color: #233c99;
}

.hospital-cta-content .style1:hover {
  background: #102770;
  color: #fff;
}

@media (max-width: 991px) {
  .hospital-cta-bg {
    padding: 70px 0;
    text-align: center;
  }

  .hospital-cta-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .hospital-cta-bg {
    padding: 60px 0;
  }

  .hospital-cta-content h2 {
    font-size: 28px;
  }

  .hospital-cta-content .vs-btn {
    width: 100%;
    margin: 8px 0;
  }
}

/* Service Circle Cards Styling */
.service-circle-card {
  border-radius: 20px !important;
  border: 1px solid rgba(35, 60, 153, 0.12) !important;
  box-shadow: 0 6px 16px rgba(35, 60, 153, 0.06) !important;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.service-circle-card:hover {
  border-radius: 24px !important;
  border-color: #233c99 !important;
  transform: translateY(-7px) scale(1.02);
  box-shadow: 0 12px 28px rgba(35, 60, 153, 0.16) !important;
}

.service-circle-card .icon-circle {
  border-radius: 50% !important;
  transition: all 0.35s ease;
}

.service-circle-card:hover .icon-circle {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(35, 60, 153, 0.25) !important;
}
/* Modern FAQ Section */
.rh-faq-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 116, 185, 0.08), transparent 30%),
    #fff;
}
.rh-faq-header {
  margin-bottom: 48px;
  text-align: center;
}
.rh-faq-subtitle {
  display: inline-block;
  color: #14a847;
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.rh-faq-header h2 {
  color: #10204b;
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin-bottom: 18px;
}
.rh-faq-header p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
.rh-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr);
  align-items: stretch;
  gap: 46px;
}

.faq-modern-accordion.vs-accordion.two {
  margin: 0;
}
.faq-modern-accordion.vs-accordion.two .accordion-item {
  overflow: hidden;
  margin: 0 0 12px;
  padding: 0;
  background: #fff;
  border: 1px solid #dfe8f1;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(16, 32, 75, 0.05);
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    background 250ms ease;
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: #f2f9fd;
  border-color: rgba(0, 116, 185, 0.38);
  border-left: 4px solid #0074b9;
  box-shadow: 0 14px 34px rgba(0, 116, 185, 0.1);
}
.faq-modern-accordion.vs-accordion.two .accordion-header {
  margin: 0;
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item
  .accordion-header
  .accordion-button {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 82px;
  padding: 18px 20px;
  background: transparent;
  color: #10204b;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}
.faq-modern-accordion.vs-accordion.two .accordion-button::before {
  display: none;
}
.faq-modern-accordion.vs-accordion.two .accordion-button::after {
  content: "−";
  grid-column: 3;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 50%;
  background: #0074b9;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  background-image: none;
  transform: none;
}
.faq-modern-accordion.vs-accordion.two .accordion-button.collapsed::after {
  content: "+";
  background: #fff;
  color: #10204b;
  border: 1px solid #cedae5;
}
.faq-modern-accordion .rh-faq-number {
  color: #0074b9;
  font-size: 19px;
  font-weight: 800;
  border-right: 1px solid #d8e2eb;
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 0 76px 24px 90px;
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item
  .accordion-collapse
  .accordion-body
  p {
  color: #556177;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}
.faq-modern-accordion .accordion-button:focus-visible {
  outline: 3px solid rgba(33, 168, 64, 0.5);
  outline-offset: -3px;
}

.rh-faq-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 24px;
}
.rh-faq-visual > img {
  width: 100%;
  height: 90%;
  min-height: 490px !important;
  object-fit: cover;
}
.rh-faq-help-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 17px;
  box-shadow: 0 16px 40px rgba(16, 32, 75, 0.2);
}
.rh-faq-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e7f4fc;
  color: #0074b9;
  font-size: 19px;
}
.rh-faq-help-card small,
.rh-faq-help-card a,
.rh-faq-help-card strong {
  display: block;
}
.rh-faq-help-card small {
  color: #67738a;
  font-size: 13px;
  margin-bottom: 2px;
}
.rh-faq-help-card a {
  color: #10204b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.rh-faq-help-card a:hover {
  color: #0074b9;
}
.rh-faq-help-card strong {
  color: #21a840;
  font-size: 12px;
  margin-top: 5px;
}
.rh-faq-help-card strong i {
  font-size: 7px;
  vertical-align: 2px;
  margin-right: 4px;
}

@media (max-width: 991px) {
  .rh-faq-layout {
    grid-template-columns: 1fr;
  }
  .rh-faq-visual,
  .rh-faq-visual > img {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .rh-faq-section {
    padding: 76px 0;
  }
  .rh-faq-header {
    margin-bottom: 34px;
  }
  .rh-faq-header h2 {
    font-size: 38px;
  }
  .rh-faq-header p {
    font-size: 15px;
  }
  .rh-faq-layout {
    gap: 30px;
  }
  .faq-modern-accordion.vs-accordion.two
    .accordion-item
    .accordion-header
    .accordion-button {
    grid-template-columns: 38px minmax(0, 1fr) 34px;
    gap: 10px;
    min-height: 74px;
    padding: 15px 13px;
    font-size: 15px;
  }
  .faq-modern-accordion.vs-accordion.two .accordion-button::after {
    width: 32px;
    height: 32px;
    font-size: 19px;
  }
  .faq-modern-accordion .rh-faq-number {
    font-size: 15px;
  }
  .faq-modern-accordion.vs-accordion.two
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 0 17px 20px 61px;
  }
  .rh-faq-visual,
  .rh-faq-visual > img {
    min-height: 430px;
  }
  .rh-faq-help-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }
  .rh-faq-help-card a {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-modern-accordion.vs-accordion.two .accordion-item {
    transition: none;
  }
}
/* FAQ alignment corrections */
.rh-faq-layout {
  align-items: start;
}
.faq-modern-accordion.vs-accordion.two {
  width: 100%;
  max-width: none;
  padding: 0;
}
.faq-modern-accordion.vs-accordion.two .accordion-item {
  width: 100%;
  box-sizing: border-box;
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-left: 1px solid rgba(0, 116, 185, 0.38);
  box-shadow:
    inset 4px 0 0 #0074b9,
    0 14px 34px rgba(0, 116, 185, 0.1);
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item
  .accordion-header
  .accordion-button {
  position: relative;
  box-sizing: border-box;
  justify-content: initial;
  margin: 0;
}
.faq-modern-accordion .rh-faq-number {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 52px;
  box-sizing: border-box;
}
.faq-modern-accordion.vs-accordion.two
  .accordion-item
  .accordion-collapse
  .accordion-body {
  box-sizing: border-box;
  padding-left: 88px;
  padding-right: 78px;
}
.rh-faq-visual {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.rh-faq-visual > img {
  display: block;
  min-height: 590px;
}

@media (max-width: 991px) {
  .rh-faq-visual {
    height: 500px;
  }
  .rh-faq-visual > img {
    min-height: 0;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .faq-modern-accordion .rh-faq-number {
    width: 38px;
  }
  .faq-modern-accordion.vs-accordion.two
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding-left: 61px;
    padding-right: 17px;
  }
  .rh-faq-visual {
    height: 430px;
  }
}
/* Neutralize legacy absolute FAQ positioning */
.rh-faq-layout > .faq-modern-accordion.vs-accordion.two {
  position: static;
  inset: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: 0;
  height: auto;
  z-index: auto;
}
.rh-faq-layout > .rh-faq-visual {
  position: relative;
  grid-column: 2;
  min-width: 0;
}
@media (max-width: 991px) {
  .rh-faq-layout > .rh-faq-visual {
    grid-column: 1;
  }
}
.app-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.app-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  padding: 70px;
  border-radius: 35px;
  overflow: hidden;

  background: #203c8d;
  background: linear-gradient(135deg, #24428f, #173579);
}

/* Decorative background */

.app-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 25% 20%,
      rgba(255, 255, 255, 0.05) 0 50px,
      transparent 52px
    ),
    radial-gradient(
      circle at 45% 12%,
      rgba(255, 255, 255, 0.05) 0 60px,
      transparent 62px
    ),
    radial-gradient(
      circle at 70% 18%,
      rgba(255, 255, 255, 0.05) 0 55px,
      transparent 57px
    );
  pointer-events: none;
}

.app-wrapper::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  top: -130px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.app-left,
.app-right {
  position: relative;
  z-index: 2;
}

.app-left {
  flex: 1;
  max-width: 620px;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 100px;
  background: #fff;
  color: #173579;
  font-weight: 600;
  margin-bottom: 35px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2c74ff;
}

.app-left h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 25px;
}

.app-left p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 22px;
  line-height: 1.8;
}

.app-right {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;

  padding: 30px;
  border-radius: 24px;

  color: #fff;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  transition: 0.35s;
}

.service-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.14);
}

.icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 30px;
}

.service-card h4 {
  flex: 1;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.arrow {
  font-size: 26px;
}

/* Tablet */

@media (max-width: 1199px) {
  .app-wrapper {
    padding: 55px;
    gap: 50px;
  }

  .app-left h2 {
    font-size: 48px;
  }

  .app-left p {
    font-size: 18px;
  }

  .app-right {
    width: 430px;
  }

  .service-card {
    padding: 24px;
  }

  .service-card h4 {
    font-size: 22px;
  }
}

/* Mobile */

@media (max-width: 991px) {
  .app-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 45px 30px;
  }

  .app-left {
    max-width: 100%;
  }

  .app-left h2 {
    font-size: 42px;
  }

  .app-left p {
    font-size: 17px;
  }

  .app-right {
    width: 100%;
  }

  .service-card {
    text-align: left;
  }
}

/* Small Mobile */

@media (max-width: 576px) {
  .app-section {
    padding: 60px 0;
  }

  .app-wrapper {
    border-radius: 24px;
    padding: 30px 20px;
  }

  .app-left h2 {
    font-size: 34px;
  }

  .app-left p {
    font-size: 15px;
    line-height: 1.7;
  }

  .app-badge {
    font-size: 14px;
  }

  .service-card {
    gap: 15px;
    padding: 18px;
    border-radius: 18px;
  }

  .icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .arrow {
    font-size: 18px;
  }
}

/* ==========================================
   Doctor Section Slider Controls & Arrows
========================================== */
#doctors {
  position: relative;
}

#doctors .slick-list {
  padding: 10px 0;
}

/* Floating Side Slick Arrows */
#doctors .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  color: #0074b9;
  border: 1px solid rgba(0, 116, 185, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  outline: none;
}

#doctors .slick-arrow:hover {
  background: #0074b9;
  color: #ffffff;
  border-color: #0074b9;
  box-shadow: 0 12px 30px rgba(0, 116, 185, 0.4);
  transform: translateY(-50%) scale(1.1);
}

#doctors .slick-prev {
  left: -25px;
}

#doctors .slick-next {
  right: -25px;
}

/* Custom Bottom Navigation Buttons */
.doctor-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.doctor-slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: #0074b9;
  border: 1px solid rgba(0, 116, 185, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.doctor-slider-btn:hover {
  background: #0074b9;
  color: #ffffff;
  border-color: #0074b9;
  box-shadow: 0 10px 25px rgba(0, 116, 185, 0.35);
  transform: translateY(-2px) scale(1.08);
}

.doctor-slider-btn:active {
  transform: translateY(0) scale(0.98);
}

/* Responsive adjustments */
@media (max-width: 1400px) {
  #doctors .slick-prev {
    left: -10px;
  }
  #doctors .slick-next {
    right: -10px;
  }
}

@media (max-width: 1200px) {
  #doctors .slick-prev {
    left: 5px;
  }
  #doctors .slick-next {
    right: 5px;
  }
}

@media (max-width: 768px) {
  #doctors .slick-arrow {
    display: none !important;
  }
  .doctor-slider-controls {
    margin-top: 20px;
  }
}

