/* =========================
   HAKKIMIZDA PAGE
   ========================= */

.about-page .container-1460 {
    width: 1460px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero */
.about-hero-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
}

.about-hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-hero-bg {
    position: absolute;
    width: 1880px;
    height: 304px;
    left: calc(50% - 1880px/2);
    top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 130.05%), 
                url('/images/hakkimizda-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    pointer-events: none;
}

@media (max-width: 1880px) {
    .about-hero-bg {
        width: calc(100% - 40px);
        max-width: 1880px;
        left: 20px;
        right: 20px;
    }

    .about-hero-container .hero-social-frame {
        left: auto;
        right: 20px;
    }
}

/* Social Media Icons */
.about-hero-container .hero-social-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
    position: absolute;
    width: 270px;
    height: 42px;
    left: 1420px;
    top: 201px;
    z-index: 10;
    pointer-events: auto;
}

.about-hero-container .hero-social-circle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 57px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
    z-index: 11;
    pointer-events: auto;
}

.about-hero-container .hero-social-circle:hover {
    background: #658004;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero-container .hero-social-circle img {
    width: 22px;
    height: 22px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.about-hero-title {
    font-family: 'Radio Canada Big';
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0.5%;
    color: #FFFFFF;
    margin: 0;
    width: 1460px;
    max-width: calc(100% - 40px);
    padding: 0 20px;
    box-sizing: border-box;
}


/* Intro & Cover */
.about-intro {
    padding: 50px 0;
}

.intro-heading {
    font-family: 'Radio Canada Big';
    font-size: 62px;
    line-height: 81px;
    color: #000000;
    margin-bottom: 0;
}

.intro-text {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 28px;
    color: #3D3D3D;
    margin-bottom: 0;
}

.about-cover-image {
    width: 100%;
    height: 498px;
    margin-top: 58px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.cover-img {
    width: 100%;
    height: 498px;
    object-fit: cover;
    object-position: center bottom;
}

.about-cover-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.77) 0%, rgba(255, 255, 255, 0) 40%);
    z-index: 1;
}

.about-cover-image::after {
    content: '';
    position: absolute;
    width: 1460.5px;
    height: 498.67px;
    left: calc(50% - 1460.5px/2 + 0.77px);
    top: 0;
    background: url('/images/grunge-overlay.jpg');
    mix-blend-mode: screen;
    border-radius: 12.4298px;
    z-index: 2;
    pointer-events: none;
}

/* Mission & Vision */
.mission-vision-section {
    width: 1880px;
    max-width: calc(100% - 40px);
    margin: 0 auto 80px;
    background: #F0FFF0;
    border-radius: 16px;
    padding: 95px 0;
    position: relative;
    left: 0;
    right: 0;
}

.mission-vision-container {
    width: 1460px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 124px;
    padding: 0 20px;
    position: relative;
    left: 0;
    right: 0;
}

.mv-box {
    flex: 1;
}

.mv-box h3 {
    font-family: 'Radio Canada Big';
    font-size: 57px;
    color: #000000;
    margin-bottom: 20px;
}

.mv-box p {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #535353;
    margin: 0;
}

/* Değerler */
.about-values {
    padding: 30px 0;
}

.section-title-62 {
    font-family: 'Radio Canada Big';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 84px;
    color: #000000;
    margin-bottom: 34px;
    width: 1460px;
    max-width: 100%;
}

.about-values {
    position: relative;
}

.about-values .container-1460 {
    width: 1460px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.values-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    width: 1460px;
    max-width: 100%;
    height: 268px;
    box-sizing: border-box;
}

.value-card {
    box-sizing: border-box;
    width: 350px;
    height: 268px;
    border-radius: 30px;
    border: none;
    flex: none;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    position: relative;
}

.value-card h4 {
    position: absolute;
    width: 350px;
    height: 32px;
    left: 0;
    top: 76.83px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2A3602;
    margin: 0;
}

.value-card p {
    position: absolute;
    width: 350px;
    height: 64px;
    left: 0;
    top: 126.24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #727272;
    margin: 0;
}

/* Orta boy ekranlar için (1460px'den küçük) */
@media (max-width: 1460px) {
    .section-title-62 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .about-values .container-1460 {
        width: 100% !important;
        max-width: calc(100% - 40px) !important;
    }

    .values-grid {
        width: 100% !important;
        max-width: 100% !important;
        flex-wrap: wrap;
        height: auto !important;
        justify-content: center;
        gap: 10px !important;
    }

    .value-card {
        width: calc(25% - 7.5px) !important;
        min-width: 280px;
        max-width: 350px;
        flex: 0 0 auto;
    }

    .value-card h4,
    .value-card p {
        width: 100% !important;
        left: 0 !important;
    }
}

/* Tablet için */
@media (max-width: 1100px) {
    .values-grid {
        flex-wrap: wrap;
        gap: 10px;
    }

    .value-card {
        width: calc(50% - 5px) !important;
        min-width: 280px;
    }
}

/* Neden Bizi Tercih Etmelisiniz */
.about-why-us {
    width: 1880px;
    max-width: calc(100% - 40px);
    height: 822px;
    margin: 80px auto 120px auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.why-us-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scale(1.2);
    transform-origin: center center;
}

.about-why-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 2;
}

.why-us-content-box {
    width: 1461px;
    max-width: calc(100% - 40px);
    height: 596px;
    background: #F0FFF0;
    border-radius: 20px;
    opacity: 1;
    margin: 0 auto;
    padding: 80px 100px;
    position: relative;
    z-index: 3;
}

