@charset "utf-8";
/* CSS styles for practice custom branding*/

.nav-background-color {
	background: #ffffff;
	/* 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: #022547;
    z-index: 9;
}

a {
	color: #022547;
	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: #022547;
}

#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: #022547;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #00c6bc;
	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;

}

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

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

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

#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: #022547;
}


#video-slider {
	background: #e8fffe;
}

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

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


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

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

#testimonials {
	background: #e8fffe;
}

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

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

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

background: #00c6bc;
}

.services-tabs a.nav-link {
	color: #000;
	border: 1px solid #022547;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	border-color: #00c6bc;
}

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

#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: #022547;
}

.material-icons.star-grey {
	color: #0225477d !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: #022547;
	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: #e8fffe;
    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: 240px;
    /* position: absolute; */
    padding: 5px;
    top: 5px;
	left: 0;
    background: #ffffff;
    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: #111010 !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: #fff !important;
}
.practice-name{
	font-size: 52px;
	color: #00c6bc;
}
/* .service-bx {
    padding: 15px;
    text-align: center;
	min-height: 131px;
    background: linear-gradient(0deg, #e8fffe, 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: 155px;
    background: linear-gradient(0deg, #e8fffe, 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: rgb(255 255 255 / 50%);
	border-color: rgba(0, 0, 0, 0.978);
}
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: #e8fffe;
    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: #00c6bc;
    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: 100vh; 
}
.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: 160px;
	}
	/* ul#header-navbar {
        margin-top: 60px;
    } */
	.practice-name{
		font-size: 22px;
		color: #00c6bc;
	}
	.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; 
	}
}

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

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #022547;
	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: #00c6bc;
}

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

#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: #00c6bc;
	border-color: #dee2e6 #dee2e6 #00c6bc;
	color: white !important;
}
.faq-tabs .card {
    margin-bottom: 5px;
}
#services-tools {
    background: #f3ffcf;
    padding: 15px 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
#services-tools li {
    border: 1px solid #d3d3d3;
    margin: 5px 2px;
}
/* Remove the conflicting general carousel control rule */
/* .carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);} */

.highlight-bx {
    background: #00c6bc;
    padding: 15px;
    border-left: 3px solid #022547;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.fs-22 {
    font-size: 22px;
    font-weight: 600;
}
.fs-20 {
    font-size: 20px;
    font-weight: 600;
}
.fs-18 {
    font-size: 18px;
    font-weight: 600;
}
.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: #022547;
}
.medicbuilding img {
    padding: 2px;
    background: #022547;
    border-radius: 0px;
}
@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;
	}
}
@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;
    }
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}

/* --- Modern Navigation Design --- */

/* Primary Navigation Container */
#primary-nav {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 0 4px 20px rgba(2, 37, 71, 0.08);
  position: sticky;
  top: 0;
  z-index: 1050;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(0,198,188,0.1);
}

#primary-nav.sticky {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(2, 37, 71, 0.12);
  border-bottom: 2px solid rgba(0,198,188,0.15);
}

/* Navbar Container */
.navbar {
  padding: 1rem 2rem;
  position: relative;
}

/* Brand/Logo Section */
.navbar-brand {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.02);
}

.main-logo {
  max-width: 200px;
  height: auto;
  transition: all 0.3s ease;
  /* filter: drop-shadow(0 2px 8px rgba(2,37,71,0.1)); */
}

.navbar-brand:hover .main-logo {
  filter: drop-shadow(0 4px 12px rgba(0,198,188,0.2));
}

/* Navigation Menu */
#header-navbar {
  display: flex;
  align-items: center;
  margin-left: auto;
}

#header-navbar .nav-item {
  position: relative;
  margin: 0 0.5rem;
}

/* Navigation Links */
#header-navbar .nav-link {
  color: #022547;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3px;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
}

#header-navbar .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,198,188,0.1), transparent);
  transition: left 0.5s ease;
}

#header-navbar .nav-link:hover::before {
  left: 100%;
}

#header-navbar .nav-link:hover,
#header-navbar .nav-link.active {
  color: #00c6bc;
  background: linear-gradient(135deg, rgba(0,198,188,0.08), rgba(26,86,169,0.05));
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,198,188,0.15);
}

/* Separator Lines */
#header-navbar li .sep {
  width: 1px;
  height: 20px;
  background: linear-gradient(180deg, transparent, rgba(0,198,188,0.3), transparent);
  margin: 0 0.5rem;
  transition: all 0.3s ease;
}

#header-navbar:hover li .sep {
  background: linear-gradient(180deg, transparent, rgba(0,198,188,0.5), transparent);
  height: 25px;
}

/* Quick Action Button */
#quick-action .btn {
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  color: #fff;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 1.8rem;
  margin-left: 1rem;
  box-shadow: 0 4px 15px rgba(0,198,188,0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

#quick-action .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

#quick-action .btn:hover::before {
  left: 100%;
}

