/**
 * Individual Role Page — Figma AX-Careers-Research node 985-7971.
 *
 * Tokens: purple #444192 · accent green #00bd87 · grey #f2f2f2
 *         pill radius 77px · card radius 25px · Montserrat
 */

.phri-role {
	--phri-purple: #444192;
	--phri-green: #00bd87;
	--phri-grey: #f2f2f2;
	--phri-ink: #292929;
	--phri-radius-pill: 77px;
	--phri-radius-card: 25px;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.74;
}

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

.phri-container {
	max-width: 1448px;
	margin: 0 auto;
	padding: 0 50px;
}

.phri-container--narrow { max-width: 1348px; }

/* ---- shared type ---- */

.phri-eyebrow {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.95px;
	text-transform: uppercase;
	color: var(--phri-ink);
}

.phri-h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.117;
	color: var(--phri-purple);
}

/* ---- shared buttons ---- */

.phri-btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	height: 62px;
	padding: 0 36px;
	border-radius: var(--phri-radius-pill);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: .02em;
	transition: transform .15s ease, color .15s ease;
}

.phri-btn svg {
	transition: all .15s ease !important;
}

.phri-btn--white { background: #fff; color: var(--phri-purple) !important; }
.phri-btn--purple { background: var(--phri-purple); color: #fff !important; }

.phri-i { width: 1.2em; height: 1.2em; display: inline-block; vertical-align: middle; flex: none; }

.phri-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background .15s ease;
}

#top .phri-role-body__apply a,
#top .phri-role-body__apply button {
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#top .phri-role-body__apply.is-on-footer a,
#top .phri-role-body__apply.is-on-footer button {
	background: #fff !important;
	color: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
	.phri-icon-btn:hover { 
		background: #00BD87; 
		border-color: #00BD87 !important;
	}
}

.phri-icon-btn .phri-i { width: 20px; height: 20px; }
.phri-icon-btn.is-copied { background: var(--phri-green); border-color: var(--phri-green); }

/* ================================ HERO ================================ */

.phri-role-hero {
	background: var(--phri-purple);
	color: #fff;
	padding: 126px 0 60px;
}

.phri-role-hero__back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 44px;
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none !important;
}

.phri-role-hero__back:hover span { text-decoration: underline; }

.phri-role-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	gap: 64px;
	align-items: end;
}

.phri-role-hero__title {
	margin: 0 0 44px;
	font-size: clamp(38px, 4.5vw, 64px);
	font-weight: 700;
	line-height: 1.117;
	color: #fff !important;
	letter-spacing: 0px !important;
	max-width: 520px;
	text-transform: unset !important;
}

.phri-role-meta { margin: 0 0 26px; }

.phri-role-meta__row {
	display: flex;
	gap: 8px;
	line-height: 31px;
	font-size: 18px;
}

.phri-role-meta__row dt {
	font-weight: 600;
	flex: 0 0 150px;
}

.phri-role-meta__row dd { margin: 0; font-weight: 400; }

.phri-role-meta__row dd a {
	color: #fff !important;
	text-decoration-line: underline !important;
	text-decoration-style: solid !important;
	text-decoration-skip-ink: auto !important;
	text-decoration-thickness: auto !important;
	text-underline-offset: auto !important;
	text-underline-position: from-font !important;
}

.phri-role-hero__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 42px;
	flex-wrap: wrap;
}

.phri-role-hero__closed-note { font-size: 16px; opacity: .85; }

/* company panel */

