/**
 * Parmanand College — professional theme styles
 */

:root {
	--pc-font-body: "DM Sans", system-ui, sans-serif;
	--pc-font-heading: "Libre Baskerville", Georgia, serif;
	--pc-header-height: 5.5rem;
	--pc-radius: 10px;
	--pc-radius-lg: 16px;
	--pc-shadow: 0 12px 40px rgba(26, 26, 46, 0.1);
	--pc-shadow-sm: 0 4px 20px rgba(26, 26, 46, 0.06);
	--pc-max: 1200px;
	--pc-gutter: 1.5rem;
	/* Logo palette: royal blue + orange accent */
	--pc-blue: #2e3192;
	--pc-blue-dark: #1a237e;
	--pc-orange: #f15a24;
	--pc-orange-hover: #d94e1a;
	/* Legacy aliases (used across theme + plugin CSS) */
	--pc-purple: var(--pc-blue);
	--pc-gold: var(--pc-orange);
	--pc-navy: var(--pc-blue-dark);
	--pcc-max: var(--pc-max);
	--wp--style--global--content-size: var(--pc-max);
	--wp--style--global--wide-size: var(--pc-max);
}

/* Unified page shell — full-width main, 1000px content column everywhere */
#pc-main-content,
main#pc-main-content {
	max-width: none !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pc-page,
.pc-page--wide,
.pc-page--contact,
.pc-page--archive,
.pc-page--course,
.pc-page--nebosh {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: min(var(--pc-max), calc(100vw - 2 * var(--pc-gutter)));
}

.is-layout-constrained > .alignwide {
	max-width: min(var(--pc-max), calc(100vw - 2 * var(--pc-gutter)));
}

body {
	font-family: var(--pc-font-body);
	-webkit-font-smoothing: antialiased;
}

/* On very wide screens, show the site as a centred card with a subtle boundary */
@media (min-width: 1480px) {
	html {
		background: #eaecf0;
	}

	body {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 0 1px rgba(46, 49, 146, 0.08), 0 0 60px rgba(0, 0, 0, 0.10);
	}
}

h1, h2, h3, h4, .pc-hero__title {
	font-family: var(--pc-font-heading);
}

/* Skip link */
.pc-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	padding: 0.75rem 1rem;
	background: var(--pc-gold);
	color: var(--pc-navy);
	font-weight: 700;
}

.pc-skip-link:focus {
	left: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Top bar — desktop only */
.pc-top-bar {
	font-size: 0.8125rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 781px) {
	header .pc-top-bar,
	.wp-block-group.pc-top-bar,
	.wp-block-group.alignfull.pc-top-bar,
	.pc-top-bar.alignfull,
	.pc-top-bar {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		min-height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
}

@media (min-width: 782px) {
	.pc-top-bar {
		display: block;
	}
}

.pc-top-bar__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 0.45rem 1.25rem;
	gap: 0.5rem;
	align-items: center;
}

.pc-top-bar__inner > p {
	margin: 0;
	line-height: 1.35;
}

.pc-top-bar__contact {
	white-space: nowrap;
}

.pc-top-bar a {
	color: #fff;
	text-decoration: none;
}

.pc-top-bar a:hover {
	color: var(--pc-gold);
}

/* Header */
.pc-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.pc-header__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 0.65rem 1.25rem;
	min-height: var(--pc-header-height);
	gap: 1rem;
}

.pc-logo img,
.pc-logo .custom-logo {
	display: block;
	height: auto;
	max-height: 76px;
	width: auto;
	max-width: min(360px, 72vw);
}

.pc-footer-logo,
.pc-footer-logo img {
	display: block;
}

.pc-footer-logo img {
	height: auto;
	max-height: 68px;
	width: auto;
	max-width: 280px;
	margin-bottom: 0.75rem;
}

.pc-footer .wp-block-column > p:has(.pc-footer-logo) {
	margin: 0 0 0.75rem;
}

@media (max-width: 781px) {
	:root {
		--pc-header-height: 4.75rem;
	}

	.pc-logo img,
	.pc-logo .custom-logo {
		max-height: 58px;
		max-width: min(260px, 68vw);
	}

	.pc-footer-logo img {
		max-height: 56px;
	}
}

.pc-nav .wp-block-navigation-item__content {
	font-weight: 600;
	font-size: 0.9375rem;
	color: var(--pc-navy);
	text-decoration: none;
}

.pc-nav .wp-block-navigation-item__content:hover {
	color: var(--pc-purple);
}

.pc-header-cta .wp-block-button__link {
	padding: 0.6rem 1.25rem;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--pc-radius);
	font-size: 0.9rem;
	box-shadow: var(--pc-shadow-sm);
}

.pc-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.pc-nav-toggle__bar {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--pc-navy);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.pc-header.is-nav-open .pc-nav-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.pc-header.is-nav-open .pc-nav-toggle__bar:nth-child(2) {
	opacity: 0;
}

.pc-header.is-nav-open .pc-nav-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 781px) {
	body {
		overflow-x: hidden;
	}

	body.is-mobile-nav-open {
		overflow: hidden;
	}

	.pc-nav-toggle {
		display: flex;
		margin-left: auto;
		flex-shrink: 0;
	}

	/* WP layout classes set display:flex — must override when menu is closed */
	.pc-header .pc-header__inner {
		display: grid !important;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"nav nav";
		align-items: center;
		gap: 0.5rem 0.75rem;
		flex-wrap: nowrap !important;
	}

	.pc-header .pc-brand {
		grid-area: brand;
		min-width: 0;
	}

	.pc-header .pc-nav-toggle {
		grid-area: toggle;
		justify-self: end;
		margin-left: 0;
	}

	.pc-header .pc-header__nav {
		grid-area: nav;
		display: none !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: 100%;
		max-height: min(70vh, calc(100dvh - var(--pc-header-height) - 1rem));
		overflow-y: auto;
		padding: 0.75rem 0 1rem;
		border-top: 1px solid #e8eaef;
		background: #fff;
	}

	.pc-header.is-nav-open .pc-header__nav {
		display: flex !important;
	}

	.pc-nav .wp-block-navigation__responsive-container,
	.pc-nav .wp-block-navigation__responsive-dialog {
		display: none !important;
	}

	.pc-header.is-nav-open .pc-nav,
	.pc-header.is-nav-open .pc-nav .wp-block-navigation__container,
	.pc-header.is-nav-open .pc-nav__list {
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100%;
		gap: 0.25rem;
	}

	.pc-header.is-nav-open .wp-block-buttons {
		width: 100%;
		margin-top: 0.75rem;
	}

	.pc-header.is-nav-open .pc-header-cta {
		width: 100%;
	}

	.pc-header.is-nav-open .pc-header-cta .wp-block-button__link {
		display: block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.pc-footer__grid {
		flex-direction: column !important;
	}

	.pc-footer__grid > .wp-block-column {
		flex-basis: 100% !important;
	}
}

/* Section headings */
.pc-section-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2.5rem;
}

.pc-section-head__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--pc-purple);
	margin-bottom: 0.5rem;
}

/* Hero — split layout (intro | slider + why) */
.pc-hero-split {
	margin-top: 0;
	padding: clamp(2rem, 4vw, 3rem) var(--pc-gutter);
	background:
		linear-gradient(145deg, rgba(26, 35, 126, 0.97) 0%, rgba(46, 49, 146, 0.94) 50%, rgba(26, 35, 126, 0.98) 100%),
		url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	color: #fff;
}

.pc-hero-split__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
}

.pc-hero-split__grid {
	display: grid;
	gap: 1rem;
}

.pc-hero-split__block {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--pc-radius-lg);
	box-shadow: 0 10px 32px rgba(10, 12, 40, 0.18);
}

.pc-hero-split__block--intro {
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pc-hero-split__block--slider {
	padding: 0;
	overflow: hidden;
	align-self: start;
}

.pc-hero-split__block--why {
	padding: clamp(1rem, 2vw, 1.35rem);
	border-top: 3px solid var(--pc-orange);
}

.pc-hero-split__block--slider .pc-slider,
.pc-hero-split__block--slider .pc-hero-split__visual-fallback {
	border-radius: calc(var(--pc-radius-lg) - 4px);
	overflow: hidden;
	background: #fff;
}

.pc-hero-split__block--slider .pc-slider--split {
	box-shadow: none;
	margin: 0;
}

@media (min-width: 1025px) {
	.pc-hero-split__grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		grid-template-rows: auto auto;
		grid-template-areas:
			"intro slider"
			"intro why";
		gap: 1rem 1.25rem;
		align-items: stretch;
	}

	.pc-hero-split__block--intro {
		grid-area: intro;
	}

	.pc-hero-split__block--slider {
		grid-area: slider;
	}

	.pc-hero-split__block--why {
		grid-area: why;
	}

	.pc-hero-split__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1.25rem;
		row-gap: 0.15rem;
	}
}

.pc-hero-split__admit-badge {
	display: inline-block;
	background: #fff;
	color: var(--pc-orange);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.28rem 0.85rem;
	border-radius: 999px;
	margin-bottom: 0.9rem;
}

.pc-hero-split__eyebrow {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pc-orange);
	margin: 0 0 0.85rem;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
}

.pc-hero-split__title {
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
	color: #fff;
	line-height: 1.22;
	margin: 0 0 0.85rem;
}

.pc-hero-split__lead {
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 1.35rem;
}

.pc-hero-split__meta-note {
	margin: -0.55rem 0 1rem;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
}

.pc-hero-split__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.pc-hero-split__actions .pc-btn-outline-light {
	background: transparent;
	border: 2px solid var(--pc-orange);
	color: #fff;
	padding: 0.65rem 1.15rem;
	border-radius: var(--pc-radius);
	font-weight: 600;
	text-decoration: none;
}

.pc-hero-split__actions .pc-btn-outline-light:hover {
	background: rgba(241, 90, 36, 0.15);
	color: #fff;
}

.pc-hero-split__wa-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: #25D366;
	color: #fff;
	border: none;
	padding: 0.65rem 1.15rem;
	border-radius: var(--pc-radius);
	font-weight: 600;
	text-decoration: none;
	transition: background 0.18s ease, transform 0.18s ease;
}

