/*
Theme Name: Dr Omayma Clinic
Theme URI: https://example.com/dr-omayma-clinic
Author: Osama / Dr Omayma Project
Description: قالب عربي متجاوب لعيادة د. أميمة رمضان، يدعم القوائم واللوجو والمقالات والتصنيفات والخدمات والأسئلة الشائعة وآراء المريضات وخيارات التخصيص.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dr-omayma
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, blog, one-column, two-columns
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --teal: #0c908d;
  --teal-dark: #076b69;
  --teal-deep: #075c5c;
  --teal-soft: #e7f7f6;
  --teal-pale: #f3fbfb;
  --gold: #d69c20;
  --gold-dark: #ae7610;
  --gold-soft: #fff5d9;
  --ink: #183b3b;
  --muted: #657777;
  --line: #dce9e8;
  --white: #ffffff;
  --danger: #bd3d49;
  --danger-dark: #8f2731;
  --shadow-sm: 0 12px 35px rgba(15, 82, 80, .08);
  --shadow-md: 0 24px 60px rgba(15, 82, 80, .12);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; top: -80px; right: 16px; z-index: 9999; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--teal-deep); color: #fff; font-size: .83rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; opacity: .9; }
.topbar__contacts { display: flex; align-items: center; gap: 20px; }
.topbar__contacts a { display: inline-flex; align-items: center; gap: 7px; color: #fff; }
.topbar__contacts svg { width: 17px; height: 17px; }
.topbar__emergency { color: #ffe0e4 !important; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(12,144,141,.08); transition: .3s ease; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(15,82,80,.09); }
.header__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 50px; height: 58px; object-fit: contain; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.3; }
.brand__copy strong { font-family: "El Messiri", "Cairo", sans-serif; color: var(--teal-dark); font-size: 1.22rem; }
.brand__copy small { color: var(--muted); font-size: .72rem; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.main-nav a { position: relative; color: #3e5555; font-size: .92rem; font-weight: 600; padding: 12px 0; transition: .25s ease; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; width: 0; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--gold), #f4cd61); transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--teal-dark); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { width: 25px; height: 2px; background: var(--teal-dark); display: block; margin: 5px 0; transition: .25s ease; }

.btn { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 10px 20px; border-radius: 13px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { color: #fff; background: linear-gradient(135deg, #e1af36, #bd7f0f); box-shadow: 0 12px 28px rgba(190,129,17,.22); }
.btn--gold:hover { box-shadow: 0 17px 35px rgba(190,129,17,.28); }
.btn--teal { color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 12px 28px rgba(12,144,141,.18); }
.btn--outline { border-color: rgba(12,144,141,.45); color: var(--teal-dark); background: rgba(255,255,255,.82); }
.btn--outline:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn--lg { min-height: 54px; padding-inline: 27px; }
.btn--block { width: 100%; min-height: 54px; }
.header__cta { font-size: .88rem; }
.header__cta svg { width: 18px; height: 18px; }

.hero { position: relative; min-height: 690px; padding: 92px 0 118px; overflow: hidden; background: radial-gradient(circle at 85% 12%, rgba(214,156,32,.10), transparent 24%), linear-gradient(135deg, #f8fdfd 0%, #fff 52%, #edfafa 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 1px 1px, rgba(12,144,141,.26) 1px, transparent 0); background-size: 31px 31px; mask-image: linear-gradient(to left, #000, transparent 65%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero__content { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-weight: 700; background: rgba(255,255,255,.75); border: 1px solid rgba(12,144,141,.15); padding: 7px 14px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(214,156,32,.13); }
.hero h1 { font-family: "El Messiri", "Cairo", sans-serif; font-size: clamp(2.5rem, 4.8vw, 4.7rem); line-height: 1.22; margin: 24px 0 18px; letter-spacing: -.04em; color: var(--teal-dark); }
.hero h1 em { font-style: normal; color: var(--gold-dark); font-size: .72em; }
.hero__content > p { font-size: 1.09rem; color: var(--muted); max-width: 610px; margin: 0 0 29px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust { display: flex; gap: 32px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(12,144,141,.13); }
.trust-item { display: flex; align-items: center; gap: 11px; }
.trust-icon { width: 43px; height: 43px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal); }
.trust-item > span:last-child { display: flex; flex-direction: column; line-height: 1.45; }
.trust-item strong { font-size: .9rem; }
.trust-item small { color: var(--muted); }

.hero__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero__logo-card { position: relative; z-index: 3; width: min(435px, 90%); aspect-ratio: 1/1.04; border-radius: 48% 52% 46% 54% / 48% 44% 56% 52%; display: grid; place-items: center; background: rgba(255,255,255,.89); border: 1px solid rgba(12,144,141,.14); box-shadow: 0 35px 90px rgba(16,94,91,.15); overflow: hidden; }
.hero__logo-card::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(214,156,32,.24); border-radius: inherit; pointer-events: none; }
.hero__logo-card img { width: 72%; max-height: 82%; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(8,105,102,.08)); }
.hero__visual-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(12,144,141,.18); }
.hero__visual-ring--one { width: 510px; height: 510px; animation: spin 30s linear infinite; }
.hero__visual-ring--one::before, .hero__visual-ring--one::after { content: ""; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); }
.hero__visual-ring--one::before { top: 34px; right: 93px; }
.hero__visual-ring--one::after { bottom: 23px; left: 120px; background: var(--teal); }
.hero__visual-ring--two { width: 430px; height: 430px; border-style: dashed; border-color: rgba(214,156,32,.28); animation: spinReverse 25s linear infinite; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); padding: 12px 15px; border-radius: 17px; box-shadow: var(--shadow-md); border: 1px solid rgba(12,144,141,.12); }
.floating-card__icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--teal-soft); color: var(--teal); }
.floating-card > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.floating-card strong { font-size: .9rem; }
.floating-card--phone { bottom: 55px; right: -15px; }
.floating-card--location { top: 75px; left: -28px; }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__orb--one { width: 330px; height: 330px; top: -160px; right: -90px; background: rgba(214,156,32,.10); }
.hero__orb--two { width: 380px; height: 380px; bottom: -180px; left: -80px; background: rgba(12,144,141,.12); }
.hero__wave { position: absolute; bottom: -1px; right: 0; left: 0; height: 65px; background: #fff; clip-path: polygon(0 80%, 10% 65%, 22% 74%, 35% 50%, 50% 68%, 65% 48%, 78% 67%, 91% 42%, 100% 54%, 100% 100%, 0 100%); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }

.quick-contact { position: relative; z-index: 4; margin-top: -18px; }
.quick-contact__grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid rgba(12,144,141,.12); border-radius: var(--radius); box-shadow: var(--shadow-md); overflow: hidden; }
.quick-contact__item { min-height: 115px; padding: 24px 28px; display: flex; align-items: center; gap: 16px; transition: .25s ease; }
.quick-contact__item + .quick-contact__item { border-right: 1px solid var(--line); }
.quick-contact__item:hover { background: var(--teal-pale); }
.quick-contact__item--emergency:hover { background: #fff4f5; }
.quick-contact__icon { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal); }
.quick-contact__item--emergency .quick-contact__icon { background: #fdecef; color: var(--danger); }
.quick-contact__item > span:last-child { display: flex; flex-direction: column; line-height: 1.55; }
.quick-contact__item small { color: var(--muted); }
.quick-contact__item strong { font-size: 1.02rem; }

.section-heading { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section-heading__tag { display: inline-flex; color: var(--gold-dark); font-weight: 800; font-size: .88rem; letter-spacing: .01em; margin-bottom: 10px; }
.section-heading h2, .about__content h2, .faq__intro h2, .booking__copy h2, .contact__content h2 { font-family: "El Messiri", "Cairo", sans-serif; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.35; margin: 0 0 12px; color: var(--teal-dark); letter-spacing: -.025em; }
.section-heading p { color: var(--muted); margin: 0; }

.services { padding-top: 85px; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 300px; border-radius: var(--radius); padding: 30px; background: #fff; border: 1px solid rgba(12,144,141,.12); box-shadow: 0 14px 40px rgba(15,82,80,.06); transition: .3s ease; overflow: hidden; }
.service-card::before { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: var(--teal-soft); top: -62px; left: -50px; transition: .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(214,156,32,.28); }
.service-card:hover::before { transform: scale(1.25); background: var(--gold-soft); }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--teal-soft); color: var(--teal); margin-bottom: 22px; }
.service-card__icon svg { width: 30px; height: 30px; }
.service-card h3 { margin: 0 0 9px; font-size: 1.2rem; color: var(--teal-dark); }
.service-card p { color: var(--muted); margin: 0 0 22px; }
.service-card a { display: inline-flex; gap: 8px; align-items: center; color: var(--gold-dark); font-weight: 700; font-size: .88rem; }
.service-card--featured { background: linear-gradient(145deg, var(--teal-dark), var(--teal)); color: #fff; }
.service-card--featured h3, .service-card--featured p, .service-card--featured a { color: #fff; }
.service-card--featured .service-card__icon { background: rgba(255,255,255,.15); color: #fff; }

.about { background: linear-gradient(180deg, #f8fcfc, #fff); }
.about__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 85px; }
.about__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.about__shape { position: absolute; inset: 30px 10px 10px 45px; background: linear-gradient(145deg, rgba(12,144,141,.12), rgba(214,156,32,.12)); border-radius: 39% 61% 47% 53% / 53% 42% 58% 47%; }
.about__portrait { position: relative; z-index: 2; width: min(430px, 88%); height: 470px; border-radius: 48% 52% 42% 58% / 45% 45% 55% 55%; display: grid; place-items: center; background: #fff; border: 1px solid rgba(12,144,141,.14); box-shadow: var(--shadow-md); overflow: hidden; }
.about__portrait::before { content: ""; position: absolute; inset: auto -20% -30% -20%; height: 60%; background: linear-gradient(180deg, rgba(12,144,141,.05), rgba(12,144,141,.23)); border-radius: 50% 50% 0 0; }
.about__portrait img { width: 55%; height: 72%; object-fit: contain; position: relative; z-index: 2; }
.about__badge { position: absolute; z-index: 4; left: 0; bottom: 50px; background: #fff; padding: 15px 21px; border-radius: 18px; box-shadow: var(--shadow-md); border-right: 4px solid var(--gold); display: flex; flex-direction: column; line-height: 1.45; }
.about__badge span { color: var(--muted); font-size: .78rem; }
.about__badge strong { color: var(--teal-dark); }
.about__content h2 { margin-bottom: 0; }
.about__content h3 { margin: 0 0 24px; color: var(--gold-dark); font-size: 1.12rem; }
.about__content > p { color: var(--muted); margin: 0 0 15px; }
.about__points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 28px 0; }
.about__points div { display: flex; align-items: center; gap: 9px; color: #3d5655; font-weight: 600; }
.about__points span { width: 26px; height: 26px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; font-weight: 900; }

.why-us { position: relative; background: linear-gradient(135deg, #075f5e, #0d9692); color: #fff; overflow: hidden; }
.why-us::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 28px 28px; }
.why-us::after { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 80px solid rgba(255,255,255,.04); left: -170px; top: -190px; }
.why-us .container { position: relative; z-index: 2; }
.section-heading--light h2, .section-heading--light p { color: #fff; }
.section-heading--light p { opacity: .8; }
.section-heading--light .section-heading__tag { color: #f6d47a; }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 280px; padding: 29px; border-radius: var(--radius); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(10px); overflow: hidden; transition: .3s ease; }
.feature-card:hover { background: rgba(255,255,255,.14); transform: translateY(-7px); }
.feature-card__number { position: absolute; left: 20px; top: 15px; font-size: 3.5rem; font-weight: 800; line-height: 1; color: rgba(255,255,255,.08); }
.feature-card > svg { width: 44px; height: 44px; color: #f3ce6a; margin-bottom: 20px; }
.feature-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.75); font-size: .9rem; }

.journey { background: #fff; }
.journey__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.journey__grid::before { content: ""; position: absolute; top: 38px; right: 16%; left: 16%; border-top: 1px dashed rgba(12,144,141,.35); }
.journey-step { position: relative; text-align: center; padding: 0 28px; }
.journey-step__number { position: relative; z-index: 2; width: 76px; height: 76px; margin: 0 auto 25px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: "El Messiri", sans-serif; font-size: 1.7rem; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); border: 9px solid var(--teal-soft); box-shadow: 0 0 0 1px rgba(12,144,141,.16); }
.journey-step:nth-child(2) .journey-step__number { background: linear-gradient(135deg, #e0ad34, #b8790b); border-color: var(--gold-soft); }
.journey-step h3 { margin: 0 0 8px; color: var(--teal-dark); }
.journey-step p { color: var(--muted); margin: 0; }

.testimonials { background: var(--teal-pale); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { position: relative; margin: 0; padding: 32px; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border: 1px solid rgba(12,144,141,.10); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.testimonial__quote { position: absolute; left: 25px; top: 13px; color: var(--gold); font-family: Georgia, serif; font-size: 4rem; line-height: 1; opacity: .7; }
.testimonial > p { margin: 15px 0 28px; color: #405858; font-size: .97rem; }
.testimonial footer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: var(--teal-soft); font-weight: 800; }
.testimonial footer > span:last-child { display: flex; flex-direction: column; line-height: 1.45; }
.testimonial small { color: var(--muted); }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq__intro { position: sticky; top: 130px; }
.faq__intro p { color: var(--muted); margin: 0 0 26px; }
.faq__items { display: grid; gap: 14px; }
.faq details { border: 1px solid rgba(12,144,141,.14); border-radius: 16px; background: #fff; box-shadow: 0 9px 28px rgba(15,82,80,.05); overflow: hidden; }
.faq summary { list-style: none; min-height: 68px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--teal-dark); font-weight: 700; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 1.6rem; font-weight: 400; color: var(--gold-dark); transition: .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.booking { position: relative; background: #fff; padding-top: 55px; }
.booking__shell { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: 65px; color: #fff; background: linear-gradient(145deg, var(--teal-dark), var(--teal)); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 35px 70px rgba(8,93,90,.19); }
.booking__shell::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; border: 75px solid rgba(255,255,255,.05); top: -190px; right: -150px; }
.booking__shell::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 25px 25px; mask-image: linear-gradient(90deg, #000, transparent); }
.booking__copy, .booking-form { position: relative; z-index: 2; }
.booking__copy h2 { color: #fff; }
.booking__copy > p { color: rgba(255,255,255,.78); }
.section-heading__tag--gold { color: #f7d77f; }
.booking__contact-list { display: grid; gap: 13px; margin-top: 28px; }
.booking__contact-list a { padding: 14px 16px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; display: flex; justify-content: space-between; gap: 15px; }
.booking__contact-list span { color: rgba(255,255,255,.72); }
.booking-form { padding: 30px; border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 25px 55px rgba(0,0,0,.12); }
.booking-form label { display: grid; gap: 7px; font-size: .83rem; font-weight: 700; color: #3d5454; margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid #d9e7e6; border-radius: 12px; background: #fafdfe; color: var(--ink); padding: 11px 13px; outline: none; transition: .2s ease; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(12,144,141,.10); background: #fff; }
.form-note { display: block; color: var(--muted); text-align: center; margin-top: 10px; font-size: .72rem; }

.contact { padding-top: 75px; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.contact__map { min-height: 455px; padding: 30px; border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(12,144,141,.11), rgba(214,156,32,.12)), radial-gradient(circle at 30% 30%, #fff, #eff9f8); box-shadow: inset 0 0 0 1px rgba(12,144,141,.12); display: grid; place-items: center; }
.contact__map-inner { position: relative; width: 100%; min-height: 395px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(255,255,255,.72); border-radius: 26px; border: 1px solid rgba(255,255,255,.9); overflow: hidden; }
.contact__map-inner::before, .contact__map-inner::after { content: ""; position: absolute; width: 200%; height: 1px; background: rgba(12,144,141,.11); transform: rotate(25deg); }
.contact__map-inner::after { transform: rotate(-31deg); }
.contact__map-inner svg { width: 60px; height: 60px; color: var(--gold-dark); fill: rgba(214,156,32,.08); margin-bottom: 14px; position: relative; z-index: 2; }
.contact__map-inner h3, .contact__map-inner p, .contact__map-inner a { position: relative; z-index: 2; }
.contact__map-inner h3 { color: var(--teal-dark); margin: 0 0 5px; font-size: 1.25rem; }
.contact__map-inner p { color: var(--muted); margin: 0 0 24px; }
.contact__content h2 { margin-bottom: 23px; }
.contact__cards { display: grid; gap: 13px; }
.contact__cards a { min-height: 84px; padding: 17px 19px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(12,144,141,.13); border-radius: 17px; box-shadow: var(--shadow-sm); transition: .25s ease; }
.contact__cards a:hover { transform: translateX(-5px); border-color: rgba(12,144,141,.30); }
.contact__card-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: var(--teal); background: var(--teal-soft); }
.contact__card--emergency .contact__card-icon { color: var(--danger); background: #fdecef; }
.contact__cards a > span:last-child { display: flex; flex-direction: column; line-height: 1.4; }
.contact__cards small { color: var(--muted); }
.contact__cards strong { font-size: 1.08rem; }
.contact__note { color: var(--muted); }

.footer { margin-top: 30px; background: #073f3e; color: rgba(255,255,255,.76); }
.footer__grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr 1fr; gap: 45px; padding: 70px 0 55px; }
.footer h3 { color: #fff; margin: 0 0 16px; font-size: 1rem; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; gap: 8px; font-size: .86rem; }
.footer a:hover { color: #f1cc65; }
.brand--footer .brand__copy strong, .brand--footer .brand__copy small { color: #fff; }
.footer__brand > p { max-width: 320px; font-size: .86rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.10); }
.footer__bottom .container { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer__bottom p { margin: 0; font-size: .8rem; }

.floating-actions { position: fixed; z-index: 900; left: 20px; bottom: 22px; display: flex; flex-direction: column; gap: 10px; }
.floating-action { min-width: 112px; min-height: 46px; padding: 9px 14px; border-radius: 999px; color: #fff; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: .82rem; box-shadow: 0 12px 32px rgba(0,0,0,.18); transition: .25s ease; }
.floating-action:hover { transform: translateY(-3px) scale(1.02); }
.floating-action--whatsapp { background: #1f9b58; }
.floating-action--emergency { background: var(--danger); }
.floating-action svg { width: 20px; height: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .header__inner { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; margin-right: auto; order: 2; }
  .header__cta { margin-right: auto; order: 3; }
  .main-nav { position: fixed; top: 130px; right: 20px; left: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: #fff; border: 1px solid rgba(12,144,141,.12); border-radius: 20px; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 11px 14px; border-bottom: 1px solid #edf3f3; }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero__grid { gap: 35px; }
  .hero__visual { min-height: 450px; }
  .hero__visual-ring--one { width: 430px; height: 430px; }
  .hero__visual-ring--two { width: 360px; height: 360px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .booking__shell { padding: 45px; grid-template-columns: 1fr 1.15fr; gap: 35px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .topbar p { display: none; }
  .topbar__inner { justify-content: center; }
  .hero { padding-top: 65px; }
  .hero__grid, .about__grid, .faq__grid, .booking__shell, .contact__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 100%; text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero__content > p { margin-inline: auto; }
  .hero__actions, .hero__trust { justify-content: center; }
  .hero__visual { min-height: 500px; }
  .quick-contact__grid { grid-template-columns: 1fr; }
  .quick-contact__item + .quick-contact__item { border-right: 0; border-top: 1px solid var(--line); }
  .about__grid { gap: 40px; }
  .about__content { text-align: center; }
  .about__points { text-align: right; }
  .journey__grid { grid-template-columns: 1fr; gap: 45px; }
  .journey__grid::before { display: none; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .faq__grid { gap: 40px; }
  .faq__intro { position: static; text-align: center; }
  .booking__shell { gap: 35px; }
  .booking__copy { text-align: center; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--container)); }
  .topbar__inner { min-height: 50px; }
  .topbar__contacts { width: 100%; justify-content: space-between; gap: 8px; font-size: .72rem; }
  .header__inner { min-height: 76px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand img { width: 41px; height: 48px; }
  .brand__copy strong { font-size: 1rem; }
  .brand__copy small { font-size: .64rem; }
  .header__cta { display: none; }
  .menu-toggle { order: unset; margin: 0; }
  .main-nav { top: 128px; }
  .hero { min-height: auto; padding: 50px 0 95px; }
  .hero h1 { font-size: 2.35rem; }
  .hero h1 em { display: inline-block; margin-top: 8px; }
  .hero__content > p { font-size: .95rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__trust { gap: 13px; flex-direction: column; align-items: center; }
  .hero__visual { min-height: 390px; margin-top: 20px; }
  .hero__logo-card { width: 310px; border-radius: 42% 58% 44% 56% / 48% 43% 57% 52%; }
  .hero__visual-ring--one { width: 350px; height: 350px; }
  .hero__visual-ring--two { width: 290px; height: 290px; }
  .floating-card--phone { right: -4px; bottom: 30px; }
  .floating-card--location { top: 25px; left: -6px; }
  .floating-card { padding: 9px 11px; }
  .floating-card__icon { width: 34px; height: 34px; }
  .quick-contact { margin-top: 5px; }
  .quick-contact__item { min-height: 96px; padding: 20px; }
  .services__grid, .features__grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .about__visual { min-height: 410px; }
  .about__portrait { height: 380px; }
  .about__badge { left: 4px; bottom: 15px; }
  .about__points { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .booking__shell { padding: 30px 18px; border-radius: 26px; }
  .booking-form { padding: 22px 16px; }
  .contact__map { min-height: 360px; padding: 14px; }
  .contact__map-inner { min-height: 330px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; padding: 55px 0 40px; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom .container { flex-direction: column; justify-content: center; padding: 12px 0; }
  .floating-actions { left: 11px; bottom: 12px; }
  .floating-action { min-width: 48px; width: 48px; height: 48px; padding: 0; justify-content: center; }
  .floating-action span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.custom-logo { width: 50px; height: 58px; object-fit: contain; }
.main-nav .menu { display: contents; list-style: none; padding: 0; margin: 0; }
.main-nav li { list-style: none; }
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--teal-dark); }
.main-nav .current-menu-item > a::after,
.main-nav .current_page_item > a::after { width: 100%; }
.hero__logo-card--photo { border-radius: 35% 65% 42% 58% / 48% 39% 61% 52%; }
.hero__logo-card--photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.about__portrait.has-photo img { width: 100%; height: 100%; object-fit: cover; }
.section-heading h2, .about__content h2, .booking__copy h2, .contact__content h2,
.entry-title, .archive-title { font-family: "El Messiri", "Cairo", sans-serif; color: var(--teal-dark); line-height: 1.35; }

.blog-section { background: linear-gradient(180deg, #fff, var(--teal-pale)); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid rgba(12,144,141,.11); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: .3s ease; }
.post-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.post-card__thumb { aspect-ratio: 16/10; background: linear-gradient(145deg, var(--teal-soft), var(--gold-soft)); overflow: hidden; display: block; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__thumb img { transform: scale(1.045); }
.post-card__placeholder { height: 100%; display: grid; place-items: center; color: var(--teal); }
.post-card__placeholder svg { width: 64px; height: 64px; }
.post-card__content { padding: 23px; }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 8px 15px; color: var(--muted); font-size: .78rem; margin-bottom: 8px; }
.post-card h3 { color: var(--teal-dark); margin: 0 0 9px; font-size: 1.15rem; line-height: 1.5; }
.post-card p { color: var(--muted); margin: 0 0 14px; font-size: .9rem; }
.post-card__link { color: var(--gold-dark); font-weight: 700; }
.blog-section__more { text-align: center; margin-top: 35px; }

.inner-hero { padding: 78px 0; background: radial-gradient(circle at 85% 12%, rgba(214,156,32,.10), transparent 28%), linear-gradient(135deg,#f8fdfd,#eefafa); border-bottom: 1px solid rgba(12,144,141,.08); }
.inner-hero .container { max-width: 900px; text-align: center; }
.inner-hero h1 { margin: 0 0 12px; font-size: clamp(2rem,5vw,3.7rem); }
.inner-hero p { color: var(--muted); margin: 0 auto; max-width: 720px; }
.breadcrumbs { color: var(--muted); font-size: .84rem; margin-bottom: 13px; }
.breadcrumbs a { color: var(--teal-dark); }
.content-area { padding: 80px 0; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 45px; align-items: start; }
.entry-card { background: #fff; border: 1px solid rgba(12,144,141,.11); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.entry-card__image img { width: 100%; max-height: 560px; object-fit: cover; }
.entry-card__body { padding: clamp(24px,5vw,55px); }
.entry-content { color: #385251; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--teal-dark); line-height: 1.45; }
.entry-content a { color: var(--teal-dark); text-decoration: underline; text-decoration-color: rgba(12,144,141,.35); }
.entry-content img { border-radius: 16px; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: .82rem; margin: 0 0 24px; }
.entry-taxonomies { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.entry-taxonomies a { background: var(--teal-soft); color: var(--teal-dark); padding: 5px 11px; border-radius: 999px; font-size: .78rem; }
.sidebar { display: grid; gap: 20px; position: sticky; top: 125px; }
.widget { background: #fff; border: 1px solid rgba(12,144,141,.11); border-radius: 18px; box-shadow: var(--shadow-sm); padding: 24px; }
.widget-title { margin: 0 0 16px; color: var(--teal-dark); font-size: 1.06rem; }
.widget ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.widget a:hover { color: var(--gold-dark); }
.pagination, .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 35px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.page-numbers.current, .page-numbers:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.no-results { text-align: center; padding: 60px 20px; background: var(--teal-pale); border-radius: var(--radius); }

.service-single__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 24px; color: var(--teal); background: var(--teal-soft); margin: 0 auto 18px; }
.service-single__icon svg { width: 44px; height: 44px; }
.comments-area { margin-top: 35px; background: #fff; border: 1px solid rgba(12,144,141,.11); border-radius: var(--radius); padding: 30px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 18px 0; border-bottom: 1px solid var(--line); }
.comment-form input, .comment-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 11px 13px; }
.comment-form .submit { border: 0; color:#fff; background: var(--teal); padding: 11px 22px; border-radius: 12px; }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-social { display: flex; gap: 9px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; }
.footer-social svg { width: 18px; height: 18px; }

@media (max-width: 1060px) {
  .main-nav .menu { display: flex; flex-direction: column; }
  .posts-grid { grid-template-columns: repeat(2,1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 820px) { .archive-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) {
  .custom-logo { width:41px; height:48px; }
  .posts-grid { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .inner-hero { padding: 55px 0; }
  .entry-card__body { padding: 23px 18px; }
}

.about__content > div p { color: var(--muted); margin: 0 0 15px; }
.faq .faq-answer { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.faq .faq-answer p { margin: 0; }
.search-form { display:flex; gap:10px; align-items:stretch; }
.search-form label { flex:1; }
.search-field { width:100%; min-height:46px; border:1px solid var(--line); border-radius:12px; padding:10px 13px; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
