/**
 * Minimal global layer for Motcomb.
 *
 * Component composition and design belong in Elementor. This file only keeps
 * shared tokens and global corrections that should not be repeated.
 */

:root {
	--motcomb-color-primary: #0a5c54;
	--motcomb-color-primary-dark: #084a43;
	--motcomb-color-secondary: #182327;
	--motcomb-color-text: #444e50;
	--motcomb-color-ink: #1e2423;
	--motcomb-color-black: #0a0b0a;
	--motcomb-color-paper: #ffffff;
	--motcomb-color-surface: #f9f9f9;
	--motcomb-color-border: #dfe1e1;
	--motcomb-color-muted: #676e6d;
	--motcomb-content-width: 1200px;
	--motcomb-page-gutter: 40px;
	--motcomb-section-space: 120px;
	--motcomb-radius-small: 0;
	--motcomb-radius-medium: 0;
}

html {
	scroll-behavior: smooth;
	scrollbar-color: #0a5c54 #ffffff;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	background: #0a5c54;
	border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
	background: #084a43;
}

body {
	overflow-x: clip;
}

img,
svg,
video {
	max-width: 100%;
}

.elementor-widget-theme-post-content,
.elementor-location-single {
	min-width: 0;
}

@media (max-width: 1024px) {
	:root {
		--motcomb-page-gutter: 24px;
		--motcomb-section-space: 88px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.page-id-340 .elementor-element-1a804f4 {
		display: flex !important;
		min-height: calc(100vh - 80px) !important;
		flex-direction: row !important;
	}
	.page-id-340 .elementor-element-c42f4ac,
	.page-id-340 .elementor-element-95e7250 {
		width: 50% !important;
		min-height: calc(100vh - 80px) !important;
	}
	.page-id-340 .elementor-element-c42f4ac {
		padding: 0 40px !important;
	}
	.page-id-340 .elementor-element-95e7250 > .e-con {
		height: calc((100vh - 80px) / 3) !important;
	}
	.page-id-340 .elementor-element-c24f75b {
		flex-direction: column !important;
	}
	.page-id-340 .elementor-element-c24f75b > .elementor-widget-button,
	.page-id-340 .elementor-element-c24f75b .elementor-button-wrapper,
	.page-id-340 .elementor-element-c24f75b .elementor-button {
		width: 100% !important;
	}
}

@media (max-width: 900px) {
	.page-id-340 .elementor-11162 .elementor-element-c9ebd80 {
		width: 140px !important;
		min-width: 140px;
	}
	.page-id-340 .elementor-11162 .elementor-element-4afdcf3 {
		width: auto !important;
		margin-left: auto;
	}
	.page-id-340 .elementor-11162 .elementor-element-4afdcf3 .elementor-nav-menu--main,
	.page-id-340 .elementor-11162 .elementor-element-bcb46ab {
		display: none !important;
	}
	.page-id-340 .elementor-11162 .elementor-element-4afdcf3 .elementor-menu-toggle {
		display: flex !important;
	}
}

@media (max-width: 767px) {
	:root {
		--motcomb-page-gutter: 16px;
		--motcomb-section-space: 64px;
	}
}
html,
body {
	overflow-x: clip;
}

/* Header interactions from the original Motcomb navigation. */
.motcomb-header .elementor-nav-menu--main .elementor-item {
	position: relative;
	height: 24px;
	margin: 0 16px !important;
	padding: 0 !important;
	background: #fff;
	color: var(--motcomb-color-secondary);
	font: 400 16px/24px Inter, sans-serif;
}

.motcomb-header .elementor-nav-menu--main .elementor-item::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block !important;
	width: 0;
	height: 2px;
	content: "";
	opacity: 1 !important;
	background: var(--motcomb-color-primary) !important;
	transform: none !important;
	transition: width 0.3s ease-in-out;
}

.motcomb-header .elementor-nav-menu--main .elementor-item:hover,
.motcomb-header .elementor-nav-menu--main .elementor-item:focus-visible,
.motcomb-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: var(--motcomb-color-primary);
}

.motcomb-header .elementor-nav-menu--main .elementor-item:hover::after,
.motcomb-header .elementor-nav-menu--main .elementor-item:focus-visible::after,
.motcomb-header .elementor-nav-menu--main .elementor-item.elementor-item-active::after {
	width: 100%;
}

