/* Google Font - Nanum Myeongjo Classes */
.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}

.nanum-myeongjo-bold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-style: normal;
}

.nanum-myeongjo-extrabold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  font-style: normal;
}

/* Apply Nanum Myeongjo font to entire webpage */
body {
  font-family: "Nanum Myeongjo", serif;
}

/* Brand Color Guidelines */
h1, h2, h3, h4, h5, h6 {
	color: #0C3877;
	font-family: "Nanum Myeongjo", serif;
}

.text-secondary {
	color: #ABB3BE !important;
}

.bg-light, .bg-secondary {
	background-color: #F7FAFF !important;
}

.nav-background-color {
	background: #808a7e;
	/* background: url(../images/head-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat; */
}
#header-navbar li .sep {
	background: #ffffff;
	width: 1px;
	display: block;
	height: 15px;
	margin: 13px 15px;
}


#primary-nav .navbar-brand-color {
	color: #4f4f4f;
}

#primary-nav .navbar-brand {
    color: #808a7e;
    z-index: 9;
}

a {
	color: #808a7e !important;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #000;
}

a.link-underline {
	text-decoration: underline;
}

a.link-underline:hover,
a.link-underline:visited {
	text-decoration: none;
}


.material-icons.custom-material-style {
	font-size: 22px;
	color: #808a7e;
}

#imp-notice .material-icons {
	font-size: 22px;
	color: #df2f3b;
}

ion-icon {
	font-size: 44px;
	color: #c4c4c4;

}

/** style for quick action button on top bar**/
#quick-action .btn {
	border: 1px solid #fff;
	background: #808a7e;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #2e3d44;
	border-color: #ffffff;
	color: #fffcfc !important;
}
#quick-action .btn:active i{color: #000 !important;}

/** style for hero background**/
#hero-section,
#hero-section .d-flex {
	/* background: #7698ba; */
	/* background: url(../images/hero-bg.webp) center; */
	/* background: linear-gradient(45deg, rgb(205 229 249 / 0%), rgb(21 39 60 / 95%)), url(../images/hero-bg.webp) center; */
    background-size: cover;
    color: #000;
}

/* Modern Hero Section Styles - No Background Image */
.hero-modern-bg {
	/* background: linear-gradient(135deg, #0C3877 0%, #1555B1 25%, #2e3d44 50%, #808a7e 75%, #0C3877 100%); */
	background: #EFEFF1;
	background-size: 400% 400%;
	animation: gradientShift 15s ease infinite;
	position: relative;
	overflow: hidden;
}

.hero-modern-bg-mobile {
	background: linear-gradient(135deg, #0C3877 0%, #1555B1 50%, #2e3d44 100%);
	background-size: 300% 300%;
	animation: gradientShift 12s ease infinite;
	position: relative;
	overflow: hidden;
	min-height: 80vh;
}

@keyframes gradientShift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* Animated Geometric Shapes */
.hero-shapes, .hero-shapes-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.hero-shapes .shape, .hero-shapes-mobile .shape {
	position: absolute;
	opacity: 0.1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	animation: float 20s infinite ease-in-out;
}

.hero-shapes .shape-1 {
	width: 300px;
	height: 300px;
	top: -100px;
	right: -100px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
	animation-delay: 0s;
}

.hero-shapes .shape-2 {
	width: 200px;
	height: 200px;
	bottom: -50px;
	left: 10%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 70%);
	animation-delay: 2s;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.hero-shapes .shape-3 {
	width: 150px;
	height: 150px;
	top: 30%;
	left: -50px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
	animation-delay: 4s;
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.hero-shapes .shape-4 {
	width: 250px;
	height: 250px;
	bottom: 20%;
	right: 15%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
	animation-delay: 6s;
	border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
}

.hero-shapes .shape-5 {
	width: 180px;
	height: 180px;
	top: 60%;
	right: 5%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
	animation-delay: 8s;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.hero-shapes-mobile .shape-1 {
	width: 200px;
	height: 200px;
	top: -50px;
	right: -50px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.74) 100%, transparent 70%);
	animation-delay: 0s;
}

.hero-shapes-mobile .shape-2 {
	width: 150px;
	height: 150px;
	bottom: -30px;
	left: -30px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.74) 100%, transparent 70%);
	animation-delay: 3s;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.hero-shapes-mobile .shape-3 {
	width: 120px;
	height: 120px;
	top: 50%;
	right: 10%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.74) 100%, transparent 70%);
	animation-delay: 6s;
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

