.bg-center {
	background-position: center;
}

.bg-cover {
	background-size: cover;
}

.overflow-hidden {
	overflow: hidden;
}

.relative {
	position: relative;
}
body.page-id-659 .service-area.subsaute_srvs {
    background-color: #f8fafc !important;
}
@keyframes floatText {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

.hero-text h1 {
	font-size: 3rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	animation: slide-up .6s ease-out;
	margin-bottom: 1.5rem;
	font-family: Nunito, sans-serif;
}

.hero-text p {
	font-size: 18px;
	line-height: 1.6;
	font-family: 'Nunito', sans-serif;
	color: #fff;
}



.btn {
	display: inline-block;
	padding: 10px 28px;
	border-radius: 40px;
	font-weight: 500;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	transition: all 0.3s ease;
}

.btn-green {
	background: #a0b85c;
	color: #fff;
}

.btn-green:hover {
	background: #8ea44e;
	color: #fff;
}

.btn-light-green {
	background: #628d2a;
	color: #fff;
}

.btn-light-green:hover {
	background: #4d7320;
	color: #fff;
}

/* === Right Form Box === */
.hero-form {
	flex: 1 1 40%;
	background: #fff;
	color: #333;
	border-radius: 12px;
	padding: 30px 35px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hero-form h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Nunito', sans-serif;
}

.hero-form p {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	font-family: 'Nunito', sans-serif;
}

.form-row {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}

.hero-form input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

.note {
	font-size: 12px;
	color: #777;
	margin: 10px 0;
}

.submit-btn {
	width: 100%;
	background: #628d2a;
	color: #fff;
	border: none;
	padding: 14px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
	transition: 0.3s;
}

.submit-btn:hover {
	background: #4d7320;
}

.sub-note {
	text-align: center;
	font-size: 13px;
	color: #777;
	margin-top: 10px;
}

.insurance-section {
	background: #fff;
	padding: 32px 0;
	text-align: center;
}

.insurance-section .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.insurance-heading p {
	color: #657a24;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 40px;
}

.insurance-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.insurance-logos img {
	width: 112px !important;
	width: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.insurance-logos img:hover {
	transform: scale(1.08);
}



/* ---------- Floating Balls ---------- */
.covina-floating-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.covina-ball {
	position: absolute;
	border-radius: 50%;
	opacity: 0.6;
	animation: float 6s ease-in-out infinite;
}

.covina-ball1 {
	width: 100px;
	height: 100px;
	background: #68d39144;
	top: 10%;
	left: 10%;
	animation-delay: 0s;
}

.covina-ball2 {
	width: 80px;
	height: 80px;
	background: #38a16933;
	top: 40%;
	right: 15%;
	animation-delay: 2s;
}

.covina-ball3 {
	width: 120px;
	height: 120px;
	background: #9ae6b44d;
	bottom: 20%;
	left: 25%;
	animation-delay: 4s;
}

.covina-ball4 {
	width: 60px;
	height: 60px;
	background: #48bb7833;
	top: 60%;
	right: 10%;
	animation-delay: 1s;
}

.covina-ball5 {
	width: 50px;
	height: 50px;
	background: #81e6d933;
	top: 20%;
	right: 30%;
	animation-delay: 3s;
}

@keyframes float {
	0%,
  100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}
}

/* ---------- Left Side ---------- */
.covina-heading-wrapper {
	margin-bottom: 30px;
}

.covina-heading {
	font-size: 36px;
	line-height: 40px;
	color: #657a24;
	font-weight: 700;
	margin-bottom: 15px;
}

.covina-description {
	color: #374151;
	font-size: 18px;
	line-height: 28px;
}

/* ---------- Feature Cards ---------- */






.w-2 {
	width: .5rem;
}

.h-2 {
	height: .5rem;
}

@keyframes ping {
	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}

.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}



/* ---------- Button ---------- */
.covina-btn {
	display: inline-block;
	background: linear-gradient(to right, var(--primary), var(--overlay));
	color: white;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 999px;
	padding: 12px 32px;
	margin-top: 20px;
	text-decoration: none;
	transition: all 0.4s ease;
	text-align: center;
}

/* Button ko container ke center me lane ke liye */
.covina-left {
	text-align: center;
}

