body {
  font-family: 'Cairo', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
  direction: rtl;
}

header.hero {
  background: url('your-header-image.jpg') no-repeat center center/cover;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
  position: relative;
}

header.hero .logo {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
}

header.hero h1 {
  font-size: 26px;
  margin: 10px 0 5px;
  color: #fff;
}

header.hero p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.main-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 30px 10px;
}

.main-buttons button {
  background-color: #a48a6d;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: 0.3s;
}


  .call-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 6px 18px;
      background-color: #a48a6d;
      color: white;
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
    }

    .call-btn:hover {
      background-color: #a48a6d;
    }


.main-buttons button:hover {
  background-color: #c17722;
}

.video-section {
  padding: 20px;
  text-align: center;
}

.video-section h2 {
  margin-bottom: 15px;
  color: #444;
}

/* النافذة المنبثقة */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px 25px;
  border: 1px solid #ccc;
  width: 90%;
  max-width: 500px;
  border-radius: 15px;
  text-align: right;
  position: relative;
}

.modal-content h3 {
  margin-top: 0;
  color: #a47c4f;
}

.modal-content ul {
  list-style-type: disc;
  padding-right: 20px;
}

.modal-content a {
  color: #a47c4f;
  text-decoration: none;
}

.modal-content a:hover {
  text-decoration: underline;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 10px;
  cursor: pointer;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #eee;
  font-size: 14px;
  color: #555;
}
section {
  background-color: #c7c7c7; /* أبيض مائل للرمادي الغامق */
  margin: 30px 15px;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* تخصيص عنوان القسم داخل البطاقة */
section h3, section h2 {
  color: #000000;
  margin-bottom: 15px;
}
/* تخصيص الفقرة داخل البطاقة */
section p {
  color: #412b2b;
  line-height: 1.6;
  font-size: 16px;
}
/* تخصيص الروابط داخل البطاقة */
section a {
  color: #3d1212;
  text-decoration: none;
}

section a:hover {
  text-decoration: underline;
}
.logo-container img.logo {
  width: auto;       /* العرض الأقصى */
  max-width: 100%;    /* لا تتجاوز عرض الشاشة */
  height: auto;       /* الحفاظ على النسبة */
  display: block;
  margin: 0 auto 10px;
}


section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-top: 15px;
}
.logo-link {
  text-decoration: none;
  color: inherit;
}
.logo-link:hover {
  text-decoration: none;
}
.logo-link img {
  width: 120px; /* Adjust the logo size as needed */
  height: auto;
  border-radius: 50%;
  transition: transform 0.3s ease;
}


    /* popup overlay */
    .popup-overlay {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .popup-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 90%;
      max-height: 90%;
      border: 4px solid white;
      border-radius: 10px;
      box-shadow: 0 0 15px #000;
    }
    .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px 25px;
  width: 90%;
  max-width: 500px;
  border-radius: 15px;
  position: relative;
  color: #333;
}

    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      align-items: center;
      justify-content: center;
      padding-top: 80px;
    }

    .modal-content {
      background-color: #fff;
      margin: auto;
      padding: 30px 25px;
      width: 90%;
      max-width: 500px;
      border-radius: 15px;
      position: relative;
      color: #333;
    }

    .close {
      position: absolute;
      left: 20px;
      top: 10px;
      font-size: 28px;
      cursor: pointer;
      color: #888;
    }

    .main-buttons {
      text-align: center;
      margin: 20px 0;
    }

    .main-buttons button {
      margin: 10px;
      padding: 12px 25px;
      border: none;
      background-color: #a47c4f;
      color: white;
      font-size: 16px;
      border-radius: 12px;
      cursor: pointer;
    }

    .main-buttons button:hover {
      background-color: #8c693b;
    }
 
   /* تنسيق عام */
body {
  font-family: 'Cairo', sans-serif;
  background-color: #f7f7f7;
  color: #333;
  margin: 0;
  padding: 0;
  direction: rtl;
}

header.about-us {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}

.logo {
  max-width: 140px;
}

/* عنوان رئيسي */
.highlight-title {
  color: #000000;
  font-size: 28px;
  margin: 20px 0;
}


.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #a48a6d;
  outline: none;
}

/* زر الإرسال */
.custom-button {
  background-color: #a48a6d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #a48a6d;
}

/* الفوتر */
footer {
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-top: 40px;
}
  footer p {
  margin: 0;
  font-size: 14px;
}
