@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../Fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../Fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../Fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../Fonts/Poppins-Medium.ttf");
}
#masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
}
.page {
  margin-bottom: 0 !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.header .header-logo {
  position: absolute;
  top: 30px !important;
  z-index: 1;
}
.header .main-header {
  height: 60px;
  background: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%) 0% 0%
    no-repeat padding-box;
}
.header .main-header .header-button {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 38px;
  border: none;
  font-family: "Poppins-SemiBold";
  font-size: 0.8rem;
  color: #ffffff;
}
.header .main-header .school-tagline {
  font-family: "Poppins-SemiBold";
  font-size: 0.9rem;
  color: #ffffff;
}
.header .navbar {
  box-shadow: inset 1px 0px 0px #e5e5e5;
}
.header .navbar-nav .nav-link {
  font-family: "Poppins-Medium";
  font-size: 0.9rem;
  color: #212529;
}

.header .navbar-nav .nav-link:hover {
  background: linear-gradient(90deg, #2f5fb5, #3ca38b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.header .navbar-toggler-icon {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
  background-image: url("../images/header-toggler-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.faq-title {
  font-family: "Poppins-SemiBold" !important;
  font-size: 2.2rem !important;
  color: #2758a5 !important;
}

.faq-section .accordion-button:not(.collapsed) {
  /*     color: var(--bs-accordion-active-color); */
  /* background-color: var(--bs-accordion-active-bg); */
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  background-color: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%)
    0% 0% no-repeat padding-box !important;
  color: white !important;
}

.offcanvas .school-tagline {
  font-family: "Poppins-SemiBold";
  font-size: 0.9rem;
  color: #212529;
}
.offcanvas .navbar-nav {
  margin-top: 30px;
  margin-bottom: 30px;
}
.offcanvas .navbar-nav .nav-link {
  font-family: "Poppins-Medium";
  font-size: 0.9rem;
  color: #212529;
}

.offcanvas .navbar-nav .nav-link:hover {
  background: linear-gradient(90deg, #2f5fb5, #3ca38b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.offcanvas .btn-outline-primary {
  --bs-btn-color: #32a88b;
  font-family: "Poppins-Medium" !important;
  font-size: 0.9rem !important;
  --bs-btn-border-color: #32a88b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #32a88b;
  --bs-btn-hover-border-color: #32a88b;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #32a88b;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #32a88b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.hero-section {
  position: relative;
  background: url("https://stdominic.infoglans.com/wp-content/uploads/2026/02/hero-school.jpg.jpeg")
    no-repeat center center/cover;
  min-height: 85vh;
  color: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
}
.hero-section .hero-title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-title {
    font-size: 1.8rem;
  }
}
.hero-section .hero-subtitle {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  font-family: "Poppins-Regular";
}
@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-subtitle {
    font-size: 1rem;
  }
}
.hero-section .btn-success {
  background-color: #35d0a0;
  border-color: #35d0a0;
  font-size: 1rem;
  border-radius: 30px;
  font-family: "Poppins-Bold";
}
.hero-section .btn-success:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.navbar {
  font-family: "Poppins-Medium";
}

@media (max-width: 1150px) {
  .fee-card-break {
    flex-basis: 100% !important;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
}



/* -----------HOME EVENTS GRID ----------*/

/* .home-info-section {
  padding: 60px 0;
} */


.home-info-header h2 {
  font-family: "Poppins-SemiBold";
  color: #2758a5;
  font-size: 2.2rem;
}

.home-info-header p {
  color: #6b7280;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}


.home-events-grid {
  align-items: stretch;
}

/* Event Card */
.home-info-section .home-event-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.home-info-section .home-event-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

/* Date */
.home-info-section .event-date {
  margin-top: 10px;
  font-family: "Poppins-SemiBold";
  color: #2a64a1;
  font-size: 1rem;
}

/* Bullet list */
.home-info-section .home-event-card ul {
  padding-left: 18px;
  margin-top: 10px;
  margin-left: 0;
  font-family: "Poppins-Regular";
  font-size: 0.9rem;
}

.home-info-section .home-event-card li {
  font-size: 0.9rem;
  color: #4f5b66;
  margin-bottom: 4px;
}

/*---------SCHEDULE SIDE CARD--------*/

.schedule-side-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-side-card img {
  max-height: 100%;
  object-fit: contain;
}

/* -------- MANAGER MESSAGE ----- */

.home-manager-message {
  /* max-width: 1000px; */
  margin: 0 auto;
  background: #f8fbfd;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: "poppins-Regular";
}

/* ----STAFF SECTION---*/

.home-staff-section {
  margin-top: 60px;
}

.home-staff-section .staff-main-image {
  max-width: 900px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

/* Staff cards */
.staff-name-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.staff-name-card:hover {
  background: #32a88b;
  color: #ffffff;
  transform: translateY(-6px);
  border-color: #32a88b;
}

.staff-name-card:hover strong,
.staff-name-card:hover .staff-role {
  color: #ffffff;
}

.staff-name-card strong {
  font-family: "Poppins-SemiBold";
  display: block;
  color: #1f2d3d;
}

.staff-name-card .staff-role {
  font-size: 0.85rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
}

/* Desktop table-like alignment */
@media (min-width: 992px) {
  .staff-name-card {
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .home-manager-message {
    padding: 4px;
  }
}



.quick-glance {
  background-color: #fff;
/*   padding-top: 60px; */
  position: relative;
}
.quick-glance .jupiter-icon {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 10px;
}
.quick-glance h1 {
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  padding-bottom: 30px;
}
.quick-glance .info-boxes {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.quick-glance .info-boxes .box {
  background-color: #ddf1ff;
  border-radius: 12px;
  padding: 15px 25px;
  flex: 1 1 300px;
  max-width: 100%;
  text-align: center;
  transition: transform 0.3s ease;
}
.quick-glance .info-boxes .box:hover {
  transform: translateY(-5px);
}
.quick-glance .info-boxes .box .icon {
  font-size: 40px;
  margin-bottom: 10px;
}
.quick-glance .info-boxes .box .title {
  font-size: 1rem;
  letter-spacing: 0.2px;
  color: #2b3139;
  margin-bottom: 4px;
  font-family: "Poppins-Regular";
}
.quick-glance .info-boxes .box .value {
  font-size: 1.3rem;
  color: #212529;
  font-family: "Poppins-Medium";
}
.quick-glance .info-boxes .green {
  background-color: #edf5d1;
}
.quick-glance .info-boxes .orange {
  background-color: #ffe3d5;
}
.quick-glance .info-boxes .pink {
  background-color: #f4d8f4;
}

.management {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  background: transparent
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    )
    0% 0% no-repeat padding-box;
  padding: 60px 0%;
  border-radius: 12px;
}
.management img {
  border-radius: 20px;
  max-width: 100%;
}
.management h4 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.management p {
  color: #212529;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}


.culture {
  min-height: 100px;
  position: relative;
  padding-top: 60px;
}
.culture .abc-icon {
  position: absolute;
  right: 0;
  top: -10px;
}
.culture .culture-heading h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.culture .culture-heading p {
  color: #2b3139;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.culture .card-section {
  margin-top: 60px;
}

.culture .card-section .culture-card-img-top {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}


.culture .card-section .card {
  border-radius: 18px;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  display: flex;
  flex-direction: column;
}
.culture .card-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.culture .card-section .card-body {
  background: #f5f7f8 0% 0% no-repeat padding-box;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 18px 18px;
  padding: 20px;
  flex: 1;
}
.culture .card-section .card-body h5 {
  font-size: 1.3rem;
  color: #323b52;
  margin-bottom: 10px;
  font-family: "Poppins-SemiBold";
}
.culture .card-section .card-body p {
  font-size: 0.9rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
}



.nurturing .nurturing-clouds-section {
  background: linear-gradient(90deg, #2758a5, #32a88b);
  color: white;
  text-align: center;
  padding-top: 11%;
  padding-bottom: 60px;
  margin-top: -5%;
}
.nurturing .nurturing-clouds {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0px;
}
.nurturing .content {
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.nurturing .content h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.nurturing .content p {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.nurturing .nurturing-img {
  margin-top: 5%;
  padding-left: 6%;
  padding-right: 6%;
}

.career-guidance {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(50, 168, 139, 0.2)
  );
  min-height: 200px;
  padding-top: 10%;
  padding-bottom: 60px;
  position: relative;
}
.career-guidance .star-icon {
  position: absolute;
  z-index: 0;
  top: 100px;
  left: 50px;
}
.career-guidance .guidance-desc h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.career-guidance .guidance-desc p {
  color: #212529;
  font-size: 1rem;
}
.career-guidance .enquire-now {
  background: #32a88b 0% 0% no-repeat padding-box;
  border-radius: 33px;
  padding: 8px 25px;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
}
.career-guidance .enquire-now:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}

.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .cloud-section {
  background: linear-gradient(90deg, #2f5fb5, #3ca38b);
  color: white;
  text-align: center;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  align-items: center;
}
.about-section .cloud-section .content p {
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Poppins-Medium";
  color: #ffffff;
}
.about-section .cloud-section .content h2 {
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  margin: 10px 0 0;
  color: #ffffff;
}
.about-section .clouds {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -5%;
}
@media (max-width: 768px) {
  .about-section .cloud-section {
    min-height: 250px;
    padding-top: 80px;
  }
}

.about-content {
  background: transparent
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    );
  position: relative;
  padding: 40px 0 100px;
}
.about-content .star-decor {
  position: absolute;
  top: -10%;
  left: 25px;
  width: 100px;
  height: 100px;
}
.about-content .planet-decor {
  position: absolute;
  top: 20%;
  right: 10px;
  width: 130px;
  height: 130px;
}
.about-content .dominic-history {
  margin-bottom: 40px;
}
.about-content .dominic-history h2 {
  font-size: 3rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
.about-content .dominic-history .history-desc p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
}
.about-content .about-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.0784313725);
  text-align: left;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-content .about-box img {
  width: 95px;
  height: 95px;
}
.about-content .about-box h3 {
  font-size: 2.2rem;
  color: #212529;
  margin-bottom: 0.5rem;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  letter-spacing: -0.42px;
}
.about-content .about-box p {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  line-height: 1.8;
}
@media (max-width: 992px) {
  .about-content {
    padding: 35px 0 60px;
  }
  .about-content .dominic-history {
    margin-bottom: 60px;
  }
  .about-content .dominic-history .history-title h2 {
    font-size: 2.2rem;
  }
  .about-content .dominic-history h2 {
    font-size: 2.2rem;
  }
  .about-content .dominic-history .history-desc p {
    font-size: 0.9rem;
    text-align: center;
  }
  .about-content .about-box img {
    width: 64px;
    height: 64px;
  }
  .about-content .about-box h3 {
    font-size: 1.5rem;
  }
  .about-content .about-box p {
    font-size: 0.8rem;
    text-align: center;
  }
  .about-content .star-decor {
    top: -9%;
    left: 40px;
  }
}
@media (max-width: 768px) {
  .about-content {
    padding: 25px 0 40px;
  }
  .about-content .dominic-history {
    margin-bottom: 40px;
  }
  .about-content .dominic-history .history-title h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .about-content .dominic-history h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .about-content .dominic-history .history-desc p {
    font-size: 0.8rem;
  }
  .about-content .about-box {
    padding: 1rem;
    text-align: center;
    overflow: visible;
    min-height: 230px;
    max-height: 280px;
  }
  .about-content .about-box h3 {
    font-size: 1.5rem;
  }
  .about-content .about-box p {
    font-size: 0.8rem;
  }
  .about-content .star-decor {
    top: -5%;
    left: 20px;
  }
}



/* ---about history section---- */

.about-history-sections {
  padding: 60px 0;
  background: #f6f9fc;
}
.about-history-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.about-history-card:nth-child(even) {
  background: linear-gradient(135deg, #f2f7ff, #f6fffb);
}

.about-history-title {
  font-family: "Poppins-SemiBold";
  color: #2758a5;
  margin-bottom: 15px;
}

.about-history-content {
  max-height: 520px;      
  overflow-y: auto;
  padding-right: 10px;
}

.about-history-content p {
  font-family: "Poppins-Regular";
  color: #2b3139;
  line-height: 1.7;
}

.about-history-card img {
  max-height: 420px;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
  .about-history-card {
    padding: 25px;
  }

  .about-history-content {
    max-height: none;
  }

  .about-history-title {
    text-align: center;
  }

  .about-history-card .row {
    display: flex;
    flex-direction: column;
  }

  .about-history-card .col-lg-7 {
    order: 1;
  }

  .about-history-card .col-lg-5 {
    order: 2;
    margin-top: 20px;
  }
  .about-history-card img {
    margin: 0 auto;
    display: block;
  }
}




.facebook-highschool {
  background-color: #f5f7f8;
  padding-left: 7%;
  padding-top: 80px;
  position: relative;
  padding-bottom: 200px;
}
.facebook-highschool .registration {
  min-height: 280px;
  background: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 32px;
  position: absolute;
  width: auto;
  width: -webkit-fill-available;
  margin-right: 7%;
  bottom: -143px;
}
.facebook-highschool .registration .register-now {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 33px;
  padding: 8px 25px;
  font-size: 1rem;
  color: #2862a1;
  font-family: "Poppins-SemiBold";
}
.facebook-highschool .registration .register-now:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}
.facebook-highschool .registration .abc-img {
  position: absolute;
  left: 40px;
}
.facebook-highschool .registration .jupiter-img {
  position: absolute;
  right: 40px;
}
.facebook-highschool .registration .registration-desc h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 15px;
}
.facebook-highschool .registration .registration-desc p {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.facebook-highschool .kite-icon {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0;
}
.facebook-highschool h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 40px;
}
.facebook-highschool .scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}
.facebook-highschool .facebook-card {
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
  width: 370px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.0784313725) !important;
  border-radius: 18px;
  border: none;
  padding: 20px;
}
.facebook-highschool .facebook-card img {
  width: 100%;
  border-radius: 0.5rem;
}
.facebook-highschool .facebook-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
}
.facebook-highschool .card-headers {
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: none;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
  color: #212529;
}
.facebook-highschool .card-subtitle {
  color: #6c757d;
  font-size: 0.9rem;
}

.area-learning {
  background: #f5f7f8 0% 0% no-repeat padding-box;
  padding: 80px 0;
}

.learning-content h2 {
  font-size: 2rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  margin-bottom: 1rem;
}
.learning-content p {
  font-size: 1rem;
  color: #2b3139;
  font-family: "Poppins-Regular";
}

.learning-cycle img {
  height: auto;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 992px) {
  .area-learning {
    padding: 60px 0;
  }
  .learning-content h2 {
    font-size: 1.75rem;
  }
  .learning-content p {
    font-size: 0.95rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .area-learning {
    padding: 40px 0;
  }
  .learning-content h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .learning-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .area-learning {
    padding: 20px 0;
  }
  .learning-content h2 {
    font-size: 1.35rem;
  }
  .learning-content p {
    font-size: 0.85rem;
  }
}
.event-gallery {
  padding-top: 60px;
  padding-bottom: 60px;
}
.event-gallery .custom-prev,
.event-gallery .custom-next {
  right: 50px;
  z-index: 10;
}
.event-gallery h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
}
.event-gallery .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1300px;
}
.event-gallery .image-grid .item {
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}
.event-gallery .image-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.event-gallery .image-grid .item:nth-child(1),
.event-gallery .image-grid .item:nth-child(3),
.event-gallery .image-grid .item:nth-child(4),
.event-gallery .image-grid .item:nth-child(5),
.event-gallery .image-grid .item:nth-child(6) {
  flex: 0 0 calc((100% - 40px) / 3);
}
.event-gallery .image-grid .item:nth-child(2) {
  flex: 0 0 calc((100% - 50px) / 4);
}
.event-gallery .image-grid .item:nth-child(1) {
  flex: 0 0 calc((100% - 50px) / 2.7);
}
.event-gallery .image-grid .item:nth-child(3) {
  flex: 0 0 calc((100% - 50px) / 2.58);
}