.covina-btn:hover {
	background: linear-gradient(to right,var(--overlay), var(--primary));
	transform: scale(1.05);
	box-shadow: 0 6px 18px rgba(72, 187, 120, 0.4);
}

/* ---------- Right Side ---------- */
/* ---------- Right Column Section ---------- */
.covina-right {
	position: relative;
}

.covina-image-container {
	position: relative;
	min-height: 400px;
	max-height: 500px;
	transition: all 0.6s ease;
}

.covina-bg-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 30px;
	transition: transform 0.7s ease;
}

.covina-bg-1 {
	background: linear-gradient(to top left, rgb(33 182 168 / 10%), rgb(33 182 168 / 10%));
	transform: rotate(3deg);
	top: 24px;
	bottom: -90px;
}

.covina-bg-2 {
	background: linear-gradient(to top left, rgb(33 182 168 / 10%), rgb(33 182 168 / 10%));
	transform: rotate(-2deg);
	top: 16px;
	bottom: -90px;
}

.hr {
	width: 130px;
	height: 5px;
	background: linear-gradient(to bottom right, var(--primary), var(--overlay));
	border: none;
	margin: 0 auto;
	border-radius: 10px;
	opacity: 1;
}

/* Hover effect on container */
.covina-image-container:hover .covina-bg-1 {
	transform: rotate(6deg);
}

.covina-image-container:hover .covina-bg-2 {
	transform: rotate(-4deg);
}

/* ---------- Image Wrapper ---------- */
.covina-image-wrapper {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	height: 100%;
	    min-height: 400px;
	transition: all 0.6s ease;
	display: grid;
}
.covina-image-wrapper img {
    height: 100%;
    object-fit: cover;
	object-position: top;
    width: 100%;
    max-height: 440px;
}

.covina-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

/* Image scale on hover */
.covina-image-container:hover .covina-image {
	transform: scale(1.1);
}

.covina-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(72, 187, 120, 0.3), transparent 60%);
	z-index: 5;
}

/* ---------- Floating Pulse Circle ---------- */
.covina-floating-circle {
	position: absolute;
	top: 25%;
	left: -25px;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	border-radius: 50%;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
	animation: pulse 4s ease-in-out infinite;
}

.covina-floating-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(to bottom right, #81e6d933, #48bb7833);
}

/* ---------- Animations ---------- */
@keyframes pulse {
	0%,
  100% {
		transform: scale(1) translateY(0);
	}

	50% {
		transform: scale(1.1) translateY(-10px);
	}
}



/* ===== Section Wrapper ===== */
.why-choose-section {
	background: #fff;
	font-family: "Nunito", sans-serif;
}
/* ===== Header ===== */
.section-header {
	text-align: center;
}

.section-title {
	font-size: 36px;
	line-height: 40px;
	color: #657a24;
	font-weight: 700;
}

/* ===== Grid Layout ===== */
.why-choose-grid {
	align-items: start;
}

/* ===== Accordion ===== */
.accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.accordion-item {
	
	
	background: #fff;
	transition: all 0.3s ease;
	border: none;
}


.accordion-header {
	display: flex;
	gap: 12px;
	border: 1px solid #e5e7eb;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: transparent;
	padding: 16px;
	cursor: pointer;
	outline: 0;
	border-radius: 10px;
}
.accordion-header:hover {
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.accordion-icon {
	width: 40px;
	height: 40px;
	background: var(--overlay-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion-icon svg {
	width: 20px;
	height: 20px;
	color: var(--primary);
}

.lucide-chevron-down {
	color: var(--primary);
}

.accordion-title {
	flex: 1;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: var(--primary);
	font-weight: 600;
	margin: 0;
}
.accordion-title:hover{
	color: var(--primary);
}
.accordion-arrow {
	color: var(--primary);
	transition: transform 0.3s ease;
}

.accordion-item.open .accordion-arrow {
	transform: rotate(180deg);
}

.accordion-content {
	display: none;
	padding: 16px 20px;
	background: rgba(157, 182, 80, 0.1);
	border-left: 4px solid var(--primary);
	border-radius: 0 0 10px 10px;
	margin-top: 4px;
	background-color: #f0fff080;
}

.accordion-item.open .accordion-content {
	display: block;
}

.accordion-content p {
	font-size: 14px;
	color: #374151;
	line-height: 23px;
}
.accordion-content p:last-of-type{
	margin-bottom: 0;
}
/* ===== Image Box ===== */
.image-box {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.image-box img {
	width: 100%;
	height: 256px;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.image-box:hover img {
	transform: scale(1.1);
}

.image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(101, 122, 36, 0.2), transparent);
}

/* ===== Stats Section ===== */
.stats-box {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 8px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	padding: 32px;
}

.stat-item {
	text-align: center;
	flex: 1 1 150px;
	padding: 15px;
}

.stat-item img {
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	filter: var(--filter-primary);
}

.stat-value {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: var(--secondry);
	margin-bottom: 6px;
}

.stat-item p {
	font-size: 14px;
	line-height: 18px;
	color: #4b5563;
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235);
}
.stats-box .shrink-0:last-of-type{
	display: none;
}
.flex-shrink-0, .shrink-0 {
	flex-shrink: 0;
}

.w-\[1px\] {
	width: 1px;
}

.h-16 {
	height: 4rem;
	margin: auto 0;
}


/* ===== Section Wrapper ===== */
.services-section {
	padding: 60px 0;
	background: #fff;
}
/* ===== Left Image ===== */
.services-image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
}

.image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(157, 182, 80, 0.15), transparent);
}

