body {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  color: #041a38;
  transition: all 350ms ease-in-out 0s;
  /*font-family: "Urbanist", sans-serif;
  font-family: "Inter", sans-serif;*/
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
  color: #041a38;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

a:hover {
  color: #31b0c8;
}

.btn-genel2 {
  background: #31b0c8;
  border-radius: 5px;
  color: #fff !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -
  transition: all 0.2s ease-out;
  cursor: pointer;
}

/**/

/* ---------------------------------------------------- */
/* HEADER MENU - ANA KAPSAYICI                          */
/* ---------------------------------------------------- */
.header-menu {
  width: 100%;
}

/* ---------------------------------------------------- */
/* NAVBAR - ŞERİTLERİN VE MENÜLERİN TAŞIYICISI          */
/* ---------------------------------------------------- */
.header-menu .navbar {
  position: relative;
  width: 100%;
  height: 61px; /* Beyaz şeritlerin yüksekliği */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  /* ÖNEMLİ: Ana navbar'dan beyaz arka planı kaldırıyoruz. */
  /* background: #fff;  <-- BU SATIR SİLİNDİ VEYA YORUMA ALINDI */
}

/* ---------------------------------------------------- */
/* LOGO (navbar-brand) - MERKEZDEKİ YAPI                */
/* ---------------------------------------------------- */
.header-menu .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px; /* Şeridin üstüne çıkması için ayarlandı */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.header-menu .navbar-brand img {
  height: 116px;
  width: auto;
}

/* ---------------------------------------------------- */
/* BEYAZ ŞERİTLERİ OLUŞTURMA (EN ÖNEMLİ KISIM)         */
/* ---------------------------------------------------- */

/* Ana taşıyıcıya bu değişkeni ekleyelim */
.header-menu .navbar {
  --logo-cutout-radius: 75px;
}

.header-menu .navbar::before,
.header-menu .navbar::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  width: calc(50% - 6px); /* Bu hesaplama aynı kalabilir */
}

/* Sol Şerit ve YUVARLAK Girintisi */
.header-menu .navbar::before {
  left: 0;

  /* --- YENİ KOD (MASKING) --- */
  /* Bir maske oluştur: Maskenin şeffaf olduğu yerler görünmez olur. */
  /* Sağ kenarın ortasında, logomuzun yarıçapı kadar dairesel bir şeffaf alan oluşturuyoruz. */
  mask: radial-gradient(
    circle var(--logo-cutout-radius) at right center,
    transparent 99%,
    black 100%
  );

  /* Tarayıcı uyumluluğu için -webkit- önekini de ekleyelim */
  -webkit-mask: radial-gradient(
    circle var(--logo-cutout-radius) at right center,
    transparent 99%,
    black 100%
  );
}

/* Sağ Şerit ve YUVARLAK Girintisi */
.header-menu .navbar::after {
  right: 0;

  /* --- YENİ KOD (MASKING) --- */
  /* Maskenin ayna görüntüsünü sağ şerit için uyguluyoruz. */
  /* Bu sefer sol kenarın ortasında dairesel bir şeffaf alan oluşturuyoruz. */
  mask: radial-gradient(
    circle var(--logo-cutout-radius) at left center,
    transparent 99%,
    black 100%
  );

  -webkit-mask: radial-gradient(
    circle var(--logo-cutout-radius) at left center,
    transparent 99%,
    black 100%
  );
}

/* ---------------------------------------------------- */
/* MENÜ LİNKLERİ (navbar-nav)                           */
/* ---------------------------------------------------- */
.header-menu .navbar-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 98;
  height: 100%; /* Şeridin yüksekliğini doldurması için */
}

/* Menüleri şeritlerin sağına ve soluna yaslamak için */
.header-menu .nav-left {
  justify-content: flex-start;
  padding-left: 20px;
}
.header-menu .nav-right {
  justify-content: flex-end;
  padding-right: 20px;
}

.header-menu .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.header-menu .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.header-menu .navbar-nav .nav-item .nav-link {
  padding: 0px;
  color: #092c24;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
}

.header-menu .navbar-nav .nav-item .nav-link:hover,
.header-menu .navbar-nav .nav-item .nav-link.active {
  color: #31b0c8;
}

/* Artık nth-child'a ihtiyacımız yok */
/* .header-menu .navbar-nav .nav-item:nth-child(6) { margin-left: 190px; } <-- BU SATIR SİLİNDİ */

.header-top {
  width: 100%;
  height: auto;
  padding: 4px 0px;
}

.header-top .ataturk {
  width: auto;
  height: 68px;
  margin: -16px 0px -16px 17px;
}

.header-top .ataturk img {
  height: 100%;
}

.header-top-bilgi {
  display: block;
  margin-bottom: 0px;
}

.header-top-bilgi li:first-child {
  margin-left: 0px;
}

.header-top-bilgi li {
  list-style: none;
  margin-left: 7px;
}

.header-top-bilgi li a {
  color: #fff;
  /* margin: 0 10px 0 10px; */
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 14px;
  border-radius: 50px;
  height: auto;
  border: 1px solid rgba(222, 222, 222, 0.764);
  /* color: #fff; */
  font-size: 13px;
}

