﻿/* ===== GENERAL STYLES ===== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	background-color: #f9f8f6;
	color: #333;
}

h1,
h2,
h3,
h4 {
	color: #033b72;
	font-family: "Merriweather", serif;
}

/* ===== NAVBAR STYLES ===== */
#navbar .navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	background: #000;
	transition: transform 260ms ease;
	transform: translateY(0);
	will-change: transform;
}

#navbar .nav-link {
	color: #fff;
	transition: color 160ms ease;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
	color: #aad4ff;
}

#navbar .dropdown-menu {
	background: #000 !important;
	border: none !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	padding-top: 0.25rem;
	min-width: 10rem;
}

#navbar .dropdown-item {
	color: #fff !important;
}

#navbar .dropdown-item:hover,
#navbar .dropdown-item:focus {
	background: #aad4ff !important;
	color: #000 !important;
}

#navbar .dropdown-toggle:focus,
#navbar .nav-link:focus,
#navbar .dropdown-item:focus,
#navbar .navbar-toggler:focus {
	outline: none !important;
	box-shadow: none !important;
}

.navbar-toggler-icon-custom {
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #fff;
	position: relative;
	vertical-align: middle;
	transition: all 220ms ease;
}

.navbar-toggler-icon-custom::before,
.navbar-toggler-icon-custom::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	transition: all 220ms ease;
}

.navbar-toggler-icon-custom::before {
	top: -7px;
}

.navbar-toggler-icon-custom::after {
	top: 7px;
}

.navbar-toggler-icon-custom.open {
	background-color: transparent;
}

.navbar-toggler-icon-custom.open::before {
	transform: translateY(7px) rotate(45deg);
}

.navbar-toggler-icon-custom.open::after {
	transform: translateY(-7px) rotate(-45deg);
}

/* Hover to open dropdowns on desktop */
@media (min-width: 992px) {
	#navbar .dropdown:hover>.dropdown-menu {
		display: block;
	}
}

/* Tighten mobile link padding */
@media (max-width: 575px) {
	#navbar .navbar-nav .nav-link {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

/* ===== FOOTER Styles ===== */
#footer {
	position: relative;
	background: url("../images/footer-background.jpg") no-repeat center center;
	background-size: cover;
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.6;
	font-weight: 500;
	padding-top: 3rem;
	padding-bottom: 2rem;
	overflow: hidden;
}

/* Overlay for better text contrast */
#footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 0;
}

/* Ensure content sits above overlay */
#footer .container {
	position: relative;
	z-index: 1;
}

#footer .footer-links a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	transition: color 0.25s ease, transform 0.25s ease;
}

#footer .footer-links a:hover {
	color: #aad4ff;
	transform: translateX(5px);
}

#footer .footer-links li+li {
	margin-top: 0.5rem;
}

#footer .footer-links i {
	color: #aad4ff;
}

/* Footer headings */
#footer h5,
#footer h6 {
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#footer .brand-img {
	max-width: 230px;
	height: auto;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

/* Copyright */
#footer small {
	font-size: 0.85rem;
	color: #ffffff;
	font-weight: 500;
	opacity: 0.9;
}

@media (max-width: 991px) {
	#footer .footer-section .row {
		text-align: center;
	}

	#footer .footer-section .col-md-5 {
		margin-bottom: 2rem;
	}

	#footer .footer-links {
		text-align: center;
	}
}

@media (max-width: 576px) {
	#footer {
		background-position: center center;
		background-size: cover;
		padding-top: 2.5rem;
		padding-bottom: 2rem;
	}
}

/* ===== HERO SECTION ===== */
.hero-section {
	position: relative;
	width: 100%;
	line-height: 0;
	/* Removes gaps under inline-block images */
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.hero-section img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Adjust spacing for fixed navbar */
body>header.hero-section {
	margin-top: 70px;
	/* adjust if navbar height changes */
}

/* ===== COACH JESSE SECTION ===== */
.coach-wrapper {
	background-color: #eef2f7;
	overflow: hidden;
}

/* Image and layout */
.coach-photo {
	width: 100%;
	max-width: 480px;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Coach name below the image */
.coach-name {
	color: rgba(17, 83, 88, 0.65);
	font-family: "Parisienne", cursive;
	font-weight: 400;
	font-size: clamp(1.3rem, 2vw + 0.5rem, 2rem);
	margin-top: 0.75rem;
}

/* Text column */
#calm-kit p {
	margin-bottom: 1rem;
	font-size: 1.05rem;
	line-height: 1.7;
}

#calm-kit .text-primary {
	color: #033b72;
	font-weight: 700;
	font-size: 1.1rem;
}

