/* ——— Reset ——— */
html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
ul,
li,
form,
label,
section,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

section {
	display: block;
}

ol,
ul {
	list-style: none;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* ——— Base ——— */
:root {
	--viewport-height: 100vh;
	--site-language-direction: ltr;
	--alignment: center;
	--flex-alignment: center;
	--mv-logo-blue: #114B8B;
	--mv-logo-blue-rgb: 17, 75, 139;
	--mv-logo-blue-dark: #0e3f73;
	--mv-logo-blue-light: #1a6a9e;
}

html {
	font-size: 18pt;
}

body {
	line-height: 1;
	min-height: var(--viewport-height);
	min-width: 320px;
	overflow-x: hidden;
	word-wrap: break-word;
	background-color: #fff;
}

a {
	color: inherit;
	text-decoration: underline;
	transition: color 0.25s ease;
}

a[onclick]:not([href]) {
	cursor: pointer;
}

h1,
h2,
h3,
p {
	direction: var(--site-language-direction);
	position: relative;
}

p span.p {
	display: block;
	position: relative;
}

/* ——— Layout ——— */
#wrapper {
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	min-height: var(--viewport-height);
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
	z-index: 2;
}

#main {
	--alignment: center;
	--flex-alignment: center;
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 100%;
	position: relative;
	text-align: var(--alignment);
	z-index: 1;
	background-color: #fff;
}

#main>.inner {
	--padding-horizontal: 3rem;
	--padding-vertical: 0;
	--spacing: 0.75rem;
	--width: 40rem;
	max-width: 100%;
	width: var(--width);
	position: relative;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#main>.inner>*>* {
	margin-top: var(--spacing);
	margin-bottom: var(--spacing);
}

#main>.inner>*> :first-child {
	margin-top: 0 !important;
}

#main>.inner>*> :last-child {
	margin-bottom: 0 !important;
}

#main>.inner>.full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
	width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main>.inner>.full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main>.inner>.full:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main>.inner>.full.screen {
	border-radius: 0 !important;
	max-width: 100vw;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	right: auto;
}

#main>.inner>*>.full {
	margin-left: -3rem;
	max-width: calc(100% + 6rem + 0.4725px);
	width: calc(100% + 6rem + 0.4725px);
}

#main>.inner>*>.full.screen {
	border-radius: 0 !important;
	max-width: 100vw;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: relative;
	right: auto;
}

/* ——— Typography ——— */
h1.style1:not(:first-child),
h2.style1:not(:first-child),
h3.style1:not(:first-child),
p.style1:not(:first-child) {
	margin-top: 1rem !important;
}

h1.style1:not(:last-child),
h2.style1:not(:last-child),
h3.style1:not(:last-child),
p.style1:not(:last-child) {
	margin-bottom: 1rem !important;
}

h1.style1,
h2.style1,
h3.style1,
p.style1 {
	color: #114B8B;
	font-family: 'Poppins', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

h1.style4:not(:first-child),
h2.style4:not(:first-child),
h3.style4:not(:first-child),
p.style4:not(:first-child) {
	margin-top: 1rem !important;
}

h1.style4:not(:last-child),
h2.style4:not(:last-child),
h3.style4:not(:last-child),
p.style4:not(:last-child) {
	margin-bottom: 1rem !important;
}

h1.style4,
h2.style4,
h3.style4,
p.style4 {
	color: #114B8B;
	font-family: 'Tajawal', sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 800;
}

h1.style5,
h2.style5,
h3.style5,
p.style5 {
	color: #114B8B;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
}

h1.style6,
h2.style6,
h3.style6,
p.style6 {
	color: #114B8B;
	font-family: 'Tajawal', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
}

/* ——— Images ——— */
.image {
	display: block;
	line-height: 0;
	max-width: 100%;
	position: relative;
}

.image .frame {
	-webkit-backface-visibility: hidden;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}

.image .frame img {
	border-radius: 0 !important;
	max-width: 100%;
	vertical-align: top;
	width: inherit;
}

.image.style1:not(:first-child) {
	margin-top: 1rem !important;
}

.image.style1:not(:last-child) {
	margin-bottom: 1rem !important;
}

.image.style1 .frame {
	width: 15.875rem;
}

.image.style1.survey-logo {
	margin-top: 50px !important;
}

.image.style1.survey-logo .frame {
	width: min(100%, 18rem);
}

.image.style1.survey-logo .frame img {
	display: block;
	width: 100%;
	height: auto;
}

/* ——— Dividers ——— */
hr {
	align-items: center;
	border: 0;
	display: flex;
	justify-content: var(--flex-alignment);
	min-height: 1rem;
	padding: 0;
	position: relative;
	width: 100%;
}

hr.style2:not(:first-child) {
	margin-top: 1.25rem !important;
}

hr.style2:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

hr.style2:before {
	content: '';
	width: 100%;
	background-color: rgba(255, 255, 255, 0.302);
	height: 1px;
	border-radius: 0;
}

/* ——— Containers (Carrd-compatible) ——— */
.container {
	position: relative;
}

.container>.wrapper {
	position: relative;
	max-width: 100%;
	border-radius: inherit;
	vertical-align: top;
}

.container>.wrapper>.inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
	text-align: var(--alignment);
}

