.elementor-4869 .elementor-element.elementor-element-55f4dd2{--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-9e3df95 */.baraka-anniversary-form-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

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

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

.baraka-anniversary-pricing p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

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

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

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

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

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

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

#baraka-anniversary-continue:hover {
  background-color: #b5160f;
}

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

  .baraka-anniversary-pricing p {
    font-size: 14px;
  }

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