:root {
	--plyr-color-main: #4D69B0;
	--primary-color: #4D69B0;
	--secondary-color: #282F66;
}
* {
	outline: none !important;
}
body, html {
overflow-x: hidden;
}
body {
	color: #4E4E4E;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	position: relative;
}
p {
	font-size: 16px;
}
a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	box-shadow: none;
}
h1, h2, h3 {
	font-family: "Poppins", sans-serif;
}
h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}
.scrolltop {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9999;
}
.scrolltop .scroll {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #BDB08D;
    padding: 15px 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	border-radius: 100px;
}
.scrolltop .scroll i {
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
/*header*/

.site-header {
	padding: 35px 0px !important;
}

.menu_area a.nav-link {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 15.5px;
    text-transform: capitalize;
    padding: 0px 16px !important;
}
.menu_area ul.dropdown-menu li a.nav-link {
	color: #151515 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #fff;
}

.menu_area a.nav-link:hover {
	color: #8daaf1;
}

.menu_area .nav-item.active a {
	color: #fff;
}

.menu_area .dropdown-toggle {
	position: relative;
}

.dropdown-toggle::after {
    border: none !important;
    content: '\f078';
    display: inline-block;
    font: normal normal normal 12px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0px;
    top: 50%;
    webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #000;
}

.dropdown-toggle:hover::after {
    color: #000;
}

.dropdown-toggle.show::after,
.dropdown.show > .dropdown-toggle::after {
    webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: #000;
}
@media (min-width: 1200px) {
	
	.menu_area a.nav-link {
		color: #fff;
	}
	header#home-header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
		background-image: linear-gradient(#000d13, #000d13d1, #000d13a6, #00000063, #0000001f, #00000000);
	}
	header#home-header .dropdown-toggle::after,
	header#home-header .dropdown-toggle:hover::after,
	header#home-header .dropdown-toggle.show::after,
	header#home-header .dropdown.show > .dropdown-toggle::after {
		color: #fff;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		min-width: 230px;
	}
	.menu_area ul.dropdown-menu li {
		margin-bottom: 7px;
	}
	.menu_area ul.dropdown-menu li a:hover {
		color: #8daaf1 !important;
	}
}
.form-search {
	display: flex;
    align-items: center;
    width: 200px;
    position: relative;
}
.form-search input {
	background: #4D69B0;
    border-color: #4D69B0;
    border-radius: 0px;
    padding: 10px;
    color: #fff;
}
.form-search .search_items {
	position: absolute;
    right: 5px;
    border-radius: 0;
    background: #fff;
    border-color: #fff;
}
.form-search input::placeholder {
  color: #7F9FF1;
}
    
/* opening video */
section#opening_video_sec {
    position: relative;
    /* max-height: 900px; */
    overflow: hidden;
    background-color: #000;
}
section#opening_video_sec .embed-container {
    --video--width: 1920;
    --video--height: 1080;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
}
section#opening_video_sec .embed-container iframe, 
section#opening_video_sec .embed-container object, 
section#opening_video_sec .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#opening_video_sec:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #00000075;
    left: 0;
    right: 0;
}
.slider_container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
	z-index: 99;
}
.open_cnt_wrap h1 {
	/* color: #4D69B0; */
	color :#fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
	margin-bottom: 20px;
}
.open_cnt_wrap p {
	font-family: Outfit;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
    width: 75%;
	margin-bottom: 20px;
}
a.learn_more {
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
a.learn_more span {
    background: #4D69B0;
    padding: 20px 50px;
    color: #fff;
    font-family: "Outfit";
    font-size: 21px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
a.learn_more:hover span {
	background: #fff;
	color: #282F66;
}
a.learn_more i{
    background-color: #ffffff;
    padding: 20px;
    font-size: 21px;
    color: #282F66;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* our services */
section.services-section {
    padding: 90px 15px;
	background-image: url(/storage/cms/library/images/service_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center; 
	background-attachment: fixed;
}
.services-section h2 {
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 85px;
    color: #000;
}
.service-card {
    background: #F2F6FF;
    padding: 65px 25px 100px;
    box-shadow: 0px 2px 30px 0px #4D6FB333;
    height: 100%;
    position: relative;
}
.service-icon {
    margin-bottom: 25px;
}
.service-card h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}

.service-card p {
    font-size: 16px;
    color: #383838;
    line-height: 24px;
}
.read-more-div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.read-more-div a {
    font-family: Outfit;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
	color: #000;
}
.read-more-div a:hover{
	color: #4D69B0;
}
.read-more-div a i {
	padding-left: 6px;
	font-size: 15px;
}
/* Provider */
section.provider-section {
	padding: 90px 15px;
	background: #fff;
}
.provider-section h2 {
	text-align: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 65px;
}

.provider-section .row > [class*="col-"] {
	display: flex;
}

.provider-section .provider-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.provider-img {
	width: 100%;
	aspect-ratio: 3 / 4;
	max-height: 360px;
	overflow: hidden;
	line-height: 0;
	flex-shrink: 0;
	background: #f2f6ff;
}

.provider-img img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: top center;
}

.provider-section .provider-info {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 1rem;
	min-height: 96px;
	text-align: center;
}

.provider-info h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #031E2D;
	margin: 0;
}

a.btn-view-providers {
    display: inline-block;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    background: #282F66;
    color: #fff;
    margin-top: 50px;
    padding: 15px 40px;
	border: 2px solid #282F66;
}

a.btn-view-providers:hover {
	background: #fff;
	color: #282F66;
}

/* Video Reviews Section */
.video-section {
	padding: 80px 15px;
	background-color: #4D69B0;
	color: #fff;
}

.video-section h2 {
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
}

.video-section p {
    text-align: center;
    color: #FAFAFA;
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    margin: auto;
    padding-bottom: 15px;
}
.video-card {
	position: relative;
	/* border-radius: 10px; */
	overflow: hidden;
	cursor: pointer; 
}

.video-thumbnail {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #5a7fc0;
    position: relative;
}

.video-thumbnail:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    content: '';
    top: 0;
    border: 0;
    left: 0;
    right: 0;
	bottom: 0;
}

