/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.client-p {
	font-size: 18px;
	text-align: center;
	padding: 10px 10px 25px 10px;
}

/* Custom CSS to add gaps around col-lg-3 columns */
.custom-gap .col-lg-3 {
	padding: 15px; /* Adjust the desired gap size here */
}

/* Custom CSS for white background */
.custom-gap .col-lg-3 .custom-column {
	background-color: #ffffff; /* Set the desired background color */
	border-radius: 5px; /* Optional: Add border-radius for rounded corners */
}

.testimonial {
	min-height: 500px;
}

.testimonial-desc {
	max-height: 200px;
	overflow: auto;
}

.testimonial-desc::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.testimonial-desc::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.testimonial-desc::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* Handle on hover */
.testimonial-desc::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.features-wrapper .in-feature h4 {
	margin-bottom: 6px;
	line-height: 26px;
}

.features-wrapper .in-feature-icon {
	transform: translate(0, -50%);
	top: 50%;
}

.features-area {
	padding: 10px 0;
	background: #f6f6f6 !important;
}

.wwd-img {
	text-align: center;
}

.wwd-img img {
	max-height: 281px;
	margin: 0 auto;
}

.services-area .in-service {
	min-height: 325px;
	-webkit-box-shadow: 0 0 10px rgba(3, 168, 243, 0.2);
	box-shadow: 0 0 10px rgba(3, 168, 243, 0.2);
}

.founder-img,
.why-img {
	text-align: center;
}

.founder-img img,
.why-img img {
	max-height: 375px;
	margin: 0 auto;
}

.in-service .in-service-transparenticon {
	display: none;
}

.theme-btn {
	border: 1px solid #03a8f3;
	border: 1px solid #03a8f3;
	background: #03a8f3;
	color: #fff;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 30px;
	font-weight: 600;
	color: #fff !important;
}

.theme-btn .fa {
	margin-left: 12px;
}

.client-list.custom-gap .col-lg-3 .custom-column {
	border: solid 1px #eeeeee;
}

.home-testimonial-area .testimonial-desc {
	max-height: 233px;
	min-height: 230px;
}

.home-blog-content {
	max-height: 312px;
	min-height: 310px;
}

.site-banner {
	position: relative;
}

/* .site-banner h1 {
	text-shadow: 0 3px 4px rgb(255 255 255 / 50%);
} */

.site-banner .see-more__arrow {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 10px);
	z-index: 1;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-play-state: running;
	animation-iteration-count: infinite;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
		opacity: 1;
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-10px);
	}
}

.homeheaderoverlap .header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
	/*background: rgb(255 255 255 / 40%);*/
}

.homeheaderoverlap .header-bottom {
	background: transparent;
}

.header.fixed {
	background: #fff;
	transition: all 0.5s ease-in-out 0s;
}

.clients-area .section-title {
	margin-bottom: 0;
}

.service-details-content,
.service-details-img {
	height: 100% !important;
}

.service-details-img img {
	height: 378px;
	object-fit: cover;
}

.shadow-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
}

@media (max-width: 1199px) {
	.sm-order-inherit .order-2 {
		order: inherit !important;
	}
}

@media (max-width: 776px) {
	.signature-flex {
		display: block !important;
	}
	.signature-flex > div + div {
		margin-top: 15px;
	}
	.site-banner {
		height: 70vh !important;
	}
	.services-details-area .container {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.custom-gap .col-lg-3 {
		width: 100%;
	}
}
