/*
Theme Name: Landing Page
Author URI: 
Version: 1.0.0
Text Domain: land
*/
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s, transform 0.25s;
  transition-delay: 0ms;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.editor-styles-wrapper .fade-in-up {
  opacity: 1 !important;
  transform: none !important;
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

strong {
  font-weight: 500;
}

ul, ol {
  padding-inline-start: 20px;
}

img, figure {
  max-width: 100%;
  height: auto;
}

iframe {
  vertical-align: bottom;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

body {
  font-feature-settings: "cv01" on, "cv11" on;
}

.text-center {
  text-align: center;
}

.text-balanced {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-720 {
  max-width: 720px;
}

.max-w-900 {
  max-width: 900px;
}

a {
  text-decoration: underline solid #00b072;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .tablet-plus {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet-plus {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1023.5px) {
  .desktop-only {
    display: none !important;
  }
  .square-on-mobile img {
    aspect-ratio: 4/3 !important;
    object-fit: cover;
  }
}
@media (max-width: 1023.5px) {
  .reverse-column {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  :not(.editor-styles-wrapper).sticky-column {
    position: sticky;
    top: 120px;
    align-self: flex-start;
  }
}
.site-header {
  position: relative;
  padding: 18px 0 14px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: visible;
}
.site-header .logo a {
  display: flex;
  align-items: center;
}
.site-header .logo svg {
  width: 140px;
  height: 29px;
}

.trustee-bar p {
  font-size: 0.813rem;
}
@media (min-width: 768px) {
  .trustee-bar p {
    font-size: 1.063rem;
  }
}
.trustee-bar p svg {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
}

.osb a {
  text-decoration: none;
}

.hero p {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--compact);
}
@media (max-width: 499.5px) {
  .hero .wp-block-button {
    width: 100% !important;
  }
}
@media (max-width: 1023.5px) {
  .hero h1 {
    text-align: center;
  }
  .hero .wp-block-buttons.is-content-justification-left {
    justify-content: center;
  }
}

@media (max-width: 1023.5px) {
  .reviews-panel {
    justify-content: center;
  }
}
.circle-group {
  position: relative;
  width: 110px;
  height: 40px;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.circle:nth-child(2) {
  left: 32px;
  z-index: 2;
}
.circle:nth-child(3) {
  left: 64px;
  z-index: 3;
}
.circle img {
  width: 42px;
  height: 42px;
  border: 2px solid var(--wp--preset--color--base);
  aspect-ratio: 1/1;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.05);
}

.reviews-container {
  position: relative;
}
.reviews-container a {
  text-decoration: none;
}

body:not(.block-editor-page) .full-link a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.steps-container {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.steps-container p {
  margin: 0;
  padding: 0;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--sneak);
  font-size: clamp(1.375rem, 4vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.steps-container .wp-block-html {
  display: none;
}

.debts {
  min-width: 50%;
  max-width: 100%;
}
.debts p {
  font-size: clamp(1.125rem, 5vw, 1.375rem);
  color: var(--wp--preset--color--primary);
}
.debts .row {
  border-bottom: 1px solid rgba(32, 30, 28, 0.0784313725);
  padding-bottom: 5px;
}
.debts .last {
  border-bottom: none;
}

.two-col {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (min-width: 425px) {
  .two-col {
    gap: 1rem;
  }
}
.two-col .wp-block-group {
  flex: 1 1 calc(50% - 0.3rem);
  box-sizing: border-box;
  min-width: 0;
}
@media (min-width: 425px) {
  .two-col .wp-block-group {
    flex: 1 1 calc(50% - 0.5rem);
  }
}
.two-col span {
  display: none;
}
@media (min-width: 425px) {
  .two-col span {
    display: inline;
  }
}

.three-col {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.three-col .wp-block-group {
  position: relative;
  flex: 1 1 100%;
  box-sizing: border-box;
  min-width: 0;
}
.three-col .step::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 18px;
  background: #c5cbd9;
  position: absolute;
  overflow: hidden;
  left: auto;
  right: auto;
  bottom: 100%;
}
@media (min-width: 768px) {
  .three-col .step::after {
    width: 30px;
    height: 0.1rem;
    right: -30px;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .three-col .step:first-child::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .three-col .step:last-child::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .three-col .wp-block-group {
    flex: 1 1 calc(33.333% - 0.67rem);
  }
}

.testimonials-wrapper {
  position: relative;
  max-height: 1350px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (min-width: 768px) {
  .testimonials-wrapper {
    max-height: 850px;
  }
}
.testimonials-wrapper p span {
  background-color: rgba(255, 205, 54, 0.2509803922);
  padding: 0 2px;
  border-radius: 4px;
}

.testimonials-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), #f8fafe);
  pointer-events: none;
}

.testimonials-wrapper.expanded {
  max-height: none;
}

.testimonials-wrapper.expanded::after {
  display: none;
}

.testimonials-toggle {
  display: inline-block;
  margin: 0 auto;
  background: none;
  border: 1px solid #d7dde9;
  padding: 8px 24px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
}
.testimonials-toggle:hover {
  border-color: #96999e;
}

footer a {
  text-decoration: none;
}
footer a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8fafe;
  border-top: 1px solid #d8d8d8;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-id-2633 .sticky-footer,
.page-id-1506 .sticky-footer,
.page-id-2638 .sticky-footer {
  display: none;
}

.sticky-footer.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.sticky-button {
  width: 100%;
  max-width: 450px;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 50px;
  border-color: #30a27a;
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: 1.188rem;
  font-weight: 500;
  line-height: var(--wp--custom--line-height--none);
  text-align: center;
  padding-top: 18px;
  padding-right: 22px;
  padding-bottom: 18px;
  padding-left: 22px;
  text-decoration: none;
  position: relative;
}
.sticky-button:hover {
  color: var(--wp--preset--color--base);
}
.sticky-button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpolyline points='1 13 7 7 1 1' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.gform-theme--foundation .gform_fields {
  row-gap: 15px;
}

#gform_wrapper_3,
#gform_wrapper_5 {
  margin: 0;
}
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46) .gchoice:has(input[type=radio]:checked),
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46) .gchoice:has(input[type=radio]:checked) {
  border-color: #30a27a;
  background: #eafcf5;
}
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46) .gchoice,
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46) .gchoice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #afbbc0;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46) .gchoice:hover,
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46) .gchoice:hover {
  border-color: #495057;
}
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46) .gchoice label,
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46) .gchoice label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.063rem;
  line-height: 1;
  color: #495057 !important;
  font-weight: 500 !important;
  padding: 0;
  cursor: pointer;
}
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46) .gchoice input[type=radio],
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46) .gchoice input[type=checkbox],
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46) .gchoice input[type=radio],
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46) .gchoice input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#gform_wrapper_3 .gfield--type-choice:not(#field_5_46).field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])),
#gform_wrapper_5 .gfield--type-choice:not(#field_5_46).field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  color: var(--wp--preset--color--primary);
  font-size: clamp(1.313rem, 2vw, 1.375rem) !important;
  text-align: center;
  font-weight: 550;
  margin-bottom: 20px;
}

