.elementor-247 .elementor-element.elementor-element-f0f85d6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-247 .elementor-element.elementor-element-746c33c{--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;}.elementor-247 .elementor-element.elementor-element-cb92ec8{--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;}@media(min-width:768px){.elementor-247 .elementor-element.elementor-element-746c33c{--width:50%;}.elementor-247 .elementor-element.elementor-element-cb92ec8{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-795b9bd */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ================= BASE ================= */
.pmums-wrapper{
  font-family:'Poppins',sans-serif;
  background:linear-gradient(180deg,#f8fafc,#ffffff);
  padding:32px 16px;
}

/* ================= MONTH HEADER ================= */
.pmums-month{
  max-width:820px;
  margin:0 auto 18px;
  text-align:center;
}
.pmums-month h2{
  margin:0;
  font-size:20px;
  font-weight:700;
  color:#111827;
}
.pmums-month span{
  display:block;
  margin-top:6px;
  font-size:13px;
  font-weight:600;
  color:#b45309;
}

/* ================= GRID (FOR MULTIPLE CARDS) ================= */
.pmums-grid{
  max-width:1700px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
  align-items:stretch;
}

@media(max-width:980px){
  .pmums-grid{
    grid-template-columns:1fr;
  }
}

/* ================= CARD (LOCKED SIZE) ================= */
.pmums-card{
  background:#ffffff;
  border-radius:22px;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 16px 40px rgba(0,0,0,0.10);
  padding:24px;
  min-height:620px;                 /* 🔒 HEIGHT LOCK */
  display:flex;
  flex-direction:column;
}

/* ================= HEADER ================= */
.pmums-header{
  display:flex;
  gap:16px;
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid rgba(0,0,0,0.06);
}
.pmums-avatar{
  width:82px;
  height:82px;
  border-radius:18px;
  overflow:hidden;
  border:2px solid #d4af37;
  flex-shrink:0;
}
.pmums-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.pmums-name h3{
  margin:0;
  font-size:17px;
  font-weight:600;
  color:#1f2937;
}
.pmums-name p{
  margin:6px 0 0;
  font-size:13.5px;
  line-height:1.6;
  color:#374151;
}

/* ================= SUPPORT AMOUNT ================= */
.pmums-support{
  margin:22px 0;
  text-align:center;
  background:#fff7ed;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(212,175,55,0.45);
}
.pmums-support strong{
  display:block;
  font-size:26px;
  font-weight:800;
  color:#b45309;
}
.pmums-support span{
  display:block;
  margin-top:6px;
  font-size:13px;
  color:#92400e;
}

/* ================= CONTENT ================= */
.pmums-content p{
  font-size:14px;
  line-height:1.75;
  color:#374151;
  margin-bottom:12px;
}

/* ================= MOTIVATION MESSAGE ================= */
.pmums-message{
  margin-top:18px;
  padding:14px 16px;
  background:#eff6ff;
  border-left:4px solid #2563eb;
  border-radius:14px;
}
.pmums-message p{
  margin:0 0 6px;
  font-size:14px;
  font-weight:600;
  line-height:1.65;
  color:#1e3a8a;
}
.pmums-message p:last-child{
  margin-bottom:0;
}

/* ================= FOOTER (STICKY BOTTOM) ================= */
.pmums-footer{
  margin-top:auto;                  /* 🔒 ALWAYS BOTTOM */
  text-align:center;
  font-size:13px;
  color:#374151;
}

/* ================= MOBILE TUNING ================= */
@media(max-width:520px){
  .pmums-support strong{
    font-size:22px;
  }
  .pmums-card{
    min-height:unset;               /* mobile pe natural height */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-302fdc4 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ================= BASE ================= */
.pmums-wrapper{
  font-family:'Poppins',sans-serif;
  background:linear-gradient(180deg,#f8fafc,#ffffff);
  padding:32px 16px;
}

/* ================= MONTH HEADER ================= */
.pmums-month{
  max-width:820px;
  margin:0 auto 18px;
  text-align:center;
}
.pmums-month h2{
  margin:0;
  font-size:20px;
  font-weight:700;
  color:#111827;
}
.pmums-month span{
  display:block;
  margin-top:6px;
  font-size:13px;
  font-weight:600;
  color:#b45309;
}

/* ================= GRID (FOR MULTIPLE CARDS) ================= */
.pmums-grid{
  max-width:1700px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
  align-items:stretch;
}

@media(max-width:980px){
  .pmums-grid{
    grid-template-columns:1fr;
  }
}

/* ================= CARD (LOCKED SIZE) ================= */
.pmums-card{
  background:#ffffff;
  border-radius:22px;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 16px 40px rgba(0,0,0,0.10);
  padding:24px;
  min-height:620px;                 /* 🔒 HEIGHT LOCK */
  display:flex;
  flex-direction:column;
}

/* ================= HEADER ================= */
.pmums-header{
  display:flex;
  gap:16px;
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid rgba(0,0,0,0.06);
}
.pmums-avatar{
  width:82px;
  height:82px;
  border-radius:18px;
  overflow:hidden;
  border:2px solid #d4af37;
  flex-shrink:0;
}
.pmums-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.pmums-name h3{
  margin:0;
  font-size:17px;
  font-weight:600;
  color:#1f2937;
}
.pmums-name p{
  margin:6px 0 0;
  font-size:13.5px;
  line-height:1.6;
  color:#374151;
}

/* ================= SUPPORT AMOUNT ================= */
.pmums-support{
  margin:22px 0;
  text-align:center;
  background:#fff7ed;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(212,175,55,0.45);
}
.pmums-support strong{
  display:block;
  font-size:26px;
  font-weight:800;
  color:#b45309;
}
.pmums-support span{
  display:block;
  margin-top:6px;
  font-size:13px;
  color:#92400e;
}

/* ================= CONTENT ================= */
.pmums-content p{
  font-size:14px;
  line-height:1.75;
  color:#374151;
  margin-bottom:12px;
}

/* ================= MOTIVATION MESSAGE ================= */
.pmums-message{
  margin-top:18px;
  padding:14px 16px;
  background:#eff6ff;
  border-left:4px solid #2563eb;
  border-radius:14px;
}
.pmums-message p{
  margin:0 0 6px;
  font-size:14px;
  font-weight:600;
  line-height:1.65;
  color:#1e3a8a;
}
.pmums-message p:last-child{
  margin-bottom:0;
}

/* ================= FOOTER (STICKY BOTTOM) ================= */
.pmums-footer{
  margin-top:auto;                  /* 🔒 ALWAYS BOTTOM */
  text-align:center;
  font-size:13px;
  color:#374151;
}

/* ================= MOBILE TUNING ================= */
@media(max-width:520px){
  .pmums-support strong{
    font-size:22px;
  }
  .pmums-card{
    min-height:unset;               /* mobile pe natural height */
  }
}/* End custom CSS */