/* ----------------------------------------------------------------
	Canvas: Doctors
-----------------------------------------------------------------*/


:root,.not-dark {
	--cnvs-themecolor: #0B3D91;
	--cnvs-themecolor-rgb: 11, 61, 145;


	--cnvs-themecolor-2: #64B5F6;
	--cnvs-themecolor-2-rgb: 100, 181, 246;

	--cnvs-color-yellow: #42A5F5;

	--cnvs-primary-font: 'DM Sans', Sans-Serif;
	--cnvs-body-font: 'Rubik', sans-serif;

	--cnvs-section-bg: #EEF4FB;
}

@media (min-width: 992px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(960px - 24px);
	}
}

@media (min-width: 1200px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(1140px - 24px);
	}
}

@media (min-width: 1400px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(1320px - 24px);
	}
}

.dark {
	--cnvs-header-sticky-bg: transparent;
	--cnvs-header-floating-bg: var(--cnvs-themecolor);
}

.slider-element {
	margin-top: -1px;
}

.bg-color-2,
.h-bg-color-2:hover {
	background-color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-color-2[class*=bg-opacity-],
.h-bg-color-2[class*=bg-opacity-]:hover {
	background-color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-bg-opacity, 1)) !important;
}

.color-2,
.h-color-2:hover {
	color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-text-opacity, 1)) !important;
}

.color-yellow,
.h-color-yellow:hover {
	color: var(--cnvs-color-yellow) !important;
}

#header {
	--cnvs-primary-menu-font-size: 1.125rem;
	--cnvs-primary-menu-font-weight: 400;
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 0;
	--cnvs-primary-menu-hover-color: var(--cnvs-themecolor-2);
	--cnvs-header-floating-top-offset: 0px;
}

/* ----------------------------------------------------------------
	Logo — no box, clean image only
-----------------------------------------------------------------*/

#header-wrap #logo img.focus-logo {
	height: 72px !important;
	width: auto;
	display: block;
	background: none;
	box-shadow: none;
	padding: 0;
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#header-wrap #logo {
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

/* Shrink on scroll */
#header.header-scrolled #header-wrap #logo img.focus-logo {
	height: 40px !important;
}

.hero-card {
	position: absolute;
	bottom: 10%;
}

@media (max-width: 991.98px) {
	.hero-card {
		position: relative;
		transform: none !important;
		margin-top: 20px;
		width: max-content !important;
	}
}

.bootstrap-select {
	position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}

.dropdown-menu {
	width: max-content;
	min-width: max-content;
}

.bootstrap-select .btn-light {
	--bs-btn-active-bg: transparent;
	--bs-btn-bg: transparent;
	--bs-btn-hover-bg: transparent;
	--bs-btn-border-width: 0;
	--bs-btn-focus-box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item.selected {
	background-color: var(--cnvs-section-bg);
	color: #111;
}

.hand-mobile-img {
	--cnvs-hand-mobile-img-size: 180px;
	--cnvs-hand-mobile-img-right: 0px;
    position: absolute;
	width: var(--cnvs-hand-mobile-img-size);
    height: var(--cnvs-hand-mobile-img-size);
    top: calc(-1 * var(--cnvs-hand-mobile-img-size));
    right: var(--cnvs-hand-mobile-img-right);
    z-index: -1;
	object-fit: contain;
}

@media (min-width: 992px) {
	.hand-mobile-img {
		--cnvs-hand-mobile-img-size: 280px;
		--cnvs-hand-mobile-img-right: 100px;
	}
}

.slider-gradient-bg {
	background-image: linear-gradient(90deg, #0B3D9115, #EEF4FB);
}

.services-categories {
	counter-reset: services-category-item-number;
}

.services-categories .services-category-item {
	position: relative;
}

.services-categories .services-category-item::before {
	position: absolute;
    z-index: 1;
    top: 5px;
    left: var(--bs-gutter-x);
	font-size: 80%;
	font-family: monospace;
	font-weight: bold;
    counter-increment: services-category-item-number;
    content: counter(services-category-item-number, decimal-leading-zero)".";
}


.services-categories .services-category-item a:hover {
	background-color: var(--cnvs-themecolor);
	color: rgba(255,255,255,0.6);
}

.services-categories .services-category-item a:hover h4 {
	color: #FFF;
}

.services-categories .services-category-item:hover::before {
	color: #FFF;
}

#categories-tab.nav-pills {
	--bs-nav-pills-link-active-bg: var(--cnvs-themecolor);
	gap: 10px;
}

#categories-tab .nav-link:not(.active) {
	background-color: var(--cnvs-themecolor-2);
}

.underliner {
    --cnvs-underliner-size: 50%;
	--cnvs-underliner-color: var(--cnvs-themecolor-2-rgb);
	--cnvs-underliner-opacity: 1;
}

.doctor-lists h4 {
	font-size: 1.125rem;
}

.doctor-lists small {
	font-size: 0.925rem;
	opacity: 0.7;
}

.widget-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--cnvs-themecolor);
	border-radius: 12px;
}

/* ----------------------------------------------------------------
	SEO Hero Section
-----------------------------------------------------------------*/

