* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 2px solid black; */
}
img {
  width: 100%;
}

.flex {
  display: flex;
  justify-content: end;
}
.absolute {
  position: absolute;
}
/* nav-section styling */

.nav {
  background: #ffffff;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.182);
}
.nav-section {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.top {
  padding: 30px 0;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  li {
    a {
      color: #000;
      text-decoration: none;
      font-size: 17px;
      font-weight: 700;
    }
  }
}
.ft-link a{
  color: #ffffff;
}
.ft-link a:hover{
  color: #24b5a5;
}
.nav-links li a:hover {
  color:  #24b5a5;
}.footer-links li a{
  color: #ffffff;
}
.footer-links li a:hover {
  color:  #24b5a5;
}
.nav-btn {
  outline: #24b5a5 !important;
}
.outline-btn {
  padding: 12px 30px;
  background: transparent;
  border: 1px solid #24b5a5;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 1px #24b5a460;
}
.outline-btn:hover {
  background-color: #24b5a5;
  color: #ffffff;
}
/* DROUPDOWN MENU STYLING */
.droupdown-menu {
  background: #24b5a5;
  border-radius: 0.2rem;
  display: none;
}
.droupdown-menu .droupdown-list:hover {
  background-color: #ffffff;
  a {
    color: #000 !important;
  }
}
.z-999 {
  z-index: 999;
}
.top-20 {
  top: 82px;
}

.droupdown-link:hover .droupdown-menu {
  display: block;
}
.droupdown-menu li a {
  color: #fff;
}
/* slider section styling start */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2rem;
  height: 3rem;
  background-color: black;
  border-radius: 7px;
}
/* slider section styling end */
/* footer section styling */
.footer-links {
  li {
    padding-bottom: 0.8rem;
    a {
      font-weight: 500;
    }
  }
}

/* pop up box */
/* .modal-content {
  min-width: 700px;
  background-color: #ccc;
}
.pop-up-head {
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
}
.modal .modal-dialog {
  transform: scale(0.7);
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0;
} */

/* .modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
} */
.modal-content {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.popup-img {
  object-fit: cover;
  height: 100%;
}
/* Placeholder Styling */
.modal input::placeholder,
.modal textarea::placeholder {
  color: #888;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

/* When user clicks */
.modal input::placeholder,
.modal textarea::placeholder {
  color: black !important;
}

/* Input field style */
.modal input,
.modal textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 14px;
  font-size: 14px;
}

/* Focus border color */
.modal input:focus,
.modal textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.15);
}
.footer-links li a:hover {
  color: #24b5a5;
}
.footer-icon {
  background-color: #ffffff;
  color: #000;
  transition: 0.3s;
}
.footer-icon:hover {
  color: #ffffff;
  background-color: #24b5a5;
}
/* .footer-image{
  background-color: #ffffff;
} */
/* Responsive */
@media (max-width: 768px) {
  .regular-flow {
    padding-left: 0;
  }
  .regular-flow::before {
    left: 32px;
  }
  .flow-content {
    margin-left: 15px;
  }
}

/* responsive styling */
@media screen and (max-width: 1200px) {
  .nav-menu {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 992px) {
  .nav-links {
    display: block;
    position: absolute;
    overflow: scroll;
    top: 0;
    left: -500px;
    flex-direction: column;
    z-index: 9999;
    background: #24b5a5;
    height: 100vh;
    width: 50%;
    justify-content: start;
  }
  .nav-menu {
    a {
      color: #fff !important;
    }
  }
  #cancel {
    color: #fff !important;
  }
  .down {
    color: #fff !important;
  }
  .show-menu {
    transition: all 0.3s;
    left: 0;
  }

  .droupdown-link {
    display: block;
    width: 100%;
    position: relative;
  }
  .droupdown-menu {
    position: static;
    background-color: black;
    top: 25px;
    left: -10px;
    margin-right: 0.5rem;
    li {
      margin: 0 !important;
      padding: 0.5rem;
      a {
        color: #fff !important;
      }
    }
  }
  .mob-nav-btn {
    display: flex;
    justify-content: end;
  }
  .heder-logo img {
    margin: 15px;
    width: 135px;
  }
}
@media (min-width: 992px) {
  .mob-nav-btn,
  .cancel {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .mob-nav-btn {
    display: flex;
    justify-content: end;
  }

  .nav-section {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .phone {
    a {
      font-size: 10px;
    }
  }
  .heder-logo img {
    margin: 10px;
  }
}
/* collge selection styling */
.course-image {
  position: relative;
}
.overlay {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  transition: 0.2s;
}
.course-section:hover .overlay {
  width: 100%;
}
.course-image-btn {
  background-color: #24b5a5;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-image-btn:hover {
  color: #ffffff;
}
.course-section:hover .course-image-btn {
  visibility: visible;
}
.course-section:hover .course-image-head {
  display: none;
}
.pop-head{
  font-size: 12px !important;
}
.floating-icons {
  background-color: #ffffff;
  padding: 12px 8px;
  position: fixed;
  right: 15px;
  bottom: 85px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  z-index: 9999;
  border-radius: 30px;
  box-shadow: 0 0 10px 1px #00000030;
}

/* Common icon style */
.floating-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  text-decoration: none;
}

/* WhatsApp */
.whatsapp {
  background: #25d366;
}
.whatsapp:hover {
  background: #1ebe5d;
}

/* Message / Email */
.message {
  background: #23b4a4;
}
.message:hover {
  background: #189487;
}

