.contact-wrapper {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 70vh;
    padding: 80px 0;
}

.contact-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(43, 0, 247, 0.1);
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}

.contact-form-section {
    padding: 60px 50px;
    background: #fff;
}

.contact-info-section {
    padding: 60px 50px;
    background: linear-gradient(135deg, #2b00f7 0%, #3b10ff 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-info-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.contact-info-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 150px;
    height: 150px;
    background: rgba(240, 157, 33, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2b00f7;
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2b00f7 0%, #f09d21 100%);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 2rem;
    position: relative;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    width: 100%;
}

.form-control:focus {
    border-color: #2b00f7;
    box-shadow: 0 0 0 0.2rem rgba(43, 0, 247, 0.15);
    background: #fff;
    outline: none;
}

.form-control::placeholder {
    color: #adb5bd;
    font-weight: 500;
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    display: block;
    font-size: 0.95rem;
}

.submit-btn {
    background: linear-gradient(135deg, #2b00f7 0%, #3b10ff 100%);
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(43, 0, 247, 0.3);
    background: linear-gradient(135deg, #f09d21 0%, #ff8c00 100%);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

/* İletişim Bilgileri Bölümü - Geliştirilmiş Tipografi */
.contact-info-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.contact-info-subtitle {
    font-family: "Poppins" !important, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(5px);
}

.contact-icon {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-text {
    flex: 1;
    padding-top: 5px;
}

.contact-text h4 {
    margin: 0 0 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

    .contact-text p {
        margin: 0;
        font-family: "Poppins" !important, sans-serif;
        font-size: 1.05rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        line-height: 1.6;
    }

.contact-text p br {
    line-height: 2;
}

.map-container {
    margin-top: 3.5rem;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.map-container iframe {
    width: 100%;
    height: 320px;
    border: none;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
}

.social-links {
    display: flex;
    gap: 18px;
    margin-top: 2.5rem;
    position: relative;
    z-index: 2;
    justify-content: flex-start;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 1.2rem;
}

.social-link:hover {
    background: rgba(240, 157, 33, 0.9);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(240, 157, 33, 0.4);
    color: #ffffff;
    text-decoration: none;
    border-color: rgba(240, 157, 33, 0.3);
}

.form-alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 2rem;
    font-weight: 500;
}

.form-alert.success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.form-alert.error {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    color: white;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .contact-form-section,
    .contact-info-section {
        padding: 40px 30px;
    }

    .section-title {
        font-size: 2rem;
    }

    .contact-info-title {
        font-size: 1.8rem;
    }

    .contact-info-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }

    .contact-container {
        margin: 0 15px;
        border-radius: 15px;
    }

    .contact-wrapper {
        padding: 40px 0;
    }

    .contact-item {
        margin-bottom: 2.5rem;
        padding: 12px;
    }

    .contact-icon {
        width: 55px;
        height: 55px;
        margin-right: 20px;
    }

    .contact-icon i {
        font-size: 1.5rem;
    }

    .contact-text h4 {
        font-size: 1.2rem;
    }

    .contact-text p {
        font-size: 1rem;
    }

    .social-links {
        justify-content: center;
        gap: 15px;
    }

    .map-container {
        margin-top: 2.5rem;
    }

    .map-container iframe {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .contact-form-section,
    .contact-info-section {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .contact-info-title {
        font-size: 1.6rem;
    }

    .contact-info-subtitle {
        font-size: 1rem;
    }

    .submit-btn {
        width: 100%;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .contact-icon {
        margin: 0 auto 15px auto;
    }

    .contact-text h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .contact-text p {
        font-size: 0.95rem;
    }

    .social-links {
        gap: 12px;
    }

    .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .map-container iframe {
        height: 250px;
    }
}