/* Mobil Görünüm Optimizasyonları */

/* Container tam genişlik mobilde */
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1.5rem;
        margin: 0 auto;
    }

    /* About Bölümü */
    .about {
        background-color: #f8f9fa;
        padding: 4rem 0 !important;
    }

    .about .container {
        padding: 0 1.5rem !important;
    }

    .about-content {
        padding: 0 !important;
    }

    .about-text {
        background-color: #fff;
        padding: 3rem 2rem !important;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        margin: 0 !important;
        width: 100%;
    }

    .about-text .btn {
        width: 100%;
        padding: 1.5rem 3rem;
        font-size: 1.6rem;
        margin-top: 2rem;
    }

    /* SEO için optimal font boyutları - Mobilde 16px minimum */
    .about-text p {
        font-size: 1.6rem !important;
        line-height: 1.8;
        margin-bottom: 1.8rem;
        text-align: justify;
        color: #333;
    }

    .about-text #first-paragraph {
        font-size: 1.6rem !important;
        line-height: 1.8;
        margin-bottom: 1.8rem;
    }

    /* Branches Bölümü */
    .branches {
        padding: 4rem 0 !important;
    }

    .branches .container {
        padding: 0 1.5rem !important;
    }

    .branches-content {
        padding: 0 !important;
    }

    .branch-item {
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin: 0 0 3rem 0 !important;
        width: 100%;
    }

    .branch-item:active {
        transform: scale(0.98);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }

    .branch-image {
        width: 100%;
        height: 22rem !important;
        border-radius: 0;
    }

    .branch-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .branch-info {
        padding: 2.5rem 2rem 3rem !important;
    }

    .branch-info h3 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .branch-info p {
        font-size: 1.5rem;
        line-height: 1.7;
        margin-bottom: 1.5rem;
        color: #555;
    }

    .branch-buttons {
        margin-top: 2rem;
        gap: 1rem;
    }

    .branch-phone,
    .branch-map-link {
        padding: 1.4rem 2rem;
        font-size: 1.5rem;
        border-radius: 8px;
        font-weight: 600;
    }

    .branch-icon {
        width: 7rem;
        height: 7rem;
        margin-top: -3.5rem !important;
        box-shadow: 0 4px 15px rgba(234, 156, 0, 0.3);
    }

    .branch-icon i {
        font-size: 3rem;
    }

    /* About Image Container */
    .about-image-container {
        margin: 2rem 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .about-image {
        border-radius: 12px;
        margin: 0 !important;
        width: 100%;
    }

    .about-image img {
        border-radius: 12px;
        width: 100%;
        height: auto;
    }

    .about-image-text {
        background: linear-gradient(135deg, #03438b 0%, #0560c4 100%) !important;
        padding: 2.5rem 2rem !important;
        margin: 2rem 0 0 0 !important;
        border-radius: 12px;
        width: 100%;
    }

    /* Mobilde mavi arkaplan var - Beyaz ve sarı vurgu */
    .about-image-text h3 {
        color: #fff !important;
        font-size: 2rem;
    }

    .about-image-text p {
        color: rgba(255, 255, 255, 0.95) !important;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .about-image-text strong,
    .about-image-text .highlight-text {
        color: #FFC107 !important;
        font-weight: 700;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    /* Award Badge */
    .award-badge {
        width: 8.5rem !important;
        height: 8.5rem !important;
        top: -1.2rem !important;
        right: -1.2rem !important;
    }

    .award-badge i {
        font-size: 2.5rem;
    }

    .award-badge-text {
        font-size: 0.9rem;
    }

    /* Audio Player */
    audio {
        width: 100%;
        height: 4.5rem;
        margin-top: 1.5rem;
        border-radius: 8px;
    }

    /* Podcast Bölümü */
    .about-image-text audio {
        margin-top: 1rem;
    }
}

/* Çok Küçük Ekranlar */
@media screen and (max-width: 576px) {
    .container {
        padding: 0 1.2rem !important;
    }

    .about .container,
    .branches .container {
        padding: 0 1.2rem !important;
    }

    .about-text {
        padding: 2.5rem 1.8rem !important;
        margin: 0 !important;
    }

    .branch-item {
        margin: 0 0 2.5rem 0 !important;
        border-radius: 12px;
    }

    .branch-info {
        padding: 2rem 1.8rem 2.5rem !important;
    }

    .about-image-container {
        margin: 1.5rem 0 !important;
        padding: 0 !important;
    }

    .branches h2,
    .about-text h2 {
        font-size: 2.4rem !important;
    }
}

/* iPhone SE ve benzeri küçük cihazlar */
@media screen and (max-width: 375px) {
    html {
        font-size: 52% !important;
    }

    .branch-info h3 {
        font-size: 2.2rem;
    }

    .about-text h2,
    .branches h2 {
        font-size: 2.2rem !important;
    }
}