:root {
	--faturio-forest: #1f4d3a;
	--faturio-sage: #9dcc78;
	--faturio-mist: #eaf5e7;
	--faturio-ivory: #fcfcf8;
	--faturio-charcoal: #24322d;
	--faturio-teal: #237b73;
	--faturio-ochre: #c9862d;
	--faturio-terracotta: #b64d48;
	--faturio-border: #d7e5d2;
	--faturio-radius-button: 10px;
	--faturio-radius-card: 16px;
	--faturio-shadow-card: 0 12px 30px rgba(31, 77, 58, 0.08);
	--faturio-font-display: "Poppins", "Helvetica Neue", sans-serif;
	--faturio-font-body: "Karla", "Helvetica Neue", sans-serif;
}

body,
button,
input,
select,
textarea {
	font-family: var(--faturio-font-body);
}

body {
	background-color: var(--faturio-ivory);
	color: var(--faturio-charcoal);
	font-size: 17px;
	line-height: 1.6;
}

body :is(h1, h2, h3, h4, h5, h6),
body .spnc-entry-title,
body .spnc-entry-title a,
body .widget-title,
body .page-title,
body .page-title h1,
body .spnc-nav > li > a {
	font-family: var(--faturio-font-display);
	color: var(--faturio-forest);
}

body :is(h1, .page-title h1, .spnc-default-page .spnc-entry-title) {
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
}

body :is(h2, h3, h4, h5, h6, .spnc-entry-title, .widget-title) {
	font-weight: 700;
	letter-spacing: 0;
}

body p,
body li,
body input,
body select,
body textarea {
	color: var(--faturio-charcoal);
}

body a {
	color: var(--faturio-teal);
}

body a:hover,
body a:focus {
	color: var(--faturio-forest);
}

body ::selection {
	background: var(--faturio-sage);
	color: var(--faturio-forest);
}

body :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--faturio-sage);
	outline-offset: 3px;
}

body :is(input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], textarea, select) {
	border-color: var(--faturio-border);
	border-radius: 10px;
	font-family: var(--faturio-font-body);
}

body :is(input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], textarea, select):focus {
	border-color: var(--faturio-teal);
	box-shadow: 0 0 0 3px rgba(35, 123, 115, 0.16);
}

body :is(.wp-element-button, .wp-block-button__link, .button, button[type="submit"], input[type="submit"], .spnc-more-link) {
	min-height: 44px;
	padding: 11px 20px;
	border: 0;
	border-radius: var(--faturio-radius-button);
	background: var(--faturio-forest);
	color: #fff;
	font-family: var(--faturio-font-display);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	text-decoration: none;
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body :is(.wp-element-button, .wp-block-button__link, .button, button[type="submit"], input[type="submit"], .spnc-more-link):hover,
body :is(.wp-element-button, .wp-block-button__link, .button, button[type="submit"], input[type="submit"], .spnc-more-link):focus {
	background: #163b2b;
	color: #fff;
	box-shadow: 0 8px 18px rgba(31, 77, 58, 0.18);
	transform: translateY(-1px);
}

body .is-style-outline > .wp-block-button__link,
body .wp-block-button.is-style-outline > .wp-block-button__link {
	border: 1px solid var(--faturio-forest);
	background: transparent;
	color: var(--faturio-forest);
}

body .is-style-outline > .wp-block-button__link:hover,
body .is-style-outline > .wp-block-button__link:focus,
body .wp-block-button.is-style-outline > .wp-block-button__link:hover,
body .wp-block-button.is-style-outline > .wp-block-button__link:focus {
	background: var(--faturio-mist);
	color: var(--faturio-forest);
}

body .spnc-nav > li > a {
	font-size: 15px;
	font-weight: 600;
}

body .site-footer {
	position: relative;
	overflow: hidden;
	border-top: 0 !important;
	background: var(--faturio-forest) !important;
	font-family: var(--faturio-font-body);
}

body .site-footer > .overlay {
	background: linear-gradient(135deg, rgba(31, 77, 58, 0.98), rgba(18, 54, 39, 0.96)) !important;
	opacity: 1;
}

body .site-footer .spnc-container {
	position: relative;
	z-index: 1;
}

body .site-footer .footer-sidebar {
	align-items: center;
	gap: 28px;
	padding: clamp(52px, 7vw, 78px) 0 42px;
}

body .site-footer .footer-sidebar .widget {
	margin-bottom: 0;
}

body .site-footer .footer-sidebar .widget_media_image figure {
	margin: 0;
	text-align: left;
}

body .site-footer .footer-sidebar .widget_media_image img {
	width: min(260px, 100%);
	height: auto;
}

body .site-footer :is(h1, h2, h3, h4, h5, h6, .widget-title) {
	font-family: var(--faturio-font-display);
	color: #fff;
}

body .site-footer .footer-sidebar p,
body .site-footer .footer-sidebar li,
body .site-footer .footer-sidebar a {
	color: rgba(255, 255, 255, 0.82);
}

body .site-footer .footer-sidebar a:hover,
body .site-footer .footer-sidebar a:focus {
	color: var(--faturio-sage);
}

body .site-footer .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(18, 54, 39, 0.72) !important;
}

