/* ============================================================
   City International School - clean frontend design (RTL)
   ============================================================ */

:root {
	--heading_font_family: 'Tajawal', sans-serif;
	--body_font_family: 'Tajawal', sans-serif;
}

body,
body * {
	font-family: 'Tajawal', 'Open Sans', Arial, sans-serif;
}

body {
	background: #ffffff;
	color: #33405c;
	-webkit-font-smoothing: antialiased;
}

.city-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ============ WHITE HEADER ============ */
.city-site-main {
	display: block;
}

.city-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #ffffff;
	border-bottom: 1px solid #e8edf5;
	box-shadow: 0 2px 12px rgba(11, 61, 145, 0.06);
}
.city-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 80px;
	position: relative;
}
.city-header__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
}
.city-header__logo {
	width: 54px;
	height: 54px;
	object-fit: contain;
	border-radius: 10px;
}
.city-header__name {
	font-size: 20px;
	font-weight: 800;
	color: #0b3d91;
	white-space: nowrap;
}
.city-header__nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.city-header__menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.city-header__menu li {
	position: relative;
}
.city-header__menu li a {
	display: block;
	padding: 10px 14px;
	color: #33405c;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	transition: color .2s ease, background .2s ease;
}
.city-header__menu li a:hover,
.city-header__menu li.current-menu-item a,
.city-header__menu li.current_page_item a {
	color: #0b3d91;
	background: #eef3fb;
}
.city-header__login {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #0b3d91;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	padding: 10px 18px;
	border-radius: 10px;
	transition: background .2s ease, transform .15s ease;
	white-space: nowrap;
}
.city-header__login:hover {
	background: #092f73;
	transform: translateY(-1px);
}
.city-header__burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 8px;
}
.city-header__burger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #0b3d91;
	border-radius: 2px;
}
.city-header__mobile {
	display: none;
	border-top: 1px solid #e8edf5;
	background: #ffffff;
	padding: 8px 20px;
}
.city-header__menu--mobile {
	display: block;
}
.city-header__menu--mobile li a {
	display: block;
	padding: 12px 4px;
}
.city-header.is-open .city-header__mobile {
	display: block;
}

/* ============ HERO SLIDER ============ */
.city-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #ffffff;
	background: #0b3d91;
}
.city-hero__slides {
	position: absolute;
	inset: 0;
}
.city-hero__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.04);
	transition: opacity .9s ease, transform 1.1s ease, visibility .9s;
}
.city-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	z-index: 2;
}
.city-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.city-hero__bg--1 {
	background: linear-gradient(135deg, #062a63 0%, #0b3d91 48%, #124d9e 100%);
}
.city-hero__bg--2 {
	background: linear-gradient(135deg, #0b4e38 0%, #178a52 52%, #26a65b 100%);
}
.city-hero__bg--3 {
	background: linear-gradient(135deg, #06445e 0%, #0b6b94 50%, #1091b8 100%);
}
.city-hero__bg::before,
.city-hero__bg::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.city-hero__bg::before {
	width: 560px;
	height: 560px;
	top: -180px;
	inset-inline-end: -140px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.10), transparent 62%);
}
.city-hero__bg::after {
	width: 420px;
	height: 420px;
	bottom: -160px;
	inset-inline-start: -120px;
	background: radial-gradient(circle, rgba(46, 158, 91, 0.22), transparent 60%);
}
.city-hero__bg--1::before {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}
.city-hero__bg--2::after {
	background: radial-gradient(circle, rgba(125, 231, 160, 0.18), transparent 60%);
}
.city-hero__bg--3::before {
	background: radial-gradient(circle, rgba(109, 213, 240, 0.18), transparent 62%);
}
.city-hero__inner {
	position: relative;
	z-index: 3;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}
.city-hero__logo {
	display: inline-block;
	margin-bottom: 20px;
}
.city-hero__logo-img {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #ffffff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.30);
	background: #ffffff;
	padding: 5px;
	display: block;
	animation: city-float 4.5s ease-in-out infinite;
}
@keyframes city-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}
.city-hero__tag,
.city-hero__kicker {
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #dce7ff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 8px 20px;
	border-radius: 30px;
	margin-bottom: 18px;
	backdrop-filter: blur(4px);
}
.city-hero__kicker {
	border-color: rgba(109, 213, 240, 0.55);
	color: #7dd5ef;
	background: rgba(109, 213, 240, 0.12);
}
.city-hero__title {
	font-size: 52px;
	font-weight: 800;
	margin: 8px 0 16px;
	color: #ffffff;
	line-height: 1.25;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.25);
}
.city-hero__subtitle {
	font-size: 19px;
	color: #dbe6ff;
	margin: 0 auto 34px;
	max-width: 660px;
	line-height: 1.9;
}
.city-hero__slide .city-hero__tag,
.city-hero__slide .city-hero__kicker,
.city-hero__slide .city-hero__logo,
.city-hero__slide .city-hero__title,
.city-hero__slide .city-hero__subtitle,
.city-hero__slide .city-hero__actions {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s ease, transform .7s ease;
}
.city-hero__slide.is-active .city-hero__tag,
.city-hero__slide.is-active .city-hero__logo {
	transition-delay: .25s;
}
.city-hero__slide.is-active .city-hero__title {
	transition-delay: .4s;
}
.city-hero__slide.is-active .city-hero__subtitle {
	transition-delay: .55s;
}
.city-hero__slide.is-active .city-hero__actions {
	transition-delay: .7s;
}
.city-hero__slide.is-active .city-hero__tag,
.city-hero__slide.is-active .city-hero__kicker,
.city-hero__slide.is-active .city-hero__logo,
.city-hero__slide.is-active .city-hero__title,
.city-hero__slide.is-active .city-hero__subtitle,
.city-hero__slide.is-active .city-hero__actions {
	opacity: 1;
	transform: translateY(0);
}
.city-hero__actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
.city-hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
	backdrop-filter: blur(4px);
}
.city-hero__arrow:hover {
	background: rgba(255, 255, 255, 0.24);
	transform: translateY(-50%) scale(1.06);
}
.city-hero__arrow--prev {
	inset-inline-start: 28px;
}
.city-hero__arrow--next {
	inset-inline-end: 28px;
}
.city-hero__dots {
	position: absolute;
	bottom: 26px;
	left: 0;
	right: 0;
	z-index: 6;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.city-hero__dot {
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.35);
	border: 0;
	cursor: pointer;
	padding: 0;
	transition: width .3s ease, background .3s ease;
}
.city-hero__dot.is-active {
	width: 34px;
	background: #ffffff;
}

/* ============ BUTTONS ============ */
.city-btn {
	display: inline-block;
	padding: 13px 28px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none !important;
	border: 2px solid;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.city-btn:hover {
	transform: translateY(-2px);
}
.city-btn--primary {
	background: #2e9e5b;
	border-color: #2e9e5b;
	color: #ffffff !important;
	box-shadow: 0 6px 16px rgba(46, 158, 91, 0.35);
}
.city-btn--primary:hover {
	background: #24864c;
	border-color: #24864c;
}
.city-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}
.city-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* ============ STATS INFOGRAPHIC ============ */
.city-infographic {
	background: linear-gradient(180deg, #ffffff 0%, #f0f6fc 100%);
	border-bottom: 1px solid #e8edf5;
	padding: 64px 0 72px;
}
.city-infographic__head {
	margin-bottom: 40px;
}
.city-infographic__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.city-fig {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e3eaf4;
	border-radius: 18px;
	padding: 26px 18px 24px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	overflow: hidden;
}
.city-fig::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: linear-gradient(90deg, #0b3d91, #0e94c8);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .35s ease;
}
.city-fig:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(11, 61, 145, 0.14);
	border-color: #bcd6ef;
}
.city-fig:hover::before {
	transform: scaleX(1);
}
.city-fig__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	background: rgba(11, 61, 145, 0.08);
	color: #0b3d91;
	transition: background .25s ease, transform .3s ease;
}
.city-fig:hover .city-fig__icon {
	background: #0b3d91;
	transform: scale(1.08) rotate(-4deg);
}
.city-fig__icon svg {
	width: 26px;
	height: 26px;
}
.city-fig__num {
	display: flex;
	align-items: baseline;
	gap: 3px;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	color: #0b3d91;
	font-variant-numeric: tabular-nums;
}
.city-fig__unit {
	font-size: 22px;
	font-weight: 800;
	color: #0e94c8;
}
.city-fig__label {
	font-size: 15px;
	font-weight: 600;
	color: #59628a;
}
@media (max-width: 900px) {
	.city-infographic__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
	.city-infographic { padding: 48px 0 54px; }
	.city-infographic__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
	.city-fig { padding: 20px 12px 18px; }
	.city-fig__num { font-size: 30px; }
}

/* legacy desktop rule kept for any leftover markup */
.city-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 36px 0; }

/* ============ SECTIONS ============ */
.city-section {
	padding: 74px 0;
}
.city-section--tinted {
	background: #f3f6fc;
}
.city-section--navy {
	background: #0b3d91;
	color: #ffffff;
}
.city-section__head {
	text-align: center;
	margin-bottom: 46px;
}
.city-section__tag {
	display: inline-block;
	background: #eef3fb;
	color: #0b3d91;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 18px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.city-section__title {
	font-size: 34px;
	font-weight: 800;
	color: #0b3d91;
	margin: 0 0 12px;
	line-height: 1.3;
}
.city-section--navy .city-section__title,
.city-section--navy .city-section__tag {
	color: #ffffff;
}
.city-section--navy .city-section__tag {
	background: rgba(255, 255, 255, 0.14);
}
.city-section__subtitle {
	font-size: 17px;
	color: #6a7590;
	max-width: 660px;
	margin: 0 auto;
	line-height: 1.8;
}
.city-section--navy .city-section__subtitle {
	color: #dbe6ff;
}

/* ============ ABOUT ============ */
.city-about {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 44px;
	align-items: start;
}
.city-about__text {
	font-size: 17px;
	line-height: 2;
	color: #49557a;
}
.city-about__text p {
	margin: 0 0 18px;
}
.city-about__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.city-about__list li {
	position: relative;
	padding-inline-start: 30px;
	margin-bottom: 12px;
}
.city-about__list li::before {
	content: '';
	position: absolute;
	inset-inline-start: 0;
	top: 6px;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2343c370" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') no-repeat center;
	background-size: contain;
}
.city-about__card {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 8px 24px rgba(11, 61, 145, 0.08);
	border-top: 4px solid #2e9e5b;
	text-align: center;
}
.city-about__card-icon {
	width: 44px;
	height: 44px;
	color: #2e9e5b;
	margin: 0 auto 14px;
}
.city-about__card-title {
	font-size: 21px;
	color: #0b3d91;
	display: block;
	margin-bottom: 8px;
}
.city-about__card-text {
	font-size: 15px;
	color: #59628a;
	line-height: 1.9;
	margin: 0;
}

/* ============ CARDS GRID ============ */
.city-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.city-card {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease;
}
.city-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(11, 61, 145, 0.12);
}
.city-card__icon {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	margin-bottom: 16px;
}
.city-card__icon svg {
	width: 26px;
	height: 26px;
}
.city-card__icon--blue { background: #e8f1fd; color: #0b5fd9; }
.city-card__icon--navy { background: #e7f3fd; color: #0e94c8; }
.city-card__icon--orange { background: #e2f4e8; color: #2e9e5b; }
.city-card__icon--green { background: #e7f6ec; color: #2e9e5b; }
.city-card__title {
	font-size: 20px;
	font-weight: 700;
	color: #0b3d91;
	margin: 0 0 10px;
}
.city-card__text {
	font-size: 15px;
	color: #59628a;
	line-height: 1.9;
	margin: 0;
}

/* ============ FEATURES ============ */
.city-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.city-feature {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	padding: 34px 28px;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease;
}
.city-feature:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(11, 61, 145, 0.1);
}
.city-feature__icon {
	width: 46px;
	height: 46px;
	color: #0b3d91;
	margin: 0 auto 16px;
}
.city-feature__title {
	font-size: 20px;
	font-weight: 700;
	color: #0b3d91;
	margin: 0 0 8px;
}
.city-feature__text {
	font-size: 15px;
	color: #59628a;
	line-height: 1.9;
	margin: 0;
}

/* ============ GATEWAYS ============ */
.city-gateways {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.city-gateway {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	padding: 40px 34px;
	text-align: center;
}
.city-gateway__icon {
	width: 48px;
	height: 48px;
	color: #7dd5ef;
	margin: 0 auto 16px;
}
.city-gateway__title {
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 10px;
}
.city-gateway__text {
	color: #dbe6ff;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 24px;
}

/* ============ CONTACT ============ */
.city-contact {
	text-align: center;
}
.city-contact__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	max-width: 900px;
	margin: 0 auto;
}
.city-contact__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #f3f6fc;
	border-radius: 14px;
	padding: 22px 16px;
	font-size: 17px;
	font-weight: 500;
	color: #33405c;
}
.city-contact__item svg {
	flex-shrink: 0;
}

/* ============ FOOTER ============ */
.city-footer {
	background: #082a66;
	color: #c7d5f5;
}
.city-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 40px;
	padding-top: 54px;
	padding-bottom: 40px;
}
.city-footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.city-footer__logo {
	width: 46px;
	height: 46px;
	object-fit: contain;
	border-radius: 8px;
	background: #ffffff;
	padding: 3px;
}
.city-footer__name {
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
}
.city-footer__desc {
	font-size: 15px;
	line-height: 1.9;
	color: #b9c8ee;
	margin: 0;
	max-width: 320px;
}
.city-footer__heading {
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	margin: 4px 0 16px;
}
.city-footer__links,
.city-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.city-footer__links li {
	margin-bottom: 10px;
}
.city-footer__links a {
	color: #c7d5f5;
	text-decoration: none;
	font-size: 15px;
	transition: color .2s ease;
}
.city-footer__links a:hover {
	color: #7dd5ef;
}
.city-footer__contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #c7d5f5;
}
.city-footer__contact svg {
	color: #7dd5ef;
	flex-shrink: 0;
}
.city-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px 0;
}
.city-footer__bottom p {
	margin: 0;
	font-size: 14px;
	color: #9fb3dd;
	text-align: center;
}

.city-copyright-bar {
	background: #111827;
	color: #ffffff;
	border-top: 0;
}
.city-copyright-bar .city-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
}
.city-copyright-bar p {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	opacity: 0.85;
	letter-spacing: 0.2px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
	.city-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.city-header__nav { display: none; }
	.city-header__login span { display: none; }
	.city-header__login { padding: 10px 12px; }
	.city-header__burger { display: flex; }
	.city-hero { min-height: 560px; }
	.city-hero__title { font-size: 36px; }
	.city-hero__arrow { display: none; }
	.city-about,
	.city-gateways { grid-template-columns: 1fr; }
	.city-features,
	.city-contact__grid { grid-template-columns: 1fr; }
	.city-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.city-stat { border-inline-start: none; }
	.city-footer__grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
	.city-hero { min-height: 520px; }
	.city-hero__inner { padding-top: 70px; padding-bottom: 80px; }
	.city-hero__title { font-size: 30px; }
	.city-hero__logo-img { width: 92px; height: 92px; }
	.city-grid { grid-template-columns: 1fr; }
	.city-stats__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}

