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


/* left scrool */

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

/* left scrool end */

/* page scrool */

html {
  scroll-behavior: smooth;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

section {
  padding: 30px 20px;

}

section {
  scroll-margin-top: 100px; /* sabit menü yüksekliğin kadar */
}


/* page scrool end*/




/* font */

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* font 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 {}
h2 {} /* title */
h3 {font-size:1.2em; color:#747474;} /* navbar menu title */
h4 {font-size: 2.0em;font-weight: bold;} /* page title */ 
h5 {color:#fff;font-size: 1.4em;} /* footer title */
h6 {font-size:1.6em;} /* home page title */
h7 {font-size:0.8em;} /* home page text*/
h8 {font-size:1.1em;} /* page detail */
h9 {}


/* page */ 

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

.kurslar_title {font-weight: bold;font-size: 1.7em;}
.kurslar_title_bar { width: :150px;height: 5px; background-color: #ebba41; }
.egitim_1{font-size: 1.8em; color: #fff;}

.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-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  filter: invert(1);
  opacity: 0.7;
  cursor: pointer;
  z-index: 100000;
}

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


/* Sol menü – ortak stiller */
#online_egitimler_left {
  background: #f7f7f7;           /* tablet beyaz sorunu için */
  color: #111;                    /* yazı görünür olsun */
}

#online_egitimler_left a {
  color: #333;
  text-decoration: none;
}
#online_egitimler_left a:hover { color: #000; }

/* 1200px altını mobil/tablet gibi davranalım */
@media (max-width: 1199.98px) {
  #online_egitimler_left {
    display: block !important;     /* mobilde saklayan bir kural varsa ez */
    width: 100%;
    background: #f7f7f7;
    color: #111;
    padding: 12px 12px 4px;
    border-radius: 10px;
    margin-bottom: 16px;
    position: relative;
    top: 0;
  }
  /* Sol menü içindeki olası .desktop/.mobil sınıflarını normalize et */
  #online_egitimler_left .desktop { display: none !important; }
  #online_egitimler_left .mobil   { display: block !important; }
}

/* Gerçek desktop davranışı */
@media (min-width: 1200px) {
  #online_egitimler_left {
    display: block;
    background: #fff;             /* masaüstünde senin eski zemin */
    color: #111;
    padding: 0;
    border-radius: 0;
  }
} 


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

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

 
.talep_1 {font-size: 1.2em; color: #000;font-weight: bold;}
.talep_2 {font-size: 1.0em;}
.talep_3 {font-size: 1.0em;}

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

.footer {background-color: #212121;}
.footer_line {color: #fff; text-decoration: none;}
.footer_line:hover {color: #dadada; text-decoration: none;}
.footer_alt_copyright {color:#fefefe;}
.footer_copyright {color:#999;}

.telline {text-decoration: none; color: #000;}
.telline:hover {text-decoration: none; color: #000;}
 
.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);
  }
}



/* page end */ 


.arrow-button {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #f6c344;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  margin-left: 15px;
}

.arrow-button::after {
  content: '→';
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.arrow-button:hover::after {
  transform: translateX(5px); /* ok sağa kayar */
}




.table, 
.table thead th, 
.table tbody td {
  background-color: transparent !important;
}




/* tab menu */

.nav-item: {color:#000;padding: 13px;}
.nav-item:hover {color:#999; }


.nav-pane .nav-item .nav-link {
  background-color: #008000;
  color: #FFF;
}

.nav-pane .nav-item .nav-link.active {
  color: #000;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: transparent;
  padding: 15px;
}

.tab-content .tab-pane {
  background-color: #FFF;
  color: #000000;
  min-height: 200px;
  height: auto;
}

/* tab menu end */


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


/* Custom Navbar Colors */
.navbar {
    background-color: #3498db; height: 90px;          /* Header sabit */
  overflow: visible;     /* Logo taşabilsin */ /* Replace with your desired background color */
}
  
.navbar 
.navbar-brand,
.navbar 
.navbar-nav 
.nav-link {
    color: #000; padding:0px; /* Replace with your desired text color */
}

.navbar 
.navbar-brand,
.navbar 
.navbar-nav 
.nav-link:hover {
    color: #999; 
}


.navbar-brand {
  position: relative;
  width: 130px;          /* Logonun kaplayacağı alan kadar */
}

.navbar-brand_img {
  height: 120px; 
  position: absolute;
  top: -35px;            /* Logo aşağı sarksın */
  left: 0;
}

.egitimler_menu {
  margin-left: 20px;     /* Logodan uzaklaştır */
}

.navbar-toggler {
  margin-left: auto;     /* Sağa yasla */
}


.navbar 
.navbar-toggler-icon {
    background-color: transparent; /* Replace with your desired color for the toggler icon */
}

.navbar 
.navbar-toggler {
border-color: #ffffff; /* Replace with your desired border color for the toggler button */
}

.navbar-toggler {
  border: none;
  outline: none;

   &:focus,
   &:active,
   &-icon:focus {
     outline: none;
     box-shadow: none;
   }
}

.navbar-toggler:focus,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

 .egitimler_menu .dropdown-menu {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.offcanvas {
  bottom: initial;
 }

 .custom-navbar {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-navbar.scrolled {
  background-color: white !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nav_line { border-left: 1px solid #dadada; border-right: 1px solid #dadada; border-top: 0px; border-bottom: 0px; }

/* Navbar End */


/* navbar dropdown animation*/ 

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


/* navbar dropdown animation end */



/* text animasyon */

.fade-in-down {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeDown 0.8s ease-out forwards;
}

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

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

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

.nav_line { border-left: 0px; border-right: 0px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; } 
.navbar-brand_img {height: 70px; } 
.egitimler_menu {
  margin-left: -40px;     /* Logodan uzaklaştır */
}

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

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

section {
  padding: 0px 20px;

}

}