/* ===== Right Content ===== */

.services-section .services-header.site_content h2{
	color: var(--primary);
	margin-bottom: 10px;
}
.services-section .services-header.site_content p {
	color: #4b5563;
}

/* ===== Service Boxes ===== */
.services-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 32px 0;
}

.service-box {
	padding: 20px;
	border-radius: 10px;
	border-left: 5px solid;
	transition: all 0.3s ease;
	background: linear-gradient(to right, rgba(var(--primary-rgb), 0.1), transparent);
	cursor: pointer;
	transform: translateX(0);
	border-color: var(--primary);
}

.service-box:hover {
	transform: translateX(10px);
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
	background: linear-gradient(to right, rgba(var(--primary-rgb), 0.2), rgba(var(--primary-rgb), 0));
}

.service-box h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 5px;
}

.service-box p {
	color: #4b5563;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.service-box.accent3,
.service-box.accent2,
.service-box.accent1 {
	border-color: var(--primary);
}

.service-box.accent2 {
	background: linear-gradient(to right, rgba(var(--primary-rgb), 0.1), transparent);
}
.service-box.accent2:hover{
	background: linear-gradient(to right, rgba(var(--primary-rgb), 0.2), rgba(var(--primary-rgb), 0));
}
/* ===== Button ===== */
.services-button {
	margin-top: 20px;
}

.view-btn {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	padding: 12px 30px;
	border-radius: 30px;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: none;
}

.view-btn:hover {
	background: var(--btn-primary-hover);
	transform: scale(1.05);
}

/*=============================  About Page  ===================================*/


.about-section {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0 96px;
	overflow: hidden;
}

.about-section-overlay {
	position: absolute;
	inset: 0;
	background-color: var(--overlay);
	z-index: 1;
}
.about-section-content{
	max-width: 820px;
	margin: 0 auto;
}
.about-section-content.site_content p{
	line-height: 1.625;
}

.mission-section {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.mission-section-image {
    height: 100%;
}
.mission-section-grid {
	align-items: stretch;
	gap: 60px;
}

.mission-section-item {
	display: flex;
	gap: 24px;
	height: 100%;
}
/* ===== Card ===== */
.mission-section-card {
	background: #fff;
	border: 1px solid rgba(34, 90, 35, 0.2);
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 24px;
	transition: all 0.3s ease;
}

.mission-section-card:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	transform: translateY(-3px);
}

/* ===== Header ===== */
.mission-section-header {
	margin-bottom: 25px;
	position: relative;
}

.mission-section-line {
	width: 64px;
	height: 4px;
	background: var(--primary);
	border-radius: 4px;
	margin-bottom: 8px;
}

.mission-section-card h3 {
	font-weight: 700;
	color: #000;
	position: relative;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 24px;
}

/* Always visible underline */
.mission-section-card h3::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 12px;
	background: #657a2433;
	transform: rotate(-1deg);
	transition: all 0.3s ease;
}

/* ===== Text ===== */
.mission-section-text {
	color: #374151;
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
	margin-bottom: 0;
}