#quick-action .btn:hover,
#quick-action .btn:focus {
  background: linear-gradient(135deg, #1a56a9, #00c6bc);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,198,188,0.3);
  color: #fff;
}

#quick-action .btn i {
  margin-right: 0rem;
  transition: all 0.3s ease;
}

#quick-action .btn:hover i {
  transform: scale(1.1);
}

/* Mobile Navigation Toggle */
.navbar-toggler {
  border: 2px solid rgba(0,198,188,0.3);
  border-radius: 8px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.navbar-toggler:hover {
  border-color: #00c6bc;
  background: rgba(0,198,188,0.05);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,198,188,0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(2, 37, 71, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 198, 188, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Navigation Menu */
@media (max-width: 991px) {
  .navbar {
    padding: 0.75rem 1rem;
  }
  
  .main-logo {
    max-width: 150px;
  }
  
  #header-navbar {
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 8px 32px rgba(2,37,71,0.15);
    border: 1px solid rgba(0,198,188,0.1);
  }
  
  #header-navbar .nav-item {
    margin: 0.5rem 0;
  }
  
  #header-navbar .nav-link {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1rem;
  }
  
  #header-navbar .nav-link:hover,
  #header-navbar .nav-link.active {
    background: linear-gradient(135deg, rgba(0,198,188,0.1), rgba(26,86,169,0.05));
    transform: translateX(5px);
  }
  
  #header-navbar li .sep {
    display: none;
  }
  
  #quick-action .btn {
    margin: 1rem 0 0 0;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
  
  #quick-action .btn:hover {
    transform: translateY(-2px);
  }
}

/* Small Mobile Adjustments */
@media (max-width: 576px) {
  .navbar {
    padding: 0.5rem 0.75rem;
  }
  
  .main-logo {
    max-width: 120px;
  }
  
  #header-navbar .nav-link {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
  
  #quick-action .btn {
    padding: 0.8rem 1.5rem;
    width: inherit;
    font-size: 1rem;
    margin-bottom: 15px;
}
#quick-action .btn:first-child {
  margin-right: 15px;
}
}

/* Animation for navigation elements */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-brand {
  animation: slideInDown 0.6s ease-out;
}

#header-navbar .nav-item {
  animation: slideInDown 0.6s ease-out;
}

#header-navbar .nav-item:nth-child(1) { animation-delay: 0.1s; }
#header-navbar .nav-item:nth-child(2) { animation-delay: 0.2s; }
#header-navbar .nav-item:nth-child(3) { animation-delay: 0.3s; }
#header-navbar .nav-item:nth-child(4) { animation-delay: 0.4s; }
#header-navbar .nav-item:nth-child(5) { animation-delay: 0.5s; }

#quick-action .btn {
  animation: slideInDown 0.6s ease-out;
  animation-delay: 0.6s;
}

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

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #022547;
	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: #00c6bc;
}

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

#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: #00c6bc;
	border-color: #dee2e6 #dee2e6 #00c6bc;
	color: white !important;
}
.faq-tabs .card {
    margin-bottom: 5px;
}
#services-tools {
    background: #f3ffcf;
    padding: 15px 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
#services-tools li {
    border: 1px solid #d3d3d3;
    margin: 5px 2px;
}
/* Remove the conflicting general carousel control rule */
/* .carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);} */

.highlight-bx {
    background: #00c6bc;
    padding: 15px;
    border-left: 3px solid #022547;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.fs-22 {
    font-size: 22px;
    font-weight: 600;
}
.fs-20 {
    font-size: 20px;
    font-weight: 600;
}
.fs-18 {
    font-size: 18px;
    font-weight: 600;
}
.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: #022547;
}
.medicbuilding img {
    padding: 2px;
    background: #022547;
    border-radius: 0px;
}
@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;
	}
}
@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;
    }
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}

/* --- Modern Footer Design Styles --- */

/* Footer Container */
#footer {
  background: linear-gradient(135deg, #022547 0%, #1a56a9 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

#footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,198,188,0.5), transparent);
}

/* Footer Brand Section */
.footer-brand {
  transition: all 0.3s ease;
}

.footer-logo {
  transition: all 0.3s ease;
  /* filter: brightness(0) invert(1); */
}

.footer-brand:hover .footer-logo {
  transform: scale(1.02);
  /* filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,198,188,0.3)); */
}

.footer-tagline {
  transition: all 0.3s ease;
}

.footer-brand:hover .footer-tagline {
  color: #ffffff !important;
}

/* Footer Navigation */
.footer-navigation {
  transition: all 0.3s ease;
}

.footer-section-title {
  transition: all 0.3s ease;
  position: relative;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #00c6bc, transparent);
  transition: width 0.3s ease;
}

.footer-navigation:hover .footer-section-title::after {
  width: 50px;
}

/* Footer Menu Items */
.footer-menu-list {
  transition: all 0.3s ease;
}

.footer-menu-item {
  transition: all 0.3s ease;
  border-radius: 6px;
  padding: 0.25rem 0;
}

.footer-menu-item:hover {
  background: rgba(0,198,188,0.1);
  transform: translateX(8px);
  padding-left: 0.5rem;
}

.footer-link {
  transition: all 0.3s ease;
  position: relative;
}

.footer-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #00c6bc, transparent);
  transition: width 0.3s ease;
}

.footer-menu-item:hover .footer-link::before {
  width: 100%;
}

.footer-menu-item:hover .footer-link {
  color: #00c6bc !important;
  text-decoration: none;
}

.footer-menu-item:hover .footer-link i {
  transform: scale(1.1);
  color: #00c6bc;
}

.footer-link i {
  transition: all 0.3s ease;
}

/* Privacy Policy Section */
.privacy-policy-section {
  transition: all 0.3s ease;
}

.privacy-policy-section .footer-section-title {
  transition: all 0.3s ease;
}

.privacy-policy-section:hover .footer-section-title {
  color: #00c6bc !important;
}

.privacy-policy-section:hover .footer-section-title i {
  transform: scale(1.1);
  color: #00c6bc;
}

.privacy-policy-section .footer-section-title i {
  transition: all 0.3s ease;
}

/* Privacy Items */
.privacy-item {
  transition: all 0.3s ease;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid transparent;
}

.privacy-item:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(0,198,188,0.2);
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0,198,188,0.1);
}

.privacy-item h6 {
  transition: all 0.3s ease;
}

.privacy-item:hover h6 {
  color: #00c6bc !important;
}

.privacy-item p {
  transition: all 0.3s ease;
}

.privacy-item:hover p {
  color: #e8fffe !important;
}

/* Privacy Notice */
.privacy-notice {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,198,188,0.2);
}

.privacy-notice:hover {
  background: rgba(0,198,188,0.15) !important;
  border-color: rgba(0,198,188,0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,198,188,0.15);
}

.privacy-notice p {
  transition: all 0.3s ease;
}

.privacy-notice:hover p {
  color: #ffffff !important;
}

.privacy-notice a {
  transition: all 0.3s ease;
}

.privacy-notice:hover a {
  color: #00c6bc !important;
  text-decoration: none !important;
}

/* SMS Terms Section */
.sms-terms-section {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sms-terms-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sms-terms-section:hover::before {
  transform: scaleX(1);
}

.sms-terms-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,198,188,0.15);
  border-color: rgba(0,198,188,0.4);
}

.sms-terms-section .footer-section-title {
  transition: all 0.3s ease;
}

.sms-terms-section:hover .footer-section-title {
  color: #00c6bc !important;
}

.sms-terms-section:hover .footer-section-title i {
  transform: scale(1.1);
  color: #00c6bc;
}

.sms-terms-section .footer-section-title i {
  transition: all 0.3s ease;
}

/* SMS Terms Content */
.sms-terms-content {
  transition: all 0.3s ease;
}

.sms-terms-section:hover .sms-terms-content {
  color: #ffffff !important;
}

/* SMS Terms Details */
.sms-terms-details {
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}

.sms-terms-section:hover .sms-terms-details {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(0,198,188,0.3);
}

.sms-terms-details ul li {
  transition: all 0.3s ease;
  padding: 0.25rem 0;
  border-radius: 4px;
}

.sms-terms-details ul li:hover {
  background: rgba(0,198,188,0.1);
  transform: translateX(5px);
  padding-left: 0.5rem;
}

.sms-terms-details ul li i {
  transition: all 0.3s ease;
}

.sms-terms-details ul li:hover i {
  transform: scale(1.2);
  color: #1a56a9 !important;
}

.sms-terms-details ul li strong {
  transition: all 0.3s ease;
}

.sms-terms-details ul li:hover strong {
  color: #00c6bc;
}

/* SMS Consent Notice */
.sms-consent-notice {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,198,188,0.2);
}

.sms-terms-section:hover .sms-consent-notice {
  background: rgba(0,198,188,0.2) !important;
  border-color: rgba(0,198,188,0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,198,188,0.1);
}

.sms-consent-notice p {
  transition: all 0.3s ease;
}

.sms-terms-section:hover .sms-consent-notice p {
  color: #ffffff !important;
}

.sms-consent-notice strong {
  transition: all 0.3s ease;
}

.sms-terms-section:hover .sms-consent-notice strong {
  color: #00c6bc;
}

/* Divider */
#footer hr {
  transition: all 0.3s ease;
}

#footer:hover hr {
  border-color: rgba(0,198,188,0.3);
}

/* Bottom Footer */
#footer small {
  transition: all 0.3s ease;
}

#footer small:hover {
  color: #e8fffe !important;
}

#footer small a {
  transition: all 0.3s ease;
}

#footer small a:hover {
  color: #00c6bc !important;
  text-decoration: none !important;
}

/* Animation for footer elements */
.footer-brand {
  animation: fadeInUp 0.6s ease-out;
  animation-delay: 0.1s;
}

