.hide-mobile {
	display: initial;
}

.sw-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sw-header--center, .sw-header--split, .sw-header--masthead {
	height: auto;
}

.sw-header--split {
	border-bottom: none;
}

.sw-header--masthead .sw-header-masthead {
	display: block;
	height: auto;
}

.sw-footer--dark .sw-footer-top, .sw-footer--minimal .sw-footer-top {
	padding: 0;
	border-bottom: none;
}

.sw-footer--centered .sw-footer-top {
	border-bottom: none;
}

.sw-footer--minimal .sw-footer-bottom {
	padding: 0;
}

.sw-topbar--dark {
	background: #15162e;
	color: #c7c9e2;
	font-size: .78rem;
}

.sw-topbar--dark .sw-topbar-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--sw-topbar-height,34px);
}

.sw-topbar--dark .sw-topbar-side {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sw-topbar--dark .sw-topbar-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sw-topbar--dark .sw-topbar-date svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.sw-topbar--dark .sw-topbar-links {
	display: flex;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sw-topbar--dark .sw-topbar-links li {
	margin: 0;
}

.sw-topbar--dark .sw-topbar-links a {
	color: inherit;
	text-decoration: none;
	transition: color var(--sw-transition);
}

.sw-topbar--dark .sw-topbar-links a:hover {
	color: var(--sw-gold);
}

.sw-topbar--dark .sw-topbar-social {
	display: flex;
	gap: 4px;
}

.sw-topbar--dark .sw-topbar-social a {
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: inherit;
	text-decoration: none;
	transition: background var(--sw-transition);
}

.sw-topbar--dark .sw-topbar-social a:hover {
	background: rgba(255,255,255,.15);
	color: #fff;
}

.sw-topbar--brand {
	background: var(--sw-red);
	color: #fff;
	font-size: .8rem;
	font-weight: 500;
}

.sw-topbar--brand .sw-topbar-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 38px;
}

.sw-topbar--brand .sw-topbar-brand-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 900;
	white-space: nowrap;
}

.sw-topbar--brand .sw-topbar-brand-links {
	display: flex;
	gap: 22px;
	overflow: hidden;
	flex: 1;
	min-width: 0;
}

.sw-topbar--brand .sw-topbar-brand-links a {
	color: #fff;
	text-decoration: none;
	opacity: .92;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 48%;
}

.sw-topbar--brand .sw-topbar-brand-links a:hover {
	opacity: 1;
	text-decoration: underline;
}

.sw-topbar--brand .sw-topbar-date {
	white-space: nowrap;
	opacity: .85;
}

.sw-header--center {
	background: var(--sw-white);
	border-bottom: 1px solid var(--sw-blue-lite);
}

.sw-header--center .sw-header-center-row {
	max-width: 1320px;
	margin: 0 auto;
	padding: 12px 20px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
}