.motcomb-header .elementor-widget-heading a,
.motcomb-header .elementor-icon-list-text {
	border-bottom: 1px solid transparent;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.motcomb-header .elementor-widget-heading a:hover,
.motcomb-header .elementor-icon-list-item:hover .elementor-icon-list-text {
	border-color: var(--motcomb-color-primary);
	color: var(--motcomb-color-primary) !important;
}

.motcomb-header .elementor-button {
	transition: background-color 0.5s linear;
}

.motcomb-header .elementor-button:hover,
.motcomb-header .elementor-button:focus-visible {
	background-color: var(--motcomb-color-primary-dark) !important;
}

/* Keep legal links visible inside Elementor acceptance fields. */
.elementor-widget-form .elementor-field-type-acceptance a {
	color: var(--motcomb-color-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.elementor-widget-form .elementor-field-type-acceptance a:hover,
.elementor-widget-form .elementor-field-type-acceptance a:focus-visible {
	color: var(--motcomb-color-primary-dark);
}

/* Testimonial carousel: portrait-led layout from the original Motcomb design. */
.motcomb-testimonial-carousel {
	position: static !important;
	overflow: visible;
	padding: 0;
	background: transparent;
}

.motcomb-testimonial-carousel > .elementor-widget-container {
	padding: 59px 60px 40px;
	background: var(--motcomb-color-surface);
}

.page-id-2 .elementor-element-d3be7ff {
	position: relative;
}

.motcomb-testimonial-carousel .elementor-main-swiper {
	width: 100%;
	padding: 0 !important;
}

.motcomb-testimonial-carousel .swiper-slide {
	padding: 0 !important;
	background: transparent !important;
}

.motcomb-testimonial-carousel .elementor-testimonial {
	display: grid !important;
	grid-template-columns: 374px minmax(0, 1fr);
	align-items: start;
	gap: 120px;
}

.motcomb-testimonial-carousel .elementor-testimonial__footer {
	grid-column: 1;
	grid-row: 1;
	width: 374px !important;
	padding: 0 !important;
}

.motcomb-testimonial-carousel .elementor-testimonial__image,
.motcomb-testimonial-carousel .elementor-testimonial__image img {
	width: 374px !important;
	height: 374px !important;
	border-radius: 0 !important;
}

.motcomb-testimonial-carousel .elementor-testimonial__image img {
	display: block;
	object-fit: cover;
}

.motcomb-testimonial-carousel .elementor-testimonial__content {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	padding: 0 !important;
}

.motcomb-testimonial-carousel .motcomb-rating {
	margin-bottom: 40px;
	color: #fec84b;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 2px;
}

.motcomb-testimonial-carousel .elementor-testimonial__text {
	font-style: normal !important;
}

.motcomb-testimonial-carousel .elementor-testimonial__cite {
	margin-top: 40px !important;
	font-style: normal !important;
}

.motcomb-testimonial-carousel .elementor-testimonial__name,
.motcomb-testimonial-carousel .elementor-testimonial__title {
	font-style: normal !important;
}

.motcomb-testimonial-carousel .elementor-testimonial__name::before {
	content: "— ";
}

.motcomb-testimonial-carousel .elementor-testimonial__title {
	margin-top: 8px;
}

.motcomb-testimonial-carousel .swiper-pagination {
	position: static !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 4px;
	margin-top: 30px;
	padding-left: 494px;
}

.motcomb-testimonial-carousel .swiper-pagination-bullet {
	width: 44px;
	height: 4px;
	margin: 0 !important;
	border-radius: 0;
	opacity: 1;
	background: var(--motcomb-color-border);
}

.motcomb-testimonial-carousel .swiper-pagination-bullet-active {
	background: #0e9384;
}

.motcomb-testimonial-carousel :is(.elementor-widget-container, .elementor-swiper, .elementor-main-swiper) {
	position: static !important;
}

.motcomb-testimonial-carousel .elementor-swiper-button {
	--motcomb-arrow-size: clamp(56px, 4.3vw, 88px);
	--motcomb-arrow-inset: clamp(16px, 1.56vw, 32px);
	position: absolute !important;
	top: 46px !important;
	display: flex !important;
	width: var(--motcomb-arrow-size);
	height: var(--motcomb-arrow-size);
	align-items: center;
	justify-content: center;
	border: 1px solid #d1d3d3;
	background: #fff;
	color: #1e2423;
	font-size: clamp(34px, 2.54vw, 52px) !important;
	line-height: 1;
	transform: none !important;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.motcomb-testimonial-carousel .elementor-swiper-button-prev {
	left: auto !important;
	right: calc(var(--motcomb-arrow-inset) + var(--motcomb-arrow-size)) !important;
}

.motcomb-testimonial-carousel .elementor-swiper-button-next {
	right: var(--motcomb-arrow-inset) !important;
	left: auto !important;
}

.motcomb-testimonial-carousel .elementor-swiper-button svg {
	display: none;
}

.motcomb-testimonial-carousel .elementor-swiper-button-prev::before {
	content: "←";
}

.motcomb-testimonial-carousel .elementor-swiper-button-next::before {
	content: "→";
}

.motcomb-testimonial-carousel .elementor-swiper-button:is(:hover, :focus-visible) {
	border-color: var(--motcomb-color-primary);
	background: var(--motcomb-color-primary);
	color: #fff !important;
}

.motcomb-testimonial-carousel .elementor-swiper-button:focus-visible {
	outline: 2px solid var(--motcomb-color-primary);
	outline-offset: 3px;
}

/* About Us principles slider: editable Elementor version of the legacy carousel. */
.motcomb-about-slider {
	--motcomb-about-card-width: 417px;
	--motcomb-about-outer-space: 64px;
	--motcomb-about-arrow-size: clamp(40px, 3vw, 60px);
	position: relative;
	width: 100%;
	min-height: 690px;
	overflow: hidden;
	background: var(--motcomb-color-surface);
}

.motcomb-about-slider__track {
	display: grid;
	width: 100%;
	min-height: 690px;
}

.motcomb-about-slider__slide {
	grid-area: 1 / 1;
	display: flex;
	width: 100%;
	min-height: 690px;
	align-items: stretch;
	justify-content: flex-end;
	padding: var(--motcomb-about-outer-space);
	visibility: hidden;
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.motcomb-about-slider__slide.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.motcomb-about-slider__card {
	display: flex;
	width: var(--motcomb-about-card-width);
	max-width: 100%;
	min-height: 100%;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	background: #fff;
	text-align: center;
}

.motcomb-about-slider__icon {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 0 40px;
	object-fit: contain;
}

.motcomb-about-slider__title {
	margin: 0 0 12px;
	color: var(--motcomb-color-secondary);
	font: 500 24px/1.32 Inter, sans-serif;
	letter-spacing: -0.02em;
}

.motcomb-about-slider__description {
	color: #364152;
	font: 400 14px/1.82 Inter, sans-serif;
}

.motcomb-about-slider__description > :first-child {
	margin-top: 0;
}

.motcomb-about-slider__description > :last-child {
	margin-bottom: 0;
}

.motcomb-about-slider__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
	padding-top: 32px;
}

.motcomb-about-slider__dot {
	width: 32px;
	height: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--motcomb-color-border);
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.motcomb-about-slider__dot.is-active {
	background: #0e9384;
}

.motcomb-about-slider__dot:focus-visible {
	outline: 2px solid var(--motcomb-color-primary);
	outline-offset: 4px;
}

.motcomb-about-slider__arrow {
	position: absolute;
	top: calc(var(--motcomb-about-outer-space) + 19%);
	z-index: 4;
	display: flex;
	width: var(--motcomb-about-arrow-size);
	height: var(--motcomb-about-arrow-size);
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--motcomb-color-secondary);
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 0.25s ease, color 0.25s ease;
}

.motcomb-about-slider__arrow span {
	display: block;
	font: 300 clamp(38px, 3vw, 56px)/0.75 Arial, sans-serif;
	transform: translateY(-2px);
}

.motcomb-about-slider__arrow--previous {
	right: calc(var(--motcomb-about-outer-space) + var(--motcomb-about-card-width) - (var(--motcomb-about-arrow-size) / 2));
}

.motcomb-about-slider__arrow--next {
	right: calc(var(--motcomb-about-outer-space) - (var(--motcomb-about-arrow-size) / 2));
}

.motcomb-about-slider__arrow:is(:hover, :focus-visible) {
	background: var(--motcomb-color-primary);
	color: #fff;
}

.motcomb-about-slider__arrow:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -5px;
}

.motcomb-about-slider__arrow:disabled {
	cursor: default;
	opacity: 0.45;
}

@media (prefers-reduced-motion: reduce) {
	.motcomb-about-slider__slide {
		transition: none;
	}
}

@media (max-width: 1024px) {
	.motcomb-about-slider {
		--motcomb-about-card-width: 400px;
		--motcomb-about-outer-space: 40px;
	}
}

@media (max-width: 767px) {
	.motcomb-about-slider {
		--motcomb-about-card-width: 100%;
		--motcomb-about-outer-space: 40px;
		min-height: 620px;
	}

	.motcomb-about-slider__track,
	.motcomb-about-slider__slide {
		min-height: 620px;
	}

	.motcomb-about-slider__slide {
		padding: 40px 16px;
	}

	.motcomb-about-slider__card {
		padding: 24px;
	}

	.motcomb-about-slider__icon {
		width: 114px;
		height: 114px;
		margin-bottom: 32px;
	}

	.motcomb-about-slider__title {
		font-size: 20px;
	}

	.motcomb-about-slider__description {
		font-size: 14px;
		line-height: 1.6;
	}

	.motcomb-about-slider__dot {
		width: 24px;
	}

	.motcomb-about-slider__arrow {
		top: 148px;
		width: 40px;
		height: 40px;
	}

	.motcomb-about-slider__arrow--previous {
		right: auto;
		left: 0;
	}

	.motcomb-about-slider__arrow--next {
		right: 0;
	}
}

/* Office map: object embedding preserves the original SVG location markers. */
.motcomb-office-map {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	line-height: 0;
}

.motcomb-office-map__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1025 / 488;
	object-fit: contain;
}

.motcomb-office-map__markers {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.motcomb-office-map__marker {
	position: absolute;
	width: 3.902%;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgb(10 92 84 / 15%);
	transition: transform 0.3s ease-in-out;
}

.motcomb-office-map__marker::before,
.motcomb-office-map__marker::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #0a5c54;
}

.motcomb-office-map__marker::before {
	width: 60%;
	height: 60%;
	op: 50%;
	left: 50%;
	opacity: 0.25;
}

.motcomb-office-map__marker::after {
	width: 20%;
	height: 20%;
}

.motcomb-office-map__marker--usa {
	top: 47.131%;
	left: 26.341%;
}

.motcomb-office-map__marker--london {
	top: 28.689%;
	left: 47.805%;
}

.motcomb-office-map__marker--portugal {
	top: 40.984%;
	left: 46.829%;
}

.motcomb-office-map__marker--turkey {
	top: 40.984%;
	left: 56.976%;
}

.motcomb-office-map__marker--china {
	top: 47.131%;
	left: 76.098%;
}

/* Process timeline: editorial cards arranged around a restrained central axis. */
.motcomb-timeline {
	--motcomb-timeline-accent: #0a5c54;
	--motcomb-timeline-line: #d1d3d3;
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: motcomb-timeline;
}

.motcomb-timeline::before {
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 50%;
	z-index: 0;
	width: 1px;
	content: "";
	background: var(--motcomb-timeline-line);
}

.motcomb-timeline__item {
	position: relative;
	display: flex;
	width: calc(50% - 52px);
	min-width: 0;
	counter-increment: motcomb-timeline;
}

.motcomb-timeline__item:nth-child(odd) {
	align-self: flex-start;
}

.motcomb-timeline__item:nth-child(even) {
	align-self: flex-end;
}

.motcomb-timeline__item::after {
	position: absolute;
	top: 41px;
	z-index: 0;
	width: 52px;
	height: 1px;
	content: "";
	background: var(--motcomb-timeline-line);
}

.motcomb-timeline__item:nth-child(odd)::after {
	right: -52px;
}

.motcomb-timeline__item:nth-child(even)::after {
	left: -52px;
}

.motcomb-timeline__number,
.motcomb-timeline--without-numbers .motcomb-timeline__item::before {
	position: absolute;
	top: 20px;
	z-index: 2;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--motcomb-timeline-accent);
	border-radius: 50%;
	background: #fff;
	color: var(--motcomb-timeline-accent);
	font: 600 13px/1 Inter, sans-serif;
	letter-spacing: 0.04em;
}

