.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;
}

.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;
}

/* slider  */

.ahps-keo {
  text-align: center;
  background-color: #f9f9f9;
  padding: 2px 20px;
  border-radius: 12px;
  max-width: 92%;
  margin-top: 33px!important;
  margin: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.heading2 {
  font-size: 36px;
  color: #00306E;
  margin-bottom: 10px;
  font-weight: 700;
}

.subheading {
  font-size: 32px;
  font-style: italic;
  color: #00306E;
  margin-top: 15px;
}

.line {
  width: 80px;
  height: 4px;
  background: #000000;
  margin: 0 auto 20px;
  border-radius: 2px;
  animation: expand 1s ease-in-out forwards;
}

@keyframes expand {
  from { width: 0; opacity: 0; }
  to { width: 80px; opacity: 1; }
}

.info {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  max-width: 95%;
  margin: auto;
  padding-top: 20px;
}















.carousel-img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
  width: 100%;
}

.carousel-inner {
  padding: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
}

.active{
  background-color: transparent;
}
















/* 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;
}

/* 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);
  }
}