﻿@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/css/fonts/irs/IRANSansWeb_Bold.eot");
  src:
    url("/css/fonts/irs/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/css/fonts/irs/IRANSansWeb_Bold.woff2") format("woff2"),
    url("/css/fonts/irs/IRANSansWeb_Bold.woff") format("woff"),
    url("/css/fonts/irs/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("/css/fonts/irs/IRANSansWeb_Medium.eot");
  src:
    url("/css/fonts/irs/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/css/fonts/irs/IRANSansWeb_Medium.woff2") format("woff2"),
    url("/css/fonts/irs/IRANSansWeb_Medium.woff") format("woff"),
    url("/css/fonts/irs/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("/css/fonts/irs/IRANSansWeb_Light.eot");
  src:
    url("/css/fonts/irs/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url("/css/fonts/irs/IRANSansWeb_Light.woff2") format("woff2"),
    url("/css/fonts/irs/IRANSansWeb_Light.woff") format("woff"),
    url("/css/fonts/irs/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("/css/fonts/irs/IRANSansWeb_UltraLight.eot");
  src:
    url("/css/fonts/irs/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("/css/fonts/irs/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("/css/fonts/irs/IRANSansWeb_UltraLight.woff") format("woff"),
    url("/css/fonts/irs/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/css/fonts/irs/IRANSansWeb.eot");
  src:
    url("/css/fonts/irs/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/irs/IRANSansWeb.woff2") format("woff2"),
    url("/css/fonts/irs/IRANSansWeb.woff") format("woff"),
    url("/css/fonts/irs/IRANSansWeb.ttf") format("truetype");
}
/* ==================================================
            DESIGN SYSTEM
         ================================================== */
:root {
  --primary: #792255;
  --primary-dark: #621a45;
  --primary-light: #f8eef4;
  --text: #333333;
  --muted: #6b7280;
  --radius: 18px;
}

/* ==================================================
            BODY
         ================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background: #f7f8fb;
  font-family: IRANSans;
  font-size: 14px;
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.9;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: IRANSans;
}

/* ==================================================
            LINKS
         ================================================== */
a {
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

/* ==================================================
            SECTIONS
         ================================================== */
.section {
  padding: 70px 0;
}

.section-sm {
  padding: 60px 0;
}

.section-sm-b30 {
  padding: 0 0 30px;
}

.quick-access-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}
footer-social > li:marker {
  background-color: transparent;
  color: transparent;
}
.quick-access-section > .container {
  position: relative;
  z-index: 1;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
  background: #f1a4d2;
  width: 37%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section-title h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-title p {
  color: var(--muted);
  font-size: 16px;
}

/* ==================================================
            CARDS
         ================================================== */
.card-shadow {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.news-small > div {
  padding: 22px;
}
/* ==================================================
            BUTTONS
         ================================================== */
.btn-brand {
  background: var(--primary);
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 12px 25px;
  font-weight: bold;
}

.btn-brand:hover {
  background: var(--primary-dark);
  color: #fff;
}

/* ==================================================
            FORMS
         ================================================== */
.form-control {
  border-radius: 10px;
  height: 50px;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.15rem rgba(121, 34, 85, 0.15);
}

/* ==================================================
            IMAGES
         ================================================== */
.placeholder-image {
  background: linear-gradient(135deg, #ececec, #f7f7f7);
  border-radius: 18px;
}

/* ==================================================
            COUNTERS
         ================================================== */
.counter-number {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary);
  line-height: 1;
}

/* ==================================================
            UTILITIES
         ================================================== */
.bg-primary-light {
  background: var(--primary-light);
}

.text-primary-brand {
  color: var(--primary);
}

.radius {
  border-radius: 18px;
}

/* ==================================================
            MOBILE
         ================================================== */
@media (max-width: 991px) {
  .section {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 28px;
  }
}

/* =========================================
         TOPBAR
         ========================================= */
.topbar {
  background: #792255;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}

.topbar a {
  color: #fff;
}

/* =========================================
         HEADER
         ========================================= */
.main-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.brand-box {
  display: flex;
  align-items: center;
}

.brand-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f8eef4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #792255;
}

.brand-info {
  margin-right: 15px;
}

.brand-info h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #792255;
}

.brand-info small {
  color: #888;
}

.main-menu a {
  display: inline-block;
  padding: 15px 12px;
  color: #444;
  font-size: 14px;
  padding-left: 0px;
}

.main-menu a:hover {
  color: #792255;
}

/* =========================================
         MEGA MENU
         ========================================= */
.has-mega {
  position: relative;
}

.mega-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 850px;
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.has-mega:hover .mega-menu {
  display: block;
}

.mega-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #792255;
}

.mega-menu a {
  display: block;
  padding: 8px 0;
}

/* =========================================
         MOBILE
         ========================================= */
.mobile-toggle {
  display: none;
  font-size: 30px;
  color: #792255;
  cursor: pointer;
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
  }

  .main-menu.is-open {
    display: flex;
  }

  .mobile-toggle {
    display: block;
  }
}

/* =========================================
         HERO
         ========================================= */
/*=========================================
HERO
=========================================*/
.hero {
  position: relative;
  overflow: hidden;
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 700px;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.35));
  z-index: 1;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  z-index: 2;
}

.hero-widget {
  max-width: 700px;
}

.hero-widget h1 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.hero-widget p {
  max-width: 650px;
  margin: 0 auto 35px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  line-height: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-widget .btn {
  min-width: 190px;
  padding: 14px 38px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
}

.carousel-indicators {
  display: none;
}

/*=========================================
ARROWS
=========================================*/

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 70px;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 5;
}

.hero .carousel-control-prev {
  left: -25px;
}

.hero .carousel-control-next {
  right: -25px;
}

.hero:hover .carousel-control-prev {
  left: 25px;
  opacity: 1;
}

.hero:hover .carousel-control-next {
  right: 25px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.35);
  background-size: 18px;
  transition: all 0.25s ease;
}

.hero .carousel-control-prev:hover .carousel-control-prev-icon,
.hero .carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(121, 34, 85, 0.95);
  transform: scale(1.08);
}

/*=========================================
RESPONSIVE
=========================================*/

@media (max-width: 991px) {
  .hero,
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item {
    height: 520px;
  }

  .hero-widget h1 {
    font-size: 38px;
  }

  .hero-widget p {
    font-size: 17px;
    line-height: 1.9;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    opacity: 1;
    width: 56px;
  }

  .hero .carousel-control-prev {
    left: 10px;
  }

  .hero .carousel-control-next {
    right: 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
}

@media (max-width: 575px) {
  .hero,
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item {
    height: 460px;
  }

  .hero-content {
    padding: 20px;
  }

  .hero-widget h1 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .hero-widget p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.9;
  }

  .hero-widget .btn {
    min-width: 170px;
    padding: 12px 28px;
    font-size: 15px;
  }

  .hero .carousel-control-prev {
    left: 8px;
  }

  .hero .carousel-control-next {
    right: 8px;
  }
}

/*=========================================
HERO ANIMATION
=========================================*/

.hero-widget h1,
.hero-widget p,
.hero-widget .btn {
  opacity: 0;
  transform: translateY(30px);
}

.carousel-item.active .hero-widget h1 {
  animation: heroFadeUp 0.8s ease forwards;
}

.carousel-item.active .hero-widget p {
  animation: heroFadeUp 0.8s ease 0.2s forwards;
}

.carousel-item.active .hero-widget .btn {
  animation: heroFadeUp 0.8s ease 0.4s forwards;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-widget h1,
  .hero-widget p,
  .hero-widget .btn {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

.carousel-item.active .hero-slide-image {
  animation: heroZoom 7s linear forwards;
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

/* =========================================
         SEARCH
         ========================================= */
.search-panel-wrapper {
  margin-top: -70px;
  position: relative;
  z-index: 10;
}

.search-panel {
  padding: 35px;
}

/* =========================================
         PATIENT JOURNEY
         ========================================= */
.journey-step {
  text-align: center;
  position: relative;
}

.step-circle {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: #792255;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.step-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* =========================================
         QUICK ACCESS
         ========================================= */
/* ========== بخش خدمات سریع ========== */
.quick-services {
  margin-top: -35px;
  /* کمتر */
  position: relative;
  z-index: 10;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px 16px;
  /* کمتر */
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  height: 100%;
  border-bottom: 5px solid transparent;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary);
}

.service-card .icon-circle {
  width: 74px;
  height: 74px;
  background: var(--primary-lighter);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 2rem;
  color: var(--primary);
  transition: 0.3s;
}

.service-card:hover .icon-circle {
  background: var(--primary-gradient);
  color: #fff;
  box-shadow: 0 8px 20px var(--primary-shadow);
}

.service-card h5 {
  font-weight: 700;
  color: #2c3e50;
  font-size: 1.2rem;
  /* بزرگتر */
}

.service-card p {
  font-size: 1rem;
  /* بزرگتر */
  color: #6a7a8a;
  margin-bottom: 0;
}

/* =========================================
         ABOUT
         ========================================= */
.about-image {
  height: 500px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ececec, #f8f8f8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
}

/* =========================================
         WHY US
         ========================================= */
.why-card {
  padding: 35px;
  text-align: center;
  height: 100%;
}

.why-card i {
  font-size: 52px;
  margin-bottom: 20px;
  color: #792255;
}

/* =========================================
         STATISTICS
         ========================================= */
.stat-card {
  padding: 40px;
  text-align: center;
  height: 100%;
}

.department-card {
  padding: 35px;
  text-align: center;
  height: 100%;
}

.department-card i {
  font-size: 48px;
  color: #792255;
  margin-bottom: 20px;
}

.facility-card {
  padding: 25px;
  height: 100%;
}

/* =========================================
         VIDEO
         ========================================= */
.video-box {
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #e5e7eb, #f8f8f8);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #792255;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 15px 35px rgba(121, 34, 85, 0.3);
}

/*======================================
NEWS
======================================*/
.news-section {
  padding: 25px 0 30px;
  background: #fafbfd;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 45px;
}

.section-header h2 {
  margin: 15px 0 0;
  font-size: 26px;
  font-weight: 700;
}

.news-featured {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  height: 594px;
}

.news-featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}

.news-thumb {
  position: relative;
  height: 310px;
  overflow: hidden;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.news-featured:hover img {
  transform: scale(1.05);
}

.news-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
}

.news-category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: #792255;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.news-content {
  padding: 32px;
  padding-bottom: 16px;
}

.news-meta {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
}

.news-meta i {
  color: #792255;
  margin-left: 6px;
}

.news-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
}

