/* ═══════════════════════════════════════════════
   TASAHIL DISABILITY CARE — SHARED STYLESHEET
   ═══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap');

:root {
  --green: #1a6b5a;
  --green-light: #2d9174;
  --green-pale: #e8f4f1;
  --gold: #c9a96e;
  --gold-light: #f0ddb4;
  --dark: #12211e;
  --gray: #5c6f6b;
  --light: #f7faf9;
  --white: #ffffff;
  --border: #d4e6e1;
  --shadow: 0 4px 24px rgba(26,107,90,0.10);
  --radius: 16px;
  --font-en: 'DM Sans', sans-serif;
  --font-ar: 'Noto Naskh Arabic', serif;
  --font-display: 'Playfair Display', serif;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}
.ltr-number { direction: ltr; unicode-bidi: embed; display: inline-block; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-en); background: var(--white); color: var(--dark); line-height: 1.7; overflow-x: hidden; }
body.ar { font-family: var(--font-ar); direction: rtl; text-align: right; }

/* ── LANGUAGE ── */
.lang-en, .lang-ar { display: none !important; }
body.en .lang-en { display: revert !important; }
body.ar .lang-ar { display: revert !important; }

/* ── TOPBAR ── */
.topbar { background: var(--green); color: rgba(255,255,255,0.85); font-size: 0.8rem; padding: 6px 0; }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: inherit; text-decoration: none; }
.topbar a:hover { color: var(--gold-light); }
.topbar-right { display: flex; gap: 20px; align-items: center; }

/* ── NAVBAR ── */
.navbar { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); box-shadow: 0 2px 16px rgba(26,107,90,0.07); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 02px; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; background: var(--transparent) border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.4rem; font-weight: 700; font-family: var(--font-display); flex-shrink: 0; }
.logo-text { line-height: 1.2; }
.logo-text strong { display: block; font-size: 1rem; font-weight: 700; color: var(--green); font-family: var(--font-display); }
.logo-text span { font-size: 0.72rem; color: var(--gray); }
.nav-links { display: flex; list-style: none; gap: 4px; align-items: center; }
.nav-links li a { display: block; padding: 6px 14px; font-size: 0.88rem; font-weight: 500; color: var(--gray); text-decoration: none; border-radius: 8px; transition: var(--transition); }
.nav-links li a:hover, .nav-links li a.active { color: var(--green); background: var(--green-pale); }
.nav-cta { background: var(--green) !important; color: white !important; border-radius: 10px !important; padding: 8px 20px !important; font-weight: 600 !important; }
.nav-cta:hover { background: var(--green-light) !important; }
.lang-toggle { display: flex; align-items: center; gap: 4px; background: var(--green-pale); border: 1px solid var(--border); border-radius: 20px; padding: 3px; flex-shrink: 0; }
.lang-btn { padding: 4px 12px; border-radius: 16px; border: none; background: transparent; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: var(--transition); color: var(--gray); font-family: inherit; }
.lang-btn.active { background: var(--green); color: white; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--green); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: white; z-index: 200; padding: 24px; flex-direction: column; gap: 16px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.mobile-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--gray); }
.mobile-nav-links { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.mobile-nav-links li a { display: block; padding: 14px 16px; font-size: 1rem; font-weight: 500; color: var(--dark); text-decoration: none; border-radius: 10px; border-bottom: 1px solid var(--border); }
.mobile-nav-links li a:hover { background: var(--green-pale); color: var(--green); }
body.ar .mobile-nav-links li a { text-align: right; }

/* ── SECTIONS ── */
.section { padding: 80px 24px; }
.section-sm { padding: 48px 24px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 20px; }
.section-title span { color: var(--green); }
.section-sub { font-size: 1rem; color: var(--gray); max-width: 600px; line-height: 1.8; margin: 0 auto; }
.text-center { text-align: center; }
.bg-light { background: var(--light); }
.divider { width: 60px; height: 3px; background: var(--green-light); border-radius: 2px; margin: 20px 0; }
.text-center .divider { margin: 20px auto; }
.mt-48 { margin-top: 48px; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--green-light); color: var(--white); padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 0.9rem; text-decoration: none; border: none; cursor: pointer; transition: var(--transition); font-family: inherit; }
.btn-primary:hover { background: var(--green-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,169,110,0.35); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: white; padding: 14px 28px; border-radius: 12px; font-weight: 600; font-size: 0.9rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.4); cursor: pointer; transition: var(--transition); font-family: inherit; }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }
.btn-green { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: white; padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 0.9rem; text-decoration: none; border: none; cursor: pointer; transition: var(--transition); font-family: inherit; }
.btn-green:hover { background: var(--green-light); transform: translateY(-2px); }