#main .container.full:first-child>.wrapper {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child>.wrapper {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main .container.full:first-child>.wrapper>.inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child>.wrapper>.inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1 {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	background-color: #fff;
}

.container.style1:not(:last-child) {
	margin-bottom: 2rem !important;
}

.container.style1>.wrapper {
	max-width: 100%;
	width: 100%;
}

.container.style1>.wrapper>.inner {
	--gutters: 2rem;
	--padding-horizontal: 2rem;
	--spacing: 0;
	padding: var(--padding-vertical, 0) var(--padding-horizontal);
}

.container.style1.default>.wrapper>.inner>* {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style1.default>.wrapper>.inner>*:last-child {
	margin-bottom: 0 !important;
}

.container.style1.default>.wrapper>.inner>.full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container.style1.default>.wrapper>.inner>.full:first-child {
	margin-top: calc(var(--padding-vertical, 0) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style1.default>.wrapper>.inner>.full:last-child {
	margin-bottom: calc(var(--padding-vertical, 0) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style2 {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	background-color: #ccd8ed;
}

.container.style2>.wrapper {
	max-width: 100%;
	width: 100%;
}

.container.style2>.wrapper>.inner {
	--gutters: 2rem;
	--padding-horizontal: 2rem;
	--padding-vertical: 2rem;
	--spacing: 0;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

.container.style2.default>.wrapper>.inner>* {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style2.default>.wrapper>.inner>*:first-child {
	margin-top: 0 !important;
}

.container.style2.default>.wrapper>.inner>*:last-child {
	margin-bottom: 0 !important;
}

/* ——— Form ——— */
form {
	display: flex;
	justify-content: var(--flex-alignment);
}

form.style1 {
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

form .inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 100%;
}

form.style1 .inner {
	width: 100%;
}

form.style1 .inner>* {
	margin: 1.5rem 0 0 0;
	max-width: 100%;
}

form.style1 .inner> :first-child {
	margin: 0;
}

@keyframes button-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

form .actions {
	max-width: 100%;
}

form.style1 .actions button {
	display: inline-block;
	width: 12rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 0.5rem;
	font-size: 1.5em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	border-radius: 1rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #114B8B;
	color: #fff;
	border: 0;
	cursor: pointer;
	transition: color 0.25s ease, background-color 0.25s ease;
	position: relative;
}

form.style1 .actions button:hover {
	background-color: rgba(17, 75, 139, 0.788);
}

form.style1 .actions button:before {
	animation: button-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2.25rem;
	content: '';
	display: block;
	height: 2.25rem;
	left: 50%;
	margin: -1.125rem 0 0 -1.125rem;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	width: 2.25rem;
}

form.style1 .actions button.waiting {
	color: transparent;
}

form.style1 .actions button.waiting:before {
	opacity: 1;
	transition-delay: 0.125s;
}

/* ——— Star rating ——— */
.icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.icons li {
	position: relative;
	z-index: 1;
}

.icons li a {
	align-items: center;
	display: flex;
	justify-content: center;
}

.icons li a svg {
	display: block;
	position: relative;
}

.icons.style1 {
	font-size: 2em;
	gap: 0;
}

.icons.style1:not(:first-child) {
	margin-top: 3.125rem !important;
}

.icons.style1:not(:last-child) {
	margin-bottom: 3.125rem !important;
}

.icons.style1 li {
	cursor: pointer;
}

.icons.style1 li a {
	height: 1.5em;
	width: 1.5em;
	margin-bottom: 10px;
}

.icons.style1 li span {
	color: #114B8B;
	font-size: 0.7em;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter;
}

.icons.style1 li a.rate_change {
	margin-left: 10px;
	margin-right: 10px;
}

.icons.style1 li a svg {
	fill: #fff;
	top: 5.5%;
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.icons.style1 .checked svg {
	fill: #114B8B;
}

.star-row li:nth-child(1):hover~li a svg,
.star-row li:nth-child(1):hover a svg,
.star-row li:nth-child(2):hover~li a svg,
.star-row li:nth-child(2):hover a svg,
.star-row li:nth-child(3):hover~li a svg,
.star-row li:nth-child(3):hover a svg,
.star-row li:nth-child(4):hover~li a svg,
.star-row li:nth-child(4):hover a svg,
.star-row li:nth-child(5):hover~li a svg,
.star-row li:nth-child(5):hover a svg {
	fill: #114B8B !important;
}

/* ——— Blue survey panel (shared cards + scroll reveal) ——— */
#container04 .survey-blue-inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.75rem;
}

#container04 .survey-question-block,
#container04 .survey-submit-wrap {
	background: #fff;
	border-radius: 1rem;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 4px 20px rgba(12, 52, 96, 0.12);
	margin-top: 0 !important;
}

#container04 .survey-submit-wrap {
	text-align: center;
}

#container04 .survey-submit-wrap form.style1 {
	width: 100%;
	justify-content: center;
}

.survey-reveal {
	opacity: 0;
	transform: translateY(1.25rem);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.survey-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.survey-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.rating-legend {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.12rem;
	margin: 0 0 0.5rem;
	font-family: 'Poppins', sans-serif;
}

.rating-legend-line {
	display: block;
	color: #114B8B;
	font-size: 0.88em;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.02em;
}

/* ——— Survey header accent (under title) ——— */
.survey-header-break {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	width: 100%;
	max-width: 28rem;
	margin: 1.75rem auto;
	padding: 0.65rem 0.75rem;
	box-sizing: border-box;
}

.survey-header-break > .survey-header-break__wing:first-child {
	flex: 1;
	height: 2px;
	border-radius: 1px;
	min-width: 1.5rem;
	background: linear-gradient(90deg, rgba(17, 75, 139, 0), rgba(17, 75, 139, 0.42));
}

.survey-header-break > .survey-header-break__wing:last-child {
	flex: 1;
	height: 2px;
	border-radius: 1px;
	min-width: 1.5rem;
	background: linear-gradient(90deg, rgba(17, 75, 139, 0.42), rgba(17, 75, 139, 0));
}

.survey-header-break__center {
	flex: 0 0 auto;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(145deg, #114B8B, #1a6a9e);
	box-shadow:
		0 0 0 3px #fff,
		0 0 0 5px rgba(17, 75, 139, 0.12),
		0 2px 8px rgba(12, 52, 96, 0.15);
}

/* ——— Validation banner & per-question hints ——— */
.survey-validation-banner {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.15rem;
	padding: 0.85rem 1rem;
	text-align: center;
	border-radius: 0.65rem;
	background: linear-gradient(180deg, rgba(17, 75, 139, 0.07), rgba(17, 75, 139, 0.04));
	border: 1px solid rgba(17, 75, 139, 0.2);
	box-shadow: 0 2px 12px rgba(12, 52, 96, 0.06);
}

.survey-validation-banner__en {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 0.92em;
	font-weight: 500;
	color: #0e3f73;
	line-height: 1.45;
}

.survey-validation-banner__ar {
	margin: 0.45rem 0 0;
	font-family: 'Tajawal', sans-serif;
	font-size: 1.05em;
	font-weight: 700;
	color: #0e3f73;
	line-height: 1.45;
}

.survey-question-hint {
	display: none;
	margin: 0.55rem 0 0;
	padding: 0.45rem 0.5rem;
	text-align: center;
	border-radius: 0.4rem;
	background: rgba(185, 28, 28, 0.06);
	border: 1px solid rgba(185, 28, 28, 0.2);
}

.survey-question-hint__en {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.88em;
	font-weight: 500;
	color: #b91c1c;
	line-height: 1.35;
}

.survey-question-hint__ar {
	display: block;
	margin-top: 0.35rem;
	font-family: 'Tajawal', sans-serif;
	font-size: 0.98em;
	font-weight: 700;
	color: #b91c1c;
	line-height: 1.35;
}

.survey-question-block--missing {
	outline: 2px solid rgba(185, 28, 28, 0.55);
	outline-offset: 0.35rem;
	border-radius: 0.5rem;
	transition: outline-color 0.2s ease;
}

.survey-question-block--missing .survey-question-hint {
	display: block;
}

/* ——— Survey section dividers (between questions) ——— */
form.style1 hr.survey-divider {
	align-items: center;
	border: 0;
	display: block;
	width: 100%;
	max-width: 28rem;
	margin: 1.75rem auto;
	min-height: 0;
	padding: 0.65rem 0;
	height: 0;
	background: none;
	position: relative;
	overflow: visible;
}

form.style1 hr.survey-divider::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	border-radius: 1px;
	background: linear-gradient(90deg,
			rgba(17, 75, 139, 0),
			rgba(17, 75, 139, 0.14) 14%,
			rgba(17, 75, 139, 0.34) 50%,
			rgba(17, 75, 139, 0.14) 86%,
			rgba(17, 75, 139, 0));
}

form.style1 hr.survey-divider::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: #114B8B;
	opacity: 0.45;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(17, 75, 139, 0.1);
}

/* ——— NPS 1–10 (aligned with star questions in #container02) ——— */
#container02 form.style1 .survey-question-block {
	margin-top: 0;
}

#container02 form.style1 .survey-validation-banner + .survey-question-block {
	margin-top: 0.75rem;
}

#container02 form.style1 hr.survey-divider+.survey-question-block {
	margin-top: 0;
}

#container02 > .wrapper > .inner {
	padding-bottom: 3.5rem;
}