.header-top-bilgi li a:hover {
  background: #31b0c8;
  color: #fff;
}

.header-top-bilgi li a i {
  margin-right: 4px;
}

.header-top-sosyal {
  display: flex;
  margin-left: 17px;
  margin-bottom: 0px;
}

.header-top-sosyal li:first-child {
  margin-top: 0px;
}

.header-top-sosyal li {
  list-style: none;
  margin-top: 0px;
}

.header-top-sosyal li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-decoration: none;
}

.header-top-sosyal li a:hover {
  color: #fff;
  border: solid 1px #31b0c8;
  background: #31b0c8;
}

.header-top-dil li {
  list-style: none;
  position: relative;
}

.header-top-dil li {
  list-style: none;
  position: relative;
}

.header-top-dil li a {
  display: block;
  padding: 0.65rem 0rem;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.header-top-dil li a:hover {
  color: #fff;
  border: solid 1px #31b0c8;
  background: #31b0c8;
}

.header-top-dil li:first-child:before {
  display: none;
}

.header-top-dil li a .icon {
  height: 10px;
  margin-right: 5px;
  display: none;
}

.header-top-dil li a .icon img {
  height: 100%;
}
.header-menu .navbar-nav .nav-item:nth-child(2) {
  display: none;
}

.header-menu .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.header-menu .navbar-nav .nav-item:nth-child(6) {
  margin-right: 230px;
}

.header-top-sosyal li,
.header-top-dil li {
  margin-right: 12px;
}

.header-top-sosyal li a,
.header-top-dil li a {
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.search {
  color: #000;
  display: flex;
  font-size: 17px;
  width: 35px;
  height: 35px;
  background: #e8ebef;
  border-right: 0px;
  border-radius: 50%;
  padding: 0px !important;
  align-items: center;
  justify-content: center;
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li {
  list-style: none;
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li a {
  color: #092c24;
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  gap: 1rem;
  line-height: 1.5;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 600;
  border-top: 1px solid rgba(55, 53, 54, 0.1);
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li a::before {
  font-family: uicons-solid-straight !important;
  content: "\f156";
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li a:hover {
  color: #31b0c8;
  background: rgba(55, 53, 54, 0.05);
}

.header-menu .navbar-nav .nav-submenu > a:after {
  content: "\eab8";
  font-family: "fontello";
  margin-left: auto;
  padding-left: 5px;
}

.header-menu .navbar-nav > .nav-submenu > a::after {
  content: "\eab6";
  font-family: "fontello";
}

.header-menu .navbar-nav ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 902;
  background: #080a09;
  width: calc(100% + 70px);
  padding: 15px 0px;
}

.header-menu .navbar-nav li {
  position: relative;
}

.bd-menu .header-top {
  display: none;
}

.bd-menu .header-menu .navbar-brand {
  top: 0px;
}

.bd-menu .header-menu .navbar::before,
.bd-menu .header-menu .navbar::after {
  width: calc(50% + 84px);
}

.bd-menu .header-menu .navbar-brand img {
  height: 76px;
}

/**/

/* slider */

.slider1 {
  width: 100%;
  position: relative;
  height: auto;
}

.slider1 .swiper-slide {
  width: 100%;
  min-height: calc(-90px + 100vh);
  position: relative;
  overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.slider1 .swiper-slide .swiper-slide-resim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(36, 61, 97, 0.2),
    rgba(4, 26, 56, 0.971)
  );
  opacity: 70%;
}

.slider1 .swiper-slide .swiper-slide-resim::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140%;
  opacity: 88%;
  background: linear-gradient(to top, rgba(4, 26, 56, 0.85), transparent);
}

/**/

.haberler-bolum {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0px 0px;
}

.haberler-bolum .nav-tabs {
  position: absolute;
  right: 30px;
  z-index: 99;
  top: 39px;
}

.haberler-bolum .nav-tabs .nav-link {
  font-weight: 600;
  color: #07112d;
}
.haberler-bolum .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #31b0c8;
}

.haberler-bolum .container3 {
  max-width: 90%;
}

.haberler-bolum .haberler-ic {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px 15px;
  border-radius: 10px;
  z-index: 9;
  margin-top: -150px;
}

:root {
  --logo-cutout-radius: 75px;
  --brand-yellow: #31b0c8;
  --brand-brown: #041a38;
  --brand-dark: #333;
  --maincolor: #041a38;
  --btn-color: #31b0c8;
}

.bolum-header {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}

.bolum-header::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
}
.bolum-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: var(--btn-color);
  left: 0px;
  z-index: 1;
  bottom: 0px;
}

.bolum-baslik {
  font-size: 27px;
  font-weight: 700;
  color: var(--btn-color);
  margin-bottom: 0.5rem;
}