.pc-hero-split__wa-btn:hover {
	background: #1ebe5d;
	color: #fff;
	transform: translateY(-1px);
}

.pc-hero-split__panel-title {
	font-size: 1.05rem;
	color: #fff;
	margin: 0 0 0.75rem;
}

.pc-hero-split__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-hero-split__list li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.55rem;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.92);
}

.pc-hero-split__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	background: var(--pc-orange);
	border-radius: 50%;
}

.pc-hero-split__visual-fallback {
	aspect-ratio: 32 / 15;
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px dashed rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
	.pc-hero-split__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 781px) {
	.pc-hero-split__grid {
		grid-template-columns: 1fr;
	}

	.pc-hero-split__list {
		display: block;
	}
}

/* Hero (standalone pattern — still used elsewhere if needed) */
.pc-hero {
	margin-top: 0;
	padding: clamp(3rem, 8vw, 5rem) 1.25rem;
	background:
		linear-gradient(145deg, rgba(26, 35, 126, 0.97) 0%, rgba(46, 49, 146, 0.94) 50%, rgba(26, 35, 126, 0.98) 100%),
		url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	color: #fff;
}

.pc-hero__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
}

.pc-hero__eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pc-gold);
	margin-bottom: 1rem;
}

.pc-hero__title {
	font-size: clamp(1.85rem, 4.5vw, 2.75rem);
	color: #fff;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.pc-hero__lead {
	font-size: 1.125rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
	max-width: 36rem;
	margin-bottom: 1.75rem;
}

.pc-hero__panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--pc-radius-lg);
	padding: 1.75rem;
	backdrop-filter: blur(8px);
}

.pc-hero__panel h3 {
	color: #fff;
	font-size: 1.15rem;
	margin-bottom: 1rem;
}

.pc-hero__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-hero__list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.65rem;
	color: rgba(255, 255, 255, 0.9);
}

.pc-hero__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	background: var(--pc-gold);
	border-radius: 50%;
}

.pc-btn-outline-light .wp-block-button__link {
	background: transparent !important;
	border: 2px solid var(--pc-gold) !important;
	color: #fff !important;
}

@media (max-width: 781px) {
	.pc-hero__cols {
		flex-direction: column;
	}

	.pc-hero__panel {
		margin-top: 1.5rem;
	}
}

.pc-hero-slider-wrap {
	margin-top: 0;
}

.pc-hero + .pc-hero-slider-wrap,
.pc-hero ~ .pc-hero-slider-wrap {
	margin-top: 0;
}

/* Home intro (below hero slider) */
.pc-home-intro {
	padding: clamp(2rem, 5vw, 3rem) var(--pc-gutter);
}

.pc-home-intro__cols {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 2rem;
}

.pc-home-intro__eyebrow {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pc-orange);
	margin-bottom: 0.75rem;
}

.pc-home-intro h1 {
	font-size: clamp(1.65rem, 3.5vw, 2.25rem);
	color: var(--pc-navy);
	line-height: 1.25;
	margin-bottom: 0.85rem;
}

.pc-home-intro__panel {
	background: #fff;
	border: 1px solid #e8eaef;
	border-radius: var(--pc-radius-lg);
	padding: 1.5rem;
	box-shadow: var(--pc-shadow-sm);
}

.pc-home-intro__panel h3 {
	color: var(--pc-navy);
	font-size: 1.05rem;
	margin-bottom: 0.75rem;
}

.pc-home-intro__panel ul {
	margin: 0;
	padding-left: 1.15rem;
}

.pc-home-intro__panel li {
	margin-bottom: 0.45rem;
	color: #444;
}

@media (max-width: 781px) {
	.pc-home-intro__cols {
		flex-direction: column;
	}
}

/* Stats */
.pc-stats {
	padding: 2.25rem 1.25rem;
	background: var(--pc-blue-dark);
}

.pc-stats__grid {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 0;
	text-align: center;
}

.pc-stats__grid > .wp-block-column {
	position: relative;
	padding: 0.5rem 1rem;
}

.pc-stats__grid > .wp-block-column + .wp-block-column::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	height: 70%;
	width: 1px;
	background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 599px) {
	.pc-stats__grid > .wp-block-column + .wp-block-column::before {
		display: none;
	}

	.pc-stats__grid {
		gap: 0.75rem;
	}
}

.pc-stats__num {
	font-family: var(--pc-font-heading);
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 700;
	color: var(--pc-orange);
	margin: 0 0 0.3rem;
	line-height: 1.1;
	word-break: break-word;
	overflow-wrap: anywhere;
}
@media (max-width: 599px) {
	.pc-stats__num {
		font-size: clamp(1.1rem, 4.5vw, 1.5rem);
	}
}

.pc-stats__label {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
	letter-spacing: 0.01em;
}

/* Programs */
.pc-programs {
	padding: clamp(3rem, 7vw, 5rem) 1.25rem;
}

.pc-programs__grid {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 1.25rem;
}

.pc-program-card {
	background: #fff;
	border: 1px solid #e8eaef;
	border-radius: var(--pc-radius-lg);
	padding: 1.75rem;
	height: 100%;
	box-shadow: var(--pc-shadow-sm);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pc-program-card:hover {
	box-shadow: var(--pc-shadow);
	transform: translateY(-2px);
}

.pc-program-card--featured {
	border-color: var(--pc-purple);
	border-top: 4px solid var(--pc-gold);
}

.pc-program-card__badge {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: var(--pc-purple);
	color: #fff;
	padding: 0.25rem 0.6rem;
	border-radius: 4px;
	margin-bottom: 0.75rem;
}

.pc-program-card h3 {
	font-size: 1.2rem;
	color: var(--pc-purple);
}

.pc-program-card__meta {
	font-size: 0.875rem;
	color: #666;
}

@media (max-width: 781px) {
	.pc-programs__grid {
		flex-direction: column;
	}
}

/* Features */
.pc-features {
	padding: clamp(3rem, 7vw, 5rem) 1.25rem;
}

.pc-features__grid {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 1.25rem;
}

.pc-feature-card {
	background: #fff;
	border-radius: var(--pc-radius);
	padding: 1.5rem 1.5rem 1.5rem 1.25rem;
	border-left: 4px solid var(--pc-gold);
	box-shadow: var(--pc-shadow-sm);
	height: 100%;
}

.pc-feature-card__icon {
	font-family: var(--pc-font-heading);
	font-size: 2rem;
	font-weight: 700;
	color: var(--pc-purple);
	opacity: 0.35;
	margin: 0 0 0.5rem;
	line-height: 1;
}

.pc-feature-card h3 {
	font-size: 1.05rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 781px) {
	.pc-features__grid {
		flex-direction: column;
	}
}

/* Testimonial */
.pc-testimonial {
	padding: clamp(3rem, 7vw, 4rem) 1.25rem;
	background: #fff;
}

.pc-testimonial__inner {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 2rem 2rem 2rem 2.5rem;
	background: var(--wp--preset--color--surface);
	border-radius: var(--pc-radius-lg);
	box-shadow: var(--pc-shadow-sm);
}

.pc-testimonial__mark {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	font-family: var(--pc-font-heading);
	font-size: 4rem;
	line-height: 1;
	color: var(--pc-gold);
	opacity: 0.5;
	margin: 0;
}

.pc-testimonial__quote {
	border: 0;
	margin: 0;
	padding: 0;
}

.pc-testimonial__quote p {
	font-size: 1.2rem;
	line-height: 1.65;
	font-style: italic;
}

.pc-testimonial__quote cite {
	display: block;
	margin-top: 1.25rem;
	font-style: normal;
	font-weight: 600;
	color: var(--pc-purple);
	font-size: 0.95rem;
}

/* Enquiry section */
.pc-enquiry-section {
	padding: clamp(3rem, 7vw, 5rem) 1.25rem;
}

.pc-enquiry-section__grid {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 2rem;
}

.pc-enquiry-section h2 {
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.pc-enquiry-section__contact a {
	color: var(--pc-gold);
}

.pc-enquiry-section__trust {
	margin: 0.75rem 0 1rem;
	padding-left: 1rem;
}

.pc-enquiry-section__trust li {
	margin-bottom: 0.4rem;
	color: rgba(255, 255, 255, 0.94);
}

.pc-enquiry-section__disclaimer {
	margin-top: 1.25rem;
	font-size: 0.75rem;
	opacity: 0.72;
	line-height: 1.5;
}

.pc-enquiry-section .pc-form-card {
	box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(68, 46, 102, 0.18);
}

/* Forms */
.pc-form-wrap {
	width: 100%;
}

.pc-form-card {
	background: #fff;
	border-radius: var(--pc-radius-lg);
	padding: clamp(1.5rem, 4vw, 2rem);
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e8f0;
}

.pc-form-card::before {
	display: none;
}

.pc-form-card__title {
	font-size: 1.45rem;
	margin: 0 0 0.35rem;
	color: var(--pc-navy);
}

.pc-form-card__desc {
	color: #666;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
}

.pc-form-card__trust {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4a4f59;
	background: #f4f6fb;
	border: 1px solid #e3e7ef;
	border-radius: 999px;
	padding: 0.35rem 0.75rem;
	margin: 0 0 1.1rem;
}

.pc-form-card__trust::before {
	content: "✓";
	display: inline-grid;
	place-items: center;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #e6f7ec;
	color: #1b7d3b;
	font-size: 0.72rem;
	font-weight: 700;
}

.pc-form__row {
	display: grid;
	gap: 1rem;
	align-items: start;
}

.pc-form__row--2 {
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
	.pc-form__row--2 {
		grid-template-columns: 1fr;
	}

	.pc-form-card__trust {
		display: flex;
		width: 100%;
		justify-content: center;
		text-align: center;
		line-height: 1.35;
	}

	.pc-form__submit {
		font-size: 0.94rem;
	}
}

.pc-form__field {
	margin-bottom: 1rem;
	position: relative;
	min-width: 0;
}

.pc-form__field:last-of-type {
	margin-bottom: 0.75rem;
}

.pc-form__field label {
	display: block;
	font-weight: 700;
	font-size: 0.875rem;
	margin-bottom: 0.35rem;
	color: var(--pc-navy);
	letter-spacing: 0.02em;
}

.pc-form__field .required {
	color: #cf2e2e;
}

.pc-form__field input,
.pc-form__field select,
.pc-form__field textarea {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0.78rem 0.9rem;
	border: 1px solid #d0d5dd;
	border-radius: var(--pc-radius);
	font-family: inherit;
	font-size: 1rem;
	background: #fcfcfe;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.pc-form__field textarea {
	resize: vertical;
	min-height: 110px;
}

.pc-form__field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #5c6270 50%),
		linear-gradient(135deg, #5c6270 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 3px),
		calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 2.1rem;
}

.pc-form__field select[multiple],
.pc-form__field select[size] {
	appearance: auto;
	background-image: none;
	padding-right: 0.9rem;
}

.pc-form__field input:focus,
.pc-form__field select:focus,
.pc-form__field textarea:focus {
	outline: none;
	border-color: var(--pc-purple);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(68, 46, 102, 0.16);
}

.pc-form__field--error input,
.pc-form__field--error select,
.pc-form__field--error textarea {
	border-color: #cf2e2e;
	box-shadow: 0 0 0 3px rgba(207, 46, 46, 0.12);
}

.pc-form__inline-error {
	margin: 0.35rem 0 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #cf2e2e;
}

.pc-form__field--error.pc-form__consent label {
	color: #cf2e2e;
}

.pc-form__hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.pc-form__submit {
	width: 100%;
	padding: 0.95rem 1.5rem;
	border: 0;
	border-radius: var(--pc-radius);
	background: linear-gradient(135deg, #ff7a45 0%, var(--pc-orange) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(255, 182, 6, 0.35);
	transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.pc-form__submit:hover {
	background: linear-gradient(135deg, #ff8f5c 0%, var(--pc-orange) 100%);
	box-shadow: 0 14px 28px rgba(255, 182, 6, 0.4);
	transform: translateY(-1px);
}

.pc-form__submit:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(68, 46, 102, 0.2), 0 12px 26px rgba(255, 182, 6, 0.36);
}

.pc-form-message {
	padding: 1rem 1.25rem;
	border-radius: var(--pc-radius);
	margin-bottom: 1rem;
	font-weight: 500;
}

.pc-form-message--success {
	background: #e8f5e9;
	color: #1b5e20;
	border: 1px solid #a5d6a7;
}

.pc-form-message--error {
	background: #ffebee;
	color: #b71c1c;
	border: 1px solid #ef9a9a;
}

/* Page hero */
.pc-page-hero {
	padding: clamp(2.5rem, 6vw, 3.5rem) 1.25rem;
	background: linear-gradient(135deg, var(--pc-navy), var(--pc-purple));
	color: #fff;
	text-align: center;
}

.pc-page-hero h1 {
	color: #fff;
	margin-bottom: 0.75rem;
}

.pc-page-hero p {
	max-width: 560px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
}

/* Contact page */
.pc-contact-top {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 2.5rem var(--pc-gutter);
	width: 100%;
	box-sizing: border-box;
}

.pc-contact-top__cols {
	gap: 2.5rem;
	align-items: flex-start;
}

.pc-contact-aside {
	background: var(--wp--preset--color--surface, #f5f6f8);
	padding: 1.75rem;
	border-radius: var(--pc-radius-lg);
	border-left: 4px solid var(--pc-gold);
}

.pc-contact-aside h2 {
	font-size: 1.35rem;
	color: var(--pc-purple);
	margin: 0 0 0.75rem;
}

.pc-contact-aside__list {
	margin: 0 0 1.25rem;
	padding-left: 1.2rem;
	color: #444;
}

.pc-contact-aside__list li {
	margin-bottom: 0.35rem;
}

.pc-contact-aside__hours {
	padding-top: 1rem;
	border-top: 1px solid #e0e0e0;
	font-size: 0.95rem;
}

.pc-contact-aside__hours p {
	margin: 0 0 0.75rem;
}

.pc-contact-branches-section {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 2.5rem var(--pc-gutter) 3.5rem;
	width: 100%;
	box-sizing: border-box;
}

.pc-contact-branches-section h2 {
	color: var(--pc-purple);
	margin-bottom: 0.5rem;
}

.pc-contact-branches-section > p {
	max-width: 52ch;
	margin-bottom: 1.5rem;
	color: #555;
}

/* Inner pages with hero */
.pc-page-intro {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 2rem var(--pc-gutter) 0;
	width: 100%;
	box-sizing: border-box;
}

.pc-page-intro h1 {
	color: var(--pc-purple);
	margin-bottom: 0.5rem;
}

.pc-page-intro p {
	max-width: 60ch;
	color: #555;
	margin: 0;
}

@media (max-width: 781px) {
	.pc-contact-top__cols,
	.pc-enquiry-section__grid {
		flex-direction: column;
	}

	.pc-contact-top__cols > .wp-block-column {
		flex-basis: 100% !important;
	}

	.pc-contact-aside {
		order: 2;
	}

	.pc-contact-top__cols > .wp-block-column:last-child {
		order: 1;
	}
}

/* Footer */
.pc-footer {
	padding: 3.5rem 1.25rem 2rem;
	margin-top: 0;
}

.pc-footer__grid {
	gap: 2rem;
	max-width: var(--pc-max);
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 782px) {
	.pc-footer .pc-footer__grid.wp-block-columns,
	.pc-footer .pc-footer__grid.is-layout-flex {
		display: grid !important;
		grid-template-columns: minmax(220px, 30%) repeat(3, minmax(0, 1fr));
		gap: 1.75rem 2rem;
		align-items: start;
	}

	.pc-footer__grid > .wp-block-column {
		flex-basis: auto !important;
		width: auto !important;
		min-width: 0;
		max-width: none !important;
	}

	.pc-footer h4.wp-block-heading {
		margin: 0 0 0.85rem;
		font-size: 0.95rem;
		line-height: 1.3;
	}

	.pc-footer .has-small-font-size {
		font-size: 0.8125rem !important;
		line-height: 1.55;
	}
}

.pc-footer a {
	color: #fff;
	text-decoration: none;
}

.pc-footer a:hover {
	color: var(--pc-gold);
}

.pc-footer-contact__mobile {
	display: none !important;
}

.pc-footer-contact__desktop {
	display: block;
}

.pc-footer-contact__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc-footer-contact__item {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.pc-footer-contact__item br {
	display: none;
}

.pc-footer-contact__city {
	font-size: 0.8125rem;
}

.pc-footer-contact__phone,
.pc-footer-contact__email {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.45;
	word-break: break-word;
}

.pc-footer-contact__list li + li {
	margin-top: 0.75rem;
}

.pc-footer-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}

.pc-footer-contact__btn {
	flex: 1 1 calc(50% - 0.25rem);
	min-width: 8.5rem;
	min-height: 48px;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.pc-footer-contact__btn .pc-icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.pc-footer-contact__btn .pc-icon--phone {
	color: var(--pc-gold);
}

.pc-footer-contact__btn--wa .pc-icon--whatsapp {
	color: #fff;
}

.pc-footer-contact__btn--wa {
	border-color: rgba(37, 211, 102, 0.45);
	background: rgba(37, 211, 102, 0.14);
}

.pc-footer-contact__emails {
	margin: 0;
	opacity: 0.92;
}

@media (max-width: 781px) {
	.pc-footer-contact__desktop {
		display: none !important;
	}

	.pc-footer-contact__mobile {
		display: block !important;
	}

	.pc-footer {
		padding: 2rem 1rem 1.15rem;
	}

	.pc-footer__grid {
		gap: 1.15rem;
	}

	.pc-footer h4.wp-block-heading {
		margin: 0 0 0.45rem;
		font-size: 0.88rem;
	}

	.pc-footer-logo img {
		max-height: 46px;
		margin-bottom: 0.45rem;
	}

	.pc-footer .wp-block-column > p:has(.pc-footer-logo) {
		margin: 0 0 0.45rem;
	}

	.pc-footer-contact__actions {
		margin-bottom: 0.55rem;
		gap: 0.35rem;
	}

	.pc-footer-contact__btn {
		min-height: 48px;
		padding: 0.45rem 0.55rem;
		font-size: 0.76rem;
		min-width: 0;
		flex: 1 1 calc(50% - 0.2rem);
	}

	.pc-footer-contact__list li + li {
		margin-top: 0.45rem;
	}

	.pc-footer-contact__city,
	.pc-footer-contact__phone,
	.pc-footer-contact__email {
		font-size: 0.76rem;
		line-height: 1.35;
	}

	.pc-footer .has-small-font-size {
		font-size: 0.78rem !important;
		line-height: 1.4;
	}

	.pc-footer__rule {
		margin: 1rem auto 0.65rem;
	}

	.pc-footer .has-text-align-center.has-small-font-size {
		margin: 0.35rem 0 0;
	}
}

.pc-footer__rule {
	max-width: var(--pc-max);
	margin: 2rem auto 1.5rem;
	opacity: 0.2;
}

.pc-footer-accredit {
	max-width: var(--pc-max);
	margin: 0 auto 0.35rem;
}

.pc-footer-accredit__badge {
	display: inline-block;
	margin: 0.2rem 0.22rem;
	padding: 0.22rem 0.58rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Academic trust */
.pc-academic-trust {
	background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
}

.pc-trust-grid {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 1.1rem 1.25rem;
}

.pc-trust-card {
	height: 100%;
	padding: 1.1rem 1.15rem;
	background: #fff;
	border: 1px solid #e5eaf2;
	border-radius: var(--pc-radius-lg);
	box-shadow: 0 8px 24px rgba(26, 35, 126, 0.06);
}

.pc-trust-card .wp-block-heading {
	margin-top: 0;
	margin-bottom: 0.55rem;
	color: var(--pc-purple);
	font-size: 1.05rem;
}

.pc-trust-list {
	margin: 0;
	padding-left: 1.1rem;
}

.pc-trust-list li {
	margin-bottom: 0.45rem;
	line-height: 1.55;
	color: #3f4653;
}

@media (max-width: 781px) {
	.pc-footer-accredit__badge {
		font-size: 0.66rem;
		padding: 0.2rem 0.48rem;
	}

	.pc-trust-card {
		padding: 0.95rem 1rem;
	}
}

/* Pages */
.pc-page-body,
.pc-page--centered {
	max-width: var(--pc-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--pc-gutter);
	padding-right: var(--pc-gutter);
	width: 100%;
	box-sizing: border-box;
}

.pc-page-body {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.pc-page--branches .pc-page-body {
	padding-top: 2rem;
	padding-bottom: 3.5rem;
}

@media (max-width: 781px) {
	.pc-page--branches .pc-page-hero {
		padding: 1.5rem 1rem 1.25rem;
		text-align: left;
	}

	.pc-page--branches .pc-page-hero h1 {
		font-size: 1.45rem;
		line-height: 1.25;
		margin-bottom: 0.5rem;
	}

	.pc-page--branches .pc-page-hero p {
		font-size: 0.9rem;
		line-height: 1.55;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.pc-page--branches .pc-page-body {
		padding-top: 1.25rem;
		padding-bottom: 2.5rem;
		overflow-x: hidden;
	}

	.pc-branches-archive {
		max-width: 100%;
		overflow-x: hidden;
	}
}

.pc-page--wide .entry-content,
.pc-page--wide .wp-block-post-content {
	max-width: min(var(--pc-max), calc(100vw - 2 * var(--pc-gutter)));
	margin-left: auto;
	margin-right: auto;
}

.pc-page--nebosh > .wp-block-post-content,
.pc-page--nebosh > .wp-block-shortcode,
.pc-page--nebosh > .wp-block-group.pc-section {
	max-width: var(--pc-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--pc-gutter);
	padding-right: var(--pc-gutter);
	width: 100%;
	box-sizing: border-box;
}

.pc-page--nebosh > .wp-block-post-content {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
}

.pc-page--centered {
	text-align: center;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pc-post-card {
	padding: 1.5rem 0;
	border-bottom: 1px solid #eee;
}

/* Nav fallback */
.pc-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc-nav__list a {
	font-weight: 600;
	text-decoration: none;
	color: var(--pc-navy);
}

.pc-nav__list a:hover {
	color: var(--pc-purple);
}

/* Desktop dropdown menu */
.pc-nav__list .menu-item {
	position: relative;
}

.pc-nav__list .menu-item-has-children > a,
.pc-nav__list .menu-item-has-children > .pc-menu-item__row > a {
	position: relative;
	padding-right: 1.35rem;
}

.pc-nav__list .menu-item-has-children > a::after,
.pc-nav__list .menu-item-has-children > .pc-menu-item__row > a::after {
	content: "";
	position: absolute;
	right: 0.35rem;
	top: 52%;
	width: 0.45rem;
	height: 0.45rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
	opacity: 0.75;
}

.pc-nav__list .menu-item > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0.16s;
	flex-direction: column;
	gap: 0;
	padding: 0.45rem 0;
	margin: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 10px;
	box-shadow: 0 14px 38px rgba(26, 26, 46, 0.12);
	z-index: 120;
}

.pc-nav__list .menu-item > .sub-menu > li {
	margin: 0;
	padding: 0;
}

.pc-nav__list .menu-item > .sub-menu a {
	display: block;
	padding: 0.55rem 0.9rem;
	font-size: 0.9rem;
	line-height: 1.35;
	white-space: normal;
}

.pc-nav__list .menu-item > .sub-menu a:hover {
	background: #f5f6f8;
	color: var(--pc-purple);
}

.pc-nav__list .menu-item-has-children:hover > .sub-menu,
.pc-nav__list .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

/* Hover bridge: prevents submenu collapsing when moving mouse downward. */
.pc-nav__list .menu-item-has-children::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 12px;
}

@media (max-width: 781px) {
	.pc-nav__list {
		flex-direction: column;
		gap: 0.15rem;
		width: 100%;
	}

	.pc-nav__list > .menu-item > a,
	.pc-nav__list > .menu-item > .pc-menu-item__row > a {
		display: block;
		padding: 0.65rem 0.5rem 0.65rem 0.25rem;
		border-radius: 8px;
	}

	.pc-nav__list > .menu-item > a:hover,
	.pc-nav__list > .menu-item > a:focus,
	.pc-nav__list > .menu-item > .pc-menu-item__row > a:hover,
	.pc-nav__list > .menu-item > .pc-menu-item__row > a:focus {
		background: #f5f6f8;
	}

	.pc-menu-item__row {
		display: flex;
		align-items: stretch;
		width: 100%;
		gap: 0;
	}

	.pc-menu-item__row > a {
		flex: 1;
		min-width: 0;
		padding-right: 0.5rem !important;
	}

	.pc-menu-item__row > a::after {
		display: none !important;
	}

	.pc-submenu-toggle {
		display: none;
	}

	/* Submenus always visible on mobile so users can pick a page directly */
	.pc-nav__list .menu-item-has-children > .sub-menu {
		position: static;
		display: flex;
		flex-direction: column;
		gap: 0.1rem;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		min-width: 0;
		padding: 0 0 0.35rem 0.85rem;
		margin: 0.15rem 0 0.25rem;
		border: 0;
		border-left: 2px solid #e0e4ec;
		box-shadow: none;
		background: transparent;
		transition: none;
	}

	.pc-nav__list .menu-item-has-children > .pc-menu-item__row > a {
		font-weight: 700;
	}

	.pc-nav__list .menu-item > .sub-menu a {
		padding: 0.45rem 0.25rem;
		font-size: 0.92rem;
	}

	.pc-nav__list .menu-item-has-children::after {
		display: none;
	}
}

@media (min-width: 782px) {
	.pc-menu-item__row {
		display: contents;
	}

	.pc-submenu-toggle {
		display: none;
	}
}

/* New section wrappers (used by plugin-driven patterns) */
.pc-section {
	padding: clamp(3rem, 7vw, 4.5rem) 1.25rem;
}

/* About row — image 30% / text 70%, sits above affiliations */
.pc-about-row-section {
	background: #fff;
}
.pc-about-row {
	display: grid;
	grid-template-columns: 80fr 20fr;
	gap: 2.5rem;
	align-items: center;
	padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.pc-about-row__text {
	order: 1;
}
.pc-about-row__image {
	order: 2;
	border-radius: var(--pc-radius, 0.5rem);
	overflow: hidden;
	line-height: 0;
}
.pc-about-row__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--pc-radius, 0.5rem);
}
.pc-about-row__heading {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: var(--pc-blue-dark, #1a237e);
	margin: 0.4rem 0 1rem;
	line-height: 1.25;
}
.pc-about-row__text p {
	font-size: 0.97rem;
	line-height: 1.7;
	color: #374151;
	margin-bottom: 0.85rem;
}
.pc-about-row__bullets {
	list-style: none;
	padding: 0;
	margin: 1.1rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.pc-about-row__bullets li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.93rem;
	color: #374151;
	line-height: 1.5;
}
.pc-about-row__bullets li::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--pc-orange, #f15a24);
	margin-top: 0.45rem;
}
@media (max-width: 768px) {
	.pc-about-row {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: clamp(2rem, 5vw, 3rem) 0;
	}
	.pc-about-row__image {
		max-width: 360px;
		margin: 0 auto;
	}
}

.pc-branches,
.pc-courses-section,
.pc-placements,
.pc-affiliations-wrap {
	padding: clamp(3rem, 7vw, 4.5rem) 1.25rem;
}

.pc-affiliations-wrap {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.pc-career-cluster {
	background: linear-gradient(180deg, #f8f9fc 0%, #fff 100%);
}

.pc-career-cluster__grid {
	max-width: var(--pc-max);
	margin: 0 auto;
	gap: 1.5rem 2rem;
}

.pc-career-cluster__grid .wp-block-heading {
	margin-top: 0;
}

.pc-career-cluster a {
	font-weight: 600;
}

/* Branch lead split — text left, enquiry form top-right */
.pc-branch-lead-split {
	padding: clamp(1.25rem, 3vw, 2rem) max(1rem, var(--pc-gutter));
	scroll-margin-top: 5.5rem;
}

.pc-branch-lead-split__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 22rem);
	gap: clamp(1.25rem, 3vw, 2rem);
	max-width: var(--pc-max);
	margin: 0 auto;
	align-items: start;
}

.pc-branch-lead-split__main {
	min-width: 0;
}

.pc-branch-lead-split__content {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #2a3140;
}

.pc-branch-lead-split__content > :first-child {
	margin-top: 0;
}

.pc-branch-lead-split__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1rem;
}

.pc-branch-lead-split__badge {
	display: inline-block;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: #f3f0f8;
	border: 1px solid #e4ddf0;
	color: var(--pc-purple);
	font-size: 0.78rem;
	font-weight: 700;
}

.pc-branch-lead-split__region {
	margin: 1rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #4a5160;
}

.pc-branch-lead-split__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.1rem;
}

.pc-branch-lead-split__contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.65rem 1.1rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
}

.pc-branch-lead-split__contact-btn--call {
	background: var(--pc-purple);
	color: #fff;
}

.pc-branch-lead-split__contact-btn--wa {
	background: #25d366;
	color: #fff;
}

.pc-branch-lead-split__aside {
	position: sticky;
	top: calc(var(--pc-header-height, 4rem) + 1rem);
}

.pc-branch-lead-split__form-card {
	background: #fff;
	border: 1px solid #e2e6ee;
	border-radius: 16px;
	padding: 1.1rem 1.15rem 1.15rem;
	box-shadow: 0 12px 36px rgba(68, 46, 102, 0.1);
}

.pc-branch-lead-split__form-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7a8494;
}

.pc-branch-lead-split__form-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.1rem, 2.5vw, 1.35rem);
	line-height: 1.3;
	color: var(--pc-purple);
}

.pc-branch-lead-split__form-desc {
	margin: 0 0 0.85rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #5c6472;
}

.pc-branch-lead-split .pc-form-wrap--compact {
	margin: 0;
}

.pc-branch-lead-split .pc-form-card--compact {
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.pc-branch-lead-split .pc-form__submit {
	width: 100%;
	min-height: 48px;
	font-size: 1.05rem;
}

.single-pc_branch:has(.pc-branch-lead-split) .pc-branch-enquiry {
	display: none !important;
}

/* Post-content wrapper carries the text + form lead split; let it breathe full width. */
.single-pc_branch .pc-branch-body .wp-block-post-content {
	max-width: none;
}

@media (max-width: 900px) {
	.pc-branch-lead-split__inner {
		grid-template-columns: 1fr;
	}

	.pc-branch-lead-split__aside {
		position: static;
		order: -1;
	}

	.pc-branch-lead-split__main {
		order: 1;
	}
}

/* Branch intro photo mosaic — upper main body */
.pc-branch-intro-visual {
	margin: 0 0 clamp(1.25rem, 3vw, 2rem);
}

.pc-branch-intro-visual__mosaic {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(9rem, 1fr));
	gap: 0.75rem;
	min-height: clamp(16rem, 38vw, 22rem);
}

.pc-branch-intro-visual__item {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #eef1f6;
	border: 1px solid #e2e6ee;
	box-shadow: 0 8px 24px rgba(68, 46, 102, 0.08);
}

.pc-branch-intro-visual__item--lead {
	grid-row: 1 / span 2;
}

.pc-branch-intro-visual__item--wide {
	grid-column: 1 / -1;
	min-height: 11rem;
}

.pc-branch-intro-visual__stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 0.75rem;
	min-height: 0;
}