@keyframes float {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}
	25% {
		transform: translate(20px, -20px) rotate(90deg);
	}
	50% {
		transform: translate(-20px, 20px) rotate(180deg);
	}
	75% {
		transform: translate(20px, 20px) rotate(270deg);
	}
}

/* Hero Content Styles */
.hero-content-wrapper {
	padding: 60px 0;
}

.hero-text-content {
	color: #ffffff;
	z-index: 2;
	position: relative;
}

.hero-badge {
	display: inline-block;
	width: -webkit-fill-available;
}

.badge-text {
	display: inline-block;
	padding: 8px 20px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border: 1px solid rgb(0 0 0 / 20%);
	border-radius: 50px;
	color: #808a7e;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	animation: fadeInUp 0.8s ease;
}

.hero-title {
	font-size: 3.5rem;
	line-height: 1.2;
	animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-title-line1 {
	font-size: 2rem;
	color: #808a7e;
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
}

.hero-title-line2 {
	font-size: 3.5rem;
	color: #808a7e;
	font-weight: 700;
	display: block;
	/* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3); */
}

.hero-subtitle {
	font-size: 1.3rem;
	color: 	#808a7e;
	font-weight: 400;
	line-height: 1.6;
	animation: fadeInUp 0.8s ease 0.4s both;
	max-width: 90%;
}

.hero-features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-feature-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 30px;
	border: 1px solid rgb(0 0 0 / 20%);
	color: #808a7e;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.hero-feature-item:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-feature-item .material-icons {
	font-size: 20px;
	color: #808a7e;
}

/* Hero Buttons */
.hero-btns {
	animation: fadeInUp 0.8s ease 0.8s both;
}

.hero-btn-primary, .hero-btn-primary-mobile {
	background-color: #ffffff;
	color: #1555B1;
	border: 2px solid #ffffff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	padding: 8px 18px;
	transition: all 0.3s ease;
	border-radius: 50px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero-btn-primary:hover, .hero-btn-primary-mobile:hover {
	background-color: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	color: #1555B1;
}

.hero-btn-secondary, .hero-btn-secondary-mobile {
	background-color: #1555B1;
	color: #ffffff;
	border: 2px solid #1555B1;
	box-shadow: 0 4px 15px rgba(21, 85, 177, 0.4);
	padding: 8px 18px;
	transition: all 0.3s ease;
	border-radius: 50px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero-btn-secondary:hover, .hero-btn-secondary-mobile:hover {
	background-color: #0d3d7a;
	border-color: #0d3d7a;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(21, 85, 177, 0.5);
	color: #ffffff;
}

.hero-btn-primary .material-icons,
.hero-btn-secondary .material-icons,
.hero-btn-primary-mobile .material-icons,
.hero-btn-secondary-mobile .material-icons {
	font-size: 20px;
	vertical-align: middle;
}

/* Hero Visual Cards */
.hero-visual-content {
	z-index: 2;
	position: relative;
}

.hero-card-stack {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(220px, auto) minmax(180px, auto);
	gap: 40px 25px;
	position: relative;
	min-height: 520px;
	padding: 20px;
	align-items: start;
	max-width: 600px;
	margin: 0 auto;
}

.hero-card {
	position: relative;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	margin: 0;
	will-change: transform;
}

.hero-card:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	z-index: 10;
	animation-play-state: paused;
}

/* Staggered grid positioning for visual appeal - fixed initial positioning */
.hero-card.card-1 {
	grid-column: 1;
	grid-row: 1;
	animation: cardFloat 6s ease-in-out infinite;
	animation-delay: 0s;
	transform: translateY(0);
	align-self: start;
}

.hero-card.card-2 {
	grid-column: 2;
	grid-row: 1;
	animation: cardFloatOffset 6s ease-in-out infinite;
	animation-delay: 2s;
	transform: translateY(50px);
	align-self: start;
	margin-top: 0;
}

.hero-card.card-3 {
	grid-column: 1 / -1;
	grid-row: 2;
	animation: cardFloat 6s ease-in-out infinite;
	animation-delay: 4s;
	transform: translateY(0);
	max-width: 400px;
	margin: 0 auto;
	align-self: start;
	margin-top: 0;
}

.hero-card .card-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #1555B1, #0C3877);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	box-shadow: 0 6px 20px rgba(21, 85, 177, 0.35);
	transition: all 0.3s ease;
}

