/* ------------------------------------------------------ */
/* HAKKIMIZDA BÖLÜMÜ */


.hakkimizda-title {
    font-size: 42px;
    color: #fff;
    padding-top: 100px;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;      /* ORTALA */
    width: 100%;             /* TAM GENİŞLİK */
}


.about-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 80px;
    gap: 80px;
    background: #0b0b0b;
}

.about-left {
    flex: 1;
    max-width: 550px;
}


.about-title {
    font-family: 'Inter18Bold';
    color: #d8c49a;
    font-size: 28px;
    margin-bottom: 12px;
}

.about-subtitle {
    font-family: 'Inter18Bold';
    color: white;
    font-size: 34px;
    margin-bottom: 26px;
}

.about-text {
    font-family: 'Inter18Regular';
    color: #e8e8e8;
    line-height: 1.6;
    font-size: 17px;
}

/* ------------------------------------------------------ */
/* SAĞ TARAF – SWIPER SLIDER */
.about-right {
    width: 420px;
}

.about-swiper {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 28px;
}

.about-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobil uyumluluk */
@media (max-width: 900px) {
    .about-section {
        flex-direction: column;
        text-align: center;
        padding: 80px 20px;
    }

    .about-right {
        width: 90%;
    }

    .about-swiper {
        height: 420px;
    }
}

/* ------------------------------------------------------ */
/* Pagination noktaları */
.swiper-pagination-bullet {
    background: #d8c49a !important; 
    opacity: 0.4;
    width: 20px;
    height: 20px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f0d8a8 !important;
    transform: scale(1.5);
}
