:root {
	--ns-navy: #123b52;
	--ns-navy-deep: #092c40;
	--ns-teal: #197d7a;
	--ns-teal-dark: #116562;
	--ns-teal-soft: #e5f5f2;
	--ns-mint: #a9ddd3;
	--ns-coral: #f47c67;
	--ns-coral-dark: #de6450;
	--ns-cream: #fbf8f2;
	--ns-sand: #f1ece2;
	--ns-white: #fff;
	--ns-text: #24414f;
	--ns-muted: #647984;
	--ns-line: #dce8e9;
	--ns-shadow: 0 24px 65px rgba(18, 59, 82, .12);
	--ns-shadow-sm: 0 12px 32px rgba(18, 59, 82, .09);
	--ns-radius: 24px;
}

.ns-shortcode-site .site-header,
.ns-shortcode-site footer.site-footer,
.ns-shortcode-site .entry-header,
.ns-shortcode-site .post-navigation,
.ns-shortcode-site .comments-area { display: none !important; }

.ns-shortcode-site .site-main,
.ns-shortcode-site .site-content,
.ns-shortcode-site #inner-wrap,
.ns-shortcode-site #primary,
.ns-shortcode-site .content-area,
.ns-shortcode-site .content-container,
.ns-shortcode-site .site-container,
.ns-shortcode-site .content-wrap,
.ns-shortcode-site article.entry,
.ns-shortcode-site .entry-content,
.ns-shortcode-site .entry-content-wrap {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ns-shortcode-site :where(.entry-content,.wp-block-post-content) > :where(.ns-site-header,.ns-section) {
	margin-block: 0 !important;
}
.ns-shortcode-site :where(.entry-content,.single-content,.wp-block-post-content) > p,
.ns-shortcode-site :where(.entry-content,.wp-block-post-content) > br { display: none !important; margin: 0 !important; }
.ns-shortcode-site :where(.entry-content,.wp-block-post-content) > p:has(> br:only-child) { display:none !important; margin:0 !important; }

.ns-shortcode-site { overflow-x: clip; }
.ns-shortcode-site .content-bg { background: transparent !important; }
.ns-shortcode-site :where(.ns-section, .ns-site-header) { font-family: "Tajawal", Arial, sans-serif; color: var(--ns-text); box-sizing: border-box; }
.ns-shortcode-site :where(.ns-section, .ns-site-header) *, .ns-shortcode-site :where(.ns-section, .ns-site-header) *::before, .ns-shortcode-site :where(.ns-section, .ns-site-header) *::after { box-sizing: border-box; }
.ns-shortcode-site .ns-section { width: 100vw; max-width: none; margin-right: calc(50% - 50vw) !important; margin-left: calc(50% - 50vw) !important; }
.ns-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; position: relative; z-index: 2; }
.ns-section h1, .ns-section h2, .ns-section h3, .ns-site-header strong { font-family: "Tajawal", Arial, sans-serif; color: var(--ns-navy); letter-spacing: -.025em; }
.ns-section p { color: var(--ns-muted); line-height: 1.9; }
.ns-section a, .ns-site-header a { text-decoration: none; }
.ns-icon { width: 22px; height: 22px; flex: 0 0 auto; }

.ns-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 24px;
	border: 1px solid transparent; border-radius: 14px; font-weight: 700; font-size: 15px; line-height: 1.2;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.ns-button:hover { transform: translateY(-2px); }