/* ── PAGE HEADER ── */
.page-header { background: linear-gradient(135deg, #0d4035, #1a6b5a); padding: 100px 24px 72px; text-align: center; }
.page-header .section-label { color: var(--gold-light); }
.page-header h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); color: white; margin-bottom: 16px; }
.page-header p { color: rgba(255,255,255,0.82); max-width: 580px; margin: 0 auto; }
.breadcrumb { display: flex; gap: 8px; align-items: center; justify-content: center; font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 16px; flex-wrap: wrap; }
.breadcrumb span { color: var(--gold-light); }
.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.breadcrumb a:hover { color: white; }

/* ── CTA BANNER ── */
.cta-banner { background: linear-gradient(135deg, var(--dark), var(--green)); padding: 72px 24px; text-align: center; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.4rem); color: white; margin-bottom: 16px; }
.cta-banner p { font-size: 1rem; color: rgba(255,255,255,0.8); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.service-card { background: white; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); transition: var(--transition); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(26,107,90,0.16); }
.service-img { width: 100%; height: 200px; background: linear-gradient(135deg, var(--green-pale), var(--green)); display: flex; align-items: center; justify-content: center; font-size: 3.5rem; }
.service-body { padding: 24px; }
.service-body h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.service-body p { font-size: 0.87rem; color: var(--gray); line-height: 1.7; }
.service-tag { display: inline-block; background: var(--green-pale); color: var(--green); font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; letter-spacing: 0.05em; }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-top: 48px; }
.testi-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); position: relative; }
.testi-card::before { content: '"'; position: absolute; top: 16px; right: 24px; font-size: 4rem; color: var(--green-pale); font-family: var(--font-display); line-height: 1; }
body.ar .testi-card::before { right: auto; left: 24px; }
.testi-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 12px; }
.testi-text { font-size: 0.93rem; color: var(--gray); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; color: var(--green); flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: 0.9rem; color: var(--dark); }
.testi-role { font-size: 0.78rem; color: var(--gray); }

/* ── FEATURES ── */
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; margin-top: 48px; }
.feature-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); transition: var(--transition); }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,107,90,0.14); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; background: var(--green-pale); }
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.feature-card p { font-size: 0.85rem; color: var(--gray); line-height: 1.7; }