.bolum-baslik .btn-genel2 {
  font-size: 13px !important;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.bolum-altbaslik {
  font-size: 14px;
  font-weight: 500;
}

/* 
===================================================
============= HABERLER BÖLÜMÜ STİLLERİ ============
===================================================
*/

.haber-karti {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  min-height: 320px;
  border: 1px solid #e9ecef;
  padding-bottom: 40px;
  position: relative;
}

.haber-gorsel {
  flex: 0 0 65%;
  height: 330px;
}

.haber-gorsel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.haber-detay {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.haber-tarih {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 99;
  background: #f7f7f7;
  border-radius: 0rem 0rem 0rem 1rem;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: bold;
  color: var(--maincolor);
  border: 1px solid #e9ecef;
  border-right: 0px;
  border-top: 0px;
}

.haber-baslik {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}

.haber-aciklama {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Maksimum 2 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Özel Sayfalama (Kahverengi Bar) */
.haber-sayfalama-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--brand-brown);
  padding: 0;
  border-radius: 8px;
  margin: -25px auto;
  position: relative;
  max-width: 94%;
}

.sayfalama {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sayfalama-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sayfalama-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.sayfalama-link.aktif {
  background-color: var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 700;
}

.tumunu-gor-btn {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  transition: color 0.3s;
  padding: 0px 11px;
}

.tumunu-gor-btn:hover {
  color: var(--brand-yellow);
}

/* 
===================================================
========= SIK KULLANILANLAR BÖLÜMÜ STİLLERİ ========
===================================================
*/
.ikon-kutu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 1.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #343a40;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ikon-kutu:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.ikon-kutu .ikon {
  font-size: 1.75rem;
  color: var(--brand-yellow);
  margin-bottom: 0.75rem;
}

.ikon-kutu .etiket {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Mobil Cihazlar İçin Ayarlamalar */
@media (max-width: 992px) {
  .haber-karti {
    flex-direction: column;
    min-height: auto;
  }
  .haber-gorsel {
    height: 250px;
  }
}

/**/

.baskan {
  width: 100%;
  height: auto;
  bottom: 148px;
  position: absolute;
}

/* İçerik Kapsayıcısı (Bilgi ve Resim) */
.baskan .baskan-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  max-width: 460px;
  margin-left: auto;
  margin-right: 100px;
}

/* Sol Taraf: Bilgi Bloğu */
.baskan .baskan-info {
  padding-left: 25px;
  border-left: 3px solid #005a9e; /* Orijinal resimdeki mavi çizgi */
  margin-bottom: 60px; /* Alttan boşluk */
}

.baskan .unvan {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #f0f0f0;
  margin-bottom: 5px;
}

.baskan .isim {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff; /* Daha koyu, vurgulu mavi */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Başkana Sor Butonu */
.baskan .soru-sor-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding: 12px 25px;
  background-color: #004a80;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.baskan .soru-sor-btn:hover {
  background-color: #005a9e;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.baskan .soru-sor-btn i {
  font-size: 1.1rem;
}

/* Sağ Taraf: Başkan Resmi */
.baskan .baskan-resim {
  flex-shrink: 0; /* Ekran küçüldüğünde resmin bozulmasını engeller */
}

.baskan .baskan-resim img {
  display: block;
  max-width: 430px;
  height: 250px;
}

/* Mobil Cihazlar İçin Ayarlamalar */
@media (max-width: 992px) {
  .baskan .isim {
    font-size: 21px;
  }
  .baskan .baskan-resim img {
    max-width: 380px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .baskan .baskan-content {
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
  }
  .baskan .baskan-info {
    border-left: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    order: 2;
  }
  .baskan .baskan-resim {
    order: 1; /* Resmi üste al */
    display: flex;
    justify-content: center;
  }
  .baskan .baskan-resim img {
    margin-bottom: 0;
    max-width: 36%;
  }
  .baskan::after {
    height: 40%;
  }
}

/**/

.search-content {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 20px;
  overflow-y: auto;
  display: none;
}

.search-content.active {
  display: flex;
}

.search-content .search-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 800px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.4s ease;
}

/* Ã‡arpÄ± Butonu */
.search-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 99;
}

.search-content .input-wrapper {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.search-content .input-icon {
  margin-left: 14px;
}

.search-content .input-wrapper input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 18px;
  flex: 1;
}

