/* ===== SERVICES V2 ===== */

.services-hero-v2 {
  padding: 160px 0 120px;
  background: linear-gradient(135deg, #020024, #090979, #00d4ff);
  color: #fff;
}

.services-hero-v2 h1 {
  font-size: 3.4rem;
  font-weight: 700;
}

.hero-sub {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Categories */
.services-categories {
  padding: 80px 0;
  background: #fff;
}

.category-box {
  padding: 35px;
  border-radius: 16px;
  font-weight: 600;
  background: #f2f6ff;
  transition: all 0.3s ease;
}

.category-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Service Blocks */
.service-block {
  padding: 120px 0;
}

.service-block.light {
  background: #ffffff;
}

.service-block.dark {
  background: #0a2540;
  color: #ffffff;
}

.service-block.dark p,
.service-block.dark li {
  color: #dbe6f2;
}

.service-block h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Process */
.services-process {
  padding: 100px 0;
  background: #f8faff;
}

.services-process .col-md-3 {
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  font-weight: 600;
}

/* CTA */
.services-final-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
}
/* ===== SERVICES SHOWCASE ===== */
.services-showcase {
  padding: 110px 0;
  background: #f6f9ff;
}

/* Card */
.service-card-v2 {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  height: 100%;
  border: 2px solid rgba(13,110,253,0.15);
  transition: all 0.35s ease;
  position: relative;
}

.service-card-v2:hover {
  transform: translateY(-10px);
  border-color: #0d6efd;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* Icon */
.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon i {
  font-size: 26px;
  color: #ffffff;
}

/* Text */
.service-card-v2 h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.service-card-v2 p {
  color: #555;
  font-size: 0.95rem;
}
/* ===== DELIVERY MODEL ===== */
.delivery-model {
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff, #f4f7ff);
}

.process-card {
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  border: 2px solid rgba(13,110,253,0.15);
  transition: all 0.35s ease;
}

.process-card:hover {
  transform: translateY(-12px);
  border-color: #0d6efd;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* Step number */
.process-step {
  font-size: 2.6rem;
  font-weight: 800;
  color: rgba(13,110,253,0.15);
  margin-bottom: 10px;
}

/* Text */
.process-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 0.95rem;
  color: #555;
}