.motcomb-timeline__item:nth-child(odd) .motcomb-timeline__number,
.motcomb-timeline--without-numbers .motcomb-timeline__item:nth-child(odd)::before {
	right: -74px;
}

.motcomb-timeline__item:nth-child(even) .motcomb-timeline__number,
.motcomb-timeline--without-numbers .motcomb-timeline__item:nth-child(even)::before {
	left: -74px;
}

.motcomb-timeline--without-numbers .motcomb-timeline__item::before {
	top: 35px;
	width: 14px;
	height: 14px;
	content: "";
	background: var(--motcomb-timeline-accent);
}

.motcomb-timeline--without-numbers .motcomb-timeline__item:nth-child(odd)::before {
	right: -59px;
}

.motcomb-timeline--without-numbers .motcomb-timeline__item:nth-child(even)::before {
	left: -59px;
}

.motcomb-timeline__card {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 178px;
	overflow: hidden;
	padding: 30px 32px;
	border: 1px solid #d1d3d3;
	background: #fff;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.motcomb-timeline__card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 3px;
	content: "";
	background: var(--motcomb-timeline-accent);
}

.motcomb-timeline__item:hover .motcomb-timeline__card {
	transform: translateY(-3px);
	border-color: var(--motcomb-timeline-accent);
	box-shadow: 0 16px 38px rgb(24 35 39 / 9%);
}

.motcomb-timeline__title {
	margin: 0 0 14px;
	color: #182327;
	font: 600 20px/1.35 Inter, sans-serif;
	letter-spacing: -0.01em;
}

.motcomb-timeline__description {
	color: #444e50;
	font: 400 15px/1.55 Inter, sans-serif;
}

.motcomb-timeline__description > :first-child {
	margin-top: 0;
}

.motcomb-timeline__description > :last-child {
	margin-bottom: 0;
}

.motcomb-timeline__description ul,
.motcomb-timeline__description ol {
	margin: 10px 0 0;
	padding-left: 20px;
}

