.footer {
  background: #0a1f44;
  padding: 60px 0 10px;
}

.footer .h2 {
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  text-align: left;
}

.footer p {
  color: #fff;
  font-size: 14px !important;
  line-height: 1.6;
  margin-top: 16px;
  text-align: left;
}

.footer .logo {
  max-width: 220px;
}

.footer .footer-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer .footer-quick-links li {
  margin-bottom: 8px;
}

.footer .footer-quick-links li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer .footer-quick-links li a::before {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #e63946;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.footer .countries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  text-align: left;
}

.footer .country-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.footer .country-item img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.footer .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer .contact-list li {
  margin-bottom: 14px;
}

.footer .contact-list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  line-height: 1.5;
}

.footer .contact-list .contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: #e63946;
  border-radius: 50%;
  color: #fff;
}

.footer .contact-list .contact-icon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.footer .social-icons {
  display: inline-flex;
  margin-top: 24px;
  gap: 8px;
}

.footer .social-icons a .icon {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.footer .social-icons a .icon svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}

.footer .list-item {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  justify-content: center;
}

.footer .list-item li {
  list-style: none;
}

.footer .list-item li a {
  color: #fff;
  font-size: 14px;
}

.footer .list-item .line {
  border: 1px solid #fff;
  height: 20px;
  width: 1px;
}

.footer .p-text {
  color: #fff;
  font-size: 14px !important;
}

.footer .payment-box {
  display: flex;
  gap: 12px;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer .countries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .footer .h2,
  .footer p,
  .footer .footer-quick-links,
  .footer .countries-grid,
  .footer .contact-list {
    text-align: center;
  }

  .footer .footer-quick-links li a,
  .footer .contact-list li a,
  .footer .country-item {
    justify-content: center;
  }

  .footer .social-icons {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.btn-whatsapp-dr-helen {
  animation: none !important;
  transform-origin: center;
}

.btn-whatsapp-dr-helen:hover {
  animation: buttontilt 1.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes buttontilt {
  0% {
    transform: rotate(-5deg) translateY(-2px);
  }
  50% {
    transform: rotate(5deg) translateY(-2px);
  }
  100% {
    transform: rotate(-5deg) translateY(-2px);
  }
}