.news-content p {
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.news-link {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.news-link:hover {
  text-decoration: none;
  color: #5f1b44;
}

.news-small {
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
}

.news-small:hover {
  transform: translateX(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.news-small img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  flex-shrink: 0;
}

.news-small h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 12px 0;
}

.news-small p {
  font-size: 12px;
  color: #666;
  line-height: 1.9;
  margin: 0;
}

@media (max-width: 991px) {
  .news-thumb {
    height: 260px;
  }

  .news-small {
    flex-direction: column;
  }

  .news-small img {
    width: 100%;
    height: 220px;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* =========================================
         CTA
         ========================================= */
.cta-section {
  background: linear-gradient(135deg, #792255, #621a45);
  color: #fff;
  border-radius: 30px;
  padding: 70px;
  overflow: hidden;
}

/* =========================================
         FOOTER
         ========================================= */
.footer {
  color: #fff;
  padding: 90px 0 40px;
}

.footer-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer a {
  display: block;
  color: #d1d5db;
  padding: 6px 0;
}

.footer a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
         SOCIAL
         ========================================= */
.social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  margin-left: 8px;
  color: #fff;
}

/* =========================================
         BACK TO TOP
         ========================================= */
.back-top {
  position: fixed;
  left: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #792255;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.main-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 85px;
}

.logo {
  width: 110px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-menu a {
  position: relative;
  color: #555;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.main-menu a:hover {
  color: #792255;
}

.main-menu a:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #ddd;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-btn {
  text-decoration: none;
  color: #792255;
  font-weight: 600;
}

.phone {
  color: #792255;
  text-decoration: none;
  font-weight: bold;
}

.phone i {
  margin-left: 5px;
}

.mobile-toggle {
  display: none;
  font-size: 25px;
  cursor: pointer;
  color: #792255;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.mobile-toggle.is-active {
  background: #f8eef4;
  color: #792255;
}

@media (max-width: 992px) {
  .header-wrapper {
    height: 70px;
    position: relative;
  }

  .phone {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 18px 40px rgba(15, 40, 60, 0.12);
    padding: 10px 0;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 1000;
  }

  .main-menu.is-open {
    display: flex;
  }

  .main-menu > a,
  .main-menu .menu-dropdown-toggle {
    display: flex;
    width: 100%;
    padding: 12px 18px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
  }

  .main-menu > a:hover,
  .main-menu .menu-dropdown-toggle:hover {
    background: #f8eef4;
    color: #792255;
  }

  .main-menu a:not(:last-child)::after {
    display: none;
    content: none;
  }

  .main-menu .menu-dropdown {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
  }
}

.btn-outline-primary-custom {
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 14px 44px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.15rem;
  /* بزرگتر */
  background: transparent;
  transition: 0.3s;
}

.btn-outline-primary-custom:hover {
  background: var(--primary);
  color: #fff;
}

.logo {
  outline: none;
  border: none;
  border-radius: 20px;
  background: #fff;
  padding: 4px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.06);
}

.logo:hover,
.logo:focus,
.logo:active {
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.logo:hover {
  transform: translateY(-1px);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.05),
    0 16px 40px rgba(121, 34, 85, 0.1);
}

.logo img {
  display: block;
  border-radius: 14px;
}

.logo img {
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.logo:hover img {
  transform: scale(1.03);
}

.logo:focus img,
.logo:active img {
  outline: none;
  border: none;
  box-shadow: none;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: var(--primary);
  font-weight: 700;
  transition: all 0.25s ease;
}
.lang-btn:hover {
  color: #792255;
  background: #c35b981c;
}
.lang-btn i {
  font-size: 15px;
}

.service-card-bordered {
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.18);
  border-radius: 22px;
  padding: 32px 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.service-card-bordered::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #792255, #a63c79);
  opacity: 0.85;
}

.service-card-bordered .icon-circle {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #fbf5f8;
  border: 1px solid rgba(121, 34, 85, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-card-bordered h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  color: #3a3a3a;
}

.service-card-bordered:hover {
  border-color: #792255;
  box-shadow: 0 14px 36px rgba(121, 34, 85, 0.12);
}

.service-card-bordered:hover .icon-circle {
  background: #fff;
  border-color: #792255;
  transform: scale(1.05);
}

.about-section {
  padding: 55px 0;
  background: #fff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/files/3shaban/medical-pattern.svg");
  background-repeat: repeat;
  background-size: 180px 180px;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.about-section > .container {
  position: relative;
  z-index: 1;
}

.section-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-weight: 700;
  font-size: 20px;
}

.about-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #2b2b2b;
  line-height: 1.5;
}

.about-text {
  font-size: 15px;
  line-height: 2.2;
  color: #666;
  margin-bottom: 35px;
  text-align: justify;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.about-badge {
  position: absolute;
  left: -25px;
  bottom: 35px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #792255;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(121, 34, 85, 0.35);
}

.about-badge strong {
  font-size: 32px;
  line-height: 1;
}

.about-badge span {
  font-size: 15px;
  margin-top: 8px;
}

.about-features {
  margin-top: 10px;
}

.about-feature {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
}

.about-feature i {
  color: #792255;
  font-size: 20px;
  margin-left: 12px;
  width: 24px;
}

@media (max-width: 991px) {
  .about-section {
    padding: 70px 0;
  }

  .about-title {
    font-size: 32px;
  }

  .about-badge {
    width: 100px;
    height: 100px;
    left: 15px;
    bottom: 15px;
  }

  .about-badge strong {
    font-size: 28px;
  }
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 28px 0 36px;
}

.about-feature {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fbf8fa;
  border: 1px solid rgba(121, 34, 85, 0.12);
  border-radius: 14px;
  min-height: 62px;
  transition: 0.3s;
}

.about-feature i {
  width: 22px;
  font-size: 18px;
  color: #792255;
  margin-left: 12px;
}

.about-feature p {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  line-height: 1.8;
  margin-top: 0px !important;
}

.about-feature:hover {
  background: #fff;
  border-color: #792255;
  box-shadow: 0 10px 24px rgba(121, 34, 85, 0.1);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .about-features {
    grid-template-columns: 1fr;
  }
}

/*=========================================
DIAGNOSTIC
=========================================*/

.diagnostic-section {
  padding: 70px 0;
  background: #fff;
}

.doctor-section-heading {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-right: 20px;
}
.section-heading {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-size: 16px;
  font-weight: 700;
}

.section-title {
  margin: 18px 0 20px;
  font-size: 38px;
  font-weight: 700;
  color: #2b2b2b;
}

.section-description {
  margin: 0;
  color: #666;
  line-height: 2;
  font-size: 16px;
}

.diagnostic-feature {
  margin-bottom: 90px;
}

.diagnostic-feature:last-of-type {
  margin-bottom: 70px;
}
.m-top {
  margin-top: 40px;
}
.diagnostic-feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #f7f7f7;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
}

.diagnostic-feature-image img {
  display: block;
  width: 100%;
  height: 520px;
  /* object-fit:cover;*/
  transition: transform 0.7s ease;
}

.diagnostic-feature:hover .diagnostic-feature-image img {
  /* transform:scale(1.04);*/
}

.diagnostic-feature-content {
  padding: 20px 45px;
}

.diagnostic-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-size: 16px;
  font-weight: 700;
}

.diagnostic-feature-content h3 {
  margin-bottom: 22px;
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 700;
}

.diagnostic-feature-content p {
  margin-bottom: 30px;
  color: #666;
  font-size: 15px;
  line-height: 2.2;
  text-align: justify;
}

.diagnostic-list {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}

.diagnostic-list li {
  position: relative;
  padding-right: 28px;
  margin-bottom: 16px;
  color: #444;
  font-weight: 600;
}

.diagnostic-list li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #792255;
}

/*=========================================
SERVICE CARDS
=========================================*/

.diagnostic-services {
  margin-top: 20px;
}

.diagnostic-card {
  display: block;
  height: 100%;
  padding: 38px 30px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.diagnostic-card:hover {
  transform: translateY(-8px);
  border-color: #792255;
  box-shadow: 0 24px 50px rgba(121, 34, 85, 0.12);
  text-decoration: none;
}

.diagnostic-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #792255;
  box-shadow:
    0 0 0 8px rgba(121, 34, 85, 0.05),
    0 10px 28px rgba(121, 34, 85, 0.18);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.diagnostic-icon img,
.diagnostic-icon svg {
  width: 68px;
  height: 65px;
  display: block;
  border-radius: 10%;
}

.diagnostic-card:hover .diagnostic-icon {
  transform: scale(1.06);
  background: #fff;
  box-shadow:
    0 0 0 10px rgba(188, 55, 133, 0.21),
    0 14px 36px rgba(173, 46, 120, 0.28);
}

.diagnostic-card h4 {
  margin-bottom: 14px;
  color: #2b2b2b;
  font-size: 21px;
  font-weight: 700;
}

.diagnostic-card p {
  margin-bottom: 26px;
  color: #777;
  font-size: 14px;
  line-height: 1.9;
  min-height: 54px;
}

.diagnostic-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f8eef4;
  color: #792255;
  transition: all 0.3s ease;
}

.diagnostic-card:hover span {
  background: #792255;
  color: #fff;
}

.diagnostic-card span i {
  font-size: 18px;
}

/*=========================================
MORE BUTTON
=========================================*/

.diagnostic-more {
  margin-top: 20px;
  min-width: 220px;
  border-radius: 40px;
  transition: 0.3s;
}

.diagnostic-more i {
  margin-right: 10px;
  transition: 0.3s;
}

.diagnostic-more:hover i {
  transform: translateX(-4px);
}

/*=========================================
RESPONSIVE
=========================================*/

@media (max-width: 1199px) {
  .diagnostic-feature-image img {
    height: 440px;
  }

  .diagnostic-feature-content {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .diagnostic-section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 32px;
  }

  .diagnostic-feature {
    margin-bottom: 70px;
  }

  .diagnostic-feature-image {
    margin-bottom: 35px;
  }

  .diagnostic-feature-image img {
    height: 360px;
  }

  .diagnostic-feature-content {
    padding: 0;
  }

  .diagnostic-feature-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
  }

  .diagnostic-feature-image {
    border-radius: 20px;
  }

  .diagnostic-feature-image img {
    height: 260px;
  }

  .diagnostic-feature-content h3 {
    font-size: 24px;
  }

  .diagnostic-card {
    padding: 28px 20px;
  }

  .diagnostic-icon {
    width: 76px;
    height: 76px;
  }

  .diagnostic-icon img,
  .diagnostic-icon svg {
    width: 40px;
    height: 40px;
  }

  .diagnostic-card h4 {
    font-size: 19px;
  }
}

