.elementor-400 .elementor-element.elementor-element-ec5440c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-400 .elementor-element.elementor-element-ec5440c:not(.elementor-motion-effects-element-type-background), .elementor-400 .elementor-element.elementor-element-ec5440c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1B2A;}.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-172a237 */.custom-footer {
  background-color: #0b1a2f;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col h2, .footer-col h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-col p {
  color: #cfd6e1;
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #f8f0f9;
}

.btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
}

.btn-red {
  background-color: #ef4444;
  color: black;
}

.btn-red:hover {
  background-color: #fff;
}

.btn-white {
  background-color: #ef4444;
  color: #0b1a2f;
  border: 2px solid #0b1a2f;
}

.btn-white:hover {
  background-color: #ffff;
}

@media (max-width: 600px) {
  .btn {
    font-size: 14px;
    padding: 8px;
  }
}/* End custom CSS */