body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #ffffff;
  }
  a{
    color:#0b3040; 
    text-decoration: underline; 
    display:block; margin-bottom:5px; 
    font-size: 22px;
    margin-right:10px;
  }
    h1 {
      color: black;
      font-size: 24px ;
      font-family: 'Cairo', sans-serif;
      margin: 0;
      margin-right:5px;
      text-align: right;
    }

  .zaza{
    color: #fdfdfd ; 
    font-family: 'Cairo', sans-serif;
    font-size: 22px; 
    margin-top: 50px; 
    text-align: right; 
    direction: rtl;

  }
    .kkk{
      color: #0b3040 ; 
      font-size: 40px;
       font-family: 'Cairo', sans-serif; 
       margin-top: 20px;
       text-align: right; 
      direction: rtl;
    }
    h3 {
    max-width: 250px;
    text-align: right;
    direction: rtl;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: black;
    font-size: 14px ;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    margin-right:5px;
    text-align: right;

    }
  .map-container {
    margin-top:10px;
    display: flex;
    justify-content: left; /* أفقياً في الوسط */
    align-items: left;    /* عمودياً في الوسط */
          /* ارتفاع كامل الصفحة */
    background:#0b3040;
    width:200;
    height:300;
}
      .banner {
      position: relative; /* important so overlay can position absolute */
      width: 100%;
      background-color: #0b3040;
      height: 140px;
      margin-top: 45px;
    
      background-size: cover;
      background-position: center;


      border-radius: 0px;
      overflow: hidden; /* clip child elements if needed */
    }
    .bannerR {
      position: relative; /* important so overlay can position absolute */
      width: 100%;

      height: 500px;
      margin-top: 40px;

      background-size: cover;
      background-position: center;/* clip child elements if needed */
    }
    
    .bannerL {
      position: relative; /* important so overlay can position absolute */
      width: 100%;

      height: 500px;
      margin-top: 40px;

      background-size: cover;
      background-position: center;/* clip child elements if needed */
    }
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;



  display: flex;
  flex-direction: column;

  justify-content: center;   /* vertical center */
  align-items: flex-end;     /* right side */

  padding-right: 10px;       /* space from edge */
}
.overlayR {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(250, 251, 252, 0.3);

  display: flex;
  flex-direction: column;

  justify-content: center;   /* vertical center */
  align-items: flex-end;     /* right side */

  padding-right: 10px;       /* space from edge */
}
.overlayL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(250, 251, 252, 0.3);

  display: flex;
  flex-direction: column;

  justify-content: center;   /* vertical center */
  align-items: flex-start;   /* left side */

  padding-left: 10px;        /* مساحة من الحافة اليسرى */
  padding-right: 0;    /* space from edge */
}

.overlay h1 {
  color: white;
  font-size: 26px;
  font-family: 'Cairo', sans-serif;
  margin: 0;
  text-align: right;
  direction: rtl;
  
              /* recommended for Arabic */
}


  .overlay h3{
      color: black;
      font-family: 'Cairo', sans-serif;
      text-align: right;
      max-width: 250px; /* Limit width */
      word-wrap: break-word; /* Break words if needed */
      overflow-wrap: break-word; /* Safer for all browsers */
      margin: 0;
      margin-right:10px;
      
      font-size:10px;
    }
    .overlayR h1 {
    background-color:#0b3040;
    color: white ;
    font-size: 40px;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    text-align: right;
    direction: rtl; 
              /* recommended for Arabic */
  }
    .overlayL h1 {
    background-color:#0b3040;
    color: white ;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    text-align: right;
    direction: rtl; 
              /* recommended for Arabic */
  }
    .overlayR h3{
  color: #0b3040;
  font-family: 'Cairo', sans-serif;
  text-align: right;            /* محاذاة النص */
  max-width: 55%;               /* النص لا يتجاوز 60% من عرض العنصر */
  word-wrap: break-word;        /* تكسر الكلمات الطويلة */
  overflow-wrap: break-word;    /* دعم أفضل لكل المتصفحات */
  margin: 0;
  padding: 5px 10px;            /* مسافة داخلية من الحواف */
  font-size: 20px;
  line-height: 1.4;

  border-radius: 5
    }
      .overlayL h3{
      color: #0b3040;
      font-family: 'Cairo', sans-serif;
      text-align: right;
      max-width: 250px; /* Limit width */
      word-wrap: break-word; /* Break words if needed */
      overflow-wrap: break-word; /* Safer for all browsers */
      margin: 0;
      margin-right:10px;
      font-size:18px;
    }
