@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter Tight", sans-serif;
}
.accordianTab_wraper {
    position: relative;
}
.accordianTab_wraper > .container {
    max-width: 1064px;
    width: 100%;
}
.accordionTabFilter .accordion-header {
    margin: 0;
}
.accordionTabFilter .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #1A1B25;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: 0 0 0;
    transition: none;
}
.accordionTabFilter .accordion-item {
    margin: 0 0 16px;
    border-radius: 12px;
    transition: all 350ms ease;
    box-shadow: 0px 40px 48px 0px #1A1B250D;
    border: 0;
    background: #fff;
}
.accordionTabFilter .accordion-item .accorBox_bg {
    border: 4px solid #FFFFFF;
    border-radius: 12px;
    transition: all 350ms ease;
}
.accordionTabFilter .accordion-button::after {
    content: "";
    background-image: url(../images/plus.png);
}
.accordionTabFilter .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    top: 8px;
    position: relative;
    transform: rotate(0deg);
}
.accordionTabFilter .accordion-body{
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color:#818898;
    padding-top: 0;
    position: relative;
    top: -8px;
    min-height: 146px;
}
.accordionTabFilter .accordion-body p {
    margin-bottom: 0;
}
.accordionTabFilter .accordion-item:has(.collapse.show) .accorBox_bg,
.accordionTabFilter .accordion-item:has(.collapse.show) {
    background: #F8FAFB;
}
.accordionTabBanner img {
    transition: all 350ms ease;
    border-radius: 24px;
}
.accordionTabFilter .accordion-item .active_image {
    max-width: 508px;
    width: 100%;
    margin: 14px auto;
    display: none;
}

@media (max-width:767px) {
    .accordionTabFilter .accordion-item:has(.collapse.show) .active_image {
        display: block;
    }
}

/* -- Accordian Slider 01 -- */
.mentorSlider01 {
    position: relative;
}
.mentorSingle {
    width: 900px;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 50px 16px;
    display: flex;
    align-items: center;
    gap: 40px;
	background: linear-gradient(180deg, #F8FAFB 0%, #FFFFFF 100%);
	border: 4px solid #FFFFFF;
	box-shadow: 0px 40px 48px rgba(26, 27, 37, 0.05);
	border-radius: 16px;
}
.mentorSlider01 .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .mentorSingle {
    background: linear-gradient(180deg, #F8FAFB 0%, #FFFFFF 100%);
}
.mentorSingle .mentorImg {
    flex: 0 0 280px;
}
.mentorSingle .mentorImg img {
    border-radius: 10px;
}
.testimonial01Wraper .mentorImg img{
    border-radius: 50%;
}
.mentorCon img {
    margin-bottom: 20px;
}
.mentorCon h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: #1A1B25;
    margin: 0 0 10px;
}
.mentorCon p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27.9px;
}
.mentorCon h4 {
    color: #A4ACB9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

/* -- Accordian Slider 02 -- */
.testimonial02Wraper {
    position: relative;
}
.testimonial02Wraper .swiper-wrapper {
    align-items: center;
}
.mentorSingle02 {
    background: #F8FAFB;
    padding: 12px;
    border-radius: 24px;
    width: auto
}
.mentorCon02 {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 12px;
}
.mentorCon02 img {
    margin: 0 0 24px;
}
.mentorCon02 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27.9px;
    color: #1A1B25;
    border-bottom: 1px solid #ECEFF3;
    padding-bottom: 24px;
}
.mentorDesin {
    display: flex;
    align-items: center;
    gap: 16px;
	border-radius: 50%;
}
.mentorDesin img {
    margin-bottom: 0;
    max-width: 72px;
    width: 100%;
	border-radius: inherit;
}
.mentorDesin h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: #1A1B25;
    margin: 0;
}
.mentorEarn {
    padding: 10px 24px 10px 24px;
}
.mentorEarn h3 { 
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    color: #1A1B25;
    margin: 0 0 8px;
}
.mentorEarn p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21.7px;
    color: #818898;
    text-transform: uppercase;
    margin-bottom: 0;
}  


@media (max-width:575px) {
    .mentorDesin {
        flex-direction: column;
        align-items: flex-start;
    }
    .mentorDesin h4 {
        font-size: 20px;
    }
}


/* testimonial 1 navigation  */
.mentorCon > img{
margin-bottom: 24px;
}
.mentorCon h4{
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 155%;
	color: #A4ACB9; 
	margin-bottom: 0px;
}
.mentorCon h3{
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #1A1B25;
	margin-bottom: 8px
}
.mentorCon p{
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 155%;
	display: flex;
	align-items: center;
	color: #1A1B25;
	margin-bottom: 16px;
}
.slice_swiper-pagination {
    position: absolute;
    top: -132px;
    right: 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
	z-index: 99;
}
.slice_swiper-pagination_two{
	position: relative;
	width: 100%;
	margin-top: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
	z-index: 99;
}

.slice_button-prev_two,
.slice_button-next_two,
.slice_button-prev,
.slice_button-next{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	width: 52px;
	height: 52px;
	background: #FFFFFF;
	border: 1px solid #ECEFF3;
	box-shadow: 0px 1px 2px rgba(13, 13, 18, 0.06);
	border-radius: 12px;
}

@media(max-width: 1024px){
	.mentorSingle{
		width: auto;
	}
}
@media(max-width: 992px){
	.mentorSingle{
		gap: 25px
	}
	.mentorSingle .mentorImg {
		flex: 0 0 230px;
	}
	.mentorCon h3{
		font-size: 22px;
	}
	.mentorCon p{
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.mentorSingle .mentorImg img{
		max-width: 80%;
	}
	.mentorSingle{
		flex-direction: column;
	}
	.mentorCon h3 {
		font-size: 18px;
		line-height: 25px;
	}
	.mentorCon p{
		font-size: 16px;
		line-height: 26px;
	}
	.mentorSingle .mentorImg img{
		text-align: center; 
		width: 100%;
	}
	.slice_swiper-pagination{
		top: -66px;
	}
	.mentorSingle{
		padding: 20px 16px;
	}
	.mentorCon > img{
		width: 26px;
		margin-bottom: 15px;
	}
}