@media (max-width: 992px) {
	.coach-photo {
		max-width: 380px;
	}

	.coach-name {
		font-size: 1.4rem;
		margin-top: 0.5rem;
	}
}

@media (max-width: 576px) {
	.coach-photo {
		max-width: 320px;
	}

	#calm-kit p {
		font-size: 1rem;
	}

	#calm-kit .btn {
		width: 100%;
	}
}

/* ===== BUTTON Style ===== */
.btn-blue {
	background-color: #033b72;
	color: #fff;
	border: 2px solid transparent;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(3, 59, 114, 0.4);
	text-decoration: none;
	cursor: pointer;
}

.btn-blue:hover,
.btn-blue:focus {
	background-color: transparent;
	color: #033b72;
	border-color: #033b72;
	box-shadow: 0 6px 18px rgba(3, 59, 114, 0.5);
	transform: translateY(-2px);
	outline: none;
}

.btn-blue:active {
	transform: translateY(1px);
	box-shadow: 0 3px 8px rgba(3, 59, 114, 0.3);
}

.btn-outline-blue {
	background-color: transparent;
	color: #033b72;
	border: 2px solid #033b72;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 12px;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus {
	background-color: #033b72;
	color: #fff;
	box-shadow: 0 6px 18px rgba(3, 59, 114, 0.4);
	transform: translateY(-2px);
	outline: none;
}

.btn-outline-blue:active {
	transform: translateY(1px);
	box-shadow: 0 3px 8px rgba(3, 59, 114, 0.3);
}

/* ===== WHY WORK WITH JESSE Section ===== */
.bg-gradient-section {
	background: linear-gradient(to bottom, #f8f9fa 0%, #e8f0ee 100%);
}

.paragraph-bullet {
	position: relative;
	padding-left: 28px;
	margin-bottom: 1.2rem;
	color: #333;
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 70ch;
}

.paragraph-bullet::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #033b72;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
	transition: background-color 0.3s ease;
}

.paragraph-bullet:hover::before {
	background-color: #0554a3;
}

.badge-card {
	background-color: #064c91;
	color: #fff;
	border-radius: 50px;
	padding: 0.4rem 1.25rem;
	font-size: 0.95rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: all 0.3s ease;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.badge-card i {
	color: #aad4ff;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.badge-card:hover,
.badge-card:focus {
	transform: translateY(-3px);
	background-color: #033b72;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	outline: none;
}

@media (max-width: 767.98px) {
	.paragraph-bullet {
		padding-left: 22px;
		font-size: 1rem;
		line-height: 1.6;
	}

	.badge-card {
		padding: 0.3rem 1rem;
		font-size: 0.9rem;
		margin-bottom: 0.75rem;
	}
}

/* ===== ABOUT SECTION ===== */
.about-section {
	background-color: #f8f9fa;
}

.about-section h2 {
	font-size: clamp(2rem, 1.2rem + 2vw, 2.6rem);
	line-height: 1.25;
	margin-bottom: 0.75rem;
}

.about-section p {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 1rem;
	max-width: 70ch;
}

.mission-box {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.value-item {
	background-color: #fff;
	border: 1px solid #e6eef6;
	border-radius: 999px;
	padding: 0.4rem 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.25s ease;
	cursor: default;
}

.value-item:hover {
	background-color: #eaf2fb;
	border-color: #c7d9ef;
	transform: translateY(-2px);
}

@media (max-width: 992px) {
	.about-section {
		padding: 3.5rem 0;
	}
}

@media (max-width: 576px) {
	.about-section {
		padding: 3rem 0;
	}

	.value-item {
		padding: 0.45rem 0.75rem;
	}
}

/* ===== ANXIETY VS POSSIBILITY Section ===== */
#anxiety-vs-possibility {
	background-color: #fff;
}

/* Shared base styles */
.experience-box,
.possibility-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border-radius: 1rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 2rem;
}

.experience-box h3,
.possibility-box h3 {
	font-weight: 600;
}

.experience-box ul li,
.possibility-box ul li {
	margin-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #222;
	padding-left: 0.25rem;
}

.experience-box {
	background-color: #f8d7da;
	border-left: 6px solid #dc3545;
}

.possibility-box {
	background-color: #d1e7dd;
	border-left: 6px solid #198754;
}

@media (hover: hover) and (min-width: 992px) {

	.experience-box:hover,
	.possibility-box:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	}
}

