.elementor-1835 .elementor-element.elementor-element-0114b11{--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-74a4640 */.custom-footer {
  background: #ffffff;
  color: #333;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
  border-top: 1px solid #eee;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-col {
  flex: 1 1 250px;
  min-width: 220px;
}

.footer-col h4 {
  font-size: 16px;
  color: #f5b400;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.footer-col p,
.footer-col ul li {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #f5b400;
}

.contact-info i {
  margin-right: 8px;
  color: #f5b400;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #888;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
}

.footer-bottom .highlight {
  color: #f5b400;
}

.footer-bottom a {
  color: #f5b400;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* ✅ Mobile Responsive Fix */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 30px;
    min-width: 100%;
  }

  .footer-col h4 {
    font-size: 18px;
  }

  .footer-col p,
  .footer-col ul li {
    font-size: 15px;
  }

  .footer-col ul li {
    margin-bottom: 8px;
  }

  .footer-bottom {
    font-size: 12px;
    padding-top: 20px;
  }
}/* End custom CSS */