.elementor-606 .elementor-element.elementor-element-27f8be2{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-12df17e *//* ==========================
   ZURI – ABOVE FOOTER SECTION
   ========================== */

.zuri-prefooter-section {
  width: 100%;
  padding: 60px 0 50px 0;
  background: #f5ece3; /* light page beige */
  box-sizing: border-box;
}

.zuri-prefooter-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 28px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  box-sizing: border-box;
}

/* Header */
.zuri-prefooter-header {
  text-align: center;
  margin-bottom: 26px;
}

.zuri-prefooter-header h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #221015;
  margin: 0 0 6px;
}

.zuri-prefooter-header p {
  font-size: 14px;
  line-height: 1.6;
  color: #5b4a4f;
  margin: 0;
}

/* Grid of cards */
.zuri-prefooter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.zuri-prefooter-card {
  flex: 1 1 0;
  min-width: 230px;
  background: #f9f2ea;
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
}

.zuri-prefooter-icon {
  margin-bottom: 10px;
}

.zuri-prefooter-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #b69c81;
  color: #fffaf2;
  font-size: 13px;
  font-weight: 700;
}

.zuri-prefooter-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #221015;
  margin: 0 0 6px;
}

.zuri-prefooter-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #5b4a4f;
  margin: 0;
}

/* CTA row */
.zuri-prefooter-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 14px;
}

.zuri-prefooter-cta p {
  margin: 0;
  font-size: 14px;
  color: #3d2f34;
}

.zuri-prefooter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 999px;
  background: #221015;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.zuri-prefooter-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28);
}

/* ==========================
   RESPONSIVE
   ========================== */

@media (max-width: 900px) {
  .zuri-prefooter-inner {
    margin: 0 16px;
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .zuri-prefooter-grid {
    flex-direction: column;
  }

  .zuri-prefooter-card {
    width: 100%;
  }

  .zuri-prefooter-header h2 {
    font-size: 22px;
  }
}/* End custom CSS */