h1,
h2,
h3,
h4,
p,
strong,
span,
.header .navmenu ul li a,
footer .footer-links ul li a {
	font-family: 'Open Sans' !important;
}

a,
button {
	font-family: 'Poppins' !important;
}

.faq .faq-container .faq-active h3 {
	color: var(--main-color) !important;
}

input,
textarea {
	font-family: 'Open Sans' !important;
}

#navmenu a,
#footer ul li a {
	font-size: 14px !important;
	font-weight: 600 !important;
}

.cta-medicare-section .container {
	max-width: 1166px;
}

.testimonials .testimonial-item {
	min-height: unset !important;
}

.testimonials .swiper-pagination {
	margin-top: 40px !important;
}

.testimonials .testimonial-item .rating-info {
	margin: -35px 0 0 40px;
	position: relative;
	z-index: 2;
}

.testimonials .testimonial-item .rating-info .bi.bi-star-fill {
	color: #fbbf24 !important;
}

.btn-theme-primary {
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 4px;
	border: 2px solid transparent;
	color: var(--surface-color);
	background-color: var(--contrast-color);
}

.btn-theme-primary:hover {
	border: 2px solid var(--contrast-color);
	color: var(--contrast-color);
	background-color: var(--surface-color);
}

.team-member i {
	font-size: 19px;
}

#team_page .accent-background {
	background-color: #A1C8B2 !important;
}

@media only screen and (max-width: 767px) {

	.header .logo img {
		max-height: 60px !important;
	}

	#team_page .member-img {
		width: 100% !important;
		min-height: 400px !important;
	}

	#team_page .team-member {
		flex-direction: column !important;
	}

	.hero-custom .container {
		margin: 0;
		background-image: unset;
	}

	section.hero-custom {
		padding: 0px !important;
	}

	.section {
		padding: 40px 0 !important;
	}

	.typography-container ul li i,
	.typography-container ul li span {
		display: inline !important;
	}

	.about-section {
		margin-top: 0 !important;
	}
}

footer .footer-links ul li a.active {
	color: var(--nav-hover-color);
}

.typography-container ul {
	list-style: none;
}

.typography-container ul li i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--accent-color);
}

.typography-container ul li i,
.typography-container ul li span {
	display: inline-block;
	vertical-align: middle;
	/* vertical center */
}

.typography-container ol > li:not(:last-child) {
	margin-bottom: 20px;
	/* spacing between main list items */
}


.hero-custom .container {
	background-image: url(../img/hero-blur-2.png) !important;
	padding-top: 130px;
	max-width: 100%;
	z-index: 3;
	margin-bottom: 0;
	background: unset;
	background-position: top center;
	border-top: unset !important;
}

/* Requirements & Cost title background */

.hero-custom .container span {
	color: var(--nav-hover-color);
}

.hero-custom .container h1 {
	font-weight: bold !important;
}

/* Home page about section */
.about-section .container {
	max-width: 1166px;
}

.about-section img {
	max-width: 100% !important;
}

.about-section .about-box {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(11.5px);
	border-radius: 15px;
	position: absolute;
	width: 50%;
	left: 115px;
	top: 55px;
	width: 60%;
	z-index: 2;
	overflow: visible;
}

.about-box {
	padding-left: 35px;
	padding-bottom: 40px;
	padding-top: 34px;
	padding-right: 74px;

	width: 705px !important;
	left: 5px !important;
}

/* Decorative glow circle behind the about box */
.about-section .about-box::after {
	content: "";
	position: absolute;
	right: 160px;
	bottom: -80px;
	width: 290px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle at center, rgba(161, 200, 178, 0.30) 0%, rgba(161, 200, 178, 0.18) 30%, rgba(161, 200, 178, 0.25) 55%, rgba(161, 200, 178, 0.00) 75%);
	filter: blur(40px);
	z-index: -1;
	pointer-events: none;
}

.about-section .section-title {
	text-align: unset;
}

.main-title .section-title h2:after {
	margin: unset;
}

.about-section .container {
	position: relative;
}

