.elementor-26 .elementor-element.elementor-element-e2e476e{--display:flex;--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-26 .elementor-element.elementor-element-4ce2267{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4ce2267 */.a1-footer {
  background:
    radial-gradient(circle at 8% 10%, rgba(167, 191, 61, 0.16), transparent 28%),
    linear-gradient(135deg, #10261d 0%, #19543b 100%);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  padding: 80px 5% 28px;
  position: relative;
  overflow: hidden;
}

.a1-footer * {
  box-sizing: border-box;
}

.a1-footer::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  background: rgba(167, 191, 61, 0.18);
  border-radius: 80px;
  transform: rotate(35deg);
}

.a1-footer::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.a1-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.a1-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 0.75fr 1fr;
  gap: 42px;
}

.a1-footer-brand p,
.a1-footer-contact p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  margin: 20px 0 26px;
}

.a1-footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.a1-footer-logo span {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -4px;
  color: #ffffff;
  position: relative;
}

.a1-footer-logo span::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 6px;
  width: 18px;
  height: 28px;
  background: #a7bf3d;
  transform: skew(-18deg);
  z-index: -1;
}

.a1-footer-logo strong {
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
}

.a1-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.a1-footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.25s ease;
}

.a1-footer-socials a:hover {
  background: #a7bf3d;
  color: #10261d !important;
  transform: translateY(-3px);
}

.a1-footer-column h3,
.a1-footer-contact h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.a1-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a1-footer-column li {
  margin-bottom: 13px;
}

.a1-footer-column a,
.a1-footer-legal a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  font-size: 15px;
  transition: all 0.25s ease;
}

.a1-footer-column a:hover,
.a1-footer-legal a:hover {
  color: #ffffff !important;
  padding-left: 4px;
}

.a1-footer-btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #a7bf3d !important;
  color: #10261d !important;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}

.a1-footer-btn:hover {
  background: #ffffff !important;
  color: #19543b !important;
  transform: translateY(-3px);
}

.a1-footer-info {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.a1-footer-info span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.a1-footer-divider {
  width: 100%;
  height: 1px;
  margin: 52px 0 24px;
  background: rgba(255, 255, 255, 0.12);
}

.a1-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.a1-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.a1-footer-legal {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* Tablet */
@media (max-width: 1050px) {
  .a1-footer-top {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .a1-footer-contact {
    grid-column: span 3;
    max-width: 520px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .a1-footer {
    padding: 64px 5% 26px;
  }

  .a1-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .a1-footer-contact {
    grid-column: auto;
  }

  .a1-footer-logo span {
    font-size: 38px;
  }

  .a1-footer-logo strong {
    font-size: 18px;
  }

  .a1-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .a1-footer-legal {
    flex-wrap: wrap;
    gap: 14px;
  }

  .a1-footer-btn {
    width: 100%;
  }
}/* End custom CSS */