.navbar-arka-renk
{
    background-color:#2C2C2C;
}
.banner-yazi
{
    border: solid 3px #4C4F56;
    background-color:#121212;
    border-radius: 7px;
    margin: 5px;
    padding: 5px;
    color: white;
}
.ara
{
    background-color: #45525A;
    border: solid 3px #19262D;
    border-radius: 7px;
    margin: 5px;
    padding: 5px;
    color: white;
}
.cizgi {
    border: solid 3px #2C2C2C;
}
.slider_img
{
    height: 560px;
    width: 1024px;
    object-fit: cover;
}
.yaziarka
{
    color :#45525A;
    border : solid 3px #19262D;
    border-radius: 7px;
    padding: 5px;
    background-color: #121212;
    opacity: 0.8;
}
.footercizgi {
    border-color: #121212; 
    border-style: solid;
    border-width: 1px;
}
.command
{
    border-color: #19262D;
    
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    background-color:white;
}
.alerta {
    position: static;
    width: 100%;
    background-color: #BFBFBF !important;
    border-top: 1px solid #E5E5E5; 
    padding: 10px;
    text-align: center; 
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); 
    margin-top: 20px; 
}
  .link-card a {
  color: #000 !important;
  text-decoration: none !important;
}
.arkaplan
{
    background-color: #bfbfbf;
    color: #D1D1D1;
}
.custom-dropdown {
  background-color: #2e2e2e !important; 
  color: #f8f9fa !important;
  border: 1px solid #444;
}
.dropdown-menu .dropdown-item {
  color: #f8f9fa !important;
}
.dropdown-item:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.list-group-item {
  background-color: #43454C !important; /* Koyu arka plan */
  color: #f8f9fa !important;           /* Açık yazı */
  border: none;                        /* Kenarlıkları kaldır */
  transition: background-color 0.2s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.yaziarkasiyah
{
    color: #2C2C2C!important;
}
.arkaplanrenk
{
    background-color: #2C2C2C!important;
}
.glightbox img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}
.glightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.btn-red {
  background-color: #d32f2f;
  color: white;
}

.btn-red:hover {
  background-color: #b71c1c;
}

.form-control,
.form-select {
   background-color: #1e1e1e;
  border: 1px solid #d32f2f;
  color: white;
}

.form-control::placeholder {
  color: #bbb;
}

.card {
background-color: #121212;
border: 1px solid #d32f2f;
}

.form-label {
  color: #ff5252;
}