.mission-section-card {
	width: 100%;
	height: 100%;
}

/* ===== Image ===== */
.mission-section-image img {
	width: 100%;
	height: 100%;
	    max-height: 260px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


/* ===== Button ===== */
.mission-section-button {
	text-align: center;
	margin-top: 16px;
}

.wavy-divider {
	height: 70px;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	position: relative;
}

.wavy-divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 70px;
}

.care-section {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://dst.stagemy.website/burlingtonconvalescent/wp-content/uploads/2025/11/gallery-8.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.care-section .container {
	position: relative;
}

.care-section .section-header {
	text-align: center;
	position: relative;
	animation: slideUp 0.6s ease forwards;
}

.care-section .section-header.site_content h2 {
	position: relative;
	display: inline-block;
	color: #000;
	margin-bottom: 10px;
}

.care-section .section-header h2::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 12px;
	background: #657a2433;
	transform: rotate(-1deg);
	border-radius: 3px;
	z-index: -1;
}

.care-section .section-header p {
	color: #475569;
}
.care-card {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	border-radius: 14px;
	padding: 25px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	animation: slideUp 0.7s ease both;
}

.care-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.icon-box {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--overlay-light);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.icon-box svg {
	width: 25px;
	height: 25px;
	align-items: center;
	color: var(--primary);
}

.text-box h3 {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Nunito', sans-serif;
	color: var(--primary);
	margin-bottom: 8px;
	font-weight: 700;
}

.text-box p {
	color: #555;
	line-height: 1.6;
	font-size: 16px;
	margin: 0;
}
.container{
	position: relative;
	z-index: 1;
}
    /* Animation */
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.wavy-divider-2 {
	height: 70px;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	position: relative;
}

.wavy-divider-2 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 70px;
}



/* CTA Section */
.cta-section {
	position: relative;
	background-color: #f6f9fe;
	text-align: center;
	    overflow-x: clip;
}

/* Green Line */
.cta-line {
	width: 100px;
	height: 4px;
	background-color: #6b7d33;
	margin: 0 auto 30px;
	border-radius: 5px;
}

/* Text */
.cta-content.site_content p {
	color: #4b5563;
}

/* Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    gap: 16px;
}
.cta-buttons .site_btn{
	font-size: 16px;
	line-height: 24px;
}


/*=============================== gallery Section  ======================================*/

.gallery-section {
	background: linear-gradient(to right, var(--overlay), var(--primary));
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.gallery-section-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0px;
}

.gallery-section-content.site_content h1 {
	font-size: 60px;
	line-height: 60px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}

.gallery-section-content.site_content p {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-weight: 400;
	max-width: 48rem;
	margin: 0 auto;
}

.image-gallery-section {
	padding: 80px 0;
}