.phri-role-hero__site {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	height: 64px;
	padding: 0 34px;
	border: .6px solid rgba(255, 255, 255, .35);
	border-radius: var(--phri-radius-pill);
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.phri-role-hero__site:hover { 
	border-color: #ffffff !important;
	background: #ffffff;
	color: #444192 !important;
}

.phri-role-hero__site-sep {
	width: 1px;
	height: 35px;
	background: rgba(255, 255, 255, .35);
	transition: background .15s ease;
}

.phri-role-hero__site:hover .phri-role-hero__site-sep {
	background: #444192;
}

.phri-role-hero__company-desc {
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 1.74;
	color: #fff;
	max-width: 477px;
}

.phri-role-hero__all-jobs {
	display: inline-block;
	margin-top: 44px;
	font-size: 18px;
	color: #fff !important;
	text-decoration-line: underline !important;
	text-decoration-style: solid !important;
	text-decoration-skip-ink: auto !important;
	text-decoration-thickness: auto !important;
	text-underline-offset: auto !important;
	text-underline-position: from-font !important;
}

/* ============================= DESCRIPTION ============================ */

.phri-role-body { padding: 60px 0 60px; background: #fff; }

.phri-role-body__desc {
	font-size: 18px;
	line-height: 1.74;
	text-align: justify;
}

.phri-role-body__desc h1,
.phri-role-body__desc h2,
.phri-role-body__desc h3,
.phri-role-body__desc h4,
.phri-role-body__desc b,
.phri-role-body__desc strong {
	color: var(--phri-purple);
	font-weight: 700;
}

.phri-role-body__desc h1,
.phri-role-body__desc h2,
.phri-role-body__desc h3,
.phri-role-body__desc h4 { font-size: 20px; margin: 1.6em 0 .6em; }

.phri-role-body__desc ul { padding-left: 1.4em; }
.phri-role-body__desc li { margin-bottom: .5em; }

.phri-role-body__apply {
	display: flex;
	justify-content: flex-end;
	margin-top: 48px;
}

/* ============================== BENEFITS ============================== */

.phri-role-benefits {
	background: var(--phri-grey);
}

.phri-role-benefits__head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 56px;
}

.phri-role-benefits__intro {
	margin: 0;
	font-size: 17px;
	line-height: 1.74;
}

.phri-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 42px;
}

.phri-tab {
	height: 50px;
	padding: 0 28px;
	border: 1px solid #fff;
	border-radius: var(--phri-radius-pill);
	background: #fff;
	color: var(--phri-purple);
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

.phri-tab:hover { border-color: var(--phri-purple); }

.phri-tab.is-active {
	background: var(--phri-purple);
	border-color: var(--phri-purple);
	color: #fff;
}

.phri-accordion { display: flex; flex-direction: column; gap: 18px; max-width: 1092px; margin: 0 auto; }

.phri-accordion__item {
	border-radius: 42px;
	background: var(--phri-purple);
	overflow: hidden;
	transition: border-radius .2s ease;
}

.phri-accordion__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 83px;
	padding: 0 40px;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.phri-accordion__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex: none;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	transition: transform .25s ease, background .15s ease;
}

.phri-accordion__icon .phri-i { width: 20px; height: 20px; }

.phri-accordion__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .3s ease;
}

.phri-accordion__panel > .phri-accordion__panel-inner { overflow: hidden; }

.phri-accordion__item.is-open { border-radius: var(--phri-radius-card); background: #fff; }
.phri-accordion__item.is-open .phri-accordion__toggle { color: var(--phri-purple); }
.phri-accordion__item.is-open .phri-accordion__icon { border-color: var(--phri-purple); color: var(--phri-purple); transform: rotate(45deg); }
.phri-accordion__item.is-open .phri-accordion__panel { grid-template-rows: 1fr; }

.phri-accordion__panel-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) 52px;
	gap: 36px;
	align-items: center;
	padding: 0 40px 40px;
}

.phri-accordion__panel-title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.212;
	color: var(--phri-purple);
}

.phri-accordion__panel-text {
	margin: 0;
	font-size: 17px;
	line-height: 1.74;
	color: #000;
	text-align: left;
}

.phri-accordion__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--phri-green);
	color: #fff;
	flex: none;
}

.phri-accordion__check .phri-i { width: 22px; height: 22px; }

/* ================================ UNIT ================================ */

