.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-753 .elementor-element.elementor-element-d3ce045{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for html, class: .elementor-element-1cc99c9 *//* FOOTER */
.gw-footer {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
}

/* MAIN FOOTER */
.gw-footer-main {
  padding: 80px 0 70px;
  background: #ffffff;
}

/* CONTAINER FIX */
.gw-footer .gw-container,
.gw-footer-bottom-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

/* GRID */
.gw-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

/* BRAND */
.gw-footer-brand {
  max-width: 360px;
}

.gw-footer-brand img {
  width: 210px;
  height: auto;
  margin-bottom: 28px;
}

.gw-footer-brand p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

/* INFO */
.gw-footer-info {
  max-width: 430px;
}

.gw-footer-info h3 {
  margin: 0 0 28px;
  color: #3A5B12;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 500;
}

.gw-footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.gw-footer-info li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.gw-footer-info li .material-symbols-outlined {
  flex: 0 0 auto;
  color: #3A5B12;
  font-size: 23px;
  margin-top: 2px;
}

.gw-footer-info a {
  color: #4b5563 !important;
  text-decoration: none !important;
}

.gw-footer-info a:hover {
  color: #3A5B12 !important;
}

/* SOCIAL */
.gw-footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}

.gw-footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f6ef;
  color: #3A5B12 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.gw-footer-social a:hover {
  background: #3A5B12;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.gw-footer-social .material-symbols-outlined {
  font-size: 22px;
}

/* MAP */
.gw-footer-map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

/* BOTTOM BAR */
.gw-footer-bottom {
  background: #3A5B12;
  padding: 18px 0;
  color: #ffffff;
}

.gw-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.gw-footer-links {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.gw-footer-links a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.92;
}

.gw-footer-links a:hover {
  opacity: 1;
  text-decoration: underline !important;
}

.gw-footer-bottom p {
  margin: 0;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.92;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .gw-footer-main {
    padding: 60px 0 50px;
  }

  .gw-footer .gw-container,
  .gw-footer-bottom-inner {
    width: 90%;
  }

  .gw-footer-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gw-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .gw-footer-links {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .gw-footer-main {
    padding: 50px 0 40px;
  }

  .gw-footer .gw-container,
  .gw-footer-bottom-inner {
    width: 92%;
  }

  .gw-footer-brand img {
    width: 180px;
  }

  .gw-footer-info h3 {
    font-size: 34px;
  }

  .gw-footer-map iframe {
    height: 240px;
    border-radius: 18px;
  }

  .gw-footer-links {
    gap: 18px;
  }
}/* End custom CSS */