.sw-header--center .sw-header-center-side {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sw-header--center .sw-header-center-side--end {
	justify-content: flex-end;
}

.sw-header--center .sw-header-center-logo {
	display: flex;
	justify-content: center;
}

.sw-header--center .sw-header-navrow {
	background: var(--sw-blue-dark);
}

.sw-header--center .sw-header-navrow-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

.sw-header--center .sw-nav--dark {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 46px;
	white-space: nowrap;
}

.sw-header--center .sw-nav--dark a {
	color: rgba(255,255,255,.75);
	text-decoration: none;
	font-weight: 700;
	font-size: .9rem;
	padding: 13px 16px;
	display: inline-block;
	border-bottom: 3px solid transparent;
	transition: color var(--sw-transition);
}

.sw-header--center .sw-nav--dark a:hover {
	color: #fff;
}

.sw-header--center .sw-nav--dark .current-menu-item > a, .sw-header--center .sw-nav--dark a.sw-active {
	color: #fff;
	border-bottom-color: var(--sw-gold);
}

.sw-header--split {
	background: var(--sw-blue-dark);
	color: #fff;
}

.sw-header--split .sw-header-split-top {
	max-width: 1320px;
	margin: 0 auto;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.sw-header--split .sw-logo-text-ar, .sw-header--split .sw-logo-url {
	color: #fff;
}

.sw-header--split .sw-logo-clock svg circle, .sw-header--split .sw-logo-clock svg path, .sw-header--split .sw-logo-clock svg line {
	stroke: #fff;
}

.sw-header--split .sw-logo-clock svg circle[fill] {
	fill: var(--sw-gold);
}

.sw-header--split .sw-header-subbar {
	background: rgba(0,0,0,.25);
	border-top: 1px solid rgba(255,255,255,.12);
}

.sw-header--split .sw-header-subbar-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

.sw-header--split .sw-nav--sub {
	display: flex;
	align-items: center;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	white-space: nowrap;
	font-size: .88rem;
}

.sw-header--split .sw-nav--sub a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
	transition: color var(--sw-transition);
}

.sw-header--split .sw-nav--sub a:hover, .sw-header--split .sw-nav--sub .current-menu-item > a {
	color: #fff;
}

.sw-header--split .sw-header-search input {
	background: rgba(255,255,255,.12);
	border-color: transparent;
	color: #fff;
}

.sw-header--split .sw-header-search input::placeholder {
	color: rgba(255,255,255,.55);
}

.sw-header--split .sw-hamburger span {
	background: #fff;
}

.sw-header--masthead {
	background: var(--sw-white);
	border-bottom: 4px double var(--sw-blue-dark);
}

.sw-header--masthead .sw-header-masthead {
	max-width: 1320px;
	margin: 0 auto;
	padding: 18px 20px 16px;
}

.sw-header--masthead .sw-masthead-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .78rem;
	color: #777;
}

.sw-header--masthead .sw-masthead-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sw-header--masthead .sw-masthead-logo {
	display: flex;
	justify-content: center;
	margin: 10px 0 14px;
}

.sw-site-logo--lg .sw-logo-clock svg {
	width: 60px;
	height: 60px;
}

.sw-site-logo--lg .sw-logo-text-ar {
	font-size: 2rem;
}

.sw-header--masthead .sw-masthead-nav {
	display: flex;
	justify-content: center;
}

.sw-header--masthead .sw-nav--pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sw-header--masthead .sw-nav--pills a {
	display: inline-block;
	padding: 7px 16px;
	border-radius: 999px;
	color: var(--sw-blue-dark);
	text-decoration: none;
	font-weight: 700;
	font-size: .88rem;
	transition: all var(--sw-transition);
}

.sw-header--masthead .sw-nav--pills a:hover {
	background: var(--sw-blue-lite);
}

.sw-header--masthead .sw-nav--pills .current-menu-item > a, .sw-header--masthead .sw-nav--pills a.sw-active {
	background: var(--sw-blue-dark);
	color: #fff;
}

.sw-header--masthead .sw-masthead-search {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.sw-nav--dark > li, .sw-nav--sub > li, .sw-nav--pills > li {
	position: relative;
}

.sw-nav-dropdown .sw-nav-dropdown {
	top: 0;
	right: 100%;
	border-top: none;
	border-right: 3px solid var(--sw-red);
	border-radius: var(--sw-radius) 0 0 var(--sw-radius);
}

.sw-nav-dropdown li {
	position: relative;
}

.sw-nav-dropdown li:hover > .sw-nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sw-nav--dark > li:hover > .sw-nav-dropdown, .sw-nav--sub > li:hover > .sw-nav-dropdown, .sw-nav--pills > li:hover > .sw-nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sw-nav--dark .sw-nav-caret, .sw-nav--sub .sw-nav-caret {
	opacity: .7;
	font-size: .75em;
}

.sw-nav--pills > li > .sw-nav-dropdown {
	margin-top: 6px;
}

.sw-header-social {
	display: flex;
	gap: 4px;
}

.sw-header-social a {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--sw-blue-dark);
	text-decoration: none;
	transition: background var(--sw-transition);
}

.sw-header-social a:hover {
	background: var(--sw-blue-lite);
}

.sw-footer--dark {
	background: #15162e;
	color: #aab;
}