/* Background blobs */
.seo-hero {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.seo-hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	z-index: 0;
}
.seo-hero-blob-1 {
	width: 500px;
	height: 500px;
	background: rgba(11, 61, 145, 0.08);
	top: -100px;
	right: 10%;
}
.seo-hero-blob-2 {
	width: 380px;
	height: 380px;
	background: rgba(100, 181, 246, 0.12);
	bottom: -80px;
	left: 5%;
}

/* Badge */
.seo-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(11, 61, 145, 0.08);
	border: 1px solid rgba(11, 61, 145, 0.15);
	padding: 6px 16px;
	border-radius: 100px;
	font-size: 0.825rem;
	font-weight: 600;
	color: #0B3D91;
	letter-spacing: 0.02em;
}
.badge-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34D399;
	box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.3);
	animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
	0%, 100% { box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.3); }
	50% { box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.1); }
}

/* Heading */
.seo-hero-heading {
	font-size: clamp(2.4rem, 5vw, 3.75rem);
	line-height: 1.12;
	color: #0d1b3e;
	letter-spacing: -0.02em;
}
.seo-hero-gradient-text {
	background: linear-gradient(135deg, #0B3D91 0%, #2563eb 50%, #64B5F6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Subtext */
.seo-hero-sub {
	font-size: 1.1rem;
	line-height: 1.75;
	color: #475569;
	max-width: 480px;
}

/* Buttons */
.seo-btn-primary {
	background: linear-gradient(135deg, #0B3D91, #2563eb);
	color: #fff !important;
	padding: 14px 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 0.95rem;
	border: none;
	box-shadow: 0 8px 24px rgba(11, 61, 145, 0.3);
	transition: transform 0.2s, box-shadow 0.2s;
	display: inline-flex;
	align-items: center;
}
.seo-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(11, 61, 145, 0.4);
	color: #fff !important;
}
.seo-btn-ghost {
	background: transparent;
	color: #0B3D91 !important;
	padding: 13px 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 0.95rem;
	border: 2px solid rgba(11, 61, 145, 0.25);
	transition: border-color 0.2s, background 0.2s;
}
.seo-btn-ghost:hover {
	border-color: #0B3D91;
	background: rgba(11, 61, 145, 0.05);
}

/* Trust strip */
.seo-hero-trust {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.seo-trust-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.seo-trust-item strong {
	font-size: 1.4rem;
	font-weight: 800;
	color: #0B3D91;
	line-height: 1;
}
.seo-trust-item span {
	font-size: 0.75rem;
	color: #64748b;
	font-weight: 500;
}
.seo-trust-divider {
	width: 1px;
	height: 36px;
	background: rgba(11, 61, 145, 0.15);
}

/* RIGHT side — metric card layout */
.seo-hero-visuals {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 360px;
	z-index: 1;
}

.seo-metric-img {
	display: block;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.seo-metric-main {
	width: 220px;
	box-shadow: 0 16px 48px rgba(11, 61, 145, 0.2);
}

/* Central card */
.seo-metric-central {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	animation: float-center 4s ease-in-out infinite;
}

/* Floating cards */
.seo-metric-float {
	position: absolute;
	z-index: 2;
}
.seo-metric-float .seo-metric-img {
	width: 140px;
}

.seo-float-tl {
	top: 8%;
	left: 4%;
	animation: float-tl 4.5s ease-in-out infinite;
}
.seo-float-tr {
	top: 6%;
	right: 2%;
	animation: float-tr 5s ease-in-out infinite;
}
.seo-float-bl {
	bottom: 8%;
	left: 2%;
	animation: float-bl 5.5s ease-in-out infinite;
}
.seo-float-br {
	bottom: 8%;
	right: 2%;
	animation: float-br 4s ease-in-out infinite;
}

/* Glow ring */
.seo-glow-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(100, 181, 246, 0.18) 0%, transparent 70%);
	z-index: 1;
}

/* Float animations */
@keyframes float-center {
	0%, 100% { transform: translate(-50%, -50%) translateY(0px); }
	50% { transform: translate(-50%, -50%) translateY(-12px); }
}
@keyframes float-tl {
	0%, 100% { transform: translateY(0px) rotate(-3deg); }
	50% { transform: translateY(-10px) rotate(-1deg); }
}
@keyframes float-tr {
	0%, 100% { transform: translateY(0px) rotate(2deg); }
	50% { transform: translateY(-14px) rotate(4deg); }
}
@keyframes float-bl {
	0%, 100% { transform: translateY(0px) rotate(2deg); }
	50% { transform: translateY(-8px) rotate(0deg); }
}
@keyframes float-br {
	0%, 100% { transform: translateY(0px) rotate(-2deg); }
	50% { transform: translateY(-12px) rotate(-4deg); }
}

/* Mobile responsive */
@media (max-width: 991.98px) {
	.seo-hero {
		min-height: auto;
	}
	.seo-hero-visuals {
		min-height: 360px;
		margin-top: 20px;
	}
	.seo-metric-main {
		width: 170px;
	}
	.seo-metric-float .seo-metric-img {
		width: 110px;
	}
	.seo-glow-ring {
		width: 200px;
		height: 200px;
	}
}

.is-expanded-menu #header-wrap {
    position: fixed !important;
	top: 30px !important;
	transition: all .3s ease;;
}

.is-expanded-menu .sticky-header #header-wrap {
	top: 10px !important;
}