/* ============================================================
   جمعية أصدقاء السعودية — ملف التنسيق العربي (RTL)
   styles-ar.css
   ============================================================ */

/* ── المتغيرات الأساسية ── */
:root {
  --ink: #163432;
  --deep: #083d3f;
  --black: #062b2b;
  --wadi: #0b6a5d;
  --sand: #ecb43c;
  --paper: #fcfaf5;
  --lime: #f5f1ea;
  --mist: #e5e6df;
  --line: rgba(22, 52, 50, .18);
  --white: rgba(255, 255, 255, .22);
  --ease: cubic-bezier(.23, 1, .32, 1);
}

/* ── إعادة الضبط والأساسيات ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
  line-height: 1.8;
  direction: rtl;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.layout-width { width: min(100% - 9vw, 1240px); margin-inline: auto; }

.skip-link {
  position: fixed; z-index: 99; top: 8px; right: 8px;
  transform: translateY(-160%); padding: 8px 14px;
  background: var(--sand); color: var(--deep); font-weight: 700;
}
.skip-link:focus { transform: none; }

/* ── شريط التنقل ── */
.nav {
  position: fixed; z-index: 20; top: 0; right: 0; left: 0;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; width: 100%; min-height: 84px;
  padding: 0 max(4vw, 25px);
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--ink);
  background: rgba(252, 250, 245, 0.95);
  backdrop-filter: blur(8px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand img {  height: 80px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.18; font-family: "IBM Plex Sans Arabic", Arial, sans-serif; letter-spacing: -.06em; }
.brand strong { font-size: 12px; }
.brand small { font-size: 9px; }
.nav nav { display: flex; gap: clamp(16px, 2.3vw, 36px); font-size: 13px; font-weight: 600; }
.nav nav a { opacity: .83; transition: opacity .2s var(--ease); }
.nav nav a:hover { opacity: 1; }
.nav-right { display: flex; align-items: center; gap: 18px; justify-self: end; }
.lang-toggle {
  padding: 6px 10px; border: 1px solid currentColor;
  background: transparent; color: var(--ink); font-size: 11px; font-weight: 700;
  cursor: pointer; transition: .2s var(--ease);
}
.lang-toggle:hover { border-color: var(--sand); background: var(--sand); color: var(--deep); }
.nav-cta {
  padding: 7px 12px; border: 1px solid currentColor;
  font-size: 12px; font-weight: 700; transition: .2s var(--ease);
}
.nav-cta:hover { border-color: var(--sand); background: var(--sand); color: var(--deep); }

/* ── الهيرو ── */
.hero {
  position: relative; isolation: isolate;
  min-height: min(820px, 100svh); overflow: hidden;
  color: #fff; background: #2b8a50;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { z-index: -2; overflow: hidden; }
.hero-media > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(.72) saturate(.76);
}
.hero-media iframe {
  position: absolute; top: 50%; left: 50%;
  width: max(100%, 177.78vh); height: max(100%, 56.25vw);
  border: 0; pointer-events: none;
  transform: translate(-50%, -50%);
  filter: brightness(.73) saturate(.77);
  opacity: .84; mix-blend-mode: screen;
}
.hero-overlay { z-index: -1; }
.hero-inner {
  display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto;
  width: min(100% - 12vw, 1440px); min-height: inherit;
  margin: auto; padding: 145px 0 37px;
}
.hero-copy { align-self: center; max-width: 690px; }
.eyebrow {
  display: flex; align-items: center; gap: 9px; margin: 0 0 19px;
  color: var(--wadi); font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
  font-size: 11px; font-weight: 700;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 4px rgba(217,167,94,.15); }
.eyebrow.light { color: rgba(255,255,255,.84); }
h1, h2, h3 { margin: 0; font-family: "IBM Plex Sans Arabic", Arial, sans-serif; letter-spacing: -.065em; line-height: 1.42; }
h1 { font-size: clamp(41px, 5.8vw, 84px); font-weight: 600; }
h1 em { color: var(--sand); font-style: normal; }
.hero-lead {
  max-width: 570px; margin: 24px 0 29px;
  color: rgba(255,255,255,.83); font-size: clamp(16px, 1.35vw, 19px); line-height: 2.03;
}
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.button {
  display: inline-flex; align-items: center; gap: 12px;
  min-height: 49px; padding: 12px 19px; border: 1px solid transparent;
  font-size: 14px; font-weight: 700;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
}
.button:hover { transform: translateY(-3px); }
.sand { background: var(--sand); color: var(--deep); }
.sand:hover { background: #eab975; }
.inline-link {
  display: inline-flex; align-items: center; gap: 10px;
  padding-bottom: 4px; border-bottom: 1px solid rgba(22,52,50,.35);
  font-size: 14px; font-weight: 700; transition: gap .2s var(--ease);
}
.inline-link:hover { gap: 14px; }
.inline-link.light { border-color: rgba(255,255,255,.36); color: #fff; }
.source-note {
  align-self: end; max-width: 148px; margin-bottom: 63px;
  color: rgba(255,255,255,.73); font-size: 11px; line-height: 1.75;
}
.source-note span { display: block; width: 1px; height: 47px; margin-bottom: 10px; background: var(--sand); }
.source-note p { margin: 0 0 6px; }
.source-note a { color: var(--sand); font-size: 10px; font-weight: 700; }
.scroll-cue {
  display: inline-flex; grid-column: 1/-1; align-items: center; gap: 12px;
  width: max-content; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700;
}
.scroll-cue b { color: var(--sand); font-size: 20px; }

/* ── السيكشنات العامة ── */
.section { position: relative; padding: 135px max(6vw, 30px); }
.rail {
  position: absolute; top: 135px; right: 23px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--wadi);
}
.rail span, .rail small { font-family: "IBM Plex Sans Arabic", Arial, sans-serif; font-size: 10px; font-weight: 700; writing-mode: vertical-rl; }
.rail i { width: 1px; height: 73px; background: currentColor; opacity: .4; }
.rail.light { color: var(--sand); }

/* ── من نحن ── */
.about-grid { display: grid; grid-template-columns: .91fr .75fr; gap: clamp(44px, 8vw, 150px); align-items: center; }
.about h2, .services h2, .contact h2 { max-width: 680px; font-size: clamp(30px, 3.45vw, 55px); font-weight: 600; }
.lead { max-width: 600px; margin: 25px 0 10px; color: var(--deep); font-size: 19px; font-weight: 600; line-height: 2.02; }
.body-copy { max-width: 580px; margin: 0 0 26px; color: #52625f; line-height: 2.05; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 670px; margin-top: 40px; border-top: 1px solid var(--line); }
.values article { min-height: 118px; padding: 15px 13px 0; border-left: 1px solid var(--line); }
.values article:last-child { border-left: 0; }
.values strong { color: var(--wadi); font-family: "IBM Plex Sans Arabic", Arial, sans-serif; font-size: 11px; }
.values p { margin: 8px 0 0; color: #5e6c68; font-size: 12px; line-height: 1.85; }
.about-image { position: relative; min-height: 520px; margin: 0; }
.about-image::before { position: absolute; top: -27px; left: -27px; width: 76%; height: 88%; background: #2b8a50; content: ""; }
.about-image img { position: absolute; right: 0; width: 90%; height: 100%; object-fit: cover; filter: saturate(.82);border-radius:15px 15px 15px 15px; }
.about-image figcaption { position: absolute; right: 0; bottom: -24px; display: flex; flex-direction: column; gap: 3px; padding: 18px 20px; background: var(--deep); color: #fff; }
.about-image figcaption span { color: var(--sand); font-size: 10px; font-weight: 700; }
.about-image figcaption strong { font-family: "IBM Plex Sans Arabic", Arial, sans-serif, sans-serif; font-size: 15px; }

/* ── الخدمات ── */
.services { overflow: hidden; background: #2b8a50; color: #fff; }
.services::after {
  position: absolute; top: 0; left: -100px; width: 40vw; height: 100%;
  background: repeating-linear-gradient(114deg, rgba(255,255,255,.04) 0 1px, transparent 1px 34px);
  content: ""; transform: skewX(-17deg);
}
.service-head, .service-list { position: relative; z-index: 1; }
.service-head { display: grid; grid-template-columns: .95fr .4fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.service-head h2 { color: #fff; }
.service-head > p { max-width: 360px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 2; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white); }
.service-list article { position: relative; min-height: 325px; padding: 27px 29px 22px; border-left: 1px solid var(--white); transition: background .25s var(--ease); }
.service-list article:first-child { border-right: 1px solid var(--white); }
.service-list article:hover { background: rgba(255,255,255,.05); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--sand); }
.service-top b { font-family: "IBM Plex Sans Arabic", Arial, sans-serif; font-size: 11px; }
.service-top span { font-size: 25px; }
.service-list h3 { margin: 54px 0 12px; font-size: 24px; }
.service-list p { max-width: 280px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 2; }
.service-list article > a { position: absolute; bottom: 22px; left: 27px; display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--white); color: var(--sand); transition: .2s var(--ease); }
.service-list article > a:hover { background: var(--sand); color: var(--deep); }

/* ── المشاريع ── */
.projects { background: var(--lime); position: relative; overflow: hidden; }
.project-head { display: grid; grid-template-columns: .86fr .42fr; gap: 10%; align-items: end; margin-bottom: 60px; }
.project-head > p { max-width: 370px; margin: 0; color: #5a6965; line-height: 2.05; }
.project-grid-enhanced { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.project-card {
  position: relative; isolation: isolate; display: flex; min-height: 420px;
  overflow: hidden; border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,.08);
  transition: all .5s var(--ease);
  animation: slideUpFade .8s var(--ease) forwards;
  opacity: 0; transform: translateY(30px);
}
@keyframes slideUpFade { to { opacity: 1; transform: translateY(0); } }
.project-card:hover { transform: translateY(-12px); box-shadow: 0 25px 60px rgba(0,0,0,.15); }
.project-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.project-card:hover > img { transform: scale(1.08); }
.project-card-overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 30px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 60%);
  z-index: 2; transition: background .5s var(--ease);
}
.project-card:hover .project-card-overlay { background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.95) 50%); }
.project-content { display: flex; flex-direction: column; gap: 12px; width: 100%; color: #fff; animation: contentSlideUp .6s var(--ease) .2s forwards; opacity: 0; transform: translateY(20px); }
@keyframes contentSlideUp { to { opacity: 1; transform: translateY(0); } }
.project-label { margin: 0; color: var(--sand); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.project-content h3 { margin: 0; font-size: clamp(22px, 4vw, 32px); font-weight: 600; line-height: 1.3; color: #fff; }
.project-content span { max-width: 100%; color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.7; margin: 8px 0; }
.project-cta { align-self: flex-start; margin-top: 16px; padding: 10px 0; border-bottom: 2px solid var(--sand); color: var(--sand); font-size: 13px; font-weight: 700; transition: all .3s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.project-cta:hover { color: #fff; border-color: #fff; gap: 12px; }
.green-card { background: var(--wadi); }
.green-card .project-card-overlay { background: linear-gradient(135deg, rgba(77,184,77,.95) 0%, rgba(13,95,82,.95) 100%); }
.image-card .project-card-overlay { background: linear-gradient(180deg, transparent 0%, rgba(5,37,37,.4) 40%, rgba(5,37,37,.95) 100%); }

/* ── الشهادات ── */
.testimonials { background: var(--paper); position: relative; overflow: hidden; }
.testimonials-head { display: grid; grid-template-columns: .6fr 1fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.testimonials-head h2 { max-width: 600px; color: var(--ink); }
.testimonials-head > p { max-width: 450px; margin: 0; color: #52625f; font-size: 15px; line-height: 2; }
.testimonials-eyebrow { opacity: 0; transform: translateX(-60px); }
.testimonials-eyebrow.entrance-slide-left { animation: slideLeftBounce .9s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes slideLeftBounce { 0% { opacity: 0; transform: translateX(-60px); } 60% { opacity: 1; transform: translateX(10px); } 100% { opacity: 1; transform: translateX(0); } }
.testimonials-title { opacity: 0; transform: scale(.7); }
.testimonials-title.entrance-scale-up { animation: scaleUpElastic 1s cubic-bezier(.34,1.56,.64,1) .1s forwards; }
@keyframes scaleUpElastic { 0% { opacity: 0; transform: scale(.7); } 60% { opacity: 1; transform: scale(1.08); } 100% { opacity: 1; transform: scale(1); } }
.testimonials-desc { opacity: 0; transform: translateY(20px); }
.testimonials-desc.entrance-fade { animation: fadeSlideUp .8s var(--ease) .2s forwards; }
@keyframes fadeSlideUp { to { opacity: 1; transform: translateY(0); } }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; margin-bottom: 50px; }
.testimonial-card { position: relative; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,.04); opacity: 0; transform: scale(.5) rotateX(90deg) rotateY(20deg); transform-style: preserve-3d; transition: all .4s var(--ease); }
.testimonial-card.entrance-burst { animation: burstIn .8s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes burstIn { 0% { opacity: 0; transform: scale(.5) rotateX(90deg) rotateY(20deg); } 50% { opacity: 1; } 100% { opacity: 1; transform: scale(1) rotateX(0) rotateY(0); } }
.testimonial-glow { position: absolute; top: 0; right: 0; width: 0; height: 0; background: radial-gradient(circle, var(--sand) 0%, transparent 70%); border-radius: 50%; opacity: 0; transition: all .6s var(--ease); pointer-events: none; }
.testimonial-card:hover .testimonial-glow { width: 200px; height: 200px; opacity: .1; }
.testimonial-card:hover { border-color: var(--wadi); box-shadow: 0 20px 50px rgba(77,184,77,.15); transform: translateY(-12px) rotateX(5deg); }
.testimonial-card.card-active { transform: translateY(-12px) scale(1.02); z-index: 10; }
.testimonial-card.card-dim { opacity: .6; filter: blur(2px); }
.testimonial-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; position: relative; z-index: 1; }
.avatar { position: relative; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 2px solid var(--line); transition: all .4s var(--ease); flex-shrink: 0; }
.avatar-ring { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid transparent; transition: all .4s var(--ease); }
.testimonial-card:hover .avatar-ring { border-color: var(--sand); animation: ringPulse 1.5s ease-in-out infinite; }
@keyframes ringPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.15); opacity: 1; } }
.avatar img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.testimonial-card:hover .avatar { width: 68px; height: 68px; border-color: var(--sand); box-shadow: 0 8px 28px rgba(77,184,77,.35); transform: translateY(-8px); }
.testimonial-card:hover .avatar img { transform: scale(1.15) rotate(5deg); }
.avatar.avatar-spin { animation: avatarSpinBold .6s cubic-bezier(.34,1.56,.64,1); }
@keyframes avatarSpinBold { 0% { transform: rotateZ(0deg) scale(1); } 50% { transform: rotateZ(180deg) scale(1.1); } 100% { transform: rotateZ(360deg) scale(1); } }
.testimonial-meta { flex: 1; }
.testimonial-meta h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; color: var(--ink); transition: all .3s ease; }
.testimonial-card:hover .testimonial-meta h3 { color: var(--wadi); transform: translateX(4px); }
.testimonial-title { margin: 0; color: var(--sand); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; transition: all .3s ease; }
.testimonial-card:hover .testimonial-title { letter-spacing: 1px; }
.testimonial-content { flex: 1; margin-bottom: 16px; position: relative; z-index: 1; }
.testimonial-content p { margin: 0; color: #52625f; font-size: 14px; line-height: 1.8; transition: all .3s ease; }
.testimonial-card:hover .testimonial-content p { color: var(--ink); transform: translateX(4px); }
.testimonial-content::before { content: '"'; position: absolute; top: -20px; right: -10px; font-size: 80px; color: var(--sand); opacity: 0; transition: all .5s var(--ease); transform: scale(.3) rotateZ(-45deg); font-weight: 900; }
.testimonial-card:hover .testimonial-content::before { opacity: .12; transform: scale(1) rotateZ(0deg); right: 0; }
.testimonial-rating { display: flex; align-items: center; gap: 8px; position: relative; z-index: 1; }
.stars { color: var(--sand); font-size: 14px; letter-spacing: 2px; transition: all .4s cubic-bezier(.34,1.56,.64,1); display: inline-block; }
.testimonial-card:hover .stars { letter-spacing: 6px; transform: scale(1.15); filter: drop-shadow(0 0 8px var(--sand)); animation: starsBounce .6s cubic-bezier(.34,1.56,.64,1); }
@keyframes starsBounce { 0%, 100% { transform: scale(1.15); } 50% { transform: scale(1.25); } }
.testimonials-cta { display: flex; justify-content: center; padding-top: 40px; border-top: 1px solid var(--line); }
.testimonials-cta-btn { min-width: 280px; text-align: center; justify-content: center; opacity: 0; transform: translateY(40px) scale(.8); }
.testimonials-cta-btn.entrance-bounce { animation: bounceEnter .8s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes bounceEnter { 0% { opacity: 0; transform: translateY(40px) scale(.8); } 60% { opacity: 1; transform: translateY(-8px) scale(1.05); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.testimonials-cta-btn:hover { transform: scale(1.05); box-shadow: 0 12px 32px rgba(255,153,0,.3); }
.testimonials::before { content: ''; position: absolute; top: 50%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, var(--wadi) 0%, transparent 70%); opacity: .05; border-radius: 50%; pointer-events: none; animation: floatSlow 8s ease-in-out infinite; }
.testimonials::after { content: ''; position: absolute; bottom: 10%; right: -5%; width: 300px; height: 300px; background: radial-gradient(circle, var(--sand) 0%, transparent 70%); opacity: .04; border-radius: 50%; pointer-events: none; animation: floatSlow 10s ease-in-out infinite reverse; }
@keyframes floatSlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(30px); } }

/* ══════════════════════════════════════════════════════════
   سيكشن شركاء النجاح — تصميم محسّن مع لوجو دوائر + كروسير
   ══════════════════════════════════════════════════════════ */
.partners {
  background: #2b8a50;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px max(6vw, 30px) 80px;
}
.partners::before {
  content: '';
  position: absolute; top: -50%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(77,184,77,.1) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.partners::after {
  content: '';
  position: absolute; bottom: -30%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,153,0,.08) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}

/* رأس السيكشن */
.partners-head {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
  position: relative; z-index: 1;
}
.partners-head h2 { color: #fff; max-width: 600px; font-size: clamp(28px, 3.2vw, 50px); }
.partners-head > p { max-width: 450px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 2; }

/* ── شريط اللوجوهات المتحرك (Marquee) ── */
.partners-logos-strip {
  position: relative; z-index: 1;
  overflow: hidden;
  margin-bottom: 70px;
  padding: 10px 0;
}
.partners-logos-strip::before,
.partners-logos-strip::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
  pointer-events: none;
}
.partners-logos-strip::before {
  right: 0;
  background: linear-gradient(to left, var(--deep), transparent);
}
.partners-logos-strip::after {
  left: 0;
  background: linear-gradient(to right, var(--deep), transparent);
}
.logos-marquee {
  display: flex;
  gap: 0;
  animation: marqueeScroll 30s linear infinite;
  width: max-content;
}
.logos-marquee:hover { animation-play-state: paused; }
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.logo-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 36px;
  flex-shrink: 0;
}
.logo-circle {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  transition: all .4s var(--ease);
  position: relative;
}
.logo-circle::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.12), transparent 60%);
}
.logo-circle img {
  width: 60%; height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .75;
  transition: all .4s var(--ease);
}
.logo-circle-item:hover .logo-circle {
  background: rgba(255,255,255,.14);
  border-color: var(--sand);
  transform: scale(1.1);
  box-shadow: 0 0 0 6px rgba(216,180,107,.15);
}
.logo-circle-item:hover .logo-circle img {
  opacity: 1;
  filter: none;
}
.logo-circle-name {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,.55);
  text-align: center;
  transition: color .3s ease;
  white-space: nowrap;
}
.logo-circle-item:hover .logo-circle-name { color: var(--sand); }

/* ── كروسير الكاردات التفصيلية ── */
.partners-cards-title {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 32px;
}
.partners-cards-title h3 {
  font-size: clamp(16px, 1.6vw, 22px);
  color: rgba(255,255,255,.85);
  font-weight: 600;
  margin: 0;
}
.carousel-counter {
  font-size: 13px; font-weight: 700;
  color: rgba(255,255,255,.45);
  font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
}
.carousel-counter span { color: var(--sand); }

.partners-carousel-container {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.partners-carousel {
  overflow: hidden;
  border-radius: 12px;
}
.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform .6s var(--ease);
  will-change: transform;
}

/* كارد الشريك */
.partner-card {
  flex: 0 0 calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all .4s var(--ease);
  backdrop-filter: blur(10px);
}
.partner-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(216,180,107,.4);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
}

