body { font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }


/* left scrool */

::-webkit-scrollbar {width: 10px}
::-webkit-scrollbar-track {background: transparent}
::-webkit-scrollbar-thumb {background: #000}
::-webkit-scrollbar-thumb {border-radius: 3px}
::-webkit-scrollbar-thumb:hover {background: #999}

/* left scrool end */


@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}



/* loader */

#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #fff url('/img/yukleniyor.gif') no-repeat center center;
  background-size: 80px 80px;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease;
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* loader  end*/


h1 {font-size: 4.0em; font-family: "Saira", sans-serif;}
h2 {font-size: 1.3em;font-weight: bold;} /* title */
h3 {font-size:1.5em; color:#777; font-weight: 600;} /* navbar menu title */
h4 {font-size: 2.0em;font-weight: bold; color:#000;} /* page title */ 
h5 {font-size: 1.4em;color:#fff;} /* footer title */ 



.fade-up {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.6s ease-out forwards;
}

.fade-up.delay-1 { animation-delay: 0.1s; }
.fade-up.delay-2 { animation-delay: 0.3s; }
.fade-up.delay-3 { animation-delay: 0.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* radio */  

.header_top {
    position: relative; /* bunu mutlaka ekle */
}

.top-radio-player {
    position: absolute;
    left: 15px;   /* sağa almak istersen right:15px yap */
    top: 30%;
    transform: translateY(-50%);
    z-index: 10;
}

.radio-btn {
    background: #1ABAFF;
    border: 1px solid #1ABAFF;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.radio-btn:hover {
    background: #148cc9;
    border-color: #148cc9;
}

.radio-btn.active {
    background: #e53935;
    border-color: #e53935;
}

#classicRadio {
    display: none;
}



/* radio end */ 



.detail-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.detail-content h1 {
    margin-bottom: 15px;
}

.detail-meta {
    color: #888;
    margin-bottom: 20px;
}

.detail-cover {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}

.detail-body {
    line-height: 1.8;
}

.detail-sidebar {
    background: #f9fafc;
    padding: 20px;
    border-radius: 10px;
}

.sidebar-list {
    list-style: none;
    padding: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
}

.sidebar-list a {
    text-decoration: none;
    color: #111;
}

.sidebar-list a:hover {
    color: #0a66c2;
}

.sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-post {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #111;
    align-items: center;
}

.sidebar-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar-title {
    font-size: 14px;
    line-height: 1.4;
}

.sidebar-post:hover .sidebar-title {
    color: #0a66c2;
}

@media (max-width: 992px) {

    .detail-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .detail-sidebar {
        order: 2;
    }

    .detail-content {
        order: 1;
    }

    .sidebar-post {
        align-items: flex-start;
    }

    .sidebar-thumb img {
        width: 60px;
        height: 60px;
    }
}



/* page */ 

.mobil {display:none;}
.desktop {display:inline;}

.title_line {color:#666;text-decoration:none;}
.title_line:hover {color:#222;}

.menu_iconn {
    display: inline-block;
    transition: transform 0.3s ease;
}

a:hover .menu_iconn {
    transform: translateX(3px);
    color:#28539b;
}

.menu_iconn {color:#28539b;font-size:1.1em;font-weight:bold;}

.header_size {max-width:1250px;}
.header_top {background-color:#fff;border-bottom:1px solid #f2f2f2;}
.header_ust {padding:5px;}
.header_ust_tel {font-size:1.0em;margin-top:5px;color:#fff;}
.header_bize_ulasin {background-color: #a0c249; color: #fff;text-align: center; padding: 8px;text-decoration: none;}
.header_bize_ulasin:hover {background-color: #a0c100; color: #fff;text-decoration: none;}

.telephone {text-decoration:none;padding:0px;margin-right: 5px;color:#fff;font-size:0.9em;font-weight:bold;}
.telephone:hover {text-decoration:none;color:#fff;}

.telephone_iletisim {padding:0px;margin-right: 10px;color:#000;}
.telephone_iletisim:hover {text-decoration:none;text-decoration:none;color:#999;}

.language {font-size:0.8em;}
.language_dropdown {font-size:0.8em;}

.languange_line {font-size:0.9em;color:#000;text-decoration:none;}
.languange_line:hover {color:#777;text-decoration:none;}

.logo_header {width:100%;max-width:100px;}

.whatsapp{position:fixed;bottom:18px;z-index:999999;color:#000;font-size:1.2em;right:0px;}
.whatsapp:hover{text-decoration:none;color:#fff }

.menu_line {text-decoration:none;color:#999;}
.menu_line:hover {text-decoration:none;color:#222;}

.telline {color:#000;text-decoration: none;}
.telline:hover {color:#222;text-decoration: none;}

.telline_footer {color:#fff;text-decoration: none;}
.telline_footer:hover {color:#f8f8f8;text-decoration: none;}

.kurumsal {background-image: url(../img/kurumsal.webp);background-size: cover;
background-position: center ; width:100%; height:300px;}

.home_title_detail { font-size: 1.1em; }
.home_tit {color:#000;}
.form_content {background-color: #eafee3; padding: 20px; border-radius: 35px; max-width: 60%; margin: auto;}
.home-hizmetler-box {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.home-hizmetler-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.home-hizmetler-box i {
  font-size: 36px;
  color: #777;
  margin-bottom: 15px;
}
.home-hizmetler-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}


.general_links {color: #222 !important; font-weight: 600;}
.general_links:hover {color: #777 !important;}

#yt-wrapper {
    position: relative;
    padding-bottom: 177.77%; /* 9:16 oranı */
    height: 0;
    overflow: hidden;
  }
  #yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.kurumsal-wrapper .reveal {
  transition-duration: 0.7s;
}


.kurumsal-wrapper {
  /* üstte fixed navbar + top-bar varsa boşluk dengede dursun diye sen zaten body padding ayarladın,
     burada ekstra bir şey gerekmez genelde */
}

.kurumsal-sidebar {
  position: sticky;
  top: 120px; /* navbar + top-bar yüksekliğine göre ayarla (80–140px arası deneriz) */
  padding: 1rem 0;
}

.kurumsal-title {
  font-size: 0.9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: .5rem;
}

.kurumsal-nav .nav-link {
  font-size: 0.95rem;
  color: #333;
  padding: .35rem 0;
  border-left: 2px solid transparent;
  transition: all .2s ease;
}

.kurumsal-nav .nav-link:hover {
  color: #000;
}

.kurumsal-nav .nav-link.active {
  color: #000;
  font-weight: 600;
  border-left-color: #000;
  padding-left: .5rem;
}

/* Mobilde sticky pek gerekmez, istersen üstte dursun */
@media (max-width: 991.98px) {
  .kurumsal-sidebar {
    position: static;
    margin-bottom: 1.5rem;
  }
}

/* image effect */

.proje-img {
  transition: all 0.4s ease;
}

.proje-img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.proje-item img {
  width: 100%;
  transition: all 0.4s ease;
  filter: grayscale(100%) brightness(0.9); /* İlk görünüm SB + hafif koyu */
}

.proje-item:hover img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(1); /* Hover’da renk + daha parlak */
}

/* image effect end */


/* kariyer & eğitim & home bilgi */

.career-section {
  padding: 80px 0;
}

.career-card {
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: auto;
}

.career-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.career-desc {
  color: #777;
  margin-bottom: 40px;
}

.custom-input {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-input:focus {
  border-color: #1d3557;
  box-shadow: none;
}

.custom-file {
  padding: 10px;
  border-radius: 8px;
}

.btn-submit {
  width: 100%;
  height: 50px;
  background: #1d3557;
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}

.btn-submit:hover {
  background: #0f2238;
}

.education-section {
  padding: 80px 0;
}

.education-card {
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: auto;
}

.education-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.education-desc {
  color: #777;
  margin-bottom: 40px;
}

.kvkk-link {
  color: #1d3557;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s;
}

.kvkk-link:hover {
  color: #0f2238;
}



/* kariyer end */


.list-group-item.active {
    background: #111;
    border-color: #111;
}

.list-group-item.active a {
    color: #fff !important;
    font-weight: 600;
}


/* proje list */

.filter-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
}

.filter-menu li a {
  text-decoration: none;
  color: #444;
  font-size: 0.95rem;
  padding: 6px 14px;
  border-radius: 10px;
  display: inline-block;
  transition: .25s;
}

.filter-menu li.active a,
.filter-menu li:hover a {
  background: #000;
  color: #fff !important;
}

@media (max-width: 768px) {
  .filter-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 12px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .filter-menu li {
    flex: 0 0 auto;
  }

  .filter-menu::-webkit-scrollbar {
    display: none;
  }
}




.proje-list-hero {
  height: 40vh;
  min-height: 300px;
  background: url('../img/tamamlanan_projeler_hero.webp') center/cover no-repeat;
  position: relative;
}

.proje-list-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}

.proje-list-hero .hero-title,
.proje-list-hero .hero-subtitle {
  position:relative;
  color:#fff;
}






/* Proje Kart - Ana yapı */
.proje-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}

/* Görsel */
.proje-thumb {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform .4s ease;
  border-radius: 10px;
}

/* Hover efekti */
.proje-card:hover .proje-thumb {
  transform: scale(1.07);
}

/* Overlay (Karanlık kaplama) */
.proje-caption {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  opacity: 1;
  transition: .35s ease;
  border-radius: 10px;
}

/* Overlay görünür olduğunda */
.proje-card:hover .proje-caption {
  opacity: 1;
}

/* --- BAŞLIK (Burası problemli olan bölümün çözümü) --- */

/* Kart içinde normal durumda (overlay kapalıyken) h5 siyah görünsün */
.proje-card figure h5 {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px;
  margin: 0;
}

/* Overlay açılınca h5 beyaz görünsün */
.proje-card:hover figure h5 {
  color: #fff !important;
}

/* Alt yazı (DETAY) */
.proje-caption span {
  font-size: .9rem;
  opacity: .9;
}



/* proje list end */





/* proje_detail */

.proje-hero {
  width: 100%;
  height: 45vh;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proje-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* daha koyu yapabilirsin */
}

.proje-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.proje-hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.breadcrumb-wrapper {
  border-bottom: 1px solid #eee;
}

.breadcrumb {
  font-size: 0.9rem;
}

.breadcrumb a {
  color: #52903d;
  text-decoration: none;
}

.breadcrumb .active {
  color: #666;
}


.proje-info-card {
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.info-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #444;
}

.proje-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.proje-info-list li {
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.95rem;
}

.proje-info-list li:last-child {
  border-bottom: none;
}


.page-proje-detay h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
}

.page-proje-detay p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}


.proje-gallery-item img {
  transition: all 0.3s ease;
  border-radius: 8px;
}

.proje-gallery-item:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


.proje-quote {
  padding: 20px 25px;
  border-left: 4px solid #52903d;
  background: #f8f9fa;
  font-size: 1.1rem;
  font-style: italic;
  color: #444;
  border-radius: 6px;
}


.benzer-card img {
  transition: all 0.3s ease;
  border-radius: 8px;
}

.benzer-card h5 {
  font-size: 1rem;
  color: #444;
  margin-top: 10px;
}

.benzer-card:hover img {
  transform: scale(1.04);
  box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}

.benzer-card {
  text-decoration: none;
  display: block;
}


.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 768px) {

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .proje-info-card {
    margin-bottom: 20px;
  }
}


/* proje_detail end */



/* home gorsel ustu resim yazısı */

.proje-item {
  position: relative;
  overflow: hidden;
}

/* Image effect */
.proje-item img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

.proje-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

/* Full gradient overlay */
.proje-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.65)
  );
  transition: 0.4s ease;
  z-index: 1;
}

.proje-item:hover .proje-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.85)
  );
}

/* Centered title */
.proje-title {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  justify-content: center;   /* yatay merkez */
  align-items: center;       /* dikey merkez */

  color: #fff;
  font-size: 1.5em;           /* istersen küçültebílirim */
  text-align: center;
  padding: 15px;
}



/* Hover'da karartmayı güçlendirme */
.proje-item:hover .proje-title {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0)
  );
}

.home_proje_title_ust { font-size: 1.9em; color:#666; padding: 10px; text-align: center;}

/* home gorsel ustu resim yazısı end */


/* hero slider  */

 
/* ======================
   FIXED IMAGE HERO
   ====================== */

.hero-fixed {
  position: relative;
  min-height: calc(100vh - 100px);
  background: url("../img/hero-bg.webp") center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Görsel üstü kontrast */
.hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(
    to right,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.25)
  );*/
  z-index: 1;
}

/* Yazı alanı */
.hero-text {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  color: #fff;
}

/* Başlık */
.hero-text h1 {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Değişen satırlar */
.hero-line {
  display: none;
}

.hero-line.active {
  display: block;
  animation: textFade 1s ease;
}

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

.hero-text p {
  max-width: 550px;
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 35px;
}

/* CTA */
.hero-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

/* Mobile */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.2rem;
  }
}

/* ======================
   SCROLL INDICATOR (MID)
   ====================== */

.scroll-indicator-mid {
  position: absolute;
  left: 50%;
  bottom: 120px; /* ortaya yakın */
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}

.scroll-indicator-mid span {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 20px;
  display: block;
  position: relative;
}

.scroll-indicator-mid span::after {
  content: '';
  width: 4px;
  height: 7px;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDot 1.4s infinite;
}

#content {
  scroll-margin-top: 120px; /* navbar + biraz nefes */
}

.scroll-anchor {
  height: 120px;          /* GERÇEK MESAFE */
  margin-top: -120px;    /* geri çek */
}



@keyframes scrollDot {
  0%   { opacity: 0; transform: translate(-50%, 0); }
  50%  { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 16px); }
}

/* Mobile */
@media (max-width: 768px) {
  .scroll-indicator-mid {
    bottom: 80px;
  }
}


/* ======================
   HERO STATS
   ====================== */

/* ======================
   HERO STATS – CORPORATE
   ====================== */


/* ======================
   HERO STATS – FINAL
   ====================== */

.hero-stats {
  background: #fff;
  padding: 80px 0;
}

/* container gibi davranır */
.hero-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Ortak kart stili */
.stat-card {
  height: 220px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover – çok hafif */
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
}

/* Kurumsal renkler */
.stat-card.blue {
  background: #1654a0;
}

.stat-card.green {
  background: #95c22f;
}

/* İkon */
.stat-icon {
  font-size: 42px !important;      /* ⬅️ büyüttük */
  color: #fff;
  margin-bottom: 20px;
}

/* Sayı */
.stat-card strong {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

/* Açıklama */
.stat-card span {
  font-size: .95rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

/* Tablet – 2’li */
@media (max-width: 992px) {
  .hero-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 576px) {
  .hero-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* hero slider end  */


/* home page yayınlar otomasyon */

/* ======================
   HOME PUBLICATIONS
   ====================== */

.home-publications {
  padding: 90px 0;
  background: #f7f9fc;
}

/* Başlık */
.section-head {
  margin-bottom: 40px;
}

.section-head h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-head p {
  color: #555;
  font-size: 1rem;
}

/* Grid */
.publications-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* Kart */
.publication-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #111;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.publication-card:hover {
    transform: translateY(-5px);
}

/* Görsel */
.publication-img {
  position: relative;
  overflow: hidden;
}

.publication-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Overlay */
.publication-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22,84,160,0.35); /* kurumsal mavi */
  opacity: 0;
  transition: opacity .3s ease;
}

/* Hover görsel */
.publication-card:hover .publication-img img {
  transform: scale(1.08);
}

.publication-card:hover .publication-img::after {
  opacity: 1;
}

/* İçerik */
.publication-content {
  padding: 22px 20px 26px;
}

.pub-date {
  display: block;
  font-size: .8rem;
  color: #777;
  margin-bottom: 6px;
}

.publication-content h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 1200px) {
  .publications-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet altı */
@media (max-width: 992px) {
  .publications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 576px) {
  .publications-grid {
    grid-template-columns: 1fr;
  }

  .publication-img img {
    height: 200px;
  }
}


/* home page yayınlar otomasyon end*/





.carousel-inner {
  position: relative !important;
}

/* Overlay sadece görselin üstünde duracak */
.carousel-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  z-index: 1; /* görselin üstünde, yazının altında */
}

.carousel-item::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
    z-index:1; /* görsel üstü */
}


/* carusel */

 
.carousel-caption {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5 !important; /* overlay'i kesin geçsin */
  color: #fff;
  text-shadow: 0 3px 8px rgba(0,0,0,0.7);
}

.carousel-caption{
  pointer-events: none;
}

/* Başlık için stil */
.slider-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Alt yazı */
.slider-text {
  font-size: 20px;
  font-weight: 400;
}

.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}

.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
  opacity:0;
} 

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



@media (max-width: 767px) {
  .carousel-caption {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;        /* GENİŞ ALAN */
    max-width: 100%;    /* Her türlü genişlesin */
    padding: 0 25px;    /* Sağ-sol nefes alsın */
    text-align: center; 
  }

  .slider-title {
    font-size: 26px !important;
    line-height: 1.3;
  }

  .slider-text {
    font-size: 15px !important;
  }
}


/* carusel end */



/* ======================
   SEARCH OVERLAY
   ====================== */

#searchOverlay {
  position: relative;
  width: 100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
  border-bottom: 1px solid #eee;
  z-index: 998;
}

#searchOverlay.active {
  max-height: 200px; /* ihtiyaca göre */
}

.search-inner {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  position: relative;
}

.search-inner form {
  display: flex;
  gap: 10px;
}

.search-inner input {
  flex: 1;
  font-size: 22px;
  padding: 15px;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
}

.search-inner button {
  padding: 15px 30px;
  border: none;
  background: #9fc24b;
  color: #fff;
  cursor: pointer;
}

.search-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

/* ======================
   SEARCH ICON (NAVBAR)
   ====================== */

/* Menü alt çizgisini kapat */
.navbar-nav .search-toggle .nav-link {
  border-bottom: none !important;

  /* Menüyle birebir hizalama */
  padding: 30px 15px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
}

/* İkonun kendisi (yuvarlak alan) */
.navbar-nav .search-toggle i {
  width: 36px;
  height: 36px;
  font-size: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #f4f4f4;

  transition: background 0.25s ease, color 0.2s ease, transform 0.2s ease;
}

/* Hover */
.navbar-nav .search-toggle .nav-link:hover i {
  background: #9fc24b;
  color: #fff;
  transform: scale(1.05);
}

/* Aktif (arama açıkken) */
.navbar-nav .search-toggle.active i {
  background: #9fc24b;
  color: #fff;
}

#searchOverlay {
    position: static;        /* normal akış */
    max-height: 0;
    border-bottom: none;
    z-index: auto;
  }

  #searchOverlay.active {
    max-height: 300px;       /* mobil için biraz daha büyük */
  }

  .mobileMenu .search-toggle {
    width: 100%;
  }

  .mobileMenu .search-toggle .nav-link {
    justify-content: flex-start;
    padding-left: 0;
  }

  /* ======================
   MOBILE SEARCH FIX
   ====================== */

@media (max-width: 768px) {

  .search-inner {
    padding: 25px 15px;
  }

  .search-inner form {
    flex-direction: column;
    gap: 15px;
  }

  .search-inner input {
    width: 100%;
    font-size: 16px;
  }

  .search-inner button {
    width: 100%;
    padding: 14px;
  }

}



.footer {

  background: linear-gradient(
    180deg,
    #1b5cb0 60%,
    #a8c85b 100%
  ) !important;
  text-align: left; 
  color:#412c1e;
  border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.9em;

}


 
.footer_alt_copyright {color:#222;font-size: 0.9em;text-align: center;}
.footer_copyright {color:#999;}

/* =====================================================
   FOOTER LINK – BDO STYLE UNDERLINE
   ===================================================== */

.footer a,
.footer-link {
  position: relative;
  color: #fff;
  text-decoration: none;
}


.footer a::after {
  height: 1px;
  opacity: 0.85;
}

/* Alt çizgi */
.footer a::after,
.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.35s ease;
}

/* Hover */
 

.footer_line {
  position: relative;
  display: inline-block;   /* BR ile uyumlu */
  margin-bottom: 2px;     /* aralık hissi */
  padding-bottom: 2px;
  color: #fff;
  text-decoration: none;
}

/* Alt çizgi */
.footer_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.85;
  transition: width 0.3s ease;
}

/* Hover */
.footer_line:hover::after {
  width: 100%;
}

.footer h5 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 8px;
}

.footer h5::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: rgba(255,255,255,0.6);
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .footer h5::after {
    margin-left: auto;
    margin-right: auto;
  }
}


 
.kvkk-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px 20px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideUp 0.4s ease forwards;
}

