/* ================= Fonts ================= */
@font-face {
  font-family: "AdobeArabic";
  src: url("../fonts/adobe-arabic-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AlMohanad";
  src: url("../fonts/al-mohanad.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "google";
  src: url("https://fonts.googleapis.com/css2?family=Lobster&display=swap") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ================= Reset ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= Base ================= */
body {
  font-family: "AlMohanad", Arial, Tahoma, sans-serif;
  line-height: 1.8;
  color: #222;
  background-color: #f9f9f9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ================= Global ================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

section {
  padding: 60px 20px;
}

/* ================= Headings ================= */
h1,
h2 {
  font-family: "AdobeArabic", serif;
  letter-spacing: 0.5px;
}

h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

h2, h3, h4 {
  margin-bottom: 15px;
}

/* ================= Header ================= */
.header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header .container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
  box-shadow: 0 4px 0px rgba(0,0,0,0.1); /* ظل خفيف */
}

/* Top Info */
.top-info {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 90px;
  font-size: 12px;
  color: #0f172a;
  font-weight: bolder;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo {
  width: 160px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Navigation */
.nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav a {
  font-size: 17px;
  font-weight: bold;
  color: #0f172a;
}

.nav a:hover {
  color: #39da4e ;
}

/* ================= Hero ================= */
.hero {
  color: #0f172a;/*#080742;*/
  text-align: center;
  padding: 70px 20px;
}

.hero p {
  max-width: 700px;
  margin: 15px auto 30px;
  color: #0f172a;
}

/* ================= Buttons ================= */
.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 15px;
  margin: 5px;
  transition: 0.3s;
}

.btn.primary {
  background: #71fa9a;  /*#38bdf8;*/
  color: #000;
}

.btn.primary:hover {
  background: #39da4e;
}

.btn.secondary {
  border: 1px solid #71fa9a;
  color: #074211;
}

.btn.secondary:hover {
  background: #39da4e;
  color: #000;
}

/* ================= Intro ================= */
.intro {
  background: #fff;
  text-align: center;
}

/* ================= Services ================= */
.services {
  background: #f1f5f9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

.service-card h4 {
  font-family: "AdobeArabic", serif;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* ================= Solutions ================= */
.solutions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.solutions article {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
}

/* ================= Why Us ================= */
.why-us {
  /*background: #0f172a;*/
  text-align: center;
}

.why-us ul {
  list-style: none;
  max-width: 600px;
  margin: auto;
}

.why-us li {
  margin-bottom: 10px;
}

/* ================= CTA ================= */
.cta {
  background: #baffcf;
  text-align: center;
  color: #000;
}

/* ================= Footer ================= */
.footer {
  background: #06080e;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

/* ================= Responsive ================= */
@media (max-width: 768px) {
  .top-info {
    justify-content: center;
  }

  .navbar {
    flex-direction: column;
    gap: 15px;
  }

  .nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  h2 {
    font-size: 26px;
  }
}
/* ================= Contact Form ================= */
.contact-form {
  max-width: 500px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  font-family: "AlMohanad", sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #38bdf8;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 55px;
  height: 55px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 55px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-top: 5px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
/* ================= Clients Slider ================= */

.clients {
  background: #ffffff;
  text-align: center;
  padding:10px ;
}

.clients-slider {
  overflow: hidden;
  direction: ltr;
}

.slider-track { 
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Card */
.client-card {
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 10px 25px;
  transition: all 0.3s ease;
}

/* SVG Logo */
.client-logo {
  width: 100%;
  height: 60px;
}

.client-logo text {
  font-family: 'google', cursive;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  font-size: 18px;
  fill: rgb(37, 37, 37);
  transition: fill 0.3s ease;
}

/* Hover */
.client-card:hover {
  background: #020617;
  color: white;
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.client-card:hover text {
  fill: #ffffff;
}

/* Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #020617;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  opacity: 0.85;
  transition: 0.3s;
}

.slider-btn:hover {
  opacity: 1;
}

.slider-btn.prev {
  right: 10px; /* RTL */
}

.slider-btn.next {
  left: 10px; /* RTL */
}

/* Responsive */
@media (max-width: 768px) {
  .client-card {
    min-width: 220px;
  }
}


.testimonials {
    max-width: 1200px;
    margin: auto;
}

.testimonials h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.testimonials p.desc {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
}

.section-title {
    font-size: 24px;
    margin: 40px 0 20px;
    padding-right: 10px;
}

.card p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

.card h4 {
    margin: 0;
    font-size: 16px;
}

.card span {
    color: #888;
    font-size: 14px;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    padding: 0px 7px;
    text-decoration: none;
    color: #333;
    font-size: 22px;
    }

.social-links a:hover {
    color: #39da4e;
}
.social-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-links h4 {
    margin-bottom: 10px;
    font-size: 22px;
color: #39da4e ;
  }

.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 8px;
}

.quick-links a {
    text-decoration: none;
    color: #074211;
    font-size: 18px;
    font-weight: bold;
}

.quick-links a:hover {
    color: #39da4e;
}
.map {
    display: flex;
    justify-content: center;   /* توسيط أفقي */
    align-items: center;       /* توسيط رأسي */
    text-align: center;
}
 .co{color:  #71fa9a #074211 #39da4e #baffcf }