/* Contact Info Card - İkon Düzeltmeleri */
.contact-info-item {
    transition: transform 0.3s ease;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}

.contact-info-item:hover {
    transform: translateX(8px);
}

.contact-info-item .d-flex {
    align-items: flex-start !important;
}

.contact-icon {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #6366f1, #ec4899) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    font-size: 1.1rem !important;
    color: #fff !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
    pointer-events: auto !important;
}

.contact-info-item h6 {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

.contact-info-item a,
.contact-info-item p {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

.contact-info-item a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

/* Glass card z-index fix */
.glass-card {
    position: relative;
    z-index: 5;
}

/* Contact form hover effect */
.contact-form {
    transition: all 0.4s ease;
    position: relative;
    z-index: 5;
}

.contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(99, 102, 241, 0.4) !important;
}

/* Make form inputs clickable */
.contact-form form,
.contact-form .form-control,
.contact-form input,
.contact-form textarea,
.contact-form button {
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
}

.contact-form label {
    position: relative;
    z-index: 10;
}

/* Particles background should be behind */
#particles-js {
    position: fixed;
    z-index: 1 !important;
}

/* Social links fix - make them clickable */
.social-links {
    position: relative;
    z-index: 20 !important;
}

.social-links a {
    position: relative;
    z-index: 20 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Footer social links */
footer .social-links a {
    position: relative;
    z-index: 20 !important;
    pointer-events: auto !important;
}

/* Project cards and buttons fix */
.project-card {
    position: relative;
    z-index: 5 !important;
}

.project-card .card-body {
    position: relative;
    z-index: 10 !important;
}

.project-card .btn,
.project-card a {
    position: relative;
    z-index: 15 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}