.sw-footer--dark .sw-footer-grid--4 {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 32px;
	padding: 48px 0;
}

.sw-footer--dark .sw-footer-brand-name {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
}

.sw-footer--dark .sw-footer-desc {
	color: #9a9cba;
	line-height: 1.7;
	margin-top: 10px;
}

.sw-footer--dark .sw-footer-col-title {
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 14px;
	position: relative;
	padding-bottom: 8px;
}

.sw-footer--dark .sw-footer-col-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28px;
	height: 3px;
	background: var(--sw-gold);
	border-radius: 2px;
}

.sw-footer--dark .sw-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sw-footer--dark .sw-footer-links a {
	color: #9a9cba;
	text-decoration: none;
	font-size: .9rem;
	transition: color var(--sw-transition);
}

.sw-footer--dark .sw-footer-links a:hover {
	color: var(--sw-gold);
}

.sw-footer--dark .sw-footer-social {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.sw-footer--dark .sw-footer-social a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: #c7c9e2;
	text-decoration: none;
	transition: all var(--sw-transition);
}

.sw-footer--dark .sw-footer-social a:hover {
	background: var(--sw-gold);
	color: #15162e;
}

.sw-footer--dark .sw-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 18px 0;
	font-size: .8rem;
}

.sw-footer--dark .sw-footer-bottom a {
	color: #c7c9e2;
}

.sw-footer--centered {
	background: var(--sw-white);
	border-top: 1px solid var(--sw-blue-lite);
	text-align: center;
}

.sw-footer--centered .sw-footer-top {
	padding: 48px 0 32px;
}

.sw-footer--centered .sw-footer-brand-name {
	font-size: 1.6rem;
	font-weight: 900;
	color: var(--sw-blue-dark);
	text-decoration: none;
}

.sw-footer--centered .sw-footer-desc {
	max-width: 620px;
	margin: 14px auto 20px;
	color: #667;
	line-height: 1.8;
}

.sw-footer--centered .sw-footer-social {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 22px;
}

.sw-footer--centered .sw-footer-social a {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--sw-off-white);
	color: var(--sw-blue-dark);
	text-decoration: none;
	transition: all var(--sw-transition);
}

.sw-footer--centered .sw-footer-social a:hover {
	background: var(--sw-blue);
	color: #fff;
}

.sw-footer--centered .sw-footer-bottom {
	border-top: 1px solid var(--sw-blue-lite);
	padding: 16px 0;
	font-size: .8rem;
	color: #778;
}

.sw-footer-links--inline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 22px;
}

.sw-footer-links--inline li {
	margin: 0;
}

.sw-footer-links--inline a {
	color: var(--sw-blue-dark);
	text-decoration: none;
	font-weight: 700;
	font-size: .88rem;
	transition: color var(--sw-transition);
}

.sw-footer-links--inline a:hover {
	color: var(--sw-red);
}

.sw-footer--minimal {
	background: var(--sw-white);
	border-top: 3px solid var(--sw-blue-dark);
}

.sw-footer--minimal .sw-footer-minimal-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 22px 20px;
}

.sw-footer--minimal .sw-footer-brand-name {
	font-size: 1.2rem;
	font-weight: 900;
	color: var(--sw-blue-dark);
	text-decoration: none;
}

.sw-footer--minimal .sw-footer-minimal-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 20px;
	border-top: 1px solid var(--sw-blue-lite);
	font-size: .78rem;
	color: #778;
}

.sw-footer--minimal .sw-footer-social--sm a {
	width: 28px;
	height: 28px;
	font-size: .8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--sw-off-white);
	color: var(--sw-blue-dark);
	text-decoration: none;
}

.sw-footer--minimal .sw-footer-social {
	display: flex;
	gap: 6px;
}

.sw-col-block + .sw-col-block {
	margin-top: 28px;
}

.sw-section-header {
	--sw-sech: var(--sw-red);
	position: relative;
}

.sw-sech--pillar .sw-section-title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.sw-sech--pillar .sw-section-title::before {
	content: '';
	width: 6px;
	align-self: stretch;
	min-height: 26px;
	background: var(--sw-sech);
	border-radius: 999px;
}