.resources-section {
  padding-top: 220px;
  padding-bottom: 60px;
}
.resources-section h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.resources-section p {
  font-size: 1rem;
  color: #2b3139;
  font-family: "Poppins-Regular";
}
.resources-section h5 {
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  color: #323b52;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 30px;
  line-height: 1.9rem;
}
.resources-section h6 {
  font-size: 1rem;
  color: #6c757d;
  text-align: left;
  font-family: "Poppins-Regular";
  line-height: 1.5rem;
  margin-top: 15px;
}
.resources-section .resource-card {
  padding: 30px;
  transition: 0.3s ease;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
}
.resources-section .resource-card button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ced3d8;
  border-radius: 33px;
  color: #323b52;
  font-family: "Poppins-Medium";
  font-size: 0.9rem;
  margin-top: 30px;
  padding: 8px 20px;
}
.resources-section .resource-card button:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}

.announcement-section {
/*   padding-top: 60px; */
  padding-bottom: 60px;
  text-align: center;
}
.announcement-section h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.announcement-section p {
  font-size: 1rem;
  color: #2b3139;
  font-family: "Poppins-Regular";
  margin: 0 0 12px;
}
.announcement-section .text-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
  height: 230px;
}
.announcement-section .text-card span {
  font-size: 0.8rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
}
.announcement-section .text-card h6 {
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  color: #323b52;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.9rem;
  margin-top: 20px;
}


.announcement-section .text-card ul,
.announcement-section .text-card ol {
  padding-left: 18px;
  margin: 12px 0 0 0;   /* remove browser default margins */
  text-align: left;
}

.announcement-section .text-card li {
  font-size: 0.9rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  line-height: 1.5rem;
  margin-bottom: 6px;
}

/* Paragraphs from editor */
.announcement-section .text-card .small p {
  font-size: 0.9rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  text-align: left;
  margin: 10px 0 0 0;
}


.announcement-section .text-card p {
  font-size: 0.9rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  text-align: left;
  margin-top: 15px;
}
.announcement-section .text-card-full {
  overflow-y: auto;
  height: 567px;
}


.announcement-slider .swiper-button-next,
.announcement-slider .swiper-button-prev {
  display: none !important;
}

.announcement-slider {
  position: relative;
  padding-bottom: 40px; 
}

.announcement-nav {
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 20;
  pointer-events: none;
}

.announcement-prev,
.announcement-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #2758a5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: all 0.25s ease;
}

.announcement-prev i,
.announcement-next i {
  font-size: 18px;
}

.announcement-prev:hover,
.announcement-next:hover {
  background: #2758a5;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .announcement-nav {
    left: 5px;
    right: 5px;
    top: 53%;
  }
}

