:root {
  --lighter-primary-color-rgb: 225, 159, 158;
  --primary-color-rgb: 195, 66, 63;
  --darker-primary-color-rgb: 136, 45, 43;
  --primary-color: rgb(var(--primary-color-rgb));
  --lighter-primary-color: rgb(var(--lighter-primary-color-rgb));
  --darker-primary-color: rgb(var(--darker-primary-color-rgb));
}

.fieldWrapper {
  display: flex;
  flex-direction: column;
  gap: var(--field-wrapper-gap);
  align-items: start;
}

.fieldWrapper label {
  font-weight: var(--form-font-weight);
  color: var(--form-label-color);
}

.form-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.fieldWrapper.half {
  flex: 1;
}

.form-control {
  margin-bottom: var(--form-field-margin-bot);
  padding: var(--form-field-padding);
  font-size: var(--form-radio-font-size);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background);
  color: var(--form-text-color);
  width: 100%;
}

.form-textarea {
  padding: 10px;
  font-size: var(--form-radio-font-size);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background);
  color: var(--form-text-color);
  resize: none;
  width: 100%;
}
/* Override default variables for minimal theme */
multistep-component-form {
  --form-border-radius: 0px;
  --form-background: #00000059;
  --form-border-color: transparent;
  --form-border-color-selected: var(--primary-color);
  --form-text-color: #fff;
  --form-legend-font-size: 1.25rem;
  --form-legend-line-height: 1.75rem;
  --form-radio-gap: 8px;
  --form-shadow: none;
  --form-shadow-selected: none;
  --form-radio-font-size: 1rem;
  --form-radio-line-height: 1.75rem;

  --field-wrapper-gap: 5px;
  --form-field-padding: 8px;
  --form-field-margin-bot: 10px;
}

.minimal-fieldset {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}

@keyframes stepIn {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.minimal-step {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: stepIn 0.6s ease-out forwards;
}

.minimal-step-counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 4px;
}

.minimal-legend {
  color: #feb602;
  font-weight: var(--form-font-weight);
  font-size: var(--form-legend-font-size);
  line-height: var(--form-legend-line-height);
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .minimal-legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.minimal-radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--form-radio-gap);
  margin-top: 8px;
}

.minimal-radio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 8px 8px 12px;
  background-color: var(--form-background);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  box-shadow: var(--form-shadow);
  transition: background-color 0.2s, border-color 0.2s;
}

.minimal-radio-label:hover {
  background-color: #0000008a;
}

.minimal-radio-label:active {
  background-color: #000000bd;
}

.minimal-radio-label input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.minimal-radio-label:has(input[type="radio"]:checked) {
  border-color: var(--form-border-color-selected);
  box-shadow: var(--form-shadow-selected);
}

.minimal-radio-text {
  color: var(--form-text-color);
  font-size: var(--form-radio-font-size);
  line-height: var(--form-radio-line-height);
}

