body {font-family: "Nunito", sans-serif; font-size:1.0em;}


/* 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 div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  overflow: -visible;
  background: #fff url('../img/yukleniyor.gif') no-repeat center center;
}
/* loader  end*/


h1 {font-size: 4.0em; font-family: "Russo One", sans-serif;}
h2 {font-size: 1.3em;font-weight: bold;} /* title */
h3 {font-size:1.2em; color:#747474;} /* navbar menu title */
h4 {font-size: 2.0em;font-weight: bold;} /* page title */ 



/* page */ 

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


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

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


 
.form_content {background-color: #eafee3; padding: 20px; border-radius: 35px; max-width: 60%; margin: auto;}


.beta-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);
}
.beta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.beta-box i {
  font-size: 36px;
  color: #777;
  margin-bottom: 15px;
}
.beta-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}


.footer {background-color: #d3d0cc; text-align: left;}
.footer_line {color: #222; text-decoration: none;}
.footer_line:hover {color: #444; 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);
  }
}

 

.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_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_vizyon {
  background-image: url('../img/vizyon.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_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_cerez {
  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_urunler {
  background-image: url('../img/urun.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 */
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #52903d;
  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;
}

.social-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 8px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.social-sidebar a {
  color: #000;
  font-size: 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.social-sidebar a:hover {
  transform: scale(1.2);
  color: #dc503d; /* Hover rengi - istersen değiştir */
}



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


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

 
 /* === 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: #0f172a;       /* gece laciverti (istersen değiştir) */
  color: #fff;
  border-top: 3px solid #22c55e;  /* ü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{
  background: #22c55e;
  color: #0b1220;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 700;
  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 {
  position: fixed;
  width: 100%;
  z-index: 1040;
  position: fixed;    
  padding: 20px;
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0); /* en başta şeffaf */
  color: white;      
}
.scrolled {
      background-color: rgba(0, 0, 0, 0.8); /* scroll sonrası */
    }

.navbar-brand_img {height: 100px; }

.custom-navbar {
  background-color: rgba(255, 255, 255, 0.7) !important; /* açılışta hafif beyaz */
  transition: background-color 0.4s ease;
}

.custom-navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important; /* scroll sonrası daha opak beyaz */
}

/* Çerçevesiz ve sade dropdown */
.dropdown-menu {
  border: none;
  border-radius: 10px; 
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  animation: fadeDown 0.9s ease forwards;
  transform-origin: top;
  display: none;
  opacity: 0;
}

/* Açılınca görünürlük */
.dropdown.show .dropdown-menu {
  display: block;
  opacity: 1;
}

/* Menüye fade-down animasyonu */
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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



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


/* Navbar End */


#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: 1.1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  margin-bottom: .5rem;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.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: #86b440;
}

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

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




/* Style all font awesome icons */
.fa {
  padding: 5px 15px 5px 15px;
  font-size: 1.2em;
  width: 22px;
  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-twitter {
  background: transparent;
  color: #000;
}
.fa-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;
} 



/* Social media button end */



@media (max-width: 992px) {

.navbar-brand_img {height: 60px; } 

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

}

}

