.elementor-4861 .elementor-element.elementor-element-8a41e14{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-034aba0 */.baraka-maternity-form-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.baraka-maternity-form-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.baraka-maternity-title {
  text-align: center;
  font-size: 30px;
  color: #222;
  font-weight: 700;
}

.baraka-maternity-text p, .baraka-maternity-text ul {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.baraka-maternity-text ul {
  padding-left: 22px;
}

.baraka-maternity-pricing table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.baraka-maternity-pricing th, .baraka-maternity-pricing td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.baraka-maternity-pricing th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.baraka-maternity-checkbox {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}

.baraka-maternity-checkbox input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

#baraka-maternity-continue {
  background-color: #e94b35;
  color: white;
  padding: 14px 22px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#baraka-maternity-continue:hover {
  background-color: #d13827;
}

/* Responsive */
@media (max-width: 768px) {
  .baraka-maternity-title {
    font-size: 24px;
  }

  .baraka-maternity-text p, .baraka-maternity-text ul {
    font-size: 14px;
  }

  #baraka-maternity-continue {
    width: 100%;
  }
}/* End custom CSS */