/*
 * Shpper tutorials page (elementor/widgets/class-shpper-tutorials.php, assets/js/shpper-tutorials.js).
 * Carries its own dark theme under html[data-theme="dark"], so keep this file out of the dark-mode
 * generator's input. Layout uses logical properties, so the Arabic page mirrors itself.
 */
.shpper-tutorials {
	--st-navy: #1f3043;
	--st-navy-deep: #16263a;
	--st-yellow: #f3da14;
	--st-blue: #2b8fe6;
	--st-sky: #72d2ff;
	--st-ink: #15212e;
	--st-text: #4f5a67;
	--st-muted: #737e8a;
	--st-bg: #ffffff;
	--st-soft: #f3f6fa;
	--st-card: #ffffff;
	--st-line: #e2e8ef;
	--st-tint: #e8f3fd;
	--st-shadow: 0 30px 60px -36px rgba(16, 38, 58, .38);
	--st-lift: 0 38px 70px -34px rgba(16, 38, 58, .46);
	--st-radius: 24px;
	--st-ease: cubic-bezier(.2, .8, .2, 1);
	--st-spring: cubic-bezier(.3, 1.4, .55, 1);
	--st-head: "Neulis Sans", Poppins, system-ui, sans-serif;
	--st-body: Poppins, system-ui, sans-serif;
	position: relative;
	overflow-x: hidden;
	overflow-x: clip;
	background: var(--st-bg);
	color: var(--st-text);
	font-family: var(--st-body);
	font-size: 16px;
	line-height: 1.65;
}
html[data-theme="dark"] .shpper-tutorials {
	--st-ink: #e8eef4;
	--st-text: #b3bfcb;
	--st-muted: #8a97a5;
	--st-bg: #0f161e;
	--st-soft: #141c25;
	--st-card: #19232e;
	--st-line: rgba(255, 255, 255, .09);
	--st-tint: rgba(114, 210, 255, .1);
	--st-shadow: 0 30px 60px -32px rgba(0, 0, 0, .75);
	--st-lift: 0 38px 70px -30px rgba(0, 0, 0, .85);
}
.shpper-tutorials *,
.shpper-tutorials *::before,
.shpper-tutorials *::after { box-sizing: border-box; }
.shpper-tutorials :where(h1, h2, h3, p, ul, ol) { margin: 0; padding: 0; }
.shpper-tutorials :where(ul, ol) { list-style: none; }
.shpper-tutorials :where(a) { text-decoration: none; }
.shpper-tutorials [hidden] { display: none !important; }
.shpper-tutorials .st-wrap { position: relative; width: min(1540px, 90%); margin-inline: auto; }
.shpper-tutorials .st-ico {
	width: 24px;
	height: 24px;
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
[dir="rtl"] .shpper-tutorials .st-flip { transform: scaleX(-1); }

/* ---- hero ---------------------------------------------------------------- */
.shpper-tutorials .st-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(150px, 17vw, 230px) clamp(66px, 8vw, 104px);
	background: linear-gradient(160deg, var(--st-navy) 0%, var(--st-navy-deep) 100%);
	color: #fff;
	isolation: isolate;
}
.shpper-tutorials .st-dots {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 78%);
	-webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 78%);
}
.shpper-tutorials .st-glow {
	position: absolute;
	z-index: -1;
	inset-block-start: -28%;
	inset-inline-end: -12%;
	width: min(760px, 78vw);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(43, 143, 230, .45) 0%, rgba(43, 143, 230, 0) 68%);
	filter: blur(14px);
	pointer-events: none;
}
.shpper-tutorials .st-hero__in { max-width: 820px; }
.shpper-tutorials .st-hero__h1 { display: block; margin: 0; }
.shpper-tutorials .st-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-block-end: 20px;
	padding: 8px 18px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: var(--st-sky);
	font-family: var(--st-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}