@media (max-width: 576px) {
  .announcement-nav {
    left: 5px;
    right: 5px;
    top: 40%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .announcement-section .text-card-full {
    height: 527px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .announcement-section .text-card-full {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .announcement-section .text-card-full {
    height: auto;
    overflow-y: auto;
  }
}
.announcement-section-editor {
  text-align: start !important;
}



.admissions-section {
  padding: 60px 0;
}

.admissions-main-title {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
}

.admissions-intro p {
  color: #2b3139;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}

.admissions-section-title {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
}

.admissions-section-content {
  line-height: 1.7;
  color: #2b3139;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}

.admissions-section-content ol,
.admissions-section-content ul {
  padding-left: 18px;
  margin-left: 0;
}

.admissions-section-content li {
  margin-left: 0;
}

.admissions-register-card {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.admissions-register-card:hover {
  transform: translateY(-5px);
}

.admissions-register-card img {
  max-width: 260px;
  display: block;
  margin: 0 auto;
}

.admissions-register-card .register-card-text {
  margin-top: 10px;
  font-size: 1rem;
  font-family: "Poppins-Regular";
  color: #2758a5;
}

@media (max-width: 991.98px) {
  .admissions-section-title {
    font-size: 1.8rem;
  }
  .admissions-section-content {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .admissions-section-title {
    font-size: 1.5rem;
  }
  .admissions-section-content {
    font-size: 0.9rem;
  }
}



.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.contact-section .contact-decor-layer {
  position: absolute;
  top: -55px;
  right: 70px;
}
.contact-section h4 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}

.contact-section p {
  margin-bottom: 0px !important;
}
.contact-section .form-control {
  background: #e5e7e8 !important;
  border: 1px solid #e5e7e8 !important;
  border-radius: 8px !important;
  color: #1c2126;
  opacity: 0.36;
  min-height: 50px;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  padding-left: 10px !important;
}
.contact-section .submit-btn {
  border-radius: 33px;
  background-color: #32a88b;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
}
.contact-section .submit-btn:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}

/* submit button */
.contact-section p:has(.wpcf7-submit) {
  width: 100% !important;
  display: flex;
}

@media (max-width: 991.98px) {
  .contact-section p:has(.wpcf7-submit) {
    justify-content: center;
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .contact-section p:has(.wpcf7-submit) {
    justify-content: flex-start;
  }
}

.student-hero-section {
  min-height: 300px;
  background: linear-gradient(90deg, #2758a5, #32a88b);
  margin-top: -1px;
}
.student-hero-section h1 {
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 30px;
}

.student-clouds {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -5%;
}

.hero-desc {
  min-height: 300px;
  background: transparent
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.3019607843) 100%
    )
    0% 0% no-repeat padding-box;
  position: relative;
  padding-bottom: 60px;
}
.hero-desc .star-icon {
  position: absolute;
  top: -60px;
  left: 60px;
}
.hero-desc .jupiter-icon {
  position: absolute;
  bottom: 0px;
  right: 40px;
}
.hero-desc p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  text-align: left;
}

.counselor-section {
  min-height: 200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.counselor-section .counselor-heading {
  padding-bottom: 30px;
}
.counselor-section .counselor-heading h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.counselor-section .counselor-heading p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  text-align: left;
}
.counselor-section .counselor-resource-card {
  padding: 30px;
  transition: 0.3s ease;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
	min-height: 320px;
}
.counselor-section .counselor-resource-card h5 {
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  color: #323b52;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 30px;
  line-height: 1.9rem;
}
.counselor-section .counselor-resource-card h6 {
  font-size: 1rem;
  color: #6c757d;
  text-align: left;
  font-family: "Poppins-Regular";
  line-height: 1.5rem;
  margin-top: 15px;
}
.counselor-section .counselor-resource-card button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ced3d8;
  border-radius: 33px;
  color: #323b52;
  font-family: "Poppins-Medium";
  font-size: 0.9rem;
  margin-top: 30px;
  padding: 8px 20px;
}
.counselor-section .counselor-resource-card button:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}
.curriculum p {
  color: #212529;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.bsc-class p {
  color: #212529;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.bsc-class h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 10px;
}
.career-counselor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  background: transparent
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    )
    0% 0% no-repeat padding-box;
  padding: 60px 0%;
}
.career-counselor img {
  border-radius: 20px;
  max-width: 100%;
}
.career-counselor h4 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
}
.career-counselor p {
  color: #212529;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.career-counselor .request-btn {
  border-radius: 33px;
  background-color: #32a88b;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
}
.career-counselor .request-btn:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}

.clouds-bse {
  width: 100% !important;
  height: auto;
  display: block;
  margin-bottom: 0px;
}

.bse-hero-desc {
  min-height: 300px;
  position: relative;
  padding-bottom: 60px;
  margin-top: -5%;
}
.bse-hero-desc .star-icon {
  position: absolute;
  top: -60px;
  right: 60px;
}
.bse-hero-desc h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 15px;
  text-align: center;
}

.bse-hero-desc p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  margin-bottom: 50px;
}
.bse-hero-desc p span {
  font-family: "Poppins-SemiBold";
}
.bse-hero-desc .custom-p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
}
.bse-hero-desc .custom-p p,
.bse-hero-desc .custom-p ul {
  margin: 15px 0 0 0 !important;
}

.bse-hero-desc ul li {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
}

.bse-hero-desc .doc-box {
  background: #e9f0f7;
  border-radius: 50px;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  gap: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.bse-hero-desc .doc-box p {
  font-size: 1rem;
  color: #323b52;
  font-family: "Poppins-Medium";
}
.bse-hero-desc .circle {
  background-color: #2758a5;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.bse-hero-desc .register-btn {
  border-radius: 33px;
  background-color: #32a88b;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
}
.bse-hero-desc .register-btn:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}

.bse-hero-section {
  min-height: 300px;
  background: linear-gradient(90deg, #2758a5, #32a88b);
  margin-top: -1px;
}
.bse-hero-section h1 {
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 30px;
}

.co-ordinator {
  position: relative;
  padding: 6%;
}
.co-ordinator .fly-icon {
  position: absolute;
  z-index: 0;
  top: -40px;
  left: -52px;
}
.co-ordinator .fly-icon img {
  transform: scaleX(-1);
  rotate: -20deg;
}
.co-ordinator .co-ordinator-section {
  min-height: 150px;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 3% 3%;
}
.co-ordinator .co-ordinator-section h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 10px;
}
.co-ordinator .co-ordinator-section p {
  color: #6c757d;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.co-ordinator .request-btn {
  border-radius: 33px;
  background-color: #32a88b;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
}
.co-ordinator .request-btn:hover {
  background-color: #2cb08a;
  border-color: #2cb08a;
}

.Academic-year-section {
  background: transparent
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    )
    0% 0% no-repeat padding-box;
  min-height: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.Academic-year-section .Academic-year-content {
  margin-bottom: 70px;
}
.Academic-year-section .Academic-year-content h1 {
  font-family: "Poppins-SemiBold";
  font-size: 1.5rem;
  color: #323b52;
  margin-bottom: 10px;
}
.Academic-year-section .Academic-year-content .date-time-card {
  background-color: #ffffff;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
  padding: 15px 25px;
  margin-top: 20px;
  height: 130px;
}
.Academic-year-section .Academic-year-content .date-time-card h2 {
  color: #6c757d;
  font-size: 1rem;
  font-family: "Poppins-Regular";
  margin-bottom: 5px;
}
.Academic-year-section .Academic-year-content .date-time-card p {
  font-size: 1.3rem;
  color: #323b52;
  font-family: "Poppins-Medium";
  margin-bottom: 0;
}
.Academic-year-section .Academic-year-content .date-time-card h3 {
  color: #323b52;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 10px;
}





/* =========================
   IB INTRO SECTION
========================= */

.ib-hero-intro h1 {
  /* max-width: 900px; */
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 40px;
  text-align: center;
}

.ib-hero-intro .ib-hero-img-wrap {
  overflow: hidden;
  border-radius: 16px;
}

.ib-hero-intro .ib-hero-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ib-hero-intro .ib-hero-img-wrap:hover img {
  transform: scale(1.05);
}

.ib-hero-intro .ib-content-block {
  border-radius: 16px;
  border: 1px solid #eef1f5;
}

.ib-hero-intro .ib-content-block h2 {
  color: #2758a5;
  margin-bottom: 25px;
  border-left: 5px solid #32a88b;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
}

.ib-hero-intro .ib-content-text {
  line-height: 1.7;
  color: #6c757d;
  font-family: "Poppins-Regular";
}

/* Mobile */
@media (max-width: 991px) {
  .ib-hero-intro h1 {
    font-size: 1.8rem;
  }
  .ib-hero-intro .ib-content-block h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .ib-hero-intro .ib-hero-img-wrap img {
    height: 200px;
  }
  .ib-hero-intro h1 {
    font-size: 1.6rem;
  }
}


/* =========================
   IB SUBJECTS SECTION
========================= */

/* Section titles */
.ib-subjects .ib-section-title {
  font-size: 2rem;
  color: #2758a5;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: "Poppins-Semibold";
}

/* =========================
   STEPS IMAGE
========================= */
.ib-subjects .ib-steps-image img {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* =========================
   STEP CARDS
========================= */
.ib-subjects .ib-step-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e6eef8;
  transition: all 0.25s ease;
  height: 100%;
}

.ib-subjects .ib-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Header row: number + title */
.ib-subjects .ib-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* Number circle */
.ib-subjects .ib-step-no {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2758A5;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Title */
.ib-subjects .ib-step-title {
  font-size: 1.05rem;
  font-family: "Poppins-SemiBold";
  margin: 0;
}

/* Text */
.ib-subjects .ib-step-text {
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: "Poppins-Regular";
  color: #6c757d;
}

/* --VIDEO-- */
.ib-subjects .ib-video-box {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* --DESCRIPTION-- */
.ib-subjects .ib-choose-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: "Poppins-Regular";
  color: #6c757d;
}

/* --SUBJECT GROUP CARDS--- */
.ib-subjects .subject-group-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #e9eef5;
  transition: all 0.25s ease;
  height: 100%;
}

.ib-subjects .subject-group-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ib-subjects .subject-group-card h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  border-bottom: 1px solid #eef2f7;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.ib-subjects .subject-group-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ib-subjects .subject-group-card li {
  margin-bottom: 6px;
}

.ib-subjects .subject-group-card a {
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: "Poppins-Regular";
  color: #6c757d;
  text-decoration: none;
}

.ib-subjects .subject-group-card a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

/* --MOBILE TWEAKS-- */
@media (max-width: 767px) {
  .ib-subjects .ib-section-title {
    font-size: 1.6rem;
  }

  .ib-subjects .ib-steps-image img {
    max-height: 260px;
  }
}
/* --WHY IB SECTION (FORCED STYLING)--- */
.ib-why {
padding: 40px 0;
}

/* Gallery */
.ib-why img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.ib-why img:hover {
  transform: scale(1.04);
}

/* Content box wrapper */
.ib-why .ib-why-content {
  margin-top: 24px;
  background: #f4f8ff;
  border-left: 5px solid #2758A5;
  border-radius: 12px;
  padding: 32px;
}

.ib-why .ib-why-content,
.ib-why .ib-why-content * {
  font-family: "Poppins-Regular";
  color: #4f5b66;
}

.ib-why .ib-why-content h2{
  color: #2758A5;
  font-family: "Poppins-SemiBold";
  margin-bottom: 12px;
}

.ib-why .ib-why-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

.ib-why .ib-why-content ul {
  padding-left: 20px;
  margin-top: 12px;
  margin-left: 0;
}

.ib-why .ib-why-content li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.ib-why .ib-why-content a {
  color: #2758A5;
  text-decoration: underline;
}

.ib-why .ib-why-content a:hover {
  text-decoration: none;
}




/*--------- ib-overview-section----------*/

.ib-overview-section {
  background: #dff3ee;
  padding: 80px 0;
}

.ib-overview-section .ib-title {
  font-family: "Poppins-SemiBold";
  color: #1f2d3d;
  margin-bottom: 8px;
}

.ib-overview-section .ib-subtitle {
  color: #6c757d;
  font-size: 1rem;
  margin: 0 auto;
  font-family: "Poppins-Regular";
}

.ib-overview-section .ib-image-card {
  background: #cfeee6;
  padding: 25px;
  border-radius: 22px;
  text-align: center;
}