.hero-card:hover .card-icon {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 8px 25px rgba(21, 85, 177, 0.5);
}

.hero-card .card-icon .material-icons {
	font-size: 36px;
	color: #ffffff;
}

.hero-card h5 {
	color: #2e3d44;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.3;
}

.hero-card p {
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

/* Card 3 special styling - wider card */
.hero-card.card-3 {
	padding: 30px;
}

.hero-card.card-3 .card-icon {
	width: 80px;
	height: 80px;
}

.hero-card.card-3 .card-icon .material-icons {
	font-size: 40px;
}

.hero-card.card-3 h5 {
	font-size: 1.5rem;
}

@keyframes cardFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

/* Ensure card-2 maintains its offset during animation */
@keyframes cardFloatOffset {
	0%, 100% {
		transform: translateY(50px);
	}
	50% {
		transform: translateY(44px);
	}
}


/* Medium screens - adjust grid */
@media (min-width: 768px) and (max-width: 1199px) {
	.hero-card-stack {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		max-width: 400px;
	}
	.hero-card.card-1 {
		grid-column: 1;
		grid-row: 1;
		transform: translateY(0);
		margin-top: 0;
	}
	.hero-card.card-2 {
		grid-column: 1;
		grid-row: 2;
		transform: translateY(0);
		margin-top: 0;
	}
	.hero-card.card-3 {
		grid-column: 1;
		grid-row: 3;
		max-width: 100%;
		margin: 0;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Mobile Hero Styles */
.hero-title-mobile {
	font-size: 2rem;
	line-height: 1.3;
	color: #ffffff;
	animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-title-line1-mobile {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
	display: block;
	margin-bottom: 8px;
}

.hero-title-line2-mobile {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 700;
	display: block;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.hero-subtitle-mobile {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
	line-height: 1.6;
	animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-features-mobile {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-feature-item-mobile {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 25px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
}

.hero-feature-item-mobile .material-icons {
	font-size: 18px;
	color: #ffffff;
}

.hero-phone-link {
	color: #ffffff !important;
	font-size: 1.2rem;
	animation: fadeInUp 0.8s ease 0.8s both;
}

.hero-phone-link:hover {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none;
}

#imp-notice {
	background: #F7FAFF;
	/* color: #ffffff; */
}

div#imp-notice small {
	font-weight: 500;
}

.local-panel {
	border-radius: 5px;
    border: 1px solid #dadada;
    background: #808a7e;
    position: relative;
    box-shadow: 0px 0px 10px #bdbdbd;
}
#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #808a7e;
}

#cta-call-email small {
	font-size: 100% !important;
}

#cta-call-email .cta-material-icons {
	font-size: 22px;
	color: #999 !important;
	border: 1px solid red;
}

#local-socials a ion-icon {
	color: #ffffff;
}

#local-socials a:hover ion-icon {
	color: #78fac5;
}

/* #insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
} */

#insurance-nearby-location {
	background: #808a7e;
}


#video-slider {
	background: #f2fcff;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #808a7e;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #808a7e;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials {
	background: #F7FAFF;
}

#testimonials .testimonial-name {
	color: #000;
}

#testimonials .testimonial-designation {
	color: #666;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

background: #2e3d44;
}

.services-tabs a.nav-link {
	color: #000;
	border: 1px solid #808a7e;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	border-color: #2e3d44;
}

#patient-tools .patient-tools-tab #p-tools-Content {
	background: #F7FAFF;
}

#patient-tools .nav-tabs .nav-link .active,
#patient-tools .nav-tabs .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #ececec;
	border-color: none !important;
}

.material-icons.star {
	color: #808a7e;
}

.material-icons.star-grey {
	color: #808a7e7d !important;
}

#faqs a.faq-link {
	color: #007bff;
	text-decoration: none !important;
}

#faqs a.faq-link:hover {
	color: #000;
	text-decoration: none !important;
}

#footer .list-group-item {
	background-color: rgba(0, 0, 0, 0);
}

#footer {
	background: #808a7e;
	color: #fff;
}

.footer-link li a,
.footer-link li a:visited {
	color: #fff !important;
}

.footer-link li a:hover {
	color: #ccc !important;
	text-decoration: none !important;
}

.custom-link-light,
.custom-link-light:active {
	color: #f3ffcf !important;
}

.custom-link-light:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.btn-modal-custom {
	color: #fff;
	background-color: #4ec3e0;
	border-color: #4ec3e0;
}