/* About newsletter privacy link must remain legible on the dark green panel. */
.elementor-element-cc390ce a,
.elementor-element-cc390ce a:visited,
.elementor-element-cc390ce a:hover,
.elementor-element-cc390ce a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.elementor-element-cc390ce a:hover,
.elementor-element-cc390ce a:focus-visible {
	text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
	.motcomb-timeline {
		padding-left: 64px;
	}

	.motcomb-timeline::before {
		left: 22px;
	}

	.motcomb-timeline__item:nth-child(odd),
	.motcomb-timeline__item:nth-child(even) {
		align-self: stretch;
		width: auto;
	}

	.motcomb-timeline__item:nth-child(odd)::after,
	.motcomb-timeline__item:nth-child(even)::after {
		left: -42px;
		width: 42px;
	}

	.motcomb-timeline__item:nth-child(odd) .motcomb-timeline__number,
	.motcomb-timeline__item:nth-child(even) .motcomb-timeline__number {
		right: auto;
		left: -64px;
	}

	.motcomb-timeline--without-numbers .motcomb-timeline__item:nth-child(odd)::before,
	.motcomb-timeline--without-numbers .motcomb-timeline__item:nth-child(even)::before {
		right: auto;
		left: -49px;
	}

	.motcomb-timeline__card {
		min-height: 0;
		padding: 26px 24px;
	}

	.motcomb-timeline__title {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.motcomb-testimonial-carousel > .elementor-widget-container {
		min-height: 0;
		padding: 40px 32px 32px;
	}

	.motcomb-testimonial-carousel .elementor-testimonial {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 40px;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__footer,
	.motcomb-testimonial-carousel .elementor-testimonial__image,
	.motcomb-testimonial-carousel .elementor-testimonial__image img {
		width: 220px !important;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__image,
	.motcomb-testimonial-carousel .elementor-testimonial__image img {
		height: 246px !important;
	}

	.motcomb-testimonial-carousel .swiper-pagination {
		margin-top: 48px;
		padding-left: 260px;
	}
}

@media (max-width: 767px) {
	/* Match the original mobile type scale without changing Elementor desktop controls. */
	.page-id-2 :is(
		.elementor-element-4e7c19f,
		.elementor-element-a575298,
		.elementor-element-825c3a5,
		.elementor-element-32fccf3,
		.elementor-element-4cef31f
	) .elementor-heading-title {
		font-size: 28px !important;
		line-height: 34px !important;
		letter-spacing: -0.02em;
	}

	.page-id-2 :is(.elementor-element-4e7c19f, .elementor-element-825c3a5) {
		width: 100% !important;
		max-width: 100% !important;
	}

	.page-id-2 :is(
		.elementor-element-b5c4d24,
		.elementor-element-37472b1,
		.elementor-element-df260d7,
		.elementor-element-08ac7c2
	) {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.page-id-2 :is(
		.elementor-element-6520f81,
		.elementor-element-9285c82,
		.elementor-element-09cb26f,
		.elementor-element-d5ab784
	) .elementor-heading-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.motcomb-testimonial-carousel > .elementor-widget-container {
		padding: 24px 16px 28px;
	}

	.motcomb-testimonial-carousel .elementor-testimonial {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__footer {
		grid-column: 1;
		grid-row: 1;
		justify-self: center;
		width: 150px !important;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__image,
	.motcomb-testimonial-carousel .elementor-testimonial__image img {
		width: 150px !important;
		height: 150px !important;
		aspect-ratio: auto;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__content {
		grid-column: 1;
		grid-row: 2;
		text-align: center;
	}

	.motcomb-testimonial-carousel .motcomb-rating {
		margin-bottom: 24px;
		font-size: 22px;
		text-align: center;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__text {
		font-size: 22px !important;
		font-weight: 400 !important;
		line-height: 34px !important;
		text-align: center !important;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__cite {
		margin-top: 32px !important;
		text-align: center;
	}

	.motcomb-testimonial-carousel .elementor-testimonial__name,
	.motcomb-testimonial-carousel .elementor-testimonial__title {
		text-align: center;
	}

	.motcomb-testimonial-carousel .swiper-pagination {
		margin-top: 28px;
		padding-left: 0;
		justify-content: center;
	}

	.motcomb-testimonial-carousel {
		position: relative !important;
		padding-bottom: 92px;
	}

	.motcomb-testimonial-carousel .elementor-swiper-button {
		--motcomb-arrow-size: 68px;
		top: auto !important;
		bottom: 0 !important;
		display: flex !important;
	}

	.motcomb-testimonial-carousel .elementor-swiper-button-prev {
		right: auto !important;
		left: calc(50% - var(--motcomb-arrow-size)) !important;
	}

	.motcomb-testimonial-carousel .elementor-swiper-button-next {
		right: auto !important;
		left: 50% !important;
	}
}

/* Four-pixel reading progress used by legacy article pages. */
.motcomb-reading-progress {
	width: 100%;
	height: 4px;
	flex: 0 0 4px;
	background: var(--motcomb-color-border);
}

.motcomb-reading-progress__line {
	display: block;
	width: 0;
	height: 100%;
	background: var(--motcomb-color-primary);
	will-change: width;
}

/* Article sidebar: sticky rows, newsletter and sharing controls. */
.motcomb-article-sidebar {
	position: sticky !important;
	top: 135px;
	align-self: flex-start !important;
	height: auto !important;
}

.motcomb-article-share-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.motcomb-article-share-control {
	display: inline-flex;
	width: 40px;
	height: 40px;
	min-width: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--motcomb-color-border);
	border-radius: 0;
	background: #fff;
	color: #5a6264;
	font: 500 14px/20px Inter, sans-serif;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s linear, border-color 0.3s linear;
}

.motcomb-article-share-control--copy {
	width: 122px;
	gap: 8px;
}

.motcomb-article-share-control svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.motcomb-article-share-control:hover,
.motcomb-article-share-control:focus-visible {
	border-color: var(--motcomb-color-primary);
	color: var(--motcomb-color-primary);
}

@media (max-width: 767px) {
	.motcomb-article-sidebar {
		position: static !important;
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.motcomb-header .elementor-nav-menu--main .elementor-item {
		height: auto;
		margin: 0 !important;
		padding: 13px 20px !important;
	}

	.motcomb-header .elementor-nav-menu--main .elementor-item::after {
		display: none !important;
	}
}

/* Home FAQ: match the original theme's stacked editorial layout. */
.page-id-2 .elementor-element-05387b6 {
	display: grid !important;
	grid-template-columns: minmax(0, 57%) minmax(0, 39%);
	grid-auto-flow: row;
	column-gap: 4%;
	row-gap: 0;
	align-items: start;
}

.page-id-2 .elementor-element-05387b6 > :is(.elementor-element-825c3a5, .elementor-element-f2ed6ff, .elementor-element-4bc8d0c, .elementor-element-2c7d99c, .elementor-element-02e84e7) {
	grid-column: 1;
}

.page-id-2 :is(.elementor-element-4bc8d0c, .elementor-element-2c7d99c, .elementor-element-02e84e7) {
	display: block !important;
	margin-top: 56px;
	padding: 0;
	border: 0 !important;
}

.page-id-2 .elementor-element-4bc8d0c {
	margin-top: 48px;
}

.page-id-2 :is(.elementor-element-9f238c7, .elementor-element-4fc2352, .elementor-element-71e84e8) {
	display: block !important;
	width: 100% !important;
	margin: 0 0 28px;
	padding: 0;
}

.page-id-2 :is(.elementor-element-9f238c7, .elementor-element-4fc2352, .elementor-element-71e84e8) > .elementor-element:nth-child(1) .elementor-heading-title {
	color: #888;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.page-id-2 :is(.elementor-element-9f238c7, .elementor-element-4fc2352, .elementor-element-71e84e8) > .elementor-element:nth-child(2) .elementor-heading-title {
	color: #111;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
}

.page-id-2 :is(.elementor-element-9f238c7, .elementor-element-4fc2352, .elementor-element-71e84e8) .elementor-widget-text-editor {
	max-width: 680px;
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) {
	width: 100% !important;
	max-width: none !important;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-accordion {
	border-top: 1px solid #e0e0e0;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) :is(.elementor-accordion-item, .elementor-tab-title, .elementor-tab-content) {
	border: 0;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-tab-title {
	padding: 22px 0;
	border-bottom: 1px solid #e0e0e0;
	background: transparent;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-accordion-title {
	color: #111;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.25s ease;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-tab-title:is(:hover, .elementor-active) .elementor-accordion-title {
	color: #444;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-accordion-icon {
	color: #111;
	font-size: 22px;
}

.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-tab-content {
	padding: 0 40px 22px 0;
	color: #444;
	font-size: 15px;
	line-height: 1.75;
}

.page-id-2 .motcomb-home-faq-contact {
	grid-column: 2;
	grid-row: 1 / span 5;
	padding-top: 10px;
}

.motcomb-home-faq-contact {
	width: 100% !important;
}

.motcomb-home-faq-contact > .elementor-widget-heading:first-child .elementor-heading-title {
	color: #182327;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -0.02em;
}

:is(.motcomb-home-faq-contact__phone, .motcomb-home-faq-contact__social) {
	border: 1px solid #d1d3d3;
	color: #182327;
	text-decoration: none;
}

.motcomb-home-faq-contact__phone {
	min-height: 155px;
	margin-top: 32px;
	padding: 40px 32px 39px;
	gap: 0 !important;
}

.motcomb-home-faq-contact__phone .elementor-widget-heading:first-child .elementor-heading-title {
	color: var(--motcomb-color-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.motcomb-home-faq-contact__phone .elementor-widget-heading:last-child .elementor-heading-title {
	color: var(--motcomb-color-primary);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.83;
	letter-spacing: -0.02em;
}

.motcomb-home-faq-contact__socials {
	display: flex !important;
	flex-direction: row !important;
	gap: 16px;
	margin-top: 16px;
}

.motcomb-home-faq-contact__social {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	width: calc(50% - 8px) !important;
	min-height: 149px;
	padding: 16px;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.motcomb-home-faq-contact__social .elementor-widget-image {
	grid-column: 2;
	grid-row: 1;
	align-self: flex-end;
	width: 32px;
}

.motcomb-home-faq-contact__social .elementor-widget-image img {
	display: block;
	width: 32px;
	height: 32px;
	transition: filter 0.3s ease;
}

.motcomb-home-faq-contact__social .elementor-widget-heading {
	grid-column: 1;
	grid-row: 1;
}

.motcomb-home-faq-contact__social .elementor-heading-title {
	color: var(--motcomb-color-primary);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	transition: color 0.3s ease;
}

@media (hover: hover) {
	.motcomb-home-faq-contact__social:hover {
		border-color: #0a5c54;
		background: #0a5c54;
	}

	.motcomb-home-faq-contact__social:hover .elementor-heading-title {
		color: #fff;
	}

	.motcomb-home-faq-contact__social:hover img {
		filter: brightness(0) invert(1);
	}
}

:is(.motcomb-home-faq-contact__phone, .motcomb-home-faq-contact__social):focus-visible {
	outline: 2px solid var(--motcomb-color-primary);
	outline-offset: 3px;
}

/* Home resource cards: retain readable overlays while zooming the image itself. */
.page-id-2 :is(.elementor-element-a689ba5, .elementor-element-7b31231) {
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	background-position: center !important;
	background-size: 100% 100% !important;
	transition: background-size 0.55s ease;
}

@media (hover: hover) {
	.page-id-2 :is(.elementor-element-a689ba5, .elementor-element-7b31231):is(:hover, :focus-visible) {
		background-size: 108% 108% !important;
	}
}

.page-id-2 :is(.elementor-element-a689ba5, .elementor-element-7b31231):focus-visible {
	outline: 2px solid var(--motcomb-color-primary);
	outline-offset: 4px;
}

@media (max-width: 767px) {
	.page-id-2 .elementor-element-05387b6 {
		display: flex !important;
		flex-direction: column !important;
	}

	.page-id-2 :is(.elementor-element-4bc8d0c, .elementor-element-2c7d99c, .elementor-element-02e84e7) {
		margin-top: 40px;
	}

	.page-id-2 :is(.elementor-element-9f238c7, .elementor-element-4fc2352, .elementor-element-71e84e8) > .elementor-element:nth-child(2) .elementor-heading-title {
		font-size: 24px;
	}

	.page-id-2 :is(.elementor-element-7a40bc9, .elementor-element-5c7e5dd, .elementor-element-76db06d) .elementor-tab-content {
		padding-right: 0;
	}

	.page-id-2 .motcomb-home-faq-contact {
		order: 10;
		margin-top: 48px;
		padding-top: 0;
	}

	.motcomb-home-faq-contact__phone {
		min-height: 130px;
		padding: 24px;
	}

	.motcomb-home-faq-contact__social {
		min-height: 130px;
	}

	.motcomb-home-faq-contact__social .elementor-heading-title {
		font-size: 20px;
	}
}

/* Motcomb Resources Widget (Dynamic Single Posts) */
.motcomb-resources-widget-wrapper {
	width: 100%;
}

.motcomb-resources-widget-title {
	margin: 0 0 8px 0;
	color: #182327;
	font-family: Inter, sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.32;
}

.motcomb-resources-widget-subtitle {
	margin: 0 0 32px 0;
	color: #444e50;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.motcomb-resources-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	width: 100%;
}

.motcomb-resource-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	min-height: 321px;
	padding: 0 0 24px 24px;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
}

.motcomb-resource-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: 1;
}

@media (hover: hover) {
	.motcomb-resource-card:hover .motcomb-resource-bg,
	.motcomb-resource-card:focus-visible .motcomb-resource-bg {
		transform: scale(1.06);
	}
}

.motcomb-resource-card:focus-visible {
	outline: 2px solid var(--motcomb-color-primary);
	outline-offset: 4px;
}

.motcomb-resource-block {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 193px;
	min-height: 148px;
	padding: 12px 14px;
	background: #ffffff;
	box-sizing: border-box;
}

.motcomb-resource-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.motcomb-resource-label {
	max-width: 120px;
	color: #b0b4b3;
	font-family: Inter, sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	word-wrap: break-word;
}

.motcomb-resource-arrow {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.motcomb-resource-card-title {
	margin: 0;
	color: #182327;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.motcomb-resources-button-wrapper {
	margin-top: 32px;
}

.motcomb-resource-btn {
	display: inline-block;
	padding: 16px 28px;
	border: 1px solid #0a5c54;
	background: #0a5c54;
	color: #ffffff;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.motcomb-resource-btn:hover,
.motcomb-resource-btn:focus-visible {
	background: #084a43;
	border-color: #084a43;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.motcomb-resources-widget-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.motcomb-resources-widget-title {
		font-size: 28px !important;
		line-height: 34px !important;
		letter-spacing: -0.02em;
	}
	.motcomb-resources-widget-subtitle {
		font-size: 18px !important;
		font-weight: 400 !important;
		line-height: 30px !important;
	}
	.motcomb-resources-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.motcomb-resource-card {
		flex: 1 1 100%;
		padding: 0 0 16px 16px;
	}
}

/* Fix Elementor Search Form alignment (Resources & Archive pages) */
.elementor-widget-search-form .elementor-search-form__container {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	position: relative !important;
	height: 48px !important;
	min-height: 48px !important;
	box-sizing: border-box !important;
}

.elementor-widget-search-form .elementor-search-form__icon {
	position: absolute !important;
	left: 16px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #676e6d !important;
	pointer-events: none !important;
}

.elementor-widget-search-form .elementor-search-form__icon i,
.elementor-widget-search-form .elementor-search-form__icon svg {
	display: block !important;
	font-size: 16px !important;
	width: 16px !important;
	height: 16px !important;
	color: #676e6d !important;
	fill: #676e6d !important;
}

.elementor-widget-search-form .elementor-search-form__input {
	height: 48px !important;
	min-height: 48px !important;
	padding: 12px 16px 12px 44px !important;
	border-radius: 0 !important;
	font-family: Inter, sans-serif !important;
	font-size: 14px !important;
	line-height: 24px !important;
	box-sizing: border-box !important;
}

.elementor-widget-search-form .elementor-screen-only {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
}

/* Category Filter Bar Default Base Styles (No !important so Elementor controls can fully override) */
.motcomb-resources-filter-tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow-x: auto;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 16px 0;
	border-top: 1px solid #dfe1e1;
	border-bottom: 1px solid #dfe1e1;
	background: transparent;
	gap: 40px;
	column-gap: 40px;
}

.motcomb-resources-filter-tabs::-webkit-scrollbar {
	display: none;
}

.motcomb-filter-tab {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: transparent;
	border-radius: 0;
	padding: 0 0 4px 0;
	margin: 0 40px 0 0;
	color: #9ca1a0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.24;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	outline: none;
	cursor: pointer;
	transition: color 0.3s ease, border-color 0.3s ease;
}

.motcomb-filter-tab:last-child {
	margin-right: 0;
}

.motcomb-filter-tab:hover,
.motcomb-filter-tab.active {
	color: #0a5c54;
	font-weight: 600;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0a5c54;
}





.elementor-widget-taxonomy-filter .e-filter-item[data-filter="__all"] {
	order: -1 !important;
}

/* Exact Production Resources Preset (410px height, max 383px white box) */
.motcomb-resources-preset-archive .motcomb-resource-card {
	min-height: 410px;
	height: 410px;
	padding: 24px;
}

.motcomb-resources-preset-archive .motcomb-resource-block {
	max-width: 383px;
	width: 100%;
	min-height: auto;
	padding: 20px;
	background: #ffffff;
}

.motcomb-resource-card-title {
	margin: 0;
	color: #182327;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.32;
	transition: color 0.3s ease;
}

.motcomb-resource-card:hover .motcomb-resource-card-title {
	color: #0a5c54;
}

.motcomb-resource-arrow svg path {
	transition: fill 0.3s ease;
}

.motcomb-resource-card:hover .motcomb-resource-arrow path {
	fill: #0a5c54;
}


.motcomb-resource-card-excerpt {
	margin: 8px 0 16px 0;
	color: #5a6264;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.motcomb-resource-card-author {
	display: block;
	margin-top: 0;
	color: #182327;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428;
}




.motcomb-resource-card-excerpt {
	margin: 12px 0 0 0;
	color: #444e50;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.motcomb-resource-card-author {
	display: block;
	margin-top: 16px;
	color: #182327;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

/* Resources Archive Preset (Taller cards & larger white content box) */
.motcomb-resources-preset-archive .motcomb-resource-card {
	min-height: 480px;
}

.motcomb-resources-preset-archive .motcomb-resource-block {
	width: 280px;
	min-height: 240px;
	padding: 20px;
}

@media (max-width: 767px) {
	.motcomb-resources-filter-tabs {
		gap: 16px;
	}
	.motcomb-resources-preset-archive .motcomb-resource-card {
		min-height: 400px;
	}
	.motcomb-resources-preset-archive .motcomb-resource-block {
		width: calc(100% - 32px);
		min-height: auto;
	}
}

/* EB-5 page: legacy-faithful layout and responsive behavior. */
.page-id-340 .elementor-element-1a804f4,
.page-id-340 .elementor-element-c42f4ac,
.page-id-340 .elementor-element-95e7250 {
	min-height: calc(100vh - 80px) !important;
}

.page-id-340 .elementor-element-c42f4ac {
	padding: 0 40px !important;
}

.page-id-340 .elementor-element-95e7250 > .e-con {
	height: calc((100vh - 80px) / 3);
	min-height: 0 !important;
}

.motcomb-eb5-benefits-list,
.motcomb-eb5-benefits-list__item {
	width: 100%;
}

.motcomb-eb5-benefits-list__item {
	display: grid;
	grid-template-columns: 92px minmax(320px, 416px) minmax(0, 1fr);
	align-items: start;
	padding: 38px 0;
	border-bottom: 1px solid #dfe1e1;
}

.motcomb-eb5-benefits-list__number {
	grid-column: 1;
	color: #444e50;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
}

.motcomb-eb5-benefits-list__title {
	grid-column: 2;
	margin: 0;
	padding: 0 16px;
	color: #182327;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.motcomb-eb5-benefits-list__description {
	grid-column: 3;
	color: #444e50;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.motcomb-eb5-benefits-list__description :is(p, ul, ol) {
	margin-top: 0;
	margin-bottom: 0;
}

.page-id-340 .motcomb-eb5-participants,
.page-id-340 .motcomb-eb5-projects {
	background: #ffffff !important;
}

.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 {
	gap: 16px !important;
}

.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con {
	position: relative;
	width: calc((100% - 32px) / 3) !important;
	min-height: 260px !important;
	padding: 32px !important;
	border: 0 !important;
	background: #f1f4f4 !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 20px !important;
}

.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con .elementor-widget-image {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 86px !important;
	min-width: 86px;
	height: 70px;
	margin: 0 auto;
}

.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con .elementor-widget-image img {
	max-height: 70px;
	width: auto;
	max-width: 86px;
	display: block;
	margin: 0 auto;
}

.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con .elementor-heading-title {
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 34px !important;
	text-align: center;
}

.participants__tip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-left: 6px;
	border: 1px solid #0a5c54;
	border-radius: 50%;
	color: #0a5c54;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	vertical-align: 2px;
	cursor: pointer;
}

.participants__tip .participants__tip-text {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	z-index: 100;
	width: max-content;
	max-width: 290px;
	padding: 10px 16px;
	background: #ffffff;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 8px 6px -2px rgba(16, 24, 40, 0.04);
	color: #475467;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 6px);
	transition: opacity 180ms ease, transform 180ms ease;
	white-space: normal;
}

.participants__tip .participants__tip-text::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -6px;
	left: calc(50% - 6px);
	background: #ffffff;
	transform: rotate(45deg);
	box-shadow: -2px -2px 3px -1px rgba(16, 24, 40, 0.04);
}

.participants__tip:hover .participants__tip-text,
.participants__tip:focus .participants__tip-text,
.participants__tip:focus-within .participants__tip-text,
.participants__tip.is-active .participants__tip-text {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}


.motcomb-eb5-projects-widget {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 5px;
}

.motcomb-eb5-projects-widget__tabs {
	display: flex;
	align-items: center;
	gap: 41px;
	padding: 16px 0;
	border-top: 1px solid #dfe1e1;
	border-bottom: 1px solid #dfe1e1;
}

.motcomb-eb5-projects-widget__tab {
	position: relative;
	flex: 0 0 auto;
	padding: 0 0 5px !important;
	border: 0 !important;
	background: transparent !important;
	color: #9ca1a0;
	cursor: pointer;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.24;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.motcomb-eb5-projects-widget__tab.is-active {
	color: #0a5c54;
	font-weight: 700;
	text-decoration: none;
}

.motcomb-eb5-projects-widget__tab.is-active::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #0a5c54;
	content: "";
}

.motcomb-eb5-projects-widget__tab:focus-visible {
	outline: 2px solid #0a5c54;
	outline-offset: 4px;
}

.motcomb-eb5-projects-widget__panels {
	width: 100%;
}

.motcomb-eb5-project-panel {
	display: flex;
	align-items: stretch;
	gap: 16px;
	width: 100%;
	margin-top: 0;
}

.motcomb-eb5-project-panel:not(.is-active) {
	display: none;
}

.motcomb-eb5-project-panel__info {
	display: flex;
	flex: 0 0 524px;
	flex-direction: column;
	padding: 32px;
	border: 1px solid #d1d3d3;
}

.motcomb-eb5-project-panel__title {
	margin: 0 0 4px;
	color: #182327;
	font-size: 32px;
	font-weight: 500;
	line-height: 60px;
}

.motcomb-eb5-project-panel__info dl {
	margin: 0;
}

.motcomb-eb5-project-panel__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 12px 0;
	border-bottom: 1px solid #dfe1e1;
}

.motcomb-eb5-project-panel__row dt,
.motcomb-eb5-project-panel__row dd {
	margin: 0;
	color: #182327;
	font-size: 16px;
	line-height: 24px;
}

.motcomb-eb5-project-panel__row dt {
	font-weight: 500;
}

.motcomb-eb5-project-panel__row dd {
	font-weight: 400;
	text-align: right;
}

.motcomb-eb5-project-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	min-height: 60px;
	margin-top: 24px;
	padding: 16px 28px;
	border: 1px solid #0a5c54;
	background: #0a5c54;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.motcomb-eb5-project-panel__button:hover,
.motcomb-eb5-project-panel__button:focus-visible {
	background: #084a43;
	color: #ffffff;
}

.motcomb-eb5-project-panel__image {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

.motcomb-eb5-project-panel__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.motcomb-eb5-reviews > .e-con,
.page-id-340 .motcomb-eb5-reviews > .e-con {
	position: relative;
}


.page-id-340 .motcomb-eb5-faq .elementor-element-067a52f {
	width: 36% !important;
	padding: 0 !important;
	background: transparent !important;
}

.page-id-340 .motcomb-eb5-faq .elementor-element-067a52f > .elementor-widget-heading:first-child .elementor-heading-title {
	color: #182327 !important;
}


.page-id-340 .motcomb-eb5-faq .elementor-element-9e4f17c {
	display: none !important;
}

@media (max-width: 1024px) {
	.page-id-340 .elementor-element-1a804f4,
	.page-id-340 .elementor-element-c42f4ac,
	.page-id-340 .elementor-element-95e7250 {
		height: auto !important;
		min-height: 0 !important;
	}
	.page-id-340 .elementor-element-c42f4ac {
		width: 100% !important;
		padding: 64px 24px !important;
	}
	.page-id-340 .elementor-element-95e7250 {
		display: flex !important;
		width: 100% !important;
		flex-flow: row wrap !important;
		align-content: flex-start !important;
	}
	.page-id-340 .elementor-element-95e7250 > .e-con {
		flex: 0 0 33.333% !important;
		width: 33.333% !important;
		height: clamp(132px, 33.333vw, 240px) !important;
		min-height: 0 !important;
	}
	.page-id-340 .elementor-element-95e7250 > .elementor-element-2f5016a {
		flex-basis: 66.666% !important;
		width: 66.666% !important;
	}

	.motcomb-eb5-project-panel {
		flex-direction: column-reverse;
	}
	.motcomb-eb5-project-panel__info {
		flex-basis: auto;
		width: 100%;
	}
	.motcomb-eb5-project-panel__image {
		min-height: 360px;
	}
	.page-id-340 .motcomb-eb5-faq .elementor-element-7847343 {
		gap: 48px !important;
	}
}

@media (max-width: 767px) {
	.page-id-340 .elementor-element-c42f4ac {
		padding: 24px 16px 32px !important;
		gap: 0 !important;
	}
	.page-id-340 .elementor-element-c48df2b {
		margin-bottom: 12px;
	}
	.page-id-340 .elementor-element-c48df2b .elementor-heading-title {
		display: inline-flex;
		width: auto;
		padding: 6px 14px;
		border-radius: 24px;
		background: #f1f4f4;
		font-size: 14px !important;
		line-height: 19px !important;
		text-transform: capitalize !important;
	}
	.page-id-340 .elementor-element-5f88504 {
		margin-bottom: 16px;
	}
	.page-id-340 .elementor-element-5f88504 .elementor-heading-title {
		font-size: 36px !important;
		line-height: 44px !important;
		letter-spacing: 0 !important;
	}
	.page-id-340 .elementor-element-d4ca97c {
		margin-bottom: 32px;
	}
	.page-id-340 .elementor-element-d4ca97c,
	.page-id-340 .elementor-element-d4ca97c p {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.page-id-340 .elementor-element-c24f75b {
		gap: 16px !important;
	}
	.page-id-340 .elementor-element-c24f75b > .elementor-widget-button,
	.page-id-340 .elementor-element-c24f75b .elementor-button-wrapper,
	.page-id-340 .elementor-element-c24f75b .elementor-button {
		width: 100% !important;
	}
	.page-id-340 .elementor-element-c24f75b .elementor-button {
		min-height: 60px;
	}
	.page-id-340 .elementor-element-95e7250 > .e-con {
		height: 132px !important;
		padding: 12px !important;
	}
	.page-id-340 .elementor-element-95e7250 > .e-con .elementor-heading-title {
		font-size: 11px !important;
		line-height: 13px !important;
	}
	.page-id-340 .elementor-element-95e7250 > .e-con .elementor-widget-heading:last-child .elementor-heading-title {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	.page-id-340 .motcomb-eb5-specialization,
	.page-id-340 .motcomb-eb5-benefits,
	.page-id-340 .motcomb-eb5-participants,
	.page-id-340 .motcomb-eb5-projects,
	.page-id-340 .motcomb-eb5-reviews,
	.page-id-340 .motcomb-eb5-faq {
		height: auto !important;
		min-height: 0 !important;
		padding-top: 80px !important;
		padding-bottom: 64px !important;
	}
	.page-id-340 .motcomb-eb5-specialization h2,
	.page-id-340 .motcomb-eb5-benefits h2,
	.page-id-340 .motcomb-eb5-participants h2,
	.page-id-340 .motcomb-eb5-steps h2,
	.page-id-340 .motcomb-eb5-projects h2,
	.page-id-340 .motcomb-eb5-reviews h2,
	.page-id-340 .motcomb-eb5-faq h2 {
		font-size: 28px !important;
		line-height: 34px !important;
		letter-spacing: -0.02em !important;
	}
	.page-id-340 .motcomb-eb5-specialization .e-con > .elementor-widget-heading h3 {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.page-id-340 .motcomb-eb5-specialization .e-con > .elementor-widget-text-editor,
	.page-id-340 .motcomb-eb5-specialization .e-con > .elementor-widget-text-editor p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.motcomb-eb5-benefits-list__item {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 32px 0 !important;
	}
	.motcomb-eb5-benefits-list__number {
		grid-column: 1;
		grid-row: 1;
		font-size: 36px;
		font-weight: 500;
		line-height: 42px;
	}
	.motcomb-eb5-benefits-list__title {
		grid-column: 2;
		grid-row: 1;
		padding: 0;
		font-size: 22px;
		line-height: 32px;
	}
	.motcomb-eb5-benefits-list__description {
		grid-column: 2;
		grid-row: 2;
		padding: 24px 0 0;
		font-size: 18px;
		line-height: 30px;
	}
	.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 {
		gap: 16px !important;
	}
	.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con {
		width: 100% !important;
		min-height: 200px !important;
		padding: 16px !important;
	}
	.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con .elementor-widget-image {
		max-width: 86px !important;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con .elementor-widget-image img {
		max-height: 60px;
		width: auto;
		max-width: 86px;
	}
	.page-id-340 .motcomb-eb5-participants .elementor-element-b4cb302 > .e-con .elementor-heading-title {
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.motcomb-eb5-projects-widget__tabs {
		overflow-x: auto;
		gap: 24px;
	}
	.page-id-340 .motcomb-eb5-projects {
		padding-bottom: 0 !important;
	}
	.motcomb-eb5-project-panel__image {
		min-height: 300px;
	}
	.motcomb-eb5-project-panel__info {
		padding: 16px;
	}
	.motcomb-eb5-project-panel__title {
		font-size: 24px;
		line-height: 34px;
	}
	.motcomb-eb5-project-panel__row {
		align-items: flex-start;
		padding: 9px 0;
	}
	.motcomb-eb5-project-panel__row dt,
	.motcomb-eb5-project-panel__row dd {
		font-size: 16px;
		line-height: 25px;
	}
	.motcomb-eb5-project-panel__button {
		width: 100%;
		margin-top: 24px;
	}
	.page-id-340 .motcomb-eb5-faq .elementor-element-067a52f > .elementor-widget-heading:first-child .elementor-heading-title {
		font-size: 28px !important;
		line-height: 38px !important;
	}
}

@media (max-width: 1024px) {
	.page-id-340 .motcomb-eb5-faq .elementor-element-067a52f {
		width: 100% !important;
	}


}
