/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.year-shortcode {
	background: #000;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.red-number {
	color: red;
}

a {
	color: inherit;
	text-decoration: none;
}

p a,
p a:visited,
p a:hover,
p a:focus-visible {
	color: #0000ee;
}

p a:hover,
p a:focus-visible {
	text-decoration: underline;
}

li::marker {
	color: #000;
	font-size: 20px;
}

.mtek-section-archive-wrap {
	max-width: 1680px;
	margin: 0 auto;
	padding: 24px;
	display: grid;
	gap: 16px;
}

.mtek-section-archive-page-header {
	padding: 0;
	margin: 0;
}

.mtek-section-archive-group {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	padding: 12px 24px 24px;
}

.mtek-section-archive-header {
	margin-bottom: 16px;
}

.mtek-section-archive-heading {
	margin: 0 0 8px;
	font-size: 2rem;
	line-height: 1.1;
	color: #4b342d;
	font-weight: 800;
}

.mtek-section-archive-divider {
	border: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	margin: 0 0 16px;
}

.mtek-section-archive-description {
	max-width: 72ch;
	margin: 0 0 12px;
	color: #5b6472;
	line-height: 1.6;
}

.mtek-section-archive-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 48px;
}

.mtek-section-archive-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.mtek-section-archive-logo {
	display: block;
	width: 116px;
}

.mtek-section-archive-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.mtek-section-archive-content {
	min-width: 0;
}

.mtek-section-archive-title {
	margin: 0 0 4px;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 800;
	color: #4b342d;
}

.mtek-section-archive-title-link {
	text-decoration: none;
}

.mtek-section-archive-title-link:hover .mtek-section-archive-title {
	text-decoration: underline;
}

.mtek-section-archive-subtitle {
	margin: 0 0 6px;
	font-size: 0.98rem;
	font-weight: 700;
	color: #866658;
}

.mtek-section-archive-excerpt {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #384152;
}

.mtek-section-archive-pagination {
	margin-top: 24px;
}

.mtek-section-archive-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mtek-section-archive-pagination a,
.mtek-section-archive-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: #fff;
	color: #4b342d;
	text-decoration: none;
	font-weight: 700;
}

.mtek-section-archive-pagination .current {
	background: #4b342d;
	border-color: #4b342d;
	color: #fff;
}

.mtek-section-archive-empty {
	margin: 0;
	color: #5b6472;
	font-size: 1rem;
}

.mtek-document-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px;
	display: grid;
	gap: 18px;
}

.mtek-document-hero,
.mtek-document-single-card {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	padding: 24px 28px;
}

.mtek-document-eyebrow {
	margin: 0 0 8px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #866658;
}

.mtek-document-title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
	font-weight: 800;
	color: #4b342d;
}

.mtek-document-lead {
	margin: 12px 0 0;
	max-width: 72ch;
	font-size: 1rem;
	line-height: 1.55;
	color: #4b5563;
}

.mtek-document-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.mtek-document-card {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	padding: 20px 22px;
	display: grid;
	gap: 10px;
}

.mtek-document-meta,
.mtek-document-date {
	margin: 0;
	font-size: 0.95rem;
	color: #6b7280;
}

.mtek-document-card-title {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 800;
	color: #1f2937;
}

.mtek-document-card-title a {
	color: inherit;
	text-decoration: none;
}

.mtek-document-card-title a:hover {
	text-decoration: underline;
}

.mtek-document-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.mtek-document-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	background: #4b342d;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #4b342d;
}

.mtek-document-link:hover,
.mtek-document-link:focus-visible,
.mtek-document-link:active,
.mtek-document-link:visited {
	color: #fff;
	text-decoration: none;
}

.mtek-document-link--muted {
	background: transparent;
	color: #4b342d;
}

.mtek-document-link--muted:hover,
.mtek-document-link--muted:focus-visible,
.mtek-document-link--muted:active,
.mtek-document-link--muted:visited {
	color: #4b342d;
	text-decoration: none;
}

.mtek-document-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mtek-document-pagination a,
.mtek-document-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: #fff;
	color: #4b342d;
	text-decoration: none;
	font-weight: 700;
}

.mtek-document-pagination .current {
	background: #4b342d;
	border-color: #4b342d;
	color: #fff;
}

.mtek-document-term-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.mtek-document-tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	background: rgba(75, 52, 45, 0.08);
	color: #4b342d;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
}

.mtek-document-body {
	display: grid;
	gap: 12px;
}

.mtek-document-empty {
	margin: 0;
	color: #6b7280;
}

.mtek-booking-page-shell {
	max-width: 1440px;
	margin: 0 auto;
	padding: 32px 24px 40px;
	display: grid;
	gap: 24px;
}

.mtek-booking-page-header {
	display: grid;
	gap: 12px;
	max-width: 760px;
	padding: 8px 0 2px;
}

.mtek-booking-page-eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #7a7a7a;
}

.mtek-booking-page-title {
	margin: 0;
	font-size: clamp(1.9rem, 2.8vw, 3rem);
	line-height: 1.02;
	font-weight: 800;
	color: #2e2e2e;
}

.mtek-booking-page-lead {
	margin: 0;
	max-width: 70ch;
	font-size: 1rem;
	line-height: 1.6;
	color: #5d5d5d;
}

.mtek-booking-page-app {
	display: grid;
	gap: 16px;
}

@media (max-width: 900px) {
	.mtek-booking-page-shell {
		padding: 24px 18px 28px;
		gap: 18px;
	}

	.mtek-booking-page-header {
		gap: 10px;
		padding-top: 0;
	}

	.mtek-booking-page-title {
		font-size: clamp(1.7rem, 7vw, 2.4rem);
	}
}

