.list-group-item {
    background-color: #ffffff80;
}

.custom-a {
    color: #000000;
}

.slide-section {
    margin-top: -500px;
    margin-right: 150px;
    ;
}

.logos {
    margin-top: 50px !important;
}

.top-bar {
    background-color: #ffce1f !important;
}

.slide-text {
    background-color: #0000007d;
}

@media (max-width: 1200px) {
    .slide-section {
        margin-top: -320px !important;
        margin-right: 150px !important;
        ;
    }
    .logos {
        margin-top: 0 !important;
    }
}

.lang-button:hover {
    background-color: azure;
}
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px; /* Sağda olması için */
    z-index: 1000;
    animation: float 2s infinite;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float a {
    color: white;
    font-size: 28px;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
