/* General Reset */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
    background-color: #ffffff;
}

a, p {
    font-family: "Albert Sans", sans-serif;
}

p {
    font-size: 20px;
}

h1, h2, h3 {
    font-family: "DynaPuff", cursive;
}

html {
    scroll-behavior: smooth;
}


/* Logo Styling */
.logo {
    height: 70px;
    width: auto;
}

/* Navbar */
.navbar {
    padding: 10px 0;
}

/* Navbar Links */
.navbar-nav .nav-link {
    color: black !important;
    font-size: 16px;
    font-weight: 500;
}

/* Contact Us Button */
.navbar-nav .btn-danger {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
}

/* Mobile Menu Button */
.navbar-toggler {
    border: none;
}

/* Mobile Navbar */
@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-nav .btn-danger {
        display: block;
        width: 100%;
    }
}


/* Hero Section */
.hero_image {
    width: 100%;
    object-fit:cover;
    top: 148px;
    border: 4px 0px 0px 0px;
}


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

.about_background {
    position: relative;
    background-image: url('img/about_us.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    margin-top: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.overlay_text{
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
  }

.overlay-text .highlight {
    color: #F5CA34;
    font-weight: bold;
}
.section-heading-about-us{
  font-size: 48px;
}


.section-heading {
  font-size: 40px;
  margin: 15px 0;
  text-align: center;
}

.section-title {
  /* color:#D85656; */
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}


/* RESPONSIVE STYLES */
@media (max-width: 768px) {
    /* Remove background image and margin-top on small screens */
    .about_background {
        background-image: none !important;
        background-color: #9f49d0; /* Optional: Keep white background */
        height:auto;
        color: white;
        padding: 50px 35px;
        margin-top: 0;

    }

    .section-heading, .section-heading-about-us {
      font-size: 36px;
      margin: 5px 0;
      text-align: center;
    }
    .overlay_text {
        width: 90%;
        text-align: center;
    }
    .section-title {
        font-size: 30px;
    }
    .section-text {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .hero_image {
        height: 300px;
    }
    .overlay_text {
        width: 100%;
        padding: 0 15px;
    }
    .about_background {
        padding: 30px 15px;
        height:auto;

    }
    .section-title {
        font-size: 14px;
    }

    .section-heading, .section-heading-about-us {
      font-size: 32px;
    }

    .section-text {
        font-size: 15px;
    }
}

/* Student Metrics */
.student_metrics {
  padding: 80px 104px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  /* Adjust for large screens */
  align-items: center;
  text-align: center;
  gap: 20px;
}
/*
.metrics {
  flex: 1 1 200px;
  max-width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
*/
.metrics:hover {
  transform: translateY(-10px);
}

.student_metrics img {
  height: 64px;
  width: 64px;
}

.student_metrics h1 {
  font-size: 56px;
  font-weight: bold;
  margin: 10px 0;
}

.student_metrics .stat_name {
  font-size: 20px;
  font-weight: 500;
  color: #555;
}

/* Gallery */
.gallery {
  position: relative;
  background-color: #FCEFEF;
}

/* Card styling */
.gallery .card {
  margin: 10px;
  border: none; /* Remove border for a cleaner look */
}

/* Image styling */
.card-img-top {
  width: 100%;
  height: 300px; /* Set a fixed height for the images */
  object-fit: cover; /* Maintain aspect ratio while covering the entire container */
  border-radius: 4px 0px 0px 0px;
}

/* Responsive behavior for small screens */
@media (max-width: 576px) {
  .card-img-top {
    height: 250px; /* Further reduce height for very small screens */
  }
}


/* Why Choose Section */
.why-choose {
  background-color: #23a484;
}

.section-subtitle {
  color: #C5F534;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}


/* Icon Styling */
.feature {
  padding: 15px;
}

.feature img.icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}



/* Testimonial Section */
.carousel-item {
  text-align: center;
  padding: 40px;
}

.stars {
  color: #fbc02d;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

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

.profile-name {
  color: #D85656;
  font-weight: bold;
}

.profile-title {
  font-size: 14px;
  color: #777;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #9F49D0;
  width: 30px;
  height: 30px;
  border-radius: 50%; /* Optional: make arrows round */
}

.carousel-control-prev,
.carousel-control-next {
  border-radius: 50%; /* Optional: make buttons round */
  z-index: 1; /* Ensure arrows are above the carousel items */
}


/* Conatct Us + Footer */

.contact-footer {
  position: relative;
  background-image: url('img/footer-image.png');
  background-size: cover;
  /* background-color: #F6CF46; */

}

.contact-wrapper {
  padding-top: 200px;
}

.contact-text-section {
  padding:76px 27px 27px 104px;
  color: #3C8013;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.011em;
  text-align: left;
}

.contact-text-section p{
  font-size: 40px;
}
.contact-btn {
  padding: 14px 10px 14px 10px;
  gap: 10px;
  border-radius: 4px 0px 0px 0px;
  /* margin: auto; */

}
.contact-image{
  width: 550px;
  height: 372px;
  top: 5157px;
  left: 826px;
  gap: 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  padding-right: 95px;
}

.contact-btn {
  width: 100%; /* Full width on smaller screens */
  max-width: 160px; /* Limit the width on larger screens */
}

.contact-image img {
  max-width: 100%; /* Ensures image responsiveness */
  height: auto;
}

/* Footer */

.footer-line {
  border: 2px solid #FFF0F0;
  margin: 20px 0;
}

.footer {
  font-size: 16px;
}

/* Adjust padding for responsiveness */
.footer-heading {
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.footer-content {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

  /* .hero-section h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  } 
  .hero-section p {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
  }
  .hero-wave {
    position: relative;
    top: -80px;
    background: #9d5fd3;
    padding-top: 50px;
    padding-bottom: 100px;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  } */

/* Gallery image */
/* .gallery-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: -5px;
    border-radius: 10px;
      } */

/*
@media (max-width: 992px) {
  .about_background {
      margin-top: -250px;
      height: 72vh;
  }

  .overlay_text {
      width: 60%;
  }


@media (max-width: 768px) {
  .about_background {
      margin-top: -150px;
  }

  .overlay_text {
      width: 70%;
  }

    @media (max-width: 576px) {
      .about_background {
          margin-top: -100px;
          height: 100vh;
      }

      .overlay_text {
          width: 80%;
      }

      .overlay_text h1 {
        font-size: 28px;
    }

    .overlay_text p {
        font-size: 14px;
    }
*/

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .student_metrics {
    padding: 40px 50px;
    justify-content: center;
  }

  .student_metrics h1 {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .student_metrics {
    flex-wrap: wrap;
    padding: 60px 20px;
    justify-content: center;
  }

  .metrics {
    flex: 1 1 250px;
    max-width: 250px;
  }

  .student_metrics h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .student_metrics {
    flex-direction: column; /* Stack vertically */
    padding: 30px 20px;
  }

  .metrics {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .student_metrics h1 {
    font-size: 36px;
  }

  .student_metrics img {
    height: 48px;
    width: 48px;
  }

  .student_metrics .stat_name {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .student_metrics {
    padding: 20px 10px;
  }

  .metrics {
    max-width: 100%;
    padding: 15px;
  }

  .student_metrics h1 {
    font-size: 32px;
  }

  .student_metrics img {
    height: 40px;
    width: 40px;
  }

  .student_metrics .stat_name {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .student_metrics {
    padding: 15px 5px;
  }

  .metrics {
    padding: 10px;
  }

  .student_metrics h1 {
    font-size: 28px;
  }

  .student_metrics img {
    height: 36px;
    width: 36px;
  }

  .student_metrics .stat_name {
    font-size: 14px;
  }
}

/* Responsive Adjustments why choose */
@media (max-width: 992px) {
  .why-image {
    max-width: 75%;
  }
}

@media (max-width: 768px) {

  .feature img.icon {
    width: 40px;
    height: 40px;
  }

  .feature p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {

  .feature img.icon {
    width: 36px;
    height: 36px;
  }

}


/* Responsive Styles contact us */
@media (max-width: 1200px) {
  .contact-wrapper {
    padding-top: 200px;
  }

  .contact-text-section {
    font-size: 36px;
    line-height: 40px;
    padding: 50px 40px;
  }

  .contact-btn {
    padding: 12px 8px;
    max-width: 200px;
  }

  .contact-image {
    width: 450px;
    height: 330px;
    padding-right: 80px;
  }
}

@media (max-width: 992px) {

  .contact-text-section {
    font-size: 32px;
    padding: 40px 30px;
  }
  .contact-text-section p{
    font-size: 36px;
  }

  .contact-btn {
    padding: 10px 6px;
    max-width: 220px;
  }

  .contact-image {
    width: 400px;
    height: 280px;
    padding-right: 70px;
  }

  /* Stack text and image sections on medium screens */
  .contact-footerr .row {
    flex-wrap: wrap;
  }

  .contact-footerr .col-md-6 {
    flex: 0 0 100%; /* Full width on medium screens */
    margin-bottom: 20px; /* Space between text and image */
  }

  .contact-footerr .contact-image {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .contact-wrapper {
    padding-top: 200px;
  }

  .contact-text-section {
    font-size: 28px;
    padding: 30px 20px;
  }

  .contact-text-section p{
    font-size: 28px;
  }

  .contact-btn {
    padding: 10px 5px;
    max-width: 250px;
  }
  .contact-image {
    display: none;
  }
}

  /* Stack the contact sections vertically */
  /*
  .contact-footer .row {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .contact-footer .col-md-6 {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
*/


@media (max-width: 576px) {
  .contact-wrapper {
    padding-top: 240px;
  }

  .contact-text-section {
    font-size: 24px;
    padding: 20px 15px;
  }

  .contact-btn {
    padding: 10px 5px;
    max-width: 100%;
  }

  .contact-image {
    width: 320px;
    height: 240px;
    padding-right: 50px;
  }
}

@media (max-width: 400px) {
  .contact-wrapper {
    padding-top: 250px;
  }

  .contact-text-section {
    font-size: 20px;
    padding: 15px 10px;
  }

  .contact-btn {
    padding: 10px 5px;
    max-width: 100%;
  }

  .contact-image {
    width: 280px;
    height: 200px;
    padding-right: 40px;
  }
}


