/**
* Template Name: Siimple
* Template URL: https://bootstrapmade.com/free-bootstrap-landing-page/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --heading-font: "Fraunces", Georgia, "Times New Roman", serif;
  --nav-font: "DM Sans", system-ui, sans-serif;
}

/* Global Colors — Markaz ihtiwaa logo palette (deep teal, ochre gold, leaf green) */
:root {
  --brand-teal: #00524a;
  --brand-teal-deep: #003831;
  --brand-gold: #d19545;
  --brand-gold-bright: #e2a14d;
  --brand-leaf: #1a8471;
  --brand-mint: #6ec4b6;

  --background-color: #faf9f6;
  --default-color: #2d4540;
  --heading-color: #053a34;
  --accent-color: #1a8471;
  --accent-soft: #eef6f3;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

/* Nav Menu Colors */
:root {
  --nav-color: #f4faf9;
  --nav-hover-color: color-mix(in srgb, var(--brand-gold-bright), white 50%);
  --nav-mobile-background-color: var(--brand-teal-deep);
  --nav-dropdown-background-color: var(--brand-teal-deep);
  --nav-dropdown-color: #e8f4f3;
  --nav-dropdown-hover-color: color-mix(in srgb, var(--brand-mint), white 25%);
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #eef6f5;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #6f6f6f;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #898989;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 1035;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 32px;
  margin-right: 8px;
}

/* Public header: square brand lockup (1:1), sharp downscale from hires source */
.clinic-page .header .logo img.logo-custom {
  display: block;
  width: min(128px, 22vw);
  height: auto;
  max-height: min(128px, 22vh);
  aspect-ratio: 1 / 1;
  margin-right: 0;
  margin-inline-end: 0.35rem;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  object-fit: contain;
  object-position: center center;
  filter: none;
  image-rendering: auto;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .clinic-page .header .logo img.logo-custom {
    width: min(152px, 12vw);
    max-height: min(152px, 28vh);
  }
}

.header .logo h1 {
  font-size: 1.65rem;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--heading-color);
}

.clinic-page .header .logo {
  flex: 0 0 auto;
  gap: 0.65rem;
  align-items: center;
  padding-block: 0.35rem;
  min-height: 4.25rem;
  max-width: min(60vw, 360px);
}

.clinic-page .header .logo .logo-text-live {
  display: inline-block;
  font-family: var(--heading-font);
  font-size: clamp(1rem, 1.05vw + 0.45rem, 1.35rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--heading-color);
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .clinic-page .header .logo img.logo-custom {
    width: min(108px, 28vw);
    max-height: min(108px, 28vh);
  }

  .clinic-page .header .logo {
    min-height: 3.75rem;
    max-width: min(72vw, 320px);
  }

  .clinic-page .header .logo .logo-text-live {
    font-size: clamp(0.92rem, 2.8vw, 1.05rem);
  }
}

.clinic-page .logo-mark {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold-bright), var(--brand-leaf));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-gold), transparent 70%);
}

