.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-b32d9f5 *//* Optional: load Noto Sans if not already global
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');
*/

.msp-footer {
  font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: #071a27; /* deep navy base */
  color: #e5e7eb;
  padding: 52px 20px 26px;
  position: relative;
  overflow: hidden;
}

/* subtle gradient glow */
.msp-footer::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle at top left,
    rgba(25, 68, 97, 0.65),
    transparent 60%
  );
  opacity: 0.85;
  pointer-events: none;
}

.msp-footer-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
  position: relative;
  z-index: 1;
}

/* Brand */
.msp-footer-col-brand {
  padding-right: 10px;
}

.msp-footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.msp-footer-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #194461;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.msp-footer-logo-text {
  display: flex;
  flex-direction: column;
}

.msp-footer-logo-name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.msp-footer-logo-tagline {
  font-size: 13px;
  color: #cbd5f5;
}

.msp-footer-copy {
  font-size: 14px;
  line-height: 1.7;
  color: #d1d5db;
  margin: 0 0 16px;
}

/* Primary CTA */
.msp-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #d71d24;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(215, 29, 36, 0.5);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.msp-footer-cta i {
  font-size: 14px;
}

.msp-footer-cta:hover {
  background: #b01217;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(215, 29, 36, 0.6);
}

/* Column headings */
.msp-footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 4px 0 10px;
}

/* Lists */
.msp-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.msp-footer-list li {
  margin-bottom: 6px;
  font-size: 14px;
}

.msp-footer-list a {
  color: #cbd5f5;
  text-decoration: none;
  transition: color 0.16s ease;
}

.msp-footer-list a:hover {
  color: #ffffff;
}

/* Contact list with icons */
.msp-footer-contact li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.msp-footer-contact i {
  font-size: 14px;
  color: #9ca3af;
}

/* Secondary CTA */
.msp-footer-secondary-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: rgba(15, 23, 42, 0.6);
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.msp-footer-secondary-cta:hover {
  background: #194461;
  border-color: #194461;
  transform: translateY(-1px);
}

/* Social icons */
.msp-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.msp-footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.msp-footer-social a:hover {
  background: #ffffff;
  color: #194461;
  border-color: #ffffff;
}

/* Bottom bar */
.msp-footer-bottom {
  max-width: 1200px;
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: #9ca3af;
  position: relative;
  z-index: 1;
}

.msp-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.msp-footer-bottom-links a {
  color: #9ca3af;
  text-decoration: none;
}

.msp-footer-bottom-links a:hover {
  color: #e5e7eb;
}

.msp-footer-bottom-sep {
  opacity: 0.4;
}

/* Responsive */
@media (max-width: 992px) {
  .msp-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
}

@media (max-width: 640px) {
  .msp-footer {
    padding: 40px 16px 22px;
  }

  .msp-footer-inner {
    grid-template-columns: 1fr;
  }

  .msp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */