body {
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  /* 'Helvetica Neue', sans-serif; */
  font-weight: 100;
  scroll-padding-bottom: 112px;

  /* overflow-y: scroll; */
}



@keyframes glowLine {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 15px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 0.8);
  }

  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.5);
  }
}


/* body {
  margin: 0;
      padding: 0;
      height: 100%;
      scroll-behavior: smooth;
      scroll-snap-type: y mandatory;
      overflow-y: scroll;
} */

#fullpage {
  height: 100vh;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 110px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section {
  scroll-snap-align: start;
  height: 89vh;
  transition: all 0.5s ease-in-out;
}

.scrollable-section {
  scroll-snap-align: start;
  /* height: 100vh; */
  transition: all 0.5s ease-in-out;
  /* scroll-margin-top: 80px; */
}

.navbar {
  background-color: #fff;
  /* White background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  height: 80px;
  padding: 55px;
  z-index: 999;

}

.navbar-nav {
  margin-right: 203px;
}

.navbar-brand,
.nav-link {
  color: #131313 !important;
  /* Black text */
  font-size: 21px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #007bff !important;
  /* Hover color */
}

/* section {
    padding: 80px 0;
  } */

#home {
  /* padding-top: 112px; */
  scroll-snap-align: start;

}

.navbar-nav .nav-item {
  margin-right: 23px;
}

.logo {

  width: 250px;

}

.form-button {
  background-color: #ffffff;
  border-radius: 35px;
  color: #3E3C3B;
  text-decoration: none;
  padding: 14px 30px 14px 30px;
  font-weight: 500;
  font-size: 29px;
  position: absolute;
  bottom: 21%;
  right: 16%;
  z-index: 99999;
}

.banner-container p {
  font-weight: 800;
  font-size: 80px;
  top: 11%;
  left: 52%;
  color: #fff;
  position: absolute;
  text-align: left;
  z-index: 1;
}


.banner-left-text {
  color: white;
  position: absolute;
  font-size: 3.5vw;
  /* font-family: 'Poppins', sans-serif; */
  text-align: left;
  font-weight: 600;
  right: 30%;
  top: 22%;
  z-index: 1;

  border-bottom: 8px solid #fff;
}

.banner-right-text {
  text-align: right !important;
  top: 44% !important;
  z-index: 1111;
  position: absolute;
  color: white;
  position: absolute;
  font-size: 3.5vw;
  /* font-family: 'Poppins', sans-serif; */
  text-align: left;
  font-weight: 600;
  right: 16%;
  top: 22%;
  border-bottom: 8px solid #fff;
  z-index: 1;

}

.banner-container {
  position: relative;
  /* border-bottom: 11px solid #222222; */
}


/* .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    padding: 91px;
} */


.container-fluid {
  padding-left: 110px;
  padding-right: 110px;
}

/* Arrow line */
.arrow-svg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  pointer-events: none;
  /* animation: glowLine 2s infinite; */
}

.moving-arrow {
  position: fixed;
  width: 30px;
  height: 30px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform-origin: 0% 50%;
  /* tip locked on line */
  z-index: 2100;
}


/*  whats next step section 2  */

.wns-section-wrapper {
  position: relative;
  background-color: #b9bfc3;
  /* 
  border-bottom: 11px solid #222222; */
  height: 100%;
  align-content: center;
}

.wns-arrow-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wns-arrow-divider::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  border-top: 5px solid #e2e7e9;
  border-right: 5px solid #e2e7e9;
  transform: rotate(45deg);
}

.wns-text-column {
  padding: 20px;
  font-size: 1.1rem;
  /* word-spacing: 12px; */
  color: #000;
  line-height: 2;
  font-size: 22px;
  max-width: 21%;
}