/* ============ BLOG (مقالات) ============ */
.city-blog-hero {
	background: linear-gradient(135deg, #062a63 0%, #0b3d91 52%, #0e94c8 120%);
	padding: 84px 0 96px;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
}
.city-blog-hero::before {
	content: '';
	position: absolute;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	top: -160px;
	inset-inline-end: -120px;
	background: radial-gradient(circle, rgba(125, 213, 239, 0.18), transparent 62%);
	pointer-events: none;
}
.city-blog-hero::after {
	content: '';
	position: absolute;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	bottom: -170px;
	inset-inline-start: -110px;
	background: radial-gradient(circle, rgba(46, 158, 91, 0.22), transparent 60%);
	pointer-events: none;
}
.city-blog-hero__inner {
	position: relative;
	z-index: 1;
}
.city-blog-hero__tag {
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #dbe6ff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 20px;
	border-radius: 30px;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}
.city-blog-hero__title {
	font-size: 46px;
	font-weight: 800;
	margin: 4px 0 12px;
	color: #ffffff;
	line-height: 1.2;
}
.city-blog-hero__subtitle {
	font-size: 18px;
	color: #dbe6ff;
	margin: 0 auto 32px;
	max-width: 600px;
	line-height: 1.9;
}
.city-blog-search {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 560px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 60px;
	padding: 7px;
	box-shadow: 0 16px 42px rgba(2, 24, 61, 0.35);
}
.city-blog-search svg {
	color: #6a7590;
	margin-inline-start: 16px;
	flex-shrink: 0;
}
.city-blog-search__input {
	flex: 1;
	border: 0;
	outline: none;
	background: transparent;
	font-family: inherit;
	font-size: 16px;
	color: #33405c;
	padding: 8px 4px;
	min-width: 0;
}
.city-blog-search__btn {
	background: #2e9e5b;
	border: 0;
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 28px;
	border-radius: 50px;
	cursor: pointer;
	transition: background .2s ease;
}
.city-blog-search__btn:hover {
	background: #24864c;
}

.city-blog {
	padding: 74px 0 90px;
	background: #f3f6fc;
}
.city-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.city-post {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease;
}
.city-post:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(11, 61, 145, 0.14);
}
.city-post__thumb {
	display: block;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8f1fd;
}
.city-post__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.city-post:hover .city-post__thumb img {
	transform: scale(1.06);
}
.city-post__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.city-post__placeholder--1 { background: linear-gradient(135deg, #0b3d91, #0e94c8); color: rgba(255,255,255,.85); }
.city-post__placeholder--2 { background: linear-gradient(135deg, #0b4e38, #2e9e5b); color: rgba(255,255,255,.85); }
.city-post__placeholder--3 { background: linear-gradient(135deg, #0b6b94, #1091b8); color: rgba(255,255,255,.85); }
.city-post__body {
	padding: 24px 22px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.city-post__cat {
	align-self: flex-start;
	display: inline-block;
	background: #e8f1fd;
	color: #0b3d91;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.city-post__title {
	font-size: 19px;
	font-weight: 700;
	color: #0b3d91;
	margin: 0 0 10px;
	line-height: 1.5;
}
.city-post__title a {
	color: inherit;
	text-decoration: none;
}
.city-post__title a:hover {
	color: #0b5fd9;
}
.city-post__excerpt {
	font-size: 15px;
	color: #59628a;
	line-height: 1.9;
	margin: 0 0 18px;
	flex: 1;
}
.city-post__meta {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	color: #6a7590;
	border-top: 1px solid #eef1f7;
	padding-top: 14px;
}
.city-post__more {
	margin-inline-start: auto;
	color: #2e9e5b;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.city-post__more:hover {
	text-decoration: underline;
}
.city-blog__empty {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	padding: 46px;
	text-align: center;
	font-size: 17px;
	color: #6a7590;
	margin: 0;
}
.navigation.posts-navigation,
.nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 44px;
}
.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #e3e9f2;
	color: #33405c;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: all .2s ease;
}
.nav-links .page-numbers:hover {
	border-color: #0b3d91;
	color: #0b3d91;
}
.nav-links .page-numbers.current {
	background: #0b3d91;
	border-color: #0b3d91;
	color: #ffffff;
}
@media (max-width: 1024px) {
	.city-blog__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.city-blog-hero { padding: 64px 0 76px; }
	.city-blog-hero__title { font-size: 34px; }
}
@media (max-width: 560px) {
	.city-blog__grid { grid-template-columns: 1fr; }
	.city-blog-search { border-radius: 18px; }
	.city-blog-search__btn { padding: 11px 18px; }
}

/* ============ SINGLE POST ============ */
.city-post-hero {
	background: linear-gradient(135deg, #062a63 0%, #0b3d91 52%, #0e94c8 120%);
	padding: 58px 0 74px;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
}
.city-post-hero::before {
	content: '';
	position: absolute;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	top: -180px;
	inset-inline-end: -120px;
	background: radial-gradient(circle, rgba(125, 213, 239, 0.16), transparent 62%);
	pointer-events: none;
}
.city-post-hero__inner {
	position: relative;
	z-index: 1;
}
.city-post-hero__crumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	color: #bcd2f4;
	margin-bottom: 20px;
}
.city-post-hero__crumbs a {
	color: #bcd2f4;
	text-decoration: none;
}
.city-post-hero__crumbs a:hover {
	color: #ffffff;
}
.city-post-hero__crumbs span {
	color: #7b9bd6;
}
.city-post-hero__crumbs-current {
	color: #ffffff;
	font-weight: 700;
}
.city-post-hero__title {
	font-size: 42px;
	font-weight: 800;
	margin: 14px auto 20px;
	max-width: 860px;
	line-height: 1.4;
	color: #ffffff;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
}
.city-post-hero__meta {
	display: flex;
	justify-content: center;
	gap: 26px;
	flex-wrap: wrap;
}
.city-post-hero__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #dbe6ff;
	font-size: 15px;
}
.city-post-hero__meta-item svg {
	color: #7dd5ef;
}

.city-post-single {
	padding: 56px 0 90px;
	background: #f3f6fc;
}
.city-post-single__layout {
	max-width: 880px;
	margin: 0 auto;
}
.city-article {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(11, 61, 145, 0.08);
}
.city-article__cover {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8f1fd;
}
.city-article__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.city-article__content {
	padding: 40px 46px 30px;
	font-size: 17px;
	line-height: 2.1;
	color: #2c3550;
}
.city-article__content p {
	margin: 0 0 20px;
}
.city-article__content h2,
.city-article__content h3,
.city-article__content h4 {
	color: #0b3d91;
	line-height: 1.5;
	margin: 30px 0 12px;
}
.city-article__content a {
	color: #0b5fd9;
}
.city-article__content ul,
.city-article__content ol {
	margin: 0 0 20px;
	padding-inline-start: 24px;
}
.city-article__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 46px 26px;
}
.city-article__tags-label {
	font-size: 14px;
	font-weight: 700;
	color: #6a7590;
}
.city-article__tags a {
	display: inline-block;
	background: #e8f1fd;
	color: #0b3d91;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 20px;
	text-decoration: none;
	transition: background .2s ease;
}
.city-article__tags a:hover {
	background: #dbe9fb;
}

.city-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	flex-direction: row-reverse;
	padding: 22px 46px 34px;
	border-top: 1px solid #eef1f7;
}
.city-share__label {
	font-weight: 800;
	font-size: 16px;
	color: #0b3d91;
}
.city-share__buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.city-share__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none !important;
	border: 0;
	cursor: pointer;
	transition: transform .15s ease, filter .15s ease;
	font-family: inherit;
}
.city-share__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.1);
}
.city-share__btn--fb { background: #1877f2; }
.city-share__btn--tt { background: #010101; }
.city-share__btn--wa { background: #25d366; }
.city-share__btn--copy {
	background: #0b3d91;
}
.city-share__btn--copied {
	background: #2e9e5b;
}
@media (max-width: 560px) {
	.city-post-hero__title { font-size: 30px; }
	.city-article__content,
	.city-article__tags,
	.city-share { padding-inline: 22px; }
	.city-share { align-items: flex-start; }
}

/* ============ COMMENTS ============ */
.city-comments {
	padding: 0 46px 40px;
}
.city-comments__box {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 18px;
	padding: 34px 30px 30px;
	margin-top: 28px;
}
.city-comments__box .comment-respond {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.city-comments__count,
.city-comments__reply {
	font-size: 22px;
	font-weight: 800;
	color: #0b3d91;
	margin: 0 0 22px;
}
.city-comment-list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.city-comment-list .comment {
	margin-bottom: 26px;
}
.city-comment-list .comment-body {
	background: #ffffff;
	border: 1px solid #edf1f8;
	border-radius: 14px;
	padding: 20px;
}
.city-comment-list .comment-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
.city-comment-list .avatar {
	border-radius: 50%;
}
.city-comment-list .comment-author {
	font-weight: 800;
	color: #0b3d91;
	font-size: 15px;
}
.city-comment-list .comment-metadata {
	font-size: 13px;
	color: #6a7590;
}
.city-comment-list .comment-metadata a {
	color: #6a7590;
	text-decoration: none;
}
.city-comment-list .comment-content {
	font-size: 15px;
	line-height: 1.9;
	color: #33405c;
}
.city-comment-list .children {
	list-style: none;
	margin: 18px 0 0;
	padding-inline-start: 26px;
}
.city-comment-list .reply a {
	color: #2e9e5b;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
.city-comment-list .reply a:hover {
	text-decoration: underline;
}
#respond {
	margin-top: 6px;
}
.city-comments__reply {
	margin-bottom: 18px;
	border-top: 1px dashed #dbe3ef;
	padding-top: 26px;
}
.city-comments__reply a,
#cancel-comment-reply-link {
	color: #0b5fd9;
	font-size: 14px;
	text-decoration: none;
}
.comment-form label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #33405c;
	margin: 0 0 8px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dfe6f1;
	border-radius: 12px;
	background: #ffffff;
	font-family: inherit;
	font-size: 15px;
	color: #2c3550;
	padding: 12px 16px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #0b5fd9;
	box-shadow: 0 0 0 3px rgba(11, 95, 217, 0.12);
}
.comment-form-comment textarea {
	min-height: 120px;
}
.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 14px 0;
}
.comment-form .comment-form-cookies-consent input {
	width: auto;
}
.comment-form .comment-form-cookies-consent label {
	margin: 0;
	font-size: 13px;
}
.comment-form .form-submit {
	margin: 18px 0 0;
}
.city-comments__submit {
	background: #0e94c8;
	border: 0;
	border-radius: 12px;
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	padding: 13px 32px;
	transition: background .2s ease, transform .15s ease;
}
.city-comments__submit:hover {
	background: #0b3d91;
	transform: translateY(-1px);
}
#commentform .city-comments__submit,
.comment-form .city-comments__submit {
	background-color: #0e94c8;
	border-color: #0e94c8;
	color: #ffffff;
}
#commentform .city-comments__submit:hover,
.comment-form .city-comments__submit:hover {
	background-color: #0b3d91;
	border-color: #0b3d91;
	color: #ffffff;
}
.city-comments__closed {
	font-size: 15px;
	color: #6a7590;
	margin: 16px 0 0;
}
.comment-navigation .nav-links {
	margin-top: 4px;
}

.city-related {
	margin-top: 64px;
}
.city-related__title {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	color: #0b3d91;
	margin: 0 0 34px;
}
@media (max-width: 560px) {
	.city-comments { padding-inline: 22px; }
	.city-comments__box { padding: 26px 18px; }
	.city-related__title { font-size: 26px; }
}

/* ============ LOGIN PAGE ============ */
.city-login {
	background: linear-gradient(160deg, #f3f6fc 0%, #e8f1fd 100%);
	padding: 70px 0 90px;
	min-height: 70vh;
	display: flex;
	align-items: center;
}
.city-login__wrap {
	display: flex;
	justify-content: center;
}
.city-login__card {
	background: #ffffff;
	border: 1px solid #e3e9f2;
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(11, 61, 145, 0.12);
	padding: 44px 42px 36px;
	width: 100%;
	max-width: 460px;
}
.city-login__head {
	text-align: center;
	margin-bottom: 28px;
}
.city-login__logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 50%;
	border: 3px solid #e8f1fd;
	background: #ffffff;
	padding: 4px;
	margin-bottom: 14px;
}
.city-login__title {
	font-size: 28px;
	font-weight: 800;
	color: #0b3d91;
	margin: 0 0 8px;
}
.city-login__subtitle {
	font-size: 15px;
	color: #59628a;
	line-height: 1.8;
	margin: 0;
}
.city-login__alert {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fdecec;
	border: 1px solid #f5c6c6;
	color: #b3261e;
	border-radius: 12px;
	padding: 13px 16px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 22px;
}
.city-login__alert svg {
	flex-shrink: 0;
	margin-top: 2px;
}
.city-login__form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.city-login__field {
	display: block;
}
.city-login__label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #33405c;
	margin-bottom: 8px;
}
.city-login__control {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f7fafd;
	border: 1px solid #dfe6f1;
	border-radius: 12px;
	padding: 0 16px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.city-login__control:focus-within {
	border-color: #0b5fd9;
	box-shadow: 0 0 0 3px rgba(11, 95, 217, 0.12);
}
.city-login__control svg {
	color: #6a7590;
	flex-shrink: 0;
}
.city-login__control input {
	flex: 1;
	border: 0;
	outline: none;
	background: transparent;
	font-family: inherit;
	font-size: 15px;
	color: #2c3550;
	padding: 14px 0;
	min-width: 0;
}
.city-login__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #082a66;
	border: 0;
	border-radius: 12px;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	padding: 15px;
	margin-top: 6px;
	transition: background .2s ease, transform .15s ease;
}
.city-login__submit:hover {
	background: #0b3d91;
	transform: translateY(-1px);
}
.city-login__note {
	text-align: center;
	font-size: 13px;
	color: #6a7590;
	margin: 22px 0 0;
}
.city-login__section {
	padding: 4px 0;
}
.city-login__section + .city-login__section {
	border-top: 1px dashed #dfe6f1;
	padding-top: 26px;
	margin-top: 26px;
}
.city-login__form-title {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 17px;
	font-weight: 800;
	color: #082a66;
	margin: 0 0 16px;
}
.city-login__form-title svg {
	flex-shrink: 0;
	color: #082a66;
}
.city-login__choose-hint {
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	color: #082a66;
	margin: 0 0 14px;
}
.city-login__choose {
	display: grid;
	gap: 14px;
}
.city-login__choice {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #f7fafd;
	border: 1px solid #dfe6f1;
	border-radius: 14px;
	padding: 16px 18px;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .15s ease;
}
.city-login__choice:hover {
	border-color: #0b5fd9;
	background: #eef6ff;
	box-shadow: 0 8px 20px rgba(11, 95, 217, 0.14);
	transform: translateY(-1px);
}
.city-login__choice-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	color: #ffffff;
	flex-shrink: 0;
}
.city-login__choice--student .city-login__choice-icon {
	background: linear-gradient(135deg, #2563eb 0%, #14418a 100%);
}
.city-login__choice--teacher .city-login__choice-icon {
	background: linear-gradient(135deg, #0ea5e9 0%, #082a66 100%);
}
.city-login__choice-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.city-login__choice-name {
	font-size: 16px;
	font-weight: 800;
	color: #082a66;
}
.city-login__choice-desc {
	font-size: 13px;
	color: #6a7590;
	margin-top: 2px;
}
.city-login__choice-arrow {
	margin-inline-start: auto;
	display: flex;
	color: #0b5fd9;
	flex-shrink: 0;
}
.city-login__switch {
	text-align: center;
	font-size: 14px;
	color: #59628a;
	margin: 18px 0 0;
}
.city-login__switch a {
	color: #0b5fd9;
	font-weight: 700;
	text-decoration: none;
}
.city-login__switch a:hover {
	text-decoration: underline;
}
@media (max-width: 560px) {
	.city-login { padding: 46px 0 64px; }
	.city-login__card { padding: 32px 24px 28px; }
	.city-login__form-title { font-size: 15px; }
}

/* ============ LMS ACCOUNT SIDEBAR (bigger menu font) ============ */
.masterstudy-account-menu__list a.masterstudy-account-menu__list-item .masterstudy-account-menu__list-item-label {
	font-size: 17px;
}
.masterstudy-account-menu__list a.masterstudy-account-menu__list-item i,
.masterstudy-account-menu__list a.masterstudy-account-menu__list-item svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	font-size: 22px;
}
.masterstudy-account-menu__list-section-title {
	font-size: 16px;
}
.masterstudy-account-sidebar__back {
	font-size: 16px !important;
}
.masterstudy-account-profile__name {
	font-size: 18px;
}

/* ============ INSTRUCTOR PUBLIC PROFILE (Coursera-style) ============ */
.masterstudy-instructor-public.city-instructor-public {
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 36px auto 64px;
	padding: 0 20px;
}

/* --- Hero --- */
.city-prof-hero {
	position: relative;
}
.city-prof-hero__cover {
	height: 270px;
	border-radius: 18px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 14px 34px rgba(8, 42, 102, 0.18);
}
.city-prof-hero__cover_gradient {
	background: linear-gradient(120deg, #062a63 0%, #0b3d91 45%, #0e94c8 100%);
}
.city-prof-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	gap: 22px;
	flex-wrap: wrap;
	margin-top: -64px;
	padding: 0 28px;
}
.city-prof-hero__avatar {
	flex: 0 0 128px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 8px 22px rgba(8, 42, 102, 0.25);
}
.city-prof-hero__avatar img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: cover !important;
	display: block;
	border-radius: 50%;
}
.city-prof-hero__avatar_empty {
	background: linear-gradient(135deg, #e8edf7, #d5dfef);
}
.city-prof-hero__avatar-fallback {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.city-prof-hero__info {
	flex: 1 1 320px;
	padding-top: 10px;
}
.city-prof-hero__name {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 6px;
	font-size: 28px;
	font-weight: 800;
	color: #082a66;
	line-height: 1.25;
}
.city-prof-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.3px;
	color: #0e7a3d;
	background: #e6f7ec;
	border: 1px solid #b9e9c9;
	white-space: nowrap;
}
.city-prof-badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	flex-shrink: 0;
}
.city-prof-hero__position {
	margin: 0 0 6px;
	font-size: 16px;
	color: #3d4767;
}
.city-prof-hero__meta {
	margin: 0;
	font-size: 13px;
	color: #6a7590;
}
.city-prof-hero__actions {
	flex: 0 0 auto;
	padding-bottom: 6px;
}
.city-prof-hero__actions .masterstudy-button {
	border-radius: 10px !important;
	background: #082a66 !important;
	border-color: #082a66 !important;
	font-weight: 700 !important;
}
.city-prof-hero__actions .masterstudy-button:hover {
	background: #0b3d91 !important;
	border-color: #0b3d91 !important;
}

