/* Contact page — XD artboard a3fd0df5 form zone (OY 1533) */

.contact-board {
  position: relative;
  width: 1920px;
  height: 2220px;
  margin: 0 auto;
  background-color: #061d34;
  background-image:
    linear-gradient(rgba(6, 29, 52, 0.68), rgba(6, 29, 52, 0.68)),
    url("../assets/images/bg-display.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  overflow: hidden;
  color: #fff;
}

.contact-kicker {
  position: absolute;
  left: 892px;
  top: 229px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  white-space: nowrap;
  z-index: 2;
}

.contact-map {
  position: absolute;
  left: 350px;
  top: 240px;
  width: 1574px;
  height: 819px;
  z-index: 1;
  overflow: hidden;
}

.contact-map img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.contact-addr {
  position: absolute;
  left: 109px;
  top: 398px;
  margin: 0;
  z-index: 3;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.35;
  color: #8f834c;
  white-space: pre-line;
}

.contact-harita {
  position: absolute;
  left: 1610px;
  top: 377px;
  width: 54px;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}

.contact-harita img {
  width: 50px;
  height: 68px;
  display: block;
  margin: 0 auto 16px;
}

.contact-mesafe {
  position: absolute;
  left: 1721px;
  top: 1029px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #8f834c;
  white-space: nowrap;
}

.contact-mesafe svg {
  width: 11px;
  height: 20px;
  display: block;
}

/* —— Form (XD absolute coords) —— */
.contact-board .contact-form-block.contact-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 2220px;
  margin: 0;
  padding: 0;
  z-index: 2;
  background: transparent;
}

.contact-board .contact-form-title {
  position: absolute;
  left: 111px;
  top: 1273px;
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.contact-board .contact-form-sub {
  position: absolute;
  left: 111px;
  top: 1318px;
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #8f834c;
  white-space: nowrap;
}

.contact-board .contact-form-hint {
  position: absolute;
  left: 111px;
  top: 1355px;
  margin: 0;
  padding: 0;
  width: 720px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  color: #adb5bd;
}

.contact-board .contact-fields {
  position: absolute;
  inset: 0;
  margin: 0;
  width: auto;
  height: auto;
}

.contact-board .contact-field {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
}

.contact-board .contact-field label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.contact-board .contact-field input,
.contact-board .contact-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 0 10px;
  border: 0;
  border-bottom: 1px solid #8f834c;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  outline: none;
  resize: none;
  box-shadow: none;
  appearance: none;
}

.contact-board .contact-field input:focus,
.contact-board .contact-field textarea:focus {
  border-bottom-color: #8f834c;
}

.contact-board .cf-ad {
  left: 111px;
  top: 1443px;
  width: 350px;
}

.contact-board .cf-soyad {
  left: 521px;
  top: 1443px;
  width: 350px;
}

.contact-board .cf-eposta {
  left: 109px;
  top: 1566px;
  width: 350px;
}

.contact-board .cf-tel {
  left: 519px;
  top: 1572px;
  width: 501.5px;
}

.contact-board .cf-tel .phone-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #8f834c;
  gap: 0;
}

.contact-board .cf-tel .phone-row input {
  border-bottom: 0;
  padding: 8px 0 10px;
  width: auto;
}

.contact-board .cf-tel .phone-cc {
  flex: 0 0 auto;
  width: 42px;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 15px;
  opacity: 1;
  cursor: default;
}

.contact-board .cf-tel .phone-div {
  flex: 0 0 1px;
  width: 1px;
  align-self: stretch;
  margin: 2px 14px 10px 18px;
  background: #8f834c;
  min-height: 22px;
}

.contact-board .cf-tel .phone-num {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-board .cf-mesaj {
  left: 109px;
  top: 1643px;
  width: 350px;
}

.contact-board .cf-mesaj textarea {
  min-height: 52px;
  height: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-board .contact-submit {
  position: absolute;
  left: 846px;
  top: 1662px;
  width: 175px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #8f834c;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-board .contact-submit:hover {
  filter: brightness(1.06);
}

.contact-board .contact-kvkk {
  position: absolute;
  left: 111px;
  top: 1742px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 640px;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.35;
  color: #adb5bd;
  cursor: pointer;
}

.contact-board .contact-kvkk input {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #2b2d42;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #2b2d42;
}

.contact-board .contact-kvkk input:checked {
  background: #8f834c;
  border-color: #8f834c;
}

.contact-board .contact-kvkk input:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-board .contact-form-note {
  position: absolute;
  left: 111px;
  top: 1790px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #8f834c;
}

.contact-board .footer-line {
  top: 1896px;
}

.contact-board .logo-footer {
  top: 1929px;
}

.contact-board .ft-col {
  top: 1968px;
}

.contact-board .ft-pin {
  top: 1929px;
}

.contact-board .ft-contact {
  top: 2065px;
}

.contact-board .ft-powered {
  top: 2144px;
}

.contact-board .ft-legal {
  top: 2166px;
}

.contact-board .ft-badge-a {
  top: 2136px;
}

.contact-board .ft-badge-b {
  top: 2136px;
}
