body {font-family: "Plus Jakarta Sans", sans-serif; font-size:0.9em;color:#000;}


/* 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 */



/* loader */

.js #preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: #fff url('../img/yukleniyor.gif') no-repeat center center;
  /* background-size: 150px 150px; /* animasyon boyutu ayarı (isteğe bağlı) */
  overflow: hidden;
}

#preloader{
  position: fixed;
  inset: 0;
  z-index: 99999999;
  background: #fff url('/img/yukleniyor.gif') no-repeat center center;
  background-size: 80px 80px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: none;
}
#preloader.fade-out{
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
/* loader  end*/


h1 {font-size: 4.0em;}
h2 {font-size: 1.3em;font-weight: bold;} /* title */
h3 {font-size:2.0em; color:#777;} /* navbar menu title */
h4 {font-size: 2.0em;font-weight: bold; color:#000;} /* page title */ 
h5 {font-size: 1.6em;color:#fff;} /* footer title */ 




 
 

/* 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:#ff5000;
}


.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;}

.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:180px;}

.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;
}


#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 {
  /* ü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 */




/* 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 */





.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);
}

/* 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 */


/* INPUT */
.navbar-search-input {
  border: none !important;
  border-bottom: 1px solid #ccc !important; /* alt çizgi */
  border-radius: 0 !important;
  background: transparent !important;
  color: #555 !important; /* yazı gri */
  padding: 6px 0;
  font-size: 14px;
  width: 100px;
  transition: all 0.25s ease;
}

.navbar-search-input::placeholder {
  color: #999; /* açık gri */
}

.navbar-search-input:focus {
  outline: none !important;
  border-bottom-color: #555 !important; /* koyu gri */
  box-shadow: none !important;
}

/* BUTTON (SADE İKON) */
.navbar-search-btn {
  border: none !important;
  background: transparent !important;
  color: #777 !important;       /* ikon gri */
  padding: 6px 10px;
  font-size: 16px;
  transition: color 0.25s ease;
}

.navbar-search-btn:hover {
  color: #444 !important;        /* hover koyulaşır */
}



.footer {background-color: #666; text-align: left; color:#412c1e;}
.footer_line {color: #fff; text-decoration: none;}
.footer_line:hover {color: #f2f2f2; text-decoration: none;}
.footer_alt_copyright {color:#222;}
.footer_copyright {color:#999;}

 
.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-wrap {
  position: relative;
  overflow: hidden;
  min-height: 520px; /* içeriğe göre ayarla */
}

.parallax-bg,
.parallax-bg img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 120%;
  object-fit: cover;
  will-change: transform;
  transform: translateY(0);
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.22));
  pointer-events: none;
}

.parallax-wrap .container { position: relative; z-index: 2; }

 
.parallax-host {
  position: relative;
  overflow: hidden;        /* taşmayı gizle */
}

.parallax-host::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px; height:120px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
  z-index: 2; /* içerik altında, overlay üstünde */
  pointer-events:none;
}

.parallax-host .parallax-bg,
.parallax-host .parallax-bg img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 120%;   /* biraz büyük tut ki scroll’da boşluk kalmasın */
  object-fit: cover;
  will-change: transform;
  transform: translateY(0);
  z-index: 0;                  /* arkaplan */
}

.parallax-host .parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.18));
  pointer-events: none;
  z-index: 1;                  /* bg’nin üstünde, içerikten aşağıda */
}


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

.parallax-host .parallax-bg img {
  pointer-events: none;   /* tıklamayı engellemesin */
  display: block;         /* olası boşlukları önler */
}

.card-on-parallax {
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 16px;
}

@media (max-width: 991.98px) {
  .parallax-host .parallax-bg,
  .parallax-host .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_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_hedefler {
  background-image: url('../img/hedefler.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_bilgi {
  background-image: url('../img/bilgi_toplumu_hizmetleri.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_degerler {
  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_hizmetler {
  background-image: url('../img/hizmetler.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 */
}
 
 

.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;
}

.social-sidebar a:hover {
    transform: scale(1.1);
}

.social-sidebar a.whatsapp {
    background: #25D366;
}

.social-sidebar a.whatsapp:hover {
    background: #1ebe5d;
}

/* --- 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 */ 


/* 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 */







 
 /* === KVKK/Çerez Alt Bar === */
#CerezPopupBox{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: none;             /* JS açacak */
  z-index: 20000;            /* her şeyin üstünde */
  pointer-events: none;      /* sadece içeriğe tıklansın */
}

#CerezPopupBox.show { display:block; }

#CerezPopupBox .cerez-popup{
  width: 100%;
  background: #f0f0f0;       /* gece laciverti (istersen değiştir) */
  color: #222;
  border-top: 1px solid #fecc00;  /* üstte ince yeşil çizgi */
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
  padding: 16px 18px;
  transform: translateY(100%);
  transition: transform .35s ease;
  pointer-events: auto;
  position: relative;
  font-size: 15px;
}

#CerezPopupBox.show .cerez-popup{
  transform: translateY(0);
}

/* İç düzen: metin solda, butonlar sağda */
#CerezPopupBox .cerez-desc{
  margin: 0;
  line-height: 1.45;
}
#CerezPopupBox .cerez-desc a{ color:#f1c40f; text-decoration: underline; }

/* Butonlar */
#CerezPopupBox button{
   
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
}
#CerezPopupBox .cerez-popup-close{
  position: absolute; right: 12px; top: 10px;
  width: 28px; height: 28px; border-radius: 6px;
  background: #1f2937; color:#fff;
  display: grid; place-items: center;
  font-weight: 700; cursor: pointer;
}

/* Layout – responsive satır */
#CerezPopupBox .cerez-popup .row-wrap{
  display: flex; gap: 16px; align-items: center; justify-content: space-between;
}
#CerezPopupBox .btn-wrap{ display:flex; gap:10px; align-items:center; }

@media (max-width: 768px){
  #CerezPopupBox .cerez-popup { padding: 14px 12px; }
  #CerezPopupBox .cerez-popup .row-wrap{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  #CerezPopupBox .btn-wrap{ justify-content: stretch; }
  #CerezPopupBox button{ width: 100%; }
}



/* 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; font-family: "Plus Jakarta Sans", sans-serif; letter-spacing:-0.3px; font-size:0.9em; 
}
/* 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: #000; font-weight: 500;
    padding: 30px 15px 10px 15px; font-size: 1.2em; border-bottom: 1px solid #555; margin:2px; 
}
/* 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:2px solid #000;
  margin-top: 8px;
  font-size: 1.2em;
}

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


.navbar-custom .dropdown-item {
    color: #222; font-size: 0.8em; padding:8px; 
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #999;
    
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='1 1 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='55' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler>.close {
    display:inline; font-size:1.8em; font-weight:normal;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    
} 

  

.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 {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
}


/* 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;
}


.megamenu ul li {
    margin-bottom: 4px;
}

.megamenu ul li a {
    display: inline-block;
    padding: 3px 0;
}



/* 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:116px;}
.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) {
  /* Collapse alanı kolon halinde, elemanlar sola yaslı olsun */
  .mobileMenu {
    align-items: flex-start !important;
  }

  .mobileMenu .navbar-nav {
    width: 100%;
    align-items: flex-start !important; /* flex-column içinde sola */
  }

  .mobileMenu .nav-link {
    width: 100%;
    text-align: left;
    padding-left: 0;         /* istersen 0–10px arası ayarlarsın */
    padding-right: 0;
  }
}