.footer-navigation {
  animation: fadeInUp 0.6s ease-out;
  animation-delay: 0.2s;
}

.footer-menu-item {
  animation: fadeInUp 0.6s ease-out;
}

.footer-menu-item:nth-child(1) { animation-delay: 0.3s; }
.footer-menu-item:nth-child(2) { animation-delay: 0.4s; }
.footer-menu-item:nth-child(3) { animation-delay: 0.5s; }
.footer-menu-item:nth-child(4) { animation-delay: 0.6s; }

.privacy-item {
  animation: fadeInUp 0.6s ease-out;
}

.privacy-item:nth-child(1) { animation-delay: 0.7s; }
.privacy-item:nth-child(2) { animation-delay: 0.8s; }
.privacy-item:nth-child(3) { animation-delay: 0.9s; }
.privacy-item:nth-child(4) { animation-delay: 1.0s; }

.privacy-notice {
  animation: fadeInUp 0.6s ease-out;
  animation-delay: 1.1s;
}

.sms-terms-section {
  animation: fadeInUp 0.6s ease-out;
  animation-delay: 1.2s;
}

/* Responsive adjustments for footer */
@media (max-width: 768px) {
  .footer-logo {
    max-width: 150px !important;
  }
  
  .footer-brand:hover .footer-logo {
    transform: scale(1.01);
  }
  
  .footer-menu-item:hover {
    transform: translateX(5px);
    padding-left: 0.25rem;
  }
  
  .footer-section-title {
    font-size: 1rem !important;
  }
  
  .footer-tagline {
    font-size: 0.9rem !important;
  }
  
  .footer-menu-item {
    padding: 0.2rem 0;
  }
  
  .privacy-item {
    padding: 0.5rem;
  }
  
  .privacy-item:hover {
    transform: translateX(3px);
  }
  
  .sms-terms-section {
    padding: 1rem !important;
  }
  
  .sms-terms-section:hover {
    transform: translateY(-2px);
  }
  
  .sms-terms-details ul li:hover {
    transform: translateX(3px);
    padding-left: 0.25rem;
  }
}

@media (max-width: 576px) {
  .footer-logo {
    max-width: 120px !important;
  }
  
  .footer-tagline {
    font-size: 0.85rem !important;
  }
  
  .footer-menu-item {
    padding: 0.15rem 0;
  }
  
  .footer-menu-item:hover {
    transform: translateX(3px);
    padding-left: 0.2rem;
  }
  
  .privacy-item {
    padding: 0.25rem;
  }
  
  .privacy-item:hover {
    transform: translateX(2px);
  }
  
  .sms-terms-section {
    padding: 0.75rem !important;
  }
  
  .sms-terms-details {
    padding: 0.5rem !important;
  }
  
  .sms-terms-details ul li {
    margin-bottom: 0.25rem !important;
  }
  
  .privacy-notice,
  .sms-consent-notice {
    padding: 0.5rem !important;
  }
}

/* Contact Section Styles */
#contact-us {
  position: relative;
  overflow: hidden;
}

#contact-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,198,188,0.3), transparent);
}

.contact-card,
.map-card {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-card::before,
.map-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.contact-card:hover::before,
.map-card:hover::before {
  transform: scaleX(1);
}

.contact-card:hover,
.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,198,188,0.2);
  border-color: rgba(0,198,188,0.3);
}

.contact-item {
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 8px;
}

.contact-item:hover {
  background: linear-gradient(135deg, rgba(0,198,188,0.05), rgba(26,86,169,0.03));
  transform: translateX(5px);
}

.contact-icon {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,198,188,0.2);
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,198,188,0.3);
}

.contact-link {
  transition: all 0.3s ease;
  position: relative;
}

.contact-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #00c6bc, transparent);
  transition: width 0.3s ease;
}

.contact-link:hover::before {
  width: 100%;
}

.contact-link:hover {
  color: #00c6bc !important;
  text-decoration: none;
}

.contact-link:hover i {
  transform: scale(1.2);
}

.contact-link i {
  transition: all 0.3s ease;
}