.sw-sech--underline {
	border-bottom: 1px solid var(--sw-blue-lite);
}

.sw-sech--underline::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 50px;
	height: 3px;
	background: var(--sw-sech);
	transition: width .35s cubic-bezier(.4,0,.2,1);
}

.sw-sech--underline:hover::after {
	width: 100%;
}

.sw-sech--double {
	border-bottom: 3px double var(--sw-blue-mid);
}

.sw-sech--double .sw-section-title {
	color: var(--sw-sech);
}

.sw-sech--livedot .sw-section-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.sw-sech--livedot .sw-section-title::before {
	content: '';
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	background: var(--sw-sech);
	border-radius: 50%;
	animation: sw-sech-pulse 2s infinite;
}

.sw-sech--number {
	border-bottom: 2px solid var(--sw-blue-dark);
}

.sw-sech--number .sw-section-title {
	position: relative;
	z-index: 1;
	padding-right: 14px;
}

.sw-sech--number .sw-section-title::after {
	content: attr(data-num);
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	color: var(--sw-sech);
	opacity: .12;
	z-index: -1;
	pointer-events: none;
}

.sw-sech--dark {
	background: var(--sw-blue-dark);
	border-bottom: none;
	border-radius: var(--sw-radius-lg);
	padding: 16px 20px;
	margin-bottom: 24px;
}

.sw-sech--dark .sw-section-title {
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.sw-sech--dark .sw-section-title::before {
	content: '';
	width: 6px;
	height: 24px;
	background: var(--sw-gold);
	border-radius: 2px;
}

.sw-sech--dark .sw-section-more {
	color: rgba(255,255,255,.8);
}

.sw-sech--dark .sw-section-more:hover {
	color: var(--sw-gold);
}

.sw-sech--overline {
	border-top: 4px solid var(--sw-sech);
	border-bottom: 1px solid var(--sw-blue-lite);
	padding-top: 12px;
}

.sw-sech--ribbon {
	padding-right: 18px;
	border-bottom: 1px solid var(--sw-blue-lite);
}

.sw-sech--ribbon::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 12px;
	width: 6px;
	background: linear-gradient(to bottom, var(--sw-sech), var(--sw-gold));
	border-radius: 999px;
}

.sw-sech--pill {
	border-bottom: 2px solid var(--sw-blue-lite);
	align-items: center;
}

.sw-sech--pill .sw-section-title {
	background: var(--sw-sech);
	color: #fff;
	padding: 6px 22px;
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.sw-sech--gradline {
	border-bottom: none;
}

.sw-sech--gradline::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(to left, var(--sw-sech), transparent);
	border-radius: 999px;
}

.sw-sech--flag {
	border-bottom: none;
	align-items: center;
}

.sw-sech--flag .sw-section-title {
	background: var(--sw-sech);
	color: #fff;
	padding: 9px 22px 9px 16px;
	position: relative;
	border-radius: var(--sw-radius) 0 0 var(--sw-radius);
}

.sw-sech--flag .sw-section-title::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-right: 15px solid var(--sw-sech);
}

.sw-sech--boxed {
	border: 2px solid var(--sw-blue-lite);
	border-radius: var(--sw-radius-lg);
	padding: 14px 18px;
	transition: border-color var(--sw-transition);
}

.sw-sech--boxed:hover {
	border-color: var(--sw-sech);
}

.sw-sech--boxed .sw-section-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.sw-sech--boxed .sw-section-title::before {
	content: '';
	width: 11px;
	height: 11px;
	background: var(--sw-sech);
	border-radius: 50%;
}

.sw-sech--tint {
	background: var(--sw-blue-lite);
	border-bottom: none;
	border-right: 6px solid var(--sw-sech);
	border-radius: var(--sw-radius);
	padding: 14px 18px;
}

.sw-sech--centered {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: none;
	gap: 10px;
}