.diagnostic-feature:nth-child(odd) .diagnostic-feature-image {
  border-radius: 36px 0 0 36px;
}

.diagnostic-feature:nth-child(even) .diagnostic-feature-image {
  border-radius: 0 36px 36px 0;
}

/*==================================
Doctors
==================================*/

.doctor-section {
  background: #fafbfc;
  padding: 50px 0;
}
/*==================================================
Doctors
==================================================*/

.doctor-section {
  background: #fafbfd;
}

.doctor-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.15);
  border-radius: 24px;
  padding: 22px;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
}

.doctor-card:hover {
  text-decoration: none;
  transform: translateY(-6px);
  border-color: #792255;
  box-shadow: 0 20px 45px rgba(121, 34, 85, 0.16);
}

.doctor-photo {
  flex: 0 0 135px;
  margin-left: 25px;
}

.doctor-photo img {
  width: 135px;
  height: 165px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  display: block;
}

.doctor-info {
  flex: 1;
}

.doctor-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.doctor-info h3 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.7;
}

.doctor-speciality {
  color: #666;
  font-size: 15px;
  margin-bottom: 14px;
}

.doctor-speciality i {
  color: #792255;
  margin-left: 8px;
}

.doctor-info p {
  color: #777;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 18px;
}

.doctor-link {
  display: inline-flex;
  align-items: center;
  color: #792255;
  font-weight: 700;
  transition: 0.3s;
}

.doctor-link i {
  margin-right: 10px;
  transition: 0.3s;
}

.doctor-card:hover .doctor-link i {
  transform: translateX(-6px);
}

@media (max-width: 991px) {
  .doctor-card {
    flex-direction: column;
    text-align: center;
  }

  .doctor-photo {
    margin: 0 0 20px;
  }
}

/*==================================
INSURANCE
==================================*/

.insurance-section {
  background: #fff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 40px 0 !important;
}

.insurance-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/files/3shaban/medical-pattern.svg");
  background-repeat: repeat;
  background-size: 180px 180px;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.insurance-section > .container {
  position: relative;
  z-index: 1;
}

.insurance-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 50px;
}

.insurance-item {
  width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.08);
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: 0.35s;
  text-decoration: none;
}

.insurance-item img {
  max-width: 90%;
  max-height: 55px;
  filter: grayscale(100%);
  opacity: 0.45;
  transition: 0.35s;
}

.insurance-item:hover {
  transform: translateY(-6px);
  border-color: #792255;
  box-shadow: 0 16px 40px rgba(121, 34, 85, 0.12);
}

.insurance-item:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .insurance-list {
    justify-content: center;
  }

  .insurance-item {
    width: 130px;
    height: 80px;
  }
}

/*==================================
ARTICLES
==================================*/

.articles-section {
  background: #fafbfd;
  padding-top: 80px;
  padding-bottom: 90px;
}

.articles-section .section-header {
  margin-bottom: 40px;
  align-items: center;
}

.articles-section .section-tag {
  display: inline-block;
  margin-bottom: 8px;
}

.articles-section .section-header h2 {
  margin: 0;
}

.article-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(121, 34, 85, 0.06);
  box-shadow: 0 14px 36px rgba(15, 40, 60, 0.06);
  text-decoration: none;
  color: inherit;
  transition: 0.35s;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(121, 34, 85, 0.12);
  border-color: rgba(121, 34, 85, 0.16);
  text-decoration: none;
  color: inherit;
}

.article-thumb {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #f3f4f6;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.article-card:hover .article-thumb img {
  transform: scale(1.06);
}

.article-category {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #792255;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.article-body {
  padding: 24px 22px 26px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 12px;
  color: #8a94a6;
  font-size: 12px;
}

.article-meta i {
  margin-left: 5px;
  color: #792255;
}

.article-body h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #2b2b2b;
  transition: color 0.25s;
}

.article-card:hover .article-body h3 {
  color: #792255;
}

.article-body p {
  margin: 0 0 18px;
  color: #666;
  font-size: 13px;
  line-height: 1.9;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #792255;
  font-size: 13px;
  font-weight: 700;
}

.article-link i {
  transition: transform 0.25s;
}

.article-card:hover .article-link i {
  transform: translateX(-4px);
}

@media (max-width: 767px) {
  .articles-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .article-thumb {
    height: 190px;
  }
}

/*=========================================
FOOTER
=========================================*/

.footer {
}

.footer a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  text-decoration: none;
}

/*=========================================
FOOTER TOP
=========================================*/

.footer-top {
  padding: 70px 0;
  background: linear-gradient(180deg, #1b3040 0%, #162733 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/*=========================================
ACTION GRID
=========================================*/

.footer-action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.footer-action-card {
  display: flex;
  align-items: center;
  padding: 24px;
  min-height: 118px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s ease;
}

.footer-action-card:hover {
  background: #792255;
  border-color: #792255;
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(121, 34, 85, 0.3);
}

.footer-action-icon {
  width: 66px;
  height: 66px;
  margin-left: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.footer-action-card:hover .footer-action-icon {
  background: rgba(255, 255, 255, 0.15);
}

.footer-action-icon i {
  font-size: 28px;
  color: #fff;
}

.footer-action-content h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-action-content span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.footer-action-card:hover .footer-action-content span {
  color: #fff;
}

/*=========================================
MAP
=========================================*/

.footer-map {
  height: 100%;
  min-height: 255px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 255px;
  border: 0;
}

/*=========================================
MAIN FOOTER
=========================================*/

.footer-main {
  padding: 80px 0 60px;
}

.footer-brand {
  padding-left: 35px;
}

.footer-brand img {
  max-height: 90px;
  margin-bottom: 28px;
}

.footer-brand h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.footer-brand p {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 2.2;
}

/*=========================================
SOCIAL
=========================================*/

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #792255;
  border-color: #792255;
  transform: translateY(-4px);
}

/*=========================================
FOOTER WIDGET
=========================================*/

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h4 {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer-widget h4:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 10px;
  background: #792255;
}

.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul li {
  margin-bottom: 14px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  transition: all 0.3s ease;
}

.footer-widget ul li a:hover {
  color: #fff;
  padding-right: 8px;
}

/*=========================================
CONTACT
=========================================*/

.footer-contact li {
  display: flex;
  align-items: flex-start;
}

.footer-contact i {
  width: 40px;
  height: 40px;
  margin-left: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
  font-size: 15px;
}

/*=========================================
BOTTOM
=========================================*/

.footer-bottom {
  padding: 22px 0;
  background: #12212c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.footer-bottom-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.footer-bottom-links span {
  color: rgba(255, 255, 255, 0.2);
}

/*=========================================
RESPONSIVE
=========================================*/

@media (max-width: 1199px) {
  .footer-brand {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .footer-top {
    padding: 55px 0;
  }

  .footer-action-grid {
    margin-bottom: 35px;
  }

  .footer-map {
    min-height: 320px;
  }

  .footer-main {
    padding: 60px 0 45px;
  }

  .footer-brand {
    margin-bottom: 45px;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-widget {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: 70px;
  }

  .footer-top {
    padding: 45px 0;
  }

  .footer-action-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-action-card {
    min-height: 95px;
    padding: 18px;
  }

  .footer-action-icon {
    width: 54px;
    height: 54px;
    margin-left: 14px;
  }

  .footer-action-icon i {
    font-size: 22px;
  }

  .footer-action-content h4 {
    font-size: 16px;
  }

  .footer-action-content span {
    font-size: 13px;
  }

  .footer-map {
    min-height: 250px;
    border-radius: 18px;
  }

  .footer-brand img {
    max-height: 72px;
  }

  .footer-brand h3 {
    font-size: 24px;
  }

  .footer-widget h4 {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    margin-top: 12px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-main {
    padding: 45px 0 30px;
  }

  .footer-brand p {
    font-size: 14px;
  }

  .footer-contact span {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 18px 0;
  }

  .footer-bottom p,
  .footer-bottom-links a {
    font-size: 13px;
  }
}

/*=========================================
FOOTER TOP
=========================================*/

.footer-top {
  padding: 70px 0;
  background: #1b3040;
}

.footer-contact-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-contact-box h3 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.footer-contact-box h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: #792255;
}

.footer-contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-box li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-box li:last-child {
  border-bottom: 0;
}

.footer-contact-box strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.footer-contact-box span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
  font-size: 16px;
}

/*=========================================
MAP
=========================================*/

.footer-map {
  overflow: hidden;
  height: 100%;
  min-height: 260px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  display: block;
  border-radius: 22px;
}

@media (max-width: 991px) {
  .footer-top {
    padding: 50px 0;
  }

  .footer-contact-box {
    margin-bottom: 35px;
  }

  .footer-map,
  .footer-map iframe {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .footer-contact-box h3 {
    font-size: 24px;
  }

  .footer-contact-box span {
    font-size: 15px;
  }
}

/* ========== Submenu — بخش‌ها ========== */

.main-menu .menu-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: -16px;
}

.main-menu .menu-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.main-menu .menu-dropdown-toggle .fa {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.main-menu .menu-dropdown:hover .menu-dropdown-toggle .fa,
.main-menu .menu-dropdown.is-open .menu-dropdown-toggle .fa {
  transform: rotate(180deg);
}

.main-menu .menu-dropdown-panel {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: auto;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 40, 60, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px 8px;
  z-index: 1000;
  overflow: visible;
}

.main-menu .menu-dropdown-panel::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 28px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(-45deg);
}

.main-menu .menu-dropdown:hover .menu-dropdown-panel,
.main-menu .menu-dropdown.is-open .menu-dropdown-panel {
  display: grid;
}

.main-menu .menu-dropdown-col {
  position: relative;
  padding: 4px 14px;
}

.main-menu .menu-dropdown-col + .menu-dropdown-col {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.main-menu .menu-dropdown-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #792255;
  margin-bottom: 10px;
  padding: 0 8px 8px;
  border-bottom: 1px solid rgba(121, 34, 85, 0.12);
}

.main-menu .menu-dropdown-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 500;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.main-menu .menu-dropdown-panel a::after {
  display: none !important;
  content: none !important;
}

.main-menu .menu-dropdown-panel a:hover {
  background: rgba(121, 34, 85, 0.08);
  color: #792255;
}

.main-menu .menu-flyout {
  position: relative;
}

.main-menu .menu-flyout-toggle .fa {
  font-size: 11px;
  margin-right: 8px;
  color: #792255;
}

.main-menu .menu-flyout-panel {
  position: absolute;
  top: 0;
  left: auto;
  right: calc(100% + 6px);
  min-width: 170px;
  display: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15, 40, 60, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 8px;
  z-index: 1001;
}

/* Bridge so hover doesn't drop between item and flyout */
.main-menu .menu-flyout-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 10px;
}

.main-menu .menu-flyout:hover > .menu-flyout-panel,
.main-menu .menu-flyout.is-open > .menu-flyout-panel {
  display: block;
}

.main-menu .menu-flyout:hover > .menu-flyout-toggle,
.main-menu .menu-flyout.is-open > .menu-flyout-toggle {
  background: rgba(121, 34, 85, 0.08);
  color: #792255;
}

.main-menu .menu-flyout-panel a {
  display: block;
}

@media (max-width: 992px) {
  .main-menu .menu-dropdown {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .main-menu .menu-dropdown-panel {
    position: static;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 8px 0 8px 12px;
    margin-top: 4px;
    background: transparent;
  }

  .main-menu .menu-dropdown-panel::before {
    display: none;
  }

  .main-menu .menu-dropdown:hover .menu-dropdown-panel {
    display: none;
  }

  .main-menu .menu-dropdown.is-open .menu-dropdown-panel {
    display: grid;
  }

  .main-menu .menu-dropdown-col + .menu-dropdown-col {
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 8px;
    padding-top: 12px;
  }

  .main-menu .menu-flyout-panel {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    padding: 4px 0 4px 12px;
    min-width: 0;
    background: transparent;
  }

  .main-menu .menu-flyout-panel::before {
    display: none;
  }

  .main-menu .menu-flyout:hover > .menu-flyout-panel {
    display: none;
  }

  .main-menu .menu-flyout.is-open > .menu-flyout-panel {
    display: block;
  }
}

/* ========== Doctors Directory Page ========== */

.doctors-page {
  padding: 40px 0 70px;
  background: #f7f8fb;
}

.doctors-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

.doctors-filter-box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(15, 40, 60, 0.06);
  padding: 22px 18px;
}

.doctors-filter-group {
  margin-bottom: 24px;
}

.doctors-filter-group h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
}

.doctors-filter-list {
  max-height: 280px;
  overflow-y: auto;
  padding-left: 4px;
}

.doctors-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  color: #444;
  font-weight: 500;
}