.lead {
	font-weight: 400;
}
.healow-sidebar-ul li {
    background: unset;
    color: white;
    padding: 5px 0px;
}

.specialities-bx {
	/* border: 2px solid #005e60; */
    padding: 7px 15px;
    border-radius: 5px;
    background: #f2fcff;
    box-shadow: 0px 0px 3px #c9c9c9;
}
.specialities-bx .list-group-item{background: unset;}
/* .specialities-bx i {
    color: white !important;
} */
/*********************
	  Header CSS
*********************/
#quick-action .btn:hover,
#quick-action .btn:hover i {
	color: #ffffff !important;
}
.main-logo {
	max-width: 180px;
    /* position: absolute; */
    padding: 5px;
    top: 5px;
	left: 0;
    background: #808a7e;
    border-radius: 10px;
}
.zoodoc-book {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 99999;
}
a.nav-link.call-us-btn{
	font-size: 26px;
}
.navbar-collapse a,
.navbar-collapse a i {
	color: #ffffff !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: #fff !important;
}
.practice-name{
	font-size: 52px;
	color: #2e3d44;
}
/* .service-bx {
    padding: 15px;
    text-align: center;
	min-height: 131px;
    background: linear-gradient(0deg, #f2fcff, transparent);
    border-radius: 5px;
    box-shadow: 0px 0px 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
} */
.service-bx {
    padding: 15px;
    text-align: center;
    min-height: 131px;
    background: linear-gradient(0deg, #f2fcff, transparent);
    border-radius: 5px;
    box-shadow: 0px 0px 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
    /* border: 2px solid #bdbdbd; */
    box-shadow: 0px 0px 5px #c9c9c9;
}

.service-bx p{margin-bottom: 0px;}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

div#primary-nav {
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

div#primary-nav.sticky {
	z-index: 1030;
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
}

/* .navbar-light .navbar-toggler-icon {
	filter: brightness(1) invert(1);
} */

.navbar-light .navbar-toggler {
	color: rgba(251, 251, 251, 0.987);
	border-color: rgba(255, 255, 255, 0.978);
}
.navbar-light .navbar-toggler-icon{
	filter: brightness(1) invert(1);
}
ul.list-group.list-group-flush li {
    padding: .5rem .5rem 0.1rem 2rem;
	background: unset;
}
ul .material-icons.custom-material-style {
    position: absolute;
    left: 0;
    line-height: 1.2;
}
.mission-vision {
    border: 1px solid #f0f0f0;
    padding: 10px;
	background: #f2fcff;
    margin-bottom: 15px;
    min-height: 170px;
    box-shadow: 0px 0px 5px #c1c1c1;
}
.provider-education {
    min-height: 248px;
}
.card-header {
    padding: 0.75rem 1.25rem;
}
/* .card-header {
    padding: 0.3rem 0.6rem;
} */
#Q-and-A .btn-link{white-space: inherit;}
div#Q-and-A .nav-tabs .nav-link.active {
    background-color: #2e3d44;
    color: white !important;
}
div#service-tools-content {
    background: #bcf0ff;
    border: 1px solid #dee2e6;
    border-top: 0;
}
.navbar{
	padding: 0.5rem 0rem;
}
/* Owl Carousel Navigation CSS */
.owl-theme .owl-nav {
    margin-top: 10px;
    position: initial;
    align-content: space-around;
    height: 100%;
    top: 0;
}
button.owl-prev {
    font-size: 62px !important;
    height: 95%;
    position: absolute;
    top: 0;
    left: 5px;
}
.owl-theme .owl-nav {
    margin-top: -10px !important;
}
button.owl-next {
    font-size: 62px !important;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
}
.owl-dots{display: none;}
#owl-box1 .owl-nav button.owl-next, #owl-box1 .owl-nav button.owl-prev, #owl-box1 button.owl-dot{
	background: 0 0;
    color: #eaf4ff !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
