.elementor-97 .elementor-element.elementor-element-f429da9{--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;}/* Start custom CSS for html, class: .elementor-element-9a4327d *//* ===========================
   FOOTER (LIGHT)
=========================== */
.cr-footer {
  background: #F9FAFB;
  border-top: 1px solid #E5E7EB;
  padding: 40px 20px;
  color: #0F172A;
  margin-top: 60px;
}

.cr-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* TOP: logo + CTA */
.cr-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.cr-footer-brand img {
  max-width: 220px;
  height: auto;
}

.cr-footer-cta {
  text-align: right;
  flex: 1;
  min-width: 260px;
}

.cr-footer-cta-text {
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 8px;
}

.cr-footer-cta-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #22C55E;        /* primary green */
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.cr-footer-cta-btn:hover {
  background: #16A34A;
}

.cr-footer-cta-sub {
  font-size: 12px;
  color: #6B7280;
  margin-top: 6px;
}

/* MIDDLE: contact + legal */
.cr-footer-middle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 16px;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

.cr-footer-contact h4,
.cr-footer-legal h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.cr-footer-contact p {
  font-size: 13px;
  color: #4B5563;
  margin: 2px 0;
}

.cr-footer-contact a {
  color: #16A34A;
  text-decoration: none;
}

.cr-footer-contact a:hover {
  text-decoration: underline;
}

.cr-footer-legal {
  text-align: right;
}

.cr-footer-legal a {
  display: inline-block;
  font-size: 13px;
  color: #16A34A;
  text-decoration: none;
  margin-left: 14px;
}

.cr-footer-legal a:first-of-type {
  margin-left: 0;
}

.cr-footer-legal a:hover {
  text-decoration: underline;
}

/* BOTTOM: copyright */
.cr-footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #6B7280;
  margin-top: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cr-footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cr-footer-cta {
    text-align: center;
  }

  .cr-footer-middle {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cr-footer-legal {
    text-align: center;
  }

  .cr-footer-legal a {
    margin: 0 10px;
  }
}/* End custom CSS */