.phri-role-unit { padding: 96px 0 40px; background: #fff; }

.phri-role-unit .phri-h2 { max-width: 829px; }

.phri-carousel {
	position: relative;
	margin: 52px 0 0;
}

.phri-carousel__track {
	display: flex;
	gap: 36px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.phri-carousel__track::-webkit-scrollbar { display: none; }

.phri-carousel__slide {
	flex: 0 0 calc(50% - 18px);
	scroll-snap-align: start;
}

.phri-carousel__slide img {
	display: block;
	width: 100%;
	height: 338px;
	object-fit: cover;
	border-radius: var(--phri-radius-card);
}

.phri-carousel__arrow {
	position: absolute;
	top: 145px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--phri-purple);
	color: #fff;
	cursor: pointer;
}

.phri-carousel__arrow--prev { left: -18px; }
.phri-carousel__arrow--next { right: -18px; }
.phri-carousel__arrow .phri-i { width: 20px; height: 20px; }
.phri-carousel__arrow[disabled] { opacity: .4; cursor: default; }

.phri-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 26px;
}

.phri-carousel__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background: #d9d9d9;
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}

.phri-carousel__dot.is-active { width: 31px; background: var(--phri-purple); }

.phri-role-unit__desc {
	text-align: justify;
}

/* ============================== LOCATION ============================== */

.phri-role-location { padding: 60px 0 60px; background: #fff; }

.phri-role-location__head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 48px;
}

.phri-role-location__address {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 18px;
    line-height: 1.38;
    color: var(--phri-purple);
    font-weight: 600;
}

.phri-role-location__address strong { display: block; }
.phri-role-location__address span { display: block; font-weight: 600; }

.phri-role-location__pin {
	color: var(--phri-purple);
	flex: none;
	margin-top: 2px;
}

.phri-role-location__pin .phri-i { width: 28px; height: 28px; }

.phri-role-location__map {
	border-radius: var(--phri-radius-card);
	overflow: hidden;
	height: 326px;
}

.phri-role-location__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ============================ EXPIRED STATE =========================== */

.phri-role.expired-job .phri-role-hero { background: #575757; }
.phri-role.expired-job .phri-role-hero__title::after {
	content: 'Closed';
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	padding: 6px 18px;
	border-radius: var(--phri-radius-pill);
	background: #ff1d4d;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.phri-role-body__apply {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 14px 20px;
	padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
	transform: translateY(100%);
	visibility: hidden;
	transition: transform .3s ease, visibility .3s;
}

.phri-role-body__apply.is-stuck {
	transform: translateY(0);
	visibility: visible;
}

.phri-role-body__apply a {
	display: inline-flex;
    align-items: center;
    height: 51px;
    padding: 0 34px;
    border-radius: 77px;
    background: #444192 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
	transition: background .2s ease;
}

.phri-role-body__apply a:hover, .phri-btn--white:hover {
	background: #00BD87 !important;
}

.phri-btn--white:hover {
	color: #FFF !important;
}

.phri-role-location__pin_text {
	color: #444192;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 138%; /* 24.84px */
	display: block;
}

.phri-share-menu {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	padding: 6px;
	min-width: 170px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
}
.phri-share-menu__item {
	display: block;
	padding: 10px 14px;
	border: 0;
	background: none;
	text-align: left;
	font-size: 14px;
	color: #1a1a1a;
	text-decoration: none;
	border-radius: 8px;
	cursor: pointer;
}
.phri-share-menu__item:hover {
	background: #444192;
	color: #fff;
}

/* CAREERS COMPANY LOGOS */
.ax-hotel-operations-plc, .ax-hotel-operations-plc-sv {
	-webkit-mask-image: url(/wp-content/uploads/2026/07/axhotels-logo.svg);
	        mask-image: url(/wp-content/uploads/2026/07/axhotels-logo.svg);
}
.ax-group-plc {
	-webkit-mask-image: url(/wp-content/uploads/2026/07/axgroup-logo.svg);
	        mask-image: url(/wp-content/uploads/2026/07/axgroup-logo.svg);
}
.hilltop-gardens, .hilltop-carehome-ltd {
	-webkit-mask-image: url(/wp-content/uploads/2026/07/axcare-logo.svg);
	        mask-image: url(/wp-content/uploads/2026/07/axcare-logo.svg);
}
.ax-construction-ltd {
	-webkit-mask-image: url(/wp-content/uploads/2026/07/axconstruction-logo.svg);
	        mask-image: url(/wp-content/uploads/2026/07/axconstruction-logo.svg);
}
.ax-development-ltd {
	-webkit-mask-image: url(/wp-content/uploads/2026/07/axdevelopment-logo.svg);
	        mask-image: url(/wp-content/uploads/2026/07/axdevelopment-logo.svg);
}
.quayside-catering-ltd {
	-webkit-mask-image: url(/wp-content/uploads/2026/07/axgroup-logo.svg);
	        mask-image: url(/wp-content/uploads/2026/07/axgroup-logo.svg);
}

.phri-role-hero__logo {
	display: inline-block;
	width: 140px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	background-color: #fff;              /* white by default */
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: left center;
	        mask-position: left center;
	-webkit-mask-size: contain;
	        mask-size: contain;
	transition: background-color .15s ease; 
}

.phri-role-hero__site:hover .phri-role-hero__logo {
	background-color: #444192;
}

/* END OF CAREERS COMPANY LOGOS*/ 

/* ============================== RESPONSIVE ============================ */

#top .phri-role-hero__actions_mobile, #top .phri-role-hero__company_mobile {
	display: none !important;
}

