* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  /* background-color: #19232d; */
  width: 100%;
  background-color: whitesmoke;
  position: relative;
}
section{
  width: 100%;
  overflow: hidden;
}
p{
  font-size: 16px;
}
/* =============================================
   NAVBAR
   ============================================= */

header {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
.navbarStyle {
  background-color: #7e1416;
}

.nav-link {
  color: white !important;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600 !important;
}

.nav-link:hover {
  color: #ddb337 !important;
}
.navbar-nav .nav-link.active {
  color: #ffcc00 !important;
  font-weight: 600;
  border-bottom: 2px solid #ffcc00;
  display: inline;
}

/* NAVBAR TOGGLER */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: unset;
  border: unset;
  box-shadow: none;
}

.ApplyBtn button {
  padding: 5px 20px;
  border-radius: 24px;
  font-weight: 600;
  color: #7e1416;
  background-color: #ddb337;
  border: #ddb337 solid 2px;
}
.ApplyBtn button:hover {
  padding: 5px 20px;
  border-radius: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #7e1416;
  border: #fff solid 2px;
}

.dropdown-menu.mega-menu {
  margin-top: 25px;
  margin-left: -300px;
  width: 900px;
  scrollbar-width: none;
  padding: 20px;
  border-radius: 10px;
  background-color: #7e1416;
  color: white;
  border: 1px solid #ddb33740;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu li {
  margin-bottom: 8px;
  cursor: pointer;
  color: #ccc;
  font-size: 0.9rem;
}

.mega-menu li a {
  color: white;
  text-decoration: none;
}

.mega-menu li a:hover {
  color: #ddb337;
}

.mega-menu strong {
  color: #ddb337;
}

.mega-menu {
  padding: 15px;
}

.mega-menu::-webkit-scrollbar {
  width: 5px;
}

