.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: #003BAF !important;
    border-radius: 53px !important;
    border: 1px solid #E5EBF7 !important;
    -webkit-border-radius: 53px !important;
    -moz-border-radius: 53px !important;
    -ms-border-radius: 53px !important;
    -o-border-radius: 53px !important;
}

.aciklamau {
    font-family: "Mulish";
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    padding: 0px 55px !important;
    text-align: center;
}

.nav-pills {
    margin-top: 46px;
    margin-bottom: 96px !important;
    column-gap: 16px;
    justify-content: center;
}

.nav-pills .nav-link {
    padding: 8px 25px !important;
    border-radius: 52px !important;
    border: 1px solid #E5EBF7 !important;
    -webkit-border-radius: 52px !important;
    -moz-border-radius: 52px !important;
    -ms-border-radius: 52px !important;
    -o-border-radius: 52px !important;
    font-family: Mulish !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 16px !important;
    leading-trim: CAP_HEIGHT !important;
    line-height: 32px !important;
    letter-spacing: 0% !important;
    color: #666666 !important;
}

.sayfa-baslik {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: -3%;
    text-align: center;
    color: #00194A;
}

.alt-baslik {
    margin-top: 36px;
    color: #00194A;
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.sayfa-aciklama {
    margin-top: 24px;
    font-family: Mulish;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
    padding: 0px 220px;
}

.kalite-card {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E5EBF7;
    padding: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.sertifika-bg {
    background-color: #F3F6FF;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.kalite-card-row {
    row-gap: 2rem;
    margin-top: 36px;
}

.sertifika-left {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #00194A;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.sertifika-right {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tab-img {
    margin-top: 64px;
}

.container.aciklamau {
    margin-bottom: 58px;
}

.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    padding: 25px 21px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    gap: 16px;
    word-break: break-word;
    overflow: hidden;
    /* taşmayı zorla kır */
}

.icon img,
.action-btn img {
    max-width: 100%;
    height: 20px;
}

.diger {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.icon,
.action-btn {
    background-color: #eef3ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.row.g-3.bosluk {
    padding-top: 20px;
}

.row.g-3.bosluk.altbosluk {
    padding-bottom: 44px;
}

.title {
    font-weight: 600;
    font-size: 15px;
    color: #0f1c3f;
    white-space: normal;
    flex: 1 1 auto;
    min-width: 0;
    /* overflow kontrolü */
}

.sertifika-right .sertifika-bg {
    width: 40px !important;
    height: 40px !important;
}

.tab-img {
    row-gap: 2rem;
}

@media (max-width: 992px) {
    .aciklamau {
        font-family: "Mulish";
        font-weight: 500;
        font-size: 16px;
        color: #666666;
        padding: 0px !important;
        text-align: center;
    }

    .sayfa-aciklama {
        margin-top: 24px;
        font-family: Mulish;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: CAP_HEIGHT;
        line-height: 27px;
        letter-spacing: 0%;
        text-align: center;
        color: #666666;
        padding: 0px 0px;
    }
}

@media (max-width: 776px) {
    .alt-baslik {
        font-size: 18px;
    }

    .nav-pills {
        margin-bottom: 60px !important;
    }

    .sayfa-baslik {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .kalite-card {
        flex-direction: column;
    }

    .card {
        align-items: flex-start;
    }

    .diger {
        width: 100%;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .title {
        width: 100%;
    }
}