:root {
  --bts-primary: #cf1f1f;
  --bts-primary-600: #a81919;
  --bts-primary-50: #fdecec;
  --bts-ink: #171a1d;
  --bts-muted: #646464;
  --bts-surface: #ffffff;
  --bts-surface-alt: #f7f7f9;
  --bts-border: #e6e6ea;
  --bts-radius-sm: 6px;
  --bts-radius: 10px;
  --bts-radius-lg: 16px;
  --bts-shadow-1: 0 1px 2px rgba(23, 26, 29, 0.06), 0 2px 8px rgba(23, 26, 29, 0.06);
  --bts-shadow-2: 0 6px 20px rgba(23, 26, 29, 0.1);
  --bts-space-1: 4px;
  --bts-space-2: 8px;
  --bts-space-3: 12px;
  --bts-space-4: 16px;
  --bts-space-5: 24px;
  --bts-space-6: 32px;
  --bts-font: "Nunito Sans", system-ui, sans-serif;
  --bts-font-display: "Saira", system-ui, sans-serif;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 10000;
  padding: 8px 16px;
  background: var(--bts-primary);
  color: #fff;
  border-radius: var(--bts-radius-sm);
}

.skip-link:focus {
  top: 12px;
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--bts-primary);
  outline-offset: 2px;
}

.google-map__one,
.google-map__one:focus,
.google-map__one:focus-visible,
iframe:focus,
iframe:focus-visible {
  outline: none;
}

.section-title__title {  
  font-size: 32px;
  line-height: 1.25;
  padding-top: 40px;
}

h1.section-title__title,
.blog-details-two__top-title {
    
    font-size: 40px;
    line-height: 1.2;
    
}

@media (max-width: 767px) {
  .section-title__title,
  h1.section-title__title,
  .blog-details-two__top-title {
    font-size: 26px;
  }
}

.thm-btn,
.thm-btn--sm {
  min-height: 44px;
  border-radius: var(--bts-radius-sm);
}

.thm-btn--ghost {
  background: transparent;
  color: var(--bts-primary);
  border: 2px solid var(--bts-primary);
}

.thm-btn--ghost:hover {
  background: var(--bts-primary);
  color: #fff;
}

.back-to-list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin: var(--bts-space-5) 0 var(--bts-space-5);
  padding: 6px 14px 6px 12px;
  color: var(--bts-ink);
  background: var(--bts-surface);
  border: 1px solid var(--bts-border);
  border-radius: 999px;
  box-shadow: var(--bts-shadow-1);
  font-family: var(--bts-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.back-to-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--bts-primary);
  font-size: 12px;
  transition: color 0.2s ease;
}

.back-to-list:hover,
.back-to-list:focus-visible {
  color: #fff;
  background: var(--bts-primary);
  border-color: var(--bts-primary);
  box-shadow: var(--bts-shadow-2);
}

.back-to-list:hover i,
.back-to-list:focus-visible i {
  color: #fff;
}

.blog-two__single,
.blog-one__single {
  display: flex;
  flex-direction: column;
  border-radius: var(--bts-radius);
  box-shadow: var(--bts-shadow-1);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.blog-two__single:hover,
.blog-one__single:hover {
  box-shadow: var(--bts-shadow-2);
}

.blog-two__img,
.blog-one__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
}

.blog-two__img {
  min-height: 180px;
  max-height: 180px;
}

.blog-one__img {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.blog-two__content,
.blog-one__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.blog-two__title,
.blog-one__title,
.blog-one__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.blog-two__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  flex: 1 1 auto;
}

.blog-two__read-more {
  margin-top: auto;
  flex-shrink: 0;
}

.blog-one__meta li span,
.blog-one__meta li a {
  display: inline-flex;
  align-items: center;
  color: var(--bts-ink);
  font-weight: 600;
}

.blog-one__meta li i {
  color: var(--bts-primary);
  margin-right: 8px;
}

.video-slider.swiper-container {
  width: 100%;
  overflow: hidden;
}

.video-slider .swiper-slide {
  height: auto;
  display: flex;
}

.video-slider .blog-one__single {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  max-height: none;
}

.video-slider .blog-one__meta {
  margin-top: 16px;
}

