:root {
	--plastela-green: #b9e236;
	--plastela-ink: #17171d;
	--plastela-surface: #202027;
	--plastela-muted: #a5a5ad;
}

.plastela-language-link {
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 999px;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: .08em;
	margin-left: 12px;
	min-width: 42px;
	padding: 7px 10px !important;
	text-align: center;
}

.plastela-floating-actions {
	bottom: 22px;
	display: grid;
	gap: 10px;
	position: fixed;
	right: 20px;
	z-index: 9998;
}

.plastela-float {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, .28);
	display: inline-flex;
	height: 52px;
	justify-content: center;
	transition: transform .2s ease, box-shadow .2s ease;
	width: 52px;
}

.plastela-float:hover,
.plastela-float:focus-visible {
	box-shadow: 0 14px 38px rgba(0, 0, 0, .38);
	transform: translateY(-2px);
}

.plastela-float:focus-visible,
.plastela-language-link:focus-visible,
.plastela-certificate-close:focus-visible,
.plastela-certificate-download:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.plastela-float svg {
	fill: currentColor;
	height: 25px;
	width: 25px;
}

.plastela-float-whatsapp {
	background: #25d366;
	color: #fff !important;
}

.plastela-float-whatsapp svg,
.plastela-float-whatsapp path {
	fill: #fff !important;
	color: #fff !important;
}

.plastela-float-phone {
	background: #4a6500;
	color: #fff !important;
}

.plastela-float-phone svg,
.plastela-float-phone path {
	fill: #fff !important;
	color: #fff !important;
}

.plastela-references {
	background: #111116;
	color: #fff;
	padding: clamp(64px, 8vw, 112px) 24px;
	position: relative;
	z-index: 2;
}

.plastela-references-inner,
.plastela-about-inner {
	margin: 0 auto;
	max-width: 1180px;
}

.plastela-eyebrow {
	color: var(--plastela-green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.plastela-references h2 {
	color: #fff;
	font-size: clamp(28px, 4vw, 52px);
	line-height: 1.08;
	margin: 0;
	max-width: 760px;
}

.plastela-reference-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 44px;
}

.plastela-reference-grid a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .13);
	display: flex;
	justify-content: center;
	min-height: 132px;
	padding: 26px;
	transition: transform .2s ease, border-color .2s ease;
}

.plastela-reference-grid a:hover,
.plastela-reference-grid a:focus-visible {
	border-color: var(--plastela-green);
	transform: translateY(-3px);
}

.plastela-reference-grid img {
	filter: none;
	height: 62px;
	max-width: 180px;
	object-fit: contain;
	width: 100%;
}

.plastela-reference-grid a:last-child img {
	filter: brightness(0) !important;
	height: 80px;
}

footer .elementor-widget-image:has(img[src*="plastela-logo-white"]) .elementor-widget-container,
footer a:has(> img[src*="plastela-logo-white"]) {
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	width: 100% !important;
}

footer img[src*="plastela-logo-white"] {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, 320px) !important;
}

.plastela-about-page .page-header,
.plastela-about-page .entry-title {
	display: none;
}

.plastela-about {
	background: var(--plastela-ink);
	color: #f8f8fa;
	min-height: 70vh;
}

.plastela-about-hero {
	background:
		linear-gradient(100deg, rgba(15, 15, 19, .96), rgba(15, 15, 19, .68)),
		url("https://plastela.com/wp-content/uploads/2021/12/plastela_slider.jpg") center/cover;
	padding: clamp(120px, 16vw, 230px) 24px clamp(70px, 9vw, 120px);
}

.plastela-about h1 {
	color: #fff;
	font-size: clamp(42px, 7vw, 88px);
	letter-spacing: -.04em;
	line-height: .98;
	margin: 0;
	max-width: 980px;
	text-transform: none !important;
}

.plastela-about-copy {
	padding: clamp(64px, 9vw, 120px) 24px;
}

.plastela-about-copy .plastela-about-inner {
	max-width: 900px;
}

.plastela-about-copy p {
	color: #d5d5da;
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.78;
	margin: 0 0 28px;
}

.plastela-about-copy .plastela-about-lead {
	color: #fff;
	font-size: clamp(22px, 2.6vw, 31px);
	line-height: 1.5;
}

.plastela-about-cta {
	background: #4a6500;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-top: 20px;
	padding: 18px 26px;
	text-transform: uppercase;
}

.plastela-about-cta:hover,
.plastela-about-cta:focus,
.plastela-about-cta:focus-visible {
	background: #3d5500;
	color: #fff !important;
}

.plastela-service-detail {
	align-items: center;
	display: flex;
	min-height: 100svh;
	padding: clamp(70px, 8vw, 120px) clamp(22px, 5vw, 70px) !important;
	scroll-margin-top: 78px;
	width: 100%;
}

.plastela-service-detail > .elementor-container {
	align-items: center;
	margin: 0 auto;
	max-width: 1440px !important;
	width: 100% !important;
}

.plastela-service-detail > .elementor-container > .elementor-column:first-child {
	display: none;
}

.plastela-service-detail > .elementor-container > .elementor-column {
	width: 50% !important;
}

.elementor-element-73a3cea2 .elementor-heading-title,
.elementor-element-5b5657b .elementor-heading-title,
.elementor-element-19220d12 .elementor-heading-title,
.elementor-element-702db2c .elementor-heading-title {
	color: #fff !important;
}

.elementor-element-6527cab .elementor-button {
	color: var(--plastela-ink) !important;
}

.plastela-lang-tr .elementor-element-73d0e879 h2,
.plastela-lang-tr .elementor-element-702ca7c h2 {
	text-transform: none !important;
}

.elementor .plastela-contact-heading {
	margin: 8px 0 16px !important;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 21px !important;
	font-weight: 700;
	line-height: 1.4 !important;
}

.plastela-upload-field {
	margin: 22px 0 18px;
}

.plastela-upload-field small {
	color: #707078;
	font-weight: 400;
}

.plastela-upload-field input[type="file"] {
	background: #fff;
	border: 1px dashed #a8a8ad;
	border-radius: 2px;
	color: var(--plastela-ink);
	display: block;
	margin-top: 8px;
	max-width: 100%;
	padding: 14px;
	width: 100%;
}

.plastela-upload-field .wpforms-field-description {
	font-size: 12px;
	margin-top: 7px;
}

.plastela-certificate-modal[hidden] {
	display: none;
}

.plastela-certificate-modal {
	align-items: center;
	background: rgba(8, 8, 11, .92);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 10001;
}

.plastela-certificate-panel {
	background: #fff;
	box-shadow: 0 24px 90px rgba(0, 0, 0, .5);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	height: min(92vh, 940px);
	max-width: 1180px;
	overflow: hidden;
	width: min(96vw, 1180px);
}

.plastela-certificate-toolbar {
	align-items: center;
	background: #17171d;
	color: #fff;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 62px;
	padding: 10px 14px 10px 22px;
}

.plastela-certificate-toolbar strong {
	font-size: 15px;
}

.plastela-certificate-actions {
	display: flex;
	gap: 8px;
}

.plastela-certificate-close,
.plastela-certificate-download {
	align-items: center;
	background: var(--plastela-green);
	border: 0;
	color: var(--plastela-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	min-height: 40px;
	padding: 8px 14px;
}

.plastela-certificate-close {
	cursor: pointer;
	font-size: 24px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.plastela-certificate-frame {
	background: #ececf0;
	border: 0;
	height: 100%;
	width: 100%;
}

body.plastela-modal-open {
	overflow: hidden;
}

/* Match the desktop feasibility card to the legible mobile treatment. */
html body .elementor-12 .elementor-element.elementor-element-c5fdd7e {
	color: #252525 !important;
}

html body .elementor-12 .elementor-element.elementor-element-c5fdd7e > .elementor-widget-container {
	background: #e6e6e6 !important;
	color: #252525 !important;
}

html body .elementor-12 .elementor-element.elementor-element-c5fdd7e p {
	color: #252525 !important;
}

html body .elementor-12 .elementor-element.elementor-element-c5fdd7e strong {
	color: #4a6500 !important;
}

@media (min-width: 1025px) {
	html body .elementor-12 .elementor-element.elementor-element-11e38321,
	html body .elementor-12 .elementor-element.elementor-element-c5fdd7e {
		box-sizing: border-box !important;
		flex: 0 0 100% !important;
		max-width: 270px !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	html body .elementor-12 .elementor-element.elementor-element-c5fdd7e {
		background: transparent !important;
	}

	html body .elementor-12 .elementor-element.elementor-element-11e38321 > .elementor-widget-container,
	html body .elementor-12 .elementor-element.elementor-element-c5fdd7e > .elementor-widget-container {
		align-items: center !important;
		box-sizing: border-box !important;
		display: flex !important;
		height: 180px !important;
		padding: 24px 32px !important;
	}

	html body .elementor-12 .elementor-element.elementor-element-11e38321 p,
	html body .elementor-12 .elementor-element.elementor-element-c5fdd7e p {
		margin: 0 !important;
	}
}

@media (max-width: 900px) {
	.plastela-reference-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plastela-service-detail > .elementor-container {
		display: block !important;
	}

	.plastela-service-detail > .elementor-container > .elementor-column {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.elementor .elementor-element.elementor-element-11e38321,
	.elementor .elementor-element.elementor-element-c5fdd7e {
		animation: none !important;
		box-sizing: border-box !important;
		display: block !important;
		max-width: 340px !important;
		opacity: 1 !important;
		padding: 0 !important;
		transform: none !important;
		visibility: visible !important;
		width: calc(100% - 40px) !important;
	}

	.elementor .elementor-element.elementor-element-62c61752 {
		box-sizing: border-box !important;
		margin: 0 0 24px !important;
		position: relative !important;
		width: 100% !important;
		z-index: 2 !important;
	}

	.elementor .elementor-element.elementor-element-11e38321 {
		background: #1b1f1e !important;
		color: #fff !important;
		margin: 0 auto 10px !important;
	}

	.elementor .elementor-element.elementor-element-11e38321 > .elementor-widget-container {
		background: #1b1f1e !important;
		box-sizing: border-box !important;
		margin: 0 !important;
		padding: 10px 16px !important;
	}

	.elementor .elementor-element.elementor-element-11e38321 p {
		color: #fff !important;
		font-size: 16px !important;
		line-height: 1.35 !important;
		margin: 0 !important;
	}

	.elementor .elementor-element.elementor-element-11e38321 strong {
		color: var(--plastela-green) !important;
	}

	.elementor .elementor-element.elementor-element-c5fdd7e {
		background: #e6e6e6 !important;
		color: var(--plastela-ink) !important;
		margin: 0 auto !important;
	}

	.elementor .elementor-element.elementor-element-c5fdd7e > .elementor-widget-container {
		background: #e6e6e6 !important;
		box-sizing: border-box !important;
		margin: 0 !important;
		padding: 10px 16px !important;
	}

	.elementor .elementor-element.elementor-element-c5fdd7e p {
		color: var(--plastela-ink) !important;
		font-size: 16px !important;
		line-height: 1.35 !important;
		margin: 0 !important;
	}

	.elementor .elementor-element.elementor-element-c5fdd7e strong {
		color: #4a6500 !important;
	}

	.elementor .elementor-element.elementor-element-4b3a85eb {
		margin: 0 !important;
		position: relative !important;
		width: 100% !important;
		z-index: 1 !important;
	}

	.elementor .elementor-element.elementor-element-4de7776 {
		animation: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		position: relative !important;
		transform: none !important;
		visibility: visible !important;
	}

	.elementor .elementor-element.elementor-element-4de7776 > .elementor-widget-container {
		margin: 0 !important;
		padding: 0 !important;
	}

	.elementor .elementor-element.elementor-element-5268f015,
	.elementor .elementor-element.elementor-element-a0e2fae {
		display: block !important;
		max-width: 100% !important;
		visibility: visible !important;
		width: 100% !important;
	}

	.elementor .elementor-element.elementor-element-5268f015 > .elementor-widget-wrap {
		display: block !important;
		width: 100% !important;
	}

	.elementor .elementor-element.elementor-element-a0e2fae .elementor-widget-container {
		padding: 16px 18px !important;
	}

	.elementor .elementor-element.elementor-element-1e2f6e4 {
		display: none !important;
	}

	html:has(header .hfe-dropdown.menu-is-active),
	body:has(header .hfe-dropdown.menu-is-active) {
		overflow: hidden !important;
		overscroll-behavior: none !important;
	}

	header .hfe-dropdown.menu-is-active {
		background: #1b1b1f !important;
		background-image: none !important;
		bottom: 0 !important;
		height: calc(100vh - 88px) !important;
		height: calc(100dvh - 88px) !important;
		left: 0 !important;
		margin: 0 !important;
		max-width: 100vw !important;
		min-height: calc(100vh - 88px) !important;
		opacity: 1 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain !important;
		position: fixed !important;
		right: 0 !important;
		top: 88px !important;
		width: 100vw !important;
		z-index: 99999 !important;
	}

	header .hfe-dropdown.menu-is-active .hfe-nav-menu {
		background: #1b1b1f !important;
		min-height: 100% !important;
		width: 100% !important;
	}

	.plastela-language-link {
		display: inline-flex !important;
		justify-content: center;
		margin: 12px 18px !important;
		width: auto !important;
	}

	.plastela-floating-actions {
		bottom: 14px;
		right: 14px;
	}

	.plastela-float {
		height: 48px;
		width: 48px;
	}

	.plastela-reference-grid {
		grid-template-columns: 1fr;
	}

	.plastela-reference-grid a {
		min-height: 110px;
	}

	.plastela-service-detail {
		min-height: 100svh;
		padding: 72px 22px !important;
	}

	.plastela-certificate-panel {
		height: 94vh;
		width: 100%;
	}

	.plastela-certificate-toolbar {
		padding-left: 14px;
	}

	.plastela-certificate-toolbar strong {
		display: none;
	}

	.plastela-certificate-actions {
		margin-left: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	.plastela-float,
	.plastela-reference-grid a {
		transition: none;
	}
}

/* Keep the invisible reCAPTCHA v3 privacy badge clear of quick-contact actions. */
body.page-id-731 .grecaptcha-badge {
	bottom: 14px !important;
	left: 20px !important;
	right: auto !important;
	max-width: calc(100vw - 40px) !important;
	overflow: hidden !important;
	transition: width .3s ease !important;
	width: 70px !important;
	z-index: 9997 !important;
}

body.page-id-731 .grecaptcha-badge iframe {
	max-width: none !important;
	width: 256px !important;
}

body.page-id-731 .grecaptcha-badge:hover,
body.page-id-731 .grecaptcha-badge:focus-within,
body.page-id-731 .grecaptcha-badge:active {
	width: 256px !important;
}

@media (max-width: 767px) {
	body.page-id-731 .grecaptcha-badge {
		left: 14px !important;
		max-width: calc(100vw - 28px) !important;
	}
}
