.free-trial-plans-wrapper .et_pb_text_inner li {
  list-style: disc;
}

.period-select-wrapper {
  background: transparent;
  border-radius: 1rem;
  padding: 0.8em 1em;
  font-size: 1rem;
  display: flex;
  position: relative;
  width: 236px;
  height: 66px;
  margin: 0 auto;
  gap: 10px;
  justify-content: center;
}

.period-select-wrapper label {
  color: #ffc8aa;
  display: block;
  padding: 1em 1.2em 1.6em;
  font-size: 2.13rem;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  font-weight: 500;
  height: 42px;
  border: 2px solid #ffc8aa;
}

.period-select-wrapper label.active {
  background: #ffc8aa;
  color: #1b1b1d;
}

.period-select-wrapper label input {
  display: none;
}

.period-select-wrapper .hint {
  font-size: 1.7em;
  line-height: 1.625em;
  letter-spacing: -0.011em;
  font-style: italic;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 0.7em 1em 0.7em 1em;
  border-radius: 0.75em;
  position: absolute;
  top: 1.3rem;
  right: calc(100% + 2.2rem);
  white-space: nowrap;
}

.period-select-wrapper .hint:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9em 0 0.9rem 1em;
  border-color: transparent transparent transparent #fff;
  top: 1.7em;
  right: -0.9em;
  font-size: 1rem;
}

.eds-bundled-plan-title {
  position: relative;
  padding-left: 64px;
}

.eds-bundled-plan-title:before {
  content: "";
  background-image: url("../../img/bundled-plan-logo.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  left: 0;
  position: absolute;
  background-size: contain;
  top: 0;
}

.eds-most-popular-plan-badge::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  right: 0%;
  background-size: contain;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.5px 14px 0 0;
  border-color: #3F9EB6 transparent transparent transparent;
  bottom: -37%;
}

.eds-most-popular-plan-badge:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  left: 0px;
  background-size: contain;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 15.5px 0;
  border-color: transparent #3F9EB6 transparent transparent;
}

.free-trial-plans-wrapper .et_pb_column_1,
.free-trial-plans-wrapper .et_pb_column_2 {
  min-height: 810px;
}
.free-trial-plans-wrapper .et_pb_column_3 {
  min-height: 850px;
}
.free-trial-plans-wrapper .full-price-value {
  text-decoration: line-through;
  color: #B3B3B3;
}

.free-trial-modal {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11111;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}
.free-trial-modal .sign-up-result-title {
  font-family: "Recoleta";
  margin: 2rem;
}
.free-trial-modal .window {
  width: calc(100% - 20px);
  max-width: 90rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  padding: 0;
  text-align: center;
  border-radius: 10px;
}
.free-trial-modal .close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity background 0.3s;
  -o-transition: opacity background 0.3s;
  transition: opacity background 0.3s;
}
.free-trial-modal .close:hover:before,
.free-trial-modal .close:hover:after {
  background: #B3B3B3;
}
.free-trial-modal .close:before,
.free-trial-modal .close:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #6F6F6F;
}
.free-trial-modal .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.free-trial-modal .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.free-trial-modal .window-content {
  margin: 0 auto;
}
.free-trial-modal .sign-up-header {
  display: flex;
  background-color: #EDF8FB;
  border-radius: 10px 10px 0 0;
  align-items: center;
  padding: 5rem 6rem 3rem 6rem;
  gap: 7rem;
}
.free-trial-modal .sign-up-header .plan-title {
  color: #308091;
  font-size: 4.5rem;
  font-family: "Recoleta";
  font-weight: 600;
  padding-left: 9rem;
  text-align: left;
  text-transform: uppercase;
}
.free-trial-modal .sign-up-header .plan-title:before {
  content: "";
  width: 48px;
  height: 38px;
  background-image: url("../../img/bundled-plan-logo.svg");
  background-repeat: no-repeat;
  display: block;
  left: 56px;
  position: absolute;
  background-size: contain;
  top: 44px;
}
.free-trial-modal .sign-up-header .plan-price-info {
  text-align: left;
}
.free-trial-modal .sign-up-header .plan-price-info p {
  font-size: 1.8rem;
  color: #6F6F6F;
  line-height: 1.5;
  padding-bottom: 0;
}
.free-trial-modal .sign-up-header .plan-price-info .cta-title {
  text-transform: uppercase;
  color: #308091;
  font-size: 2rem;
  font-weight: 500;
}
.free-trial-modal .sign-up-body {
  padding: 5rem;
}
.free-trial-modal .sign-up-body form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.free-trial-modal .sign-up-body label {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #1B1D1D;
}
.free-trial-modal .sign-up-body label span {
  color: red;
}
.free-trial-modal .sign-up-body input[type=password],
.free-trial-modal .sign-up-body input[type=email],
.free-trial-modal .sign-up-body input[type=text] {
  padding: 1.8rem 2rem;
  border-radius: 6px;
  border: 2px solid #6F6F6F;
}
.free-trial-modal .sign-up-body .input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.free-trial-modal .sign-up-body .input-wrapper input.error {
  border-color: #BE5D68;
}
.free-trial-modal .sign-up-body .input-wrapper span.error-text {
  text-align: left;
  color: #BE5D68;
  font-size: 13px;
  margin-top: 0.5rem;
}
.free-trial-modal .sign-up-body .two-fields {
  display: flex;
  gap: 20px;
  width: 100%;
}
.free-trial-modal .sign-up-body .two-fields .input-wrapper {
  width: calc(50% - 10px);
}
.free-trial-modal .sign-up-body button {
  margin: 0 auto;
  color: #1B1D1D;
  font-weight: 600;
}
.free-trial-modal .sign-up-body button:hover {
  background-color: #3F9EB6;
  color: #fff;
}
.free-trial-modal .sign-up-body .popup-slide p {
  line-height: 1.5;
}
.free-trial-modal .sign-up-footer {
  font-size: 15px;
  padding: 3rem;
  border-top: 2px solid #E4E4E4;
}
.free-trial-modal .sign-up-footer a {
  color: #1B1D1D;
  text-decoration: underline;
}
.free-trial-modal .sign-up-footer a:hover {
  text-decoration: none;
}
.free-trial-modal .preloader h5 {
  font-size: 3rem;
  font-family: "Recoleta";
}
.free-trial-modal .preloader img {
  width: 200px;
  margin: 1rem auto;
}