[dir="rtl"] .shpper-tutorials .st-kicker { letter-spacing: 0; font-size: 14px; text-transform: none; }
.shpper-tutorials .st-kicker__ico { width: 17px; height: 17px; stroke-width: 1.7; }
.shpper-tutorials .st-hero__title {
	display: block;
	max-width: 15ch;
	color: #fff;
	font-family: var(--st-head);
	font-size: clamp(40px, 6.1vw, 76px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.05;
}
[dir="rtl"] .shpper-tutorials .st-hero__title { letter-spacing: 0; line-height: 1.25; }
.shpper-tutorials .st-hero__lead {
	max-width: 56ch;
	margin-block-start: 22px;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(16px, 1.25vw, 19px);
}
.shpper-tutorials .st-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-block-start: 34px;
}
.shpper-tutorials .st-stat {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 16px;
	background: rgba(255, 255, 255, .06);
}
.shpper-tutorials .st-stat--wide { align-items: center; }
.shpper-tutorials .st-stat__v {
	color: var(--st-yellow);
	font-family: var(--st-head);
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}
.shpper-tutorials .st-stat__l { color: rgba(255, 255, 255, .78); font-size: 14px; }
.shpper-tutorials .st-stat__ico { width: 19px; height: 19px; color: var(--st-sky); }
.shpper-tutorials .st-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 62ch;
	margin-block-start: 26px;
	color: rgba(255, 255, 255, .62);
	font-size: 14px;
	line-height: 1.55;
}
.shpper-tutorials .st-note__ico { width: 18px; height: 18px; margin-block-start: 2px; color: var(--st-sky); }

/* ---- sections ------------------------------------------------------------ */
.shpper-tutorials .st-section { padding-block: clamp(64px, 8vw, 112px); background: var(--st-bg); }
.shpper-tutorials .st-section--traveler { background: var(--st-soft); }
.shpper-tutorials .st-head { max-width: 680px; margin-block-end: clamp(32px, 4vw, 52px); }
.shpper-tutorials .st-head__h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--st-ink);
	font-family: var(--st-head);
	font-size: clamp(27px, 3.1vw, 40px);
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1.15;
}
[dir="rtl"] .shpper-tutorials .st-head__h2 { letter-spacing: 0; }
.shpper-tutorials .st-dash {
	flex: none;
	width: 30px;
	height: 5px;
	border-radius: 999px;
	background: var(--st-yellow);
}
.shpper-tutorials .st-head__ico { width: 27px; height: 27px; color: var(--st-blue); }
.shpper-tutorials .st-head__lead { margin-block-start: 12px; padding-inline-start: 42px; font-size: 17px; }
[dir="rtl"] .shpper-tutorials .st-head__lead { padding-inline-start: 42px; }

/* ---- cards --------------------------------------------------------------- */
.shpper-tutorials .st-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 330px), 1fr));
	gap: clamp(20px, 2.2vw, 30px);
}
.shpper-tutorials .st-card { display: flex; }
.shpper-tutorials .st-card__btn {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--st-line);
	border-radius: var(--st-radius);
	background: var(--st-card);
	box-shadow: var(--st-shadow);
	color: inherit;
	font: inherit;
	text-align: start;
	white-space: normal;
	cursor: pointer;
	transition: transform .45s var(--st-ease), box-shadow .45s var(--st-ease), border-color .45s var(--st-ease);
}
.shpper-tutorials .st-card__btn:hover,
.shpper-tutorials .st-card__btn:focus-visible {
	transform: translateY(-6px);
	border-color: rgba(114, 210, 255, .55);
	box-shadow: var(--st-lift), 0 0 0 4px rgba(114, 210, 255, .14);
}
.shpper-tutorials .st-card__btn:focus-visible { outline: 2px solid var(--st-blue); outline-offset: 3px; }
.shpper-tutorials .st-card__shot {
	position: relative;
	display: block;
	aspect-ratio: 1600 / 1092;
	overflow: hidden;
	background: var(--st-tint);
}
.shpper-tutorials .st-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s var(--st-ease);
}
.shpper-tutorials .st-card__btn:hover .st-card__img { transform: scale(1.045); }
.shpper-tutorials .st-play {
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(15, 22, 30, .55);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .6);
	color: #fff;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: transform .4s var(--st-spring), background .4s var(--st-ease);
}
[dir="rtl"] .shpper-tutorials .st-play { transform: translate(50%, -50%); }
.shpper-tutorials .st-play__ico { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.shpper-tutorials .st-card__btn:hover .st-play,
.shpper-tutorials .st-card__btn:focus-visible .st-play {
	background: var(--st-blue);
	transform: translate(-50%, -50%) scale(1.12);
}
[dir="rtl"] .shpper-tutorials .st-card__btn:hover .st-play,
[dir="rtl"] .shpper-tutorials .st-card__btn:focus-visible .st-play { transform: translate(50%, -50%) scale(1.12); }
.shpper-tutorials .st-chip {
	position: absolute;
	inset-block-end: 12px;
	inset-inline-end: 12px;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(15, 22, 30, .72);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}
.shpper-tutorials .st-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 22px; }
.shpper-tutorials .st-card__title {
	color: var(--st-ink);
	font-family: var(--st-head);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}
