.elementor-3220 .elementor-element.elementor-element-8d9dcd4{--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;}.elementor-3220 .elementor-element.elementor-element-5b4e798{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3220 .elementor-element.elementor-element-5b4e798.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-5b4e798 *//* footer.css */
.footer {
  background-color: #ffe5e5; /* light red background */
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer h2, .footer h3 {
  color: #cc0000; /* deep red for headings */
}

.footer-about, .footer-links, .footer-social, .footer-newsletter {
  flex: 1 1 220px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 8px 0;
}

.footer-links ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #cc0000;
}

.social-icons a {
  color: #333;
  margin-right: 15px;
  font-size: 1.2em;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #cc0000;
}

.footer-newsletter input[type="email"] {
  padding: 10px;
  border: none;
  width: 70%;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.footer-newsletter button {
  padding: 10px 15px;
  border: none;
  background-color: #cc0000;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: background 0.3s;
}

.footer-newsletter button:hover {
  background-color: #a80000;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 14px;
  color: #555;
}/* End custom CSS */