
:root {
  --premium-dark: #07130c;
  --premium-dark-2: #0d1e14;
  --premium-card: rgba(255,255,255,0.08);
  --premium-border: rgba(255,255,255,0.16);
  --premium-shadow: 0 25px 80px rgba(4, 18, 9, 0.32);
  --premium-radius: 28px;
}

html, body {
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.14), transparent 28%),
    radial-gradient(circle at left center, rgba(22,163,74,0.08), transparent 24%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 24%, #f4faf5 100%);
  color: #122018;
}
body, input, textarea, button, select { font-family: var(--font-ar); }
body { overflow-x: hidden; }
section, footer { position: relative; }
section::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22,163,74,0.18), transparent);
}
.container { width: min(1180px, calc(100% - 32px)); }
h2 { font-size: clamp(34px, 3vw, 52px); font-weight: 900; letter-spacing: -0.03em; color: #0a1a10; }
.navbar {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 0;
  inset-inline: 0;
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(8, 17, 12, 0.10);
}
.navbar.transparent { background: rgba(7,19,12,0.24); }
.navbar.scrolled { background: rgba(7,19,12,0.78); box-shadow: 0 18px 50px rgba(6,17,10,0.22); }
.nav-container { min-height: 72px; }
.logo { width: 52px; height: 52px; }
.logo img { border: 2px solid rgba(255,255,255,0.5); box-shadow: 0 8px 20px rgba(0,0,0,0.16); }
.nav-links { gap: 14px; }
.nav-links a {
  color: rgba(255,255,255,0.95);
  border-bottom: none;
  padding: 10px 14px;
  border-radius: 999px;
}
.nav-links a:hover, .nav-links a.active {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-bottom: none;
}
.lang-btn {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}
.lang-btn:hover { color: #06100a; background: #fff; }
.menu-icon { color: #fff; }
.hero {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(4,12,7,0.72), rgba(5,16,9,0.45)),
    radial-gradient(circle at 80% 20%, rgba(34,197,94,0.30), transparent 20%),
    url("../images/header_1.jpg") center/cover no-repeat;
  isolation: isolate;
}
.hero::before { background: linear-gradient(180deg, rgba(4,11,7,0.25), rgba(4,11,7,0.62)); }
.hero-grid {
  position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.65), transparent 75%);
}
.hero-orb {
  position: absolute; border-radius: 999px; filter: blur(8px); z-index: 1; opacity: .8;
}
.orb-1 { width: 280px; height: 280px; background: radial-gradient(circle, rgba(34,197,94,.38), transparent 70%); top: 16%; inset-inline-start: 8%; }
.orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(132,204,22,.18), transparent 70%); bottom: 12%; inset-inline-end: 10%; }
.hero-box {
  max-width: 980px;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--premium-shadow);
  backdrop-filter: blur(12px);
}
.hero-badge {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.92);
  margin-bottom: 18px;
  font-size: 14px;
  letter-spacing: .02em;
}