@media (max-width: 1024px) {
	.mtek-section-archive-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.mtek-booking-page-shell {
		padding: 14px 12px 22px;
		gap: 14px;
	}

	.mtek-booking-page-title {
		font-size: clamp(1.55rem, 8vw, 2rem);
		line-height: 1.08;
	}

	.mtek-booking-page-lead {
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.mtek-section-archive-wrap {
		padding: 16px;
	}

	.mtek-section-archive-group {
		padding: 12px 16px 20px;
	}

	.mtek-section-archive-card {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 14px;
	}

	.mtek-section-archive-logo {
		width: 84px;
	}

	.mtek-document-shell {
		padding: 16px;
	}

	.mtek-document-hero,
	.mtek-document-single-card,
	.mtek-document-card {
		padding: 18px;
	}

	.mtek-document-grid {
		grid-template-columns: 1fr;
	}

}

.single-sektion .mtek-sektion-cards-wrapper {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px;
	display: grid;
	gap: 16px;
}

.single-sektion .mfl-welcome-title {
	margin: 0 0 0.4rem;
}

.mfl-persons {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
	overflow: hidden;
}

.mfl-person-card {
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #ffffff;
	color: #1f2937;
}

.mfl-person-card:nth-child(even) {
	background: #5b4037;
	color: #ffffff;
}

.mfl-person-card:nth-child(even) h3 {
	color: #ffffff;
}

.mfl-person-card:nth-child(even) h4 {
	color: rgba(255, 255, 255, 0.78);
}

.mfl-person-media,
.mfl-person-content {
	width: 50%;
}

.mfl-person-media {
	position: relative;
}

.mfl-person-image {
	min-height: 340px;
	height: 45vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.mfl-person-image--empty {
	background: linear-gradient(135deg, #d1d5db, #f3f4f6);
}

.mfl-person-corner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
}

.mfl-person-corner-detail {
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-right: 36px solid #ffffff;
}

.mfl-person-card:nth-child(even) .mfl-person-corner-detail {
	border-right-color: #5b4037;
}

.mfl-person-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfl-person-content-inner {
	width: 100%;
	padding: 2rem;
}

.mfl-person-content h3,
.mfl-person-content h4,
.mfl-person-content p {
	margin: 0 0 0.5rem;
	word-wrap: break-word;
}

.mfl-person-content h3 {
	font-size: clamp(1.4rem, 1.8vw, 2rem);
	line-height: 1.1;
	font-weight: 700;
}

.mfl-person-content h4 {
	font-size: 1.05rem;
	color: #6b7280;
	font-weight: 600;
}

.mfl-person-content p {
	font-size: 1rem;
	line-height: 1.6;
}

.mfl-welcome-block {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	width: 100%;
	padding: 1.5rem 1.75rem;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.mfl-welcome-logo {
	flex: 0 0 170px;
	max-width: 170px;
}

.mfl-welcome-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.mfl-welcome-content {
	flex: 1 1 auto;
	min-width: 0;
	color: #242424;
}

.mfl-welcome-title {
	margin: 0 0 0.4rem;
	color: #5b4037;
	font-size: clamp(2rem, 3.8vw, 3.6rem);
	line-height: 1.05;
	font-weight: 800;
}

.mfl-welcome-subtitle {
	margin: 0 0 1rem;
	color: #7a5b4f;
	font-size: clamp(1rem, 1.4vw, 1.45rem);
	line-height: 1.2;
	font-weight: 700;
}

.mfl-welcome-text {
	color: #232323;
	font-size: 1rem;
	line-height: 1.45;
}

.mfl-welcome-text > :first-child {
	margin-top: 0;
}

.mfl-welcome-text > :last-child {
	margin-bottom: 0;
}

.mfl-welcome-text p {
	margin: 0 0 0.9rem;
}

.mfl-welcome-text strong {
	font-weight: 700;
}

.mfl-welcome-text a {
	color: #1d4ed8;
}

@media (min-width: 800px) {
	.mfl-persons {
		grid-template-columns: repeat(2, 1fr);
	}

	.mfl-person-image {
		min-height: 280px;
		height: 22.5vw;
	}

	.mfl-person-card:nth-child(4n+2),
	.mfl-person-card:nth-child(4n+3) {
		background: #5b4037;
		color: #ffffff;
	}

	.mfl-person-card:nth-child(4n+2) h3,
	.mfl-person-card:nth-child(4n+3) h3 {
		color: #ffffff;
	}

	.mfl-person-card:nth-child(4n+2) h4,
	.mfl-person-card:nth-child(4n+3) h4 {
		color: rgba(255, 255, 255, 0.78);
	}

	.mfl-person-card:nth-child(4n+2) .mfl-person-corner-detail,
	.mfl-person-card:nth-child(4n+3) .mfl-person-corner-detail {
		border-right-color: #5b4037;
	}
	}

@media (max-width: 900px) {
	.single-sektion .mtek-sektion-cards-wrapper {
		max-width: 100%;
		padding: 20px;
	}

	.mfl-welcome-block {
		gap: 1.5rem;
	}

	.mfl-welcome-logo {
		flex-basis: 130px;
		max-width: 130px;
	}
	}

@media (max-width: 799px) {
	.mfl-person-card {
		flex-direction: row;
	}

	.mfl-person-image {
		min-height: 220px;
		height: 52vw;
	}
	}

@media (max-width: 640px) {
	.single-sektion .mtek-sektion-cards-wrapper {
		padding: 16px;
	}

	.mfl-welcome-block {
		flex-direction: column;
		padding: 1.25rem;
	}

	.mfl-welcome-logo {
		flex-basis: auto;
		max-width: 120px;
	}

	.mfl-person-card {
		flex-direction: column;
	}

	.mfl-person-media,
	.mfl-person-content {
		width: 100%;
	}

	.mfl-person-image {
		min-height: 260px;
		height: 72vw;
	}

	.mfl-person-content-inner {
		padding: 1.25rem;
	}
}