/* Navbar */
@media (min-width: 992px) {
	.navbar {
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.navbar-nav {
		align-items: center;
	}
	.navbar-nav .nav-link {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.fanooceLogo {
		height: 30px;
	}
	.navbar-collapse {
		background-color: #fff;
	}
	.navbar-nav .nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.navbar {
	font-size: 1em;
	font-weight: bold;
	background-color: #ffffff;
	min-height: 80px;
	border-bottom: 1px solid #eee;
}

.navbar-nav .nav-link {
	color: #666 !important;
}

.navbar-nav .nav-link:hover {
	color: #000 !important;
	background-color: #eeeeee;
}

.navbar-brand {
	padding: 10px 0;
}

/* Sections */
.container-fluid {
	padding: 5vw 4vw;
}

.hero-section {
	background-color: #fff;
	color: #000;
	margin-top: 80px;
	padding-top: 7vw;
	padding-bottom: 7vw;
}

/* Section scroll offset — clears the fixed navbar */
#about, #services, #why, #learning, #solutions, #faq, #contact {
	scroll-margin-top: 90px;
}

/* Navbar transparent on load */
.navbar-transparent {
	background-color: transparent !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

/* Navbar CTA button */
.btn-nav-cta {
	color: #ff6f00 !important;
	border: 2px solid #ff6f00 !important;
	border-radius: 4px;
	padding: 4px 14px !important;
	line-height: 1.4;
	transition: background-color 0.2s, color 0.2s;
}
.btn-nav-cta:hover {
	background-color: #ff6f00 !important;
	color: #ffffff !important;
}

/* Hero CTA button */
.btn-hero-cta {
	display: inline-block;
	color: #ff6f00;
	border: 2px solid #ff6f00;
	border-radius: 4px;
	padding: 10px 26px;
	font-weight: bold;
	font-size: 1em;
	margin-top: 20px;
	transition: background-color 0.2s, color 0.2s;
}
.btn-hero-cta:hover {
	background-color: #ff6f00;
	color: #ffffff;
	text-decoration: none;
}

/* Service cards */
.service-heading {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
}

.service-icon {
	font-size: 2em;
	color: #ff6f00;
	flex-shrink: 0;
	line-height: 1;
}

.service-col h3 {
	margin-bottom: 0;
}

/* Dark section */
.bg-dark-section {
	background-color: #1a1f2e;
	color: #e0e0e0;
}
.bg-dark-section h2,
.bg-dark-section h3 {
	color: #ffffff;
}
.bg-dark-section strong {
	color: #ffffff;
}
.bg-dark-section a {
	color: #ff6f00;
}
.bg-dark-section ul li {
	color: #e0e0e0;
}

.bg-light-gray {
	background-color: #f6f7f8;
}

.service-col {
	text-align: left;
	padding: 2vw;
}

/* Contact */
.contact-icon {
	font-size: 1.1em;
	margin-right: 6px;
}

/* Footer */
footer {
	margin-top: 40px;
}

footer .footer-icon {
	font-size: 2em;
	margin-bottom: 20px;
	color: #ff6f00;
	display: block;
}

footer a {
	color: #999999;
	text-decoration: none;
}

.footer-copy {
	font-size: 0.8em;
}

/* Form helpers */
.visually-hidden-input {
	display: none;
}

.form-result {
	display: none;
	margin-top: 12px;
	font-size: 0.9em;
}

/* FAQ */
.faq-item {
	border-top: 1px solid #e5e5e5;
	padding-top: 22px;
	margin-top: 22px;
}
.faq-item:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.faq-question {
	font-family: 'Outfit', system-ui, -apple-system, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 6px;
}

/* Client logos */
.client-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.clientlogo {
	max-width: 120px;
	max-height: 50px;
	margin: 2vw;
	filter: grayscale(1);
}
