.elementor-911 .elementor-element.elementor-element-71c87d5{--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-911:not(.elementor-motion-effects-element-type-background), .elementor-911 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.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-4792e5c *//* Footer Styling */
.hcfm-footer {
  background: #111;
  color: #eee;
  padding: 60px 5%;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.hcfm-footer a {
  color: #bbb;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s;
}

.hcfm-footer a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Top section */
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-brand h2 {
  font-size: 28px;
  color: #fff;
}

.footer-newsletter p {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-newsletter form {
  display: flex;
  gap: 10px;
}

.footer-newsletter input {
  padding: 10px;
  width: 230px;
  border: none;
  border-radius: 4px;
}

.footer-newsletter button {
  padding: 10px 18px;
  background: #e63946;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.footer-newsletter button:hover {
  background: #ff5b6e;
}

/* Link Columns */
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
}

/* Social Section */
.footer-social {
  text-align: center;
  margin-bottom: 30px;
}

.social-icons a {
  font-size: 24px;
  margin: 0 10px;
  display: inline-block;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #ff5b6e;
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 14px;
  color: #888;
}

/* Responsive */
@media (max-width: 800px) {
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */