/* ----Orthopaedic Section---- */

#orthopaedic-section {
	padding: 100px 0px;
}

.orthopaedic-detail h2 {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 15px;
	text-align: center;
}

.orthopaedic-detail p {
	color: #696969;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin: 0 0 10px;
}
/* .service-inner {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	width: 48%;
	display: flex;
	align-items: baseline;
}

.service-inner i {
	font-size: 40px;
	color: #09c3e7;
	float: left;
}

.icon-details {
	padding: 0px;
	margin-left: 35px;
}

.icon-details h3 {
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
	color: #09c3e7;
}

.icon-details p {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
	color: #696969;
} */

/* ----Section About---- */

#section-about {
	/* margin-top: 50px; */
	margin-bottom: 50px;
}

.bg-profile {
	background-image: url('../images/jigarbhai-about-imge1.jpg');
	background-clip: border-box;
	background-attachment: scroll;
	background-origin: padding-box;
	background-repeat: no-repeat;
	left: 0px;
	height: 100%;
	z-index: 2;
	background-size: cover;
	width: 100%;
	background-position: -55px center, 0px center;
}

.section-padding {
	background-color: #f2f2f1;
}

.container-1 {
	padding-right: 15px;
	margin-right: auto;
}

.profile-desc {
	margin-bottom: 70px;
	padding-left: 80px;
}

.section-title {
	font-size: 35px;
	padding: 100px 0px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary-color);
	text-align: center;
}

.lead {
	color: #696969;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
}

/* ----Section Video---- */

#video-section {
	margin-bottom: 50px;
}

.videos-youtube {
	display: flex;
	flex-wrap: wrap;

	align-items: center;
}

.videos-youtube iframe {
	width: 33%;
	padding: 5px;
}

/* ----Section Skill---- */

/* #section-skill {
	background-color: #f2f2f1;
	padding: 100px 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.container-2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.skills-title {
	font-size: 30px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #566366;
	margin-bottom: 50px;
	font-weight: 700;
}

.skill-box {
	margin-bottom: 35px;
}

.skill-box label {
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 600;
	color: #566366;
}

.progress {
	height: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f2f2f1;
	border-radius: 0px;
	box-shadow: none;
}

.progress-bar {
	box-shadow: none;
	background-color: #09c3e7;
	text-align: right;
	font-weight: 700;
	font-size: 13px;
	padding-right: 10px;
	padding-top: 0px;
} */

/* ----Section Resume---- */

/* .section-resume {
	background-color: #f2f2f1;
	padding: 100px 0px;
	position: relative;
}

.heading-title {
	font-size: 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: #566366;
	margin-bottom: 50px;
	font-weight: 700;
}

.resume-p {
	color: #696969;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}

.section-resume::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: #f2f2f1;
	bottom: -25px;
	left: 48%;
	border-radius: 50%;
}

.resume-details {
	padding: 100px 0px;
}

.resume-inner {
	width: 90%;
}

.resume-title {
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: #566366;
}

.resume-inner p {
	color: #696969;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
}

.timeline-centered {
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
}

.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #f5f5f6;
	top: 20px;
	bottom: -40px;
	margin-left: 30px;
}

.timeline-entry {
	position: relative;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	clear: both;
}

.timeline-entry-inner {
	position: relative;
	margin-left: -20px;
}

.timeline-icon {
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 15px;
	float: left;
}

.timeline-label {
	position: relative;
	background: #f5f5f6;
	padding: 20px 30px;
	margin-left: 60px;
	border-radius: 3px;
	margin-bottom: 25px;
}

.timeline-title {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	color: #09c3e7;
	margin-top: 20px;
	margin-bottom: 10px;
}

.timeline-label p {
	color: #737881;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
}

.timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f6 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}

.timeline-entry .begin {
	margin-bottom: 0;
}

.timeline-entry-inner {
	position: relative;
	margin-left: -20px;
}

.timeline-plus-icon {
	background: #fff;
	color: #737881;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 15px;
	float: left;
}

.resume-btn {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 19px;
	border: 2px solid #09c3e7;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	color: #09c3e7;
	margin-top: 100px;
	margin-left: -50px;
}

.resume-btn:hover {
	background-color: #09c3e7;
	color: #fff;
	border-color: #09c3e7;
} */

/* ----Section Testimonial---- */

/* #carouselExampleDark {
	background: #f2f2f1;
	padding-bottom: 105px;
	padding: 100px 0px;
}

.testimonial-carousel {
	width: 50%;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

.carousel-indicators {
	bottom: -25px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-item p {
	color: #919191;
	font-style: italic;
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}

.client-name {
	color: #566366;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
} */

/* ----Section Portfolio---- */

#section-portfolio {
	padding: 100px 0px;
}

.section-heading {
	width: 80%;
	margin: 0 auto;
}

.portfolio-title {
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--primary-color);
	/* margin-top: 20px; */
}

.section-heading p {
	color: #696969;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
	text-align: start;
}

.portfolio-boxes {
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio-box {
	width: 20%;
}

.portfolio-box img {
	max-width: 80px;
}

.portfolio-detail {
	display: flex;
	align-items: center;
	align-content: center;
	padding: 20px;
}

/* .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
} */

/* .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

.portfolio-box h2 {
	color: var(--secondary-color);
	font-size: 14px;
	padding-top: 15px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-box:hover .portfolio-overlay {
	opacity: 1;
	/* background-color: rgba(8, 194, 230, 0.5); */
}

.portfolio-box:hover img {
	transform: scale(1.1);
}

.portfolio-box:hover .image-overlay {
	opacity: 1;
}

.image-overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(8, 194, 230, 0.8);
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a:link {
	color: #00d6ff;
	text-decoration: none;
	background-color: transparent;
}

.image-overlay a i {
	font-size: 50px;
	color: #fff;
	margin-top: 96px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.fa-arrows-alt:before {
	content: '\f0b2';
}

/* ----section-statistics---- */

#section-statistics {
	padding: 100px 0;
	background-color: var(--secondary-color);
}

.statistics-deatils {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-value {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.item-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

/* ----video section---- */

.video-padding {
	padding-top: 50px;
}

/* ----Doctor Gallery---- */

#doctor-section {
	padding: 50px 0;
	background-color: #f2f2f1;
}

.doctor-imges {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-rows: masonry;
	gap: 15px;
}

.doctor-img {
	cursor: pointer;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.doctor-img img {
	border-radius: 15px;
	width: 100%;
	display: block;
	object-fit: cover;
	min-height: 500px;
	max-height: 500px;
	transition: transform 0.6s ease, filter 0.4s ease;
}

.doctor-img:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.doctor-img:hover img {
	transform: scale(1.08);
	filter: brightness(1.15);
}