.image-gallery-section .site_content {
	max-width: 672px;
	margin: 0 auto;
}
.testimonials-grid,
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.gallery-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	transition: all 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.gallery-item img {
	width: 100%;
	aspect-ratio: 16 / 12;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

/* ===== Testimonials Section ===== */
.testimonials-section {
	background: #f9fafc;
	padding: 80px 0;
}

.testimonial-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	padding: 32px;
	transition: all 0.3s ease;
	text-align: left;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.testimonial-card.site_content p{
	color: #4b5563;
	margin: 0;
}
/* ===== Stars ===== */
.testimonial-stars {
	display: flex;
	margin-bottom: 16px;
}

.testimonial-stars svg {
	width: 20px;
	height: 20px;
	stroke: #fbbf24;
	fill: #fbbf24;
}

/* ===== Divider ===== */
.testimonial-divider {
	border-top: 1px solid #e2e8f0;
	width: 100%;
	margin:24px 0 16px;
}

/* ===== Name & Role ===== */
.testimonial-name {
	font-weight: 700;
	color: var(--primary);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	display: block;
}

.testimonial-role {
	font-size: 14px;
	line-height: 20px;
	color: #6b7280;
	margin-bottom: 0px!important;
}

.stars {
	color: #facc15;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.quote {
	color: #4b5563;
	font-style: italic;
	margin-bottom: 20px;
}

.author h4 {
	color: #1a2b47;
	font-weight: 700;
	margin-bottom: 3px;
}

.author p {
	color: #6b7280;
	font-size: 0.9rem;
}







/*================================Contact page====================================*/


.contact-section {
	position: relative;
	background-image: url('images/contact.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0 112px;
	overflow: hidden;
}

.contact-section-overlay {
	position: absolute;
	inset: 0;
	background-color: var(--overlay);
	z-index: 1;
}

.contact-section-overlay~ .container {
	position: relative;
}
/* ============ Contact Section ============ */
.contact-section-2 {
	background-color: #f8fafc;
}

/* ============ Form Box ============ */
.contact-form-box {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: var(--primary);
	text-align: center;
}

/* ============ Info Cards ============ */
.contact-info-box {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.info-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	text-align: center;
	padding: 24px;
	border: 1px solid #eee;
}

.info-icon {
	background-color: var(--overlay-light);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-icon .icon {
	width: 24px;
	height: 24px;
}

.info-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
}

.info-text {
	color: var(--primary);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.info-icon svg {
    stroke: var(--primary);
}
/*============================  Services page  ===============================*/

.services-page-section {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0 96px;
	overflow: hidden;
}

.services-section-overlay {
	position: absolute;
	inset: 0;
	background-color: var(--overlay);
	z-index: 1;
}

/* ========= Section Base ========= */
.highlights-section {
	background-color: #f8fafc;
	padding: 64px 0;
	font-family: 'Nunito', sans-serif;
}
/* ========= Section Headings ========= */

.site_content.srv_content h2 {
	margin-bottom: 10px;
}

.site_content.srv_content p {
	color: #64748b;
}

/* ========= Grid ========= */
.highlights-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

/* ========= Highlight Item ========= */
.highlight-item {
	background: #fff;
	border-radius: 10px;
	padding: 24px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
	transition: all 0.4s ease;
	transform: translateY(0);
}

.highlight-item:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

/* ========= Icon ========= */
.highlight-icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: var(--overlay-light);
	display: flex;
	align-items: center;
	color: var(--primary);
	justify-content: center;
	margin:0 auto 24px;
	transition: all 0.4s ease;
}
.highlight-icon svg{
	width: 28px;
	height: 28px;
}


.icon {
	width: 28px;
	height: 28px;
	color: #657a24;
	transition: color 0.4s ease;
}

.highlight-item:hover .icon {
	color: #fff;
}

/* ========= Content ========= */
.highlight-content {
	font-family: 'Nunito', sans-serif;
	flex: 1;
	text-align: center;
}

.highlight-title {
	font-size: 24px;
	line-height: 32px;
	color: var(--primary);
	font-weight: 600;
	margin-bottom: 6px;
}

.highlight-text {
	font-size: 0.95rem;
	color: #64748b;
	line-height: 1.6;
	margin: 0;
}
/* Highlight Section Buttons */
.highlight-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
	background-color: var(--primary);
 /* Green accent */
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 3px 6px rgba(101, 122, 36, 0.3);
}

.highlight-btn:hover {
	background-color: var(--btn-primary-hover);
	transform: scale(1.05);
	box-shadow: 0 6px 12px rgba(var(--primary-rgb), 0.4);
}

/* --- AREAS SECTION --- */
.areas-section {
	padding: 0 0 64px;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background-color: #f8fafc;
}

.areas-heading {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.areas-description {
	color: #64748b;
	max-width: 700px;
	margin: 0 auto 40px;
}

.areas-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.area-card {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	text-align: left;
}

.area-icon-wrapper {
	background-color: #002c851a;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
}

.area-icon-wrapper svg {
	stroke: #002c85;
}

.area-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.area-text {
	color: #64748b;
	font-size: 0.95rem;
	margin-bottom: 15px;
}

.area-list {
	list-style-type: disc;
	color: #475569;
	margin-bottom: 0;
}

/* --- CHARLOTTE SECTION --- */
.charlotte-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.charlotte-card {
	border: 1px solid #e2e8f0;
	text-align: center;
	border-radius: 10px;
	padding: 25px 20px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.charlotte-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.charlotte-text {
	color: #64748b;
	font-size: 0.95rem;
}


.care-image img {
    min-height: 300px;
    border-radius: .5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.care-content.h2_small.site_content h2 {
	color: var(--primary);
}

.care-content p {
	color: #475569;
}
.service-area {
	background: #fff;
}

.service-wrapper {
	max-width: 1152px;
	margin: 0 auto;
}

.service-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.service-area .service-box {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 24px;
    transition: all 0.3s ease;
}

.service-area .service-box:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	transform: none;
}
.service-area.subsaute_srvs .service-box .service-title {
    margin: 0;
	font-size: 18px;
	line-height: 23px;
}

.service-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--overlay-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
}

.service-icon svg {
	width: 24px;
	height: 24px;
	color: var(--primary);
}

.service-area .service-title {
	margin-bottom: 15px;
}
.service-box ul,
.service-list {
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
}

.service-box ul li,
.service-list li {
	color: #475569;
	font-size: 16px;
	line-height: 24px;
}

.service-box ul li:not(:last-child),
.service-list li:not(:last-child){
	margin-bottom: 8px;
}
.text_xs .service-box ul li,
.text_xs .service-list li{
	font-size: 14px;
	line-height: 20px;
}


.assist-section {
	background: #f8fafc;
}

.assist-box {
	max-width: 42rem;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	padding: 40px 30px;
	transition: box-shadow 0.3s ease;
}

.assist-box:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.assist-box.site_content h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 15px;
}

.assist-box.site_content p {
	color: #475569;
}

.assist-btn-wrap {
	display: flex;
	justify-content: center;
}

.assist-btn {
	background: var(--primary);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 30px;
	border-radius: 8px;
	transition: background 0.3s ease;
}

.assist-btn:hover {
	background: var(--btn-primary-hover);
}


/* ===== Responsive ===== */

@media (min-width: 768px) {
	.service-layout {
		grid-template-columns: repeat(2, 1fr);
	}
	.service-area.subsaute_srvs .service-layout{
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
	.md\:block {
		display: block;
	}
}

@media (min-width: 1024px) {
	.service-layout {
		grid-template-columns: repeat(3, 1fr);
	}
/* 	.page-id-43 .service-layout {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	} */
	.page-id-43 .service-area.subsaute_srvs .service-layout{
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.service-area.subsaute_srvs .service-layout {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}
}

@media (max-width: 1440px) {
	.mission-section-grid {
		gap: 48px;
	}
	.mission-section-card.site_content p {
		font-size: 16px;
		line-height: 24px;
	}
	.gallery-section-content.site_content h1{
		font-size: 48px;
		line-height: 48px;
	}
	.testimonial-card {
		padding: 24px;
	}
}
@media (max-width: 1180px) {
	.mission-section-grid.grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.contact-info-box,
	.testimonials-grid, .gallery-grid{
		gap: 20px;
	}
	.covina-image-wrapper,
	.covina-image-container{
		min-height: 300px;
	}
}

@media (max-width: 1024px) {
	.insurance-heading p {
		font-size: 18px;
		padding: 8px 18px;
	}

	.insurance-logos {
		gap: 30px;
	}

	.hero-content {
		flex-direction: column;
		text-align: center;
	}

	.hero-text {
		flex: 1 1 100%;
	}

	.hero-form {
		flex: 1 1 100%;
		max-width: 500px;
		margin: 20px auto 0;
	}

	.hero-text h1 {
		font-size: 38px;
	}

	.about-section {
		padding: 80px 20px;
	}

	.about-section-title {
		font-size: 2.5rem;
	}

	.about-section-text {
		font-size: 1.1rem;
	}
	.gallery-section-content.site_content h1{
		font-size: 40px;
		line-height: 40px;
	}
	.gallery-section-content.site_content p{
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 992px) {
	.areas-grid, .charlotte-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.highlights-grid {
		grid-template-columns: 1fr;
	}
	.services-container {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}
	.testimonials-grid, .gallery-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.nav-menu {
		display: grid;
		text-align: center;
	}

	.services-subtitle {
		margin: 0 auto;
	}

	.services-list {
		align-items: center;
	}


	.covina-right {
		margin-top: 40px;
	}
	.covina-image-container {
		min-height: 300px;
		margin-bottom: 100px;
	}

	.covina-container {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.covina-feature-card {
		justify-content: center;
		text-align: left;
	}


	.header-buttons {
		flex-direction: column;
		margin-top: 15px;
	}

	.mission-section-item {
		flex-direction: row;
		align-items: stretch;
	}
	.stats-box {
		padding: 20px;
	}
	.stat-item {
		flex: 1;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.covina-image-wrapper, .covina-image-container {
		min-height: initial;
		aspect-ratio: 12/8;
		border-radius: 12px;
	}
	.covina-image-container {
		margin-bottom: 60px;
	}
	.covina-bg-2 {
		top: 16px;
		bottom: -50px;
	}
	.covina-bg-1 {
		bottom: -50px;
	}
	.care-section {
		padding: 60px 15px;
	}
	 .contact-section{
        padding: 80px 0 96px;
    }
	span#input_2_1_6_container {
		margin: 12px 0 0;
	}
	.testimonials-grid, .gallery-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.section-header h2 {
		font-size: 30px;
	}

	.care-card {
		flex-direction: column;
		text-align: center;
	}

	.icon-box {
		margin: 0 auto 15px;
	}
	.testimonials-title {
		font-size: 1.8rem;
	}

	.testimonials-subtitle {
		font-size: 1rem;
	}

	.testimonial-card {
		padding: 30px 20px;
	}
	.service-layout{
		gap: 20px;
	}
	.service-area.subsaute_srvs .service-layout{
		grid-template-columns: repeat(2, 1fr);
        gap: 20px;
	}
	.stat-item {
		flex: 1 1 100%;
	}

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

	.hidden {
		display: none;
	}

	.why-choose-grid {
		grid-template-columns: 1fr;
	}

	.insurance-section {
		padding: 50px 0;
	}
	.stats-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 0;
	}
	.insurance-logos img {
		height: 65px;
	}

	.hero-text h1 {
		font-size: 32px;
	}

	.about-section {
		padding: 60px 15px;
	}

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

	.about-section-text {
		font-size: 1rem;
	}

	.mission-section {
		padding: 70px 15px;
	}

	.mission-section-title {
		font-size: 1.5rem;
	}

	.mission-section-text {
		font-size: 1rem;
	}

	.gallery-section {
		padding: 70px 15px;
	}

	.gallery-section-content.site_content h1 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 8px;
	}
	.gallery-section-content.site_content p{
		font-size: 16px;
		line-height: 24px;
	}
	.gallery-section-content.site_content p {
		font-size: 16px;
	}

	.mission-section-item {
		display: grid;
	}
	.services-image{
		border-radius: 12px;
	}
	.mission-section-image {
		max-width: 100%;
	}
	.care-image img {
		height: auto;
		aspect-ratio: 12/8;
	}
	.stats-box .shrink-0.h-16.bg-gray-200 {
		width: 64px;
		height: 1px;
		margin: 0 auto 5px;
	}
	.services-section{
		padding: 20px 0 64px;
	}
}


@media (max-width: 600px) {
	.areas-grid, .charlotte-grid {
		grid-template-columns: 1fr;
	}
	.highlight-item {
		flex-direction: column;
		text-align: center;
	}

	.highlight-icon {
		margin-bottom: 15px;
	}
	.form-row {
		grid-template-columns: 1fr;
	}

	.contact-form-box,
 	.info-card {
		padding: 25px 20px;
	}

	.contact-title {
		font-size: 1.5rem;
	}
	.assist-box {
		padding: 30px 20px;
	}
	.assist-title {
		font-size: 1.5rem;
	}
	.custom-submenu {
		grid-template-columns: 1fr;
	}
	.cta-buttons {
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.insurance-heading p {
		font-size: 16px;
	}

	.insurance-logos {
		gap: 20px;
	}

	.insurance-logos img {
		height: 55px;
	}
	.stats-box {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px 0;
	}

}

@media (max-width: 480px) {
	.testimonials-title {
		font-size: 1.5rem;
	}
	.service-layout,
	.service-area.subsaute_srvs .service-layout{
		grid-template-columns: repeat(1, 1fr);
	}
	.hero-form {
		padding: 20px;
	}

	.hero-text h1 {
		font-size: 28px;
	}

	.welcome-badge {
		font-size: 12px;
	}

	.about-section {
		padding: 50px 10px;
	}

	.about-section-title {
		font-size: 1.7rem;
	}

	.about-section-text {
		font-size: 0.95rem;
	}

	.cta-text {
		font-size: 16px;
	}

	.btn-primary,
  .btn-outline {
		width: 100%;
		text-align: center;
	}
}


