.elementor-5407 .elementor-element.elementor-element-6cf781b{--display:flex;overflow:visible;}.elementor-5407 .elementor-element.elementor-element-6cf781b:not(.elementor-motion-effects-element-type-background), .elementor-5407 .elementor-element.elementor-element-6cf781b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1322;}/* Start custom CSS for html, class: .elementor-element-c422386 *//* ===============================
   DARK THEME FOOTER
================================ */

.modern-footer {
  position: relative;
  background: linear-gradient(
    to bottom right,
    #0b1220,
    #0f172a,
    #020617
  );
  padding: 40px 24px 32px;
  overflow: hidden;
  color: #e5e7eb;
}

/* ===============================
   BACKGROUND BLOBS
================================ */

.footer-bg .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
}

.blob-1 {
  width: 320px;
  height: 320px;
  background: rgba(16, 185, 129, 0.35);
  top: -140px;
  right: -140px;
}

.blob-2 {
  width: 260px;
  height: 260px;
  background: rgba(20, 184, 166, 0.35);
  bottom: -100px;
  left: -100px;
}

.blob-3 {
  width: 620px;
  height: 260px;
  background: rgba(16, 185, 129, 0.15);
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ===============================
   CONTAINER
================================ */

.footer-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* ===============================
   FOOTER GRID
================================ */

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

/* ===============================
   BRAND
================================ */

.footer-brand .brand-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #14b8a6, #10b981);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.45);
}

.footer-brand h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #f9fafb !important;
}

.footer-brand p {
  color: #9ca3af;
  max-width: 420px;
  line-height: 1.6;
}

/* ===============================
   SOCIAL ICONS
================================ */

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  color: #9ca3af;
  transition: all 0.3s ease;
}

.socials a:hover {
  background: linear-gradient(135deg, #14b8a6, #10b981);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.45);
  transform: translateY(-2px);
}

/* ===============================
   FOOTER LINKS
================================ */

.footer-links h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e5e7eb !important;
  margin-bottom: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  text-decoration: none;
  color: #9ca3af;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #34d399;
  padding-left: 4px;
}

/* ===============================
   BOTTOM BAR
================================ */

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}/* End custom CSS */