.map-container {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.map-card:hover .map-container {
  border-color: rgba(0,198,188,0.2);
  box-shadow: 0 4px 15px rgba(0,198,188,0.1);
}

/* Responsive adjustments for contact section */
@media (max-width: 991px) {
  .contact-card,
  .map-card {
    margin-bottom: 2rem;
  }
  
  .contact-item {
    padding: 0.25rem;
  }
  
  .contact-item:hover {
    transform: translateX(3px);
  }
  
  .contact-icon {
    width: 40px !important;
    height: 40px !important;
  }
  
  .contact-icon .material-icons {
    font-size: 20px !important;
  }
}

@media (max-width: 576px) {
  .contact-card,
  .map-card {
    padding: 1.5rem !important;
  }
  
  .contact-item {
    padding: 0.2rem;
  }
  
  .contact-icon {
    width: 35px !important;
    height: 35px !important;
  }
  
  .contact-icon .material-icons {
    font-size: 18px !important;
  }
  
  .map-container {
    height: 300px !important;
  }
  
  .text-center .btn {
    margin: 0.5rem 0;
    width: 100%;
  }
  
  .text-center .btn:first-child {
    margin-right: 0;
  }
}

/* Animation for contact elements */
@keyframes fadeInUpContact {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-card {
  animation: fadeInUpContact 0.6s ease-out;
}

.map-card {
  animation: fadeInUpContact 0.6s ease-out;
  animation-delay: 0.1s;
}

.contact-item {
  animation: fadeInUpContact 0.6s ease-out;
}

.contact-item:nth-child(1) { animation-delay: 0.2s; }
.contact-item:nth-child(2) { animation-delay: 0.3s; }
.contact-item:nth-child(3) { animation-delay: 0.4s; }
.contact-item:nth-child(4) { animation-delay: 0.5s; }
.contact-item:nth-child(5) { animation-delay: 0.6s; }

/* Carousel Controls - Testimonials Specific */
#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #00c6bc, #1a56a9) !important;
  border: 3px solid white !important;
  box-shadow: 0 8px 25px rgba(0,198,188,0.3) !important;
  transition: all 0.4s ease;
  opacity: 0.9;
  filter: none !important;
}

#testimonials .carousel-control-prev:hover,
#testimonials .carousel-control-next:hover {
  background: linear-gradient(135deg, #1a56a9, #00c6bc) !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(0,198,188,0.4) !important;
  opacity: 1;
  filter: none !important;
}

#testimonials .carousel-control-prev-icon,
#testimonials .carousel-control-next-icon {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1) !important;
}

/* --- Inline Styles Moved to CSS --- */

/* Navigation Icon Styles */
.nav-link .material-icons {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

/* Hero Section Styles */
.hero-container {
  min-height: 60vh;
}

/* About Section Styles */
#practice-description {
  background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
}
#privacy-policy {
    background: linear-gradient(45deg, #1860aa, #00b4b9);
}
.about-title {
  color: #022547;
  font-size: 2.5rem;
}

.about-description {
  color: #666;
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Feature Card Styles */
.feature-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,198,188,0.1);
  border-left: 4px solid #00c6bc;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon .material-icons {
  color: white;
  font-size: 24px;
}

.feature-title {
  color: #022547;
}

.feature-text {
  color: #666;
}

/* CTA Button Styles */
.cta-btn-primary {
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  color: white;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 15px rgba(0,198,188,0.3);
}

.cta-btn-secondary {
  background: white;
  color: #022547;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  border: 2px solid #00c6bc;
  box-shadow: 0 4px 15px rgba(0,198,188,0.1);
}

/* Location Card Styles */
.location-card {
  background: linear-gradient(135deg, #022547, #1a56a9);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(2,37,71,0.2);
  color: white;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
}

.location-icon {
  color: #00c6bc;
}

.location-link {
  color: white;
}

.office-hours-title {
  color: #00c6bc;
}

.closed-text {
  color: #00c6bc;
}

.social-title {
  color: #00c6bc;
}

.social-link {
  color: white;
  font-size: 24px;
}

/* Services Section Styles */
#services-offer {
  background: linear-gradient(135deg, #f8fffe 0%, #e8fffe 50%, #d8f8f6 100%);
}

.services-title {
  color: #022547;
  font-size: 2.5rem;
}

.services-description {
  color: #022547;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
}

/* Service Card Styles */
.service-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,198,188,0.1);
  border: 2px solid rgba(0,198,188,0.1);
  transition: all 0.3s ease;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.service-icon .material-icons {
  font-size: 40px;
  color: white;
}

.service-title {
  color: #022547;
}

.service-text {
  color: #666;
  line-height: 1.6;
}

/* FAQ Section Styles */
#Q-and-A {
  background: linear-gradient(135deg, #f8fffe 0%, #e8fffe 50%, #ffffff 100%);
}

.faq-title {
  color: #022547;
  font-size: 2.5rem;
}

.faq-description {
  color: #022547;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
}

/* FAQ Item Styles */
.faq-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,198,188,0.1);
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fffe, #e8fffe);
  border-bottom: 1px solid rgba(0,198,188,0.1);
  transition: all 0.3s ease;
}

.faq-question {
  color: #022547;
}

.faq-icon {
  color: #00c6bc;
  transition: transform 0.3s ease;
}

.faq-body {
  background: white;
}

.faq-answer {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Testimonials Section Styles */
.testimonial-header {
  background: rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
}

.testimonial-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.testimonial-subtitle {
  color: #e8fffe;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}

/* Testimonial Card Styles */
.testimonial-card {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 20px;
  margin: 25px 10px;
  padding: 3rem 2.5rem;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,198,188,0.1);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.testimonial-card:hover::before {
  transform: scaleX(1);
}
.owl-dots button span {
  display: none !important;
}
.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2), 0 5px 20px rgba(0,198,188,0.15);
  border-color: rgba(0,198,188,0.3);
}

