.banner-contents {
  position: static;
  top: 0;
  margin-top: 13rem;
}
.banner-contents h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.banner-contents h1 {
  color: #9dceff;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
}
.banner-contents h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300 !important;
  font-size: 5.8rem !important;
}
.get-answers-form textarea.form-control,
.get-answers-form input.form-control {
  border-radius: 0;
}

.get-answers-form .form-check-input {
  background-color: transparent;
  border-color: white;
}

.bg-black {
  background-color: #000;
  font-size: 1.5rem !important;
  color: #fff;
  outline: none;
}
.banner-contents {
  min-height: 20rem;
}
.get-answers-text-2 h2 {
  color: #a0e79c !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  margin: 0;
}
.get-answers-text-2 p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.8rem !important;
  line-height: 1.44 !important;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.text-success-for-answers {
  font-size: 2.1rem !important;
  line-height: 1.14;
  color: #a0e79c;
  text-transform: none;
  font-weight: 300 !important;
  margin-bottom: 2rem;
  padding-top: 3rem;
  border-top: solid 1px #262626;
  width: 100%;
}

.get-answers-form label {
  font-size: 1.2rem !important;
  color: #a3a3a3;
  font-weight: normal !important;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 9px 0 1px 1px;
}

.form-check-div {
  background-color: #1a1a1a;
  padding: 0 2rem 2rem 2rem !important;
}
.form-check-div {
  border: 1px solid #444;
  background-color: #111;
}

.form-check-input:checked {
  background-color: #28a745; /* yeşil tik efekti için */
  border-color: #28a745;
}

.custom-checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.custom-checkbox-wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;

  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  border-radius: 0; /* köşeleri kare yap */
  transition: border-color 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
  border: solid 1px #a3a3a3;
  position: relative;
  margin-right: 1.5rem;
  background-color: #111;
}

.custom-checkbox-wrapper input[type="checkbox"]:checked {
  background-color: #111; /* tik olunca arka plan sabit */
  border-color: #8aff8a; /* yeşil kenar */
}

.custom-checkbox-wrapper input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 9px;
  height: 16px;
  border: solid #8aff8a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-checkbox-wrapper input[type="checkbox"]:checked::after {
  opacity: 1;
}

.custom-checkbox-container {
  background-color: #1a1a1a;
  padding: 0 2rem 2rem 2rem !important;
  color: white;
  padding: 1rem;
}

.custom-checkbox-label {
  font-size: 0.9rem;
}

.custom-statement-box {
  background-color: #1a1a1a;
  color: white;
  margin-top: 0.5rem;
  overflow-y: auto;
  border-radius: none !important;
  color: #a3a3a3;
  border: 1px solid #a3a3a3;
  font-size: 1.5rem;
  line-height: 1.73;
  padding: 1.8rem;

  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
}
.get-answers-form .container {
  max-width: 61.3rem;
}

#checkbox-row {
  margin: 10px 0 !important;
}

.get-answers-form .slide-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid #a6ffb2;
  color: #000;
  font-size: 1.1rem;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  font-weight: 400;
  letter-spacing: 1px;
  box-shadow: 0 0 0 1px #a6ffb2;
  position: relative;
  width: 100%;
  border: solid 1px #a0e79c;
  background-color: #a0e79c !important;
}
.get-answers-form .slide-btn::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #727272;
  border-radius: 0;
  pointer-events: none;
  z-index: 2;
  transition: border-color 0.2s;
  z-index: 1;
}
.get-answers-form .second-arrow {
  right: 33.6vw;
}
.get-answers-form .slide-btn svg path {
  stroke: #000;
}
.get-answers-from #slide-btn:hover {
    background-color: #5c9d58 !important;
}
.get-answers-form .second-arrow {
    right: 16.6vw!important;
}
@media (max-width: 765px) {
    .banner-contents h1 {
        font-size:2.8rem!important
    }
    .banner-contents {
        min-height: unset!important;
    }
}