.mega-menu::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.logoContent img {
  width: 80px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .ApplyBtn button {
    padding: 5px 15px;
    border-radius: 24px;
    font-weight: 600;
    color: #7e1416;
    background-color: #ddb337;
    border: #ddb337 solid 2px;
  }
  .nav-link {
    margin-left: 0px;
    font-size: 14px;
  }

}
@media (max-width: 992px) {
  .dropdown-menu.mega-menu {
    margin-left: 50px;
    width: 600px;
  }
}
/* Mobile & Tablet Fix */
@media (max-width: 991px) {
  .mega-menu {
    max-height: 70vh;
    overflow-y: auto;
  }

  .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .dropdown-menu.mega-menu {
    margin-top: 5px;
    margin-left: 0px;
    width: 650px;
  }
  .nav-link {
    margin-left: 0px;
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .dropdown-menu.mega-menu {
    margin-left: 00px;
    width: 650px;
  }
}
@media (max-width: 1024px) {
  .logoContent h2 {
    font-size: 25px !important;
  }
  .logoContent img {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .logoContent h2 {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .logoContent h2 {
    font-size: 22px;
  }
  .logoContent img {
    width: 75px;
  }
  .nav-link {
    font-size: 15px;
    margin-left: 0px;
  }
  .ApplyBtn button {
    padding: 5px 12px;
  }
  .ApplyBtn button:hover {
    padding: 5px 12px;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .logoContent h2 {
    font-size: 22px !important;
    font-weight: 900;
  }
  .dropdown-menu.mega-menu {
    margin-top: 5px;
    margin-left: 0px;
    width: 310px;
    padding: 10px;
  }
}
@media (max-width: 376px) {
  .logoContent h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 321px) {
  .logoContent h2 {
    font-size: 14px !important;
  }
}

/* ===== HERO SECTION ===== */
.heroContent {
  margin-top: 140px;
}
.imgContent img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  filter: brightness(0.7);
}
.overlay {
  animation-name: animateText;
  animation-duration: 1s;
}

@keyframes animateText {
  0% {
    transform: translateY(-100px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.imgacademic{
  object-fit: cover;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  filter: brightness(0.8);
}

.headText {
  color: #7e1416;
  border-left: #ddb337 solid 10px;
  padding: 2px 10px;
  /* background-color: #ddb337; */
  /* border-end-end-radius: 25px; */
  margin-bottom: 15px;
}

table,
th,
td {
  border: 1px solid #7e1416;
  padding: 5px;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 10px;
}
th {
  background-color: #7e1416;
  color: #ffffff !important;
}
td{
  color: black !important;
  font-weight: 500;
}
.textHeading {
  color: #7e1416;
  border-left: #ddb337 solid 10px;
  padding: 2px 10px;
  /* background-color: #ddb337; */
  /* border-end-end-radius: 25px; */
  margin-bottom: 15px;
}

.checkbox {
  list-style: none;
  padding-left: 0;
  line-height: 30px;
}
.checkbox span i{
  color: #7e1416;
  margin-right: 5px;
}

.contImg{
  background-image: url(./images/avaForm.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 100%;
  height: 600px;
  padding: 20px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.formContent{
  width: 400px;
  padding: 30px 25px;
  background-color: #7e1416;
  border-radius: 10px;
}
.formContent input{
  padding: 10px 20px;
  margin: 8px auto;
  border-radius: 7px;
  border: none;
}

.formContent input::placeholder{
  color: black;
}

.formContent select {
  padding: 10px 20px;
  margin: 8px auto;
  border-radius: 7px;
  border: none;
}
.formContent select:focus{
    outline: none;
}


.formContent input:focus{
  outline: none;
}

.subBtn{
  margin: 0 auto;
  width: 100%;
  padding: 10px 55px;
  background-color: #ddb337;
  color: #7e1416;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}

small {
  color: #ddb337;
  display: none;
}
.error {
  border: 1px solid #ddb337;
}



/* ================== Footer ==================== */
.footerSection {
  background-color: #7e1416;
  color: #fff;
  padding: 50px 0px;
}
.footerSection h3 {
  color: #ddb337;
  margin-bottom: 15px;
}
.footerSection h5 {
  color: #ddb337;
}
.footerSection i {
  font-size: 20px;
  padding: 12px;
  background-color: #fff;
  border-radius: 28px;
}

.footerSection a {
  text-decoration: none;
  color: #fff;
  line-height: 15px;
}
.footerSection a:hover {
  color: #ddb337;
}

/* ==================== Whatsapp floating =================== */
.float-image {
  position: fixed;

  bottom: 0;
  right: 0;
  margin-bottom: 80px;
  margin-right: 30px;
  z-index: 60;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #25d366;
  border-radius: 25px;
  cursor: pointer;
}
.float-image span {
  margin-left: 15px;
  color: #fff;
  font-weight: 600;
}
.float-image i {
  font-size: 25px;
}

/* PopUPs Section */

.apply-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  background-color: whitesmoke;
  border: 1px solid #7e1416;
  border-radius: 16px;
  padding: 12px 18px;
  color: black;
  cursor: pointer;
  transform: translateY(150%);
  opacity: 0;
  transition:
    transform 0.6s ease,
    opacity 0.5s ease;
  z-index: 999999;
  min-width: 240px;
  box-shadow: 0 6px 25px #7e1416;
}

.apply-popup.show {
  transform: translateY(0);
  opacity: 1;
}

.popup-logo img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.popup-text {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.3;
}

.popup-close {
  background: none;
  border: none;
  color: #000000;
  font-size: 22px;
  margin-left: 10px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.popup-close:hover {
  color: #7e1416;
}

.apply-popup:hover {
  box-shadow: 0 6px 25px #7e1416;
}

@media (max-width: 426px) {
  .apply-popup {
    padding: 8px 12px;
  }


  .popup-logo img {
    width: 55px;
    height: 55px;
    margin-right: 12px;
  }

  .popup-text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.3;
  }

  .popup-close {
    background: none;
    border: none;
    color: #000000;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.2s ease;
  }
}



/* Modal Section */

.modalContainer {
  background-color: #7e1416 !important;
}
.EnrollFormContent {
  position: fixed;
  top: 170px;
  right: -49px;
  padding: 10px 30px;
  font-weight: 600;
  color: #7e1416;
  background-color: #ddb337;
  transform: rotate(270deg);
  z-index: 1000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 3px 3px 12px #7e1416;
  border: #7e1416 1px solid;
  transition: 0.5s;
}
.EnrollFormContent:hover {
  background-color: #fff;
  color: #7e1416;
  border: #7e1416 1px solid;
}