.gchoice_1_46_1 .gform-field-label,
.gchoice_5_46_1 .gform-field-label {
  font-size: 0.875rem;
}

.ginput_container_phone {
  position: relative;
}

.dropdown-menu > label:first-of-type {
  color: var(--wp--preset--color--primary) !important;
  font-size: clamp(1.313rem, 2vw, 1.375rem) !important;
  text-align: center !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

.gfield_required {
  display: none !important;
}

.gform_next_button,
#gform_submit_button_3 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#gform_page_5_4 .gform_previous_button,
#gform_page_5_5 .gform_previous_button {
  display: none !important;
}

#gform_submit_button_1,
#gform_submit_button_5 {
  width: 100%;
  padding: 20px 10px;
  font-size: 1.25rem;
  border-radius: 50px;
}

.qualify h1 span {
  color: var(--wp--preset--color--secondary);
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
  margin-block-start: 20px;
}

.gform-field-website {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

/* Reserve space for form 5 to prevent layout shift */
#gform_wrapper_5 {
  min-height: 450px;
}

#gform_fields_5,
#gform_page_5_1 .gform_fields {
  row-gap: 0 !important;
}

/* Custom Gravity Forms segmented progress bar */
/* Hide default Gravity Forms progress bar for form 5 */
#gform_5 .gf_progressbar_wrapper:not(.gf_progressbar_wrapper_custom) {
  display: none !important;
}

.gf_progressbar_wrapper_custom {
  margin: 0 0 1.5rem !important;
}

.custom-segmented-bar {
  display: flex !important;
  gap: 6px !important;
  width: 100% !important;
  height: 6px !important;
}

.custom-segmented-bar .segment {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  height: 6px !important;
  background: #e5e7eb !important;
  border-radius: 3px !important;
  transition: background-color 0.25s ease !important;
}

.custom-segmented-bar .segment--complete {
  background: #31c48d !important;
}

.custom-segmented-bar .segment--active {
  background: #31c48d !important;
}

.google-reviews-link {
  position: relative;
  cursor: pointer;
}

.google-reviews-link a[href*="g.co/kgs"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}