/* Individual Slide Styling */
header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
}
.swiper-slide .page-thumb img {
    width: 100%;
}
.page-excerpt-slide {
    padding: 0;
    /* border: 1px solid #ddd; */
    background: #003056;
    border-radius: 8px;
    text-align: left;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}
.page-excerpt-slide h2 a, .page-excerpt-slide h4 a {
    color: #ffffff 
    !important;
    margin-bottom: 25px;
    min-height: 64px;
    font-family: "Oswald", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    display: block;

}
.page-excerpt-slide h2, .page-excerpt-slide h4 {
    color: #ffffff 
    !important;
    margin-bottom: 25px;
    min-height: 64px;

}
.page-excerpt-slide .page-thumb {
    height: 215px;
    overflow: hidden;
}
.page-excerpt-slide:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Thumbnail */
.page-excerpt-slide .page-thumb img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
}
/* Title */
.page-excerpt-slide .page-title {
	font-size: 1.2rem;
	margin-top: 10px;
}

/* Read More Button */
.page-read-more .button {
	display: inline-block;
	background: #0073aa;
	color: white;
	padding: 8px 12px;
	margin-top: 10px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.3s ease;
}

.page-read-more .button:hover {
	background: #005f8d;
}

/* Swiper navigation */
.swiper-pagination {
	margin-top: 15px;
	text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #0073aa;
}

/* Responsive fallback layout when carousel is disabled */
.page-carousel.no-swiper .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.page-carousel.no-swiper .swiper-slide {
	width: 100%;
	flex: 1 1 calc(100% - 20px);
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.page-carousel.no-swiper .swiper-slide {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (min-width: 1024px) {
	.page-carousel.no-swiper .swiper-slide {
		flex: 1 1 calc(33.33% - 20px);
	}
}

@media (min-width: 1280px) {
	.page-carousel.no-swiper .swiper-slide {
		flex: 1 1 calc(25% - 20px);
	}
}

.icons-box .swiper-wrapper .page-excerpt-slide:first-child {
    background: #003056;
}
.icons-box .swiper-wrapper .page-excerpt-slide:nth-child(2) {
    background: #03417a;
}
.icons-box .swiper-wrapper .page-excerpt-slide:nth-child(3) {
    background: #00a1d9;
}
.icons-box .swiper-wrapper .page-excerpt-slide:nth-child(4) {
    background: #47d9bf;
}
.icons-box .swiper-wrapper {
    gap: 0 !important;
}

.icons-box .swiper-wrapper .page-excerpt-slide {
    gap: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

.icons-box .swiper-wrapper .page-excerpt-slide h2, .icons-box .swiper-wrapper .page-excerpt-slide h4 {
    color: #ffffff;
}
.content-info {
    position: absolute;
    z-index: 555;
    left: 50%;
    top: 50%;
    background: rgb(0 0 0 / 28%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px;
    width: 100%;
    max-width: 565px;
}
.page-excerpt-slide {
    position: relative;
    height: 100%;
}

.swiper-slide {
	width: 100%;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

.content-info h3 {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 400;
    text-transform: uppercase;
}
.content-info h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}
.content-info p {
    color: #ffffff;
    margin-bottom: 30px;
}