.minimal-radio-label:has(input[type="radio"]:checked) .minimal-radio-text {
  color: var(--form-border-color-selected);
}
.ECXECJBHHACURWJ {
  background-color: #fff;
  border-bottom-width: 1px;
  border-color: hsl(214 32% 91%);
  --tw-shadow: 0 2px 8px -2px rgb(var(--primary-color-rgb) / .1);
  --tw-shadow-colored: 0 2px 8px -2px rgb(var(--primary-color-rgb) / .1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}


.NRSLBKBCTQWFEIK {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


@media (min-width: 1200px){
  .NRSLBKBCTQWFEIK {
    max-width: 80rem;
  }
}

.AHNLVKAOMEMAEWY {
  display: flex;
  align-items: center;
}

.AHNLVKAOMEMAEWY >:not([hidden])~:not([hidden]) {
    margin-left: .5rem;
}


.NDWTSUMVRGPTZQA {
  height: 2rem;
  width: 2rem;
}


.SOOKFPPKOTGRWSQ {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

.SOOKFPPKOTGRWSQ > span {
  color: var(--primary-color);
}

.stacked-logo {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.10rem;
}

.stacked-logo > span {
  color: var(--primary-color);
}

.NISFFXADAQIOGBO {
  display:flex;
  align-items: center;
}

.NISFFXADAQIOGBO>:not([hidden])~:not([hidden]) {
    margin-left: 1.5rem
}




.ZTSGJMJZZSLFOAU {
  color: #000000;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}


.ZTSGJMJZZSLFOAU:hover {
  color: var(--primary-color);
}

.SMKVPZMORPXMPHI {
  border-radius: 0.375rem;
  font-size: .95rem;
  line-height: 1rem;
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: .75rem;
  padding-right: .75rem;
  background-color: var(--primary-color);
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.SMKVPZMORPXMPHI:focus-visible {
   background-color: var(--darker-primary-color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
  --tw-ring-color: hsl(var(--ring));
}

.SMKVPZMORPXMPHI:hover {
  background-color: var(--darker-primary-color);
}

@media (min-width: 768px){
  .SMKVPZMORPXMPHI {
    flex-direction: row;
    font-size: 1rem;
    gap: .5rem;
    line-height: 1.25rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }
}
.OKTTRDWLMQJSEIY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

@media (min-width: 767px) {
  .OKTTRDWLMQJSEIY {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.ZTBHAWODHYBNUUG {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
}

.ZTBHAWODHYBNUUG::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Adjust darkness: 0.3 = 30%, 0.5 = 50%, etc. */
  z-index: 1;
}

.NFSLMGFSVUTLJWM {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .NFSLMGFSVUTLJWM {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.RKSDBFRORZBYZEQ {
  position: relative;
}

.GIPLXFOIHEFILBN {
  height: 100%;
  width: 100%;
  cursor: default;
}

.FGPGDYIDXNCGYBT {
  display: block;
}

.WCZWLJKXUOCJKXQ {
  max-width: 100%;
  height: 100px;
}

.ZIIPOFTVVFPKROM {
  position: relative;
}

.header-text-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 60rem;
  gap: 1rem;
}

.UETPUCRLPVKLAOC {
  color: var(--lighter-primary-color);
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}

.ZNWFRBYNGVVVWFY {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem;
}

.ZNWFRBYNGVVVWFY span {
  color: var(--lighter-primary-color);
  text-decoration: underline;
}

@media (min-width: 767px) {
  .UETPUCRLPVKLAOC {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .ZNWFRBYNGVVVWFY {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

/* cheading-P4HkC189zN none */
.PGCPAFSBHXDLBQN {
  margin-top: 40px;
  display: block;
  position: relative;
}

.button-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.IAMZJDHNDMKCBQM {
  display: block;
  text-align: center;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  padding: 1rem 1.5rem;
}

@keyframes subtle-bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); } /* tweak to -6px if you want more */
}

@media (prefers-reduced-motion: no-preference) {
  .IAMZJDHNDMKCBQM {
    animation: subtle-bounce 1.8s ease-in-out infinite;
    will-change: transform;
  }
}

.TJKIPTONALYNBGF {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.AFWTDPQBXMHDJWZ {
  font-weight: 400;
  opacity: 0.8;
  font-size: 0.85rem;
  line-height: 1rem;
  text-align: center;
}

@media (min-width: 767px) {
  .IAMZJDHNDMKCBQM {
    padding: 1.25rem 6.25rem;
  }

  .TJKIPTONALYNBGF {
    font-size: 1.35rem;
    line-height: 1.2rem;
  }

  .AFWTDPQBXMHDJWZ {
    font-size: 1.15rem;
    line-height: 1.25rem;
  }
}

.svger {
  height: 25px;
  width: 25px;
}

.badge-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;

}

.badge-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;

}

.image-wrapper {
    max-width: 400px;
}

@media (min-width: 768px) {
    .badge-title {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .image-wrapper {
        max-width: 700px;
    }
}
.qa-container {
  background-color: rgb(255 255 255);
}

.qa-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.qa-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

.qa-content > :not([hidden]) ~ :not([hidden]) {
  border-top-width: 1px;
}

.qa-content .aco > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.1);
}

.qa-heading {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: rgb(17 24 39);
}

.qa-list {
  margin-top: 2.5rem;
}

.qa-list > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
  border-top-width: 1px;
  border-color: rgb(17 24 39 / 0.1);
}

.qa-item {
  padding-top: 1.5rem;
}

.qa-toggle-button {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  color: rgb(17 24 39);
}

.qa-question {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.qa-toggle-icon {
  margin-left: 1.5rem;
  display: flex;
  height: 1.75rem;
  align-items: center;
}

.qa-toggle-icon-svg {
  height: 1.5rem;
  width: 1.5rem;
}

.qa-answer {
  margin-top: 0.5rem;
  padding-right: 2.5rem;
}

.qa-answer-text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(75 85 99);
}

.qa-item {
  padding-top: 1.5rem;
}

.hidden {
  display: none;
}

@media (min-width: 640px) {
  /* .qa-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  } */
}

@media (min-width: 768px) {
  .qa-heading {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .qa-question {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .qa-answer-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgb(75 85 99 );
  }
}

@media (min-width: 1024px) {
  .qa-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer {
  background-color: rgb(248 250 252);
}

.footer-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-logo-and-link {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer-logo {
  height: 2.5rem;
  width: auto;
}

.nav {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.nav-links-container {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.nav-link {
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(51 65 85 );
}

.nav-link:hover {
  background-color: rgb(241 245 249 );
  color: rgb(15 23 42 );
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-width: 1px;
  border-color: rgba(148, 163, 184, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  justify-content: center;
}

.footer-icon-container {
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.footer-logo-link-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.footer-logo-text-container {
  display: flex;
  flex-direction: column;
}

.footer-logo-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.footer-logo-text > span {
  color: var(--primary-color);
}

.footer-icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: #64748b;
}

.footer-icon:hover {
  fill: #334155;
}

.copyright-txt {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  max-width: 40rem;

  color: rgb(100 116 139);
  text-align: center;
}

.burak-link {
  text-decoration: underline;
  color: black;
  font-weight: 500;
}

@media (min-width: 640px) {
  .fooer-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer-bottom {
    justify-content: space-between;
  }
  .copyright-txt {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .footer-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