@media only screen and (max-width: 1199px) {

	/* Responsive: About section */

	.about-section .about-box {
		left: 40px !important;
		top: 40px;
		width: 60% !important;
		height: auto;
	}

	.about-section img {
		width: 100%;
		height: auto;
	}

	/* Responsive: CTA Medicare section */
	.cta-medicare-section .container {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.cta-medicare-section img {
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 575px) {
	.about-section .about-box {
		padding: 16px;
		margin-top: 12px;
	}

	.about-section .btn-theme-primary {
		width: 100%;
	}

	.about-requirements .req-grid {
		grid-template-columns: 1fr !important;
	}

	.about-requirements .req-card {
		padding: 18px;
	}

	.cta-medicare-section .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.cta-medicare-section .btn-theme-primary {
		width: 100%;
	}

	#tabs .req-card a {
		word-break: break-word !important;
	}
}

/* Desktop: perfectly center the about box vertically */
@media only screen and (min-width: 992px) {
	.about-section .about-box {
		top: 50%;
		transform: translateY(-50%);
	}
}


/* home page cta section */

.cta-medicare-section {
	padding-bottom: 0 !important;
}

.cta-medicare-section img {
	box-shadow: 0px -6px 24px rgba(255, 255, 255, 0.3);
	border-radius: 20px 20px 0px 0px;
}

@media only screen and (min-width: 768px) {
	.visibility-hidden {
		visibility: hidden !important;
	}
}

/* About page: Requirements section */
.about-requirements .container {
	max-width: 1166px;
}

.about-requirements .req-highlight {
	color: var(--main-color) !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;

}

.about-requirements .req-card {
	background: #fff;
	border: 1px solid var(--contrast-color);
	border-radius: 12px;
	padding: 0px 24px 24px;
}

.about-requirements .req-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 28px;
	margin-top: 18px;
}

.about-requirements .req-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.about-requirements .req-item span .req-highlight {
	font-weight: 600 !important;
}

/* Requirements & Cost card titles background */
.about-requirements .req-card-title.text-black {
	background: #0F354F !important;
	padding: 15px 24px;
	border-radius: 8px 8px 0 0;
	display: block;
	width: calc(100% + 48px);
	margin-bottom: 20px;
	margin-left: -24px;
	margin-right: -24px;
	color: #FFF !important;
}

/* Read more/less clamp */
.read-collapsed {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.req-read-toggle {
	font-weight: 600;
	text-decoration: none;
	color: var(--main-color);
}

@media only screen and (max-width: 991px) {
	.cta-medicare-section {
		text-align: center;
	}

	.cta-medicare-section .btn-theme-primary {
		margin-top: 12px;
	}

	.cta-medicare-section .img-box {
		margin-top: 25px;
	}

	.about-img-wrapper {
		margin-top: 20px;
	}

	.about-section .about-box {
		position: static !important;
		width: 100% !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		height: auto;
		padding: 20px;
		margin-top: 15px;
	}

	.about-section .about-box::after {
		left: -40px;
		bottom: -40px;
		width: 220px;
		height: 220px;
	}

	.about-section .section-title {
		text-align: center;
	}

	.main-title .section-title h2:after {
		margin: 0 auto !important;
	}

	.about-section img {
		width: 100%;
		height: auto;
	}
}


/* Contact page */

#featured-services .service-item:hover img {
	filter: brightness(0) invert(1);
	transition: 0.3s ease;
}

.features-icon-box .icon {
	padding: 18px;
	margin-right: 20px;
	border-radius: 4px;
	line-height: 0;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	width: 100px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features-icon-box .icon-box img {
	filter: brightness(0) invert(1);
}

.features-icon-box .icon-box:hover img {
	filter: unset !important;
}

.features-icon-box .icon-box .icon {
	background: var(--contrast-color);
}

.features-icon-box .icon-box:hover .icon {
	background: #fff
}

.doctors-custom .team-member .member-img img {
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.features-icon-box .icon-box {
	padding: 10px;
	background: rgba(35, 128, 74, 0.1);
	border-radius: 15px;
	margin-top: 20px;
}

@media only screen and (max-width: 500px) {
	#header .branding > div.container {
		flex-wrap: wrap !important;
		justify-content: center !important;
		row-gap: 10px !important;
	}
}


.cta-sec {
	padding: 60px 0;
}

.cta-card {
	position: relative;
	border-radius: 20px;
	padding: 80px 20px;
	overflow: hidden;
	background: linear-gradient(135deg, #0f3d4c, #1f7a4c);
}

/* Center Content */
.cta-content h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 15px;
}

.cta-content p {
	max-width: 600px;
	margin: 0 auto 25px;
	font-size: 15px;
}

.cta-btn {
	background: #e5e7eb;
	color: #111827;
	padding: 12px 28px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
}

.cta-btn:hover {
	background: #111827;
	color: #e5e7eb;
	padding: 12px 28px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
}

/* Floating avatars */
.avatar {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	object-fit: cover;
}

/* Position */
.a1 {
	top: 20px;
	left: 40px;
}

.a2 {
	top: 80px;
	left: 120px;
}

.a3 {
	bottom: 60px;
	left: 165px;
}

.a4 {
	top: 30px;
	right: 60px;
}

.a5 {
	top: 100px;
	right: 140px;
}

.a6 {
	bottom: 95px;
	right: 90px;
}

.a7 {
	bottom: 30px;
	right: 170px;
}

.a8 {
	top: 150px;
	left: 60px;
}

@media (max-width: 768px) {

	.cta-card {
		padding: 50px 20px;
		border-radius: 16px;
	}

	.cta-content h2 {
		font-size: 22px;
		line-height: 1.3;
	}

	.cta-content p {
		font-size: 14px;
		padding: 0 10px;
	}

	.cta-btn {
		padding: 10px 20px;
		font-size: 14px;
	}

	.a2,
	.a3,
	.a5,
	.a7,
	.a8 {
		display: none;
	}

	.avatar {
		width: 35px;
		height: 35px;
	}

	.a1 {
		top: 10px;
		left: 15px;
	}

	.a4 {
		top: 15px;
		right: 15px;
	}

	.a6 {
		bottom: 15px;
		right: 20px;
	}
}

@media (max-width: 1024px) {

	.cta-card {
		padding: 60px 30px;
	}

	.cta-content h2 {
		font-size: 28px;
	}

	.cta-content p {
		font-size: 14px;
	}

	/* Reduce avatar size */
	.avatar {
		width: 40px;
		height: 40px;
	}

	/* Slightly adjust positions */
	.a1 {
		top: 15px;
		left: 25px;
	}

	.a2 {
		top: 70px;
		left: 80px;
	}

	.a3 {
		bottom: 40px;
		left: 100px;
	}

	.a4 {
		top: 20px;
		right: 30px;
	}

	.a5 {
		top: 80px;
		right: 90px;
	}

	.a6 {
		bottom: 12px;
		right: 60px;
	}

	.a7 {
		bottom: 20px;
		right: 120px;
	}
}

/* footer */

/* MAIN FOOTER CARD */
.footer {
	background-color: #f1f3f2;
	border-radius: 20px;
	margin: 30px;
	padding: 50px 40px 30px;
}

/* LOGO */

.footer-contact p {
	color: #6b7280;
	font-size: 14px;
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

/* LINKS */
.footer-links h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #111827;
}

.footer-links ul li a {
	color: #6b7280;
	text-decoration: none;
	font-size: 14px;
}

.address-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.address-item i {
	color: #22c55e;
	font-size: 18px;
	margin-top: 3px;
}

.address-item p {
	color: #000000;
}

/* RIGHT CONTACT BOX */
.contact-card {
	background: #e7efea;
	padding: 20px 22px;
	border-radius: 16px;
}

/* CONTACT ITEM */
.contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #374151;
}

.contact-item span {
	color: #000;
}