@media (max-width: 1024px) {
	.phri-role-hero__grid,
	.phri-role-benefits__head,
	.phri-role-location__head { grid-template-columns: 1fr; gap: 20px; }

	.phri-accordion__panel-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.phri-accordion__check { position: absolute; top: -70px; right: 40px; visibility: hidden; }
}

@media (max-width: 767px) {
	.phri-container { padding: 0 20px; }

	.phri-role-hero { padding: 50px 0 50px; }
	.phri-role-hero__title { margin-bottom: 32px; }

	.phri-role-meta__row { flex-direction: row; font-size: 16px; }
	.phri-role-meta__row dt { flex-basis: 125px; }

	.phri-btn { height: 54px; padding: 0 26px; font-size: 16px; }

	.phri-h2 { font-size: 30px; }

	.phri-role-body { padding: 50px 0 50px; }
	.phri-role-body__desc { text-align: left; }
	.phri-role-body__apply { justify-content: center; }

	.phri-role-benefits { padding: 0px; }

	.phri-accordion__toggle { font-size: 19px; padding: 16px 22px; min-height: 68px; }
	.phri-accordion__icon { width: 42px; height: 42px; }
	.phri-accordion__panel-inner { padding: 0 22px 28px; }
	.phri-accordion__panel-title { font-size: 26px; }

	.phri-carousel__slide { flex: 0 0 100%; }
	.phri-carousel__arrow--prev { left: 8px; }
	.phri-carousel__arrow--next { right: 8px; }

	.phri-role-unit { padding: 50px 0 0px; }
	.phri-role-location { padding: 50px 0 50px; }
	.phri-role-location__map { height: 260px; }
	
	.phri-role-location__head {
		margin-bottom: 30px;
	}
	
	.phri-role-location__pin_text {
		font-size: 15px;
	}
	
	.phri-role-location__pin .phri-i {
		width: 20px;
		height: 20px;
	}
	
	.phri-role-location__address {
		gap: 8px;
	}
	
	.phri-role-hero__all-jobs {
		margin-top: 20px;
		font-size: 16px;
	}
	
	.phri-role-hero__back {
		margin-bottom: 20px;
	}
	
	#top .phri-role-hero__actions_desktop, #top .phri-role-hero__company_desktop {
		display: none !important;
	}
	
	#top .phri-role-hero__company_mobile {
		display: block !important;
	}
	
	#top .phri-role-hero__actions_mobile {
        display: grid !important;
        grid-template-columns: 1fr repeat(2, max-content);
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
	
	#top .phri-role-hero__company-desc {
		margin-top: 0px !important;
	}
	
	.phri-role-hero__site {
		height: 60px;
		padding: 0 22px;
	}
	
	.phri-role-hero__logo {
		width: 110px;
	}
	
	.phri-role-hero {
        padding: 100px 0 50px;
    }
}