.elementor-269 .elementor-element.elementor-element-19b1544{--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-f8472eb */.preferred-footer {
  background: #071222;
  color: white;
  padding: 70px 25px 25px;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 45px;
}

.footer-col h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #36AD8C;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: white;
}

.footer-col p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  opacity: 0.85;
  transition: 0.2s;
}

.footer-col ul li a:hover {
  color: #36AD8C;
  opacity: 1;
}

.footer-col a {
  color: white;
  text-decoration: none;
}

.footer-col a:hover {
  color: #36AD8C;
}

.footer-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 18px;
  background: #36AD8C;
  color: white;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}

.footer-btn:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

.footer-bottom {
  text-align: center;
  margin-top: 55px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 18px;
  font-size: 0.85rem;
  opacity: 0.7;
}/* End custom CSS */