#container02 form.style1 .actions {
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

.nps-scale-outer {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.survey-question-block label.nps-option {
	display: inline-flex;
	direction: ltr;
}

.survey-question-block .nps-option input.nps-checkbox {
	float: none;
	display: block;
	margin: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.nps-scale {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0.2rem 0 0.35rem;
	max-width: 100%;
}

.nps-scale--starlike {
	gap: 0;
	font-size: 2em;
}

.nps-scale--starlike .nps-option {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.nps-option {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	margin: 0;
	user-select: none;
}

.nps-num {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.55em;
	height: 1.55em;
	padding: 0 0.22em;
	box-sizing: border-box;
	border: 3px solid #114B8B;
	border-radius: 0.2rem;
	background: #fff;
	color: #114B8B;
	font-family: 'Poppins', sans-serif;
	font-size: 0.84em;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	pointer-events: none;
}

.nps-option.nps-on .nps-num {
	background: #114B8B;
	color: #fff;
	border-color: #114B8B;
}

.nps-option .nps-checkbox:focus-visible+.nps-num {
	box-shadow: 0 0 0 2px rgba(17, 75, 139, 0.35);
}

@keyframes nps-pulse {

	0%,
	100% {
		box-shadow: inset 0 0 0 0 rgba(17, 75, 139, 0.2);
	}

	50% {
		box-shadow: inset 0 0 0 3px rgba(17, 75, 139, 0.25);
	}
}

.nps-scale.nps-scale--pulse {
	animation: nps-pulse 0.35s ease 2;
	border-radius: 0.5rem;
}

/* ——— Yes / No (Q4) ——— */
.yn-scale-outer {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.yn-scale {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	margin: 0.5rem 0 0.35rem;
}

.yn-option {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	margin: 0;
	user-select: none;
}

.yn-label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 5.5rem;
	height: 2.25rem;
	padding: 0 1.25rem;
	box-sizing: border-box;
	border: 3px solid #114B8B;
	border-radius: 0.35rem;
	background: #fff;
	color: #114B8B;
	font-family: 'Poppins', sans-serif;
	font-size: 0.95em;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	pointer-events: none;
}

.yn-option input.yn-checkbox {
	float: none;
	display: block;
	margin: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.yn-option.yn-on .yn-label {
	background: #114B8B;
	color: #fff;
	border-color: #114B8B;
}

.yn-option .yn-checkbox:focus-visible + .yn-label {
	box-shadow: 0 0 0 2px rgba(17, 75, 139, 0.35);
}

.yn-scale.yn-scale--pulse {
	animation: nps-pulse 0.35s ease 2;
	border-radius: 0.5rem;
}

/* ——— Suggestions textarea (Q6) ——— */
.survey-textarea {
	display: block;
	width: 80%;
	max-width: 80%;
	margin: 0.75rem auto 0;
	min-height: 7rem;
	padding: 0.85rem 1rem;
	border: 2px solid rgba(17, 75, 139, 0.25);
	border-radius: 0.5rem;
	background: #fff;
	color: #0e3f73;
	font-family: 'Poppins', sans-serif;
	font-size: 0.95em;
	line-height: 1.5;
	resize: vertical;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.survey-textarea:focus {
	outline: none;
	border-color: #114B8B;
	box-shadow: 0 0 0 3px rgba(17, 75, 139, 0.12);
}

.survey-textarea::placeholder {
	color: rgba(17, 75, 139, 0.45);
}

/* ——— Client summary (from invitation) ——— */
.survey-client-summary {
	width: 80%;
	max-width: 80%;
	margin: 0.75rem auto 0;
	padding: 0.85rem 1rem;
	text-align: left;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(17, 75, 139, 0.06), rgba(17, 75, 139, 0.03));
	border: 1px solid rgba(17, 75, 139, 0.18);
}

.survey-client-summary__label {
	margin: 0 0 0.65rem !important;
	text-align: center;
}

.survey-client-summary__row {
	margin: 0.35rem 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 0.92em;
	color: #0e3f73;
	line-height: 1.45;
}

.survey-client-summary__row span {
	display: inline-block;
	min-width: 4.25rem;
	font-weight: 600;
	color: #114B8B;
}

/* ——— Mobile ——— */
@media (max-width: 736px) {
	html {
		font-size: 16px;
	}

	#main > .inner {
		--padding-horizontal: 1rem;
		--spacing: 0.5rem;
	}

	#main > .inner > * > .full {
		margin-left: -1rem;
		max-width: calc(100% + 2rem + 0.4725px);
		width: calc(100% + 2rem + 0.4725px);
	}

	h1.style1,
	h2.style1,
	h3.style1,
	p.style1 {
		font-size: 1rem;
		line-height: 1.45;
	}

	h1.style4,
	h2.style4,
	h3.style4,
	p.style4 {
		font-size: 1.0625rem;
		line-height: 1.45;
	}

	h1.style5,
	h2.style5,
	h3.style5,
	p.style5,
	h1.style6,
	h2.style6,
	h3.style6,
	p.style6 {
		font-size: 0.9375rem;
		line-height: 1.45;
	}

	.container.style1 > .wrapper > .inner {
		--padding-horizontal: 1rem;
	}

	.container.style1:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}

	.image.style1 .frame {
		width: min(100%, 11.5rem);
	}

	.survey-header-break {
		margin: 1rem auto;
		padding: 0.4rem 0;
		gap: 0.45rem;
	}

	.survey-validation-banner {
		margin: 0 0 0.85rem;
		padding: 0.65rem 0.75rem;
	}

	.survey-validation-banner__en {
		font-size: 0.8125rem;
	}

	.survey-validation-banner__ar {
		font-size: 0.875rem;
	}

	.rating-legend-line {
		font-size: 0.75rem;
	}

	form.style1 hr.survey-divider {
		margin: 1.1rem auto;
		padding: 0.45rem 0;
	}

	#container02 > .wrapper > .inner {
		padding-bottom: 2rem;
	}

	#container02 form.style1 .actions {
		margin-top: 1.75rem;
		margin-bottom: 1.25rem;
	}

	form.style1 .actions button {
		width: min(100%, 10rem);
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 1rem;
		border-radius: 0.65rem;
	}

	.icons.style1 {
		font-size: 1.5em;
	}

	.icons.style1:not(:first-child) {
		margin-top: 1.25rem !important;
	}

	.icons.style1:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}

	.icons.style1 li a.rate_change {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}

	.icons.style1 li span {
		font-size: 0.65em;
	}

	.nps-scale--starlike {
		font-size: 1.45em;
	}

	.nps-scale--starlike .nps-option {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
		margin-bottom: 0.35rem;
	}

	.nps-num {
		border-width: 2px;
		min-width: 1.45em;
		height: 1.45em;
		font-size: 0.78em;
	}

	.yn-scale {
		gap: 0.75rem;
	}

	.yn-label {
		min-width: 4.75rem;
		height: 2rem;
		font-size: 0.875em;
	}

	.survey-textarea {
		min-height: 6rem;
		font-size: 0.875em;
	}
}

@media (max-width: 380px) {
	html {
		font-size: 15px;
	}

	.icons.style1 {
		font-size: 1.35em;
	}

	.nps-scale--starlike {
		font-size: 1.3em;
	}

	.nps-scale--starlike .nps-option {
		margin-left: 0.15rem;
		margin-right: 0.15rem;
	}
}