/* --- Stats --- */
.city-prof-stats {
	display: flex;
	margin: 28px 0 32px;
	background: #fff;
	border: 1px solid #eef1f8;
	border-radius: 16px;
	box-shadow: 0 4px 22px rgba(20, 40, 90, 0.08);
	overflow: hidden;
}
.city-prof-stats__item {
	flex: 1 1 0;
	text-align: center;
	padding: 22px 12px;
	border-inline-end: 1px solid #eef1f8;
}
.city-prof-stats__item:last-child {
	border-inline-end: 0;
}
.city-prof-stats__value {
	display: block;
	font-size: 26px;
	font-weight: 800;
	color: #082a66;
	line-height: 1.2;
}
.city-prof-stats__stars {
	display: inline-flex;
	gap: 3px;
	vertical-align: middle;
}
.city-prof-stats__star {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: #d3d9e6;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.city-prof-stats__star_filled {
	background: #f7a600;
}
.city-prof-stats__average {
	margin-inline-start: 6px;
}
.city-prof-stats__label {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #6a7590;
}

/* --- Body grid --- */
.city-prof-body {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}
.city-prof-side {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 20px;
}
.city-prof-card {
	background: #fff;
	border: 1px solid #eef1f8;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(20, 40, 90, 0.05);
}
.city-prof-card__title {
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0f3fa;
	font-size: 15px;
	font-weight: 800;
	color: #082a66;
}
.city-prof-card__text {
	font-size: 14px;
	line-height: 1.9;
	color: #3d4767;
}
.city-prof-card__details {
	display: block;
	width: 100%;
}
.city-prof-card__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 9px 0;
	font-size: 13px;
}
.city-prof-card__row + .city-prof-card__row {
	border-top: 1px solid #f4f6fb;
}
.city-prof-card__label {
	color: #6a7590;
}
.city-prof-card__value {
	color: #082a66;
	font-weight: 700;
}
.city-prof-card__member {
	margin-top: 4px;
	border-top: 1px solid #f4f6fb;
}
.city-prof-card__details .masterstudy-form-builder-public-fields {
	display: block;
	width: 100%;
}
.city-prof-card__details .masterstudy-form-builder__field {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 0;
	font-size: 13px;
	border-bottom: 1px solid #f4f6fb;
}
.city-prof-card__details .masterstudy-form-builder__field-label {
	color: #6a7590;
}
.city-prof-card__details .masterstudy-form-builder__field-value {
	color: #082a66;
	font-weight: 700;
}