.doctors-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
  flex-shrink: 0;
}

.doctors-check-inline {
  margin-bottom: 0;
  margin-left: 14px;
}

.doctors-clear-btn {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;
  transition: 0.25s;
}

.doctors-clear-btn:hover {
  background: var(--primary);
  color: #fff;
}

.doctors-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.doctors-toolbar h1 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.doctors-search {
  position: relative;
  flex: 1;
  min-width: 240px;
  max-width: 360px;
}

.doctors-search input {
  width: 100%;
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 44px 0 16px;
  background: #fff;
  font-family: IRANSans;
  font-size: 13px;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.doctors-search input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(121, 34, 85, 0.1);
}

.doctors-search .fa {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.doctors-quick-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 4px;
  margin-bottom: 22px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.doctors-quick-label {
  font-weight: 700;
  color: var(--primary);
  margin-left: 10px;
  font-size: 13px;
}

.doctors-list {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 24px rgba(15, 40, 60, 0.05);
  overflow: hidden;
}

.doctor-item {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #eee;
}

.doctor-item:last-child {
  border-bottom: none;
}

.doctor-item-photo {
  width: 110px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
}

.doctor-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.doctor-item-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--text);
}

.doctor-item-specialty {
  margin: 0 0 4px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.doctor-item-code {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
}

.doctor-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.doctor-item-tags span {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

.doctor-item-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-width: 170px;
}

.doctor-btn-primary {
  background: var(--primary-light);
  color: var(--primary-dark);
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: 0.25s;
}

.doctor-btn-primary:hover {
  background: var(--primary);
  color: #fff;
}

.doctor-btn-secondary {
  background: #f0f1f3;
  color: #444;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: 0.25s;
}

.doctor-btn-secondary:hover {
  background: #e4e5e8;
  color: var(--text);
}

.doctor-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 0;
}

.doctor-share:hover {
  color: var(--primary);
}

/* Share modal */
.share-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.share-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.share-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 39, 51, 0.45);
}

.share-modal-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px 24px;
  box-shadow: 0 24px 60px rgba(15, 40, 60, 0.2);
  transform: translateY(12px);
  transition: transform 0.25s ease;
}

.share-modal.is-open .share-modal-box {
  transform: translateY(0);
}

.share-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.share-modal-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}

.share-modal-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: #f3f4f6;
  color: #555;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.share-modal-close:hover {
  background: var(--primary-light);
  color: var(--primary);
}

.share-modal-doctor {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.share-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.share-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  border-radius: 14px;
  border: 1px solid #eee;
  background: #fafbfd;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  transition: 0.25s;
}

.share-option:hover {
  text-decoration: none;
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 40, 60, 0.08);
}

.share-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.share-bale .share-icon {
  background: #00a3e0;
}

.share-rubika .share-icon {
  background: #cd1c5d;
}

.share-telegram .share-icon {
  background: #2aabee;
}

.share-whatsapp .share-icon {
  background: #25d366;
}

.share-option:hover {
  border-color: rgba(121, 34, 85, 0.2);
}

body.share-modal-open {
  overflow: hidden;
}

.doctors-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.doctors-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.doctors-pagination .page-num,
.doctors-pagination .page-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #555;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  font-family: IRANSans;
  transition: 0.2s;
  padding: 0;
}

.doctors-pagination .page-num:hover,
.doctors-pagination .page-arrow:hover:not(:disabled) {
  border-color: var(--primary);
  color: var(--primary);
}

.doctors-pagination .page-num.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.doctors-pagination .page-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 991px) {
  .doctors-layout {
    grid-template-columns: 1fr;
  }

  .doctors-sidebar {
    order: -1;
  }

  .doctors-filter-list {
    max-height: 180px;
  }

  .doctor-item {
    grid-template-columns: 90px 1fr;
    gap: 16px;
  }

  .doctor-item-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }

  .doctor-btn-primary,
  .doctor-btn-secondary {
    flex: 1;
    min-width: 140px;
  }

  .doctor-item-photo {
    width: 90px;
    height: 115px;
  }

  .doctors-toolbar h1 {
    font-size: 18px;
  }

  .doctors-search {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .doctor-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .doctor-item-photo {
    width: 120px;
    height: 150px;
    margin: 0 auto;
  }

  .doctor-item-tags {
    justify-content: center;
  }

  .doctor-item-actions {
    flex-direction: column;
  }
}

/* ==========================================
   ABOUT PAGE
   ========================================== */

