.footer-links li a {
    color: #373433 !important;
    font-size: 14px;
    line-height: 35px;
}
.footer-links p{
    color: #373433 !important;
    font-size: 14px;

}
.footer-top {
    background: #E8F6FF;
}
.footer-links h6 {
    color: #3A3285;
    font-family: 'Playfair Display';
}
.footer-links a {
    color: #3A3285;
}
.bottom-footer {
    border-color: #555555 !important;
}
.social-icon {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #333;
  }
  .address-sec span {
    line-height: 23px;
}
  .social-icon:hover {
    transform: scale(1.3);
    color: #F58220 !important;
  }
  .pulseplay a {
    color: #3A3285;
}
.pulseplay a:hover{
    color: #F58220;
}
.contact-info i {
    color: #3A3285;
}
.footer-links a:hover {
    color: #F58220 !important;
}
.subscribe-section {
    background: #10054D;
}

.subscribe-input {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-radius: 0;
}
.main-btn {
    background: #fff;
    color: #3A3285;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    width: 287px;
    font-size: 20px;
    border: 1px solid #fff;
}
form#newsletterForm {
    height: 57px;
}
.btn.main-btn:hover {
    background-color: #10054D;
    color: #fff;
    border: 1px solid #fff !important;
}
.main-btn:hover svg path {
    stroke: #fff;
  }
li.list-style a {
    font-size: 15px;
}
li.list-style a:hover {
color: #E63946 !important;
}
.pulse:hover{
    color: #000 !important;
}
.hover-animation {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #333; /* default color */
}

.hover-animation:hover {
  transform: scale(1.2); /* zoom effect */
  color: #1877f2; /* Facebook blue or any highlight color */
}