/* HÄ±zlÄ± iÅŸlemler */
.search-content .search-content-fast-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.search-content .search-content-fast-item {
  background: #31b0c8;
  color: white;
  padding: 14px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.search-content .search-content-fast-item:hover {
  background: #31b0c8;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* HÄ±zlÄ± iÅŸlemler */
.search-content .search-content-fast {
  max-width: 700px;
  margin: 40px auto 0;
}

.search-content .search-content-fast-title {
  color: #31b0c8;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.search-content .search-content-fast-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.search-content .search-content-fast-item {
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #111;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.search-content .search-content-fast-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.search-content .search-content-fast-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-content .search-content-fast-item-left img {
  width: 30px;
  height: auto;
}

.search-content .searchloader {
  margin: 20px auto;
  text-align: center;
}

/**/

.hakkimizda {
  margin-top: 80px;
}
.hakkimizda .hakkimizda-ic {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
}
.hakkimizda .hakkimizda-sag {
  background-image: url("../images/basiad.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  height: 100%;
}

.hakkimizda .hakkimizda-text {
  padding: 50px;
}

.hakkimizda .hakkimizda-text .hakkimizda-text-alt {
  max-width: 365px;
  margin-left: auto;
  margin-top: 30px;
}

.hakkimizda .iconlogo {
  display: block;
  margin-bottom: 30px;
  height: 80px;
}

.hakkimizda .resim {
  border-radius: 12px;
  width: 100%;
}

.uk-margin-large-top {
  margin-top: 70px;
}

.fs24 {
  font-size: 24px;
}
.fw7 {
  font-weight: 700;
}

/**/

/* Ana Kapsayıcı */
.home-tarih {
  position: relative;
}

/* Zaman çizelgesi listesi */
.home-tarih .timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 28px;
}

.home-tarih .btn-genel2 {
  margin-left: 22px;
}

/* Dikey çizgi (Tüm listenin solunda) */
.home-tarih .timeline-list::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 86px; /* Çizginin soldan uzaklığı (tarih genişliğine göre ayarlanır) */
  width: 2px;
  background-color: #e0e6ed;
  z-index: 1;
}

/* Her bir zaman çizelgesi elemanı */
.home-tarih .timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 26px; /* Elemanlar arası boşluk */
}
.home-tarih .timeline-item:last-child {
  margin-bottom: 0;
}

/* Dikey çizgideki daire (nokta) */
.home-tarih .timeline-item::before {
  content: "";
  position: absolute;
  left: 81px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #2c3e50;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #fff;
}

/* Sol Taraf: Tarih */
.home-tarih .timeline-date {
  flex-basis: 110px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 40px;
  font-weight: 700;
  font-size: 20px;
  color: #5d6d7e;
}

/* Sağ Taraf: İçerik Kutusu */
.home-tarih .timeline-content {
  flex-grow: 1;
  background-color: #e9ecef6e;
  border-radius: 12px;
  padding: 20px 25px;
  position: relative;
  border: 1px solid #e9ecef85;
}

/* İçerik kutusunun başlığı */
.home-tarih .timeline-content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #34495e; /* Metin rengi */
}

/**/

.sayac {
  padding: 80px 0;
  background-color: #f8f9fa; /* Bölümün arka plan rengi */
}

/* --- 2. Tek Bir Sayaç Kartı (.sayac-liste) --- */
/* Bu, her bir sayacın ana çerçevesidir. */
.sayac .sayac-liste {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px 25px;
  text-align: center;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%; /* Aynı sıradaki kartların yüksekliğini eşitler */

  /* ÖNEMLİ: İçerideki elemanları (ikon, sayı, başlık) dikey olarak sıralamak için Flexbox kullanıyoruz */
  display: flex;
  flex-direction: column;
  align-items: center; /* Yatayda ortala */
  justify-content: flex-start; /* Dikeyde yukarıdan başla */
}

/* Kartın üzerine gelince hover efekti */
.sayac .sayac-liste:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 90, 158, 0.12);
}

/* --- 3. İkon Bölümü (.icon) --- */
/* İkonu şık bir daire içine alıyoruz. */
.sayac .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e8f0f7; /* Kurumsal mavi tonunun açığı */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; /* Altındaki sayıyla arasına boşluk */
  transition: all 0.3s ease;
}

.sayac .icon i {
  font-size: 36px;
  color: var(--brand-yellow); /* Ana kurumsal renk */
}

/* Hover durumunda ikon rengi değişimi */
.sayac .sayac-liste:hover .icon {
  background-color: var(--btn-color);
}
.sayac .sayac-liste:hover .icon i {
  color: #ffffff;
}

/* --- 4. Sayı Bölümü (#okul_circle, .media_count, .arti) --- */
/* Garip isimlendirilmiş olsa da bu div'i sayıları yan yana getirmek için kullanıyoruz. */
.sayac #okul_circle {
  display: flex;
  align-items: baseline; /* Sayı ve '+' simgesini taban çizgisine göre hizala */
  justify-content: center;
  color: var(--brand-brown); /* Koyu, okunaklı metin rengi */
  margin-bottom: 15px;
}

.sayac .media_count {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.sayac .media_counted {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
  color: var(--brand-brown);
}

.sayac .arti {
  font-size: 32px;
  font-weight: 600;
  margin-left: 5px;
  color: var(--brand-brown);
}

/* --- 5. Başlık Bölümü (.sayacbaslik, .divider) --- */
.sayac .sayacbaslik {
  margin-top: auto; /* Başlığı her zaman kartın en altına iter */
  padding-top: 4px;
}

.sayac .sayacbaslik h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Mevcut divider'ı estetik bir çizgiye dönüştürüyoruz */
.sayac .divider {
  width: 50px;
  height: 3px;
  background-color: var(--brand-yellow);
  border-radius: 5px;
  margin: 12px auto 0 auto; /* Başlığın altına ortalı şekilde yerleştir */
}

/* Boş <p> etiketini gizleyelim */
.sayac .sayacbaslik p {
  display: none;
}

/**/

.duurularr {
  padding-bottom: 80px;
}

/* --- Ana Kapsayıcı --- */
.home-duyur {
  width: 100%;
}

/* --- Bölüm Başlığı (İsteğe Bağlı) --- */
.home-duyur .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.home-duyur .section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
}

