/*
Theme Name: Alliant Communities
Author: the iS2 Digital
Author URI: https://www.is2digital.com
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
Text Domain: alliant_communities
*/

/* ============================================
	BASE STYLES
============================================ */

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	overflow-x: hidden;
	min-height: 100vh;
	line-height: 1.6;
	letter-spacing: -.02em;
	text-rendering: optimizeSpeed;
	color: rgba(30, 30, 30, 0.8);
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
	body {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1rem;
	}
}

body.no-scroll {
	overflow: hidden;
	overflow-y: auto;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit
}

button {
	cursor: pointer;
	background: none;
	border: none
}

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

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

ul,
ol {
	padding-left: 1.5rem;
}

@media screen and (max-width: 991px) {

	ul,
	ol {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 767px) {

	ul,
	ol {
		padding-left: 0.75rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -.03em;
	font-weight: 500;
	line-height: 1.3;
	color: #1e1e1e
}

h1 {
	font-weight: 600;
}

a {
	color: #1e1e1e;
	text-decoration: none;
	transition: color .15s
}

a:hover {
	color: #1e1e1e;
	text-decoration: underline;
}

.container-fluid {
	width: 100%;
	max-width: 100%;
}

.container {
	width: 100%;
	margin-inline: auto;
	padding-inline: 1rem;
}

@media screen and (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media screen and (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
		padding-inline: 1.5rem;
	}
}

@media screen and (min-width: 1600px) {
	.container {
		max-width: 1664px;
		padding-inline: 2rem;
	}
}

/* Page-Builder Container Styles */
.e-con .e-flex.e-child > .e-con-inner {
	margin: 0;
}

.page .e-parent > .e-con-inner,
.page .e-parent > .e-child > .e-con-inner {
	width: 100%;
	margin-inline: auto;
	padding-inline: 1rem;
}

@media screen and (min-width: 576px) {

	.page .e-parent > .e-con-inner,
	.page .e-parent > .e-child > .e-con-inner {
		max-width: 540px;
	}
}

@media screen and (min-width: 768px) {

	.page .e-parent > .e-con-inner,
	.page .e-parent > .e-child > .e-con-inner {
		max-width: 720px;
	}
}

@media screen and (min-width: 992px) {

	.page .e-parent > .e-con-inner,
	.page .e-parent > .e-child > .e-con-inner {
		max-width: 940px;
	}
}

@media screen and (min-width: 1200px) {

	.page .e-parent > .e-con-inner,
	.page .e-parent > .e-child > .e-con-inner {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1400px) {

	.page .e-parent > .e-con-inner,
	.page .e-parent > .e-child > .e-con-inner {
		max-width: 1320px;
		padding-inline: 1.5rem;
	}
}

@media screen and (min-width: 1600px) {

	.page .e-parent > .e-con-inner,
	.page .e-parent > .e-child > .e-con-inner {
		max-width: 1664px;
		padding-inline: 2rem;
	}
}

/* Elementor Widgets Styles Override */
.elementor-widget-icon-box .elementor-icon-box-description {
	word-break: break-word;
}

.section-center,
.e-parent.e-con.section-center .e-con-inner,
.e-parent.e-con .section-center .e-con-inner {
	margin-inline: auto;
}

/* ------------------------ */
/* ============================================
	SITE HEADER
============================================ */

.site-header {
	padding: 1.375rem 4rem;
	background: #22222299;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: 0.3s ease;
	z-index: 999;
}

body.logged-in .site-header {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {
	body.logged-in .site-header {
		margin-top: 46px;
	}
}

.site-header.is-scrolled {
	backdrop-filter: blur(8px);
}

.site-header .header-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .site-logo {
	display: block;
	max-width: 210px;
}

.site-header .header-nav ul {
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
	gap: 1.5rem;
}

.site-header .header-nav .nav-link {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.875rem;
	position: relative;
	text-decoration: none;
}

/* Animated underline effect */
.site-header .header-nav .nav-link::after {
	content: '';
	position: absolute;
	bottom: -6px;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
}

.site-header .header-nav .current-menu-item .nav-link:after,
.site-header .header-nav .nav-link:hover::after,
.site-header .header-nav .nav-link.is-active::after {
	width: 100%;
	left: 0;
	right: auto;
}

.site-header .menu-toggle {
	display: none;
}

/* ============================================
	MOBILE MENU TOGGLE
============================================ */

.site-header .menu-toggle {
	display: flex;
	flex-direction: column;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 99;
	gap: 0.5rem;
	transition: transform 0.3s;
}

.site-header .menu-toggle:hover {
	transform: scale(1.1);
}

.site-header .menu-toggl-bar {
	width: 36px;
	height: 3px;
	background-color: #fff;
	transition: all 0.3s;
	transform-origin: center;
}

/* Hamburger to X animation */
.site-header .menu-toggle.is-active .menu-toggl-bar:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
}

.site-header .menu-toggle.is-active .menu-toggl-bar:nth-child(2) {
	opacity: 0;
}

.site-header .menu-toggle.is-active .menu-toggl-bar:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.site-header .menu-toggle {
	display: none;
}

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

@media screen and (max-width: 1280px) {
	.site-header {
		padding: 1.5rem 3rem;
	}

	.site-header .site-logo {
		display: block;
		max-width: 200px;
	}

	.site-header .header-nav .nav-link {
		font-size: 1.375rem;
	}
}

@media screen and (max-width: 1199px) {
	.site-header .menu-toggle {
		display: flex;
	}

	.site-header .header-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #ffffff;
		transition: 0.3s ease;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		padding: 2rem 3rem;
	}

	.site-header .header-nav.is-open {
		opacity: 1;
		visibility: visible;
	}

	.site-header .header-nav ul {
		align-items: start;
		flex-direction: column;
		gap: 0;
	}

	.site-header .header-nav ul li {
		width: 100%;
	}

	.site-header .header-nav .nav-link {
		color: #1e1e1e;
		padding: 2rem 0;
		border-bottom: 1px solid #ccc;
		display: block;
	}

	.site-header .header-nav .nav-link:hover {
		color: #204D9C;
	}

	.site-header .header-nav .nav-link::after {
		display: none;
	}

	.site-header .header-nav ul li:last-child .nav-link {
		border-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	.site-header .header-nav .nav-link {
		padding: 1.5rem 0;
	}
}

@media screen and (max-width: 767px) {
	.site-header {
		padding: 1.25rem 1rem;
	}

	.site-header .site-logo {
		max-width: 160px;
	}

	.site-header .header-nav {
		padding: 2rem 1rem;
	}

	.site-header .header-nav .nav-link {
		font-size: 1.25rem;
		padding: 1.25rem 0;
	}
}

/* --------------------------------------- */

/* ============================================
	SITE FOOTER
============================================ */

.site-footer {
	background-color: #222;
	border-top: 8px solid #204D9C;
	padding-block: 2.75rem;
}

.site-footer .footer-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .footer-menu {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.site-footer .footer-menu > * {
	display: flex;
	align-items: center;
	position: relative;
	gap: 1.5rem;
}

.site-footer .footer-menu > *:nth-child(1)::after {
	content: "";
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 2.5rem;
	background-color: #666;
}

.site-footer .footer-copyright,
.site-footer .footer-menu a {
	display: block;
	color: #ccc;
	font-size: 1.375rem;
	line-height: 1.75rem;
}

.site-footer .footer-menu a:hover {
	text-decoration: underline;
}

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

@media screen and (max-width: 1599px) {

	.site-footer .footer-copyright,
	.site-footer .footer-menu a {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 1399px) {

	.site-footer .footer-copyright,
	.site-footer .footer-menu a {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 1199px) {
	.site-footer {
		padding-block: 1.5rem;
	}

	.site-footer .footer-items {
		flex-direction: column;
		gap: 1.25rem;
	}

	.site-footer .footer-menu {
		gap: 2rem;
	}

	.site-footer .footer-menu a {
		line-height: 1.4375rem;
	}

	.site-footer .footer-copyright {
		font-size: 1rem;
		line-height: 1.25rem;
		text-align: center;
	}

	.site-footer .footer-menu > * {
		gap: 1rem;
	}

	.site-footer .footer-menu > *:nth-child(1)::after {
		right: -1rem;
	}

	.site-footer .footer-menu > *:nth-child(1)::after {
		height: 1.5rem;
	}
}


@media screen and (max-width: 767px) {
	.site-footer {
		padding-block: 2rem;
	}

	.site-footer .footer-items {
		gap: 2.5rem;
	}

	.site-footer .footer-menu {
		flex-direction: column;
		gap: 0.75rem;
	}

	.site-footer .footer-menu > * {
		gap: 0.75rem;
	}

	.site-footer .footer-menu > *:nth-child(1)::after {
		display: none;
	}

	.site-footer .footer-menu a {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.site-footer .footer-copyright {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}

	.site-footer .footer-copyright .break-md {
		display: block;
	}
}

/* --------------------------------------- */

/* ============================================
	BUTTONS
============================================ */

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: max-content;
	padding: 1rem 2.25rem;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	white-space: nowrap;
	border: 0.125rem solid;
	transition: 0.3s;
}

.btn.btn-primary {
	background: #204d9c;
	border-color: #204d9c;
	color: #fff;
}

.btn.btn-primary:hover {
	background: #183d7c;
	border-color: #183d7c;
	color: #fff;
}

.btn.btn-secondary {
	background: #ffffff;
	border-color: #204d9c;
	color: #204d9c;
}

.btn.btn-secondary:hover {
	background: #204d9c;
	border-color: #204d9c;
	color: #ffffff;
}

.btn.btn-sm {
	padding: 0.75rem 2rem;
	font-size: 1rem;
}

@media screen and (max-width: 991px) {
	.btn {
		padding: 1rem 2rem;
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		padding: 0.625rem 1.5rem;
		font-size: 1rem;
	}

	.btn.btn-sm {
		padding: 0.5rem 1.5rem;
		font-size: 0.875rem;
	}
}

/* ------------------------------- */

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

.hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
}

.hero-bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}

.hero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
}

.hero .hero-items h1 {
	color: #fff;
	font-size: 4rem;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.hero {
		min-height: 800px;
	}

	.hero .hero-items h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.hero {
		min-height: 540px;
	}

	.hero .hero-items h1 {
		font-size: 2.5rem;
	}
}

/* ------------------------------- */

/* ============================================
	inner-hero
============================================ */

.inner-hero {
	padding-block: 2rem;
	min-height: 38.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
}

.inner-hero-bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}

.inner-hero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
}

.inner-hero .inner-hero-items {
	margin-top: 7rem;
}

.inner-hero .inner-hero-items h1 {
	color: #fff;
	font-size: 3.75rem;
	text-align: center;
	max-width: 55.625rem;
	margin-inline: auto;
}

.inner-hero .inner-hero-items p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 1.125rem;
	max-width: 47.75rem;
	margin-inline: auto;
}

