@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Saira:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
	--lynx-navy: #132538;
	--lynx-card-bg: #1a2d3d;
	--lynx-gold: #c1a26d;
	--lynx-blue: #c1a26d;
	--lynx-header-bg: #eff1f3;
	--lynx-text: #E4E3DE;
	--lynx-muted: #a0b0c0;
	--lynx-container-width: 1200px;
	--lynx-container-padding: 1.25rem;
	--lynx-font-body: 'Georama', 'Segoe UI', sans-serif;
	--lynx-font-heading: 'Saira', 'Segoe UI', sans-serif;
	--lynx-font-sans: var(--lynx-font-body);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--lynx-font-body);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--lynx-text);
	background: var(--lynx-navy);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--lynx-font-heading);
}

/* Ampersand helper — custom font via theme settings, no layout shift or line break */
.elementor-heading-title .lynx-amp,
.elementor-widget-text-editor .lynx-amp,
.elementor-icon-box-title .lynx-amp,
.elementor-image-box-title .lynx-amp,
.elementor-widget .lynx-amp,
.lynx-page-title .lynx-amp,
.lynx-entry__title .lynx-amp,
.lynx-entry__content .lynx-amp,
.lynx-amp {
	font-family: var(--lynx-amp-font, inherit);
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: normal;
	vertical-align: baseline;
	white-space: nowrap;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--lynx-blue);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.lynx-container {
	width: 100%;
	max-width: var(--lynx-container-width);
	margin-inline: auto;
	padding-inline: var(--lynx-container-padding);
}

.lynx-site-main {
	min-height: 50vh;
}

.lynx-page-title {
	margin-block: 1.5rem 1rem;
	font-family: var(--lynx-font-heading);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--lynx-text);
}

.lynx-entry__content > *:first-child {
	margin-top: 0;
}

.lynx-entry__content > *:last-child {
	margin-bottom: 0;
}

body.page:not(.lynx-elementor-page) .lynx-entry__content,
body.single:not(.lynx-elementor-page) .lynx-entry__content {
	padding-bottom: 40px;
}

.lynx-no-results {
	padding-block: 3rem;
}

.lynx-site-footer {
	background: var(--lynx-header-bg);
	margin-top: auto;
}

.lynx-site-footer__inner {
	display: flex;
	flex-direction: column;
}

.lynx-site-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-block: 1.25rem;
}

.lynx-site-footer__contact {
	flex-shrink: 0;
}

.lynx-site-footer__contact-list {
	display: flex;
	flex-direction: row;
	gap: 1rem 2.5rem;
	flex-wrap: wrap;
}