.about-page-hero {
  padding: 70px 0 90px;
  background: linear-gradient(135deg, #fafbfd 0%, #f8f4f7 45%, #fdfcfa 100%);
  position: relative;
  overflow: hidden;
}

.about-page-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(121, 34, 85, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.about-page-hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(121, 34, 85, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.about-page-hero > .container {
  position: relative;
  z-index: 1;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 14px;
  color: #8a94a6;
}

.about-breadcrumb a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.about-breadcrumb a:hover {
  color: var(--primary);
}

.about-breadcrumb .fa-home {
  margin-left: 4px;
}

.about-breadcrumb .active {
  color: var(--primary);
  font-weight: 700;
}

.about-page-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.65;
  color: #2b2b2b;
  margin: 0 0 24px;
}

.about-page-accent {
  display: block;
  color: var(--primary);
  margin-top: 6px;
}

.about-page-lead {
  font-size: 16px;
  line-height: 2.1;
  color: #666;
  margin-bottom: 22px;
  text-align: justify;
}

.about-page-quote {
  margin: 0;
  padding: 20px 24px;
  border-right: 4px solid var(--primary);
  background: rgba(121, 34, 85, 0.06);
  border-radius: 14px 0 0 14px;
  font-size: 16px;
  line-height: 2;
  color: #444;
  font-weight: 600;
}

.about-page-media img {
  width: 100%;
  border-radius: 48px;
  box-shadow: 0 28px 70px rgba(15, 40, 60, 0.14);
  object-fit: cover;
  min-height: 360px;
}

.about-fade-in {
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.about-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-fade-delay {
  transition-delay: 0.15s;
}

@media (max-width: 991px) {
  .about-page-hero {
    padding: 50px 0 70px;
  }

  .about-page-title {
    font-size: 26px;
  }

  .about-page-accent {
    display: inline;
  }

  .about-page-media {
    margin-top: 10px;
  }

  .about-page-media img {
    border-radius: 32px;
    min-height: 280px;
  }
}

@media (max-width: 575px) {
  .about-page-title {
    font-size: 22px;
  }

  .about-page-lead,
  .about-page-quote {
    font-size: 14px;
  }
}

/* ==========================================
   ABOUT — STORY STACK CARDS
   ========================================== */

.story-stack-section {
  padding: 70px 0 0;
  background: #fafbfd;
}

.story-stack-header {
  text-align: center;
  margin-bottom: 40px;
}

.story-stack-header .section-tag {
  margin-bottom: 12px;
}

.story-stack-title {
  font-size: 30px;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0 0 10px;
  line-height: 1.6;
}

.story-stack-subtitle {
  margin: 0;
  color: #8a94a6;
  font-size: 14px;
}

.story-stack-scroll {
  height: 300vh;
  position: relative;
}

.story-stack-sticky {
  position: sticky;
  top: 88px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.story-stack-stage {
  position: relative;
  width: 100%;
  height: min(540px, calc(100vh - 180px));
  min-height: 420px;
  overflow: hidden;
}

.story-stack-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 40, 60, 0.14);
  border: 1px solid rgba(121, 34, 85, 0.08);
  isolation: isolate;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition:
    transform 0.08s linear,
    opacity 0.08s linear;
  pointer-events: none;
}

.story-stack-card.is-active {
  pointer-events: auto;
}

.story-card-1 {
  background: #fdf6f9;
}

.story-card-1 .story-card-body,
.story-card-1 .story-card-visual {
  background: #fdf6f9;
}

.story-card-2 {
  background: #f4f9fd;
}

.story-card-2 .story-card-body,
.story-card-2 .story-card-visual {
  background: #f4f9fd;
}

.story-card-3 {
  background: #f7fbf5;
}

.story-card-3 .story-card-body,
.story-card-3 .story-card-visual {
  background: #f7fbf5;
}

.story-card-body {
  padding: 42px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: inherit;
}

.story-card-step {
  display: inline-block;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(121, 34, 85, 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.story-card-body h3 {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.5;
}

.story-card-body p {
  margin: 0 0 14px;
  color: #555;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.story-card-body p:last-child {
  margin-bottom: 0;
}

.story-values-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.story-values-list li {
  position: relative;
  padding: 10px 22px 10px 0;
  border-bottom: 1px solid rgba(121, 34, 85, 0.08);
  color: #555;
  font-size: 13px;
  line-height: 1.9;
}

.story-values-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

.story-values-list li strong {
  color: var(--primary);
}

.story-card-footer-text {
  font-weight: 600;
  color: #444 !important;
}

.story-card-visual {
  position: relative;
  overflow: hidden;
  background: rgba(121, 34, 85, 0.04);
}

.story-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(121, 34, 85, 0.04) 0,
    rgba(121, 34, 85, 0.04) 2px,
    transparent 2px,
    transparent 14px
  );
  pointer-events: none;
  z-index: 1;
}

.story-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.story-stack-nav {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.story-stack-dots {
  display: flex;
  gap: 10px;
}

.story-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  padding: 0;
  cursor: default;
  transition:
    background 0.2s,
    transform 0.2s;
}

.story-dot.active {
  background: var(--primary);
  transform: scale(1.25);
}

.story-stack-progress {
  flex: 1;
  height: 4px;
  background: #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

.story-stack-progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--primary), #a04578);
  border-radius: 4px;
  transition: width 0.08s linear;
}

@media (max-width: 991px) {
  .story-stack-scroll {
    height: 280vh;
  }

  .story-stack-title {
    font-size: 24px;
  }

  .story-stack-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 220px;
  }

  .story-stack-stage {
    min-height: 560px;
    height: min(620px, calc(100vh - 140px));
  }

  .story-card-body {
    padding: 28px 24px;
  }

  .story-card-body h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .story-stack-section {
    padding-top: 50px;
  }

  .story-stack-scroll {
    height: 260vh;
  }

  .story-stack-sticky {
    top: 72px;
  }

  .story-stack-stage {
    min-height: 520px;
  }

  .story-card-body {
    padding: 22px 18px;
  }

  .story-card-body p,
  .story-values-list li {
    font-size: 12px;
    line-height: 1.85;
  }
}

/* ==========================================
   ABOUT — HOSPITAL DIRECTOR MESSAGE
   ========================================== */

.director-message-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #fafbfd 0%, #f8f4f7 50%, #fdfcfa 100%);
  position: relative;
  overflow: hidden;
}

.director-message-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/textures/medical-pattern.svg") repeat;
  opacity: 0.05;
  pointer-events: none;
}

.director-message-section > .container {
  position: relative;
  z-index: 1;
}

.director-photo-wrap {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}

.director-photo-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(121, 34, 85, 0.14);
  border: 4px solid #fff;
  background: #f8eef4;
}

.director-photo-frame img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 420px;
  object-fit: cover;
}

.director-photo-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  left: 24px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(121, 34, 85, 0.25);
}

.director-message-content {
  padding-right: 10px;
}

.director-message-title {
  font-size: 28px;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0 0 20px;
  line-height: 1.6;
}

.director-message-quote {
  margin: 0 0 22px;
  padding: 20px 24px;
  border-right: 4px solid var(--primary);
  background: rgba(121, 34, 85, 0.06);
  border-radius: 16px 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
  line-height: 2;
}

.director-message-text {
  margin: 0 0 24px;
  color: #555;
  font-size: 14px;
  line-height: 2.1;
  text-align: justify;
}

.director-signature {
  padding-top: 18px;
  border-top: 1px solid rgba(121, 34, 85, 0.12);
}

.director-signature strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 4px;
}

.director-signature span {
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .director-message-section {
    padding: 70px 0;
  }

  .director-message-title {
    font-size: 24px;
  }

  .director-message-quote {
    font-size: 15px;
  }

  .director-photo-frame img {
    min-height: 340px;
  }

  .director-message-content {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .director-message-section {
    padding: 60px 0;
  }

  .director-message-title {
    font-size: 22px;
  }

  .director-message-quote {
    padding: 16px 18px;
    font-size: 14px;
  }

  .director-photo-badge {
    font-size: 13px;
    padding: 8px 16px;
  }
}

/* ==========================================
   ABOUT — TEAM LEADERS
   ========================================== */

.team-leaders-section {
  padding: 90px 0 100px;
  background: #fff;
}

.team-leaders-header {
  text-align: center;
  margin-bottom: 48px;
}

.team-leaders-title {
  font-size: 30px;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0 0 10px;
  line-height: 1.6;
}

.team-leaders-subtitle {
  margin: 0;
  color: #8a94a6;
  font-size: 14px;
}

.team-leaders-grid {
  align-items: flex-end;
}

.team-leader-card {
  position: relative;
  height: 100%;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.team-leader-photo {
  display: block;
  background: #f3f5f8;
  border-radius: 24px 24px 0 0;
  padding: 24px 24px 0;
  overflow: hidden;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease;
  text-decoration: none;
}

.team-leader-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 18px 18px 0 0;
}

.team-leader-info {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 22px;
  margin: -42px 18px 0;
  padding: 26px 22px 22px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(15, 40, 60, 0.1);
  border: 1px solid rgba(121, 34, 85, 0.06);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.team-leader-info h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.5;
}

.team-leader-role {
  margin: 0 0 18px;
  color: #8a94a6;
  font-size: 14px;
  font-weight: 600;
}

.team-leader-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.team-leader-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fafbfd;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
  padding: 0;
  font-size: 15px;
}

.team-leader-icon:hover,
.team-leader-icon.is-active {
  border-color: var(--primary);
  background: var(--primary-light);
  color: var(--primary);
  transform: translateY(-2px);
}

.team-leader-contact-btn {
  width: 100%;
  border: 1px solid rgba(121, 34, 85, 0.2);
  background: #fff;
  color: var(--primary);
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}

.team-leader-contact-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.team-leader-card.is-featured,
.team-leader-card.is-hovered {
  transform: translateY(-10px);
}

.team-leader-card.is-featured .team-leader-photo,
.team-leader-card.is-hovered .team-leader-photo {
  background: linear-gradient(180deg, #fdf6f9 0%, #f4f9fd 100%);
  box-shadow: 0 20px 50px rgba(121, 34, 85, 0.1);
}

.team-leader-card.is-featured .team-leader-info,
.team-leader-card.is-hovered .team-leader-info {
  box-shadow: 0 24px 60px rgba(121, 34, 85, 0.14);
  transform: translateY(-2px);
}

.share-phone-icon {
  background: var(--primary);
}

.share-email-icon {
  background: #6b7280;
}

@media (max-width: 991px) {
  .team-leaders-section {
    padding: 70px 0 80px;
  }

  .team-leaders-title {
    font-size: 24px;
  }

  .team-leader-photo img {
    height: 260px;
  }

  .team-leader-card.is-featured {
    transform: none;
  }
}

@media (max-width: 575px) {
  .team-leaders-section {
    padding: 60px 0 70px;
  }

  .team-leader-photo img {
    height: 240px;
  }

  .team-leader-info {
    margin-inline: 10px;
    padding: 22px 16px 18px;
  }

  .team-leader-info h3 {
    font-size: 18px;
  }
}
/* ==========================================
   DOCTOR PROFILE PAGE
   ========================================== */

.doctor-profile-page {
  padding: 40px 0 90px;
  background: #fafbfd;
}

.dp-identity-card {
  background: #fff;
  border-radius: 24px;
  padding: 22px 24px 26px;
  box-shadow: 0 12px 36px rgba(15, 40, 60, 0.08);
  border: 1px solid rgba(121, 34, 85, 0.08);
  margin-bottom: 20px;
}

.dp-identity-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.dp-medical-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 30px;
  background: #f8eef4;
  color: #555;
  font-size: 13px;
}

.dp-medical-code i {
  color: var(--primary);
}

.dp-identity-body {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.dp-photo {
  flex: 0 0 120px;
}

.dp-photo img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f8eef4;
  box-shadow: 0 10px 28px rgba(121, 34, 85, 0.12);
  background: #f3f5f8;
}

.dp-identity-info {
  flex: 1;
  min-width: 0;
}

.dp-identity-info h1 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.5;
}

.dp-specialty {
  margin: 0 0 12px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

.dp-rating {
  margin-bottom: 16px;
  color: #f5b301;
  font-size: 15px;
}

.dp-rating-count {
  color: #8a94a6;
  font-size: 13px;
  margin-right: 6px;
}

.dp-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dp-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

.dp-meta-item i {
  color: var(--primary);
  margin-top: 4px;
  width: 16px;
  text-align: center;
}

.dp-bio-box {
  position: relative;
  background: #1f2430;
  color: #fff;
  border-radius: 22px;
  padding: 28px 28px 48px;
  margin-bottom: 28px;
  overflow: hidden;
}

.dp-bio-box p {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
  text-align: justify;
  max-height: 4.4em;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.dp-bio-box.is-expanded p {
  max-height: 600px;
}

.dp-bio-toggle {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #1f2430;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.2s;
}

.dp-bio-toggle:hover {
  background: var(--primary);
  color: #fff;
}

.dp-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0 0 18px;
}

.dp-contact-section {
  margin-bottom: 32px;
}

.dp-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 110px;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(15, 40, 60, 0.05);
  transition: 0.25s;
}