.kvkk-popup-inner {
  max-width: 960px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}

.kvkk-popup-inner a {
  color: #ffc107;
  text-decoration: underline;
}

.kvkk-buttons button {
  min-width: 100px;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}


/* =====================================================
   PARALLAX SECTION (VANILLA JS UYUMLU)
   ===================================================== */

.parallax-host {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

/* Arka plan sarmalayıcı */
.parallax-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

/* Arka plan görseli */
.parallax-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;              /* scroll sırasında boşluk kalmasın */
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
  pointer-events: none;
  display: block;
}

/* Overlay */
.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.10),
    rgba(0,0,0,0.18)
  );
  z-index: 1;
  pointer-events: none;
}

/* İçerik üstte */
.parallax-host > .container,
.parallax-host section,
.parallax-host .home-hizmetler-section,
.parallax-host .home-hizmetler-box {
  position: relative;
  z-index: 2;
}

/* Alt fade (isteğe bağlı, hoş duruyor) */
.parallax-host::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;

  z-index: 2;
  pointer-events: none;
}

/* Parallax üstü kart */
.card-on-parallax {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 16px;
}

/* Mobil */
@media (max-width: 991.98px) {
  .parallax-host {
    min-height: 480px;
  }

  .parallax-bg img {
    height: 110%;
  }
}