#owl-box2 .owl-nav button.owl-next, #owl-box2 .owl-nav button.owl-prev, #owl-box2 button.owl-dot{
	background: 0 0;
    color: #000000 !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-nav button:focus, .owl-nav button:hover {
    outline: 0px !important;
	background: transparent !important;
}
/* Owl Carousel Navigation CSS End*/
.hero-section .owl-carousel h1{
	font-size: 3.5rem;
	letter-spacing: 1px;
	/* text-shadow: 0px 1px 3px #262626; */
}
.hero-bg-height{
	height: 80vh;
	min-height: 600px;
}
.hero-section .owl-carousel h2, .hero-section .owl-carousel h3{
	text-shadow: 0.51px 0.51px #fffbf3 !important;
}
div#owl-box3 .owl-item{
	padding: 5px;
}
.desktop-hero{display: block;}
.mobile-hero{display: none;}
@media (max-width:991px) {
	.desktop-hero{display: none;}
	.mobile-hero{display: block;}
	/* .navbar-light .navbar-toggler-icon {
		filter: brightness(1) invert(1);
	} */
	.main-logo {
		max-width: 200px;
	}
	/* ul#header-navbar {
        margin-top: 60px;
    } */
	.practice-name{
		font-size: 22px;
		color: #2e3d44;
	}
	.hero-section .owl-carousel h1{
		font-size: 1.5rem;
		text-shadow: 0.5px 0.5px #fffbf3;
	}
	.hero-section .owl-carousel h2, .hero-section .owl-carousel h3{
		font-size: 1.3rem;
		text-shadow: 0.51px 0.51px #fffbf3 !important;
	}
	.hero-bg-height{
		height: 80vh; 
	}
	.hero-card-stack {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		min-height: auto;
		margin-top: 30px;
		gap: 20px;
		max-width: 100%;
	}
	.hero-card {
		position: relative !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		transform: none !important;
		grid-column: 1 !important;
	}
	.hero-card.card-1 {
		grid-row: 1 !important;
		transform: none !important;
		margin-top: 0 !important;
	}
	.hero-card.card-2 {
		grid-row: 2 !important;
		transform: none !important;
		margin-top: 0 !important;
	}
	.hero-card.card-3 {
		grid-row: 3 !important;
		grid-column: 1 !important;
		max-width: 100% !important;
		transform: none !important;
		margin: 0 !important;
	}
	.hero-card:hover {
		transform: translateY(-8px) !important;
	}
	.hero-visual-content {
		margin-top: 40px;
	}
	.badge-text{
		color: #fff;
	}
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #808a7e;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top::after {
	content: "\e5d8";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: 40px;
	color: #fff;
}
#back-to-top:hover::after {
    filter: brightness(1);
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #2e3d44;
}

#back-to-top:active {
	background-color: #808a7e;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
	cursor: pointer !important;
}

/*********************
	Back To Top CSS End
*********************/

div#insurance-nearby-location li,
div#insurance-nearby-location th,
div#insurance-nearby-location td {
	color: white !important;
}

div#insurance-nearby-location a,
div#insurance-nearby-location i {
	color: #ffffff !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #2e3d44;
	border-color: #dee2e6 #dee2e6 #2e3d44;
	color: white !important;
}
.faq-tabs .card {
    margin-bottom: 5px;
}
#faqs .nav-tabs .nav-link {
    border: 1px solid #d9ecf7;
}
#faqs .nav-tabs .nav-link.active {
    background-color: #2e3d44;
    color: #fff !important;
    border-color: #2e3d44 #2e3d44 #2e3d44;
}
#faqs .tab-content {
    background: #f2fcff;
    border: 1px solid #d9ecf7;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}
/* Enhanced accordion styles */
#faqs #accordion .card {
    border: 1px solid #e6f3fb;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
#faqs #accordion .card + .card {
    margin-top: 10px;
}
#faqs #accordion .card-header {
    background: #ffffff;
    border-bottom: 1px solid #eef6fc;
    cursor: pointer;
}
#faqs #accordion .card-header h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#faqs #accordion .card-header h5::after {
    content: "expand_more";
    font-family: 'Material Icons';
    font-size: 22px;
    color: #2e3d44;
}
#faqs #accordion .collapse.show + .card-body,
#faqs #accordion .card-body {
    background: #ffffff;
}
#faqs #accordion .card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
#services-tools {
    background: #f3ffcf;
    padding: 15px 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
#services-tools li {
    border: 1px solid #d3d3d3;
    margin: 5px 2px;
}
.carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);}