/* Mobile adjustment: top border instead of left */
@media (max-width: 991.98px) {

	.experience-box,
	.possibility-box {
		border-left: 0;
		border-top: 6px solid currentColor;
	}
}

@media (prefers-reduced-motion: reduce) {

	.experience-box,
	.possibility-box {
		transition: none;
	}
}

/* ===== MODALITIES SECTION ===== */
#modalities {
	background-color: #fff;
}

#modalities h2 {
	font-size: clamp(2rem, 1.2rem + 2vw, 2.4rem);
	margin-bottom: 1rem;
}

#modalities .card {
	transition: all 0.3s ease;
	border: none;
}

#modalities .card-body {
	padding: 2rem 1.5rem;
}

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

#modalities .step-number {
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: #033b72;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	display: inline-block;
	font-size: 1.25rem;
}

/* Headings inside cards */
#modalities h3 {
	font-weight: 600;
}

@media (max-width: 992px) {
	#modalities .step-number {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 1.1rem;
	}
}

@media (max-width: 576px) {
	#modalities .card {
		margin-bottom: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	#modalities .card {
		transition: none;
	}
}

/* ===== REALISTIC GUARANTEES Section ===== */
#guarantees {
	background-color: #f7f7f7;
}

.guarantee-card {
	background: #fff;
	border-radius: 1.25rem;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: default;
}

.guarantee-card i {
	min-width: 2.25rem;
	text-align: center;
	color: #033b72;
	flex-shrink: 0;
}

.guarantee-card p {
	font-weight: 500;
	line-height: 1.5;
	color: #333;
}

@media (hover: hover) {
	.guarantee-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	}
}

.guarantee-card:focus-visible {
	outline: 2px solid #033b72;
	outline-offset: 4px;
}

