
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700;800&family=Montserrat:wght@400;600;700&display=swap');
:root{--orange:#D96D00;--blue:#5E7DC2;--blueL:#A3BFFA;--navy:#1F2D5C;--gray:#F4F4F4}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:'Tajawal',sans-serif;color:#111;background:#fff;direction:rtl}
a{text-decoration:none;color:inherit}
.container{max-width:1140px;margin:0 auto;padding:0 20px}
header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:10}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:44px}
.brand .title{font-weight:800;color:var(--navy)}
.nav-actions a{background:var(--orange);color:#fff;padding:10px 16px;border-radius:10px;font-weight:800}
.hero{color:#fff;background:linear-gradient(120deg,rgba(31,45,92,.82),rgba(31,45,92,.62)), url('assets/images/hero.jpg') center/cover no-repeat;padding:80px 0 90px}
.hero h1{font-size:42px;margin:0 0 12px;font-weight:900}
.hero p{font-size:18px;opacity:.95}
.hero .actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;font-weight:800}
.btn.primary{background:var(--orange);color:#fff}
.btn.light{background:#fff;color:var(--navy)}
.section{padding:70px 0}
.section h2{color:var(--navy);margin:0 0 16px;font-weight:900;font-size:26px}
.section h2 .sep{margin:0 10px;color:#bbb}
.lead{color:#333}
.grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.card .thumb{width:100%;height:160px;background:#ddd;background-position:center;background-size:cover}
.card .pad{padding:14px}
.card h3{margin:0 0 8px;color:var(--navy)}
blockquote{background:#fff;border-left:5px solid #5E7DC2;padding:12px 14px;border-radius:8px}
.contact{background:#f8f9fc}
.footer{background:#0f1a3e;color:#dbe5ff;padding:24px 0;margin-top:40px}
.footer .footgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.social{display:flex;gap:10px;flex-wrap:wrap}
.social a{background:#ffffff10;color:#fff;border:1px solid #ffffff22;padding:8px 10px;border-radius:10px;display:inline-flex;gap:8px;align-items:center}
.social img{width:20px;height:20px}
figure.heroimg{height:320px;border-radius:12px;background-position:center;background-size:cover;margin:10px 0 0}
@media(max-width:640px){.hero h1{font-size:30px} .footer .footgrid{grid-template-columns:1fr}}

hero {
    text-align: center;
    padding: 60px 20px;
  }
  
  .hero h1 {
    font-size: 26px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    
  }
  
  .hero p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    
  }

  .hero .actions {
    text-align: center;
    margin-top: 40px;
  }
  
  .hero .actions a {
    display: inline-block;
    margin: 0 10px;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #D96D00;
    color: #fff;
    text-decoration: none;
  }


#about .lead,
#about p,
#mission .lead,
#mission p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
  line-height: 1.9;
  font-size: 18px;
  color: #225A58;
}
/* ===== About & Mission: center body text only ===== */
#about p,
#about .lead,
#about .en,
#mission p,
#mission .lead,
#mission .en {
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto 20px auto !important;
  line-height: 1.9;
  font-size: 18px;
  color: #225A58;
}
/* ===== Contact section spacing & colors ===== */
.contact { padding: 40px 0; }

.contact .svc-wrap{
  background:#A3BFFA;           /* الأزرق الفاتح من الهوية */
  border-radius:12px;
  padding:18px;
  margin:14px 0 18px;           /* مسافة فوق وتحت بين البنر والقائمة والحقول */
}

.contact .svc-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px 18px;
}

.contact .svc-grid label{
  display:flex; align-items:center; gap:8px;
  background:#ffffffd9; border:1px solid #e6eefc; border-radius:8px;
  padding:10px 12px; cursor:pointer;
}

.contact .fields{
  background:#fff; border:1px solid #e6eefc; border-radius:12px;
  padding:18px; margin-top:16px;
  display:grid; gap:12px;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
}

.contact .fields textarea{ grid-column:1 / -1; min-height:120px; }

.contact .actions{ text-align:center; margin-top:18px; }

/* Contact block tidy */
.contact .heroimg {
  height: 120px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px; /* مسافة صغيرة تحت البنر */
}

.svc-wrap {
  background: #A3BFFA;            /* الأزرق الفاتح من الهوية */
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;            /* مسافة قبل حقول العميل */
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.svc-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
}

.contact-form .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .contact-form .grid-3 { grid-template-columns: 1fr; }
}

.contact-form label span {
  display: block;
  font-size: 12px;
  color: #1F2D5C; /* الكحلي */
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.contact-form .mt-12 { margin-top: 12px; }

.contact-form .actions {
  text-align: center;
  margin-top: 16px;   /* إنزال الأزرار قليلاً */
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* أزرار بالهوية */
.btn.primary { background:#D96D00; color:#fff; }
.btn.light   { background:#ffffff; color:#1F2D5C; border:1px solid #CBD5E1; }
.btn.primary, .btn.light {
  padding: 10px 20px; border-radius: 8px; font-weight:600; text-decoration:none; display:inline-block;
}
.btn.primary:hover { filter: brightness(0.95); }
.btn.light:hover   { background:#f8fafc; }
.social {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  background: #E8F2EF; /* الأزرق الفاتح من الهوية */
  border-radius: 8px;
}

.social img {
  width: 30px;
  height: 30px;
  padding: 6px;
  background: #f4f4f4; /* رمادي فاتح */
  border-radius: 50%; /* شكل دائري */
  transition: transform 0.2s ease;
}

.social img:hover {
  transform: scale(1.1);
}

.social-bar {
  display: flex;
  justify-content: space-between; /* يخلي النص يسار والأيقونات يمين */
  align-items: center;
  background: #E8F2EF; /* الأزرق الفاتح من الهوية */
  padding: 10px 20px;
}

.social-bar .brand-text {
  font-size: 14px;
  color: #225A58; /* الأخضر من الهوية */
  font-weight: bold;
}

.social-bar .icons {
  display: flex;
  gap: 15px; /* مسافة بين الأيقونات */
}

.social-bar .icons img {
  width: 24px;
  height: 24px;
  display: block;
}
 
