.elementor-109 .elementor-element.elementor-element-d7034ee{--display:flex;--min-height:0px;--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d0722d5 *//* ====== FOOTER STYLES ====== */

.site-footer {
  background: #0A2A43; /* deep navy */
  color: #ffffff;
  padding: 70px 20px 40px;
  margin-top: 0;
  font-family: inherit;
}

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* Titles */
.footer-col h4 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

/* Text */
.footer-about {
  color: #cbd5e1;
  line-height: 1.6;
  max-width: 260px;
}

/* Lists */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.25s;
}

.footer-col ul li a:hover {
  color: #0066FF;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
}

.footer-bottom p {
  color: #94a3b8;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    text-align: left;
  }
}/* End custom CSS */