﻿:root {
	--primary-blue: #6499ff;
	--dark-blue: #1e3a8a;
	--text-black: #111827;
	--text-gray: #6b7280;
	--bg-light-blue: #f0f7ff;
	--text-muted: #4b5563;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: var(--text-black);
	background-color: #ffffff;
	overflow-x: hidden;
}

.badge-pill {
	background-color: var(--bg-light-blue);
	color: #3b82f6;
	padding: 8px 16px;
	border-radius: 50px;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
}

.star-icon {
	color: #3b82f6;
	margin-right: 4px;
}

.hero-title {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.text-blue {
	color: #4b89ff;
}

.hero-description {
	font-size: 1.15rem;
	color: var(--text-gray);
	line-height: 1.6;
	max-width: 90%;
}

.btn-primary-custom {
	background: linear-gradient(90deg, #538bff, #73a4ff);
	border: none;
	color: white;
	padding: 14px 28px;
	border-radius: 12px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(83, 139, 255, 0.3);
}

	.btn-primary-custom:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 20px rgba(83, 139, 255, 0.4);
		color: white;
	}

.btn-outline-custom {
	background: transparent;
	border: 1px solid #e5e7eb;
	color: var(--text-black);
	padding: 14px 32px;
	border-radius: 12px;
	font-weight: 600;
	transition: 0.3s;
}

	.btn-outline-custom:hover {
		background: #f9fafb;
	}

.stats-row {
	max-width: 400px;
}

.stat-item h2 {
	font-weight: 800;
	margin-bottom: 2px;
	font-size: 1.5rem;
}

.stat-item p {
	color: var(--text-gray);
	font-size: 0.85rem;
	margin-bottom: 0;
}

.hero-image-wrapper {
	padding-left: 20px;
}

.rounded-large {
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.floating-results-card {
	position: absolute;
	bottom: -20px;
	left: 0;
	background: white;
	padding: 20px 30px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

	.floating-results-card h5 {
		font-weight: 800;
		margin-bottom: 2px;
		font-size: 1rem;
	}

	.floating-results-card p {
		color: var(--text-gray);
		font-size: 0.85rem;
		margin-bottom: 0;
	}

@media (max-width: 991px) {
	.hero-title {
		font-size: 1.4rem;
	}

	.hero-image-wrapper {
		padding-left: 0;
		margin-top: 20px;
	}

	.hero-description {
		font-size: 0.85rem;
		max-width: 100%;
	}

	.floating-results-card {
		padding: 12px 20px;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 180px;
		text-align: center;
	}

	.stats-row {
		background: #fdfdfd;
		padding: 10px 0;
		border-radius: 12px;
	}

	.stat-item h2 {
		font-size: 1.1rem;
	}

	.stat-item p {
		font-size: 0.75rem;
	}
}


.intro-seo-section {
	background-color: #fdfdfd;
}

.intro-seo-title {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.1;
	color: #0f172a;
}

.intro-section-para {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #475569;
}

.intro-service-highlights {
	background-color: #f0f7ff;
	border-left: 5px solid #3b82f6;
	font-weight: 600;
	color: #1e40af;
}

.intro-benefit-card {
	background: linear-gradient(145deg, #ffffff, #f8fafc);
	border: 1px solid #e2e8f0;
}

.activity-icon {
	width: 32px;
	height: 32px;
	background: #3b82f6;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-right: 15px;
	flex-shrink: 0;
}

.activity-item span {
	font-weight: 700;
	color: #1e293b;
	font-size: 1.05rem;
}

.intro-final-cta {
	border-left: 4px solid #10b981;
}

	.intro-final-cta strong {
		color: #0f172a;
	}



@media (max-width: 991px) {
	.intro-seo-section {
		padding: 60px 0;
	}

	.intro-seo-title {
		font-size: 1.4rem;
		text-align: center;
		margin-top: 50px;
	}

	.intro-section-para {
		text-align: center;
		font-size: 0.75rem;
		padding-left: 10px;
		padding-right: 10px;
	}

	.intro-benefit-card {
		margin-top: -3rem;
	}

	.intro-seo-section {
		margin-top: -100px;
	}

	.highlights {
		font-size: 0.75rem;
	}

	.intro-activity-list-p {
		font-size: 0.85rem;
	}

	.intro-final-cta {
		font-size: 0.75rem;
	}

	.intro-final-cta-p {
		font-size: 0.75rem;
	}
}


.page-content-gfc-discovery {
	background-color: #fcfdfe;
}


.page-content-gfc-definition-box {
	background: #ffffff;
	border: 1px solid #eef2f6;
}

.page-content-gfc-heading {
	font-weight: 800;
	color: var(--dark-blue);
	font-size: 2.2rem;
}

.page-content-gfc-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: var(--text-gray);
}

.page-content-process-mini-step {
	border-left: 4px solid var(--primary-blue) !important;
}

.step-num {
	width: 35px;
	height: 35px;
	background: var(--primary-blue);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	flex-shrink: 0;
}

.page-content-highlight-item {
	background: white;
	padding: 18px 22px;
	border-radius: 15px;
	border: 1px solid #edf2f7;
	display: flex;
	align-items: center;
	gap: 15px;
	height: 100%;
	transition: 0.3s;
}

	.page-content-highlight-item:hover {
		border-color: var(--primary-blue);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	}

	.page-content-highlight-item i {
		color: var(--primary-blue);
		font-size: 1.25rem;
		width: 25px;
		text-align: center;
	}

	.page-content-highlight-item span {
		font-weight: 600;
		font-size: 0.95rem;
		color: var(--text-black);
	}

.page-content-highlight-featured {
	background: var(--bg-light-blue);
	border-color: rgba(59, 130, 246, 0.2);
}

@media (max-width: 991px) {
	.page-content-gfc-heading {
		font-size: 1.75rem;
	}

	.page-content-gfc-discovery {
		padding: 40px 0;
	}

	.page-content-gfc-heading {
		font-size: 1.5rem;
	}

	.page-content-gfc-text {
		font-size: 0.75rem;
	}

	.page-content-gfc-discovery {
		margin-top: -70px;
	}

	.page-content-process-mini-step-p {
		font-size: 0.8rem;
	}

	.page-content-highlight-item span {
		font-size: 0.7rem;
	}

	.page-content-highlight-item {
		font-size: 0.7rem;
	}

	.highlights-headding {
		font-size: 1.2rem;
		margin-left: 20px;
	}
}

:root {
	--primary-theme: #3b82f6;
	--text-main: #111827;
	--text-muted: #6b7280;
}

.procedure-section-padding {
	padding: 60px 0;
}

.procedure-section-title {
	font-size: 2.2rem;
	font-weight: 800;
}

.step-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 10px;
}

.step-desc,
.benefit-box p,
.section-subtitle-text {
	font-size: 0.95rem;
	color: var(--text-muted);
}

.step-wrapper {
	text-align: center;
	padding: 15px;
	background: #f9fafb;
	border-radius: 15px;
	height: 100%;
}

.step-number {
	width: 40px;
	height: 40px;
	background: var(--primary-theme);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 800;
}

.benefit-box {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}

	.benefit-box i {
		color: var(--primary-theme);
		width: 20px;
		text-align: center;
	}

@media (max-width: 767px) {
	.procedure-section-padding {
		padding: 35px 0;
	}

	.procedure-section-title {
		font-size: 1.5rem !important;
		margin-bottom: 15px !important;
	}

	.step-title {
		font-size: 0.9rem;
	}

	.step-desc,
	.benefit-box p,
	.section-subtitle-text {
		font-size: 0.75rem !important;
		line-height: 1.4;
	}

	.step-wrapper {
		padding: 10px;
	}

	.step-number {
		width: 30px;
		height: 30px;
		font-size: 0.8rem;
	}

	.benefit-box {
		padding: 10px;
	}
}

.procedure-section-padding {
	padding: 60px 0;
}

.bg-light {
	background-color: #f9fafb;
}

.procedure-section-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--text-dark);
}

.card-heading {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--text-dark);
}

.clinic-expertice-card-para,
.custom-list li {
	font-size: 0.95rem;
	color: var(--text-muted);
	line-height: 1.6;
}

.clinic-expertice-content-card {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	border: 1px solid #e5e7eb;
}

.theme-icon {
	font-size: 1.8rem;
	color: var(--primary-theme);
}

.procedure-guide-accent-container {
	background: #eff6ff;
	border-right: 5px solid var(--primary-theme);
}

.custom-list {
	list-style: none;
	padding: 0;
}

	.custom-list li {
		padding-left: 25px;
		position: relative;
		margin-bottom: 12px;
	}

		.custom-list li::before {
			content: "\f00c";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			position: absolute;
			left: 0;
			color: var(--primary-theme);
		}

@media (max-width: 767px) {
	.procedure-section-padding {
		padding: 30px 0;
	}

	.procedure-section-title {
		font-size: 1.5rem !important;
		margin-bottom: 15px !important;
	}

	.card-heading {
		font-size: 1rem;
	}

	.clinic-expertice-card-para,
	.custom-list li,
	.section-subtitle-text {
		font-size: 0.75rem !important;
		line-height: 1.5;
	}

	.clinic-expertice-content-card {
		padding: 15px;
	}

	.theme-icon {
		font-size: 1.4rem;
	}
}

.bg-primary-theme {
	background-color: var(--primary-theme);
}

.border-primary-left {
	border-left: 5px solid var(--primary-theme) !important;
}

.icon-list {
	list-style: none;
	padding: 0;
}

	.icon-list li {
		display: flex;
		gap: 12px;
		margin-bottom: 15px;
		font-size: 0.95rem;
		color: var(--text-muted);
	}

	.icon-list i {
		color: var(--primary-theme);
		margin-top: 4px;
	}

.step-badge {
	width: 28px;
	height: 28px;
	background: var(--primary-theme);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: bold;
	flex-shrink: 0;
}

.summary-box {
	background: #fff;
}

@media (max-width: 767px) {
	.procedure-section-title {
		font-size: 1.5rem !important;
		line-height: 1.2;
	}

	.clinic-expertice-card-para,
	.icon-list li,
	.cta-banner p,
	.summary-box p {
		font-size: 0.75rem !important;
		line-height: 1.5;
	}

	.step-badge {
		width: 22px;
		height: 22px;
		font-size: 0.7rem;
	}

	.clinic-expertice-content-card {
		padding: 20px;
	}
}


.enquiry-card {
	display: flex;
	max-width: 1000px;
	margin: 15px auto;
	gap: 20px;
	padding: 10px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.card-left {
	flex: 1.6;
	background: #0f172a;
	color: white;
	border-radius: 16px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.badge {
	color: #3b82f6;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.card-left h2 {
	font-size: 1.6rem;
	margin: 8px 0;
	letter-spacing: -0.5px;
}

.carousel-viewport {
	position: relative;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	margin: 10px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.slide {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

	.slide.active {
		display: block;
		animation: fade 0.5s ease-in-out;
	}

.carousel-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 8px;
	box-sizing: border-box;
}

.nav-arrow {
	background: rgba(0, 0, 0, 0.3);
	color: white;
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.2s;
}

	.nav-arrow:hover {
		background: #3b82f6;
	}

.card-footer p {
	font-size: 11px;
	color: #64748b;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 12px;
}

.card-right {
	flex: 1;
	background: #ffffff;
	padding: 25px;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #f1f5f9;
}

	.card-right h3 {
		font-size: 1.3rem;
		color: #1e293b;
		margin: 0;
	}

	.card-right p {
		font-size: 0.85rem;
		color: #64748b;
		margin-bottom: 15px;
	}

.input-group {
	margin-bottom: 12px;
}

	.input-group label {
		display: block;
		font-size: 10px;
		font-weight: 700;
		color: #334155;
		margin-bottom: 4px;
		text-transform: uppercase;
	}


	.input-group input,
	.input-group select,
	.input-group textarea {
		width: 100%;
		padding: 10px 12px;
		border: 1px solid #e2e8f0;
		border-radius: 6px;
		background: #fcfcfc;
		font-size: 13px;
		outline: none;
		box-sizing: border-box;
		transition: border-color 0.2s;
	}

		.input-group input:focus,
		.input-group select:focus {
			border-color: #3b82f6;
		}

.submit-btn {
	width: 100%;
	background: #2563eb;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 6px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.2s;
}

	.submit-btn:hover {
		background: #1d4ed8;
	}

.d-none {
	display: none !important;
}


@media (max-width: 850px) {
	.enquiry-card {
		flex-direction: column;
		padding: 10px;
	}

	.card-left,
	.card-right {
		padding: 20px;
	}

	.mobile-h2,
	.mobile-h3 {
		font-size: 1.5rem !important;
	}

	.mobile-label,
	.mobile-p {
		font-size: 0.7rem !important;
		color: #0091df !important;
	}

	.carousel-viewport {
		height: 200px;
	}

	.enquiry-card {
		margin-top: -70px;
	}
}

@keyframes fade {
	from {
		opacity: 0.7;
	}

	to {
		opacity: 1;
	}
}

.faq-section {
	background-color: #ffffff;
}

.custom-accordion .accordion-item {
	border: 1px solid #eef2f6;
	border-radius: 12px !important;
	overflow: hidden;
	transition: 0.3s;
}

.custom-accordion .accordion-button {
	font-weight: 700;
	color: var(--dark-blue);
	padding: 20px;
	background: #fff;
	box-shadow: none;
}

	.custom-accordion .accordion-button:not(.collapsed) {
		color: var(--primary-blue);
		background-color: var(--bg-light-blue);
	}

.custom-accordion .accordion-body {
	color: var(--text-gray);
	font-size: 0.95rem;
	line-height: 1.6;
	background: #fff;
}

.faq-main-img {
	border: 8px solid #fff;
	transform: rotate(2deg);
	transition: 0.5s;
}

.faq-image-wrapper:hover .faq-main-img {
	transform: rotate(0deg);
}

@media (max-width: 991px) {
	.faq-header .section-title {
		font-size: 1.5rem !important;
	}

	.custom-accordion .accordion-button {
		font-size: 0.9rem;
		padding: 15px;
	}

	.custom-accordion .accordion-body {
		font-size: 0.75rem !important;
	}

	.faq-floating-badge {
		display: none;
	}

	.faq-main-img {
		transform: none !important;
		border-width: 4px;
	}
}

:root {
	--clinic-primary: #008eb3;
	--clinic-dark: #004d61;
	--text-main: #1a2b48;
	--text-muted: #6c7a87;
	--glass-bg: rgba(255, 255, 255, 0.9);
}

.specialist-carousel-section {
	padding: 100px 0;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
	overflow: hidden;
}

.carousel-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.doctors-carousel-header {
	text-align: center;
	margin-bottom: 60px;
}

.carousel-subtitle {
	color: var(--clinic-primary);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 0.8rem;
	margin-bottom: 10px;
}

.carousel-main-title {
	color: var(--clinic-dark);
	font-weight: 800;
	font-size: 2.5rem;
}

.title-underline {
	width: 60px;
	height: 4px;
	background: var(--clinic-primary);
	margin: 15px auto 0;
	border-radius: 10px;
}

.carousel-relative-wrapper {
	position: relative;
}

.carousel-track {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 30px;
	padding: 20px 0 50px;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 20px;
	-webkit-overflow-scrolling: touch;
}

	.carousel-track::-webkit-scrollbar {
		display: none;
	}

.doctor-card {
	flex: 0 0 calc(25% - 22.5px);
	min-width: 290px;
	scroll-snap-align: start;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-inner-wrap {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 77, 97, 0.06);
	border: 1px solid #edf2f6;
	height: 100%;
}

.doctor-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 50px rgba(0, 77, 97, 0.12);
}

.image-box-square {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
}

	.image-box-square img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.6s ease;
	}

.doctor-card:hover .image-box-square img {
	transform: scale(1.1);
}

.verified-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--glass-bg);
	backdrop-filter: blur(5px);
	padding: 6px 12px;
	border-radius: 50px;
	font-size: 0.7rem;
	font-weight: 800;
	color: var(--clinic-primary);
	z-index: 5;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.doctor-info-box {
	padding: 25px;
	text-align: center;
}

.dr-name {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--text-main);
	margin-bottom: 5px;
}

.dr-qual {
	font-size: 0.85rem;
	color: var(--clinic-primary);
	font-weight: 600;
	margin-bottom: 15px;
}

.dr-rating-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #f0f8fa;
	padding: 5px 15px;
	border-radius: 50px;
	margin-bottom: 25px;
}

.rating-num {
	font-weight: 800;
	font-size: 0.9rem;
	color: #1a2b48;
}

.rating-stars {
	color: #ffc107;
	font-size: 0.8rem;
	letter-spacing: 2px;
}

.dr-appointment-btn {
	width: 100%;
	background: linear-gradient(135deg, #008eb3 0%, #006b86 100%);
	color: #fff;
	border: none;
	border-radius: 14px;
	padding: 15px;
	font-weight: 700;
	transition: 0.3s;
	cursor: pointer;
}

.nav-control {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	border: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 10;
	color: var(--clinic-dark);
	font-weight: bold;
	cursor: pointer;
}

.prev {
	left: -22px;
}

.next {
	right: -22px;
}

@media (max-width: 768px) {
	.carousel-container {
		padding: 0 15px;
	}

	.carousel-main-title {
		font-size: 1.2rem;
	}

	.doctor-card {
		flex: 0 0 82%;
	}

	.carousel-track {
		scroll-padding-left: 15px;
		gap: 15px;
	}

	.nav-control {
		width: 38px;
		height: 38px;
		background: rgba(255, 255, 255, 0.95);
	}

	.prev {
		left: 5px;
	}

	.next {
		right: 5px;
	}

	.dr-name {
		font-size: 1rem;
	}

	.dr-qual {
		font-size: 0.8rem;
	}

	.dr-appointment-btn {
		font-size: 0.8rem;
		padding: 10px;
	}

	.carousel-relative-wrapper {
		margin-top: -50px;
		margin-bottom: -100px;
	}

	.doctors-carousel-header {
		margin-top: -70px;
	}
	

}

.header-container {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 999;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
padding:10px 0;
}

.header-logo img{
height:80px;
}

.nav-list{
display:flex;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

.nav-list a{
text-decoration:none;
color:#222;
font-weight:600;
font-size:15px;
}

.header-actions{
display:flex;
gap:15px;
align-items:center;
}

.call-btn{
background:#f5f5f5;
padding:8px 14px;
border-radius:30px;
text-decoration:none;
color:#000;
font-weight:600;
}
.whatsapp-float-alt {
	position: fixed;
	bottom: 2rem;
	left: 1.5rem;
	background-color: rgb(34, 197, 94);
	color: white;
	width: max-content;
	/*height: 64px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	z-index: 1050;
	/*padding: 20px;*/
	border-radius: 24px;
	/*gap: 0.5rem;*/
	text-decoration: none;
	transition: 0.3s;
}
.book-btn{
background:#0d6efd;
color:#fff;
padding:10px 18px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

.menu-toggle{
display:none;
background:none;
border:none;
font-size:26px;
}

@media(max-width:991px) {

	.header-menu {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.header-actions {
		display: none;
	}
}
.site-footer {
	background: #f3f6f8;
	padding: 40px 0 20px;
}

.quick-link-heading h3 {
	font-size: 26px;
	font-weight: 700;
}

.h-decor {
	width: 60px;
	height: 3px;
	background: #0d6efd;
	margin: 6px auto 0;
}

.quick-links a {
	text-decoration: none;
	font-weight: 600;
	color: #0d6efd;
	transition: 0.3s;
}

	.quick-links a:hover {
		color: #0a58ca;
	}

.footer-bottom {
	font-size: 14px;
	color: #444;
}

	.footer-bottom a {
		text-decoration: none;
		font-weight: 600;
		color: #0d6efd;
	}

.designed-by a {
	color: #0d6efd;
}

.dr-appointment-btn {
	display: inline-block;
	background-color: #0f8fa3;
	color: #fff;
	padding: 12px 24px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap; /* keeps text in one line */
}
/* Hide hamburger in desktop */
.menu-toggle {
	display: none;
}

/* Mobile Layout */
@media (max-width:768px) {

	/* Reduce header height */
	.header-inner {
		padding: 8px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/* Smaller logo */
	.header-logo img {
		height: 40px;
	}

	/* Show hamburger */
	.menu-toggle {
		display: block;
		font-size: 22px;
		background: none;
		border: none;
		cursor: pointer;
		margin-left: 5px;
	}

	/* Hide menu initially */
	.header-menu {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 15px 0;
		box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	}

		/* Show menu when active */
		.header-menu.active {
			display: block;
		}

	/* Vertical menu */
	.nav-list {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	/* Smaller buttons */
	.header-actions {
		display: flex;
		gap: 6px;
	}

	.call-btn {
		padding: 6px 10px;
		font-size: 12px;
		border-radius: 20px;
	}

	.book-btn {
		padding: 6px 12px;
		font-size: 12px;
		border-radius: 20px;
	}
}
/* ================= BODY GLOBAL ================= */

body {
	font-family: 'Plus Jakarta Sans',sans-serif;
	color: #111827;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

section {
	padding: 60px 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
}


/* ================= HERO SECTION ================= */

.hero-section {
	background: #f0f7ff;
	padding: 80px 0;
}

.hero-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
}

.text-blue {
	color: #6499ff;
}

.hero-description {
	font-size: 16px;
	color: #6b7280;
	margin-top: 15px;
}

.btn-primary-custom {
	display: inline-block;
	padding: 12px 28px;
	background: #6499ff;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}

.stats-row {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.stat-item {
	text-align: center;
}

	.stat-item h3 {
		font-size: 24px;
		margin: 0;
	}


/* ================= ENQUIRY CARD ================= */

.enquiry-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display: flex;
	overflow: hidden;
}

.card-left {
	width: 50%;
	background: #f8fafc;
	padding: 30px;
}

.card-right {
	width: 50%;
	padding: 30px;
}

.form-header {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.input-group {
	margin-bottom: 15px;
}

	.input-group input,
	.input-group textarea {
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 6px;
	}

.submit-btn {
	width: 100%;
	padding: 12px;
	background: #1e3a8a;
	color: #fff;
	border: none;
	border-radius: 6px;
}


/* ================= INTRO SECTION ================= */

.intro-seo-section {
	background: #ffffff;
}

.intro-seo-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.intro-section-para {
	color: #4b5563;
	line-height: 1.7;
}

.intro-benefit-card {
	background: #f9fafb;
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
}


/* ================= TREATMENTS SECTION ================= */

.dr-youth-opt-section {
	background: #f7fbff;
}

.dr-youth-opt-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

.dr-youth-opt-item-list {
	list-style: none;
	padding: 0;
}

	.dr-youth-opt-item-list li {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}

.dr-youth-opt-highlight-box {
	background: #6499ff;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
}


/* ================= ADVANCED TREATMENTS ================= */

.dr-mod-section {
	background: #fff;
}

.dr-mod-card {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 25px;
	transition: 0.3s;
}

	.dr-mod-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 20px rgba(0,0,0,0.08);
	}

.dr-mod-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}

.dr-mod-subtitle {
	font-size: 20px;
	font-weight: 600;
}


/* ================= DOCTORS SECTION ================= */

.specialist-carousel-section {
	background: #f9fafb;
}

.doctor-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.image-box-square img {
	width: 100%;
	display: block;
}

.doctor-info-box {
	padding: 20px;
	text-align: center;
}

.dr-name {
	font-size: 18px;
	font-weight: 600;
}

.dr-qual {
	color: #6b7280;
	font-size: 14px;
}

.dr-appointment-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	background: #6499ff;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}


/* ================= FAQ SECTION ================= */

.faq-section {
	background: #ffffff;
}

.faq-header {
	text-align: center;
	margin-bottom: 30px;
}

.custom-accordion .accordion-item {
	border: 1px solid #e5e7eb;
	margin-bottom: 10px;
	border-radius: 6px;
}

.custom-accordion .accordion-button {
	font-weight: 600;
}

.accordion-body {
	color: #4b5563;
}
/* ================= RESPONSIVE STYLES ================= */

/* ---------- Tablets (max 992px) ---------- */

@media (max-width:992px) {

	.hero-title {
		font-size: 34px;
	}

	.stats-row {
		flex-wrap: wrap;
		gap: 20px;
	}

	.enquiry-card {
		flex-direction: column;
	}

	.card-left,
	.card-right {
		width: 100%;
	}

	.dr-mod-card {
		margin-bottom: 20px;
	}
}


/* ---------- Mobile (max 768px) ---------- */

@media (max-width:768px) {

	section {
		padding: 40px 0;
	}

	.hero-section {
		text-align: center;
	}

	.hero-title {
		font-size: 28px;
	}

	.hero-description {
		font-size: 15px;
	}

	.stats-row {
		justify-content: center;
	}

	.stat-item {
		width: 45%;
	}

	.hero-image-wrapper img {
		width: 100%;
		margin-top: 25px;
	}

	.enquiry-card {
		border-radius: 8px;
	}

	.form-header {
		font-size: 20px;
	}

	.input-group input,
	.input-group textarea {
		font-size: 14px;
	}

	.submit-btn {
		padding: 10px;
	}

	.intro-seo-title {
		font-size: 24px;
	}

	.dr-youth-opt-title {
		font-size: 24px;
	}

	.dr-mod-title {
		font-size: 24px;
	}

	.dr-mod-card {
		padding: 20px;
	}

	.doctor-card {
		margin-bottom: 20px;
	}

	.dr-name {
		font-size: 16px;
	}

	.dr-qual {
		font-size: 13px;
	}

	.faq-header h2 {
		font-size: 24px;
	}
}


/* ---------- Small Mobile (max 480px) ---------- */

@media (max-width:480px) {

	.hero-title {
		font-size: 24px;
	}

	.stat-item {
		width: 100%;
	}

	.btn-primary-custom {
		width: 100%;
	}

	.input-group input,
	.input-group textarea {
		padding: 8px;
	}

	.submit-btn {
		font-size: 14px;
	}

	.dr-appointment-btn {
		width: 100%;
	}
}
/* ===== CONTACT SEO SECTION ===== */

.dr-seo-contact-section {
	padding: 80px 0;
	background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.dr-seo-title {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #1e3a8a;
}

/* CARD */

.dr-seo-card {
	background: #ffffff;
	padding: 35px 30px;
	border-radius: 14px;
	text-align: center;
	height: 100%;
	box-shadow: 0 10px 35px rgba(0,0,0,0.07);
	transition: all .35s ease;
	border: 1px solid #eef2f7;
	position: relative;
	overflow: hidden;
}

	.dr-seo-card:hover {
		transform: translateY(-8px);
		box-shadow: 0 18px 45px rgba(0,0,0,0.12);
	}

/* ICON */

.dr-seo-icon {
	font-size: 38px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background: linear-gradient(135deg,#6499ff,#1e3a8a);
	color: #fff;
	margin-bottom: 18px;
}

/* HEADING */

.dr-seo-heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111827;
}

/* TEXT */

.dr-seo-text {
	font-size: 15px;
	line-height: 1.7;
	color: #4b5563;
}

/* BUTTON */

.dr-seo-btn {
	display: inline-block;
	margin-top: 18px;
	padding: 10px 24px;
	border-radius: 6px;
	background: #1e3a8a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
}

	.dr-seo-btn:hover {
		background: #6499ff;
		color: #fff;
	}


/* ===== RESPONSIVE ===== */

@media (max-width:992px) {

	.dr-seo-title {
		font-size: 28px;
	}
}

@media (max-width:768px) {

	.dr-seo-contact-section {
		padding: 60px 0;
	}

	.dr-seo-title {
		font-size: 24px;
		margin-bottom: 35px;
	}

	.dr-seo-card {
		padding: 28px 22px;
	}

	.dr-seo-icon {
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size: 30px;
	}
}

@media (max-width:480px) {

	.dr-seo-title {
		font-size: 22px;
	}

	.dr-seo-btn {
		width: 100%;
	}
}