/* General Font */
body .gform_wrapper {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

/* Labels */
body .gform_wrapper .gfield_label {
  font-weight: 600;
  font-size: 16px;
}

/* Section Headings */
body .gform_wrapper .gsection_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Submit Button */
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #6CB21E;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #5aa11a;
}

/* Form Field Styling */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* Spacing */
body .gform_wrapper .gfield {
  margin-bottom: 20px;
}

input#gform_next_button_1_33 {
    background: #6CB21E;
    color: white;
    border: none;
}
input#gform_previous_button_1_38 {
    background: #6cb21e;
    color: white;
    border: none;
}
input#gform_next_button_1_38 {
    background: #6cb21e;
    color: white;
    border: none;
}
input#gform_previous_button_1_49 {
 background: #6cb21e;
    color: white;
    border: none;
}
input#gform_next_button_1_49 {
 background: #6cb21e;
    color: white;
    border: none;
}
input#gform_previous_button_1 {
 background: #6cb21e;
    color: white;
    border: none;
}
p.gform_required_legend {
    display: none;
}

a {
    color: black;
    text-underline-offset: auto;
}


.woocommerce-variation-description {
    font-weight: 700;
}



span.woocommerce-Price-amount.amount {
    font-size: 18px;
}

input[type="submit"] {
    background-color: #6CB21E;
    color: #FFFFFF;
    border: none;
}
input:hover[type="submit"] {
    background-color:#6CB21E !important;
    color: #FFFFFF;
    border: none;
}


.place-name {
    color: #ffffff !important;
}