/* --- Socials --- */
.city-prof-socials {
	display: flex;
	gap: 10px;
}
.city-prof-socials__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #f0f3fa;
	color: #082a66;
	text-decoration: none !important;
	transition: all 0.2s ease;
}
.city-prof-socials__link:hover {
	background: #082a66;
}
.city-prof-socials__icon {
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.city-prof-socials__link:hover .city-prof-socials__icon {
	filter: invert(1);
}
.city-prof-socials__icon[data-icon="facebook"] {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#082a66" d="M22.68 12a10.68 10.68 0 1 0-12.35 10.55v-7.46H7.33V12h3V9.65c0-2.96 1.76-4.6 4.46-4.6 1.29 0 2.64.23 2.64.23v2.9h-1.49c-1.47 0-1.93.91-1.93 1.84V12h3.28l-.52 3.09h-2.76v7.46A10.68 10.68 0 0 0 22.68 12z"/></svg>');
}
.city-prof-socials__icon[data-icon="twitter"] {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#082a66" d="M18.9 1.15h3.68l-8.04 9.19L24 22.85h-7.41l-5.8-7.58-6.63 7.58H.48l8.6-9.83L0 1.15h7.6l5.24 6.93 6.06-6.93z"/></svg>');
}
.city-prof-socials__icon[data-icon="linkedin"] {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#082a66" d="M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.34V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28zM5.34 7.43a2.06 2.06 0 1 1 0-4.13 2.06 2.06 0 0 1 0 4.13zM7.12 20.45H3.55V9h3.57v11.45z"/></svg>');
}
.city-prof-socials__icon[data-icon="instagram"] {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#082a66" d="M12 2.16c3.2 0 3.58.01 4.85.07 1.17.05 1.8.25 2.23.41.56.22.96.48 1.38.9.42.42.68.82.9 1.38.16.42.36 1.06.41 2.23.06 1.27.07 1.65.07 4.85s-.01 3.58-.07 4.85c-.05 1.17-.25 1.8-.41 2.23a3.72 3.72 0 0 1-.9 1.38c-.42.42-.82.68-1.38.9-.42.16-1.06.36-2.23.41-1.27.06-1.65.07-4.85.07s-3.58-.01-4.85-.07c-1.17-.05-1.8-.25-2.23-.41a3.72 3.72 0 0 1-1.38-.9 3.72 3.72 0 0 1-.9-1.38c-.16-.42-.36-1.06-.41-2.23C2.17 15.58 2.16 15.2 2.16 12s.01-3.58.07-4.85c.05-1.17.25-1.8.41-2.23.22-.56.48-.96.9-1.38.42-.42.82-.68 1.38-.9.42-.16 1.06-.36 2.23-.41C8.42 2.17 8.8 2.16 12 2.16zm0 1.62c-3.15 0-3.52.01-4.76.07-1.08.05-1.67.23-2.06.38-.52.2-.89.44-1.28.83-.39.39-.63.76-.83 1.28-.15.39-.33.98-.38 2.06-.06 1.24-.07 1.61-.07 4.76s.01 3.52.07 4.76c.05 1.08.23 1.67.38 2.06.2.52.44.89.83 1.28.39.39.76.63 1.28.83.39.15.98.33 2.06.38 1.24.06 1.61.07 4.76.07s3.52-.01 4.76-.07c1.08-.05 1.67-.23 2.06-.38.52-.2.89-.44 1.28-.83.39-.39.63-.76.83-1.28.15-.39.33-.98.38-2.06.06-1.24.07-1.61.07-4.76s-.01-3.52-.07-4.76c-.05-1.08-.23-1.67-.38-2.06-.2-.52-.44-.89-.83-1.28a3.44 3.44 0 0 0-1.28-.83c-.39-.15-.98-.33-2.06-.38-1.24-.06-1.61-.07-4.76-.07zm0 2.75a5.47 5.47 0 1 1 0 10.94 5.47 5.47 0 0 1 0-10.94zm0 9.02a3.55 3.55 0 1 0 0-7.1 3.55 3.55 0 0 0 0 7.1zm5.69-9.24a1.28 1.28 0 1 1-2.56 0 1.28 1.28 0 0 1 2.56 0z"/></svg>');
}

/* --- Tabs (override plugin component styles) --- */
.city-prof-main {
	min-width: 0;
}
.city-prof-tabs {
	padding: 0 0 16px;
}
.city-prof-tabs .masterstudy-tabs {
	display: flex !important;
	gap: 6px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-bottom: 2px solid #eef1f8 !important;
	background: transparent !important;
}
.city-prof-tabs .masterstudy-tabs__item {
	display: inline-flex !important;
	align-items: center !important;
	padding: 10px 18px !important;
	margin: 0 !important;
	border-radius: 10px 10px 0 0 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #6a7590 !important;
	background: transparent !important;
	cursor: pointer !important;
	border: 0 !important;
	position: relative !important;
	transition: color 0.2s ease !important;
	width: auto !important;
}
.city-prof-tabs .masterstudy-tabs__item:hover {
	color: #082a66 !important;
	background: #f4f6fb !important;
}
.city-prof-tabs .masterstudy-tabs__item.masterstudy-tabs__item_active {
	color: #082a66 !important;
	background: #fff !important;
}
.city-prof-tabs .masterstudy-tabs__item.masterstudy-tabs__item_active::after {
	content: "" !important;
	position: absolute !important;
	inset-inline: 0 !important;
	bottom: -2px !important;
	height: 3px !important;
	border-radius: 3px 3px 0 0 !important;
	background: #0b5fd9 !important;
}

/* --- List header (reviews filters) --- */
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list-header {
	display: none !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	flex-wrap: wrap !important;
	margin: 6px 0 20px !important;
	padding: 14px 16px !important;
	background: #fff !important;
	border: 1px solid #eef1f8 !important;
	border-radius: 12px !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list-header.masterstudy-instructor-public__list-header_active {
	display: flex !important;
}
.city-prof-list-header__title {
	font-size: 17px !important;
	font-weight: 800 !important;
	color: #082a66 !important;
}
.city-prof-list-header__title .masterstudy-instructor-public__list-header-total {
	display: inline-flex !important;
	margin-inline-start: 4px !important;
	color: #6a7590 !important;
	font-weight: 600 !important;
}
.city-prof-filters {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-inline-start: auto !important;
}
.city-prof-filters .masterstudy-search {
	width: 240px !important;
}
.city-prof-filters .masterstudy-select {
	width: 160px !important;
	margin-inline-start: 0 !important;
}

/* --- Course / review cards --- */
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 24px !important;
	width: 100% !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-course-card {
	width: calc(33.333% - 16px) !important;
	max-width: none !important;
	margin: 0 !important;
	flex: 1 1 calc(33.333% - 16px) !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-review-card {
	width: 100% !important;
	margin: 0 !important;
	flex: 1 1 100% !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-course-card .masterstudy-course-card__wrapper,
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-review-card .masterstudy-review-card__content {
	border-radius: 14px !important;
	overflow: hidden !important;
	box-shadow: 0 6px 18px rgba(20, 40, 90, 0.08) !important;
	border-color: #eef1f8 !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-course-card .masterstudy-course-card__image,
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-review-card .masterstudy-review-card__image {
	border-radius: 14px 14px 0 0 !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__empty_show {
	display: flex !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list-pagination {
	justify-content: center !important;
	margin-top: 12px !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__description {
	display: block !important;
	width: 100% !important;
	text-align: start !important;
	margin: 0 !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__details-wrapper {
	display: block !important;
	width: 100% !important;
	align-items: stretch !important;
}

/* --- Empty state polish --- */
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__empty {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 14px !important;
	min-height: 200px !important;
	padding: 40px 20px !important;
	margin: 0 !important;
	margin-bottom: 24px !important;
	text-align: center !important;
	background: #f8fafc !important;
	border: 1px dashed #e3e8ef !important;
	border-radius: 14px !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__empty-icon {
	width: 96px !important;
	height: 96px !important;
	border-radius: 50% !important;
	background: #e3f2fd !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__empty-icon::before {
	content: "" !important;
	display: block !important;
	width: 48px !important;
	height: 48px !important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#0b3d91" d="M21 6h-2V4c0-1.1-.9-2-2-2H7C5.89 2 5 2.89 5 4v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8h2c.55 0 1-.45 1-1s-.45-2-1-2zm-4 2h-3.5l-1-1H9.5l-1 1H5V4h14v4zm4 12H5v-2h16v2z"/></svg>') !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__empty-text {
	color: #6a7590 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin: 0 !important;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
	.city-prof-body {
		grid-template-columns: 1fr;
	}
	.city-prof-side {
		position: static;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.city-prof-side .city-prof-card {
		flex: 1 1 100%;
	}
}
@media (max-width: 820px) {
	.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-course-card {
		width: calc(50% - 12px);
		flex-basis: calc(50% - 12px);
	}
	.city-prof-hero__cover {
		height: 210px;
	}
}
@media (max-width: 600px) {
	.city-prof-hero__inner {
		margin-top: -50px;
		padding: 0 16px;
		gap: 14px;
	}
	.city-prof-hero__avatar {
		flex-basis: 104px;
		width: 104px;
		height: 104px;
	}
	.city-prof-hero__name {
		font-size: 22px;
	}
	.city-prof-stats__item {
		padding: 16px 6px;
	}
	.city-prof-stats__value {
		font-size: 20px;
	}
	.city-prof-stats__star {
		width: 14px;
		height: 14px;
	}
	.masterstudy-instructor-public.city-instructor-public .masterstudy-instructor-public__list .masterstudy-course-card {
		width: 100%;
		flex-basis: 100%;
	}
	.city-prof-filters {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		margin-inline-start: 0;
	}
	.city-prof-filters .masterstudy-search,
	.city-prof-filters .masterstudy-select {
		width: 100%;
	}
}
/* =========================================================
   ABOUT PAGE
   ========================================================= */

.city-about-page {
    background: #fff;
}

.city-about-hero {
    padding: 90px 0 80px;
    text-align: center;
    background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 100%);
}

.city-about-hero h1 {
    margin: 12px 0 18px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.2;
}

.city-about-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    color: #64748b;
}

.city-about-intro {
    padding: 90px 0;
}

.city-about-page__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center;
}

.city-about-page__content h2 {
    margin: 12px 0 25px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.3;
}

.city-about-page__content p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 17px;
    line-height: 2;
}

.city-about-page__visual {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-about-page__visual-card {
    width: min(100%, 390px);
    min-height: 330px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0f172a, #1e293b);
    color: #fff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, .15);
    text-align: center;
}

.city-about-page__visual-card span {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -4px;
    margin-bottom: 15px;
}

.city-about-page__visual-card strong {
    font-size: 28px;
}

.city-about-page__visual-card small {
    margin-top: 8px;
    color: #cbd5e1;
    font-size: 15px;
}

.city-about-values {
    padding: 90px 0;
    background: #f8fafc;
}

.city-section__head {
    text-align: center;
    margin-bottom: 50px;
}

.city-section__head .city-section__title {
    margin: 10px 0 15px;
}

.city-section__head > p {
    max-width: 680px;
    margin: 0 auto;
    color: #64748b;
    line-height: 1.9;
}

.city-about-values__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.city-about-value {
    padding: 40px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
}

.city-about-value__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    font-size: 25px;
    margin-bottom: 20px;
}

.city-about-value h3,
.city-goal h3,
.city-team-card h3 {
    margin: 0 0 12px;
}

.city-about-value p,
.city-goal p,
.city-team-card p {
    color: #64748b;
    line-height: 1.9;
    margin: 0;
}

.city-about-goals {
    padding: 90px 0;
}

.city-about-goals__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.city-goal {
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.city-goal:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.city-goal > span {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
}

.city-team {
    padding: 90px 0;
    background: #f8fafc;
}

.city-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.city-team-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    text-align: center;
    padding-bottom: 28px;
}

.city-team-card__photo {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e2e8f0, #f8fafc);
}

.city-team-card__photo span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #334155;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.city-team-card h3 {
    margin-top: 24px;
}


@media (max-width: 900px) {
    .city-about-page__grid,
    .city-about-values__grid {
        grid-template-columns: 1fr;
    }

    .city-about-goals__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .city-team__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .city-about-intro,
    .city-about-values,
    .city-about-goals,
    .city-team,
    .city-about-cta {
        padding: 60px 0;
    }

    .city-about-goals__grid,
    .city-team__grid {
        grid-template-columns: 1fr;
    }

    .city-about-value,
    .city-goal {
        padding: 26px;
    }
}


/* =========================================================
   CITY INTERNATIONAL - PREMIUM ABOUT PAGE
   ========================================================= */

.city-about-page {
    --about-dark: #0b1220;
    --about-dark-2: #111c2e;
    --about-muted: #64748b;
    --about-border: #e2e8f0;
    --about-soft: #f6f8fb;
    overflow: hidden;
}

/* HERO */

.about-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.08), transparent 30%),
        linear-gradient(135deg, #0b1220 0%, #162338 55%, #0b1220 100%);
    color: #fff;
    text-align: center;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .06;
    background-image:
        linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
    background-size: 60px 60px;
}

.about-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: aboutFloat 8s ease-in-out infinite;
}

.about-hero__glow--one {
    width: 320px;
    height: 320px;
    top: -100px;
    right: 5%;
    background: rgba(255,255,255,.08);
}

.about-hero__glow--two {
    width: 260px;
    height: 260px;
    bottom: -100px;
    left: 8%;
    background: rgba(148,163,184,.08);
    animation-delay: -3s;
}

.about-hero .city-container {
    position: relative;
    z-index: 2;
}

.about-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 17px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
    font-size: 14px;
    color: #cbd5e1;
}

.about-hero__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 14px rgba(255,255,255,.7);
}

.about-hero h1 {
    max-width: 950px;
    margin: 30px auto 22px;
    font-size: clamp(46px, 7vw, 86px);
    line-height: 1.08;
    letter-spacing: -3px;
}

.about-hero h1 strong {
    display: block;
    color: #cbd5e1;
}

.about-hero p {
    max-width: 720px;
    margin: auto;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 2;
}

.about-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 38px;
}

.about-hero__link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.about-hero__link span {
    display: inline-block;
    margin-right: 8px;
    transition: transform .3s ease;
}

.about-hero__link:hover span {
    transform: translateY(5px);
}

.about-hero__scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    color: #94a3b8;
    font-size: 11px;
    letter-spacing: 1px;
}

.about-hero__scroll span {
    width: 1px;
    height: 35px;
    background: linear-gradient(#fff, transparent);
    animation: scrollLine 1.8s infinite;
}


/* COMMON */

.about-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.about-label span {
    font-size: 12px;
    color: #94a3b8;
}

.about-heading {
    margin-bottom: 55px;
}

.about-heading--center {
    text-align: center;
}

.about-heading--center .about-label {
    justify-content: center;
}

.about-heading h2,
.about-story__content h2 {
    margin: 15px 0 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.25;
    letter-spacing: -1.5px;
}

.about-heading h2 span,
.about-story__content h2 span {
    color: #64748b;
}

.about-heading p {
    max-width: 650px;
    margin: 18px auto 0;
    color: #64748b;
    line-height: 1.9;
}


/* STORY */

.about-story {
    padding: 110px 0;
    background: #fff;
}

.about-story__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: center;
}

.about-story__content > p {
    color: #64748b;
    line-height: 2;
    font-size: 17px;
    max-width: 680px;
}

.about-story__stats {
    display: flex;
    gap: 45px;
    margin-top: 40px;
}

.about-story__stats div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-story__stats strong {
    font-size: 25px;
}

.about-story__stats span {
    color: #94a3b8;
    font-size: 13px;
}

.about-story__visual {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-story__shape {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: #f1f5f9;
}

.about-story__card {
    position: relative;
    z-index: 2;
    width: 330px;
    height: 390px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0b1220, #1d2a3d);
    color: #fff;
    box-shadow: 0 35px 80px rgba(15,23,42,.22);
    transform: rotate(3deg);
    transition: transform .5s ease;
}

.about-story__visual:hover .about-story__card {
    transform: rotate(0) translateY(-8px);
}

.about-story__card-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 28px;
    margin-bottom: 25px;
}

.about-story__card-icon span {
    font-size: 38px;
    font-weight: 800;
}

.about-story__card strong {
    font-size: 27px;
}

.about-story__card small {
    margin-top: 8px;
    color: #94a3b8;
}

.about-floating-card {
    position: absolute;
    z-index: 3;
    left: 5%;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 20px 45px rgba(15,23,42,.12);
    animation: aboutFloat 5s ease-in-out infinite;
}

.about-floating-card > span {
    font-size: 24px;
}

.about-floating-card div {
    display: flex;
    flex-direction: column;
}

.about-floating-card small {
    color: #94a3b8;
    margin-top: 2px;
}


/* VALUES */

.about-values {
    padding: 110px 0;
    background: #f8fafc;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.about-value-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    padding: 45px;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #fff;
    transition: transform .4s ease, box-shadow .4s ease;
}

.about-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(15,23,42,.1);
}

.about-value-card--dark {
    border-color: #1e293b;
    background: #0b1220;
    color: #fff;
}

.about-value-card__number {
    position: absolute;
    top: 25px;
    left: 30px;
    color: #cbd5e1;
    font-size: 13px;
}

.about-value-card__icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #f1f5f9;
    font-size: 27px;
    margin-bottom: 30px;
}

.about-value-card--dark .about-value-card__icon {
    background: rgba(255,255,255,.08);
}

