#alumni-news .carousel-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-top: 28px;
}

#alumni-news .nav-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: transparent;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s, opacity 0.2s;
	color: var(--black);
	opacity: 0.5;
}

#alumni-news .nav-btn:hover {
	border-color: var(--black);
	opacity: 1;
}

#alumni-news .nav-dots {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-right: 8px;
	min-height: 8px;
}

#alumni-news .nav-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	opacity: 0.35;
	cursor: pointer;
	transition: opacity 0.2s;
	border: none;
	padding: 0;
}

#alumni-news .nav-dot.active {
	opacity: 1;
}

#alumni-news .grid-of-six .item p.link {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 18.18px;
	letter-spacing: 0.01em;
}

#alumni-news .grid-of-six .item p.link a {
	margin-top: 12px;
	font-family: 'AbrahamMedium', sans-serif;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #000000;
	text-decoration: none;
	opacity: 0.55;
}

#alumni-news .grid-of-six .item p.link a:hover {
	opacity: 1;
}

#alumni-news .grid-of-six .item p.date {
	font-family: 'AbrahamLight', sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
	color: #000000;
	opacity: 0.5;
}

#alumni-news .grid-of-six .item h4 a {
	font-family: 'AbrahamBold', sans-serif;
	font-size: 18px;
	letter-spacing: 0.01em;
	color: #000000;
	line-height: 1.35;
}

#alumni-news .grid-of-six .item h4 {
	padding: 0;
	border: none;
	margin-top: 5px;
}

#alumni-news .grid-of-six .item .cats a {
	font-family: 'AbrahamMedium', sans-serif;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #7da8a5;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 0;
}

#alumni-news .grid-of-six .item .cats {
	margin-top: 16px;
}

#alumni-news .grid-of-six .item,
#alumni-news .grid-of-six .item .cats,
#alumni-news .grid-of-six .item h4,
#alumni-news .grid-of-six .item p {
	direction: rtl;
	text-align: right;
}

body .alumni-content-wrapper {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	height: auto;
}

.alumni-content-wrapper p {
	font-family: 'AbrahamLight', sans-serif;
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 1.8;
	color: #000000;
	margin-bottom: 18px;
}

.alumni-content-wrapper p strong {
	font-size: 20px;
	font-family: 'AbrahamBold', sans-serif;
	margin-bottom: 10px;
}

.alumni-content-wrapper .content-wrapper {
	margin: 64px auto;
}

#alumni-wrapper {
	margin-top: 86px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('images/alumni-hero.jpeg');
	background-size: cover;
	background-position: center;
	padding: 64px 0;
}

#alumni-wrapper h1.hero__title {
	color: #ffffff;
	text-align: center;
	font-family: 'AbrahamBold', sans-serif;
	font-size: 40px !important;
	opacity: 0.85;
	letter-spacing: 0.02em;
}

body #alumni-news .content-wrapper .headline {
	display: block;
	align-items: none;
}

body #alumni-news .content-wrapper .headline h2 {
	font-family: 'AbrahamMedium', sans-serif;
	font-size: 26px;
	letter-spacing: 0.4em;
	color: #000000;
	margin-bottom: 8px;
	line-height: 1.3;
}

body #alumni-news .content-wrapper .headline h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000000;
	opacity: 0.65;
	margin-bottom: 36px;
	display: block;
}

#alumni-featured {
	background: #fff;
	border-top: 1px solid #000;
}

#alumni-featured .section {
	padding: 64px 0;
}

#alumni-featured .section-heading {
	font-family: 'AbrahamMedium', sans-serif;
	font-size: 26px;
	letter-spacing: 0.4em;
	color: #000;
	margin-bottom: 8px;
	line-height: 1.3;
}

#alumni-featured .accent-dot {
	display: none;
}

#alumni-featured .alumni-carousel {
	overflow: hidden;
}

#alumni-featured .alumni-track {
	display: flex;
	transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

#alumni-featured .alumni-slide {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 48px;
	align-items: start;
	direction: rtl;
}

#alumni-featured .alumni-photo-wrap {
	width: 280px;
	aspect-ratio: 3/4;
	overflow: hidden;
	border-radius: 12px;
}

#alumni-featured .alumni-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #7da8a5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'AbrahamLight', sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
}

#alumni-featured .alumni-text {
	padding-top: 8px;
	border-top: 2px solid #000;
}

#alumni-featured .alumni-label {
	font-family: 'AbrahamMedium', sans-serif;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #5e8380;
	margin-bottom: 16px;
}

#alumni-featured .alumni-name {
	font-family: 'AbrahamBold', sans-serif;
	font-size: 32px;
	letter-spacing: 0.02em;
	color: #000;
	line-height: 1.2;
	margin-bottom: 10px;
}

#alumni-featured .alumni-name a {
	color: inherit;
	text-decoration: none;
}

#alumni-featured .alumni-role {
	font-family: 'AbrahamLight', sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	color: #000;
	opacity: 0.55;
	margin-bottom: 24px;
}

#alumni-featured .alumni-bio {
	font-family: 'AbrahamLight', sans-serif;
	font-size: 18px;
	line-height: 1.75;
	letter-spacing: 0.01em;
	color: #000;
	opacity: 0.85;
}

#alumni-featured .carousel-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-top: 28px;
}

#alumni-featured .nav-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: transparent;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s, opacity 0.2s;
	color: #000;
	opacity: 0.5;
}

#alumni-featured .nav-btn:hover {
	border-color: #000;
	opacity: 1;
}

#alumni-featured .nav-dots {
	display: flex;
	gap: 8px;
	margin-right: 8px;
}

#alumni-featured .nav-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	cursor: pointer;
	transition: opacity 0.2s;
	border: none;
	padding: 0;
}

#alumni-featured .nav-dot.active {
	opacity: 1;
}

@media (max-width: 1024px) {
	#alumni-featured .alumni-text {
		border: none;
	}
}

@media (max-width: 768px) {
	#alumni-featured .section {
		padding: 40px 0;
	}

	#alumni-featured .section-heading {
		font-size: 20px;
		letter-spacing: 0.25em;
	}

	#alumni-featured .carousel-nav {
		justify-content: center;
		margin-top: 20px;
	}

	#alumni-featured .alumni-slide {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#alumni-featured .alumni-photo-wrap {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}

	#alumni-featured .alumni-text {
		padding-top: 20px;
	}

	#alumni-featured .alumni-name {
		font-size: 24px;
	}

	#alumni-featured .alumni-role {
		font-size: 14px;
	}

	#alumni-featured .alumni-bio {
		font-size: 16px;
	}
}

#alumni-quick-links {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 90;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

#alumni-quick-links .btn-circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: none;
	font-family: 'AbrahamBold', sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
	color: #fff;
}

#alumni-quick-links .btn-circle:hover {
	transform: scale(1.06);
}

#alumni-quick-links .btn-circle--coral {
	background: #FA5F5F;
	box-shadow: 0 8px 24px rgba(250, 95, 95, 0.28);
}

#alumni-quick-links .btn-circle--gold {
	background: #D8B063;
	box-shadow: 0 8px 24px rgba(216, 176, 99, 0.3);
}

@media screen and (max-width: 768px) {
	#alumni-quick-links {
		left: 16px;
		right: 16px;
		bottom: 16px;
		justify-content: center;
		gap: 12px;
	}

	#alumni-quick-links .btn-circle {
		width: 96px;
		height: 96px;
		font-size: 13px;
	}
}