/* صورة الشريك — دائرة اللوجو */
.partner-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 20px;
  background: linear-gradient(135deg, rgb(253 253 253), rgb(254 255 255 / 80%));
}
.partner-logo-circle {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 2px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  transition: all .4s var(--ease);
  position: relative;
}
.partner-logo-circle::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 55%);
}
.partner-logo-circle img {
  width: 65%; height: 65%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .8;
  transition: all .4s var(--ease);
}
.partner-card:hover .partner-logo-circle {
  border-color: var(--sand);
  box-shadow: 0 0 0 8px rgba(216,180,107,.12), 0 8px 24px rgba(0,0,0,.3);
  transform: scale(1.08);
}
.partner-card:hover .partner-logo-circle img {
  opacity: 1;
  filter: none;
}

/* معلومات الشريك */
.partner-info {
  padding: 20px 24px 24px;
  display: flex; flex-direction: column; gap: 8px; flex: 1;
}
.partner-info h3 {
  margin: 0; font-size: 17px; font-weight: 600; color: #fff; line-height: 1.4;
  transition: color .3s ease;
}
.partner-card:hover .partner-info h3 { color: var(--sand); }
.partner-role {
  margin: 0; color: var(--sand); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
}
.partner-desc {
  margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; flex: 1;
}
.partner-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 12px; padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.6); font-size: 12px; font-weight: 700;
  transition: all .3s var(--ease);
}
.partner-link:hover { color: var(--sand); border-color: var(--sand); gap: 10px; }

