@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.english-page {
  background: #fff;
  font-family: "Inter", sans-serif;
  /* ======================
      GLOBAL CONTAINER
  ======================= */
  /* ======================
      BREADCRUMB
  ======================= */
  /* ======================
      HERO
  ======================= */
  /* ======================
      QUOTE
  ======================= */
  /* ======================
      MARQUEE
  ======================= */
  /* ======================
      DETAILS
  ======================= */
  /* ======================
      FOCUS AREAS
  ======================= */
  /* ======================
      METHODOLOGY
  ======================= */
  /* ======================
      WHO SHOULD ENROL
  ======================= */
}
.english-page .max-width {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}
.english-page .breadcrumb {
  background: #000435;
  padding: 1rem 2rem;
}
.english-page .breadcrumb .max-width {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e8eeff;
  font-size: 14px;
}
.english-page .breadcrumb .max-width a {
  color: #878787;
  text-decoration: none;
}
.english-page .breadcrumb .max-width a:hover {
  color: #83aafe;
}
.english-page .breadcrumb .max-width .active {
  color: #007f77;
}
.english-page .hero {
  background: #000435;
  padding: 3rem 1rem;
}
.english-page .hero .max-width {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 1000px) {
  .english-page .hero .max-width {
    flex-direction: column;
    gap: 2.5rem;
    text-align: left;
  }
}
.english-page .hero .max-width .hero-text {
  max-width: 600px;
}
.english-page .hero .max-width .hero-text h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #e8eeff;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .english-page .hero .max-width .hero-text h1 {
    font-size: 2rem;
  }
}
.english-page .hero .max-width .hero-text p {
  color: #c9daff;
  line-height: 1.6;
  font-weight: 300;
}
.english-page .hero .max-width .hero-image img {
  width: 28rem;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .english-page .hero .max-width .hero-image img {
    width: 22rem;
  }
}
@media (max-width: 600px) {
  .english-page .hero .max-width .hero-image img {
    width: 16rem;
  }
}
.english-page .quote {
  background: #b4e4e1;
  text-align: center;
  padding: 1.5rem 2rem;
}
.english-page .quote p {
  font-size: 1.2rem;
  max-width: 900px;
  margin: auto;
  color: #434399;
}
@media (max-width: 600px) {
  .english-page .quote p {
    font-size: 1rem;
  }
}
.english-page .categories-marquee {
  background: #242320;
  padding: 1rem 0;
  overflow: hidden;
}
.english-page .categories-marquee .track {
  display: flex;
  animation: scroll-left 40s linear infinite;
  width: max-content;
}
.english-page .categories-marquee .track p {
  padding-right: 2rem;
  white-space: nowrap;
  color: #ece6d7;
  font-weight: 500;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.english-page .details {
  background: #b4e4e1;
  padding: 5rem 2rem;
}
.english-page .details .max-width h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #000435;
}
.english-page .details .max-width .details-text p {
  max-width: 900px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
.english-page .focus-areas {
  background: #d4f1ee;
  padding: 4rem 2rem;
}
.english-page .focus-areas .max-width h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #000435;
}
.english-page .focus-areas .max-width .focus-block {
  background: #b4e4e1;
  border-radius: 16px;
  padding: 2rem;
}
.english-page .focus-areas .max-width .focus-block .focus-row {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.english-page .focus-areas .max-width .focus-block .focus-row:last-child {
  border-bottom: none;
}
.english-page .focus-areas .max-width .focus-block .focus-row .focus-heading {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.english-page
  .focus-areas
  .max-width
  .focus-block
  .focus-row
  .focus-heading
  .line {
  width: 3px;
  height: 40px;
  background: #007f77;
  border-radius: 999px;
}
.english-page
  .focus-areas
  .max-width
  .focus-block
  .focus-row
  .focus-heading
  h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
.english-page
  .focus-areas
  .max-width
  .focus-block
  .focus-row
  .focus-heading
  .description {
  font-size: 0.95rem;
  color: #000;
}
.english-page .focus-areas .max-width .focus-block .focus-row .benefit {
  font-size: 0.95rem;
  color: #000435;
}
.english-page .methodology {
  background: #b4e4e1;
  padding: 5rem 2rem;
}
.english-page .methodology .max-width h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.english-page .methodology .max-width .methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 800px) {
  .english-page .methodology .max-width .methodology-grid {
    grid-template-columns: 1fr;
  }
}
.english-page .methodology .max-width .methodology-grid .method-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.english-page .methodology .max-width .methodology-grid .method-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.english-page .methodology .max-width .methodology-grid .method-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}
.english-page .who-enrol {
  background: #b4e4e1;
  padding: 4rem 2rem 6rem;
}
.english-page .who-enrol .max-width h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #000435;
}
.english-page .who-enrol .max-width .enrol-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 600px) {
  .english-page .who-enrol .max-width .enrol-tags {
    grid-template-columns: 1fr;
  }
}
.english-page .who-enrol .max-width .enrol-tags .tag {
  display: flex;
  gap: 0.6rem;
  background: #fff;
  padding: 1rem 1.4rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.english-page .who-enrol .max-width .enrol-tags .tag .icon {
  font-size: 1.1rem;
  flex-shrink: 0;
}
