.elementor-2622 .elementor-element.elementor-element-f7d73fc{--display:flex;overflow:visible;}.elementor-2622 .elementor-element.elementor-element-14d43cb{--display:flex;overflow:visible;}/* Start custom CSS for container, class: .elementor-element-f7d73fc *//* =========================================
   AKEPAK - KALİTE POLİTİKASI
   ========================================= */

.akepak-quality-policy {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 60px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #263238;
    box-sizing: border-box;
}

/* WATERMARK */

.akepak-quality-watermark {
    position: absolute;
    inset: 0;
    background-image: url("https://www.akepak.com/wp-content/uploads/2021/01/Akepak-logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 500px auto;
    opacity: 0.035;
    pointer-events: none;
    z-index: 0;
}

/* CONTENT */

.akepak-quality-content {
    position: relative;
    z-index: 1;
}

/* HEADER */

.akepak-quality-header {
    text-align: center;
    margin-bottom: 55px;
}

.akepak-quality-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #1683c5;
    text-transform: uppercase;
}

.akepak-quality-header h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 1px;
    color: #183b56;
}

.akepak-quality-line {
    width: 70px;
    height: 4px;
    margin: 20px auto 0;
    background: #1683c5;
    border-radius: 10px;
}

/* INTRO */

.akepak-quality-intro {
    max-width: 980px;
    margin: 0 auto 55px;
    text-align: center;
}

.akepak-quality-intro p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.85;
    color: #596970;
}

/* SUBTITLE */

.akepak-quality-subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.akepak-quality-subtitle span {
    display: block;
    width: 5px;
    height: 32px;
    background: #1683c5;
    border-radius: 5px;
}

.akepak-quality-subtitle h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #183b56;
}

/* LIST */

.akepak-quality-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* ITEM */

.akepak-quality-item {
    display: flex;
    gap: 20px;
    padding: 28px 25px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e5edf2;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.akepak-quality-item:hover {
    transform: translateY(-3px);
    border-color: #1683c5;
    box-shadow: 0 10px 30px rgba(24, 59, 86, 0.08);
}

/* NUMBER */

.akepak-quality-number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1683c5;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

/* ITEM TEXT */

.akepak-quality-item h3 {
    margin: 2px 0 9px;
    font-size: 17px;
    line-height: 1.35;
    color: #183b56;
    font-weight: 700;
}

.akepak-quality-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64747c;
}

/* FOOTER QUOTE */

.akepak-quality-footer-text {
    position: relative;
    max-width: 900px;
    margin: 60px auto 0;
    padding: 35px 45px;
    background: #f5f9fb;
    border-left: 4px solid #1683c5;
    box-sizing: border-box;
}

.akepak-quality-quote {
    position: absolute;
    top: 5px;
    left: 20px;
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 1;
    color: #1683c5;
    opacity: 0.15;
}

.akepak-quality-footer-text p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #4e626c;
}

/* DOCUMENT INFO */

.akepak-quality-document-info {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #e5edf2;
}

.akepak-quality-document-info div {
    text-align: center;
}

.akepak-quality-document-info span {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8a9aa2;
}

.akepak-quality-document-info strong {
    display: block;
    font-size: 13px;
    color: #183b56;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .akepak-quality-policy {
        padding: 60px 35px;
    }

    .akepak-quality-header h1 {
        font-size: 36px;
    }

    .akepak-quality-list {
        grid-template-columns: 1fr;
    }

}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .akepak-quality-policy {
        padding: 45px 20px;
    }

    .akepak-quality-watermark {
        background-size: 320px auto;
    }

    .akepak-quality-header {
        margin-bottom: 40px;
    }

    .akepak-quality-header h1 {
        font-size: 30px;
    }

    .akepak-quality-label {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .akepak-quality-intro {
        margin-bottom: 40px;
    }

    .akepak-quality-intro p {
        font-size: 14px;
        line-height: 1.75;
    }

    .akepak-quality-subtitle h2 {
        font-size: 21px;
    }

    .akepak-quality-item {
        padding: 22px 18px;
        gap: 15px;
    }

    .akepak-quality-number {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .akepak-quality-item h3 {
        font-size: 15px;
    }

    .akepak-quality-item p {
        font-size: 13px;
    }

    .akepak-quality-footer-text {
        padding: 28px 25px;
        margin-top: 45px;
    }

    .akepak-quality-footer-text p {
        font-size: 14px;
    }

    .akepak-quality-document-info {
        flex-direction: column;
        gap: 20px;
    }

}/* End custom CSS */