@media (max-width: 576px) {
	.guarantee-card i {
		font-size: 1.5rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.guarantee-card {
		transition: none;
	}
}

/* ===== SERVICES SECTION ===== */
.services-section {
	background-color: #f8f9fa;
}

.service-card {
	transition: all 0.3s ease;
	border: none;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-card .icon {
	color: #033b72;
}

.service-card h3 {
	font-weight: 700;
}

.service-card p {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
}

.service-link {
	transition: color 0.3s ease;
}

.service-link i {
	transition: transform 0.3s ease;
}

.service-link:hover i,
.service-link:focus i {
	transform: translateX(5px);
}

.service-link:focus-visible {
	outline: 2px solid #033b72;
	outline-offset: 3px;
}

@media (max-width: 576px) {
	.services-section {
		padding: 3rem 0;
	}

	.service-card .icon {
		font-size: 2.25rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-card {
		transition: none;
	}
}

/* ===== SPIRIT & EARTH SECTION ===== */
.spirit-earth-section {
	background-color: #e8e5d8;
	color: #333;
}

.spirit-earth-section h2 {
	font-size: clamp(2rem, 1.2rem + 2vw, 2.5rem);
	line-height: 1.2;
}

.spirit-earth-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #555;
	max-width: 720px;
	margin: 0 auto;
}

@media (max-width: 575.98px) {
	.spirit-earth-section {
		padding: 3rem 0;
	}

	.spirit-earth-text {
		font-size: 1rem;
		line-height: 1.7;
		padding: 0 1rem;
	}
}

/* ===== FAQ SECTION ===== */
.faq-section {
	background-color: #f8f9fa;
	color: #0b1a2b;
}

.faq-section h2 {
	font-size: clamp(2rem, 1.2rem + 2vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
}

.faq-accordion .accordion-item {
	border: none;
	margin-bottom: 0.75rem;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	transition: box-shadow 0.3s ease;
}

.faq-accordion .accordion-item:focus-within {
	box-shadow: 0 0 0 0.2rem rgba(3, 59, 114, 0.2);
}

.faq-accordion .accordion-button {
	background-color: #fff;
	color: #0b1a2b;
	font-weight: 500;
	padding: 1rem 1.5rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	box-shadow: none;
}

.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:focus-visible {
	background-color: #033b72;
	color: #fff;
}

.faq-accordion .accordion-button:not(.collapsed) {
	background-color: #033b72;
	color: #fff;
}

.faq-accordion .accordion-body {
	background-color: #f0f8ff;
	padding: 1rem 1.5rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #333;
}

@media (prefers-reduced-motion: reduce) {

	.faq-accordion .accordion-button,
	.faq-accordion .accordion-item {
		transition: none;
	}
}

@media (max-width: 575.98px) {
	.faq-section {
		padding: 3rem 0;
	}

	.faq-accordion .accordion-body {
		font-size: 0.9rem;
	}

	.faq-accordion .accordion-button {
		padding: 0.9rem 1.25rem;
	}
}

/* ===== CTA SECTION ===== */
.cta-section {
	color: #0b1a2b;
	background: linear-gradient(135deg, #e0f0ff 0%, #a0d4ff 100%);
	padding: 4rem 0;
}

.cta-section h2 {
	font-size: clamp(2rem, 1.2rem + 2vw, 2.6rem);
	line-height: 1.25;
	margin-bottom: 1rem;
}

.cta-description {
	color: #0b1a2b;
	line-height: 1.7;
	max-width: 800px;
}

.cta-subtext {
	color: #555;
	max-width: 700px;
}

@media (max-width: 575.98px) {
	.cta-section {
		padding: 3rem 0;
	}

	.cta-description {
		font-size: 1rem;
		max-width: 95%;
	}

	.cta-section .btn {
		width: 100%;
		font-size: 1rem;
		padding: 0.75rem 1.5rem;
	}

	.cta-subtext {
		font-size: 0.9rem;
		line-height: 1.5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cta-section .btn {
		transition: none;
	}
}

/* ===== MODALS ===== */
.modal-content {
	border-radius: 1rem;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	background-color: #fefefe;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal-header {
	border-bottom: none;
	padding-bottom: 0.5rem;
}

.modal-title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #244a76;
	font-family: "Merriweather", serif;
}

.modal-body {
	padding-top: 0;
}

.modal-body p {
	font-size: 1rem;
	margin-bottom: 1rem;
	line-height: 1.65;
	color: #333;
}

.modal-body ul {
	padding-left: 1.2rem;
	margin-bottom: 1.5rem;
}

.modal-body li {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #333;
}

.modal-body input.form-control {
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	border: 1px solid #c4c4c4;
	font-size: 1rem;
	background-color: #f9f9f9;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.modal-body input.form-control:focus-visible {
	border-color: #4c8ac0;
	background-color: #fff;
	box-shadow: 0 0 0 0.15rem rgba(76, 138, 192, 0.25);
	outline: none;
}

.input-icon {
	position: relative;
}

.input-icon i {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	color: #6f8298;
	font-size: 1.1rem;
	pointer-events: none;
}

.input-icon input.form-control {
	padding-left: 2.5rem;
}

.benefits-list {
	list-style: none;
	padding-left: 0;
	margin-top: 1rem;
}

.benefits-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin-bottom: 0.8rem;
	font-size: 1rem;
	color: #333;
}

.benefits-list li i {
	color: #4c8ac0;
	font-size: 1.2rem;
	margin-top: 0.15rem;
}

@media (max-width: 575.98px) {
	.modal-content {
		padding: 1.5rem;
	}

	.modal-title {
		font-size: 1.4rem;
	}

	.modal-body p,
	.modal-body li {
		font-size: 0.95rem;
	}

	.benefits-list li {
		font-size: 0.95rem;
	}
}

@media (prefers-reduced-motion: reduce) {

	.modal-content,
	.modal-body input.form-control {
		transition: none;
	}
}

/* ===== CONTACT SECTION STYLING ===== */
.text-brand {
	color: #033b72;
	margin-top: -0.5rem;
}

/* Contact line */
.contact-line {
	gap: 1rem;
	flex-wrap: wrap;
}

.contact-line i {
	font-size: 1.1rem;
	color: #033b72;
	vertical-align: middle;
}

/* Contact links */
.legal-link {
	text-decoration: none;
	color: #0b1a2b;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.legal-link:hover,
.legal-link:focus-visible {
	color: #033b72;
	text-decoration: underline;
	text-decoration-color: #033b72;
	outline: none;
}

.contact-line span {
	white-space: nowrap;
}

/* Form styles */
#contactform .form-label {
	color: #033b72;
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

#contactform .form-control {
	border: 1px solid #ced4da;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	box-shadow: none;
}

#contactform .form-control::placeholder {
	color: #000;
	opacity: 1;
}

/* Focus and hover states */
#contactform .form-control:focus,
#contactform textarea.form-control:focus {
	border-color: #033b72;
	box-shadow: 0 0 0 0.15rem rgba(3, 59, 114, 0.25);
	background-color: #fff;
}

/* Textarea hover tint */
#contactform textarea.form-control:hover {
	border-color: #4c8ac0;
}

