.rich-footer {
  background: #146c43;
  border-top: 0;
  color: rgba(255, 255, 255, .84);
  margin-top: 42px;
  padding: 48px 0 0;
}

.footer-widget-grid {
  display: grid;
  gap: 30px;
}

.footer-widget-grid-1 { grid-template-columns: minmax(0, 1fr); }
.footer-widget-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-widget-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.footer-widget-grid-4,
.footer-widget-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.footer-widget-column { min-width: 0; }

.footer-widget,
.footer-widget p,
.footer-widget li,
.footer-widget span {
  color: rgba(255, 255, 255, .84);
}

.footer-widget-title,
.footer-widget h2,
.footer-widget h3,
.footer-widget strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.footer-widget p { margin: 0 0 14px; }

.footer-widget ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget a {
  color: #ffffff;
  font-weight: 800;
}

.footer-widget a:hover { color: #f7c35f; }
.footer-logo { margin-bottom: 14px; }

.footer-logo .custom-logo-link {
  background: #ffffff;
  border-radius: 16px;
  display: inline-flex;
  padding: 8px 10px;
}

.footer-logo .custom-logo {
  height: 48px;
  max-height: 48px;
  width: auto;
}

.footer-widget input,
.footer-widget textarea,
.footer-widget select {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #ffffff;
  font: inherit;
  padding: 12px 14px;
  width: 100%;
}

.footer-widget input::placeholder { color: rgba(255, 255, 255, .62); }

.footer-widget button,
.footer-widget input[type="submit"] {
  background: #28a745;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 12px 16px;
}

.footer-bottom-bar {
  background: #0f5132;
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 38px;
}

.footer-bottom-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  padding: 16px 0;
}

.footer-bottom-inner p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
}

.footer-menu ul,
.footer-social-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu a,
.footer-social-share a,
.back-to-top {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.footer-social-share a,
.back-to-top {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
}

.footer-social-share a {
  height: 40px;
  padding: 0;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
  width: 40px;
}

.footer-social-share a:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .34);
  transform: translateY(-2px);
}

.footer-social-share svg {
  display: block;
  fill: currentColor;
  height: 20px;
  stroke: none;
  width: 20px;
}

.footer-social-facebook:hover { color: #1877f2 !important; background: #ffffff !important; }
.footer-social-x:hover,
.footer-social-twitter:hover { color: #000000 !important; background: #ffffff !important; }
.footer-social-instagram:hover { color: #e4405f !important; background: #ffffff !important; }
.footer-social-linkedin:hover { color: #0a66c2 !important; background: #ffffff !important; }
.footer-social-youtube:hover { color: #ff0000 !important; background: #ffffff !important; }
.footer-social-tiktok:hover { color: #000000 !important; background: #ffffff !important; }
.footer-social-whatsapp:hover { color: #25d366 !important; background: #ffffff !important; }

.footer-social-share a:hover,
.back-to-top:hover,
.footer-menu a:hover { color: #f7c35f; }

.back-to-top {
  height: 34px;
  padding: 0;
  width: 34px;
}

@media (max-width: 980px) {
  .footer-widget-grid-3,
  .footer-widget-grid-4,
  .footer-widget-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rich-footer { padding-top: 34px; }

  .footer-widget-grid-1,
  .footer-widget-grid-2,
  .footer-widget-grid-3,
  .footer-widget-grid-4,
  .footer-widget-grid-four {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
