* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =============== GLOBAL LEGACY SECTION =============== */

.legacy-section {
  width: 100%;
  background: #ffffff;
  padding: 70px 70px;
  background: url("./images/Rectangle\ 255\ \(3\).png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.legacy-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.legacy-left {
  flex: 1;
}

.legacy-left h2 {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  color: #1c3f94;
  margin-bottom: 15px;
}

.legacy-left h2 span {
  color: #e2212a; /* red “Learning” */
}

.legacy-left p {
  color: #1c3f94;
  margin-bottom: 10px;

  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  line-height: 25px;
}


.legacy-right{
  display: flex;
  gap: 25px;
}






















/* ✅ ABSOLUTE HARD LOCK — NOTHING WILL MOVE */

.legacy-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
}

.legacy-stat-item {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 260px;       /* ✅ FIXED WIDTH — NO SHIFT EVER */
  min-width: 260px;
}

.legacy-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;     /* ✅ ICON NEVER MOVES */
}

.legacy-stat-text {
  width: 180px;      /* ✅ FIXED TEXT ZONE */
}

.legacy-stat-text .number {
  display: block;
  width: 180px;      /* ✅ HARD NUMBER WIDTH */
  text-align: left;
  white-space: nowrap;
  font-size: 38px;
  color: #e2212a;
  font-family: Merriweather;
  font-weight: 600;
  line-height: 1;
}

.legacy-stat-text .label {
  font-size: 19px;
  font-family: Poppins;
  color: #1c3f94;
}


/* =============== JESUIT EDUCATION INDIA SECTION =============== */

.jesuit-india-section {
  width: 100%;
  padding: 60px 70px;
  color: #ffffff;
  position: relative;

  background-image: url("../images/Group\ 1095.png"),
    linear-gradient(#1c3f94, #1c3f94);

  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;

  /* ✅ Blend Mode */
  /* background-blend-mode: multiply; */
}

.jesuit-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.jesuit-left {
  flex: 1.2;
  max-width: 654px;
}

.jesuit-left h2 {
  margin-bottom: 15px;
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
}

.jesuit-left h2 span {
  color: #ee1b22; /* India in different color */
}

.jesuit-left p {
  margin-bottom: 10px;
  color: #e9f0ff;

  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  line-height: 25px;
}

.jesuit-list {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
}

.jesuit-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 18px;
}

.jesuit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #ee1b22;
}

.jesuit-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.jesuit-map-card {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #0a3a74;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.jesuit-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* ================= LEGACY SECTION RESPONSIVE ================= */

/* Large Tablets & Small Laptops */
@media (max-width: 1199px) {
  .legacy-section {
    padding: 60px 40px;
  }

  .legacy-left h2 {
    font-size: 32px;
  }

  .legacy-left p {
    font-size: 17px;
  }

  .legacy-photo {
    max-width: 250px;
  }

  .legacy-stat-text .number {
    font-size: 42px;
  }

  .legacy-stat-text .label {
    font-size: 22px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .legacy-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .legacy-section {
    padding: 45px 25px;
  }

  .legacy-left h2 {
    font-size: 28px;
  }

  .legacy-left p {
    font-size: 16px;
    line-height: 24px;
  }

  .legacy-right {
    margin-top: 25px;
  }

  .legacy-stats {
    justify-content: center;
    gap: 28px;
  }
}

/* Large Mobile */
@media (max-width: 767px) {
  .jesuit-india-section {
    padding: 15px;
  }
  .legacy-section {
    padding: 35px 20px;
  }

  .legacy-left h2 {
    font-size: 24px;
  }

  .legacy-left p {
    font-size: 15px;
  }

  .legacy-photo {
    max-width: 220px;
  }

  .legacy-stat-text .number {
    font-size: 36px;
  }

  .legacy-stat-text .label {
    font-size: 18px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .legacy-section {
    padding: 30px 16px;
  }

  .legacy-right {
    flex-direction: column;
  }

  .legacy-photo {
    max-width: 100%;
  }

  .legacy-left h2 {
    font-size: 22px;
  }

  .legacy-left p {
    font-size: 14.8px;
  }

  .legacy-stats {
    align-items: flex-start;
    gap: 28px;
    flex-direction: column;
    padding: 25px;
  }
}
