.side-social-icons {
	position: fixed;
	z-index: 500;
	top: 20%;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.side-social-icons a {
	line-height: 40px;
	color: #fff;
	float: left;
	width: 40px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin: 0px;
	background: #9457A4;
}

.side-social-icons a:hover {
	background: #9457A4;
}

.top-left {
	font-weight: 900;
}

.top-nav {
	padding-top: 3.75px;
}

.nav-manu {
	padding-top: 14.72px;
}

/* services  */
.bg_color_1 {
	padding-top: 100px;
	padding-bottom: 100px;
	/* Light grey background */
}

.main_title h2 {
	text-transform: none;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	font-size: 32px;
}

.main_title hr {
	width: 12px;
	border: none;
	height: 2px;
	background: #222222;
	margin: 20px auto;
	position: relative;
}


.box_cat_home {
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
	display: block;
	text-align: center;
	padding: 1rem;
	background-color: white;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	height: 100%;
}

.box_cat_home:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.custom-service-img {
	max-width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.custom-service-font {
	margin-top: 1rem;
	font-size: 16px;
	font-weight: 700;
}

.box_cat_home p {
	padding: 0px;
	font-weight: 500;
	position: relative;
	max-width: 595px;
	margin: 0 auto;
	line-height: 24px;
	display: inline-block;
}

header .navbar li.active a:before {
	background: #9457A4;
}

header .navbar li a:before {
	background: #9457A4;
}

.sub-bnr .breadcrumb {
	background: #9457A4;
}

.counters li i {
	border: 1px solid #9457A4;
	color: #9457A4;
}

.news .news-post .date {
	background: #9457A4;
}

.news .news-post .post-info i {
	color: #9457A4;
}

.news .news-post .post-info a {
	color: #9457A4;
}

.testimonial .owl-controls .owl-dots div.active {
	border: 2px solid #9457A4;
	background: #9457A4;
}


.services article {
	margin-bottom: 40px;
}



.services article .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #9457A4;
	border-radius: 4px;
	color: #fff;
	font-size: 34px;
	margin-right: 10px;
	text-align: center;
	line-height: 68px;
	border: 1px solid;
	border-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.services article:hover .icon {
	border-color: #9457A4;
	color: #9457A4;
	background: #fff;
}

.services article h6 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 16px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.style-round article {
	text-align: center;
	padding: 0 25px;
}

.style-round article .icon {
	border-radius: 50%;
	height: 86px;
	width: 86px;
	line-height: 86px;
	margin-bottom: 30px;
}

/*=======================================================
			Department
========================================================*/

.department .nav-tabs {
	background: #9457A4;
	border: 2px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: nowrap; /* keep in one row */
	overflow-x: auto;  /* scroll on small screens */
	-webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
}

.department .nav-tabs::-webkit-scrollbar {
	height: 6px;
}

.department .nav-tabs::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.3);
	border-radius: 3px;
}

.department .nav-tabs::-webkit-scrollbar-track {
	background: transparent;
}

.department .nav-tabs li {
	flex: 0 0 auto; /* do not shrink, auto width */
	list-style: none;
	text-align: center;
	margin: 0;
}

.department .nav-tabs li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px;
	border: none !important;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	border-radius: 0px;
	line-height: 54px;
	padding: 0px 10px;
	white-space: nowrap; /* prevent breaking text */
}

.department .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
}

.department .nav-tabs li:hover a {
	background: #fcfcfc;
	color: #333333;
}

.department .nav-tabs li.active a {
	color: #333333;
	background: #fcfcfc;
}

/* Rest of your previous CSS remains the same */
.department .dep-sec-txt {
	padding: 50px 0 0 0;
	text-align: left;
}

.department .dep-sec-txt p {
	font-size: 15px;
	line-height: 26px;
}

.department .dep-sec-txt h5 {
	font-weight: 300;
	margin: 0px 0 20px 0;
}

.department .dep-sec-txt h5 span {
	font-weight: 400;
}

.department .doctor-img {
	position: relative;
}

.department .doctor-img img {
	border: 5px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.department .doctor-img .name-doc {
	padding: 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.department .doctor-img h6 {
	text-transform: uppercase;
	background: #fff;
	padding: 15px;
	margin: 0px;
	line-height: 22px;
}

.department .doctor-img span {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	margin-left: 10px;
}