/* --- Duyuru Listesi --- */
.home-duyur .duyuru-listesi {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --- Tek Bir Duyuru Elemanı --- */
.home-duyur .duyuru-item {
  display: flex;
  align-items: center;
  gap: 25px; /* Tarih ve içerik arası boşluk */
  background-color: #fff;
  padding: 11px 12px;
  border-radius: 13px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

/* Hover efekti */
.home-duyur .duyuru-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* --- Tarih Kutusu --- */
.home-duyur .duyuru-tarih {
  flex-shrink: 0; /* Küçülmesini engelle */
  width: 75px;
  height: 75px;
  background-color: var(--brand-brown); /* Varsayılan koyu renk */
  color: #fff;
  border-radius: 20px; /* Yumuşak kare görünümü için */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.3s ease;
}

/* Öne çıkan (featured) duyurunun tarih kutusu rengi */
.home-duyur .duyuru-item.featured .duyuru-tarih {
  background-color: #007bff; /* Kurumsal mavi */
}

/* Tarih kutusundaki gün ve ay stilleri */
.home-duyur .gun {
  font-size: 24px;
  font-weight: 700;
}
.home-duyur .ay {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Duyuru İçeriği --- */
.home-duyur .duyuru-icerik {
  flex-grow: 1;
}

.home-duyur .duyuru-icerik h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--brand-brown);
  transition: color 0.3s ease;
}

/* Alt başlık veya ek bilgi */
.home-duyur .duyuru-icerik p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover durumunda başlık rengini değiştir */
.home-duyur .duyuru-item:hover .duyuru-icerik h4 {
  color: #007bff;
}

/* --- Mobil Uyum (Responsive) --- */
@media (max-width: 768px) {
  .home-duyur .duyuru-item {
    gap: 15px;
    padding: 20px;
  }

  .home-duyur .duyuru-tarih {
    width: 65px;
    height: 65px;
    border-radius: 16px;
  }

  .home-duyur .gun {
    font-size: 20px;
  }

  .home-duyur .ay {
    font-size: 10px;
  }

  .home-duyur .duyuru-icerik h4 {
    font-size: 16px;
  }
}

.bultenn {
  width: 100%;
  height: auto;
}

.bultenn .bulten-resimm {
  width: 100%;
  margin-left: -15px;
}

/**/

/**/

.anlasmali-kurmlar {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.brands-section {
  margin-top: 70px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(55, 53, 54, 0.1);
  background: linear-gradient(
      112deg,
      rgba(241, 242, 244, 0) 0%,
      rgba(72, 97, 129, 0.05) 70%
    ),
    #fff;
}

.brands-section .title {
  font-size: 27px;
  font-weight: 700;
}

.brands-section-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.6%;
  flex: 0 0 18.6%;
  max-width: 18.6%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(
      112deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(72, 97, 129, 0.05) 100%
    ),
    #fff;
}

.info--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.brands-item-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 81.4%;
  flex: 0 0 81.4%;
  max-width: 81.4%;
  overflow: hidden;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 5 eÃ…Å¸it sÃƒÂ¼tun */
  gap: 16px; /* gap-4 (16px) eÃ…Å¸deÃ„Å¸eri */
  background: white;
}

.brands-item-slider2 {
  width: 100%;
}

.brands-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  padding: 25px;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  position: relative;
  border: 1px solid #e9ecef;
}

.brands-item.item2 {
  background: #fff;
}

