/* TK – İletişim sayfası (header .tk-contact ile çakışmasın diye .tk-contact-page) */
.tk-contact-page {
  --tk-navy: #0b172a;
  --tk-card: #1a233b;
  --tk-card-2: #2a3252;
  --tk-muted: #8d8d8d;
  --tk-green: #00a00f;
  font-family: var(--tk-font);
  background: #fff;
}

/* Harita */
.tk-contact-page .tk-contact-map,
.tk-contact-page .map {
  position: relative;
  width: 100%;
  height: 510px;
  line-height: 0;
  background: #dce3ec;
  z-index: 1;
}
.tk-contact-page .tk-contact-map iframe,
.tk-contact-page .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  .tk-contact-page .tk-contact-map,
  .tk-contact-page .map {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .tk-contact-page .tk-contact-map,
  .tk-contact-page .map {
    height: 280px;
  }
}

/* Section: contact-3 */
.tk-contact-page .contact.contact-3 {
  padding: 0 0 60px;
  overflow: visible;
  position: relative;
  z-index: 2;
  background: transparent;
}
.tk-contact-page .contact.contact-3 > .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .tk-contact-page .contact.contact-3 > .container {
    max-width: 1320px;
  }
}

/* Beyaz dış panel – contact-panel-3 */
.tk-contact-page .contact-panel {
  display: flex;
  position: relative;
  width: 100%;
}
.tk-contact-page .contact-panel.contact-panel-3 {
  transform: translateY(-145px);
  margin-bottom: -145px;
  padding: 60px 70px;
  background-color: #fff;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  border-radius: 4px;
  z-index: 5;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tk-contact-page .contact-panel.contact-panel-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .tk-contact-page .contact-panel.contact-panel-3 {
    padding-left: 25px;
    padding-right: 25px;
    transform: translateY(-60px);
    margin-bottom: -60px;
  }
}

/* Kart kolonları */
.tk-contact-page .img-card-holder {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.tk-contact-page .img-card-holder .img-card {
  position: relative;
  border-radius: 8px;
  flex-shrink: 0;
  height: auto;
  min-height: 100%;
  padding: 36px 34px 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  flex-grow: 1;
  color: #fff;
  overflow: hidden;
  margin-bottom: 0;
  background: linear-gradient(180deg, #1a233b 0%, #2a3252 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tk-contact-page .img-card-holder .img-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .tk-contact-page .img-card-holder .img-card {
    padding: 28px 20px 30px;
  }
}

.tk-contact-page .img-card.bg-overlay::before,
.tk-contact-page .img-card.bg-overlay::after {
  content: none !important;
}

.tk-contact-page .img-card-holder .img-card .card-content {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
  text-align: left;
}

/* Başlıklar – görsel 1 */
.tk-contact-page .img-card .heading-title {
  font-family: sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 18px;
  letter-spacing: 0.2px;
}
.tk-contact-page .img-card .heading-title.is-center {
  text-align: center;
}
.tk-contact-page .img-card .tk-contact-hours-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin: 8px 0 14px;
}

.tk-contact-page .img-card .contact-infos {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tk-contact-page .img-card .contact-infos .contact-info {
  display: block;
  margin-bottom: 0;
}

/* İçerik font / yapı – görsel 1 */
.tk-contact-page .card-body-html,
.tk-contact-page .card-body-html p,
.tk-contact-page .card-body-html span,
.tk-contact-page .card-body-html li,
.tk-contact-page .card-body-html div,
.tk-contact-page .tk-contact-hours,
.tk-contact-page .tk-contact-hours p,
.tk-contact-page .tk-contact-hours span,
.tk-contact-page .tk-contact-hours div {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: sans-serif;
  margin: 0;
}
.tk-contact-page .card-body-html p {
  margin: 0 0 18px;
}
.tk-contact-page .card-body-html p:last-child {
  margin-bottom: 0;
}
.tk-contact-page .card-body-html a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
  font-family: sans-serif;
}
.tk-contact-page .card-body-html a:hover {
  color: var(--tk-green) !important;
}
.tk-contact-page .card-body-html b,
.tk-contact-page .card-body-html strong {
  color: var(--tk-muted) !important;
  font-weight: 600;
  font-family: sans-serif;
  display: inline;
}

/* Sosyal – beyaz outline daire (görsel 1) */
.tk-contact-page .module-social.tk-contact-social,
.tk-contact-page .tk-contact-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 4px 0 8px;
  width: 100%;
}
.tk-contact-page .tk-contact-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.tk-contact-page .tk-contact-social a i {
  color: #fff !important;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  line-height: 1;
}
.tk-contact-page .tk-contact-social a:hover {
  background: var(--tk-green);
  border-color: var(--tk-green);
  color: #fff !important;
  transform: translateY(-2px);
}
.tk-contact-page .tk-contact-social a:hover i {
  color: #fff !important;
}

/* Form – aynı dış panel içinde, ince ayırıcı çizgi */
.tk-contact-page .tk-contact-form-divider {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #e6eaef;
  margin: 28px 0 36px;
}
.tk-contact-page .tk-contact-form-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
  max-width: 100%;
}
.tk-contact-page .tk-contact-form-card .card-heading {
  margin: 0 0 28px;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  color: #0b172a;
  font-family: var(--tk-font);
  line-height: 1.2;
}
.tk-contact-page .tk-contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.tk-contact-page .tk-contact-form .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.tk-contact-page .tk-contact-form .form-control {
  width: 100%;
  height: 54px;
  border: 1px solid #d7dde5;
  background: #fff;
  padding: 0 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #333;
  font-family: var(--tk-font);
  border-radius: 4px;
  box-shadow: none;
}
.tk-contact-page .tk-contact-form textarea.form-control {
  height: auto;
  min-height: 200px;
  padding: 14px 16px;
  resize: vertical;
}
.tk-contact-page .tk-contact-form .form-control:focus {
  border-color: #0b172a;
  outline: none;
  box-shadow: none;
}
.tk-contact-page .tk-contact-form .form-control::placeholder {
  color: #9aa3af;
  opacity: 1;
}
.tk-contact-page .tk-contact-captcha {
  margin: 0 0 18px;
}
.tk-contact-page .tk-contact-captcha-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.tk-contact-page .tk-contact-captcha-inner img {
  height: 54px;
  border: 1px solid #d7dde5;
  border-radius: 4px;
  background: #fff;
}
.tk-contact-page .tk-contact-captcha-inner .form-control {
  max-width: 180px;
  margin-bottom: 0;
}

/* GÖNDER – soldan sağa yeşil fill hover */
.tk-contact-page .tk-contact-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 2px;
  background: #0b172a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  font-family: var(--tk-font);
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.tk-contact-page .tk-contact-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--tk-green);
  z-index: -1;
  transition: width 0.35s ease;
}
.tk-contact-page .tk-contact-submit span,
.tk-contact-page .tk-contact-submit i {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease;
}
.tk-contact-page .tk-contact-submit i {
  font-size: 14px;
}
.tk-contact-page .tk-contact-submit:hover {
  color: #fff;
  background: #0b172a;
}
.tk-contact-page .tk-contact-submit:hover::before {
  width: 100%;
}
.tk-contact-page .tk-contact-submit:hover span,
.tk-contact-page .tk-contact-submit:hover i {
  color: #fff;
}

@media (max-width: 991px) {
  .tk-contact-page .contact-panel.contact-panel-3 {
    transform: translateY(-80px);
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tk-contact-page .tk-contact-form-card .card-heading {
    font-size: 24px;
  }
  .tk-contact-page .tk-contact-form-divider {
    margin: 18px 0 28px;
  }
}