.banner img {
    position: absolute;
    top: 50%;
    left: 10%;               /* ضع المنتصف أفقيًا */
    transform: translate(-50%, -50%); /* يحركها لتكون تمامًا في المنتصف */
    width: 150px;            /* صححت الـ px */
    height: auto;            /* يحافظ على نسبة العرض/الارتفاع */
    object-fit: cover;       /* تغطية كاملة للصندوق */
}
      .nav-links a {
    color: #0b3040;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    padding: 0px 40px;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
  }
    .bannerR img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 90%;
    
    object-fit: cover;
  }
    .bannerL img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 90%;
    
    object-fit: cover;
  }
    .nav-links {
    display: flex;
    justify-content: center;
    width:100%;
    height:30px;
    gap: 0px;
    padding: 5px 0;
    background-color: #f4f4f4;
    position:fixed;

    top: 0;
    left: 0;
    z-index: 1000;
  }
  .callbutton {
    display: flex;
    align-items: right;
    justify-content: right;
    margin-right:10px;
    color:  #0b3040 ;
   
 
    border-radius: 50px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    transition: background-color 0.3s;
  }
  .email{
    color: #0b3040 ; 
     font-size: 22px; 
     font-family: 'Cairo', sans-serif; 
      margin-top: 10px; 
      text-align: right;
      direction: rtl;
    }
  .container {
    display: flex;
    flex-direction: column; /* ترتيب العناصر عموديًا */
    gap: 15px;              /* مسافة بين كل خدمة وأخرى */
}

.service {
    width: 100%;            /* كل خدمة تأخذ العرض الكامل */
    box-sizing: border-box;
    background-color: #f9f9f9; /* خلفية خفيفة */
    padding: 10px;
    border-radius: 5px;
}

.gg {
    color: #0b3040;
    font-size: 22px;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    text-align: right;
    direction: rtl;
    line-height: 1.3;
}

.jj {
    color: #0b3040;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    margin: 5px 0 0 0;
    text-align: right;
    direction: rtl;
    line-height: 1.2;
}
  .ll{
  margin-right: 40%;
           direction: rtl;
           text-align: right;
           list-style-type: disc;
           list-style-position: inside;
           padding-right: 0;
           font-size: 22px;
           line-height: 1.7;
           font-weight: 600;
           font-family: 'Cairo', sans-serif;
           color: #0b3040;
      }
  @media (max-width: 600px) {
    h1 {
      color: black;
      font-size: 24px ;
      font-family: 'Cairo', sans-serif;
      margin: 0;
      margin-right:5px;
      text-align: right;
    }
    h3 {
    max-width: 250px;
    text-align: right;
    direction: rtl;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: black;
    font-size: 14px ;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    margin-right:5px;
    text-align: right;

    }
      a{
    color:#0b3040; 
    text-decoration: underline; 
    display:block; margin-bottom:5px; 
    font-size: 14px; 
    margin-right:5px;
  }
  .map-container {
    margin-top:10px;
    display: flex;
    justify-content: left; /* أفقياً في الوسط */
    align-items: left;    /* عمودياً في الوسط */
          /* ارتفاع كامل الصفحة */
    background:#0b3040;
    width:200;
    height:300;
}
        .banner {
      position: relative; /* important so overlay can position absolute */
      width: 100%;
      background-color: #0b3040;
      height: 140px;
      margin-top: 45px;
    
      background-size: cover;
      background-position: center;


      border-radius: 0px;
      overflow: hidden; /* clip child elements if needed */
    }
    .bannerR {
      position: relative; /* important so overlay can position absolute */
      width: 100%;

      height: 250px;
      margin-top: 40px;

      background-size: cover;
      background-position: center;/* clip child elements if needed */
    }
    
    .bannerL {
      position: relative; /* important so overlay can position absolute */
      width: 100%;

      height: 250px;
      margin-top: 40px;

      background-size: cover;
      background-position: center;/* clip child elements if needed */
    }
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;



  display: flex;
  flex-direction: column;

  justify-content: center;   /* vertical center */
  align-items: flex-end;     /* right side */

  padding-right: 10px;       /* space from edge */
}
.overlayR {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(250, 251, 252, 0.3);

  display: flex;
  flex-direction: column;

  justify-content: center;   /* vertical center */
  align-items: flex-end;     /* right side */

  padding-right: 10px;       /* space from edge */
}
.overlayL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(250, 251, 252, 0.3);

  display: flex;
  flex-direction: column;

  justify-content: center;   /* vertical center */
  align-items: flex-start;   /* left side */

  padding-left: 10px;        /* مساحة من الحافة اليسرى */
  padding-right: 0;    /* space from edge */
}