.sw-sech--centered .sw-section-title {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.sw-sech--centered .sw-section-title::after {
	content: '';
	width: 56px;
	height: 3px;
	background: linear-gradient(to left, var(--sw-sech), var(--sw-gold));
	border-radius: 999px;
}

.sw-section-dark .sw-sech--pillar .sw-section-title, .sw-section-black .sw-sech--pillar .sw-section-title, .sw-section-dark .sw-sech--boxed .sw-section-title, .sw-section-black .sw-sech--boxed .sw-section-title {
	color: #fff;
}

.sw-section-dark .sw-sech--tint, .sw-section-black .sw-sech--tint {
	background: rgba(255,255,255,.07);
}

.wpcf7-form {
	direction: rtl;
	text-align: right;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	max-width: 800px;
	margin: 0 auto;
}

.seniorita-form-section {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 25px 30px;
	margin-bottom: 25px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.04);
	transition: all 0.3s ease;
}

.seniorita-form-section:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.seniorita-form-section h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: 700;
	color: #1e3c72;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
	position: relative;
}

.seniorita-form-section h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #cda34f;
	margin-top: 5px;
	border-radius: 2px;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 5px;
}

.form-row.two-columns .form-field {
	flex: 1 1 calc(50% - 10px);
	min-width: 240px;
}

.form-field {
	margin-bottom: 18px;
	width: 100%;
}

.form-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 7px;
	color: #2c3e50;
	font-size: 0.95em;
}

.form-field .field-hint {
	font-size: 0.85em;
	color: #7f8c8d;
	margin-top: -5px;
	margin-bottom: 12px;
	line-height: 1.4;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form select, .wpcf7-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	font-size: 1rem;
	font-family: inherit;
	background-color: #fafafa;
	transition: border-color 0.25s, box-shadow 0.25s;
	box-sizing: border-box;
}

.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
	outline: none;
	border-color: #1e3c72;
	box-shadow: 0 0 0 3px rgba(30,60,114,0.1);
	background-color: #fff;
}

.wpcf7-form textarea {
	min-height: 130px;
	resize: vertical;
}

.wpcf7-form select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%22%20stroke%3D%22%23555%22%20stroke-width%3D%222%22%20fill%3D%22none%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding-left: 40px;
}

.checkbox-group {
	margin-bottom: 15px;
}

.checkbox-group .wpcf7-list-item {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 8px;
}

.checkbox-group .wpcf7-list-item label {
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 0.95em;
}

.checkbox-field .wpcf7-list-item {
	margin-bottom: 8px;
}

.checkbox-field .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 400;
	font-size: 0.95em;
	cursor: pointer;
	color: #2c3e50;
}

.checkbox-field input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #1e3c72;
}

.form-submit {
	text-align: center;
	margin-top: 15px;
}

.wpcf7-form-control.wpcf7-select {
	color: #000;
}

.wpcf7-submit {
	background-color: #1e3c72;
	color: white;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 15px 45px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s;
	letter-spacing: 0.5px;
	box-shadow: 0 6px 18px rgba(30,60,114,0.3);
}

.wpcf7-submit:hover {
	background-color: #15305a;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(30,60,114,0.4);
}

.wpcf7-reset {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 12px 30px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	transition: 0.3s;
}

.wpcf7-reset:hover {
	background-color: #e0e0e0;
	border-color: #aaa;
}

.form-note {
	text-align: center;
	margin-top: 25px;
	padding: 12px 20px;
	background-color: #f4f7fc;
	border-radius: 8px;
	font-size: 0.95em;
	color: #2c3e50;
	border: 1px dashed #a0b4cc;
}

.wpcf7-not-valid-tip {
	color: #e74c3c;
	font-size: 0.85em;
	margin-top: 5px;
}

