.elementor-6971 .elementor-element.elementor-element-0968827{--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-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-e1b78ea */.footer-section {
  background-color: #2a2a2a;
  color: #fff;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 15px;
}

.footer-left, .footer-middle, .footer-right {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-left h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #fff;
}

.footer-left p {
  font-size: 14px;
  margin: 5px 0;
  color: #fff;
}

.footer-left p:nth-last-child(2), .footer-left p:nth-last-child(1) {
  font-size: 12px;
  color: #d3d3d3; /* Light grey color */
}

.glowlist span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.glowlist form {
  display: flex;
  gap: 10px;
}

.glowlist input {
  padding: 8px;
  flex: 1;
  border: 2px solid #fff; /* White outline */
  background-color: transparent;
  border-radius: 4px;
  color: #fff;
}

.glowlist button {
  padding: 8px 15px;
  border: 2px solid #fff; /* White outline */
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.footer-middle {
  margin-left: 100px; /* Shifted to the right by 100px on desktop */
}

.footer-middle h4, .footer-right h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-right .social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .glowlist form {
    flex-direction: column;
  }

  .glowlist button {
    margin-top: 10px;
  }

  .social-icons {
    margin-top: 10px;
  }

  .footer-middle {
    margin-left: 0; /* Reset margin on tablet/mobile for centered layout */
  }
}

@media (max-width: 480px) {
  .footer-left, .footer-middle, .footer-right {
    min-width: 100%;
  }

  .glowlist input, .glowlist button {
    width: 100%;
  }
}

/* ✅ Fix for clickable links (menu + social + disclaimer) */
.footer-middle h4 a,
.footer-right h4 a,
.footer-left a,
.footer-right .social-icons a {
  color: #fff;
  text-decoration: none;
}

.footer-middle h4 a:hover,
.footer-right h4 a:hover,
.footer-left a:hover,
.footer-right .social-icons a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0968827 *//* ================== General Footer ================== */
.fgd-footer {
  background: #2b2b2b;
  color: #fff;
  padding: 25px 20px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.fgd-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.fgd-footer-col {
  flex: 1 1 250px;
  min-width: 200px;
}

.fgd-footer-left h2 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 4px 0;
}

.fgd-footer-tagline {
  font-style: italic;
  margin: 0 0 8px 0;
  font-size: 13px;
}

.fgd-footer-subtitle {
  font-weight: 600;
  margin: 0 0 4px 0;
  font-size: 13px;
}

/* Newsletter Form */
.fgd-footer-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
}

.fgd-footer-form input {
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  flex: 1;
  background: #2b2b2b;
  color: #fff;
  font-size: 13px;
  min-width: 160px;
}

.fgd-footer-form button {
  padding: 8px 16px;
  border: 1px solid #fff;
  background: #2b2b2b;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
}

/* Middle Links */
.fgd-footer-middle {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.fgd-footer-middle a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: block;
  margin: 0 0 4px 0;
}

.fgd-footer-middle a:hover {
  text-decoration: underline;
}

/* Right Column (Socials) */
.fgd-footer-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fgd-footer-right a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.fgd-footer-right a:hover {
  text-decoration: underline;
}

/* Bottom Bar */
.fgd-footer-bottom {
  max-width: 1200px;
  margin: 12px auto 0 auto;
  padding-top: 6px;
  text-align: left;
  font-size: 12px;
  color: #fff; /* force white */
  line-height: 1.4;
}

.fgd-footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.fgd-footer-bottom a:hover {
  text-decoration: underline;
}

/* Accessible hidden text (for email label if added) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ================== Responsive ================== */

/* Tablet 769px - 1024px */
@media (max-width: 1024px) {
  .fgd-footer-container {
    flex-wrap: wrap;
    gap: 8px !important;
  }

  .fgd-footer-middle {
    gap: 15px;
  }

  .fgd-footer-right {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
  }

  .fgd-footer-form {
    flex-wrap: wrap;
  }

  .fgd-footer-col > * {
    margin-bottom: 4px !important;
  }
}

/* Mobile up to 768px */
@media (max-width: 768px) {
  .fgd-footer-container {
    flex-direction: column;
    gap: 4px !important;
  }

  /* Newsletter form stacked */
  .fgd-footer-form {
    flex-direction: column;
    gap: 4px;
  }

  .fgd-footer-form input,
  .fgd-footer-form button {
    width: 100%;
  }

  /* Middle links as 2-column grid */
  .fgd-footer-middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 8px;
    justify-items: start; /* left-align */
  }

  /* Social icons inline */
  .fgd-footer-right {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
  }

  /* Bottom bar compact */
  .fgd-footer-bottom {
    margin-top: 4px !important;
    padding-top: 2px !important;
    text-align: center !important;
  }

  /* Remove extra spacing inside columns */
  .fgd-footer-col h2,
  .fgd-footer-col p,
  .fgd-footer-col a,
  .fgd-footer-col span {
    margin: 0;
    padding: 0;
  }

  .fgd-footer-col > * {
    margin-bottom: 2px !important;
  }
}

/* ================== Elementor Overrides ================== */
/* Remove Elementor's extra spacing in footer */
footer.fgd-footer .elementor-section,
footer.fgd-footer .elementor-container,
footer.fgd-footer .elementor-column,
footer.fgd-footer .elementor-widget-wrap,
footer.fgd-footer .elementor-widget {
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
}/* End custom CSS */