/* Global Header on Scroll — more transparent bar (شفافية أعلى) */
.scrolled .header {
  --background-color: color-mix(in srgb, var(--brand-teal) 58%, transparent);
  --heading-color: #f4faf9;
  --default-color: #e8f4f3;
  box-shadow: 0 4px 28px rgba(0, 40, 36, 0.09);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.clinic-page.scrolled .header .logo h1,
.clinic-page.scrolled .header .logo .logo-mark {
  color: var(--heading-color);
}

.header-toolbar {
  align-items: center;
  gap: 0.35rem;
  /* Pull language bar away from scrollbar / viewport edge */
  margin-inline-end: 2rem;
}

/* Extra inset when menu icon is shown (fixed, right side in LTR) */
@media (max-width: 1199.98px) {
  .header-toolbar {
    margin-inline-end: calc(2rem + 52px);
  }

  /* RTL: icon fixed left → inset that side; keep gap from scrollbar (right) */
  html[dir="rtl"] .header-toolbar {
    margin-inline-end: calc(2rem + 52px);
    margin-inline-start: 2rem;
  }
}

.lang-switch {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
  background: color-mix(in srgb, #fff, transparent 86%);
  border: 1px solid color-mix(in srgb, #fff, transparent 72%);
  position: relative;
  z-index: 1000;
  font-family: "Noto Sans Arabic", "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
}

.lang-switch__btn {
  margin: 0;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #f4faf9;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
}

.lang-switch__btn:hover,
.lang-switch__btn:focus,
.lang-switch__btn:active {
  text-decoration: none;
}

.lang-switch__btn:hover {
  background: color-mix(in srgb, #fff, transparent 88%);
  color: #fff;
}

.lang-switch__btn.is-active {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.lang-switch__btn:focus-visible {
  outline: 2px solid var(--brand-mint);
  outline-offset: 2px;
}

.scrolled .lang-switch {
  background: color-mix(in srgb, var(--surface-color), transparent 52%);
  border-color: color-mix(in srgb, var(--default-color), transparent 72%);
}

.scrolled .lang-switch__btn {
  color: var(--default-color);
}

.scrolled .lang-switch__btn:hover {
  color: var(--heading-color);
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
}

.scrolled .lang-switch__btn.is-active {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu */
.mobile-nav-toggle {
  color: var(--nav-color);
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 32px;
  line-height: 0;
  cursor: pointer;
  display: block !important;
  z-index: 998;
  transition: 0.3s;
}

.mobile-nav-toggle:hover {
  color: var(--nav-hover-color);
}

.navmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  z-index: 997;
  transition: 0.3s;
  width: 300px;
  overflow: hidden;
}

.navmenu ul {
  display: block;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 998;
}

.navmenu a,
.navmenu a:focus {
  color: var(--nav-dropdown-color);
  padding: 10px 20px;
  font-family: var(--nav-font);
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.navmenu a i:hover,
.navmenu a:focus i:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
  color: var(--nav-dropdown-hover-color);
}

.navmenu .active i,
.navmenu .active:focus i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: rotate(180deg);
}

.navmenu .dropdown ul {
  position: static;
  display: none;
  z-index: 99;
  padding: 10px 0;
  margin: 10px 20px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.navmenu .dropdown>.dropdown-active {
  display: block;
  background-color: var(--nav-dropdown-background-color);
  border: 1px solid color-mix(in srgb, var(--nav-dropdown-color), transparent 90%);
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav-toggle {
  right: 310px;
  font-size: 36px;
}

.mobile-nav-active .navmenu {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--nav-mobile-background-color);
  transition: 0.3s;
}

html[dir="rtl"] .navmenu {
  right: auto;
  left: -300px;
}

html[dir="rtl"] body.mobile-nav-active .navmenu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .mobile-nav-toggle {
  right: auto;
  left: 20px;
}

html[dir="rtl"] body.mobile-nav-active .mobile-nav-toggle {
  right: auto;
  left: 310px;
}

html[dir="rtl"] .whatsapp-float {
  left: auto;
  right: 22px;
}

html[dir="rtl"] .scroll-top {
  right: auto;
  left: 15px;
}

html[dir="rtl"] .scroll-top.active {
  left: 15px;
}

html[lang="ar"] body {
  font-family: "Noto Sans Arabic", "DM Sans", system-ui, sans-serif;
}

html[lang="ar"] .hero__title,
html[lang="ar"] .section-title h2,
html[lang="ar"] .about .content h3,
html[lang="ar"] .why-us .card h2,
html[lang="ar"] .services .service-item h3,
html[lang="ar"] .contact .info-item h3,
html[lang="ar"] .footer h3,
html[lang="ar"] .page-title h1,
html[lang="ar"] .sd-display,
html[lang="ar"] .sd-h3,
html[lang="ar"] .sd-step__title,
html[lang="ar"] .sd-card__title,
html[lang="ar"] .sd-cta__title {
  font-family: "Noto Sans Arabic", sans-serif;
}

html[lang="he"] body {
  font-family: "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
}

html[lang="he"] .hero__title,
html[lang="he"] .section-title h2,
html[lang="he"] .about .content h3,
html[lang="he"] .why-us .card h2,
html[lang="he"] .services .service-item h3,
html[lang="he"] .contact .info-item h3,
html[lang="he"] .footer h3,
html[lang="he"] .page-title h1,
html[lang="he"] .sd-display,
html[lang="he"] .sd-h3,
html[lang="he"] .sd-step__title,
html[lang="he"] .sd-card__title,
html[lang="he"] .sd-cta__title {
  font-family: "Noto Sans Hebrew", sans-serif;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #dbebe9;
  background:
    radial-gradient(120% 120% at 0% 0%, color-mix(in srgb, var(--brand-gold) 22%, transparent) 0%, transparent 55%),
    radial-gradient(110% 110% at 100% 100%, color-mix(in srgb, var(--brand-leaf) 24%, transparent) 0%, transparent 58%),
    linear-gradient(160deg, #063f3a 0%, #0b5a51 48%, #0f6d61 100%);
  font-size: 14px;
  text-align: center;
  padding: 46px 0 34px;
  position: relative;
  overflow: hidden;
}

.footer h3 {
  font-size: clamp(1.85rem, 1.5rem + 1vw, 2.5rem);
  font-weight: 500;
  position: relative;
  padding: 0;
  margin: 0 0 12px 0;
  color: #f7fcfb;
  letter-spacing: -0.02em;
}

.footer .footer-logo-small {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 0.9rem;
  padding: 8px;
  border-radius: 14px;
  background: color-mix(in srgb, #ffffff 92%, transparent);
  border: 1px solid color-mix(in srgb, #ffffff 48%, transparent);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.2),
    0 0 0 1px color-mix(in srgb, var(--brand-gold-bright) 35%, transparent) inset;
  filter: saturate(1.03) contrast(1.04);
}

.footer p {
  font-size: 0.97rem;
  font-style: normal;
  color: #d7ebe8;
  max-width: 64ch;
  padding: 0;
  margin: 0 auto 26px;
  line-height: 1.65;
}

.footer .social-links {
  margin: 0 0 28px;
  gap: 0.48rem;
}

.footer .social-links a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #ffffff 18%, transparent);
  color: #ffffff;
  line-height: 1;
  margin: 0;
  border: 1px solid color-mix(in srgb, #ffffff 25%, transparent);
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.footer .social-links a:hover {
  background: color-mix(in srgb, var(--brand-gold-bright) 82%, transparent);
  border-color: color-mix(in srgb, var(--brand-gold) 85%, transparent);
  color: #063f3a;
  text-decoration: none;
}

.footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, #ffffff 28%, transparent);
  font-size: 0.98rem;
  color: #f3fbfa;
}

.footer .copyright a {
  color: color-mix(in srgb, var(--brand-gold-bright) 85%, #ffffff);
  text-decoration: none;
  font-weight: 600;
}

.footer .copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .credits {
  font-size: 0.84rem;
  padding-top: 8px;
  color: #c4deda;
}

.footer .container:first-child {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 1.25rem 1rem 1rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, color-mix(in srgb, #ffffff 10%, transparent), color-mix(in srgb, #ffffff 4%, transparent));
  border: 1px solid color-mix(in srgb, #ffffff 22%, transparent);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 22px 48px rgba(1, 26, 23, 0.24);
}

.footer .container > .container {
  max-width: 760px;
}

@media (max-width: 575.98px) {
  .footer {
    padding: 36px 0 26px;
  }

  .footer .container:first-child {
    border-radius: 1rem;
    padding: 1rem 0.8rem 0.9rem;
  }

  .footer h3 {
    font-size: 1.6rem;
  }

  .footer p {
    font-size: 0.9rem;
    margin-bottom: 22px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--accent-color);
  border-top-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

#preloader.preloader-clinic {
  background: linear-gradient(160deg, var(--brand-teal-deep) 0%, var(--brand-teal) 50%, #0a5c52 100%);
}

#preloader.preloader-clinic:before {
  border-color: color-mix(in srgb, var(--brand-gold-bright), transparent 35%);
  border-top-color: transparent;
  box-shadow: 0 0 40px color-mix(in srgb, var(--brand-gold), transparent 45%);
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# WhatsApp floating button (public pages)
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 99998;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(80% 80% at 30% 30%, rgba(255, 255, 255, 0.24), transparent 70%),
    linear-gradient(145deg, #2fe066, #25d366);
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, filter 0.35s ease;
  animation: whatsapp-float-pulse 2.8s ease-in-out infinite;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.58);
  filter: saturate(1.06);
}

.whatsapp-float.is-dragging {
  animation: none;
  cursor: grabbing;
  transform: scale(1.05);
  box-shadow: 0 24px 52px rgba(37, 211, 102, 0.52);
}

.whatsapp-float:focus-visible {
  outline: 3px solid var(--brand-mint);
  outline-offset: 3px;
}

@keyframes whatsapp-float-pulse {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  }

  50% {
    box-shadow: 0 10px 36px rgba(37, 211, 102, 0.65), 0 0 0 6px rgba(37, 211, 102, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }
}

@media (max-width: 576px) {
  .whatsapp-float {
    left: 14px;
    bottom: 14px;
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}

.section-title p {
  margin-bottom: 0;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.section-title__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent-color);
  margin-bottom: 0.65rem;
}

.section-title__line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 1.5rem auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent-color), var(--brand-mint));
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 100px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--brand-teal-deep);
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.15s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 1.15s;
  pointer-events: none;
}

.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 1.15s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
  z-index: 1;
}

.hero__slide-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero__slide.is-active .hero__slide-img {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    transition: opacity 0.35s ease;
  }

  .hero__slide.is-active {
    transition: opacity 0.35s ease;
  }

  .hero__slide-img,
  .hero__slide.is-active .hero__slide-img {
    transform: none;
    transition: none;
  }
}

.hero__slider-chrome {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero__slider-btn {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #f4faf9, transparent 55%);
  background: color-mix(in srgb, var(--brand-teal-deep), transparent 35%);
  color: #f4faf9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero__slider-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
  border-color: color-mix(in srgb, var(--brand-mint), transparent 30%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(15, 28, 29, 0.35);
}

.hero__slider-btn:focus-visible {
  outline: 2px solid var(--brand-mint);
  outline-offset: 3px;
}

.hero__slider-btn:active {
  transform: translateY(-50%) scale(0.96);
}

.hero__slider-btn--prev {
  left: clamp(12px, 4vw, 28px);
}

.hero__slider-btn--next {
  right: clamp(12px, 4vw, 28px);
}

.hero__slider-dots {
  pointer-events: auto;
  position: absolute;
  left: 50%;
  bottom: clamp(72px, 12vh, 120px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-teal-deep), transparent 55%);
  border: 1px solid color-mix(in srgb, #f4faf9, transparent 78%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero__slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: color-mix(in srgb, #f4faf9, transparent 55%);
  cursor: pointer;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.hero__slider-dot:hover {
  background: color-mix(in srgb, #f4faf9, transparent 25%);
  transform: scale(1.15);
}

.hero__slider-dot:focus-visible {
  outline: 2px solid var(--brand-mint);
  outline-offset: 2px;
}

.hero__slider-dot.is-active {
  background: var(--brand-mint);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-mint), transparent 70%);
  transform: scale(1.2);
}

.hero__slider-progress {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 2;
  background: color-mix(in srgb, #f4faf9, transparent 88%);
}

.hero__slider-progress-bar {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent-color), var(--brand-mint));
  border-radius: 0 2px 2px 0;
}

@media (max-width: 576px) {
  .hero__slider-btn {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }

  .hero__slider-btn--prev {
    left: 8px;
  }

  .hero__slider-btn--next {
    right: 8px;
  }

  .hero__slider-dots {
    bottom: 56px;
    gap: 8px;
    padding: 6px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slider-progress,
  .hero__slider-progress-bar {
    display: none;
  }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    125deg,
    rgba(15, 28, 29, 0.78) 0%,
    rgba(26, 46, 48, 0.52) 42%,
    rgba(61, 139, 135, 0.38) 100%
  );
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 4;
}

.hero__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--brand-mint);
  margin-bottom: 1rem;
}

html[lang="ar"] .hero__eyebrow,
html[lang="he"] .hero__eyebrow {
  text-transform: none;
  letter-spacing: 0.04em;
}

html[lang="ar"] .hero__eyebrow {
  font-family: "Segoe UI", "Tahoma", "Noto Naskh Arabic", system-ui, sans-serif;
}

.hero__title {
  margin: 0;
  color: #f4faf9;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero__title-line {
  display: block;
}

.hero__title-line--accent {
  background: linear-gradient(105deg, #ffffff 0%, var(--brand-gold-bright) 42%, var(--brand-mint) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 0.06em;
}

.hero__lead {
  margin: 1.35rem auto 0;
  max-width: 34rem;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  color: color-mix(in srgb, #f4faf9, transparent 12%);
  font-weight: 400;
}

html[lang="ar"] .hero__title,
html[lang="he"] .hero__title {
  letter-spacing: 0;
  line-height: 1.2;
}

html[lang="ar"] .hero__lead,
html[lang="he"] .hero__lead {
  line-height: 1.75;
}

.hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.hero .btn-get-started {
  color: #1a1208;
  background: linear-gradient(135deg, #c8893a 0%, var(--brand-gold-bright) 100%);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  margin: 0;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 0 12px 40px color-mix(in srgb, var(--brand-gold), transparent 42%);
}

.hero .btn-get-started::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.hero .btn-get-started:hover {
  background: linear-gradient(135deg, #b67a32 0%, #d19545 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--brand-gold), transparent 35%);
}

.hero .btn-get-started:hover::after {
  transform: translateX(100%);
}

.hero .btn-outline-light {
  color: #f4faf9;
  border: 1.5px solid color-mix(in srgb, #f4faf9, transparent 35%);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  padding: 13px 32px;
  border-radius: 999px;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero .btn-outline-light:hover {
  color: var(--brand-teal-deep);
  background: #f4faf9;
  border-color: #f4faf9;
  transform: translateY(-2px);
}

.hero__scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 26px;
  height: 42px;
  border: 2px solid color-mix(in srgb, #f4faf9, transparent 50%);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}

.hero__scroll-hint:hover {
  border-color: var(--brand-mint);
  opacity: 1;
}

.hero__scroll-mouse {
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background: var(--brand-mint);
  opacity: 0.85;
}

@media (max-width: 768px) {
  .hero__scroll-hint {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding: 96px 0 102px;
  }

  .hero__content {
    padding-inline: 0.65rem;
  }

  .hero__content .col-lg-9 {
    max-width: 100%;
    margin-inline: auto;
    padding: 1rem 0.95rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand-teal-deep), transparent 24%), color-mix(in srgb, #041716, transparent 42%));
    border: 1px solid color-mix(in srgb, #f4faf9, transparent 82%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.7rem;
  }

  .hero__title {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
    line-height: 1.16;
  }

  .hero__lead {
    margin-top: 0.95rem;
    font-size: clamp(0.95rem, 3.2vw, 1.06rem);
    max-width: 100%;
  }

  .hero__actions {
    margin-top: 1.2rem;
    gap: 0.65rem;
  }

  .hero .btn-get-started,
  .hero .btn-outline-light {
    min-width: min(100%, 170px);
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 420px) {
  .hero {
    padding: 88px 0 96px;
  }

  .hero__content {
    padding-inline: 0.5rem;
  }

  .hero__content .col-lg-9 {
    padding: 0.82rem 0.7rem 0.92rem;
    border-radius: 14px;
  }

  .hero__title {
    font-size: clamp(1.7rem, 9vw, 2.15rem);
  }

  .hero__lead {
    font-size: 0.92rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.58rem;
  }

  .hero .btn-get-started,
  .hero .btn-outline-light {
    width: 100%;
    min-width: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: var(--accent-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about__image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px color-mix(in srgb, var(--heading-color), transparent 88%);
}

.about__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent-color), transparent 80%);
  pointer-events: none;
  z-index: 1;
}

.about__image {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about__image-wrap:hover .about__image {
  transform: scale(1.04);
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .card {
  background-color: var(--surface-color);
  color: var(--default-color);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin-bottom: 20px;
  border: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.why-us .card--lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--heading-color), transparent 86%);
}

.why-us .card .img {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.why-us .card .img img {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-us .card--lift:hover .img img {
  transform: scale(1.06);
}

.why-us .card .icon {
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), white 92%);
  border: 4px solid var(--background-color);
  width: 72px;
  height: 72px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 32px);
  bottom: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 0;
  transition: 0.3s;
}

.why-us .card:hover .icon {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.why-us .card h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 50px 0 12px 0;
  color: var(--heading-color);
}

.why-us .card p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0 30px 30px 30px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid var(--surface-color);
  height: 100%;
}

.services .service-item .icon {
  color: var(--contrast-color);
  background: var(--accent-color);
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  transform: translateY(-8px);
  border-color: var(--accent-color);
  box-shadow: 0 18px 50px color-mix(in srgb, var(--accent-color), transparent 82%);
}

.services .service-item:hover h3 {
  color: var(--accent-color);
}

.services .service-item:hover .icon {
  transform: scale(1.08) rotate(-4deg);
}

.services .service-item .icon {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item i {
  color: var(--accent-color);
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  width: 72px;
  height: 72px;
  background: var(--accent-soft);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, color 0.3s ease;
}

.contact .info-card {
  padding: 1.5rem 1rem;
  border-radius: 18px;
  background: var(--surface-color);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--heading-color), transparent 92%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.contact .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px color-mix(in srgb, var(--accent-color), transparent 88%);
}

.contact .info-card:hover i {
  transform: scale(1.08);
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .info-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact .info-item.info-item-borders {
    border-left: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  }
}

.contact .php-email-form {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}

.contact-form-glow {
  border-radius: 20px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
  transition: box-shadow 0.45s ease, border-color 0.45s ease;
}

.contact-form-glow:focus-within {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-color), transparent 75%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Service details page — creative / professional (psychology)
--------------------------------------------------------------*/
.service-details-page .page-title.page-title--service {
  --background-color: var(--brand-teal-deep);
  background:
    radial-gradient(ellipse 120% 80% at 20% 0%, rgba(61, 139, 135, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 100% 40%, rgba(126, 200, 195, 0.18) 0%, transparent 50%),
    linear-gradient(165deg, var(--brand-teal-deep) 0%, #054038 48%, #032925 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--brand-mint), transparent 88%);
  overflow: hidden;
}

.service-details-page .page-title.page-title--service:before {
  opacity: 0.35;
}

.service-details-page .page-title__glow {
  position: absolute;
  width: min(520px, 90vw);
  height: min(520px, 90vw);
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--accent-color), transparent 72%) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(2px);
}

.service-details-page .page-title__eyebrow {
  font-family: var(--default-font);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-mint);
  margin-bottom: 1rem;
}

.service-details-page .page-title__eyebrow [lang="ar"] {
  text-transform: none;
  letter-spacing: 0.06em;
  font-family: "Segoe UI", "Tahoma", "Noto Naskh Arabic", system-ui, sans-serif;
  unicode-bidi: embed;
}

.service-details-page .page-title.page-title--service h1 {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.service-details-page .page-title__lead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.65;
  max-width: 36rem;
  margin: 1rem auto 1.5rem;
  color: color-mix(in srgb, #f4faf9, transparent 14%);
  font-weight: 400;
}

.service-details.sd-pro {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.service-details.sd-pro .sd-intro {
  margin-bottom: 3.5rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.service-details.sd-pro .sd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.service-details.sd-pro .sd-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), white 92%);
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 78%);
}

.service-details.sd-pro .sd-display {
  font-family: var(--heading-font);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.service-details.sd-pro .sd-display em {
  font-style: italic;
  color: var(--accent-color);
  font-weight: 500;
}

.service-details.sd-pro .sd-intro__text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
  max-width: 42rem;
}

.service-details.sd-pro .sd-feature {
  margin-bottom: 4rem;
}

.service-details.sd-pro .sd-media {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.service-details.sd-pro .sd-media__frame {
  position: absolute;
  inset: -12px 12px 12px -12px;
  border-radius: 20px;
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 55%);
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-details.sd-pro .sd-media:hover .sd-media__frame {
  transform: translate(6px, -6px) rotate(-1deg);
}

.service-details.sd-pro .sd-media__img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: 0 28px 60px rgba(15, 28, 29, 0.2);
}

.service-details.sd-pro .sd-media__tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-teal-deep);
  background: color-mix(in srgb, #f4faf9, transparent 8%);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(15, 28, 29, 0.12);
}

.service-details.sd-pro .sd-media__tag i {
  color: var(--accent-color);
  font-size: 1rem;
}

.service-details.sd-pro .sd-h3 {
  font-family: var(--heading-font);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.service-details.sd-pro .sd-h3--center {
  text-align: center;
}

.service-details.sd-pro .sd-prose {
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.service-details.sd-pro .sd-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-details.sd-pro .sd-checks li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  font-size: 0.98rem;
  line-height: 1.55;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.service-details.sd-pro .sd-checks li:last-child {
  border-bottom: 0;
}

.service-details.sd-pro .sd-checks i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--accent-color);
  font-size: 1.15rem;
}

.service-details.sd-pro .sd-quote {
  margin: 0 0 4rem;
  padding: 2.25rem 2rem;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--accent-color), white 94%) 0%,
    color-mix(in srgb, var(--accent-color), white 88%) 100%
  );
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  position: relative;
  overflow: hidden;
}

.service-details.sd-pro .sd-quote::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: -60px;
  top: -60px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent-color), transparent 70%) 0%, transparent 70%);
  pointer-events: none;
}

