.bolge#iletisim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #e3f0fc 100%);
}

.contact-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.contact-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.contact-subtitle {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 400;
}

.contact-main, .contact-profile, .contact-details-box {
    all: unset;
}

.contact-full {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 24px rgba(30,60,120,0.08);
    min-height: 350px;
    overflow: hidden;
}

.contact-left, .contact-right {
    flex: 1 1 0;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-left {
    align-items: center;
    background: linear-gradient(135deg, #e3f0fc 60%, #f8fafc 100%);
    border-right: 1px solid #e0e7ef;
}

.profile-img-large {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: scale-down;
    border: 4px solid #1976d2;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    image-rendering: auto; /* pikselleşmeyi engeller */
}

.profile-name-large {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 1rem;
}

.profile-desc-large {
    font-size: 1.13rem;
    color: #222;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.whatsapp-btn-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    font-weight: 600;
    font-size: 1.13rem;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(37,211,102,0.08);
    width: auto;              /* genişliği içeriğe göre ayarla */
    justify-content: center;  /* içeriği ortala */
    align-self: center;       /* butonu sütunda ortala */
}
.whatsapp-btn-large:hover {
    background: #1ebe57;
    color: #fff;
}

.contact-divider {
    width: 2px;
    background: #e0e7ef;
    margin: 2.5rem 0;
}

.contact-right {
    justify-content: center;
}

.contact-right h3 {
    color: #1a237e;
    font-size: 1.35rem;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
}

.contact-right p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.15rem;
    color: #222;
    margin: 1.2rem 0;
}

.contact-right .icon {
    color: #1976d2;
    font-size: 1.3rem;
    min-width: 28px;
    text-align: center;
}

/* Mobil uyum */
@media (max-width: 1024px) {





  .bolge#iletisim {
    
    padding: 2rem 1rem;
    padding-bottom: 8.2vh;
  }







    .contact-full {
        flex-direction: column;
        min-height: unset;
    }
    .contact-left, .contact-right {
        padding: 2rem 1.2rem;
        border-right: none;
    }
    .contact-divider {
        display: none;
    }
    .profile-img-large {
        width: 110px;
        height: 110px;
        margin-bottom: 1rem;
        image-rendering: auto; /* mobilde de kaliteyi koru */
    }
    .profile-name-large {
        font-size: 1.2rem;
    }
}

/* Tablet uyum */
@media (max-width: 768px) {
    .contact-title {
        font-size: 1.8rem;
    }
    
    .contact-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .contact-full {
        margin: 0 1rem 2rem 1rem;
        border-radius: 12px;
    }
    
    .contact-left, .contact-right {
        padding: 1.5rem 1rem;
    }
    
    .profile-desc-large {
        font-size: 1rem;
    }
    
    .contact-right h3 {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-right p {
        font-size: 1rem;
        margin: 0.5rem 0;
    }
    
}

/* Modern Mobil Tasarım - 480px ve altı */
@media (max-width: 480px) {
    .bolge#iletisim {
        background: linear-gradient(135deg, #f8fafc 0%, #e3f0fc 100%);
    }
    
    .contact-header {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .contact-title {
        font-size: 2rem;
        font-weight: 700;
        color: #1a237e;
        margin-bottom: 1rem;
        text-shadow: 0 2px 4px rgba(26,35,126,0.1);
        animation: fadeInDown 0.8s ease-out;
    }
    
    .contact-subtitle {
        font-size: 1rem;
        color: #333;
        padding: 0 1rem;
        line-height: 1.6;
        animation: fadeInUp 0.8s ease-out 0.2s both;
    }
    
    .contact-full {
        margin: 0;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(30,60,120,0.12);
        overflow: hidden;
        background: #fff;
        animation: slideInUp 0.8s ease-out 0.4s both;
    }
    
    .contact-left {
        background: linear-gradient(135deg, #e3f0fc 0%, #f8fafc 100%);
        padding: 2.5rem 1.5rem;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #e0e7ef;
    }
    
    .profile-img-large {
        width: 120px;
        height: 120px;
        border: 5px solid #1976d2;
        box-shadow: 0 10px 30px rgba(25,118,210,0.2);
        transition: transform 0.3s ease;
        position: relative;
        z-index: 1;
    }
    
    .profile-img-large:hover {
        transform: scale(1.05);
    }
    
    .profile-name-large {
        font-size: 1.4rem;
        font-weight: 700;
        color: #1976d2;
        margin-bottom: 1rem;
        text-shadow: 0 2px 4px rgba(25,118,210,0.1);
        position: relative;
        z-index: 1;
    }
    
    .profile-desc-large {
        font-size: 1rem;
        color: #222;
        margin-bottom: 1.5rem;
        line-height: 1.5;
        position: relative;
        z-index: 1;
    }
    
    .contact-right {
        padding: 2rem 1.5rem;
        background: #fff;
    }
    
    .contact-right h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        color: #1a237e;
        font-weight: 600;
        text-align: center;
        position: relative;
    }
    
    .contact-right h3::after {
        content: '';
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #1976d2, #1a237e);
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
    }
    
    .contact-right p {
        font-size: 0.95rem;
        padding: 1rem;
        background: linear-gradient(135deg, #f8fafc 0%, #e3f0fc 100%);
        border-radius: 12px;
        border-left: 4px solid #1976d2;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        color: #222;
    }
    
    .contact-right p:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(25,118,210,0.15);
    }
    
    .contact-right .icon {
        font-size: 1.2rem;
        color: #1976d2;
        min-width: 28px;
        text-align: center;
    }
    
}

/* Çok küçük ekranlar - 360px ve altı */
@media (max-width: 360px) {
    
    .contact-title {
        font-size: 1.7rem;
    }
    
    .contact-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .contact-left, .contact-right {
        padding: 2rem 1rem;
    }
    
    .profile-img-large {
        width: 100px;
        height: 100px;
    }
    
    .profile-name-large {
        font-size: 1.2rem;
    }
    
    .profile-desc-large {
        font-size: 0.9rem;
    }
    
    .contact-right p {
        font-size: 0.85rem;
        padding: 0.8rem;
        margin: 1rem 0;
    }
}

/* Animasyonlar */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
