.elementor-34 .elementor-element.elementor-element-e37767f{--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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-225642e2 *//* =========================
   ABOUT PAGE BASE SYSTEM
========================= */
body.page-id-34 {
    background: #f5f7fb;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
}

/* =========================
   MAIN CONTENT CONTAINER (CARD STYLE PAGE)
========================= */
body.page-id-34 .entry-content {
    max-width: 950px;
    margin: 60px auto;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* =========================
   MAIN TITLE (INTERNATIONAL REPORT STYLE)
========================= */
body.page-id-34 .entry-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0a1f3a;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

body.page-id-34 .entry-content h1::after {
    content: "";
    width: 90px;
    height: 3px;
    background: #0a1f3a;
    display: block;
    margin: 12px auto 0;
    opacity: 0.2;
}

/* =========================
   SECTION BLOCKS (THIS IS THE KEY UPGRADE)
========================= */
body.page-id-34 .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a1f3a;
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 14px 18px;
    background: #f1f5f9;
    border-left: 5px solid #0a1f3a;
    border-radius: 6px;
}

/* =========================
   PARAGRAPHS (READABLE DOCUMENT STYLE)
========================= */
body.page-id-34 .entry-content p {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 18px;
    color: #1a1a1a;
}

/* =========================
   LIST STYLING
========================= */
body.page-id-34 .entry-content ul {
    margin: 15px 0 25px 20px;
}

body.page-id-34 .entry-content ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* =========================
   HIGHLIGHT BOX (IMPORTANT IDEAS)
========================= */
body.page-id-34 .owoi-highlight {
    background: #eaf1f8;
    border-left: 6px solid #0a1f3a;
    padding: 22px;
    margin: 25px 0;
    font-weight: 500;
    color: #0a1f3a;
    border-radius: 6px;
}

/* =========================
   CALLOUT BOX (IMPORTANT INFO)
========================= */
body.page-id-34 .owoi-callout {
    background: #ffffff;
    border: 1px solid rgba(10,31,58,0.15);
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

/* =========================
   TEXT EMPHASIS
========================= */
body.page-id-34 strong {
    color: #0a1f3a;
    font-weight: 800;
}

/* =========================
   LINKS
========================= */
body.page-id-34 a {
    color: #0a4a8a;
    font-weight: 600;
    text-decoration: underline;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {
    body.page-id-34 .entry-content {
        padding: 30px 18px;
        margin: 30px 10px;
    }

    body.page-id-34 .entry-content h1 {
        font-size: 30px;
    }

    body.page-id-34 .entry-content h2 {
        font-size: 20px;
        padding: 12px;
    }
}
/* =========================
   ABOUT PAGE FRAME - REFINE COLOR BALANCE
========================= */

/* OUTER FRAME (balanced blue identity) */
body.page-id-34::before {
    content: "";
    position: fixed;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;

    border: 1px solid rgba(11, 42, 91, 0.28); /* deeper signature blue */

    box-shadow: inset 0 0 45px rgba(11, 42, 91, 0.08);

    border-radius: 14px;

    pointer-events: none;
    z-index: 0;
}

/* BACKGROUND DEPTH (subtle blue harmony with logo/theme) */
body.page-id-34 {
    background: radial-gradient(
        circle at top,
        rgba(11, 42, 91, 0.10),
        #f4f7fb 55%,
        #eef2f7
    );
}

/* KEEP CONTENT ABOVE FRAME */
body.page-id-34 .entry-content {
    position: relative;
    z-index: 2;
}
/* =========================
   ABOUT PAGE - STABLE FRAME (NO MOVING / NO GLITCH)
========================= */

/* REMOVE FIXED FRAME */
body.page-id-34::before {
    content: "";
    position: absolute;   /* key fix: NOT fixed */
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;

    border: 1px solid rgba(11, 42, 91, 0.25);
    box-shadow: inset 0 0 35px rgba(11, 42, 91, 0.06);

    border-radius: 14px;

    pointer-events: none;
    z-index: 0;
}

/* ENSURE BODY CAN HOST ABSOLUTE FRAME */
body.page-id-34 {
    position: relative;
    background: radial-gradient(
        circle at top,
        rgba(11, 42, 91, 0.10),
        #f4f7fb 55%,
        #eef2f7
    );
}

/* KEEP CONTENT ABOVE FRAME */
body.page-id-34 .entry-content {
    position: relative;
    z-index: 2;
}
/* =========================
   ABOUT PAGE - PERFECT ENCLOSED FRAME + GLOW
========================= */

/* PAGE BACKGROUND */
body.page-id-34 {
    position: relative;
    background: radial-gradient(
        circle at top,
        rgba(11, 42, 91, 0.10),
        #f4f7fb 60%,
        #eef2f7
    );
}

/* OUTER FRAME (FULL ENCLOSURE) */
body.page-id-34::before {
    content: "";
    position: absolute;

    /* IMPORTANT: extend slightly beyond content box */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    border-top: 2px solid rgba(11, 42, 91, 0.35);
    border-bottom: 2px solid rgba(11, 42, 91, 0.35);
    border-left: 1px solid rgba(11, 42, 91, 0.22);
    border-right: 1px solid rgba(11, 42, 91, 0.22);

    /* GLOW EFFECT */
    box-shadow:
        inset 0 0 40px rgba(11, 42, 91, 0.06),
        0 0 18px rgba(11, 42, 91, 0.10);

    pointer-events: none;
    z-index: 0;
}

/* ENSURE CONTENT STAYS ABOVE FRAME */
body.page-id-34 .entry-content {
    position: relative;
    z-index: 2;
}

/* OPTIONAL: SOFT EDGE LIFT (PREVENT "COVERING" FEEL) */
body.page-id-34 .entry-content {
    margin: 60px auto;
}
/* =========================
   ABOUT PAGE - REBALANCED FRAME (VISIBLE + PREMIUM)
========================= */

body.page-id-34 {
    position: relative;
    background: radial-gradient(
        circle at top,
        rgba(11, 42, 91, 0.14),
        #f4f7fb 55%,
        #eef2f7
    );
}

/* OUTER FRAME (MORE VISIBLE, STILL PREMIUM) */
body.page-id-34::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;

    border-top: 2px solid rgba(11, 42, 91, 0.55);
    border-bottom: 2px solid rgba(11, 42, 91, 0.55);
    border-left: 1px solid rgba(11, 42, 91, 0.35);
    border-right: 1px solid rgba(11, 42, 91, 0.35);

    box-shadow:
        inset 0 0 35px rgba(11, 42, 91, 0.08),
        0 0 22px rgba(11, 42, 91, 0.12);

    border-radius: 14px;

    pointer-events: none;
    z-index: 0;
}

/* CONTENT STAYS ABOVE FRAME */
body.page-id-34 .entry-content {
    position: relative;
    z-index: 2;
}
/* =========================
   ABOUT PAGE - MOBILE + TABLET PROFESSIONAL FIX
========================= */

/* TABLET IMPROVEMENT */
@media (max-width: 1024px) {
    body.page-id-34 .entry-content {
        max-width: 92%;
        padding: 40px 25px;
        margin: 40px auto;
    }

    body.page-id-34 .entry-content h1 {
        font-size: 34px;
    }

    body.page-id-34 .entry-content h2 {
        font-size: 21px;
        padding: 12px 14px;
    }
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {

    /* MAIN CONTAINER */
    body.page-id-34 .entry-content {
        max-width: 95%;
        margin: 25px auto;
        padding: 25px 18px;
        border-radius: 8px;
    }

    /* REMOVE “TOO HEAVY FRAME FEEL” ON SMALL SCREENS */
    body.page-id-34::before {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border-radius: 10px;
        box-shadow:
            inset 0 0 20px rgba(11, 42, 91, 0.05),
            0 0 10px rgba(11, 42, 91, 0.08);
    }

    /* TEXT READABILITY */
    body.page-id-34 .entry-content p {
        font-size: 16px;
        line-height: 1.85;
    }

    /* HEADINGS SCALE DOWN PROPERLY */
    body.page-id-34 .entry-content h1 {
        font-size: 26px;
        text-align: center;
    }

    body.page-id-34 .entry-content h2 {
        font-size: 18px;
        padding: 10px 12px;
    }

    /* HIGHLIGHT BOX MOBILE CLEAN */
    body.page-id-34 .owoi-highlight,
    body.page-id-34 .owoi-callout {
        padding: 16px;
        margin: 20px 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e37767f *//* =========================
   ABOUT PAGE CLEAN FOUNDATION
========================= */
body.page-id-34 {
    background: #ffffff;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
}

/* =========================
   MAIN CONTENT WIDTH (READABILITY FIRST)
========================= */
body.page-id-34 .entry-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 22px;
}

/* =========================
   PARAGRAPHS (HIGH READABILITY)
========================= */
body.page-id-34 .entry-content p {
    font-size: 17px;
    line-height: 1.95;
    color: #1a1a1a;
    margin-bottom: 18px;
}

/* =========================
   MAIN HEADING (H1 - STRONG AUTHORITY)
========================= */
body.page-id-34 .entry-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0a1f3a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    position: relative;
}

/* decorative underline for H1 */
body.page-id-34 .entry-content h1::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: #0a1f3a;
    margin: 12px auto 0;
    opacity: 0.2;
}

/* =========================
   SECTION HEADINGS (H2 - DOCUMENT STYLE)
========================= */
body.page-id-34 .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a1f3a;
    margin-top: 45px;
    margin-bottom: 15px;
    padding-left: 14px;
    border-left: 4px solid #0a1f3a;
}

/* =========================
   SUB HEADINGS (H3 - SUPPORT STRUCTURE)
========================= */
body.page-id-34 .entry-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* =========================
   STRONG TEXT (IMPORTANT EMPHASIS)
========================= */
body.page-id-34 .entry-content strong {
    color: #0a1f3a;
    font-weight: 700;
}

/* =========================
   LISTS (VERY IMPORTANT FOR READABILITY)
========================= */
body.page-id-34 .entry-content ul {
    margin-left: 20px;
    padding-left: 10px;
}

body.page-id-34 .entry-content ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* =========================
   CALLOUT BOX (IMPORTANT INFORMATION)
========================= */
body.page-id-34 .entry-content .wp-block-group {
    background: #f6f8fb;
    border-left: 5px solid #0a1f3a;
    padding: 20px 24px;
    margin: 25px 0;
    border-radius: 6px;
}

/* =========================
   LINKS (CLEAN INTERNATIONAL STYLE)
========================= */
body.page-id-34 .entry-content a {
    color: #0a4a8a;
    text-decoration: underline;
    font-weight: 600;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media (max-width: 768px) {
    body.page-id-34 .entry-content {
        padding: 50px 16px;
    }

    body.page-id-34 .entry-content h1 {
        font-size: 32px;
    }

    body.page-id-34 .entry-content h2 {
        font-size: 20px;
    }
}
/* =========================
   ABOUT PAGE STEP 2 - LAYOUT STRUCTURE
========================= */

/* SECTION SPACING SYSTEM (VERY IMPORTANT) */
body.page-id-34 .entry-content h2 {
    margin-top: 60px;
    scroll-margin-top: 100px;
}

/* MAKE CONTENT FEEL LIKE BLOCK SECTIONS */
body.page-id-34 .entry-content p {
    margin-bottom: 22px;
}

/* SOFT SECTION DIVIDER (INSTITUTIONAL DOCUMENT STYLE) */
body.page-id-34 .entry-content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: rgba(10,31,58,0.15);
    margin-top: 8px;
}

/* IMPROVE LIST STRUCTURE VISIBILITY */
body.page-id-34 .entry-content ul {
    margin-top: 10px;
    margin-bottom: 25px;
}

/* MAKE LIST ITEMS FEEL MORE CONTROLLED */
body.page-id-34 .entry-content ul li {
    padding-left: 6px;
    position: relative;
}

/* OPTIONAL SUBTLE DOT STYLE (INSTITUTIONAL FEEL) */
body.page-id-34 .entry-content ul li::marker {
    color: #0a1f3a;
}

/* CALLOUT BOX (STEP 2 ENHANCEMENT) */
body.page-id-34 .entry-content .wp-block-group {
    background: #f7f9fc;
    border-left: 6px solid #0a1f3a;
    padding: 26px 28px;
    margin: 35px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

/* IMPROVE READING FLOW BETWEEN SECTIONS */
body.page-id-34 .entry-content > * + h2 {
    margin-top: 70px;
}

/* KEEP TEXT CENTERED STRUCTURE CLEAN */
body.page-id-34 .entry-content {
    line-height: 1.9;
}
/* =========================
   ABOUT PAGE STEP 3 - TRUST & HIGHLIGHT SYSTEM
========================= */

/* KEY MESSAGE BOX (VERY IMPORTANT STATEMENTS) */
body.page-id-34 .entry-content .owoi-highlight {
    background: #eef3f8;
    border-left: 6px solid #0a1f3a;
    padding: 22px 24px;
    margin: 30px 0;
    font-size: 17px;
    line-height: 1.9;
    color: #0a1f3a;
    font-weight: 500;
}

/* STRONG CALLOUT (HIGH IMPORTANCE) */
body.page-id-34 .entry-content .owoi-callout {
    background: #f9fbff;
    border: 1px solid rgba(10,31,58,0.15);
    padding: 25px;
    margin: 35px 0;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

/* EMPHASIS TEXT INSIDE CONTENT */
body.page-id-34 .entry-content .owoi-strong {
    color: #0a1f3a;
    font-weight: 800;
}

/* IMPORTANT SENTENCE STYLE */
body.page-id-34 .entry-content .owoi-emphasis {
    font-size: 18px;
    font-weight: 600;
    color: #0a1f3a;
    border-bottom: 2px solid rgba(10,31,58,0.15);
    display: inline-block;
    padding-bottom: 2px;
}

/* IMPROVE SCANNING EXPERIENCE */
body.page-id-34 .entry-content p strong {
    color: #0a1f3a;
    font-weight: 700;
}

/* SOFT VISUAL PRIORITY BOOST */
body.page-id-34 .entry-content h2 {
    color: #081a30;
}

/* TRUST VISUAL BREAK BETWEEN IDEAS */
body.page-id-34 .entry-content hr {
    border: none;
    height: 1px;
    background: rgba(10,31,58,0.08);
    margin: 40px 0;
}/* End custom CSS */