/* ============================================================
   Modern multi-page shell — header, footer, inner pages, RTL
   Loaded after site.css. Reuses site.css tokens & components.
   ============================================================ */

/* Arabic typography */
body.lang-ar { font-family: 'IBM Plex Sans Arabic', 'Manrope', Arial, sans-serif; }
body.lang-ar h1, body.lang-ar h2, body.lang-ar h3 { letter-spacing: 0; }

/* ---- Shared sticky header ---- */
.naya-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(13, 24, 62, .86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.naya-header-inner {
  max-width: 1500px; margin: 0 auto;
  display: flex; align-items: center; gap: 1.5rem;
  padding: .9rem clamp(1.25rem, 5vw, 4rem);
}
.naya-header .brand img { height: 44px; width: auto; display: block; }
.naya-header .desktop-nav { display: flex; align-items: center; gap: 1.9rem; margin-inline-start: auto; }
.naya-header .desktop-nav > a, .nav-trigger { color: #d7e2f1; font-size: .82rem; font-weight: 600; letter-spacing: .02em; transition: color .2s ease; }
.naya-header .desktop-nav > a:hover, .nav-item:hover .nav-trigger { color: #fff; }

/* Services dropdown */
.nav-item { position: relative; }
.nav-trigger { display: inline-flex; align-items: center; gap: .35rem; cursor: pointer; }
.nav-trigger .caret { font-size: .7rem; transition: transform .2s ease; }
.nav-item:hover .nav-trigger .caret, .nav-item:focus-within .nav-trigger .caret { transform: rotate(180deg); }
.submenu {
  position: absolute; top: calc(100% + .9rem); inset-inline-start: 50%; transform: translateX(-50%) translateY(8px);
  width: min(540px, 90vw); padding: 1rem; z-index: 70;
  background: #101f47; border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
  box-shadow: 0 28px 60px rgba(0,0,0,.45);
  opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
[dir="rtl"] .submenu { transform: translateX(50%) translateY(8px); }
.submenu::before { content: ''; position: absolute; top: -1.1rem; inset-inline: 0; height: 1.1rem; }
.nav-item:hover .submenu, .nav-item:focus-within .submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
[dir="rtl"] .nav-item:hover .submenu, [dir="rtl"] .nav-item:focus-within .submenu { transform: translateX(50%) translateY(0); }
.submenu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem; }
.submenu-grid a { display: flex; gap: .7rem; align-items: flex-start; padding: .6rem .7rem; border-radius: 12px; transition: background .18s ease; }
.submenu-grid a:hover { background: rgba(255,255,255,.06); }
.submenu-icon { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(54,192,200,.14); color: #55d3da; }
.submenu-icon .naya-icon { width: 17px; height: 17px; }
.submenu-text { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.submenu-text strong { color: #eaf1fb; font-size: .82rem; font-weight: 640; line-height: 1.2; }
.submenu-text small { color: #8fa2bd; font-size: .7rem; line-height: 1.3; }
.submenu-all { display: inline-flex; align-items: center; gap: .5rem; margin-top: .6rem; padding: .6rem .7rem; color: #55d3da !important; font-size: .78rem; font-weight: 700; border-top: 1px solid rgba(255,255,255,.1); width: 100%; }

/* Mobile services submenu */
.m-sub summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: .7rem .6rem; color: #d7e2f1; font-size: .9rem; font-weight: 600; border-radius: 8px; }
.m-sub summary::-webkit-details-marker { display: none; }
.m-sub[open] summary i { transform: rotate(180deg); }
.m-sub summary i { transition: transform .2s ease; font-size: .75rem; }
.m-sub-links { display: flex; flex-direction: column; padding: .2rem 0 .4rem .6rem; }
[dir="rtl"] .m-sub-links { padding: .2rem .6rem .4rem 0; }
.m-sub-links a { padding: .5rem .6rem !important; color: #a8b8d0 !important; font-size: .84rem !important; }
.m-sub-links a:hover { color: #fff !important; }
.m-sub-all { color: #55d3da !important; font-weight: 700; }
.header-tools { display: flex; align-items: center; gap: 1.1rem; }
.lang-switch { display: flex; align-items: center; gap: .1rem; padding: .2rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; }
.lang-switch a { padding: .3rem .7rem; border-radius: 999px; color: #9fb2cc; font-size: .74rem; font-weight: 700; transition: color .2s ease, background .2s ease; }
.lang-switch a.is-active { background: #36c0c8; color: #0d183e; }
.header-cta { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1.15rem; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: .8rem; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.header-cta:hover { background: #36c0c8; color: #0d183e; border-color: #36c0c8; }
.header-cta span { color: #36c0c8; }
.header-cta:hover span { color: #0d183e; }

/* Mobile menu */
.mobile-menu { display: none; margin-inline-start: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: .5rem; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 24px; height: 2px; background: #fff; border-radius: 2px; }
.mobile-menu nav { position: absolute; inset-inline-end: 0; top: calc(100% + .6rem); min-width: 220px; display: flex; flex-direction: column; gap: .2rem; padding: 1rem; background: #101f47; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: 0 24px 50px rgba(0,0,0,.4); }
.mobile-menu nav a { padding: .7rem .6rem; color: #d7e2f1; font-size: .9rem; font-weight: 600; border-radius: 8px; }
.mobile-menu nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
.mobile-lang { display: flex; gap: .5rem; margin-top: .5rem; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.12); }
.mobile-lang a { flex: 1; text-align: center; padding: .5rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.mobile-lang a.is-active { background: #36c0c8; color: #0d183e; }

/* ---- Inner page hero ---- */
.page { overflow: hidden; }
.page-hero {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.5rem, 6vw, 6.75rem) clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(25,171,184,.22), transparent 24rem),
    radial-gradient(circle at 10% 90%, rgba(61,145,210,.2), transparent 26rem),
    var(--naya-deep);
}
.page-hero-inner { max-width: 900px; }
.page-hero-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 1.4rem; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: #55d3da; }
.page-hero-icon .naya-icon { width: 30px; height: 30px; }
.page-hero h1 { margin: .6rem 0; font-size: clamp(2.1rem, 5.4vw, 3.7rem); line-height: 1.03; letter-spacing: -.04em; font-weight: 600; }
.page-hero-tagline { color: #7fe0e6; font-size: 1.1rem; font-weight: 600; margin: 0 0 1.2rem; }
.page-hero-intro { max-width: 640px; color: #b7c7db; font-size: 1.02rem; line-height: 1.7; margin: 0 0 1.8rem; }
.breadcrumb { display: flex; gap: .6rem; align-items: center; margin-bottom: 1.6rem; color: #7f90ad; font-size: .78rem; }
.breadcrumb a:hover { color: #fff; }

/* ---- Service detail body ---- */
.service-body { padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.5rem, 6vw, 6.75rem); display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(2.5rem, 6vw, 6rem); }
.lead-paragraph { color: var(--naya-ink); font-size: 1.12rem; line-height: 1.7; margin: 0 0 1.3rem; }
.sector-tags { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; }
.sector-label { color: #64708a; font-size: .68rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; margin-inline-end: .5rem; }
.chip { padding: .45rem .9rem; border: 1px solid var(--naya-line); border-radius: 999px; background: #fff; color: var(--naya-ink); font-size: .8rem; font-weight: 600; }
.service-offerings { align-self: start; padding: 2rem; background: #fff; border: 1px solid var(--naya-line); border-radius: 20px; box-shadow: 0 18px 40px rgba(23,38,92,.06); }
.service-offerings ul { list-style: none; margin: 1.2rem 0 0; padding: 0; }
.service-offerings li { display: flex; gap: .7rem; padding: .85rem 0; border-bottom: 1px solid var(--naya-line); color: var(--naya-ink); font-size: .95rem; font-weight: 500; }
.service-offerings li:last-child { border-bottom: 0; }
.service-offerings li span { color: var(--naya-teal); font-weight: 800; }

/* ---- Services index grid ---- */
.services-grid-section { padding: clamp(3.5rem, 8vw, 6rem) clamp(1.5rem, 6vw, 6.75rem); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.1rem; }
.svc-card { position: relative; display: flex; flex-direction: column; gap: .5rem; padding: 1.8rem; background: #fff; border: 1px solid var(--naya-line); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(23,38,92,.12); border-color: #b9d7f0; }
.svc-card-no { color: #9fb0c6; font-size: .72rem; font-weight: 760; letter-spacing: .1em; }
.svc-card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin: .3rem 0 .5rem; border-radius: 13px; background: linear-gradient(135deg, #eaf5f6, #e2eefb); color: #148f9c; }
.svc-card-icon .naya-icon { width: 25px; height: 25px; }
.svc-card strong { color: var(--naya-ink); font-size: 1.12rem; letter-spacing: -.02em; }
.svc-card p { margin: 0; color: #64708a; font-size: .9rem; line-height: 1.55; }
.svc-card-go { position: absolute; top: 1.5rem; inset-inline-end: 1.5rem; color: var(--naya-teal); font-size: 1.05rem; opacity: 0; transition: opacity .2s ease; }
.svc-card:hover .svc-card-go { opacity: 1; }

/* ---- CTA band ---- */
.cta-band { padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6.75rem); background: linear-gradient(135deg, #17265c, #0e1a43); }
.cta-band-inner { max-width: 1500px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { margin: .4rem 0 0; font-size: clamp(1.6rem, 3.5vw, 2.6rem); line-height: 1.1; letter-spacing: -.03em; font-weight: 600; max-width: 620px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---- Related services ---- */
.related-services { padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 6vw, 6.75rem); }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.1rem; margin-top: 1.5rem; }
.related-card { position: relative; padding: 1.6rem; background: #fff; border: 1px solid var(--naya-line); border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(23,38,92,.1); }
.related-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: .8rem; border-radius: 12px; background: linear-gradient(135deg,#eaf5f6,#e2eefb); color: #148f9c; }
.related-icon .naya-icon { width: 23px; height: 23px; }
.related-card strong { display: block; color: var(--naya-ink); font-size: 1.05rem; margin-bottom: .3rem; }
.related-card p { margin: 0; color: #64708a; font-size: .86rem; line-height: 1.5; }
.related-go { position: absolute; top: 1.5rem; inset-inline-end: 1.5rem; color: var(--naya-teal); }

/* ---- About page ---- */
.about-story { padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.5rem, 6vw, 6.75rem); display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-stats .stat { padding: 1.5rem; background: #fff; border: 1px solid var(--naya-line); border-radius: 18px; }
.about-stats .stat strong { display: block; color: var(--naya-ink); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.about-stats .stat span { display: block; margin-top: .5rem; color: #64708a; font-size: .82rem; }
.vision-mission { padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6.75rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; background: var(--naya-deep); }
.vm-card { padding: 2.2rem; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.03); }
.vm-card p:not(.section-kicker) { margin: 1rem 0 0; color: #b7c7db; font-size: 1.02rem; line-height: 1.7; }

/* ---- Contact page ---- */
.contact-section { padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.5rem, 6vw, 6.75rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.contact-line { display: block; padding: 1.1rem 0; border-bottom: 1px solid var(--naya-line); }
.contact-line span { display: block; color: #64708a; font-size: .72rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .35rem; }
.contact-line strong { color: var(--naya-ink); font-size: 1.1rem; font-weight: 600; }
.contact-line:not(.static):hover strong { color: var(--naya-teal); }
.contact-socials { display: flex; gap: 1.2rem; margin-top: 1.4rem; }
.contact-socials a { color: var(--naya-ink); font-size: .82rem; font-weight: 700; }
.contact-socials a:hover { color: var(--naya-teal); }
.contact-form-wrap { padding: clamp(1.8rem, 3vw, 2.6rem); background: #fff; border: 1px solid var(--naya-line); border-radius: 24px; box-shadow: 0 20px 44px rgba(23,38,92,.08); }
.contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.contact-form label { display: flex; flex-direction: column; gap: .5rem; }
.contact-form label span { color: var(--naya-ink); font-size: .82rem; font-weight: 640; }
.contact-form input, .contact-form textarea { padding: .85rem 1rem; border: 1px solid var(--naya-line); border-radius: 12px; background: var(--naya-cloud); color: var(--naya-ink); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--naya-teal); background: #fff; }
.contact-form em { color: #c0392b; font-size: .76rem; font-style: normal; }
.contact-form .button { align-self: flex-start; margin-top: .4rem; }
.form-alert { padding: .9rem 1.1rem; margin-bottom: 1.4rem; background: #e6f7f2; border: 1px solid #9fdcc9; border-radius: 12px; color: #14795d; font-size: .9rem; font-weight: 600; }

/* ---- Footer ---- */
.naya-footer { background: #0a1330; color: #b7c7db; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6.75rem) 2rem; }
.footer-top { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand img { height: 46px; margin-bottom: 1rem; }
.footer-brand p { margin: 0 0 1.2rem; color: #8fa2bd; line-height: 1.6; max-width: 300px; }
.footer-socials { display: flex; gap: 1rem; }
.footer-socials a { color: #b7c7db; font-size: .82rem; font-weight: 700; }
.footer-socials a:hover { color: #36c0c8; }
.footer-col h4 { margin: 0 0 1.1rem; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.footer-col a, .footer-contact p { display: block; margin-bottom: .7rem; color: #8fa2bd; font-size: .9rem; line-height: 1.5; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1500px; margin: 1.6rem auto 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; color: #6d80a0; font-size: .78rem; }

/* ---- RTL adjustments ---- */
[dir="rtl"] .section-kicker::before { content: ' —'; }
[dir="rtl"] .service-offerings li span,
[dir="rtl"] .header-cta span,
[dir="rtl"] .related-go,
[dir="rtl"] .svc-card-go { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .breadcrumb { flex-direction: row-reverse; justify-content: flex-end; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .naya-header .desktop-nav, .header-tools .header-cta { display: none; }
  .naya-header .lang-switch { margin-inline-start: auto; }
  .mobile-menu { display: block; }
  .service-body, .about-story, .contact-section, .vision-mission { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; }
  .contact-form .form-row, .about-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   Courses catalog — index, cards, body sections, detail
   ============================================================ */
.courses-body { padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 6vw, 6.75rem); }

/* Body quick-filter chips */
.body-filter { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 3rem; }
.body-chip { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem .9rem .5rem .55rem; background: #fff; border: 1px solid var(--naya-line); border-radius: 999px; transition: border-color .2s ease, transform .2s ease; }
.body-chip:hover { border-color: #b9d7f0; transform: translateY(-2px); }
.body-chip img { height: 26px; width: auto; }
.body-chip span { color: var(--naya-ink); font-size: .82rem; font-weight: 700; }

/* Per-body section */
.body-section { padding-top: 1rem; margin-bottom: 3.5rem; scroll-margin-top: 90px; }
.body-heading { display: flex; align-items: center; gap: 1.2rem; padding-bottom: 1.4rem; margin-bottom: 1.8rem; border-bottom: 1px solid var(--naya-line); }
.body-heading-logo { flex: none; width: 74px; height: 74px; display: grid; place-items: center; padding: .7rem; background: #fff; border: 1px solid var(--naya-line); border-radius: 16px; }
.body-heading-logo img { max-width: 100%; max-height: 100%; }
.body-heading h2 { margin: 0 0 .35rem; color: var(--naya-ink); font-size: clamp(1.2rem, 2.6vw, 1.7rem); letter-spacing: -.02em; font-weight: 600; }
.body-heading p { margin: 0; color: #64708a; font-size: .92rem; line-height: 1.55; max-width: 640px; }

/* Course grid + card */
.courses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.3rem; }
.course-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--naya-line); border-radius: 20px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(23,38,92,.12); }
.course-cover { position: relative; display: grid; place-items: center; min-height: 158px; padding: 1.4rem; background: linear-gradient(135deg, var(--accent), #0d183e); overflow: hidden; }
.course-cover::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.16), transparent 60%); }
.course-cover img { max-width: 100%; max-height: 158px; object-fit: cover; }
.course-cover-code { position: relative; z-index: 1; color: #fff; font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 800; letter-spacing: .06em; opacity: .96; }
.course-cover-body { position: absolute; z-index: 2; bottom: .8rem; inset-inline-end: .8rem; width: 46px; height: 46px; display: grid; place-items: center; padding: .35rem; background: #fff; border-radius: 10px; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.course-cover-body img { max-width: 100%; max-height: 100%; }
.course-card-body { display: flex; flex-direction: column; gap: .55rem; padding: 1.4rem; }
.course-body-tag { align-self: flex-start; padding: .25rem .6rem; background: var(--naya-cloud); border: 1px solid var(--naya-line); border-radius: 999px; color: #148f9c; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.course-card-body h3 { margin: .1rem 0 0; font-size: 1.08rem; line-height: 1.25; letter-spacing: -.02em; }
.course-card-body h3 a { color: var(--naya-ink); }
.course-card-body h3 a:hover { color: var(--naya-teal); }
.course-card-body > p { margin: 0; color: #64708a; font-size: .9rem; line-height: 1.55; flex: 1; }
.course-card-actions { display: flex; align-items: center; gap: 1rem; margin-top: .6rem; }
.course-details-link { color: var(--naya-ink); font-size: .82rem; font-weight: 700; }
.course-details-link:hover { color: var(--naya-teal); }
.button-sm { padding: .6rem 1rem; font-size: .78rem; }
.button-block { display: flex; justify-content: center; width: 100%; margin-top: 1.4rem; }

/* Course detail hero body badge */
.course-hero-body { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; padding: .4rem .8rem .4rem .4rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; }
.course-hero-body img { height: 32px; width: auto; background: #fff; border-radius: 7px; padding: .2rem; }
.course-hero-body span { color: #d7e2f1; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }

/* Course request note on contact page */
.course-request-note { padding: .9rem 1.1rem; margin-bottom: 1.4rem; background: #eaf2fb; border: 1px solid #bcd7f0; border-radius: 12px; color: var(--naya-ink); font-size: .9rem; }
.course-request-note strong { color: #0b2f66; }

@media (max-width: 620px) {
  .body-heading { flex-direction: column; align-items: flex-start; gap: .9rem; }
}
