/* IIT Bhubaneswar partnership + NASSCOM in-house sections */

/* ----- IIT partnership (image 5) ----- */
.JL-iit-partnership-section {
  padding: 56px 0 64px;
  background: #f4f6f8;
}

.JL-iit-partnership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.JL-iit-partnership-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.JL-iit-partnership-visual img {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
}

.JL-iit-partnership-copy h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}

.JL-iit-partnership-accent {
  width: 56px;
  height: 4px;
  background: #00008b;
  border: none;
  opacity: 1;
  margin: 0 0 18px;
}

.JL-iit-partnership-copy p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555;
  margin-bottom: 28px;
}

.JL-iit-partnership-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.JL-iit-stat-card {
  background: #f8f9fa;
  border: 2px solid #ffdab9;
  border-radius: 12px;
  padding: 20px 14px;
  text-align: center;
}

.JL-iit-stat-card strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ff8c00;
  margin-bottom: 6px;
}

.JL-iit-stat-card span {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .JL-iit-partnership-grid {
    grid-template-columns: 1fr;
  }
  .JL-iit-partnership-section {
    padding: 40px 0 48px;
  }
}

/* ----- NASSCOM / in-house tech (image 6) ----- */
.JL-nasscom-section {
  position: relative;
  padding: 72px 0 80px;
  background: #000;
  overflow: hidden;
}

.JL-nasscom-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.JL-nasscom-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.JL-nasscom-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.JL-nasscom-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 60, 60, 0.85);
  color: #ff6b6b;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 20px;
  background: rgba(40, 0, 0, 0.35);
}

.JL-nasscom-badge i {
  font-size: 0.95rem;
}

.JL-nasscom-heading {
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}

.JL-nasscom-heading em {
  font-style: normal;
  color: #ff3b3b;
}

.JL-nasscom-body {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.JL-nasscom-body strong {
  color: #fff;
  font-weight: 700;
}

.JL-nasscom-tagline {
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  margin-top: 8px;
}

.JL-nasscom-card-wrap {
  position: relative;
}

.JL-nasscom-verified {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 2;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 60, 60, 0.9);
  color: #ff5252;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
}

.JL-nasscom-card {
  background: #0d0d0d;
  border-radius: 16px;
  padding: 28px 22px 22px;
  box-shadow: 0 0 50px rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.JL-nasscom-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.JL-nasscom-caption {
  margin-top: 16px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .JL-nasscom-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .JL-nasscom-section {
    padding: 48px 0 56px;
  }
}