.brands-item::before {
  content: "";
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  width: 17px;
  opacity: 0;
  height: 11px;
  background: var(--btn-color);
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.brands-item:hover::before {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.brands-item:hover::after {
  width: 100%;
}

.brands-item:hover::after {
  width: 100%;
}
.brands-item::after {
  content: "";
  width: 0;
  height: 4px;
  background: var(--btn-color);
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.brands-item-img img {
  height: 120px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/**/

.page-baslik1 {
  width: 100%;
  height: 300px;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
}

.page-baslik1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(4, 26, 56, 0.2),
    rgba(4, 26, 56, 0.7)
  );
  opacity: 70%;
}

.page-baslik1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140%;
  opacity: 88%;
  background: linear-gradient(to top, rgba(4, 26, 56, 0.85), transparent);
}

.page-baslik1 .container {
  position: relative;
  z-index: 9;
  margin-top: 80px;
}

.page-baslik1 .breadcrumb {
  margin-bottom: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
}

.page-baslik1 .breadcrumb li a {
  color: #fff;
}

.page-baslik1 .breadcrumb {
  opacity: 100%;
}

.breadcrumb-item {
  color: #fff;
  font-size: 11px;
}

.page-baslik1 .breadcrumb li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.page-baslik1 h3 {
  margin-bottom: 0px;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}

/**/

.page-icerik {
  padding: 60px 0px;
}

.page-icerik .pagebaslik {
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #f3f3f3;
  color: black;
  padding: 10px;
  margin-bottom: 20px;
  border: solid #f3f3f3 1px;
  font-weight: 700;
  font-size: 19px;
}

/**/

.page-dosya a.dosya-liste {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-dosya a.dosya-liste:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-dosya a.dosya-liste .dosya-icon {
  text-align: center;
  color: #555;
  padding: 40px 10px;
  display: block;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease;
}

.page-dosya a.dosya-liste .dosya-icon img {
  max-width: 100px;
  height: auto;
  display: inline-block;
}

.page-dosya a.dosya-liste:hover .dosya-icon .indir i {
  color: #404040;
}

.page-dosya a.dosya-liste .dosya-icon i {
  font-size: 23rem;
  color: #31b0c8;
}

.page-dosya a.dosya-liste:hover .dosya-icon {
  background: linear-gradient(135deg, #000000, #5c5c5c);
}

.page-dosya a.dosya-liste:hover .dosya-icon i {
  color: #ffffff;
}

.page-dosya a.dosya-liste .indir {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #007bff;
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.page-dosya a.dosya-liste:hover .indir {
  background-color: #0056b3;
}

.page-dosya a.dosya-liste .dosya-aciklama {
  padding: 15px;
  background: #f9f9f9;
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik {
  font-size: 1rem;
  color: #333;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik i {
  padding-right: 5px;
}

/**/

.firmalar .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  justify-content: end;
}

.firmalar .nav-tabs .nav-item {
  margin-right: 10px;
}

.firmalar .nav-tabs .nav-link {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f0f0f0;
  color: #333;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 700;
}

.firmalar .nav-tabs .nav-link:hover,
.firmalar .nav-tabs .nav-link.active {
  background-color: #31b0c8;
  color: white;
}

.firmalar .nav-tabs .nav-link.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.firmalar .tab-content {
}

@media (min-width: 768px) {
  .firmalar .nav-tabs {
    justify-content: center;
  }
}

/**/

.firmaci-card {
  background-color: #f8f9fa;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  min-height: 390px;
}

.firmaci-card hr {
  color: #bfbfbf;
  margin: 5px 0px;
}

.firmaci-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.firmaci-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: white;
  padding: 25px 35px;
}

.firmaci-card .card-body {
  padding: 20px 15px;
}

.firmaci-card h5 {
  color: #343a40;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 19px;
  min-height: 50px;
}

.firmaci-card p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  height: 20px;
}

.firmaci-card p i {
  margin-right: 10px;
  background: #31b0c8;
  color: white;
  padding: 5px;
  border-radius: 100%;
  font-size: 11px;
}

.firmaci-card a {
  color: #007bff;
  text-decoration: none;
}

.firmaci-card a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .firmaci-card img {
    height: 150px;
    object-fit: contain;
  }
}

/* --- Ana Menü Konteyneri --- */
.sol-menu {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 20px 15px;
  width: 100%;
}

.sol-menu .solbaslik {
  color: var(--menu-text-color);
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--menu-hover-bg);
}

/* --- Menü Listesi Stilleri --- */
.menu-akordiyon {
  width: 100%;
}
.menu-akordiyon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-akordiyon li {
  margin-bottom: 5px;
}

/* --- Menü Linkleri (a etiketi) --- */
.menu-akordiyon li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  text-decoration: none;
  color: #092c24;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color var(--menu-transition-speed) ease,
    color var(--menu-transition-speed) ease;
  font-size: 0.95rem;
}

/* --- Linklerin üzerine gelince (hover) --- */
.menu-akordiyon li a:hover {
  background-color: var(--menu-hover-bg);
  color: var(--menu-active-text);
}

/* --- Aktif olan link --- */
.menu-akordiyon li.active a {
  background-color: var(--brand-yellow);
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 8px #31afc83f;
}

/* --- Menü İkonları --- */
.sol-menu-icon {
  margin-right: 12px;
  font-size: 0.8rem;
  color: var(--menu-icon-color);
  transition: color var(--menu-transition-speed) ease;
}

.menu-akordiyon li.active a .sol-menu-icon {
  color: var(--menu-active-text); /* Aktif linkin ikonu da beyaz olsun */
}

.menu-akordiyon li a:hover .sol-menu-icon {
  color: var(--menu-active-text);
}

/* --- MOBİL GÖRÜNÜM (Bootstrap'in lg kırılımı olan 992px baz alındı) --- */
@media (max-width: 991.98px) {
  /* Masaüstünde menüyü gizle, sadece mobil butonu göster */
  .sol-menu {
    width: 100%;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  /* Mobil açma butonu */
  .sol-menu-mobil-button {
    display: block; /* HTML'de zaten var ama emin olmak için */
    width: 100%;
    background-color: var(--menu-bg);
    color: var(--menu-text-color);
    border: none;
    padding: 15px;
    font-size: 1rem;
    text-align: left;
    border-radius: var(--menu-border-radius);
    cursor: pointer;
  }

  .sol-menu-mobil-button .icon-menu {
    margin-right: 10px;
  }

  /* Mobil menü kapalı durumdayken (ekranın solunda gizli) */
  .sol-menu-hasem {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px; /* Açıldığında kaplayacağı genişlik */
    height: 100%;
    background-color: var(--menu-bg);
    z-index: 1050; /* Diğer her şeyin üzerinde olsun */
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto; /* İçerik sığmazsa kaydırma çubuğu */
    padding: 20px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  }

  /* Mobil menü açık durumdayken (JavaScript ile eklenen class) */
  .sol-menu-hasem.sol-menu-hasem-fixed {
    transform: translateX(0);
  }

  /* Mobil menü başlığı */
  .akordiyon-baslik {
    color: var(--menu-active-bg);
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--menu-hover-bg);
  }

  /* Mobil menüdeki kapatma butonu */
  .kapatma-yeri {
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--menu-text-color);
    font-size: 2rem;
    cursor: pointer;
  }
}

