/* ============================================================
   2026 CLINICAL ROSE DESIGN SYSTEM
   Inspired by an editorial dermatology clinic aesthetic.
============================================================ */
:root {
  --brand: #ff5c93;
  --brand-deep: #c73669;
  --brand-soft: #fff0f5;
  --ink: #25212a;
  --muted: #6f6874;
  --line: #eee6e9;
  --surface: #fffafb;
}
body {
  color: var(--ink);
  background: var(--surface);
  font-family: "Poppins", sans-serif;
}
/* 
.custom-navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 4px 22px rgba(69, 31, 46, 0.07);
  padding: 13px 0;
  border-bottom: 1px solid #f6edf0;
} */
/* .navbar-brand {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  color: var(--ink) !important;
}
.navbar-brand span {
  color: var(--brand) !important;
}
.custom-navbar .nav-link {
  color: #554d58 !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: var(--brand-deep) !important;
} */
.btn.btn-primary {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-weight: 600;
}
.btn.btn-primary:hover {
  background: var(--brand-deep) !important;
  border-color: var(--brand-deep) !important;
}
.btn.btn-outline-primary {
  color: var(--brand-deep) !important;
  border-color: #f1a8c1 !important;
  border-radius: 6px !important;
}
.btn.btn-outline-primary:hover {
  background: var(--brand-soft) !important;
  color: var(--brand-deep) !important;
}
.doctor-hero {
  background: linear-gradient(
    105deg,
    #fff 0%,
    #fff8fa 48%,
    #fce8ef 100%
  ) !important;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.doctor-hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: 90px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 92, 147, 0.15);
  border-radius: 50%;
}
.doctor-hero h1,
.section-title {
  color: var(--ink) !important;
  letter-spacing: -1.35px;
}
.doctor-hero h1 {
  font-weight: 700;
}
.doctor-hero h2 {
  color: var(--brand-deep) !important;
  font-weight: 600;
}
.doctor-hero p,
.section-description,
.about-text {
  color: var(--muted) !important;
}
.hero-tag,
.section-tag {
  background: var(--brand-soft) !important;
  color: var(--brand-deep) !important;
  border: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}
.doctor-hero-qualification strong,
.doctor-credentials strong {
  color: var(--brand-deep) !important;
}
.experience-highlight {
  background: #fff !important;
  border: 1px solid #f5dce5 !important;
  box-shadow: 0 12px 24px rgba(155, 47, 85, 0.07) !important;
}
.experience-highlight strong {
  color: var(--brand) !important;
}
.doctor-hero-image img {
  object-position: center top !important;
  border-radius: 200px 200px 20px 20px !important;
  box-shadow: 0 22px 50px rgba(88, 36, 57, 0.18) !important;
}
.doctor-image-badge {
  border-radius: 10px !important;
}
.doctor-image-badge i,
.clinic-info-icon,
.icon-box,
.treatment-icon {
  color: var(--brand-deep) !important;
  background: var(--brand-soft) !important;
}
.clinic-overview {
  background: #fff !important;
  padding: 64px 0 !important;
}
.clinic-info-card,
.expert-card,
.treatment-card {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  background: #fff !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.clinic-info-card:hover,
.expert-card:hover,
.treatment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(79, 32, 52, 0.08) !important;
}
.clinic-info-card h4,
.expert-card h4,
.treatment-card h4 {
  color: var(--ink) !important;
}
.direction-link,
.text-link {
  color: var(--brand-deep) !important;
}
.expertise,
.treatments {
  background: #fff7f9 !important;
}
.section-tag {
  border-radius: 4px !important;
}
.landmarks-section {
  padding: 92px 0;
  background: #fff;
}
.landmarks-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 36px;
}
.landmarks-heading .section-title {
  margin: 12px 0 8px;
}
.text-link {
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.text-link i {
  margin-left: 5px;
  font-size: 0.8em;
}
.landmark-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(74, 28, 47, 0.06);
}
.landmark-card img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}
.landmark-card__content {
  padding: 25px 27px;
}
.landmark-card__content span {
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.landmark-card__content h3 {
  margin: 8px 0 7px;
  font-size: 1.3rem;
  color: var(--ink);
}
.landmark-card__content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.about-clinic-location {
  padding: 86px 0;
  background: #fff7f9;
}
.clinic-front-image {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(82, 31, 53, 0.14);
}
footer {
  background: #24151d !important;
}
footer h3,
footer h5 {
  color: #fff !important;
}
footer p,
footer li,
footer a {
  color: #f3dfe7 !important;
}
@media (max-width: 767px) {
  .doctor-hero {
    min-height: auto;
  }
  .landmarks-section,
  .about-clinic-location {
    padding: 62px 0;
  }
  .landmarks-heading {
    display: block;
  }
  .text-link {
    display: inline-block;
    margin-top: 12px;
  }
  .landmark-card img {
    height: 245px;
  }
  .clinic-front-image {
    height: 300px;
  }
}

/* old */

/*==================================================
SCROLLBAR
==================================================*/

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #eef4fb;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff5c93, #c73669);

  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff5c93;
}

/*==================================================
NAVBAR
==================================================*/
/* 
.custom-navbar .container {
  background: rgba(255, 255, 255, 0.82);

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.45);

  border-radius: 20px;

  box-shadow: var(--shadow-sm);

  padding: 10px 28px;
}

.nav-link {
  position: relative;

  margin-left: 28px;

  color: #334155;

  font-weight: 600;
}

.nav-link::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -6px;

  width: 0;

  height: 2px;

  background: var(--primary);

  transition: 0.3s;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link:hover::after {
  width: 100%;
} */
/* ============================================================
   COMPACT DOCTOR HERO
============================================================ */

