/* Mainpage specific styles */

.slogan-section {
    margin: 40px 0;
    padding: 60px 30px;
}

.test-card {
    padding: 40px;
}

.section.tests {
    padding: 30px 30px;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 9999;
}

.bottom-bar a {
    flex: 1;
    margin: 0 10px;
    padding: 12px 0;
    text-align: center;
    background: #70DFD6; /* default: arama */
    color: white;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.whatsapp-btn {
    background: #25D366 !important;
}