.about-value-card__label {
    font-size: 11px;
    letter-spacing: 2px;
    color: #94a3b8;
}

.about-value-card h3 {
    margin: 8px 0 16px;
    font-size: 30px;
}

.about-value-card p {
    max-width: 560px;
    color: #64748b;
    line-height: 2;
}

.about-value-card--dark p {
    color: #cbd5e1;
}

.about-value-card__line {
    position: absolute;
    right: 45px;
    bottom: 35px;
    left: 45px;
    height: 1px;
    background: #e2e8f0;
}

.about-value-card--dark .about-value-card__line {
    background: rgba(255,255,255,.12);
}


/* GOALS */

.about-goals {
    padding: 110px 0;
    background: #fff;
}

.about-goals__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-goal-card {
    position: relative;
    min-height: 270px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    transition: all .4s ease;
}

.about-goal-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    top: -70px;
    left: -70px;
    background: #f1f5f9;
    transition: transform .5s ease;
}

.about-goal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(15,23,42,.1);
}

.about-goal-card:hover::before {
    transform: scale(2.4);
}

.about-goal-card > * {
    position: relative;
    z-index: 1;
}

.about-goal-card__number {
    color: #94a3b8;
    font-size: 12px;
}

.about-goal-card__icon {
    margin: 30px 0 18px;
    font-size: 26px;
}

.about-goal-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.about-goal-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
    font-size: 14px;
}


/* TEAM */

.about-team {
    padding: 110px 0;
    background: #f8fafc;
}

.about-team__group {
    margin-top: 65px;
}

.about-team__group-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}

.about-team__group-head > div > span {
    color: #94a3b8;
    font-size: 12px;
}

.about-team__group-head h3 {
    margin: 5px 0 0;
    font-size: 25px;
}

.about-team__group-number {
    color: #cbd5e1;
    font-size: 14px;
}


/* MANAGEMENT */

.about-team__management {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 22px;
}


/* TEACHERS */

.about-team__teachers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* PERSON CARD */

.about-person-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    transition: transform .45s cubic-bezier(.2,.8,.2,1),
                box-shadow .45s ease;
}

.about-person-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(15,23,42,.13);
}

.about-person-card--featured {
    background: #0b1220;
    color: #fff;
}

.about-person-card__photo {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(145deg, #dce3ea, #f8fafc);
}

.about-person-card--featured .about-person-card__photo {
    height: 330px;
    background: linear-gradient(145deg, #172337, #0b1220);
}

.about-person-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-person-card__placeholder span {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    color: #334155;
    font-size: 42px;
    font-weight: 800;
    box-shadow: 0 20px 45px rgba(15,23,42,.12);
}

.about-person-card--featured .about-person-card__placeholder span {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
}

.about-person-card__role {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.about-person-card--featured .about-person-card__role {
    background: rgba(255,255,255,.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
}

.about-person-card__body {
    padding: 24px;
}

.about-person-card__body > span {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #94a3b8;
}

.about-person-card__body h4 {
    margin: 8px 0 10px;
    font-size: 20px;
}

.about-person-card__body p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
    font-size: 13px;
}

.about-person-card--featured .about-person-card__body p {
    color: #cbd5e1;
}


/* FINAL */

.about-final {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #0b1220;
    color: #fff;
    text-align: center;
}

.about-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 60px 60px;
}

.about-final .city-container {
    position: relative;
    z-index: 2;
}

.about-final > .city-container > span {
    color: #94a3b8;
    font-size: 13px;
}

.about-final h2 {
    max-width: 800px;
    margin: 18px auto;
    font-size: clamp(38px, 6vw, 65px);
    line-height: 1.15;
}

.about-final h2 strong {
    color: #cbd5e1;
}

.about-final p {
    max-width: 600px;
    margin: 0 auto 35px;
    color: #94a3b8;
    line-height: 1.9;
}


/* ANIMATIONS */

.about-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.2,.8,.2,1);
}

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

@keyframes aboutFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes scrollLine {
    0% {
        opacity: 0;
        transform: scaleY(.4);
        transform-origin: top;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scaleY(1);
        transform-origin: bottom;
    }
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .about-story__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-story__visual {
        min-height: 420px;
    }

    .about-goals__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-team__management {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-person-card--featured {
        grid-column: span 2;
    }

    .about-team__teachers {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 700px) {

    .about-hero {
        min-height: 600px;
        padding: 80px 0;
    }

    .about-hero h1 {
        letter-spacing: -1px;
    }

    .about-hero__actions {
        flex-direction: column;
        gap: 18px;
    }

    .about-story,
    .about-values,
    .about-goals,
    .about-team,
    .about-final {
        padding: 75px 0;
    }

    .about-story__stats {
        gap: 20px;
        justify-content: space-between;
    }

    .about-values__grid,
    .about-goals__grid,
    .about-team__management,
    .about-team__teachers {
        grid-template-columns: 1fr;
    }

    .about-person-card--featured {
        grid-column: auto;
    }

    .about-story__shape {
        width: 300px;
        height: 300px;
    }

    .about-story__card {
        width: 270px;
        height: 340px;
    }

    .about-floating-card {
        left: 0;
        bottom: 20px;
    }

}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

}


/* =========================================
   Footer - About Institution
========================================= */

.city-footer__about {
    max-width: 520px;
    margin-bottom: 28px;
    padding: 4px 0;
    animation: cityFooterAboutIn .7s ease both;
}

.city-footer__about strong {
    display: block;
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.city-footer__about span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    opacity: .78;
}

.city-footer__about p {
    margin: 0;
    max-width: 500px;
    font-size: 14px;
    line-height: 2;
    opacity: .72;
}

@keyframes cityFooterAboutIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .city-footer__about {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .city-footer__about strong {
        font-size: 20px;
    }

    .city-footer__about p {
        font-size: 13px;
        line-height: 1.9;
    }
}


/* =========================================
   UNIFIED FOOTER
========================================= */

.city-footer {
    background: #111827 !important;
    color: #ffffff !important;
    border-top: 0 !important;
}

.city-footer *,
.city-footer__about,
.city-footer__about strong,
.city-footer__about span,
.city-footer__about p {
    color: inherit;
}

.city-footer__about {
    margin-top: 18px;
    margin-bottom: 0;
    max-width: 430px;
    text-align: right;
}

.city-footer__about strong {
    display: block;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.4;
}

.city-footer__about span {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    font-weight: 600;
    opacity: .78;
}

.city-footer__about p {
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
    opacity: .72;
    max-width: 420px;
}

/* توحيد كل أجزاء الفوتر بنفس الخلفية */
.city-footer,
.city-footer::before,
.city-footer::after,
.city-footer__inner,
.city-footer__bottom {
    background: #111827 !important;
}

@media (max-width: 768px) {
    .city-footer__about {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* =========================================
   FINAL FOOTER BRAND / ABOUT
========================================= */

.city-footer {
    background: #111827 !important;
    color: #fff !important;
}

.city-footer__brand {
    text-align: right;
}

.city-footer__name {
    display: block;
    margin-top: 12px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.4;
}

.city-footer__about {
    margin-top: 14px;
    max-width: 430px;
    text-align: right;
}

.city-footer__about strong {
    display: none;
}

.city-footer__about span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    opacity: .9;
}

.city-footer__about p {
    margin: 0;
    font-size: 13px;
    line-height: 2;
    opacity: .72;
    max-width: 410px;
}

@media (max-width: 768px) {
    .city-footer__brand,
    .city-footer__about {
        text-align: center;
    }

    .city-footer__about {
        margin-left: auto;
        margin-right: auto;
    }
}


/* =========================================
   FIX: UNIFY ALL FOOTER BACKGROUNDS
========================================= */

.city-footer,
.city-footer *,
.city-footer::before,
.city-footer::after,
.city-footer__inner,
.city-footer__grid,
.city-footer__brand,
.city-footer__links,
.city-footer__bottom {
    background-color: #111827 !important;
}

/* منع أي خلفية زرقاء خاصة بالأعمدة */
.city-footer__brand,
.city-footer__links,
.city-footer__bottom {
    background-image: none !important;
}

/* توحيد الفوتر بالكامل بدون فواصل لونية */
.city-footer {
    border: 0 !important;
    box-shadow: none !important;
}


/* FINAL FOOTER FIX - CITY INTERNATIONAL */
.city-footer,
.city-footer *,
.city-footer::before,
.city-footer::after,
.city-footer__inner,
.city-footer__grid,
.city-footer__brand,
.city-footer__about,
.city-footer__links,
.city-footer__contact,
.city-footer__col,
.city-footer__bottom {
    background: #111827 !important;
    background-color: #111827 !important;
    background-image: none !important;
    border-color: transparent !important;
}

.city-footer {
    border: 0 !important;
    box-shadow: none !important;
}

.city-footer__brand,
.city-footer__links,
.city-footer__bottom,
.city-footer__col {
    border: 0 !important;
    box-shadow: none !important;
}


/* FINAL FIX - COPYRIGHT BAR */
.city-copyright-bar,
.city-copyright-bar .city-container {
    background: #111827 !important;
    background-color: #111827 !important;
    background-image: none !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

.city-copyright-bar {
    color: #ffffff !important;
}

.city-copyright-bar * {
    background-image: none !important;
}


/* =========================================
   TEAM SECTION - FINAL PROFESSIONAL STYLE
   ========================================= */

.city-team {
    position: relative;
}

.city-team__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
}

/* بطاقة فريق العمل */
.city-team-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

/* الرقم */
.city-team-card__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: none;
    background:
        linear-gradient(
            135deg,
            rgba(17, 24, 39, 0.04),
            rgba(17, 24, 39, 0)
        );
}

.city-team-card__photo span {
    position: absolute;
    top: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.18);
}

/* المحتوى */
.city-team-card h3,
.city-team-card p {
    position: relative;
    z-index: 2;
}

.city-team-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.city-team-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

/* خط زخرفي */
.city-team-card::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 22px;
    width: 42px;
    height: 3px;
    border-radius: 10px;
    background: #111827;
    opacity: .9;
    transition: width .3s ease;
}

/* Hover */
.city-team-card:hover {
    transform: translateY(-7px);
    border-color: rgba(17, 24, 39, .16);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .11);
}

.city-team-card:hover::after {
    width: 70px;
}

/* دخول البطاقات */
.city-team-card {
    animation: cityTeamCardIn .65s ease both;
}

.city-team-card:nth-child(1) {
    animation-delay: .05s;
}

.city-team-card:nth-child(2) {
    animation-delay: .12s;
}

.city-team-card:nth-child(3) {
    animation-delay: .19s;
}

.city-team-card:nth-child(4) {
    animation-delay: .26s;
}

@keyframes cityTeamCardIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .city-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 640px) {

    .city-team__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
    }

    .city-team-card {
        min-height: 220px;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .city-team-card__photo span {
        top: 18px;
        left: 18px;
        width: 46px;
        height: 46px;
    }

    .city-team-card h3 {
        font-size: 19px;
    }

    .city-team-card p {
        font-size: 13px;
    }

}