@media (max-width: 576px) {
	.contact-line {
		text-align: center;
	}

	#contactform .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ===== About Page Styles ===== */
.about-hero {
	background: url("../images/new-ai-background.png") no-repeat center center;
	background-size: cover;
	min-height: 300px;
	overflow: hidden;
	padding-top: 6rem;
}

.about-hero .hero-logo {
	max-width: 240px;
	opacity: 0.6;
	filter: brightness(1.4) contrast(1.2);
	transition: all 0.3s ease-in-out;
}

.about-hero h1 {
	font-size: 5rem;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

/* Content spacing */
section h2 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

section p {
	color: #333;
	line-height: 1.8;
	font-size: 1.05rem;
}

.features-section h2 {
	font-size: clamp(2rem, 1.2rem + 2vw, 2.4rem);
	color: #033b72;
}

.feature-item {
	background-color: #fff;
	transition: all 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-item i {
	color: #033b72;
	transition: all 0.3s ease;
}

.feature-item:hover i {
	color: #0554a3;
	transform: scale(1.1);
}

@media (max-width: 576px) {
	.about-hero .hero-logo {
		max-width: 200px;
	}

	.about-hero h1 {
		font-size: 3rem;
	}

	section p {
		font-size: 1rem;
	}
}

@keyframes slow-rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.spin-slow {
	animation: slow-rotate 20s linear infinite;
}

/* ===== LEGAL PAGES STYLING ===== */
.legal-section {
	background-color: #fff;
	color: #333;
	line-height: 1.8;
	font-size: 1.05rem;
}

.legal-section h2,
.legal-section h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.legal-section p {
	margin-bottom: 1rem;
}

.legal-section strong {
	color: #033b72;
}

.legal-section a {
	color: #033b72;
	text-decoration: underline;
}

.legal-section a:hover {
	color: #0554a3;
	text-decoration: none;
}

@media (max-width: 575.98px) {
	.legal-section {
		font-size: 1rem;
		padding: 3rem 0;
	}
}

/* ===== 7 Module Course Page ===== */
.highlight-box ul {
	list-style: none; /* removes the default bullets/circles */
	padding-left: 0; /* optional: aligns the text nicely */
}

.highlight-box {
	background: #f5fbff;
	border-left: 4px solid #033b72;
	padding: 1rem 1.25rem;
	border-radius: 0.5rem;
}

ul li {
	margin-bottom: 0.5rem;
}

/* === Wellness Coaching Page Styles === */
.card-body {
	border-left: 3px solid #033b72;
	padding-left: 1.25rem;
}

.card-body ul {
	padding-bottom: 1rem;
}

.card-body ul li::before {
	content: "✓";
	color: #033b72;
	margin-right: 8px;
	font-weight: bold;
}

.card {
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(135deg, #f8f9fa, #eef2f7);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-title strong {
	background-color: #033b72;
	color: white;
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 0.9rem;
}

.card-title {
	color: #033b72 !important;
	font-weight: 700;
}

@media (max-width: 576px) {
	.card-body {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* === Coaching Package Styles === */
.highlight-box {
	background: #f5fbff;
	border-left: 4px solid #033b72;
	padding: 1.5rem;
	border-radius: 0.5rem;
}

.highlight-box ul li::before {
	content: "✓";
	color: #033b72;
	margin-right: 8px;
	font-weight: bold;
}

/* === Thank You Page === */
.thank-you-section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(to bottom, #f8f9fa, #e8f0ee);
}

.thank-you-section p.lead {
	font-family: 'Libre Baskerville', serif;
}

.thank-you-section .btn-blue {
	min-width: 160px;
}

/* === Thank You Sale Pages === */
.thank-you-sale {
	background: linear-gradient(135deg, #f8f9fa, #e8f0ee);
}

.thank-you-sale p {
	font-size: 1rem;
	line-height: 1.7;
}

.thank-you-sale .btn-blue {
	min-width: 200px;
}

/* Cross-Promotion Section */
section.bg-light {
	border-top: 1px solid #dee2e6;
}

section.bg-light ul li::before {
	content: "✓";
	color: #033b72;
	font-weight: bold;
	margin-right: 8px;
}

/* Bonus Offer Alert Styling */
.alert-warning {
	background: #fff7e0;
	border: 1px solid #ffd166;
	border-radius: 8px;
	font-size: 1rem;
}

.alert-warning strong {
	color: #a86e00;
}

/* === 404 Page === */
.error-section {
	min-height: 100vh;
	background: linear-gradient(135deg, #e8f0ee, #f8f9fa);
	color: #033b72;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.error-section h1 {
	font-size: 2.5rem;
}

.error-section p {
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

@media (max-width: 576px) {
	.error-section h1 {
		font-size: 2rem;
	}
}