:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5d77c5 *//* ============================================
   Almiral Energy — Services Page CSS
   ============================================ */

/* ── Hero Section ── */
.services-hero {
  background: linear-gradient(135deg, #0F6E56 0%, #085041 100%);
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
  direction: ltr;
  font-family: inherit;
}

.services-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.services-hero-content h1 {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 700;
  margin: 0 0 20px;
  color: #ffffff;
}

.services-hero-content p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* ── Services Zig-Zag Layout ── */
.services-list-section {
  padding: 80px 20px;
  background-color: #f9fbfb;
  direction: ltr;
  font-family: inherit;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.service-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.service-row:last-child {
  margin-bottom: 0;
}

/* عكس الاتجاه في الصفوف الزوجية */
.service-row.reverse {
  flex-direction: row-reverse;
}

.service-text {
  flex: 1;
}

.service-img {
  flex: 1;
}

.service-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  display: block;
  object-fit: cover;
}

/* ── Text Content Styling ── */
.service-icon {
  width: 60px;
  height: 60px;
  background: rgba(15, 110, 86, 0.1);
  color: #0F6E56;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
}

.service-text h2 {
  color: #11181f;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}

.service-text p {
  color: #6c7c8c;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #11181f;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-features li i {
  color: #4ECBA0;
  font-size: 14px;
}

/* ── Button with Arrow ── */
.almiral-btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #0F6E56;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.almiral-btn-arrow:hover {
  background: #085041;
  gap: 12px;
}

/* ── Mobile Adjustments ── */
@media (max-width: 992px) {
  .service-row, 
  .service-row.reverse {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  
  .service-features li {
    justify-content: center;
  }
  
  .service-icon {
    margin: 0 auto 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75bd259 *//* ============================================
   Almiral Energy — Process & CTA CSS
   ============================================ */

/* ── Our Process Section ── */
.our-process-section {
  padding: 80px 20px 100px;
  background-color: #ffffff;
  direction: ltr;
  font-family: inherit;
}

.process-container {
  max-width: 1200px;
  margin: 0 auto;
}

.process-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.process-intro {
  color: #6c7c8c;
  font-size: 16px;
  line-height: 1.7;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

/* الخط الواصل بين الخطوات (اختياري للشاشات الكبيرة) */
.process-grid::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50px;
  right: 50px;
  height: 2px;
  background: #dcdfe3;
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
}

.step-number {
  color: #4ECBA0;
  font-size: 40px;
  font-weight: 800;
  opacity: 0.3;
  line-height: 1;
  margin-bottom: -15px;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: #0F6E56;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(15, 110, 86, 0.2);
  border: 5px solid #ffffff;
}

.process-step h3 {
  color: #11181f;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
}

.process-step p {
  color: #6c7c8c;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ── Call to Action (CTA) Section ── */
.services-cta-section {
  background: #11181f; /* خلفية داكنة للتباين */
  padding: 80px 20px;
  text-align: center;
  direction: ltr;
  font-family: inherit;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.services-cta-section h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  margin: 0 0 20px;
}

.services-cta-section p {
  color: #a0abb5;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.almiral-btn-cta {
  display: inline-block;
  padding: 15px 35px;
  background: #4ECBA0;
  color: #11181f !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.almiral-btn-cta:hover {
  background: #3eb58c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(78, 203, 160, 0.2);
}

/* ── Mobile Adjustments ── */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid::before {
    display: none; /* إخفاء الخط الواصل في الموبايل */
  }
}

@media (max-width: 576px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */