:root {
	/* EcoWash Lounge palette */
	--color-primary: #0d3d5d; /* Bleu foncé (header/footer) */
	--color-secondary: #126fa6; /* Bleu secondaire (liens / actions) */
	--color-cta: #37851b; /* Vert écologique (CTA principal) */
	--color-cta-contrast: #fcfdfd; /* Blanc propreté pour texte sur fonds foncés */
	--color-bg-secondary: #cfe5e3; /* Fond clair principal / backgrounds secondaires */
	--color-muted-bg: #88ada3; /* Vert doux pour cartes / fonds secondaires */
	--color-on-light: #0d3d5d; /* Texte principal sur fonds clairs */
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: var(--color-on-light);
	background-color: #ffffff;
	overflow-x: hidden;
}
.list-group-item.active {
	border-color: #dee2e6;
}
/* Navbar */
.navbar {
	background-color: var(--color-primary);
	padding: 14px 0;
	box-shadow: 0 2px 12px rgba(13, 61, 93, 0.18);
}

.navbar-brand {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--color-cta-contrast) !important;
	font-family: "Poppins", sans-serif;
}

.navbar-brand .brand-logo {
	vertical-align: middle;
	margin-right: 8px;
}

.brand-text {
	display: inline-block;
	color: var(--color-cta-contrast);
	font-size: 1rem;
	font-weight: 700;
	vertical-align: middle;
}

/* Hide brand text on small screens (mobile) to keep toolbar compact */
@media (max-width: 575.98px) {
	.brand-text {
		display: none;
	}
}

.navbar-brand img {
	height: 40px;
	width: auto;
	border-radius: 8px;
	object-fit: cover;
	vertical-align: middle;
	margin-right: 10px;
}

.lang-switch-nav {
	display: flex;
	gap: 10px;
}

.lang-btn {
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid white;
	color: white;
	padding: 5px 15px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: 500;
}

.lang-btn {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--color-cta-contrast);
	padding: 6px 12px;
	border-radius: 18px;
	cursor: pointer;
	transition: all 0.18s ease;
	font-weight: 600;
}
.lang-btn:hover {
	background: rgba(255, 255, 255, 0.18);
}
.lang-btn.active {
	background: var(--color-cta-contrast);
	color: var(--color-primary);
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.62);
}

.carousel-caption {
	bottom: 48%;
	transform: translateY(50%);
	text-align: left;
}

.hero-title {
	font-size: 4em;
	font-weight: bold;
	color: var(--color-cta-contrast);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
	font-family: "Poppins", sans-serif;
}

/* hero logo removed from slides - using text with Poppins font */

.hero-subtitle {
	font-size: 1.8em;
	color: var(--color-cta-contrast);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

/* Services Section */
.services-section {
	padding: 72px 0;
	background-color: var(--color-bg-secondary);
}

.section-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--color-primary);
	margin-bottom: 40px;
	text-align: center;
}

.service-card {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	cursor: pointer;
	height: 100%;
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 32px rgba(13, 61, 93, 0.12);
}

.service-card-img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.service-icon {
	font-size: 2.4rem;
	margin: 18px 0;
	color: var(--color-secondary);
}

/* Pricing Section */
.pricing-section {
	padding: 64px 0;
	background-color: #ffffff;
}

.price-box {
	background-color: var(--color-bg-secondary);
	color: var(--color-on-light);
	padding: 36px;
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(13, 61, 93, 0.06);
	text-align: center;
}

.price-amount {
	font-size: 3.5em;
	font-weight: bold;
	margin: 20px 0;
}

/* Contact Section */
.contact-section {
	padding: 48px 0;
	background-color: var(--color-primary);
	color: var(--color-cta-contrast);
}

.whatsapp-btn {
	background-color: var(--color-cta);
	color: var(--color-cta-contrast);
	padding: 12px 30px;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition:
		transform 0.16s ease,
		box-shadow 0.16s ease;
	box-shadow: 0 8px 24px rgba(55, 133, 27, 0.12);
}

.whatsapp-btn:hover {
	transform: translateY(-3px);
}

.contact-info {
	font-size: 1.5em;
	margin: 30px 0;
}

/* Modal */
.modal-content {
	border-radius: 20px;
	border: none;
}

.modal-header {
	background-color: var(--color-primary);
	color: var(--color-cta-contrast);
	border-radius: 12px 12px 0 0;
}

.modal-body img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
	margin-bottom: 20px;
}

.feature-list {
	list-style: none;
	padding: 0;
}

.feature-list li {
	padding: 10px 0;
	padding-left: 30px;
	position: relative;
}

.feature-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--color-secondary);
}

/* Service list/detail styles */
.service-list-item {
	cursor: pointer;
}

.service-list-item.active {
	background-color: var(--color-muted-bg);
	color: var(--color-primary);
	font-weight: 600;
}

#serviceDetail {
	min-height: 220px;
}

/* thumbnail in list */
.list-thumb {
	width: 56px;
	height: 56px;
	object-fit: cover;
}

/* Replace default blue focus outline with theme-colored highlight */
.service-list-item:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(18, 111, 166, 0.12);
	border-left: 4px solid var(--color-secondary);
}

.service-list-item.active {
	box-shadow: 0 0 0 4px rgba(18, 111, 166, 0.12);
	border-left: 4px solid var(--color-secondary);
}

@media (max-width: 768px) {
	.hero-slider {
		height: 400px;
	}

	.carousel-item {
		height: 400px;
	}

	.hero-title {
		font-size: 2.5em;
	}

	.hero-subtitle {
		font-size: 1.2em;
	}
}
