.slide_v8a{
	overflow: hidden;
}

.slide_v8a .sectionTitle{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
    max-width: 1224px;
    justify-self: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
	.slide_v8a .sectionTitle{
		padding: 0 50px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.slide_v8a .sectionTitle{
		padding: 0 40px;
	}
}
@media only screen and (max-width: 767px) {
	.slide_v8a .sectionTitle{
		margin-bottom: 20px;
		padding: 0 20px;
	}
}
.slide_v8a .sectionTitle > div{
	display: flex;
    flex-direction: row;
	column-gap: calc(48px / 2 + 8px);
	width: fit-content;
    height: 100%;
}


.slide_v8a .sectionTitle_title{
    color: var(--e-global-color-text);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size-h2);
    font-style: var(--theme-font-style-h2);
    font-weight: var(--theme-font-weight-h2);
    line-height: var(--theme-line-height-h2);
}

/* Swiper - visibility */
.slide_v8a .mySwiper {
    overflow: hidden;
}

@media only screen and (max-width:1366px) {
	.slide_v8a .mySwiper {
		padding-left: 50px;
	}
}
@media only screen and (max-width:1024px) {
	.slide_v8a .mySwiper {
		padding-left: 40px;
	}
}
@media only screen and (max-width:767px) {
	.slide_v8a .mySwiper {
		padding-left: 20px;
	}
}
.slide_v8a .swiper-slide{
    height: auto;
}
/* Card */
.slide_v8a .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    row-gap: 16px;
    padding: 24px 0px 0 0;
    border-radius: 16px;
    border: 2px solid var(--e-global-color-secondary);
    background-color: #fff;
    box-shadow: 10px 6px 11px 0px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

/* Top with image */
.slide_v8a .card .top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
	padding: 0 16px;
	row-gap: 8px;
}

/* Top with image */
.slide_v8a .card .top .icon_title{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 8px;
}

.slide_v8a .card .top .icon_title .icon{
    width: 24px;
    height: 24px;
    object-fit: contain;
    padding: 0px;
}

.slide_v8a .card .top .icon_title .title{
    color: var(--e-global-color-primary);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size-h3);
    font-style: var(--theme-font-style-h3);
    font-weight: var(--theme-font-weight-h3);
    line-height: var(--theme-line-height-h3);
}

.slide_v8a .card .top .subtitleContainer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    row-gap: 8px;
}   

.slide_v8a .card .top .subtitle{
    color: var(--e-global-color-text);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size-body-sm);
    font-style: var(--theme-font-style-body-sm);
    font-weight: var(--theme-font-weight-body-sm);
    line-height: var(--theme-line-height-body-sm);
}

.slide_v8a .card .top .viewMore{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.slide_v8a .card .top .viewMore .viewMoreButton{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    column-gap: 8px;
    color: var(--e-global-color-primary);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size-button-text);
    font-style: var(--theme-font-style-button-text);
    font-weight: var(--theme-font-weight-button-text);
    line-height: var(--theme-line-height-button-text);
}

.slide_v8a .card .top .viewMore .viewMoreButton svg{
    width: 10px !important;
    height: auto;
}

.slide_v8a .card:hover .top .viewMore .viewMoreButton{
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.slide_v8a .card:hover .top .viewMore .viewMoreButton svg path{
    stroke: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}

.slide_v8a .bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    height: auto;
}

.slide_v8a .bottom .thumbnail{
    width: 100%;
    height: 100%;
	display: flex;
}

.slide_v8a .bottom .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 16px 16px;
    object-position: bottom left;
}

/* Navigation buttons */
.slide_v8a.swiper-button-next::after,
.slide_v8a.swiper-button-prev::after {
    content: none;
    /* This removes the default arrow */
}

/* Generic styles for Swiper navigation buttons */
.slide_v8a.swiper-button-next,
.slide_v8a.swiper-button-prev {
	width: 48px;
    height: 48px;
    background-color: var(--e-global-color-primary, #003A4B) !important;
    border-radius: 50%;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* left: 100%; */
    /* top: 0; */
    /* right: 0; */
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0%, calc(50% - 0px));
}

/* Previous button */
.slide_v8a.swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/03/Vector-31-1.svg');
    /* transform: translateX(calc(48px + 16px) * -1); */
    /* Move the button to the left by the width of the button and column gap btw buttons */
}

/* Next button */
.slide_v8a.swiper-button-next {
    background-image: url('/wp-content/uploads/2025/03/Vector-31.svg');
}

/* Hide buttons on smaller screens */
@media only screen and (max-width:1024px) {

    .slide_v8a.swiper-button-next,
    .slide_v8a.swiper-button-prev {
        display: none !important;
    }
}

.slide_v8a .swiper-wrapper {
    padding: 0 0 10px 0px;
}
.slide_v8a .swiper-wrapper.extra{
   height: auto !important;
}
    