/* ICON STYLE */
.contact-item i {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: var(--main-color);
	border-radius: 50%;
	font-size: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ft-title {
	color: var(--main-color) !important;
}

@media (max-width: 768px) {

	.footer {
		margin: 15px;
		padding: 30px 5px;
		border-radius: 16px;
	}

	.footer-about {
		text-align: center;
	}

	.footer-about img {
		margin: 0 auto;
	}

	.footer .footer-links {
		margin-bottom: 0px;
	}

	.address-item {
		justify-content: center;
		text-align: left;
	}

	.footer-links ul {
		padding: 0;
	}

	.contact-card {
		max-width: 100%;
		padding: 8px;
	}

	.contact-item i {
		width: 34px;
		height: 34px;
		min-width: 34px;
		font-size: 14px;
	}

	/* Fix long email overflow */
	.contact-item span {
		word-break: break-word;
	}

	.footer .footer-top {
		padding-top: 0px;
	}

	.cta-sec {
		padding: 10px 0;
	}

	.copyright {
		font-size: 12px;
	}

}

/* index page */

.team-section {
	padding: 60px 0 0;
}

.team-box {
	background: #e9f1ec;
	border-radius: 20px;
	padding: 40px 20px 30px;
}

.team-title {
	font-weight: 700;
	margin-bottom: 15px;
}

.team-card {
	border-radius: 12px;
	padding: 15px 10px;
	text-align: center;
	transition: 0.3s;
}

.team-card img {
	background: #ffffff;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.team-card h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 3px;
	text-align: left;
}

/* ROLE */
.team-card p {
	font-size: 14px;
	color: #22c55e;
	margin: 0;
	text-align: left;
	font-weight: 500;
}

.team-card:hover {
	transform: translateY(-5px);
}

.testimonials-custom{
	padding: 60px 0 0;
}

@media (max-width: 768px) {

	.team-box {
		padding: 25px 15px;
	}

	.team-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.team-card {
		margin-bottom: 15px;
	}
}

.hero-certified {
	position: relative;
	border-radius: 20px;
	margin: 30px;
	padding: 80px 0px 0px 60px;
	overflow: hidden;
}

.hero-certified::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('../img/hero_bg.png') no-repeat center;
	background-size: cover;
	opacity: 0.3;
	z-index: 1;
}

.hero-certified .container {
	position: relative;
	z-index: 2;
}

.hero-img {
	/* position: absolute; */
	right: 0;
	bottom: 0;
	/* height: 100%; */
	/* max-height: 420px; */
	/* object-fit: contain; */
	/* width: 75%; */
	position: relative;
	z-index: 999;
	margin-right: -12px;
	height: 480px;
}

.hero-content h1 {
	font-size: 52px;
	font-weight: 700;
	color: #0f2a3c;
}

.hero-content p {
	color: #6b7280;
	margin-bottom: 25px;
}

.hero-tag {
	background: #fff;
	color: var(--main-color);
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}

.hero-left-content {
	z-index: 999;
}

.about-img-wrap {
	position: relative;
	width: fit-content;
}

.dots {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 140px;
	z-index: 1;
}

.img-main {
	position: relative;
	width: 340px;
	height: 380px;
	object-fit: cover;
	border-radius: 20px;
	z-index: 2;
}

.img-small {
	position: absolute;
	top: 170px;
	right: -100px;
	transform: translateX(40%);
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 16px;
	z-index: 3;
}

.about-content h2 {
	font-weight: 700;
	margin-bottom: 15px;
}

.about-icons {
	display: flex;
	gap: 100px;
	margin-top: 35px;
}

.icon-box-about {
	text-align: center;
	max-width: 120px;
}

.icon-circle {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background: #e6f4ec;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-circle i {
	color: var(--main-color);
	font-size: 30px;
}

.icon-box-about p {
	font-size: 18px;
	color: #10354F;
	font-weight: 600 !important;
}

.about-hr {
	margin-top: 35px;
}

