.bg-head{background-repeat: no-repeat;background-attachment: fixed;background-position: center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;padding:50px 30px;background-color:var(--bs-primary);}
.bg-head:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.2;content: "";-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;z-index: 0;background:var(--bs-primary);}
.card {
background: #0d0d0d;
border: 1px solid #d4af37;
border-radius: 14px;
}

.card-title {
color: #d4af37;
}

.card:hover {
box-shadow: 0 0 20px rgba(212,175,55,0.3);
}
body {
background: url('../images/bg.jpg') no-repeat center center fixed;
background-size: cover;
background-color: #000;
color: #fff;
}
/* Kategori kutusu */
.category-header {
background: #FDCF21;
color: #fff;
border-radius: 12px;
padding: 14px;
text-align: center;
font-weight: bold;
font-size: 20px;
cursor: pointer;
margin-bottom: 10px;
transition: all 0.3s ease;
}

/* hover efekti */
.category-header:hover {
background: #e6b800;
box-shadow: 0 4px 15px rgba(253,207,33,0.4);
}

/* Yazıyı ortalamak için */
.category-header span {
display: block;
text-align: center;
color: #fff;
}
.contact-box:hover .contact-dropdown {
    display: block;
}
.contact-dropdown p {
    font-size: 14px;
}
.contact-dropdown a {
    color: #FFD700;
    text-decoration: none;
}
.contact-dropdown a:hover {
    text-decoration: underline;
}
/* Yükleme çubuğu */
#preloader .loader-bar {
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #FFD700, #FFC107);
    border-radius: 3px;
    animation: move 1s infinite alternate;
    margin-top: 10px;
}

@keyframes move {
    0% { transform: translateX(0); }
    100% { transform: translateX(50px); }
}