.lynx-site-footer__contact-col {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.lynx-site-footer__contact-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lynx-site-footer__contact-row-icons {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.lynx-site-footer__contact-row-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 0;
	color: var(--lynx-navy);
	text-decoration: none;
	transition: color 0.2s ease;
}

.lynx-site-footer__contact-row-icon:is(a):hover,
.lynx-site-footer__contact-row-icon:is(a):focus {
	color: var(--lynx-gold);
}

.lynx-site-footer__contact-row-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.lynx-site-footer__contact-row-icon--placeholder {
	visibility: hidden;
}

.lynx-site-footer__contact-row-text {
	font-size: 0.8125rem;
	line-height: 1.4;
}

.lynx-site-footer__contact-item {
	font-size: inherit;
	color: var(--lynx-navy);
	text-decoration: none;
}

.lynx-site-footer__contact-item:hover,
.lynx-site-footer__contact-item:focus {
	color: var(--lynx-gold);
	text-decoration: none;
}

.lynx-site-footer__contact-address {
	word-break: break-word;
}

.lynx-site-footer__bottom {
	border-top: 1px solid rgba(19, 37, 56, 0.1);
	padding-block: 0.75rem;
}

.lynx-site-footer__copy {
	margin: 0;
	font-size: 0.8125rem;
	color: var(--lynx-navy);
	opacity: 0.55;
}

.lynx-site-footer__copy a {
	color: inherit;
	text-decoration: none;
}

.lynx-site-footer__copy a:hover {
	opacity: 1;
	text-decoration: underline;
}

.lynx-footer-nav {
	flex-shrink: 0;
}

.lynx-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.25rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lynx-footer-menu a {
	color: var(--lynx-navy);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.lynx-footer-menu a:hover,
.lynx-footer-menu a:focus {
	color: var(--lynx-gold);
	text-decoration: none;
}

@media (max-width: 991px) {
	.lynx-site-footer__top {
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
		padding-block: 1.125rem;
	}

	.lynx-site-footer__contact-list {
		gap: 0.25rem 1rem;
	}

	.lynx-footer-menu {
		justify-content: flex-start;
	}

	.lynx-site-footer__bottom {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.lynx-site-footer__contact-list {
		flex-direction: column;
		gap: 1rem;
	}

	.lynx-site-footer__contact-col {
		gap: 0.375rem;
	}

	.lynx-footer-menu {
		gap: 0.5rem 1.25rem;
	}
}

.lynx-sticky-header .lynx-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.skip-link:focus {
	background: var(--lynx-navy);
	color: #e4e3de;
	clip: auto;
	clip-path: none;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 0.5rem;
	line-height: 1;
	padding: 0.75rem 1rem;
	position: absolute;
	top: 0.5rem;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.elementor-custom-embed-play svg {
    width: 100px !important;
    height: 100px !important;
}

.number-suffix-color .elementor-counter-number-suffix {
    color: #C1A26D;
}

.services-box .elementor-image-box-img {
    width: 100% !important;
    height: 80px;
    display: flex !important;
    justify-content: center !important;
}

.services-box .elementor-image-box-img img {
    height: 60px!important;
}

.services-box-2 .elementor-image-box-img {
    width: 100% !important;
    height: 80px;
    display: flex !important;
    justify-content: center !important;
}

.services-box-2 .elementor-image-box-img img {
    height: 60px!important;
}

.an-button-cookie.an-accept-cookies {
    background: #C1A26D;
}
.an-manage-button-cookie.an-accept-cookies {
    background: #C1A26D;
}
.an-manage-button-cookie.an-save-preferences {
    background: #132538;
    color: white;
}

/* Float trigger — cookie settings (stacked above accessibility button) */
.lynx-cookie-float-btn {
	position: fixed;
	left: 20px;
	bottom: 80px;
	z-index: 10001;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #c1a26d;
	color: #132538;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.lynx-cookie-float-btn:hover,
.lynx-cookie-float-btn:focus {
	background-color: #a88a55;
}

.lynx-cookie-float-btn:focus-visible {
	outline: 2px solid #132538;
	outline-offset: 3px;
}

.lynx-cookie-float-btn svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	pointer-events: none;
}

@media (max-width: 950px) {
	.lynx-cookie-float-btn {
		width: 40px;
		height: 40px;
		left: 16px;
		bottom: 66px;
	}

	.lynx-cookie-float-btn svg {
		width: 20px;
		height: 20px;
	}
}


/* ── Contact Form 7 – LYNX style ─────────────────────────────── */

.wpcf7 form.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Label wrapper — each label+field block */
.wpcf7 label {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	font-family: var(--lynx-font-body);
	font-size: 20px;
	font-weight: 400;
	color: #E4E3DE;
	cursor: default;
}

/* Remove default CF7 paragraph margins */
.wpcf7 form p {
	margin: 0 0 1rem;
}

/* Span wrappers */
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* All text inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
	display: block;
	width: 100%;
	background-color: #e4e3de;
	color: #132538;
	border: none;
	border-radius: 0;
	padding: 0.65rem 0.875rem;
	font-family: var(--lynx-font-body);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 0.15s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	background-color: #e4e3de;
	outline: none;
	box-shadow: none;
}

.wpcf7 textarea {
	resize: vertical;
	min-height: 30px;
	height: 100px;
}

/* Validation error state */
.wpcf7 .wpcf7-not-valid {
	background-color: #d6d0c4;
	outline: 2px solid rgba(220, 80, 80, 0.6);
	outline-offset: -2px;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 0.75rem;
	color: #e07070;
	margin-top: 0.25rem;
	display: block;
}

/* Submit button */
.wpcf7 input[type="submit"] {
	display: block;
	margin-left: auto;
	background-color: var(--lynx-gold);
	color: #e4e3de;
	border: none;
	border-radius: 0;
	padding: 0.7rem 2rem;
	font-family: var(--lynx-font-body);
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 0.2s, color 0.2s;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
	background-color: #d4b87e;
	color: #0d1f2d;
	outline: none;
}

/* Response messages */
.wpcf7 .wpcf7-response-output {
	margin: 0.75rem 0 0;
	padding: 0.6rem 1rem;
	border: none;
	font-size: 0.875rem;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background-color: rgba(100, 180, 120, 0.15);
	color: #8edfaa;
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
	background-color: rgba(220, 80, 80, 0.15);
	color: #e07070;
}

.wpcf7 .wpcf7-spam-blocked {
	background-color: rgba(220, 160, 60, 0.15);
	color: var(--lynx-gold);
}

/* Ajax spinner */
.wpcf7 .wpcf7-spinner {
	margin-left: 0.75rem;
	vertical-align: middle;
}

/* Mobile — Elementor breakpoint (767px) */
@media (max-width: 767px) {
	.wpcf7 label {
		gap: 0.25rem;
		font-size: 16px;
	}

	.wpcf7 form p {
		margin-bottom: 0.75rem;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="number"],
	.wpcf7 select,
	.wpcf7 textarea {
		padding: 0.5rem 0.75rem;
		font-size: 0.8125rem;
	}

	.wpcf7 textarea {
		height: 80px;
	}

	.wpcf7 form p:has(input[type="submit"]) {
		width: 100%;
	}

	.wpcf7 input[type="submit"] {
		width: 100%;
		margin-inline: 0;
		padding: 0.6rem 1rem;
		font-size: 0.8125rem;
	}
}
/* ── End Contact Form 7 ──────────────────────────────────────── */