/* ── WHY SECTION ── */
.why-section { background: var(--green); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.why-content .section-label { color: var(--gold-light); }
.why-content .section-title { color: white; }
.why-content .section-sub { color: rgba(255,255,255,0.8); }
.why-list { list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.why-list li { display: flex; align-items: flex-start; gap: 14px; color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.why-check { width: 26px; height: 26px; border-radius: 8px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; margin-top: 2px; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 24px; text-align: center; }
.why-card .big { font-size: 2.2rem; font-weight: 800; color: var(--gold-light); font-family: var(--font-display); }
.why-card p { font-size: 0.82rem; color: rgba(255,255,255,0.75); margin-top: 4px; }

/* ── FAQ ── */
.faq-list { max-width: 800px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; background: white; border: none; padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: var(--dark); text-align: left; gap: 16px; font-family: inherit; transition: var(--transition); }
body.ar .faq-q { text-align: right; flex-direction: row-reverse; }
.faq-q:hover { background: var(--green-pale); color: var(--green); }
.faq-q.open { background: var(--green); color: white; }
.faq-chevron { font-size: 0.8rem; transition: var(--transition); flex-shrink: 0; }
.faq-q.open .faq-chevron { transform: rotate(180deg); }
.faq-a { display: none; padding: 18px 24px; font-size: 0.9rem; color: var(--gray); line-height: 1.8; background: var(--green-pale); border-top: 1px solid var(--border); }
.faq-a.open { display: block; }

/* ── CONTACT FORM ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: start; margin-top: 48px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); display: flex; gap: 16px; align-items: flex-start; }
.contact-info-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-info-text h4 { font-size: 0.9rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.contact-info-text p, .contact-info-text a { font-size: 0.88rem; color: var(--gray); text-decoration: none; line-height: 1.6; }
.contact-info-text a:hover { color: var(--green); }
.contact-form-wrapper { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.contact-form-wrapper h2 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 24px; color: var(--dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 0.9rem; font-family: inherit; color: var(--dark); background: var(--light); transition: var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); background: white; box-shadow: 0 0 0 3px rgba(26,107,90,0.1); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit { width: 100%; background: var(--green); color: white; padding: 14px; border: none; border-radius: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: var(--transition); }
.form-submit:hover { background: var(--green-light); transform: translateY(-2px); }
.form-success { display: none; text-align: center; padding: 32px; background: var(--green-pale); border-radius: var(--radius); border: 1px solid var(--border); }
.form-success.show { display: block; }
.form-success h3 { color: var(--green); font-size: 1.3rem; margin-bottom: 8px; }
.form-success p { color: var(--gray); }
.map-wrapper { margin-top: 48px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.map-wrapper iframe { display: block; width: 100%; height: 380px; }

/* ── HERO SLIDER ── */
.hero-slider-wrap { position: relative; width: 100%; max-width: 460px; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,0.35); aspect-ratio: 4/3; background: #0d4035; }
.hero-slider { width: 100%; height: 100%; position: relative; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1); }
.slide.active { opacity: 1; z-index: 2; }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 60%); z-index: 1; }
.slide-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%); padding: 32px 20px 14px; z-index: 3; font-size: 0.88rem; font-weight: 700; color: white; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(255,255,255,0.18); backdrop-filter: blur(8px); color: white; font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition); padding: 0; }
.slider-arrow:hover { background: var(--gold); color: var(--dark); }
.slider-prev { left: 12px; }
.slider-next { right: 12px; }
.slider-dots { position: absolute; bottom: 52px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 7px; align-items: center; }
.sdot { width: 8px; height: 8px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.6); background: transparent; cursor: pointer; transition: var(--transition); padding: 0; }
.sdot.active { background: var(--gold); border-color: var(--gold); width: 22px; border-radius: 4px; }
.slider-badge { position: absolute; top: 16px; right: 16px; z-index: 10; background: rgba(255,255,255,0.15); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.25); border-radius: 20px; padding: 6px 14px; font-size: 0.72rem; font-weight: 700; color: white; display: flex; align-items: center; gap: 6px; }
body.ar .slider-badge { right: auto; left: 16px; }
.slider-badge span:first-child { background: var(--gold); color: var(--dark); border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; flex-shrink: 0; }

/* ── FOOTER ── */
.footer { background: var(--dark); color: rgba(255,255,255,0.8); padding: 64px 24px 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { font-size: 0.87rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-top: 16px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.social-btn { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; transition: var(--transition); }
.social-btn:hover { background: var(--green); color: white; border-color: var(--green); }
.footer-col h4 { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-light); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links li a { color: rgba(255,255,255,0.65); font-size: 0.88rem; text-decoration: none; transition: var(--transition); }
.footer-links li a:hover { color: white; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.8rem; color: rgba(255,255,255,0.45); }
.footer-bottom a { color: var(--gold); text-decoration: none; }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: var(--transition); text-decoration: none; color: white; font-size: 1.5rem; }
body.ar .wa-float { right: auto; left: 28px; }
.wa-float:hover { transform: scale(1.1); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 680px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .section { padding: 56px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrapper { padding: 24px 20px; }
  .hero-slider-wrap { max-width: 100%; aspect-ratio: 16/9; }
}
