.top-header {
  background-color: #114A91;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 11px 26px;
  size: 22px;
  font-size: 19px;
  color: white;
}
.top-header a{
  color: white;
}
.navbar {
  padding: 1px 58px;
}
.highlight{
  font-weight: bold;
  color: #374D9E;
}
.highlight:hover{
  text-decoration: none;
  color: #374D9E;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}

.navbar-nav .nav-link {
  color: #00306E !important;
  font-weight: 600;
  text-align: left;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
  color: #00306E !important;
}

.navbar-brand img {
  max-height: 70px;
}
.btn {
  position: relative;
  top: -85px;
  width: 48%;
  left: 29%;
  font-weight: 700;
  background-color: white;
  color: #1D3B95;
  border: 0;
  font-size: 22px;
  border-radius: 12px;
}
.btn:hover{
    background-color: #FDB813;
}

.login-btn {
  border-left: 1px solid #ccc;
  padding-left: 1rem;
  margin-left: 1rem;
}

.login-btn i {
  margin-right: 5px;
}

.login-btn .nav-link {
  color: #00306E !important;
  font-weight: 500;
}

.slider-img {
  height: 500px;
  width: 100%;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.active {
  background-color: #717171;
}

.slider {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.enroll-btn {
  padding-left: 1rem;
  margin-left: 1rem;
  background-color: #FFCB05;
  border: none;
  color: #3F579F;
  position: relative;
  top: -156px;
  left: 33px;
  width: 11%;
  border-radius: 23px;
  font-size: 18px;
  font-weight: 600;
}

/* slider  */

/* Welcome Section  */

.main-section {
  padding: 20px 10px;
}

.heading1 {
  text-align: center;
  color: #00306E;
  font-size: 42px;
}

.heading2 {
  text-align: center;
  color: #00306E;
  font-size: 35px;
}

.line {
  border: 2px solid #00306E;
  width: 20%;
  text-align: center;
  margin: auto;
  margin-top: 20px;

}

.wel-section {
  display: flex;
  flex-wrap: wrap;
}

.main-content {
  padding: 40px 10px 10px 10px;
  padding-bottom: 11px;
  text-align: center;

}

/* Welcome Section  */


.ahpians {
  padding: 10px 10px;
}

.section-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}

.icon {
  margin-right: 8px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
}

.img-flude {
  border-radius: 10px;
}


/* sub-usp */

.our-usps {
  background-image: url("https://academicheights.in/wp-content/uploads/2023/03/blue-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.feature-card {
  border-radius: 15px;
  padding: 20px;
  color: #00306E;
  text-align: center;
  margin-bottom: 30px;
}

.bg-light-purple {
  background-color: #BBC7F5;
}

.bg-light-yellow {
  background-color: #E3BD7D;
}

.bg-light-orange {
  background-color: #9ACED7;
}

.bg-light-peach {
  background-color: #FAA86F;
}

.feature-icon {
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #00306E;
}

.feature-card p {
  font-size: 15px;
  color: #333;
}

/* sub-usp */


/* counter */

.sub-count {
  margin: auto;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #2764B3;
}

.sub-count h5 {
  font-size: 20px;
  font-weight: 700;
  color: #2764B3;
}

/* counter */


/* venture */

.sub-para {
  text-align: center;
  padding: 16px 12px;
  font-size: 20px;
  font-weight: 500;
}

.venture-card {
  border: 2px solid black;
  border-radius: 15px;
  padding: 20px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}

.venture-icon {
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
  margin-top: -95px;
  border: 2px solid black;
  border-radius: 59%;
}

/* award  */

.sub-award {
  padding: 14px;
  display: flex;
}


.sub-award ul {
  list-style: none;
  max-width: 98%;
  padding: 34px;
  background-color: #F5F5F5;
}

.sub-award li {
  padding: 8px;
  border-bottom: 1px solid #D8D8D6;
  color: #2764B3;
  font-weight: 600;
  cursor:context-menu;
}

.award-text {
  flex: 2 1 500px;
  padding-left: 20px;
  margin: auto;
      padding-top: 55px;
}

.award-image {
  flex: 1 1 300px;
  text-align: center;
  margin-bottom: 20px;
}

.award-section .sub-award {
  display: none;
}

#educationalAward {
  display: flex;
}


/* award  */

/* footer  */

.footer {
  background-color: #374D9E;
}

.footer-section p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-top: 25px;
}

.footer-section h5 {
  color: white;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  color: white;
  padding: 7px;
  font-size: 15px;
  font-weight: 500;
}



.form-container {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 23px;
  border-radius: 10px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  animation: fadeIn 1.2s ease;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* width: 300px; */
}

input,
textarea {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #000;
  border-radius: 6px;
  transition: all 0.3s ease;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: #fff;
  background-color: #e8f0fe;
  transform: scale(1.02);
}

textarea {
  resize: none;
  min-height: 80px;
}

button {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.quick-search h4 {
  color: white;
}

.quick-search p {
  color: white;
  max-width: 93%;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
}

.quick-search a {
  color: white;
  font-size: 16px;
}

.copyright h5 {
  color: white;
  text-align: center;
  padding-top: 26px;
  font-size: 17px;
  font-weight: 400;
}


.mobile-footer {
  position: fixed;
  bottom: 0; /* Stick to bottom */
  left: 0;
  width: 100%;
  display: flex;
  background-color: #374D9E;
  text-align: center;
  z-index: 1000;
  height: auto;
}

.fran-btnbg {
  background-color: #F5C48E;
  width: 50%;
}

.fran-btn {
  background-color: #F5C48E;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.adm-btnbg {
  background-color: #7192BD;
  width: 50%;
}

.adm-btn {
  background-color: #7192BD;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

/*.mobile-footer{*/
/*  margin: auto;*/
/*  text-align: center;*/
/*  background-color: #374D9E;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  margin-top: 10%;*/
/*  height: 0;*/
/*  position: fixed;*/
/*  top: 614px;*/
/*  width: 100%;*/
/*}*/
/*.fran-btnbg{*/
/*  background-color: #F5C48E;*/
/*  width: 50%;*/
/*}*/
/*.fran-btn{*/
/*  background-color: #F5C48E;*/
/*    padding: 6px 19px;*/
/*    border: 0;*/
/*    font-size: 23px;*/
/*    font-weight: 400;*/
/*        color: white;*/
/*    transition: none;*/
/*}*/
/*.adm-btnbg{*/
/*  background-color: #7192BD;*/
/*  width: 50%;*/
/*}*/
/*.adm-btn{*/
/*  background-color: #7192BD;*/
/*    padding: 6px 19px;*/
/*    border: 0;*/
/*    font-size: 23px;*/
/*        color: white;*/
/*    font-weight: 400;*/
/*    transition: none;*/
/*}*/

/* footer  */


/* Container Animation */
.feature-card img {
  transition: transform 0.5s ease, filter 0.3s ease;
}

/* Bounce or rotate on hover */
.feature-card:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
.feature-card:hover {
  background-color: #EC8A33;
  transform: translateY(-10px) scale(1.05);
  transition: 0.5s;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


.feature-card img {
  animation: floatImage 3s ease-in-out infinite;
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
