.elementor-433 .elementor-element.elementor-element-feb622f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-ccb6e3b *//* ================================================
   FOOTER STYLES - FULL WIDTH WITH UNIQUE CLASSES
   ================================================ */

.exo-footer-site {
  background: #084D00;
  color: #ffffff;
  margin-top: 0;
  width: 100%;
}

.exo-footer-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

/* ================================================
   MAIN FOOTER CONTENT
   ================================================ */

.exo-footer-main {
  padding: 60px 0 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.exo-footer-main .exo-footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 50px;
}

.exo-footer-column {
  display: flex;
  flex-direction: column;
}

.exo-footer-title {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-bottom: 3px solid #4CAF50;
}

.exo-footer-desc {
  font-size: 1em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 25px 0;
}

/* Social Icons */
.exo-footer-social {
  display: flex;
  gap: 12px;
}

.exo-social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  text-decoration: none;
  transition: all 0.3s;
}

.exo-social-icon:hover {
  background: #4CAF50;
  border-color: #4CAF50;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

/* Footer Links */
.exo-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.exo-footer-links li {
  margin-bottom: 12px;
}

.exo-footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 1.05em;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.exo-footer-links a:hover {
  color: #4CAF50;
  padding-left: 8px;
}

/* Contact Info */
.exo-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.exo-footer-contact li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.exo-contact-icon {
  font-size: 1.5em;
  flex-shrink: 0;
}

.exo-contact-text {
  flex: 1;
  font-size: 0.95em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.exo-contact-text strong {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
  font-weight: 800;
}

.exo-contact-text a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s;
}

.exo-contact-text a:hover {
  color: #4CAF50;
}

/* ================================================
   NEWSLETTER SECTION
   ================================================ */

.exo-footer-newsletter {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.exo-newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.exo-newsletter-text {
  flex: 1;
}

.exo-newsletter-text h3 {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #ffffff;
}

.exo-newsletter-text p {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.exo-newsletter-form {
  display: flex;
  gap: 10px;
  flex: 1;
  max-width: 600px;
}

.exo-newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.3s;
}

.exo-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.exo-newsletter-form input:focus {
  outline: none;
  border-color: #4CAF50;
  background: rgba(255, 255, 255, 0.15);
}

.exo-newsletter-form button {
  padding: 15px 40px;
  background: #4CAF50;
  color: #ffffff;
  border: 2px solid #4CAF50;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.exo-newsletter-form button:hover {
  background: #ffffff;
  color: #084D00;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

/* ================================================
   TRUST BADGES
   ================================================ */

.exo-footer-trust {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.exo-trust-badges {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.exo-trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.exo-trust-icon {
  font-size: 2em;
}

.exo-trust-text {
  font-size: 1em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

/* ================================================
   BOTTOM FOOTER
   ================================================ */

.exo-footer-bottom {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}

.exo-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.exo-copyright {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 600;
}

.exo-payment-methods {
  display: flex;
  align-items: center;
  gap: 15px;
}

.exo-payment-text {
  font-size: 1em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.exo-payment-icon {
  font-size: 1.5em;
  opacity: 0.9;
  transition: all 0.3s;
}

.exo-payment-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1400px) {
  .exo-footer-container {
    padding: 0 50px;
  }

  .exo-footer-main .exo-footer-container {
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  .exo-footer-container {
    padding: 0 40px;
  }

  .exo-footer-main .exo-footer-container {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 35px;
  }

  .exo-footer-column:last-child {
    grid-column: 1 / -1;
  }

  .exo-newsletter-content {
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  .exo-footer-main .exo-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .exo-footer-column:first-child {
    grid-column: 1 / -1;
  }

  .exo-newsletter-content {
    flex-direction: column;
    text-align: center;
  }

  .exo-newsletter-form {
    width: 100%;
    max-width: 100%;
  }

  .exo-trust-badges {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .exo-footer-container {
    padding: 0 30px;
  }

  .exo-footer-main {
    padding: 40px 0 30px;
  }

  .exo-footer-main .exo-footer-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .exo-footer-column:first-child {
    grid-column: 1;
  }

  .exo-footer-title {
    font-size: 1.3em;
  }

  .exo-newsletter-text h3 {
    font-size: 1.6em;
  }

  .exo-newsletter-form {
    flex-direction: column;
  }

  .exo-newsletter-form button {
    width: 100%;
  }

  .exo-trust-badges {
    flex-direction: column;
    gap: 20px;
  }

  .exo-footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .exo-footer-container {
    padding: 0 20px;
  }

  .exo-footer-social {
    justify-content: center;
  }

  .exo-social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }

  .exo-newsletter-text h3 {
    font-size: 1.4em;
  }

  .exo-payment-methods {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ================================================
   FULL WIDTH STRETCH FIX FOR ELEMENTOR
   ================================================ */

/* Remove Elementor container restrictions */
.elementor-widget-html .exo-footer-site {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}

/* Alternative - If above doesn't work, add this to Section Settings */
.elementor-section.exo-footer-full-width {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}/* End custom CSS */