.video-slider .blog-one__title,
.video-slider .blog-one__text {
  font-size: 18px;
  line-height: 1.35;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.blog-two__img img,
.blog-one__img img,
.blog-two__img .yt-facade,
.blog-one__img .yt-facade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.blog-two__img:before,
.blog-one__img:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 14, 18, 0.38);
  border-radius: 0;
  visibility: visible;
  opacity: 0;
  transform: none;
  transform-origin: center;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before,
.blog-one__single:hover .blog-one__img:before {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.blog-two__img:after,
.blog-one__img:after {
  content: none;
  display: none;
}

.blog-one__img:has(.yt-facade):before,
.blog-one__img:has(.yt-facade):after {
  content: none;
  display: none;
}

.blog-two__plus,
.blog-one__plus {
  transform: none;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.blog-two__single:hover .blog-two__plus,
.blog-one__single:hover .blog-one__plus {
  transform: none;
  opacity: 1;
  transition-delay: 0s;
}

.blog-two__plus a,
.blog-one__plus a {
  background: rgba(255, 255, 255, 0.94);
  color: var(--bts-ink);
  box-shadow: 0 8px 20px rgba(12, 14, 18, 0.22);
}

.blog-two__plus a:hover,
.blog-one__plus a:hover {
  background: #fff;
  color: var(--bts-primary);
}

.contact-page__form-input-box input,
.contact-page__form-input-box textarea,
.contact-page input.form-control,
.contact-page textarea.form-control,
.contact-page select.form-control,
.katilimciForm input[type="text"],
.katilimciForm input[type="email"],
.katilimciForm input[type="tel"],
.katilimciForm input[type="password"],
.katilimciForm select,
.module-card input.form-control,
.form-captcha input.form-control {
  min-height: 48px;
  border-radius: var(--bts-radius-sm);
  border: 1px solid var(--bts-border);
}

.contact-page__form-input-box.text-message-box {
  height: auto;
}

.form-captcha {
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-captcha__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.form-captcha__img {
  width: 160px;
  height: 56px;
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius-sm);
  background: #f3f3f3;
  flex: 0 0 160px;
  object-fit: fill;
}

.form-captcha__refresh {
  width: 56px;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius-sm);
  background: var(--bts-surface);
  color: var(--bts-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.form-captcha__refresh:hover,
.form-captcha__refresh:focus {
  border-color: var(--bts-primary);
  color: var(--bts-primary);
}

.form-captcha__row input.form-control,
.contact-page__form-input-box .form-captcha input[type="text"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 56px;
  min-height: 56px;
}

@media (max-width: 575px) {
  .form-captcha__img {
    width: 120px;
    flex-basis: 120px;
  }
}

.contact-page .form-label,
.katilimciForm label.form-label {
  display: block;
  margin-bottom: 6px;
  color: var(--bts-ink);
  font-weight: 600;
}

.contact-page .is-invalid,
.katilimciForm .is-invalid,
.module-card .is-invalid,
.form-captcha .is-invalid {
  border-color: #dc3545 !important;
}

.js-field-error {
  display: block;
  width: 100%;
  margin-top: 6px;
  color: #dc3545;
  font-size: 14px;
  font-weight: 600;
}

.module-card {
  max-width: 560px;
  margin: 48px auto;
  padding: 32px 28px;
  background: var(--bts-surface);
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius-lg);
  box-shadow: var(--bts-shadow-1);
  text-align: center;
}

.module-card__logo {
  width: 180px;
  height: auto;
  margin-bottom: 16px;
}

.module-card__title {
  font-family: var(--bts-font-display);
  color: var(--bts-ink);
  font-size: 24px;
  margin-bottom: 8px;
}

.module-card__text {
  color: var(--bts-muted);
  margin-bottom: 20px;
}

.module-card__qr {
  width: min(320px, 100%);
  height: auto;
  margin: 16px auto;
}

.file-list {
  max-width: 720px;
  margin: 0 auto 48px;
}

.file-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 8px;
  background: var(--bts-surface);
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius);
  color: var(--bts-ink);
}

.file-list__item:hover {
  box-shadow: var(--bts-shadow-1);
  color: var(--bts-primary);
}

.yt-facade {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.yt-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 16, 0.16);
  transition: background 0.35s ease;
  pointer-events: none;
}