.free-trial-modal.free-trial-form-shortcode {
  position: relative;
  display: block;
  position: inherit;
  background: none;
}
.free-trial-modal.free-trial-form-shortcode .sign-up-body {
  padding: 0;
}
.free-trial-modal.free-trial-form-shortcode .sign-up-body form {
  max-width: none;
}
.free-trial-modal.free-trial-form-shortcode .sign-up-footer {
  border-top: none;
  line-height: 1.5;
}
.free-trial-modal.free-trial-form-shortcode .sign-up-body button {
  background-color: #195a5a;
  color: #fff;
  font-weight: 600;
  transition: opacity 0.3s;
}
.free-trial-modal.free-trial-form-shortcode .sign-up-body button:hover {
  opacity: 0.85;
}

.free-trial-modal.active {
  display: block;
}

.free-trial-modal.style-sel .sign-up-header {
  background-color: #f9fada;
}
.free-trial-modal.style-sel .sign-up-header .plan-title {
  color: #64701A;
}
.free-trial-modal.style-sel .sign-up-header .plan-title:before {
  background-image: url("../../img/sel-logo-dark.svg");
}
.free-trial-modal.style-sel .sign-up-header .cta-title {
  color: #1B1D1D;
}
.free-trial-modal.style-sel button {
  background-color: #EBECB4;
}
.free-trial-modal.style-sel button:hover {
  background-color: #B1C14D;
  opacity: 0.9;
}

.free-trial-modal.style-scc .sign-up-header {
  background-color: #FBE09F;
}
.free-trial-modal.style-scc .sign-up-header .plan-title {
  color: #EC801D;
}
.free-trial-modal.style-scc .sign-up-header .plan-title:before {
  background-image: url("../../img/scc-logo-dark.svg");
}
.free-trial-modal.style-scc .sign-up-header .cta-title {
  color: #1B1D1D;
}
.free-trial-modal.style-scc button {
  background-color: #FFDCA7;
}
.free-trial-modal.style-scc button:hover {
  background-color: #F7B148;
  opacity: 0.9;
}

.free-trial-modal:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}

.multi-step-form {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.form-step {
  min-width: 100%;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: none;
  flex-direction: column;
}

.form-step.form-active {
  display: flex;
}

.free-trial-modal .sign-up-body select {
  padding: 1.8rem 2rem;
  border-radius: 6px;
  border: 2px solid #6F6F6F;
  font-size: 1.6rem;
  color: #1B1D1D;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%236F6F6F' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.6rem;
}

.free-trial-modal .sign-up-body select:invalid {
  color: #B3B3B3;
}

.custom-select-single {
  position: relative;
  font-size: 1.6rem;
}

.select-box {
  border: 2px solid #6F6F6F;
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box:focus {
  outline: none;
  border-color: #68A1B9;
}

.options-list {
  position: fixed;
  top: inherit;
  left: inherit;
  z-index: 9999;
  width: 640px;
  max-height: 300px;
  overflow-y: auto;
  border: 2px solid #555;
  border-radius: 10px;
  background: #fff;
  display: none;
  padding: 1rem;
  box-sizing: border-box;
}

.custom-select-single.open .options-list {
  display: block;
}

.custom-radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  cursor: pointer;
}

.option-item {
  color: #000 !important;
}


/* Hide native radio */
.custom-radio-option input[type="radio"] {
  display: none;
}

/* Custom radio circle */
.custom-radio-option span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #888;
  background: white;
  box-sizing: border-box;
  margin-right: 8px;
}