.ib-overview-section .ib-image-card img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.ib-overview-section .ib-image-caption {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #4f5b66;
  font-family: "Poppins-SemiBold";
  font-style: italic;
}

.ib-overview-section .ib-info-card {
  background: #eef9f6;
  border-radius: 18px;
  padding: 20px 26px;
}

.ib-overview-section .ib-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 16px;
  color: #1f2d3d;
  font-size: 1.05rem;
}

.ib-overview-section .ib-card-title img {
  width: 22px;
  height: auto;
}

.ib-overview-section .ib-card-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ib-overview-section .ib-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 14px;
  /* background: #f7fcfa; */
  border-radius: 10px;
  font-family: "Poppins-Regular";
}

.ib-overview-section .ib-item-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #2b3139;
}

.ib-overview-section .ib-item-left img {
  width: 16px;
  height: auto;
}

.ib-overview-section .ib-item-right {
  font-family: "Poppins-SemiBold";
  color: #1f2d3d;
  white-space: nowrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
  .ib-overview-section {
    padding: 60px 0;
  }

  .ib-overview-section .ib-image-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ib-overview-section {
    padding: 50px 0;
  }

  .ib-overview-section .ib-item-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .ib-overview-section .ib-item-right {
    font-size: 0.95rem;
  }

  .ib-overview-section .ib-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .ib-overview-section .ib-info-card {
    padding: 18px 20px;
  }

  .ib-overview-section .ib-image-card {
    padding: 18px;
  }
}



/* =========================
   IB STRUCTURE PAGE
========================= */
.ib-structure-section {
  background: #f8fbff;
}

/* Intro */
.ib-intro {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* FORMS GRID */
.ib-forms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.ib-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e6eef8;
  transition: 0.25s ease;
}

.ib-form-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.ib-form-title {
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  margin-bottom: 10px;
}

.ib-form-desc {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #6c757d;
  font-family: "Poppins-Regular";
}

/* Subjects */
.ib-subject-list {
  padding-left: 18px;
  margin-bottom: 0;
  color: #6c757d;
  font-family: "Poppins-Regular";
  margin-left: 0;
}

.ib-subject-list li {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

/*    CXC CARD */
.ib-cxc-card img {
  max-width: 240px;
}

.ib-cxc-btn,
.ib-cxc-btn:visited {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 22px;
  background: #32a88b;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Poppins-SemiBold";
  transition: all 0.25s ease;
}

.ib-cxc-btn:hover,
.ib-cxc-btn:focus {
  background: #32a88b;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px); 
}

.ib-cxc-btn:active {
  transform: translateY(0);     
}

/* BOTTOM CONTENT */
.ib-bottom-content {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  border-left: 5px solid #2758a5;
  font-size: 1rem;
  line-height: 1.7;
  color: #4f5b66;
  font-family: "Poppins-Regular";
}

.ib-bottom-content h2,
.ib-bottom-content h3 {
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  margin-top: 16px;
}

.ib-bottom-content ul,
.ib-bottom-content ol {
  margin: 12px 0 12px 0;
  padding-left: 20px;
}

.ib-bottom-content li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* If some editor injects weird inline styles */
.ib-bottom-content ul li,
.ib-bottom-content ol li {
  padding-left: 0;
}


.parental-contribution-section {
  background: transparent
    linear-gradient(
      1deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    )
    0% 0% no-repeat padding-box;
  padding-top: 60px;
  padding-bottom: 60px;
}
.parental-contribution-section .banner-card {
  background: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 32px;
  padding: 4%;
}
.parental-contribution-section .banner-card .fee-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  color: white;
}
.parental-contribution-section .banner-card .fee-card {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 300px;
  max-width: 600px;
  min-width: 300px;
}
.parental-contribution-section .banner-card .price-box {
  background: white;
  border-radius: 18px;
  padding: 20px 20px;
  text-align: center;
  color: #1959a6;
  min-width: 160px;
  flex-shrink: 0;
  width: 180px; /* Ensures same width for both cards */
  min-height: 130px;
}
.parental-contribution-section .banner-card .price-local,
.parental-contribution-section .banner-card .price-usd,
.parental-contribution-section .banner-card .price-seventh {
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  color: #2758a5;
  margin-bottom: 5px;
}
.parental-contribution-section .banner-card .price-seventh {
  color: #2e8b94 !important;
}
.parental-contribution-section .banner-card .fee-title {
  font-size: 0.9rem;
  font-family: "Poppins-SemiBold";
  color: #3c4b5e;
  margin-bottom: 5px;
  text-align: center;
}
.parental-contribution-section .banner-card .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  color: #888;
  font-weight: bold;
  font-size: 13px;
}
.parental-contribution-section .banner-card .line {
  height: 1px;
  background-color: #ccc;
  flex-grow: 1;
  margin: 0 8px;
}
.parental-contribution-section .banner-card .or {
  white-space: nowrap;
}
.parental-contribution-section .banner-card .per-year {
  font-size: 12px;
  color: #6c757d;
  margin-left: 4px;
}
.parental-contribution-section .banner-card .fee-description {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 2rem;
  font-family: "Poppins-SemiBold";
}
.parental-contribution-section .bank-account-content {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
}
.parental-contribution-section .bank-account-content p {
  font-size: 1.1rem;
  color: #323b52;
  font-family: "Poppins-Medium";
  margin-bottom: 8px;
}
.parental-contribution-section .bank-account-content h6 {
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  color: #212529;
}
.parental-contribution-section .bank-account-text {
  color: #6c757d;
  font-size: 1rem;
  font-family: "Poppins-Regular";
  margin-bottom: 5px;
}
.parental-contribution-section .blue-noted-text {
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  color: #2a64a1;
  text-align: center;
  margin-top: 50px;
  padding-left: 15%;
  padding-right: 15%;
}

.ib-doc-section {
  min-height: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: transparent
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    )
    0% 0% no-repeat padding-box;
}
.ib-doc-section .pdf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .ib-doc-section .pdf-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.ib-doc-section .pdf-card {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.ib-doc-section .pdf-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}
.ib-doc-section .pdf-left p {
  margin: 0;
  font-family: "Poppins-Medium";
  font-size: 1.2rem;
  color: #212529;
}
.ib-doc-section .ic-doc-title {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 10px;
}
.ib-doc-section .header-download-btn {
  background: white;
  padding: 0.5rem 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s ease;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #32a88b;
  border: 1px solid #32a88b;
  border-radius: 33px;
}
.ib-doc-section .download-btn {
  background: white;
  padding: 0.5rem 1.2rem;
  border: 1px solid #ced3d8;
  border-radius: 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s ease;
  font-family: "Poppins-Medium";
  font-size: 0.9rem;
  color: #212529;
}
.ib-doc-section .header-download-btn:hover {
  background: #1c3b74;
}
.ib-doc-section .download-btn:hover {
  background: #1c3b74;
  color: #fff;
}
@media (min-width: 576px) {
  .ib-doc-section .pdf-card {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}

.diploma-application-section {
  background-image: url("../images/Mask Group 23.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 0;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.diploma-application-section .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/overlay.svg");
  z-index: 1;
}
.diploma-application-section .container {
  position: relative;
  z-index: 2;
}
.diploma-application-section .container p {
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 20px !important;
}
.diploma-application-section .container .info-card {
  min-width: 200px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
}
.diploma-application-section .container h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #ffffff;
}
.diploma-application-section .container small {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #6c757d;
}
.diploma-application-section .container h6 {
  font-family: "Poppins-Medium";
  font-size: 1.1rem;
  color: #323b52;
}
.diploma-application-section .container .register-now-btn {
  background: #32a88b 0% 0% no-repeat padding-box;
  border-radius: 33px;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 0.9rem;
  margin-top: 20px;
}
.diploma-application-section .container .register-now-btn:hover {
  background-color: #002a5c;
  color: #fff;
}


/* -- TIMELINE INSIDE DIPLOMA SECTION --- */

.ib-timeline-section {
  background: linear-gradient(135deg, #2758a5, #32a88b);
  position: relative;
  padding: 80px 0;
}

.ib-timeline-section .ib-application-timeline-inside {
  position: relative;
}

.ib-timeline-section .ib-application-timeline-inside h2 {
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 2.2rem;
}

.ib-timeline-section .ib-application-timeline-inside p {
  color: #eaf6f3;
  font-size: 1rem;
  font-family: "Poppins-Regular";

}

.ib-timeline-section .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}

.ib-timeline-section .timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}

.ib-timeline-section .timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 30px;
}

.ib-timeline-section .timeline-item.left {
  left: 0;
}

.ib-timeline-section .timeline-item.right {
  left: 50%;
}

.ib-timeline-section .timeline-dot {
  position: absolute;
  top: 32px;
  right: -22px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #2f80ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-SemiBold";
  font-size: 0.9rem;
  z-index: 5;
  border: 3px solid #2f80ed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ib-timeline-section .timeline-item.right .timeline-dot {
  left: -22px;
  right: auto;
}

.ib-timeline-section .timeline-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.ib-timeline-section .timeline-card-header {
  margin-bottom: 10px;
}

.ib-timeline-section .timeline-card-header i {
  font-size: 18px;
  color: #2f80ed;
  min-width: 22px;
  margin-top: 2px;
}

.ib-timeline-section .timeline-card-header h5 {
  margin: 0;
  font-family: "Poppins-SemiBold";
  font-size: 1.05rem;
  color: #1f2d3d;
}

.ib-timeline-section .timeline-date {
  font-size: 0.85rem;
  color: #2f80ed;
  margin-top: 2px;
}

.ib-timeline-section .timeline-card ul {
  padding-left: 18px;
  margin: 8px 0 0;
}

.ib-timeline-section .timeline-card li {
  font-size: 0.9rem;
  color: #4f5b66;
  font-family: "Poppins-Regular";
  margin-bottom: 6px;
}

/* --- MOBILE -- */

@media (max-width: 768px) {
  .ib-timeline-section .timeline-wrapper::before {
    left: 18px;
  }

  .ib-timeline-section .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 10px;
    left: 0 !important;
  }

  .ib-timeline-section .timeline-dot {
    left: 0 !important;
    right: auto;
  }

  .ib-timeline-section .ib-application-timeline-inside h2 {
    font-size: 1.6rem;
  }
}



.ib-diploma-application-content {
  padding: 80px 0;
  background: #f6f9fc;
}