.service-details.sd-pro .sd-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--heading-color);
  border: 0;
}

.service-details.sd-pro .sd-quote__open {
  display: block;
  font-size: 3rem;
  line-height: 0.5;
  color: var(--accent-color);
  opacity: 0.45;
  margin-bottom: 0.5rem;
  font-family: Georgia, serif;
}

.service-details.sd-pro .sd-quote figcaption {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.service-details.sd-pro .sd-steps-head {
  margin-bottom: 2rem;
}

.service-details.sd-pro .sd-steps-head__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.service-details.sd-pro .sd-step {
  height: 100%;
  padding: 1.75rem 1.5rem;
  background: var(--surface-color);
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  box-shadow: 0 10px 40px rgba(15, 28, 29, 0.06);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.service-details.sd-pro .sd-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15, 28, 29, 0.1);
}

.service-details.sd-pro .sd-step__n {
  display: block;
  font-family: var(--heading-font);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(120deg, var(--accent-color), var(--brand-mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}

.service-details.sd-pro .sd-step__title {
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: var(--heading-color);
}

.service-details.sd-pro .sd-step__text {
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
}

.service-details.sd-pro .sd-spotlight {
  margin-bottom: 3.5rem;
}

.service-details.sd-pro .sd-card {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: color-mix(in srgb, var(--surface-color), var(--accent-color) 4%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
  transition: border-color 0.35s ease, background 0.35s ease;
}

.service-details.sd-pro .sd-card:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
  background: color-mix(in srgb, var(--surface-color), var(--accent-color) 8%);
}

.service-details.sd-pro .sd-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--contrast-color);
  background: linear-gradient(135deg, var(--accent-color), var(--brand-leaf));
  margin-bottom: 1.1rem;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--accent-color), transparent 55%);
}

