.elementor-2884 .elementor-element.elementor-element-9f11336{--display:flex;--min-height:37px;}/* Start custom CSS for html, class: .elementor-element-ae3d231 *//* 🌍 FOOTER MASTER STYLES */
.site-footer {
  background: linear-gradient(135deg, #3C7E91 0%, #2b5c67 100%);
  color: #fff;
  padding: 4rem 2rem 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}

/* ✨ Decorative background overlay */
.site-footer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  z-index: 0;
}
.site-footer::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  z-index: 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 🔥 Brand Section */
.footer-brand {
  text-align: left;
}
.footer-logo {
  height: 70px;
  margin-bottom: 1rem;
}
.footer-tagline {
  font-size: 1rem;
  margin-bottom: 1rem;
  opacity: 0.9;
  font-style: italic;
}
.footer-cta {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #3C7E91;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.footer-cta:hover {
  background: #25D366;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* 🧭 Section Titles */
.footer-col h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 3px;
  background: #25D366;
  border-radius: 2px;
}

/* 📌 Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 0.6rem;
}
.footer-col ul li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.85;
  transition: all 0.3s ease;
  position: relative;
}
.footer-col ul li a:hover {
  opacity: 1;
  padding-left: 6px;
  color: #25D366;
}

/* 🌐 Social Icons */
.footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 1.2rem;
}
.footer-socials a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-socials a:hover {
  background: #25D366;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.7);
}

/* 📑 Bottom Bar */
.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 0.9rem;
  opacity: 0.85;
  z-index: 1;
  position: relative;
}
.footer-bottom p {
  margin: 0.4rem 0;
}

/* 📱 Responsive */
@media(max-width: 768px){
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 480px){
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col h3 { text-align: center; }
  .footer-socials { justify-content: center; }
  .footer-brand { text-align: center; }
}/* End custom CSS */