/**/

/* --- CSS Değişkenleri (Renkleri ve ayarları buradan kolayca değiştirin) --- */
:root {
  --card-bg: #ffffff;
  --card-shadow: rgba(0, 0, 0, 0.08);
  --card-shadow-hover: rgba(0, 0, 0, 0.15);
  --text-dark: #212529; /* Koyu Başlık Rengi */
  --text-light: #6c757d; /* Açık Metin ve Tarih Rengi */
  --transition-speed: 0.3s;
}

/* --- Ana Kart Stili (.page-blog-list) --- */
.page-blog-list {
  background-color: #fff;
  border: 1px solid #e9ecef;
  display: flex; /* İçeriğin dikey olarak esnek bir şekilde hizalanmasını sağlar */
  flex-direction: column; /* Öğeleri yukarıdan aşağıya sıralar */
  background-color: var(--card-bg);
  border-radius: var(--card-border-radius);
  overflow: hidden;
  text-decoration: none;
  transition: transform var(--transition-speed) ease,
    box-shadow var(--transition-speed) ease;
  margin-bottom: 30px;
  height: 100%; /* Bootstrap sütunları içinde eşit yükseklik için */
}

/* --- Kartın Üzerine Gelince (Hover) Efekti --- */
.page-blog-list:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px var(--card-shadow-hover);
  text-decoration: none;
}

/* --- Resim Alanı --- */
.page-blog-list .resim {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.page-blog-list .resim img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin oranını bozmadan alanı kaplar */
  transition: transform 0.4s ease;
}

.page-blog-list:hover .resim img {
  transform: scale(1.05); /* Resme hafif zoom efekti */
}

/* --- Ana İçerik Alanı --- */
.page-blog-list .kart-icerik {
  padding: 25px;
  flex-grow: 1; /* Bu alanın kalan boşluğu doldurmasını sağlar, kartlar hizalı durur */
}

/* --- Tarih --- */
.page-blog-list .tarih {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 500;
}

/* --- Ana Başlık (h3.baslik) --- */
.page-blog-list .baslik {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 8px 0 0 0; /* Üstte tarihle arasına boşluk bırakır */
  line-height: 1.4;
  transition: color var(--transition-speed) ease;
}

.page-blog-list:hover .baslik {
  color: var(--brand-yellow); /* Hover'da başlık rengini değiştir */
}

/* --- Özet Metni (p.ozet) --- */
.page-blog-list .ozet {
  font-size: 0.95rem;
  color: var(--text-light);
  margin: 15px 0 0 0; /* Üstte başlıkla arasına boşluk bırakır */
  line-height: 1.6;
}

/* --- Kartın Alt Kısmı --- */
.page-blog-list .kart-alt-bilgi {
  margin-top: auto; /* Bu satır "Haberi Oku" linkini her zaman en alta iter */
  border-top: 1px solid #e9ecef;
}

/* --- Detay Linki (Haberi Oku) --- */
.page-blog-list .detay {
  display: flex;
  justify-content: space-between; /* Yazı ve ikonu iki uca yaslar */
  align-items: center;
  padding: 15px 25px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-color);
  width: 100%;
}

.page-blog-list .detay i {
  transition: transform var(--transition-speed) ease;
}

.page-blog-list:hover .detay i {
  transform: translateX(5px); /* Hover'da ikonu sağa kaydır */
}

/**/

/* Genel takvim stili */
#calendar {
  max-width: 1100px; /* Takvim çok genişlemesin */
  margin: 40px auto; /* Sayfada ortalansın */
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Takvim butonları için daha modern bir görünüm */
.fc-button {
  background-color: #007bff !important;
  border-color: #007bff !important;
  transition: background-color 0.2s;
}

.fc-button:hover {
  background-color: #0056b3 !important;
}

/* Bugünün hücresini vurgula */
.fc-day-today {
  background-color: #eaf6ff !important;
}

/* Etkinliklerin genel stili */
.fc-event {
  border: none !important;
  padding: 3px 6px !important;
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 850px;
    margin: 1.75rem auto;
  }
}

.column4 {
  width: 100%;
}

.no-list-style {
  margin: 0px;
}

/**/

.iletisim_yeni {
  width: 100%;
  height: auto;
  position: relative;
}

.iletisim_yeni .float-start {
  fill: #31B0C8;
  background: #ffffff;
  width: 70px;
  height: 70px;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  padding: 0 !important;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px #0000001f;
}