.shpper-tutorials .st-card__sum { color: var(--st-text); font-size: 14.5px; line-height: 1.55; }
.shpper-tutorials .st-card__go {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-block-start: 4px;
	color: var(--st-blue);
	font-size: 14px;
	font-weight: 600;
}
.shpper-tutorials .st-card__arrow { width: 17px; height: 17px; transition: transform .4s var(--st-ease); }
.shpper-tutorials .st-card__btn:hover .st-card__arrow { transform: translateX(4px); }
[dir="rtl"] .shpper-tutorials .st-card__btn:hover .st-card__arrow { transform: scaleX(-1) translateX(4px); }

/* reveal on scroll — the script adds .is-in */
.shpper-tutorials .st-card {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s var(--st-ease), transform .6s var(--st-ease);
	transition-delay: calc(var(--st-i, 0) * 60ms);
}
.shpper-tutorials .st-card.is-in { opacity: 1; transform: none; }

/* ---- closing card -------------------------------------------------------- */
.shpper-tutorials .st-section--cta { background: var(--st-bg); }
.shpper-tutorials .st-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--st-line);
	border-radius: var(--st-radius);
	background: linear-gradient(140deg, var(--st-navy) 0%, var(--st-navy-deep) 100%);
	box-shadow: var(--st-shadow);
	color: #fff;
}
.shpper-tutorials .st-cta__h2 {
	color: #fff;
	font-family: var(--st-head);
	font-size: clamp(23px, 2.5vw, 32px);
	font-weight: 700;
	line-height: 1.2;
}
.shpper-tutorials .st-cta__lead { margin-block-start: 8px; color: rgba(255, 255, 255, .78); font-size: 16px; }
.shpper-tutorials .st-cta__acts { display: flex; flex-wrap: wrap; gap: 12px; }
.shpper-tutorials .st-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	transition: transform .35s var(--st-ease), box-shadow .35s var(--st-ease), background .35s var(--st-ease);
}
.shpper-tutorials .st-btn--gold { background: var(--st-yellow); color: var(--st-navy); }
.shpper-tutorials .st-btn--ghost { border-color: rgba(255, 255, 255, .3); color: #fff; }
.shpper-tutorials .st-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(0, 0, 0, .6); }
.shpper-tutorials .st-btn--ghost:hover { background: rgba(255, 255, 255, .1); }

/* ---- modal --------------------------------------------------------------- */
.shpper-tutorials .st-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: clamp(12px, 3vw, 34px);
}
.shpper-tutorials .st-modal__veil {
	position: absolute;
	inset: 0;
	background: rgba(8, 13, 19, .78);
	opacity: 0;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	transition: opacity .35s var(--st-ease);
}
.shpper-tutorials .st-modal.is-open .st-modal__veil { opacity: 1; }
.shpper-tutorials .st-modal__box {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: min(100%, 1180px);
	max-height: 100%;
	/* springs out of the card that opened it: the script sets these */
	transform: translate(var(--st-dx, 0px), var(--st-dy, 0px)) scale(var(--st-s, .86));
	opacity: 0;
	transition: transform .5s var(--st-spring), opacity .35s var(--st-ease);
}
.shpper-tutorials .st-modal.is-open .st-modal__box { transform: none; opacity: 1; }
.shpper-tutorials .st-modal__bar {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff;
}
.shpper-tutorials .st-modal__title {
	flex: 1;
	min-width: 0;
	font-family: var(--st-head);
	font-size: clamp(16px, 2vw, 21px);
	font-weight: 700;
	line-height: 1.3;
}
.shpper-tutorials .st-modal__count { color: rgba(255, 255, 255, .6); font-size: 13px; white-space: nowrap; }
.shpper-tutorials .st-icon-btn {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: none;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	cursor: pointer;
	transition: background .3s var(--st-ease), transform .3s var(--st-ease);
}
.shpper-tutorials .st-icon-btn:hover { background: rgba(255, 255, 255, .2); transform: scale(1.06); }
.shpper-tutorials .st-modal__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(8px, 2vw, 22px);
	min-height: 0;
}
.shpper-tutorials .st-video {
	width: auto;
	max-width: 100%;
	height: min(78vh, 900px);
	aspect-ratio: 9 / 16;
	border-radius: 20px;
	background: #000;
	box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .9);
	object-fit: contain;
}
.shpper-tutorials .st-nav {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	flex: none;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	cursor: pointer;
	transition: background .3s var(--st-ease), transform .3s var(--st-ease), opacity .3s var(--st-ease);
}
.shpper-tutorials .st-nav:hover { background: rgba(255, 255, 255, .2); transform: scale(1.07); }
.shpper-tutorials .st-nav[disabled] { opacity: .3; cursor: default; transform: none; }
.shpper-tutorials .st-nav--prev .st-nav__ico { transform: scaleX(-1); }
[dir="rtl"] .shpper-tutorials .st-nav--prev .st-nav__ico { transform: none; }
[dir="rtl"] .shpper-tutorials .st-nav--next .st-nav__ico { transform: scaleX(-1); }