.doctor-hero {
  min-height: 0 !important;
  padding: 110px 0 60px;
  background: linear-gradient(
    105deg,
    #fff 0%,
    #fff8fa 48%,
    #fce8ef 100%
  ) !important;
  position: relative;
  overflow: hidden;
}

.doctor-hero .row {
  min-height: 0;
}

/* Tag */

.doctor-hero .hero-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  font-size: 0.68rem;
}

/* Heading */

.doctor-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.08;
}

/* Qualifications */

.doctor-hero-qualification {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 18px;
  line-height: 1.45;
}

.doctor-hero-qualification strong {
  font-size: 0.9rem;
}

.doctor-hero-qualification span {
  color: var(--muted);
  font-size: 0.76rem;
}

/* Experience + Summary */

.hero-intro-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.experience-highlight {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px !important;
  margin: 0 !important;
  border-radius: 9px !important;
}

.experience-highlight strong {
  font-size: 1.8rem;
  line-height: 1;
}

.experience-highlight span,
.experience-highlight small {
  display: block;
  line-height: 1.15;
}

.experience-highlight span {
  font-size: 0.65rem;
}

.experience-highlight small {
  font-size: 0.7rem;
  font-weight: 600;
}

.hero-summary {
  flex: 1;
}

.hero-summary h2 {
  margin: 0 0 5px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.hero-summary p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

/* Buttons */

.doctor-hero .hero-buttons {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
}

.doctor-hero .hero-buttons .btn {
  padding: 10px 18px;
  font-size: 0.82rem;
}

/* Features */

.doctor-hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 0.72rem;
}

.doctor-hero .hero-features div {
  white-space: nowrap;
}

.doctor-hero .hero-features i {
  margin-right: 5px;
}

/* Image */

.doctor-hero-image {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}

.doctor-hero-image img {
  width: 100%;
  max-height: 570px;
  object-fit: cover;
  object-position: center top;
  border-radius: 180px 180px 18px 18px !important;
  box-shadow: 0 20px 45px rgba(88, 36, 57, 0.16) !important;
}

/* Image Badge */

.doctor-image-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 9px !important;
  box-shadow: 0 8px 25px rgba(50, 25, 35, 0.12);
}

.doctor-image-badge i {
  font-size: 18px;
}

.doctor-image-badge strong,
.doctor-image-badge span {
  display: block;
}

.doctor-image-badge strong {
  font-size: 0.78rem;
}

.doctor-image-badge span {
  font-size: 0.65rem;
  color: var(--muted);
}

/* ============================================================
   TABLET / MOBILE
============================================================ */

@media (max-width: 991px) {
  .doctor-hero {
    padding: 50px 0;
  }

  .doctor-hero-image {
    max-width: 520px;
    margin: 15px auto 0;
  }

  .doctor-hero-image img {
    max-height: 328px;
    object-fit: contain;
    width: fit-content;
    margin: 59px 0 0 0;
    border-radius: 10px 10px 18px 18px !important;
    box-shadow: 0 20px 45px rgba(88, 36, 57, 0.16) !important;
    left: 70px;
    position: relative;
  }
}

@media (max-width: 575px) {
  .doctor-hero {
    padding: 35px 0 45px;
  }

  .doctor-hero h1 {
    font-size: 2.15rem;
  }

  .hero-intro-row {
    align-items: flex-start;
    gap: 12px;
  }

  .experience-highlight {
    padding: 9px 11px !important;
  }

  .experience-highlight strong {
    font-size: 1.5rem;
  }

  .hero-summary h2 {
    font-size: 1rem;
  }

  .hero-summary p {
    font-size: 0.76rem;
  }

  .doctor-hero .hero-features {
    gap: 7px 12px;
  }

  .doctor-hero .hero-features div {
    white-space: normal;
  }

  .doctor-image-badge {
    right: 10px;
    bottom: 10px;
  }
}
.stats {
  padding: 80px 0;
  background: white;
}

.stat-card {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-8px);
}

.stat-card i {
  font-size: 40px;
  color: #ff5c93;
  margin-bottom: 20px;
}

.stat-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.stat-card p {
  color: #666;
}
/*==============================
ABOUT SECTION
==============================*/

.about-section {
  padding: 100px 0;

  background: #fff;
}

.section-tag {
  display: inline-block;

  background: #e8f4ff;

  padding: 8px 18px;

  border-radius: 30px;

  color: #ff5c93;

  font-weight: 600;

  font-size: 14px;
}

.section-title {
  font-size: 42px;

  font-weight: 700;

  margin-bottom: 15px;
}

.doctor-degree {
  color: #ff5c93;

  font-weight: 600;

  margin-bottom: 20px;
}

.about-text {
  font-size: 17px;

  line-height: 1.9;

  color: #666;

  margin-bottom: 30px;
}

.doctor-card {
  position: relative;

  text-align: center;
}

.doctor-image {
  border-radius: 25px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.experience-box {
  position: absolute;

  bottom: 20px;

  right: -20px;

  background: #ff5c93;

  color: #fff;

  padding: 22px 28px;

  border-radius: 18px;

  box-shadow: 0 15px 40px rgba(11, 94, 215, 0.3);
}

.experience-box h2 {
  font-size: 34px;

  margin-bottom: 0;

  color: #fff;
}

.experience-box span {
  font-size: 14px;
}

.qualification-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin-top: 25px;
}

