.container1 {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}

/* =========================
   HERO (GLASS)
   ========================= */
.hero-glass {
  position: relative;
  background: linear-gradient(
    135deg,
    #1b3c6b 0%,
    #2f4fd8 50%,
    #3f5efb 100%
  );
  padding: 120px 0;
  color: #ffffff;
  overflow: hidden;
}

.hero-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255,255,255,0.18),
    transparent 60%
  );
}

.hero-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 720px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
  padding: 55px;
  border-radius: 26px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.badge {
  display: inline-block;
  background: rgba(255,255,255,0.3);
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.hero-content h1 {
  font-size: 44px;
  margin-bottom: 18px;
}

/* =========================
   BUTTONS
   ========================= */
.btn-primary,
.btn-secondary {
  display: inline-block;
  margin-top: 26px;
  padding: 14px 38px;
  border-radius: 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.btn-primary {
  background: #ffffff;
  color: #1b3c6b;
}

.btn-secondary {
  background: #ffffff;
  color: #1b3c6b;
}

.btn-primary:hover,
.btn-secondary:hover {
  background: #ffb703;
  color: #000000;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}

/* =========================
   GLASS SECTION
   ========================= */
.glass-section {
  padding: 85px 0;
}

.glass-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 55px;
  align-items: center;
}

.glass-box {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  padding: 45px;
  border-radius: 26px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.1);
  transition: all 0.35s ease;
}

.glass-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 75px rgba(0,0,0,0.15);
}

.glass-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* =========================
   HIGHLIGHTS
   ========================= */
.highlight-strip {
  padding: 70px 0;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.highlight-card {
  position: relative;
  background: #ffffff;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.1);
  transition: all 0.35s ease;
  overflow: hidden;
}

.highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(63,94,251,0.12),
    rgba(255,183,3,0.12)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.highlight-card:hover::before {
  opacity: 1;
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 65px rgba(0,0,0,0.18);
}

/* =========================
   CONTENT
   ========================= */




.image-card img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* =========================
   CHECK LIST
   ========================= */
/* ===============================
   CBSE AFFILIATION CONTENT SECTION
   =============================== */

.content-section {
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
}

.content-section .split {
  align-items: center;
}

/* LEFT CONTENT */
.content-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1b3c6b;
  margin-bottom: 25px;
  position: relative;
}

.content-section h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #3f5efb, #ffb703);
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

/* CHECK LIST */
.check-list {
  margin-top: 30px;
}

.check-list li {
  background: #ffffff;
  padding: 16px 20px 16px 52px;
  margin-bottom: 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.check-list li::before {
  content: "✔";
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #3f5efb, #1b3c6b);
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Hover Effect */
.check-list li:hover {
  transform: translateX(8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* RIGHT IMAGE */
.image-card {
  position: relative;
}

.image-card img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.18);
  transition: all 0.4s ease;
}

/* Image Glow Effect */
.image-card::after {
  content: "";
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, #3f5efb, #ffb703);
  border-radius: 32px;
  z-index: -1;
  opacity: 0.25;
  filter: blur(30px);
}

/* Image Hover */
.image-card img:hover {
  transform: scale(1.03);
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 992px) {
  .content-section {
    padding: 70px 0;
  }

  .content-section h2 {
    font-size: 28px;
    text-align: center;
  }

  .content-section h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .check-list li {
    padding-left: 48px;
  }

  .image-card {
    margin-top: 40px;
  }
}


/* =========================
   TEACHING
   ========================= */
.teaching-glass {
  background: linear-gradient(135deg,#eef2ff,#ffffff);
  padding: 35px 0;
}

.center-text {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 35px;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.pill-grid span {
  background: #ffffff;
  padding: 13px 24px;
  border-radius: 32px;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.pill-grid span:hover {
  background: linear-gradient(135deg,#3f5efb,#1b3c6b);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* =========================
   CTA
   ========================= */
.cta-glass {
  position: relative;
  background: linear-gradient(135deg,#1b3c6b,#3f5efb);
  color: #ffffff;
  text-align: center;
  padding: 95px 0;
  overflow: hidden;
}

.cta-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255,255,255,0.18),
    transparent 65%
  );
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 992px) {
  .glass-grid,
  .split,
  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 32px;
  }
}
