@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --font: "Poppins", sans-serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 90%;
  --max-width: 1280px;
}

body {
  font-family: var(--font);
}

.header-content {
  padding: 20px;
  background: #fff;
  border-bottom: 20px;
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content img {
  max-width: 250px;
}

.banner-section {
  background-image: url(../img/Web-banner-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-size: cover;
}

.banner-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  width: var(--width);
  margin: auto;
  max-width: var(--max-width);
}

.banner-section .wrapper .child-1 .hero-text {
  font-size: 2.5rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 500;
}

.banner-section .wrapper .child-1 .hero-text b {
    font-weight: 800;
} 

.banner-section .wrapper .child-1 .hero-text span {
  font-size: 2rem;
  margin-top: 20px;
  display: block;
}

.banner-section .child-2 {
  align-items: center;
  display: flex;
  height: 100%;
}

.banner-section .child-2 .form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  max-width: 450px;
  position: relative;
}

.banner-section .child-2 .form-wrapper .heading {
  font-size: 1.5rem;
  font-weight: var(--strong-font);
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.same-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:visited {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid #a1a1a1;
  border-radius: 0.35rem;
  font-size: 0.9rem;
  box-shadow: none;
  outline: 0;
}

.check-box-row input[type="checkbox"] {
  margin-top: 0.3rem;
  cursor: pointer;
}

.form-group label {
  font-size: 0.83rem;
}

.ml-2 {
  margin-left: 0.4rem;
}

.btn {
  padding: 0.5rem 0.7rem;
  background: #203e99;
  color: #fff;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: var(--strong-font);
  cursor: pointer;
}

.university-section {
  background: #d5d5d599;
  padding: 30px 0 50px 0;
}

.wrapper-container {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
}

.section-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  color: #012da4;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #fecf23;
}

.section-heading span {
  font-weight: 500;
}

.university-slider {
  margin: 30px -10px 0 -10px;
}

.university {
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #fecf23;
  margin: 0 10px;
}

.university img {
  width: 150px;
  height: 100px;
  margin: auto;
  object-fit: contain;
}

.slick-arrow {
  background: #fecf23;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  box-shadow: none;
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.programs-section {
  padding: 30px 0 30px 0;
}

.course-grid {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  /* gap: 25px; */
}

.course-card {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d1d1d1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  --e-column-margin-right: 25px;
  --e-column-margin-left: 25px;
  padding: 0px 0px 0px 0px;
  border-radius: 15px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.card-content {
  padding: 10px 20px 15px 20px;
}

.program-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  height: 60px;
}

.program-name span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1rem;
  display: block;
}

.logo-row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.logo-row img {
  height: 60px;
  max-width: 80px;
  object-fit: contain;
}

.duration {
  font-size: 0.8rem;
  color: #012da4;
}

.duration span {
  font-weight: 600;
}

.button-rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  flex-direction: column;
  align-items: start;
}

.button-rows a {
  width: 100%;
  text-align: center;
}

.button-rows a {
  background: #fecf23;
  color: #000;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  font-size: 0.9rem;
  transition: all 350ms ease-in-out;
}

/* .button-rows a:hover {
  
} */

.footer {
  /* background: #203e99; */
  padding: 30px 0 0 0;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.bottom-strp-text {
  text-align: left;
  font-size: 0.7rem;
  margin-top: 30px;
}

.section-seperator {
  height: 2px;
  width: 50%;
  margin: 10px auto;
  background-color: #000;
}

.copy-text {
  margin: 10px;
  font-size: 0.8rem;
}

.iti {
  width: 100%;
}

.iti__country-list {
  max-width: 400px;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.form-popup {
  position: fixed;
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 450ms ease-in-out;
  background: #fff;
  padding: 40px 20px 20px 20px;
  z-index: 1009;
  border-radius: 20px;
  opacity: 0;
}

.form-popup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.form-popup .heading {
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
}

.form-popup .sub-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
}

.form-close-btn {
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.message_wrapper {
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}

.message_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.message_wrapper.success {
  background: green;
}

.message_wrapper.danger {
  background: red;
}

.cta-section {
  background: #203e99;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  font-weight: 500;
}

.cta-text {
  font-size: 1.35rem;
}

.cta-btn {
  background-color: #0288d1;
  margin: 10px auto;
  display: block;
  width: max-content;
}

.stats {
  padding: 30px 20px 30px 20px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  margin: 20px auto;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 20px;
}

.grid-item {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.grid-item img {
  margin: auto;
}

.grid-item p {
  text-align: center;
}

.stat-value {
  font-size: 3rem;
  font-weight: 600;
  color: #0d1c8f;
}

.grid-item .bottom-text {
  font-size: 1.3rem;
  line-height: 25px;
  color: #848484;
  font-weight: 500;
}

.mobile-otp-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 20px;
}

.otp-check-btn {
  background: #203e99;
  color: #fff;
  padding: 0.35rem;
  text-align: center;
  cursor: pointer;
  width: 110px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: var(--strong-font);
}

.otp-response-text {
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  font-size: 0.8rem;
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .banner-section .wrapper {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }

  .header-content img {
    max-width: 200px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .banner-section .wrapper .child-1 .hero-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    
  }

  .banner-section .wrapper .child-1 .hero-text span {
    font-size: 1.2rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  .footer-navs {
    text-align: justify;
  }

  .banner-section {
    padding: 30px 0;
  }
}
