.elementor-232 .elementor-element.elementor-element-fadcb5a{--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;--overlay-opacity:0.33;}.elementor-232 .elementor-element.elementor-element-fadcb5a:not(.elementor-motion-effects-element-type-background), .elementor-232 .elementor-element.elementor-element-fadcb5a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#6EC1E4;}.elementor-232 .elementor-element.elementor-element-fadcb5a::before, .elementor-232 .elementor-element.elementor-element-fadcb5a > .elementor-background-video-container::before, .elementor-232 .elementor-element.elementor-element-fadcb5a > .e-con-inner > .elementor-background-video-container::before, .elementor-232 .elementor-element.elementor-element-fadcb5a > .elementor-background-slideshow::before, .elementor-232 .elementor-element.elementor-element-fadcb5a > .e-con-inner > .elementor-background-slideshow::before, .elementor-232 .elementor-element.elementor-element-fadcb5a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#06AC6D;--background-overlay:'';}@media(min-width:769px){.elementor-232 .elementor-element.elementor-element-fadcb5a{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-6ff7e28 *//* Footer General Styles */
.site-footer {
  background-color: #2fa4f; /* Green background */
  color: #fffff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-left, .footer-middle, .footer-right {
  flex: 1;
  margin: 0 15px;
}

.footer-left, .footer-middle, .footer-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-left .footer-location, .footer-left .footer-contact, .footer-left .footer-social, .footer-left .footer-logo {
  margin-bottom: 15px;
}

.footer-left .footer-social a {
  margin-right: 15px;
}

.footer-left .footer-social img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}

.footer-left .footer-social img:hover {
  opacity: 0.7;
}

.footer-left .footer-logo a {
  margin-right: 20px;
}

.footer-middle ul, .footer-right ul {
  list-style-type: none;
  padding: 0;
}

.footer-middle ul li, .footer-right ul li {
  margin-bottom: 8px;
}

.footer-middle ul li a, .footer-right ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-middle ul li a:hover, .footer-right ul li a:hover {
  color: #fdd835; /* Yellowish highlight for hover */
}

.newsletter-signup form {
  display: flex;
  gap: 10px;
}

.newsletter-signup input[type="email"] {
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.newsletter-signup .subscribe-btn {
  padding: 10px 20px;
  background-color: #fdd835; /* Bright yellow button */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.newsletter-signup .subscribe-btn:hover {
  background-color: #ffeb3b;
}

.payment-methods img {
  width: 40px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-left, .footer-middle, .footer-right {
    margin-bottom: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fadcb5a *//* Footer General Styles */
.site-footer {
  background-color: #2d6a4f; /* Green background */
  color: #fff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-left, .footer-middle, .footer-right {
  flex: 1;
  margin: 0 15px;
}

.footer-left, .footer-middle, .footer-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-left .footer-location, .footer-left .footer-contact, .footer-left .footer-social, .footer-left .footer-logo {
  margin-bottom: 15px;
}

.footer-left .footer-social a {
  margin-right: 15px;
}

.footer-left .footer-social img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}

.footer-left .footer-social img:hover {
  opacity: 0.7;
}

.footer-left .footer-logo a {
  margin-right: 20px;
}

.footer-middle ul, .footer-right ul {
  list-style-type: none;
  padding: 0;
}

.footer-middle ul li, .footer-right ul li {
  margin-bottom: 8px;
}

.footer-middle ul li a, .footer-right ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-middle ul li a:hover, .footer-right ul li a:hover {
  color: #fdd835; /* Yellowish highlight for hover */
}

.newsletter-signup form {
  display: flex;
  gap: 10px;
}

.newsletter-signup input[type="email"] {
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.newsletter-signup .subscribe-btn {
  padding: 10px 20px;
  background-color: #fdd835; /* Bright yellow button */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.newsletter-signup .subscribe-btn:hover {
  background-color: #ffeb3b;
}

.payment-methods img {
  width: 40px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-left, .footer-middle, .footer-right {
    margin-bottom: 30px;
  }
}/* End custom CSS */