.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f9d194c *//* ========== Footer Base ========== */
.site-footer {
  background: #020617;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
}

/* Main Footer Area */
.footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Footer Columns */
.footer-col h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #38bdf8;
}

/* Brand Column */
.footer-col.brand strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-col.brand p {
  max-width: 280px;
  margin-bottom: 20px;
}

/* Footer CTA */
.footer-col.brand .btn-primary {
  display: inline-block;
  padding: 10px 18px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.footer-col.brand .btn-primary:hover {
  background: #1e40af;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 20px 24px;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
}







@media (max-width: 960px) {
  .header-inner {
    flex-direction: column;
    gap: 12px;
  }

  .main-nav ul {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-col.brand p {
    max-width: 100%;
  }
}/* End custom CSS */