/* Reuse dark baseline from service pages */
@import url("./theme-dark-panneaux-solaires.css");

/* Improve readability for hero intro paragraph */
body.theme-dark .hero-section .hero-content .text-para-2{
  color:#e7eef0 !important;
}

/* Match "Decouvrir le service maintenance a 2 500 DH" button to header CTA */
body.theme-dark .service-section a.link-anime.v1.round-border-full{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
  color:#ffffff !important;
}

body.theme-dark .service-section a.link-anime.v1.round-border-full i{
  background:#ffffff !important;
  color:#8a949c !important;
}

body.theme-dark .service-section a.link-anime.v1.round-border-full:hover{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
}

/* Match CTA "Contactez-nous..." button to header CTA */
body.theme-dark .cta-section .cta-buttons a.btn-anime.v2.round-border-full{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
  color:#ffffff !important;
}

body.theme-dark .cta-section .cta-buttons a.btn-anime.v2.round-border-full i{
  background:#ffffff !important;
  color:#8a949c !important;
}

body.theme-dark .cta-section .cta-buttons a.btn-anime.v2.round-border-full:hover{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
}

/* CTA phone numbers in fluo green */
body.theme-dark .cta-section .cta-buttons .contact-info .phone-number,
body.theme-dark .cta-section .cta-buttons .contact-info .phone-number .text-2{
  color:#07bc4c !important;
}

/* Service cards on white background: make paragraph text clearly readable */
body.theme-dark .service-section .service-card.bg-white .text-para-3{
  color:#1c2436 !important;
}