/* Quote Icon Styles */
.quote-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 8px 25px rgba(0,198,188,0.3);
  transition: all 0.4s ease;
}

.testimonial-card:hover .quote-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(0,198,188,0.4);
}

.quote-icon i {
  font-size: 40px;
  color: white;
  transition: all 0.4s ease;
}

.testimonial-card:hover .quote-icon i {
  transform: scale(1.1);
}

/* Testimonial Content Styles */
.testimonial-content {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  font-style: italic;
  margin-bottom: 2rem;
  text-align: center;
}

.testimonial-author {
  text-align: center;
  margin-bottom: 1rem;
}

.testimonial-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #022547;
  margin-bottom: 0.25rem;
}

.testimonial-designation {
  font-size: 1rem;
  color: #00c6bc;
  font-weight: 500;
  margin-bottom: 0;
}

/* Ratings Styles */
.ratings {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.star {
  font-size: 28px;
  color: #ffd700;
  transition: all 0.3s ease;
}

.testimonial-card:hover .star {
  transform: scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(255,215,0,0.3));
}

/* Testimonial CTA Styles */
.testimonial-cta {
  background: linear-gradient(135deg, rgb(21 75 148), #00c6bc);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  margin-top: 3rem;
}

.testimonial-cta h4 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.testimonial-cta p {
  color: #e8fffe;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.testimonial-cta .btn {
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(0,198,188,0.3);
  transition: all 0.3s ease;
}

.testimonial-cta .btn:hover {
  background: linear-gradient(135deg, #1a56a9, #00c6bc);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,198,188,0.4);
  color: white;
}

/* Footer Styles */
.footer-logo {
  max-width: 180px;
    height: auto;
    /* filter: brightness(0) invert(1); */
    padding: 10px;
    background: white;
    border-radius: 10px;
}

.footer-tagline {
  color: #e8fffe;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-section-title {
  color: #00c6bc;
  font-weight: 600;
  font-size: 1.1rem;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link {
  color: #e8fffe;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-link i {
  font-size: 16px;
  vertical-align: middle;
}

/* Privacy Policy Styles */
.privacy-policy-section .footer-section-title i {
  font-size: 20px;
  vertical-align: middle;
}

.privacy-item {
  background: rgba(2,37,71,0.3);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 1rem;
}

.privacy-item h6 {
  color: #00c6bc;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.privacy-item p {
  color: #e8fffe;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.privacy-notice {
  background: rgba(0,198,188,0.1);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(0,198,188,0.2);
  margin-top: 1rem;
}

.privacy-notice p {
  color: #e8fffe;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.privacy-notice a {
  color: #00c6bc;
  text-decoration: underline;
}

/* SMS Terms Styles */
.sms-terms-section {
  background: rgba(2,37,71,0.3);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(0,198,188,0.2);
}

.sms-terms-section .footer-section-title i {
  font-size: 20px;
  vertical-align: middle;
}

.sms-terms-content {
  color: #e8fffe;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.sms-terms-details {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 1rem;
}

.sms-terms-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sms-terms-details ul li {
  color: #e8fffe;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.sms-terms-details ul li i {
  position: absolute;
  left: 0;
  top: 0.6rem;
  color: #00c6bc;
  font-size: 14px;
}

.sms-terms-details ul li strong {
  color: #00c6bc;
}

.sms-consent-notice {
  background: rgba(0,198,188,0.15);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(0,198,188,0.3);
}

.sms-consent-notice p {
  color: #e8fffe;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.sms-consent-notice strong {
  color: #00c6bc;
}

/* Bottom Footer Styles */
#footer hr {
  border-color: rgba(255,255,255,0.2);
  margin: 2rem 0;
}

#footer small {
  color: #ccc;
}

#footer small a {
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }
  
  .services-title,
  .faq-title {
    font-size: 2rem;
  }
  
  .testimonial-title {
    font-size: 2.5rem;
  }
  
  .testimonial-card {
    padding: 2rem 1.5rem;
  }
  
  .testimonial-content {
    font-size: 1.1rem;
  }
  
  .quote-icon {
    width: 70px;
    height: 70px;
  }
  
  .quote-icon i {
    font-size: 35px;
  }
  
  .star {
    font-size: 24px;
  }
  
  .testimonial-cta {
    padding: 2rem 1.5rem;
  }
  
  .testimonial-cta h4 {
    font-size: 1.5rem;
  }
  
  .testimonial-cta .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
  
  .footer-logo {
    max-width: 150px;
  }
  
  .footer-tagline {
    font-size: 0.9rem;
  }
  
  .footer-section-title {
    font-size: 1rem;
  }
  
  .footer-link i {
    font-size: 14px;
  }
  
  .privacy-item,
  .sms-terms-section {
    padding: 0.75rem;
  }
  
  .sms-terms-details {
    padding: 0.75rem;
  }
  
  .sms-terms-details ul li {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 1.8rem;
  }
  
  .services-title,
  .faq-title {
    font-size: 1.8rem;
  }
  
  .testimonial-title {
    font-size: 2rem;
  }
  
  .testimonial-card {
    padding: 1.5rem 1rem;
  }
  
  .testimonial-content {
    font-size: 1rem;
  }
  
  .quote-icon {
    width: 60px;
    height: 60px;
  }
  
  .quote-icon i {
    font-size: 30px;
  }
  
  .star {
    font-size: 20px;
  }
  
  .testimonial-cta {
    padding: 1.5rem 1rem;
  }
  
  .testimonial-cta h4 {
    font-size: 1.3rem;
  }
  
  .testimonial-cta .btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .footer-logo {
    max-width: 120px;
  }
  
  .footer-tagline {
    font-size: 0.85rem;
  }
  
  .footer-section-title {
    font-size: 0.95rem;
  }
  
  .footer-link i {
    font-size: 12px;
  }
  
  .privacy-item,
  .sms-terms-section {
    padding: 0.5rem;
  }
  
  .sms-terms-details {
    padding: 0.5rem;
  }
  
  .sms-terms-details ul li {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }
  
  .privacy-notice,
  .sms-consent-notice {
    padding: 0.5rem;
  }
}

