/* ============================================================
   Teebalhayah v3 — Custom overrides
   All new/override styles live here, not in the vendor files
   ============================================================ */

/* ── Global Google Fonts ─────────────────────────────────── */
:root {
    --font-public-latin: "Manrope", "Segoe UI", Arial, sans-serif;
    --font-public-heading: "Manrope", "Segoe UI", Arial, sans-serif;
    --font-public-arabic: "Cairo", Tahoma, Arial, sans-serif;
}
body, button, input, select, textarea, .btn, p, ul, ol {
    font-family:var(--font-public-latin);
}
h1, h2, h3, h4, h5, h6, .sf-menu a {
    font-family:var(--font-public-heading);
}
[dir="rtl"] body,
[dir="rtl"] button,
[dir="rtl"] input,
[dir="rtl"] select,
[dir="rtl"] textarea,
[dir="rtl"] .btn,
[dir="rtl"] p,
[dir="rtl"] ul,
[dir="rtl"] ol,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6,
[dir="rtl"] .sf-menu a {
    font-family:var(--font-public-arabic);
}
[dir="rtl"] body { direction:rtl; text-align:right; }
[dir="rtl"] .services-inner ul { padding-right:18px; padding-left:0; }
[dir="rtl"] .contact-info { padding-right:0; }

/* ── Public type scale ───────────────────────────────────── */
/* The base template mixed 16px body copy, 18px paragraphs, and a separate 17px
   Arabic body size. Keep one readable scale across every public page instead. */
html { font-size:16px; }
body { font-size:1rem; line-height:1.75; }
p, ul, ol { font-size:1rem; line-height:1.75; }
h1, h2, h3, h4, h5, h6 { line-height:1.3; }
button, input, select, textarea { font:inherit; }
[dir="rtl"] body { font-size:1rem; line-height:1.85; }
[dir="rtl"] p, [dir="rtl"] ul, [dir="rtl"] ol { font-size:1rem; line-height:1.85; }