@media (prefers-reduced-motion: reduce) {

    .city-team-card {
        animation: none !important;
        transition: none !important;
    }

    .city-team-card:hover {
        transform: none !important;
    }

}


/* TEAM NUMBERS - BLUE */
.city-team-card__photo span {
    background: #0b5ed7 !important;
    color: #ffffff !important;
}


/* =========================================
   GOALS / VALUES - PROFESSIONAL ICONS
   ========================================= */

.city-goal {
    position: relative;
    overflow: hidden;
    padding: 30px 26px 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

/* الأيقونة */
.city-goal::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 16px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    line-height: 1;
}

/* 01 - تعليم متميز */
.city-goal:nth-child(1)::before {
    content: "✦";
    color: #2563eb;
    background: #eff6ff;
}

/* 02 - تنمية المهارات */
.city-goal:nth-child(2)::before {
    content: "◆";
    color: #7c3aed;
    background: #f5f3ff;
}

/* 03 - توظيف التقنية */
.city-goal:nth-child(3)::before {
    content: "⌘";
    color: #0891b2;
    background: #ecfeff;
}

/* 04 - بناء الشخصية */
.city-goal:nth-child(4)::before {
    content: "★";
    color: #d97706;
    background: #fffbeb;
}

/* 05 - شراكة مع الأسرة */
.city-goal:nth-child(5)::before {
    content: "♥";
    color: #db2777;
    background: #fdf2f8;
}

/* 06 - إعداد المستقبل */
.city-goal:nth-child(6)::before {
    content: "➜";
    color: #059669;
    background: #ecfdf5;
}

/* العناوين باللون الأزرق */
.city-goal h3 {
    color: #0b5ed7 !important;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* الوصف */
.city-goal p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.9;
}

/* الرقم */
.city-goal > span {
    color: #0b5ed7;
    font-weight: 800;
}

/* Hover */
.city-goal:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 94, 215, .18);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
}

.city-goal:hover::before {
    transform: scale(1.05);
    transition: transform .25s ease;
}

/* موبايل */
@media (max-width: 640px) {

    .city-goal {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .city-goal::before {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
        border-radius: 14px;
        font-size: 22px;
    }

    .city-goal h3 {
        font-size: 18px;
    }

}


/* =========================================
   VISION & MISSION - PROFESSIONAL CARDS
   ========================================= */

.city-about-values {
    position: relative;
}

.city-about-values .city-grid,
.city-about-values__grid {
    gap: 24px;
}

/* البطاقات */
.city-about-values article,
.city-about-values .city-value,
.city-about-values .city-values__card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 34px 30px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

/* الأيقونة */
.city-about-values article::before,
.city-about-values .city-value::before,
.city-about-values .city-values__card::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 17px;
    font-size: 27px;
    font-weight: 800;
}

/* الرؤية */
.city-about-values article:nth-child(1)::before,
.city-about-values .city-value:nth-child(1)::before,
.city-about-values .city-values__card:nth-child(1)::before {
    content: "◈";
    color: #0b5ed7;
    background: #eff6ff;
}

/* الرسالة */
.city-about-values article:nth-child(2)::before,
.city-about-values .city-value:nth-child(2)::before,
.city-about-values .city-values__card:nth-child(2)::before {
    content: "✦";
    color: #7c3aed;
    background: #f5f3ff;
}

/* العناوين */
.city-about-values article h3,
.city-about-values .city-value h3,
.city-about-values .city-values__card h3 {
    color: #0b5ed7 !important;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 12px;
}

/* النص */
.city-about-values article p,
.city-about-values .city-value p,
.city-about-values .city-values__card p {
    color: #64748b;
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

/* تأثير Hover */
.city-about-values article:hover,
.city-about-values .city-value:hover,
.city-about-values .city-values__card:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 94, 215, .18);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
}

/* لمسة زخرفية */
.city-about-values article::after,
.city-about-values .city-value::after,
.city-about-values .city-values__card::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 22px;
    width: 38px;
    height: 3px;
    border-radius: 10px;
    background: #0b5ed7;
    opacity: .8;
    transition: width .3s ease;
}

.city-about-values article:hover::after,
.city-about-values .city-value:hover::after,
.city-about-values .city-values__card:hover::after {
    width: 65px;
}

/* الموبايل */
@media (max-width: 640px) {

    .city-about-values article,
    .city-about-values .city-value,
    .city-about-values .city-values__card {
        padding: 26px 22px;
        border-radius: 17px;
    }

    .city-about-values article::before,
    .city-about-values .city-value::before,
    .city-about-values .city-values__card::before {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        font-size: 23px;
    }

    .city-about-values article h3,
    .city-about-values .city-value h3,
    .city-about-values .city-values__card h3 {
        font-size: 19px;
    }

}


/* =========================================
   ABOUT INTRO - PROFESSIONAL STYLE
   ========================================= */

.city-about-intro {
    position: relative;
}

.city-about-page__grid {
    align-items: center;
}

/* محتوى النبذة */
.city-about-page__content {
    position: relative;
    padding: 38px 40px 38px 0;
}

/* أيقونة القسم */
.city-about-page__content::before {
    content: "✦";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 18px;
    background: #eff6ff;
    color: #0b5ed7;
    font-size: 27px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(11, 94, 215, .10);
}

/* العنوان */
.city-about-page__content h2 {
    color: #0b5ed7 !important;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 22px;
}

/* النصوص */
.city-about-page__content p {
    color: #64748b;
    font-size: 15px;
    line-height: 2.1;
    margin: 0 0 18px;
    max-width: 700px;
}

.city-about-page__content p:last-child {
    margin-bottom: 0;
}

/* وسم نبذة عنا */
.city-about-page__content .city-section__tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 30px;
    background: #eff6ff;
    color: #0b5ed7;
    font-size: 12px;
    font-weight: 800;
}

/* البطاقة البصرية */
.city-about-page__visual-card {
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.city-about-page__visual-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(15, 23, 42, .14);
}

/* دخول المحتوى */
.city-about-page__content {
    animation: cityAboutContentIn .7s ease both;
}

.city-about-page__visual {
    animation: cityAboutVisualIn .8s ease .1s both;
}

@keyframes cityAboutContentIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

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

@keyframes cityAboutVisualIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

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

/* الموبايل */
@media (max-width: 768px) {

    .city-about-page__content {
        padding: 25px 0;
    }

    .city-about-page__content::before {
        width: 54px;
        height: 54px;
        border-radius: 15px;
        font-size: 23px;
    }

    .city-about-page__content h2 {
        font-size: 25px;
    }

    .city-about-page__content p {
        font-size: 14px;
        line-height: 2;
    }

}

@media (prefers-reduced-motion: reduce) {

    .city-about-page__content,
    .city-about-page__visual,
    .city-about-page__visual-card {
        animation: none !important;
        transition: none !important;
    }

}


/* =========================================================
   CITY INTERNATIONAL - BRANCHES PAGE
   ========================================================= */

.city-branches-page {
    padding: 70px 0 90px;
    background: #f8fafc;
}

.city-branches-page__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
}

.city-branches-page__head .city-section__tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border-radius: 30px;
    background: #eff6ff;
    color: #0b5ed7;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.city-branches-page__head h1 {
    margin: 0 0 15px;
    color: #0b5ed7;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4;
}

.city-branches-page__head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 2;
}

.city-branches-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.city-branch-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.city-branch-card:hover {
    transform: translateY(-7px);
    border-color: rgba(11, 94, 215, .18);
    box-shadow: 0 22px 50px rgba(15, 23, 42, .12);
}

.city-branch-card__image {
    position: relative;
    height: 270px;
    overflow: hidden;
    background: #eaf2ff;
}

.city-branch-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.city-branch-card:hover .city-branch-card__image img {
    transform: scale(1.04);
}

.city-branch-card__image--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        #0b5ed7,
        #123c73
    );
}

.city-branch-card__image--empty span {
    color: #ffffff;
    font-size: 55px;
    font-weight: 800;
    opacity: .9;
}

.city-branch-card__body {
    padding: 30px;
}

.city-branch-card__label {
    display: inline-flex;
    padding: 6px 12px;
    margin-bottom: 10px;
    border-radius: 30px;
    background: #eff6ff;
    color: #0b5ed7;
    font-size: 11px;
    font-weight: 800;
}

.city-branch-card__body h2 {
    margin: 0 0 25px;
    color: #0b5ed7 !important;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
}

.city-branch-info {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
}

.city-branch-info__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eff6ff;
    font-size: 17px;
}

.city-branch-info strong {
    display: block;
    margin-bottom: 3px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.city-branch-info p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
}

.city-branch-info a {
    color: #64748b;
    text-decoration: none;
}

.city-branch-info a:hover {
    color: #0b5ed7;
}

.city-branch-description {
    padding-top: 8px;
    margin-top: 20px;
    border-top: 1px solid #eef2f7;
}

.city-branch-description p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 2;
}

.city-branch-map {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 25px;
    padding: 13px 18px;
    border-radius: 12px;
    background: #0b5ed7;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        background .25s ease,
        transform .25s ease;
}

.city-branch-map:hover {
    background: #084cba;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.city-branches-empty {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.city-branches-empty__icon {
    margin-bottom: 15px;
    font-size: 45px;
}

.city-branches-empty h2 {
    margin: 0 0 10px;
    color: #0b5ed7;
    font-size: 24px;
    font-weight: 800;
}

.city-branches-empty p {
    margin: 0;
    color: #64748b;
}

@media (max-width: 800px) {

    .city-branches-page {
        padding: 50px 0 65px;
    }

    .city-branches-page__head {
        margin-bottom: 35px;
    }

    .city-branches-page__head h1 {
        font-size: 30px;
    }

    .city-branches-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .city-branch-card__image {
        height: 240px;
    }

    .city-branch-card__body {
        padding: 24px;
    }

}


/* =========================================================
   PROFESSIONAL BRANCHES ICON
   مبنى مؤسسي احترافي بجانب فروعنا
========================================================= */

#menu-item-61 > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

#menu-item-61 > a::before {
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;

    background-color: #0b5ed7 !important;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V7.5L12 3l8 4.5V21h-5v-5h-6v5H4Zm2-2h1v-5h10v5h1V8.7l-6-3.35L6 8.7V19Zm3-8h2V9H9v2Zm4 0h2V9h-2v2Zm-4 3h2v-2H9v2Zm4 0h2v-2h-2v2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V7.5L12 3l8 4.5V21h-5v-5h-6v5H4Zm2-2h1v-5h10v5h1V8.7l-6-3.35L6 8.7V19Zm3-8h2V9H9v2Zm4 0h2V9h-2v2Zm-4 3h2v-2H9v2Zm4 0h2v-2h-2v2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;

    transition: transform .25s ease, background-color .25s ease !important;
}

