.contact-section {
    padding-top: 350px;
    padding-bottom: 350px;
    background-image: url('../../images/backgroundImage.jpg');
    /* arka plan görseli */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    text-align: center;
}

.contact-container {
    max-width: 600px;
    margin: 0 auto;
}

.contact-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.contact-card {
    background-color: white;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    text-align: center;
}

.contact-card p {
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-card a {
    color: #0073b1;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-card i {
    color: #0073b1;
    /* LinkedIn mavisi gibi */
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.site-footer {
    background-color: #f8f9fa;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}