body .site-footer .site-info .spnc-row {
	align-items: center;
	padding: 18px 0;
}

body.newsblogger .site-info p.copyright-section,
body.newsblogger .site-info p.copyright-section a {
	color: rgba(255, 255, 255, 0.78) !important;
	font-family: var(--faturio-font-body);
}

body.newsblogger .site-info p.copyright-section a:hover,
body.newsblogger .site-info p.copyright-section a:focus {
	color: var(--faturio-sage) !important;
}

body.home .spnc-default-page .entry-header {
	display: none;
}

body.home .spnc-default-page .spnc-entry-content {
	padding-top: 0;
}

body.home .pattern-services,
body.home .section-stats-counter,
body.home .wp-block-query {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

body.home .pattern-services {
	padding: clamp(52px, 7vw, 88px) 24px !important;
}

body.home .pattern-services > .wp-block-group__inner-container > :is(h2, p) {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}

body.home .pattern-services > .wp-block-group__inner-container > h2 {
	font-size: clamp(32px, 4vw, 44px);
	margin-bottom: 10px;
}

body.home .pattern-services > .wp-block-group__inner-container > p {
	color: #526458;
	font-size: 18px;
}

body.home .pattern-services .wp-block-columns {
	gap: 24px;
}

body.home .pattern-services .wp-block-column {
	overflow: hidden;
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: #fff;
	box-shadow: 0 8px 22px rgba(31, 77, 58, 0.05);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.home .pattern-services .wp-block-column:hover {
	box-shadow: var(--faturio-shadow-card);
	transform: translateY(-4px);
}

body.home .pattern-services .wp-block-image,
body.home .pattern-services .wp-block-image a,
body.home .pattern-services .wp-block-image img {
	display: block;
	margin: 0;
	width: 100%;
}

body.home .pattern-services .wp-block-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

body.home .pattern-services .wp-block-column > .wp-block-group {
	min-height: 146px;
	padding: 22px !important;
	background: var(--faturio-mist) !important;
}

body.home .pattern-services h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.25;
}

body.home .pattern-services .wp-block-column > .wp-block-group p {
	margin: 0;
	color: #526458;
	font-size: 16px;
	line-height: 1.5;
}

body.home .section-stats-counter {
	margin-top: 12px;
	margin-bottom: clamp(52px, 7vw, 88px);
	padding: 18px 24px;
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: var(--faturio-mist) !important;
}

body.home .section-stats-counter .wp-block-column {
	padding: 18px 12px !important;
}

body.home .section-stats-counter .wp-block-image img {
	width: 30px;
	height: 30px;
}

body.home .section-stats-counter h2 {
	margin: 8px 0 4px;
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1;
}

body.home .section-stats-counter p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #526458;
}

body.home .wp-block-cover.alignfull {
	max-width: 1180px;
	min-height: 340px;
	margin: 0 auto clamp(52px, 7vw, 88px);
	border-radius: var(--faturio-radius-card);
	overflow: hidden;
}

body.home .wp-block-cover.alignfull .wp-block-cover__background {
	opacity: 0.72;
	background-color: var(--faturio-forest) !important;
}

body.home .wp-block-cover.alignfull .wp-block-cover__inner-container {
	max-width: 640px;
	padding: 48px 24px;
}

body.home .wp-block-cover.alignfull :is(h1, h2, h3, h4, h5, h6) {
	color: var(--faturio-ivory);
	font-size: clamp(34px, 4vw, 48px);
}

body.home .wp-block-cover.alignfull p {
	color: var(--faturio-ivory);
	font-size: 18px;
}

body.home .wp-block-cover.alignfull .wp-block-button__link {
	background: var(--faturio-sage);
	color: var(--faturio-forest);
}

body.home .wp-block-cover.alignfull .wp-block-button__link:hover,
body.home .wp-block-cover.alignfull .wp-block-button__link:focus {
	background: var(--faturio-ivory);
	color: var(--faturio-forest);
}

body.home .wp-block-query {
	margin-bottom: clamp(56px, 7vw, 96px);
	padding: 0 24px;
}

body.home .wp-block-query > .wp-block-post-template > .wp-block-post {
	padding: 20px;
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: #fff;
	box-shadow: var(--faturio-shadow-card);
}