.bg-section_kurumsal {
  background-image: url('../img/biz_kimiz.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}


.bg-section_neden {
  background-image: url('../img/neden.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}


.bg-section_vizyonumuz {
  background-image: url('../img/vizyonumuz.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_degerlerimiz {
  background-image: url('../img/degerlerimiz.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_kalite {
  background-image: url('../img/kalite.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}


.bg-section_iletisim {
  background-image: url('../img/iletisim.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

 

.bg-section_cerez-politikasi {
  background-image: url('../img/cerez.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_referanslar {
  background-image: url('../img/referanslar.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_ortaklar {
  background-image: url('../img/ortaklar.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_bagimsiz {
  background-image: url('../img/bagimsiz.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_danismanlik {
  background-image: url('../img/danismanlik.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_muhasebe {
  background-image: url('../img/muhasebe.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_sektorler {
  background-image: url('../img/sektorler.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_vergi {
  background-image: url('../img/vergi.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}


/* sidebar yan menu */

.sidebar-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 18px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin-bottom: 6px;
}

.sidebar-menu li a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    transition: all .25s ease;
}

.sidebar-menu li a:hover {
    background: #f4f6f9;
    padding-left: 18px;
}

.sidebar-menu li.active a {
    background: #9fc24b;
    color: #fff;
    font-weight: 500;
}

/* sidebar yan menu end */


 

.home_project_hayata {margin-top: 100px;}

.bg-offwhite {
  background-color: #f9f9f9 !important; /* istediğin tonu buraya yaz */
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000;
  color: #fff;
  padding: 12px 15px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.back-to-top:hover {
  background-color: #666;
  transform: scale(1.1);
}


/* GENEL AYARLAR (ortada görünme sorununu çözer) */
.social-sidebar {
  position: fixed;
  right: 3px;
  top: 40%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-sidebar a {
  width: 42px;
  height: 42px;
  background: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
}

/* --- MOBİL ÖZEL --- */
@media (max-width: 768px) {
  .social-sidebar {
    position: fixed;
    right: auto;
    left: 0;
    bottom: 0px;   /* ikonları biraz yukarı al – en alta yapışmaz */
    top: auto;

    flex-direction: row;
    justify-content: flex-start;

    background: transparent;  /* SİYAH ZEMİN KALDIRILDI */
    padding: 0;

    gap: 2px;
  }

  .social-sidebar a {
    background: #fefefe;  /* ikonların kendi arka planı */
    width: 48px;
    height: 48px;
    border:1px solid #f4f4f4;
  }
}







.news-slider-wrapper {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 8px 0;
  white-space: nowrap;
  position: relative;
}

.news-slider-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollNews 25s linear infinite;
  will-change: transform;
}

.news-item {
  display: inline-block;
  padding: 0 40px;
  font-size: 15px;
  color: #333;
}

/* Animasyon */
@keyframes scrollNews {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* Mobil iÃ§in animasyon yavaÅŸlatma */
@media (max-width: 768px) {
  .news-slider-track {
    animation-duration: 45s;
  }
}

/* page end */ 


/* ortaklarımız */

/* Ortaklarımız */

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.partner-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.img-wrapper {
  position: relative;
}

.img-wrapper img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* Desktop hover */
@media (hover: hover) {
  .img-wrapper:hover img {
    transform: scale(1.05);
  }
}

/* Desktop overlay */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0) 100%
  );
  color: #fff; 
}

.overlay h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.overlay p {
  margin: 6px 0 12px;
  font-size: 13px;
  opacity: 0.9;
}

.linkedin {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #0a66c2;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
}

/* Responsive */

@media (max-width: 992px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}

/* 🔥 MOBİLDE OVERLAY ALTA GEÇSİN */

@media (max-width: 768px) {

  .overlay {
    position: relative !important; 
    display: block !important; 
    background: #fff !important; 
    color: white !important; 
    opacity: 1 !important; 
    z-index: 9999 !important;
  }

.overlay h4 {
    color: #111 !important;
  }

  .overlay p {
    color: #555 !important;
  }

  .img-wrapper img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

}

/*  ortaklarımız end   */




/* News Slider Carousel */ 


#news-slider {
  margin-top: 20px; 
}

.owl-carousel .item {
  padding: 1px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

/* === Post Slide Card === */
.post-slide {
  background: #fff;
  margin: 0 !important;    /* <— 3px 5px kalksın */
  padding: 0 !important;   /* <— 3px kalksın */
  border: 0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-slide:hover {
  /* transform: scale(1.03); */
  z-index: 2;
}

/* === Image === */
.post-img {
  position: relative;
  overflow: hidden;
  width:100% !important;
  max-width:95% !important;
  margin:1 !important;
  border-radius:10px;
  border:0.5px solid #dadaad;
}
.post-img img {
  max-width: none !important;  /* <— 250px sınırı kalksın */
  width: 100% !important;
  margin-bottom: 4px;          /* istersen 0 da yapabilirsin */
  border-radius: 10px;
  height: auto; 
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: none; /* renk bozulmasÄ±nÄ± Ã¶nler */
  backface-visibility: hidden;
  will-change: transform;
}
.post-slide:hover .post-img img {
 /* transform: scale(1.05); */
}

/* === Overlay (icon layer on image) === */
.over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  background: transparent !important;
  opacity: 1; /* daima gÃ¶rÃ¼nÃ¼r */
  pointer-events: none; /* tÄ±klamayÄ± engeller */
}
.post-slide:hover .over-layer {
  opacity: 1;
}
.over-layer i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
}

/* === Post Content === */
.post-content {
  padding: 0 0px;
}
.post-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-description {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px;
}
.read-more {
  padding: 7px 20px;
  font-size: 12px;
  background: #2196F3;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}
.read-more:hover {
  background: #0d8ae2;
}

/* === Owl Navigation (Apple Style) nav iconlar iptal===  */


.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}
.owl-nav button {
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  display: ;
}
.owl-nav button:hover {
  background: #f5f5f5;
}
.owl-nav i {
  font-size: 24px;
  color: #333;
}

 
@media only screen and (max-width: 768px) {
  .post-description {
    font-size: 13px;
  }
  .post-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .owl-nav {
    position: relative;
    margin-top: 10px;
    display: flex !important;
    justify-content: center;
    gap: 12px;
    bottom: auto !important;
    right: auto !important;
    width: 100%;
    display: none;
  }

  .owl-nav button {
    background: #fff;
    border-radius: 50%;
    padding: 8px 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: none;
    display: none;
  }

  .owl-nav button i {
    font-size: 20px;
    color: #333;
    display: none;
  }

  .owl-nav button:focus {
    outline: none;
    display: none;
  }
}

.owl-carousel .item {
  padding: 0 !important;
  border: 0 !important;
}

#news-slider .owl-stage,
#video-slider .owl-stage {
  margin-left: 0 !important;
}
#news-slider .owl-item,
#video-slider .owl-item {
  padding: 0 !important;
}

/* News Slider Carousel End */


.mobile-video{
  height:70vh;
  object-fit:cover;
}




 
 /* === KVKK/Çerez Alt Bar === */
 
 .cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f8f8 !important;
  color: #222 !important;
  z-index: 2147483647 !important;
  padding: 15px;
  display: none;
}

.cookie-box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.cookie-box p {
  margin: 0;
  font-size: 14px;
}

.cookie-box a {
  color: #0d6efd;
  text-decoration: underline;
}

.cookie-buttons button {
  margin-right: 5px;
  font-size: 0.8em;
}


.cookie-settings {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 2147483648 !important;
  display: none;
}

.cookie-settings.active {
  display: block;
}

.cookie-settings-box {
  background: #fff;
  color: #000;
  max-width: 400px;
  margin: 40px auto !important;
  padding: 20px;
  border-radius: 6px;
}

.bdo-style {
  display: flex;
  max-width: 900px;
  height: 420px;
  padding: 0;
}

.cookie-left {
  width: 30%;
  background: #f4f4f4;
  border-right: 1px solid #ddd;
}

.cookie-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cookie-left li {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.cookie-left li.active {
  background: #fff;
  font-weight: bold;
}

.cookie-right {
  width: 70%;
  padding: 20px;
  position: relative;
}

.cookie-tab {
  display: none;
}

.cookie-tab.active {
  display: block;
}

.always-on {
  color: green;
  font-weight: bold;
}

.cookie-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.switch input {
  opacity: 0;
}

.switch input:checked + .slider {
  background: #0d6efd;
}

.switch input:checked + .slider:before {
  transform: translateX(22px);
}


@media (max-width: 767.98px) {
  .cookie-buttons {
    flex-direction: column;   /* ⬅️ ALT ALTA */
    align-items: stretch;     /* tam genişlik */
    gap: 10px;
  }

  .cookie-buttons button {
    width: 100%;
    margin:2px;
    padding: 10px;              /* parmak dostu */
    font-size: 14px;
  }
}


.slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 20px;
  cursor: pointer;
}

.slider:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: .3s;
}



/* başlangıçta hafif gizle (GSAP set ile de yapıyoruz ama FOUC olmasın) */
.reveal-up { opacity: 0; transform: translateY(24px); }

/* KVKK alt barının Locomotive ile çakışmaması için fixed üstte kalsın */
.cerez-popup-box { position: fixed; left:0; right:0; bottom:0; z-index: 9999; }





/* button group */


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: transparent;
	border:0px;
	font-size:0.9em; color:#fff;
 
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
	border:0px;
	font-size:1.0em; color:#fff; padding:10px 30px 10px 30px;
	background-color: #2b3e4f;
 
}

.btn-info:hover {background-color: #425768;}

/* button group end */

/* Navbar */

.navbar-custom {
    background-color: #fff; 
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #000;
   
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link { color: #555; padding: 30px 15px 10px 15px; margin:2px; font-weight: 500; }
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #222; border-bottom: 1px solid #000; margin:2px;  
}




/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
  background-color: #fff;
  float:left;
  padding:10px 20px;
  border-radius:0px;
  border: 0px;
  border-top:1px solid #2a5699;
  margin-top: 8px;
  font-size: 0.9em;
}

.navbar-custom .dropdown-menu:after{
  content: '';
  position:absolute;
  left:50%;
  top:5px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #2a5699 transparent transparent transparent; 
}



/* Alt ok stil */
.nav-link.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 6px solid #000;  /* Ok rengi */
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: transform 0.3s ease;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}

/* Menü açıkken ok dönsün */
.dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.custom-dropdown .dropdown-arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Açıldığında dönüş efekti */
.custom-dropdown.show .dropdown-arrow,
.nav-item.dropdown.show .dropdown-arrow {
  transform: rotate(180deg);
}

.custom-dropdown:hover .dropdown-arrow {
  color: #618e48;
} 

  

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em; 
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.sticky {
  position: fixed; opacity:0.9;
  top: 0;
  width: 100%; z-index:9999999; 
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px; 
}



@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


  


.offcanvas-start {
  top: 0 !important; /* Sayfanın en üstünden başlasın */
  height: 100vh !important; /* Tam ekran kaplasın */
  z-index: 1055; /* Navbar'ın üstünde olsun */
}

.offcanvas-body {
  padding-top: 1rem; /* istersen azalt */
}


.mobileMenu .close {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.mobileMenu .navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}


.mega-row{
  max-width:1300px;
  width:90%;
  margin:auto;
}

@media (min-width: 992px) {
  .mega-row {
    display: flex;
    justify-content: space-between;
  }

  .mega-row > div {
    flex: 0 0 19%;
    max-width: 19%;
  }
}

/* Varsayılan hal - Bootstrap kontrol etsin */
.navbar .has-megamenu .dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
}




/* mega menu açılış slide effect */
.navbar .has-megamenu .dropdown-menu.show {
  animation: dropdownFade 0.25s ease forwards;
}

/* Keyframe: hafif aşağıdan yukarı + fade-in */
@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* mega menu açılış slide effect end */

/* Navbar End */

/* Scrool animasyon  */

.scroll-anim {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  filter: blur(4px);
  transition: all 0.8s cubic-bezier(0.19,1,0.22,1);
}

/* Görününce aktif */
.scroll-anim.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Scrool animasyon end  */

/* Style all font awesome icons */
.fa {
  padding: 5px 15px 5px 15px;
  font-size: 1.2em;
  width: 22px;
  text-align: center;
  text-decoration: none;
}

.fa-brands {
  padding: 8px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
}

.fa-solid {
  padding: 8px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
}

/* Social media button */

.fa-instagram {
  background: transparent;
  color: #000;
}
.fa-instagram:hover {
  color: #999;
  text-decoration:none;
}

.fa-facebook {
  background: transparent;
  color: #000;
}

.fa-facebook:hover {
  color: #999;
  text-decoration:none;
}

.fa-linkedin {
  background: transparent;
  color: #000;
}
.fa-linkedin:hover {
  color: #999;
  text-decoration:none;
}

.fa-x-twitter {
  background: transparent;
  color: #000;
}
.fa-x-twitter:hover {
  color: #999;
  text-decoration:none;
} 

.fa-youtube {
  background: transparent;
  color: #000;
}
.fa-youtube:hover {
  color: #999;
  text-decoration:none;
} 


.fa-envelope {
  background: transparent;
  color: #000;
}
.fa-envelope:hover {
  color: #999;
  text-decoration:none;
} 

.fa-whatsapp {
  color: #25D366;
  font-size: 20px; /* isteğe bağlı */
}

.fa-phone {
  background: transparent;
  color: #000;
}
.fa-phone:hover {
  color: #999;
  text-decoration:none;
}



/* Social media button end */



@media (max-width: 992px) {

.navbar-custom {} 
.navbar-collapse {}
.navbar-custom .navbar-text {padding: 0.8rem 1rem;}
.navbar-custom .navbar-nav .nav-link {padding: 10px 15px 10px 15px; font-size: 1.3em;border-bottom: 1px solid #000;}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {border-bottom: 1px solid #000;}
.navbar-custom .dropdown-menu:after{
  content: '';
  position:absolute;
  left: 20px;
  top:0px;
  border-width: 0px;
  border-color: transparent;  
}
.desktop_slider { display: none; }
.mobil_slider { display:block; }
.logo_header {width:100%;max-width:70px;}
.footer_menu {color: #fff; padding:12px;font-size:0.9em;width:100%;text-align:center;}
.footer {text-align:center;}
.footer_alt_copyright {text-align: center;}
.fp_ust { text-align:center;font-size:1.1em;}
.fp_tel { text-align: center;}
.menu_left {display:none;}
.footer_kvk { text-align:center;}
.footer_blg { text-align:center;}
.navigator_ust { display: none;}
.mobil {display:block;}
.desktop {display:none;}
.icerik {}
.navbar-custom .dropdown-menu {
  border-top:0px;

}

.mobileMenu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0; 
  width:100%;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s; z-index: 999999;
  }
  .mobileMenu.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .mobileMenu .navbar-nav {
    overflow-y: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .overlay.open {
    display: block;
    z-index: 1029;
  }


.carousel-caption {
position: absolute;top:10%;}

.mobil {display:inline;}
.desktop {display:none;}

.form_content {background-color: #eafee3; padding: 20px; border-radius: 35px; max-width: 100%; margin: auto;}
.footer {text-align: center;}
.iletisim {text-align: center;}

section {
  padding: 0px 20px;

}

}

@media (max-width: 991.98px) {

  /* Mobil menü genel */
  .mobileMenu {
    align-items: flex-start !important;
  }

  .mobileMenu .navbar-nav {
    width: 100%;
    align-items: flex-start !important;
  }

  /* Link */
  .mobileMenu .nav-link {
    width: 100%;
    text-align: left;
    padding: 14px 0;
    border-bottom: none; /* linkten KESİN kaldır */
  }

  /* SADECE ilk seviye nav-item çizgi alsın */
  .mobileMenu .navbar-nav > .nav-item {
    width: 100%;
    border-bottom: 1px solid #555;
  }

  .mobileMenu .navbar-nav > .nav-item:last-child {
    border-bottom: none;
  }

  /* Dropdown / mega menu çizgilerini kapat */
  .mobileMenu .dropdown-menu,
  .mobileMenu .megamenu {
    border: none !important;
  }
  .navbar-custom .navbar-nav .nav-link {
    border-bottom: none !important;
    margin: 0 !important;
  }
 
}



