/* =========================================================
   Service Page (service.php) — Scoped Styles
   Al Murooj Solutions
   ========================================================= */

body.service-page {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #060b18 0%, #0b1220 100%);
  color: #fff;
  overflow-x: hidden;
}

.service-page .container-max {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================= */
/* HERO */
/* ============================= */
.svc-hero {
  background: #fff;
  color: #000;
  padding: 80px 0;
}
.svc-hero-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.svc-hero .hero-image {
  flex: 1;
  min-width: 280px;
}
.svc-hero .hero-image img {
  display: block;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 16px;
}
.svc-hero .hero-content {
  flex: 1;
  min-width: 280px;
  padding: 20px;
}
.svc-hero h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.svc-hero h1 span {
  background: linear-gradient(90deg, #FB33EB, #01B6FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.svc-hero p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 14px;
}
.svc-hero p:last-of-type {
  margin-bottom: 26px;
}

.service-page .cta-btn {
  background: #25D366;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.service-page .cta-btn:hover {
  background: #01B6FF;
  color: #fff;
}
.service-page .cta-btn.outline {
  background: transparent;
  border: 2px solid #01B6FF;
  color: #01B6FF;
}
.service-page .cta-btn.outline:hover {
  background: #01B6FF;
  color: #fff;
}
.service-page .cta-btn.phone-btn {
  background: #0f172a;
  border: 2px solid #FB33EB;
  color: #fff;
}
.service-page .cta-btn.phone-btn:hover {
  background: #FB33EB;
}

/* ============================= */
/* STATS STRIP */
/* ============================= */
.svc-stats {
  background: #0b1220;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.svc-stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  text-align: center;
}
.svc-stat strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  background: linear-gradient(90deg, #FB33EB, #01B6FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.svc-stat span {
  color: #cfd8e3;
  font-size: 15px;
}

/* ============================= */
/* SECTION TITLES */
/* ============================= */
.service-page .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}
.service-page .section-title span { color: #fff; }
.service-page .section-title i { color: #01B6FF; margin-right: 10px; }

.svc-section-lead {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
  color: #cfd8e3;
  font-size: 18px;
  line-height: 1.8;
}

.service-page section.dark-section {
  background: #0b1220;
  padding: 70px 0;
}
.service-page section.dark-section.alt {
  background: #070b16;
}

/* ============================= */
/* PROBLEM SECTION */
/* ============================= */
.svc-problem {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.svc-problem .problem-text {
  flex: 1;
  min-width: 280px;
}
.svc-problem .problem-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}
.svc-problem .problem-image img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  padding: 10px;
}
.svc-problem p {
  font-size: 18px;
  line-height: 1.8;
  color: #d1d5e0;
  margin-bottom: 16px;
}
.svc-problem p:last-child {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

/* ============================= */
/* WHAT WE DO */
/* ============================= */
.svc-intro-block {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.svc-intro-block .intro-image {
  flex: 1;
  min-width: 260px;
  text-align: center;
}
.svc-intro-block .intro-image img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 16px;
}
.svc-intro-block .intro-text {
  flex: 2;
  min-width: 260px;
}

.svc-group-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.svc-group-title i {
  color: #01B6FF;
  margin-right: 10px;
}
.svc-group-lead {
  color: #cfd8e3;
  font-size: 17px;
  margin-bottom: 26px;
}
.svc-group {
  margin-bottom: 50px;
}
.svc-group:last-child {
  margin-bottom: 0;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.svc-card {
  background: #0f172a;
  border-radius: 14px;
  padding: 26px;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.svc-card:hover {
  transform: translateY(-6px);
  background: #121b38;
}
.svc-card i {
  color: #01B6FF;
  font-size: 28px;
  margin-bottom: 12px;
}
.svc-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.svc-card h4 a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
.svc-card h4 a:hover {
  color: #01B6FF;
}
.svc-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #cfd8e3;
  margin-bottom: 0;
}

/* ============================= */
/* WHY CHOOSE US */
/* ============================= */
.svc-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
}
.svc-why-card {
  background: #0f172a;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.svc-why-card:hover {
  transform: translateY(-6px);
  background: #121b38;
}
.svc-why-card h4 {
  color: #FB33EB;
  font-size: 19px;
  margin-bottom: 10px;
}
.svc-why-card p {
  color: #cfd8e3;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ============================= */
/* HOW WE WORK */
/* ============================= */
.svc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.svc-step {
  background: #0f172a;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.4);
  position: relative;
}
.svc-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FB33EB, #01B6FF);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
}
.svc-step h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
}
.svc-step p {
  color: #cfd8e3;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ============================= */
/* WHO WE WORK WITH */
/* ============================= */
.svc-industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}
.svc-industry-tag {
  background: #0f172a;
  border: 1px solid rgba(1,182,255,0.35);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}
.svc-industries-note {
  text-align: center;
  color: #cfd8e3;
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
}

/* ============================= */
/* FAQ */
/* ============================= */
.service-page .faq-section {
  background: #070814;
  padding: 60px 0 80px;
}
.service-page .faq-section h3 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
}
.service-page .accordion-item {
  background: #0f1624;
  border: none;
  border-radius: 10px;
  margin-bottom: 14px;
}
.service-page .accordion-button {
  background: #0f1624 !important;
  color: #fff !important;
  border-radius: 10px;
  font-size: 17px;
  padding: 16px 20px;
  box-shadow: none !important;
}
.service-page .accordion-button:not(.collapsed) {
  background: #101a30 !important;
  color: #01B6FF !important;
}
.service-page .accordion-body {
  background: #0f1624;
  color: #d1d5e0;
  line-height: 1.8;
  padding: 18px 20px;
}

/* ============================= */
/* FINAL CTA */
/* ============================= */
.svc-final-cta {
  background: linear-gradient(90deg, rgba(251,51,235,0.12), rgba(1,182,255,0.12));
  padding: 70px 0;
  text-align: center;
}
.svc-final-cta h2 {
  font-size: 30px;
  font-weight: 800;
  color: #202020;
  margin-bottom: 14px;
}
.svc-final-cta p {
  color: #292929;
  font-size: 18px;
  margin-bottom: 32px;
}
.svc-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 991px) {
  .svc-hero { padding: 60px 20px; }
  .svc-hero-inner {
    flex-direction: column;
    text-align: center;
  }
  .svc-hero .hero-content { padding: 0; margin-top: 20px; }
  .svc-hero .hero-image img { width: 90%; max-width: 380px; margin: 0 auto 25px; }
  .svc-steps { grid-template-columns: 1fr 1fr; }
  .svc-problem, .svc-intro-block { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .svc-hero h1 { font-size: 28px; line-height: 1.4; }
  .svc-hero p { font-size: 16px; }
  .service-page .section-title { font-size: 26px; }
  .svc-stats-row { gap: 30px; }
  .svc-stat strong { font-size: 24px; }
}

@media (max-width: 575px) {
  .svc-hero h1 { font-size: 24px; }
  .svc-steps { grid-template-columns: 1fr; }
  .svc-cta-buttons { flex-direction: column; align-items: stretch; }
  .service-page .cta-btn { text-align: center; }
  .svc-industry-tag { font-size: 14px; padding: 10px 18px; }
}