.why-us-title {
    position: relative;
    font-family: 'Radio Canada Big';
    font-size: 62px;
    line-height: 80px;
    color: #000000;
    margin-bottom: 0;
    bottom: 130px;
}

.why-us-desc-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-us-desc {
    position: absolute;
    width: 683px;
    height: 294px;
    top: 83px;
    left: 677px;
    font-family: 'Radio Canada Big';
    font-size: 32px;
    line-height: 42px;
    color: #2D2D2D;
    margin-bottom: 0;
    opacity: 1;
}

.btn-about-cta {
    position: absolute;
    height: 58.20965576171875px;
    top: 452px;
    left: 677px;
    padding: 14px 46px;
    background: #658004;
    color: #FFFFFF;
    border-radius: 132px;
    gap: 10px;
    opacity: 1;
    text-decoration: none;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    transition: opacity 0.3s;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
}

.btn-about-cta:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

/* Mobil Uyumluluk - Hero Bölümü */
@media (max-width: 992px) {
    /* Hero Hizalaması (Ana sayfa ile aynı) */
    .about-hero-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Hero Arka Planı (Ana sayfadaki kenar boşluklarını baz alır) */
    .about-hero-bg {
        position: relative !important;
        width: 100% !important;
        height: 200px !important;
        left: 0 !important;
        right: 0 !important;
        top: -50px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .about-hero-title {
        font-family: 'Radio Canada Big' !important;
        font-weight: 700 !important;
        font-size: 32px !important;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        position: relative !important;
        z-index: 2;
        margin: 0 !important;
        padding: 0 20px !important;
        top: 0 !important;
    }

    .about-hero-container .hero-social-frame {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 100px;
        width: auto;
        margin: 0;
        justify-content: center;
        gap: 12px;
        z-index: 10;
    }

    .about-hero-container .hero-social-circle {
        width: 40px;
        height: 40px;
    }

    .about-hero-container .hero-social-circle img {
        width: 20px;
        height: 20px;
    }

    /* Intro bölümünün üst boşluğunu kaldır */
    .about-intro {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }
}

/* Küçük Ekranlar (480px) - Hero */
@media (max-width: 480px) {
    
    .about-hero-title { 
        font-family: 'Radio Canada Big' !important;
        font-weight: 700 !important;
        font-size: 26px !important; 
    }

    .about-hero-container .hero-social-frame {
        top: 100px;
        gap: 10px;
    }

    .about-hero-container .hero-social-circle {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .about-hero-container .hero-social-circle img {
        width: 18px;
        height: 18px;
    }

    .about-hero-container .hero-social-frame {
        top: 100px;
        gap: 8px;
    }

    .about-hero-container .hero-social-circle {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .about-hero-container .hero-social-circle img {
        width: 14px;
        height: 14px;
    }

    .about-intro {
        padding-top: 0 !important;
    }
}

/* ===================================================
   HAKKIMIZDA MOBİL DÜZENLEME (INDEX STANDARTLARI)
   =================================================== */

@media (max-width: 992px) {
    /* 1. Kapsayıcıları Serbest Bırak (Yamukluğu Giderir) */
    .about-main-wrapper,
    .about-intro-frame,
    .mission-vision-frame,
    .values-frame,
    .about-cta-frame {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        padding: 40px 20px !important; /* Ana sayfa ile aynı 20px boşluk */
        height: auto !important;
        margin: 0 auto !important;
    }

    /* 2. Hero Başlığı (Konum Sabit, Sadece Boyut) */
    .about-hero-bg h1 {
        font-size: 32px !important;
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    /* 3. Giriş Bölümü (Intro) */
    .about-intro .row {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }

    /* Intro heading ve text için mobil düzenlemeler */
    .intro-heading {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    .intro-text {
        font-size: 16px !important;
        line-height: 1.5 !important;
        width: 100% !important;
    }

    /* Resmi tam görünecek şekilde ayarla */
    .about-cover-image {
        height: auto !important;
        min-height: 200px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .cover-img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    /* 4. Misyon & Vizyon (Yan yana duranları alt alta al) */
    .mission-vision-section {
        width: 100% !important;
        padding: 40px 20px !important;
        margin: 0 auto !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }

    .mission-vision-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }

    .mv-box {
        width: 100% !important;
    }

    .mv-box h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    .mv-box p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    /* 5. Değerlerimiz (4'lü kart yapısı) */
    .section-title-62 {
        font-size: 28px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        line-height: 1.3 !important;
    }

    .about-values .container-1460 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .values-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .value-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 30px 20px !important;
        position: relative !important;
    }

    .value-card h4 {
        position: relative !important;
        width: 100% !important;
        left: auto !important;
        top: auto !important;
        font-size: 18px !important;
        margin-bottom: 15px !important;
        height: auto !important;
    }

    .value-card p {
        position: relative !important;
        width: 100% !important;
        left: auto !important;
        top: auto !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        height: auto !important;
    }

    /* 6. Neden Biz (En alttaki kaybolan kısım) */
    .about-why-us {
        width: 100% !important;
        height: 500px !important;
        margin: 40px 0 !important;
        position: relative !important;
        max-width: calc(100%);
    }

    .why-us-content-box {
        width: 100% !important;
        height: auto !important;
        padding: 30px 20px !important;
        position: relative !important;
        
    }

    .why-us-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        position: relative !important;
        bottom: 0 !important;
    }

    .why-us-desc {
        font-size: 16px !important;
        line-height: 1.5 !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 20px !important;
    }

    .btn-about-cta {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        padding: 12px 24px !important;
        font-size: 16px !important;
    
    }
}