.dp-contact-card i {
  font-size: 22px;
  color: var(--primary);
}

.dp-contact-card:hover {
  text-decoration: none;
  color: var(--primary);
  border-color: rgba(121, 34, 85, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(121, 34, 85, 0.1);
}

.dp-reviews-section {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(121, 34, 85, 0.06);
  box-shadow: 0 10px 30px rgba(15, 40, 60, 0.05);
}

.dp-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.dp-review-btn {
  border: 1px solid rgba(121, 34, 85, 0.25);
  color: var(--primary);
  background: #fff;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
}

.dp-review-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.dp-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.dp-reviews-stars {
  color: #f5b301;
  font-size: 14px;
}

.dp-reviews-stars strong {
  color: #2b2b2b;
  margin: 0 4px;
}

.dp-recommend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 13px;
}

.dp-recommend i {
  color: var(--primary);
}

.dp-review-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.dp-review-avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f8eef4;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.dp-review-body {
  flex: 1;
  min-width: 0;
}

.dp-review-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}

.dp-review-top strong {
  color: #2b2b2b;
  font-size: 14px;
}

.dp-review-top span {
  color: #8a94a6;
  font-size: 12px;
}

.dp-review-stars {
  color: #f5b301;
  font-size: 12px;
  margin-bottom: 8px;
}

.dp-review-body p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.9;
}

.dp-more-reviews {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  border: none;
  background: transparent;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}

.dp-booking-card {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: 24px;
  padding: 22px 20px 24px;
  box-shadow: 0 16px 40px rgba(15, 40, 60, 0.1);
  border: 1px solid rgba(121, 34, 85, 0.08);
}

.dp-booking-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.dp-booking-label {
  display: block;
  font-size: 12px;
  color: #8a94a6;
  margin-bottom: 4px;
}

.dp-booking-head strong {
  font-size: 16px;
  color: #2b2b2b;
}

.dp-booking-today {
  font-size: 12px;
  color: var(--primary);
  font-weight: 700;
  background: #f8eef4;
  padding: 6px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.dp-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.dp-calendar-nav button {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fafbfd;
  color: #555;
  cursor: pointer;
}

.dp-calendar-nav button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.dp-calendar-nav span {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 14px;
}

.dp-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 12px;
  color: #8a94a6;
  font-weight: 700;
}

.dp-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 18px;
}

.dp-day {
  aspect-ratio: 1;
  border: none;
  background: transparent;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  padding: 0;
  transition: 0.2s;
}

.dp-day.is-empty {
  visibility: hidden;
  pointer-events: none;
}

.dp-day.is-disabled {
  color: #c9ced6;
  cursor: default;
}

.dp-day.is-today {
  box-shadow: inset 0 0 0 1px rgba(121, 34, 85, 0.35);
}

.dp-day.is-selected,
.dp-day:not(.is-disabled):hover {
  background: var(--primary);
  color: #fff;
}

.dp-slots-wrap h4 {
  font-size: 14px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0 0 12px;
}

.dp-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.dp-slot {
  border: 1px solid rgba(121, 34, 85, 0.3);
  background: #fff;
  color: var(--primary);
  border-radius: 12px;
  padding: 10px 4px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.dp-slot:hover:not(.is-disabled) {
  background: #f8eef4;
}

.dp-slot.is-selected {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.dp-slot.is-disabled {
  border-color: #e5e7eb;
  background: #f3f4f6;
  color: #b0b7c3;
  cursor: not-allowed;
}

.dp-book-btn {
  width: 100%;
  background: var(--primary);
  border: none;
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s;
}

.dp-book-btn:hover {
  background: #5f1a43;
  color: #fff;
}

.dp-book-hint {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: #8a94a6;
  line-height: 1.7;
}

.dp-review-form label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #444;
}

.dp-review-form input,
.dp-review-form select,
.dp-review-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  font-family: inherit;
  background: #fafbfd;
}

.dp-review-form textarea {
  resize: vertical;
}

@media (max-width: 991px) {
  .dp-booking-card {
    position: static;
    margin-top: 10px;
  }

  .dp-identity-info h1 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .doctor-profile-page {
    padding-top: 28px;
  }

  .dp-identity-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dp-meta-item {
    justify-content: center;
    text-align: right;
  }

  .dp-identity-top {
    justify-content: center;
  }

  .dp-slots {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================
   WARD PAGE — BLOK ZANAN
   ========================================== */

.ward-intro-section {
  padding: 40px 0 80px;
  background: #fafbfd;
}

.ward-fade-in {
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.ward-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ward-fade-delay {
  transition-delay: 0.12s;
}

.ward-intro-eyebrow {
  margin: 0 0 12px;
  color: #8a94a6;
  font-size: 14px;
  font-weight: 600;
}

.ward-intro-title {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.55;
}

.ward-intro-lead {
  margin: 0 0 28px;
  color: #555;
  font-size: 15px;
  line-height: 2.1;
  text-align: justify;
}

.ward-feature-cards {
  margin-bottom: 8px;
}

.ward-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 18px 16px;
  background: #f0f2f5;
  border-radius: 18px;
  border: 1px solid rgba(121, 34, 85, 0.06);
  transition: 0.25s;
}

.ward-feature-card:hover {
  background: #fff;
  border-color: rgba(121, 34, 85, 0.18);
  box-shadow: 0 12px 28px rgba(121, 34, 85, 0.08);
  transform: translateY(-3px);
}

a.ward-feature-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
}

.ward-feature-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ward-feature-icon img {
  display: block;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ward-feature-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--primary);
}

.ward-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
}

.ward-intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 30px;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
}

.ward-intro-btn:hover {
  background: #5f1a43;
  border-color: #5f1a43;
  color: #fff;
  text-decoration: none;
}

.ward-intro-btn-outline {
  background: #fff;
  color: var(--primary);
}

.ward-intro-btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.ward-collage {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 14px;
  align-items: stretch;
  min-height: 460px;
}

.ward-collage-tall {
  border-radius: 22px;
  overflow: hidden;
  background: #e8ecf1;
  box-shadow: 0 16px 40px rgba(15, 40, 60, 0.1);
  height: 100%;
}

.ward-collage-tall img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ward-collage-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}

.ward-collage-item {
  border-radius: 18px;
  overflow: hidden;
  background: #e8ecf1;
  box-shadow: 0 12px 30px rgba(15, 40, 60, 0.08);
}

.ward-collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ward-collage-wide {
  flex: 1.15;
  min-height: 140px;
}

.ward-collage-mid {
  flex: 0.7;
  min-height: 100px;
  max-width: 78%;
  margin-right: auto;
}

.ward-more-section {
  padding: 70px 0 90px;
  background: #fff;
}

.ward-delivery-header {
  max-width: 760px;
  margin: 0 auto 42px;
}

.ward-more-title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.6;
}

.ward-more-text {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 2.15;
}

.ward-service-cards {
  align-items: stretch;
}

.ward-service-card {
  position: relative;
  height: 100%;
  padding: 28px 24px 30px;
  background: #fafbfd;
  border: 1px solid rgba(121, 34, 85, 0.08);
  border-radius: 22px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.ward-service-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle at center,
    rgba(121, 34, 85, 0.14) 0%,
    transparent 68%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ward-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(121, 34, 85, 0.2);
  box-shadow: 0 18px 48px rgba(121, 34, 85, 0.12);
}

.ward-service-card:hover::before {
  opacity: 1;
}

.ward-service-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(121, 34, 85, 0.08);
  color: var(--primary);
  font-size: 18px;
}

.ward-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.6;
}

.ward-service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 2;
}

/* Water birth section */
.water-birth-section {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1520;
}

.water-birth-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.water-birth-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
}

.water-birth-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 22, 0.82) 0%,
      rgba(26, 12, 22, 0.62) 48%,
      rgba(26, 12, 22, 0.45) 100%
    ),
    linear-gradient(
      180deg,
      rgba(121, 34, 85, 0.28) 0%,
      transparent 45%,
      rgba(15, 10, 18, 0.55) 100%
    );
  pointer-events: none;
}

.water-birth-content {
  position: relative;
  z-index: 1;
  padding: 80px 15px;
}

.water-birth-panel {
  max-width: 640px;
  padding: 36px 34px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.water-birth-title {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.55;
}

.water-birth-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 2.15;
  text-align: justify;
}

@media (max-width: 991px) {
  .water-birth-section {
    min-height: 440px;
  }

  .water-birth-content {
    padding: 60px 15px;
  }

  .water-birth-title {
    font-size: 26px;
  }

  .water-birth-panel {
    padding: 28px 22px;
  }
}

@media (max-width: 575px) {
  .water-birth-section {
    min-height: 400px;
  }

  .water-birth-content {
    padding: 48px 15px;
  }

  .water-birth-title {
    font-size: 22px;
  }

  .water-birth-text {
    font-size: 13px;
    line-height: 2;
  }

  .water-birth-panel {
    padding: 22px 18px;
    border-radius: 18px;
  }
}

/* ==========================================
   OBGYN DOCTORS COVERFLOW SLIDER
   ========================================== */

.obgyn-slider-section {
  padding: 80px 0 90px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fafbfd 100%);
  overflow-x: hidden;
}

.obgyn-slider-header {
  margin-bottom: 20px;
}

.obgyn-slider-title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #2b2b2b;
}

.obgyn-slider-subtitle {
  margin: 0;
  color: #8a94a6;
  font-size: 14px;
}

.obgyn-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 10px;
}

.obgyn-stage {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 440px;
  margin: 0 auto;
  overflow: visible;
}

.obgyn-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  text-decoration: none;
  color: inherit;
  transform: translate(-50%, -50%) scale(0.72);
  opacity: 0;
  pointer-events: none;
  z-index: var(--z, 1);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    filter 0.45s ease;
  text-align: center;
}

.obgyn-card.is-left {
  transform: translate(calc(-50% - 210px), -50%) scale(0.78);
  opacity: 0.55;
  pointer-events: auto;
  filter: saturate(0.85);
}

.obgyn-card.is-right {
  transform: translate(calc(-50% + 210px), -50%) scale(0.78);
  opacity: 0.55;
  pointer-events: auto;
  filter: saturate(0.85);
}

.obgyn-card.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  filter: none;
}

.obgyn-card.is-hidden {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  pointer-events: none;
}