.pc-branch-intro-visual__stack .pc-branch-intro-visual__item:only-child {
	grid-row: 1 / span 2;
}

.pc-branch-intro-visual__media {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

.pc-branch-intro-visual__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.pc-branch-intro-visual__caption {
	margin: 0;
	padding: 0.5rem 0.7rem;
	font-size: 0.78rem;
	line-height: 1.35;
	color: #4a5160;
	background: #fff;
}

@media (max-width: 781px) {
	.pc-branch-intro-visual__mosaic {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}

	.pc-branch-intro-visual__item--lead {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 12.5rem;
	}

	.pc-branch-intro-visual__stack {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.pc-branch-intro-visual__stack .pc-branch-intro-visual__item {
		min-height: 9rem;
	}

	.pc-branch-intro-visual__item--wide {
		min-height: 9rem;
	}
}

/* Branch trust strip — gallery + stats before enquiry form */
.pc-branch-trust {
	background: var(--wp--preset--color--surface, #f4f5f8);
	padding: clamp(1.5rem, 4vw, 2.5rem) max(1rem, var(--pc-gutter));
}

.pc-branch-trust__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
}

.pc-branch-trust__head {
	text-align: center;
	margin-bottom: 1.25rem;
}

.pc-branch-trust__title {
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	color: var(--pc-purple);
	margin: 0 0 0.65rem;
}

.pc-branch-trust__lead {
	max-width: 42rem;
	margin: 0 auto;
	color: #4a5160;
	line-height: 1.55;
}

.pc-branch-trust__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1.25rem 0 1.5rem;
}

.pc-branch-trust__stat {
	background: #fff;
	border: 1px solid #e5e8f0;
	border-radius: 12px;
	padding: 0.85rem 0.9rem;
	text-align: center;
}

.pc-branch-trust__stat-num {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--pc-purple);
}