@media (max-width: 768px) {

	.hero-certified {
		padding: 30px 15px 0;
		margin: 15px;
		text-align: center;
		border-radius: 20px;
	}

	.hero-left-content {
		order: 1;
	}

	.hero-certified .col-lg-8 {
		order: 2;
	}

	.hero-img {
		width: 100% !important;
		max-width: 320px;
		height: auto;
		margin: 20px auto 0;
		display: block;
		position: relative;
		bottom: -10px;
		margin-right: -26px !important;
		height: auto !important;
	}

	.hero-content h1 {
		font-size: 32px;
		line-height: 1.3;
	}

	.hero-content p {
		font-size: 14px;
	}

	.about-sec {
		padding: 40px 15px;
		text-align: center;
	}

	.about-img-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.about-content h2 {
		font-weight: 700;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.img-main {
		width: 100%;
		height: auto;
	}

	.img-small {
		position: relative;
		transform: none;
		top: 0;
		right: 0;
		width: 80%;
		max-width: 220px;
		height: auto;
	}

	.dots {
		display: none;
	}

	.about-icons {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.team-section {
		padding: 0;
	}
}

/* testimonials */

/* NAME + STARS INLINE */
.name-with-stars {
	display: flex;
	align-items: center;
	gap: 8px;
	/* small gap only */
	margin: 10px 15px 5px 15px;
}

/* STARS */
.name-with-stars .stars-display {
	display: flex;
	gap: 2px;
}

.name-with-stars .bi-star-fill {
	color: #fbbf24;
	font-size: 14px;
}

/* breadcrumb */
.page-bg {
	background: linear-gradient(135deg, #23804A, #10354F);
}

/* about page */

.about-sec {
	padding: 80px 0 40px;
}

/* IMAGE */
.about-img-box {
	position: relative;
}

.about-img {
	border-radius: 20px;
	display: block;
	width: 100%;
	margin-right: 15px;
}

/* CONTENT */
.about-content-box {
	padding-left: 20px;
}

.about-title {
	font-size: 32px;
	font-weight: 700;
	color: #10354F;
	margin-bottom: 20px;
}

.about-content-box p {
	color: var(--default-color);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.mission-hr {
	color: var(--main-color);
}

.through-content {
	background: #F4F9F6;
	border-left: 3px solid var(--main-color);
	border-radius: 5px;
	padding: 10px;
	color: #000 !important;
}


.features-sec {
	padding: 80px 0;
	background-color: #F4F9F6;
	border-radius: 30px;
	margin: 0 35px;
}

.feature-card {
	position: relative;
	background: #fff;
	padding: 40px 20px 25px;
	border-radius: 16px;
	height: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.feature-card .icon {
	position: absolute;
	top: -25px;
	left: 20px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #23804A, #10354F);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-card .icon img {
	width: 28px;
	filter: brightness(0) invert(1);
}

.feature-card .icon img:hover img {
	filter: unset !important;
}

.feature-card:hover .icon {
	background: #fff !important;
}

.feature-card:hover .icon img {
	filter: none;
}

/* TEXT */
.feature-card h4 {
	font-size: 18px;
	font-weight: 600;
	color: #10354F;
	margin-top: 30px;
	margin-bottom: 10px;
}

.feature-card p {
	font-size: 14px;
	color: #6b7280;
}

.feature-card.active {
	background: linear-gradient(135deg, #23804A, #10354F);
	color: #fff;
	transform: translateY(-10px);
}

.feature-card:hover {
	background: linear-gradient(135deg, #23804A, #10354F);
	color: #fff;
}

.feature-card:hover h4,
.feature-card:hover p {
	color: #fff;
}

/* Benefit -Section */
.services-sec {
	padding: 60px 0;
}

.benefits-features-img img {
	width: 100%;
	border-radius: 16px;
}

.benefits-features-list {
	padding-left: 30px;
}

.benefits-feature-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 18px 0;
	border-bottom: 1px solid #23804A33;
}

.benefits-feature-item .icon {
	min-width: 40px;
}


.benefits-feature-item:last-child {
	border-bottom: none;
}

.benefits-feature-item .icon img {
	width: 30px;
}

.benefits-feature-item h4 {
	min-width: 220px;
	font-size: 20px;
	font-weight: 600;
	color: #10354F;
	margin: 0;
}

.benefits-feature-item p {
	margin: 0;
	font-size: 16px;
	color: var(--default-color);
	flex: 1;
}

/* about-requirement section */

.about-requirements {
	background: #e9f1ec;
	padding: 60px 0;
	border-radius: 30px;
	margin: 0 30px;
}

/* CARDS BASE */
.req-card-requirement {
	padding: 30px 30px 0 30px;
	border-radius: 16px;
	height: 100%;
}

/* LEFT DARK CARD */
.req-dark {
	background: #10354F !important;
	color: #fff;
}

.req-dark h4,
.req-dark p {
	color: #fff;
	margin-bottom: 22px;
}

/* LIST */
.req-list div {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 16px;
}

.req-list img {
	width: 28px;
	filter: brightness(0) invert(1);
}

/* MIDDLE GREEN CARD */
.req-green {
	background: var(--main-color) !important;
	color: #fff;
}

.req-green h4 {
	color: #fff;
	margin-bottom: 40px;
}

.req-green h2 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.req-green h2 span {
	font-size: 14px;
	font-weight: 400;
}

.req-green .small {
	font-size: 13px;
	opacity: 0.8;
}

/* BUTTON */
.req-btn {
	display: inline-block;
	margin-top: 40px;
	background: #fff;
	color: var(--main-color);
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
}

/* RIGHT LIGHT CARD */
.req-light {
	background: #f3f4f6;
	color: #10354F;
}

.req-light .line {
	margin-top: 130px;
	height: 3px;
	width: 305px;
	background: var(--main-color);
}

.req-dark hr {
	border-color: var(--main-color);
	margin: 20px 0;
}

.req-light hr {
	border-color: #fff;
	margin: 20px 0;
}

.chca-cost-link {
	color: #10354F;
	font-weight: 500;
	text-decoration: none;
	word-break: break-word;
}

@media (max-width: 991px) {

	.about-img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	.about-content-box {
		padding-left: 0;
		text-align: center;
	}

	.about-title {
		font-size: 26px;
	}

	.about-content-box p {
		font-size: 15px;
	}

	.features-sec {
		margin: 0 15px;
		padding: 50px 15px;
	}

	.feature-card {
		padding: 30px 15px 20px;
	}

	.feature-card .icon {
		left: 50%;
		transform: translateX(-50%);
	}

	.feature-card h4 {
		text-align: center;
		margin-top: 40px;
	}

	.feature-card p {
		text-align: center;
	}

	.benefits-features-list {
		padding-left: 0;
		margin: 30px;
	}

	.benefits-feature-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.benefits-feature-item h4 {
		min-width: auto;
		font-size: 18px;
	}

	.benefits-feature-item p {
		font-size: 14px;
	}

	.about-requirements {
		margin: 0 15px;
		padding: 50px 15px;
	}

	.req-card-requirement {
		padding: 20px;
	}

	.req-green h2 {
		font-size: 22px;
	}

	.req-btn {
		width: 100%;
		text-align: center;
	}

	.req-light .line {
		width: 100%;
		margin-top: 20px;
	}

	.chca-cost-link {
		display: inline-block;
		word-break: break-word;
	}
}

@media (max-width: 576px) {

	.about-sec {
		padding: 40px 0;
	}

	.services-sec {
		padding: 40px 0;
	}

	.about-title {
		font-size: 22px;
	}

	.benefits-feature-item {
		padding: 12px 0;
	}

	.req-card-requirement {
		margin-bottom: 15px;
	}
}

/* chca-benefits-section */

.chca-benefits-sec {
	padding: 60px 0 0;
}

.main-title {
	font-size: 32px;
	font-weight: 700;
	color: #10354F;
}

.sub-title {
	color: #6b7280;
	font-size: 16px;
	margin-top: 10px;
}

.benefit-img img {
	width: 100%;
	height: 198px;
	border-radius: 16px;
	object-fit: cover;
	min-height: 100%;
}

.benefit-card {
	background: #eef2ef;
	padding: 25px;
	border-radius: 16px;
	height: 100%;
	transition: 0.3s;
}

.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ICON */
.benefit-card .icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #23804A, #10354F);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.benefit-card .icon img {
	width: 33px;
	filter: brightness(0) invert(1);
}

/* TEXT */
.benefit-card h4 {
	font-size: 18px;
	font-weight: 600;
	color: #10354F;
	margin-bottom: 8px;
}

.benefit-card p {
	font-size: 14px;
	color: #6b7280;
}

@media (max-width: 991px) {

	.benefit-img {
		margin-bottom: 20px;
	}

	.main-title {
		font-size: 24px;
	}

	.benefit-card {
		padding: 20px;
	}

	.benefit-img img {
		height: auto;
	}

	.chca-benefits-sec {
		padding: 20px 0;
	}
}

@media (max-width: 576px) {

	.benefit-card h4 {
		font-size: 16px;
	}

	.benefit-card p {
		font-size: 13px;
	}
}

/* contact page */

.contact {
	padding: 80px 0 20px 0;
}

/* WRAPPER */
.contact-wrapper {
	display: flex;
	align-items: stretch;
}

.contact-wrapper > div {
	display: flex;
	flex-direction: column;
}

.contact-left h3 {
	font-size: 28px;
	font-weight: 700;
	color: #10354F;
	margin-bottom: 25px;
	position: relative;
}

.contact-left h3::after {
	content: "";
	width: 50px;
	height: 3px;
	background: var(--main-color);
	display: block;
	margin-top: 8px;
}

.contact-item .icon {
	width: 45px;
	height: 45px;
	background: #e6f4ec;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-item .icon i {
	color: var(--main-color);
	font-size: 18px;
}

.contact-item .label {
	font-size: 13px;
	color: #9ca3af;
	margin-bottom: 2px;
}

.contact-item p {
	margin: 0;
	font-size: 15px;
	color: #10354F;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
	color: #10354F;
}

.contact-link:hover {
    color: inherit;
}

.contact-link .contact-item {
    cursor: pointer;
}

.contact-row {
	display: flex;
	gap: 40px;
}

.contact-form-box {
	background: #F4F9F6;
	padding: 30px;
	border-radius: 16px;
}

.contact-form-box input,
.contact-form-box textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #cbd5e1;
	background: transparent;
	padding: 10px 5px;
	font-size: 14px;
	outline: none;
}

.btn-submit {
	width: 100%;
	background: var(--main-color);
	color: #fff;
	border: none;
	padding: 12px;
	border-radius: 4px;
	margin-top: 10px;
	font-weight: 600;
	transition: 0.3s;
}

.btn-submit:hover {
	background: #10354F;
}

@media (max-width: 768px) {

	.contact {
		padding: 40px 15px !important;
	}

	.contact-left {
		margin-bottom: 30px;
	}

	.contact-row {
		flex-direction: column;
		gap: 20px;
	}

	.contact-item {
		display: flex;
		align-items: center;
		gap: 5px;
		margin-bottom: 20px;
		font-size: 13px;
	}

	.contact-item .icon {
		min-width: 45px;
		width: 45px;
		height: 45px;
		flex-shrink: 0;
	}

	.contact-item p {
		word-break: break-word;
		line-height: 1.6;
	}

	.contact-form-box {
		padding: 20px;
	}
}

/* Agent Registration Page */
.agent-info-text {
	color: var(--main-color);
	padding: 20px 30px;
	font-weight: 600;
}

.text-payable {
	padding: 20px 30px;
	color: #fff;
	font-weight: 600;
}

.payment-divider {
	color: #ffffff;
}

.payment-card-img {
	margin-right: 15px;
}

.secure-text {
	font-size: 18px;
	color: #000;
}

.encrypt-text {
	font-size: 16px;
	color: #000;
}

@media (max-width: 991px) {

    .footer .row {
        row-gap: 30px;
    }

    .contact-card {
        width: 100%;
        max-width: 100%;
    }

	.footer .col-lg-4.col-md-6:last-child {
        width: 100%;
    }
}

.ct-link {
	color: var(--background-color);
}

.ct-link:hover {
	color: var(--background-color);
}

.ct-link-ft {
	color: #000;
}

.ct-link-ft:hover {
	color: #000;
}

/* header login btn */
.cta-btn-custom {
	color: var(--surface-color);
	background: var(--contrast-color);
	font-size: 14px;
	padding: 8px 20px;
	margin: 0 5px 0 20px;
	border-radius: 4px;
	transition: 0.3s;
	font-weight: 600;
}

.cta-btn-custom:hover {
	background: #10354F;
	color: var(--surface-color);
	padding: 10px 24px;
}