/**
 * Base/global styles for Nexio Education theme.
 *
 * Component-specific styles are in separate files:
 * - header.css
 * - page-header.css
 * - faq-accordion.css
 * - testimonials-slider.css
 *
 * @package NexioEducation
 */

/* Smooth scroll for anchor links */
html {
	scroll-behavior: smooth;
}

/* Prevent horizontal overflow from off-screen elements */
html,
body {
	overflow-x: hidden;
	max-width: 100vw;
	background-color: #fffefa;
}

.page-template-page-about {
	background: #FFFEFA;
}

/* Remove gaps between page sections */
.page-intro,
.page-header,
.about-page-header,
.story-split,
.process-steps,
.benefits-cards,
.benefits-split,
.values-zigzag,
.testimonials-slider-wrapper,
.cta-banner,
.blog-archive,
.blog-single {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