.pc-branch-trust__stat-label {
	margin: 0.25rem 0 0;
	font-size: 0.78rem;
	line-height: 1.4;
	color: #5c6472;
}

.pc-branch-trust .pc-branch-gallery--trust {
	margin-top: 0.5rem;
}

.pc-branch-trust .pc-branch-gallery--trust .pc-branch-gallery__grid {
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.pc-branch-trust .pc-branch-gallery__item {
	background: #fff;
	border: 1px solid #e2e6ee;
}

.pc-branch-trust .pc-branch-gallery__caption {
	color: #4a5160;
	background: #fff;
}

.pc-branch-trust__note {
	margin: 1rem 0 0;
	font-size: 0.82rem;
	color: #6b7280;
	text-align: center;
}

@media (max-width: 781px) {
	.pc-branch-trust__stats {
		grid-template-columns: 1fr;
		gap: 0.55rem;
	}

	.pc-branch-trust .pc-branch-gallery--trust .pc-branch-gallery__grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.5rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.pc-branch-trust .pc-branch-gallery--trust .pc-branch-gallery__item {
		flex: 0 0 72%;
		max-width: 16rem;
		scroll-snap-align: start;
	}
}

/* Branch single page hero */
.pc-branch-hero {
	padding: clamp(2.5rem, 6vw, 4rem) 1.25rem 2rem;
	background: linear-gradient(135deg, var(--pc-navy), var(--pc-purple));
	color: #fff;
	text-align: center;
}

.pc-branch-hero .pc-branch-gallery {
	max-width: var(--pc-max);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.pc-branch-hero .pc-branch-gallery__grid {
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

@media (max-width: 640px) {
	.pc-branch-hero {
		padding: 1.75rem 1rem 1.25rem;
	}

	.pc-branch-hero h1,
	.pc-branch-hero .wp-block-post-title {
		font-size: 1.5rem;
		line-height: 1.25;
		margin-bottom: 0.65rem;
		word-wrap: break-word;
		overflow-wrap: anywhere;
	}

	.pc-branch-hero p {
		font-size: 0.92rem;
		line-height: 1.5;
	}

	.pc-branch-hero .pc-branch-gallery {
		margin-top: 0.5rem;
		margin-bottom: 0;
	}

	.pc-branch-hero .pc-branch-gallery__grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.5rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.25rem;
		margin: 0 -0.25rem;
	}

	.pc-branch-hero .pc-branch-gallery__item {
		flex: 0 0 78%;
		max-width: 17rem;
		scroll-snap-align: start;
	}

	.pc-branch-hero .pc-branch-gallery__caption {
		font-size: 0.68rem;
		padding: 0.3rem 0.45rem;
	}
}

.pc-branch-hero h1,
.pc-branch-hero .wp-block-post-title {
	color: #fff;
	max-width: var(--pc-max);
	margin: 0 auto 1rem;
	font-size: clamp(1.85rem, 4.5vw, 2.5rem);
}

.pc-branch-hero .pc-section-head__eyebrow {
	color: var(--pc-gold);
}

.pc-branch-hero p {
	max-width: var(--pc-max);
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
}

/* Branch single page spacing tune */
.single-pc_branch .pc-page-body.pc-section {
	padding-top: clamp(1.25rem, 3vw, 1.8rem);
	padding-bottom: clamp(1.4rem, 3.5vw, 2.2rem);
}

.single-pc_branch .pc-section {
	padding-top: clamp(1.8rem, 4vw, 2.8rem);
	padding-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.single-pc_branch .pc-branch-enquiry {
	scroll-margin-top: 5.5rem;
}

.single-pc_branch .pc-branch-enquiry__alt {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 0.75rem;
}

.single-pc_branch .pc-branch-enquiry__alt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.65rem 1.1rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	flex: 1 1 9rem;
}

.single-pc_branch .pc-branch-enquiry__alt-btn--call {
	background: var(--pc-purple);
	color: #fff;
}

.single-pc_branch .pc-branch-enquiry__alt-btn--wa {
	background: #25d366;
	color: #fff;
}

.single-pc_branch .pc-form-wrap--compact .pc-form__submit,
.single-pc_branch .pc-branch-enquiry__alt-btn {
	min-height: 48px;
	touch-action: manipulation;
}

.single-pc_branch .pc-form-wrap--compact .pc-form__field input,
.single-pc_branch .pc-form-wrap--compact .pc-form__field select,
.single-pc_branch .pc-form-wrap--compact .pc-form__field textarea {
	min-height: 48px;
	font-size: 1rem;
}

.single-pc_branch .pc-form-wrap--compact .pc-form__submit {
	width: 100%;
	font-size: 1.05rem;
	padding: 0.85rem 1rem;
}

.single-pc_branch .pc-branch-body.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.single-pc_branch .pc-branch-enquiry.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 781px) {
	.single-pc_branch .pc-page--wide .wp-block-post-content {
		max-width: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.single-pc_branch .pc-page-body.pc-section,
	.single-pc_branch .pc-branch-body,
	.single-pc_branch .pc-branch-enquiry {
		padding-left: max(1rem, var(--pc-gutter));
		padding-right: max(1rem, var(--pc-gutter));
	}

	.single-pc_branch .pc-branch-profile,
	.single-pc_branch .pc-branch-profile__main,
	.single-pc_branch .pc-branch-profile__intro,
	.single-pc_branch .pc-branch-profile__aside,
	.single-pc_branch .pc-branch-contact-card,
	.single-pc_branch .pc-branch-section,
	.single-pc_branch .pc-branch-highlights,
	.single-pc_branch .pc-branch-courses-grid,
	.single-pc_branch .pc-branch-profile__split,
	.single-pc_branch .pc-branch-job-areas,
	.single-pc_branch .pc-branch-seo-topics {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 781px) {
	.single-pc_branch .pc-section {
		padding-top: 1.35rem;
		padding-bottom: 1.35rem;
	}

	.single-pc_branch .pc-page-body.pc-section {
		padding-top: 1rem;
		padding-bottom: 1.2rem;
	}
}

/* Form consent line */
.pc-form__consent label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	font-weight: 400;
	font-size: 0.875rem;
	color: #3f4653;
	line-height: 1.45;
	background: #f8f9fc;
	border: 1px solid #e5e8f0;
	border-radius: 10px;
	padding: 0.7rem 0.8rem;
}

.pc-form__consent input {
	width: auto !important;
	margin-top: 0.2rem;
}

.pc-form__consent a {
	color: var(--pc-purple);
	font-weight: 600;
	text-decoration-thickness: 1px;
}

/* Link arrow utility */
.pc-link-arrow {
	display: inline-block;
	font-weight: 700;
	color: var(--pc-purple);
}

/* Course single layout */
.pc-page--course .pc-course-sidebar {
	position: sticky;
	top: calc(var(--pc-header-height) + 2rem);
}

@media (max-width: 781px) {
	.pc-page--course .pc-course-sidebar {
		position: static;
	}
}

/* Branch lead form-card trust row */
.pc-branch-lead-split__form-trust {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	margin: 0 0 0.95rem;
	padding: 0.75rem 0.85rem;
	list-style: none;
	background: #f6f4fb;
	border: 1px solid #e7e0f2;
	border-radius: 10px;
}

.pc-branch-lead-split__form-trust li {
	position: relative;
	padding-left: 1.4rem;
	font-size: 0.84rem;
	font-weight: 600;
	color: #3c3357;
}

.pc-branch-lead-split__form-trust li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #2f9e44;
	font-weight: 700;
}

/* Branch closing enquiry band */
.pc-branch-foot-cta {
	background: linear-gradient(135deg, #2a1d3f 0%, var(--pc-purple) 100%);
	color: #fff;
	scroll-margin-top: 5.5rem;
}

.pc-branch-foot-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 23rem);
	gap: clamp(1.5rem, 4vw, 3rem);
	max-width: var(--pc-max);
	margin: 0 auto;
	align-items: center;
}