.sw-mobile-nav-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	background: linear-gradient(135deg, var(--yrp-navy) 0%, #0a1628 100%);
	border-bottom: 2px solid var(--yrp-gold);
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.sw-mobile-nav-header .sw-logo-text-ar {
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff !important;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.sw-mobile-nav-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 8px;
	background: rgba(255,255,255,0.08);
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s ease;
	backdrop-filter: blur(4px);
	-webkit-tap-highlight-color: transparent;
}

.sw-mobile-nav-close:hover {
	background: rgba(200,168,75,0.2);
	border-color: var(--yrp-gold);
	color: var(--yrp-gold-light);
}

.sw-mobile-nav-menu {
	padding: 12px 16px;
	background: linear-gradient(180deg, rgba(10,22,48,0.98) 0%, rgba(8,20,44,0.98) 100%);
	backdrop-filter: blur(14px);
}

.sw-mobile-nav-menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sw-mobile-nav-menu .menu-item {
	margin-bottom: 4px;
	opacity: 0;
	animation: yrp-fade-in 0.3s ease forwards;
}

.sw-mobile-nav-menu .menu-item:nth-child(1) {
	animation-delay: 0.05s;
}

.sw-mobile-nav-menu .menu-item:nth-child(2) {
	animation-delay: 0.10s;
}

.sw-mobile-nav-menu .menu-item:nth-child(3) {
	animation-delay: 0.15s;
}

.sw-mobile-nav-menu .menu-item:nth-child(4) {
	animation-delay: 0.20s;
}

.sw-mobile-nav-menu .menu-item:nth-child(5) {
	animation-delay: 0.25s;
}

.sw-mobile-nav-menu .menu-item:nth-child(6) {
	animation-delay: 0.30s;
}

.sw-mobile-nav-menu .menu-item:nth-child(7) {
	animation-delay: 0.35s;
}

.sw-mobile-nav-menu .menu-item a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 16px;
	border-radius: 10px;
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.06);
	transition: all 0.2s ease;
	position: relative;
}

.sw-mobile-nav-menu .menu-item a::before {
	content: '\f101';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 12px;
	color: var(--yrp-gold);
	flex-shrink: 0;
	opacity: 0.6;
}

.sw-mobile-nav-menu .menu-item a:hover, .sw-mobile-nav-menu .menu-item a:focus-visible {
	background: rgba(200,168,75,0.15);
	border-color: var(--yrp-gold);
	color: var(--yrp-gold-light);
	outline: none;
}

.sw-mobile-nav-menu .menu-item a:hover::before {
	opacity: 1;
}

.sw-mobile-nav-menu .current-menu-item > a {
	background: rgba(200,168,75,0.12);
	border-color: rgba(200,168,75,0.3);
	color: #fff;
	font-weight: 700;
}

.sw-mobile-nav-menu .nashwan-ml-menu-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,0.12);
}

.nashwan-ml-switcher {
	display: flex;
	justify-content: center;
}

.nashwan-ml-dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 10px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.85);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.nashwan-ml-dropdown-toggle img {
	border-radius: 2px;
}

.nashwan-ml-dropdown-toggle:hover {
	background: rgba(200,168,75,0.18);
	border-color: var(--yrp-gold);
	color: var(--yrp-gold-light);
}

.nashwan-ml-dropdown-menu {
	list-style: none;
	margin: 8px 0 0;
	padding: 8px;
	border-radius: 10px;
	background: rgba(10,22,48,0.95);
	border: 1px solid rgba(200,168,75,0.25);
	box-shadow: 0 12px 30px rgba(0,0,0,0.5);
	backdrop-filter: blur(12px);
	display: none;
}

.nashwan-ml-dropdown[aria-expanded="true"] .nashwan-ml-dropdown-menu {
	display: block;
}

.nashwan-ml-dropdown-menu li a {
	display: flex !important;
	align-items: center;
	gap: 8px;
	padding: 10px 14px !important;
	border-radius: 8px !important;
	color: rgba(255,255,255,0.85) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: background 0.2s !important;
	background: transparent !important;
	border: none !important;
}

.nashwan-ml-dropdown-menu li a:hover {
	background: rgba(200,168,75,0.15) !important;
	color: var(--yrp-gold-light) !important;
}

