.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a8f6136 */.mb-site-footer {
  direction: rtl;
  background: #0f2f2a;
  color: #f8f4ea;
  margin-top: 64px;
  font-size: 16px;
}

.mb-site-footer a {
  color: inherit;
  text-decoration: none;
}

.mb-site-footer a:hover,
.mb-site-footer a:focus {
  text-decoration: underline;
}

.mb-footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.mb-footer-cta {
  background: #f3ead7;
  color: #153f38;
  padding: 32px 0;
  border-top: 1px solid rgba(15, 47, 42, 0.12);
}

.mb-footer-cta .mb-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mb-footer-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.mb-footer-cta p {
  margin: 0;
  max-width: 720px;
  line-height: 1.75;
}

.mb-footer-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.mb-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid #153f38;
}

.mb-footer-button.primary {
  background: #153f38;
  color: #fff;
}

.mb-footer-button.secondary {
  background: transparent;
  color: #153f38;
}

.mb-footer-main {
  padding: 44px 0 36px;
}

.mb-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 36px;
}

.mb-footer-col h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #fff;
}

.mb-footer-col p {
  margin: 0 0 16px;
  line-height: 1.75;
  color: rgba(248, 244, 234, 0.84);
}

.mb-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mb-footer-col li + li {
  margin-top: 10px;
}

.mb-footer-col a {
  color: rgba(248, 244, 234, 0.88);
}

.mb-footer-col a:hover,
.mb-footer-col a:focus {
  color: #fff;
}

.mb-footer-bottom {
  border-top: 1px solid rgba(248, 244, 234, 0.18);
  padding: 22px 0 28px;
  color: rgba(248, 244, 234, 0.76);
}

.mb-footer-bottom .mb-footer-inner {
  display: grid;
  gap: 10px;
}

.mb-footer-bottom p {
  margin: 0;
  line-height: 1.65;
  font-size: 0.92rem;
}

.mb-footer-legal-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.mb-footer-legal-links a {
  font-size: 0.92rem;
  color: rgba(248, 244, 234, 0.9);
}

@media (max-width: 900px) {
  .mb-footer-cta .mb-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mb-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mb-site-footer {
    margin-top: 44px;
  }

  .mb-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mb-footer-cta-actions {
    width: 100%;
  }

  .mb-footer-button {
    width: 100%;
  }
}/* End custom CSS */