.pc-branch-foot-cta__title {
	margin: 0.35rem 0 0.75rem;
	font-size: clamp(1.5rem, 3.5vw, 2.1rem);
	line-height: 1.2;
	color: #fff;
}

.pc-branch-foot-cta .pc-section-head__eyebrow {
	color: var(--pc-gold);
}

.pc-branch-foot-cta__lead {
	margin: 0 0 1rem;
	font-size: 1.02rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

.pc-branch-foot-cta__points {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-branch-foot-cta__points li {
	position: relative;
	padding-left: 1.5rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
}

.pc-branch-foot-cta__points li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: var(--pc-gold);
	font-weight: 700;
}

.pc-branch-foot-cta__form {
	background: #fff;
	border-radius: 16px;
	padding: 1.25rem 1.3rem 1.35rem;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.pc-branch-foot-cta__form .pc-form-card--compact {
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.pc-branch-foot-cta__form .pc-form__submit {
	width: 100%;
	min-height: 48px;
	font-size: 1.05rem;
}

@media (max-width: 900px) {
	.pc-branch-foot-cta__inner {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   Branch single — slider hero, key features, details
   ============================================================ */

/* Hero slider with title + CTA overlay */
/* Branch page — full-bleed hero slider */
.pc-branch-slider {
	position: relative;
	isolation: isolate;
	background: #2a1d3f;
}

.pc-branch-slider__media {
	position: relative;
	height: clamp(480px, 64vh, 680px);
	overflow: hidden;
	margin: 0;
}

.pc-branch-slider__media .pc-slider__track,
.pc-branch-slider__slide {
	height: 100%;
}

.pc-branch-slider__slide--empty {
	background: linear-gradient(135deg, #2a1d3f 0%, var(--pc-purple) 100%);
}

.pc-branch-slider .pc-slider__visual-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Dots: top-right, away from breadcrumb */
.pc-branch-slider .pc-slider__dots {
	top: 1rem;
	right: 1.25rem;
	bottom: auto;
	left: auto;
	justify-content: flex-end;
	z-index: 5;
}

.pc-branch-slider .pc-slider__dot {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.45);
}

.pc-branch-slider .pc-slider__dot.is-active,
.pc-branch-slider .pc-slider__dot:hover {
	background: var(--pc-gold);
}

/* Gradient overlay — dense at bottom, side scrim for contrast */
.pc-branch-slider__overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	background:
		linear-gradient(to top, rgba(18, 11, 30, 0.97) 0%, rgba(18, 11, 30, 0.72) 48%, rgba(18, 11, 30, 0.08) 100%),
		linear-gradient(100deg, rgba(18, 11, 30, 0.42) 0%, transparent 55%);
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 max(1.25rem, var(--pc-gutter)) clamp(1.75rem, 3.5vw, 2.75rem);
}

/* Breadcrumb: absolutely pinned to top-left of the slider */
.pc-branch-slider__breadcrumb {
	position: absolute;
	top: 1rem;
	left: max(1.25rem, var(--pc-gutter));
	pointer-events: auto;
}

.pc-branch-slider__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc-branch-slider__breadcrumb li {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.4;
}

.pc-branch-slider__breadcrumb li + li::before {
	content: '›';
	margin-right: 0.4rem;
	color: rgba(255, 255, 255, 0.38);
}

.pc-branch-slider__breadcrumb a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

.pc-branch-slider__breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Main content block — bottom of slider */
.pc-branch-slider__overlay-inner {
	width: 100%;
	max-width: 58rem;
	color: #fff;
}

.pc-branch-slider__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pc-gold);
}

.pc-branch-slider__title {
	margin: 0 0 0.5rem;
	color: #fff;
	font-size: clamp(1.45rem, 3.5vw, 2.4rem);
	line-height: 1.15;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.pc-branch-slider__tagline {
	margin: 0 0 0.75rem;
	max-width: 40rem;
	font-size: clamp(0.88rem, 1.7vw, 1.05rem);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}

/* Trust chips — pill style */
.pc-branch-slider__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.5rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.pc-branch-slider__trust li {
	padding: 0.18rem 0.65rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
}

.pc-branch-slider__trust li::before {
	display: none;
}

/* CTA buttons — pill style, horizontal row */
.pc-branch-slider__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	pointer-events: auto;
}

.pc-branch-slider__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 1.4rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.88rem;
	letter-spacing: 0.01em;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.15s, transform 0.12s;
}

.pc-branch-slider__btn:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

.pc-branch-slider__btn--apply {
	background: var(--pc-gold);
	color: #2a1d3f;
}

.pc-branch-slider__btn--call {
	background: rgba(255, 255, 255, 0.92);
	color: #2a1d3f;
}

.pc-branch-slider__btn--wa {
	background: #25d366;
	color: #fff;
}

/* Mobile: compact, 2-col button grid */
@media (max-width: 640px) {
	.pc-branch-slider__media {
		height: clamp(480px, 76vh, 620px);
	}

	.pc-branch-slider__overlay-inner {
		max-width: 100%;
	}

	.pc-branch-slider__title {
		font-size: clamp(1.2rem, 5.5vw, 1.5rem);
		margin-bottom: 0.35rem;
	}

	.pc-branch-slider__tagline {
		display: none;
	}

	.pc-branch-slider__trust {
		margin-bottom: 0.75rem;
	}

	.pc-branch-slider__btns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem;
	}

	.pc-branch-slider__btn--apply {
		grid-column: 1 / -1;
		height: 48px;
		font-size: 0.95rem;
	}

	.pc-branch-slider__btn--call,
	.pc-branch-slider__btn--wa {
		height: 42px;
		font-size: 0.85rem;
		padding: 0 0.75rem;
	}
}

/* Key features */
.pc-branch-features {
	background: #faf9fd;
}

.pc-branch-features__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
}

.pc-branch-features__title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.5rem, 3.4vw, 2.1rem);
	color: var(--pc-purple);
}

.pc-branch-features__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.pc-branch-feature {
	background: #fff;
	border: 1px solid #ece8f4;
	border-radius: 14px;
	padding: 1.2rem 1.25rem;
	box-shadow: 0 6px 20px rgba(68, 46, 102, 0.06);
}

.pc-branch-feature__title {
	margin: 0 0 0.4rem;
	font-size: 1.08rem;
	color: var(--pc-purple);
}

.pc-branch-feature__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #4a5160;
}

.pc-branch-features__lists {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.pc-branch-features__panel {
	background: #fff;
	border: 1px solid #ece8f4;
	border-radius: 14px;
	padding: 1.2rem 1.35rem;
}

.pc-branch-features__panel-title {
	margin: 0 0 0.7rem;
	font-size: 1.05rem;
	color: var(--pc-purple);
}

.pc-branch-features .pc-branch-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-branch-features .pc-branch-list li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.5rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #3c4250;
	border-bottom: 1px solid #f1eef8;
}

.pc-branch-features .pc-branch-list li:last-child {
	border-bottom: 0;
}

.pc-branch-features .pc-branch-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0.35rem;
	color: #2f9e44;
	font-weight: 700;
}

/* Branch details */
.pc-branch-details__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
}

.pc-branch-details__title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.5rem, 3.4vw, 2.1rem);
	color: var(--pc-purple);
}

.pc-branch-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	margin-top: 1.5rem;
	align-items: start;
}

.pc-branch-details__card {
	background: #fff;
	border: 1px solid #e6e2f0;
	border-radius: 16px;
	padding: 1.4rem 1.5rem;
	box-shadow: 0 10px 30px rgba(68, 46, 102, 0.08);
}

.pc-branch-details__head {
	margin: 0 0 1rem;
	display: flex;
	flex-direction: column;
}

.pc-branch-details__head-name {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--pc-purple);
}

.pc-branch-details__head-role {
	font-size: 0.82rem;
	color: #7a8494;
}

.pc-branch-details__facts {
	margin: 0 0 1.2rem;
	padding: 0;
	list-style: none;
}

.pc-branch-details__facts li {
	display: grid;
	grid-template-columns: 6rem 1fr;
	gap: 0.5rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid #f1eef8;
	font-size: 0.95rem;
	line-height: 1.5;
}

.pc-branch-details__facts li:last-child {
	border-bottom: 0;
}

.pc-branch-details__label {
	font-weight: 700;
	color: #7a8494;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.pc-branch-details__value {
	color: #2a3140;
}

.pc-branch-details__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1rem;
}

.pc-branch-details__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.6rem 1.15rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.98rem;
	text-decoration: none;
}

.pc-branch-details__btn--call {
	background: var(--pc-purple);
	color: #fff;
}

.pc-branch-details__btn--wa {
	background: #25d366;
	color: #fff;
}

.pc-branch-details__btn--enquiry {
	background: var(--pc-gold);
	color: #2a1d3f;
}

.pc-branch-details__map-link {
	display: inline-block;
	font-weight: 600;
	color: var(--pc-purple);
}

.pc-branch-details__map {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(68, 46, 102, 0.1);
	min-height: 320px;
}

.pc-branch-details__map-frame {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 0;
}

.pc-branch-details__courses {
	margin-top: 2rem;
}

.pc-branch-details__courses-title {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	color: var(--pc-purple);
}

.pc-branch-details__courses-foot {
	margin: 1rem 0 0;
}

@media (max-width: 860px) {
	.pc-branch-details__grid {
		grid-template-columns: 1fr;
	}
}

/* Branch slider breadcrumb */
.pc-branch-slider__breadcrumb {
	margin: 0 0 0.6rem;
}

