
.slider-wrapper {
	position: relative;
	overflow: hidden;
}

.slides-container {
	display: flex;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

.slide {
	width: 100%;
	height: 100%;
	flex: 1 0 100%;
}

.dots-container {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
}

.dot {
	width: 16px;
	height: 16px;
	border: 1px solid #8000ff;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 100ms;
}

.dot:hover,
.dot.active {
	opacity: 1;
}

.dot.active::after {
	content: "";
	display: flex;
	padding: 5px;
	border-radius: 50%;
	position: relative;
	top: 2px;
	left: 2px;
	width: 10px;
	background-color: #8000ff;
}

.party_logo img {
	width: 200px;
	margin: 0 auto;
}

.section-title .sub-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--vid-primary-color);
	display: block;
	margin-bottom: 10px;
}
/*  */
.vision-mission-area .lets-talk-content {
	margin-bottom: 40px;
}
.lets-talk-content .sub-title {
	color: #8000ff;
}
.about_media_v img {
	height: 400px;
	width: 100%;
	object-fit: contain;
}
.vision-mission-area {
	background-color: #f4f6fc;
}
.vision-mission-content {
	background: #ffffff;
	box-shadow: 0 4px 6px #11111a1a, 0 8px 21px #11111a0d;
    padding: 28px;
    text-align: justify;	
	margin-bottom: 24px;
	transition: transform 0.2s, box-shadow 0.3s;
}

.vision-mission-content:hover {
	transform: scale(1.01);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.vision-mission-content h2 {
	-webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #8000ff 8%, #000 83%);
    -webkit-background-clip: text;
    font-size: 32px; 
    line-height: 1.2;
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
}
.bg_bio_area {
	height: 200px;
	background-color: #8000ff;
}
.bg_bio_top {
	position: relative;
	margin-top: -100px;
	background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .11);
    border-radius: 5px;
}
.short-bios__box {
	position: relative;
	padding: 12px;
}
.profile__ceo p {
	line-height: 1.6;
}
.bios-icons-container {
	display: flex;
	list-style-type: none;
	width: 250px;
	justify-content: space-between;
	padding: 0px;
	margin-top: 30px;
}
.bios-icons-container  li img {
	width: 30px;
	height: 30px;
}
.single-team-box > .image > img {
	height: 350px;
	object-fit: contain;
}