.play-button {
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button i {
    color: #252B61;
    font-size: 12px;
    margin-left: 5px;
}

.video-title {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff;
}

/* Footer */
footer#site_footer {
    background: #F2F6FF;
    padding: 60px 15px 15px;
}
.footer-bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom p {
    margin-bottom: 0px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.copy-left a {
	 font-weight: 700;
}
.copy-left a:hover, .copy-right a:hover {
	color: #4D69B0;
}

.row.footer-wrapper {
    padding-bottom: 40px;
}
.logo-container img {
	width: 85%;
	margin-bottom: 15px;
}
.logo-container h6 {
	font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-bottom: 5px;
}
.logo-container p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    width: 85%;
    color: #000;
    opacity: 0.7;
}
.foot-nav h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
	margin-bottom: 20px;
}
ul.nav-links {
	list-style: none;
	padding-left: 0px;
}
ul.nav-links li {
	margin-bottom: 20px;
}
ul.nav-links li a {
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
}
ul.nav-links li a:hover {
	color:#4D69B0;
}
.foot-logos {
    margin-bottom: 15px;
}
.foot-logos img {
		margin-bottom: 15px;
}
.foot-logos h5 {
	font-size: 13.8px;
    color: #000000;
    opacity: 0.7;
}

/* Inner page */
.page-inner {
	min-height: 600px;
}
#inner-header a.nav-link {
	color:#151515;
}
#inner-header a.nav-link:hover {
    color: #8daaf1;
}
/* Highlight all active menu links */
#inner-header ul.navbar-nav li.active > a.nav-link {
  color: #8daaf1 !important;
}

/* Highlight parent dropdown if any child is active (modern browsers) */
#inner-header ul.navbar-nav li.dropdown:has(.dropdown-menu li.active) > a.nav-link {
  color: #8daaf1 !important;
}

/* Highlight active submenu items */
#inner-header ul.navbar-nav li.dropdown .dropdown-menu li.active > a.nav-link {
  color: #8daaf1 !important;
}
#home-header ul.navbar-nav li.active > a.nav-link,
#home-header ul.navbar-nav li.dropdown:has(.dropdown-menu li.active) > a.nav-link,
#home-header ul.navbar-nav li.dropdown .dropdown-menu li.active > a.nav-link {
  color: #8daaf1 !important;
}
ul.nav-links li.active a,
ul.nav-links li a.active {
	color: #4D69B0;
	opacity: 1;
}



/* breadcrumb */
 .hero-section {
	background: linear-gradient(135deg, #4D69B0 0%, #394769 100%);
	padding: 80px 0 120px;
	position: relative;
	overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    left: -200px;
    top: 0;
    bottom: 0;
    width: 400px;
    background: rgb(0 0 0 / 12%);
    transform: skewX(-15deg);
}

.hero-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.breadcrumb-wrapper {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.breadcrumb-clean {
	background: transparent;
	padding: 12px 20px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	display: inline-flex;
}

.breadcrumb-clean .breadcrumb-item {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
}

.breadcrumb-clean .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color: rgba(255, 255, 255, 0.5);
	padding: 0 10px;
}

.breadcrumb-clean .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: all 0.3s ease;
}

.breadcrumb-clean .breadcrumb-item a:hover {
	color: white;
}