.pc-branch-slider__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc-branch-slider__breadcrumb li {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.pc-branch-slider__breadcrumb li + li::before {
	content: '›';
	margin-right: 0.35rem;
	color: rgba(255, 255, 255, 0.45);
}

.pc-branch-slider__breadcrumb a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.pc-branch-slider__breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Branch testimonials section */
.pc-branch-testimonials {
	background: #fff;
}

.pc-branch-testimonials__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 3.5rem 1.25rem;
}

.pc-branch-testimonials__title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.5rem, 3.4vw, 2.1rem);
	color: var(--pc-purple);
}

.pc-branch-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

/* Branch placements section */
.pc-branch-placements {
	background: #f7f4fc;
}

.pc-branch-placements__inner {
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 3.5rem 1.25rem;
}

.pc-branch-placements__title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.5rem, 3.4vw, 2.1rem);
	color: var(--pc-purple);
}

.pc-branch-placements__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}

.pc-branch-placement-card {
	background: #fff;
	border-radius: 10px;
	padding: 1.25rem 1.25rem 1rem;
	box-shadow: 0 2px 10px rgba(80, 40, 120, 0.07);
}

.pc-branch-placement-card__role {
	font-weight: 700;
	color: var(--pc-purple);
	margin: 0 0 0.3rem;
	font-size: 1rem;
}

.pc-branch-placement-card__employer {
	color: #333;
	margin: 0 0 0.2rem;
	font-size: 0.9rem;
}

.pc-branch-placement-card__location {
	color: #666;
	font-size: 0.85rem;
	margin: 0;
}

.pc-branch-placements__disclaimer {
	margin-top: 1.75rem;
	font-size: 0.8rem;
	color: #777;
	border-top: 1px solid rgba(80, 40, 120, 0.1);
	padding-top: 1rem;
}

/* Course card eligibility line */
.pc-branch-course-card__eligibility {
	font-size: 0.8rem;
	color: #666;
	margin: 0.25rem 0 0;
}

/* Branch pages — strict 1000px shell, less vertical scroll */
body.single-pc_branch #pc-main-content {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	overflow-x: hidden;
}

body.single-pc_branch .pc-branch-home {
	max-width: 100%;
	overflow-x: hidden;
}

.pc-branch-home .pc-section,
.pc-branch-home .pc-affiliations-wrap,
.pc-branch-home .pc-enquiry-section,
.pc-branch-home .pc-hero-split {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.pc-branch-home .pc-section {
	padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.pc-branch-home .pc-affiliations-wrap {
	padding: 2rem 0;
}

.pc-branch-home .pc-hero-split {
	padding: clamp(2rem, 4vw, 3rem) 0;
	border-radius: 0;
	overflow: hidden;
}

/* One column width — match hero inner; shell gutter lives on #pc-main-content only */
.pc-branch-home > .alignfull,
.pc-branch-home .alignfull {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Content inners — constrained column matching homepage layout */
.pc-branch-home .pc-hero-split__inner,
.pc-branch-home .pc-section__inner,
.pc-branch-home .pc-branch-details__inner,
.pc-branch-home .pc-enquiry-section .pc-section__inner,
.pc-branch-home .pc-testimonials {
	width: 100%;
	max-width: var(--pc-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--pc-gutter);
	padding-right: var(--pc-gutter);
	box-sizing: border-box;
	min-width: 0;
}

/* Grids inside inners fill full width — don't double-constrain */
.pc-branch-home .pc-hero-split__grid {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	min-width: 0;
}

.pc-branch-home .pc-section__inner--narrow {
	text-align: center;
}

.pc-branch-home .pc-section__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.pc-branch-home .pc-section__footnote {
	max-width: 52rem;
	margin: 1.75rem auto 0;
	text-align: center;
	color: #5c6472;
}

.pc-branch-home .wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2rem;
}

.pc-branch-home .wp-block-column {
	flex: 1 1 280px;
	min-width: 0;
	margin: 0;
}

.pc-branch-home .pc-career-cluster__grid > .wp-block-column,
.pc-branch-home .pc-placements .wp-block-columns > .wp-block-column {
	flex: 1 1 calc(50% - 1rem);
}

.pc-branch-home .pc-trust-grid > .wp-block-column {
	flex: 1 1 240px;
}

.pc-career-cluster__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

/* ── Placement logos section ─────────────────────────────────────── */
.pc-placement-logos-section {
	background: #f4f6fb;
}

.pc-section-head__lead {
	margin: 0.5rem 0 0;
	font-size: 0.95rem;
	color: #5c6472;
}

.pc-placement-logos__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.pc-placement-logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	min-height: 90px;
	background: #fff;
	border: 1px solid #e5eaf2;
	border-radius: var(--pc-radius);
	box-shadow: 0 2px 8px rgba(26, 35, 126, 0.05);
	transition: box-shadow 0.2s, transform 0.2s;
}

.pc-placement-logo-card:hover {
	box-shadow: 0 6px 20px rgba(26, 35, 126, 0.12);
	transform: translateY(-2px);
}

.pc-placement-logo-card__name {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: #5c6472;
	text-align: center;
	letter-spacing: 0.01em;
	transition: color 0.2s;
}

.pc-placement-logo-card:hover .pc-placement-logo-card__name {
	color: var(--pc-blue);
}

.pc-placement-logo-card__img {
	display: block;
	width: 100%;
	max-width: 150px;
	height: auto;
	max-height: 60px;
	object-fit: contain;
	opacity: 0.92;
	transition: opacity 0.2s, transform 0.2s;
}

.pc-placement-logo-card:hover .pc-placement-logo-card__img {
	opacity: 1;
	transform: scale(1.03);
}

.pc-placement-logos__note {
	margin-top: 1.25rem;
	font-size: 0.75rem;
	color: #8592a6;
	text-align: center;
}

.pc-placement-collage {
	margin: 0 auto;
	max-width: 420px;
}

.pc-placement-collage__trigger {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
}

.pc-placement-collage__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--pc-radius);
	box-shadow: 0 4px 18px rgba(26, 35, 126, 0.1);
}

.pc-placement-collage__hint {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.3rem 0.75rem;
	font-size: 0.72rem;
	font-weight: 600;
	color: #fff;
	background: rgba(26, 35, 126, 0.78);
	border-radius: 999px;
	opacity: 0;
	transition: opacity 0.2s;
	pointer-events: none;
}

.pc-placement-collage__trigger:hover .pc-placement-collage__hint,
.pc-placement-collage__trigger:focus-visible .pc-placement-collage__hint {
	opacity: 1;
}

@media (hover: none) {
	.pc-placement-collage__hint { opacity: 1; }
}

.pc-img-zoom {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 1rem;
	background: rgba(10, 15, 40, 0.92);
	cursor: zoom-out;
}

.pc-img-zoom[hidden] { display: none; }

.pc-img-zoom__img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.pc-img-zoom__close {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	width: 44px;
	height: 44px;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.pc-img-zoom__close:hover { background: rgba(255, 255, 255, 0.25); }

@media (max-width: 900px) {
	.pc-placement-logos__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.pc-placement-logos__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}
}

/* Branch course boxes — fixed grid, paginated */
.pc-branch-courses-pager__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.pc-branch-course-box {
	display: flex;
	flex-direction: column;
	min-height: 168px;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid #e5eaf2;
	border-radius: var(--pc-radius);
	box-shadow: 0 4px 14px rgba(26, 35, 126, 0.05);
}

.pc-branch-course-box__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.45rem;
}

.pc-branch-course-box__meta span {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: #ece7f4;
	color: var(--pc-purple);
}

.pc-branch-course-box__title {
	margin: 0 0 0.35rem;
	font-size: 0.98rem;
	line-height: 1.35;
}

.pc-branch-course-box__title a {
	color: var(--pc-purple);
	text-decoration: none;
	font-weight: 700;
}

.pc-branch-course-box__title a:hover {
	text-decoration: underline;
}

.pc-branch-course-box__desc {
	margin: 0 0 0.55rem;
	font-size: 0.84rem;
	line-height: 1.45;
	color: #5c6472;
	flex: 1;
}

.pc-branch-course-box__link {
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--pc-orange);
	text-decoration: none;
}

.pc-branch-course-box__popular {
	display: inline-block;
	margin-bottom: 0.45rem;
	padding: 0.18rem 0.55rem;
	background: var(--pc-orange);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 4px;
}

.pc-branch-course-box--popular {
	border-color: rgba(241, 90, 36, 0.3);
	border-top: 3px solid var(--pc-orange);
}

.pc-branch-courses-pager__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.pc-branch-courses-pager__btn {
	border: 1px solid #d5dbe6;
	background: #fff;
	color: var(--pc-purple);
	border-radius: var(--pc-radius);
	padding: 0.45rem 0.85rem;
	font-weight: 600;
	font-size: 0.85rem;
	cursor: pointer;
}

.pc-branch-courses-pager__btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.pc-branch-courses-pager__status {
	font-size: 0.85rem;
	font-weight: 600;
	color: #5c6472;
	min-width: 3.5rem;
	text-align: center;
}

.pc-branch-testimonials-band__note {
	max-width: 40rem;
	margin: 0.5rem auto 0;
	font-size: 0.92rem;
	color: #5c6472;
}

.pc-testimonial-card__campus {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--pc-purple);
}

/* Hero — tighter branch intro */
.pc-hero-split--branch .pc-hero-split__lead:last-of-type {
	margin-bottom: 0.85rem;
}

.pc-hero-split--branch .pc-hero-split__meta-note {
	margin: 0 0 1.1rem;
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.45;
}

.pc-hero-split__actions--branch {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.pc-hero-split__actions--branch .wp-element-button {
	flex: 1 1 0;
	text-align: center;
	justify-content: center;
}

.pc-hero-call-label--short {
	display: none;
}

.pc-hero-split--branch-form .pc-hero-split__lead {
	hyphens: auto;
}

/* Branch hero — form-first layout */
.pc-hero-split--branch-form .pc-hero-split__grid--branch-form {
	display: grid;
	gap: 1.15rem;
}

.pc-hero-split--branch-form .pc-hero-split__block--intro {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	min-width: 0;
}

.pc-hero-split--branch-form .pc-hero-split__block--why {
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: none;
	padding: 0.85rem 0 0;
	margin-top: 0.15rem;
}

.pc-branch-hero-trust {
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.pc-branch-hero-trust li {
	position: relative;
	padding-left: 1.2rem;
	padding-right: 0;
	margin-bottom: 0.4rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	overflow-wrap: anywhere;
}

.pc-branch-hero-trust li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pc-orange);
}