.yt-facade:hover::after {
  background: rgba(10, 12, 16, 0.42);
}

.yt-facade.is-playing::after,
.yt-facade:has(iframe)::after {
  display: none;
}

.yt-facade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.yt-facade:hover img {
  transform: scale(1.04);
  filter: brightness(0.88);
}

.yt-facade__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.yt-facade__play i {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  background: var(--bts-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.18), 0 10px 28px rgba(207, 31, 31, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yt-facade:hover .yt-facade__play i {
  transform: scale(1.08);
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.28), 0 12px 32px rgba(207, 31, 31, 0.5);
}

.yt-facade iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-player-modal {
  --bs-modal-width: min(1120px, calc(100vw - 24px));
}

.video-player-modal .modal-dialog {
  max-width: min(1120px, calc(100vw - 24px));
  margin: 1.25rem auto;
}

.video-player-modal .modal-content {
  position: relative;
  background: #101114;
  color: #fff;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.video-player-modal__close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.video-player-modal__close:hover,
.video-player-modal__close:focus-visible {
  background: var(--bts-primary);
  color: #fff;
  transform: scale(1.05);
}

.video-player-modal__stage {
  position: relative;
  background: #000;
}

.video-player-modal__stage .ratio {
  background: #000;
}

.video-player-modal__stage iframe,
.video-player-modal__stage video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.video-player-modal__loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
}

.video-player-modal__loader[hidden],
.video-player-modal__youtube[hidden] {
  display: none !important;
}

.video-player-modal__spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: video-player-spin 0.7s linear infinite;
}

@keyframes video-player-spin {
  to {
    transform: rotate(360deg);
  }
}

.video-player-modal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px 18px;
  background: linear-gradient(180deg, #16181d 0%, #101114 100%);
}

.video-player-modal__title {
  margin: 0;
  font-family: var(--bts-font-display);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #fff;
}

.video-player-modal__youtube {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.video-player-modal__youtube:hover,
.video-player-modal__youtube:focus-visible {
  background: #ff0000;
  color: #fff;
}

.video-player-modal__youtube i {
  font-size: 16px;
}

.video-player-modal__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

body.video-modal-open .modal-backdrop {
  background: rgba(6, 7, 9, 0.78);
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .video-player-modal .modal-dialog {
    max-width: calc(100vw - 16px);
    margin: 12px auto;
  }

  .video-player-modal__bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px 16px;
  }

  .video-player-modal__title {
    font-size: 16px;
  }

  .video-player-modal__actions {
    width: 100%;
    justify-content: flex-end;
  }

  .yt-facade__play i {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }
}

.archive-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius);
  overflow: hidden;
  height: 100%;
  background: var(--bts-surface);
  box-shadow: var(--bts-shadow-1);
  transition: box-shadow 0.2s ease;
}

.archive-card:hover {
  box-shadow: var(--bts-shadow-2);
}

.archive-card__body {
  padding: 12px 14px 16px;
}

.archive-card__title {
  font-size: 15px;
  line-height: 1.35;
  color: var(--bts-ink);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.archive-empty {
  text-align: center;
  padding: 48px 16px;
  color: var(--bts-muted);
}

.archive-empty i {
  font-size: 48px;
  color: var(--bts-primary);
  margin-bottom: 16px;
}

.archive-count {
  font-size: 14px;
}

.archive-filter .form-control {
  min-height: 44px;
}

.content-search {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.content-search__bar {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 8px;
  background: var(--bts-surface);
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius);
  box-shadow: var(--bts-shadow-1);
}

.content-search__bar > i {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bts-muted);
  font-size: 16px;
}

.content-search__bar input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  min-height: 44px;
  font-size: 16px;
  color: var(--bts-ink);
  outline: none;
}

.content-search__bar input[type="search"]::placeholder {
  color: var(--bts-muted);
}

.content-search__bar input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

.content-search__bar .thm-btn {
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .content-search__bar {
    flex-wrap: wrap;
  }

  .content-search__bar input[type="search"] {
    flex: 1 1 calc(100% - 52px);
  }

  .content-search__bar .thm-btn {
    flex: 1;
  }
}

.main-slider-two__title a {
  color: inherit;
}

.egitim-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0 32px;
}

.egitim-meta__item {
  padding: 16px;
  background: var(--bts-surface-alt);
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius);
}