/* Selected */
.custom-radio-option input[type="radio"]:checked + span::before {
  background-color: #3F9EB6;
  border-color: #3F9EB6;
  background-image: radial-gradient(circle, white 40%, transparent 41%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}


.custom-multiselect {
  position: relative;
  font-size: 1.6rem;
  color: #1B1D1D;
}

.select-box {
  border: 2px solid #6F6F6F;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box:focus {
  outline: none;
  border-color: #68A1B9;
}

.options-list {
  position: fixed;
  top: inherit;
  left: inherit;
  width: 640px;
  min-width: 200px;
  z-index: 9999;
  background: #fff;
  border: 2px solid #6F6F6F;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: none;
  max-height: 220px;
  overflow-y: auto;
}

.custom-multiselect .options-list {
  max-height: 180px;
}


.options-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

.options-list input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.custom-multiselect.open .options-list {
  display: block;
}

.arrow {
  font-size: 1.3rem;
}

.navigation-buttons-page-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

/* Left spacer to balance the layout */
.navigation-buttons-page-1 .spacer {
  width: 120px; /* or same width as the button for balance */
}

/* Centered page indicator */
.navigation-buttons .form-progress {
  flex: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1B1D1D;
}

/* Next button on the right */
.navigation-buttons-page-1 .next-button {
  min-width: 120px;
  border-radius: 999px;
  background-color: #CEEBF2;
  color: #1B1D1D;
  border: 2px solid #308091;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.navigation-buttons-page-1 .next-button:hover {
  background-color: #F5F5F5;
}

/* Arrow after "Next" */
.navigation-buttons-page-1 .next-button::after {
  content: "→";
  margin-left: 8px;
}


.navigation-buttons-page-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}


/* Back button styling */
.navigation-buttons-page-2 .back-button {
  min-width: 120px;
  border-radius: 999px;
  background-color: transparent;
  color: #308091;
  border: 2px solid #308091;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

.navigation-buttons-page-2 .back-button:hover {
  background-color: #F5F5F5;
}

/* Submit button styling */
.navigation-buttons-page-2 .submit-button {
  min-width: 120px;
  border-radius: 999px;
  background-color: #FFE79B;
  color: #1B1D1D;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

.navigation-buttons-page-2 .submit-button:hover {
  background-color: #FFD94D;
}


.navigation-buttons .back-button {
  background-color: transparent;
  color: #308091;
  border: 2px solid #308091;
  transition: background-color 0.2s, color 0.2s;
}

.navigation-buttons .back-button:hover {
  background-color: #F5F5F5;
}

/* Submit Button Style */
.navigation-buttons .submit-button {
  background-color: #FFE79B;
  color: #1B1D1D;
  border: none;
  transition: background-color 0.2s, color 0.2s;
}

.navigation-buttons .submit-button:hover {
  background-color: #FFD94D;
}


/* Hide native checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Label styling */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  padding: 0.4rem 0;
  cursor: pointer;
}

/* Base box */
.custom-checkbox .option-item {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
}

/* Box */
.custom-checkbox .option-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #888;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s;
}

/* Checkmark */
.custom-checkbox input[type="checkbox"]:checked + .option-item::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

.custom-checkbox input[type="checkbox"]:checked + .option-item::before {
  background-color: #3F9EB6;
  border-color: #3F9EB6;
}

.custom-multiselect label::before {
  border-radius: 6px;
}

@media (max-width: 980px) {
  .eds-most-popular-plan-badge:before,
  .eds-most-popular-plan-badge:after {
    content: none;
  }
  .period-select-wrapper .hint {
    display: none;
  }
}
@media (max-width: 690px) {
  .sign-up-header {
    flex-direction: column;
  }
  .sign-up-header .plan-title::before {
    left: 36% !important;
    top: 27px !important;
  }
  .style-bundled .sign-up-header .plan-title::before {
    left: 25% !important;
  }
}

/*# sourceMappingURL=free-trial.css.map */