.overlay h1 {
position: absolute;
top: 85%;
left: 40%;
transform: translate(-50%, -50%);

color: white;
font-size: 15px;
font-family: 'Cairo', sans-serif;

width: 400px;
text-align: right;
direction: rtl;
  
              /* recommended for Arabic */
}


  .overlay h3{
      color: black;
      font-family: 'Cairo', sans-serif;
      text-align: right;
      max-width: 250px; /* Limit width */
      word-wrap: break-word; /* Break words if needed */
      overflow-wrap: break-word; /* Safer for all browsers */
      margin: 0;
      margin-right:10px;
      
      font-size:10px;
    }
    .overlayR h1 {
    background-color:#0b3040;
    color: white ;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    text-align: right;
    direction: rtl; 
              /* recommended for Arabic */
  }
    .overlayL h1 {
    background-color:#0b3040;
    color: white ;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    text-align: right;
    direction: rtl; 
              /* recommended for Arabic */
  }
    .overlayR h3{
  color: #0b3040;
  font-family: 'Cairo', sans-serif;
  text-align: right;            /* محاذاة النص */
  max-width: 55%;               /* النص لا يتجاوز 60% من عرض العنصر */
  word-wrap: break-word;        /* تكسر الكلمات الطويلة */
  overflow-wrap: break-word;    /* دعم أفضل لكل المتصفحات */
  margin: 0;
  padding: 5px 10px;            /* مسافة داخلية من الحواف */
  font-size: 12px;
  line-height: 1.4;

  border-radius: 5
    }
      .overlayL h3{
      color: #0b3040;
      font-family: 'Cairo', sans-serif;
      text-align: right;
      max-width: 250px; /* Limit width */
      word-wrap: break-word; /* Break words if needed */
      overflow-wrap: break-word; /* Safer for all browsers */
      margin: 0;
      margin-right:10px;
      font-size:12px;
    }
.banner img {
    position: absolute;
    top: 40%;
    left: 50%;               /* ضع المنتصف أفقيًا */
    transform: translate(-50%, -50%); /* يحركها لتكون تمامًا في المنتصف */
    width: 150px;            /* صححت الـ px */
    height: auto;            /* يحافظ على نسبة العرض/الارتفاع */
    object-fit: cover;      /* تغطية كاملة للصندوق */
}
      .nav-links a {
    color: #0b3040;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    padding: 0px 8px;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
  }
    .bannerR img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 90%;
    
    object-fit: cover;
  }
    .bannerL img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 90%;
    
    object-fit: cover;
  }
    .nav-links {
    display: flex;
    justify-content: center;
    width:100%;
    height:30px;
    gap: 0px;
    padding: 5px 0;
    background-color: #f4f4f4;
    position:fixed;

    top: 0;
    left: 0;
    z-index: 1000;
  }
  .callbutton {
    display: flex;
    align-items: right;
    justify-content: right;
    margin-right:10px;
    color:  #0b3040 ;
   
 
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    transition: background-color 0.3s;
  }
  .container {
    display: flex;
    flex-direction: column; /* ترتيب العناصر عموديًا */
    gap: 15px;              /* مسافة بين كل خدمة وأخرى */
}

.service {
    width: 100%;            /* كل خدمة تأخذ العرض الكامل */
    box-sizing: border-box;
    background-color: #f9f9f9; /* خلفية خفيفة */
    padding: 10px;
    border-radius: 5px;
}

.gg {
    color: #0b3040;
    font-size: 12px;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    text-align: right;
    direction: rtl;
    line-height: 1.3;
}

.jj {
    color: #0b3040;
    font-size: 8px;
    font-family: 'Cairo', sans-serif;
    margin: 5px 0 0 0;
    text-align: right;
    direction: rtl;
    line-height: 1.2;
}
.ll{
  margin-right: 40%;
           direction: rtl;
           text-align: right;
           list-style-type: disc;
           list-style-position: inside;
           padding-right: 0;
           font-size: 12px;
           line-height: 1.7;
           font-weight: 600;
           font-family: 'Cairo', sans-serif;
           color: #0b3040;
}
    .kkk{
      color: #0b3040 ; 
      font-size: 22px;
       font-family: 'Cairo', sans-serif; 
       margin-top: 20px;
       text-align: right; 
      direction: rtl;
    }
      .email{
    color: #0b3040 ; 
     font-size: 14px; 
     font-family: 'Cairo', sans-serif; 
      margin-top: 10px; 
      text-align: right;
      direction: rtl;
    }
      .zaza{
    color: #fdfdfd ; 
    font-family: 'Cairo', sans-serif;
    font-size: 14px; 
    margin-top: 50px; 
    text-align: right; 
    direction: rtl;

  }
}