body.home .wp-block-query .wp-block-post-featured-image,
body.home .wp-block-query .wp-block-post-featured-image a,
body.home .wp-block-query .wp-block-post-featured-image img {
	display: block;
	margin: 0;
	border-radius: 12px !important;
}

body.home .wp-block-query .wp-block-post-title {
	margin-top: 12px;
	margin-bottom: 14px;
	font-family: var(--faturio-font-display);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
}

body.home .wp-block-query .wp-block-post-excerpt {
	color: #526458;
}

body.home .wp-block-query .wp-block-read-more {
	font-family: var(--faturio-font-display);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

body.page-id-7 .spnc-default-page .spnc-entry-content {
	box-sizing: border-box;
	width: min(1180px, 100%);
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

body.page-id-7 .spnc-default-page,
body.page-id-7 .spnc-default-page .spnc-post-content,
body.page-id-7 .spnc-default-page .spnc-entry-content {
	overflow-x: clip;
}

body.page-id-7,
body.page-id-7 #page,
body.page-id-7 #wrapper {
	max-width: 100vw;
	overflow-x: hidden;
}

body.page-id-7 .spnc-page-section-space .spnc-container,
body.page-id-7 .spnc-page-section-space .spnc-row,
body.page-id-7 .spnc-page-section-space [class*="spnc-col-"] {
	box-sizing: border-box;
	max-width: 100%;
}

body.page-id-7 .spnc-default-page .wp-block-heading {
	color: var(--faturio-forest);
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 24px;
	margin-bottom: 0;
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns .wp-block-column {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	display: flex;
	min-height: 220px;
	padding: 26px 22px;
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: #fff;
	box-shadow: 0 8px 24px rgba(31, 77, 58, 0.05);
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns .wp-block-column:hover {
	box-shadow: var(--faturio-shadow-card);
	transform: translateY(-4px);
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns .wp-block-image {
	display: inline-flex;
	width: 50px;
	height: 50px;
	margin: 0 0 14px;
	border-radius: 14px;
	background: var(--faturio-mist);
	align-items: center;
	justify-content: center;
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns .wp-block-image img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns :is(h3, h4, h5) {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0 !important;
}

body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns p {
	margin: 0;
	color: #526458;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

body.page-id-7 .spnc-default-page :is(h1, h2, h3, h4, h5, h6, p) {
	max-width: 100%;
	white-space: normal !important;
	word-break: normal;
	overflow-wrap: anywhere;
}

body.page-id-7 .spnc-default-page .why-choose-us .wp-block-columns {
	gap: 34px;
	align-items: center !important;
	margin-top: 30px;
	margin-bottom: 44px;
}

body.page-id-7 .spnc-default-page .why-choose-us .wp-block-image img {
	border-radius: var(--faturio-radius-card);
	box-shadow: var(--faturio-shadow-card);
}

body.page-id-7 .spnc-default-page .why-choose-us .wp-block-column {
	background: transparent;
}

body.page-id-7 .spnc-default-page .why-choose-us .wp-block-column:has(h3) {
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: var(--faturio-mist);
}

body.page-id-7 .spnc-default-page .why-choose-us h3 {
	font-size: clamp(26px, 3vw, 34px);
	letter-spacing: 0 !important;
	line-height: 1.18;
}

body.page-id-7 .spnc-default-page .wp-block-buttons {
	margin-top: 16px;
}

body.blog .spnc-entry-meta .spnc-cat-links a,
body.archive .spnc-entry-meta .spnc-cat-links a {
	padding: 6px 10px;
	border: 0 !important;
	border-radius: 8px;
	background: var(--faturio-mist) !important;
	clip-path: none !important;
	color: var(--faturio-forest) !important;
	font-family: var(--faturio-font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

body.blog .spnc-entry-meta .spnc-cat-links a:hover,
body.blog .spnc-entry-meta .spnc-cat-links a:focus,
body.archive .spnc-entry-meta .spnc-cat-links a:hover,
body.archive .spnc-entry-meta .spnc-cat-links a:focus {
	background: var(--faturio-sage) !important;
	color: var(--faturio-forest) !important;
}

body.blog .spnc-blog-page .spnc-post,
body.archive .spnc-blog-page .spnc-post {
	overflow: hidden;
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: #fff;
	box-shadow: 0 8px 24px rgba(31, 77, 58, 0.05);
}

body.blog .spnc-blog-page .spnc-post .spnc-post-thumbnail img,
body.archive .spnc-blog-page .spnc-post .spnc-post-thumbnail img {
	border-radius: 12px;
}

body.blog .spnc-blog-page .spnc-entry-title a,
body.archive .spnc-blog-page .spnc-entry-title a {
	color: var(--faturio-forest);
}

body.blog .spnc-blog-page .spnc-entry-content .spnc-more-link,
body.archive .spnc-blog-page .spnc-entry-content .spnc-more-link {
	border-color: var(--faturio-forest);
	border-radius: var(--faturio-radius-button);
	color: var(--faturio-forest);
	font-family: var(--faturio-font-display);
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
}

body.post-type-archive-courses {
	--tutor-color-primary: #1f4d3a;
	--tutor-color-primary-rgb: 31, 77, 58;
	--tutor-body-color: #24322d;
	--tutor-border-color: #d7e5d2;
}

body.post-type-archive-courses .course-archive-page {
	max-width: 1180px;
	margin: clamp(40px, 6vw, 80px) auto;
	padding: 0 24px;
}

body.post-type-archive-courses .tutor-course-list {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px;
}

body.post-type-archive-courses .tutor-course-card {
	overflow: hidden;
	border: 1px solid var(--faturio-border);
	border-radius: var(--faturio-radius-card);
	background: #fff;
	box-shadow: 0 8px 24px rgba(31, 77, 58, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.post-type-archive-courses .tutor-course-card:hover {
	box-shadow: var(--faturio-shadow-card);
	transform: translateY(-4px);
}

body.post-type-archive-courses .tutor-course-thumbnail img {
	transition: transform 0.25s ease;
}

body.post-type-archive-courses .tutor-course-card:hover .tutor-course-thumbnail img {
	transform: scale(1.03);
}

body.post-type-archive-courses .tutor-card-body {
	padding: 22px;
}

body.post-type-archive-courses .tutor-course-name,
body.post-type-archive-courses .tutor-course-name a {
	color: var(--faturio-forest);
	font-family: var(--faturio-font-display);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

body.post-type-archive-courses .tutor-course-ratings {
	color: var(--faturio-ochre);
}

body.post-type-archive-courses .tutor-card-footer {
	padding: 16px 22px 20px;
	border-top: 1px solid var(--faturio-border);
}

body.post-type-archive-courses .tutor-course-card .price ins,
body.post-type-archive-courses .tutor-course-card .price ins .woocommerce-Price-amount {
	color: var(--faturio-forest);
}

body.post-type-archive-courses .tutor-btn-outline-primary {
	min-height: 42px;
	border-color: var(--faturio-forest);
	border-radius: var(--faturio-radius-button);
	color: var(--faturio-forest);
	font-family: var(--faturio-font-display);
	font-size: 14px;
	font-weight: 700;
}

body.post-type-archive-courses .tutor-btn-outline-primary:hover,
body.post-type-archive-courses .tutor-btn-outline-primary:focus {
	background: var(--faturio-forest);
	color: #fff;
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	body :is(h1, .page-title h1, .spnc-default-page .spnc-entry-title) {
		line-height: 1.12;
	}

	body.home .pattern-services,
	body.home .wp-block-query {
		padding-right: 16px;
		padding-left: 16px;
	}

	body.home .pattern-services .wp-block-column > .wp-block-group {
		min-height: 0;
	}

	body.home .section-stats-counter {
		margin-right: 16px;
		margin-left: 16px;
		padding: 10px;
	}

	body.home .wp-block-cover.alignfull {
		margin-right: 16px;
		margin-left: 16px;
	}

	body.page-id-7 .spnc-default-page .spnc-entry-content {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	body.page-id-7 .spnc-page-section-space .spnc-container,
	body.page-id-7 .spnc-page-section-space .spnc-row,
	body.page-id-7 .spnc-page-section-space [class*="spnc-col-"] {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	body.page-id-7 .spnc-default-page :is(h2, h3) {
		font-size: clamp(23px, 7vw, 30px);
	}

	body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns {
		width: calc(100vw - 72px);
		max-width: calc(100vw - 72px);
		margin-right: auto;
		margin-left: auto;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns :is(h3, h4, h5, p) {
		white-space: normal !important;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns .wp-block-column {
		min-height: 0;
		padding: 24px 18px;
	}

	body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns h5 {
		max-width: 230px;
		font-size: 18px;
	}

	body.page-id-7 .spnc-default-page .p-animation-text-moveUp.wp-block-columns p {
		max-width: 240px;
		font-size: 15px;
	}

	body.page-id-7 .spnc-default-page .why-choose-us .wp-block-columns {
		gap: 18px;
	}

	body.post-type-archive-courses .course-archive-page {
		margin-top: 32px;
		padding-right: 16px;
		padding-left: 16px;
	}

	body.post-type-archive-courses .tutor-course-list {
		grid-template-columns: 1fr !important;
	}
}