.wns-right-step-border {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.wns-right-step-border path {
  stroke: black;
  stroke-width: 3px;
  fill: none;
}

.wns-heading {
  font-size: 4.5rem;
  font-weight: 500;
  /*font-family: 'Arial Black', sans-serif; */
  font-family: math;
}

.wns-p {
  padding-left: 52px;
}

.wns-text-column-3 {
  max-width: 30%;
  padding-left: 66px;
}


/* what we provide */


.whatweprovide-section {
  /* padding: 100px 40px; */
  position: relative;
  background: #b9bfc3;
  border-bottom: 11px solid #222222;
  align-content: center;
}

.heading-name {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: left;
}

.whatweprovide-box-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.whatweprovide-box {
  background-color: #182a39;
  color: #e0ebf0;
  border-radius: 16px;
  padding: 30px 20px;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  flex: 1 1 calc(33.333% - 30px);
  min-width: 250px;
}

.whatweprovide-box.wide {
  flex: 1 1 calc(50% - 30px);
}

/* Right side border curve */
.whatweprovide-border-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
}

.whatweprovide-border-right path {
  stroke: black;
  stroke-width: 3px;
  fill: none;
}

@media (max-width: 768px) {
  .whatweprovide-box {
    flex: 1 1 100%;
  }
}


.about-text-column-p {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 600;
  margin-top: 132px;
  position: relative;
  z-index: 1;
}

.overlay-div {
  /* position: relative; */
  z-index: 0;
  /* Important for layering */
}

.overlay-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* Light transparent black */
  z-index: 1;
  pointer-events: none;
  /* Allows clicking through the overlay */
}




















.about-us-section {
  position: relative;
  padding: 100px 40px;
  overflow: hidden;
}

.outline-corner {
  border: 2px solid black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 94% 85%, 94% 100%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

.about-us-text h1 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 2;
}

.about-us-text p {
  color: #1A2B3C;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 120px;
  /* pushed down to make space for image */
  position: relative;
  z-index: 2;
}

.image-overlap {
  position: absolute;
  bottom: 12px;
  left: 62%;
  transform: translateX(-50%);

  width: 53%;

}

.image-overlap img {
  /* width: 100%; */
  height: auto;
}


.image-overlap-our-mission {
  position: absolute;
  top: 54px;
  left: 70%;
  transform: translateX(-50%);
  width: 53%;

}

.image-overlap-our-mission img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .image-overlap {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

  .about-us-text p {
    margin-top: 20px;
  }
}






.mission-section {
  position: relative;
  padding: 100px 40px;
  overflow: hidden;
}

.mission-outline {
  border: 2px solid black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 94% 90%, 94% 100%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

.mission-text h1 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #000;
  z-index: 2;
  position: relative;
}

.mission-text p {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 30px;
  z-index: 2;
  position: relative;
  max-width: 520px;
}

.mission-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: 55%;
}

.mission-image img {
  width: 100%;
  height: auto;
}

.mission-text-column-p {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}


.mission-section-wrapper {
  position: relative;
  background-color: #b9bfc3;
  padding: 94px 169px;
  padding-bottom: 217px;
  border-bottom: 11px solid #222222;
}


@media (max-width: 992px) {
  .mission-image {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 40px;
  }

  .mission-text {
    text-align: center;
  }

  .mission-text p {
    margin-left: auto;
    margin-right: auto;
  }
}


.leaders-section {
  background: #182a39;
  padding-top: 80px;
  padding-bottom: 140px;
}

.leaders-section img {
  border-radius: 4px;
  max-width: 200px;
}

.border-white {
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.65) !important;
}

a.text-white:hover {
  color: #cccccc !important;
}

.our-leaders-1 {
  padding-right: 6rem;
}

.our-leaders-2 {
  padding-left: 6rem;
}

/* 
#leadersCarousel {
  background: #a8b6b6;
} */

#leadersCarousel p {
  color: #000;
  line-height: 1.8;
  font-size: 22px;
}

#leadersCarousel h1 {
  color: #000;
  margin-bottom: 65px;
  font-size: 4rem;
  font-weight: 800;
}


