/* Fallback when wp-content theme/plugin CSS is unavailable (local mirror / offline). */

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #222;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Marcellus", Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 0.5em;
}

img, video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: #0c3d54;
}

/* WordPress global styles underline every <a> except .wp-element-button; Elementor uses .elementor-button */
.elementor a.elementor-button,
.elementor .elementor-button-link,
.elementor-nav-menu a,
.elementor-icon-list-items a,
.elementor-social-icons-wrapper a,
.elementor-accordion-title,
.project-title a,
.elementor-post__thumbnail__link {
	text-decoration: none;
}

.elementor {
	clear: both;
}

/* Page content root */
#content.elementor.elementor-1666 {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.elementor-section {
	position: relative;
}

.elementor-top-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

.elementor-inner-section.elementor-section-boxed > .elementor-container {
	max-width: none;
}

.elementor-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

/* Top-level rows: page side margins. Inner rows: fill parent column. */
.elementor-top-section:not(.elementor-section-full_width) > .elementor-container {
	width: 92%;
	max-width: 1200px;
}

.elementor-top-section.elementor-section-full_width > .elementor-container {
	width: 100%;
	max-width: none;
	padding-left: max(1rem, 3vw);
	padding-right: max(1rem, 3vw);
	box-sizing: border-box;
}

.elementor-inner-section > .elementor-container {
	width: 100%;
	max-width: 100%;
}

/* Elementor default column spacing (kit uses column-gap-default) */
.elementor-container.elementor-column-gap-default {
	gap: 1.25rem;
}

.elementor-column {
	position: relative;
	/* Do not set width: 100% here: it breaks flex % widths on desktop */
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}

@media (min-width: 768px) {
	/* (100% - gaps between tracks) / columns — one gap between 2 cols, two gaps between 3 */
	.elementor-col-50 {
		flex: 0 0 calc((100% - 1.25rem) / 2);
		max-width: calc((100% - 1.25rem) / 2);
	}

	.elementor-col-33 {
		flex: 0 0 calc((100% - 2.5rem) / 3);
		max-width: calc((100% - 2.5rem) / 3);
	}

	.elementor-col-100 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.elementor-widget-wrap {
	width: 100%;
}

@media (max-width: 767px) {
	.elementor-reverse-mobile .elementor-container {
		flex-direction: column-reverse;
	}
}

@media (max-width: 767px) {
	.elementor-hidden-mobile {
		display: none !important;
	}
}

.elementor-nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	align-items: center;
}

.elementor-nav-menu a {
	text-decoration: none;
	color: inherit;
}

.elementor-nav-menu--layout-horizontal .menu-item {
	list-style: none;
}

/* Vertical menus (footer, popups) — global horizontal rule does not apply */
.elementor-nav-menu--layout-vertical,
.elementor-nav-menu.sm-vertical {
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 0.4rem 0;
	white-space: normal;
}

.elementor-nav-menu--layout-vertical .menu-item,
.elementor-nav-menu.sm-vertical .menu-item {
	width: 100%;
	list-style: none;
}

.elementor-nav-menu--layout-vertical .menu-item a,
.elementor-nav-menu.sm-vertical .menu-item a {
	display: inline-block;
	padding: 0.2rem 0;
}

.elementor-icon-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	align-items: center;
}

.elementor-inline-items .elementor-icon-list-item {
	display: inline-flex;
}

.elementor-social-icons-wrapper.elementor-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.e-grid-align-right .elementor-grid,
.elementor-grid-align-right .elementor-grid {
	justify-content: flex-end;
}

.elementor-button {
	display: inline-block;
	padding: 0.65em 1.4em;
	background: #0c3d54;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-weight: 600;
	border: 0;
	cursor: pointer;
}

.elementor-button:hover {
	opacity: 0.92;
}