.breadcrumb-clean .breadcrumb-item.active {
	color: white;
}

/* Default logo (desktop) */
#inner-header .logo_area img {
  content: url('/storage/cms/library/images/dark-logo.png');
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.logo_area img {
		width: 170px;
	}
	.menu_area a.nav-link {
		font-size: 13.5px;
	}
}

/* Override on small screens (mobile/tablet) */
@media (max-width: 1199px) {
  .logo_area img {
    content: url('/storage/cms/library/images/dark-logo.png');
  }
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler {
        position: absolute;
        top: -50px;
        right: 5px;
        border: 0;
    }
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
		content: "\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #4D69B0;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
		content: "\f00d";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #4D69B0;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar .navbar-toggler-icon {
		background-image: none!important;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler:focus {
		box-shadow: none;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar #mainmenu ul.navbar-nav {
		margin: 20px 0;
		align-items: flex-start !important;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar a.nav-link {
		padding: 6px 0px !important;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar a.nav-link.dropdown-toggle {
		display: inline-block;
		padding-right: 1.35rem !important;
	}
	.menu_area a.nav-link {
		font-size: 17px !important;
	}
	.menu_area .dropdown-toggle::after,
	.menu_area .dropdown-toggle:hover::after,
	.menu_area .dropdown-toggle.show::after,
	.menu_area .dropdown.show > .dropdown-toggle::after {
		right: 0;
		color: #151515;
	}
	ul.dropdown-menu.show {
		padding: 6px;
		margin-left: 15px;
		background: #fafbfe;
	}
	.provider-img {
		max-height: 420px;
	}
	.open_cnt_wrap p {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.footer-bottom {
		flex-direction: column;
	}
	.foot-col {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.open_cnt_wrap h1 {
		font-size: 50px;
    	line-height: 55px;
	}
	.open_cnt_wrap p {
		font-size: 16px;
    	line-height: 20px;
	}
	.video-section p {
		width: 100% !important;
	}
}

@media (max-width: 576px) {
	section#opening_video_sec {
		background-image: none !important;
	}
	.slider_container {
		position: static !important;
		height: auto !important;
	}
	.slider_container.h-100,
	.slider_container .h-100 {
		height: auto !important;
	}
	section#opening_video_sec:after {
		display: none;
	}
	.open_cnt_wrap h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.open_cnt_wrap p {
		width: 100% !important;
	}
	a.learn_more {
		display: inline-flex;
		align-items: stretch;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: top;
	}
	a.learn_more span {
		display: inline-flex;
		align-items: center;
		font-size: 16px;
	}
	a.learn_more i {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 16px !important;
		line-height: 1;
	}
	section.services-section,
	section.provider-section,
	.video-section {
    	padding: 60px 15px;
	}
	.services-section h2, .provider-section h2 {
		font-size: 35px;
		margin-bottom: 45px;
		line-height: 38px;
	}
	.service-card {
		padding: 40px 25px;
	}
	.read-more-div {
    	position: unset;
	}
	.provider-img {
		max-height: 300px;
	}
	a.btn-view-providers {
		font-size: 16px;
	}
	.provider-info h5 {
		font-size: 20px;
	}
	a.btn-view-providers {
		margin-top: 25px;
	}
	.logo-container p {
		width: 100%;
	}
	.row.footer-wrapper {
		padding-bottom: 10px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom p {
		font-size: 14px;
	}
	.footer-bottom a {
		font-size: 14px;
	}
	.hero-title {
		font-size: 2rem;
		margin-bottom: 0;
	}
	.logo_area img {
		width: 190px;
	}
	header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler {
		top: -38px;
	}
	
	.breadcrumb-clean .breadcrumb-item,
	.breadcrumb-clean .breadcrumb-item a {
		font-size: 13px;
	}
}

.provider-profile-photo {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
}
.provider-profile h2 {
	color: #282F66;
}
.provider-profile h3 {
	color: #282F66;
	font-size: 1.4rem;
	margin-top: 1.5rem;
}
.searchTable { width: 100%; }
.searchTable h1 a { font-size: 22px; color: #000; text-decoration: none; }
.searchTable h1 a:hover { color: #8daaf1; }
.provider-card { color: inherit; text-decoration: none; display: block; }
.clinic-info a, .provider-info a:not(.action-btn) { color: inherit; text-decoration: none; }
@media (max-width: 1199px) {
	.navbar-collapse { background: #fff; padding: 16px; margin-top: 12px; }
	#home-header .navbar-collapse .nav-link { color: #151515 !important; }
}
@media (max-width: 767px) {
	.clinic-grid, .admin-grid, .provider-grid { grid-template-columns: 1fr; }
	.mission-grid { grid-template-columns: 1fr; }
}

/* LMH inner page styles */
.each-video {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    transition: transform .18s ease;
}
.video-card:hover {
    transform: translateY(-1px);
    transition: transform .18s ease;
}
.video-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.8) 100%);
    display: flex;
    align-items: center;
    gap: 12px;
}
.video-title {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
}
.video-play {
    margin-left: auto;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}
.video-play .play-icon {
    width: 0;
    height: 0;
    border-left: 12px solid #111;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 2px;
}

.page-inner {
		padding: 60px 15px;
	}
	 .section-panel {
    border-left: 5px solid #425a95;
    background: #f2f6ff;
    margin-bottom: 2rem;
    padding: 2rem 2rem 1.5rem 2rem;
    box-shadow: none;
    border-radius: 0;
}
	.section-title {
		color: #282f66;
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 1rem;
	}

.page-inner {
	padding: 60px 15px;
}
ul.nav.nav-tabs.tabs-left.sideways {
    border-bottom: none;
    display: block;
    background: #F2F6FF;
    box-shadow: 0px 0px 21px 1px rgb(0 0 0 / 15%);
    overflow: hidden;
    margin-right: 30px;
}
.sideways li {
    position: relative;
    overflow: hidden;
}	
.sideways li a {
    color: #000;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #F2F6FF;
    border-right-width: 0;
    padding: 15px 40px !important;
    -moz-box-shadow: 0px 30px 84px 0px #0000001a;
    -webkit-box-shadow: 0px 30px 84px 0px #0000001a;
    box-shadow: 0px 30px 84px 0px #d2d0d00d;
    font-size: 18px;
    font-weight: 500;
}
.sideways li a.active {
    color: #ffffff;
    width: 100%;
    display: block;
    background: #465e99;
    font-weight: 500;
}
.sideways li:not(:last-child) a {
	border-bottom: 1px solid;
	border-color: #fff !important;
}
	
	
.cta-section {
	background: linear-gradient(90deg, #283593 40%, #5c6bc0 100%);
	color: #fff;
	padding: 48px 0;
	border-radius: 22px;
	margin: 60px auto 40px auto;
	box-shadow: 0 8px 32px rgba(44,62,80,0.10);
	text-align: center;
}
.cta-section .btn {
	font-weight: bold;
	font-size: 1.1rem;
	padding: 12px 32px;
	margin-top: 20px;
}
	
/* Service Box */
.service-section {
	padding: 80px 0;
}

.tab_content_dis h3 {
	font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #282F66;
}
	
.service-box {
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s;
    border-top: 5px solid #425a95;
    background: #f2f6ff;
}

.service-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.service-box h3 {
    color: #282F66;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.service-box p {
	color: #555;
	line-height: 1.8;
	margin-bottom: 15px;
}

.featured-image {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    margin-bottom: 40px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.ser-ses p {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #000;
	opacity: 0.7;
}
	
.ser-ses h3 {
	color: #282F66;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.service-box h5 {
	color: #000 !important;
}
	
.tab-pane a:hover {
	color: #8daaf1 !important
}

@media (max-width: 576px) {
	.tab_content_dis h3 {
    	font-size: 2rem;
	}
	.service-box {
		padding: 20px;
	}
	.service-box h3 {
		font-size: 1.6rem;
	}
}

.decorative-pattern {
            background-image: repeating-linear-gradient(
                0deg,
                transparent,
                transparent 80px,
                rgba(194, 165, 128, 0.1) 80px,
                rgba(194, 165, 128, 0.1) 160px
            );
        }
	/* clinic provider */
	.clinic-section{
		padding: 90px 0;
		background: #f2f6ff;
	}
	
	.clinic-grid {
		display: grid;
		gap: 3rem;
		max-width: 1200px;
		margin: 0 auto;
		grid-template-columns: repeat(3, 1fr);
	}
	.clinic-card {
		text-align: center;
		background: white;
		padding: 0px;
		transition: transform 0.3s ease;
	}
	.clinic-card:hover{
		transform: translateY(-5px);
	}
	.clinic-img{
		width: 100%;
		aspect-ratio: 4 / 5;
		max-height: 400px;
		overflow: hidden;
		background: #f2f6ff;
		line-height: 0;
	}
	.clinic-img img{
		display: block;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: top center;
	}
	.clinic-info {
		padding: 2rem 1.5rem;
	}
	.clinic-info h5 {
		font-size: 1.5rem;
		font-weight: 500;
		margin-bottom: 0.5rem;
		color: #282F66;
	}
	.clinic-grid .clinic-card {
		display: none;
	}

	.clinic-card.visible {
		display: block;
	}
	
	.clinic-card.visible .clinic-info {
		display: block !important;  
		color: #000;                
		text-align: center;
		margin-top: 10px;
	}
	
	button.btn-view-all-providers {
		display: inline-block;
		font-family: Poppins;
		font-weight: 600;
		font-size: 20px;
		text-transform: capitalize;
		background: #282F66;
		color: #fff;
		margin-top: 50px;
		padding: 15px 40px;
		border: 2px solid #282F66;
	}
	
	button.btn-view-all-providers:hover {
		background: #fff;
		color: #282F66;
	}
	  /* Mission Section */
       .mission-section {
			padding: 60px 0 80px ;
			background: #fff;
		}

        .section-label {
			font-size: 0.9rem;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			color: #4D69B0;
			margin-bottom: 1rem;
			font-weight: 500;
		}

        .section-title {
			font-size: 3rem;
			font-weight: 400;
			margin-bottom: 2rem;
			color: #282F66;
		}

        .mission-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            
        }

        .mission-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

        .mission-text {
            padding: 2rem;
        }

        .mission-text p {
			font-size: 1.05rem;
			line-height: 2;
			color: #000;
			opacity: 0.7;
		}

        .cta-button {
			display: inline-block;
			padding: 12px 40px;
			border: 2px solid #282F66;
			color: #ffffff;
			text-decoration: none;
			font-size: 18px;
			text-transform: uppercase;
			transition: all 0.3s ease;
			margin-top: 1rem;
			background: #282F66;
			font-weight: 600;
		}

        .cta-button:hover {
            background: #fff;
			color: #282F66;
        }

        /* Administration Section */
       .admin-section {
			padding: 90px 0;
			background: #f2f6ff;
		}

        .admin-intro {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 4rem;
        }
	
		.admin-intro p {
			font-size: 1.1rem; 
			line-height: 1.8; 
			color: #000;
			opacity: 0.7;
		}
	
        .admin-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .admin-card , .clinic-card{
            text-align: center;
            background: white;
            padding: 0;
            transition: transform 0.3s ease;
        }

        .admin-card:hover {
            transform: translateY(-5px);
        }

        .admin-image-wrapper {
            width: 100%;
            aspect-ratio: 4 / 5;
            max-height: 400px;
            overflow: hidden;
            background: #f2f6ff;
            line-height: 0;
        }

        .admin-image-wrapper img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: none;
            object-fit: cover;
            object-position: top center;
        }

        .admin-info {
            padding: 2rem 1.5rem;
        }

        .admin-name {
			font-size: 1.5rem;
			font-weight: 500;
			margin-bottom: 0.5rem;
			color: #282F66;
		}

        .admin-role {
			font-size: 0.95rem;
			color: #4D69B0;
			text-transform: uppercase;
			margin-bottom: 1rem;
			font-weight: 500;
			letter-spacing: 1px;
		}

        .admin-bio {
            font-size: 1rem;
            line-height: 1.8;
            color: #666;
        }

        /* Community Section */
        .community-section {
            padding: 90px 0;
            background: white;
        }

        .community-intro {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 4rem;
        }
	
		.community-intro p {
			font-size: 1.1rem; 
			line-height: 1.8; 
			color: #000;
			opacity: 0.7
		}

        .community-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 4rem;
            max-width: 1200px;
            margin: 0 auto;
        }

       .community-item {
			display: flex;
			gap: 2rem;
			align-items: flex-start;
			background: #f2f6ff70;
		}

        .community-image-wrapper {
            flex-shrink: 0;
            width: 250px;
            aspect-ratio: 1 / 1;
            max-height: 250px;
            overflow: hidden;
            line-height: 0;
            background: #f2f6ff;
        }

        .community-image-wrapper img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: none;
            object-fit: cover;
            object-position: center center;
        }
	
		.community-content {
			padding: 15px 10px 15px 0px;
		}

        .community-content h3 {
			font-size: 1.5rem;
			font-weight: 500;
			margin-bottom: 1rem;
			color: #282F66;
		}

        .community-content p {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #000;
			opacity: 0.7;
        }

        /* Testimonial Section */
        .testimonial-section {
            padding: 100px 0;
            background: #c2a580;
            text-align: center;
            color: white;
        }

        .testimonial-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 2rem;
            background: white;
            border-radius: 50%;
        }

        .testimonial-text {
            font-size: 2rem;
            font-weight: 300;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 2rem;
        }

        .testimonial-author {
            font-size: 1rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
	
		.admin-bio a:hover {
			color: #4D69B0;
		}

        @media (max-width: 992px) {
            .hero-title {
                font-size: 3rem;
            }

            .mission-grid {
                grid-template-columns: 1fr;
            }

            .admin-grid ,.clinic-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .community-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .community-item {
                flex-direction: column;
            }

            .community-image-wrapper {
                width: 100%;
                max-width: none;
                max-height: 300px;
            }
        }

        @media (max-width: 576px) {
            .hero-title {
                font-size: 2.5rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .admin-grid,.clinic-grid {
                grid-template-columns: 1fr;
            }

            .admin-image-wrapper , .clinic-img {
                aspect-ratio: 4 / 5;
                max-height: 350px;
            }
			.clinic-section {
    			padding: 50px 0;
        	}
	}

.page-inner {
		padding: 70px 15px;
	}

        .contact-card {
            background: #fff;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            padding: 40px;
            margin-bottom: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .contact-card:hover {
            /* transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0,0,0,0.15); */
        }
        
        .form-control, .form-select {
            border-radius: 0px;
            border: 2px solid #e2e8f0;
            padding: 12px 20px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.15);
        }
        
        .btn-primary {
			background: #282F66;
			border: none;
			border-radius: 0px;
			padding: 14px 40px;
			font-weight: 600;
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			font-size: 18px;
			text-transform: uppercase;
		}
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
        }
        
        .info-item {
			display: flex;
			align-items: center;
			margin-bottom: 25px;
			padding: 20px;
			background: #F2F6FF;
			/* border-radius: 15px; */
			transition: all 0.3s ease;
		}
        
        .info-item:hover {
            background: #e0e7ff;
            transform: translateX(5px);
        }
		
		.info-item a {
			display: block;
		}
		
		.info-item a:hover {
			color:#4D69B0 !important;
		}
        
       .info-icon {
			width: 50px;
			height: 50px;
			background: linear-gradient(135deg, #99b6ff 0%, #223064 100%);
			/* border-radius: 12px; */
			display: flex;
			align-items: center;
			justify-content: center;
			color: white;
			font-size: 1.5rem;
			margin-right: 20px;
			flex-shrink: 0;
		}
        
        .map-container {
            overflow: hidden;
            height: 450px;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-link {
            width: 50px;
            height: 50px;
           /*  border-radius: 12px; */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.3rem;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .social-link:hover {
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }
        
        .social-link.facebook { background: #1877f2; }
        .social-link.twitter { background: #1da1f2; }
        .social-link.instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        .social-link.linkedin { background: #0077b5; }
        .social-link.youtube { background: #ff0000; }
        .social-link.github { background: #333; }
        .social-link.whatsapp { background: #25d366; }
        .social-link.telegram { background: #0088cc; }
        
        .section-title {
			position: relative;
			padding-bottom: 15px;
			font-size: 2.2rem;
			font-weight: 600;
			margin-bottom: 1rem;
			color: #282F66;
		}
        
        /* .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            border-radius: 2px;
        } */
		.info-col .contact-card {
			background: none;
    		box-shadow: none;
		}
	@media (max-width: 576px) {
		.contact-card {
			padding: 20px;
		}
		.info-col .contact-card {
			padding: 0px !important;
		}
		.section-title {
			font-size: 28px;
		}
	}
	
	@media (max-width: 360px) {
		.info-item {
			padding: 15px;
		}
		.info-item h5 {
			 font-size: 1.2rem;
		}
		.info-icon {
			margin-right: 10px;
		}   
		.info-item a, .info-item p {
			font-size: 14px;
		}
	}

.page-inner {
		padding: 80px 15px 60px;
	}
	.provider-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .provider-card {
            background: white;
            /* border-radius: 20px; */
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            position: relative;
            cursor: pointer;
        }

        .provider-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.15);
        }

        .provider-image-container {
            position: relative;
            display: block;
            width: 100%;
            height: 350px;
            overflow: hidden;
            background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
            color: inherit;
            text-decoration: none;
            cursor: default;
        }

        .provider-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
			overflow-clip-margin: unset;
			object-position: top;
        }

        .provider-card:hover .provider-image {
            transform: scale(1.05);
        }

        .provider-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(26, 54, 93, 0.95) 0%, rgba(26, 54, 93, 0.7) 70%, transparent 100%);
            color: white;
            padding: 2rem 1.5rem 1.5rem;
            transform: translateY(100%);
            transition: transform 0.4s ease;
            max-height: 100%;
            overflow-y: auto;
        }

        .provider-card:hover .provider-overlay {
            transform: translateY(0);
        }

        .provider-info {
            padding: 1.5rem;
            text-align: center;
        }

        .provider-name {
            font-size: 1.3rem;
            font-weight: 600;
            color: #031E2D;
            margin-bottom: 0.5rem;
        }

.provider-name a,
.provider-name span {
    color: inherit;
    text-decoration: none;
}

        .provider-specialty {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 1rem;
        }

        .overlay-content h3 {
            font-size: 1rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .overlay-content p {
            font-size: 0.9rem;
            line-height: 1.5;
            opacity: 0.95;
            margin: 0;
        }

        a.action-btn {
			width: 100%;
			padding: 0.9rem;
			border: 2px solid #2c5282;
			background: #2c5282;
			color: #fff;
			font-size: 0.95rem;
			font-weight: 600;
			cursor: pointer;
			transition: all 0.3s ease;
			display: inline-block;
			margin-top: 20px;
			text-align: center;
			text-decoration: none;
			box-sizing: border-box;
		}

        a.action-btn:hover {
            background: #fff;
            color: #2c5282;
            transform: scale(1.02);
        }

        .specialty-badge {
            display: inline-block;
            padding: 0.4rem 0.9rem;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
	@media (max-width: 767px) {
		.provider-image-container {
			height: 400px;
		}
	}
	@media (max-width: 576px) {
		.provider-image-container {
			height: 350px;
		}
	}

/* ── Action cards (download + estimator) ────── */
	.action-section {
		padding: 70px 0px 90px;
	}
    .action-card {
      /* border-radius: 14px; */
      overflow: hidden;
      box-shadow: 0 6px 24px rgba(0,0,0,.10);
      transition: transform .25s, box-shadow .25s;
    }
    .action-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 14px 36px rgba(0,0,0,.15);
    }
    .action-card .ac-header {
      padding: 32px 36px 24px;
      display: flex; align-items: center; gap: 20px;
    }
    .action-card .ac-icon {
      width: 70px; height: 70px; flex-shrink: 0;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    .ac-icon-csv  { background: rgba(255,255,255,.18); }
    .ac-icon-tool { background: rgba(255,255,255,.18); }
    .action-card .ac-icon i { font-size: 2rem; color: #fff; }
    .action-card .ac-body {
      padding: 0 36px 32px;
      background: #fff;
    }
    .action-card .ac-body p { 
		font-size: .92rem; 
		color: #555; 
		line-height: 1.7; 
		margin-bottom: 22px; 
		margin-top: 30px;
	}
	#download-section .ac-header {
		background: #282F66;
		color: #fff;
	}
	#estimator-section .ac-header { 
		background: #4D69B0;
		color: #fff;
	}
	.btn-lmh-navy {
		background: #282F66;
		color: #fff;
		/* border-radius: 6px; */
		font-weight: 600;
		font-size: .9rem;
		padding: 11px 28px;
		border: 2px solid #282F66;
		transition: background .2s, color .2s;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}
	.btn-lmh-navy:hover {
		background: #fff;
		color:#282F66;
	}
	@media (min-width: 768px) {
		.section-title {
			font-size: 3rem;
			font-weight: 400;
			margin-bottom: 2rem;
			color: #282F66;
		}
	}
	.title-sec p {
		max-width:600px;
		font-size:.95rem;
		text-align:center;
		margin: auto;
	}

header.site-header .menu_bar .header_right .menu_area nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
	font-family: FontAwesome, "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
	font-weight: 900;
}
.breadcrumb-wrapper .container { text-align: left; }
.hero-section .breadcrumb-clean { display: inline-flex; }
/* Contact page titles/labels — match live lawrencememorial.info/contact-us */
.contact-card .section-title {
	position: relative;
	padding-bottom: 15px;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #282F66;
}
.contact-card h3.section-title {
	font-size: 1.75rem;
	margin-top: 1.5rem;
}
.contact-card .form-label {
	font-weight: 400;
	color: #4e4e4e;
	margin-bottom: 0.5rem;
}
.contact-card textarea.form-control {
	min-height: 140px;
}
.lmh-forms-section .lmh-forms-card {
	max-width: 100%;
}
.lmh-forms-section .lmh-forms-head {
	text-align: center;
}
.lmh-forms-section .lmh-forms-head .section-title {
	text-align: center;
}
.lmh-forms-section .lmh-forms-head .text-muted {
	font-size: 1.05rem;
	line-height: 1.6;
	margin-top: -0.25rem;
	text-align: center;
}
.lmh-forms-section .btn-primary {
	min-width: 180px;
}
.contact-card .mb-3 {
	margin-bottom: 1rem !important;
}
.info-item h5 {
	font-weight: 500;
	font-size: 1.25rem;
	color: #4e4e4e;
}
.info-item a,
.info-item p {
	font-weight: 400;
	line-height: 1.5;
}
@media (max-width: 576px) {
	.contact-card .section-title {
		font-size: 28px;
	}
}

/* Content panels — stay readable and contained on small devices */
.page-inner {
	max-width: 100%;
	overflow-x: clip;
	box-sizing: border-box;
}
.page-inner .row,
.page-inner .col-12 {
	max-width: 100%;
}
.section-panel {
	max-width: 100%;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.section-panel .panel-title,
.section-panel .section-title {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	color: #282f66;
	margin-bottom: 1rem;
	overflow-wrap: break-word;
	word-break: break-word;
}
.section-panel .panel-body,
.section-panel .panel-body p,
.section-panel .panel-body li,
.section-panel .panel-body strong {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.section-panel .panel-body img,
.section-panel .panel-body iframe,
.section-panel .panel-body video,
.section-panel .panel-body table {
	max-width: 100%;
	height: auto;
}
.section-panel .panel-body table {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.hero-section .breadcrumb-clean {
	flex-wrap: wrap;
	max-width: 100%;
	row-gap: 0.35rem;
}
.breadcrumb-wrapper {
	max-width: 100%;
}

@media (max-width: 767.98px) {
	.page-inner {
		padding: 40px 12px 40px;
		min-height: 0;
	}
	.section-panel {
		padding: 1.5rem 1.25rem 1.25rem;
		margin-bottom: 1.5rem;
		border-left-width: 5px;
		border-radius: 0;
		box-shadow: none;
	}
	.section-panel .panel-title,
	.section-panel .section-title {
		font-size: 1.25rem;
		font-weight: 500;
		padding-bottom: 0;
	}
	.breadcrumb-clean .breadcrumb-item,
	.breadcrumb-clean .breadcrumb-item a {
		font-size: 12px;
	}
}

@media (max-width: 575.98px) {
	.page-inner {
		padding: 32px 10px 36px;
	}
	.section-panel {
		padding: 1.25rem 1rem 1rem;
		margin-bottom: 1.25rem;
	}
	.section-panel .panel-title,
	.section-panel .section-title {
		font-size: 1.2rem;
	}
	.hero-title {
		font-size: 1.75rem;
		line-height: 1.2;
		word-break: break-word;
	}
}

/* About / marketing section titles — keep within small viewports */
.section-title {
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1.2;
}
.admin-intro,
.community-intro,
.mission-text {
	max-width: 100%;
	overflow-wrap: break-word;
}
.mission-image {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767.98px) {
	.section-title {
		font-size: 1.75rem !important;
		font-weight: 500;
		margin-bottom: 1rem;
	}
	.section-panel .panel-title,
	.section-panel .section-title {
		font-size: 1.4rem !important;
		font-weight: 500;
	}
	.admin-section,
	.community-section,
	.mission-section,
	.clinic-section {
		padding: 48px 0;
	}
	.admin-intro,
	.community-intro {
		margin-bottom: 2rem;
		padding: 0 8px;
	}
	.mission-text {
		padding: 1rem 0.5rem;
	}
	.mission-image {
		height: auto;
		max-height: 320px;
		object-fit: cover;
	}
	.admin-grid,
	.clinic-grid {
		grid-template-columns: 1fr !important;
		gap: 1.5rem;
		padding: 0 8px;
	}
	.admin-image-wrapper,
	.clinic-img {
		max-height: 360px;
	}
	button.btn-view-all-providers {
		font-size: 16px;
		padding: 12px 24px;
		margin-top: 24px;
	}
}

@media (max-width: 575.98px) {
	.section-title {
		font-size: 1.5rem !important;
	}
	.section-panel .panel-title,
	.section-panel .section-title {
		font-size: 1.25rem !important;
	}
	.section-label {
		font-size: 0.75rem;
		letter-spacing: 0.14em;
	}
	.admin-intro p,
	.community-intro p,
	.mission-text p {
		font-size: 0.95rem;
		line-height: 1.65;
	}
}

/* Portrait cards: fill container width with a consistent crop */
.admin-image-wrapper,
.clinic-img {
	width: 100%;
	aspect-ratio: 4 / 5;
	max-height: 400px;
	overflow: hidden;
	background: #f2f6ff;
	line-height: 0;
}

.admin-image-wrapper img,
.clinic-img img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: top center;
}

/* Community involvement: uniform square thumbnails */
.community-image-wrapper {
	flex-shrink: 0;
	width: 250px;
	aspect-ratio: 1 / 1;
	max-height: 250px;
	overflow: hidden;
	line-height: 0;
	background: #f2f6ff;
}

.community-image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 991.98px) {
	.community-image-wrapper {
		width: 100%;
		max-width: none;
		max-height: 300px;
	}
}

/* Smooth photo scaling (no blur) — cleaner resize/crop interpolation */
.clinic-img img,
.admin-image-wrapper img,
.community-image-wrapper img,
.provider-img img,
.mission-image,
.provider-profile-photo,
.section-panel .panel-body img,
.provider-card img,
.ser-ses img {
	display: block;
	image-rendering: auto;
	image-rendering: smooth;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