.highlight-bx {
    background: #2e3d44;
    padding: 15px;
    border-left: 3px solid #808a7e;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.fs-22 {
    font-size: 22px;
    font-weight: 900;
}
.fs-20 {
    font-size: 20px;
    font-weight: 900;
}
.fs-18 {
    font-size: 18px;
    font-weight: 900;
}
.local-panel h4, .local-panel h3, .local-panel h2, .local-panel h1, .local-panel p, .local-panel td, .local-panel th, .local-panel a, .local-panel i {
    color: white !IMPORTANT;
}
.doc-img-caption {
    background: white;
    padding: 10px;
}
div#insurance-providers h5{color: #ffc090;}
.medicbuilding {
    background: #808a7e;
}
.medicbuilding img {
    padding: 2px;
    background: #808a7e;
    border-radius: 0px;
}
.bx-highlight {
    border-radius: 5px;
    width: max-content;
    padding: 20px;
    background: #f2f8ff;
    box-shadow: 0 0 2px #c1c1c1;
}
/* Areas We Serve section */
#areas-we-serve.areas-serve-section {
    background: linear-gradient(180deg, #f7fbff, #eaf4ff);
}
.serve-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 20px 24px;
    max-width: 980px;
}
.serve-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.serve-chip {
    background: #f2fcff;
    border: 1px solid #cfeaf7;
    color: #0a3f7a;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.serve-chip:hover {
    background: #e6f6ff;
    border-color: #2e3d44;
}
@media (max-width: 575px) {
    .serve-card { padding: 16px; }
    .serve-chip { font-size: 13px; padding: 7px 10px; }
}
@media (min-width:768px) and (max-width:991px) {
	div#hero-cta h1 {
		font-size: 1.7rem;
	}
	div#hero-cta h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	div#hero-cta {
		position: absolute;
		text-align: right;
		max-width: 97%;
	}
	.provider-education {
		min-height: auto;
	}
	/* div#hero-cta h1 {
		display: inline-flex;
		max-width: 70%;
		padding-left: 35px;
		font-size: 1.3rem;
	} */
	div#hero-cta h1 {
        /* display: inline-flex; */
        max-width: 100%;
        padding-left: 35px;
        font-size: 1.3rem;
    }
	div#hero-cta h3 {
		font-size: 1.22rem;
	}

	#hero-cta .btn {
		width: 55%;
	}

	.hero-btns {
		text-align: -webkit-left;
	}

	#practice-description,
	#patient-portal,
	#patient-tools,
	#faqs {
		padding-top: 50px !important;
	}
	div#important-notice .list-group-item {
		padding: 0.75rem 0.22rem !important;
	}
	
	/* Modern Hero Mobile Responsive */
	.hero-title {
		font-size: 2.5rem;
	}
	.hero-title-line1 {
		font-size: 1.5rem;
	}
	.hero-title-line2 {
		font-size: 2.5rem;
	}
	.hero-subtitle {
		font-size: 1.1rem;
		max-width: 100%;
	}
	.hero-features {
		gap: 12px;
	}
	.hero-feature-item {
		padding: 8px 16px;
		font-size: 13px;
	}
	.hero-btn-primary, .hero-btn-secondary {
		padding: 10px 20px;
		font-size: 14px;
	}
	.hero-card-stack {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		min-height: auto;
		margin-top: 30px;
		gap: 20px;
		max-width: 100%;
		padding: 10px;
	}
	.hero-card {
		position: relative !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		transform: none !important;
		left: 0 !important;
		right: auto !important;
		padding: 25px;
		grid-column: 1 !important;
	}
	.hero-card.card-1 {
		grid-row: 1 !important;
		transform: none !important;
		margin-top: 0 !important;
	}
	.hero-card.card-2 {
		grid-row: 2 !important;
		transform: none !important;
		margin-top: 0 !important;
	}
	.hero-card.card-3 {
		grid-row: 3 !important;
		grid-column: 1 !important;
		max-width: 100% !important;
		transform: none !important;
		margin: 0 !important;
	}
	.hero-card:hover {
		transform: translateY(-6px) !important;
	}
	.hero-visual-content {
		margin-top: 40px;
	}
	.hero-modern-bg-mobile {
		min-height: auto;
		padding: 40px 0;
	}
}
@media (max-width: 380px){
	.main-logo {
        max-width: 120px;
    }
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 35px;
		font-size: 1.3rem;
	}
	#hero-section {
        padding: 70px 14px;
    }
	.hero-title-line1-mobile {
		font-size: 1.2rem;
	}
	.hero-title-line2-mobile {
		font-size: 1.6rem;
	}
	.hero-subtitle-mobile {
		font-size: 0.95rem;
	}
	.hero-feature-item-mobile {
		padding: 6px 12px;
		font-size: 12px;
	}
	.hero-btn-primary-mobile, .hero-btn-secondary-mobile {
		padding: 10px 18px;
		font-size: 13px;
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}

