:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-de267d1 *//* ── إعدادات قسم العنوان (Hero Section) ── */
#almiral-about-hero {
  position: relative;
  width: 100%;
  height: 45vh; 
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* دمجتلك هنا صورة حقيقية لألواح طاقة شمسية عالية الجودة */
  background-image: url('https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}

/* ── الغشاء الداكن (Overlay) ── */
.about-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(17, 24, 31, 0.85) 0%, rgba(15, 110, 86, 0.6) 100%);
  z-index: 1;
}

/* ── محتوى النص ── */
.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  animation: fadeInUp 1s ease-out; 
}

.about-hero-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}

.about-hero-subtitle {
  color: #eef5f9;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── حركة الظهور ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── توافق الموبايل ── */
@media (max-width: 768px) {
  #almiral-about-hero { 
    height: 40vh; 
    min-height: 300px; 
    background-attachment: scroll; 
  }
  .about-hero-title { font-size: 36px; }
  .about-hero-subtitle { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1aa4f9b *//* ── إعدادات قسم من نحن (Who We Are) ── */
#almiral-who-we-are {
  padding: 80px 20px;
  background-color: #ffffff;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ── تنسيق النصوص ── */
.sub-heading {
  display: inline-block;
  color: #0F6E56;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  position: relative;
}

.sub-heading::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #0F6E56;
  margin-left: 10px;
  vertical-align: middle;
}

.main-heading {
  font-size: 38px;
  color: #2c3e50;
  margin: 0 0 20px;
  line-height: 1.3;
  font-weight: 700;
}

.who-text-col p {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: justify; /* تم إضافة المحاذاة المتساوية هنا */
}

/* تنسيق قائمة المميزات */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.feature-list i {
  color: #0F6E56;
  font-size: 20px;
}

/* ── تنسيق الصورة والشارة ── */
.who-img-col {
  position: relative;
}

.image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.image-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: 30px;
  background: #0F6E56;
  color: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 20px rgba(15, 110, 86, 0.3);
  border: 4px solid #fff;
  z-index: 2;
}

.experience-badge .years {
  font-size: 36px;
  font-weight: 700;
}

.experience-badge .txt {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

/* ── التوافق مع شاشات الموبايل ── */
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .main-heading {
    font-size: 30px;
  }
  
  .experience-badge {
    right: 10px;
    bottom: -15px;
    padding: 15px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fb8589 *//* ── إعدادات قسم الرؤية والرسالة ── */
#almiral-vision-mission {
  padding: 80px 20px;
  background-color: #f8fcfb; /* لون فاتح جداً عشان يفصل عن القسم اللي قبله */
}

.vision-mission-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.vm-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  border-top: 4px solid #0F6E56;
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}

.vm-card h3 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.vm-card i {
  color: #0F6E56;
  font-size: 28px;
}

.vm-card p {
  color: #555555;
  line-height: 1.7;
  text-align: justify;
  margin: 0;
}

/* ── التوافق مع الموبايل ── */
@media (max-width: 768px) {
  .vision-mission-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c61a38c *//* ── إعدادات قسم لماذا تختارنا ── */
#almiral-why-us {
  padding: 80px 20px;
  background-color: #ffffff;
}

.why-us-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.why-card {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.why-card:hover {
  border-color: #0F6E56;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.why-card i {
  font-size: 40px;
  color: #0F6E56;
  margin-bottom: 20px;
}

.why-card h4 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.why-card p {
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-368c221 *//* ── إعدادات قسم القيم (Our Values) ── */
#almiral-values {
  padding: 80px 20px;
  background-color: #f8fcfb;
}

.values-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.value-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
}

.value-item h4 {
  color: #0F6E56;
  margin-bottom: 15px;
  font-size: 18px;
}

.value-item p {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}/* End custom CSS */