.testimonial-carousel-title {
  font-weight: 800;
  margin-right: 51px;
  margin-left: 70px;
  margin-bottom: 64px;
}

.testimonial-carousel-desc {
  font-size: 17px;
  margin-top: -9px;
  max-width: 63%;
}

.leadersCarousel-container {
  background: #a8b6b6;
  padding-top: 85px;
  padding-bottom: 140px;
  height: 100vh;
}


.carousel-control-prev {
  left: -72px;
  right: auto;
}

.carousel-control-next {
  right: -77px;
  left: auto;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  /* Adjust width as needed */
  height: 3rem;
  /* Adjust height as needed */
  opacity: 1;
  /* Make sure they're visible */
  z-index: 10;
}

#leadersCarousel {
  position: relative;
}





.offerings-heading {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.offerings-subheading {
  font-weight: 700;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
}

.offerings-description {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: 1.7;
  /* max-width: 600px; */
}

.offerings-box {
  background-color: #6c757d;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  display: flex;
  align-items: center;
  /* justify-content: center;
            flex-direction: column;
            flex: 1 1 calc(50% - 1rem); */
  min-width: 220px;
  margin: 0.5rem;
}

.offerings-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 0rem;
}

.offerings-line-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.offerings-students-image {
  max-width: 100%;
  height: auto;
}

#offerings {
  background: #b1b6ba;
  padding-top: 9%;
  padding-bottom: 217px;
  border-bottom: 11px solid #222222;
}


@media (max-width: 768px) {}


#feedback-container {
  background: #b1b6ba;
  padding-top: 9%;
  padding-bottom: 217px;
  border-bottom: 11px solid #222222;
}

.feedback-heading {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.feedback-subheading {
  font-weight: 700;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
}

.feedback-box {
  padding: 2rem;
  position: relative;
  background-color: transparent;
}

.feedback-quote-img {
  top: 6px;
  left: 2px;
  width: 108px;
}

.feedback-quote-img-down {
  bottom: 3px;
  right: 1px;
  width: 108px;
}

.feedback-name {
  font-weight: 600;
  font-size: 1.25rem;
}

.feedback-title {
  font-style: italic;
  font-size: 1.3rem;
  color: #333;
}

.feedback-text {
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 1.7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
}

.carousel-control-prev-icon {
  transform: rotate(135deg);
}

.carousel-control-next-icon {
  transform: rotate(-45deg);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

@media(max-width: 768px) {
  .feedback-box {
    padding: 1rem;
  }
}

#feedback-container {
  padding: 170px 66px;
  padding-bottom: 217px;
  border-bottom: 11px solid #222222;
}

.feedback-content-container {
  padding-top: 16px;
  padding-bottom: 96px;
  padding-left: 87px;
}


.contact-heading {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 330px;
}

.contact-line-art {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 260px;
  left: 0;
}

.contact-info-box {
  padding: 2rem;
  position: relative;
  background-color: transparent;
}

.contact-info-box p {
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-socials {
  margin-top: 1rem;
}

.contact-socials a {
  margin-right: 1.5rem;
  color: black;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.contact-socials a i {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .contact-info-box {
    padding: 1rem;
  }

  .contact-socials a {
    margin-right: 1rem;
  }
}



#contact-container {
  padding: 120px 66px;
  padding-bottom: 217px;
  border-bottom: 11px solid #222222;
  position: relative;
  background: #eaeaea;
}

.contact-details,
.contact-details p,
.contact-details strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
}


.contact-heading-content {
  margin-bottom: 92px;
}


.contact-details span {
  font-weight: 800;
  font-size: 19px;
}


.leaders-section p {
  font-size: 1.5vh;
}

#about_us,
#ourmission {
  background-color: #b9bfc3;
}


.container-fluid {
  padding-left: 10% !important;
  padding-right: 10% !important;
}



/* 
.scrollable-section {
  opacity: 0; 
  transform: translateY(50px);
  transition: all 0.8s ease-out;
} */