.elementor-heading-title {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.banner-main-sec {
	min-height: 280px;
	padding: 2rem 0;
	background: linear-gradient(135deg, #e8f4f8 0%, #fef9f3 100%);
}

.header-main-sec .elementor-container,
.header-fst-sec .elementor-container {
	align-items: center;
}

/* —— Desktop header: three-column bar + top strip —— */
@media (min-width: 768px) {
	.elementor-section-content-space-between.header-main-sec > .elementor-container {
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		gap: 0.75rem;
	}

	.elementor-section-content-space-between.header-main-sec > .elementor-container > .elementor-column.elementor-col-33 {
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
	}

	/* Top strip: contact left, social right */
	.header-fst-sec .elementor-col-50:first-child .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.75rem 1.5rem;
	}

	.header-fst-sec .elementor-col-50:last-child .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	/* Main bar: nav | logo | nav + CTA */
	.header-main-sec .headerfst-col .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.header-main-sec .headerfst-col2 .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.header-main-sec .headerfst-col3 .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		gap: 0.5rem 1.25rem;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal {
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.elementor-location-header .elementor-nav-menu__align-end .elementor-nav-menu {
		justify-content: flex-end;
		margin-left: auto;
	}

	.elementor-location-header .elementor-nav-menu__align-start .elementor-nav-menu {
		justify-content: flex-start;
	}

	.elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu__container.elementor-nav-menu--main {
		display: block;
		width: 100%;
	}

	.elementor-location-header .elementor-widget__width-auto {
		flex: 0 0 auto;
		width: auto !important;
		max-width: 100%;
	}

	/* Elementor widgets default to full width; header columns need shrink-to-fit siblings */
	.header-main-sec .headerfst-col3 > .elementor-widget-wrap > .elementor-element.elementor-widget {
		width: auto !important;
		max-width: 100%;
		flex: 0 0 auto;
	}

	.header-main-sec .headerfst-col .elementor-widget-nav-menu {
		width: 100%;
		max-width: 100%;
	}

	.header-main-sec .headerfst-col .elementor-widget-nav-menu .elementor-widget-container {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	.header-main-sec .elementor-align-right .elementor-widget-container,
	.header-main-sec .headr-c-btn .elementor-widget-container {
		display: flex;
		justify-content: flex-end;
		width: auto;
	}

	.header-main-sec .elementor-nav-menu--layout-horizontal .menu-item {
		flex: 0 0 auto;
	}
}

/* Elementor duplicate “dropdown” menu tree — hide on desktop/tablet */
@media (min-width: 768px) {
	.elementor-nav-menu--dropdown {
		display: none !important;
	}
}

/* Hamburger / mobile-only chrome */
@media (min-width: 1025px) {
	.elementor-hidden-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-hidden-tablet {
		display: none !important;
	}
}

.elementor-background-overlay {
	pointer-events: none;
}

.screen-reader-text,
.elementor-screen-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.elementor-spacer-inner {
	min-height: 1px;
}

/* —— Footer —— */
.elementor-divider-separator {
	display: block;
	width: 100%;
	max-width: 200px;
	border: 0;
	border-top: 2px solid rgba(12, 61, 84, 0.35);
	margin: 0.5rem 0 1rem;
}

.elementor-location-footer > .elementor-section:first-of-type {
	background: linear-gradient(180deg, #f0f5f8 0%, #e8eef3 100%);
	color: #222;
	padding: 2.5rem 0;
	border-top: 1px solid #dde5eb;
}

.elementor-location-footer > .elementor-section:first-of-type a {
	color: #0c3d54;
}

.elementor-location-footer > .elementor-section:first-of-type a:hover {
	text-decoration: underline;
}

.elementor-location-footer > .elementor-section:last-of-type {
	background: #e2e9ef;
	padding: 1rem 0;
	border-top: 1px solid #d0d9e2;
	font-size: 0.9rem;
}

.elementor-location-footer .fotr-contact .footer-iconlst .elementor-icon-list-items,
.elementor-location-footer .elementor-icon-list--layout-traditional .elementor-icon-list-items {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem 0;
}

.elementor-location-footer .fotr-contact .elementor-icon-list-item a {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.35rem;
	line-height: 1.45;
}

.elementor-location-footer .fotr-logo-col .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

.elementor-location-footer .fotr-logo-col .elementor-widget-text-editor {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.elementor-location-footer .fotr-logo-col .foter-sicon .elementor-grid {
	justify-content: center;
}

.elementor-location-footer .fotr-info-col .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
}

.elementor-location-footer .fotr-info-col .elementor-heading-title,
.elementor-location-footer .fotr-contact .elementor-heading-title {
	font-size: 1.35rem;
	margin-bottom: 0.25rem;
}

.elementor-location-footer .elementor-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(12, 61, 84, 0.12);
	color: #0c3d54;
	text-decoration: none !important;
	transition: background 0.15s ease, transform 0.15s ease;
}

.elementor-location-footer .elementor-social-icon:hover {
	background: rgba(12, 61, 84, 0.22);
	transform: translateY(-1px);
}

.elementor-location-footer .footer-copyrgt .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1.5rem;
	text-align: center;
}

.elementor-location-footer .footer-copyrgt .elementor-widget__width-auto {
	width: auto !important;
	flex: 0 1 auto;
}

@media (min-width: 768px) {
	.elementor-location-footer .elementor-element-9e37007 > .elementor-container {
		align-items: flex-start;
		flex-wrap: nowrap;
		gap: 1.5rem;
	}

	.elementor-location-footer .elementor-element-9e37007 > .elementor-container > .elementor-col-33 {
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
	}

	.elementor-location-footer .fotr-contact .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.elementor-location-footer .fotr-logo-col .elementor-widget-wrap.elementor-element-populated {
		align-items: center;
	}

	.elementor-location-footer .footer-copyrgt .elementor-widget-wrap.elementor-element-populated {
		justify-content: space-between;
		text-align: left;
	}

	.elementor-location-footer .footer-copyrgt .elementor-mobile-align-center {
		text-align: inherit;
	}
}

@media (max-width: 767px) {
	.elementor-location-footer .fotr-logo-col {
		order: -1;
	}

	.elementor-location-footer .elementor-element-9e37007 > .elementor-container {
		flex-direction: column;
	}

	.elementor-location-footer .fotr-contact .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.elementor-location-footer .fotr-contact .footer-iconlst .elementor-icon-list-items,
	.elementor-location-footer .fotr-info-col .elementor-nav-menu--layout-vertical {
		align-items: center;
	}

	.elementor-location-footer .fotr-info-col .elementor-widget-wrap.elementor-element-populated {
		align-items: center;
	}

	.elementor-location-footer .elementor-divider-separator {
		margin-left: auto;
		margin-right: auto;
	}
}

/* —— Main page content (.elementor-1666), not header/footer —— */
/* Duplicate intro block hidden on all breakpoints in Elementor; keep out of layout when CSS missing */
.elementor-1666 .elementor-element-98ba7f6 {
	display: none !important;
}

/* Stack widgets inside each column with consistent spacing */
.elementor-1666 .elementor-column > .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
}

.elementor-1666 > .elementor-section {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.elementor-1666 .banner-main-sec {
	padding-top: 1rem;
}

.elementor-1666 .elementor-widget-text-editor p {
	margin: 0 0 1rem;
}

.elementor-1666 .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor-1666 .elementor-inner-section .elementor-container {
	align-items: center;
}

@media (min-width: 768px) {
	.elementor-1666 .elementor-section-height-min-height.elementor-section-items-middle > .elementor-container {
		min-height: 12rem;
		align-items: center;
	}
}

.elementor-1666 .ruls-regu-titl .elementor-heading-title {
	text-align: center;
	line-height: 1.2;
}

.elementor-1666 .prag-text {
	font-weight: 700;
	color: #546d66;
	letter-spacing: 0.02em;
}

.elementor-1666 .jesica-titl {
	color: #b6956a;
}

.elementor-1666 .jessica-icon-lst .elementor-icon-list-items {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
}

.elementor-1666 .looking-tiltr .elementor-heading-title {
	line-height: 1.3;
}

.elementor-1666 .receive-fg-sec {
	padding: 2rem 0;
}

.elementor-1666 .receive-fg-sec .form-receive .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.75rem;
}

.elementor-1666 .receive-fg-sec .form-receive .elementor-widget__width-auto,
.elementor-1666 .receive-fg-sec .form-receive .elementor-widget__width-initial {
	width: auto !important;
	max-width: 100%;
	align-self: center;
}

.elementor-1666 .home-glance-sec {
	background: #f7faf9;
	border-top: 1px solid #e2ebe7;
	border-bottom: 1px solid #e2ebe7;
}

.elementor-1666 .home-glance-sec .elementor-heading-title {
	text-align: center;
}

.elementor-1666 .home-glance-sec .elementor-widget-text-editor {
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* FAQ accordion: readable without Elementor frontend JS */
.elementor-1666 .faq-sec-accodn .elementor-accordion-item {
	border-bottom: 1px solid #d8e0dc;
}

.elementor-1666 .faq-sec-accodn .elementor-tab-title {
	padding: 0.9rem 0 0.35rem;
	cursor: pointer;
}

.elementor-1666 .faq-sec-accodn .elementor-tab-content {
	display: block;
	padding: 0 0 1rem 1.75rem;
}

.elementor-1666 .faq-sec-accodn .elementor-accordion-icon {
	opacity: 0.45;
}

.elementor-1666 .faq-sec-accodn .elementor-tab-content ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.elementor-1666 .faq-sec-accodn .elementor-tab-content li {
	margin-bottom: 0.35rem;
}

.elementor-1666 .elementor-align-center .elementor-widget-container,
.elementor-1666 .elementor-align-center .elementor-button-wrapper {
	text-align: center;
}