.hero-box h1 { font-size: clamp(42px, 5vw, 78px); line-height: 1.05; font-weight: 900; margin-bottom: 16px; }
.hero-content { max-width: 780px; margin: 0 auto 26px; font-size: clamp(18px, 2vw, 26px); line-height: 1.8; color: rgba(255,255,255,0.9); }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-btn {
  padding: 14px 24px;
  min-width: 170px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 12px 30px rgba(22,163,74,0.30);
  font-weight: 800;
}
.hero-btn.secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
}
.hero-btn:hover { transform: translateY(-2px); background: #fff; color: #0b1b11; }
.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.hero-stat {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  padding: 18px;
  text-align: center;
}
.hero-stat strong { display:block; color:#fff; font-size: clamp(28px, 4vw, 44px); line-height: 1; margin-bottom: 8px; font-weight: 900; }
.hero-stat span { color: rgba(255,255,255,0.86); font-size: 15px; }
.scroll-indicator {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 2; width: 42px; height: 72px; border-radius: 999px; border:1px solid rgba(255,255,255,0.28);
  display:flex; align-items:flex-start; justify-content:center; padding-top:12px;
}
.scroll-indicator span { width:6px; height:14px; border-radius:999px; background:#fff; animation: scrollPulse 1.6s infinite; }
@keyframes scrollPulse { 0%{transform:translateY(0);opacity:0} 30%{opacity:1} 100%{transform:translateY(24px);opacity:0} }

.split-section, .services-section, .partners-section, .contact-section, .farms-section, .about-section { padding-block: 110px; }
.slider_content {
  gap: 40px; align-items: stretch;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.62));
  border: 1px solid rgba(12,40,20,0.08);
  box-shadow: 0 30px 90px rgba(13,30,20,0.12);
  border-radius: 36px;
  padding: 34px;
}
#carouselExampleFade, .text-box { flex: 1; }
.carousel-inner { width: 100%; height: 100%; min-height: 460px; border-radius: 28px; box-shadow: var(--premium-shadow); }
.carousel-item, .carousel-item img { border-radius: 28px; }
.text-box {
  width: auto; display:flex; flex-direction:column; justify-content:center; align-items:flex-start;
  padding: 10px 6px;
}
.text-box h2, .about-title, .services-title, .farms-title, .partners-title, .contact-title { text-align: start; margin-bottom: 16px; }
[dir="ltr"] .text-box h2,[dir="ltr"] .about-title,[dir="ltr"] .services-title,[dir="ltr"] .farms-title,[dir="ltr"] .partners-title,[dir="ltr"] .contact-title { text-align:left; }
[dir="rtl"] .text-box h2,[dir="rtl"] .about-title,[dir="rtl"] .services-title,[dir="rtl"] .farms-title,[dir="rtl"] .partners-title,[dir="rtl"] .contact-title { text-align:right; }
.text-box p, .services-intro, .partners-desc { color: #365242; font-size: 18px; line-height: 1.95; }
.text-box::before {
  content: "01"; font-size: 78px; font-weight: 900; line-height: 1; color: rgba(22,163,74,0.12); margin-bottom: 4px;
}
.about-header {
  min-height: 52vh; height: auto; padding: 60px 24px;
  border-radius: 0 0 42px 42px;
  overflow: hidden;
}
.about-header::before { background: linear-gradient(135deg, rgba(6,16,10,0.86), rgba(11,35,20,0.72)); }
.about-desc { font-size: clamp(18px, 2vw, 28px); max-width: 960px; padding-inline: 20px; }
.about-items { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.about-item {
  padding: 28px; border-radius: 24px; background: rgba(255,255,255,0.72); border: 1px solid rgba(10,28,16,0.08); box-shadow: 0 20px 55px rgba(13,30,20,0.08);
}
.about-item:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(13,30,20,0.14); }
.about-item p, .about-item ul li { font-size: 16px; color: #2f4839; }
.services-grid, .partners-grid { gap: 28px; }
.service-card {
  height: 470px; border-radius: 26px; box-shadow: var(--premium-shadow); border:1px solid rgba(255,255,255,0.12);
}
.service-card::before, .service-card::after { background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent); }
.service-content {
  background: linear-gradient(180deg, rgba(3,11,6,0.04), rgba(3,11,6,0.88));
  padding: 20px;
}
.service-content h3 { color: #7ef0a7; font-size: 24px; }
.service-content ul li { font-size: 15px; color: rgba(255,255,255,0.92); }
.farms-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(34,197,94,0.10), transparent 22%),
    linear-gradient(180deg, #f8fcf8 0%, #f2faf3 100%);
}
.farms-grid { gap: 28px; }
.farm-card { border-radius: 24px; box-shadow: 0 25px 65px rgba(13,30,20,0.12); }
.farm-img { height: 440px; }
.farm-overlay { background: linear-gradient(180deg, rgba(7,19,12,0.02), rgba(7,19,12,0.15)); }
.farm-card:hover .farm-overlay { background: linear-gradient(180deg, rgba(7,19,12,0.18), rgba(7,19,12,0.82)); }
.farm-info {
  background: linear-gradient(135deg, rgba(22,163,74,0.95), rgba(12,93,42,0.98));
  backdrop-filter: blur(8px);
}
.farm-name { padding: 16px 18px; font-size: 20px; font-weight: 800; }
.farm-details { padding: 22px; }
.farm-text { font-size: 15px; line-height: 1.8; }
.partner-card {
  min-height: 210px;
  border: 1px solid rgba(18,45,28,0.10);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,251,248,0.96));
  box-shadow: 0 20px 55px rgba(13,30,20,0.10);
}
.partner-card img { border-radius: 18px; aspect-ratio: 16/10; object-fit: contain; background: #fff; padding: 18px; }
.partner-card:hover { transform: translateY(-10px) scale(1.01); }
.location-section {
  min-height: auto !important;
  padding: 110px 0;
  background: linear-gradient(180deg, #09160e 0%, #102218 100%);
}
.location-section h2 { color: #fff; margin-bottom: 24px; }
.map-shell {
  width: min(1180px, calc(100% - 32px)) !important;
  height: 560px !important;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 90px rgba(0,0,0,0.35);
}
.contact-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0.78));
}
.contact__sub {
  gap: 28px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(10,28,16,0.08);
  border-radius: 34px;
  padding: 26px;
  box-shadow: 0 30px 90px rgba(13,30,20,0.10);
}
.contact__img { min-height: 100%; border-radius: 28px; box-shadow: var(--premium-shadow); }
.contact-form input, .contact-form select, .contact-form textarea {
  padding: 15px 16px; border-radius: 16px; border: 1px solid rgba(13,30,20,0.10); box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  border-color: rgba(22,163,74,0.7); box-shadow: 0 0 0 4px rgba(34,197,94,0.10);
}
.submit-btn {
  border-radius: 16px; font-weight: 800; letter-spacing: .01em; box-shadow: 0 15px 35px rgba(22,163,74,0.22);
}
.footer-section {
  background: linear-gradient(180deg, #08140d 0%, #07110b 100%);
  padding: 36px 20px 28px;
}
.footer-grid {
  width: min(1180px, calc(100% - 32px));
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 28px;
}
.footer-logo img { width: 72px; height: 72px; box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
.footer-logo h2 { font-size: 24px; }
.footer-contact a, .footer-social a { opacity: .92; }
.footer-contact a:hover, .footer-social a:hover, .footer-credits a:hover { color: #7ef0a7; }
.footer-credits { margin-top: 24px; border-top-color: rgba(255,255,255,0.1); }
.sidebar-desktop button, .sidebar-desktop a, .sidebar-mobile button, .sidebar-mobile a {
  background: linear-gradient(135deg, #16a34a, #0d7a35);
  box-shadow: 0 12px 28px rgba(22,163,74,0.22);
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal-on-scroll.revealed { opacity:1; transform:none; }
@media (max-width: 1100px) {
  .hero-stats, .about-items { grid-template-columns: 1fr; }
  .slider_content { gap: 26px; }
}
@media (max-width: 900px) {
  .navbar { width: calc(100% - 20px); }
  .nav-links { width: min(320px, calc(100vw - 32px)); border:1px solid rgba(255,255,255,0.08); box-shadow: var(--premium-shadow); }
  .hero-box { padding: 24px; }
  .hero-box h1 { font-size: 38px; }
  .hero-stats { grid-template-columns: 1fr; }
  .slider_content { flex-direction: column; padding: 22px; }
  .carousel-inner { min-height: 320px; }
  .text-box { align-items: center; text-align: center; }
  .text-box::before { font-size: 52px; }
  .text-box h2, .about-title, .services-title, .farms-title, .partners-title, .contact-title { text-align: center !important; }
  .contact__sub { grid-template-columns: 1fr; }
  .map-shell { height: 420px !important; }
}
@media (max-width: 640px) {
  .split-section, .services-section, .partners-section, .contact-section, .farms-section, .about-section { padding-block: 84px; }
  .hero-actions { flex-direction: column; }
  .hero-btn { width: 100%; }
  .service-card { height: 420px; }
  .farm-img { height: 360px; }
  .footer-grid { padding: 22px; }
}
