/* Main container styles */
.v008f .bodyButton {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
	align-items: flex-start;
	height: 100%;
}

.v008f .swiper-wrapper {
    height: 100% !important;
}
.v008f .swiper-slide{
    height: auto;
}
.v008f .tabsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    justify-self: center;
    align-self: center;
    max-width: 100%;
}
@media screen and (max-width: 1024px) {
    .v008f .tabsContainer {
        display: block;
    }
}
.v008f .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;
}

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

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

@media screen and (max-width: 767px) {
	.v008f .tab-contents, .v008f .pagination{
/* 		padding-right: 20px; */
/* 		padding-left: 20px; */
	}
	

	
}
	

/* Tabs container */
.v008f .tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow-x: scroll;
    /* hide scrollbar */
    -ms-overflow-style: none;  
    scrollbar-width: none;
    justify-content: flex-start;
}


/* Individual tab style */
.v008f .tab {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 0;
    background: transparent;
    background-color: var(--e-global-color-primar, #FFFFFF);
    border: 1px solid var(--e-global-color-secondary, #FFFFFF);
    border-radius: 999px;

    transition: width 0.3s ease-in-out; /* Smoothly animate width */
}

/* Active tab styling */
.v008f .tab.active{
	background-color: var(--e-global-color-primary);
}
.v008f .tab.active .tab-label h3{
    color: #FFFFFF;
}

/* Hover and focus */
.v008f .tab:not(.active):hover, 
.v008f .tab:not(.active):focus{
	background-color: #E9EBF8;
}
.v008f .tab:not(.active):hover .tab-label h3, 
.v008f .tab:not(.active):focus .tab-label h3{
	color: var(--e-global-color-text);
}

/* Tab label container */
.v008f .tab-label {
    display: flex;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: auto; /* Allow it to expand naturally */
}

/* Label text style */
.v008f .tab-label h3 {
    font-size: var(--theme-font-size-button-tex, 14px);
    font-style: var(--theme-font-style-button-text);
    font-weight: var(--theme-font-weight-button-tex, 400);
	line-height: var(--theme-line-height-button-tex, 21px);
    white-space: nowrap;
}

/* Content container styles */
.v008f .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 */
.v008f .tab-contents .content.active {
    display: block;
    opacity: 1;
}

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

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

/* Main heading in content */
.v008f .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 */
.v008f .subHeading_body {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
	height: 100%;
}

/* Subheading style */
.v008f .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 */
.v008f .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 */
.v008f .content-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

/* Entire .v008f */
.v008f{
    font-family: "Lexend Deca" !important;
}
/* Section title */
.v008f .section-title h2{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.v008f .tabsContainer .left{
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 1024px) {
    .v008f .tabsContainer .left{
        flex-direction: column;
    }
    .v008f .view-button{
        display: none;
    }
}

.v008f .view-button{
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-wrap: nowrap;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


/* Swiper overwrite */

.v008f .swiper{
    padding: 10px;
}