.iletisim_yeni svg {
  fill: #31B0C8;
}

.iletisim_yeni .formbgg {
  width: 100%;
  height: auto;
  background: #f8f8f8;
}

.iletisim_yeni .formsol {
  width: 85%;
  margin-left: auto;
}

.iletisim_yeni .formsol h3 {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 400;
  display: none;
}

.iletisim_yeni form.form1 {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: none !important;
  padding: 0rem !important;
  background: transparent;
}

.iletisim_yeni form.form1 .basliklabel {
  display: none;
}

.iletisim_yeni form.form1 .form-control {
  font-size: 14px !important;
  padding: 15px 10px 15px 20px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-left: solid #31B0C8;
}

.iletisim_yeni form.form1 textarea.form-control {
  min-height: 250px !important;
  padding: 15px 10px 15px 10px !important;
}

.iletisim_yeni form.form1 .btn {
  font-size: 0.85rem;
  height: 52px;
  padding: 0 1.9rem;
  display: flex;
  align-items: center;
}

.iletisim_yeni .maps {
  height: 100%;
}

.iletisim_yeni .maps iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.form-group {
  position: relative;
}

.guvenlik_resim {
  position: absolute;
  bottom: 12px;
  right: 5px;
}


/**/

.form2 {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    color: #333;
    position: relative;
    overflow: hidden;
}

.form2::before,
.form2::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.form2::before {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px;
}

.form2::after {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -50px;
}

.form2 label {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1.5px;
}

.form2 .guvenlik_input {
    position: relative;
}

.form2 .guvenlik_resim {
    position: absolute;
    top: 40px;
    right: 0;
}

.form2 .guvenlik_resim .guvenlikResim {
    width: 80px;
}

.form2 input {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 40px;
}

.form2 textarea {
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 70px;
}

.form2 input:focus,
.form2 textarea:focus {
    border-color: #3498db;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
}

.form2 input::placeholder,
.form2 textarea::placeholder {
    color: #f9f9f9;
    display: none;
    opacity: 0;
}

.form2 button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    margin-top: 30px;
}

.form2 button:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / 50%);
}

.form2 .help-block {
    color: #aaa;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 25px;
    display: none;
}

.form2 .alert {
    background-color: #e74c3c;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

@media (max-width: 768px) {
    .form2 {
        padding: 30px;
    }
}


/**/

/**/



.video-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 90px;
}

.video-slider .yarisma_video {
    width: 100%;
    height: auto;
    position: relative;
    color: #27292C;
    background: red;
}

.video-slider .yarisma_video .resim {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.video-slider .yarisma_video .resim iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-slider .yarisma_video .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider .yarisma_video .texttbg {
    background: linear-gradient(45deg, #0000009c, transparent);
    box-shadow: 0px 0px 10px #0000000a;
    position: absolute;
    left: 0;
    bottom: 0;
    border-right: 4px solid #31b0c8;
    width: 100%;
    height: 100%;
}

.video-slider .yarisma_video .textt {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 30px;
}

.video-slider .yarisma_video .textt h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: white;
}

.video-slider .yarisma_video .textt p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}

.video-slider .owl-theme .owl-nav {
    top: -100px;
    position: absolute;
    width: 100%;
    display: none;
}

.video-slider .owl-carousel .owl-nav button.owl-prev,
.video-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: transparent !important;
    color: #CEA964;
    border-radius: 50% !important;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    border: solid 2px #CEA964;
}

.video-slider .owl-carousel .owl-nav button.owl-prev:hover,
.video-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #CEA964 !important;
    color: #fff;
}

.video-slider .owl-carousel .owl-nav button.owl-prev {
    left: 100px;
}

.video-slider .owl-carousel .owl-nav button.owl-next {
    right: 100px;
}

.video-slider .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.video-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.video-slider .owl-theme .owl-dots .owl-dot.active span,
.video-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

/**/


.swiper-button-prev{
  left: 5px !important;
}
.swiper-button-next {
  right: 5px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(0, 0, 0, 0.5); /* yarı saydam koyu arka plan */
  color: #fff; /* ok simgeleri beyaz */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8); /* hover efekti */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  color: white;
}

/* Responsive konumlandırma */
.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

/**/


.page-urunler-listele-resimler {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.page-urunler-listele-resimler .img-thumbnail {
  overflow: hidden;
}

.page-urunler-listele-resimler .image {
  width: 100%;
  height: auto;
  position: relative;
}

.page-urunler-listele-resimler .image img {
  max-width: 100%;
  transition: transform 0.2s;
  height: 270px;
  object-fit: contain;
}

.page-urunler-listele-resimler:hover .image img {
  transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
  width: 100%;
  height: 51px;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 5px 0px;
  color: #333;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.page-urunler-listele-resimler .image .zoom {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
  transition: all 0.25s ease;
  justify-content: center;
  align-items: center;
}

.page-urunler-listele-resimler .image .zoom i {
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 3px #ababab;
  color: #333;
}

.page-urunler-listele-resimler:hover .image .zoom i {
  opacity: 1;
  transition: all 0.25s ease;
}
