@charset "UTF-8";
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 23.Eki.2023, 00:57:03
    Author     : Çetin KARABUDAK
*/
body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  background-color: #EDEDED;
}

header {
  padding: 10px;
  background-color: #FEFEFE;
  border-top: 3px solid #660099;
  position: sticky;
  top: 0;
  z-index: 1050;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-header {
  background-color: #660099 !important;
}

header .logo {
  color: #660099 !important;
  font-size: 32px;
  line-height: 36px;
}

header button {
  border: 1px solid #660099 !important;
  background-color: #660099 !important;
  color: #FEFEFE !important;
}

header input {
  border: 1px solid #660099 !important;
  color: #FEFEFE !important;
}

.navbar {
  padding: 0;
}

.navbar li a {
  color: #660099 !important;
}

.ust-yan-menu li {
  line-height: 18px;
}

.ust-menu {
  background-color: #660099 !important;
}

.ust-menu li a {
  color: #FEFEFE !important;
  border-left: 1px solid #FEFEFE;
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.ust-menu li a:hover {
  color: #660099 !important;
  background-color: #FEFEFE;
  transform: translateY(-2px);
}

.ust-menu li:last-child a {
  border-right: 1px solid #FEFEFE;
}

.ust-menu .dropdown-menu {
  background-color: #FEFEFE;
  border: 1px solid #660099;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(102, 0, 153, 0.2);
  max-height: 70vh;
  overflow-y: auto;
  z-index: 1055;
}

.ust-menu .dropdown-item {
  color: #660099 !important;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.ust-menu .dropdown-item:hover {
  background-color: #660099;
  color: #FEFEFE !important;
}

.ust-menu .show li a {
  border-left: 0;
}

.ust-menu .show li:last-child a {
  border-right: 0;
}

/* Navbar Toggler */
.navbar-toggler {
  border: 2px solid #660099 !important;
  background-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23660099' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 0, 153, 0.25);
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #FEFEFE;
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(102, 0, 153, 0.2);
  }
  
  .ust-menu .navbar-nav .nav-link {
    color: #660099 !important;
    border: none;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 0;
    margin: 0 8px;
  }
  
  .ust-menu .navbar-nav .nav-link:hover {
    background-color: #660099;
    color: #FEFEFE !important;
    border-radius: 6px;
    transform: none;
    margin: 0;
    padding: 12px 16px;
  }
  
  .ust-menu .dropdown-menu {
    background-color: #f8f9fa;
    border: none;
    box-shadow: none;
    padding-left: 20px;
    position: relative;
    display: block;
    width: 100%;
    max-height: none;
    overflow-y: visible;
  }
  
  .ust-menu .dropdown-item {
    color: #6c757d !important;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
  }
  
  .ust-menu .dropdown-item:hover {
    background-color: #660099;
    color: #FEFEFE !important;
    border-radius: 4px;
    padding: 8px 12px;
  }
  
  .navbar-brand {
    max-width: 200px;
  }
  
  .navbar-brand img {
    max-height: 40px;
    width: auto;
  }
}

.slayt {
  background-color: #159;
  height: 500px;
}

/*# sourceMappingURL=stil.css.map */
