* {
  box-sizing: border-box;
  font-family: "Inter", Arial, sans-serif;
}
body {
  background: url(../img/bgrpt.png) repeat;
  font-family: Tahoma;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #0e71b8;
  margin: 0;
  padding: 0;
}
.splogo {
  background: #3aa7a9;
  border-top-left-radius: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -22px;
  width: 180px;
  position: absolute;
  z-index: 9;
}
.form-container {
  max-width: 760px;
  margin: auto;
}
.modern-form {
  border-radius: 12px;
}
.form-banner {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 0px !important;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.08);
}
.form-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #1f2937;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  max-width: 80vw;
}
.form-group.full {
  grid-column: 1 / -1;
}
.form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #374151;
}
.form-group input,
.modern-select {
  height: 46px;
  padding: 0 14px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #b0bebd;
  border-bottom: 1px solid #269390;
  outline: none;
  transition: 0.2s;
}
.form-group input:focus,
.modern-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgb(37 99 235 / 0.15);
}
.modern-select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%236b7280' stroke-width='2' viewBox='0 0 24 24'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 42px;
}
.submit-btn {
  margin-top: 24px;
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, #269390, #3aa7a9);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgb(37 99 235 / 0.35);
}
@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.q {
  margin: auto;
  padding: 5%;
}
.w {
  background: #fff;
  min-height: 400px;
  max-width: 810px;
  margin: auto;
  border: 12px solid;
  border-radius: 25px;
  border-color: #3aa7a9;
  padding: 10px;
}
.w img {
  margin-top: -22px;
}
.body h1 {
  margin-bottom: 10px;
  background: url(logo.png) no-repeat top center;
  text-indent: -9999px;
  display: block;
  height: 154px;
  width: 364px;
}
.body span {
  font-size: 10px;
  color: #666;
  top: -2px;
  position: relative;
}
.body input {
  border-bottom: 1px solid #269390;
}
.body textarea {
  border: 0;
  border: 1px dashed #0e71b8;
  width: 100%;
  height: 50px;
}
.hidden {
  visibility: hidden;
}
.h15 {
  height: 15px;
}
.kvkk-box {
    margin-top: 20px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
}

.kvkk-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    color: #334155;
    line-height: 1.5;
}

.kvkk-label input[type="checkbox"] {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.kvkk-label a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

.kvkk-label a:hover {
    text-decoration: none;
}

