/* ── Footer layout — ported from Elementor inline CSS ───────────────────── */

#ev-footer {
  background-color: #000000;
  padding: 0 20px;
  color: #f1f1f1;
}

#ev-footer .footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 0 40px;
  gap: 0;
}

/* Column widths */
#ev-footer .footer-col-newsletter { width: 39%; padding-right: 40px; }
#ev-footer .options-column         { width: 18%; padding-right: 20px; }
#ev-footer .options-column:nth-child(3) { width: 21.5%; }

/* Newsletter */
#ev-footer .newsletter {
  max-width: 400px;
}
#ev-footer .newsletter .ev-heading-3 {
  color: #f1f1f1;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
#ev-footer .footer-text {
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Newsletter form */
#ev-footer .footer-form {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
#ev-footer .footer-email-input {
  flex: 1;
  min-width: 160px;
  padding: 10px 14px;
  border: 1px solid #444;
  border-radius: 4px;
  background: #111;
  color: #f1f1f1;
  font-size: 14px;
}
#ev-footer .footer-email-input::placeholder { color: #888; }
#ev-footer .footer-email-input:focus { outline: none; border-color: #6200D1; }

/* Socials */
#ev-footer .socials-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 0;
}
#ev-footer .socials-holder .ev-heading-3 {
  color: #f1f1f1;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
#ev-footer .socials-holder .holder {
  display: flex;
  gap: 20px;
  max-width: 300px;
}
#ev-footer .socials-holder .social {
  display: inline-flex;
  opacity: 0.85;
  transition: opacity 0.2s;
}
#ev-footer .socials-holder .social:hover { opacity: 1; }

/* Options columns */
#ev-footer .options-title {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #7A7A7A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 20px 0 10px;
}
#ev-footer .options-title:first-child { margin-top: 0; }

#ev-footer .options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
#ev-footer .options .option {
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
#ev-footer .options .option a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.2s;
}
#ev-footer .options .option a:hover { color: #ffffff; text-decoration: underline; }

/* Bottom bar */
#ev-footer .bottom-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 0 30px;
  border-top: 1px solid #222;
}
#ev-footer .bottom-bar .copyright-text,
#ev-footer .bottom-bar .text {
  color: #f1f1f1;
  font-size: 14px;
  margin: 0;
}
#ev-footer .bottom-bar .text a {
  color: #f1f1f1;
  text-decoration: none;
}
#ev-footer .bottom-bar .text a:hover { text-decoration: underline; }
#ev-footer .bottom-bar span {
  color: #7A7A7A;
  margin: 0 5px;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  #ev-footer .footer-col-newsletter,
  #ev-footer .options-column,
  #ev-footer .options-column:nth-child(3) {
    width: 100%;
    padding-right: 0;
  }
  #ev-footer .footer-inner { padding: 40px 0 30px; }
}

@media (max-width: 767px) {
  #ev-footer .bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #ev-footer .bottom-bar span { display: none; }
}

#news-footer-form .top-bar { display: none; }
#news-footer-form .hs-richtext,
#news-footer-form .legal-consent-container p { color: #f1f1f1 !important; }
