/* ============ STEAM Lab Setup Page ============ */

/* Hero */
.lab-hero {
  background: var(--secondary-color);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.lab-hero::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

.lab-hero h1 {
  font-size: calc(1.8rem + 2vw);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.lab-hero .hero-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.lab-hero p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
}

.lab-hero .highlight-text {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-left: 3px solid var(--primary-color);
  padding-left: 15px;
  margin-top: 1.5rem;
}

/* Section shared styles */
.lab-section {
  padding: 80px 0;
}

.lab-section.bg-alt {
  background: #f8f8fa;
}

.lab-section-header {
  margin-bottom: 2.5rem;
}

.lab-section-header .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--secondary-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.lab-section-header.text-center .icon-circle {
  margin: 0 auto 1rem;
}

.lab-section-header h2 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.lab-section-header h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--secondary-color);
  margin-top: 10px;
  border-radius: 2px;
}

.lab-section-header.text-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

/* ---- Service Blocks ---- */
.service-block {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}

.service-block:last-child {
  border-bottom: none;
}

.service-content {
  position: relative;
}

.service-number {
  font-size: 4rem;
  font-weight: 800;
  color: #f0ecf4;
  line-height: 1;
  margin-bottom: -10px;
  position: relative;
  z-index: 0;
}

.service-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}

.service-content h3 i {
  color: var(--secondary-color);
}

.service-list {
  padding-left: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 1.05rem;
  color: var(--heading-color);
  line-height: 1.5;
}

.service-list li i {
  color: var(--secondary-color);
  margin-top: 4px;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Service Images */
.service-images img.service-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.service-images img.service-img.main {
  height: 280px;
}

.service-images .col-4 img.service-img {
  height: 132px;
}

.service-images img.service-img:hover {
  transform: scale(1.02);
}

/* ---- Who We Serve Cards ---- */
.serve-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 28px;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
}

.serve-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.serve-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f3eef8;
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.serve-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.serve-card ul {
  padding-left: 0;
  margin-bottom: 0;
}

.serve-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: var(--para-color);
  line-height: 1.6;
}

.serve-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-color);
}

/* ---- Why Mittyverse Section ---- */
.why-section {
  background: var(--secondary-color);
  padding: 80px 0;
}

.why-section h2 {
  color: #fff;
  font-size: calc(1.3rem + 1vw);
  font-weight: 700;
  margin-bottom: 1rem;
}

.why-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 10px;
  border-radius: 2px;
}

.why-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.why-item .why-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 0.9rem;
}

.why-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* ---- Banner Quote Section ---- */
.lab-banner {
  padding: 60px 0;
  background: #f8f8fa;
}

.banner-quotes p {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.banner-quotes p:last-child {
  margin-bottom: 0;
}

/* ---- CTA Section ---- */
.lab-cta {
  padding: 80px 0;
}

.lab-cta h2 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.lab-cta p {
  font-size: 1.1rem;
  color: var(--para-color);
  max-width: 650px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.lab-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: var(--secondary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.lab-cta .cta-btn:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(81, 10, 136, 0.3);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .service-images img.service-img.main {
    height: 220px;
  }

  .service-images .col-4 img.service-img {
    height: 105px;
  }
}

@media (max-width: 768px) {
  .lab-hero {
    padding: 80px 0 60px;
  }

  .lab-section {
    padding: 50px 0;
  }

  .service-block {
    padding: 30px 0;
  }

  .service-number {
    font-size: 3rem;
  }

  .why-section {
    padding: 50px 0;
  }

  .lab-banner {
    padding: 40px 0;
  }

  .banner-quotes p {
    font-size: 1.1rem;
  }

  .lab-cta {
    padding: 50px 0;
  }

  .serve-card {
    padding: 25px 20px;
  }

  .service-images img.service-img.main {
    height: 200px;
  }

  .service-images .col-4 img.service-img {
    height: 95px;
  }
}