.obgyn-card-frame {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 12px 12px 0;
  box-shadow: 0 18px 50px rgba(15, 40, 60, 0.12);
  overflow: visible;
}

.obgyn-card.is-active .obgyn-card-frame {
  box-shadow: 0 28px 70px rgba(121, 34, 85, 0.16);
}

.obgyn-card-photo {
  position: relative;
  height: 280px;
  border-radius: 16px 16px 0 0;
  background: var(--card-bg, #f3d9c8);
  overflow: visible;
}

.obgyn-card-photo img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 108%;
  max-width: none;
  height: 118%;
  object-fit: cover;
  object-position: top center;
  display: block;
  pointer-events: none;
}

.obgyn-card-name {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.5;
}

.obgyn-card.is-left .obgyn-card-name,
.obgyn-card.is-right .obgyn-card-name,
.obgyn-card.is-left .obgyn-card-role,
.obgyn-card.is-right .obgyn-card-role {
  opacity: 0.75;
}

.obgyn-card-role {
  margin-top: 4px;
  font-size: 13px;
  color: #8a94a6;
  font-weight: 600;
}

.obgyn-nav {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(121, 34, 85, 0.15);
  background: #fff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 40, 60, 0.08);
  transition: 0.25s;
  z-index: 5;
}

.obgyn-nav:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.obgyn-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.obgyn-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #d5dbe3;
  cursor: pointer;
  transition: 0.25s;
}

.obgyn-dot.is-active {
  background: var(--primary);
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(121, 34, 85, 0.12);
}

@media (max-width: 991px) {
  .obgyn-slider-section {
    padding: 60px 0 70px;
  }

  .obgyn-slider-title {
    font-size: 24px;
  }

  .obgyn-stage {
    height: 380px;
    max-width: 620px;
  }

  .obgyn-card {
    width: 210px;
  }

  .obgyn-card-photo {
    height: 230px;
  }

  .obgyn-card.is-left {
    transform: translate(calc(-50% - 160px), -50%) scale(0.76);
  }

  .obgyn-card.is-right {
    transform: translate(calc(-50% + 160px), -50%) scale(0.76);
  }
}

@media (max-width: 575px) {
  .obgyn-slider-section {
    padding: 48px 0 56px;
  }

  .obgyn-slider-wrap {
    padding-top: 24px;
    gap: 4px;
  }

  .obgyn-nav {
    display: none;
  }

  .obgyn-stage {
    height: 360px;
  }

  .obgyn-card {
    width: 200px;
  }

  .obgyn-card-photo {
    height: 220px;
  }

  .obgyn-card.is-left {
    transform: translate(calc(-50% - 118px), -50%) scale(0.7);
    opacity: 0.4;
  }

  .obgyn-card.is-right {
    transform: translate(calc(-50% + 118px), -50%) scale(0.7);
    opacity: 0.4;
  }

  .obgyn-card-name {
    font-size: 14px;
  }

  .obgyn-card-role {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .ward-intro-section {
    padding: 28px 0 56px;
  }

  .ward-intro-title {
    font-size: 26px;
  }

  .ward-collage {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: 1fr 0.85fr 1fr;
    gap: 10px;
    min-height: 360px;
    height: 360px;
  }

  .ward-collage-tall {
    grid-row: 1 / 4;
    grid-column: 1;
    height: auto;
    border-radius: 18px;
  }

  .ward-collage-tall img {
    min-height: 0;
    height: 100%;
  }

  .ward-collage-stack {
    display: contents;
  }

  .ward-collage-item {
    max-width: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    flex: none !important;
    border-radius: 16px;
  }

  .ward-collage-wide:first-child {
    grid-column: 2;
    grid-row: 1;
  }

  .ward-collage-mid {
    grid-column: 2;
    grid-row: 2;
  }

  .ward-collage-wide:last-child {
    grid-column: 2;
    grid-row: 3;
  }

  .ward-feature-cards .col-sm-6 {
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .ward-intro-section {
    padding: 20px 0 40px;
  }

  .ward-intro-title {
    font-size: 22px;
  }

  .ward-intro-lead {
    font-size: 13px;
    line-height: 1.95;
    margin-bottom: 20px;
  }

  .ward-feature-card {
    padding: 14px 12px;
    gap: 10px;
  }

  .ward-feature-card h3 {
    font-size: 14px;
  }

  .ward-feature-card p {
    font-size: 12px;
  }

  .ward-collage {
    display: block;
    height: auto;
    min-height: 0;
  }

  .ward-collage-tall {
    display: block;
    grid-column: auto;
    grid-row: auto;
    border-radius: 16px;
    overflow: hidden;
  }

  .ward-collage-tall img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 0;
    object-fit: cover;
    display: block;
  }

  .ward-collage-stack {
    display: none;
  }

  .ward-more-section {
    padding: 48px 0 60px;
  }

  .ward-delivery-header {
    margin-bottom: 28px;
  }

  .ward-more-title {
    font-size: 22px;
  }

  .ward-more-text {
    font-size: 13px;
    line-height: 2;
  }

  .ward-service-card {
    padding: 22px 18px 24px;
  }
}

/* ==========================================
   CLINIC PAGE HERO + SEARCH
   ========================================== */

.clinic-hero-section {
  padding: 36px 0 80px;
  background: linear-gradient(135deg, #fafbfd 0%, #f8f4f7 48%, #fdfcfa 100%);
  overflow: hidden;
}

.clinic-fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.clinic-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.clinic-fade-delay {
  transition-delay: 0.12s;
}

.clinic-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 30px;
  background: rgba(121, 34, 85, 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.clinic-hero-title {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.55;
}

.clinic-hero-subtitle {
  margin: 0 0 28px;
  color: #666;
  font-size: 15px;
  line-height: 2.1;
  max-width: 520px;
}

.clinic-search-box {
  background: #fff;
  border-radius: 28px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(121, 34, 85, 0.08);
  box-shadow: 0 18px 48px rgba(15, 40, 60, 0.08);
  max-width: 560px;
}

.clinic-search-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: #2b2b2b;
}

.clinic-search-form {
  position: relative;
}

.clinic-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafbfd;
  border: 1.5px solid rgba(121, 34, 85, 0.18);
  border-radius: 40px;
  padding: 8px 8px 8px 10px;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.clinic-search-field:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(121, 34, 85, 0.1);
  background: #fff;
}

.clinic-search-field > .fa-search {
  color: var(--primary);
  font-size: 16px;
  margin-right: 4px;
  flex: 0 0 auto;
}

.clinic-search-field input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  padding: 8px 4px;
}

.clinic-search-field input::placeholder {
  color: #9aa3b2;
}

.clinic-search-btn {
  flex: 0 0 auto;
  border: none;
  border-radius: 30px;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  cursor: pointer;
  transition: 0.25s;
  font-family: inherit;
}

.clinic-search-btn:hover {
  background: var(--primary-dark);
}

.clinic-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(121, 34, 85, 0.1);
  box-shadow: 0 18px 40px rgba(15, 40, 60, 0.12);
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.clinic-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f1f3f6;
  transition: background 0.2s;
}

.clinic-search-item:last-child {
  border-bottom: none;
}

.clinic-search-item:hover,
.clinic-search-item.is-active {
  background: var(--primary-light);
  text-decoration: none;
  color: inherit;
}

.clinic-search-item img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f5f8;
  flex: 0 0 42px;
}

.clinic-search-item strong {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 2px;
}

.clinic-search-item small {
  display: block;
  font-size: 12px;
  color: #8a94a6;
}

.clinic-search-empty {
  padding: 18px 16px;
  text-align: center;
  color: #8a94a6;
  font-size: 13px;
}

.clinic-hero-media {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

.clinic-hero-photo {
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8eef4 0%, #efe4ea 100%);
  box-shadow: 0 28px 70px rgba(121, 34, 85, 0.16);
  border: 6px solid #fff;
}

.clinic-hero-photo img {
  width: 100%;
  height: auto;
  min-height: 460px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.clinic-hero-float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 40, 60, 0.12);
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  backdrop-filter: blur(6px);
}

.clinic-hero-float-care {
  bottom: 28px;
  left: 18px;
}

.clinic-hero-float i {
  color: var(--primary);
}

@media (max-width: 991px) {
  .clinic-hero-title {
    font-size: 28px;
  }

  .clinic-hero-photo img {
    min-height: 360px;
  }

  .clinic-search-box {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .clinic-hero-section {
    padding: 24px 0 40px;
  }

  .clinic-hero-title {
    font-size: 22px;
  }

  .clinic-hero-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .clinic-search-box {
    padding: 16px 12px;
    border-radius: 20px;
  }

  .clinic-search-title {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .clinic-search-field {
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 8px;
    gap: 8px;
  }

  .clinic-search-field input {
    width: calc(100% - 28px);
    flex: 1 1 auto;
    order: 2;
    font-size: 13px;
  }

  .clinic-search-field > .fa-search {
    order: 1;
  }

  .clinic-search-btn {
    width: 100%;
    order: 3;
    margin-top: 2px;
    padding: 12px 16px;
  }

  .clinic-search-results {
    max-height: 260px;
  }

  .clinic-hero-photo img {
    min-height: 280px;
    max-height: 340px;
  }

  .clinic-hero-float {
    font-size: 11px;
    padding: 7px 10px;
    bottom: 12px;
    left: 10px;
  }

  .clinic-hero-photo {
    border-radius: 22px;
    border-width: 4px;
  }
}

/* Clinic departments + doctors grid */
.clinic-dept-section {
  padding: 70px 0 90px;
  background: #f3f5f8;
  overflow-x: hidden;
}

.clinic-cards-header {
  margin-bottom: 40px;
}

.clinic-cards-title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #2b2b2b;
}

.clinic-dept-layout {
  align-items: flex-start;
}

.clinic-dept-list {
  background: #fff;
  border-radius: 22px;
  padding: 12px;
  border: 1px solid rgba(121, 34, 85, 0.08);
  box-shadow: 0 12px 36px rgba(15, 40, 60, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 100px;
}

.clinic-dept-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  text-align: right;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 16px;
  padding: 14px 12px;
  cursor: pointer;
  transition: 0.25s;
  font-family: inherit;
}

.clinic-dept-item:hover {
  background: var(--primary-light);
}

.clinic-dept-item.is-active {
  background: var(--primary-light);
  border-color: rgba(121, 34, 85, 0.18);
  box-shadow: 0 8px 20px rgba(121, 34, 85, 0.08);
}

.clinic-dept-num {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #f0f2f5;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.clinic-dept-item.is-active .clinic-dept-num {
  background: var(--primary);
  color: #fff;
}

.clinic-dept-meta {
  flex: 1;
  min-width: 0;
}

.clinic-dept-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.6;
  margin-bottom: 4px;
}