@media screen and (max-width: 991px) {
	.inner-hero {
		min-height: 800px;
	}

	.inner-hero .inner-hero-items h1 {
		font-size: 3rem;
	}

	.inner-hero .inner-hero-items p {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.inner-hero {
		min-height: 540px;
	}

	.inner-hero .inner-hero-items {
		margin-top: 5.75rem;
	}

	.inner-hero .inner-hero-items h1 {
		font-size: 2.25rem;
	}

	.inner-hero .inner-hero-items p {
		font-size: 1.125rem;
	}
}

/* ============================================
	FEATURED PROPERTIES
============================================ */

.featured-properties .section-title {
	font-weight: 500;
	font-size: 3.75rem;
	line-height: 1.25;
	letter-spacing: -0.03em;
	margin-bottom: 3.5rem;
}

.property-cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.property-card {
	flex: 1;
	cursor: default;
}

.property-card .image {
	height: 540px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.property-card .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%);
	transition: 0.3s ease;
}

.property-card .content h3 {
	color: #7e7e7e;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.3;
	transition: 0.3s;
}

.property-card .content ul {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	list-style: none;
	padding-left: 0;
	gap: 0.5rem;
}

.property-card .content ul li {
	color: #7e7e7e;
	font-size: 1.25rem;
	line-height: 1.3;
	transition: 0.3s;
}

