/* Container max width and center */
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Labels and inputs stacked with consistent spacing */
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

/* Inputs, selects, textarea full width and nicely padded */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.wpcf7-form textarea {
  width: 90%;
}

/* Checkbox and radio options stacked vertically */
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-radio label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: normal;
  cursor: pointer;
}

/* Checkbox and radio input size */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* Submit button full width and centered */
.wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #0073aa;
  color: white;
  padding: 14px 0;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  text-align: center;
}


/* Target the checkbox wrapper for the 'mrldq-hear-about' field */
.wpcf7-form-control-wrap[data-name="mrldq-hear-about"]>.wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: auto auto;
  gap: 8px 20px;
}

/* Make each checkbox label a flex container for alignment */
.wpcf7-form-control-wrap[data-name="mrldq-hear-about"] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* Style the checkbox input */
.wpcf7-form-control-wrap[data-name="mrldq-hear-about"] input[type="checkbox"] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.question-label {
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
}


/* Supposed to be added in Child Theme */
/* .mr-footer-links-wrap li::before {
  top: 9px !important;
}

.site-footer .widget ul li a {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.site-footer .widget .widget-title {
  font-size: 22px !important;
}

header#masthead {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.mr-contact-form-wrap input,
.mr-contact-form-wrap textarea,
.mr-contact-form-wrap select {
  background: #f6f7f9 !important;
  padding: 15px !important;
}

.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li>a.nav-link, .edubin-header-area ul.edubin-navbar-nav>li>a,
.edubin-header-area ul.edubin-navbar-nav .dropdown ul.edubin-dropdown-menu li a {
  font-size: 16px !important;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #005177;
}

.mr-contact-form-wrap input[type="submit"] {
  background: #773AA4 !important;
}

.mr-contact-form-wrap input[type="submit"]:hover {
  background: #FAD144 !important;
}


.wpcf7 form.sent .wpcf7-response-output {
  border-color: #FAD144 !important;
} */