.clinic-dept-meta small {
  display: block;
  font-size: 11px;
  line-height: 1.8;
  color: #8a94a6;
}

.clinic-dept-content {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(121, 34, 85, 0.08);
  box-shadow: 0 12px 36px rgba(15, 40, 60, 0.06);
  min-height: 420px;
}

.clinic-dept-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef1f5;
}

.clinic-dept-content-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #2b2b2b;
}

.clinic-dept-count {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-light);
  padding: 6px 12px;
  border-radius: 20px;
}

.clinic-doctors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  transition: opacity 0.2s ease;
}

.clinic-doctors-grid.is-loading {
  opacity: 0.35;
  pointer-events: none;
}

.clinic-doctor-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  background: #fafbfd;
  border: 1px solid #eef1f5;
  text-decoration: none;
  color: inherit;
  transition: 0.25s;
}

.clinic-doctor-card:hover {
  text-decoration: none;
  color: inherit;
  border-color: rgba(121, 34, 85, 0.22);
  box-shadow: 0 10px 28px rgba(121, 34, 85, 0.1);
  transform: translateY(-3px);
}

.clinic-doctor-photo {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f5f8;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(15, 40, 60, 0.1);
}

.clinic-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-doctor-info {
  flex: 1;
  min-width: 0;
}

.clinic-doctor-info h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.5;
}

.clinic-doctor-info p {
  margin: 0 0 8px;
  font-size: 12px;
  color: #8a94a6;
  line-height: 1.6;
}

.clinic-doctor-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}

.clinic-doctor-link i {
  margin-right: 4px;
}

.clinic-doctors-empty {
  padding: 48px 16px;
  text-align: center;
  color: #8a94a6;
  font-size: 14px;
}

@media (max-width: 991px) {
  .clinic-cards-header {
    margin-bottom: 24px;
  }

  .clinic-cards-title {
    font-size: 22px;
  }

  .clinic-dept-list {
    position: static;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-bottom: 4px;
  }

  .clinic-dept-list::-webkit-scrollbar {
    display: none;
  }

  .clinic-dept-item {
    flex: 0 0 auto;
    width: min(78vw, 260px);
    scroll-snap-align: start;
    padding: 12px;
    align-items: center;
  }

  .clinic-dept-meta small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .clinic-doctors-grid {
    grid-template-columns: 1fr;
  }

  .clinic-dept-content {
    min-height: 320px;
    padding: 18px;
  }
}

@media (max-width: 575px) {
  .clinic-dept-section {
    padding: 36px 0 48px;
  }

  .clinic-cards-title {
    font-size: 18px;
    line-height: 1.7;
  }

  .clinic-dept-list {
    padding: 10px;
    border-radius: 18px;
    gap: 8px;
  }

  .clinic-dept-item {
    width: min(72vw, 220px);
    padding: 10px;
    gap: 8px;
    border-radius: 14px;
  }

  .clinic-dept-num {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 11px;
  }

  .clinic-dept-meta strong {
    font-size: 13px;
    margin-bottom: 0;
  }

  .clinic-dept-meta small {
    display: none;
  }

  .clinic-dept-content {
    padding: 14px;
    border-radius: 18px;
    min-height: 240px;
  }

  .clinic-dept-content-head {
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .clinic-dept-content-head h3 {
    font-size: 15px;
    line-height: 1.6;
    flex: 1 1 100%;
  }

  .clinic-dept-count {
    font-size: 12px;
    padding: 5px 10px;
  }

  .clinic-doctor-card {
    padding: 10px;
    gap: 10px;
    border-radius: 14px;
  }

  .clinic-doctor-photo {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
  }

  .clinic-doctor-info h4 {
    font-size: 13px;
  }

  .clinic-doctor-info p {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .clinic-doctor-link {
    font-size: 11px;
  }

  .clinic-doctors-empty {
    padding: 28px 12px;
    font-size: 13px;
  }
}

/* ==========================================
   CLINIC COVERFLOW CAROUSEL
   ========================================== */

.clinic-coverflow-section {
  padding: 80px 0 70px;
  background: linear-gradient(180deg, #2a1a24 0%, #1a1016 55%, #140e12 100%);
  overflow: hidden;
  position: relative;
}

.clinic-coverflow-header {
  margin-bottom: 10px;
}

.clinic-coverflow-header .section-tag {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.clinic-coverflow-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

.clinic-coverflow {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 56px 50px;
  perspective: 1200px;
}

.clinic-coverflow-stage {
  position: relative;
  height: 380px;
  transform-style: preserve-3d;
  user-select: none;
}

.clinic-coverflow-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(52%, 460px);
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: #3a2a32;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  transform-origin: center center;
  transition:
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.45s ease;
  will-change: transform, opacity;
  cursor: pointer;
}

.clinic-coverflow-slide.is-active {
  box-shadow: 0 28px 70px rgba(121, 34, 85, 0.35);
  cursor: default;
}

.clinic-coverflow-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clinic-coverflow-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 14px;
  border-radius: 20px;
  background: rgba(26, 12, 20, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(6px);
  transition: 0.3s;
}

.clinic-coverflow-slide.is-active .clinic-coverflow-caption {
  opacity: 1;
  transform: translateY(0);
}

.clinic-coverflow-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  transition: 0.25s;
  font-size: 22px;
}

.clinic-coverflow-nav:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.clinic-coverflow-prev {
  right: 8px;
}

.clinic-coverflow-next {
  left: 8px;
}

.clinic-coverflow-indicator {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  height: 54px;
}

.clinic-coverflow-arc {
  position: absolute;
  bottom: 18px;
  width: 180px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top: none;
  border-radius: 0 0 180px 180px;
  pointer-events: none;
}

.clinic-coverflow-counter {
  position: absolute;
  bottom: 0;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

@media (max-width: 991px) {
  .clinic-coverflow-section {
    padding: 60px 0 50px;
  }

  .clinic-coverflow-title {
    font-size: 22px;
  }

  .clinic-coverflow {
    padding: 20px 44px 40px;
  }

  .clinic-coverflow-stage {
    height: 300px;
  }

  .clinic-coverflow-slide {
    width: min(68%, 380px);
  }
}

@media (max-width: 575px) {
  .clinic-coverflow-section {
    padding: 48px 0 40px;
  }

  .clinic-coverflow-title {
    font-size: 18px;
  }

  .clinic-coverflow {
    padding: 10px 12px 36px;
  }

  .clinic-coverflow-stage {
    height: 240px;
  }

  .clinic-coverflow-slide {
    width: 78%;
    border-radius: 14px;
  }

  .clinic-coverflow-nav {
    width: 38px;
    height: 38px;
    font-size: 18px;
    top: 38%;
  }

  .clinic-coverflow-prev {
    right: 2px;
  }

  .clinic-coverflow-next {
    left: 2px;
  }

  .clinic-coverflow-caption {
    font-size: 11px;
    padding: 6px 10px;
    right: 10px;
    bottom: 10px;
  }

  .clinic-coverflow-counter {
    min-width: 48px;
    height: 48px;
    font-size: 12px;
  }

  .clinic-coverflow-arc {
    width: 140px;
    height: 32px;
    bottom: 14px;
  }
}

/* ==========================================
				Quick Access
   ========================================== */
.servis-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: -65px;
}
.box-services {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}
.service-box {
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.18);
  border-radius: 22px;
  padding: 32px 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  text-align: center;
  height: auto;
}
.service-box:hover {
  border-color: #792255;
  box-shadow: 0 14px 36px rgba(121, 34, 85, 0.12);
  transform: translateY(-8px);
}
.service-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #792255, #a63c79);
  opacity: 0.85;
}
.service-icon img {
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #fbf5f8;
  border: 1px solid rgba(121, 34, 85, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.service-icon:hover {
  background: #fff;
  border-color: #792255;
  transform: scale(1.05);
}
.service-box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  color: #3a3a3a;
}
.btn-brand-about a {
  background: var(--primary);
  border: none;
  display: inline-block;
  font-size: 11px;
  font-weight: 395;
  color: #fff !important;
  text-transform: capitalize;
  padding: 6px 25px;
  margin-right: 15px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
  align-content: center;
  text-align: center;
  width: 50%;
  height: 93%;
}

.btn-brand-about a:hover {
  background: var(--primary-dark);
  color: #fff;
}
.news-small .ContentNews .TitleNews a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 12px 0;
  color: #000;
}
.news-small .news-lead {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
  margin: 0;
}
.news-small .imgNews {
  padding-left: 20px;
}
.link123 {
  font-size: 16px;
  line-height: 2;
  color: #444;
  font-weight: 600;
}
.link123:hover {
  color: #444;
}
.news-small-wrapper {
  padding-left: 0px;
}
.section-tag-t {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}

.news-widget-t img {
  width: 100%;
}
.news-row-a {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
  background: #fff;
  border: 1px solid rgba(121, 34, 85, 0.4);
  border-radius: 5px;
  padding: 19px;
  margin-bottom: 10px;
}

.news-row-a:hover {
  text-decoration: none;
  transform: translateY(-6px);
  border-color: #792255;
  box-shadow: 0 20px 45px rgba(121, 34, 85, 0.16);
}
.hTitle-t {
  color: #444;
}
.hTitle-t:hover {
  color: #770247;
}
.news-text-full p span {
  color: #111 !important;
}
.news-source a {
  color: #111 !important;
  font-size: large;
}
.news-source a:hover {
  color: #770247 !important;
}
.about-page-hero-news {
  padding: 70px 0 90px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.section-heading-t a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255 !important;
  font-size: 16px;
  font-weight: 700;
}
tag-link:hover {
  background: #792255;
  color: #fff !important;
}
.tag-link {
  color: #792255 !important;
}
.forborder {
  border: 1px solid rgba(121, 34, 85, 0.4) !important;
  padding: 10px !important;
}
.newsarchive-img {
  width: 100%;
  border-radius: 5px;
}
.page-ttl {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f8eef4;
  color: #792255;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
