/* Quick Links Section */
.quick-links-section {
	position: relative;
	z-index: 5;
	margin-top: -30px;
	padding-bottom: 30px;
}

/* Shift slider dots up to avoid overlap with cards and keep behind navbar on scroll */
.slider-section .tns-nav {
	bottom: 100px !important;
	z-index: 2 !important;
}

.quick-links-row {
	margin-bottom: 40px;
}

.quick-link-card {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid #f1f5f9;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.quick-link-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(108, 197, 155, 0.15);
	border-color: rgba(108, 197, 155, 0.2);
}

.quick-link-icon-wrapper {
	margin-bottom: 18px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quick-link-card:hover .quick-link-icon-wrapper {
	transform: scale(1.1);
}

.quick-link-title {
	font-size: 15px;
	font-weight: 800;
	color: #1e293b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	transition: color 0.3;
}

.quick-link-card:hover .quick-link-title {
	color: var(--theme-primary);
}

/* Welcome Section */
.welcome-director-section {
	padding: 90px 0 140px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.welcome-bg-shape {
	position: absolute;
	top: -10%;
	left: -5%;
	width: 30%;
	opacity: 0.03;
	z-index: 0;
	pointer-events: none;
}

.welcome-text-wrapper {
	z-index: 1;
	position: relative;
}

.welcome-badge {
	font-size: 16px;
	font-weight: 700;
	color: #0B5C3B;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 18px;
	display: inline-block;
	background: rgba(108, 197, 155, 0.16); /* Monochromatic minty green backdrop */
	border: 1px solid rgba(11, 92, 59, 0.15); /* Bottle green border */
	padding: 6px 20px;
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(11, 92, 59, 0.03);
}

.welcome-title {
	font-size: 48px;
	font-weight: 900;
	color: #0f172a;
	line-height: 1.25;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.5px;
}

.welcome-motto {
	font-size: 20px;
	font-weight: 700;
	color: #0B5C3B; /* Motto in Bottle Green */
	margin-bottom: 28px;
	line-height: 1.6;
	border-left: 4px solid #0B5C3B;
	padding-left: 20px;
	font-style: italic;
}

.welcome-desc {
	font-size: 17px;
	line-height: 1.9;
	color: #475569;
	margin-bottom: 35px;
}

.welcome-director-info {
	margin-top: 30px;
	border-top: 1px solid #f1f5f9;
	padding-top: 20px;
	display: inline-block;
}

.welcome-director-name {
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 4px;
	font-family: 'Raleway', sans-serif;
}

.welcome-director-title {
	font-size: 16px;
	font-weight: 600;
	color: #64748b;
}

/* Director Image and Frame */
.director-column {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.director-img-wrapper {
	position: relative;
	text-align: center;
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}

.director-img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	border: 6px solid #ffffff;
}

.director-img:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

/* Accreditation Certificate Frame */
.accreditation-column {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.accreditation-wrapper {
	text-align: center;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}

.accreditation-img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 4px solid #ffffff;
}

.accreditation-img:hover {
	transform: translateY(-8px) rotate(1.5deg);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Core Services Section Styles */
.core-services-section {
	padding: 100px 0 80px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.ekg-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 40px;
	text-align: center;
}

.ekg-svg {
	width: 100%;
	height: auto;
	max-height: 180px;
}

.core-service-badge-wrapper {
	text-align: center;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.core-service-badge {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid rgba(108, 197, 155, 0.12);
	box-shadow: 0 10px 30px rgba(108, 197, 155, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.core-service-badge::before {
	content: '';
	position: absolute;
	inset: -6px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(108, 197, 155, 0.12) 0%, transparent 70%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.core-service-badge-wrapper:hover .core-service-badge {
	border-color: var(--theme-secondary);
	box-shadow: var(--theme-shadow-hover);
}

.core-service-badge-wrapper:hover .core-service-badge::before {
	opacity: 1;
}

.core-service-title {
	font-size: 17px;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	transition: color 0.3s ease;
}

.core-service-badge-wrapper:hover .core-service-title {
	color: var(--theme-primary);
}

/* Doctors Section styles */
#doctor .service-item {
	transition: all 0.3s ease-in-out;
}

#doctor .service-item:hover {
	background: var(--theme-gradient) !important;
	transform: translateY(-5px);
	box-shadow: var(--theme-shadow-hover);
}

#doctor .service-item:hover .doctor-image-wrapper {
	border-color: #ffffff !important;
	transform: scale(1.05);
}

#doctor .service-item:hover .specialty-badge {
	background: #ffffff !important;
	color: var(--theme-primary) !important;
}

/* Blog / Articles Section Premium Style */
.single-blog {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	border: 1px solid #f1f5f9;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
}

.single-blog:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(11, 92, 59, 0.12);
	border-color: rgba(11, 92, 59, 0.15);
}

.single-blog .blog-img {
	margin-bottom: 0 !important;
	overflow: hidden;
	position: relative;
}

.single-blog .blog-content {
	padding: 28px 24px;
}

.single-blog .blog-content h4 a {
	color: #1e293b;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 19px;
	line-height: 1.45;
	transition: color 0.3s ease;
	text-decoration: none;
}

.single-blog:hover .blog-content h4 a {
	color: #0B5C3B;
}

.single-blog .blog-content p {
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
	margin-bottom: 20px;
}

.single-blog .blog-content .read-more {
	font-size: 14px;
	font-weight: 700;
	color: #0B5C3B;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: color 0.3s ease;
}

.single-blog .blog-content .read-more i {
	margin-left: 6px;
	transition: transform 0.3s ease;
}

.single-blog:hover .read-more i {
	transform: translateX(4px);
}

/* ==========================================
   Premium Floating Explore Portal Widget
============================================ */
.explore-widget {
	position: fixed;
	bottom: 95px;
	right: 30px;
	z-index: 9999;
	font-family: 'Raleway', 'Inter', sans-serif;
}

/* Pulsing Launcher Button */
.explore-btn {
	background: linear-gradient(135deg, #0B5C3B 0%, #389B6D 100%) !important;
	color: #ffffff !important;
	border: none;
	outline: none;
	width: auto;
	height: 52px;
	padding: 0 24px;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(11, 92, 59, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.explore-btn i {
	font-size: 20px;
	margin-right: 10px;
	animation: spin-slow 8s linear infinite;
}

.explore-btn span {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* Breathing Pulse Ring Background */
.explore-btn::after {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 50px;
	border: 2px solid #0B5C3B;
	opacity: 0.8;
	animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	pointer-events: none;
}

.explore-btn:hover {
	transform: translateY(-4px) scale(1.03);
	box-shadow: 0 15px 35px rgba(11, 92, 59, 0.45);
	background: linear-gradient(135deg, #08432b 0%, #2d815a 100%) !important;
}

/* Expanded Card (Glassmorphism & Shadows) */
.explore-menu {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 320px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(11, 92, 59, 0.12);
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px) scale(0.95);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: bottom right;
}

.explore-menu.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.explore-menu-title {
	font-size: 16px;
	font-weight: 800;
	color: #0B5C3B;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Explore items inside the menu */
.explore-item {
	display: flex;
	align-items: center;
	padding: 12px;
	border-radius: 12px;
	color: #334155 !important;
	text-decoration: none !important;
	margin-bottom: 8px;
	background: rgba(11, 92, 59, 0.02);
	border: 1px solid transparent;
	transition: all 0.25s ease;
}

.explore-item:last-child {
	margin-bottom: 0;
}

.explore-item-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(11, 92, 59, 0.08);
	color: #0B5C3B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-right: 14px;
	transition: all 0.25s ease;
}

.explore-item-text {
	flex: 1;
}

.explore-item-name {
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 2px;
	display: block;
	transition: color 0.25s ease;
}

.explore-item-desc {
	font-size: 11px;
	color: #64748b;
	display: block;
}

/* Hover States inside Menu */
.explore-item:hover {
	background: #0B5C3B;
	border-color: rgba(11, 92, 59, 0.2);
	transform: translateX(-4px);
}

.explore-item:hover .explore-item-icon {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.explore-item:hover .explore-item-name {
	color: #ffffff;
}

.explore-item:hover .explore-item-desc {
	color: rgba(255, 255, 255, 0.8);
}

/* Animations */
@keyframes pulse-ring {
	0% {
		transform: scale(0.95);
		opacity: 0.8;
	}
	100% {
		transform: scale(1.15);
		opacity: 0;
	}
}

@keyframes spin-slow {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* Responsive tweaks */
@media (max-width: 768px) {
	.explore-widget {
		bottom: 90px;
		right: 20px;
	}
	.explore-btn span {
		display: none;
	}
	.explore-btn i {
		margin-right: 0;
	}
	.explore-btn {
		width: 52px;
		height: 52px;
		padding: 0;
	}
	.explore-btn::after {
		border-radius: 50%;
	}
	.explore-menu {
		width: 280px;
		right: 0;
	}
}

/* Monochromatic Theme Button Gradient Upgrades */
.theme-btn {
	background: linear-gradient(135deg, #0B5C3B 0%, #389B6D 100%) !important;
	box-shadow: 0 8px 24px rgba(11, 92, 59, 0.2) !important;
	border: none !important;
	transition: all 0.3s ease-out 0s !important;
}

.theme-btn:hover {
	background: linear-gradient(135deg, #08432b 0%, #2d815a 100%) !important;
	box-shadow: 0 12px 30px rgba(11, 92, 59, 0.35) !important;
	transform: translateY(-3px) !important;
}