.pc-hero-split__block--form {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pc-branch-hero-form,
#pc-branch-enquiry-form-hero,
#pc-branch-enquiry-form-foot {
	scroll-margin-top: 5.5rem;
}

.pc-branch-hero-form {
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.pc-branch-hero-form__header {
	margin-bottom: 0.75rem;
}

.pc-branch-hero-form__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pc-orange);
}

.pc-branch-hero-form__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.35;
}

.pc-branch-hero-form__card {
	background: #fff;
	border-radius: var(--pc-radius-lg);
	padding: 0.95rem 1rem 1rem;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.pc-branch-hero-form .pc-form-card {
	box-shadow: none;
	border: 0;
	padding: 0;
	background: transparent;
}

.pc-branch-hero-form .pc-form-wrap--compact .pc-form-card,
.pc-branch-hero-form .pc-form-card--compact {
	padding: 0;
}

.pc-branch-hero-form .pc-form__field label {
	color: var(--pc-purple);
}

.pc-branch-hero-form .pc-form__notice {
	color: #5c6370;
}

.pc-hero-split__block--photo {
	padding: 0;
	overflow: hidden;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pc-branch-hero-photo {
	margin: 0;
	border-radius: var(--pc-radius-lg);
	overflow: hidden;
	line-height: 0;
	background: rgba(255, 255, 255, 0.08);
}

.pc-branch-hero-photo__img,
.pc-branch-hero-photo .pc-slider__visual-img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 1025px) {
	.pc-hero-split--branch-form .pc-hero-split__grid--branch-form {
		grid-template-columns: minmax(0, 1fr) 340px;
		grid-template-areas: "intro form";
		align-items: start;
		column-gap: clamp(1.25rem, 2vw, 2rem);
		width: 100%;
	}

	.pc-hero-split--branch-form .pc-hero-split__block--intro {
		grid-area: intro;
	}

	.pc-hero-split--branch-form .pc-hero-split__block--form {
		grid-area: form;
		align-self: start;
		width: 100%;
		max-width: 340px;
	}

	/* Photo + why belong in mobile scroll only; desktop hero is one clean row */
	.pc-hero-split--branch-form .pc-hero-split__block--photo,
	.pc-hero-split--branch-form .pc-hero-split__block--why {
		display: none;
	}

	.pc-branch-hero-form .pc-form__row--2 {
		grid-template-columns: 1fr;
	}

	.pc-hero-split--branch-form .pc-hero-split__title {
		font-size: clamp(1.65rem, 2.2vw, 2.05rem);
	}

	.pc-hero-split--branch-form .pc-hero-split__lead {
		max-width: none;
	}
}

.pc-hero-split--branch-form .pc-hero-split__title,
.pc-hero-split--branch-form .pc-hero-split__lead,
.pc-hero-split--branch-form .pc-hero-split__eyebrow {
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media (max-width: 1024px) {
	.pc-hero-split--branch-form .pc-hero-split__title {
		font-size: clamp(1.28rem, 6.2vw, 1.65rem);
		line-height: 1.28;
	}

	.pc-hero-split--branch-form .pc-hero-split__eyebrow {
		font-size: 0.68rem;
		line-height: 1.4;
	}

	.pc-hero-split--branch-form .pc-hero-split__grid--branch-form {
		grid-template-columns: 1fr;
	}

	.pc-hero-split--branch-form .pc-hero-split__block--intro {
		order: 1;
	}

	.pc-hero-split--branch-form .pc-hero-split__block--form {
		order: 2;
	}

	.pc-hero-split--branch-form .pc-hero-split__block--photo {
		order: 3;
	}

	.pc-hero-split--branch-form .pc-hero-split__block--why {
		order: 4;
	}

	.pc-hero-split--branch-form .pc-hero-split__lead {
		margin-bottom: 0.65rem;
	}

	.pc-branch-hero-trust {
		margin-bottom: 0.75rem;
	}

	.pc-hero-split--branch-form .pc-hero-split__actions--branch {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.pc-hero-split--branch-form .pc-hero-split__actions--branch .wp-element-button {
		flex: 1 1 calc(50% - 0.35rem);
		width: auto;
		min-width: 0;
		text-align: center;
		padding: 0.65rem 0.75rem;
		font-size: 0.92rem;
	}

	.pc-hero-split--branch-form .pc-hero-split__panel-title {
		font-size: 0.98rem;
		margin-bottom: 0.5rem;
	}

	.pc-hero-split--branch-form .pc-hero-split__list li {
		font-size: 0.86rem;
		margin-bottom: 0.4rem;
	}
}

/* Homepage hero — form-first layout (matches branch Kolhapur/Thane) */
.pc-hero-split--home-form .pc-hero-split__grid--home-form {
	display: grid;
	gap: 1.15rem;
}

.pc-hero-split--home-form .pc-hero-split__block--intro {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	min-width: 0;
}

.pc-hero-split--home-form .pc-hero-split__block--why,
.pc-hero-split--home-form .pc-hero-split__block--slider {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pc-hero-split--home-form .pc-hero-split__block--why {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding: 0.85rem 0 0;
	margin-top: 0.15rem;
}

.pc-hero-split--home-form .pc-hero-split__block--slider {
	padding: 0;
	overflow: hidden;
}

.pc-hero-split--home-form .pc-hero-split__block--slider .pc-slider,
.pc-hero-split--home-form .pc-hero-split__block--slider .pc-hero-split__visual-fallback {
	border-radius: var(--pc-radius-lg);
	overflow: hidden;
	background: #fff;
}

.pc-hero-split__actions--home {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

#pc-home-hero-form,
#pc-enquiry-form-hero,
#pc-enquiry-form {
	scroll-margin-top: 5.5rem;
}

@media (min-width: 1025px) {
	.pc-hero-split--home-form .pc-hero-split__grid--home-form {
		grid-template-columns: minmax(0, 1fr) 340px;
		grid-template-areas: "intro form";
		align-items: start;
		column-gap: clamp(1.25rem, 2vw, 2rem);
		width: 100%;
	}

	.pc-hero-split--home-form .pc-hero-split__block--intro {
		grid-area: intro;
	}

	.pc-hero-split--home-form .pc-hero-split__block--form {
		grid-area: form;
		align-self: start;
		width: 100%;
		max-width: 340px;
	}

	.pc-hero-split--home-form .pc-hero-split__block--slider,
	.pc-hero-split--home-form .pc-hero-split__block--why {
		display: none;
	}

	.pc-home-hero-form .pc-form__row--2 {
		grid-template-columns: 1fr;
	}

	.pc-hero-split--home-form .pc-hero-split__title {
		font-size: clamp(1.65rem, 2.2vw, 2.05rem);
	}
}

@media (max-width: 1024px) {
	.pc-hero-split--home-form .pc-hero-split__grid--home-form {
		grid-template-columns: 1fr;
	}

	.pc-hero-split--home-form .pc-hero-split__block--intro {
		order: 1;
	}

	.pc-hero-split--home-form .pc-hero-split__block--form {
		order: 2;
	}

	.pc-hero-split--home-form .pc-hero-split__block--slider {
		order: 3;
	}

	.pc-hero-split--home-form .pc-hero-split__block--why {
		order: 4;
	}

	.pc-hero-split--home-form .pc-hero-split__lead {
		margin-bottom: 0.65rem;
	}
}

/* Local hiring areas — card grid below career columns */
.pc-branch-job-areas {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e5eaf2;
}

.pc-branch-job-areas__title {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	color: var(--pc-purple);
	text-align: center;
}

.pc-branch-job-areas__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.85rem;
}

.pc-branch-job-areas__card {
	padding: 0.95rem 1rem;
	background: #fff;
	border: 1px solid #e5eaf2;
	border-radius: var(--pc-radius);
	box-shadow: 0 4px 14px rgba(26, 35, 126, 0.05);
}

.pc-branch-job-areas__place {
	margin: 0 0 0.35rem;
	font-weight: 700;
	color: var(--pc-purple);
	font-size: 0.95rem;
}

.pc-branch-job-areas__sectors {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #4f5868;
}

.pc-branch-home .pc-branch-visit {
	padding: 0;
}

.pc-branch-home .pc-branch-details {
	padding: clamp(2.5rem, 5vw, 3.5rem) 0;
	background: transparent;
}

.pc-branch-home .pc-branch-details__inner {
	padding: 0;
}

.pc-branch-home .pc-enquiry-section {
	padding-left: 0;
	padding-right: 0;
	padding-top: clamp(2.5rem, 5vw, 3.5rem);
	padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.pc-branch-home .pc-academic-trust .pc-branch-gallery {
	margin-top: 1rem;
}

.pc-branch-home .pc-academic-trust .pc-branch-gallery__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

.pc-branch-home .pc-placements .pc-branch-placements__grid {
	margin-top: 1.5rem;
}

.pc-branch-home .pc-testimonials {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
	.pc-hero-split__actions--branch {
		flex-direction: column;
		align-items: stretch;
	}

	.pc-hero-split__actions--branch .wp-element-button {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.pc-hero-split--branch-form .pc-hero-split__actions--branch {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.pc-hero-split--branch-form .pc-hero-split__actions--branch .wp-element-button,
	.pc-hero-split--branch-form .pc-hero-split__actions--branch .pc-btn-outline-light {
		flex: 1 1 calc(50% - 0.35rem);
		width: auto !important;
		min-width: 0;
		padding: 0.6rem 0.5rem;
		font-size: 0.85rem;
	}

	.pc-hero-call-label--long {
		display: none;
	}

	.pc-hero-call-label--short {
		display: inline;
	}

	.pc-branch-courses-pager__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.pc-branch-course-box {
		min-height: 150px;
		padding: 0.8rem 0.75rem;
	}

	.pc-branch-home .pc-career-cluster__grid > .wp-block-column,
	.pc-branch-home .pc-placements .wp-block-columns > .wp-block-column {
		flex-basis: 100%;
	}

	.pc-branch-home .pc-enquiry-section__grid {
		gap: 1.5rem;
	}
}
