.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;
}

.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%;
}

.address-section {
    display: flex;
    flex-direction: row;

}

.detail-section {
    background-color: transparent;
    background-image: linear-gradient(0deg, #F2F4F9 76%, #F2F4F900 100%);
    opacity: 0.92;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        padding: 70px 27px;
}

.detail-icons {
    width: 69px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    background: #FFF;
    box-shadow: 0 4px 6px rgba(15, 18, 22, .1);
    border-radius: 50%;
    color: #3270FC;
    /* margin: auto; */
    margin-right: 3%;
}

.address-section h3 {
    color: #3270FC;
    font-size: 22px;
}


/* form  */
.contact-form{
    padding: 10px 36px;
}



.contact-form h2 {
  color: #0b3b82;
  font-size: 50px;
  margin-bottom: 10px;
}

.contact-form p {
  font-size: 35px;
  margin-bottom: 30px;
  color: #0b3b82;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

input, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

textarea {
  resize: vertical;
  min-height: 120px;
  margin-bottom: 20px;
}

button {
  padding: 14px;
  background: #2c60e4;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #154fd2;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* 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);
  }
}