.nashwan-ml-flag {
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.sw-archive-desc {
	margin: 0 0 32px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: var(--yrp-text-mid,#4a4a6a);
	text-align: start;
}

.sw-archive-desc p {
	margin: 0;
	max-width: 700px;
}

@media (max-width: 860px) {
	.hide-mobile {
		display: none !important;
	}

	.sw-header--center .sw-header-center-row {
		grid-template-columns: auto 1fr auto;
		padding: 10px 14px;
	}

	/* البحث على الجوال: أيقونة دائرية (بدل الإخفاء الكامل) */
	.sw-header--center .sw-header-search,
	.sw-header--split .sw-header-search,
	.sw-masthead-search .sw-header-search {
		width: 40px;
		height: 40px;
		padding: 0;
		border-radius: 50%;
		justify-content: center;
		background: var(--sw-gray-100);
		cursor: pointer;
	}

	.sw-header--center .sw-header-search input,
	.sw-header--split .sw-header-search input,
	.sw-masthead-search .sw-header-search input {
		position: absolute;
		width: 0;
		padding: 0;
		opacity: 0;
		pointer-events: none;
	}

	.sw-header--center .sw-header-search .search-submit,
	.sw-header--split .sw-header-search .search-submit,
	.sw-masthead-search .sw-header-search .search-submit {
		width: 40px;
		height: 40px;
		display: grid;
		place-items: center;
	}

	.sw-header--center .sw-header-search .sw-search-icon,
	.sw-header--split .sw-header-search .sw-search-icon,
	.sw-masthead-search .sw-header-search .sw-search-icon {
		display: block;
	}

	.sw-header--center .sw-header-search .sw-search-label,
	.sw-header--split .sw-header-search .sw-search-label,
	.sw-masthead-search .sw-header-search .sw-search-label {
		display: none;
	}

	/* الحالة المفتوحة تعمل لكل التخطيطات عبر القاعدة المشتركة في style.css */
	.sw-masthead-search {
		display: block;
	}

	.sw-site-logo--lg .sw-logo-clock svg {
		width: 44px;
		height: 44px;
	}

	.sw-site-logo--lg .sw-logo-text-ar {
		font-size: 1.4rem;
	}

	.sw-header--masthead .sw-nav--pills a {
		padding: 6px 12px;
		font-size: .8rem;
	}

	.sw-footer--dark .sw-footer-grid--4 {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
		padding: 32px 0;
	}

	.sw-footer--minimal .sw-footer-minimal-row, .sw-footer--minimal .sw-footer-minimal-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.sw-footer--dark .sw-footer-grid--4 {
		grid-template-columns: 1fr;
	}

	.sw-topbar--brand .sw-topbar-brand-links a {
		max-width: 100%;
	}

	.sw-topbar--brand .sw-topbar-brand-links a + a {
		display: none;
	}

	.sw-topbar--dark .sw-topbar-links {
		display: none;
	}

	.sw-topbar--dark .sw-topbar-inner {
		flex-wrap: wrap;
		padding: 4px 14px;
		gap: 6px;
	}

	.sw-header--masthead .sw-masthead-meta {
		flex-wrap: wrap;
		gap: 6px;
		justify-content: center;
	}
}

@keyframes sw-sech-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(227,27,35,.35);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(227,27,35,0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(227,27,35,0);
	}
}

@media (max-width: 600px) {
	.sw-sech--number .sw-section-title::after {
		font-size: 44px;
		right: -8px;
	}

	.sw-sech--flag .sw-section-title {
		width: 100%;
		border-radius: var(--sw-radius);
	}

	.sw-sech--flag .sw-section-title::after {
		display: none;
	}

	.sw-sech--pill .sw-section-title {
		font-size: 1rem;
		padding: 5px 16px;
	}
}

@media (max-width: 768px) {
	.seniorita-form-section {
		padding: 20px 15px;
	}

	.form-row.two-columns .form-field {
		flex: 1 1 100%;
	}

	.wpcf7-submit {
		width: 100%;
		padding: 15px;
	}
}

@keyframes yrp-fade-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.sw-archive-desc {
		font-size: 15px;
		margin-bottom: 24px;
		padding-bottom: 16px;
	}
}

/* ????? ???? ??????? ?????? ??? (???? ?? home.css ????? ?? ???????) */
.screen-reader-text{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);clip-path:inset(50%);
  white-space:nowrap;border:0;
}