/* أزرار التنقل */
.carousel-nav {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #fff; font-size: 18px; cursor: pointer;
  border-radius: 50%;
  transition: all .3s var(--ease);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}
.carousel-nav:hover { background: var(--sand); border-color: var(--sand); color: var(--deep); transform: scale(1.1); }
.carousel-nav:active { transform: scale(.95); }
.carousel-nav:disabled { opacity: .3; cursor: not-allowed; transform: none; }

/* مؤشرات الصفحات */
.carousel-indicators {
  display: flex; justify-content: center; gap: 8px;
  position: relative; z-index: 1;
}
.indicator {
  width: 10px; height: 10px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.3);
  background: transparent; cursor: pointer;
  transition: all .3s var(--ease);
}
.indicator.active { background: var(--sand); border-color: var(--sand); width: 30px; border-radius: 5px; }
.indicator:hover { border-color: rgba(255,255,255,.6); }

/* ── تواصل ── */
.contact {
  position: relative; overflow: hidden;
  padding: 130px max(6vw, 30px);
  background: #2b8a50; color: #fff;
}
.contact::before {
  position: absolute; top: -220px; left: -180px;
  width: 600px; height: 600px;
  border: 1px solid rgba(217,167,94,.2); border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(217,167,94,.025), 0 0 0 120px rgba(217,167,94,.018);
  content: "";
}
.contact-layout { position: relative; display: grid; grid-template-columns: .83fr .7fr; gap: clamp(55px, 10vw, 160px); align-items: center; }
.contact h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 28px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 2.1; }
.contact-copy > div { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-copy span { padding: 7px 10px; border: 1px solid var(--white); color: rgba(255,255,255,.79); font-size: 11px; font-weight: 600; }
.contact-form { display: grid; gap: 16px; padding: 29px; border: 1px solid var(--white); background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); outline: 0; background: rgba(255,255,255,.07); color: #fff; padding: 10px 12px; border-radius: 0; font-size: 14px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--sand); }
.contact-form ::placeholder { color: rgba(255,255,255,.38); }
.contact-form textarea { resize: vertical; }
.outline { align-self: start; border-color: var(--sand); background: transparent; color: #fff; }
.outline:hover { background: var(--sand); color: var(--deep); }
.contact-form small { color: rgba(255,255,255,.5); font-size: 10px; }

/* ══════════════════════════════════════════════════════════
   الفوتر المحسّن
   ══════════════════════════════════════════════════════════ */
footer {
  background: var(--paper);
  color: rgba(255,255,255,.75);
  padding: 60px max(6vw, 30px) 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* عمود البراند */
.footer-brand .brand { color: var(--ink); margin-bottom: 16px; display: inline-flex; }
.footer-brand .brand strong { color: var(--sand); }
.footer-brand p { font-size: 13px; line-height: 1.9; color: var(--ink); max-width: 240px; margin: 0 0 24px; }

/* أيقونات السوشيال ميديا */
.social-links {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.social-link {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  color: var(--ink);
  font-size: 16px;
  transition: all .3s var(--ease);
  text-decoration: none;
}
.social-link:hover { border-color: var(--sand); color: var(--sand); background: rgba(216,180,107,.1); transform: translateY(-3px); }
.social-link svg { width: 18px; height: 18px; fill: currentColor; }

/* أعمدة الروابط */
.footer-col h4 {
  font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
  font-size: 12px; font-weight: 700;
  color: var(--ink);
  text-transform: uppercase; letter-spacing: .08em;
  margin: 0 0 20px;
}
.footer-col nav { display: flex; flex-direction: column; gap: 10px; }
.footer-col nav a { font-size: 13px; color: #5a6965; transition: color .2s ease, padding-right .2s ease; }
.footer-col nav a:hover { color: var(--sand); padding-right: 4px; }

/* الشريط السفلي */
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0;
  font-size: 11px;
  color: var(--ink);
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a { color: var(--ink); font-size: 11px; transition: color .2s ease; }
.footer-bottom-links a:hover { color: var(--sand); }

/* ── الاستجابة للشاشات ── */
@media (max-width: 980px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav nav, .nav-cta { display: none; }
  .hero-inner { width: min(100% - 76px, 1440px); }
  .source-note { display: none; }
  .about-grid { gap: 44px; }
  .service-head { gap: 43px; }
  .layout-width { width: min(100% - 8vw, 1050px); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .partners-head { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 700px) {
  .nav { min-height: 70px; padding: 0 18px; }
  .hero { min-height: max(640px, 100svh); }
  .hero-media iframe { width: 178vh; height: 100vh; }
  .hero-overlay { background: linear-gradient(180deg, rgba(5,34,34,.62), rgba(5,37,37,.72) 44%, rgba(5,37,37,.94)); }
  .hero-inner { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: calc(100% - 40px); min-height: inherit; padding: 125px 0 37px; }
  h1 { font-size: clamp(36px, 11vw, 49px); line-height: 1.48; }
  .hero-lead { font-size: 15px; }
  .scroll-cue { margin-top: auto; }
  .section { padding: 90px 29px; }
  .rail { display: none; }
  .about-grid, .service-head, .project-head, .contact-layout { display: block; width: 100%; }
  .about h2, .services h2, .contact h2 { font-size: clamp(27px, 8.3vw, 38px); line-height: 1.55; }
  .lead { font-size: 16px; }
  .about-image { min-height: 410px; margin-top: 60px; }
  .about-image img { width: 93%; }
  .values { margin-top: 30px; }
  .values article { padding-inline: 9px; }
  .values p { font-size: 10px; }
  .service-head { margin-bottom: 34px; }
  .service-head > p, .project-head > p { margin-top: 16px; font-size: 14px; }
  .service-list { display: block; width: 100%; }
  .service-list article, .service-list article:first-child { min-height: 245px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--white); border-left: 0; }
  .service-list h3 { margin-top: 30px; }
  .service-list article > a { left: 0; }
  .project-grid { display: flex; flex-direction: column; width: 100%; }
  .project { min-height: 330px; padding: 24px; }
  .contact { padding: 90px 29px; }
  .contact-form { margin-top: 39px; padding: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .testimonials-head { grid-template-columns: 1fr; gap: 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { padding: 20px; }
  .partner-card { flex: 0 0 100%; }
  .partners-carousel-container { grid-template-columns: auto 1fr auto; gap: 8px; }
  .logo-circle { width: 70px; height: 70px; }
  .logo-circle-item { padding: 0 20px; }
}

@media (max-width: 1200px) {
  .partner-card { flex: 0 0 calc(50% - 12px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .logos-marquee { animation: none; }
}




      /* ── صفحة المشاريع ── */
      .page-hero {
        position: relative;
        min-height: 380px;
        display: flex;
        align-items: flex-end;
        padding: 120px max(6vw, 30px) 60px;
        background: #2b8a50;
        color: #fff;
        overflow: hidden;
      }
      .page-hero::before {
        content: '';
        position: absolute; inset: 0;
        background: repeating-linear-gradient(
          120deg,
          rgba(255,255,255,.03) 0 1px,
          transparent 1px 38px
        );
      }
      .page-hero::after {
        content: '';
        position: absolute; bottom: -80px; left: -80px;
        width: 400px; height: 400px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(216,180,107,.15) 0%, transparent 70%);
      }
      .page-hero-inner { position: relative; z-index: 1; max-width: 760px; }
      .page-hero h1 { font-size: clamp(36px, 5vw, 68px); font-weight: 600; margin-bottom: 18px; }
      .page-hero p { color: rgba(255,255,255,.72); font-size: 17px; line-height: 2; max-width: 580px; margin: 0; }
      .page-hero .eyebrow { margin-bottom: 16px; }

      /* ── فلاتر ── */
      .projects-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 40px max(6vw, 30px) 0;
        background: var(--lime);
      }
      .filter-btn {
        padding: 9px 20px;
        border: 1.5px solid var(--line);
        background: transparent;
        color: var(--ink);
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 30px;
        transition: all .25s var(--ease);
        font-family: inherit;
      }
      .filter-btn:hover,
      .filter-btn.active {
        background: var(--deep);
        border-color: var(--deep);
        color: #fff;
      }

      /* ── شبكة المشاريع ── */
      .projects-page { background: var(--lime); padding: 48px max(6vw, 30px) 100px; }
      .projects-count {
        font-size: 13px; color: #7a8a86; margin-bottom: 32px;
        font-weight: 600;
      }
      .projects-count span { color: var(--wadi); }
      .projects-full-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 28px;
      }

      /* كارد المشروع */
      .proj-card {
        position: relative;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,.06);
        transition: all .4s var(--ease);
        display: flex;
        flex-direction: column;
      }
      .proj-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0,0,0,.12);
      }
      .proj-card-img {
        position: relative;
        height: 220px;
        overflow: hidden;
        background: linear-gradient(135deg, var(--wadi), var(--deep));
      }
      .proj-card-img img {
        width: 100%; height: 100%;
        object-fit: cover;
        transition: transform .6s var(--ease);
      }
      .proj-card:hover .proj-card-img img { transform: scale(1.07); }
      .proj-card-badge {
        position: absolute; top: 16px; right: 16px;
        padding: 5px 12px;
        background: var(--sand);
        color: var(--deep);
        font-size: 10px; font-weight: 700;
        border-radius: 20px;
        text-transform: uppercase;
        letter-spacing: .5px;
      }
      .proj-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
      .proj-card-body h3 { margin: 0; font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.4; }
      .proj-card-body p { margin: 0; color: #5a6965; font-size: 14px; line-height: 1.8; flex: 1; }
      .proj-card-meta {
        display: flex; align-items: center; justify-content: space-between;
        padding-top: 16px;
        border-top: 1px solid var(--line);
        margin-top: 4px;
      }
      .proj-card-status {
        display: flex; align-items: center; gap: 6px;
        font-size: 11px; font-weight: 700; color: var(--wadi);
      }
      .proj-card-status::before {
        content: '';
        width: 7px; height: 7px;
        border-radius: 50%;
        background: var(--wadi);
        animation: pulse 2s ease-in-out infinite;
      }
      @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
      .proj-card-link {
        display: inline-flex; align-items: center; gap: 6px;
        font-size: 12px; font-weight: 700; color: var(--deep);
        border-bottom: 1px solid var(--line);
        padding-bottom: 2px;
        transition: all .2s var(--ease);
      }
      .proj-card-link:hover { color: var(--wadi); border-color: var(--wadi); gap: 10px; }

      /* ── قسم الإحصائيات ── */
      .projects-stats {
        background: #2b8a50;
        color: #fff;
        padding: 70px max(6vw, 30px);
      }
      .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2px;
        border: 1px solid rgba(255,255,255,.1);
      }
      .stat-item {
        padding: 40px 30px;
        border-left: 1px solid rgba(255,255,255,.1);
        text-align: center;
      }
      .stat-item:last-child { border-left: 0; }
      .stat-num {
        display: block;
        font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
        font-size: clamp(36px, 4vw, 58px);
        font-weight: 700;
        color: var(--sand);
        line-height: 1;
        margin-bottom: 10px;
      }
      .stat-label { font-size: 13px; color: rgba(255,255,255,.65); font-weight: 600; }

      /* ── CTA ── */
      .projects-cta {
        background: var(--lime);
        padding: 80px max(6vw, 30px);
        text-align: center;
      }
      .projects-cta h2 { font-size: clamp(28px, 3.5vw, 48px); color: var(--ink); margin-bottom: 20px; }
      .projects-cta p { color: #5a6965; font-size: 16px; max-width: 520px; margin: 0 auto 36px; line-height: 2; }
      .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

      /* ── استجابة ── */
      @media (max-width: 768px) {
        .projects-full-grid { grid-template-columns: 1fr; }
        .stats-grid { grid-template-columns: repeat(2, 1fr); }
        .stat-item:nth-child(2) { border-left: 0; }
        .projects-filters { padding: 30px 24px 0; }
        .projects-page { padding: 36px 24px 80px; }
      }
      
      
      
      
      
      
      .project-hero{

            height:80vh;
            min-height:650px;
            position:relative;
            display:flex;
            align-items:end;
            overflow:hidden;

        }

        .project-hero img{
            position:absolute;
            inset:0;
            width:100%;
            height:100%;
            object-fit:cover;
        }

        .project-hero::before{

            content:"";
            position:absolute;
            inset:0;

            background:#2b8a50

        }

        .hero-content{
            position:relative;
            z-index:2;
            width:100%;
            max-width:1300px;
            margin:auto;
            padding:90px 40px;
            color:#fff;
        }

        .breadcrumb{
            display:flex;
            gap:12px;
            align-items:center;
            margin-bottom:25px;
            opacity:.8;
            font-size:14px;
        }

        .project-category{
            display:inline-block;
            background:var(--gold);
            color:var(--primary);
            padding:8px 18px;
            border-radius:30px;
            font-size:13px;
            font-weight:bold;
            margin-bottom:20px;
        }

        .hero-content h1{
            font-size:65px;
            line-height:1.1;
            margin-bottom:20px;
        }

        .hero-content p{

            max-width:700px;

            line-height:2;

            color:rgba(255,255,255,.8);

            font-size:18px;

        }

        .hero-info{

            margin-top:50px;

            display:grid;

            grid-template-columns:repeat(4,1fr);

            gap:25px;

        }

        .hero-info .item{

            background:rgba(255,255,255,.08);

            backdrop-filter:blur(20px);

            border:1px solid rgba(255,255,255,.15);

            border-radius:15px;

            padding:22px;

        }

        .hero-info span{

            display:block;

            color:#ddd;

            font-size:13px;

            margin-bottom:8px;

        }

        .hero-info strong{

            font-size:18px;

        }

        /* ---------------- */

        .project-section{

            max-width:1300px;

            margin:auto;

            padding:90px 30px;

        }

        .overview{

            display:grid;

            grid-template-columns:2fr 1fr;

            gap:60px;

            align-items:start;

        }

        .overview h2{

            font-size:42px;

            color:var(--primary);

            margin-bottom:25px;

        }

        .overview p{

            line-height:2.1;

            color:var(--text);

            margin-bottom:20px;

        }

        .info-card{

            background:#fff;

            border-radius:20px;

            padding:30px;

            box-shadow:0 15px 40px rgba(0,0,0,.05);

            position:sticky;

            top:120px;

        }

        .info-card h3{

            margin-bottom:30px;

            color:var(--primary);

        }

        .info-row{

            display:flex;

            justify-content:space-between;

            padding:18px 0;

            border-bottom:1px solid var(--line);

        }

        .info-row:last-child{

            border:0;

        }

        .info-row span{

            color:#777;

        }

        .info-row strong{

            color:var(--primary);

        }

        .progress-box{

            margin-top:35px;

        }

        .progress{

            height:10px;

            background:#eee;

            border-radius:50px;

            overflow:hidden;

            margin-top:10px;

        }

        .progress div{

            width:72%;

            height:100%;

            background:linear-gradient(90deg,var(--secondary),var(--gold));

        }

        @media(max-width:900px){

            .hero-content h1{

                font-size:45px;

            }

            .hero-info{

                grid-template-columns:repeat(2,1fr);

            }

            .overview{

                grid-template-columns:1fr;

            }

        }
        
        
        
        .section-head{

text-align:center;

margin-bottom:60px;

}

.section-head span{

color:#2B8A50;

font-weight:bold;

letter-spacing:1px;

}

.section-head h2{

font-size:45px;

margin:15px 0;

color:#083D3F;

}

.section-head p{

max-width:650px;

margin:auto;

line-height:2;

color:#666;

}

/* Gallery */

.gallery-section{

padding:100px 30px;

}

.gallery-grid{

columns:3 280px;

column-gap:18px;

}

.gallery-grid img{

width:100%;

margin-bottom:18px;

border-radius:18px;

cursor:pointer;

transition:.4s;

}

.gallery-grid img:hover{

transform:scale(1.04);

}

/* Goals */

.goals-section{

padding:100px 30px;

background:#fff;

}

.goals-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

}

.goal-card{

background:#F8F8F1;

padding:40px;

border-radius:20px;

transition:.4s;

}

.goal-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.goal-card .icon{

font-size:50px;

margin-bottom:25px;

}

.goal-card h3{
margin-bottom:15px;
color:#083D3F;
}

.goal-card p{
line-height:2;
color:#666;
}

/* Stats */

.stats-section{
padding:100px 30px;
background:#2B8A50;
color:#fff;

}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
text-align:center;
gap:30px;
}

.stats-grid h2{
font-size:70px;
margin-bottom:10px;
color:#D8B46B;

}

/* Timeline */

.timeline-section{
padding:120px 30px;
}

.timeline{
max-width:800px;
margin:auto;
border-right:3px solid #ddd;
padding-right:40px;

}

.timeline-item{
position:relative;
margin-bottom:60px;
}

.circle{
position:absolute;
right:-52px;
top:8px;
width:20px;
height:20px;
background:#2B8A50;
border-radius:50%;
border:5px solid white;
box-shadow:0 0 0 3px #2B8A50;
}

.timeline h3{
font-size:28px;
color:#083D3F;
margin-bottom:10px;
}

.timeline p{
line-height:2;
color:#666;
}

@media(max-width:768px){
.stats-grid{
grid-template-columns:repeat(2,1fr);
}
.gallery-grid{
columns:2;
}

}




/* الفيديو */

.project-video{
padding:120px 30px;
background:white;
}

.video-box{
position:relative;
border-radius:25px;
overflow:hidden;
cursor:pointer;
}

.video-box img{
width:100%;
display:block;
transition:.6s;
}

.video-box:hover img{
transform:scale(1.05);
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:95px;
height:95px;
border-radius:50%;
background:white;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
color:#2B8A50;
box-shadow:0 15px 40px rgba(0,0,0,.25);
}
/* Team */

.team-section{
padding:120px 30px;
background:#F8F8F1;
}
.team-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}
.member{
background:white;
padding:35px;
text-align:center;
border-radius:22px;
transition:.4s;
}
.member:hover{
transform:translateY(-10px);
}

.member img{
width:140px;
height:140px;
border-radius:50%;
object-fit:cover;
margin-bottom:20px;
}
.member h3{
color:#083D3F;
margin-bottom:10px;
}
.member span{
color:#777;
}
/* Related */
.related-projects{
padding:120px 30px;
}
.related-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}



/* CTA */

.project-show-cta{
padding:120px 30px;
background:#083D3F;
color:white;
text-align:center;
display:flex;
}

.project-show-cta h2{

font-size:48px;

margin-bottom:25px;

}

.project-show-cta p{

max-width:650px;

margin:auto;

line-height:2;

opacity:.8;

margin-bottom:40px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}



@media(max-width:900px){

.related-grid{

grid-template-columns:1fr;

}

}




 /* Store Hero */
        .store-hero {
            padding: 180px max(6vw, 30px) 100px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            background-size: cover;
            background-position: center;
            text-align: center;
            color: var(--white);
        }

        .store-hero h1 { font-size: clamp(40px, 8vw, 64px); margin-bottom: 20px; color: var(--sand); }
        .store-hero p { font-size: 18px; opacity: 0.8; max-width: 600px; margin: 0 auto; line-height: 1.8; }

        /* Cart Floating Button */
        .cart-trigger {
            position: fixed;
            left: 30px; bottom: 30px;
            width: 70px; height: 70px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
            z-index: 1000;
            box-shadow: 0 20px 40px rgba(11,106,93,0.3);
            transition: all 0.4s var(--ease);
        }

        .cart-trigger:hover { transform: scale(1.1) rotate(-10deg); background: var(--sand); color: var(--deep); }
        
        .cart-count {
            position: absolute;
            top: 0; right: 0;
            background: var(--sand);
            color: var(--deep);
            width: 25px; height: 25px;
            border-radius: 50%;
            font-size: 12px;
            font-weight: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid var(--teal);
        }

        /* Store Layout */
        .store-wrapper {
            max-width: 1400px;
            margin: 50px auto;
            padding: 0 30px;
            display: flex;
            align-items: flex-start;
            gap: 25px;
        }

        .products-section { flex: 1; min-width: 0; }

        .store-sidebar {
            width: 300px;
            flex-shrink: 0;
            position: sticky;
            top: 120px;
            background: #fff;
            padding: 35px;
            border-radius: 30px;
            box-shadow: 0 20px 50px rgba(0,0,0,.05);
            height: fit-content;
        }

        .filter-group { margin-bottom: 35px; }
        .filter-group h4 { margin-bottom: 20px; font-size: 18px; color: var(--deep); border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; }
        
        .filter-list { list-style: none; padding: 0; }
        .filter-list li { margin-bottom: 12px; }
        .filter-list label {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-size: 15px;
            color: #666;
            transition: color 0.3s;
        }
        .filter-list label:hover { color: var(--teal); }
        .filter-list input { accent-color: var(--teal); width: 18px; height: 18px; }

        /* Product Grid */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
        }

        .product-card {
            background: var(--white);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.02);
            transition: all 0.5s var(--ease);
            position: relative;
            border: 1px solid #f5f5f5;
        }

        .product-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 60px rgba(0,0,0,0.08);
            border-color: var(--sand);
        }

        .product-img-wrapper {
            width: 100%;
            aspect-ratio: 1;
            border-radius: 20px;
            overflow: hidden;
            background: #f9f9f9;
            margin-bottom: 20px;
            position: relative;
        }

        .product-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s var(--ease);
        }

        .product-card:hover .product-img-wrapper img { transform: scale(1.15); }

        .product-badge {
            position: absolute;
            top: 15px; right: 15px;
            background: var(--sand);
            color: var(--deep);
            padding: 5px 12px;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
            z-index: 2;
        }

        .product-info h3 { font-size: 19px; color: var(--deep); margin-bottom: 8px; }
        .product-info .price { font-size: 22px; font-weight: 800; color: var(--teal); display: block; margin-bottom: 20px; }
        .product-info .price span { font-size: 14px; font-weight: 400; color: #999; }

        .add-to-cart {
            width: 100%;
            padding: 15px;
            border: none;
            background: #f4f4f4;
            color: var(--deep);
            border-radius: 15px;
            font-family: inherit;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .add-to-cart:hover { background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%); color: #fff; }

        /* Cart Sidebar (Drawer) */
        .cart-drawer {
            position: fixed;
            top: 0; left: -450px;
            width: 420px; height: 100vh;
            background: var(--white);
            z-index: 2000;
            box-shadow: 30px 0 60px rgba(0,0,0,0.1);
            transition: all 0.5s var(--ease);
            padding: 40px;
            display: flex;
            flex-direction: column;
        }

        .cart-drawer.active { left: 0; }

        .cart-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 15px;
        }

        .cart-header h2 { font-size: 24px; color: var(--deep); }
        .close-cart { font-size: 30px; cursor: pointer; color: #999; }

        .cart-items { flex-grow: 1; overflow-y: auto; padding-right: 5px; }
        
        .cart-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            align-items: center;
            background: #fcfcfc;
            padding: 10px;
            border-radius: 15px;
        }

        .cart-item img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; }
        .cart-item-info { flex-grow: 1; }
        .cart-item-info h4 { font-size: 14px; margin-bottom: 4px; }
        .cart-item-info p { font-size: 14px; color: var(--teal); font-weight: 700; margin: 0; }

        /* Quantity Controls */
        .qty-controls {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #eee;
            border-radius: 8px;
            padding: 2px 5px;
        }
        .qty-btn {
            background: none;
            border: none;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            color: var(--deep);
            width: 25px;
        }
        .qty-val { font-size: 14px; font-weight: 700; min-width: 15px; text-align: center; }

        .remove-item { color: #ff5e5e; cursor: pointer; font-size: 18px; margin-right: 10px; }

        /* Checkout Form */
        .checkout-form {
            margin-top: 20px;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 20px;
            display: none; /* Only show when cart not empty */
        }
        .checkout-form.visible { display: block; }
        .checkout-form h4 { margin-bottom: 15px; font-size: 16px; color: var(--deep); }
        .form-input {
            width: 100%;
            padding: 12px;
            margin-bottom: 12px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-family: inherit;
            outline: none;
        }
        .form-input:focus { border-color: var(--teal); }

        .cart-footer {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 2px solid #f0f0f0;
        }

        .cart-total {
            display: flex;
            justify-content: space-between;
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .checkout-btn {
            width: 100%;
            padding: 18px;
            background: var(--teal);
            color: #fff;
            border: none;
            border-radius: 15px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s;
        }

        .checkout-btn:hover { background: var(--deep); transform: translateY(-3px); }

        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(5,37,37,0.4);
            backdrop-filter: blur(5px);
            z-index: 1500;
            display: none;
        }
        .overlay.active { display: block; }

        @media (max-width: 992px) {
            .store-wrapper { flex-direction: column; }
            .store-sidebar { width: 100%; position: static; order: -1; margin-bottom: 30px; }
            .product-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .product-grid { grid-template-columns: 1fr; }
            .cart-drawer { width: 100%; left: -100%; }
        }
        
        
        
        /* Gallery Hero */
        .gallery-hero {
            padding: 160px max(6vw, 30px) 80px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            text-align: center;
            color: var(--white);
            position: relative;
            overflow: hidden;
        }

        .gallery-hero::before {
            content: 'GALLERY';
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            font-size: 15vw;
            font-weight: 900;
            opacity: 0.03;
            letter-spacing: 20px;
        }

        .gallery-hero h1 { font-size: clamp(36px, 6vw, 56px); margin-bottom: 20px; position: relative; }
        .gallery-hero p { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto; }

        /* Filters */
        .gallery-filters {
            display: flex;
            justify-content: center;
            gap: 15px;
            padding: 40px max(6vw, 30px);
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 10px 25px;
            border: 1px solid #ddd;
            background: var(--white);
            border-radius: 50px;
            cursor: pointer;
            font-family: inherit;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s var(--ease);
            color: var(--deep);
        }

        .filter-btn.active, .filter-btn:hover {
            background: var(--teal);
            color: rgb(140 152 52);
            border-color: var(--teal);
            box-shadow: 0 10px 20px rgba(11,106,93,0.15);
        }

        /* Gallery Grid */
        .gallery-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 max(6vw, 30px) 60px;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            min-height: 600px;
        }

        .gallery-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            aspect-ratio: 4/3;
            background: #eee;
            cursor: pointer;
            animation: fadeInUp 0.6s var(--ease) forwards;
            opacity: 0;
        }

        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s var(--ease);
        }

        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(5,37,37,0.8) 0%, transparent 60%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            opacity: 0;
            transition: all 0.4s var(--ease);
        }

        .gallery-item:hover .gallery-overlay { opacity: 1; }
        .gallery-item:hover img { transform: scale(1.1); }

        .gallery-overlay h3 { color: var(--sand); font-size: 18px; margin-bottom: 5px; transform: translateY(10px); transition: transform 0.4s var(--ease); }
        .gallery-overlay p { color: #fff; font-size: 13px; transform: translateY(10px); transition: transform 0.4s var(--ease) 0.1s; }
        .gallery-item:hover h3, .gallery-item:hover p { transform: translateY(0); }

        /* Pagination */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            padding: 40px 0 100px;
        }

        .page-link {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            background: var(--white);
            border: 1px solid #eee;
            color: var(--deep);
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .page-link.active, .page-link:hover {
            background: var(--sand);
            border-color: var(--sand);
            color: var(--deep);
        }

        .page-link.disabled { opacity: 0.3; cursor: not-allowed; }

        /* Lightbox */
        .lightbox {
            position: fixed;
            inset: 0;
            background: rgba(5,37,37,0.98);
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 40px;
            backdrop-filter: blur(10px);
        }

        .lightbox.active { display: flex; animation: fadeIn 0.4s ease; }
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

        .lightbox-content { max-width: 90%; max-height: 85vh; position: relative; }
        .lightbox-content img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
        
        .lightbox-close {
            position: absolute;
            top: -50px; left: 0;
            color: #fff; font-size: 30px; cursor: pointer;
            transition: color 0.3s;
        }
        .lightbox-close:hover { color: var(--sand); }

        .lightbox-info {
            position: absolute;
            bottom: -60px; right: 0; left: 0;
            text-align: center; color: #fff;
        }

        @media (max-width: 700px) {
            .gallery-grid { grid-template-columns: 1fr; }
        }
        
        
        
        /* Hero Privacy */
        .privacy-hero {
            padding: 160px max(6vw, 30px) 100px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .privacy-hero::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(circle at 50% 50%, rgba(216,180,107,0.05) 0%, transparent 70%);
        }

        .privacy-hero h1 {
            font-size: clamp(40px, 8vw, 72px);
            margin-bottom: 24px;
            color: var(--white);
        }

        .privacy-hero p {
            font-size: 18px;
            color: rgba(255,255,255,0.7);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }
      .legal-page { max-width: 800px; margin: 0 auto; padding: 140px max(6vw,30px) 100px; }
      .legal-page h1 { font-size: clamp(32px,4vw,52px); color: var(--deep); margin-bottom: 8px; }
      .legal-page .date { color: #7a8a86; font-size: 13px; margin-bottom: 48px; }
      .legal-page h2 { font-size: 20px; color: var(--ink); margin: 40px 0 12px; }
      .legal-page p, .legal-page li { color: #52625f; font-size: 15px; line-height: 2; }
      .legal-page ul { padding-right: 24px; }
      .legal-page ul li { margin-bottom: 8px; }
      .legal-page a { color: var(--wadi); text-decoration: underline; }
      
      
      
       /* Hero About */
        .terms-hero {
            padding: 160px max(6vw, 30px) 100px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .terms-hero::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(circle at 50% 50%, rgba(216,180,107,0.05) 0%, transparent 70%);
        }

        .terms-hero h1 {
            font-size: clamp(40px, 8vw, 72px);
            margin-bottom: 24px;
            color: var(--white);
        }

        .terms-hero p {
            font-size: 18px;
            color: rgba(255,255,255,0.7);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }
        
        
        
        .legal-page { max-width: 800px; margin: 0 auto; padding: 140px max(6vw,30px) 100px; }
      .legal-page h1 { font-size: clamp(32px,4vw,52px); color: var(--deep); margin-bottom: 8px; }
      .legal-page .date { color: #7a8a86; font-size: 13px; margin-bottom: 48px; }
      .legal-page h2 { font-size: 20px; color: var(--ink); margin: 40px 0 12px; }
      .legal-page p, .legal-page li { color: #52625f; font-size: 15px; line-height: 2; }
      .legal-page ul { padding-right: 24px; }
      .legal-page ul li { margin-bottom: 8px; }
      .legal-page a { color: var(--wadi); text-decoration: underline; }
    
    
    
    
    
    
    
    
        .news-hero {
            padding: 180px 30px 100px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            text-align: center;
        }

        .news-hero h1 { font-size: clamp(32px, 5vw, 56px); color: rgba(255, 255, 255, .22); margin-bottom: 20px; }
        .news-hero p { color: rgba(255,255,255,0.7); }

        .news-container { max-width: 1200px; margin: 0 auto 100px; padding: 35px 20px; }

        /* Featured News */
        .featured-news {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
        }

        .news-card-large {
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            height: 500px;
            color: #fff;
            cursor: pointer;
        }

        .news-card-large img { width: 100%; height: 100%; object-fit: cover; transition: 0.8s var(--ease); }
        .news-card-large:hover img { transform: scale(1.05); }

        .news-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(5,37,37,0.9), transparent);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 40px;
        }

        .news-overlay span { background: var(--sand); color: var(--deep); padding: 5px 15px; border-radius: 50px; font-size: 12px; font-weight: 700; width: fit-content; margin-bottom: 15px; }
        .news-overlay h2 { font-size: 32px; margin-bottom: 15px; }

        /* Magazine Grid */
        .magazine-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .news-item {
            cursor: pointer;
            transition: 0.4s;
        }

        .news-item:hover { transform: translateY(-10px); }

        .news-item-img {
            width: 100%;
            aspect-ratio: 16/10;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 20px;
            background: #eee;
        }

        .news-item-img img { width: 100%; height: 100%; object-fit: cover; }

        .news-item-content h3 { font-size: 20px; color: var(--deep); margin-bottom: 12px; line-height: 1.5; }
        .news-item-content p { color: #777; font-size: 14px; line-height: 1.8; margin-bottom: 15px; }
        
        .news-date { font-size: 12px; color: var(--teal); font-weight: 700; display: block; margin-bottom: 10px; }

        .read-more {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--deep);
            text-decoration: none;
            font-weight: 800;
            font-size: 14px;
            border-bottom: 2px solid var(--sand);
            padding-bottom: 2px;
            transition: 0.3s;
        }
        .read-more:hover { gap: 15px; color: var(--teal); }

        /* Newsletter Section */
        .newsletter {
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            border-radius: 40px;
            padding: 80px 40px;
            text-align: center;
            color: #fff;
            margin-top: 100px;
        }

        .newsletter h2 { color: var(--sand); margin-bottom: 20px; }
        .newsletter-form { max-width: 500px; margin: 40px auto 0; display: flex; gap: 10px; }
        .newsletter-form input { flex: 1; padding: 18px; border-radius: 15px; border: none; font-family: inherit; }
        .newsletter-form button { padding: 0 30px; background: var(--sand); color: #fff; border: none; border-radius: 15px; cursor: pointer; font-weight: 700; }

        @media (max-width: 992px) {
            .featured-news { grid-template-columns: 1fr; }
            .magazine-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 600px) {
            .magazine-grid { grid-template-columns: 1fr; }
            .newsletter-form { flex-direction: column; }
        }
        
        
        
        
        /* Article Hero */
        .article-hero {
            height: 70vh;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            padding: 60px 30px;
            color: #fff;
        }

        .article-hero img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
            transition: 1.5s var(--ease);
        }

        .article-hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(5,37,37,0.9), transparent);
            z-index: -1;
        }

        .hero-content { max-width: 900px; margin: 0 auto; width: 100%; animation: slideUp 1s var(--ease); }
        .hero-content span { background: var(--sand); color: var(--deep); padding: 5px 15px; border-radius: 50px; font-size: 13px; font-weight: 800; }
        .hero-content h1 { font-size: clamp(32px, 5vw, 48px); margin: 20px 0; line-height: 1.3; }
        
        .article-meta { display: flex; gap: 30px; opacity: 0.8; font-size: 14px; }

        /* Article Content */
        .article-container { max-width: 900px; margin: -60px auto 100px; padding: 0 30px; position: relative; z-index: 10; }
        
        .article-body {
            background: #fff;
            padding: 60px;
            border-radius: 40px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.05);
            line-height: 2;
            font-size: 18px;
            color: #444;
        }

        .article-body p { margin-bottom: 30px; }
        .article-body h2 { color: var(--teal); margin: 50px 0 20px; font-size: 28px; }

        .quote-box {
            background: #f8f9fa;
            border-right: 6px solid var(--sand);
            padding: 30px;
            margin: 40px 0;
            font-style: italic;
            font-size: 22px;
            color: var(--deep);
            border-radius: 0 20px 20px 0;
        }

        /* Sidebar Actions */
        .share-box {
            position: sticky;
            top: 150px;
            float: right;
            margin-right: -100px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .share-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.3s;
        }
        .share-btn:hover { background: var(--sand); color: #fff; transform: scale(1.1); }

        /* Related News */
        .related-news { max-width: 1200px; margin: 100px auto; padding: 0 30px; }
        .related-news h3 { text-align: center; margin-bottom: 50px; font-size: 32px; }
        .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

        @keyframes slideUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }

        @media (max-width: 1100px) {
            .share-box { position: static; float: none; margin: 0 0 30px; flex-direction: row; justify-content: center; }
            .article-body { padding: 40px 25px; }
            .related-grid { grid-template-columns: 1fr; }
        }
        
        
        /* Modern Hero */
        .projects-hero {
            padding: 160px max(6vw, 30px) 100px;
            text-align: center;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
        }

        .projects-hero h1 { 
            font-size: clamp(32px, 5vw, 52px); 
            font-weight: 900; 
            color: var(--sand);
            margin-bottom: 20px;
        }

        .projects-hero p { font-size: 18px; opacity: 0.9; max-width: 700px; margin: 0 auto; line-height: 1.8; }

        /* Initiative Tabs */
        .tabs-container {
            max-width: 900px;
            margin: 35px auto 40px;
            padding: 8px;
            background: #fff;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border-radius: 100px;
            display: flex;
            justify-content: center;
            gap: 5px;
            position: sticky;
            top: 100px;
            z-index: 100;
            overflow-x: auto;
        }

        .tab-btn {
            padding: 12px 25px;
            border-radius: 100px;
            border: none;
            background: transparent;
            color: var(--deep);
            font-family: inherit;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
            white-space: nowrap;
        }

        .tab-btn.active {
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
        }

        /* Projects Wrapper */
        .projects-wrapper {
            max-width: 1200px;
            margin: 60px auto 100px;
            padding: 0 20px;
        }

        .initiative-info {
            text-align: center;
            margin-bottom: 50px;
            transition: 0.5s;
        }

        .initiative-info h2 { font-size: 28px; color: var(--teal); margin-bottom: 10px; }
        .initiative-info p { color: #666; max-width: 700px; margin: 0 auto; line-height: 1.8; }

        /* --- NEW CARD DESIGN --- */
        .projects-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 30px;
        }

        .project-card {
            background: #fff;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.4s var(--ease);
            border: 1px solid #f0f0f0;
            display: flex;
            flex-direction: column;
            opacity: 0;
            transform: translateY(30px);
        }

        .project-card.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .project-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(11, 106, 93, 0.15);
            border-color: var(--sand);
        }

        /* Image at Top */
        .card-img {
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
        }

        .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.6s;
        }

        .project-card:hover .card-img img { transform: scale(1.1); }

        /* Badge on Image */
        .initiative-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(5, 37, 37, 0.8);
            backdrop-filter: blur(5px);
            color: var(--sand);
            padding: 5px 12px;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
        }

        .card-body {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .card-body h3 {
            font-size: 20px;
            margin: 0 0 12px;
            color: var(--deep);
        }

        .card-body p {
            font-size: 14px;
            color: #777;
            line-height: 1.6;
            margin-bottom: 25px;
            flex-grow: 1;
        }

        /* Footer with Duration and Button */
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #f5f5f5;
        }

        .duration {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 700;
            color: var(--teal);
        }

        .duration i { font-size: 16px; }

        .btn-explore {
            background: var(--sand);
            color: var(--deep);
            text-decoration: none;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 800;
            transition: 0.3s;
        }

        .btn-explore:hover {
            background: var(--deep);
            color: #fff;
        }

        /* Pagination */
        .pagination-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 60px;
        }

        .page-btn {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            border: 1px solid #ddd;
            background: #fff;
            cursor: pointer;
            font-weight: 700;
            transition: 0.3s;
        }

        .page-btn.active, .page-btn:hover:not(:disabled) {
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
            border-color: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
        }

        @media (max-width: 768px) {
            .tabs-container { border-radius: 20px; justify-content: flex-start; margin: -30px 20px 30px; }
            .projects-grid { grid-template-columns: 1fr; }
        }
        
        
        
        
        .detail-hero {
            padding: 180px 30px 80px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: var(--white);
            position: relative;
        }

        .breadcrumb { margin-bottom: 20px; font-size: 14px; opacity: 0.7; }
        .breadcrumb a { color: var(--sand); text-decoration: none; }

        .detail-header { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 350px; gap: 60px; }
        .detail-title h1 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 20px; }
        .detail-tags { display: flex; gap: 10px; margin-bottom: 30px; }
        .detail-tag { padding: 6px 15px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.2); font-size: 12px; }

        .action-card {
            background: var(--white);
            border-radius: 25px;
            padding: 35px;
            color: var(--deep);
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
            position: relative;
            z-index: 20;
        }

        .price-tag { font-size: 32px; font-weight: 900; color: var(--teal); margin-bottom: 10px; display: block; }
        .price-tag span { font-size: 16px; font-weight: 400; color: #777; }
        
        .timeline-box { margin: 25px 0; padding: 15px; background: #f8f9fa; border-radius: 15px; border-right: 4px solid var(--sand); }
        .timeline-box small { display: block; color: #777; margin-bottom: 5px; }
        .timeline-box strong { font-size: 18px; color: var(--deep); }

        .book-btn {
            width: 100%;
            padding: 18px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
            border: none;
            border-radius: 15px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
        }
        .book-btn:hover { background: var(--sand); color: var(--deep); transform: translateY(-3px); }

        /* Media Showcase */
        .media-section { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
        .main-media {
            width: 100%;
            aspect-ratio: 16/9;
            border-radius: 30px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        .main-media video, .main-media img { width: 100%; height: 100%; object-fit: cover; }

        .media-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
        .thumb { aspect-ratio: 4/3; border-radius: 15px; overflow: hidden; cursor: pointer; transition: 0.3s; border: 3px solid transparent; }
        .thumb:hover { transform: scale(1.05); }
        .thumb.active { border-color: var(--sand); }
        .thumb img { width: 100%; height: 100%; object-fit: cover; }

        /* Description Content */
        .content-section { max-width: 1200px; margin: 80px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 350px; gap: 60px; }
        .description-text { line-height: 2; color: #444; font-size: 17px; }
        .description-text h3 { color: var(--deep); margin: 40px 0 20px; font-size: 24px; }
        
        .features-list { list-style: none; padding: 0; }
        .features-list li { margin-bottom: 15px; padding-right: 30px; position: relative; }
        .features-list li::before { content: '✓'; position: absolute; right: 0; color: var(--teal); font-weight: 900; }

        /* Similar Projects */
        .similar-section { background: #fcfcfc; padding: 100px 20px; }
        .similar-inner { max-width: 1200px; margin: 0 auto; }
        .similar-inner h2 { margin-bottom: 40px; text-align: center; font-size: 32px; }

        @media (max-width: 992px) {
            .detail-header, .content-section { grid-template-columns: 1fr; }
            .action-card { margin-top: -100px; }
        }
        
        
        
               
        
        /* Hub Hero */
        .hub-hero {
            padding: 180px 30px 100px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hub-hero h1 { font-size: clamp(32px, 5vw, 56px); color: var(--sand); margin-bottom: 20px; animation: slideDown 0.8s var(--ease); }
        .hub-hero p { font-size: 18px; opacity: 0.9; max-width: 700px; margin: 0 auto; animation: fadeIn 1s var(--ease) 0.3s forwards; opacity: 0; }


        /* Navigation Style Update */
        .nav { background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.05); }
        .nav a { color: var(--deep); }


        /* Top Blue Banner */
        .top-banner {
            max-width: 1200px;
            margin: 0 auto 60px;
            background: var(--blue-light);
            border-radius: 50px;
            padding: 30px 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 160, 233, 0.2);
        }

        .top-banner h2 { font-size: 24px; margin: 0; font-weight: 700; z-index: 1; }
        .banner-btns { display: flex; gap: 15px; z-index: 1; }
        .banner-btn {
            padding: 10px 30px;
            border-radius: 50px;
            border: 2px solid #fff;
            background: transparent;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 15px;
            transition: 0.3s;
        }
        .banner-btn:hover { background: #fff; color: #70b52d; }

        /* Main Content Grid */
        .hub-grid {
            max-width: 1200px;
            margin: 0 auto 60px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            padding: 35px 20px;
        }

        .map-col {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid #eee;
            height: 550px;
        }
        .map-col iframe { width: 100%; height: 100%; border: none; }

        .info-col { padding-top: 10px; }
        .info-col h1 { font-size: 32px; margin-bottom: 10px; color: var(--deep); }
        .info-col p.subtext { color: #777; margin-bottom: 40px; font-size: 16px; }

        .info-cards-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .info-card, .full-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 20px;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: 0.3s;
        }
        .info-card:hover, .full-card:hover { border-color: #70b52d; transform: translateY(-5px); }

        .card-text h4 { margin: 0 0 5px; font-size: 16px; color: var(--deep); }
        .card-text p { margin: 0; font-size: 14px; color: #666; font-weight: 600; }
        
        .card-icon {
            width: 45px;
            height: 45px;
            border-radius: 12px;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            border: 1px solid #eee;
        }

        .full-card { grid-column: span 2; margin-bottom: 20px; }

        .social-bar { margin-top: 40px; text-align: center; }
        .social-bar h3 { font-size: 22px; margin-bottom: 25px; color: var(--deep); }
        .social-icons { display: flex; justify-content: center; gap: 20px; }
        .social-icon {
            width: 40px; height: 40px; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            background: #fff; border: 1px solid #eee;
            text-decoration: none; color: var(--deep); font-size: 18px; transition: 0.3s;
        }
        .social-icon:hover { background: #70b52d; color: #fff; border-color: #70b52d; transform: scale(1.1); }

        /* --- NEW FORMS SECTIONS --- */
        .forms-section {
            background: #f8f9fa;
            padding: 100px 0;
            margin-top: 60px;
        }

        .section-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .form-card {
            background: #fff;
            border-radius: 40px;
            padding: 50px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.05);
            border: 1px solid #eee;
        }

        .form-card.highlight {
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
            border: none;
        }

        .form-card h3 { font-size: 28px; margin-bottom: 15px; }
        .form-card p { opacity: 0.7; margin-bottom: 35px; line-height: 1.6; }

        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 14px; }
        .form-group input, .form-group textarea, .form-group select {
            width: 100%;
            padding: 15px;
            border-radius: 15px;
            border: 1px solid #eee;
            background: #fcfcfc;
            font-family: inherit;
            transition: 0.3s;
            box-sizing: border-box;
        }
        
        .form-card.highlight input, .form-card.highlight textarea, .form-card.highlight select {
            border-color: rgba(255,255,255,0.1);
            color: #fff;
        }

        .submit-btn {
            width: 100%;
            padding: 18px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: #fff;
            border: none;
            border-radius: 15px;
            font-weight: 800;
            font-size: 16px;
            cursor: pointer;
            transition: 0.3s;
        }
        .submit-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 160, 233, 0.3); }
        
        .form-card.highlight .submit-btn { background: var(--sand); color: var(--deep); }

        @media (max-width: 992px) {
            .hub-grid, .section-container { grid-template-columns: 1fr; }
            .form-card { padding: 30px; }
        }
        
        
        
        /* Hero About */
        .about-hero {
            padding: 160px max(6vw, 30px) 100px;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .about-hero::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(circle at 50% 50%, rgba(216,180,107,0.05) 0%, transparent 70%);
        }

        .about-hero h1 {
            font-size: clamp(40px, 8vw, 72px);
            margin-bottom: 24px;
            color: var(--white);
        }

        .about-hero p {
            font-size: 18px;
            color: rgba(255,255,255,0.7);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }

        /* Definition Section */
        .definition {
            padding: 100px max(6vw, 30px);
            background: var(--white);
            color: var(--deep);
        }

        .def-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .def-content h2 {
            font-size: 32px;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }

        .def-content h2::after {
            content: '';
            position: absolute;
            bottom: 0; right: 0;
            width: 60px; height: 3px;
            background: var(--sand);
        }

        .def-text {
            font-size: 17px;
            line-height: 2;
            color: #444;
        }

        .reg-badge {
            display: inline-block;
            margin-top: 25px;
            padding: 10px 20px;
            background: rgba(11,106,93,0.05);
            border-right: 4px solid var(--teal);
            font-weight: 700;
            font-size: 14px;
        }

        .def-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0,0,0,0.1);
        }

        .def-image img {
            width: 100%;
            display: block;
            transition: transform 0.8s var(--ease);
        }

        .def-image:hover img {
            transform: scale(1.05);
        }

        /* Stats Section */
        .stats {
            padding: 80px max(6vw, 30px);
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            color: var(--white);
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .stat-item {
            text-align: center;
            padding: 40px 20px;
            border: 1px solid rgba(255,255,255,0.1);
            background: rgba(255,255,255,0.02);
            transition: all 0.4s var(--ease);
        }

        .stat-item:hover {
            background: rgba(255,255,255,0.05);
            border-color: var(--sand);
            transform: translateY(-10px);
        }

        .stat-number {
            display: block;
            font-size: 48px;
            font-weight: 800;
            color: var(--sand);
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 14px;
            font-weight: 600;
            color: rgba(255,255,255,0.6);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Vision & Mission */
        .vision-mission {
            padding: 120px max(6vw, 30px);
            background: #f9f9f9;
        }

        .vm-card {
            background: var(--white);
            padding: 60px;
            border-radius: 30px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 60px;
            align-items: center;
        }

        .vision-side h2 {
            font-size: 42px;
            color: var(--deep);
            margin-bottom: 20px;
        }

        .vision-side .tagline {
            font-size: 20px;
            color: var(--teal);
            font-weight: 700;
        }

        .vision-details {
            display: grid;
            gap: 30px;
        }

        .v-item h4 {
            color: var(--sand);
            margin-bottom: 8px;
            font-size: 18px;
        }

        .v-item p {
            font-size: 15px;
            line-height: 1.7;
            color: #666;
        }

        /* Goals Section */
        .goals {
            padding: 100px max(6vw, 30px);
            background: var(--white);
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 36px;
            color: var(--deep);
        }

        .goals-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .goal-card {
            padding: 40px;
            background: #fff;
            border: 1px solid #eee;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
        }

        .goal-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 0;
            background: linear-gradient(180deg, #36a15e 0%, #2b8a50 50%, #1d5e36 100%);
            transition: all 0.3s ease;
            z-index: -1;
        }

        .goal-card:hover::before {
            height: 100%;
        }

        .goal-card:hover h3, .goal-card:hover p {
            color: #fff;
        }

        .goal-card .icon {
            font-size: 40px;
            margin-bottom: 20px;
            display: block;
        }

        .goal-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
            color: var(--deep);
        }

        .goal-card p {
            font-size: 14px;
            line-height: 1.6;
            color: #777;
        }

        @media (max-width: 900px) {
            .def-grid, .vm-card {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .stats-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
