


  /* الطبقة الشفافة فوق الخلفية */
  .hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:#00000040
  }

  /* المحتوى */
  .hero-content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
  align-items: center; /* التوسيط عمودياً */
  justify-content: center; /* التوسيط أفقياً */

  }

  .hero-logo {
  max-width: 200px;
  margin-bottom: 20px;
  }

  .hero-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  }

  .hero-btn {
  display: inline-block;
  padding: 9px 18px;
  border:1px solid #fff; /* لون الزر */
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
  }

  .hero-btn:hover {
  background: #a51b21; /* عند المرور */
  }

  /* للهاتف */
  @media (max-width: 768px) {
  .hero-content h2 {
  font-size: 1.8rem;
  }
  .hero-logo {
  max-width: 150px;
  }
  }


  @media (max-width: 768px) {
  .hero-section-aiony {
  position: relative;
  width: 100%;
  height: 100vh; /* تغطي الشاشة كاملة */
  background: url('../img/aionym.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hero-section-aionv {
  position: relative;
  width: 100%;
  height: 100vh; /* تغطي الشاشة كاملة */
  background: url('../img/aionvm.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hero-section-hyptecht {
  position: relative;
  width: 100%;
  height: 100vh; /* تغطي الشاشة كاملة */
  background: url('../img/hyptecht.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  }


  
  @media (min-width: 768px) {
  .hero-section-aiony {
  position: relative;
  width: 100%;
  height: 100vh; /* تغطي الشاشة كاملة */
  background: url('../img/aiony.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hero-section-aionv {
  position: relative;
  width: 100%;
  height: 100vh; /* تغطي الشاشة كاملة */
  background: url('../img/aionv.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hero-section-hyptecht {
  position: relative;
  width: 100%;
  height: 100vh; /* تغطي الشاشة كاملة */
  background: url('../img/hyptecht.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  }

  }
