.footer-bg{
    background-color: #3A9BC3;
}
.footer-logo{
    /* height:150px; */
   /* height:150px; */
   width:250px;
   background-image: url("images\Ellipse 20.png");
    
}
.footer-text p{
    max-width:300px;
}
 i.fa-phone{
    width: 34px;
    height: 34px;
    /* border: 1px solid black; */
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    padding: 10px 10px;
    /* font-size: 1rem; */
    background-color: #EC4A36;
    color: #ffffff;
 }
.email-text{
    font-size: 20px;
}
 i.fa-envelope{
    width: 34px;
    height: 34px;
    /* border: 1px solid black; */
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    padding: 10px 10px;
    /* font-size: 1rem; */
    background-color: #EC4A36;
    color: #ffffff;
 }

 .footer-navigation{
    line-height: 32px;
 }
 .footer-point{
    line-height: 32px;
 }

 .error-msg {
  font-size: 0.85rem;
  color: #dc3545;
}
input.is-invalid, textarea.is-invalid {
  border-color: #dc3545;
}


/* Scroll to Top Button */
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #07384C; /* Bootstrap Primary */
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  z-index: 9999;
}

#scrollToTopBtn:hover {
  background-color: #07384C;
  transform: scale(1.1);
}

  /* Animation */

  