.ib-diploma-application-content .app-date {
  color: #6c757d;
  font-family: "Poppins-Medium";
}

.ib-diploma-application-content .app-title {
  font-family: "Poppins-SemiBold";
  color: #2758a5;
}

.app-date {
  display: inline-block;
  background: rgba(50,168,139,0.15);
  color: #32a88b;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: "Poppins-SemiBold";
}


/* Card */
.ib-app-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 32px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.ib-app-card-title {
  font-family: "Poppins-SemiBold";
  color: #1f2d3d;
  margin-bottom: 15px;
}

.ib-app-card-content p {
  color: #4f5b66;
  line-height: 1.5;
  font-family: "Poppins-Regular";
  font-size: 0.9rem;
}


.ib-app-card-content ol,
.ib-app-card-content ul {
  padding-left: 20px; 
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ib-app-card-content li {
  font-family: "Poppins-Regular";
  font-size: 0.95rem;
  color: #4f5b66;
  line-height: 1.6;
  margin-bottom: 6px;
}

.ib-app-card-content li > ol,
.ib-app-card-content li > ul {
  margin-top: 6px;
}

.ib-app-highlight {
  margin-top: 15px;
  padding: 14px 18px;
  background: rgba(50,168,139,0.12);
  border-left: 4px solid #32a88b;
  border-radius: 6px;
  font-family: "Poppins-Medium";
}


.apply-now-btn,
.apply-now-btn:visited {
  display: inline-block;
  background: #32a88b;
  color: #fff !important;
  border-radius: 30px;
  padding: 12px 28px;
  font-family: "Poppins-SemiBold";
  text-decoration: none;
  transition: all 0.25s ease;
}

.apply-now-btn:hover,
.apply-now-btn:focus {
  background: #32a88b;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.apply-now-btn:active {
  transform: translateY(0);
}

.dp-year-plans {
  margin-top: 20px;
}
.dp-year-plans h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
  margin-bottom: 40px !important;
}
.dp-year-plans .table-responsive {
  border-radius: 18px !important;
  border: 1px solid #dbdee6 !important;
}
.dp-year-plans .table-responsive .blue-title {
  color: #2758a5 !important;
  font-family: "Poppins-SemiBold" !important;
  font-size: 0.9rem;
  background-color: #e9f0f7 !important;
}
.dp-year-plans .table-responsive .custom-dp-table {
  margin-bottom: 0 !important;
}
.dp-year-plans .table-responsive .custom-dp-table td {
  text-align: left !important;
}
.dp-year-plans .table-responsive .custom-dp-table thead {
  border-radius: 18px !important;
}
.dp-year-plans .table-responsive .custom-dp-table thead tr {
  background: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%) 0% 0%
    no-repeat padding-box !important;
}
.dp-year-plans .table-responsive .custom-dp-table thead tr th {
  text-align: left !important;
}
.dp-year-plans .table-responsive .custom-dp-table tbody td {
  font-size: 1rem !important;
  font-family: "Poppins-Medium";
  color: #323b52;
}
.dp-year-plans .table > :not(caption) > * > * {
  background-color: inherit;
  border-radius: 0px 0px 0px 0px;
}

.spanish-exchange-section {
  background: transparent
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    )
    0% 0% no-repeat padding-box;
  padding-top: 60px;
  padding-bottom: 60px;
}
.spanish-exchange-section h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #2758a5;
}
.spanish-exchange-section .spanish-desc h3 {
  font-family: "Poppins-SemiBold";
  font-size: 1.5rem;
  color: #212529;
  margin-top: 30px;
  margin-bottom: 20px;
}
.spanish-exchange-section .spanish-desc p {
  color: #6c757d;
  font-family: "Poppins-Regular";
  font-size: 1rem;
}
.spanish-exchange-section .spanish-contact-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
  padding: 3%;
}
.spanish-exchange-section .spanish-contact-card p {
  color: #6c757d;
  font-family: "Poppins-Regular";
  font-size: 1rem;
}
.spanish-exchange-section .spanish-contact-card h4 {
  color: #212529;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
}
.spanish-exchange-section .spanish-contact-card h5 {
  color: #212529;
  font-family: "Poppins-Medium";
  font-size: 1rem;
}

.spanish-exchange-section .spanish-contact-card a {
  color: inherit ;
  text-decoration: none;
}

.spanish-exchange-section .spanish-contact-card a:hover {
  color: inherit ;
}

.spanish-exchange-section .register-now-btn {
  background: #32a88b 0% 0% no-repeat padding-box;
  border-radius: 33px;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 0.9rem;
  margin-top: 20px;
}
.spanish-exchange-section .register-now-btn:hover {
  background-color: #002a5c;
  color: #fff;
}

.footer {
  background: transparent
    linear-gradient(
      179deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.3019607843) 100%
    )
    0% 0% no-repeat padding-box;
  min-height: 100px;
  padding-top: 60px;
}
.footer .footer-content {
  padding-left: 3%;
  padding-right: 3%;
}
.footer .footer-content h6 {
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  color: #2758a5;
}
.footer .footer-content p {
  font-size: 0.9rem;
  color: #000000;
  font-family: "Poppins-Regular";
  text-align: left;
}
.footer .footer-content a {
  font-size: 0.9rem;
  color: #000000 !important;
  font-family: "Poppins-Regular";
  text-align: left;
}
.footer .copyrights {
  background: #2d9d81 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
  font-family: "Poppins-Regular";
  min-height: 45px;
  padding-left: 2%;
  padding-right: 2%;
}

@media (max-width: 992px) {
  .team-section {
    padding: 70px 0;
  }
  .team-content h2 {
    font-size: 1.75rem;
  }
  .team-content p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .team-section {
    padding: 40px 0;
  }
  .team-content h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .team-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .team-section {
    padding: 20px 0;
  }
  .team-content h2 {
    font-size: 1.35rem;
  }
  .team-content p {
    font-size: 0.85rem;
  }
}
.board-member-title h2 {
  font-size: 2rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  margin-bottom: 1rem;
}
.board-member-title p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  max-width: 74%;
  margin: 0 auto;
}

.board-members-section {
  padding: 90px 0;
}

.board-members-section .grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-header .fly-icon {
  position: absolute;
  top: -50px;
  left: 0;
  width: 205px;
  height: auto;
}

.board-members-section .board-members-card {
  background-color: #f8f9fa;
  border-radius: 30px;
}

.board-members-section .member-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
}

.board-members-section .member-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.board-members-section .member-card .member-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.board-members-section .member-card h4 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-family: "Poppins-SemiBold";
}

.board-members-section .member-card span {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #35d0a0;
  font-family: "Poppins-Medium";
}

.board-members-section .member-card p {
  font-size: 0.8rem;
  margin: 0;
  font-family: "Poppins-Regular";
  color: #212529;
}

.board-members-section .member-card .description-scroll {
  max-height: 90px;
  overflow-y: auto;
  padding-right: 5px;
  margin-top: 9px;
  text-align: left;
}

.board-members-section .member-card .description-scroll::-webkit-scrollbar {
  width: 6px;
}

.board-members-section
  .member-card
  .description-scroll::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 10px;
}

.board-members-section .member-card.reversed {
  direction: rtl;
}

.board-members-section .member-card.reversed > * {
  direction: ltr;
}

@media (max-width: 992px) {
  .board-member-title h2 {
    font-size: 1.75rem;
  }
  .board-members-section {
    padding: 70px 0;
  }
  .board-members-section .grid-row {
    grid-template-columns: 1fr;
  }
  .board-members-section .member-card {
    grid-template-columns: 1fr;
  }
  .board-members-section .member-card.reversed {
    direction: ltr;
  }
  .board-members-section .member-card.reversed .image-wrapper {
    order: -1;
  }
  .board-members-section .member-card.reversed .member-info {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .board-members-section {
    padding: 50px 0;
  }
  .section-header .fly-icon {
    top: -25px;
    width: 175px;
  }
}
@media (max-width: 576px) {
  .board-members-section {
    padding: 30px 0;
  }
  .section-header .fly-icon {
    top: -10px;
    width: 125px;
  }
}
.stake-section {
  background: transparent
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(50, 168, 139, 0.2) 100%
    );
  text-align: center;
  padding: 90px 0 0;
}

.stakeholder-title h1 {
  font-size: 2rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  margin-bottom: 1rem;
  letter-spacing: -0.48px;
}
.stakeholder-title p {
  font-size: 1rem;
  color: #6c757d;
  font-family: "Poppins-Regular";
  margin: 0;
}

.team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.member {
  text-align: center;
  position: relative;
}

