.elementor-679 .elementor-element.elementor-element-5c43ab6{width:var( --container-widget-width, 60.477% );max-width:60.477%;--container-widget-width:60.477%;--container-widget-flex-grow:0;}.elementor-679 .elementor-element.elementor-element-5c43ab6.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-679 .elementor-element.elementor-element-5c43ab6{--container-widget-width:81%;--container-widget-flex-grow:0;width:var( --container-widget-width, 81% );max-width:81%;}}@media(max-width:767px){.elementor-679 .elementor-element.elementor-element-5c43ab6{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5c43ab6 */.gform_wrapper {
  /*background: #EEEADB;*/
  border-width: 0px;
  border-style: solid;
  border-color: #EEEADB;
  border-radius: 0px;
  padding: 0px;
}

.gform_fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gfield {
  /*background: #EEEADB;*/
  border-width: 0px;
  border-style: solid;
  border-color: #eeeeee;
  border-radius: 6px;
  padding: 0px;
}

.gfield_label {
  display: block;
  color: #222211;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}

.gfield_required { color: #cc0000; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="url"] {
  width: 100%;
  height: 50px;
  /*background: #EEEADB;*/
  /*color: #222211;*/
  border-width: 1px;
  border-style: solid;
  border-color: #222211;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 20px;
  box-sizing: border-box;
  transition: border-color .2s;
}

.gform_wrapper textarea {
  width: 100%;
  background: #EEEADB;
  color: #222211;
  border-width: 1px;
  border-style: solid;
  border-color: #222211;
  border-radius: 5px;
  padding: 20px;
  font-size: 20px;
  box-sizing: border-box;
  transition: border-color .2s;
}

.gform_wrapper select {
  width: 100%;
  height: 50px;
  /*background: #EEEADB;*/
  /*color: #222211;*/
  border-width: 1px;
  border-style: solid;
  border-color: #222211;
  border-radius: 5px;
  padding: 6px 32px 0 20px!important;
  font-size: 20px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder { color: #aaaaaa; }

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  outline: none;
  border-color: #4a90d9 !important;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.gfield_checkbox input[type="checkbox"],
.gfield_radio input[type="radio"] {
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  background: #f5f3ec;
  border: 2px solid #222211;
  border-radius: 0px;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  transition: background .15s, border-color .15s;
}

.gfield_radio input[type="radio"] {
  border-radius: 50%;
}

.gfield_checkbox input[type="checkbox"]:checked,
.gfield_radio input[type="radio"]:checked {
  background: #222211;
  border-color: #222211;
}

.gfield_checkbox input[type="checkbox"]:hover,
.gfield_radio input[type="radio"]:hover {
  border-color: #222211;
  background: #f5f3ec;
}

.gfield_checkbox label,
.gfield_radio label { color: #222211; font-size: 20px; }

.gsection_title {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #222211;
  padding-bottom: 12px;
  margin-bottom: 4px;
}

.gform_button {
  height: 44px !important;
  background: #c4ba01 !important;
  color: #4d4900 !important;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: #111111 !important;
  border-radius: 50px !important;
  padding: 0 28px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  width: auto !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.gform_button:hover {
  background: #4d4900 !important;
  color: #c4ba01 !important;
  border-color: #4d4900 !important;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border-color: #cc0000 !important;
  background: #fff5f5;
}

.validation_message { color: #cc0000; font-size: 12px; margin-top: 4px; }

.gform_validation_errors {
  background: #fff5f5;
  border: 1px solid #cc0000;
  border-radius: 4px;
  padding: 10px 14px;
  color: #cc0000;
  font-size: 14px;
  margin-bottom: 16px;
}

h2.gform_title {
    display: none;
}

/* Gravity Forms – Large Radio Button Cards */

.ginput_container_radio #input_1_12 {
  display: ruby !important;
  flex-wrap: wrap;
  gap: 12px;
}

.ginput_container_radio #input_1_12 .gchoice {
  position: relative;
  width: calc(50% - 6px) !important;
  height: 120px;
  box-sizing: border-box;
  display: block !important;
}

.ginput_container_radio #input_1_12 .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.ginput_container_radio #input_1_12 .gchoice label {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  border: 2px solid #c8c4b8;
  border-radius: 50px;
  background: #F5F3EC;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
  padding: 0 20px;
}

.ginput_container_radio #input_1_12 .gchoice-title {
  font-size: 20px;
  font-weight: 600;
  color: #4D4900;
}

.ginput_container_radio #input_1_12 .gchoice-sub {
  font-size: 13px;
  font-weight: 400;
  color: #4D4900;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

/* Hover */
.ginput_container_radio #input_1_12 .gchoice label:hover {
  border-color: #C4BA01;
  background: #C4BA01;
}

.ginput_container_radio #input_1_12 .gchoice label:hover .gchoice-sub {
  opacity: 1;
}

/* Selected */
.ginput_container_radio #input_1_12 .gchoice input[type="radio"]:checked + label {
  border-color: #C4BA01;
  background: #C4BA01;
}

.ginput_container_radio #input_1_12 .gchoice input[type="radio"]:checked + label .gchoice-sub {
  opacity: 1;
}

/* Mobile – stack full width */
@media (max-width: 600px) {
  .ginput_container_radio #input_1_12 .gchoice {
    width: 100% !important;
  }
}

input#input_1_50 {
    font-size: 20px;
    margin-left: -19px;
}

div#field_1_51 {
    font-size: 12px;
}

.payment-note {
    background-color: #ffffff;
    padding: 10px 35px;
    border-radius: 20px;
    text-align: center;
}/* End custom CSS */