/* Testimonial Background Pattern */
.testimonial-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(0,198,188,0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(26,86,169,0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Additional SMS Terms Styles */
.additional-sms-terms {
  margin-top: 2rem;
}

.sms-term-item {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(0,198,188,0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.sms-term-item:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(0,198,188,0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,198,188,0.15);
}

.sms-term-item h6 {
  color: #00c6bc;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.sms-term-item h6 i {
  color: #00c6bc;
  font-size: 20px;
  margin-right: 0.5rem;
}

.sms-term-item p {
  color: #e8fffe;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.sms-term-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sms-term-item ul li {
  color: #e8fffe;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9rem;
}

.sms-term-item ul li:before {
  content: '•';
  color: #00c6bc;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.sms-communication-types li,
.sms-opt-methods li,
.sms-disclosures li {
  color: #e8fffe;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9rem;
}

.sms-communication-types li:before,
.sms-opt-methods li:before,
.sms-disclosures li:before {
  content: '•';
  color: #00c6bc;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.sms-term-item a {
  color: #00c6bc;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.sms-term-item a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Responsive adjustments for additional SMS terms */
@media (max-width: 768px) {
  .sms-term-item {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .sms-term-item h6 {
    font-size: 0.95rem;
  }
  
  .sms-term-item p {
    font-size: 0.9rem;
  }
  
  .sms-term-item ul li {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .sms-term-item {
    padding: 1rem;
  }
  
  .sms-term-item h6 {
    font-size: 0.9rem;
  }
  
  .sms-term-item p {
    font-size: 0.85rem;
  }
  
  .sms-term-item ul li {
    font-size: 0.8rem;
  }
}



/* Hero Section Styles - Restored */
.hero-section {
  background: linear-gradient(135deg, #f8fffe 0%, #e8fffe 50%, #ffffff 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.hero-container {
  min-height: 60vh;
  position: relative;
  z-index: 2;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  z-index: 3;
}

.hero-title {
  color: #022547;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-subtitle {
  color: #00c6bc;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero-cta-btn {
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  color: white;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0,198,188,0.3);
  transition: all 0.3s ease;
}

.hero-cta-btn:hover {
  background: linear-gradient(135deg, #1a56a9, #00c6bc);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,198,188,0.4);
  color: white;
  text-decoration: none;
}

/* Owl Carousel Styles for Hero Section */
.hero-section .owl-carousel {
  width: 100%;
  max-width: 500px;
  margin-left: 2rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.hero-section .owl-carousel .item {
  border-radius: 15px;
  overflow: hidden;
}

.hero-section .owl-carousel .hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.hero-section .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.hero-section .owl-carousel .owl-prev,
.hero-section .owl-carousel .owl-next {
  position: absolute;
  background: rgba(255,255,255,0.9) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022547 !important;
  font-size: 24px !important;
  transition: all 0.3s ease;
}

.hero-section .owl-carousel .owl-prev {
  left: 15px;
}

.hero-section .owl-carousel .owl-next {
  right: 15px;
}

.hero-section .owl-carousel .owl-prev:hover,
.hero-section .owl-carousel .owl-next:hover {
  background: #00c6bc !important;
  color: white !important;
  transform: scale(1.1);
}

.hero-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-section .owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5) !important;
  transition: all 0.3s ease;
}

.hero-section .owl-carousel .owl-dot.active {
  background: #00c6bc !important;
  transform: scale(1.2);
}

/* Mobile Responsive Styles for Hero Section */
@media (max-width: 991px) {
  .hero-section .owl-carousel {
    margin-left: 0;
    margin-top: 2rem;
    max-width: 100%;
  }
  
  .hero-section .owl-carousel .hero-image {
    height: 300px;
  }
  
  .hero-section .owl-carousel .owl-prev,
  .hero-section .owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    font-size: 20px !important;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-section .owl-carousel .hero-image {
    height: 250px;
  }
  
  .hero-section .owl-carousel .owl-prev,
  .hero-section .owl-carousel .owl-next {
    width: 35px;
    height: 35px;
    font-size: 18px !important;
  }
  
  .hero-section .owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-cta-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

/* Patient Forms Section Styles - Enhanced */
#patient-forms {
  background: linear-gradient(135deg, #f8fffe 0%, #e8fffe 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

#patient-forms::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,198,188,0.3), transparent);
}

/* Form Card Styles */
.form-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 198, 188, 0.1);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.form-card:hover::before {
  transform: scaleX(1);
}

.form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,198,188,0.2);
  border-color: rgba(0,198,188,0.2);
}

/* Form Icon Styles */
.form-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,198,188,0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.form-card:hover .form-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,198,188,0.4);
}

.form-icon .material-icons {
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
}

.form-card:hover .form-icon .material-icons {
  transform: scale(1.1);
}

/* Form Title Styles */
.form-title {
  color: #022547;
  font-weight: 700;
  transition: all 0.3s ease;
  margin: 0;
}

.form-card:hover .form-title {
  color: #00c6bc;
}

/* Form Description Styles */
.form-description {
  color: #666;
  line-height: 1.6;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}

.form-card:hover .form-description {
  color: #444;
}

/* Download Button Styles - Enhanced Alignment */
.download-btn {
  background: linear-gradient(135deg, #00c6bc, #1a56a9);
  color: white;
  border-radius: 30px;
  padding: 12px 24px;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 15px rgba(0,198,188,0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 44px;
}

.download-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.download-btn:hover::before {
  left: 100%;
}

.download-btn:hover {
  background: linear-gradient(135deg, #1a56a9, #00c6bc);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,198,188,0.4);
  color: white;
  text-decoration: none;
}

.download-btn:active {
  transform: translateY(0);
}

/* Button Icon Alignment */
.download-btn .material-icons {
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.download-btn:hover .material-icons {
  transform: scale(1.1);
}

/* Button Text Alignment */
.download-btn span,
.download-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
}

/* Section Header Styles */
#patient-forms .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

#patient-forms .section-title {
  color: #022547;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

#patient-forms .section-description {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Form Card Content Layout */
.form-card .d-flex {
  align-items: flex-start;
}

.form-card .form-icon {
  margin-right: 1rem;
}

.form-card .form-content {
  flex: 1;
  min-width: 0;
}

/* Responsive Adjustments for Patient Forms */
@media (max-width: 991px) {
  #patient-forms .section-title {
    font-size: 2rem;
  }
  
  .form-card {
    margin-bottom: 1.5rem;
  }
  
  .download-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .download-btn .material-icons {
    font-size: 16px;
    margin-right: 6px;
  }
}

@media (max-width: 768px) {
  #patient-forms .section-title {
    font-size: 1.8rem;
  }
  
  #patient-forms .section-description {
    font-size: 1rem;
  }
  
  .form-card {
    padding: 1.5rem !important;
  }
  
  .form-icon {
    width: 45px;
    height: 45px;
  }
  
  .form-icon .material-icons {
    font-size: 22px;
  }
  
  .download-btn {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  
  .download-btn .material-icons {
    font-size: 15px;
    margin-right: 5px;
  }
}

@media (max-width: 576px) {
  #patient-forms .section-title {
    font-size: 1.6rem;
  }
  
  .form-card {
    padding: 1.25rem !important;
  }
  
  .form-icon {
    width: 40px;
    height: 40px;
  }
  
  .form-icon .material-icons {
    font-size: 20px;
  }
  
  .download-btn {
    padding: 6px 12px;
    font-size: 11px;
    min-height: 36px;
    width: 100%;
    justify-content: center;
  }
  
  .download-btn .material-icons {
    font-size: 14px;
    margin-right: 4px;
  }
  
  .form-title {
    font-size: 1.1rem;
  }
  
  .form-description {
    font-size: 0.9rem;
  }
}

/* Animation for patient forms elements */
@keyframes fadeInUpForms {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-card {
  animation: fadeInUpForms 0.6s ease-out;
}

.form-card:nth-child(1) { animation-delay: 0.1s; }
.form-card:nth-child(2) { animation-delay: 0.2s; }
.form-card:nth-child(3) { animation-delay: 0.3s; }
.form-card:nth-child(4) { animation-delay: 0.4s; }
.form-card:nth-child(5) { animation-delay: 0.5s; }
.form-card:nth-child(6) { animation-delay: 0.6s; }
.form-card:nth-child(7) { animation-delay: 0.7s; }
.form-card:nth-child(8) { animation-delay: 0.8s; }

