:root{
    --brand: rgb(0 255 94);
    --brand-6: rgb(0 255 94 / .06);
    --brand-10: rgb(0 255 94 / .10);
    --brand-16: rgb(0 255 94 / .16);
    --brand-24: rgb(0 255 94 / .24);
    --bg:#0b0f0e;            /* خلفية داكنة للهيدر والبطلة */
    --text:#e8f5ef;          /* نص فاتح */
    --muted:#a6b4ad;         /* نص ثانوي */
  }
  *{box-sizing:border-box}
  body{font-family:"Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial; color:#182521; background:#f6f7f8}
  a{text-decoration:none}
/* الموبايل */
@media screen and (max-width: 481px) {
  /* body {
    width: 481px;
  } */
  
}
  /* ===== NAVBAR ===== */
  .navbar{background:var(--bg); transition: box-shadow .2s ease}
  .navbar.scrolled{ box-shadow: 0 8px 24px rgba(0,0,0,.25) }
  .navbar-brand{color:#dfffea !important; font-weight:800; letter-spacing:.5px}
  .brand-badge{width:38px;height:38px;border-radius:50%;border:2px solid var(--brand);display:grid;place-items:center}
  .brand-badge::after{content:"";width:20px;height:20px;border-radius:50%;background:var(--brand)}
  .navbar .nav-link{color:#f0fff8; opacity:.9}
  .navbar .nav-link:hover{color:var(--brand); opacity:1}
  .lang-pill{background:var(--brand-10); border:1px solid var(--brand-16); color:#0c1f18; font-weight:700; border-radius:999px; padding:.3rem .9rem}
  .navbar-toggler{border-color:var(--brand-24)}
  .navbar-toggler:focus{ box-shadow:0 0 0 .2rem var(--brand-16) }
  .navbar-toggler-icon{width:1.6rem;height:1.2rem; background-image:linear-gradient(var(--brand),var(--brand)),linear-gradient(var(--brand),var(--brand)),linear-gradient(var(--brand),var(--brand)); background-size:22px 2px,22px 2px,22px 2px; background-repeat:no-repeat; background-position:center 7px, center, center calc(100% - 7px)}

  /* ===== HERO ===== */
  .hero{background:var(--bg); color:var(--text); position:relative; overflow:hidden}
  .hero .glow{position:absolute; inset:auto -20% -40% -20%; height:60vh; background:radial-gradient(60% 60% at 50% 0%, var(--brand-16), transparent 60%); filter:blur(40px)}
  .hero h1{font-weight:800; font-size:clamp(30px, 4.2vw, 56px)}
  .hero p{color:var(--muted)}
  .btn-brand{--bs-btn-color:#0f241a; --bs-btn-bg:var(--brand); --bs-btn-border-color:var(--brand); --bs-btn-hover-bg:rgb(0 235 90); --bs-btn-hover-border-color:rgb(0 235 90)}
  .btn-ghost{color:#dfffea; border:1px solid var(--brand-16); background:transparent}
  .btn-ghost:hover{background:var(--brand-10); border-color:var(--brand-24)}

  /* ===== SECTIONS ===== */
  .section{padding-block:72px}
  .sec-title{font-weight:800}
  .muted{color:#5a6b64}

  /* ===== SERVICES ===== */
  .icon-badge{width:46px;height:46px;border-radius:12px;background:var(--brand-10);border:1px solid var(--brand-16);display:grid;place-items:center;color:#0f241a}
  .card-hover{border:1px solid #e9eeec; transition: .2s ease; background:#fff}
  .card-hover:hover{transform:translateY(-6px); box-shadow:0 10px 28px rgba(0,0,0,.08)}

  /* ===== STATS ===== */
  .stat{padding:28px;border-radius:16px;background:white;border:1px solid #e9eeec}
  .stat h3{font-weight:800;color:#0e1815}
  .stat p{margin:0;color:#3c5149}

  /* ===== LOGOS ===== */
  .logos img{height:36px; opacity:.75; filter:grayscale(1); transition:.2s}
  .logos img:hover{filter:none; opacity:1}

  /* ===== TIMELINE ===== */
  .timeline{position:relative}
  .timeline::before{content:"";position:absolute;inset:0 50% 0 auto;width:2px;background:#e9eeec}
  .timeline .item{position:relative;padding-inline-start:32px}
  .timeline .item::before{content:"";position:absolute;right:calc(50% - 6px);top:.4rem;width:12px;height:12px;background:var(--brand);border-radius:50%}
  @media screen and (max-width: 481px) {
      .timeline::before{content:"";position:absolute;inset:0 96% 0 auto;}
      .timeline .item::before{content:"";position:absolute;right:calc(96% - 6px);top:.4rem;}
  }
  /* ===== PRICING ===== */
  .price{border:1px solid #e9eeec;background:#fff;border-radius:18px;padding:28px}
  .price .h1{font-weight:800}
  .badge-brand{background:var(--brand-10);border:1px solid var(--brand-16);color:#0c1f18}

  /* ===== FOOTER ===== */
  footer{background:#0d1211; color:#dbe8e2}
  footer a{color:#cfeee1}

  /* ===== SMALL UTIL ===== */
  .tag{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:999px;border:1px solid #e1ece7;background:#fff;color:#234035;font-weight:700}
.language-btn {
    background-color: rgba(0, 255, 94, 0.15); /* خلفية خضراء شفافة */
    color: rgb(0, 255, 94); /* نص أخضر */
    border: 2px solid rgb(0, 255, 94); /* إطار أخضر */
    border-radius: 50px; /* شكل بيضاوي */
    padding: 6px 18px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.language-btn:hover {
    background-color: rgb(0, 255, 94); /* أخضر كامل عند المرور */
    color: black; /* النص يصبح أسود للوضوح */
    box-shadow: 0 4px 10px rgba(0, 255, 94, 0.5); /* ظل أخضر */
}


  .team-role {
    font-family: 'Cairo', sans-serif; /* خط عربي أنيق */
    font-size: 18px;
    color: #666;
  }
  /* الشاشات الكبيرة (أجهزة الكمبيوتر) */
/* @media screen and (min-width: 1025px) {
  .container {
    padding: 40px;
    display: flex;
    justify-content: space-between;
  }
}

/* التابلت */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .container {
    padding: 20px;
    text-align: center;
  }
} 

.social-links .social{font-size:1.6rem;color:#0f241a;line-height:1;display:inline-flex}
.social-links .social:hover{color:var(--brand,#198754)}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #222; /* خلفية داكنة */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* عند الهوفر يتغير للأزرق */
.social-icons .icon:hover {
  background-color: #0004ffe0; /* الأزرق الأساسي للبراند */
  color: #fff;
}

/* زر الهاتف باللون الأخضر */
.social-icons .icon.call {
  background-color: #00c853; /* الأخضر الأساسي للبراند */
}

.social-icons .icon.call:hover {
  background-color: #009624; /* درجة أغمق للأخضر */
}
.social-icons .instagram{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #222; /* خلفية داكنة */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-icons .instagram:hover {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