/* ── Brand scrollbar ────────────────────────────────────── */
html { scrollbar-width:thin; scrollbar-color:#b28b2e #edf3eb; }
html::-webkit-scrollbar { width:12px; height:12px; }
html::-webkit-scrollbar-track { background:#edf3eb; }
html::-webkit-scrollbar-thumb { border:3px solid #edf3eb; border-radius:999px; background:#b28b2e; }
html::-webkit-scrollbar-thumb:hover { background:#8e6e22; }

/* ── Nav: same appearance in both AR & EN ─────────────────── */
#fh5co-header {
    --nav-lip-height:21px;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
    transition:transform .28s ease;
    will-change:transform;
}
#fh5co-header.is-tucked { transform:translateY(calc(-100% + var(--nav-lip-height))); }
#fh5co-header-section { position:relative; top:0; }
#fh5co-header-section .container { position:relative; }
#fh5co-header-section .nav-header { display:flex; align-items:center; justify-content:space-between; }
#fh5co-header-section .nav-header > a img { height:74px !important; }
#fh5co-header-section .sf-menu > li > a { padding:1.65em .9em !important; }
/* Reduce only the English label; the link keeps its original box dimensions. */
html[lang="en"] #fh5co-header-section #fh5co-primary-menu > li:not(.nav-language-switch) > a > .nav-label { font-size:14px; }
#fh5co-header-section .sf-menu .nav-language-switch { position:relative; margin-left:5px; }
#fh5co-header-section .sf-menu .nav-language-switch:before { position:absolute; top:50%; left:0; z-index:1; content:"|"; color:rgba(255,255,255,.54); font-size:15px; font-weight:400; line-height:1; transform:translateY(-50%); }
#fh5co-header-section .sf-menu .nav-language-switch > a { display:flex; align-items:center; gap:6px; padding-left:1.65em !important; color:#f4ead1; font-size:16px; font-weight:300; letter-spacing:1px; }
#fh5co-header-section .sf-menu .nav-language-switch > a i { color:#d8b657; font-size:.95rem; }
#fh5co-header-section .sf-menu .nav-language-switch > a:hover, #fh5co-header-section .sf-menu .nav-language-switch > a:focus { color:#fff; }
/* Sign in is a normal first-level navigation item. Only its fly-out gives it
   extra options, so its baseline, spacing, and active state stay identical to
   every public-page link. */
#fh5co-header-section .sf-menu .nav-sign-in-menu > a { display:block; }
#fh5co-header-section .sf-menu .nav-sign-in-menu .nav-sign-in-icon { margin-right:6px; color:#d8b657; font-size:.9rem; vertical-align:baseline; }
#fh5co-primary-menu > li.nav-sign-in-menu > .sf-with-ul:after { color:rgba(255,255,255,.68); }
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu { min-width:220px; padding:7px; background:#fff; }
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu a,
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu .nav-coming-soon > span { display:flex; align-items:center; gap:8px; padding:9px 10px !important; color:#31513a; font-size:12px; font-weight:700; letter-spacing:0; text-transform:none; white-space:nowrap; }
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu a:hover,
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu a:focus { border-radius:5px; background:#eef5eb !important; color:#214d2c !important; }
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu i { width:15px; color:#ad8421; text-align:center; }
#fh5co-primary-menu .nav-sign-in-menu .fh5co-sub-menu .nav-coming-soon > span { color:#8b9789; cursor:default; }
@media (min-width:1001px) {
    #fh5co-header-section .nav-header { justify-content:space-between; }
    #fh5co-header-section .nav-header > a { order:2; flex:0 0 auto; }
    #fh5co-menu-wrap { order:1; float:none; flex:0 0 auto; }
    #fh5co-primary-menu { display:flex; float:none; flex-wrap:nowrap; align-items:stretch; }
    #fh5co-primary-menu > li { float:none !important; flex:0 0 auto; }
    #fh5co-header-section .sf-menu > li > a { padding-right:.75em !important; padding-left:.75em !important; }
    #fh5co-header-section .sf-menu .nav-language-switch > a { padding-left:1.45em !important; }
    [dir="rtl"] #fh5co-header-section .nav-header { flex-direction:row-reverse; }
    [dir="rtl"] #fh5co-header-section .nav-header > a { order:1; margin-left:0; margin-right:0; }
    [dir="rtl"] #fh5co-menu-wrap { order:2; margin-left:0; margin-right:0; }
}
#nav-reveal-lip {
    display:flex;
    position:relative;
    width:94px;
    height:var(--nav-lip-height);
    margin:0 auto;
    padding:0;
    align-items:center;
    justify-content:center;
    border:1px solid #d8b657;
    border-top:0;
    border-radius:0 0 11px 11px;
    background:#354a34;
    box-shadow:0 5px 8px -5px rgba(0,0,0,.48),0 1px 8px rgba(216,182,87,.72);
    color:#d8b657;
    font:700 0/1 var(--font-public-heading);
    opacity:0;
    pointer-events:none;
    transition:opacity .18s ease, background .18s ease;
}
#fh5co-header.is-tucked #nav-reveal-lip { opacity:1; pointer-events:auto; cursor:pointer; }
#nav-reveal-lip span {
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    width:9px;
    height:9px;
    border-right:2px solid #d8b657;
    border-bottom:2px solid #d8b657;
    transform:translate(-50%,-63%) rotate(45deg);
}
#nav-reveal-lip:hover, #nav-reveal-lip:focus { background:#2c3e2b; box-shadow:0 5px 8px -5px rgba(0,0,0,.48),0 1px 12px rgba(233,202,99,.95); outline:none; }
#nav-reveal-lip:focus-visible { box-shadow:0 0 0 3px rgba(216,182,87,.55),0 5px 8px -5px rgba(0,0,0,.48); }
@media (prefers-reduced-motion:reduce) { #fh5co-header, #nav-reveal-lip { transition:none; } }
@media (max-width:768px) {
    #fh5co-header-section { padding:12px 0; }
    #fh5co-header-section .nav-header > a img { height:64px !important; }
}

/* Collapse the navigation early enough for the full bilingual menu, and make
   the menu control clearly visible against the dark green header. */
@media (max-width:1000px) {
    #fh5co-menu-wrap { display:none !important; }
    .fh5co-nav-toggle {
        position:absolute !important;
        top:50% !important;
        right:16px !important;
        z-index:10000 !important;
        display:flex !important;
        width:46px;
        height:42px;
        margin:0 !important;
        padding:0;
        align-items:center;
        justify-content:center;
        transform:translateY(-50%);
        border:1px solid #d8b657 !important;
        border-radius:7px;
        background:rgba(22,53,29,.58);
        box-shadow:0 2px 9px rgba(0,0,0,.22),inset 0 0 0 1px rgba(255,255,255,.1);
    }
    .fh5co-nav-toggle i,
    .fh5co-nav-toggle i::before,
    .fh5co-nav-toggle i::after,
    .fh5co-nav-toggle.dark i,
    .fh5co-nav-toggle.dark i::before,
    .fh5co-nav-toggle.dark i::after,
    .fh5co-nav-toggle.active i::before,
    .fh5co-nav-toggle.active i::after {
        background:#fff !important;
    }
    .fh5co-nav-toggle i { width:23px; height:2px; }
    .fh5co-nav-toggle i::before,
    .fh5co-nav-toggle i::after { width:23px; height:2px; }
    .fh5co-nav-toggle.active i { background:transparent !important; }
    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus { border-color:#f0d77f !important; background:#294b2e; outline:none; }
    .fh5co-nav-toggle:focus-visible { box-shadow:0 0 0 3px rgba(216,182,87,.55),0 2px 9px rgba(0,0,0,.22); }
    [dir="rtl"] .fh5co-nav-toggle { right:auto !important; left:16px !important; }
    [dir="rtl"] #fh5co-header-section .nav-header > a { margin-right:0; margin-left:auto; }
}

/* ── Cookie consent ─────────────────────────────────────── */
.cookie-notice {
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1200;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    width:100%;
    max-width:none;
    align-items:center;
    gap:26px;
    padding:12px max(22px,calc((100vw - 1140px) / 2));
    border:0;
    border-top:2px solid rgba(226,196,108,.9);
    border-radius:0;
    background:linear-gradient(90deg,rgba(20,51,30,.99),rgba(37,70,42,.99));
    box-shadow:0 -10px 28px rgba(11,31,17,.25),0 -1px 14px rgba(216,182,87,.18);
    color:#fff;
    transition:opacity .2s ease,transform .2s ease;
}
.cookie-notice-copy { display:grid; grid-template-columns:30px minmax(0,1fr); min-width:0; align-items:start; gap:10px; }
.cookie-notice-icon { display:grid; width:30px; height:30px; place-items:center; border:1px solid rgba(226,196,108,.75); border-radius:50%; color:#efd77f; font-size:.8rem; }
.cookie-notice h2 { margin:0 0 2px; color:#f1d978; font-size:.86rem; font-weight:800; letter-spacing:.01em; }
.cookie-notice p { margin:0; color:rgba(255,255,255,.89); font-size:.77rem; line-height:1.45; }
.cookie-notice-privacy { display:inline-block; margin-top:3px; color:#f3dda0; font-size:.72rem; font-weight:700; text-decoration:underline; text-underline-offset:2px; }
.cookie-notice-privacy:hover, .cookie-notice-privacy:focus { color:#fff; outline:none; }
.cookie-notice-actions { display:flex; flex:0 0 auto; align-items:center; gap:8px; }
.cookie-notice-actions button { min-height:34px; border:1px solid #e2c46c; border-radius:5px; background:#e2c46c; color:#203b25; padding:8px 12px; font:800 .75rem/1 var(--font-public-heading); white-space:nowrap; }
.cookie-notice-actions button:hover, .cookie-notice-actions button:focus { border-color:#f7e49b; background:#f4dc86; outline:none; box-shadow:0 0 0 3px rgba(226,196,108,.2); }
.cookie-notice-actions .cookie-notice-essential { border-color:rgba(239,215,127,.72); background:rgba(255,255,255,.04); color:#fff; }
.cookie-notice-actions .cookie-notice-essential:hover, .cookie-notice-actions .cookie-notice-essential:focus { background:rgba(255,255,255,.13); }
.cookie-notice.is-dismissing { opacity:0; transform:translateY(100%); pointer-events:none; }
[dir="rtl"] .cookie-notice { text-align:right; }
[dir="rtl"] .cookie-notice-actions { flex-direction:row-reverse; }
@media (max-width:650px) {
    .cookie-notice { grid-template-columns:1fr; gap:10px; padding:11px 16px; }
    .cookie-notice-copy { grid-template-columns:26px minmax(0,1fr); gap:8px; }
    .cookie-notice-icon { width:26px; height:26px; font-size:.72rem; }
    .cookie-notice-actions { display:grid; grid-template-columns:1fr 1fr; width:100%; }
    .cookie-notice-actions button { width:100%; }
}
@media (min-width:651px) and (max-width:991px) {
    .cookie-notice { gap:16px; padding:10px max(20px,calc((100vw - 720px) / 2)); }
    .cookie-notice-copy { grid-template-columns:27px minmax(0,1fr); gap:8px; }
    .cookie-notice-icon { width:27px; height:27px; font-size:.72rem; }
    .cookie-notice h2 { font-size:.8rem; }
    .cookie-notice p { font-size:.72rem; line-height:1.4; }
    .cookie-notice-actions { gap:6px; }
    .cookie-notice-actions button { min-height:32px; padding:7px 9px; font-size:.7rem; }
}
@media (min-width:651px) and (max-width:767px) {
    .cookie-notice { grid-template-columns:1fr; gap:8px; }
    .cookie-notice-actions { justify-content:flex-end; }
}
@media (max-width:420px) {
    .cookie-notice { padding:10px 12px max(10px,env(safe-area-inset-bottom)); }
    .cookie-notice h2 { font-size:.78rem; }
    .cookie-notice p { font-size:.7rem; }
    .cookie-notice-actions { gap:6px; }
    .cookie-notice-actions button { min-height:40px; padding:6px 7px; font-size:.69rem; line-height:1.25; white-space:normal; }
}

[dir="rtl"] #fh5co-menu-wrap { order:2; }
[dir="rtl"] #fh5co-header-section img[src*="logo"] { order:1; }
[dir="rtl"] .sf-menu > li { float:right; }
[dir="rtl"] .sf-menu > li > a { direction:rtl; }
[dir="rtl"] #fh5co-header-section .sf-menu .nav-language-switch { margin-right:5px; margin-left:0; }
[dir="rtl"] #fh5co-header-section .sf-menu .nav-language-switch:before { right:0; left:auto; }
[dir="rtl"] #fh5co-header-section .sf-menu .nav-language-switch > a { padding-right:1.65em !important; padding-left:.9em !important; }
[dir="rtl"] #fh5co-header-section .sf-menu .nav-sign-in-menu .nav-sign-in-icon { margin-right:0; margin-left:6px; }

/* ── Home news: feature story and supporting updates ─────── */
.home-news-section { position:relative; padding:72px 0 78px; overflow:hidden; background:linear-gradient(135deg,#f4f8f0 0%,#fff 61%,#f6f4e8 100%); }
.home-news-section:before { position:absolute; top:-132px; right:-92px; width:290px; height:290px; border:50px solid rgba(180,142,43,.09); border-radius:50%; content:""; pointer-events:none; }
.home-news-heading { position:relative; z-index:1; display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:29px; }
.home-news-heading > div > span { display:block; margin-bottom:8px; color:#ad8526; font-size:.7rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.home-news-heading h2 { margin:0; color:#244529; font-family:var(--font-public-heading); font-size:2rem; line-height:1.2; }
.home-news-all-link, .home-news-read-more { display:inline-flex; align-items:center; gap:8px; color:#9d7620; font-size:.81rem; font-weight:700; text-decoration:none; }
.home-news-all-link:hover, .home-news-all-link:focus, .home-news-feature:hover .home-news-read-more { color:#244529; text-decoration:none; }
.home-news-layout { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.36fr) minmax(310px,.84fr); gap:28px; align-items:stretch; }
.home-news-feature { display:grid; grid-template-columns:minmax(210px,.85fr) minmax(0,1.15fr); min-height:320px; overflow:hidden; border:1px solid #dce7d9; border-radius:14px; background:#fff; box-shadow:0 14px 33px rgba(34,69,41,.1); color:inherit; text-decoration:none; transition:transform .25s ease,box-shadow .25s ease; }
.home-news-feature:hover { transform:translateY(-4px); box-shadow:0 20px 39px rgba(34,69,41,.15); color:inherit; text-decoration:none; }
.home-news-feature-media { min-height:100%; overflow:hidden; background:#315a36; }
.home-news-feature-media img { display:block; width:100%; height:100%; min-height:320px; object-fit:cover; transition:transform .45s ease; }
.home-news-feature:hover .home-news-feature-media img { transform:scale(1.045); }
.home-news-feature-placeholder { display:grid; width:100%; height:100%; min-height:320px; place-items:center; background:linear-gradient(135deg,#244529,#63855c); color:#dfc46c; font-size:2.7rem; }
.home-news-feature-copy { display:flex; flex-direction:column; justify-content:center; padding:32px 34px; }
.home-news-feature time, .home-news-supporting-item time { display:inline-flex; align-items:center; gap:7px; color:#a67d21; font-size:.72rem; font-weight:700; }
.home-news-feature h3 { margin:14px 0 12px; color:#244529; font-family:var(--font-public-heading); font-size:1.45rem; line-height:1.38; }
.home-news-feature p { margin:0; color:#667563; font-size:.91rem; line-height:1.74; }
.home-news-read-more { margin-top:23px; }
.home-news-supporting { display:flex; flex-direction:column; border-top:1px solid #dce7d9; }
.home-news-supporting-item { display:grid; grid-template-columns:86px minmax(0,1fr); gap:15px; flex:1; align-items:center; padding:14px 0; border-bottom:1px solid #dce7d9; color:inherit; text-decoration:none; transition:padding .2s ease,background .2s ease; }
.home-news-supporting-item:hover { padding-right:7px; padding-left:7px; background:rgba(255,255,255,.63); color:inherit; text-decoration:none; }
.home-news-supporting-thumb { display:grid; width:86px; height:70px; place-items:center; overflow:hidden; border-radius:7px; background:#e7efe4; color:#a78229; font-size:1.35rem; }
.home-news-supporting-thumb img { width:100%; height:100%; object-fit:cover; }
.home-news-supporting-item h3 { margin:5px 0 7px; color:#315a36; font-family:var(--font-public-heading); font-size:1rem; line-height:1.42; }
.home-news-supporting-item span { color:#9d7620; font-size:.72rem; font-weight:700; }
.home-news-more-prompt { display:flex; flex:1; flex-direction:column; align-items:center; justify-content:center; gap:10px; min-height:150px; color:#8a9887; text-align:center; }
.home-news-more-prompt i { color:#b28b2e; font-size:1.8rem; }
.home-news-more-prompt p { margin:0; font-size:.84rem; }
.home-news-empty { position:relative; z-index:1; display:flex; min-height:230px; flex-direction:column; align-items:center; justify-content:center; gap:10px; border:1px dashed #cbdac8; border-radius:12px; color:#7c8a78; text-align:center; }
.home-news-empty i { color:#b28b2e; font-size:2rem; }
.home-news-empty p { margin:0; }
.home-news-empty a { color:#9d7620; font-size:.82rem; font-weight:700; }
[dir="rtl"] .home-news-heading > div > span { letter-spacing:0; }
[dir="rtl"] .home-news-heading, [dir="rtl"] .home-news-feature-copy, [dir="rtl"] .home-news-supporting { text-align:right; }
[dir="rtl"] .home-news-supporting-item { grid-template-columns:minmax(0,1fr) 86px; }
[dir="rtl"] .home-news-supporting-thumb { grid-column:2; }
[dir="rtl"] .home-news-supporting-item > div:last-child { grid-column:1; grid-row:1; }
[dir="rtl"] .home-news-supporting-item:hover { padding-right:7px; padding-left:7px; }
@media (max-width:991px) { .home-news-layout { grid-template-columns:1fr; } .home-news-supporting { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; border:0; } .home-news-supporting-item { grid-template-columns:1fr; align-items:start; padding:0; border:0; } .home-news-supporting-thumb { width:100%; height:130px; } [dir="rtl"] .home-news-supporting-item { grid-template-columns:1fr; } [dir="rtl"] .home-news-supporting-thumb, [dir="rtl"] .home-news-supporting-item > div:last-child { grid-column:auto; grid-row:auto; } }
@media (max-width:767px) { .home-news-section { padding:50px 0 54px; } .home-news-heading { align-items:flex-start; flex-direction:column; margin-bottom:22px; } .home-news-heading h2 { font-size:1.7rem; } .home-news-feature { grid-template-columns:1fr; } .home-news-feature-media img, .home-news-feature-placeholder { min-height:210px; height:210px; } .home-news-feature-copy { padding:24px 22px 26px; } .home-news-feature h3 { font-size:1.28rem; } .home-news-supporting { grid-template-columns:1fr; gap:0; border-top:1px solid #dce7d9; } .home-news-supporting-item { grid-template-columns:76px minmax(0,1fr); padding:13px 0; border-bottom:1px solid #dce7d9; } .home-news-supporting-thumb { width:76px; height:64px; } [dir="rtl"] .home-news-supporting-item { grid-template-columns:minmax(0,1fr) 76px; } [dir="rtl"] .home-news-supporting-thumb { grid-column:2; } [dir="rtl"] .home-news-supporting-item > div:last-child { grid-column:1; grid-row:1; } }

/* ── Continuous partners carousel ─────────────────────────── */
.partner-home-wrap { background:#fff; padding:40px 0; }
.partner-home-grid-section { margin:0; }
.partner-home-group + .partner-home-group { margin-top:38px; }
.partner-home-group-title { margin:0 0 15px; color:#70806d; font-family:var(--font-public-heading); font-size:.9rem; font-weight:700; letter-spacing:.1em; text-align:center; text-transform:uppercase; }
.partner-home-group--approved .partner-home-group-title { color:#2d4a2d; font-size:1.08rem; }
.partner-home-grid {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
}
.partner-home-grid--approved { gap:18px; }
.partner-home-card {
    flex:0 0 min(150px, calc(16.666667% - 11.666667px));
    width:min(150px, calc(16.666667% - 11.666667px));
    min-width:0;
}
.partner-home-grid--approved .partner-home-card {
    flex-basis:min(208px, calc(25% - 13.5px));
    width:min(208px, calc(25% - 13.5px));
}
.partner-home-logo {
    position:relative;
    display:grid;
    width:100%;
    aspect-ratio:1;
    place-items:center;
    overflow:hidden;
    padding:9px;
    box-sizing:border-box;
    border:1px solid #e6ebe4;
    border-radius:8px;
    background:#fff;
    box-shadow:0 3px 11px rgba(31,61,36,.06);
    transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.partner-home-image {
    display:grid;
    width:100%;
    min-width:0;
    min-height:0;
    place-items:center;
}
.partner-home-logo img {
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center center;
    filter:grayscale(35%);
    opacity:.86;
    transition:filter .2s ease, opacity .2s ease;
}
.partner-home-logo:hover { border-color:#b6ccaf; box-shadow:0 9px 19px rgba(31,61,36,.13); transform:translateY(-3px); }
.partner-home-logo:hover img { filter:grayscale(0); opacity:1; }
.partner-home-overlay { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:12px; background:rgba(28,65,34,.84); color:#fff; opacity:0; text-align:center; transition:opacity .2s ease; }
.partner-home-overlay strong { display:-webkit-box; overflow:hidden; font-family:var(--font-public-heading); font-size:.74rem; font-weight:700; line-height:1.35; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.partner-home-logo:hover .partner-home-overlay, .partner-home-logo:focus-within .partner-home-overlay { opacity:1; }
.partner-carousel-wrap { overflow:hidden; background:#fff; padding:34px 0; }
.partner-carousel { margin:0; }
.partner-carousel-title {
    margin:0 0 17px;
    color:#2d4a2d;
    font-family:var(--font-public-heading);
    font-size:.86rem;
    font-weight:700;
    letter-spacing:.12em;
    line-height:1.4;
    text-align:center;
    text-transform:uppercase;
}
.partner-marquee {
    position:relative;
    overflow:hidden;
    padding:6px 0;
    -webkit-mask-image:linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
    mask-image:linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.partner-marquee-track {
    display:flex;
    width:max-content;
    animation:partner-marquee-scroll 42s linear infinite;
    will-change:transform;
}
.partner-marquee-group {
    display:flex;
    flex:0 0 auto;
    align-items:center;
    gap:18px;
    padding-right:18px;
}
.partner-marquee-logo {
    display:grid;
    width:176px;
    min-width:176px;
    max-width:176px;
    height:96px;
    min-height:96px;
    max-height:96px;
    flex:0 0 176px;
    place-items:center;
    overflow:hidden;
    padding:8px 12px;
    box-sizing:border-box;
    border:1px solid #e6ebe4;
    border-radius:8px;
    background:#fff;
    box-shadow:0 3px 11px rgba(31,61,36,.06);
}
.partner-marquee-logo img {
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center center;
    filter:grayscale(35%);
    opacity:.86;
    transition:filter .2s ease, opacity .2s ease, transform .2s ease;
}
.partner-marquee-logo:hover img { filter:grayscale(0); opacity:1; transform:none; }
.partner-marquee:hover .partner-marquee-track,
.partner-marquee:focus-within .partner-marquee-track { animation-play-state:paused; }
@keyframes partner-marquee-scroll {
    from { transform:translateX(0); }
    to { transform:translateX(-50%); }
}
[dir="rtl"] .partner-carousel-title { letter-spacing:0; text-transform:none; }
[dir="rtl"] .partner-home-group-title { letter-spacing:0; text-transform:none; }
@media (prefers-reduced-motion:reduce) {
    .partner-marquee { overflow-x:auto; -webkit-mask-image:none; mask-image:none; }
    .partner-marquee-track { width:auto; animation:none; }
    .partner-marquee-group[aria-hidden="true"] { display:none; }
}
@media (max-width:575px) {
    .partner-home-wrap { padding:32px 0; }
    .partner-home-grid { gap:12px; }
    .partner-home-card { flex-basis:min(150px, calc(50% - 6px)); width:min(150px, calc(50% - 6px)); }
    .partner-home-grid--approved .partner-home-card { flex-basis:min(170px, calc(50% - 6px)); width:min(170px, calc(50% - 6px)); }
    .partner-home-logo { padding:7px; }
    .partner-carousel-wrap { padding:28px 0; }
    .partner-marquee-group { gap:12px; padding-right:12px; }
    .partner-marquee-logo { width:120px; min-width:120px; max-width:120px; height:84px; min-height:84px; max-height:84px; flex-basis:120px; padding:7px 10px; }
}

/* ── Footer links ─────────────────────────────────────────── */
#footer .footer-links { list-style:none; padding:0; margin:0; }
#footer .footer-links li { margin-bottom:6px; }
#footer .footer-links a { color:rgba(255,255,255,.6); font-size:13px; }
#footer .footer-links a:hover { color:#c8a84b; text-decoration:none; }
#footer .footer-heading { color:#c8a84b; font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:14px; font-weight:600; }
#footer .footer-social-links { margin:0; padding:0; list-style:none; }
#footer .footer-social-links li { margin:0 0 9px; }
#footer .footer-social-links a { display:inline-flex; align-items:center; gap:9px; color:rgba(255,255,255,.72); font-size:13px; text-decoration:none; transition:color .18s ease; }
#footer .footer-social-links a:hover, #footer .footer-social-links a:focus { color:#e2c46c; }
#footer .footer-social-links i { display:inline-flex; width:24px; height:24px; align-items:center; justify-content:center; border:1px solid rgba(216,182,87,.58); border-radius:50%; color:#f5f5f2; font-size:12px; transition:background .18s ease,border-color .18s ease; }
#footer .footer-social-links a:hover i, #footer .footer-social-links a:focus i { border-color:#e2c46c; background:rgba(216,182,87,.16); }
#footer .footer-social-empty { max-width:150px; margin:0; color:rgba(255,255,255,.47); font-size:12px; line-height:1.6; }
#footer .footer-brand-column { padding-top:1px; text-align:center; }
#footer .footer-company-logo { display:block; width:auto; max-width:185px; max-height:68px; margin:0 auto 17px; object-fit:contain; object-position:center; }
#footer .footer-vision-lockup { max-width:190px; margin:0 auto; }
#footer .footer-vision-logo { display:block; width:auto; max-width:145px; max-height:52px; margin:0 auto 7px; object-fit:contain; object-position:center; }
#footer .footer-vision-wordmark { display:inline-grid; grid-template-columns:auto auto; align-items:end; column-gap:5px; margin:0 0 7px; color:#f4f2e9; font-family:var(--font-public-heading); line-height:1; }
#footer .footer-vision-wordmark span { font-size:.75rem; font-weight:600; letter-spacing:.16em; }
#footer .footer-vision-wordmark strong { color:#d8b657; font-size:1.22rem; font-weight:800; letter-spacing:-.04em; }
#footer .footer-vision-wordmark small { grid-column:1 / -1; margin-top:4px; color:rgba(255,255,255,.62); font-family:var(--font-public-arabic); font-size:.57rem; text-align:right; }
#footer .footer-vision-lockup p { margin:0; color:rgba(255,255,255,.58); font-size:11px; line-height:1.6; text-align:center; }
#footer .footer-certifications { max-width:210px; margin:16px auto 0; padding-top:13px; border-top:1px solid rgba(255,255,255,.12); }
#footer .footer-certifications-label { display:block; margin-bottom:8px; color:rgba(255,255,255,.6); font-size:.63rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
#footer .footer-certifications-list { display:flex; flex-wrap:wrap; justify-content:center; gap:7px; }
#footer .footer-certification-badge { display:grid; width:56px; height:48px; place-items:center; overflow:hidden; padding:5px; border:1px solid rgba(216,182,87,.5); border-radius:4px; color:#f0dfaa; font-size:.58rem; font-weight:700; line-height:1.2; text-align:center; text-decoration:none; transition:border-color .18s ease,background .18s ease,color .18s ease; }
#footer .footer-certification-badge img { display:block; width:100%; height:100%; object-fit:contain; }
#footer .footer-certification-badge i { color:#d8b657; font-size:.82rem; }
#footer .footer-certification-badge:hover, #footer .footer-certification-badge:focus { border-color:#e2c46c; background:rgba(216,182,87,.14); color:#fff; text-decoration:none; outline:none; }
#footer .footer-address-lines { margin:0; padding:0; list-style:none; }
#footer .footer-address-lines li { display:flex; align-items:flex-start; gap:9px; margin:0 0 13px; color:rgba(255,255,255,.74); font-size:12px; line-height:1.58; }
#footer .footer-address-lines i { width:22px; flex:0 0 22px; margin-top:2px; color:#d8b657; font-size:16px; line-height:1.35; text-align:center; }
#footer .footer-address-empty { max-width:155px; margin:0; color:rgba(255,255,255,.47); font-size:12px; line-height:1.6; }
#footer .footer-contact-details { display:flex; flex-direction:column; gap:6px; margin-top:16px; padding-top:13px; border-top:1px solid rgba(255,255,255,.12); }
#footer .footer-contact-details a { color:rgba(255,255,255,.74); font-size:12px; line-height:1.45; text-decoration:none; }
#footer .footer-contact-details .footer-contact-line { display:flex; align-items:center; gap:9px; }
#footer .footer-contact-line i { width:22px; flex:0 0 22px; color:#d8b657; font-size:15px; text-align:center; }
#footer .footer-contact-details a:hover, #footer .footer-contact-details a:focus { color:#e2c46c; }
#footer .footer-map-column { display:flex; }
#footer .footer-map-embed { display:flex; width:100%; min-height:235px; flex:1; overflow:hidden; border:1px solid rgba(216,182,87,.28); border-radius:6px; background:rgba(0,0,0,.12); }
#footer .footer-map-embed iframe { display:block; width:100%; height:100%; min-height:235px; flex:1; border:0; }
#footer { padding:56px 0 18px; }
#footer .footer-bottom-row { margin-top:28px; padding-top:14px; border-top:1px solid rgba(255,255,255,.12); }
#footer .footer-bottom-row p { margin:0; color:rgba(255,255,255,.52); font-size:11px; line-height:1.6; }
#footer .footer-bottom-row a { color:rgba(255,255,255,.7) !important; }
#footer .footer-bottom-row a:hover, #footer .footer-bottom-row a:focus { color:#e2c46c !important; }
@media (min-width:992px) {
    #footer .footer-main-row { display:flex; flex-wrap:wrap; align-items:stretch; }
    #footer .footer-main-row > .footer-brand-column { order:1; }
    #footer .footer-main-row > .footer-quick-links-column { order:2; }
    #footer .footer-main-row > .footer-social-column { order:3; }
    #footer .footer-main-row > .footer-information-column { order:4; }
    #footer .footer-main-row > .footer-map-column { order:5; align-self:stretch; }
    [dir="rtl"] #footer .footer-main-row { flex-direction:row-reverse; }
}
@media (min-width:768px) and (max-width:991px) {
    #footer { padding:46px 0 18px; }
    #footer .footer-main-row { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); grid-template-areas:"brand brand brand" "quick social information" "map map map"; gap:28px 0; margin-right:-15px; margin-left:-15px; }
    #footer .footer-main-row > [class*="col-"] { width:auto; max-width:none; min-height:0; margin:0; padding-right:15px; padding-left:15px; }
    #footer .footer-brand-column { grid-area:brand; width:min(100%,320px) !important; justify-self:center; }
    #footer .footer-quick-links-column { grid-area:quick; }
    #footer .footer-social-column { grid-area:social; }
    #footer .footer-information-column { grid-area:information; }
    #footer .footer-map-column { grid-area:map; }
    #footer .footer-map-embed, #footer .footer-map-embed iframe { min-height:260px; }
    #footer .footer-bottom-row { margin-top:30px; }
    [dir="rtl"] #footer .footer-main-row { grid-template-areas:"brand brand brand" "information social quick" "map map map"; }
}
@media (max-width:767px) {
    #footer { padding:28px 0 max(14px,env(safe-area-inset-bottom)); }
    #footer .footer-main-row { display:grid; grid-template-columns:1fr; grid-template-areas:"brand" "quick" "social" "information" "map"; gap:20px; margin:0; }
    #footer .footer-main-row > [class*="col-"] { width:100%; min-height:0; margin:0; padding-right:15px; padding-left:15px; }
    #footer .footer-brand-column { grid-area:brand; }
    #footer .footer-quick-links-column { grid-area:quick; }
    #footer .footer-social-column { grid-area:social; }
    #footer .footer-information-column { grid-area:information; }
    #footer .footer-map-column { grid-area:map; }
    #footer .footer-brand-column { width:min(100%,300px) !important; max-width:300px; justify-self:center; margin-right:auto; margin-left:auto; }
    #footer .footer-company-logo { max-width:148px; max-height:56px; margin-bottom:10px; }
    #footer .footer-vision-logo { max-height:44px; margin-bottom:4px; }
    #footer .footer-vision-lockup p { font-size:10px; line-height:1.45; }
    #footer .footer-certifications { max-width:270px; margin-top:10px; padding-top:10px; }
    #footer .footer-certifications-label { margin-bottom:6px; font-size:.58rem; }
    #footer .footer-certifications-list { flex-wrap:nowrap; gap:5px; }
    #footer .footer-certification-badge { width:50px; height:40px; padding:4px; font-size:.5rem; }
    #footer .footer-heading { margin-bottom:8px; }
    #footer .footer-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:22px; row-gap:1px; }
    #footer .footer-links li { margin-bottom:5px; line-height:1.35; }
    #footer .footer-links a, #footer .footer-social-links a { font-size:13px; }
    #footer .footer-social-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:12px; }
    #footer .footer-social-links li { margin-bottom:5px; line-height:1.35; }
    #footer .footer-social-links a { gap:7px; }
    #footer .footer-social-links i { width:22px; height:22px; flex:0 0 22px; font-size:11px; }
    #footer .footer-address-lines li { margin-bottom:7px; line-height:1.45; }
    #footer .footer-contact-details { gap:4px; margin-top:10px; padding-top:9px; }
    #footer .footer-map-embed, #footer .footer-map-embed iframe { min-height:205px; }
    #footer .footer-bottom-row { margin:20px 0 0; padding-top:10px; }
    #footer .footer-bottom-row p { font-size:10px; }
}

/* ── Arabic typography and RTL contact layout ─────────────── */
[dir="rtl"] body { font-family:var(--font-public-arabic); }
[dir="rtl"] .text-arabic,
[dir="rtl"] .sf-menu > li > a,
[dir="rtl"] .fh5co-heading h2,
[dir="rtl"] #footer { font-family:var(--font-public-arabic); }
[dir="rtl"] #footer { text-align:right; }
[dir="rtl"] #footer .footer-heading { font-size:1rem; letter-spacing:0; }
[dir="rtl"] #footer .footer-links a { font-size:15px; }
[dir="rtl"] #footer .footer-social-links a { font-size:15px; }
[dir="rtl"] #footer .footer-company-logo, [dir="rtl"] #footer .footer-vision-logo { object-position:center; }
[dir="rtl"] #footer .footer-vision-wordmark small { text-align:left; }
[dir="rtl"] #footer .footer-certifications-label { letter-spacing:0; }
[dir="rtl"] #footer .footer-certification-badge { direction:ltr; }
[dir="rtl"] #footer .footer-address-lines li { flex-direction:row; direction:rtl; font-size:15px; text-align:right; }
[dir="rtl"] #footer .footer-contact-details a { font-size:15px; }
[dir="rtl"] #footer .footer-contact-details .footer-contact-line { flex-direction:row-reverse; }
[dir="rtl"] #footer .contact-info li { padding-left:0; padding-right:38px; font-size:16px; }
[dir="rtl"] #footer .contact-info li i { left:auto; right:0; }
[dir="rtl"] #fh5co-contact-section .contact-info li { padding-left:0; padding-right:40px; }
[dir="rtl"] #fh5co-contact-section .contact-info li i { left:auto; right:0; }
[dir="rtl"] .contact-form { text-align:right; }
@media (max-width:767px) {
    [dir="rtl"] #footer .footer-links a, [dir="rtl"] #footer .footer-social-links a { font-size:13px; }
    [dir="rtl"] #footer .footer-address-lines li, [dir="rtl"] #footer .footer-contact-details a { font-size:13px; }
}

/* ── Hero slide videos ───────────────────────────────────── */
#fh5co-hero .flexslider .slides > li.hero-slide-video { position:relative; overflow:hidden; background-color:#244529; background-size:cover; background-position:center; }
#fh5co-hero .flexslider .slides > li.hero-slide-video .slide-video { position:absolute; z-index:0; top:50%; left:50%; display:block; width:100vw; height:100vh; min-width:100%; min-height:100%; max-width:none; max-height:none; transform:translate(-50%,-50%); object-fit:cover !important; object-position:center center; pointer-events:none; }
#fh5co-hero .flexslider .slides > li.hero-slide-video .overlay-gradient { z-index:1; }
#fh5co-hero .flexslider .slides > li.hero-slide-video .container { position:relative; z-index:2; }
@media (prefers-reduced-motion:reduce) {
    #fh5co-hero .flexslider .slides > li.hero-slide-video .slide-video { display:none; }
}

/* ── Modern contact page ─────────────────────────────────── */
.contact-page { padding-top:84px; color:#435041; background:#fff; }
.contact-hero { position:relative; overflow:hidden; padding:62px 0 120px; background:linear-gradient(125deg,#edf4e9 0%,#fbfcf8 60%,#eef3e6 100%); }
.contact-hero:before, .contact-hero:after { position:absolute; content:""; border-radius:50%; pointer-events:none; }
.contact-hero:before { top:-190px; right:-105px; width:390px; height:390px; border:64px solid rgba(176,139,42,.1); }
.contact-hero:after { bottom:-118px; left:8%; width:278px; height:278px; border:1px solid rgba(46,85,48,.13); }
.contact-heading { position:relative; z-index:1; max-width:720px; margin:0 auto; text-align:center; }
.contact-eyebrow, .contact-details-eyebrow { display:block; color:#ad8526; font-size:.71rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.contact-eyebrow { margin-bottom:11px; }
.contact-heading h1 { margin:0; color:#244529; font-family:var(--font-public-heading); font-size:2.35rem; line-height:1.25; }
.contact-heading p { max-width:590px; margin:14px auto 0; color:#61705e; font-size:1rem; line-height:1.75; }
.contact-showcase { position:relative; z-index:2; padding:0 0 78px; margin-top:-67px; }
.contact-page-grid { display:flex; align-items:stretch; }
.contact-alert { margin-bottom:16px; border-radius:8px; }
.contact-page-form, .contact-page-details { padding:34px; border:1px solid #e0eadc; border-radius:13px; background:#fff; box-shadow:0 13px 29px rgba(30,63,37,.1); }
.contact-page-form h2 { margin:0 0 24px; color:#244529; font-family:var(--font-public-heading); font-size:1.45rem; }
.contact-page-form .form-control { height:44px; color:#374337; border-color:#d5dfd3; border-radius:5px; box-shadow:none; }
.contact-page-form .form-control:focus { border-color:#527051; box-shadow:0 0 0 3px rgba(82,112,81,.1); }
.contact-page-form label, .contact-page-form legend { margin-bottom:7px; color:#2d4a2d; font-size:.88rem; font-weight:700; }
.contact-page-form textarea.form-control { height:auto; resize:vertical; }
.contact-phone-group { margin:22px 0 20px; padding:15px; border:1px solid #e0eadc; border-radius:8px; background:#f8fbf7; }
.contact-phone-group legend { width:auto; margin:0 0 9px; padding:0 5px; }
.contact-phone-fields { display:block; direction:ltr; }
.contact-phone-fields .iti { display:block; width:100%; padding:3px; overflow:hidden; border:1px solid #cfdccf; border-radius:7px; background:#fff; transition:border-color .2s ease, box-shadow .2s ease; }
.contact-phone-fields .iti:focus-within { border-color:#527051; box-shadow:0 0 0 3px rgba(82,112,81,.1); }
.contact-phone-fields .iti .contact-international-phone { width:100%; height:40px; padding-right:13px; border:0; background:transparent; box-shadow:none; color:#374337; direction:ltr; }
.contact-phone-fields .iti .contact-international-phone:focus { border:0; box-shadow:none; }
.contact-phone-fields .iti__selected-country { min-height:40px; margin:0 7px 0 0; padding:0 10px; border-right:1px solid #dce6da; border-radius:5px; background:#f1f6ef; }
.contact-phone-fields .iti__selected-country:hover, .contact-phone-fields .iti__selected-country[aria-expanded="true"] { background:#e5efe2; }
.contact-phone-fields .iti__selected-dial-code { color:#315a36; font-weight:700; }
.contact-country-selector { border-color:#d5dfd3; box-shadow:0 13px 29px rgba(30,63,37,.16); }
.contact-country-selector .iti__search-input { color:#374337; border-color:#d5dfd3; }
[dir="rtl"] .contact-country-selector { direction:rtl; text-align:right; }
[dir="rtl"] .contact-country-selector .iti__search-input { text-align:right; }
.contact-phone-group small { display:block; margin-top:7px; color:#748070; font-size:.75rem; line-height:1.5; }
.contact-page-form .btn { display:inline-flex; align-items:center; gap:9px; margin-top:4px; padding:11px 19px; border-radius:5px; background:#315a36; border-color:#315a36; font-weight:700; }
.contact-page-form .btn:hover, .contact-page-form .btn:focus { background:#244529; border-color:#244529; outline:none; }
.contact-page-form .btn:disabled, .contact-page-form .btn:disabled:hover { cursor:not-allowed; opacity:.55; background:#71806f; border-color:#71806f; }
.contact-page-details { display:flex; flex-direction:column; }
.contact-page-details h2 { margin:7px 0 21px; color:#244529; font-family:var(--font-public-heading); font-size:1.45rem; }
.contact-page-details .contact-info { margin:0 0 25px; padding:0; list-style:none; }
.contact-page-details .contact-info li { color:#526050; }
.contact-page-details .contact-info li a { color:#2d4a2d; text-decoration:none; }
.contact-page-details .contact-info li a:hover, .contact-page-details .contact-info li a:focus { color:#9a7421; text-decoration:none; }
.contact-page-details .contact-info .contact-address-line { padding-left:0; }
.contact-page-details .contact-info .contact-address-line.has-address-icon { position:relative; display:flex; align-items:flex-start; gap:10px; margin-bottom:14px; padding-left:0; line-height:1.6; }
.contact-page-details .contact-address-line > i { width:22px; flex:0 0 22px; margin-top:3px; color:#ad8526; font-size:16px; line-height:1.35; text-align:center; }
.contact-map { display:block; width:100%; flex:1 1 0; align-self:stretch; min-height:240px; margin-top:18px; border:1px solid #e0eadc; border-radius:9px; box-shadow:0 5px 13px rgba(34,69,41,.1); }
.contact-honeypot { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.contact-captcha { overflow:hidden; }
[dir="rtl"] .contact-heading { text-align:center; }
[dir="rtl"] .contact-eyebrow, [dir="rtl"] .contact-details-eyebrow { letter-spacing:0; }
[dir="rtl"] .contact-page-form { text-align:right; }
[dir="rtl"] .contact-page-details { text-align:right; }
[dir="rtl"] .contact-page-details .contact-info .contact-address-line.has-address-icon { flex-direction:row; }
@media (max-width:991px) { .contact-page-grid { display:block; } .contact-page-details { margin-top:24px; } .contact-map { min-height:260px; } }
@media (max-width:767px) { .contact-page { padding-top:88px; } .contact-hero { padding:46px 0 95px; } .contact-heading h1 { font-size:1.95rem; } .contact-showcase { margin-top:-47px; padding:0 0 46px; } }
@media (max-width:575px) { .contact-page-form, .contact-page-details { padding:24px 19px; } .contact-map { min-height:225px; } }

/* ── News listing and article pages ─────────────────────── */
.news-page, .news-article-page { padding-top:84px; color:#435041; background:#fff; }
.news-page-hero, .news-article-hero { position:relative; z-index:1; overflow:hidden; padding:67px 0 112px; background:linear-gradient(125deg,#edf4e9 0%,#fbfcf8 60%,#eef3e6 100%); }
.news-page-hero:before, .news-article-hero:before { position:absolute; top:-190px; right:-105px; width:390px; height:390px; border:64px solid rgba(176,139,42,.1); border-radius:50%; content:""; pointer-events:none; }
.news-page-heading, .news-article-heading { position:relative; z-index:1; max-width:760px; margin:0 auto; text-align:center; }
.news-page-eyebrow { display:block; margin-bottom:11px; color:#ad8526; font-size:.71rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.news-page-heading h1, .news-article-heading h1 { margin:0; color:#244529; font-family:var(--font-public-heading); font-size:2.35rem; line-height:1.28; }
.news-page-heading p, .news-article-heading p { max-width:650px; margin:14px auto 0; color:#61705e; font-size:1rem; line-height:1.75; }
.news-page-listing { position:relative; z-index:2; padding:0 0 78px; margin-top:-51px; }
.news-card-grid { display:flex; flex-wrap:wrap; }
.news-card-grid > [class*="col-"] { display:flex; margin-bottom:28px; }
.news-card { display:flex; width:100%; flex-direction:column; overflow:hidden; border:1px solid #e0eadc; border-radius:13px; background:#fff; box-shadow:0 13px 29px rgba(30,63,37,.1); transition:transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform:translateY(-6px); box-shadow:0 20px 39px rgba(30,63,37,.16); }
.news-card-media { display:block; height:210px; overflow:hidden; background:#315a36; }
.news-card-media img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.news-card:hover .news-card-media img { transform:scale(1.05); }
.news-card-media-placeholder { display:grid; width:100%; height:100%; place-items:center; background:linear-gradient(135deg,#244529,#5d7b55); color:#dbc170; font-size:2.1rem; }
.news-card-body { display:flex; flex:1; flex-direction:column; padding:24px 25px 25px; }
.news-card-body time, .news-article-heading time { display:inline-flex; align-items:center; gap:7px; color:#a67d21; font-size:.75rem; font-weight:700; }
.news-card-body h2 { margin:12px 0 10px; color:#244529; font-family:var(--font-public-heading); font-size:1.22rem; line-height:1.45; }
.news-card-body h2 a { color:inherit; text-decoration:none; }
.news-card-body p { flex:1; margin:0; color:#657361; font-size:.9rem; line-height:1.7; }
.news-card-link, .news-back-link { display:inline-flex; align-items:center; gap:8px; color:#9d7620; font-size:.82rem; font-weight:700; text-decoration:none; }
.news-card-link { margin-top:20px; }
.news-card-link:hover, .news-card-link:focus, .news-back-link:hover, .news-back-link:focus { color:#244529; text-decoration:none; outline:none; }
.news-page-empty { display:flex; min-height:290px; flex-direction:column; align-items:center; justify-content:center; gap:14px; border:1px dashed #cbdac8; border-radius:12px; color:#778675; text-align:center; }
.news-page-empty i { color:#b28b2e; font-size:2rem; }
.news-page-empty p { margin:0; }
.news-article-hero { padding-bottom:88px; }
.news-article-heading { max-width:880px; }
.news-article-heading .news-back-link { margin-bottom:22px; }
.news-article-heading time { margin-bottom:15px; }
.news-article-content { position:relative; z-index:2; padding:0 0 78px; margin-top:-42px; }
.news-article-paper { max-width:920px; margin:0 auto; padding:45px 52px 52px; border:1px solid #e1eadf; border-radius:15px; background:#fff; box-shadow:0 16px 38px rgba(34,69,41,.1); }
.news-article-cover { margin:0 0 36px; overflow:hidden; border-radius:10px; background:#edf4e9; }
.news-article-cover img { display:block; width:100%; max-height:490px; object-fit:cover; }
.news-article-richtext { color:#4b5c49; font-size:1rem; line-height:1.9; }
.news-article-richtext > :first-child { margin-top:0; }
.news-article-richtext > :last-child { margin-bottom:0; }
.news-article-richtext h2, .news-article-richtext h3, .news-article-richtext h4 { margin:1.6em 0 .55em; color:#244529; font-family:var(--font-public-heading); line-height:1.35; }
.news-article-richtext h2 { font-size:1.65rem; }
.news-article-richtext h3 { font-size:1.34rem; }
.news-article-richtext h4 { font-size:1.12rem; }
.news-article-richtext p { margin:0 0 1.25em; }
.news-content-block { margin:0 0 1.7em; }
.news-content-text > :last-child { margin-bottom:0; }
.news-content-image { margin:2em auto; text-align:center; }
.news-content-image img { display:block; width:100%; height:auto; margin:0 auto; border-radius:9px; box-shadow:0 8px 22px rgba(34,69,41,.12); }
.news-content-image.is-feature { max-width:100%; }
.news-content-image.is-standard { max-width:760px; }
.news-content-image.is-small { max-width:460px; }
.news-content-image figcaption { margin:9px auto 0; color:#778675; font-size:.82rem; line-height:1.55; }
.news-content-table { overflow-x:auto; }
.news-content-table table { min-width:520px; }
.news-article-richtext ul, .news-article-richtext ol { margin:0 0 1.25em; padding-left:1.45em; }
.news-article-richtext li { margin-bottom:.45em; }
.news-article-richtext blockquote { margin:1.7em 0; padding:17px 22px; border-left:4px solid #c09a3a; border-radius:0 8px 8px 0; background:#f4f8f2; color:#4d684e; font-style:italic; }
.news-article-richtext a { color:#9d7620; font-weight:700; text-decoration:underline; }
.news-article-richtext img { display:block; max-width:100%; height:auto; margin:1.8em auto; border-radius:9px; box-shadow:0 8px 22px rgba(34,69,41,.12); }
.news-article-richtext img.news-image-small { width:35%; }
.news-article-richtext img.news-image-medium { width:65%; }
.news-article-richtext img.news-image-full { width:100%; }
.news-article-richtext img.news-image-align-left { margin-left:0; margin-right:auto; }
.news-article-richtext img.news-image-align-center { margin-left:auto; margin-right:auto; }
.news-article-richtext img.news-image-align-right { margin-right:0; margin-left:auto; }
.news-article-richtext figure { margin:1.8em 0; }
.news-article-richtext figcaption { margin-top:-1em; color:#778675; font-size:.82rem; text-align:center; }
.news-article-richtext table { width:100%; margin:1.8em 0; border-collapse:collapse; color:#4c5b49; font-size:.92rem; }
.news-article-richtext th, .news-article-richtext td { padding:11px 13px; border:1px solid #d9e4d6; vertical-align:top; }
.news-article-richtext th { background:#edf4e9; color:#315a36; font-weight:700; }
.news-article-richtext tr:nth-child(even) td { background:#fbfcfa; }
.news-article-source { margin:38px 0 0; padding-top:20px; border-top:1px solid #e3ece0; }
.news-article-source a { display:inline-flex; align-items:center; gap:8px; color:#9d7620; font-weight:700; text-decoration:none; }
.news-not-found { min-height:55vh; display:flex; align-items:center; }
[dir="rtl"] .news-page-eyebrow { letter-spacing:0; }
[dir="rtl"] .news-card { text-align:right; }
[dir="rtl"] .news-card-link i, [dir="rtl"] .news-back-link i { transform:none; }
[dir="rtl"] .news-article-richtext { text-align:right; }
[dir="rtl"] .news-content-table table,
[dir="rtl"] .news-article-richtext table { direction:rtl; }
[dir="rtl"] .news-content-table th,
[dir="rtl"] .news-content-table td,
[dir="rtl"] .news-article-richtext th,
[dir="rtl"] .news-article-richtext td { text-align:right; }
[dir="rtl"] .news-article-richtext ul, [dir="rtl"] .news-article-richtext ol { padding-right:1.45em; padding-left:0; }
[dir="rtl"] .news-article-richtext blockquote { border-right:4px solid #c09a3a; border-left:0; border-radius:8px 0 0 8px; }
@media (max-width:767px) {
    .news-page, .news-article-page { padding-top:88px; }
    .news-page-hero, .news-article-hero { padding:48px 0 88px; }
    .news-page-heading h1, .news-article-heading h1 { font-size:1.95rem; }
    .news-page-listing { margin-top:-35px; padding-bottom:46px; }
    .news-card-media { height:195px; }
    .news-article-content { margin-top:-28px; padding-bottom:46px; }
    .news-article-paper { padding:30px 24px 34px; }
    .news-article-richtext { font-size:.95rem; }
    .news-article-richtext table { display:block; overflow-x:auto; white-space:nowrap; }
}

/* ── FAQ and Privacy pages ─────────────────────────────── */
.static-page { padding-top:84px; color:#435041; background:#fff; }
.static-page-hero { position:relative; z-index:1; overflow:hidden; padding:66px 0 112px; background:linear-gradient(125deg,#edf4e9 0%,#fbfcf8 60%,#eef3e6 100%); }
.static-page-hero:before { position:absolute; top:-190px; right:-105px; width:390px; height:390px; border:64px solid rgba(176,139,42,.1); border-radius:50%; content:""; pointer-events:none; }
.static-page-heading { position:relative; z-index:1; max-width:730px; margin:0 auto; text-align:center; }
.static-page-eyebrow { display:block; margin-bottom:11px; color:#ad8526; font-size:.71rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.static-page-heading h1 { margin:0; color:#244529; font-family:var(--font-public-heading); font-size:2.35rem; line-height:1.28; }
.static-page-heading p { max-width:630px; margin:14px auto 0; color:#61705e; font-size:1rem; line-height:1.75; }
.static-page-content { position:relative; z-index:2; padding:0 0 78px; margin-top:-50px; }
.faq-list { max-width:920px; margin:0 auto; }
.faq-item { overflow:hidden; margin:0 0 13px; border:1px solid #dfe9dc; border-radius:11px; background:#fff; box-shadow:0 9px 24px rgba(34,69,41,.07); }
.faq-item summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:21px 24px; color:#244529; font-family:var(--font-public-heading); font-size:1.04rem; font-weight:700; line-height:1.5; cursor:pointer; list-style:none; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary i { display:grid; width:28px; height:28px; flex:0 0 28px; place-items:center; border:1px solid #d7e3d4; border-radius:50%; color:#b48625; font-size:.75rem; transition:transform .2s ease,background .2s ease; }
.faq-item[open] summary { border-bottom:1px solid #e3ece0; }
.faq-item[open] summary i { transform:rotate(45deg); background:#f3f7ef; }
.faq-answer { padding:20px 24px 24px; color:#61705e; font-size:.96rem; line-height:1.85; }
.faq-answer p { margin:0; }
.static-page-paper { max-width:920px; margin:0 auto; padding:45px 52px 52px; border:1px solid #e1eadf; border-radius:15px; background:#fff; box-shadow:0 16px 38px rgba(34,69,41,.1); }
.static-page-richtext { color:#4b5c49; font-size:1rem; line-height:1.9; }
.static-page-richtext > :first-child { margin-top:0; }
.static-page-richtext > :last-child { margin-bottom:0; }
.static-page-richtext h2, .static-page-richtext h3, .static-page-richtext h4 { margin:1.6em 0 .55em; color:#244529; font-family:var(--font-public-heading); line-height:1.35; }
.static-page-richtext h2 { font-size:1.65rem; }
.static-page-richtext h3 { font-size:1.34rem; }
.static-page-richtext h4 { font-size:1.12rem; }
.static-page-richtext p { margin:0 0 1.25em; }
.static-page-richtext ul, .static-page-richtext ol { margin:0 0 1.25em; padding-left:1.45em; }
.static-page-richtext li { margin-bottom:.45em; }
.static-page-richtext a { color:#9d7620; font-weight:700; text-decoration:underline; }
.static-page-richtext img { display:block; max-width:100%; height:auto; margin:1.8em auto; border-radius:9px; box-shadow:0 8px 22px rgba(34,69,41,.12); }
.static-page-richtext img.news-image-small { width:35%; }
.static-page-richtext img.news-image-medium { width:65%; }
.static-page-richtext img.news-image-full { width:100%; }
.static-page-richtext img.news-image-align-left { margin-left:0; margin-right:auto; }
.static-page-richtext img.news-image-align-center { margin-left:auto; margin-right:auto; }
.static-page-richtext img.news-image-align-right { margin-right:0; margin-left:auto; }
.static-page-richtext table { width:100%; margin:1.8em 0; border-collapse:collapse; color:#4c5b49; font-size:.92rem; }
.static-page-richtext th, .static-page-richtext td { padding:11px 13px; border:1px solid #d9e4d6; vertical-align:top; }
.static-page-richtext th { background:#edf4e9; color:#315a36; font-weight:700; }
.static-page-richtext tr:nth-child(even) td { background:#fbfcfa; }
.static-page-empty { display:flex; min-height:270px; flex-direction:column; align-items:center; justify-content:center; gap:14px; border:1px dashed #cbdac8; border-radius:12px; color:#778675; text-align:center; }
.static-page-empty i { color:#b28b2e; font-size:2rem; }
.static-page-empty p { margin:0; }
[dir="rtl"] .static-page-eyebrow { letter-spacing:0; }
[dir="rtl"] .faq-item { text-align:right; }
[dir="rtl"] .faq-item summary { flex-direction:row; text-align:right; }
[dir="rtl"] .faq-answer { direction:rtl; text-align:right; }
[dir="rtl"] .static-page-paper, [dir="rtl"] .static-page-richtext { text-align:right; }
[dir="rtl"] .static-page-richtext table { direction:rtl; }
[dir="rtl"] .static-page-richtext th, [dir="rtl"] .static-page-richtext td { text-align:right; }
[dir="rtl"] .static-page-richtext ul, [dir="rtl"] .static-page-richtext ol { padding-right:1.45em; padding-left:0; }
@media (max-width:767px) {
    .static-page { padding-top:88px; }
    .static-page-hero { padding:48px 0 88px; }
    .static-page-heading h1 { font-size:1.95rem; }
    .static-page-content { margin-top:-35px; padding-bottom:46px; }
    .faq-item summary { padding:18px 19px; font-size:.97rem; }
    .faq-answer { padding:17px 19px 21px; font-size:.93rem; }
    .static-page-paper { padding:30px 24px 34px; }
    .static-page-richtext { font-size:.95rem; }
    .static-page-richtext table { display:block; overflow-x:auto; white-space:nowrap; }
}

/* ── Modern activities pages ─────────────────────────────── */
.activities-page, .activity-detail-page { padding-top:84px; color:#435041; }
.activities-hero, .activity-detail-hero { position:relative; overflow:hidden; background:linear-gradient(125deg,#edf4e9 0%,#fbfcf8 60%,#eef3e6 100%); }
.activities-hero { padding:62px 0 120px; }
.activities-hero:before, .activities-hero:after { position:absolute; content:""; border-radius:50%; pointer-events:none; }
.activities-hero:before { top:-190px; right:-105px; width:390px; height:390px; border:64px solid rgba(176,139,42,.1); }
.activities-hero:after { bottom:-118px; left:8%; width:278px; height:278px; border:1px solid rgba(46,85,48,.13); }
.activities-heading { position:relative; z-index:1; max-width:720px; margin:0 auto; text-align:center; }
.activities-eyebrow { display:block; margin-bottom:11px; color:#ad8526; font-size:.71rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.activities-heading h1, .activity-detail-heading h1 { margin:0; color:#244529; font-family:var(--font-public-heading); line-height:1.25; }
.activities-heading h1 { font-size:2.35rem; }
.activities-heading p { max-width:590px; margin:14px auto 0; color:#61705e; font-size:1rem; line-height:1.75; }
/* Keep the card grid aligned with the same hero overlap as Services. */
.activities-showcase { position:relative; z-index:2; padding:0 0 78px; margin-top:-67px; }
.activities-grid { display:flex; flex-wrap:wrap; padding-top:0; }
.activities-grid > [class*="col-"] { display:flex; margin-bottom:28px; }
.activity-modern-card { display:flex; width:100%; flex-direction:column; overflow:hidden; border:1px solid #e0eadc; border-radius:13px; background:#fff; box-shadow:0 13px 29px rgba(30,63,37,.1); color:inherit; text-decoration:none; transition:transform .25s ease,box-shadow .25s ease; }
.activity-modern-card:hover, .activity-modern-card:focus { color:inherit; text-decoration:none; transform:translateY(-7px); box-shadow:0 20px 39px rgba(30,63,37,.16); outline:none; }
.activity-modern-media { position:relative; height:222px; overflow:hidden; background:#294f31; }
.activity-modern-media > img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.activity-modern-card:hover .activity-modern-media > img { transform:scale(1.06); }
.activity-modern-media:after { position:absolute; inset:0; content:""; background:linear-gradient(180deg,rgba(21,47,27,.04) 32%,rgba(18,45,25,.58) 100%); pointer-events:none; }
.activity-modern-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#214b2d,#617d4b); }
.activity-modern-number { position:absolute; z-index:1; right:17px; bottom:13px; color:rgba(255,255,255,.92); font-family:var(--font-public-heading); font-size:1.12rem; font-weight:700; letter-spacing:.08em; }
.activity-modern-body { display:flex; flex:1; flex-direction:column; padding:25px 27px 23px; }
.activity-modern-date, .activity-detail-date { display:inline-flex; align-items:center; gap:7px; color:#9b7727; font-size:.78rem; font-weight:700; line-height:1.4; }
.activity-modern-date { margin-bottom:10px; }
.activity-modern-body h2 { margin:0 0 11px; color:#244529; font-family:var(--font-public-heading); font-size:1.18rem; font-weight:700; line-height:1.42; }
.activity-modern-body p { display:-webkit-box; margin:0; overflow:hidden; color:#5b6958; font-size:.9rem; line-height:1.65; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.activity-modern-link { display:inline-flex; align-items:center; gap:8px; margin-top:auto; padding-top:19px; color:#9a7421; font-size:.82rem; font-weight:700; }
.activity-modern-card:hover .activity-modern-link, .activity-modern-card:focus .activity-modern-link { color:#244529; }
.activities-empty, .activity-gallery-empty { max-width:680px; margin:0 auto; padding:26px; border:1px dashed #bed0bb; border-radius:10px; background:#f7faf5; color:#758472; text-align:center; }
.activity-detail-hero { padding:43px 0 48px; }
.activity-back { display:inline-flex; align-items:center; gap:8px; margin-bottom:28px; color:#527051; font-size:.84rem; font-weight:700; text-decoration:none; }
.activity-back:hover, .activity-back:focus { color:#9a7421; text-decoration:none; outline:none; }
.activity-detail-heading { max-width:850px; margin:0 auto; text-align:center; }
.activity-detail-date { justify-content:center; margin-bottom:12px; }
.activity-detail-heading h1 { font-size:2.35rem; }
.activity-detail-description { max-width:760px; margin:18px auto 0; color:#586756; font-size:1rem; line-height:1.82; }
.activity-gallery-section { padding:58px 0 78px; background:#fff; }
.activity-gallery-title { margin:0 0 26px; color:#244529; font-family:var(--font-public-heading); font-size:1.55rem; text-align:center; }
.activity-gallery-grid > [class*="col-"] { margin-bottom:25px; }
.activity-gallery-item { position:relative; display:block; overflow:hidden; border:1px solid #e1eadf; border-radius:10px; background:#eff5ed; box-shadow:0 7px 17px rgba(34,69,41,.08); }
.activity-gallery-item img { display:block; width:100%; height:190px; object-fit:cover; transition:transform .35s ease; }
.activity-gallery-item span { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(31,69,39,.58); color:#fff; font-size:1.25rem; opacity:0; transition:opacity .2s ease; }
.activity-gallery-item:hover img, .activity-gallery-item:focus img { transform:scale(1.06); }
.activity-gallery-item:hover span, .activity-gallery-item:focus span { opacity:1; }
.activity-gallery-video span { opacity:1; background:linear-gradient(135deg, rgba(25,36,28,.16), rgba(25,36,28,.68)); }
.activity-gallery-video span i { display:flex; width:52px; height:52px; align-items:center; justify-content:center; padding-left:3px; border:2px solid rgba(255,255,255,.95); border-radius:50%; background:rgba(193,38,38,.94); font-size:1rem; box-shadow:0 5px 14px rgba(0,0,0,.24); }
.activity-video-modal .modal-dialog { width:auto; max-width:920px; margin:30px auto; }
.activity-video-modal .modal-content { overflow:hidden; border:0; border-radius:10px; box-shadow:0 18px 48px rgba(0,0,0,.36); }
.activity-video-modal .modal-header { min-height:50px; padding:14px 18px; border-color:#e2ebe0; }
.activity-video-modal .modal-title { overflow:hidden; margin:0; color:#244529; font-family:var(--font-public-heading); font-size:1.05rem; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.activity-video-modal .close { margin-top:-3px; color:#244529; font-size:25px; opacity:.7; }
.activity-video-frame { position:relative; height:0; padding-bottom:56.25%; background:#121712; }
.activity-video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
[dir="rtl"] .activities-heading, [dir="rtl"] .activity-detail-heading, [dir="rtl"] .activity-gallery-title { text-align:center; }
[dir="rtl"] .activities-eyebrow { letter-spacing:0; }
[dir="rtl"] .activity-modern-card { direction:rtl; text-align:right; }
[dir="rtl"] .activity-modern-number { right:auto; left:17px; }
[dir="rtl"] .activity-modern-date, [dir="rtl"] .activity-detail-date { flex-direction:row-reverse; }
[dir="rtl"] .activity-modern-link { flex-direction:row-reverse; }
[dir="rtl"] .activity-back { flex-direction:row-reverse; }
@media (max-width:991px) {
    .activities-grid { justify-content:center; }
    .activities-grid > [class*="col-"] { float:none; width:100%; max-width:460px; flex:0 1 460px; }
    .activity-modern-card { height:100%; }
}
@media (max-width:767px) {
    .activities-page, .activity-detail-page { padding-top:88px; }
    .activities-hero { padding:46px 0 95px; }
    .activities-heading h1, .activity-detail-heading h1 { font-size:1.95rem; }
    .activities-showcase { margin-top:-47px; padding-bottom:46px; }
    .activities-grid { padding-top:0; }
    .activity-modern-media { height:205px; }
    .activity-gallery-section { padding:44px 0 55px; }
}
@media (max-width:575px) {
    .activity-detail-hero { padding-top:33px; }
    .activity-gallery-item img { height:145px; }
}

/* ── SEO/accessibility: skip link ─────────────────────────── */
.skip-link { position:absolute; left:-9999px; top:0; }
.skip-link:focus { left:0; z-index:9999; background:#2d4a2d; color:#fff; padding:8px 14px; }

/* ── Modern About page ──────────────────────────────────── */
/* The fixed desktop navbar is 84px tall. Match it exactly so the hero begins
   directly beneath the navigation instead of exposing the page background. */
.about-page { display:flex; flex-direction:column; padding-top:84px; color:#435041; }
.about-page h1, .about-page h2 { color:#244529; font-family:var(--font-public-heading); }
.about-hero { position:relative; overflow:hidden; padding:67px 0 82px; background:linear-gradient(125deg,#edf4e9 0%,#fbfcf8 60%,#eef3e6 100%); }
.about-hero:before, .about-hero:after { position:absolute; border-radius:50%; content:""; pointer-events:none; }
.about-hero:before { top:-190px; right:-105px; width:390px; height:390px; border:64px solid rgba(176,139,42,.1); }
.about-hero:after { bottom:-120px; left:8%; width:280px; height:280px; border:1px solid rgba(46,85,48,.13); }
.about-page-header { order:0; }
.about-section-heading { position:relative; z-index:1; max-width:720px; margin:0 auto 30px; text-align:center; }
.about-section-heading h1 { margin:0; font-size:2.35rem; line-height:1.25; }
.about-section-heading h2 { margin:5px 0 0; font-size:1.8rem; }
.about-section-heading p { margin:10px 0 0; color:#71806f; }
.about-eyebrow { display:block; margin-bottom:11px; color:#ad8526; font-size:.71rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.about-header-copy { max-width:590px; margin:14px auto 0; color:#61705e; font-size:1rem; line-height:1.75; text-align:justify; text-justify:inter-word; }
.about-pillars { padding:30px 0 58px; background:#fff; }
.about-pillars .row { display:flex; flex-wrap:wrap; }
.about-pillars .row > [class*="col-"] { display:flex; }
.about-pillar-card { position:relative; width:100%; min-height:245px; margin:14px 0; padding:36px 36px 32px; overflow:hidden; border:1px solid #e3ece0; border-radius:12px; background:#fff; box-shadow:0 12px 28px rgba(34,69,41,.07); }
.about-pillar-card:after { content:""; position:absolute; right:-50px; bottom:-50px; width:145px; height:145px; border:24px solid rgba(178,139,46,.08); border-radius:50%; }
.about-pillar-number { position:relative; z-index:1; display:block; margin-bottom:22px; color:#b28b2e; font-size:.75rem; font-weight:700; letter-spacing:.18em; }
.about-pillar-card h2 { position:relative; z-index:1; margin:0 0 14px; font-size:1.35rem; }
.about-pillar-card p { position:relative; z-index:1; margin:0; color:#596757; line-height:1.78; }
.about-leadership { padding:64px 0; background:#edf4eb; }
.about-chairman-card { display:flex; align-items:stretch; gap:48px; max-width:1140px; margin:0 auto; padding:44px; border:1px solid #e1eadf; border-radius:16px; background:#fff; box-shadow:0 16px 38px rgba(34,69,41,.1); }
.about-chairman-profile { position:relative; display:flex; flex:0 0 282px; align-items:stretch; }
.about-chairman-portrait { width:100%; min-height:360px; padding:7px; overflow:hidden; border:1px solid #d7e3d4; border-radius:10px 10px 98px 10px; background:#f3f8f0; box-shadow:0 12px 25px rgba(34,69,41,.13); }
.about-chairman-portrait img { display:block; width:100%; height:100%; object-fit:cover; object-position:center top; border-radius:5px 5px 88px 5px; }
.about-ceo-placeholder { display:flex; width:100%; height:100%; align-items:center; justify-content:center; border-radius:4px 4px 68px 68px; background:linear-gradient(145deg,#315a36,#17381e); color:#d9b85a; font-size:1.1rem; font-weight:700; letter-spacing:.12em; }
.about-chairman-company-mark { position:absolute; z-index:2; top:15px; left:15px; display:grid; width:74px; height:74px; place-items:center; padding:9px; border:1px solid rgba(217,226,212,.94); border-radius:11px; background:rgba(255,255,255,.97); box-shadow:0 7px 18px rgba(22,50,27,.2); transition:transform .2s ease, box-shadow .2s ease; }
.about-chairman-company-mark img { display:block; width:100%; height:100%; object-fit:contain; }
a.about-chairman-company-mark:hover, a.about-chairman-company-mark:focus { transform:translateY(-2px); box-shadow:0 10px 22px rgba(22,50,27,.28); outline:none; }
.about-chairman-message { position:relative; display:flex; flex:1; min-width:0; flex-direction:column; justify-content:center; padding:10px 0; }
.about-chairman-quote { display:block; margin:0 0 13px; color:#c79d3a; font-size:2.35rem; line-height:1; }
.about-chairman-quote-end { align-self:flex-end; margin:13px 0 -2px; opacity:.8; }
.about-chairman-copy { color:#526050; font-size:1rem; line-height:2; text-align:justify; text-justify:inter-word; }
.about-chairman-signature { display:flex; flex-direction:column; align-items:flex-start; gap:3px; margin-top:28px; padding-top:17px; border-top:1px solid #e3ebe0; color:#738171; font-size:.83rem; line-height:1.5; }
.about-chairman-signature strong { color:#244529; font-family:var(--font-public-heading); font-size:1rem; }
.about-chairman-signature a { color:#9a7421; font-weight:700; text-decoration:none; }
.about-chairman-signature a:hover, .about-chairman-signature a:focus { color:#244529; text-decoration:none; }
.about-chairman-statement { position:relative; padding:72px 0; overflow:hidden; background:linear-gradient(135deg,#f4f8f1 0%,#fff 62%,#eef4e9 100%); }
.about-chairman-statement:before { position:absolute; top:-220px; right:-125px; width:430px; height:430px; border:52px solid rgba(178,139,46,.07); border-radius:50%; content:""; pointer-events:none; }
.about-chairman-statement:after { position:absolute; bottom:-190px; left:-115px; width:360px; height:360px; border:42px solid rgba(49,90,54,.055); border-radius:50%; content:""; pointer-events:none; }
.about-chairman-statement .about-section-heading { margin-bottom:34px; }
.about-chairman-statement .about-section-heading h2 { color:#244529; }
.about-chairman-statement .about-eyebrow { color:#a57d21; }
.about-chairman-statement-card { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1fr) 335px; max-width:1040px; margin:0 auto; overflow:hidden; border:1px solid #d9e6d6; border-radius:16px; background:#fff; box-shadow:0 18px 40px rgba(34,69,41,.11); }
.about-chairman-statement-copy { min-width:0; padding:46px 52px 42px; color:#4f5e4d; font-size:1.02rem; line-height:1.9; text-align:left; }
.about-chairman-statement-quote { display:block; margin:0 0 16px; color:#c49a38; font-size:2.25rem; line-height:1; }
.about-chairman-statement-quote-end { margin:22px 0 0; text-align:right; opacity:.9; }
.about-chairman-statement-signature { display:flex; min-width:0; align-items:center; flex-direction:column; justify-content:center; gap:17px; padding:42px 25px; background:linear-gradient(155deg,#315a36,#1d4224); color:#fff; text-align:center; }
.about-chairman-statement-portrait { display:grid; width:160px; height:160px; flex:0 0 160px; place-items:center; overflow:hidden; border:4px solid #e1c66f; border-radius:50%; background:#eff5eb; box-shadow:0 10px 24px rgba(0,0,0,.24); color:#315a36; font-size:2.4rem; }
.about-chairman-statement-portrait img { display:block; width:100%; height:100%; object-fit:cover; }
.about-chairman-statement-signature strong, .about-chairman-statement-signature span { display:block; }
.about-chairman-statement-signature strong { color:#fff; font-family:var(--font-public-heading); font-size:1.13rem; }
.about-chairman-statement-signature span { margin-top:5px; color:#dcebd7; font-size:.82rem; line-height:1.55; }
.about-organization { padding:68px 0 76px; background:#fff; }
.org-chart-image { max-width:1140px; margin:0 auto; padding:16px; overflow:auto; border:1px solid #e2ebe0; border-radius:12px; background:#fbfdf9; }
.org-chart-image img { display:block; width:100%; height:auto; min-width:420px; }
.org-chart-empty { max-width:680px; margin:0 auto; padding:26px; border:1px dashed #bed0bb; border-radius:10px; background:#f7faf5; color:#758472; text-align:center; }
.org-chart-board { max-width:1140px; margin:0 auto; overflow:hidden; border:1px solid #d9e6d6; border-radius:14px; background:#fbfdf9; box-shadow:0 12px 32px rgba(34,69,41,.07); }
.org-chart-controls { display:flex; align-items:center; min-height:47px; gap:7px; padding:8px 12px; border-bottom:1px solid #e1ebe0; background:linear-gradient(90deg,#f5f9f2,#fff); color:#72816e; font-size:.78rem; font-weight:600; }
.org-chart-controls button { display:grid; width:29px; height:29px; place-items:center; padding:0; border:1px solid #c9dac4; border-radius:7px; background:#fff; color:#315a36; cursor:pointer; transition:background .18s ease, color .18s ease, transform .18s ease; }
.org-chart-controls button:hover, .org-chart-controls button:focus { border-color:#a57d21; background:#315a36; color:#fff; outline:none; transform:translateY(-1px); }
.org-chart-controls button.org-chart-control-wide { display:inline-flex; width:auto; gap:5px; padding:0 9px; font-family:inherit; font-size:.72rem; font-weight:800; white-space:nowrap; }
.org-chart-controls button.org-chart-control-wide i { font-size:.65rem; }
.org-chart-controls span { margin-left:4px; }
.org-chart-canvas { position:relative; width:100%; height:min(70vh,720px); min-height:480px; overflow:hidden; touch-action:none; background:radial-gradient(circle at 50% 0,rgba(225,237,220,.5),transparent 48%),#fff; cursor:grab; }
.org-chart-canvas:active { cursor:grabbing; }
.org-chart-canvas > svg { display:block; width:100%; height:100%; }
.org-d3-card { box-sizing:border-box; display:flex; width:var(--org-card-width,278px); height:var(--org-card-height,202px); align-items:center; flex-direction:column; justify-content:center; padding:16px 18px; overflow:hidden; border:1px solid #d5e2d2; border-radius:12px; background:#fff; box-shadow:0 7px 18px rgba(34,69,41,.1); color:#244529; font-family:var(--font-public-latin); text-align:center; transition:box-shadow .18s ease, transform .18s ease; }
.org-d3-card:hover { box-shadow:0 12px 25px rgba(34,69,41,.16); transform:translateY(-2px); }
.org-d3-card-root { border-color:#b8cdb4; background:linear-gradient(145deg,#fff 0%,#eef6eb 100%); }
.org-d3-avatar { display:grid; width:58px; height:58px; flex:0 0 auto; margin:0 0 9px; place-items:center; overflow:hidden; border:2px solid #e7eedf; border-radius:50%; background:#edf4eb; color:#7c9d78; font-size:1.34rem; }
.org-d3-avatar img { display:block; width:100%; height:100%; object-fit:cover; }
.org-d3-role { display:block; overflow:hidden; max-width:100%; margin-bottom:4px; color:#a57d21; font-family:var(--font-public-heading); font-size:.67rem; font-weight:800; letter-spacing:.05em; line-height:1.35; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.org-d3-card strong { display:block; overflow:hidden; max-width:100%; color:#244529; font-family:var(--font-public-heading); font-size:1rem; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.org-d3-qualification { display:-webkit-box; max-width:100%; margin-top:5px; overflow:hidden; color:#61705e; font-size:.72rem; font-weight:600; line-height:1.4; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.org-d3-reports { display:block; overflow:hidden; width:100%; margin-top:9px; padding-top:8px; border-top:1px solid #ebf0e8; color:#748070; font-size:.68rem; font-weight:600; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.org-d3-reports b { color:#527051; font-weight:800; }
.org-d3-toggle { display:inline-flex; min-height:24px; align-items:center; gap:4px; padding:3px 7px; border:1px solid #cbdac6; border-radius:6px; background:#fff; color:#315a36; font-family:var(--font-public-latin); font-size:10px; font-weight:800; pointer-events:none; }
.org-d3-toggle i { color:#a57d21; font-size:9px; }
.org-d3-virtual-node { width:1px; height:1px; overflow:hidden; opacity:0; }
.org-d3-card-compact { padding:12px 14px; border-radius:10px; }
.org-d3-card-compact .org-d3-avatar { width:48px; height:48px; margin-bottom:6px; font-size:1.1rem; }
.org-d3-card-compact .org-d3-role { margin-bottom:3px; font-size:.59rem; }
.org-d3-card-compact strong { font-size:.86rem; }
.org-d3-card-compact .org-d3-qualification { margin-top:3px; font-size:.65rem; }
.org-d3-card-compact .org-d3-reports { margin-top:6px; padding-top:5px; font-size:.61rem; }
[dir="rtl"] .about-page { text-align:right; }
[dir="rtl"] .about-section-heading, [dir="rtl"] .org-chart-empty { text-align:center; }
[dir="rtl"] .org-chart-controls { direction:rtl; flex-direction:row; justify-content:flex-start; }
[dir="rtl"] .org-chart-controls span { margin-right:4px; margin-left:0; }
[dir="rtl"] .org-d3-role { letter-spacing:0; text-transform:none; }
[dir="rtl"] .org-d3-card, [dir="rtl"] .org-d3-card .org-d3-role, [dir="rtl"] .org-d3-card strong, [dir="rtl"] .org-d3-toggle { font-family:var(--font-public-arabic); }
[dir="rtl"] .about-eyebrow, [dir="rtl"] .about-pillar-number { letter-spacing:0; }
[dir="rtl"] .about-pillar-card:after { right:auto; left:-50px; }
[dir="rtl"] .about-chairman-card { flex-direction:row-reverse; }
[dir="rtl"] .about-chairman-copy { text-align:justify; text-justify:inter-word; }
[dir="rtl"] .about-chairman-quote { transform:scaleX(-1); }
[dir="rtl"] .about-chairman-signature { align-items:flex-start; text-align:right; }
[dir="rtl"] .about-chairman-statement-quote { transform:scaleX(-1); }
[dir="rtl"] .about-chairman-statement-card { grid-template-columns:335px minmax(0,1fr); }
[dir="rtl"] .about-chairman-statement-copy { grid-column:2; grid-row:1; text-align:right; }
[dir="rtl"] .about-chairman-statement-signature { grid-column:1; grid-row:1; text-align:center; }
[dir="rtl"] .about-chairman-statement-quote-end { text-align:left; }
@media (max-width:767px) {
    .about-page { padding-top:88px; }
    .about-hero { padding:48px 0 66px; }
    .about-section-heading h1 { font-size:1.9rem; }
    .about-section-heading h2 { font-size:1.55rem; }
    .about-pillar-card, .about-chairman-card { padding:26px 22px; }
    .about-pillars, .about-leadership, .about-chairman-statement, .about-organization { padding-top:46px; padding-bottom:46px; }
    .about-pillars .row, .about-pillars .row > [class*="col-"] { display:block; }
    .about-chairman-card { gap:28px; }
    .about-chairman-profile { flex-basis:220px; }
    .about-chairman-portrait { min-height:310px; }
    .about-chairman-statement-copy { padding:34px 36px; }
    .org-chart-canvas { min-height:430px; height:58vh; }
}
@media (max-width:575px) {
    .about-chairman-card, [dir="rtl"] .about-chairman-card { flex-direction:column; }
    .about-chairman-profile { width:min(100%, 270px); flex-basis:auto; margin:0 auto; }
    .about-chairman-portrait { min-height:330px; }
    .about-chairman-message { padding-top:0; }
    .about-chairman-copy { font-size:.94rem; line-height:1.9; }
    .about-chairman-statement-card, [dir="rtl"] .about-chairman-statement-card { grid-template-columns:1fr; border-radius:13px; }
    .about-chairman-statement-copy, [dir="rtl"] .about-chairman-statement-copy { grid-column:auto; grid-row:auto; padding:28px 24px; font-size:.94rem; line-height:1.85; text-align:inherit; }
    .about-chairman-statement-signature, [dir="rtl"] .about-chairman-statement-signature { grid-column:auto; grid-row:auto; min-width:0; flex-direction:row; justify-content:flex-start; padding:22px 24px; text-align:inherit; }
    .about-chairman-statement-portrait { width:82px; height:82px; flex-basis:82px; font-size:1.45rem; }
}
@media (max-width:620px) {
    .org-chart-board { border-radius:11px; }
    .org-chart-controls { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; padding:9px; }
    .org-chart-controls button, .org-chart-controls button.org-chart-control-wide { width:100%; min-height:36px; justify-content:center; padding:0 6px; font-size:.68rem; }
    .org-chart-controls > span { grid-column:1 / -1; margin:1px 0 0; text-align:center; }
    .org-chart-canvas { min-height:420px; height:min(64vh,540px); }
}
@media (max-width:440px) {
    .org-chart-controls { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .org-chart-controls button { min-height:38px; }
    .org-chart-controls button.org-chart-control-wide { font-size:.65rem; }
    .org-chart-controls span { display:none; }
    .org-chart-canvas { min-height:400px; height:min(66vh,500px); }
}

/* ── Modern services page ───────────────────────────────── */
.services-page { padding-top:84px; background:#fff; color:#435041; }
.services-hero { position:relative; overflow:hidden; padding:67px 0 124px; background:linear-gradient(125deg,#edf4e9 0%,#fbfcf8 60%,#eef3e6 100%); }
.services-hero:before, .services-hero:after { position:absolute; content:""; border-radius:50%; pointer-events:none; }
.services-hero:before { top:-190px; right:-105px; width:390px; height:390px; border:64px solid rgba(176,139,42,.1); }
.services-hero:after { bottom:-120px; left:8%; width:280px; height:280px; border:1px solid rgba(46,85,48,.13); }
.services-heading { position:relative; z-index:1; max-width:720px; margin:0 auto; text-align:center; }
.services-eyebrow { display:block; margin-bottom:11px; color:#ad8526; font-size:.71rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.services-heading h1 { margin:0; color:#244529; font-family:var(--font-public-heading); font-size:2.35rem; line-height:1.25; }
.services-heading p { max-width:590px; margin:14px auto 0; color:#61705e; font-size:1rem; line-height:1.75; }
.services-showcase { position:relative; z-index:2; padding:0 0 78px; margin-top:-67px; }
.services-grid { display:flex; flex-wrap:wrap; direction:ltr; }
.services-grid > [class*="col-"] { display:flex; margin-bottom:28px; }
.service-card { display:flex; width:100%; flex-direction:column; overflow:hidden; border:1px solid #e0eadc; border-radius:13px; background:#fff; box-shadow:0 13px 29px rgba(30,63,37,.1); transition:transform .25s ease,box-shadow .25s ease; }
.service-card:hover { transform:translateY(-7px); box-shadow:0 20px 39px rgba(30,63,37,.16); }
.service-card-media { position:relative; height:222px; overflow:hidden; background:#294f31; }
.service-card-media > img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.service-card:hover .service-card-media > img { transform:scale(1.06); }
.service-card-media:after { position:absolute; inset:0; content:""; background:linear-gradient(180deg,rgba(21,47,27,.05) 32%,rgba(18,45,25,.58) 100%); pointer-events:none; }
.service-card-media-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#214b2d,#617d4b); }
.service-card-number { position:absolute; z-index:1; right:17px; bottom:13px; color:rgba(255,255,255,.92); font-family:var(--font-public-heading); font-size:1.12rem; font-weight:700; letter-spacing:.08em; }
.service-card-body { position:relative; flex:1; min-height:0; padding:31px 27px 27px; }
.service-card-icon { position:absolute; top:-40px; left:25px; display:flex; width:68px; height:68px; align-items:center; justify-content:center; border:5px solid #fff; border-radius:12px; background:#edf4e9; box-shadow:0 5px 12px rgba(24,59,33,.16); }
.service-card-icon img { width:42px; height:42px; object-fit:contain; }
.service-card-body h2 { display:block; min-height:52px; max-width:100%; margin:0 0 16px; overflow-wrap:anywhere; color:#244529; font-family:var(--font-public-heading); font-size:1.18rem; font-weight:700; line-height:1.42; text-wrap:balance; white-space:normal; word-break:normal; }
.service-card-list { margin:0; padding:0; list-style:none; }
.service-card-list li { position:relative; margin:0 0 9px; padding-left:20px; color:#5b6958; font-size:.89rem; line-height:1.62; }
.service-card-list li:last-child { margin-bottom:0; }
.service-card-list li:before { position:absolute; top:.57em; left:1px; width:7px; height:7px; content:""; border:1px solid #b28b2e; border-radius:50%; background:#d7b451; }
[dir="rtl"] .services-heading { text-align:center; }
[dir="rtl"] .service-card { direction:rtl; text-align:right; }
[dir="rtl"] .services-eyebrow { letter-spacing:0; }
[dir="rtl"] .service-card-number { right:auto; left:17px; }
[dir="rtl"] .service-card-icon { right:25px; left:auto; }
[dir="rtl"] .service-card-list li { padding-right:20px; padding-left:0; }
[dir="rtl"] .service-card-list li:before { right:1px; left:auto; }
@media (max-width:991px) {
    .services-grid { justify-content:center; }
    .services-grid > [class*="col-"] { float:none; width:100%; max-width:460px; flex:0 1 460px; }
    .service-card { height:100%; }
}
@media (max-width:767px) {
    .services-page { padding-top:88px; }
    .services-hero { padding:48px 0 96px; }
    .services-heading h1 { font-size:1.95rem; }
    .services-showcase { margin-top:-47px; padding-bottom:46px; }
    .service-card-media { height:205px; }
    .service-card-body { padding:37px 24px 26px; }
    .service-card-body h2 { min-height:calc(2 * 1.48em); margin-bottom:15px; font-size:1.12rem; line-height:1.48; }
}

/* Private document shares */
.private-share-page { min-height:62vh; padding:74px 0 88px; background:linear-gradient(135deg,#f5f8f1 0%,#fff 56%,#f8f5e7 100%); }
.private-share-card { width:min(760px,100%); margin:0 auto; padding:42px; text-align:center; color:#123d31; background:#fff; border:1px solid #dce6d8; border-radius:18px; box-shadow:0 20px 48px rgba(24,62,45,.11); }
.private-share-icon { display:grid; place-items:center; width:58px; height:58px; margin:0 auto 18px; color:#b88c19; font-size:23px; background:#f8f4e4; border:1px solid #e9d996; border-radius:50%; }
.private-share-eyebrow { margin:0 0 6px; color:#b58311; font-weight:800; font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }
.private-share-card h1 { margin:0 0 12px; color:#123d31; font-size:clamp(1.65rem,4vw,2.3rem); }
.private-share-summary { max-width:570px; margin:0 auto 22px; color:#587065; line-height:1.8; }
.private-share-rules { display:flex; flex-wrap:wrap; justify-content:center; gap:9px 18px; margin:0 0 26px; color:#6b756e; font-size:.9rem; }
.private-share-rules i { color:#b88c19; }
.private-share-files { margin:24px 0; overflow:hidden; text-align:start; border:1px solid #e0e9dd; border-radius:12px; }
.private-share-file { display:flex; gap:14px; align-items:flex-start; padding:15px 18px; border-bottom:1px solid #edf2eb; }
.private-share-file:last-child { border-bottom:0; }
.private-share-file > i { margin-top:3px; color:#bf342e; font-size:1.25rem; }
.private-share-file strong,.private-share-file small { display:block; }
.private-share-file small { margin-top:4px; color:#718078; line-height:1.55; }
.private-share-error { margin:20px 0; padding:12px 15px; color:#8f291f; background:#fff3f0; border:1px solid #f0cbc5; border-radius:9px; line-height:1.55; }
.private-share-form-public { width:min(420px,100%); margin:26px auto 0; text-align:start; }
.private-share-form-public label { display:block; margin-bottom:7px; color:#254d3d; font-weight:700; }
.private-share-form-public input { width:100%; height:46px; padding:0 12px; border:1px solid #bfd1c3; border-radius:8px; }
.private-share-form-public button,.private-share-download-form button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:45px; margin-top:14px; padding:0 20px; color:#fff; font-weight:800; background:#17746a; border:1px solid #0f5d55; border-radius:8px; cursor:pointer; }
.private-share-form-public button:hover,.private-share-download-form button:hover { background:#0f5d55; }
.private-share-download-form { display:flex; flex-direction:column; align-items:center; gap:2px; margin-top:23px; }
.private-share-download-form button { min-width:235px; }
html[dir="rtl"] .private-share-file { text-align:right; }
@media (max-width:575px) { .private-share-page { padding:38px 0 54px; } .private-share-card { padding:29px 20px; border-radius:12px; } .private-share-rules { align-items:center; flex-direction:column; } }

/* ── Public not-found page ──────────────────────────────── */
.error-page { position:relative; display:flex; min-height:calc(100vh - 150px); align-items:center; overflow:hidden; padding:156px 0 92px; background:linear-gradient(130deg,#edf4e9 0%,#fbfcf8 54%,#f7f2e1 100%); }
.error-page:before { position:absolute; top:0; right:0; bottom:0; left:0; content:""; background:linear-gradient(90deg,rgba(255,255,255,.26),transparent 42%); pointer-events:none; }
.error-page .container { position:relative; z-index:1; }
.error-page-orb { position:absolute; border-radius:50%; pointer-events:none; }
.error-page-orb--one { top:98px; right:-118px; width:390px; height:390px; border:60px solid rgba(181,138,42,.1); }
.error-page-orb--two { bottom:-150px; left:6%; width:310px; height:310px; border:1px solid rgba(35,76,43,.16); box-shadow:0 0 0 42px rgba(43,102,56,.035); }
.error-page-card { position:relative; width:min(680px,100%); margin:0 auto; padding:51px 58px 54px; overflow:hidden; border:1px solid #dce7d9; border-radius:20px; background:rgba(255,255,255,.92); box-shadow:0 22px 55px rgba(32,71,39,.12); text-align:center; }
.error-page-card:before { position:absolute; top:0; right:0; left:0; height:5px; content:""; background:linear-gradient(90deg,#2e6238,#bd962f,#2e6238); }
.error-page-icon { display:grid; width:61px; height:61px; margin:0 auto 17px; place-items:center; border:1px solid #eadba4; border-radius:50%; background:#fbf7e8; color:#b2871e; font-size:1.48rem; }
.error-page-eyebrow { margin:0 0 2px; color:#a87d1d; font-size:.73rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.error-page-code { margin:0; color:#dce8d9; font-family:var(--font-public-heading); font-size:clamp(4.4rem,13vw,7.3rem); font-weight:800; letter-spacing:-.08em; line-height:.95; }
.error-page-card--forbidden .error-page-icon { border-color:#edcec7; background:#fff4f1; color:#a85542; }
.error-page-card--forbidden .error-page-eyebrow { color:#9c5542; }
.error-page-card--forbidden .error-page-code { color:#f1e1dc; }
.error-page-card h1 { max-width:560px; margin:2px auto 14px; color:#244529; font-family:var(--font-public-heading); font-size:clamp(1.7rem,4vw,2.45rem); font-weight:700; line-height:1.32; }
.error-page-summary { max-width:530px; margin:0 auto; color:#61705e; font-size:1rem; line-height:1.8; }
[dir="rtl"] .error-page-eyebrow { letter-spacing:0; }
[dir="rtl"] .error-page-code { direction:ltr; font-family:var(--font-public-heading); font-size:clamp(4.4rem,13vw,7.3rem); font-weight:800; letter-spacing:-.08em; line-height:.95; text-align:center; unicode-bidi:embed; }
[dir="rtl"] .error-page-card h1 { font-family:var(--font-public-arabic); font-size:clamp(1.7rem,4vw,2.35rem); line-height:1.52; }
[dir="rtl"] .error-page-summary { font-family:var(--font-public-arabic); line-height:1.95; }
@media (max-width:767px) {
    .error-page { min-height:calc(100vh - 115px); padding:128px 0 58px; }
    .error-page-orb--one { top:68px; right:-140px; width:300px; height:300px; border-width:45px; }
    .error-page-orb--two { bottom:-125px; left:-118px; width:260px; height:260px; }
    .error-page-card { padding:39px 24px 42px; border-radius:14px; }
    .error-page-summary { font-size:.94rem; }
}