.qualification-item {
  font-weight: 600;

  display: flex;

  align-items: center;

  gap: 12px;
}

.qualification-item i {
  color: #ff5c93;

  font-size: 18px;
}

.about-buttons {
  display: flex;

  gap: 15px;

  flex-wrap: wrap;
}
.about-more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.55s ease,
    opacity 0.35s ease;
}

.about-more.is-open {
  max-height: 1200px;
  opacity: 1;
}

.about-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 4px;

  padding: 0;

  border: 0;
  background: transparent;

  color: var(--brand-deep);

  font-size: 0.9rem;
  font-weight: 700;

  cursor: pointer;
}

.about-toggle i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.about-toggle.is-open i {
  transform: rotate(180deg);
}

.about-toggle:hover {
  color: var(--brand);
}

@media (max-width: 991px) {
  .doctor-hero .row {
    flex-direction: column-reverse;
  }
  .about-section {
    padding: 70px 0;
  }

  .doctor-card {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .about-toggle {
    margin-top: 2px;
  }

  .about-buttons {
    margin-top: 22px !important;
  }
}

/* ============================================================
   CLINIC QUICK INFORMATION
   Compact • Professional • Informative
============================================================ */

.clinic-overview {
  padding: 32px 0;
  background: #fff;
}

/* ============================================================
   INFORMATION CARD
============================================================ */

.clinic-info-card {
  height: 100%;

  display: flex;
  align-items: flex-start;

  gap: 14px;

  padding: 20px 21px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 10px;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.clinic-info-card:hover {
  transform: translateY(-3px);

  border-color: #f3c4d3;

  box-shadow: 0 10px 25px rgba(79, 32, 52, 0.07);
}

/* ============================================================
   ICON
============================================================ */

.clinic-info-icon {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 9px;

  background: var(--brand-soft);

  color: var(--brand-deep);

  font-size: 17px;
}

/* ============================================================
   CONTENT
============================================================ */

.clinic-info-card > div:last-child {
  min-width: 0;
}

/* Small label */

.clinic-info-card > div:last-child > span {
  display: block;

  margin-bottom: 3px;

  color: var(--muted);

  font-size: 0.68rem;

  font-weight: 700;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

/* Heading */

.clinic-info-card h4 {
  margin: 0 0 6px;

  color: var(--ink);

  font-size: 1rem;

  font-weight: 700;

  line-height: 1.35;
}

/* Description */

.clinic-info-card p {
  margin: 0;

  color: var(--muted);

  font-size: 0.78rem;

  line-height: 1.65;
}

/* ============================================================
   ACTION LINK
============================================================ */

.clinic-info-card .direction-link {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  margin-top: 8px;

  color: var(--brand-deep);

  font-size: 0.75rem;

  font-weight: 700;

  text-decoration: none;

  transition: color 0.2s ease;
}

.clinic-info-card .direction-link:hover {
  color: var(--brand);
}

.clinic-info-card .direction-link i {
  font-size: 0.7rem;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 991px) {
  .clinic-overview {
    padding: 28px 0;
  }
}

@media (max-width: 767px) {
  .clinic-overview {
    padding: 24px 0;
  }

  .clinic-info-card {
    padding: 18px;
  }
}

@media (max-width: 575px) {
  .clinic-info-card {
    gap: 12px;
    padding: 17px;
  }

  .clinic-info-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .clinic-info-card h4 {
    font-size: 0.95rem;
  }

  .clinic-info-card p {
    font-size: 0.76rem;
  }
}

/*==============================
WHY CHOOSE US
==============================*/

.expertise {
  background: #f8fbff;
}

.expert-card {
  background: #fff;

  padding: 40px;

  border-radius: 20px;

  height: 100%;

  transition: 0.35s;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.expert-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.icon-box {
  height: 75px;

  width: 75px;

  border-radius: 20px;

  background: #eef6ff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.icon-box i {
  font-size: 34px;

  color: #ff5c93;
}

.expert-card h4 {
  font-size: 24px;

  margin-bottom: 15px;
}

.expert-card p {
  line-height: 1.8;

  color: #666;
}
/*=====================================
TREATMENTS
======================================*/

.treatments {
  background: #ffffff;

  padding: 100px 0;
}

.section-description {
  max-width: 700px;

  margin: auto;

  color: #6c757d;

  font-size: 17px;
}

.treatment-card {
  background: #fff;

  border-radius: 20px;

  padding: 35px;

  height: 100%;

  transition: 0.35s;

  border: 1px solid #edf2f7;

  position: relative;

  overflow: hidden;
}

.treatment-card::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 4px;

  background: #ff5c93;

  transform: scaleX(0);

  transition: 0.35s;
}

.treatment-card:hover::before {
  transform: scaleX(1);
}

.treatment-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.treatment-icon {
  width: 75px;

  height: 75px;

  border-radius: 18px;

  background: #eef6ff;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 25px;
}

.treatment-icon i {
  font-size: 32px;

  color: #ff5c93;
}

.treatment-card h4 {
  font-size: 23px;

  margin-bottom: 15px;

  font-weight: 600;
}

.treatment-card p {
  color: #6c757d;

  line-height: 1.8;

  min-height: 90px;
}

.treatment-card a {
  color: #ff5c93;

  text-decoration: none;

  font-weight: 600;
}

.treatment-card a i {
  margin-left: 8px;

  transition: 0.3s;
}

.treatment-card:hover a i {
  transform: translateX(6px);
}
.appointment-section {
  padding: 80px 0;

  background: #f8fbff;
}

.appointment-box {
  background: linear-gradient(135deg, #ff5c93, #1d7bf2);

  color: #fff;

  padding: 60px;

  border-radius: 25px;

  box-shadow: 0 25px 60px rgba(11, 94, 215, 0.25);
}

.appointment-box h2 {
  font-size: 40px;

  margin-bottom: 15px;
}

.appointment-box p {
  opacity: 0.95;

  margin-bottom: 0;
}

/*==================================================
GALLERY
==================================================*/

.gallery-section {
  padding: 120px 0;
  background: #fff;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.gallery-item img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: 0.6s;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.75));
  opacity: 0;
  transition: 0.35s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h5 {
  color: #fff;
  margin: 0;
  transform: translateY(20px);
  transition: 0.35s;
}

.gallery-item:hover .gallery-overlay h5 {
  transform: translateY(0);
}
/*========================
Testimonials
========================*/

.testimonial-section {
  padding: 100px 0;

  background: #f8fbff;
}

.review-card {
  background: #fff;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);

  height: 100%;
}

.review-card p {
  margin: 20px 0;

  color: #666;
}

/*========================
FAQ
========================*/

.faq-section {
  padding: 100px 0;
}

.accordion-item {
  margin-bottom: 15px;

  border-radius: 15px !important;

  overflow: hidden;

  border: none;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/*========================
Contact
========================*/

.contact-section {
  padding: 100px 0;

  background: #fff;
}

.contact-box > div {
  margin-bottom: 25px;
}

.contact-box i {
  font-size: 22px;

  color: #ff5c93;

  margin-right: 12px;
}

.appointment-form {
  background: #fff;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.form-control,
.form-select {
  height: 55px;

  border-radius: 12px;
}

textarea.form-control {
  height: auto;
}

/* ============================================================
   CONTACT SECTION
   Professional Clinic Contact Layout
============================================================ */

.contact-section {
  padding: 85px 0;
  background: #fff;
}

/* ============================================================
   LEFT CONTENT
============================================================ */

.contact-section > .container > .row {
  align-items: stretch;
}

.contact-section .section-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* ============================================================
   CONTACT INFORMATION
============================================================ */

.contact-box {
  display: flex;
  flex-direction: column;

  border-top: 1px solid var(--line);
}

/* Individual contact item */

.contact-box > div {
  position: relative;

  display: grid;
  grid-template-columns: 46px 1fr;

  column-gap: 15px;

  padding: 18px 0;

  margin: 0 !important;

  border-bottom: 1px solid var(--line);
}

/* ============================================================
   ICON
============================================================ */

.contact-box > div > i {
  grid-column: 1;
  grid-row: 1 / span 3;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;

  border-radius: 10px;

  background: var(--brand-soft);

  color: var(--brand-deep);

  font-size: 17px;

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

/* ============================================================
   LABEL
============================================================ */

.contact-box > div > strong {
  grid-column: 2;

  display: block;

  margin: 0 0 4px;

  color: var(--ink);

  font-size: 0.92rem;

  font-weight: 700;

  line-height: 1.4;
}

/* ============================================================
   DETAIL
============================================================ */

.contact-box > div > p {
  grid-column: 2;

  margin: 0;

  color: var(--muted);

  font-size: 0.82rem;

  line-height: 1.7;
}

/* ============================================================
   HOVER
============================================================ */

.contact-box > div:hover > i {
  background: #ffe4ed;

  transform: translateY(-1px);
}

/* ============================================================
   MAP BUTTON
============================================================ */

.contact-box .btn {
  grid-column: 2;

  justify-self: start;

  margin-top: 10px;

  padding: 8px 14px;

  font-size: 0.75rem;

  border-radius: 6px;
}

.contact-box .btn i {
  margin-right: 5px;
}

/* ============================================================
   APPOINTMENT FORM
============================================================ */

.appointment-form {
  height: 100%;

  padding: 32px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 14px;

  box-shadow: 0 14px 35px rgba(79, 32, 52, 0.07);
}

/* Form controls */

.appointment-form .form-control,
.appointment-form .form-select {
  height: 50px;

  border: 1px solid #e8dfe3;

  border-radius: 8px;

  color: var(--ink);

  font-size: 0.84rem;

  box-shadow: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Textarea */

.appointment-form textarea.form-control {
  height: auto;

  min-height: 120px;

  resize: vertical;
}

/* Focus */

.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
  border-color: #efa6be;

  box-shadow: 0 0 0 3px rgba(255, 92, 147, 0.08);
}

/* Button */

.appointment-form .btn {
  min-height: 50px;

  border-radius: 8px;

  font-size: 0.84rem;

  font-weight: 600;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 991px) {
  .contact-section {
    padding: 65px 0;
  }

  .appointment-form {
    height: auto;
  }
}

@media (max-width: 575px) {
  .contact-section {
    padding: 55px 0;
  }

  .contact-box > div {
    grid-template-columns: 42px 1fr;

    column-gap: 12px;

    padding: 16px 0;
  }

  .contact-box > div > i {
    width: 42px;
    height: 42px;

    font-size: 15px;
  }

  .contact-box > div > strong {
    font-size: 0.88rem;
  }

  .contact-box > div > p {
    font-size: 0.78rem;
  }

  .appointment-form {
    padding: 22px;
  }
}

/*========================
Map
========================*/

.map-section iframe {
  width: 100%;

  height: 450px;

  border: none;
}
/*==================================
FOOTER
===================================*/

footer {
  position: relative;
  padding: 90px 0 35px;
  background: #081421;
  color: #cbd5e1;
  overflow: hidden;
}

/* Background Decoration */

footer::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(11, 94, 215, 0.08);
}

footer::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -180px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}

footer .container {
  position: relative;
  z-index: 2;
}

/* Headings */

footer h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}

footer h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 3px;
  background: #ff5c93;
  border-radius: 30px;
}

/* Paragraph */

footer p {
  color: #94a3b8;
  line-height: 1.9;
  margin-bottom: 0;
}

/* List */

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 15px;
  color: #94a3b8;
  transition: 0.3s;
}

/* Links */

footer a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}

footer a::before {
  content: "›";
  margin-right: 10px;
  color: #ff5c93;
  transform: translateX(-6px);
  opacity: 0;
  transition: 0.3s;
}

footer a:hover {
  color: #fff;
  padding-left: 6px;
}

footer a:hover::before {
  transform: translateX(0);
  opacity: 1;
}

/* Contact */

footer .col-lg-3 p {
  line-height: 2;
}

/* Divider */

footer hr {
  margin: 55px 0 30px;
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* Copyright */

footer .text-center {
  color: #94a3b8;
  font-size: 15px;
}

/* Spacing */

footer .row > div {
  margin-bottom: 35px;
}

/* Hover Effect */

footer .col-lg-2,
footer .col-lg-3,
footer .col-lg-4 {
  transition: 0.35s;
}

footer .col-lg-2:hover,
footer .col-lg-3:hover,
footer .col-lg-4:hover {
  transform: translateY(-4px);
}
/*==================================
PAGE BANNER
===================================*/

.page-banner {
  background: linear-gradient(135deg, #eef7ff, #ffffff);

  padding: 140px 0 90px;
}

.page-banner .breadcrumb {
  margin-bottom: 20px;

  background: none;
}

.page-banner .breadcrumb a {
  text-decoration: none;

  color: #ff5c93;
}

.banner-content {
  max-width: 700px;
}

.banner-content h1 {
  font-size: 54px;

  font-weight: 700;

  margin: 15px 0;
}

.banner-content p {
  color: #6c757d;

  font-size: 18px;

  line-height: 1.8;
}
/*==================================
DOCTOR CREDENTIALS
===================================*/

.doctor-credentials {
  margin: 12px 0 18px;
  padding: 14px 18px;
  background: #f8fbff;
  border-left: 4px solid #ff5c93;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
  line-height: 1.7;
}

.doctor-credentials strong {
  color: #ff5c93;
  font-size: 16px;
  font-weight: 700;
}

.doctor-credentials span {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.doctor-degree {
  color: #ff5c93;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}

.about-text strong {
  color: #1e293b;
}
/*==================================
DOCTOR PROFILE
===================================*/

.doctor-profile {
  padding: 100px 0;

  background: #fff;
}

.doctor-image-box {
  position: relative;

  overflow: hidden;

  border-radius: 25px;
}

.doctor-image-box img {
  width: 100%;

  transition: 0.4s;
}

.doctor-image-box:hover img {
  transform: scale(1.03);
}

.section-title {
  font-size: 42px;

  font-weight: 700;
}

.doctor-designation {
  color: #ff5c93;

  font-weight: 600;

  margin: 20px 0;
}

.doctor-description {
  color: #6c757d;

  line-height: 1.9;

  margin-bottom: 20px;

  font-size: 17px;
}

.profile-buttons {
  display: flex;

  gap: 15px;

  flex-wrap: wrap;

  margin-top: 30px;
}
/*==================================
QUALIFICATIONS
===================================*/

.qualifications-section {
  background: #f8fbff;

  padding: 100px 0;
}

.info-card {
  background: #fff;

  padding: 40px;

  border-radius: 20px;

  height: 100%;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);

  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-8px);
}

.card-icon {
  width: 75px;

  height: 75px;

  border-radius: 18px;

  background: #eef6ff;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 25px;
}

.card-icon i {
  font-size: 34px;

  color: #ff5c93;
}

.info-card h3 {
  margin-bottom: 25px;

  font-size: 28px;
}

.info-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.info-list li {
  padding: 12px 0;

  font-size: 17px;

  display: flex;

  align-items: center;
}

.info-list i {
  color: #ff5c93;

  margin-right: 12px;
}

/*==================================
EXPERTISE
===================================*/

.expertise-section {
  padding: 100px 0;

  background: #fff;
}

.expertise-card {
  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 20px;

  padding: 35px 20px;

  text-align: center;

  transition: 0.35s;

  height: 100%;
}

.expertise-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.expertise-card i {
  font-size: 42px;

  color: #ff5c93;

  margin-bottom: 20px;
}

.expertise-card h4 {
  font-size: 20px;

  margin-bottom: 0;

  line-height: 1.5;
}
/*==================================
PROFESSIONAL EXPERIENCE
===================================*/

.experience-section {
  padding: 100px 0;

  background: #f8fbff;
}

.experience-card {
  background: #fff;

  padding: 40px;

  border-radius: 20px;

  text-align: center;

  height: 100%;

  transition: 0.35s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.experience-card:hover {
  transform: translateY(-8px);
}

.experience-icon {
  width: 80px;

  height: 80px;

  background: #eef6ff;

  border-radius: 20px;

  margin: 0 auto 25px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.experience-icon i {
  font-size: 34px;

  color: #ff5c93;
}

/*==================================
WHY CHOOSE
===================================*/

.why-doctor {
  padding: 100px 0;
}

.feature-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.feature-item {
  display: flex;

  align-items: center;

  font-weight: 500;
}

.feature-item i {
  color: #ff5c93;

  margin-right: 12px;
}

/*==================================
FACILITIES
===================================*/

.facilities-section {
  padding: 100px 0;

  background: #fff;
}

.facility-card {
  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 18px;

  padding: 35px;

  text-align: center;

  transition: 0.35s;

  height: 100%;
}

.facility-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.facility-card i {
  font-size: 40px;

  color: #ff5c93;

  margin-bottom: 20px;
}

.facility-card h5 {
  margin-bottom: 0;
}

/*==================================
CTA
===================================*/

.about-cta {
  padding: 100px 0;

  background: #f8fbff;
}

.cta-box {
  background: linear-gradient(135deg, #ff5c93, #2b7df5);

  color: #fff;

  padding: 70px;

  border-radius: 25px;

  text-align: center;
}

.cta-box h2 {
  font-size: 42px;

  margin-bottom: 20px;
}

.cta-box p {
  max-width: 700px;

  margin: 0 auto;

  opacity: 0.95;

  font-size: 18px;
}
/*==================================
TREATMENT HERO
===================================*/

.treatment-hero {
  padding: 60px 0 100px;

  background: linear-gradient(135deg, #eef7ff, #ffffff);
}

.treatment-hero h1 {
  font-size: 52px;

  font-weight: 700;

  margin: 20px 0;

  line-height: 1.2;
}

.treatment-hero p {
  color: #6c757d;

  font-size: 18px;

  line-height: 1.8;
}

.hero-buttons {
  display: flex;

  gap: 15px;

  margin: 35px 0;

  flex-wrap: wrap;
}

.hero-highlights {
  display: flex;

  flex-wrap: wrap;

  gap: 25px;
}

.hero-highlights div {
  font-weight: 600;
}

.hero-highlights i {
  color: #ff5c93;

  margin-right: 8px;
}

.hero-image {
  text-align: center;
  border-radius: 10px;
  animation: alternate 1s ease-in-out infinite;
  animation-name: bounce;
  animation-duration: 2s;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* .hero-image img {
  max-width: 100%;
} */

/*==================================
CATEGORY SECTION
===================================*/

.category-section {
  padding: 100px 0;

  background: #ffffff;
}

.category-card {
  display: block;

  text-decoration: none;

  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 20px;

  padding: 35px;

  height: 100%;

  transition: 0.35s;

  color: #212529;
}

.category-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);

  color: #212529;
}

.category-icon {
  width: 75px;

  height: 75px;

  background: #eef6ff;

  border-radius: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.category-icon i {
  font-size: 34px;

  color: #ff5c93;
}

.category-card h4 {
  margin-bottom: 15px;

  font-size: 24px;
}

.category-card p {
  color: #6c757d;

  line-height: 1.8;

  min-height: 90px;
}

.category-card span {
  color: #ff5c93;

  font-weight: 600;
}

.category-card span i {
  margin-left: 8px;

  transition: 0.3s;
}

.category-card:hover span i {
  transform: translateX(6px);
}
/*==================================
TREATMENT CATEGORY
===================================*/

.treatment-category {
  padding: 100px 0;
}

.section-heading {
  text-align: center;

  margin-bottom: 60px;
}

.treatment-box {
  display: block;

  background: #fff;

  padding: 30px;

  border-radius: 18px;

  border: 1px solid #edf2f7;

  text-decoration: none;

  color: #212529;

  height: 100%;

  transition: 0.35s;
}

.treatment-box:hover {
  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);

  color: #212529;

  border-color: #ff5c93;
}

.treatment-box h5 {
  font-size: 22px;

  margin-bottom: 15px;

  color: #ff5c93;
}

.treatment-box p {
  color: #6c757d;

  line-height: 1.8;

  margin-bottom: 0;
}

.bg-light {
  background: #f8fbff !important;
}
/*==================================
WHY CHOOSE TREATMENT
===================================*/

.why-treatment-section {
  padding: 100px 0;

  background: #f8fbff;
}

.feature-box {
  margin-bottom: 22px;

  font-weight: 600;

  display: flex;

  align-items: center;
}

.feature-box i {
  color: #ff5c93;

  margin-right: 12px;
}

/*==================================
PROCESS
===================================*/

.process-section {
  padding: 100px 0;

  background: #fff;
}

.process-card {
  position: relative;

  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 20px;

  padding: 35px 20px;

  text-align: center;

  transition: 0.3s;

  height: 100%;
}

.process-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.step-number {
  position: absolute;

  top: 15px;

  right: 18px;

  font-size: 14px;

  font-weight: 700;

  color: #ff5c93;
}

.process-card i {
  font-size: 38px;

  color: #ff5c93;

  margin: 20px 0;
}

.process-card h6 {
  font-size: 18px;

  margin-bottom: 0;
}

/*==================================
CTA
===================================*/

.treatment-cta {
  padding: 100px 0;

  background: #f8fbff;
}

.cta-wrapper {
  background: linear-gradient(135deg, #ff5c93, #2e86ff);

  color: #fff;

  padding: 70px;

  border-radius: 24px;

  text-align: center;
}

.cta-wrapper h2 {
  font-size: 42px;

  margin-bottom: 20px;
}

.cta-wrapper p {
  max-width: 720px;

  margin: 0 auto;

  font-size: 18px;

  opacity: 0.95;
}
/*==================================
GALLERY HERO
===================================*/

.gallery-hero {
  padding: 70px 0 100px;

  background: linear-gradient(135deg, #eef7ff, #ffffff);
}

.gallery-hero h1 {
  font-size: 52px;

  font-weight: 700;

  margin: 20px 0;

  line-height: 1.2;
}

.gallery-hero p {
  color: #6c757d;

  font-size: 18px;

  line-height: 1.8;
}

.gallery-highlights {
  display: flex;

  flex-wrap: wrap;

  gap: 25px;

  margin-top: 35px;
}

.gallery-highlights div {
  font-weight: 600;
}

.gallery-highlights i {
  color: #ff5c93;

  margin-right: 8px;
}

/*==================================
GALLERY
===================================*/

.gallery-section {
  padding: 100px 0;
}

.gallery-item {
  position: relative;

  display: block;

  overflow: hidden;

  border-radius: 20px;

  text-decoration: none;
}

.gallery-item img {
  width: 100%;

  height: 320px;

  object-fit: cover;

  transition: 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;

  inset: 0;

  background: rgba(11, 94, 215, 0.65);

  display: flex;

  align-items: flex-end;

  padding: 25px;

  opacity: 0;

  transition: 0.35s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h5 {
  color: #fff;

  margin: 0;

  font-size: 22px;

  font-weight: 600;
}
/*==================================
FACILITY SECTION
===================================*/

.facility-section {
  padding: 100px 0;
}

.facility-card {
  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  transition: 0.35s;

  height: 100%;
}

.facility-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.facility-card img {
  width: 100%;

  height: 280px;

  object-fit: cover;
}

.facility-content {
  padding: 25px;
}

.facility-content h4 {
  margin-bottom: 12px;

  color: #ff5c93;

  font-size: 24px;
}

.facility-content p {
  color: #6c757d;

  margin-bottom: 0;

  line-height: 1.8;
}

/*==================================
FACILITY FEATURES
===================================*/

.facility-feature {
  background: #fff;

  border-radius: 20px;

  padding: 40px 25px;

  text-align: center;

  border: 1px solid #edf2f7;

  transition: 0.3s;

  height: 100%;
}

.facility-feature:hover {
  transform: translateY(-8px);

  border-color: #ff5c93;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.facility-feature i {
  font-size: 42px;

  color: #ff5c93;

  margin-bottom: 20px;
}

.facility-feature h5 {
  margin-bottom: 0;

  font-size: 20px;

  font-weight: 600;
}
/*==================================
PATIENT CARE
===================================*/

.patient-care-section {
  padding: 100px 0;
}

.care-card {
  background: #fff;

  border-radius: 20px;

  padding: 40px 30px;

  text-align: center;

  border: 1px solid #edf2f7;

  transition: 0.35s;

  height: 100%;
}

.care-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.care-card i {
  font-size: 46px;

  color: #ff5c93;

  margin-bottom: 20px;
}

.care-card h4 {
  margin-bottom: 15px;
}

.care-card p {
  color: #6c757d;

  line-height: 1.8;
}

/*==================================
CLINIC INFO
===================================*/

.clinic-info-section {
  padding: 90px 0;
}

.info-box {
  text-align: center;

  padding: 40px 30px;

  background: #fff;

  border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  height: 100%;
}

.info-box i {
  font-size: 40px;

  color: #ff5c93;

  margin-bottom: 20px;
}

.info-box h4 {
  margin-bottom: 15px;
}

/*==================================
CTA
===================================*/

.gallery-cta {
  padding: 100px 0;

  background: #f8fbff;
}

.cta-box {
  background: linear-gradient(135deg, #ff5c93, #2e86ff);

  color: #fff;

  padding: 70px;

  border-radius: 24px;

  text-align: center;
}

.cta-box h2 {
  font-size: 42px;

  margin: 20px 0;
}

.cta-box p {
  max-width: 700px;

  margin: auto;

  opacity: 0.95;

  font-size: 18px;
}
/*==================================
CONTACT HERO
===================================*/

.contact-hero {
  padding: 70px 0 100px;

  background: linear-gradient(135deg, #eef7ff, #ffffff);
}

.contact-hero h1 {
  font-size: 52px;

  font-weight: 700;

  margin: 20px 0;

  line-height: 1.2;
}

.contact-hero p {
  color: #6c757d;

  font-size: 18px;

  line-height: 1.8;
}

.contact-highlights {
  display: flex;

  flex-wrap: wrap;

  gap: 25px;

  margin-top: 35px;
}

.contact-highlights div {
  font-weight: 600;
}

.contact-highlights i {
  color: #ff5c93;

  margin-right: 8px;
}

/*==================================
CONTACT INFO
===================================*/

.contact-info-section {
  padding: 100px 0 40px;
}

.contact-card {
  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 20px;

  padding: 40px 30px;

  text-align: center;

  transition: 0.35s;

  height: 100%;
}

.contact-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.contact-card i {
  font-size: 42px;

  color: #ff5c93;

  margin-bottom: 20px;
}

.contact-card h4 {
  margin-bottom: 15px;
}

.contact-card p {
  color: #6c757d;

  line-height: 1.8;

  margin-bottom: 0;
}

/*==================================
APPOINTMENT FORM
===================================*/

.appointment-section {
  padding: 60px 0 100px;
}

.appointment-form {
  background: #fff;

  padding: 40px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.appointment-form .form-control,
.appointment-form .form-select {
  height: 56px;

  border-radius: 12px;

  border: 1px solid #dce6f2;
}

.appointment-form textarea.form-control {
  height: auto;

  resize: none;

  padding-top: 15px;
}

.appointment-form .btn {
  padding: 14px 40px;
}
/*==================================
LOCATION SECTION
===================================*/

.location-section {
  padding: 100px 0;
}

.map-wrapper {
  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  display: block;
}

/*==================================
CLINIC TIMINGS
===================================*/

.timing-section {
  padding: 100px 0;
}

.timing-card {
  background: #fff;

  border-radius: 20px;

  padding: 35px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.timing-row {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 16px 0;

  border-bottom: 1px solid #edf2f7;
}

.timing-row:last-child {
  border-bottom: none;
}

.timing-row strong {
  color: #ff5c93;
}

.timing-row.closed strong {
  color: #dc3545;
}

/*==================================
FAQ
===================================*/

.faq-section {
  padding: 100px 0;
}

.accordion-item {
  border: none;

  border-radius: 15px !important;

  margin-bottom: 20px;

  overflow: hidden;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.accordion-button {
  padding: 20px 25px;

  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background: #ff5c93;

  color: #fff;
}

.accordion-body {
  padding: 20px 25px;

  line-height: 1.8;

  color: #6c757d;
}
/*==================================
EMERGENCY SECTION
===================================*/

.emergency-section {
  padding: 100px 0;

  background: #ffffff;
}

.emergency-section .btn {
  padding: 14px 40px;
}

/*==================================
QUICK CONTACT
===================================*/

.quick-contact-section {
  padding: 0 0 100px;
}

.quick-card {
  display: block;

  text-align: center;

  text-decoration: none;

  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 20px;

  padding: 45px 30px;

  transition: 0.35s;

  color: #212529;

  height: 100%;
}

.quick-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);

  border-color: #ff5c93;

  color: #212529;
}

.quick-icon {
  width: 80px;

  height: 80px;

  margin: 0 auto 25px;

  border-radius: 50%;

  background: #eef6ff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.quick-icon i {
  font-size: 34px;

  color: #ff5c93;
}

.quick-card h4 {
  margin-bottom: 15px;

  font-size: 24px;
}

.quick-card p {
  color: #6c757d;

  line-height: 1.8;

  margin-bottom: 0;
}

/*==================================
CONTACT CTA
===================================*/

.contact-cta {
  padding: 100px 0;

  background: #f8fbff;
}

.contact-cta-box {
  background: linear-gradient(135deg, #ff5c93, #2e86ff);

  color: #fff;

  text-align: center;

  border-radius: 24px;

  padding: 70px 50px;
}

.contact-cta-box h2 {
  font-size: 42px;

  margin: 20px 0;
}

.contact-cta-box p {
  max-width: 720px;

  margin: 0 auto;

  font-size: 18px;

  line-height: 1.8;

  opacity: 0.95;
}
/* Floating Button */
.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 65px;
  height: 65px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  transform: scale(1.08);
}

.whatsapp-btn img {
  width: 36px;
}

/* Popup */
.whatsapp-popup {
  position: fixed;
  right: 20px;
  bottom: 95px;
  width: 340px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 9999;
}

.popup-header {
  background: #25d366;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header span {
  cursor: pointer;
  font-size: 24px;
}

.popup-body {
  padding: 18px;
}

.popup-body input,
.popup-body textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

.popup-body textarea {
  resize: none;
  height: 90px;
}

.popup-body button {
  width: 100%;
  padding: 13px;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.popup-body button:hover {
  background: #1ebd5a;
}

@media (max-width: 480px) {
  .whatsapp-popup {
    width: 92%;
    right: 4%;
  }
}

/* Treatment card imagery */
.treatments .treatment-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
}

.treatments .treatment-card::after {
  content: "";
  display: block;
  order: -1;
  height: 164px;
  margin-bottom: 24px;
  background: center / cover no-repeat;
  transition: transform .35s ease;
}

.treatments .treatment-card > * {
  margin-left: 26px;
  margin-right: 26px;
}

.treatments .treatment-card .treatment-icon {
  display: none;
}

.treatments .treatment-card h4 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.treatments .treatment-card p {
  min-height: 76px;
  margin-bottom: 17px;
  font-size: .86rem;
  line-height: 1.65;
}

.treatments .treatment-card .treatment-book-btn {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 26px;
}

.treatments .treatment-card:hover::after {
  transform: scale(1.045);
}

.treatments .row > div .treatment-card::after {
  background-image: url("/assets/images/treatment-card-collection.png");
  background-size: 400% 300%;
}

.treatments .row > div:nth-child(1) .treatment-card::after { background-position: 0% 0%; }
.treatments .row > div:nth-child(2) .treatment-card::after { background-position: 33.333% 0%; }
.treatments .row > div:nth-child(3) .treatment-card::after { background-position: 66.667% 0%; }
.treatments .row > div:nth-child(4) .treatment-card::after { background-position: 100% 0%; }
.treatments .row > div:nth-child(5) .treatment-card::after { background-position: 0% 50%; }
.treatments .row > div:nth-child(6) .treatment-card::after { background-position: 33.333% 50%; }
.treatments .row > div:nth-child(7) .treatment-card::after { background-position: 66.667% 50%; }
.treatments .row > div:nth-child(8) .treatment-card::after { background-position: 100% 50%; }
.treatments .row > div:nth-child(9) .treatment-card::after { background-position: 0% 100%; }
.treatments .row > div:nth-child(10) .treatment-card::after { background-position: 33.333% 100%; }
.treatments .row > div:nth-child(11) .treatment-card::after { background-position: 66.667% 100%; }
.treatments .row > div:nth-child(12) .treatment-card::after { background-position: 100% 100%; }

@media (max-width: 575px) {
  .treatments .treatment-card::after { height: 185px; }
}