.property-card:hover .image img {
	filter: grayscale(0%);
}

.property-card:hover .content h3,
.property-card:hover .content ul li {
	color: #1e1e1e;
}


/* Media Queries */

@media screen and (max-width: 1599px) {
	.property-card .image {
		height: 440px;
	}
}

@media screen and (max-width: 1399px) {
	.featured-properties .section-title {
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}

	.property-cards-wrapper {
		gap: 1.5rem
	}

	.property-card .content h3 {
		font-size: 1.625rem;
	}

	.property-card .content ul li {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 1199px) {
	.property-cards-wrapper {
		gap: 1.5rem;
		row-gap: 2.5rem;
	}

	.property-card {
		flex: calc(50% - 2rem);
	}

	.property-card .image {
		height: 440px;
	}

	.property-card .image img {
		filter: grayscale(0%);
	}

	.property-card .content h3,
	.property-card .content ul li {
		color: #1e1e1e;
	}
}

@media screen and (max-width: 991px) {
	.featured-properties .section-title {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.property-card .image {
		margin-bottom: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.featured-properties .section-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}

	.property-card {
		flex: 100%;
	}

	.property-card .image {
		margin-bottom: 1rem;
	}

	.property-card .content h3 {
		font-size: 1.375rem;
	}

	.property-card .content ul {
		margin-top: 0.75rem;
	}

	.property-card .content ul li {
		font-size: 1rem;
	}
}

/* --------------------------------- */

/* ============================================
   FEATURED PROPERTIES - SLIDER
============================================ */

.swiper-wrapper-parent {
	position: relative;
	overflow: visible;
}

.property-slider-nav.swiper-button-prev {
	left: -5.5rem;
}

.property-slider-nav.swiper-button-next {
	right: -5.5rem;
}

.property-slider-nav.swiper-button-prev,
.property-slider-nav.swiper-button-next {
	top: 280px;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #204D9C;
	border: 2px solid #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}

.property-slider-nav.swiper-button-prev::after,
.property-slider-nav.swiper-button-next::after {
	content: "";
	display: block;
	width: 1rem;
	height: 1.75rem;
	background-image: url("assets/images/chevron-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.property-slider-nav.swiper-button-prev::after {
	transform: rotate(180deg);
}

.property-slider-nav.swiper-button-prev:hover,
.property-slider-nav.swiper-button-next:hover {
	transform: scale(1.08);
}

.property-slider-nav.swiper-button-prev:hover::after,
.property-slider-nav.swiper-button-next:hover::after {
	filter: brightness(0) invert(1);
}

.swiper-button-disabled {
	opacity: 0.5 !important;
	pointer-events: none;
}

.property-slider-pagination.swiper-pagination {
	padding: 2rem;
	position: relative;
	display: none;
}

.property-slider-pagination .swiper-pagination-bullet {
	width: 0.625rem;
	height: 0.625rem;
}

.property-slider-pagination .swiper-pagination-bullet-active {
	background-color: #204D9C;
}

@media screen and (max-width: 1840px) {
	.property-slider-nav.swiper-button-prev {
		left: -2.25rem;
	}

	.property-slider-nav.swiper-button-next {
		right: -2.25rem;
	}
}

@media screen and (max-width: 1720px) {
	.property-slider-nav.swiper-button-prev {
		left: -1.5rem;
	}

	.property-slider-nav.swiper-button-next {
		right: -1.5rem;
	}
}

@media screen and (max-width: 1599px) {

	.property-slider-nav.swiper-button-prev,
	.property-slider-nav.swiper-button-next {
		top: 210px;
	}
}

@media screen and (max-width: 1399px) {

	.property-slider-nav.swiper-button-prev,
	.property-slider-nav.swiper-button-next {
		top: 220px;
	}

	.property-slider-nav.swiper-button-prev {
		left: -2rem;
	}

	.property-slider-nav.swiper-button-next {
		right: -2rem;
	}
}

@media screen and (max-width: 991px) {

	.property-slider-nav.swiper-button-prev,
	.property-slider-nav.swiper-button-next {
		display: none;
	}

	.property-slider-pagination.swiper-pagination {
		display: block;
	}
}

/* ============================================
	CAREERS
============================================ */

.careers {
	padding-block: 7.5rem;
}

.jobs-list {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	max-width: 80rem;
	margin-inline: auto;
	min-height: 16.5rem;
}

.jobs-list > p {
	text-align: center;
	font-size: 2rem;
}

.job-card {
	padding: 3.5rem;
	background-color: #f5f6f8;
}

.job-card h2 {
	font-size: 3rem;
}

.job-card .job-division {
	display: block;
}

.job-card .btn {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
}

.job-card .divider {
	border-top: 0.0625rem solid #bbbbbb;
}

.job-card p {
	margin-top: 2.5rem;
	font-size: 1.25rem;
}

.job-card p a {
	color: #204d9c;
	text-decoration: underline;
}

.job-card p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1199px) {
	.jobs-list {
		gap: 3rem;
	}

	.job-card {
		padding: 3rem;
	}

	.job-card h2 {
		font-size: 2.5rem;
	}

	.job-card .btn {
		margin-top: 2.5rem;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 991px) {
	.careers {
		padding-block: 3.5rem;
	}

	.jobs-list {
		gap: 2.5rem;
	}

	.job-card {
		padding: 2.5rem;
	}

	.job-card .btn {
		margin-bottom: 2.5rem;
	}

	.job-card p {
		margin-top: 2rem;
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 767px) {
	.careers {
		padding-block: 3rem;
	}

	.jobs-list {
		gap: 2rem;
	}

	.jobs-list > p {
		font-size: 1.5rem;
	}

	.job-card {
		padding: 2rem 1.5rem;
	}

	.job-card h2 {
		font-size: 2rem;
	}

	.job-card .btn {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.job-card p {
		margin-top: 1.5rem;
		font-size: 1rem;
	}
}

/* ------------------------------- */

/* ===================================
   CONTACT FORM SECTION
==================================== */

.contact-form-inner {
	max-width: 58.75rem;
	margin-inline: auto;
	padding: 4rem;
	background-color: #f5f6f8;
}

.form-row {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.form-group {
	flex: 1;
}

label {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: #1e1e1e;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 0.75rem;
	font-size: 1.25rem;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	outline: none;
	transition: border-color 0.3s ease;
}

textarea {
	resize: vertical;
}

.contact-form-inner textarea {
	min-height: 15rem;
}

/* Input Focus States */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #204d9c;
}

/* Checkbox */
.checkbox-container .wpcf7-list-item > label {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 2.5rem;
}

input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem;
	border-color: #bbbbbb;
	cursor: pointer;
}

.checkbox-container label .wpcf7-list-item-label {
	margin-bottom: 0;
	font-size: 1.25rem;
	color: rgba(30, 30, 30, 0.8);
	cursor: pointer;
}

/* Submit Button */
.contact-form-inner .submit-btn {
	width: 100%;
	margin-top: 4rem;
}

@media (max-width: 991px) {
	.contact-form-inner {
		padding: 3rem;
	}

	label {
		margin-bottom: 0.75rem;
		font-size: 1.125rem;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		font-size: 1.125rem;
	}

	.form-row {
		flex-direction: column;
		gap: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.checkbox-container {
		margin-top: 2rem;
	}

	.checkbox-container label .wpcf7-list-item-label {
		font-size: 1.125rem;
	}

	.checkbox-container .wpcf7-list-item > label {
		margin-top: 0;
	}

	.contact-form-inner .submit-btn {
		margin-top: 2.5rem;
	}
}

@media (max-width: 767px) {
	.contact-form-inner {
		padding: 2rem 1.5rem;
	}

	label {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		padding: 0.5rem;
		font-size: 1rem;
	}

	.contact-form-inner textarea {
		min-height: 12rem;
	}

	.checkbox-container {
		gap: 0.5rem;
		margin-top: 1.5rem;
	}

	.checkbox-container label .wpcf7-list-item-label {
		font-size: 1rem;
	}

	.contact-form-inner .submit-btn {
		margin-top: 2rem;
	}
}

/* Form error text styles */
.contact-form-inner .wpcf7-not-valid-tip {
	font-size: 1.125rem;
	line-height: 130%;
	margin-top: 0.75rem;
}

@media screen and (max-width: 991px) {
	.contact-form-inner .wpcf7-not-valid-tip {
		font-size: 1rem;
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 767px) {
	.contact-form-inner .wpcf7-not-valid-tip {
		font-size: 0.875rem;
		margin-top: 0.25rem;
	}
}

/* Add asterisk to required field labels */
.wpcf7-form p:has(.wpcf7-validates-as-required) label::after {
	content: " *";
	color: #dc3232;
	margin-left: 2px;
}

/* ---------------------------- */

/* ============================================
	DIVISION STAFF
============================================ */

.division-staff {
	padding-block: 7.5rem;
	background-color: #F5F6F8;
}

.staff-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2rem;
	row-gap: 2.5rem;
}

/* ---- Staff Card ---- */
.staff-card {
	display: flex;
	border: 1px solid #DADCDE;
	background-color: #ffffff;
	text-decoration: none;
}

.staff-card .image {
	width: 100%;
	max-width: 15.25rem;
	overflow: hidden;
	height: 20rem;
}

.staff-card .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.staff-card .content {
	width: 100%;
	padding: 2.5rem 1.5rem;
	display: flex;
	flex-direction: column;
}

.staff-card .content h3 {
	font-size: 1.5rem;
	line-height: 1.875rem;
}

.staff-card .content p {
	color: #1e1e1ecc;
	font-size: 1.125rem;
	margin-top: 0.75rem;
	letter-spacing: -0.03em;
	line-height: 1.5;
}

.staff-card .content button {
	color: #204D9C;
	font-size: 1.125rem;
	letter-spacing: -0.03em;
	text-align: left;
	margin-top: auto;
	position: relative;
	max-width: fit-content;
}

.staff-card .content button::before {
	content: '';
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 0;
	height: 1.5px;
	background-color: #204D9C;
	transition: 0.3s;
}

.staff-card:hover .content button::before {
	left: 0;
	width: 100%;
}

/* Media Queries */

@media screen and (max-width: 1599px) {
	.staff-card .content {
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 1399px) {
	.staff-list {
		column-gap: 1.5rem;
		row-gap: 2rem;
	}

	.staff-card .image {
		height: 17.5rem;
	}

	.staff-card .content {
		padding: 1.5rem 1rem;
	}

	.staff-card .content p {
		max-height: 7.5rem;
		overflow: auto;
	}
}

@media screen and (max-width: 1199px) {
	.staff-list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 1.5rem;
	}
}

@media screen and (max-width: 991px) {
	.division-staff {
		padding-block: 3.5rem;
	}

	.staff-card .image {
		height: 16rem;
	}

	.staff-card .content h3 {
		font-size: 1.375rem;
		line-height: 1.3;
	}

	.staff-card .content p {
		font-size: 1rem;
		margin-top: 0.5rem;
	}

	.staff-card .content button {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.division-staff {
		padding-block: 3rem;
	}

	.staff-list {
		grid-template-columns: 1fr;
	}

	.staff-card .image {
		max-width: 9rem;
		height: 14.5rem;
	}

	.staff-card .content p {
		font-size: 0.875rem;
	}
}

/* ----------------------------- */

/* ===================================
	SINGLE STAFF TEMPLATE
==================================== */

.staff-inner {
	margin-inline: auto;
	max-width: 78.625rem;
	padding-block: 12rem 5rem;
}

/* Back Button */
.staff-inner .back-btn {
	padding-bottom: 2.5rem;
}

.staff-inner .back-btn .btn.btn.btn-secondary:hover {
	color: #204d9c;
	background-color: rgba(32, 77, 156, 0.1);
}

.staff-inner .back-btn .btn:before {
	content: "";
	width: 0.625rem;
	height: 0.875rem;
	background-image: url(./assets/images/chevron-primary.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Profile Panel */
.staff-inner .profile-panel {
	padding: 4rem;
	background-color: #f5f6f8;
}

.profile-panel .profile-header {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.profile-panel .profile-img {
	max-width: 290px;
	width: 100%;
	height: 382px;
	border: 1px solid #dadcde;
}

.profile-panel .profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.profile-panel .profile-info h1 {
	color: #204d9c;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.2;
}

.profile-panel .profile-info p {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

/* Profile About Section */
.profile-panel .profile-about {
	padding-top: 3.5rem;
	margin-top: 4rem;
	border-top: 1px solid #cccccc;
}

.profile-panel .profile-about h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.profile-panel .profile-about p {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.profile-panel .profile-about p:last-child {
	margin-bottom: 0;
}

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

@media screen and (max-width: 1199px) {
	.staff-inner .profile-panel {
		padding: 3rem;
	}

	.profile-panel .profile-header {
		gap: 2rem;
	}

	.profile-panel .profile-img {
		max-width: 240px;
		height: 356px;
	}

	.profile-panel .profile-info h1 {
		font-size: 3rem;
	}

	.profile-panel .profile-info p {
		margin-top: 1rem;
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 991px) {
	.staff-inner {
		padding-block: 10.5rem 3.5rem;
	}

	.staff-inner .profile-panel {
		padding: 2.5rem;
	}

	.profile-panel .profile-img {
		height: 320px;
	}

	.profile-panel .profile-info h1 {
		font-size: 2.5rem;
	}

	.profile-panel .profile-about {
		padding-top: 2.5rem;
		margin-top: 3rem;
	}

	.profile-panel .profile-about h2 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}

	.profile-panel .profile-about p {
		font-size: 1.125rem;
		line-height: 1.6;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.staff-inner {
		padding-block: 8.75rem 3rem;
	}

	.staff-inner .back-btn {
		padding-bottom: 2rem;
	}

	.staff-inner .profile-panel {
		padding: 2rem 1.5rem;
	}

	.profile-panel .profile-header {
		text-align: center;
		flex-direction: column;
	}

	.profile-panel .profile-img {
		height: 300px;
	}

	.profile-panel .profile-info h1 {
		font-size: 2.25rem;
	}

	.profile-panel .profile-info p {
		margin-top: 0.5rem;
		font-size: 1rem;
	}

	.profile-panel .profile-about {
		padding-top: 2rem;
		margin-top: 2.5rem;
	}

	.profile-panel .profile-about h2 {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}

	.profile-panel .profile-about p {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
}

@media screen and (max-width: 575px) {
	.staff-inner .profile-panel {
		padding: 1.5rem 1rem;
	}
}

/* ------------------------- */

/* ============================================================================
   NEWSROOM SECTION
   ========================================================================= */

.newsroom-section {
	padding-block: 7.5rem;
}

.newsroom-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.5rem;
	row-gap: 2.5rem;
}

.newsroom-btn {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 4rem;
	align-items: center;
	color: #204d9c;
}

.newsroom-btn .btn-secondary.page-numbers.current {
	background: #204d9c;
	border-color: #204d9c;
	color: #ffffff;
}

/* News Card */

.news-card .card-link-wrap {
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100%;
	padding: 2rem 1.5rem 2.5rem;
	background-color: #f5f6f8;
	text-decoration: none;
}

.news-card h2 {
	margin-bottom: 1.5rem;
	font-size: 1.75rem;
	transition: color 0.3s ease;
}

.news-card p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 3.125rem;
	overflow: hidden;
	font-size: 1.25rem;
}

.news-card .btn-block {
	width: 100%;
	margin-top: auto;
	padding-top: 2rem;
	border-top: 1px solid #bbb;
}

.news-card button {
	position: relative;
	max-width: fit-content;
	margin-top: auto;
	color: #204d9c;
	font-size: 1.125rem;
	letter-spacing: -0.03em;
	text-align: left;
}

.news-card button::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 0;
	height: 1.5px;
	background-color: #204d9c;
	transition: width 0.3s ease;
}

/* Hover States */

.news-card .card-link-wrap:hover h2 {
	color: #204d9c;
}

.news-card .card-link-wrap:hover button::before {
	right: auto;
	left: 0;
	width: 100%;
}

/* Media Queries */

@media screen and (max-width: 1199px) {
	.newsroom-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 2rem;
	}
}

@media screen and (max-width: 991px) {
	.newsroom-section {
		padding-block: 3.5rem;
	}

	.newsroom-grid {
		column-gap: 1rem;
		row-gap: 1.5rem;
	}

	.newsroom-btn {
		margin-top: 3rem;
	}

	.news-card .card-link-wrap {
		padding: 1.5rem;
	}

	.news-card h2 {
		margin-bottom: 1rem;
		font-size: 1.625rem;
	}

	.news-card p {
		margin-bottom: 2.5rem;
		font-size: 1.125rem;
	}

	.news-card .btn-block {
		padding-top: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.newsroom-section {
		padding-block: 3rem;
	}

	.newsroom-grid {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}

	.newsroom-btn {
		margin-top: 2.5rem;
	}

	.news-card .card-link-wrap {
		padding: 1.5rem 1rem;
	}

	.news-card h2 {
		font-size: 1.375rem;
	}

	.news-card p {
		margin-bottom: 2rem;
		font-size: 1rem;
	}
}

/* --------------------- */

/* ===================================
   NEWS SECTION
==================================== */

.news-section {
	padding-block: 12rem 5rem;
}

/* Back Button */
.news-section .back-btn {
	padding-bottom: 2.5rem;
}

.news-section .back-btn .btn.btn-secondary:hover {
	color: #204d9c;
	background-color: rgba(32, 77, 156, 0.1);
}

.news-section .back-btn .btn:before {
	content: "";
	width: 0.625rem;
	height: 0.875rem;
	background-image: url("assets/images/chevron-primary.png");
	background-position: center;
	background-size: contain;
}

/* News Header */
.news-section .news-head {
	margin-bottom: 3rem;
	padding-bottom: 3.25rem;
	border-bottom: 1px solid #bbb;
}

.news-section .news-head h1 {
	font-size: 3rem;
	font-weight: 500;
	max-width: 70rem;
}

/* News Layout Grid */
.news-section .news-layout {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 1.5rem;
}

.news-section .news-layout .news-content {
	grid-column: span 8;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.news-layout .news-content p {
	font-size: 1.25rem;
}

/* Sidebar */
.news-section .news-layout .sidebar {
	grid-column: 10 / span 3;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.news-layout .sidebar .sidebar-box {
	padding: 2.5rem;
	background-color: #f5f6f8;
}

.news-layout .sidebar .sidebar-box h3 {
	font-size: 1.75rem;
	margin-bottom: 2.5rem;
}

.news-layout .sidebar .sidebar-box .flex-column {
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 1.75rem;
}

.news-layout .sidebar .sidebar-box .flex-row {
	display: flex;
	list-style: none;
	gap: 1.5rem;
}

.news-layout .sidebar .sidebar-box ul li {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.news-layout .sidebar .sidebar-box ul li p {
	font-size: 1.25rem;
}

.news-layout .sidebar .sidebar-box ul li p a {
	color: rgba(30, 30, 30, 0.8);
	text-decoration: underline;
	text-underline-offset: 3px;
	word-break: break-word;
}

.news-layout .sidebar .sidebar-box ul li p a:hover {
	text-decoration: none;
}

.news-layout .sidebar .sidebar-box ul {
	padding-left: 0;
}

/* Sidebar Icons */
.news-layout .sidebar .sidebar-box .icon {
	width: 3rem;
	height: 3rem;
	background-color: #2d5f9a;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.news-layout .sidebar .sidebar-box .icon img {
	max-width: 1.5rem;
}

.news-layout .sidebar .sidebar-box .icon.link:hover {
	transform: scale(1.08);
}

/* Responsive Design */
@media screen and (max-width: 1599px) {
	.news-section .news-layout .sidebar {
		grid-column: span 4;
		padding-left: 2rem;
	}
}

@media screen and (max-width: 1399px) {
	.news-section .news-layout .sidebar {
		padding-left: 0;
	}

	.news-layout .sidebar .sidebar-box {
		padding: 2rem;
	}
}

@media screen and (max-width: 1199px) {
	.news-section .news-layout {
		gap: 0;
		row-gap: 2.5rem;
	}

	.news-section .news-layout .news-content {
		grid-column: span 12;
	}

	.news-section .news-head h1 {
		font-size: 2.75rem;
	}

	.news-section .news-layout .sidebar {
		grid-column: span 12;
		flex-direction: row;
	}

	.news-layout .sidebar .sidebar-box {
		flex: 1;
	}
}

@media screen and (max-width: 991px) {
	.news-section {
		padding-block: 10.5rem 3.5rem;
	}

	.news-section .news-head {
		margin-bottom: 2.5rem;
		padding-bottom: 2.75rem;
	}

	.news-section .news-head h1 {
		font-size: 2.5rem;
	}

	.news-section .news-layout .news-content {
		gap: 1.5rem;
	}

	.news-layout .news-content p {
		font-size: 1.125rem;
	}

	.news-layout .sidebar .sidebar-box h3 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.news-layout .sidebar .sidebar-box .icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.news-layout .sidebar .sidebar-box .icon img {
		max-width: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.news-section {
		padding-block: 10rem 3rem;
	}

	.news-section .back-btn {
		padding-bottom: 2rem;
	}

	.news-section .news-head {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}

	.news-section .news-head h1 {
		font-size: 2rem;
	}

	.news-section .news-layout .news-content {
		gap: 1.25rem;
	}

	.news-layout .news-content p {
		font-size: 1rem;
	}

	.news-section .news-layout .sidebar {
		flex-direction: column;
		gap: 1rem;
	}

	.news-layout .sidebar .sidebar-box {
		padding: 1.25rem;
	}

	.news-layout .sidebar .sidebar-box h3 {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}

	.news-layout .sidebar .sidebar-box .flex-column {
		gap: 1rem;
	}

	.news-layout .sidebar .sidebar-box ul li p {
		font-size: 1rem;
	}
}


/* ===============================
    Values Section
=================================*/

.values-section {
	position: relative;
	padding-block: 7.5rem;
	background-color: #F5F6F8;
}

.values-section .values-hero {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 894px;
	object-fit: cover;
}

.values-section .value-cards-grid {
	display: flex;
	position: relative;
	max-width: 994px;
	margin-left: auto;
	gap: 2rem;
}

.value-cards-grid .value-card {
	flex: 1;
	padding: 2rem 1.25rem;
	background-color: #fff;
	box-shadow: 0px 0px 32px 2px hsla(0, 0%, 0%, 0.04);
	min-height: 23.75rem;
	display: flex;
	flex-direction: column;
}

.value-cards-grid .value-card .icon {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #204D9C;
	margin-bottom: 4rem;
}

.value-cards-grid .value-card .text {
	margin-top: auto;
}

.value-cards-grid .value-card .icon img {
	max-width: 2.3125rem;
}

.value-cards-grid .value-card h3 {
	font-size: 2rem;
}

.value-cards-grid .value-card p {
	font-size: 1.5rem;
	margin-top: 1.25rem;
	letter-spacing: normal;
	line-height: 1.3;
}

@media screen and (max-width: 1599px) {
	.values-section .values-hero {
		max-width: 640px;
		object-position: 100%;
	}

	.values-section .value-cards-grid {
		max-width: 900px;
		gap: 1.5rem;
	}

	.value-cards-grid .value-card {
		min-height: 22rem;
	}
}

@media screen and (max-width: 1399px) {
	.values-section .values-hero {
		max-width: 500px;
	}
}

@media screen and (max-width: 1199px) {
	.values-section {
		padding-block: 0 34.875rem;
	}

	.values-section .values-hero {
		height: 42.875rem;
		max-width: 100%;
	}

	.values-section .value-cards-grid {
		transform: translateY(500px);
		flex-direction: column;
	}

	.value-cards-grid .value-card {
		min-height: auto;
	}
}

@media screen and (max-width: 575px) {
	.values-section {
		padding-block: 0 16.875rem;
	}

	.values-section .values-hero {
		height: 270px;
	}

	.values-section .value-cards-grid {
		transform: translateY(220px);
	}

	.value-cards-grid .value-card {
		padding: 1.5rem;
	}

	.value-cards-grid .value-card .icon {
		width: 3rem;
		height: 3rem;
		margin-bottom: 2rem;
	}

	.value-cards-grid .value-card .icon img {
		max-width: 1.75rem;
	}

	.value-cards-grid .value-card h3 {
		font-size: 1.5rem;
	}

	.value-cards-grid .value-card p {
		font-size: 1.25rem;
		margin-top: 1rem;
	}
}

/* ===================================
   DIVISIONS SECTION
==================================== */

.divisions-section .divisions-grid {
	display: flex;
	gap: 2rem;
}

.divisions-section .division-card {
	flex: 1;
	min-height: 36.25rem;
	padding: 3rem 2.5rem;
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.divisions-section .division-card:hover {
	text-decoration: none;
}

.divisions-section .division-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-image: inherit;
	filter: grayscale(100%);
	z-index: 0;
	transition: filter 0.3s ease;
}

.divisions-section .division-card:hover::before {
	filter: grayscale(0%);
}

.divisions-section .division-card h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1399px) {
	.divisions-section .division-card h2 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1199px) {
	.divisions-grid {
		flex-wrap: wrap;
		justify-content: center;
	}

	.divisions-section .division-card {
		max-width: 50%;
		flex: calc(50% - 2rem);
	}

	.divisions-section .division-card::before {
		filter: grayscale(0%);
	}
}

@media screen and (max-width: 991px) {
	.divisions-grid {
		flex-direction: column;
	}

	.divisions-section .division-card {
		max-width: 100%;
		min-height: 30.25rem;
		padding: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.divisions-section .division-card {
		min-height: 25.375rem;
		padding: 2rem 1.5rem;
	}

	.divisions-section .division-card h2 {
		font-size: 2rem;
	}
}

/* =======================================
	Privacy Policy Content styles
========================================*/
.privacy-policy p {
	margin-block: 1rem;
}

.privacy-policy .elementor a:hover {
	text-decoration: underline;
}

.privacy-policy ul,
.privacy-policy ol {
	margin-block: 1rem;
	padding-left: 1.5rem;
}

.privacy-policy li {
	margin-block: 0.5rem;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6 {
	margin-block: 1.5rem;
}

/* Remove top margin if element is first child */
.privacy-policy p:first-child,
.privacy-policy ul:first-child,
.privacy-policy ol:first-child,
.privacy-policy h1:first-child,
.privacy-policy h2:first-child,
.privacy-policy h3:first-child,
.privacy-policy h4:first-child,
.privacy-policy h5:first-child,
.privacy-policy h6:first-child {
	margin-top: 0;
}

/* Remove bottom margin if element is last child */
.privacy-policy p:last-child,
.privacy-policy ul:last-child,
.privacy-policy ol:last-child,
.privacy-policy h1:last-child,
.privacy-policy h2:last-child,
.privacy-policy h3:last-child,
.privacy-policy h4:last-child,
.privacy-policy h5:last-child,
.privacy-policy h6:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.privacy-policy p {
		margin-block: 0.875rem;
	}

	.privacy-policy ul,
	.privacy-policy ol {
		margin-block: 0.875rem;
		padding-left: 1.25rem;
	}

	.privacy-policy li {
		margin-block: 0.4rem;
	}

	.privacy-policy h1,
	.privacy-policy h2,
	.privacy-policy h3,
	.privacy-policy h4,
	.privacy-policy h5,
	.privacy-policy h6 {
		margin-block: 1.25rem;
	}
}

@media (max-width: 767px) {
	.privacy-policy p {
		margin-block: 0.625rem;
	}

	.privacy-policy ul,
	.privacy-policy ol {
		margin-block: 0.625rem;
		padding-left: 0.875rem;
	}

	.privacy-policy li {
		margin-block: 0.3rem;
	}

	.privacy-policy h1,
	.privacy-policy h2,
	.privacy-policy h3,
	.privacy-policy h4,
	.privacy-policy h5,
	.privacy-policy h6 {
		margin-block: 0.875rem;
	}
}

/* Error Page CSS  */
.not-found-section {
	padding-block: 7.5rem;
}

.not-found-section .section-header {
	margin-bottom: 4rem;
	text-align: center;
	max-width: 50rem;
	margin-inline: auto;
}

.not-found-section .section-header h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.not-found-section .links-grid {
	display: flex;
	gap: 1.5rem;
}

.not-found-section .links-grid .link-card {
	flex: 1;
	color: #204D9C;
	text-align: center;
	text-decoration: none;
	background-color: #F5F6F8;
	padding: 1.5rem;
}

.not-found-section .links-grid .link-card:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.not-found-section {
		padding-block: 6rem;
	}

	.not-found-section .section-header {
		margin-bottom: 2.5rem;
	}

	.not-found-section .links-grid {
		flex-wrap: wrap;
	}

	.not-found-section .links-grid .link-card {
		flex: 45%;
		padding: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.not-found-section {
		padding-block: 3rem;
	}

	.not-found-section .section-header {
		margin-bottom: 2rem;
	}

	.not-found-section .section-header h2 {
		font-size: 2rem;
	}

	.not-found-section .links-grid {
		gap: 1rem;
	}

	.not-found-section .links-grid .link-card {
		flex: 100%;
		padding: 1rem;
	}
}

/* ------------------------------------ */