.member img {
  width: 234px;
  height: 234px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member.left-1 {
  margin-right: -30px;
  z-index: 2;
}

.member.left-2 {
  margin-right: -30px;
  z-index: 2;
}

.member.left-2 img {
  border: 7px solid white;
}

.team-container .center-image img {
  z-index: 222;
  position: relative;
  border: 7px solid white;
}

.member.right-1 {
  margin-left: -30px;
  z-index: 2;
}

.member.right-2 {
  margin-left: -30px;
  z-index: 1;
}

.member.right-1 img {
  border: 7px solid white;
}

.member p {
  margin-top: 26px;
  text-align: center;
  font-family: "Poppins-Medium";
  font-size: 1rem;
}

@media (max-width: 1100px) {
  .member img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 992px) {
  .stake-section {
    padding: 70px 0 0;
  }
  .team-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .member.left-2 img,
  .team-container .center-image img,
  .member.right-1 img {
    border: none;
  }
  .member {
    flex: 0 1 calc(50% - 20px);
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .member.right-2 {
    flex: 0 1 100%;
    display: flex;
    justify-content: center;
  }
  .member img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .stake-section {
    padding: 50px 0 0;
  }
  .team-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .member {
    flex: 0 1 calc(50% - 20px);
    margin: 0 !important;
  }
  .member.right-2 {
    flex: 0 1 100%;
    justify-content: center;
  }
  .member img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 576px) {
  .stake-section {
    padding: 30px 0 0;
  }
}
@media (max-width: 1150px) {
  .navbar-expand-xl .navbar-collapse {
    display: none !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: block !important;
  }
  .header .header-logo {
    height: 100px !important;
    width: 100px !important;
    top: 8px !important;
    z-index: 1;
    left: 25px;
  }
}
@media (max-width: 992px) {
  .contact-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .contact-section h4 {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 30px;
  }
  .culture-heading h1 {
    font-size: 1.8rem !important;
  }
  .career-counselor h4 {
    font-size: 1.8rem;
  }
  .management h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dp-year-plans h2 {
    font-size: 1.8rem;
  }
  .spanish-exchange-section h2 {
    font-size: 1.8rem !important;
  }
  .diploma-application-section h2 {
    font-size: 1.5rem !important;
  }
  .ic-doc-title {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
  .blue-noted-text {
    font-size: 1.3rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .parental-contribution-section .banner-card .fee-card {
    display: flex !important;
    align-items: center !important;
    margin-top: 20px;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .bse-hero-section h1 {
    font-size: 2.2rem !important;
  }
  .bse-hero-desc h1 {
    font-size: 1.8rem !important;
  }
  .co-ordinator {
    padding: 5% 3% !important;
  }
  .co-ordinator .co-ordinator-section {
    padding: 5% 3% !important;
  }
  .co-ordinator .co-ordinator-section h2 {
    font-size: 1.8rem !important;
    text-align: center;
  }
  .co-ordinator .co-ordinator-section p {
    text-align: center !important;
  }
  .student-hero-section {
    margin-top: -1px !important;
  }
  .student-hero-section h1 {
    font-size: 2.2rem;
  }
  .hero-desc p {
    text-align: center !important;
  }
  .announcement-section {
    padding-top: 0px !important;
  }
  .announcement-section h2 {
    font-size: 1.5rem !important;
  }
  .registration-desc h2 {
    font-size: 1.5rem !important;
    margin-top: 30px;
  }
  .image-grid .item {
    flex: 0 0 100% !important;
  }
  .content h2 {
    font-size: 1.5rem !important;
    margin-top: 30px;
  }
  .facebook-highschool {
    padding-left: 4% !important;
  }
  .facebook-highschool h2 {
    font-size: 1.8rem !important;
  }
  .guidance-desc h1 {
    font-size: 1.8rem !important;
  }
  .guidance-desc p {
    font-size: 0.9rem;
  }
  .event-gallery h1 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 567px) {
  .hero-desc .star-icon {
    position: absolute;
    top: 0px !important;
    left: 20px;
  }
  .resources-section h2 {
    font-size: 1.8rem !important;
  }
  .resources-section h5 {
    font-size: 1.2rem;
    color: #323b52;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 15px;
    line-height: 1.6rem;
  }
  .registration {
    margin-right: 4% !important;
  }
  .registration-desc h2 {
    font-size: 1.3rem !important;
    margin-top: 30px;
  }
  .content h2 {
    font-size: 1.3rem !important;
    margin-top: 30px;
  }
  .facebook-card {
    width: 300px !important;
  }
  .facebook-icon {
    position: absolute;
    top: 1rem;
    right: 0rem !important;
  }
  .registration-desc p {
    font-size: 0.9rem !important;
  }
  .content p {
    font-size: 0.9rem !important;
  }
}
.staff-section {
  background: #f5f7f8 0% 0% no-repeat padding-box;
  padding: 90px 0;
}
.staff-section .staff-title {
  font-size: 2.2rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  margin-bottom: 50px;
  letter-spacing: -0.48px;
  text-align: center;
}
.staff-section .custom-card {
  position: relative;
  border: none;
  background: none;
  transition:
    transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
  will-change: transform;
}
.staff-section .custom-card:hover {
  transform: translateY(-10px) scale(1.02);
}
.staff-section .custom-card .card-img-top {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.87rem;
}
.staff-section .custom-card .card-body {
  position: absolute;
  bottom: 14px;
  left: 5%;
  width: 90%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.3rem;
  z-index: 2;
  text-align: center;
}
.staff-section .custom-card .card-body .card-title {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  font-family: "Poppins-SemiBold";
  color: #212529;
}
.staff-section .custom-card .card-body .card-text {
  font-size: 0.8rem;
  color: #35d0a0;
  font-family: "Poppins-Medium";
}
@media (max-width: 992px) {
  .staff-section {
    padding: 70px 0;
  }
  .staff-section .custom-card .card-img-top {
    height: 325px;
  }
  .staff-section .custom-card .card-body {
    padding: 1rem;
  }
  .staff-section .custom-card .card-body .card-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .staff-section {
    padding: 50px 0;
  }
  .staff-section .custom-card .card-img-top {
    height: 300px;
  }
  .staff-section .custom-card .card-body {
    bottom: 10px;
    padding: 0.8rem;
  }
  .staff-section .staff-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .staff-section {
    padding: 20px 0;
  }
  .staff-section .custom-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  .staff-section .custom-card .card-img-top {
    height: auto;
  }
}

.alumni-section {
  background: linear-gradient(90deg, #cdf9ef, #ffffff);
  padding: 80px 20px;
  position: relative;
}
.alumni-section .alumni-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.alumni-section .alumni-title {
  font-size: 2rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  letter-spacing: -0.48px;
}
.alumni-section .slider-controls {
  display: flex;
  gap: 10px;
}
.alumni-section .slider-controls button {
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  cursor: pointer;
}
.alumni-section .slider-controls button svg {
  height: 45px;
  width: 45px;
}
.alumni-section .slider-controls button svg circle,
.alumni-section .slider-controls button svg path {
  transition: all 0.3s ease;
}
.alumni-section .slider-controls button.disabled svg circle {
  stroke: #c0c0c0 !important;
}
.alumni-section .slider-controls button.disabled svg path {
  fill: #c0c0c0 !important;
}
.alumni-section .slider-controls button.disabled:hover svg circle {
  stroke: #c0c0c0 !important;
}
.alumni-section .slider-controls button.disabled:hover svg path {
  fill: #c0c0c0 !important;
}
.alumni-section .slider-wrapper {
  display: flex;
  gap: 30px;
  position: relative;
  flex-wrap: wrap;
}
.alumni-section .slider-wrapper .alumni-slide {
  display: none;
  flex-wrap: wrap;
  gap: 30px;
}
.alumni-section .slider-wrapper .alumni-slide.active {
  display: flex;
  animation: fadeSlide 0.5s ease;
}
.alumni-section .slider-wrapper .alumni-slide .alumni-img {
  flex: 1 1 300px;
  max-width: 350px;
}
.alumni-section .slider-wrapper .alumni-slide .alumni-img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.alumni-section .slider-wrapper .alumni-slide .alumni-text {
  flex: 2;
  background: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%) 0% 0%
    no-repeat padding-box;
  color: #fff;
  border-radius: 1rem;
  padding: 40px;
  min-height: 280px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.alumni-section .slider-wrapper .alumni-slide .alumni-text h5 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Poppins-Medium";
}
.alumni-section .slider-wrapper .alumni-slide .alumni-text p {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #ffffff;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(5%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .alumni-section {
    padding: 60px 0;
  }
  .alumni-section .slider-controls {
    top: 70px;
  }
  .alumni-section .slider-controls button svg {
    width: 40px;
    height: 40px;
  }
  .alumni-section .slider-wrapper .alumni-slide {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text {
    padding: 30px;
    justify-content: start;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text h5 {
    font-size: 1.7rem;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text p {
    font-size: 16px;
  }
  .alumni-section .alumni-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .alumni-section {
    padding: 40px 0;
  }
  .alumni-section .alumni-header {
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
  }
  .alumni-section .slider-controls {
    align-self: flex-end;
  }
  .alumni-section .slider-controls {
    top: 73px;
  }
  .alumni-section .slider-controls button svg {
    width: 36px;
    height: 36px;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-img {
    max-width: 100%;
    flex: unset;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text {
    width: 100%;
    min-height: auto;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text h5 {
    font-size: 1.5rem;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text p {
    font-size: 15px;
  }
  .alumni-section .alumni-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 576px) {
  .alumni-section {
    padding: 20px 0;
  }
  .alumni-section .slider-controls {
    top: 71px;
  }
  .alumni-section .slider-controls button img {
    width: 30px;
    height: 30px;
  }
  .alumni-section .alumni-title {
    font-size: 1.8rem;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text h5 {
    font-size: 1.3rem;
  }
  .alumni-section .slider-wrapper .alumni-slide .alumni-text p {
    font-size: 14px;
  }
}

.image-grid .item:nth-child(3) {
  flex: 0 0 calc((100% - 50px) / 2.58);
}

.resources-page-section {
  position: relative;
  overflow: hidden;
}
.resources-page-section .resources-cloud-section {
  background: linear-gradient(90deg, #2f5fb5, #3ca38b);
  color: white;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  align-items: center;
}
.resources-page-section .resources-cloud-section .resource-content h2 {
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  margin: 10px 0 0;
  color: #ffffff;
}
.resources-page-section .resource-clouds {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -5%;
}
@media (max-width: 992px) {
  .resources-page-section .resources-cloud-section .resource-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .resources-page-section .resources-cloud-section {
    min-height: 250px;
    padding-top: 80px;
  }
  .resources-page-section .resources-cloud-section .resource-content h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 576px) {
  .resources-page-section .resources-cloud-section .resource-content h2 {
    font-size: 1.7rem;
  }
}

.documents-section {
  padding: 10px 0 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.documents-section .resource-content {
  position: relative;
}
.documents-section .resource-content .resource-star-decor {
  position: absolute;
  right: 7%;
  z-index: 1;
  margin-top: -4%;
}
.documents-section .resource-section-header {
  margin-bottom: 2.5rem;
}
.documents-section .resource-section-header h2 {
  font-size: 3rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  letter-spacing: -0.48px;
}
.documents-section .resource-section-header p {
  font-family: "Poppins-Regular";
  font-size: 0.95rem;
  color: #6c757d;
  text-align: left;
}
.documents-section .document-grid {
  row-gap: 30px;
}
.documents-section .document-card {
  background: #fff;
  box-shadow: 0px 6px 30px rgba(38, 48, 64, 0.1019607843);
  border-radius: 18px;
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease;
}
.documents-section .document-card:hover {
  transform: translateY(-5px);
}
.documents-section .document-card .pdf-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
  background: #e4f4f0;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.documents-section .document-card h5 {
  text-align: left;
  color: #323b52;
  padding-left: 30px;
  margin-top: 10px;
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
  width: 62%;
}
.documents-section .document-card p {
  font-family: "Poppins-Regular";
  font-size: 0.95rem;
  color: #6c757d;
  text-align: left;
  margin: 12px 0 30px;
}
.documents-section .document-card .download-btn {
  background: #ffffff;
  border: 1px solid #ced3d8;
  border-radius: 33px;
  padding: 8px 20px;
  font-size: 0.95rem;
  font-family: "Poppins-Medium";
  color: #323b52;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.documents-section .document-card .download-btn:hover {
  background: #1c3b74;
  color: #fff;
}
.documents-section .document-card .download-btn:hover img {
  filter: brightness(0) invert(1);
}
.documents-section .document-card .download-btn img {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .documents-section .resource-section-header h2 {
    font-size: 2rem;
  }
  .documents-section .resource-star-decor {
    top: 80%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .documents-section .resource-section-header h2 {
    font-size: 1.75rem;
  }
  .documents-section .document-card {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .documents-section .resource-section-header h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .documents-section .resource-section-header p {
    text-align: center;
  }
  .documents-section .document-card h5 {
    font-size: 1rem;
  }
  .documents-section .document-card p {
    font-size: 0.875rem;
  }
  .documents-section .download-btn {
    font-size: 0.875rem;
  }
  .documents-section .resource-star-decor {
    display: none;
  }
}

.transcript-cloud-section {
  background: linear-gradient(90deg, #2f5fb5, #3ca38b);
  color: white;
  text-align: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  align-items: center;
}
.transcript-cloud-section .transcript-content h2 {
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  margin: 10px 0 0;
  color: #ffffff;
}
.transcript-cloud-section .transcript-form {
  display: flex;
  margin-top: 30px;
}
.transcript-cloud-section .transcript-form .enroll-input {
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  width: 280px;
  font-size: 14px;
  font-family: "Poppins-Regular";
}
.transcript-cloud-section .transcript-form .enroll-input::-moz-placeholder {
  color: #6c757d;
  font-style: "Poppins-Regular";
  font-size: 0.9rem;
}
.transcript-cloud-section .transcript-form .enroll-input::placeholder {
  color: #6c757d;
  font-style: "Poppins-Regular";
  font-size: 0.9rem;
}
.transcript-cloud-section .transcript-form .generate-btn {
  background-color: #002a5c;
  color: #fff;
  padding: 14px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  transition: 0.3s ease;
}
.transcript-cloud-section .transcript-form .generate-btn:hover {
  background-color: #001329;
}

.transcript-section {
  position: relative;
}
.transcript-section .decor-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.transcript-section .decor-layer .star-left {
  position: absolute;
  top: -73px;
  left: 76px;
  z-index: 1;
}
.transcript-section .decor-layer .jupiter-right {
  position: absolute;
  top: 60px;
  right: 30px;
  z-index: 1;
}

.transcript-image-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.transcript-image-bg {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 15px 50px rgba(12, 59, 97, 0.1490196078);
  border-radius: 18px;
  max-width: 850px;
  width: 100%;
  text-align: center;
}
.transcript-image-bg img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.transcript-image-bg .trans-download-btn {
  background: #ffffff;
  border: 1px solid #ced3d8;
  padding: 15px 32px;
  border-radius: 33px;
  font-size: 0.95rem;
  font-family: "Poppins-Medium";
  color: #323b52;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}
.transcript-image-bg .trans-download-btn:hover {
  background-color: #002a5c;
  color: #fff;
}
.transcript-image-bg .trans-download-btn:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .transcript-cloud-section .transcript-content h2 {
    font-size: 1.8rem;
  }
  .transcript-cloud-section .transcript-form .enroll-input {
    font-size: 14px;
    padding: 10px;
  }
  .transcript-cloud-section .transcript-form .generate-btn {
    font-size: 15px;
    padding: 12px;
  }
	  .transcript-cloud-section .transcript-form {
    margin: 30px 12px 0 12px;
  }
  .transcript-image-wrapper {
    margin-top: 30px;
    padding: 0 15px;
  }
  .transcript-image-bg {
    padding: 15px;
    border-radius: 14px;
  }
  .transcript-image-bg .trans-download-btn {
    font-size: 0.9rem;
    padding: 12px 24px;
  }
}
@media (max-width: 576px) {
  .transcript-section .decor-layer .star-left {
    display: none;
  }
  .transcript-section .decor-layer .jupiter-right {
    display: none;
  }
  .transcript-cloud-section {
    min-height: 300px;
  }
  .transcript-cloud-section .transcript-form {
    flex-direction: column;
    align-items: center;
  }
  .transcript-cloud-section .transcript-form .enroll-input {
    width: 100%;
    border-radius: 6px;
  }
  .transcript-cloud-section .transcript-form .generate-btn {
    border-radius: 6px;
    width: 100%;
  }
}
.vacancy-section {
  padding: 10px 0 70px;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.vacancy-section .resource-content {
  position: relative;
}
.vacancy-section .vacancy-star-section {
  position: relative;
}
.vacancy-section .vacancy-star-section .vacancy-decor-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vacancy-section .vacancy-star-section .vacancy-decor-layer .vacancy-star-left {
  position: absolute;
  top: -30px;
  right: 46px;
  z-index: 1;
}
.vacancy-section
  .vacancy-star-section
  .vacancy-decor-layer
  .vacancy-jupiter-right {
  position: absolute;
  top: -168px;
  left: 18px;
  z-index: 1;
}
.vacancy-section .vacancy-section-header {
  margin-bottom: 2.5rem;
}
.vacancy-section .vacancy-section-header h2 {
  font-size: 3rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
  letter-spacing: -0.48px;
}
.vacancy-section .vacancy-section-header p {
  font-family: "Poppins-Regular";
  font-size: 0.95rem;
  color: #6c757d;
  text-align: left;
}
.vacancy-section .vacancy-card {
  background: #f5f7f8;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vacancy-section .vacancy-card:hover {
  transform: translateY(-5px);
}
.vacancy-section .vacancy-card h5 {
  text-align: left;
  color: #323b52;
  margin-top: 10px;
  font-family: "Poppins-SemiBold";
  font-size: 1.5rem;
  margin: 0;
}
.vacancy-section .vacancy-card p {
  font-family: "Poppins-Regular";
  font-size: 0.95rem;
  color: #6c757d;
  text-align: left;
  margin: 16px 0 0;
  flex-grow: 1;
}
.vacancy-section .vacancy-card .applynow-btn {
  margin-top: 30px;
  align-self: flex-start;
  background: #ffffff;
  border: 1px solid #ced3d8;
  border-radius: 36px;
  padding: 8px 20px;
  font-size: 0.95rem;
  font-family: "Poppins-Medium";
  color: #323b52;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.vacancy-section .vacancy-card .applynow-btn:hover {
  background: #1c3b74;
  color: #fff;
}
.vacancy-section .vacancy-card .applynow-btn:hover img {
  filter: brightness(0) invert(1);
}
.vacancy-section .vacancy-card .applynow-btn img {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .vacancy-section {
    padding: 10px 0 60px;
  }
  .vacancy-section .vacancy-section-header h2 {
    font-size: 2rem;
  }
  .vacancy-section .resource-star-decor {
    top: 80%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .vacancy-section {
    padding: 10px 0 30px;
  }
  .vacancy-section .vacancy-section-header h2 {
    font-size: 1.75rem;
  }
  .vacancy-section .vacancy-card {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .vacancy-section {
    padding: 10px 0 10px;
  }
  .vacancy-section .vacancy-section-header h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .vacancy-section .vacancy-section-header p {
    text-align: center;
  }
  .vacancy-section .vacancy-card h5 {
    font-size: 1rem;
  }
  .vacancy-section .vacancy-card p {
    font-size: 0.875rem;
  }
  .vacancy-section .applynow-btn {
    font-size: 0.875rem;
  }
  .vacancy-section .resource-star-decor {
    display: none;
  }
}

.vacancy-contact-section .vacancy-contact-bar {
  background: linear-gradient(to right, #2f5fb5, #3ca38b);
  border-radius: 18px;
  margin: 40px 0;
  padding: 40px 45px;
  color: white;
}
.vacancy-contact-section .vacancy-contact-bar .row.align-items-center {
  color: white;
  display: flex;
  flex-wrap: nowrap;
}
.vacancy-contact-section
  .vacancy-contact-bar
  .row.align-items-center
  .vac-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.vacancy-contact-section
  .vacancy-contact-bar
  .row.align-items-center
  .vac-contact-item
  h6 {
  margin: 0;
  font-size: 1.3rem;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  letter-spacing: -0.25px;
}
.vacancy-contact-section
  .vacancy-contact-bar
  .row.align-items-center
  .vac-contact-item
  p {
  margin: 4px 0 0;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Poppins-Regular";
}
.vacancy-contact-section
  .vacancy-contact-bar
  .row.align-items-center
  .icon-img {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
.vacancy-contact-section
  .vacancy-contact-bar
  .row.align-items-center
  .vac-divider {
  height: 80px;
  border: 1px solid #ffffff;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .vacancy-contact-section .vacancy-contact-bar {
    padding: 30px 25px;
  }
  .vacancy-contact-section .vacancy-contact-bar .row.align-items-center {
    flex-wrap: wrap;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-contact-item {
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: flex-start !important;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-contact-item
    h6 {
    font-size: 1rem;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-contact-item
    p {
    font-size: 0.8rem;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .icon-img {
    width: 48px;
    height: 48px;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .col-md-4:nth-child(1),
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .col-md-3:nth-child(3) {
    width: 50%;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .col-md-3:nth-child(5) {
    width: 100%;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-divider {
    display: none;
  }
}
@media (max-width: 576px) {
  .vacancy-contact-section .vacancy-contact-bar {
    padding: 25px 20px;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-contact-item {
    flex-direction: row;
    text-align: left;
    margin-bottom: 15px;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-contact-item
    h6 {
    font-size: 16px;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .vac-contact-item
    p {
    font-size: 14px;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .icon-img {
    width: 40px;
    height: 40px;
  }
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .col-md-4:nth-child(1),
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .col-md-3:nth-child(3),
  .vacancy-contact-section
    .vacancy-contact-bar
    .row.align-items-center
    .col-md-3:nth-child(5) {
    width: 100% !important;
  }
}

.job-description-Section {
  height: 630px;
}
.job-description-Section .share-close-icons img {
  cursor: pointer;
}
.job-description-Section .job-modal {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 30px;
}
.job-description-Section .job-modal .teacher-post h3 {
  text-transform: capitalize;
  color: #2758a5;
  margin-top: -30px;
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
}
.job-description-Section .job-modal .teacher-post p {
  font-family: "Poppins-Regular";
  font-size: 1rem;
  color: #6c757d;
}
.job-description-Section .job-modal .job-desc-title {
  text-align: center;
}
.job-description-Section .job-modal .job-desc-title h4 {
  color: #323b52;
  font-family: "Poppins-Medium";
  font-size: 1.5rem;
  margin: 0;
}
.job-description-Section .job-modal .job-divider {
  border: 1px solid #ced3d8;
  opacity: 1;
  width: 300px;
  margin: 42px auto 28px;
}
.job-description-Section .job-modal .job-section {
  margin-bottom: 1.5rem;
}
.job-description-Section .job-modal .job-section h6 {
  color: #323b52;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.job-description-Section .job-modal .job-section p {
  font-family: "Poppins-Regular";
  font-size: 0.98rem;
  color: #6c757d;
  margin-bottom: 1.7rem;
}
.job-description-Section .job-modal .job-section .job-list {
  padding-left: 0.1rem;
}
.job-description-Section .job-modal .job-section .job-list li {
  position: relative;
  list-style-type: none;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Poppins-Regular";
  font-size: 0.95rem;
  color: #6c757d;
}
.job-description-Section .job-modal .job-section .job-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #5f666c;
  background: #ffffff;
  transform: translateY(-50%);
}
.job-description-Section .job-modal .upload-cv button {
  background: #32a88b;
  border-radius: 36px;
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 1rem;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  gap: 40px;
  transition:
    background-color 0.4s ease,
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.job-description-Section .job-modal .upload-cv button:hover {
  background: #1f6c59;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (max-width: 576px) {
  .job-description-Section .job-modal .upload-cv {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 0.8rem;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .job-description-Section .job-modal .teacher-post h3 {
    font-size: 1.5rem;
  }
  .job-description-Section .job-modal .teacher-post p {
    font-size: 1rem;
  }
  .job-description-Section .job-modal .job-divider {
    width: 200px;
  }
  .job-description-Section .job-modal .job-section h6 {
    font-size: 1rem;
  }
  .job-description-Section .job-modal .job-section p,
  .job-description-Section .job-modal .job-section .job-list li {
    font-size: 0.9rem;
  }
  .job-description-Section .job-modal .job-desc-title h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .job-description-Section .job-modal .teacher-post h3 {
    font-size: 1.3rem;
  }
  .job-description-Section .job-modal .teacher-post p {
    font-size: 0.95rem;
  }
  .job-description-Section .job-modal .job-section h6 {
    font-size: 0.95rem;
  }
  .job-description-Section .job-modal .job-section p,
  .job-description-Section .job-modal .job-section .job-list li {
    font-size: 0.85rem;
  }
  .job-description-Section .job-modal .job-desc-title h4 {
    font-size: 1rem;
  }
}

.job-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.job-modal-content {
  width: 100%;
  max-width: 1090px;
}

.contactus-map {
  padding: 40px 0 50px;
}
.contactus-map iframe {
  border-radius: 30px;
  display: block;
}
@media (max-width: 768px) {
  .contactus-map {
    padding: 0;
  }
}

.contactus-section {
  padding: 40px 45px;
  background: linear-gradient(to right, #2f5fb5, #3ca38b);
  border-radius: 18px;
  margin: 40px 0;
  color: white;
}
.contactus-section .row.align-items-center {
  display: flex;
  flex-wrap: nowrap;
  color: white;
}
.contactus-section .row.align-items-center .contactus-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contactus-section .row.align-items-center .contactus-item h6 {
  margin: 0;
  font-size: 1.3rem;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  letter-spacing: -0.25px;
}
.contactus-section .row.align-items-center .contactus-item p {
  margin: 4px 0 0;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Poppins-Regular";
  word-break: break-word;
}
.contactus-section .row.align-items-center .contactus-item .contact-icon-img {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contactus-section {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  .contactus-section .row.align-items-center {
    flex-wrap: wrap;
  }
  .contactus-section .contactus-item {
    flex-direction: row;
    justify-content: flex-start !important;
    margin-bottom: 15px;
  }
  .contactus-section .contactus-item h6 {
    font-size: 16px !important;
  }
  .contactus-section .contactus-item p {
    font-size: 14px !important;
  }
  .contactus-section .contactus-item .contact-icon-img {
    width: 48px !important;
    height: 48px !important;
  }
  .contactus-section .col-md-4:nth-child(1),
  .contactus-section .col-md-3:nth-child(2),
  .contactus-section .col-md-3:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contactus-section {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  .contactus-section .contactus-item {
    text-align: left;
  }
  .contactus-section .contactus-item h6 {
    font-size: 18px;
  }
  .contactus-section .contactus-item p {
    font-size: 16px;
  }
  .contactus-section .contactus-item .contact-icon-img {
    width: 40px !important;
    height: 40px !important;
  }
  .contactus-section .col-md-4,
  .contactus-section .col-md-3 {
    width: 100% !important;
  }
}

.course-table-section {
  padding: 0 0 80px;
}
.course-table-section h4 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #212529;
}
@media (max-width: 992px) {
  .course-table-section {
    padding: 0 0 60px;
  }
  .course-table-section h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .course-table-section {
    padding: 0 0 40px;
  }
  .course-table-section h4 {
    font-size: 1rem;
    text-align: center;
  }
}
.course-table-section .table-responsive {
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.course-table-section .custom-table {
  border-collapse: collapse;
  font-size: 15px;
}
.course-table-section .custom-table thead tr {
  background: linear-gradient(to right, #2955a6, #2a9472);
}
.course-table-section .custom-table thead th {
  text-align: center;
  vertical-align: middle;
  border: none;
  background: transparent;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
}
.course-table-section .custom-table th,
.course-table-section .custom-table td {
  border: 1px solid #dbdee6;
  text-align: center;
  vertical-align: middle;
  padding: 12px 18px;
  white-space: nowrap;
}
.course-table-section .custom-table tbody tr.alt-row {
  background: #e9f0f7 !important;
}
.course-table-section .subject-name {
  text-align: left !important;
  font-family: "Poppins-SemiBold";
  color: #2758a5 !important;
  text-transform: uppercase;
  font-size: 1rem;
}
.course-table-section .subject-pdf {
  color: #212529 !important;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.course-table-section .subject-pdf .download-icon {
  margin: 0 7px;
  color: #212529;
  font-size: 16px;
  vertical-align: middle;
}
.course-table-section .subject-pdf .download-icon::before {
  color: #1c2126;
  font-size: 18px;
  text-shadow:
    0 0 0.6px currentColor,
    0 0 0.6px currentColor;
}
.course-table-section .table > :not(caption) > * > * {
  background-color: inherit;
}

.course-register-section {
  position: relative;
}
.course-register-section .course-registration {
  min-height: 280px;
  background: transparent linear-gradient(90deg, #2758a5 0%, #32a88b 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 32px;
  width: -webkit-fill-available;
}
.course-register-section .course-registration .course-abc-img {
  position: absolute;
  left: 40px;
}
.course-register-section .course-registration .course-registration-desc {
  text-align: center;
}
.course-register-section .course-registration .course-registration-desc h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 15px;
}
.course-register-section .course-registration .course-registration-desc p {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Poppins-Regular";
}
.course-register-section
  .course-registration
  .course-registration-desc
  .course-register-now {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 33px;
  padding: 8px 25px;
  font-size: 1rem;
  color: #2862a1;
  font-family: "Poppins-SemiBold";
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .course-register-section .course-registration .course-registration-desc h2 {
    font-size: 1.8rem;
  }
  .course-register-section .course-registration .course-registration-desc p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .course-register-section .course-registration .course-registration-desc h2 {
    font-size: 1.6rem;
  }
  .course-register-section .course-registration .course-registration-desc p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .course-register-section .course-registration .course-registration-desc h2 {
    font-size: 1.4rem;
  }
  .course-register-section .course-registration .course-registration-desc p {
    font-size: 0.85rem;
  }
}
.course-register-section .course-registration .course-jupiter-img {
  position: absolute;
  right: 40px;
}

.bloom-taxanomy-section {
  padding: 80px 0;
}
.bloom-taxanomy-section .bloom-taxanomy-title h2 {
  text-transform: capitalize;
  letter-spacing: 0.96px;
  font-size: 2.2rem;
  color: #2758a5;
  font-family: "Poppins-SemiBold";
}
@media (max-width: 992px) {
  .bloom-taxanomy-section {
    padding: 60px 0;
  }
  .bloom-taxanomy-section .bloom-taxanomy-title h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .bloom-taxanomy-section {
    padding: 40px 0 0;
  }
  .bloom-taxanomy-section .bloom-taxanomy-title h2 {
    font-size: 1rem;
  }

  .announcement-section .card-img-box img {
    height: 205px !important;
  }
} /*# sourceMappingURL=style.css.map */

.announcement-section .card-img-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.announcement-section .card-img-box img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}



/* ===============================
   CSES CURRICULUM PAGE
================================ */

.cses-curriculum-page {
  background: #ffffff;
  padding-bottom: 40px;
}

/* .cses-curriculum-page .cses-hero-image img {
  max-width: 300px;
} */

.cses-curriculum-page .cses-content {
  background: #f6f9ff;
  border-radius: 18px;
  padding: 28px 28px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
  font-size: 1rem;
  line-height: 1.7;
  color: #2f3a45;
  font-family: "Poppins-Regular";
}

.cses-curriculum-page .cses-content h1,
.cses-curriculum-page .cses-content h2,
.cses-curriculum-page .cses-content h3 {
  color: #2758a5;
  margin-top: 28px;
  margin-bottom: 12px;
  font-family: "Poppins-SemiBold";
  font-size: 1.2rem;
}

.cses-curriculum-page .cses-content p {
  margin-bottom: 14px;
  font-size: 0.95rem;
  font-family: "Poppins-Regular";
}

.cses-curriculum-page .cses-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.cses-curriculum-page .cses-content li {
  margin-bottom: 6px;
}

.cses-curriculum-page .cses-content a {
  color: #0d6efd;
  font-weight: 500;
}

/*Mobile fix */
@media (max-width: 576px) {
  .cses-curriculum-page .cses-content {
    padding: 8px;
  }

  .cses-curriculum-page .cses-content ul {
    padding-left: 0;
  }

  .cses-curriculum-page .cses-content li {
    list-style-position: inside;
  }
}