.ns-button .ns-icon { width: 18px; height: 18px; transform: scaleX(-1); }
.ns-button-sm { min-height: 44px; padding: 10px 18px; font-size: 14px; border-radius: 12px; }
.ns-button-primary { color: #fff !important; background: var(--ns-teal); box-shadow: 0 12px 28px rgba(25, 125, 122, .22); }
.ns-button-primary:hover { background: var(--ns-teal-dark); }
.ns-button-accent { color: #fff !important; background: var(--ns-coral); box-shadow: 0 12px 28px rgba(244, 124, 103, .25); }
.ns-button-accent:hover { background: var(--ns-coral-dark); }
.ns-button-outline { color: var(--ns-navy) !important; border-color: #bfd1d4; background: #fff; }
.ns-button-outline:hover { border-color: var(--ns-teal); color: var(--ns-teal) !important; }
.ns-button-ghost { color: #fff !important; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.ns-button-ghost:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.12); }
.ns-button-block { width: 100%; }

.ns-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--ns-teal); font-size: 14px; font-weight: 800; letter-spacing: .02em; }
.ns-eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 5px; background: currentColor; }
.ns-eyebrow .ns-icon { width: 17px; height: 17px; }
.ns-eyebrow:has(.ns-icon)::before { display: none; }
.ns-eyebrow-light { color: var(--ns-mint); }
.ns-heading { max-width: 680px; margin-bottom: 46px; }
.ns-heading h2 { margin: 11px 0 13px; font-size: clamp(30px, 4vw, 47px); line-height: 1.24; font-weight: 800; }
.ns-heading > p { margin: 0; max-width: 640px; font-size: 17px; }

/* Header */
.ns-site-header { position: relative; z-index: 999; width: 100vw; margin-inline: calc(50% - 50vw); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,59,82,.08); direction: rtl; }
.ns-site-header.ns-is-sticky { position: fixed; top: 0; inset-inline: 0; margin: 0; box-shadow: 0 10px 35px rgba(18,59,82,.1); animation: nsSlideDown .25s ease; }
body.admin-bar .ns-site-header.ns-is-sticky { top: 32px; }
@keyframes nsSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.ns-header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.ns-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ns-navy) !important; flex: 0 0 auto; }
.ns-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.ns-brand strong { font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.ns-brand small { color: var(--ns-teal); margin-top: 5px; font-size: 11px; font-weight: 700; }
.ns-brand-logo { display: block; width: auto; max-width: 190px; height: 52px; object-fit: contain; }
.ns-brand-mark { position: relative; display: block; width: 42px; height: 42px; border-radius: 15px 15px 15px 5px; background: var(--ns-teal-soft); transform: rotate(-4deg); }
.ns-brand-mark i, .ns-brand-mark b { position: absolute; display: block; background: var(--ns-teal); border-radius: 10px; }
.ns-brand-mark i { width: 8px; height: 26px; top: 8px; right: 17px; }
.ns-brand-mark b { width: 26px; height: 8px; top: 17px; right: 8px; }
.ns-brand-mark::after { content: ""; position: absolute; width: 8px; height: 8px; background: var(--ns-coral); border: 3px solid #fff; border-radius: 50%; top: 3px; right: 4px; }
.ns-primary-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-inline: auto; }
.ns-primary-nav a { position: relative; color: var(--ns-text); font-size: 14px; font-weight: 700; padding-block: 28px; white-space: nowrap; }
.ns-primary-nav a::after { content: ""; position: absolute; right: 0; left: 0; bottom: 20px; height: 2px; border-radius: 2px; background: var(--ns-coral); transform: scaleX(0); transition: transform .2s; }
.ns-primary-nav a:hover, .ns-primary-nav a[aria-current="page"] { color: var(--ns-teal); }
.ns-primary-nav a:hover::after, .ns-primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.ns-header-cta { background: var(--ns-teal); color: #fff !important; }
.ns-menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; border-radius: 11px; background: var(--ns-teal-soft); cursor: pointer; }
.ns-menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ns-navy); border-radius: 2px; transition: .2s; }
.ns-menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ns-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ns-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ns-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.ns-hero { position:relative; display:flex; align-items:center; min-height:calc(100vh - var(--ns-header-height,92px)); min-height:calc(100svh - var(--ns-header-height,92px)); overflow:hidden; padding:clamp(58px,7vh,94px) 0; background:linear-gradient(135deg,var(--ns-navy-deep),#155569 65%,#176f70); }
.ns-hero::after { content: ""; position: absolute; right: -10%; bottom: -150px; width: 720px; height: 340px; border: 1px solid rgba(169,221,211,.15); border-radius: 50%; transform: rotate(-10deg); }
.ns-hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .2; }
.ns-orb-one { width: 350px; height: 350px; top: -180px; right: 20%; background: var(--ns-teal); }
.ns-orb-two { width: 280px; height: 280px; bottom: -140px; left: 3%; background: var(--ns-coral); }
.ns-hero-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px; align-items: center; }
.ns-hero-copy h1 { color: #fff; margin: 16px 0 20px; max-width: 690px; font-size: clamp(42px, 5.5vw, 70px); font-weight: 800; line-height: 1.15; }
.ns-hero-lead { max-width: 670px; margin: 0 0 30px; color: rgba(255,255,255,.78) !important; font-size: 18px; line-height: 1.9 !important; }
.ns-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.ns-hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 29px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 600; }
.ns-hero-points span { display: inline-flex; align-items: center; gap: 5px; }
.ns-hero-points .ns-icon { width: 16px; height: 16px; color: var(--ns-mint); }
.ns-hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.ns-visual-card { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.97); box-shadow: 0 34px 85px rgba(0,22,34,.3); }
.ns-visual-main { position: relative; width: min(430px, 88%); padding: 22px; border-radius: 30px; transform: rotate(-2deg); }
.ns-visual-top { display: flex; align-items: center; justify-content: space-between; color: var(--ns-navy); font-size: 14px; font-weight: 800; }
.ns-status { display: inline-flex; align-items: center; gap: 6px; color: var(--ns-teal); font-size: 11px; padding: 7px 9px; border-radius: 20px; background: var(--ns-teal-soft); }
.ns-status i { width: 7px; height: 7px; border-radius: 50%; background: #4bb782; box-shadow: 0 0 0 4px rgba(75,183,130,.14); }
.ns-progress-figure { position: relative; height: 260px; margin: 18px 0; display: grid; place-items: center; border-radius: 22px; overflow: hidden; background: linear-gradient(145deg, #eef8f5, #f8f4eb); }
.ns-progress-figure::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px dashed #b6d7d1; border-radius: 50%; }
.ns-progress-rings i { position: absolute; border: 1px solid rgba(25,125,122,.18); border-radius: 50%; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.ns-progress-rings i:nth-child(1) { width: 140px; height: 140px; }
.ns-progress-rings i:nth-child(2) { width: 190px; height: 190px; }
.ns-progress-rings i:nth-child(3) { width: 240px; height: 240px; }
.ns-child-figure { position: relative; z-index: 2; width: 94px; height: 172px; }
.ns-child-figure span { position: absolute; top: 0; right: 31px; width: 34px; height: 34px; border-radius: 50%; background: var(--ns-coral); box-shadow: inset -8px -4px 0 rgba(0,0,0,.06); }
.ns-child-figure::before { content: ""; position: absolute; top: 35px; right: 26px; width: 43px; height: 69px; border-radius: 22px 22px 14px 14px; background: var(--ns-teal); transform: rotate(-4deg); }
.ns-child-figure i, .ns-child-figure b { position: absolute; display: block; width: 17px; border-radius: 12px; transform-origin: top center; }
.ns-child-figure i { top: 47px; height: 60px; background: var(--ns-teal); }
.ns-child-figure i:nth-of-type(1) { right: 18px; transform: rotate(35deg); }
.ns-child-figure i:nth-of-type(2) { right: 59px; transform: rotate(-42deg); }
.ns-child-figure b { top: 94px; height: 75px; background: var(--ns-navy); }
.ns-child-figure b:nth-of-type(1) { right: 28px; transform: rotate(11deg); }
.ns-child-figure b:nth-of-type(2) { right: 51px; transform: rotate(-17deg); }
.ns-progress-copy { display: flex; flex-direction: column; text-align: right; }
.ns-progress-copy strong { color: var(--ns-navy); font-size: 16px; }
.ns-progress-copy small { color: var(--ns-muted); margin-top: 3px; font-size: 12px; }
.ns-float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 185px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: var(--ns-shadow-sm); }
.ns-float-card > .ns-icon { width: 34px; height: 34px; padding: 7px; border-radius: 10px; color: var(--ns-teal); background: var(--ns-teal-soft); }
.ns-float-card span { display: flex; flex-direction: column; }
.ns-float-card strong { color: var(--ns-navy); font-size: 13px; }
.ns-float-card small { color: var(--ns-muted); font-size: 10px; }
.ns-float-assess { top: 72px; right: -18px; transform: rotate(2deg); }
.ns-float-family { bottom: 60px; left: -22px; transform: rotate(3deg); }

/* Inner hero and trust */
.ns-page-hero { position:relative; display:flex; align-items:center; min-height:calc(100vh - var(--ns-header-height,92px)); min-height:calc(100svh - var(--ns-header-height,92px)); overflow:hidden; padding:clamp(58px,7vh,94px) 0; text-align:right; background:linear-gradient(135deg,var(--ns-navy-deep),#145767); }
.ns-page-hero::before, .ns-page-hero-shape { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.ns-page-hero::before { width: 440px; height: 440px; top: -300px; right: -60px; }
.ns-page-hero-shape { width: 560px; height: 280px; left: -150px; bottom: -200px; }
.ns-page-hero-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(40px,6vw,88px); align-items:center; }
.ns-page-hero-copy { min-width:0; }
.ns-page-hero h1 { max-width:680px; margin:16px 0 18px; color:#fff; font-size:clamp(40px,5vw,64px); line-height:1.18; }
.ns-page-hero p { max-width:620px; margin:0; color:rgba(255,255,255,.76); font-size:18px; }
.ns-page-hero .ns-actions { margin-top:30px; }
.ns-page-hero-media { position:relative; min-width:0; min-height:clamp(390px,58vh,580px); }
.ns-page-hero-frame { position:absolute; inset:0; display:grid; place-items:center; overflow:hidden; border:1px solid rgba(255,255,255,.19); border-radius:34px 34px 90px 34px; background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035)); box-shadow:0 35px 90px rgba(0,0,0,.32); isolation:isolate; }
.ns-page-hero-frame::after { content:""; position:absolute; inset:18px; z-index:2; border:1px solid rgba(255,255,255,.13); border-radius:24px 24px 72px 24px; pointer-events:none; }
.ns-page-hero-image { position:absolute; inset:0; z-index:1; width:100%; height:100%; object-fit:cover; }
.ns-page-hero-motion-primary { object-fit:contain; padding:24px; background:rgba(255,255,255,.96); }
.ns-page-hero-brand { position:relative; z-index:1; width:min(56%,290px); max-height:68%; object-fit:contain; padding:24px; border-radius:30px; background:rgba(255,255,255,.96); filter:drop-shadow(0 24px 35px rgba(0,0,0,.22)); }
.ns-page-hero-motion { position:absolute; z-index:4; left:22px; bottom:22px; width:126px; height:126px; padding:8px; border:3px solid rgba(255,255,255,.9); border-radius:25px; object-fit:contain; background:#fff; box-shadow:0 18px 40px rgba(0,0,0,.3); }
.ns-page-hero-glow { position:absolute; z-index:3; right:-55px; top:-55px; width:180px; height:180px; border-radius:50%; background:rgba(245,200,66,.24); filter:blur(2px); pointer-events:none; }
.ns-trust { padding: 0; background: #fff; }
.ns-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); transform: translateY(-1px); border-inline: 1px solid var(--ns-line); }
.ns-trust-item { display: flex; align-items: center; gap: 13px; padding: 28px 20px; border-inline-start: 1px solid var(--ns-line); }
.ns-trust-item:first-child { border-inline-start: 0; }
.ns-icon-box { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border-radius: 13px; color: var(--ns-teal); background: var(--ns-teal-soft); }
.ns-icon-box .ns-icon { width: 23px; height: 23px; }
.ns-icon-box-lg { width: 56px; height: 56px; border-radius: 17px; }
.ns-trust-item div { display: flex; flex-direction: column; }
.ns-trust-item strong { color: var(--ns-navy); font-size: 14px; }
.ns-trust-item small { color: var(--ns-muted); margin-top: 3px; font-size: 11px; line-height: 1.5; }

/* Cards and content sections */
.ns-services { padding: 105px 0; background: var(--ns-cream); }
.ns-services .ns-heading, .ns-values .ns-heading, .ns-testimonials .ns-heading { margin-inline: auto; text-align: center; }
.ns-services .ns-heading p, .ns-values .ns-heading p, .ns-testimonials .ns-heading p { margin-inline: auto; }
.ns-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ns-service-card { display: flex; flex-direction: column; min-height: 305px; padding: 27px; border: 1px solid transparent; border-radius: var(--ns-radius); background: #fff; box-shadow: 0 7px 0 rgba(18,59,82,.015); transition: transform .25s, box-shadow .25s, border-color .25s; }
.ns-service-card:hover { transform: translateY(-6px); border-color: #d9e9e8; box-shadow: var(--ns-shadow-sm); }
.ns-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.ns-tag { padding: 6px 9px; border-radius: 20px; color: var(--ns-teal); background: #f0f8f6; font-size: 11px; font-weight: 700; }
.ns-service-card h3 { margin: 23px 0 9px; font-size: 21px; }
.ns-service-card p { margin: 0 0 20px; font-size: 14px; line-height: 1.8; }
.ns-service-card > a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--ns-teal); font-size: 13px; font-weight: 800; }
.ns-service-card > a .ns-icon { width: 15px; height: 15px; transform: scaleX(-1); }
.ns-service-card h3 a { color: inherit; }
.ns-service-card-has-media { padding: 0 0 25px; overflow: hidden; }
.ns-service-card-has-media .ns-card-media { display: block; height: 190px; overflow: hidden; margin-bottom: 0; }
.ns-service-card-has-media .ns-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.ns-service-card-has-media:hover .ns-card-media img { transform: scale(1.035); }
.ns-service-card-has-media .ns-card-top, .ns-service-card-has-media h3, .ns-service-card-has-media p, .ns-service-card-has-media > a:last-child { margin-inline: 25px; }
.ns-service-card-has-media .ns-card-top { margin-top: -26px; position: relative; z-index: 2; align-items: flex-end; }
.ns-service-card-has-media .ns-icon-box { border: 5px solid #fff; box-sizing: content-box; }
.ns-center-action { margin-top: 38px; text-align: center; }
.ns-programs { padding: 105px 0; background: #fff; }
.ns-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ns-program-card { position: relative; overflow: hidden; padding: 32px; border: 1px solid var(--ns-line); border-radius: var(--ns-radius); background: #fff; }
.ns-program-card::after { content: ""; position: absolute; width: 100px; height: 100px; top: -50px; left: -50px; border-radius: 50%; background: var(--ns-teal-soft); }
.ns-program-number { color: var(--ns-coral); font-size: 13px; font-weight: 800; }
.ns-program-card h3 { margin: 16px 0 10px; font-size: 24px; }
.ns-program-card p { min-height: 80px; margin: 0 0 20px; font-size: 14px; }
.ns-program-card small { display: flex; align-items: flex-start; gap: 7px; padding-top: 17px; border-top: 1px solid var(--ns-line); color: var(--ns-teal); font-weight: 700; line-height: 1.6; }
.ns-program-card small .ns-icon { width: 17px; height: 17px; margin-top: 2px; }

/* Journey */
.ns-journey { padding: 105px 0; background: #fff; }
.ns-journey .ns-heading { margin-inline: auto; text-align: center; }
.ns-journey .ns-heading p { margin-inline: auto; }
.ns-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ns-timeline::before { content: ""; position: absolute; top: 35px; right: 10%; left: 10%; border-top: 2px dashed #c4ddda; }
.ns-step { position: relative; z-index: 2; text-align: center; }
.ns-step-icon { position: relative; display: inline-grid; place-items: center; width: 72px; height: 72px; border: 7px solid #fff; border-radius: 50%; color: var(--ns-teal); background: var(--ns-teal-soft); box-shadow: 0 0 0 1px #d7e9e7; }
.ns-step-icon .ns-icon { width: 25px; height: 25px; }
.ns-step-icon i { position: absolute; top: -15px; left: -13px; display: grid; place-items: center; width: 27px; height: 27px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--ns-coral); font-size: 9px; font-style: normal; font-weight: 800; }
.ns-step h3 { margin: 19px 0 7px; font-size: 18px; }
.ns-step p { margin: 0; font-size: 13px; line-height: 1.75; }

/* International */
.ns-international { padding: 110px 0; overflow: hidden; background: linear-gradient(145deg, #eef8f6, #fbf8f2); }
.ns-international-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.ns-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 28px; margin-bottom: 34px; }
.ns-feature { display: flex; align-items: flex-start; gap: 12px; }
.ns-feature > span { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 11px; color: var(--ns-teal); background: #fff; box-shadow: 0 7px 18px rgba(18,59,82,.06); }
.ns-feature > span .ns-icon { width: 20px; height: 20px; }
.ns-feature strong { color: var(--ns-navy); font-size: 14px; }
.ns-feature p { margin: 3px 0 0; font-size: 12px; line-height: 1.7; }
.ns-travel-card { position: relative; overflow: hidden; border-radius: 30px; background: var(--ns-navy); box-shadow: var(--ns-shadow); }
.ns-travel-map { position: relative; height: 250px; overflow: hidden; background: radial-gradient(circle at 30% 30%, #297586, transparent 32%), linear-gradient(145deg,#113c53,#092c40); }
.ns-travel-map::before, .ns-travel-map::after { content: ""; position: absolute; border: 1px solid rgba(169,221,211,.13); border-radius: 50%; }
.ns-travel-map::before { width: 310px; height: 160px; right: -70px; top: 30px; transform: rotate(-10deg); }
.ns-travel-map::after { width: 230px; height: 110px; left: -70px; bottom: 5px; }
.ns-map-dot { position: absolute; z-index: 2; width: 13px; height: 13px; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--ns-coral); box-shadow: 0 0 0 7px rgba(244,124,103,.15); }
.ns-map-gulf { top: 70px; right: 105px; }
.ns-map-cairo { bottom: 55px; left: 95px; }
.ns-map-line { position: absolute; top: 114px; right: 115px; width: 235px; height: 80px; border-top: 2px dashed rgba(169,221,211,.7); border-radius: 50%; transform: rotate(15deg); }
.ns-travel-map > .ns-icon { position: absolute; z-index: 3; width: 31px; height: 31px; top: 105px; left: 48%; color: var(--ns-mint); transform: rotate(-32deg); }
.ns-travel-map b { position: absolute; left: 66px; bottom: 23px; color: #fff; font-size: 12px; }
.ns-travel-content { padding: 30px; }
.ns-travel-content h3 { color: #fff; margin: 10px 0 8px; font-size: 25px; }
.ns-travel-content p { color: rgba(255,255,255,.7); margin: 0 0 21px; font-size: 13px; }

/* About and values */
.ns-about { padding: 110px 0; background: #fff; }
.ns-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.ns-about-art { position: relative; min-height: 475px; }
.ns-about-shape { position: absolute; inset: 0 50px 30px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 44% 44% 18% 44%; color: #fff; background: linear-gradient(150deg, var(--ns-teal), var(--ns-navy)); transform: rotate(3deg); }
.ns-about-shape::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.19); border-radius: inherit; }
.ns-about-shape > span { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 20px; border-radius: 50%; background: rgba(255,255,255,.12); }
.ns-about-shape > span .ns-icon { width: 36px; height: 36px; color: var(--ns-coral); fill: rgba(244,124,103,.18); }
.ns-about-shape > strong { color: #fff; font-size: 32px; line-height: 1.4; text-align: center; }
.ns-about-note { position: absolute; z-index: 2; left: 0; bottom: 0; display: flex; align-items: center; gap: 11px; padding: 17px 19px; border-radius: 16px; background: #fff; box-shadow: var(--ns-shadow); }
.ns-about-note > .ns-icon { width: 35px; height: 35px; padding: 7px; border-radius: 10px; color: var(--ns-teal); background: var(--ns-teal-soft); }
.ns-about-note span { display: flex; flex-direction: column; }
.ns-about-note strong { color: var(--ns-navy); font-size: 13px; }
.ns-about-note small { color: var(--ns-muted); font-size: 10px; }
.ns-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 26px; }
.ns-check-list span { display: flex; align-items: center; gap: 7px; color: var(--ns-navy); font-size: 14px; font-weight: 700; }
.ns-check-list .ns-icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; color: #fff; background: var(--ns-teal); }
.ns-disclaimer { margin-top: 25px; padding: 13px 16px; border-right: 3px solid var(--ns-coral); background: var(--ns-cream); font-size: 12px !important; }
.ns-values { padding: 105px 0; background: var(--ns-cream); }
.ns-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ns-values-grid article { padding: 27px; border-radius: var(--ns-radius); background: #fff; }
.ns-values-grid article:nth-child(even) .ns-icon-box { color: var(--ns-coral); background: #fff0ed; }
.ns-values-grid h3 { margin: 20px 0 8px; font-size: 19px; }
.ns-values-grid p { margin: 0; font-size: 13px; line-height: 1.75; }

/* Method and testimonials */
.ns-method { padding: 105px 0; background: #fff; }
.ns-method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.ns-method-flow { position: relative; }
.ns-method-flow::before { content: ""; position: absolute; top: 40px; bottom: 40px; right: 28px; border-right: 2px dashed #bcd9d5; }
.ns-method-flow > div { position: relative; z-index: 2; display: flex; align-items: center; gap: 19px; margin: 17px 0; padding: 20px; border: 1px solid var(--ns-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(18,59,82,.05); }
.ns-method-flow i { display: grid; place-items: center; width: 58px; height: 58px; flex: 0 0 auto; border: 6px solid #fff; border-radius: 50%; color: #fff; background: var(--ns-teal); box-shadow: 0 0 0 1px #cee1df; font-size: 12px; font-style: normal; font-weight: 800; }
.ns-method-flow span { display: flex; flex-direction: column; }
.ns-method-flow strong { color: var(--ns-navy); }
.ns-method-flow small { margin-top: 4px; color: var(--ns-muted); }
.ns-testimonials { padding: 105px 0; background: var(--ns-navy-deep); }
.ns-testimonials .ns-heading h2 { color: #fff; }
.ns-testimonials .ns-heading p { color: rgba(255,255,255,.65); }
.ns-quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.ns-quote-grid blockquote { position: relative; margin: 0; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--ns-radius); background: rgba(255,255,255,.055); }
.ns-testimonial-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--ns-radius); background: rgba(255,255,255,.055); }
.ns-testimonial-copy { position: relative; padding: 27px; }
.ns-testimonial-copy > p { position: relative; min-height: 115px; margin: 10px 0 22px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.9; }
.ns-testimonial-copy footer { display: flex; align-items: center; gap: 11px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.ns-testimonial-copy cite { display: flex; flex-direction: column; font-style: normal; }
.ns-testimonial-copy cite strong { color: #fff; font-size: 13px; }
.ns-testimonial-copy cite small { color: rgba(255,255,255,.5); margin-top: 3px; font-size: 10px; }
.ns-testimonial-media { display: block; height: 220px; overflow: hidden; background: #061f2d; }
.ns-testimonial-media img { width: 100%; height: 100%; object-fit: cover; }
.ns-video-embed { position: relative; height: 220px; }
.ns-video-embed iframe { display: block; width: 100% !important; height: 100% !important; border: 0; }
.ns-video-embed > a { display: flex; align-items: center; justify-content: center; gap: 8px; height: 100%; color: #fff; }
.ns-quote-mark { position: absolute; top: 8px; left: 20px; color: var(--ns-coral); font: 70px Georgia, serif; opacity: .75; }
.ns-quote-grid blockquote > p { position: relative; min-height: 135px; margin: 12px 0 22px; color: rgba(255,255,255,.82); font-size: 14px; }
.ns-quote-grid blockquote footer { display: flex; align-items: center; gap: 11px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.ns-avatar { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--ns-coral); background: rgba(244,124,103,.13); }
.ns-avatar .ns-icon { width: 20px; height: 20px; }
.ns-quote-grid cite { display: flex; flex-direction: column; font-style: normal; }
.ns-quote-grid cite strong { color: #fff; font-size: 13px; }
.ns-quote-grid cite small { color: rgba(255,255,255,.5); margin-top: 3px; font-size: 10px; }

/* FAQ */
.ns-faq { padding: 105px 0; background: var(--ns-cream); }
.ns-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.ns-faq-layout .ns-heading { margin-bottom: 20px; }
.ns-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ns-teal) !important; font-size: 14px; font-weight: 800; }
.ns-text-link .ns-icon { width: 16px; height: 16px; transform: scaleX(-1); }
.ns-accordion { border-top: 1px solid #cfddde; }
.ns-faq-item { border-bottom: 1px solid #cfddde; }
.ns-faq-item h3 { margin: 0; }
.ns-faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--ns-navy); background: transparent; text-align: right; font: 700 16px "Tajawal", sans-serif; cursor: pointer; }
.ns-faq-item button i { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: #fff; }
.ns-faq-item button i::before, .ns-faq-item button i::after { content: ""; position: absolute; top: 13px; right: 8px; width: 12px; height: 2px; background: var(--ns-teal); transition: transform .2s; }
.ns-faq-item button i::after { transform: rotate(90deg); }
.ns-faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.ns-faq-answer p { margin: -5px 0 22px; padding-left: 40px; font-size: 14px; }

/* Contact */
.ns-contact { padding: 105px 0; background: linear-gradient(145deg, #f1f8f6, var(--ns-cream)); }
.ns-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.ns-contact-list { display: grid; gap: 13px; margin: 28px 0; }
.ns-contact-list > a, .ns-contact-list > div { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border-radius: 14px; color: inherit; background: rgba(255,255,255,.7); }
.ns-contact-list > a > span, .ns-contact-list > div > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; color: var(--ns-teal); background: var(--ns-teal-soft); }
.ns-contact-list .ns-icon { width: 20px; height: 20px; }
.ns-contact-list > * > div { display: flex; flex-direction: column; }
.ns-contact-list small { color: var(--ns-muted); font-size: 10px; }
.ns-contact-list strong { color: var(--ns-navy); font-size: 13px; overflow-wrap: anywhere; }
.ns-button-whatsapp { color: #fff !important; background: #1eaa61; }
.ns-form-card { padding: 38px; border-radius: 28px; background: #fff; box-shadow: var(--ns-shadow); }
.ns-form-card h2 { margin: 0 0 7px; font-size: 29px; }
.ns-form-card > p { margin: 0 0 25px; font-size: 12px; }
.ns-contact-form { display: grid; gap: 17px; }
.ns-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.ns-contact-form label { display: grid; gap: 7px; color: var(--ns-navy); font-size: 12px; font-weight: 700; }
.ns-contact-form input:not([type="checkbox"]), .ns-contact-form select, .ns-contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfddde; border-radius: 11px; outline: 0; color: var(--ns-text); background: #fbfdfd; font: 500 14px "Tajawal", sans-serif; transition: border-color .2s, box-shadow .2s; }
.ns-contact-form textarea { resize: vertical; }
.ns-contact-form input:focus, .ns-contact-form select:focus, .ns-contact-form textarea:focus { border-color: var(--ns-teal); box-shadow: 0 0 0 3px rgba(25,125,122,.1); }
.ns-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px !important; color: var(--ns-muted) !important; font-weight: 500 !important; line-height: 1.6; }
.ns-consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--ns-teal); }
.ns-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.ns-form-notice { margin-bottom: 20px; padding: 12px 15px; border-radius: 10px; font-size: 13px; font-weight: 700; }
.ns-success { color: #146640; background: #e4f7ec; }
.ns-error { color: #9c382c; background: #fff0ed; }

/* CTA and footer */
.ns-cta { padding: 80px 0; background: #fff; }
.ns-cta-box { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; padding: 58px 65px; border-radius: 32px; background: linear-gradient(135deg, var(--ns-navy), var(--ns-teal)); box-shadow: var(--ns-shadow); }
.ns-cta-box::after { content: ""; position: absolute; width: 310px; height: 310px; left: -140px; bottom: -220px; border: 50px solid rgba(255,255,255,.05); border-radius: 50%; }
.ns-cta-box h2 { color: #fff; margin: 12px 0 8px; font-size: clamp(29px, 4vw, 42px); }
.ns-cta-box p { margin: 0; max-width: 650px; color: rgba(255,255,255,.72); }
.ns-cta-actions { position: relative; z-index: 2; display: grid; gap: 14px; }
.ns-cta-phone { display: flex; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.8) !important; }
.ns-cta-phone .ns-icon { width: 22px; height: 22px; }
.ns-cta-phone span { display: flex; flex-direction: column; }
.ns-cta-phone small { font-size: 10px; }
.ns-cta-phone strong { color: #fff; font-size: 13px; }
.ns-site-footer { padding: 76px 0 22px; background: var(--ns-navy-deep); }
.ns-footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .9fr 1.05fr; gap: 60px; }
.ns-brand-footer strong { color: #fff; }
.ns-brand-footer small { color: var(--ns-mint); }
.ns-brand-footer .ns-brand-logo { max-width: 210px; height: 64px; object-position: right center; }
.ns-footer-brand > p { max-width: 310px; margin: 20px 0; color: rgba(255,255,255,.55); font-size: 13px; }
.ns-site-footer h3 { color: #fff; margin: 4px 0 20px; font-size: 16px; }
.ns-site-footer .ns-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.ns-site-footer .ns-footer-grid > div:not(:first-child) > a:not(.ns-footer-contact) { margin: 0 0 11px; color: rgba(255,255,255,.58); font-size: 13px; }
.ns-site-footer .ns-footer-grid > div:not(:first-child) > a:hover { color: var(--ns-mint); }
.ns-socials { display: flex; gap: 8px; }
.ns-socials a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff !important; background: rgba(255,255,255,.08); font: 700 12px Arial; }
.ns-footer-contact { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px; margin: 0 0 13px !important; color: rgba(255,255,255,.58) !important; font-size: 12px; line-height: 1.7; }
.ns-footer-contact .ns-icon { width: 17px; height: 17px; margin-top: 2px; color: var(--ns-mint); }
.ns-footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 10px; }
.ns-footer-bottom a { color: var(--ns-mint) !important; }

/* Blog cards */
.ns-blog { padding: 105px 0; background: #fff; }
.ns-blog .ns-heading { margin-inline: auto; text-align: center; }
.ns-blog .ns-heading p { margin-inline: auto; }
.ns-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.ns-blog-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--ns-line); border-radius: var(--ns-radius); background: #fff; box-shadow: 0 9px 28px rgba(18,59,82,.06); transition: transform .25s ease, box-shadow .25s ease; }
.ns-blog-card:hover { transform: translateY(-5px); box-shadow: var(--ns-shadow-sm); }
.ns-blog-media { display: grid; place-items: center; height: 220px; overflow: hidden; color: var(--ns-teal); background: linear-gradient(145deg, var(--ns-teal-soft), var(--ns-cream)); }
.ns-blog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ns-blog-card:hover .ns-blog-media img { transform: scale(1.04); }
.ns-blog-media > span { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: rgba(255,255,255,.75); }
.ns-blog-media .ns-icon { width: 30px; height: 30px; }
.ns-blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.ns-blog-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ns-muted); font-size: 11px; }
.ns-blog-meta span { color: var(--ns-teal); font-weight: 800; }
.ns-blog-card h3 { margin: 13px 0 9px; font-size: 21px; line-height: 1.45; }
.ns-blog-card h3 a { color: inherit; }
.ns-blog-card p { margin: 0 0 18px; font-size: 13px; line-height: 1.8; }
.ns-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--ns-teal) !important; font-size: 13px; font-weight: 800; }
.ns-read-more .ns-icon { width: 15px; height: 15px; transform: scaleX(-1); }
.ns-empty-state { grid-column: 1 / -1; padding: 55px 20px; border: 1px dashed #c8dcdd; border-radius: var(--ns-radius); text-align: center; background: var(--ns-cream); }
.ns-empty-state > .ns-icon { width: 42px; height: 42px; color: var(--ns-teal); }
.ns-empty-state h3 { margin: 13px 0 4px; }
.ns-empty-state p { margin: 0; }

/* Service, story and article detail templates */
.ns-content-hero, .ns-post-hero { display:flex; align-items:center; min-height:calc(100vh - var(--ns-header-height,92px)); min-height:calc(100svh - var(--ns-header-height,92px)); padding:clamp(58px,7vh,90px) 0; background:linear-gradient(135deg,var(--ns-navy-deep),var(--ns-navy)); }
.ns-content-hero .ns-container, .ns-post-hero .ns-container { max-width:1180px; }
.ns-content-hero h1, .ns-post-hero h1 { max-width: 900px; margin: 18px 0 13px; color: #fff; font-size: clamp(38px, 5vw, 61px); line-height: 1.2; }
.ns-content-hero .ns-page-hero-copy > p, .ns-post-hero .ns-page-hero-copy > p { max-width:620px; margin:0; color:rgba(255,255,255,.72); font-size:18px; }
.ns-content-hero .ns-tag { display: inline-block; margin-top: 25px; color: var(--ns-mint); background: rgba(255,255,255,.09); }
.ns-content-hero .ns-actions { margin-top:28px; }
.ns-story-single { min-height:calc(100vh - var(--ns-header-height,92px)); min-height:calc(100svh - var(--ns-header-height,92px)); }
.ns-back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ns-mint) !important; font-size: 13px; font-weight: 700; }
.ns-back-link .ns-icon { width: 16px; height: 16px; }
.ns-single-content { padding: 80px 0 100px; background: var(--ns-cream); }
.ns-single-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); gap: 45px; align-items: start; }
.ns-article-body { overflow: hidden; border-radius: 26px; background: #fff; box-shadow: var(--ns-shadow-sm); }
.ns-single-cover { display: block; width: 100%; max-height: 490px; object-fit: cover; }
.ns-prose { padding: 38px 43px; color: var(--ns-text); font-size: 16px; line-height: 2; }
.ns-prose > *:first-child { margin-top: 0; }
.ns-prose > *:last-child { margin-bottom: 0; }
.ns-prose h2, .ns-prose h3 { margin: 34px 0 10px; color: var(--ns-navy); line-height: 1.4; }
.ns-prose h2 { font-size: 28px; }
.ns-prose h3 { font-size: 22px; }
.ns-prose p, .ns-prose li { color: #425e69; }
.ns-prose a { color: var(--ns-teal); text-decoration: underline; }
.ns-prose img { max-width: 100%; height: auto; border-radius: 16px; }
.ns-prose blockquote { margin: 28px 0; padding: 18px 22px; border-right: 4px solid var(--ns-coral); border-radius: 10px; background: var(--ns-cream); }
.ns-single-aside { position: sticky; top: 110px; display: grid; gap: 15px; }
.ns-aside-card { padding: 28px; border-radius: 22px; background: #fff; box-shadow: var(--ns-shadow-sm); }
.ns-aside-card h2 { margin: 18px 0 8px; font-size: 22px; }
.ns-aside-card p { font-size: 13px; }
.ns-aside-note { display: flex; align-items: flex-start; gap: 9px; padding: 16px; border-radius: 14px; color: var(--ns-muted); background: #e9f4f2; font-size: 12px; line-height: 1.7; }
.ns-aside-note .ns-icon { width: 19px; height: 19px; color: var(--ns-teal); }
.ns-related { padding: 85px 0; background: #fff; }
.ns-related-head { margin-bottom: 30px; }
.ns-related-head h2 { margin: 8px 0 0; font-size: 34px; }
.ns-related .ns-section { width: auto; margin: 0 !important; padding: 0; background: transparent; }
.ns-related .ns-section > .ns-container { width: 100%; }
.ns-story-single { padding: 85px 0 105px; background: linear-gradient(145deg, var(--ns-cream), #e9f6f3); }
.ns-story-single > .ns-container > .ns-back-link { color: var(--ns-teal) !important; margin-bottom: 28px; }
.ns-story-layout { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 30px; background: #fff; box-shadow: var(--ns-shadow); }
.ns-story-media { display: grid; place-items: center; min-height: 520px; color: var(--ns-coral); background: var(--ns-navy-deep); }
.ns-story-media img, .ns-story-media iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; object-fit: cover; }
.ns-story-media > span .ns-icon { width: 75px; height: 75px; }
.ns-story-layout > article { position: relative; padding: 55px 45px; }
.ns-story-layout h1 { margin: 25px 0 5px; font-size: 38px; }
.ns-story-layout .ns-prose { padding: 20px 0; }
.ns-story-meta { margin: 0; color: var(--ns-teal) !important; font-weight: 700; }
.ns-story-disclaimer { padding-top: 18px; border-top: 1px solid var(--ns-line); font-size: 12px; }
.ns-post-single { background: var(--ns-cream); }
.ns-post-meta { display: flex; gap: 20px; margin-top: 23px; color: rgba(255,255,255,.66); font-size: 12px; }
.ns-post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.ns-post-meta .ns-icon { width: 17px; height: 17px; }
.ns-post-body { max-width: 900px; padding-bottom: 90px; }
.ns-post-cover { position: relative; z-index: 2; display: block; width: 100%; max-height: 520px; margin-top: -55px; border: 8px solid #fff; border-radius: 26px; object-fit: cover; box-shadow: var(--ns-shadow); }
.ns-post-body > .ns-prose { margin-top: 30px; border-radius: 24px; background: #fff; box-shadow: var(--ns-shadow-sm); }
.ns-author-box { display: flex; align-items: center; gap: 14px; margin-top: 25px; padding: 22px; border-radius: 18px; background: #fff; }
.ns-author-box div { display: flex; flex-direction: column; }
.ns-author-box strong { color: var(--ns-navy); }
.ns-author-box p { margin: 3px 0 0; font-size: 12px; }
.ns-related-posts { background: #fff; }
.ns-legal { padding: 95px 0; background: var(--ns-cream); }
.ns-legal-content { max-width: 850px; margin-inline: auto; padding: 45px; border-radius: var(--ns-radius); background: #fff; box-shadow: var(--ns-shadow-sm); }
.ns-legal-content h2 { margin: 32px 0 8px; font-size: 24px; }
.ns-legal-content h2:first-of-type { margin-top: 25px; }
.ns-legal-content p { margin: 0; font-size: 15px; }
.ns-legal-content a { color: var(--ns-teal); font-weight: 700; }
.ns-legal-note { padding: 15px 18px; border-right: 3px solid var(--ns-coral); background: #fff2ef; font-size: 12px !important; }
.ns-legal-updated { margin-top: 35px !important; color: var(--ns-teal) !important; font-weight: 700; }

@media (max-width: 1040px) {
	.ns-primary-nav { gap: 16px; }
	.ns-primary-nav a { font-size: 13px; }
	.ns-header-cta { display: none; }
	.ns-hero-grid { gap: 30px; }
	.ns-hero-copy h1 { font-size: 50px; }
	.ns-float-assess { right: 0; }
	.ns-float-family { left: 0; }
	.ns-international-grid, .ns-about-grid, .ns-method-grid { gap: 45px; }
	.ns-footer-grid { gap: 35px; }
}

@media (max-width: 860px) {
	body.admin-bar .ns-site-header.ns-is-sticky { top: 46px; }
	.ns-header-inner { min-height: 70px; }
	.ns-menu-toggle { display: block; margin-right: auto; }
	.ns-primary-nav { position: absolute; z-index: 20; top: 69px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--ns-line); border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--ns-shadow-sm); }
	.ns-primary-nav.ns-menu-open { display: flex; }
	.ns-primary-nav a { padding: 12px 13px; border-radius: 9px; }
	.ns-primary-nav a::after { display: none; }
	.ns-primary-nav a:hover { background: var(--ns-teal-soft); }
	.ns-hero { padding: 75px 0; }
	.ns-hero-grid { grid-template-columns: 1fr; }
	.ns-hero-copy { text-align: center; }
	.ns-hero-copy h1, .ns-hero-lead { margin-inline: auto; }
	.ns-actions, .ns-hero-points { justify-content: center; }
	.ns-hero-visual { min-height: 450px; }
	.ns-page-hero { min-height:calc(100vh - var(--ns-header-height,80px)); min-height:calc(100svh - var(--ns-header-height,80px)); padding:68px 0; }
	.ns-page-hero-grid { grid-template-columns:1fr; gap:42px; }
	.ns-page-hero-copy { text-align:center; }
	.ns-page-hero h1, .ns-page-hero p { margin-inline:auto; }
	.ns-page-hero .ns-actions { justify-content:center; }
	.ns-page-hero-media { width:min(620px,100%); min-height:390px; margin-inline:auto; }
	.ns-trust-grid { grid-template-columns: 1fr 1fr; }
	.ns-trust-item:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--ns-line); }
	.ns-trust-item:nth-child(4) { border-top: 1px solid var(--ns-line); }
	.ns-card-grid, .ns-program-grid, .ns-quote-grid { grid-template-columns: 1fr 1fr; }
	.ns-blog-grid { grid-template-columns: 1fr 1fr; }
	.ns-timeline { grid-template-columns: 1fr 1fr; gap: 35px; }
	.ns-timeline::before { display: none; }
	.ns-international-grid, .ns-about-grid, .ns-method-grid, .ns-contact-grid { grid-template-columns: 1fr; }
	.ns-about-art { max-width: 560px; width: 100%; margin-inline: auto; }
	.ns-values-grid { grid-template-columns: 1fr 1fr; }
	.ns-faq-layout { grid-template-columns: 1fr; gap: 30px; }
	.ns-cta-box { grid-template-columns: 1fr; padding: 45px; }
	.ns-cta-actions { max-width: 380px; }
	.ns-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
	.ns-single-layout, .ns-story-layout { grid-template-columns: 1fr; }
	.ns-single-aside { position: static; }
	.ns-story-media, .ns-story-media img, .ns-story-media iframe { min-height: 390px; max-height: 540px; }
	.ns-footer-grid > div:nth-child(3) { display: none !important; }
}

@media (max-width: 600px) {
	.ns-container { width: min(100% - 28px, 1180px); }
	.ns-brand strong { font-size: 21px; }
	.ns-brand-logo { max-width: 150px; height: 44px; }
	.ns-brand-mark { width: 38px; height: 38px; }
	.ns-brand-mark i { height: 23px; top: 8px; right: 15px; }
	.ns-brand-mark b { width: 23px; right: 8px; }
	.ns-hero { padding: 62px 0 58px; }
	.ns-hero-copy h1 { font-size: 39px; }
	.ns-hero-lead { font-size: 16px; }
	.ns-actions { display: grid; }
	.ns-actions .ns-button { width: 100%; }
	.ns-hero-points { gap: 9px 14px; }
	.ns-hero-visual { min-height: 400px; }
	.ns-visual-main { width: 94%; padding: 16px; }
	.ns-progress-figure { height: 225px; }
	.ns-float-card { min-width: 155px; padding: 10px; }
	.ns-float-assess { top: 30px; }
	.ns-float-family { bottom: 25px; }
	.ns-page-hero { min-height:calc(100vh - var(--ns-header-height,81px)); min-height:calc(100svh - var(--ns-header-height,81px)); padding:52px 0 58px; }
	.ns-page-hero h1 { font-size: 37px; }
	.ns-page-hero p { font-size: 15px; }
	.ns-page-hero-media { min-height:310px; }
	.ns-page-hero-frame { border-radius:24px 24px 55px 24px; }
	.ns-page-hero-motion { left:14px; bottom:14px; width:88px; height:88px; border-radius:18px; }
	.ns-trust-grid { grid-template-columns: 1fr; border-inline: 0; }
	.ns-trust-item, .ns-trust-item:nth-child(2) { border-inline-start: 0; border-top: 1px solid var(--ns-line); }
	.ns-trust-item:first-child { border-top: 0; }
	.ns-services, .ns-programs, .ns-journey, .ns-international, .ns-about, .ns-values, .ns-method, .ns-testimonials, .ns-faq, .ns-contact, .ns-legal, .ns-blog { padding: 75px 0; }
	.ns-heading { margin-bottom: 32px; }
	.ns-heading h2 { font-size: 31px; }
	.ns-heading > p { font-size: 15px; }
	.ns-card-grid, .ns-program-grid, .ns-quote-grid, .ns-values-grid { grid-template-columns: 1fr; }
	.ns-blog-grid { grid-template-columns: 1fr; }
	.ns-card-grid { gap: 14px; }
	.ns-service-card { min-height: 0; padding: 22px 20px; border-radius: 20px; }
	.ns-service-card-has-media { padding: 0 0 22px; }
	.ns-service-card-has-media .ns-card-media { height: 175px; }
	.ns-service-card-has-media .ns-card-top, .ns-service-card-has-media h3, .ns-service-card-has-media p, .ns-service-card-has-media > a:last-child { margin-inline: 20px; }
	.ns-service-card-has-media .ns-card-top { margin-top: -23px; }
	.ns-service-card-has-media .ns-icon-box { border-width: 4px; }
	.ns-service-card .ns-icon-box-lg { width: 50px; height: 50px; border-radius: 15px; }
	.ns-service-card h3 { margin: 18px 0 8px; font-size: 20px; line-height: 1.45; }
	.ns-service-card p { margin-bottom: 18px; font-size: 14px; line-height: 1.75; }
	.ns-program-card p { min-height: 0; }
	.ns-timeline { grid-template-columns: 1fr; gap: 24px; }
	.ns-step { display: grid; grid-template-columns: 72px 1fr; column-gap: 15px; text-align: right; }
	.ns-step-icon { grid-row: span 2; }
	.ns-step h3 { margin: 8px 0 0; }
	.ns-step p { margin-top: -8px; }
	.ns-feature-list { grid-template-columns: 1fr; }
	.ns-travel-map { height: 210px; }
	.ns-about-art { min-height: 390px; }
	.ns-about-shape { inset: 0 20px 25px 0; }
	.ns-about-shape > strong { font-size: 27px; }
	.ns-check-list { grid-template-columns: 1fr; }
	.ns-method-flow > div { padding: 14px; }
	.ns-quote-grid blockquote > p { min-height: 0; }
	.ns-field-row { grid-template-columns: 1fr; }
	.ns-form-card { padding: 25px 19px; }
	.ns-legal-content { padding: 28px 20px; }
	.ns-content-hero, .ns-post-hero { min-height:calc(100vh - var(--ns-header-height,81px)); min-height:calc(100svh - var(--ns-header-height,81px)); padding:52px 0 62px; }
	.ns-content-hero h1, .ns-post-hero h1 { font-size: 37px; }
	.ns-content-hero .ns-page-hero-copy > p, .ns-post-hero .ns-page-hero-copy > p { font-size:15px; }
	.ns-single-content, .ns-related, .ns-story-single { padding: 62px 0; }
	.ns-prose { padding: 27px 20px; font-size: 15px; }
	.ns-story-layout > article { padding: 34px 22px; }
	.ns-story-layout h1 { font-size: 31px; }
	.ns-story-media, .ns-story-media img, .ns-story-media iframe { min-height: 280px; }
	.ns-post-cover { margin-top: -35px; border-width: 5px; border-radius: 18px; }
	.ns-post-meta { flex-wrap: wrap; gap: 9px 16px; }
	.ns-cta { padding: 55px 0; }
	.ns-cta-box { padding: 36px 23px; border-radius: 24px; }
	.ns-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
	.ns-footer-brand { grid-column: 1 / -1; }
	.ns-footer-bottom { flex-direction: column; margin-top: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	.ns-shortcode-site *, .ns-shortcode-site *::before, .ns-shortcode-site *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