#menu-item-61 > a:hover::before {
    background-color: #084298 !important;
    transform: translateY(-1px) !important;
}

/* RTL */
[dir="rtl"] #menu-item-61 > a {
    flex-direction: row !important;
}

/* الموبايل */
@media (max-width: 768px) {
    #menu-item-61 > a::before {
        width: 17px !important;
        height: 17px !important;
        flex-basis: 17px !important;
    }
}


/* =========================================================
   CONTACT PAGE
========================================================= */

.city-contact-page {
    padding: 80px 0;
    background: #f8fafc;
}

.city-contact__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 45px;
    align-items: start;
    margin-top: 45px;
}

.city-contact__info {
    display: grid;
    gap: 18px;
}

.city-contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(11, 94, 215, .10);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .06);
}

.city-contact-card__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #0b5ed7;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.city-contact-card span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 13px;
}

.city-contact-card strong {
    color: #0f172a;
    font-size: 15px;
}

.city-contact__form {
    padding: 35px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(11, 94, 215, .10);
    box-shadow: 0 12px 35px rgba(15, 23, 42, .07);
}

.city-contact__form h2 {
    margin: 0 0 25px;
    color: #0b5ed7;
    font-size: 25px;
    font-weight: 800;
}

.city-contact__form form {
    display: grid;
    gap: 18px;
}

.city-contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.city-contact__form label {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.city-contact__form input,
.city-contact__form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.city-contact__form textarea {
    resize: vertical;
}

.city-contact__form input:focus,
.city-contact__form textarea:focus {
    border-color: #0b5ed7;
    box-shadow: 0 0 0 3px rgba(11, 94, 215, .10);
}

.city-contact__form button {
    border: 0;
    border-radius: 10px;
    padding: 14px 25px;
    background: #0b5ed7;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.city-contact__form button:hover {
    background: #084298;
    transform: translateY(-1px);
}

@media (max-width: 768px) {

    .city-contact-page {
        padding: 55px 0;
    }

    .city-contact__grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }

    .city-contact__row {
        grid-template-columns: 1fr;
    }

    .city-contact__form {
        padding: 25px 20px;
    }

}


/* =========================================================
   CONTACT - REASONS
========================================================= */

.city-contact-reasons {
    margin-bottom: 70px;
}

.city-contact-reasons__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.city-contact-reason {
    position: relative;
    padding: 28px 25px;
    background: #ffffff;
    border: 1px solid rgba(11, 94, 215, .10);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .05);
    overflow: hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.city-contact-reason::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #0b5ed7;
    opacity: .9;
}

.city-contact-reason:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 94, 215, .22);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .09);
}

.city-contact-reason__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #0b5ed7;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;
}

.city-contact-reason h3 {
    margin: 0 0 9px;
    color: #0b5ed7;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
}

.city-contact-reason p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.9;
}

@media (max-width: 1024px) {
    .city-contact-reasons__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .city-contact-reasons {
        margin-bottom: 45px;
    }

    .city-contact-reasons__grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 25px;
    }

    .city-contact-reason {
        padding: 23px 20px;
    }
}


/* =========================================================
   CONTACT PAGE - REASONS
========================================================= */

.city-contact-reasons {
    margin: 60px 0 75px;
}

.city-contact-reasons__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 35px;
}

.city-contact-reason {
    position: relative;
    padding: 30px 26px;
    background: #fff;
    border: 1px solid rgba(11,94,215,.10);
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(15,23,42,.06);
    transition: .25s ease;
    overflow: hidden;
}

.city-contact-reason::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #0b5ed7;
}

.city-contact-reason:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(15,23,42,.10);
}

.city-contact-reason__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #0b5ed7;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.city-contact-reason h3 {
    margin: 0 0 9px;
    color: #0b5ed7;
    font-size: 17px;
    font-weight: 800;
}

.city-contact-reason p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.9;
}

@media (max-width: 1024px) {
    .city-contact-reasons__grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 600px) {
    .city-contact-reasons {
        margin: 40px 0 50px;
    }

    .city-contact-reasons__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}


/* =========================================================
   FLOATING SOCIAL CONTACT
   CITY INTERNATIONAL SCHOOLS
========================================================= */

.city-floating-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    direction: ltr;
    font-family: inherit;
}

/* Main Button */
.city-floating-contact__toggle {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: #0b5ed7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(11,94,215,.30);
    transition: .25s ease;
    position: relative;
}

.city-floating-contact__toggle:hover {
    transform: scale(1.07);
    box-shadow: 0 14px 35px rgba(11,94,215,.38);
}

.city-floating-contact__toggle svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: .25s ease;
}

.city-floating-contact.is-open .city-floating-contact__toggle {
    transform: rotate(45deg);
}

/* Menu */
.city-floating-contact__menu {
    position: absolute;
    right: 5px;
    bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(.95);
    transform-origin: bottom right;
    transition: .25s ease;
}

.city-floating-contact.is-open .city-floating-contact__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Social Item */
.city-floating-contact__item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    direction: ltr;
}

.city-floating-contact__label {
    background: #fff;
    color: #172033;
    padding: 8px 13px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 7px 22px rgba(15,23,42,.12);
    opacity: 0;
    transform: translateX(8px);
    transition: .2s ease;
}

.city-floating-contact.is-open .city-floating-contact__label {
    opacity: 1;
    transform: translateX(0);
}

.city-floating-contact__icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 7px 20px rgba(15,23,42,.18);
    transition: .2s ease;
}

.city-floating-contact__icon:hover {
    transform: scale(1.08);
}

.city-floating-contact__icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

/* Colors */
.city-floating-contact__facebook {
    background: #1877f2;
}

.city-floating-contact__instagram {
    background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
}

.city-floating-contact__youtube {
    background: #ff0000;
}

.city-floating-contact__whatsapp {
    background: #25d366;
}

.city-floating-contact__contact {
    background: #0b5ed7;
}

/* WhatsApp emphasis */
.city-floating-contact__whatsapp .city-floating-contact__icon {
    width: 50px;
    height: 50px;
}

.city-floating-contact__whatsapp .city-floating-contact__label {
    color: #168c46;
}

/* Mobile */
@media (max-width: 600px) {

    .city-floating-contact {
        right: 16px;
        bottom: 16px;
    }

    .city-floating-contact__toggle {
        width: 54px;
        height: 54px;
    }

    .city-floating-contact__icon {
        width: 43px;
        height: 43px;
    }

    .city-floating-contact__label {
        font-size: 11px;
        padding: 7px 10px;
    }
}


/* =====================================================
   SMART FLOATING CONTACT MESSAGE
===================================================== */

.city-floating-contact__welcome {
    position: absolute;
    right: 0;
    bottom: 75px;
    width: 250px;
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 15px 40px rgba(15,23,42,.18);
    direction: rtl;
    text-align: right;
    animation: cityWelcomeFloat 3s infinite;
}

.city-floating-contact__welcome strong {
    display:block;
    color:#0b5ed7;
    font-size:16px;
    margin-bottom:8px;
}

.city-floating-contact__welcome p {
    margin:0;
    color:#64748b;
    font-size:13px;
    line-height:1.8;
}

.city-floating-contact__welcome span {
    display:inline-block;
    margin-top:12px;
    background:#0b5ed7;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
}

@keyframes cityWelcomeFloat {

    0%,100% {
        transform:translateY(0);
    }

    50% {
        transform:translateY(-6px);
    }

}


/* خيارات سريعة */

.city-floating-quick {
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:12px;
}

.city-floating-quick a {

    display:block;
    background:#f1f5f9;
    color:#0f172a;
    padding:8px 12px;
    border-radius:10px;
    font-size:12px;
    text-decoration:none;
    transition:.2s;

}

.city-floating-quick a:hover {

    background:#0b5ed7;
    color:#fff;

}


@media(max-width:600px){

.city-floating-contact__welcome{

    width:220px;

}

}



.city-floating-contact__tiktok {
    background:#000;
}


.city-floating-contact__tiktok svg {
    width:22px;
    height:22px;
}



/* =====================================
   MAIN MENU ICONS
===================================== */

.city-menu-icon {
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:7px;
    color:#0b5ed7;
    vertical-align:middle;
}

.city-menu-icon svg {
    width:100%;
    height:100%;
    fill:currentColor;
}

.city-menu-icon:hover {
    color:#083b8f;
}


.menu-item a {
    display:flex;
    align-items:center;
    gap:6px;
}



.city-menu-icon{
display:inline-flex;
width:18px;
height:18px;
color:#0b5ed7;
margin-left:6px;
}

.city-menu-icon svg{
width:100%;
height:100%;
fill:currentColor;
}


/* ===== PROFESSIONAL MENU ICONS ===== */

.city-header__menu li a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.city-header__menu li a:before {
    font-family: Arial, sans-serif;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #0b5ed7;
}

/* الرئيسية */
.menu-item-17 > a:before {
    content: "⌂";
}

/* الأقسام */
.menu-item-18 > a:before {
    content: "▦";
}

/* المقالات */
.menu-item-20 > a:before {
    content: "▤";
}

/* عن المؤسسة */
.menu-item-19 > a:before {
    content: "▥";
}

/* فروعنا - عمارة */
.menu-item-61 > a:before {
    content: "▦";
}

/* اتصل بنا */
.menu-item a[href*="contact"]::before {
    content: "☎";
}

.city-header__menu li a:hover:before {
    color: #084298;
    transform: translateY(-2px);
    transition: .3s ease;
}


}

/* اتصل بنا */
.menu-item a[href*="contact"]::before {
    content: "☎";
}

/* حركة احترافية */
.city-header__menu li a:hover:before {
    color: #084298;
    transform: translateY(-2px);
    transition: .3s ease;
}



/* =====================================
 CITY BRANCHES CARDS DESIGN
===================================== */

.city-branches-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}


.city-branch-card {

    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .35s ease;
    border: 1px solid #eee;
}


.city-branch-card:hover {

    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}


/* صورة الفرع */

.city-branch-image {

    height:220px;
    overflow:hidden;
}


.city-branch-image img {

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s ease;
}


.city-branch-card:hover img {

    transform:scale(1.08);
}


/* محتوى الكارد */

.city-branch-content {

    padding:25px;
    text-align:right;
}


.city-branch-content h3 {

    font-size:22px;
    margin-bottom:15px;
    color:#123b65;
}


.city-branch-content p {

    color:#666;
    line-height:1.9;
    font-size:15px;
}


/* زر الخريطة */

.city-branch-map {

    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-top:18px;
    padding:12px 22px;

    background:#0b5ed7;
    color:#fff !important;

    border-radius:50px;
    text-decoration:none;

    transition:.3s;
}


.city-branch-map:hover {

    background:#084298;
}


/* الجوال */

@media(max-width:900px){

.city-branches-grid{

grid-template-columns:repeat(2,1fr);

}

}


@media(max-width:600px){

.city-branches-grid{

grid-template-columns:1fr;

}

}

