.elementor-728 .elementor-element.elementor-element-5bf5a9ed{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-728 .elementor-element.elementor-element-5bf5a9ed{--content-width:1600px;}}/* Start custom CSS for text-editor, class: .elementor-element-36273ee7 *//* CSS untuk Bahagian Akaun */

.docinfo-section {

    font-family: 'Poppins', Arial, sans-serif;
    max-width: 1600px;
    margin: 0 auto;
}

.docinfo-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.docinfo-title::before {
    content: "";
    width: 5px;
    height: 42px;
    background: #20aee5;
    border-radius: 2px;
}

.docinfo-title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #00000;
}

.docinfo-function-wrap {
    margin-bottom: 32px;
}

.docinfo-function-wrap h3 {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}

.docinfo-function-list {
    margin: 0;
    padding-left: 22px;
}

.docinfo-function-list li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.65;
    color: #000000;
}

.docinfo-download-card {
    background: linear-gradient(135deg, #155a91, #1e6ea8);
    border-radius: 14px;
    padding: 28px 24px 24px;
    text-align: center;
    color: #ffffff;
}

.docinfo-download-card h3 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
}

.docinfo-download-card p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
}

.docinfo-download-btn {
    display: inline-block;
    background: #ffcf5a;
    color: #000000;
    padding: 13px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.docinfo-download-btn:hover {
    background: #f5bd35;
    color: #000000;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .docinfo-section {
        padding: 22px 16px;
    }

    .docinfo-title h2 {
        font-size: 24px;
    }

    .docinfo-function-list li {
        font-size: 15px;
    }

    .docinfo-download-card {
        padding: 24px 18px;
    }

    .docinfo-download-card h3 {
        font-size: 22px;
    }

    .docinfo-download-card p {
        font-size: 15px;
    }

    .docinfo-download-btn {
        padding: 12px 26px;
        font-size: 14px;
    }
}/* End custom CSS */