.service-details.sd-pro .sd-card__title {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.service-details.sd-pro .sd-card__text {
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.service-details.sd-pro .sd-cta {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(125deg, var(--brand-teal-deep) 0%, var(--brand-teal) 42%, var(--brand-leaf) 100%);
  box-shadow: 0 24px 56px rgba(0, 50, 45, 0.28);
}

.service-details.sd-pro .sd-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.75rem);
}

.service-details.sd-pro .sd-cta__copy {
  flex: 1 1 280px;
}

.service-details.sd-pro .sd-cta__title {
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 500;
  color: #f4faf9;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.service-details.sd-pro .sd-cta__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: color-mix(in srgb, #f4faf9, transparent 18%);
  max-width: 32rem;
}

.service-details.sd-pro .sd-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  color: #1a1208;
  background: linear-gradient(135deg, #c8893a 0%, var(--brand-gold-bright) 100%);
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.3s ease;
  box-shadow: 0 10px 36px color-mix(in srgb, var(--brand-gold), transparent 40%);
}

.service-details.sd-pro .sd-cta__btn:hover {
  color: #1a1208;
  background: linear-gradient(135deg, #b67a32 0%, #d19545 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 44px color-mix(in srgb, var(--brand-gold), transparent 32%);
}

.service-details.sd-pro .sd-cta__btn:focus-visible {
  outline: 2px solid var(--brand-gold-bright);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .service-details.sd-pro .sd-media:hover .sd-media__frame {
    transform: none;
  }

  .service-details.sd-pro .sd-step:hover {
    transform: none;
  }
}

@media (max-width: 991px) {
  .service-details.sd-pro .sd-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .service-details.sd-pro .sd-cta__btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Clinic page — motion accessibility
--------------------------------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  .about__image-wrap:hover .about__image {
    transform: none;
  }

  .why-us .card--lift:hover,
  .why-us .card--lift:hover .img img {
    transform: none;
  }

  .services .service-item:hover .icon {
    transform: none;
  }
}

.clinic-page .footer .social-links a {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
}

.clinic-page .footer .social-links a:hover {
  transform: translateY(-5px);
}