/* Main container styles */
.v008e .content-wrapper{
    max-width: calc(1280px + (100vw - 1280px) / 2);
    align-self: end;
}
.v008e .bodyButton {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    height: 100%;
}

.v008e .swiper-wrapper {
    height: 100% !important;
}

.v008e .swiper-slide {
    height: auto;
}

.v008e .tabsContainer {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    justify-self: center;
    align-self: center;
}

@media screen and (max-width: 1366px) {
    .v008e .tabsContainer {
        padding: 0 50px 0 50px;
    }
}

@media screen and (max-width: 1024px) {
    .v008e .tabsContainer {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .v008e .tabsContainer {
        padding: 0 0 0 20px;
        gap: 0px
    }
}

.v008e .bodyButton a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    border: none;
    padding: 12px 0;
    color: var(--e-global-color-primary, #000000);

    /* Button Text */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */

    align-self: flex-end;
}

.v008e .bodyButton button:hover,
.v008e .bodyButton button:focus {
    background-color: transparent
}

.v008e.parent-container {
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

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

    .v008e .tab-contents,
    .v008e .pagination {
        /* 		padding-right: 20px; */
        /* 		padding-left: 20px; */
    }



}


@media screen and (max-width: 1024px) {
    .v008e .tab-contents {
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .v008e .tab-contents {
        padding-left: 20px;
    }
}

*/

/* Content container styles */
.v008e .tab-contents .content {
    display: none;
    /* Hide by default */
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    row-gap: 24px;
    column-gap: 64px;
}

/* Active content display */
.v008e .tab-contents .content.active {
    display: block;
    opacity: 1;
}

/* Card container */
.v008e .content .card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    /* 	max-width: 200px; */
}

/* Left content area */
.v008e .content .card .top {
    /*     flex: 1; */
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: flex-start;
    width: 100%;

}

/* Right content area */
.v008e .content .card .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    column-gap: 24px;
    width: 100%;
    /*     padding: 0 24px; */
    flex: 1;
}

/* Feature image style */
.v008e .bottom img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
}

/* Icon and heading container */
.v008e .icon_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    row-gap: 16px;
}

/* Large icon in content area */
.v008e .icon_heading img {
    /* 	object-fit: contain; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*     aspect-ratio: 4 / 3; */
    width: 100%;
}


/* Main heading in content */
.v008e .icon_heading h2 {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 48px */
    color: var(--e-global-color-primary);
}

/* Container for subheading and body text */
.v008e .subHeading_body {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    height: 100%;
    /* 	justify-content: space-between; */
}

/* Subheading style */
.v008e .subHeading_body h5 {
    color: var(--e-global-color-text);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size-h5);
    font-weight: var(--theme-font-weight-h5);
    line-height: var(--theme-line-height-h5);
    text-align: center;
}

/* Body text style */
.v008e .subHeading_body h4 {
    color: var(--e-global-color-primary);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size-h4);
    font-weight: var(--theme-font-weight-h4);
    line-height: var(--theme-line-height-h4);
    letter-spacing: var(--theme-letter-spacing-h4);
    text-align: center;
}



/* Content container */
.v008e .content-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

/* Swiper - pagination */
.v008e .swiper-pagination {
    position: relative;
    display: none;
    justify-content: center;
    margin-top: 20px;
    position: relative !important;
    top: 0 !important;
    margin-top: 24px !important;
}

@media only screen and (max-width:1024px) {
    .v008e .swiper-pagination {
        display: flex;
    }
}

.v008e .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: var(--e-global-color-primary, #2C7BC8);
    border: none;
    transition: all 0.3s ease;
}

.v008e .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary, #2C7BC8);
    width: 24px;
}

.v008e .navigation-container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    align-self: center;
}

/* Tablet: 769px–1024px */
/* @media (min-width: 769px) and (max-width: 1024px) {
    .v008e .navigation-container {
        padding-left: 40px;
    }
} */

/* Laptop: 1025px–1365px */
/* @media (min-width: 1025px) and (max-width: 1365px) {
    .v008e .navigation-container {
        padding-left: 50px;
    }
} */

/* Desktop: ≥1366px */
/* @media (min-width: 1366px) {
    .v008e .navigation-container {
        padding-left: calc((100vw - 1280px) / 2);
    }
} */

.v008e .navigation-container h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    color: var(--e-global-color-primary);
}

.v008e .navigation {
    display: none;
    position: relative;
}

.v008e .navigation.active {
    display: flex;
    justify-content: flex-end;
}

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

/* Generic styles for Swiper navigation buttons */
.v008e .swiper-button-next,
.v008e .swiper-button-prev {
    top: 25% !important;
    right: 0 !important;
    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;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

/* Previous button */
.v008e .swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/05/Arrow-left-1.svg');
    transform: translate(calc((0% + 16px) * -1), calc(0% - 0px));
    /* Move the button to the left by the width of the button and column gap btw buttons */
}

/* Next button */
.v008e .swiper-button-next {
    background-image: url('/wp-content/uploads/2025/05/Arrow-right-1.svg');
    /* transform: translate(calc((0% + 50px) * -1), calc(0% - 0px)); */
}

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

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