.overlay-color {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.amenity-template-page-coldplunge .precision-rx #hero .content .heading h1,
.amenity-template-page-coldplunge .precision-rx #hero .content .description {
	color: #ffffff;
}

.happier-columns .info-box .image,
.personalized-column .info-box .image {
	width: 85px;
	margin: 0 auto;
	height: 85px;
}

.amenity-template-page-coldplunge .precision-rx #happier .happier-columns .info-box .heading h3,
.amenity-template-page-coldplunge .precision-rx #personalized .personalized-column .info-box .heading h3  {
	text-transform: initial;
}

.amenity-template-page-coldplunge .precision-rx ul {
	font-size: 20px;
}

#goal .link, #personalized .link {
	text-align: center;
	margin-top: 50px;
}

.amenity-template-page-coldplunge .precision-rx #services .content .heading {
	text-align: left;
}

.amenity-template-page-coldplunge .precision-rx #services .image::before {
    z-index: 1;
    position: absolute;
    top: -10px;
    left: 5px;
    content: '';
    width: 365px;
    height: 265px;
    background-color: #000;
}


.amenity-template-page-coldplunge .precision-rx #services .image img {
    z-index: 2;
    position: relative;
    width: 100%;
}

.amenity-template-page-coldplunge .precision-rx #personalized {
	background-color: #dfe0e3;
}
#intersection {
	background: #ffffff;
}
#pricing {
	padding: 80px 0;
	background: #ffffff;
}

#pricing .content {
	max-width: 800px;
	margin: 0 auto 40px;
}

#pricing .heading h2 {
	margin-bottom: 20px;
}

#pricing .description {
	margin-bottom: 30px;
}

#pricing .pricing-table {
	max-width: 800px;
	margin: 0 auto 35px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#pricing .pricing-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 25px;
	border-bottom: 1px solid #e5e5e5;
}

#pricing .pricing-row:last-child {
	border-bottom: none;
}

#pricing .pricing-name {
	font-weight: 600;
	font-size: 18px;
}

#pricing .pricing-price {
	font-weight: 700;
	font-size: 18px;
	text-align: right;
}

@media (max-width: 767px) {
	#pricing .pricing-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	#pricing .pricing-price {
		text-align: left;
	}
}


#faqs {
	padding: 80px 0;
	background: #fff;
}

#faqs .faqs-list {
	margin: 0 auto;
}

#faqs .faq-item {
	border-bottom: 1px solid #e5e5e5;
}

#faqs .faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
	background: transparent;
	border: none;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	outline: none;
}

#faqs .faq-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

#faqs .faq-answer {
	display: none;
	padding: 0 0 24px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

#faqs .faq-item.active .faq-answer {
	display: block;
}

#faqs .heading h2 {
	text-align: center;
}