/* CSS Reset */
img {
	max-width: 100%;
}

.custom-sections,
.custom-sections p,
.custom-sections span,
.custom-sections div,
.custom-sections div a {
	font-family: "Century Gothic", sans-serif !important;
}

.custom-sections h1 {
	margin-top: 0;
	font-size: 60px !important;
	line-height: 1 !important;
	text-align: center;
	color: #fff;
	font-weight: normal !important;
	font-family: "Century Gothic", sans-serif;
}

.custom-sections h2 {
	font-size: 42px !important;
	font-weight: normal !important;
	line-height: 1.31;
	letter-spacing: normal;
	color: #15214e;
	font-family: "Century Gothic", sans-serif;
}

.custom-sections h3 {
	font-size: 30px !important;
	font-weight: normal !important;
	line-height: 1.33;
	color: #15214e;
	font-family: "Century Gothic", sans-serif;
}

.custom-sections h4 {
	font-size: 22px !important;
	font-weight: normal !important;
	line-height: 1.45;
	color: #15214e;
	font-family: "Century Gothic", sans-serif;
}

@media (width <=991px) {
	.custom-sections h2 {
		font-size: 35px !important;
	}
}

.custom-sections .container {
	max-width: 1110px;
	margin: 0 auto;
}

@media (width <=1399px) {
	.custom-sections .container {
		max-width: 932px;
	}
}

@media (width <=991px) {
	.custom-sections .container {
		max-width: 708px;
	}
}

@media (width <=767px) {
	.custom-sections .container {
		padding: 0 15px;
	}
}

.custom-sections .btn {
	font-size: 15px;
	letter-spacing: 0.36px;
	padding: 7px 15px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	height: 36px;
	text-transform: uppercase;
	font-family: "Century Gothic", sans-serif;
}

.custom-sections .btn.btn-primary {
	border: solid 2px #ebb93f;
	background-color: #ebb93f;
	color: #fff;
}

.custom-sections .btn.btn-primary:hover {
	border-color: #262727;
	background-color: #262727;
}

.custom-sections .btn.btn-outline {
	border: solid 2px #ebb93f;
	background-color: transparent;
	color: #ebb93f;
}

.custom-sections .btn.btn-outline:hover {
	border-color: #262727;
	background-color: #262727;
	color: #fff;
}

.hero-wrapper {
	background-color: #5e5e5e;
	min-height: 398px;
	width: 100%;
}

.hero-wrapper .page-header {
	padding-top: 118px;
}


/* Blog Section start here */

.blog-section {
	padding-bottom: 120px;
	margin-top: -90px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 45px;
}

.blog-card {
	background: white;
	overflow: hidden;
	box-shadow: 0 8px 17px 3px rgba(0, 0, 0, 0.07);
	transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.blog-image {
	height: 150px;
}

.blog-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-content {
	padding: 20px 30px 25px 30px;
}

.blog-title {
	margin-bottom: 10px;
}

.blog-excerpt {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	color: #565554;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.read-more {
	text-decoration: none;
	transition: color 0.3s;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	color: #000;
}

.load-more-wrapper {
	text-align: center;
	margin-top: 60px;
}

@media (width <=1399px) {

	.blog-image {
		height: 124px;
	}

}

@media (width <=991px) {

	.blog-image {
		height: 141px;
	}

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

}

@media (width <=767px) {

	.blog-grid {
		grid-template-columns: 1fr;
	}

}

/* Blog Section end here */


/* Blog details page start here */

.blog-list-body header {
	background: #fff;
	padding: 20px 0;
}

section.hero-bg-wrapper {
	margin-top: 93px;
	min-height: 497px;
	align-content: center;
	background-image: url('../images/Blog-Hero-FPO3@2x.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

section.hero-bg-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #343434;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 0;
}

section.hero-bg-wrapper .page-header h1 {
	text-align: left;
	color: #fff;
}

section.hero-bg-wrapper .page-header {
	position: relative;
	z-index: 1;
	max-width: 825px;
}

section.hero-bg-wrapper .page-header a {
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.95px;
	color: #fff !important;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
}

@media (width <=991px) {

	section.hero-bg-wrapper .page-header h1 {
		font-size: 52px !important;
		line-height: 1.15;
	}

}

@media (width <=767px) {

	section.hero-bg-wrapper {
		min-height: 650px;
	}

}

section.blog-detail-section {
	padding: 93px 0 120px 0;
}

.blog-detail-content {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 75px;
}

.blog-detail-content li {
	float: none;
	display: list-item;
	text-align: left;
}

.sticky-aside {
	position: sticky;
	top: 15px;
}

.blog-detail-text p {
	font-size: 16px;
	line-height: 1.88;
	color: #15214e;
	margin: 20px 0;
}

.blog-detail-text ul {
	font-size: 16px;
	line-height: 1.88;
	color: #15214e;
	margin: 0 0 20px 0;
	padding: 0 0 0 28px;
}

.blog-detail-text img {
	margin: 30px 0;
}

@media (width <=991px) {

	.blog-detail-content {
		grid-template-columns: 2.5fr 1fr;
		grid-column-gap: 60px;
	}

	section.blog-detail-section {
		padding-top: 60px;
	}

}

@media (width <=767px) {

	.blog-detail-content {
		grid-template-columns: 1fr;
		row-gap: 45px;
	}

	.blog-detail-text p {
		font-size: 14px;
		line-height: 1.71;
	}

	.sticky-aside {
		position: static;
	}

	.blog-aside-image {
		display: none;
	}

}

.mein-wrapper:has(main.custom-sections) {
	overflow-x: inherit;
}

/* Blog details page end here */