.egitim-meta__label {
  display: block;
  font-size: 13px;
  color: var(--bts-muted);
  margin-bottom: 6px;
}

.egitim-meta__value {
  font-family: var(--bts-font-display);
  color: var(--bts-ink);
  font-size: 18px;
}

.egitim-video {
  max-width: 720px;
  margin: 0 auto 32px;
  border-radius: var(--bts-radius);
  overflow: hidden;
  box-shadow: var(--bts-shadow-1);
}

.counter-two__text a {
  color: inherit;
  text-decoration: none;
}

.counter-two__text a:hover,
.counter-two__text a:focus-visible {
  color: var(--bts-primary);
}

.egitmen-cv {
  margin: 24px 0 32px;
  padding: 20px;
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius);
  background: var(--bts-surface);
}

.blog-details-two__inner {
  margin: 0;
  padding: 32px 28px 48px;
  overflow: hidden;
}

.blog-details-two__top {
  text-align: left;
  margin-top: 8px;
}

.blog-details-two__top-meta-list {
  margin-top: 12px;
}

.blog-details-two__top-meta-list li {
  justify-content: flex-start;
}

.blog-details-two__top-meta-list li span {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--bts-muted);
}

.blog-details-two__top-meta-list li span i,
.blog-details-two__top-meta-list li a i {
  color: var(--bts-primary);
  margin-right: 8px;
}

.blog-details-two__content-1 {
  margin: 24px 0 0;
  padding: 0;
}

.blog-details-two__img-3 img,
.blog-details-two__img-box-2 .content-media {
  padding: 0;
  display: block;
}

.article-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--bts-muted);
  margin-bottom: 24px;
}

.article-body {
  overflow: auto;
  color: var(--bts-ink);
  line-height: 1.8;
}

.article-body::after {
  content: "";
  display: block;
  clear: both;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body table,
.article-body blockquote {
  margin-bottom: 1em;
}

.article-body img,
.article-body video,
.article-body iframe {
  max-width: 100%;
  height: auto;
}

.article-body iframe {
  width: 100%;
}

.article-body table {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-details-two__inner {
    padding: 20px 16px 32px;
  }

  .blog-details-two__top-title {
    font-size: 26px;
  }
}

.content-media {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: var(--bts-radius);
  margin-bottom: 24px;
}

.empty-state {
  text-align: center;
  padding: 48px 16px;
  color: var(--bts-muted);
}

.firma-search {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.firma-search__field {
  flex: 1;
  min-width: 0;
}

.firma-search button {
  min-height: 48px;
  min-width: 48px;
}

.firma-search .select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius-sm);
  display: flex;
  align-items: center;
}

.firma-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bts-ink);
  line-height: 46px;
  padding-left: 12px;
  padding-right: 20px;
}

.kvkk-box {
  max-height: 240px;
  overflow: auto;
  padding: 12px 16px;
  margin-top: 12px;
  border: 1px solid var(--bts-border);
  border-radius: var(--bts-radius);
  background: var(--bts-surface-alt);
}

.table .thm-btn--sm {
  padding: 8px 14px;
  min-height: 40px;
  font-size: 14px;
}

.page-header {
  padding: 72px 0 56px;
}

.page-header__inner h1 {
  font-size: 32px;
  line-height: 1.2;
  color: var(--fixnix-white);
}

.page-header .thm-breadcrumb {
  position: static;
  margin-top: 12px;
}

.page-header .thm-breadcrumb li {
  font-size: 15px;
}

@media (max-width: 767px) {
  .page-header {
    padding: 48px 0 36px;
  }

  .page-header__inner h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .egitim-meta {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.error-page {
  padding: 48px 0 72px;
}

.error-page__card {
  max-width: 640px;
}

.error-page__code {
  font-family: var(--bts-font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--bts-accent, #c8102e);
  margin: 0 0 8px;
}

.error-page__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media print {
  .main-header-two,
  .stricky-header,
  .site-footer,
  .skip-link,
  .scroll-to-top,
  .qr-print-btn,
  .mobile-nav__wrapper,
  .video-player-modal,
  .modal-backdrop {
    display: none !important;
  }

  .module-card {
    box-shadow: none;
    border: 0;
  }
}
