.elementor-100 .elementor-element.elementor-element-0a8a90c{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-0a8a90c:not(.elementor-motion-effects-element-type-background), .elementor-100 .elementor-element.elementor-element-0a8a90c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F2937;}.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-e2473c1 */@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');

.footer {
  background-color: #1F2937;
  color: #eaeaea;
  font-family: 'Lora', serif;
  padding: 60px 20px 30px;
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__column h3 {
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 600;
}

.footer__column p,
.footer__column a {
  font-size: 0.95rem;
  color: #d2d2d2;
  margin: 6px 0;
  text-decoration: none;
}

.footer__column a:hover {
  color: #ffffff;
}

.footer__column form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.footer__column input[type="email"] {
  background: transparent;
  border: 1px solid #444;
  padding: 10px;
  color: white;
  font-family: 'Lora', serif;
  font-size: 0.95rem;
}

.footer__column input[type="email"]::placeholder {
  color: #aaa;
}

.footer__column .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #aaa;
}

.footer__column button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 0.95rem;
  font-family: 'Lora', serif;
  transition: background 0.3s ease;
}

.footer__column button:hover {
  background-color: white;
  color: black;
}

.footer__bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 0.8rem;
  color: #777;
  border-top: 1px solid #222;
  padding-top: 20px;
}

.footer__bottom a {
  color: #999;
  text-decoration: none;
}

.footer__bottom a:hover {
  color: #fff;
}/* End custom CSS */