.elementor-21 .elementor-element.elementor-element-e109ff5{--display:flex;}.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-fa0a05f *//* ===== FOOTER ===== */
.footer {
  background: #0033a0;
  color: #ffffff;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  padding: 36px 48px 28px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Brand */
.footer-brand {
  max-width: 210px;
  padding-right: 28px;
}

.footer-logo img {
  height: 68px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 12.5px;
  line-height: 1.45;
  color: #dbeafe;
  margin-bottom: 16px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 50%;
  transition: opacity 0.2s, transform 0.2s;
}

.social-icons a:hover img {
  opacity: 0.8;
  transform: scale(1.08);
}

/* Vertical white lines */
.footer-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.35);
  align-self: stretch;
  margin: 0 26px;
  flex-shrink: 0;
}

/* Columns */
.footer-col {
  padding: 0 10px;
  min-width: 140px;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin-bottom: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 7px;
}

.footer-col ul li a {
  color: #c7d2fe;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

/* Contact */
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 12px;
  color: #c7d2fe;
  font-size: 12.5px;
  line-height: 1.45;
}

.contact-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Map */
.footer-map {
  flex-shrink: 0;
  padding-left: 10px;
}

.footer-map img {
  width: 210px;
  height: 145px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* Bottom orange bar */
.footer-bottom {
  background: #f97316;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 48px;
  font-size: 13px;
  font-weight: 500;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .footer-main {
    padding: 32px 28px 24px;
  }

  .footer-divider {
    margin: 0 18px;
  }

  .footer-map img {
    width: 180px;
    height: 125px;
  }
}

@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    gap: 24px;
    padding: 30px 24px 20px;
  }

  .footer-divider {
    display: none;
  }

  .footer-brand {
    padding-right: 0;
    max-width: 100%;
  }

  .footer-col {
    padding: 0;
  }

  .footer-map {
    padding-left: 0;
    width: 100%;
  }

  .footer-map img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
    text-align: center;
    padding: 13px 20px;
  }
}

@media (max-width: 480px) {
  .footer-main {
    padding: 28px 18px 18px;
  }

  .footer-logo img {
    height: 56px;
  }
}/* End custom CSS */