body {
  padding-top: 75px;
}



.personnel:hover { 
    cursor: pointer;
}

.brand-logo {
  max-width: 80% !important;
}

.content-header {
  font-family: 'Amiri', serif;
  font-weight: 700;
}

.text-highlight {
  color: #5ecdd6;
}
.Amiri {
    font-family: 'Amiri', sans-serif;
}
.text-secondary {
  color: rgba(31, 31, 57, 0.5) !important;
  font-weight: 500 !important;
}

.hero-text-secondary {
  color: rgba(255, 255, 255, 0.5) !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.text-justify {
  text-align: justify !important;
}

/* Navbar Section */

.navbar {
  background: #162d57;
}

.navbar .nav-link {
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  margin-inline: 0.3rem;
}

.navbar .nav-link:hover {
  background-color: #5ecdd6;
}

.navbar .navbar-toggler {
  color: white !important;
  border-color: white;
  background: white;
}

/* Hero Section */

.hero-section-1 {
  background-color: #162d57;
  color: white;
}

.hero-section-1 .hero-header {
  font-family: 'Amiri', serif;
  font-weight: 700;
  max-width: 1000px !important;
  margin: auto;
}

.hero-section-1 .hero-content-header {
  font-family: 'Amiri', serif;
  font-weight: 700;
}

.hero-section-1 .register-btn {
  background-color: #5ecdd6;
  color: white;
  padding: 12px 30px;
  border-radius: 500px;
  font-weight: 700;
}

.apply-btn {
    background-color: #5ecdd6;
    color: white;
    padding: 12px 30px;
    border-radius: 500px;
    font-weight: 700;
    text-decoration:none;
}

.location-btn {
    background-color: #5ecdd6;
    color: white;
    padding: 12px 30px;
    border-radius: 500px;
    font-weight: 700;
    text-decoration: none;
    font-size:24px;
}

    .location-btn:hover {        
        background-color: #162D57;
    }

.hero-section-1 .hero-img-1 {
    width: 45%;
    height: auto;
}

.hero-section-1 .hero-img-2 {
  width: 70%;
  height: auto;
  margin-left: -12.5%;
}

/* Schools Section */

.schools-section {
  padding-top: 7rem !important;
}

.schools-section .school-section-1,
.schools-section .school-section-2 {
  margin-top: 3rem !important;
}

.schools-section .school-img-1 {
  width: 80%;
  height: auto;
  margin-top: -25%;
  max-height: 700px;
}

.schools-section .school-img-2 {
  z-index: 100;
  width: 90%;
  height: auto;
}

.schools-section .school-img-3 {
  margin-top: -15%;
  width: 60%;
  height: auto;
}

/* Why TOR Section */

.why-tor-section {
  padding-top: 7rem !important;
}

.why-tor-section .tor-card {
  background: rgba(228, 253, 255, 1);
  border-radius: 25px;
}

.why-tor-section .why-tor-header {
  margin-inline: 5rem;
}

.why-tor-section .why-tor-img {
  width: 50px;
  height: auto;
}

.why-tor-section ul {
  padding-left: 1.2rem;
  list-style-type: circle;
}

/* Teachers Section */

.teachers-section {
  padding-top: 7rem !important;
}

.teachers-section .teachers-content-header {
  font-size: 2rem;
}

.teachers-section .teachers-section-1 {
  margin-top: 5rem !important;
}

.teachers-section .teachers-img-1 {
  width: 75%;
  height: auto;
  margin-left: 26%;
}

.teachers-section .teachers-img-2 {
  margin-top: -43%;
  width: 75%;
  height: auto;
}

.teachers-section .teachers-section-2 {
  margin-top: 5rem !important;
}

.teachers-section .teachers-section-2 ul {
  list-style-type: circle;
}

.teachers-section .teachers-img-3 {
  width: 70%;
  height: auto;
  max-height: 600px;
}

.teachers-section .teachers-section-3 {
  padding-inline: 1rem;
}

.teachers-section .teachers-section-3 .card {
  background-color: #e4fdff;
  border-radius: 25px;
 /* border-top-right-radius: 0;*/
  border-bottom-right-radius: 0;
  border: 0;
  max-height: fit-content;
  margin-bottom: 9px;
}

.teachers-section .teachers-section-3 ul {
  list-style-type: circle;
}

.teachers-section .teachers-section-3 .teachers-section-3-images {
  display: flex;
  justify-content: flex-start;
}

.teachers-section .teachers-section-3 .teachers-img-4 {
  width: 70%;
  height: auto;
}

/* About Us Section */

.about-us .hero-section-1 .hero-section-1-container {
  margin-bottom: 5rem;
}

.about-us .hero-section-2 .about-img-2 {
  margin-top: -8rem;
  width: 75%;
  margin-left: 15rem;
}

.about-us .focus-section {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

.about-us .focus-section .card {
  background: rgba(228, 253, 255, 1);
  border-radius: 25px;
  border: 0;
}

.about-us .focus-section .focus-container .focus-sub-card {
  background-color: white !important;
  border-radius: 20px;
  border: 2px solid #fff0e9;
}

.about-us .focus-section .focus-container .focus-section-1 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.about-us .focus-section .focus-container .focus-section-2 {
  /* margin-bottom: -135px; */
  margin-bottom: -10%;
}

.about-us .team-section {
  margin-top: 13rem;
}

.about-us .qa-section {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

/* Footer Section */

.footer-section {
  background-color: #162d57;
  color: white;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.footer-section .footer-text-secondary {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .footer-list {
  margin-top: 2rem;
}

.footer-section li {
  list-style-type: none;
}

.footer-section .place-order-btn {
  padding: 15px 40px;
  border-radius: 15px;
  font-weight: 600;
}

.about-us .qa-section .get-in-touch-btn {
  border-radius: 20px;
  background-color: #5ecdd6;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  padding: 1rem 3rem;
}

/* Media Queries */

@media screen and (min-width: 1400px) {
  .navbar .nav-link {
    padding: 10px 25px !important;
  }

  .hero-section-1 .hero-left-section {
    justify-content: end !important;
  }

  .hero-section-1 .hero-img-1 {
    width: 35%;
  }

  .hero-section-1 .hero-img-2 {
    width: 55%;
    margin-left: -9.5%;
  }

  .teachers-section .teachers-section-3 .teachers-img-4 {
    width: 86%;
  }

  .about-us .hero-section-2 .about-img-2 {
    margin-left: 200px;
    width: 75%;
    margin-top: -10rem;
  }
}

@media screen and (max-width: 1400px) {
  .about-us .focus-section .focus-container .focus-section-2 {
    /* margin-bottom: -160px; */
    margin-bottom: -12%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .navbar .nav-link {
    padding: 10px 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .about-us .qa-section .qa-description {
    padding-inline: 7rem;
  }

  .teachers-section .teachers-section-3-body {
    padding: 2.5rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us .qa-section .qa-description {
    padding-inline: 3rem;
  }

  .hero-section-1 .hero-img-1 {
    width: 50%;
  }

  .hero-section-1 .hero-img-2 {
    width: 75%;
    margin-left: -13.5%;
  }

  .teachers-section .teachers-img-3 {
    width: 90%;
  }

  .teachers-section .teachers-section-3-body {
    padding: 2.2rem !important;
  }
  .about-us .focus-section .focus-container .focus-section-2 {
    margin-bottom: -15%;
  }
}

@media screen and (max-width: 991px) {
  .navbar .nav-link {
    padding-inline: 20px !important;
    width: fit-content;
  }

  .hero-section-1 .hero-img-1 {
    width: 40%;
  }

  .hero-section-1 .hero-img-2 {
    width: 60%;
    margin-left: -11%;
  }

  .about-us .hero-section-1 .hero-left-section {
    padding-inline: 1rem !important;
  }

  .about-us .hero-section-1 .about-img-1 {
    max-height: 300px;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .about-us .hero-section-1 .hero-section-1-container {
    margin-bottom: 3rem;
  }

  .about-us .hero-section-2 .about-img-2 {
    margin-left: 0;
    width: 85%;
    margin-top: -7rem;
  }

  .about-us .focus-section .focus-container .focus-section-2 {
    margin-bottom: -120px;
  }

  .teachers-section .teachers-img-3 {
    width: 100%;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .hero-section-1 .hero-img-1 {
    width: 30%;
  }

  .hero-section-1 .hero-img-2 {
    width: 45%;
    margin-left: -8.2%;
  }
}

@media screen and (min-width: 768px) {
  .teachers-section .teachers-section-3 .teachers-img-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-1 .hero-img-1 {
    width: 40%;
  }

  .hero-section-1 .hero-img-2 {
    width: 60%;
    margin-left: -11%;
  }

  .teachers-section .teachers-section-3 .teachers-section-3-images {
    justify-content: center !important;
  }

  .teachers-section .teachers-section-3 {
    margin-top: 7rem !important;
  }

  .teachers-section .teachers-section-3 .card {
    border-radius: 25px;
  }

  .schools-section .school-section-images {
    justify-content: center !important;
  }

  .schools-section .school-img-1 {
    width: 80%;
    height: auto;
    margin-top: -25%;
    max-height: 600px;
  }

  .why-tor-section .why-tor-header {
    margin-inline: 3rem;
  }

  .teachers-section .teachers-section-3 .teachers-img-4 {
    max-height: 500px;
  }

  .teachers-section-images {
    justify-content: center !important;
    margin-top: 2rem;
  }

  .teachers-section-images .teachers-img-1,
  .teachers-img-2 {
    max-width: 300px;
  }

  .teachers-section-2 {
    flex-direction: column-reverse !important;
  }

  .teachers-section-2-images {
    justify-content: center !important;
    margin-top: 2rem;
  }

  .teachers-section-2-images .teachers-img-3 {
    max-height: 400px;
  }

  .about-us .focus-section .focus-container .focus-section-2 {
    /* margin-bottom: -230px; */
    margin-bottom: -200px;
  }

  .about-us .team-section {
    margin-top: 20rem;
  }

  .footer-section {
    padding-left: 5rem;
  }

  .footer-section .footer-subsection {
    justify-content: start !important;
  }

  .footer-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .brand-logo {
    max-width: 80% !important;
  }

  .why-tor-section .why-tor-header {
    margin-inline: 0;
  }

  .about-us .hero-section-1 .about-img-1 {
    max-height: 250px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .about-us .hero-section-2 .about-img-2 {
    width: 90%;
    margin-top: -4rem;
  }

  /* .about-us .focus-section .focus-container .focus-section-2 {
    margin-bottom: -270px;
  } */

  .footer-section {
    padding-left: inherit;
  }
}