@media (max-width: 860px) {
	.shpper-tutorials .st-modal { padding: 0; }
	.shpper-tutorials .st-modal__box { gap: 0; height: 100%; }
	.shpper-tutorials .st-modal__bar { padding: 14px 16px; background: rgba(8, 13, 19, .9); }
	.shpper-tutorials .st-modal__stage { flex: 1; min-height: 0; }
	.shpper-tutorials .st-video { width: 100%; height: 100%; border-radius: 0; object-fit: contain; }
	.shpper-tutorials .st-nav {
		position: absolute;
		inset-block-end: 22px;
		z-index: 2;
		background: rgba(8, 13, 19, .72);
	}
	.shpper-tutorials .st-nav--prev { inset-inline-start: 16px; }
	.shpper-tutorials .st-nav--next { inset-inline-end: 16px; }
}
@media (max-width: 520px) {
	.shpper-tutorials .st-head__lead { padding-inline-start: 0; }
	.shpper-tutorials .st-cta { flex-direction: column; align-items: flex-start; }
	.shpper-tutorials .st-cta__acts .st-btn { flex: 1; justify-content: center; }
}

/* ---- hello-biz <button> reset -------------------------------------------- */
/*
 * hello-biz/assets/css/theme.css styles EVERY <button> on the site:
 *   button { background-color: transparent; border: 1px solid #c36; border-radius: 3px;
 *            color: #c36; padding: .5rem 1rem; white-space: nowrap }
 *   button:hover, button:focus { background-color: #c36; color: #fff }
 * It is enqueued after this file, so a same-specificity rule here loses and the cards turn pink on
 * hover. The generated dark sheet then re-emits the same colour as html[data-theme="dark"] ... (0,2,1).
 * These rules carry an `html body` prefix purely to outrank both — the same trick the eSIM widget
 * needs against the generated dark sheet. Keep the prefix on any <button> added to this widget.
 */
html body .shpper-tutorials button { white-space: normal; }
html body .shpper-tutorials .st-card__btn,
html body .shpper-tutorials .st-card__btn:hover,
html body .shpper-tutorials .st-card__btn:focus,
html body .shpper-tutorials .st-card__btn:focus-visible {
	padding: 0;
	border-radius: var(--st-radius);
	background: var(--st-card);
	color: inherit;
}
html body .shpper-tutorials .st-card__btn:hover,
html body .shpper-tutorials .st-card__btn:focus-visible { border-color: rgba(114, 210, 255, .55); }
html body .shpper-tutorials .st-icon-btn,
html body .shpper-tutorials .st-nav {
	border-color: rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}
html body .shpper-tutorials .st-icon-btn:hover,
html body .shpper-tutorials .st-icon-btn:focus-visible,
html body .shpper-tutorials .st-nav:hover,
html body .shpper-tutorials .st-nav:focus-visible {
	background: rgba(255, 255, 255, .2);
	color: #fff;
}
html body .shpper-tutorials .st-nav[disabled] { background: rgba(255, 255, 255, .08); }

/* ---- reduced motion ------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
	.shpper-tutorials .st-card,
	.shpper-tutorials .st-card__btn,
	.shpper-tutorials .st-card__img,
	.shpper-tutorials .st-play,
	.shpper-tutorials .st-card__arrow,
	.shpper-tutorials .st-btn,
	.shpper-tutorials .st-icon-btn,
	.shpper-tutorials .st-nav,
	.shpper-tutorials .st-modal__box,
	.shpper-tutorials .st-modal__veil {
		transition-duration: .01ms !important;
		transition-delay: 0ms !important;
	}
	.shpper-tutorials .st-card { opacity: 1; transform: none; }
	.shpper-tutorials .st-modal__box { transform: none; }
	.shpper-tutorials .st-card__btn:hover { transform: none; }
	.shpper-tutorials .st-card__btn:hover .st-card__img { transform: none; }
}
