/* Base and shared Probex components. Theme values come only from probex-theme.css. */

.probex-placeholder-badge {
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 12px;
	max-width: calc(100% - 24px);
	padding: 7px 10px;
	border: 1px solid rgba(55, 180, 255, 0.35);
	border-radius: 999px;
	background: rgba(5, 17, 31, 0.9);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	backdrop-filter: blur(8px);
}

.probex-placeholder-price {
	color: #168ad4;
	font-size: 0.95em;
	font-weight: 700;
}

.probex-placeholder-notice {
	display: grid;
	gap: 5px;
	margin: 0 0 20px;
	padding: 15px 17px;
	border-left: 3px solid #168ad4;
	background: #f2f8fc;
	color: #243746;
}

.probex-placeholder-notice strong {
	color: #07111f;
}

.probex-section-note {
	margin-top: 14px;
	padding-left: 14px;
	border-left: 3px solid #159bd7;
	color: #5b6674;
	font-size: 0.92em;
}

.probex-section-note--light {
	border-left-color: #8ecbde;
	color: rgba(255, 255, 255, 0.82);
}

.elementor-element-4e38762 {
	background-image: url("../../../../uploads/2026/07/probex-phase2/probex-veri-analizi.webp") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.probex-contact-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 26px;
	margin: 12px 0 8px;
	color: var(--probex-text);
	font-size: 16px;
}

.probex-contact-links a,
.probex-contact-links span {
	color: inherit;
}

.probex-contact-links a:hover {
	color: var(--probex-accent);
}

.probex-contact-disclaimer {
	margin: 0;
	color: var(--probex-muted);
	text-align: center;
}

/* Full-bleed home hero: preserve WoodMart stretch while removing its default gutter. */
.probex-home-hero.wd-negative-gap {
	--padding-right: 0;
	--padding-left: 0;
}

/* Home-page product concepts: prominent, softer and visually centred. */
.elementor-element-620ef51 .wd-info-box {
	align-items: center;
	text-align: center;
}

.elementor-element-620ef51 .info-box-icon {
	display: inline-flex;
	overflow: hidden;
	width: clamp(150px, 13vw, 190px) !important;
	height: clamp(150px, 13vw, 190px) !important;
	margin-inline: auto;
	border: 1px solid var(--probex-border);
	border-radius: 22px;
	background: var(--probex-surface);
	box-shadow: 0 18px 44px rgba(18, 47, 64, 0.14);
}

.elementor-element-620ef51 .info-box-icon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

/* Remove the negative desktop overlap left by the original demo layout. */
.elementor-element-f08bc77 {
	margin-bottom: 80px !important;
}

/* Final home CTA. */
#probex-iletisim .elementor-element-ff27fbd {
	overflow: hidden;
	border: 1px solid var(--probex-border);
	border-radius: 24px;
	background: var(--probex-surface) !important;
	box-shadow: var(--probex-shadow);
}

#probex-iletisim .elementor-element-220d6fb {
	min-height: 430px;
	border-radius: 18px;
	background-position: center !important;
	background-size: cover !important;
}

/* Footer: remove the empty demo column and give the identity block room. */
.footer-sidebar {
	grid-template-columns: minmax(320px, 1.55fr) repeat(3, minmax(150px, 1fr)) !important;
	gap: clamp(28px, 4vw, 58px) !important;
	align-items: start;
}

.footer-sidebar > .footer-column {
	grid-column: auto !important;
	width: auto !important;
}

.footer-sidebar > .footer-column-2 {
	display: none !important;
}

.footer-sidebar .wd-image img[alt="Probex"] {
	width: 96px;
	height: 96px;
	object-fit: contain;
}

@media (max-width: 767px) {
	.probex-contact-links {
		flex-direction: column;
		gap: 8px;
		font-size: 15px;
	}
}

.probex-theme-toggle {
	position: fixed;
	z-index: 9998;
	top: 18px;
	right: 18px;
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 999px;
	background: rgba(7, 17, 31, 0.82);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(12px);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.probex-theme-toggle:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.68);
	background: rgba(11, 93, 122, 0.94);
}

.probex-theme-toggle:focus-visible {
	outline: 3px solid #79d3ef;
	outline-offset: 3px;
}

.probex-theme-toggle svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.probex-theme-toggle__moon {
	display: none;
}

html[data-probex-theme="dark"] .probex-theme-toggle__sun {
	display: none;
}

html[data-probex-theme="dark"] .probex-theme-toggle__moon {
	display: block;
}

.admin-bar .probex-theme-toggle {
	top: 50px;
}

.probex-page {
	margin: 0;
	padding: 0 0 80px;
	background: var(--probex-bg);
	color: var(--probex-text);
}

.probex-page,
.probex-page * {
	box-sizing: border-box;
}

.probex-page__inner {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.probex-page a:not(.probex-button) {
	color: var(--probex-accent);
	text-underline-offset: 3px;
}

.probex-page h1,
.probex-page h2,
.probex-page h3,
.probex-page h4 {
	margin-top: 0;
	color: var(--probex-text);
}

.probex-page p {
	color: var(--probex-muted);
	font-size: 16px;
	line-height: 1.75;
}

.probex-page-hero {
	position: relative;
	overflow: hidden;
	padding: 102px 0 86px;
	background:
		radial-gradient(circle at 82% 20%, rgba(34, 155, 195, 0.24), transparent 34%),
		linear-gradient(135deg, #07111f 0%, #0b3042 100%);
	color: #fff;
}

.probex-page-hero::after {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	mask-image: linear-gradient(to left, #000, transparent 72%);
	pointer-events: none;
}

.probex-page-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 56px;
	align-items: center;
}

.probex-page-hero--text .probex-page-hero__grid {
	grid-template-columns: minmax(0, 850px);
}

.probex-page-hero h1 {
	max-width: 760px;
	margin-bottom: 22px;
	color: #fff;
	font-size: clamp(40px, 5.2vw, 70px);
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.probex-page-hero p {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 2vw, 20px);
}

.probex-eyebrow {
	display: inline-flex;
	margin-bottom: 18px;
	color: #8edaf1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.probex-page-hero__media {
	margin: 0;
}

.probex-page-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
	object-fit: cover;
}

.probex-page-hero__media figcaption {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	text-align: right;
}

.probex-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.probex-button {
	display: inline-flex;
	min-height: 46px;
	padding: 12px 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 7px;
	background: var(--probex-accent);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.probex-button:hover {
	transform: translateY(-2px);
	background: var(--probex-accent-strong);
	color: #fff;
}

.probex-button--ghost {
	border-color: rgba(255, 255, 255, 0.35);
	background: transparent;
}

.probex-button--ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.probex-section {
	padding: 82px 0 0;
}

.probex-section--soft {
	margin-top: 82px;
	padding: 78px 0;
	background: var(--probex-surface-soft);
}

.probex-section__heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.probex-section__heading h2 {
	margin-bottom: 14px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.probex-content-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.probex-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.probex-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.probex-card {
	padding: 28px;
	border: 1px solid var(--probex-border);
	border-radius: 14px;
	background: var(--probex-surface);
	box-shadow: 0 12px 34px rgba(20, 43, 57, 0.06);
}

.probex-card__number {
	display: block;
	margin-bottom: 18px;
	color: var(--probex-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.probex-card h2,
.probex-card h3 {
	margin-bottom: 12px;
	font-size: 22px;
}

.probex-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	margin-top: 82px;
	padding: 38px;
	align-items: center;
	border-radius: 16px;
	background: linear-gradient(135deg, #0b5d7a, #09293a);
	box-shadow: var(--probex-shadow);
}

.probex-callout h2,
.probex-callout p {
	color: #fff;
}

.probex-callout p {
	margin: 0;
	opacity: 0.78;
}

.probex-disclaimer {
	margin-top: 26px;
	padding: 18px 20px;
	border-left: 3px solid var(--probex-accent);
	background: var(--probex-surface-soft);
	color: var(--probex-muted);
	font-size: 14px;
	line-height: 1.65;
}

.probex-contact-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 32px;
	align-items: start;
}

.probex-contact-details {
	display: grid;
	gap: 16px;
}

.probex-contact-detail {
	padding: 22px;
	border: 1px solid var(--probex-border);
	border-radius: 12px;
	background: var(--probex-surface);
}

.probex-contact-detail strong {
	display: block;
	margin-bottom: 6px;
	color: var(--probex-text);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.probex-form-shell {
	padding: 32px;
	border: 1px solid var(--probex-border);
	border-radius: 16px;
	background: var(--probex-surface);
	box-shadow: var(--probex-shadow);
}

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

.probex-form-grid__wide {
	grid-column: 1 / -1;
}

.probex-form-grid label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: var(--probex-text);
	font-size: 14px;
	font-weight: 700;
}

.probex-form-grid input:not([type="checkbox"]),
.probex-form-grid select,
.probex-form-grid textarea {
	width: 100%;
	border-color: var(--probex-border);
	border-radius: 8px;
	background: var(--probex-bg);
	color: var(--probex-text);
}

.probex-form-grid textarea {
	min-height: 150px;
	resize: vertical;
}

.probex-form-grid .wpcf7-acceptance label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-weight: 400;
}

.probex-form-grid .wpcf7-submit {
	min-height: 48px;
	padding-inline: 24px;
	border-radius: 8px;
	background: var(--probex-accent);
}

.probex-form-grid .wpcf7-not-valid-tip {
	color: #c43f4e;
	font-size: 12px;
}

.probex-map-consent {
	display: grid;
	min-height: 450px;
	padding: 34px;
	place-items: center;
	border: 1px solid var(--probex-border);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(11, 116, 158, 0.12), rgba(7, 17, 31, 0.03)),
		repeating-linear-gradient(0deg, transparent 0 31px, rgba(11, 116, 158, 0.08) 32px),
		repeating-linear-gradient(90deg, transparent 0 31px, rgba(11, 116, 158, 0.08) 32px),
		var(--probex-surface);
	overflow: hidden;
	text-align: center;
}

.probex-map-consent__content {
	max-width: 560px;
	padding: 28px;
	border: 1px solid var(--probex-border);
	border-radius: 14px;
	background: var(--probex-surface);
	box-shadow: var(--probex-shadow);
}

.probex-map-consent__button {
	min-height: 46px;
	margin-top: 12px;
	padding: 12px 20px;
	border: 0;
	border-radius: 7px;
	background: var(--probex-accent);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.probex-map-consent__frame {
	width: 100%;
	height: 450px;
	border: 0;
}

.probex-kicker-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.probex-kicker-list li {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
}

.probex-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	counter-reset: probex-step;
	list-style: none;
}

.probex-process li {
	position: relative;
	min-height: 190px;
	padding: 62px 24px 24px;
	border: 1px solid var(--probex-border);
	border-radius: 14px;
	background: var(--probex-surface);
	counter-increment: probex-step;
}

.probex-process li::before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: var(--probex-accent);
	content: "0" counter(probex-step);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.probex-process strong {
	display: block;
	margin-bottom: 8px;
	color: var(--probex-text);
	font-size: 18px;
}

.probex-process span {
	color: var(--probex-muted);
	font-size: 14px;
	line-height: 1.65;
}

html[data-probex-theme="dark"] body,
html[data-probex-theme="dark"] .main-page-wrapper,
html[data-probex-theme="dark"] .website-wrapper {
	background-color: var(--probex-bg);
	color: var(--probex-text);
}

html[data-probex-theme="dark"] .whb-main-header,
html[data-probex-theme="dark"] .whb-general-header,
html[data-probex-theme="dark"] .whb-mobile-left,
html[data-probex-theme="dark"] .whb-mobile-center,
html[data-probex-theme="dark"] .whb-mobile-right,
html[data-probex-theme="dark"] .mobile-nav,
html[data-probex-theme="dark"] .wd-side-hidden,
html[data-probex-theme="dark"] .wd-dropdown {
	background-color: #0d1721 !important;
	color: var(--probex-text);
}

html[data-probex-theme="dark"] .woodmart-nav-link,
html[data-probex-theme="dark"] .wd-header-nav a,
html[data-probex-theme="dark"] .wd-tools-text,
html[data-probex-theme="dark"] .mobile-nav a {
	color: #e7eff5 !important;
}

html[data-probex-theme="dark"] #probex-teknoloji,
html[data-probex-theme="dark"] #probex-kullanim-alanlari,
html[data-probex-theme="dark"] #probex-sistemleri,
html[data-probex-theme="dark"] #probex-hakkimizda {
	background-color: var(--probex-bg) !important;
	color: var(--probex-text);
}

html[data-probex-theme="dark"] .elementor-element-1ed591d,
html[data-probex-theme="dark"] #probex-iletisim .elementor-element-ff27fbd {
	background-color: var(--probex-surface) !important;
	color: var(--probex-text);
}

html[data-probex-theme="dark"] .elementor-element-620ef51 .info-box-icon {
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

html[data-probex-theme="dark"] .main-page-wrapper h1:not(.entry-title),
html[data-probex-theme="dark"] .main-page-wrapper h2,
html[data-probex-theme="dark"] .main-page-wrapper h3,
html[data-probex-theme="dark"] .main-page-wrapper h4,
html[data-probex-theme="dark"] .main-page-wrapper h5,
html[data-probex-theme="dark"] .product-title a {
	color: var(--probex-text);
}

html[data-probex-theme="dark"] .product-grid-item .product-wrapper,
html[data-probex-theme="dark"] .wd-product .product-wrapper,
html[data-probex-theme="dark"] .woocommerce-cart-form,
html[data-probex-theme="dark"] .cart-totals-inner,
html[data-probex-theme="dark"] .woocommerce-checkout-review-order {
	border-color: var(--probex-border);
	background: var(--probex-surface);
	color: var(--probex-text);
}

html[data-probex-theme="dark"] input,
html[data-probex-theme="dark"] select,
html[data-probex-theme="dark"] textarea {
	border-color: var(--probex-border);
	background-color: var(--probex-surface);
	color: var(--probex-text);
}

@media (max-width: 1024px) {
	.footer-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.footer-sidebar > .footer-column-1 {
		grid-column: 1 / -1 !important;
	}

	.elementor-element-f08bc77 {
		margin-bottom: 60px !important;
	}

	.probex-page-hero__grid,
	.probex-contact-layout {
		grid-template-columns: 1fr;
	}

	.probex-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.probex-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.probex-page-hero__media {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	.footer-sidebar {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.footer-sidebar > .footer-column-1 {
		grid-column: auto !important;
		padding-bottom: 24px;
	}

	.footer-sidebar .elementor-widget-wd_image,
	.footer-sidebar .elementor-widget-text-editor:first-of-type {
		text-align: center;
	}

	.footer-sidebar .elementor-element-45452fa {
		max-width: 430px;
		margin-inline: auto;
	}

	.elementor-element-620ef51 .info-box-icon {
		width: clamp(124px, 38vw, 150px) !important;
		height: clamp(124px, 38vw, 150px) !important;
		border-radius: 18px;
	}

	.elementor-element-f08bc77 {
		margin-bottom: 54px !important;
	}

	#probex-iletisim .elementor-element-220d6fb {
		min-height: 300px;
	}

	.probex-theme-toggle {
		top: 14px;
		right: 12px;
		width: 40px;
		height: 40px;
	}

	.admin-bar .probex-theme-toggle {
		top: 60px;
	}

	.probex-page {
		padding-bottom: 56px;
	}

	.probex-page__inner {
		width: min(100% - 28px, 1180px);
	}

	.probex-page-hero {
		padding: 88px 0 68px;
	}

	.probex-page-hero__grid {
		gap: 34px;
	}

	.probex-page-hero h1 {
		font-size: clamp(38px, 12vw, 54px);
	}

	.probex-section {
		padding-top: 58px;
	}

	.probex-section--soft {
		margin-top: 58px;
		padding: 56px 0;
	}

	.probex-content-grid,
	.probex-card-grid,
	.probex-card-grid--four,
	.probex-process,
	.probex-form-grid {
		grid-template-columns: 1fr;
	}

	.probex-form-grid__wide {
		grid-column: auto;
	}

	.probex-callout {
		grid-template-columns: 1fr;
		margin-top: 58px;
		padding: 28px;
	}

	.probex-map-consent,
	.probex-map-consent__frame {
		min-height: 380px;
		height: 380px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.probex-theme-toggle,
	.probex-button {
		transition: none;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-polish-v10.css
 * -------------------------------------------------------------------------- */

/* Probex staging visual polish v10, isolated from the host's cached child style. */
#slider-73 .wd-nav-pagin-wrap {
	--wd-autoplay-speed: 7000ms !important;
}

.wd-product .price:has(.probex-placeholder-price) {
	padding-bottom: 18px;
}

.footer-sidebar .elementor-element-43a3ae5 img {
	display: block;
	margin-inline: auto;
}

html[data-probex-theme="dark"] .footer-container,
html[data-probex-theme="dark"] .footer-container .main-footer,
html[data-probex-theme="dark"] .footer-container .copyrights-wrapper {
	border-color: var(--probex-border) !important;
	background-color: #0d1721 !important;
	color: var(--probex-muted);
}

html[data-probex-theme="dark"] .footer-container h1,
html[data-probex-theme="dark"] .footer-container h2,
html[data-probex-theme="dark"] .footer-container h3,
html[data-probex-theme="dark"] .footer-container h4,
html[data-probex-theme="dark"] .footer-container .widget-title,
html[data-probex-theme="dark"] .footer-container strong {
	color: var(--probex-text) !important;
}

html[data-probex-theme="dark"] .footer-container p,
html[data-probex-theme="dark"] .footer-container a,
html[data-probex-theme="dark"] .footer-container li,
html[data-probex-theme="dark"] .footer-container .wd-list-content,
html[data-probex-theme="dark"] .footer-container .wd-list-icon {
	color: var(--probex-muted) !important;
}

html[data-probex-theme="dark"] .footer-container a:hover,
html[data-probex-theme="dark"] .footer-container a[aria-current="page"] {
	color: var(--probex-accent-strong) !important;
}

html[data-probex-theme="light"] .whb-main-header {
	background: linear-gradient(180deg, rgba(5, 17, 27, 0.76), rgba(5, 17, 27, 0.58)) !important;
	box-shadow: 0 12px 34px rgba(3, 13, 21, 0.16);
	backdrop-filter: blur(14px) saturate(118%);
	-webkit-backdrop-filter: blur(14px) saturate(118%);
}

html[data-probex-theme="light"] .whb-top-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

html[data-probex-theme="light"] body.tax-product_cat .whb-main-header {
	background: linear-gradient(135deg, rgba(5, 17, 29, 0.96), rgba(7, 52, 71, 0.92)) !important;
}

html[data-probex-theme="light"] body.tax-product_cat .main-page-wrapper {
	padding-bottom: 88px;
	background-color: #f3f7f9;
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products {
	row-gap: 30px;
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .product-wrapper {
	overflow: hidden;
	padding-bottom: 18px;
	border: 1px solid #d6e2e8;
	border-radius: 18px;
	background-color: #fff;
	box-shadow:
		0 2px 6px rgba(13, 45, 61, 0.05),
		0 18px 42px rgba(13, 45, 61, 0.11);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .product-wrapper:hover {
	transform: translateY(-3px);
	border-color: #b9d2de;
	box-shadow:
		0 4px 10px rgba(13, 45, 61, 0.06),
		0 24px 52px rgba(13, 45, 61, 0.15);
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .product-element-top {
	border-bottom: 1px solid #e2ebef;
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .wd-entities-title,
html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .wd-product-cats,
html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .price {
	padding-inline: 18px;
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .wd-entities-title {
	margin-top: 18px;
}

html[data-probex-theme="light"] body.tax-product_cat .site-content .products .wd-product .price:has(.probex-placeholder-price) {
	padding-bottom: 0;
}

/* Give the complete light theme one consistent, restrained card hierarchy. */
html[data-probex-theme="light"] .probex-card,
html[data-probex-theme="light"] .probex-contact-detail,
html[data-probex-theme="light"] .probex-form-shell,
html[data-probex-theme="light"] .probex-map-consent,
html[data-probex-theme="light"] .probex-map-consent__content {
	border-color: #cfdfe6;
	box-shadow:
		0 2px 6px rgba(13, 45, 61, 0.05),
		0 16px 38px rgba(13, 45, 61, 0.1);
}

html[data-probex-theme="light"] .probex-card,
html[data-probex-theme="light"] .probex-contact-detail {
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

html[data-probex-theme="light"] .probex-card:hover,
html[data-probex-theme="light"] .probex-contact-detail:hover {
	transform: translateY(-2px);
	border-color: #b7d0dc;
	box-shadow:
		0 4px 10px rgba(13, 45, 61, 0.06),
		0 22px 46px rgba(13, 45, 61, 0.13);
}

html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .product-wrapper {
	overflow: hidden;
	padding-bottom: 18px;
	border: 1px solid #cfdfe6;
	border-radius: 18px;
	background-color: #fff;
	box-shadow:
		0 2px 6px rgba(13, 45, 61, 0.05),
		0 16px 38px rgba(13, 45, 61, 0.1);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .product-wrapper:hover {
	transform: translateY(-3px);
	border-color: #b7d0dc;
	box-shadow:
		0 4px 10px rgba(13, 45, 61, 0.06),
		0 24px 52px rgba(13, 45, 61, 0.14);
}

html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .product-element-top {
	border-bottom: 1px solid #e1ebef;
}

html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .wd-entities-title,
html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .wd-product-cats,
html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .price {
	padding-inline: 18px;
}

html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .wd-entities-title {
	margin-top: 18px;
}

html[data-probex-theme="light"] body.home .elementor-element-7f8e7bd .wd-product .price:has(.probex-placeholder-price) {
	padding-bottom: 0;
}

.probex-map-consent:has(.probex-map-consent__preview) {
	position: relative;
	display: block;
	min-height: 450px;
	padding: 0;
	background: #dfeaed;
	text-align: left;
}

.probex-map-consent__preview {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.probex-map-consent:has(.probex-map-consent__preview) .probex-map-consent__content {
	position: absolute;
	bottom: 28px;
	left: 28px;
	z-index: 2;
	max-width: 520px;
	padding: 24px 26px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow:
		0 2px 8px rgba(13, 45, 61, 0.08),
		0 20px 48px rgba(13, 45, 61, 0.18);
	backdrop-filter: blur(12px) saturate(112%);
	-webkit-backdrop-filter: blur(12px) saturate(112%);
}

.probex-map-consent:has(.probex-map-consent__preview) .probex-map-consent__content h3 {
	margin-bottom: 8px;
}

.probex-map-consent:has(.probex-map-consent__preview) .probex-map-consent__content p {
	margin-bottom: 8px;
}

html[data-probex-theme="dark"] .probex-map-consent:has(.probex-map-consent__preview) .probex-map-consent__content {
	border-color: rgba(122, 174, 195, 0.24);
	background: rgba(13, 23, 33, 0.94);
}

.whb-row > .container {
	padding-inline: 40px;
}

body.wd-header-overlap .probex-page {
	margin-top: var(--wd-header-h);
}

body.wd-header-overlap .probex-page-hero {
	padding-top: 64px;
}

.elementor-element-620ef51 .wd-info-box {
	align-items: center;
	text-align: center;
}

.elementor-element-620ef51 .info-box-icon {
	display: inline-flex;
	overflow: hidden;
	width: clamp(150px, 13vw, 190px) !important;
	height: clamp(150px, 13vw, 190px) !important;
	margin-inline: auto;
	border: 1px solid var(--probex-border);
	border-radius: 22px;
	background: radial-gradient(circle at 52% 42%, #182b3a 0%, #0b1722 58%, #060d14 100%);
	box-shadow: 0 18px 44px rgba(18, 47, 64, 0.14);
}

.elementor-element-620ef51 .info-box-icon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	filter: brightness(1.08) contrast(1.04) saturate(1.04);
}

.elementor-element-7f8e7bd .product-image-link {
	overflow: hidden;
	border: 1px solid rgba(82, 183, 218, 0.16);
	background: #07111b;
}

.elementor-element-7f8e7bd .product-image-link img {
	filter: brightness(1.07) contrast(1.035) saturate(1.04);
}

.elementor-element-f08bc77 {
	margin-bottom: 80px !important;
}

#probex-iletisim .elementor-element-ff27fbd {
	overflow: hidden;
	border: 1px solid var(--probex-border);
	border-radius: 24px;
	background: var(--probex-surface) !important;
	box-shadow: var(--probex-shadow);
}

#probex-iletisim .elementor-element-220d6fb {
	min-height: 430px;
	border-radius: 18px;
	background-image: url("../../../../uploads/2021/10/probex-field-notes-usgs-scaled.jpg") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#probex-iletisim .probex-contact-links {
	color: var(--probex-text);
}

#probex-iletisim .probex-contact-links a:hover {
	color: var(--probex-accent);
}

#probex-iletisim .probex-contact-disclaimer {
	color: var(--probex-muted);
}

.footer-sidebar {
	grid-template-columns: minmax(320px, 1.55fr) repeat(3, minmax(150px, 1fr)) !important;
	gap: clamp(28px, 4vw, 58px) !important;
	align-items: start;
}

.footer-sidebar > .footer-column {
	grid-column: auto !important;
	width: auto !important;
}

.footer-sidebar > .footer-column-2 {
	display: none !important;
}

.probex-page {
	margin: 0;
}

.probex-page-hero {
	padding: 140px 0 86px;
}

html[data-probex-theme="dark"] .elementor-element-1ed591d,
html[data-probex-theme="dark"] #probex-iletisim .elementor-element-ff27fbd {
	background-color: var(--probex-surface) !important;
	color: var(--probex-text);
}

html[data-probex-theme="dark"] .elementor-element-620ef51 .info-box-icon {
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1024px) {
	body.wd-header-overlap .probex-page {
		margin-top: var(--wd-header-sm-h);
	}

	body.wd-header-overlap .probex-page-hero {
		padding-top: 64px;
	}

	.elementor-element-c382065 > .elementor-widget {
		flex: 0 0 25% !important;
		width: 25% !important;
		--width: 25% !important;
	}

	.footer-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.footer-sidebar > .footer-column-1 {
		grid-column: 1 / -1 !important;
	}

	.elementor-element-f08bc77 {
		margin-bottom: 60px !important;
	}

	.probex-page-hero {
		padding-top: 64px;
	}
}

@media (max-width: 767px) {
	html[data-probex-theme="light"] body.tax-product_cat .main-page-wrapper {
		padding-bottom: 64px;
	}

	html[data-probex-theme="light"] body.tax-product_cat .site-content .products {
		row-gap: 24px;
	}

	.footer-sidebar {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.footer-sidebar > .footer-column-1 {
		grid-column: auto !important;
		padding-bottom: 24px;
	}

	.footer-sidebar .elementor-widget-wd_image,
	.footer-sidebar .elementor-widget-text-editor:first-of-type {
		text-align: center;
	}

	.footer-sidebar .elementor-element-45452fa {
		max-width: 430px;
		margin-inline: auto;
	}

	.footer-sidebar .elementor-element-43a3ae5 img {
		display: block;
		margin-inline: auto;
	}

	.footer-sidebar .elementor-element-aec6db8 {
		text-align: center;
	}

	.footer-sidebar .elementor-element-93c43cf {
		max-width: 330px;
		margin-inline: auto;
	}

	.elementor-element-c382065 > .elementor-widget {
		flex-basis: 50% !important;
		width: 50% !important;
		--width: 50% !important;
	}

	.elementor-element-620ef51 .info-box-icon {
		width: clamp(124px, 38vw, 150px) !important;
		height: clamp(124px, 38vw, 150px) !important;
		border-radius: 18px;
	}

	.elementor-element-f08bc77 {
		margin-bottom: 54px !important;
	}

	#probex-iletisim .elementor-element-220d6fb {
		min-height: 300px;
	}

	.probex-page-hero {
		padding: 64px 0 68px;
	}

	.probex-map-consent:has(.probex-map-consent__preview) {
		display: flex;
		min-height: 0;
		height: auto;
		flex-direction: column;
		background: var(--probex-surface);
	}

	.probex-map-consent__preview {
		min-height: 270px;
		height: 270px;
	}

	.probex-map-consent:has(.probex-map-consent__preview) .probex-map-consent__content {
		position: static;
		max-width: none;
		width: 100%;
		padding: 20px;
		border-width: 1px 0 0;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-static-visuals-v1.css
 * -------------------------------------------------------------------------- */

/* Probex static-page visual layer. Kept separate to give cache-sensitive hosts a unique asset path. */

.probex-page-hero__media img {
	object-position: var(--probex-visual-position, center);
}

.probex-visual-break {
	margin: 0;
}

.probex-visual-break__frame {
	overflow: hidden;
	border: 1px solid var(--probex-border);
	border-radius: 22px;
	background: var(--probex-surface);
	box-shadow: 0 24px 70px rgba(8, 27, 39, 0.14);
}

.probex-visual-break img {
	display: block;
	width: 100%;
	aspect-ratio: 40 / 19;
	object-fit: cover;
	object-position: var(--probex-visual-position, center);
}

.probex-visual-break figcaption {
	margin-top: 12px;
	color: var(--probex-muted);
	font-size: 12px;
	line-height: 1.55;
}

html[data-probex-theme="dark"] .probex-visual-break__frame {
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {
	.probex-visual-break img {
		aspect-ratio: 4 / 3;
	}

	.probex-visual-break__frame {
		border-radius: 16px;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-static-visuals-refine-v1.css
 * -------------------------------------------------------------------------- */

/* Focused refinements after visual review: compact interstitial and quiet credits. */

.probex-section--visual {
	padding-top: 58px;
}

.probex-visual-break {
	max-width: 860px;
	margin-inline: auto;
}

.probex-visual-break img {
	aspect-ratio: 4 / 3;
}

.probex-page-hero__media figcaption,
.probex-visual-break figcaption {
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.45;
	opacity: 0.78;
}

@media (max-width: 767px) {
	.probex-section--visual {
		padding-top: 42px;
	}

	.probex-visual-break {
		max-width: 100%;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-legal-v1.css
 * -------------------------------------------------------------------------- */

/* Probex privacy and cookie-policy pages. */

.probex-legal {
	padding-bottom: 96px;
}

.probex-legal .probex-page-hero {
	padding-block: 92px 72px;
}

.probex-legal .probex-page-hero h1 {
	max-width: 940px;
	font-size: clamp(40px, 5vw, 66px);
}

.probex-legal__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.probex-legal__meta li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 650;
}

.probex-legal__meta li::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #8edaf1;
	content: "";
}

.probex-legal__layout {
	display: grid;
	grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
	gap: clamp(34px, 6vw, 78px);
	align-items: start;
}

.probex-legal__toc {
	position: sticky;
	top: 112px;
	padding: 22px;
	border: 1px solid var(--probex-border);
	border-radius: 14px;
	background: var(--probex-surface);
	box-shadow: 0 12px 34px rgba(20, 43, 57, 0.06);
}

.probex-legal__toc strong {
	display: block;
	margin-bottom: 14px;
	color: var(--probex-text);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.probex-legal__toc ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
}

.probex-legal__toc li {
	color: var(--probex-muted);
	font-size: 14px;
	line-height: 1.4;
}

.probex-legal__toc a {
	text-decoration: none;
}

.probex-legal__toc a:hover,
.probex-legal__toc a:focus-visible {
	text-decoration: underline;
}

.probex-legal__article {
	min-width: 0;
	max-width: 880px;
}

.probex-legal__intro,
.probex-legal__notice {
	margin-bottom: 34px;
	padding: 24px 26px;
	border: 1px solid var(--probex-border);
	border-radius: 14px;
	background: var(--probex-surface);
	box-shadow: 0 12px 34px rgba(20, 43, 57, 0.06);
}

.probex-legal__notice {
	border-left: 4px solid var(--probex-accent);
	background: var(--probex-surface-soft);
}

.probex-legal__intro p:last-child,
.probex-legal__notice p:last-child {
	margin-bottom: 0;
}

.probex-legal__section {
	padding: 34px 0;
	border-bottom: 1px solid var(--probex-border);
	scroll-margin-top: 120px;
}

.probex-legal__section:first-of-type {
	padding-top: 0;
}

.probex-legal__section:last-child {
	border-bottom: 0;
}

.probex-legal__section h2 {
	margin-bottom: 16px;
	font-size: clamp(27px, 3.1vw, 38px);
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.probex-legal__section h3 {
	margin: 26px 0 10px;
	font-size: 20px;
}

.probex-legal__section ul,
.probex-legal__section ol {
	display: grid;
	gap: 9px;
	margin: 16px 0;
	padding-left: 22px;
	color: var(--probex-muted);
	font-size: 16px;
	line-height: 1.7;
}

.probex-legal__section strong {
	color: var(--probex-text);
}

.probex-legal__table-wrap {
	overflow-x: auto;
	margin: 22px 0;
	border: 1px solid var(--probex-border);
	border-radius: 12px;
	background: var(--probex-surface);
}

.probex-legal__table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.probex-legal__table th,
.probex-legal__table td {
	padding: 15px 16px;
	border: 0;
	border-bottom: 1px solid var(--probex-border);
	color: var(--probex-muted);
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.probex-legal__table th {
	background: var(--probex-surface-soft);
	color: var(--probex-text);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.probex-legal__table tbody tr:last-child td {
	border-bottom: 0;
}

.probex-legal__table code {
	color: var(--probex-text);
	font-size: 12px;
	white-space: nowrap;
}

.probex-legal__contact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.probex-legal__contact > div {
	padding: 18px;
	border: 1px solid var(--probex-border);
	border-radius: 12px;
	background: var(--probex-surface);
}

.probex-legal__contact span {
	display: block;
	margin-bottom: 5px;
	color: var(--probex-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.probex-legal__contact p {
	margin: 0;
	font-size: 15px;
}

@media (max-width: 900px) {
	.probex-legal__layout {
		grid-template-columns: 1fr;
	}

	.probex-legal__toc {
		position: static;
	}

	.probex-legal__toc ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.probex-legal {
		padding-bottom: 64px;
	}

	.probex-legal .probex-page-hero {
		padding-block: 78px 58px;
	}

	.probex-legal .probex-page-hero h1 {
		font-size: clamp(36px, 11vw, 52px);
	}

	.probex-legal__layout {
		gap: 30px;
	}

	.probex-legal__toc ol,
	.probex-legal__contact {
		grid-template-columns: 1fr;
	}

	.probex-legal__intro,
	.probex-legal__notice,
	.probex-legal__toc {
		padding: 20px;
	}

	.probex-legal__section {
		padding-block: 28px;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-legal-refine-v3.css
 * -------------------------------------------------------------------------- */

/* Metadata alignment refinements for Probex legal pages. */

.probex-legal__meta {
	display: grid;
	grid-template-columns: max-content max-content minmax(0, 1fr);
	column-gap: 18px;
	row-gap: 8px;
	align-items: center;
}

.probex-legal__meta li {
	align-self: center;
	margin: 0;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.probex-legal__meta {
		grid-template-columns: 1fr;
		gap: 9px;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-theme-control-v4.css
 * -------------------------------------------------------------------------- */

/* Compact, mode-aware desktop control and a true mobile-menu switch. */

.probex-theme-toggle {
	top: 22px;
	right: 20px;
	width: 34px;
	height: 34px;
	min-height: 34px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

html[data-probex-theme="light"] .probex-theme-toggle {
	border-color: rgba(177, 126, 16, 0.34);
	background: rgba(255, 247, 219, 0.94);
	box-shadow: 0 7px 20px rgba(91, 64, 7, 0.14);
	color: #a96000;
}

html[data-probex-theme="light"] .probex-theme-toggle:hover {
	transform: translateY(-1px);
	border-color: rgba(177, 126, 16, 0.58);
	background: #fff1ba;
}

html[data-probex-theme="dark"] .probex-theme-toggle {
	border-color: rgba(142, 218, 241, 0.3);
	background: rgba(7, 24, 38, 0.92);
	color: #e9f6fb;
}

html[data-probex-theme="dark"] .probex-theme-toggle:hover {
	transform: translateY(-1px);
	border-color: rgba(142, 218, 241, 0.58);
	background: #123247;
}

.probex-theme-toggle svg {
	width: 17px;
	height: 17px;
	stroke-width: 1.8;
}

.admin-bar .probex-theme-toggle {
	top: 54px;
}

@media (max-width: 767px) {
	body > .probex-theme-toggle {
		display: none;
	}

	.probex-mobile-theme-control {
		display: flex;
		min-height: 54px;
		padding: 11px 18px;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		border-bottom: 1px solid var(--probex-border);
		background: var(--probex-bg);
	}

	.probex-mobile-theme-control__title {
		display: block;
		margin: 0;
		color: var(--probex-muted);
		font-size: 12px;
		font-weight: 750;
		letter-spacing: 0.1em;
		line-height: 1;
		text-transform: uppercase;
	}

	.probex-mobile-theme-control .probex-theme-toggle {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		flex: 0 0 48px;
		width: 48px;
		height: 26px;
		min-height: 26px;
		padding: 0;
		border-width: 1px;
		border-style: solid;
		border-radius: 999px;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		transition: background-color 180ms ease, border-color 180ms ease;
	}

	html[data-probex-theme="light"] .probex-mobile-theme-control .probex-theme-toggle {
		border-color: #b8ccd5;
		background: #dbe9ef;
	}

	html[data-probex-theme="dark"] .probex-mobile-theme-control .probex-theme-toggle {
		border-color: #3c6075;
		background: #173246;
	}

	.probex-mobile-theme-control .probex-theme-toggle:hover {
		transform: none;
	}

	.probex-mobile-theme-control .probex-theme-toggle__sun,
	.probex-mobile-theme-control .probex-theme-toggle__moon {
		position: absolute;
		top: 2px;
		left: 3px;
		width: 20px;
		height: 20px;
		place-items: center;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 1px 5px rgba(11, 35, 49, 0.24);
		transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
	}

	.probex-mobile-theme-control .probex-theme-toggle__sun {
		display: grid;
		color: #b56a00;
	}

	.probex-mobile-theme-control .probex-theme-toggle__moon {
		display: none;
	}

	html[data-probex-theme="dark"] .probex-mobile-theme-control .probex-theme-toggle__sun {
		display: none;
	}

	html[data-probex-theme="dark"] .probex-mobile-theme-control .probex-theme-toggle__moon {
		display: grid;
		transform: translateX(21px);
		background: #eaf5fa;
		color: #173047;
	}

	.probex-mobile-theme-control .probex-theme-toggle svg {
		width: 13px;
		height: 13px;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-page-header-v1.css
 * -------------------------------------------------------------------------- */

/* Shared light-mode header treatment for every custom Probex static page. */

html[data-probex-theme="light"] body:has(.probex-page) .whb-main-header {
	background: linear-gradient(135deg, rgba(5, 17, 29, 0.96), rgba(7, 52, 71, 0.92)) !important;
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-interface-refine-v7.css
 * -------------------------------------------------------------------------- */

/* Shared sticky-header, theme-control and home contact-background refinements. */

html[data-probex-theme] body .whb-header.whb-sticked .whb-main-header .whb-sticky-row {
	border-bottom: 1px solid rgba(142, 218, 241, 0.16) !important;
	background-color: rgba(7, 34, 48, 0.95) !important;
	background-image: none !important;
	box-shadow: 0 10px 28px rgba(2, 13, 21, 0.2);
	backdrop-filter: blur(14px) saturate(118%);
	-webkit-backdrop-filter: blur(14px) saturate(118%);
	transition: none !important;
}

#probex-iletisim {
	background-color: #e1ebee !important;
	background-image:
		linear-gradient(rgba(21, 87, 111, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(21, 87, 111, 0.055) 1px, transparent 1px),
		radial-gradient(circle at 82% 18%, rgba(82, 183, 218, 0.15), transparent 42%),
		linear-gradient(135deg, #eef3f5 0%, #dce7eb 100%) !important;
	background-position: center !important;
	background-repeat: repeat, repeat, no-repeat, no-repeat !important;
	background-size: 36px 36px, 36px 36px, cover, cover !important;
}

html[data-probex-theme="dark"] #probex-iletisim {
	background-color: #081b26 !important;
	background-image:
		linear-gradient(rgba(142, 218, 241, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(142, 218, 241, 0.045) 1px, transparent 1px),
		radial-gradient(circle at 82% 18%, rgba(52, 143, 174, 0.16), transparent 42%),
		linear-gradient(135deg, #071722 0%, #0d2a38 100%) !important;
}

.footer-sidebar .probex-office-person {
	display: inline-block;
	margin-block: 3px;
	color: inherit;
	font-weight: 700;
	line-height: 1.45;
}

.footer-sidebar .elementor-repeater-item-pbxorda {
	margin-top: 14px !important;
	padding-top: 14px;
	border-top: 1px solid var(--probex-border);
}

@media (min-width: 768px) {
	.probex-theme-toggle {
		top: 12px;
		width: 32px;
		height: 32px;
		min-height: 32px;
	}

	body.admin-bar > .probex-theme-toggle {
		top: 44px;
	}

	body:has(.whb-header.whb-sticked) > .probex-theme-toggle {
		top: 14px;
	}

	body.admin-bar:has(.whb-header.whb-sticked) > .probex-theme-toggle {
		top: 46px;
	}

	html[data-probex-theme="light"] .probex-theme-toggle {
		border-color: rgba(255, 255, 255, 0.72);
		background: rgba(235, 248, 252, 0.94);
		box-shadow:
			0 5px 16px rgba(4, 24, 36, 0.16),
			inset 0 1px 0 rgba(255, 255, 255, 0.9);
		color: #0b536c;
	}

	html[data-probex-theme="light"] .probex-theme-toggle:hover {
		border-color: #fff;
		background: #fff;
		color: #08779d;
	}

	html[data-probex-theme="dark"] .probex-theme-toggle {
		border-color: rgba(142, 218, 241, 0.32);
		background: rgba(7, 25, 39, 0.9);
		box-shadow:
			0 5px 16px rgba(0, 0, 0, 0.22),
			inset 0 1px 0 rgba(255, 255, 255, 0.05);
		color: #e4f5fa;
	}

	html[data-probex-theme="dark"] .probex-theme-toggle:hover {
		border-color: rgba(142, 218, 241, 0.62);
		background: #12364b;
		color: #fff;
	}

	.probex-theme-toggle svg {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 767px) {
	#probex-iletisim {
		background-size: 28px 28px, 28px 28px, cover, cover !important;
	}
}

@media (max-width: 1024px) {
	html[data-probex-theme="dark"] body .whb-header.whb-sticked,
	html[data-probex-theme="dark"] body .whb-header.whb-sticked .whb-main-header,
	html[data-probex-theme="dark"] body .whb-header.whb-sticked .whb-sticky-row,
	html[data-probex-theme="dark"] body .whb-header.whb-sticked .whb-sticky-row > .container,
	html[data-probex-theme="dark"] body .whb-header.whb-sticked .whb-mobile-left,
	html[data-probex-theme="dark"] body .whb-header.whb-sticked .whb-mobile-center,
	html[data-probex-theme="dark"] body .whb-header.whb-sticked .whb-mobile-right {
		background-color: #0d1721 !important;
		background-image: none !important;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-contact-offices-v5.css
 * -------------------------------------------------------------------------- */

/* Probex centre and sales-office presentation. */

.probex-contact-detail > p > a {
	display: inline-flex;
	margin-top: 4px;
}

.probex-contact-links--offices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	max-width: 640px;
	margin-inline: auto;
	align-items: stretch;
	gap: 12px;
}

.probex-contact-links--offices .probex-contact-office {
	display: grid;
	min-width: 0;
	padding: 14px 18px;
	gap: 0;
	border: 1px solid var(--probex-border);
	border-radius: 14px;
	background: var(--probex-surface-soft);
	text-align: left;
}

.probex-contact-detail > strong,
.probex-contact-links--offices .probex-contact-office > strong {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--probex-border);
	color: var(--probex-accent-strong);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.probex-contact-links--offices .probex-contact-office > span:first-of-type {
	margin-bottom: 4px;
	color: var(--probex-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

.probex-contact-links--offices .probex-contact-email {
	grid-column: 1 / -1;
	align-self: center;
	justify-self: center;
}

/* Compact semantic icons for the two contact-card layouts. */
.probex-contact-detail > strong,
.probex-contact-detail > p:not(:empty):not(:has(> a)),
.probex-contact-detail > a,
.probex-contact-detail > p > a,
.probex-contact-links--offices .probex-contact-office > strong,
.probex-contact-links--offices .probex-contact-office > span,
.probex-contact-links--offices .probex-contact-office > a,
.probex-contact-links--offices .probex-contact-email {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.probex-contact-detail > strong::before,
.probex-contact-detail > p:not(:empty):not(:has(> a))::before,
.probex-contact-detail > a::before,
.probex-contact-detail > p > a::before,
.probex-contact-links--offices .probex-contact-office > strong::before,
.probex-contact-links--offices .probex-contact-office > span::before,
.probex-contact-links--offices .probex-contact-office > a::before,
.probex-contact-links--offices .probex-contact-email::before {
	content: "";
	display: block;
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	margin-top: 0.18em;
	background-color: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	opacity: 0.78;
}

.probex-contact-detail:nth-child(-n + 2) > strong::before,
.probex-contact-links--offices .probex-contact-office > strong::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 22V8.5L12 2l8 6.5V22h-6v-7h-4v7H4Zm2-2h2v-7h8v7h2V9.45l-6-4.88-6 4.88V20Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 22V8.5L12 2l8 6.5V22h-6v-7h-4v7H4Zm2-2h2v-7h8v7h2V9.45l-6-4.88-6 4.88V20Z'/%3E%3C/svg%3E");
}

.probex-contact-detail > p:not(:empty):not(:has(> a))::before,
.probex-contact-links--offices .probex-contact-office > span:first-of-type::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.5 8 12 8 12s8-6.5 8-12a8 8 0 0 0-8-8Zm0 17.34C9.48 17.05 6 12.86 6 10a6 6 0 1 1 12 0c0 2.86-3.48 7.05-6 9.34ZM12 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.5 8 12 8 12s8-6.5 8-12a8 8 0 0 0-8-8Zm0 17.34C9.48 17.05 6 12.86 6 10a6 6 0 1 1 12 0c0 2.86-3.48 7.05-6 9.34ZM12 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

.probex-contact-detail:nth-child(-n + 2) > p > a::before,
.probex-contact-links--offices .probex-contact-office > a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2ZM5.03 5a15 15 0 0 0 13.96 13.97v-1.54c-.83-.07-1.64-.22-2.42-.45l-2.75 2.75-.61-.29a17.5 17.5 0 0 1-8.65-8.65l-.29-.61 2.75-2.75A13.9 13.9 0 0 1 6.57 5H5.03Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2ZM5.03 5a15 15 0 0 0 13.96 13.97v-1.54c-.83-.07-1.64-.22-2.42-.45l-2.75 2.75-.61-.29a17.5 17.5 0 0 1-8.65-8.65l-.29-.61 2.75-2.75A13.9 13.9 0 0 1 6.57 5H5.03Z'/%3E%3C/svg%3E");
}

.probex-contact-detail:nth-child(-n + 2) > p > .probex-contact-address-link::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.5 8 12 8 12s8-6.5 8-12a8 8 0 0 0-8-8Zm0 17.34C9.48 17.05 6 12.86 6 10a6 6 0 1 1 12 0c0 2.86-3.48 7.05-6 9.34ZM12 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.5 8 12 8 12s8-6.5 8-12a8 8 0 0 0-8-8Zm0 17.34C9.48 17.05 6 12.86 6 10a6 6 0 1 1 12 0c0 2.86-3.48 7.05-6 9.34ZM12 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

.probex-contact-address-link {
	color: var(--probex-text);
	text-decoration-line: underline;
	text-decoration-color: color-mix(in srgb, var(--probex-accent) 28%, transparent);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.probex-contact-address-link:hover {
	color: var(--probex-accent-strong);
	text-decoration-color: currentColor;
}

.probex-contact-address-link:focus-visible {
	border-radius: 3px;
	outline: 2px solid var(--probex-accent);
	outline-offset: 3px;
}

.probex-contact-detail--email > a::before,
.probex-contact-links--offices .probex-contact-email::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2ZM4 18v-7.65l8 5 8-5V18H4Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2ZM4 18v-7.65l8 5 8-5V18H4Z'/%3E%3C/svg%3E");
}

.probex-contact-detail--email > strong::before {
	display: none;
}

/* WhatsApp is a support route, not a social-follow channel. */
.probex-contact-detail--support > strong::before {
	display: none;
}

.probex-support-link {
	display: grid !important;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin: 0 !important;
	padding: 12px;
	border: 1px solid var(--probex-border);
	border-radius: 12px;
	background: var(--probex-support-soft);
	color: var(--probex-text);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.probex-support-link::before {
	display: none !important;
}

.probex-support-link__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--probex-support-accent) 32%, transparent);
	border-radius: 50%;
	background: var(--probex-surface);
	color: var(--probex-support-accent);
	font-size: 22px;
	line-height: 1;
}

.probex-support-link__icon::before {
	content: "\f175";
	font-family: "woodmart-font";
}

.probex-support-link__copy {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.probex-support-link__title {
	color: var(--probex-text);
	font-weight: 750;
	line-height: 1.35;
}

.probex-support-link__number {
	color: var(--probex-muted);
	font-size: 14px;
	line-height: 1.4;
}

.probex-support-link__action {
	color: var(--probex-support-accent);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
	white-space: nowrap;
}

.probex-support-link:hover {
	border-color: var(--probex-support-accent);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--probex-support-accent) 14%, transparent);
	color: var(--probex-text);
	transform: translateY(-1px);
}

.probex-support-link:focus-visible {
	outline: 2px solid var(--probex-support-accent);
	outline-offset: 3px;
}

/* Shared social links. Brand glyphs come from WoodMart's maintained icon font. */
.probex-contact-detail--social > strong::before {
	display: none;
}

.probex-contact-detail--social > p:empty {
	display: none;
}

.probex-social-links .social-facebook {
	--wd-social-icon: "\f180";
}

.probex-social-links .social-instagram {
	--wd-social-icon: "\f163";
}

.probex-social-links .social-tiktok {
	--wd-social-icon: "\f133";
}

.probex-social-links .social-youtube {
	--wd-social-icon: "\f162";
}

.probex-social-links .wd-social-icons > a:focus-visible {
	outline: 2px solid var(--probex-accent);
	outline-offset: 3px;
}

.probex-social-links {
	display: grid;
	gap: 8px;
}

.probex-social-links__label {
	margin: 0;
	color: var(--probex-muted);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.probex-social-links .wd-social-icons {
	--wd-align: flex-start;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: var(--wd-align);
	gap: 6px;
}

.probex-social-links .wd-social-icons > a {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 2px solid var(--probex-border);
	border-radius: 50%;
	background: transparent;
	color: var(--probex-accent-strong);
	font-size: 14px;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.probex-social-links .wd-social-icons > a:hover {
	border-color: var(--probex-accent);
	background: var(--probex-accent);
	color: var(--probex-color-on-dark);
	transform: translateY(-1px);
}

.probex-social-links .wd-icon::before {
	content: var(--wd-social-icon, unset);
	font-family: "woodmart-font";
}

.probex-social-links--contact {
	margin-top: 2px;
}

.probex-social-links--contact .wd-social-icons > a {
	width: 38px;
	height: 38px;
	font-size: 17px;
}

@media (max-width: 480px) {
	.probex-support-link {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.probex-support-link__action {
		grid-column: 2;
	}
}

.copyrights-wrapper .wd-col-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.probex-social-links--copyright {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.probex-social-links--copyright .wd-social-icons {
	--wd-align: center;
	flex-wrap: nowrap;
}

.probex-social-links--copyright .wd-social-icons > a {
	width: 28px;
	height: 28px;
	font-size: 13px;
}

.footer-sidebar .probex-office-label {
	display: inline-block;
	margin-bottom: 3px;
	color: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.copyrights-wrapper .wd-col-end,
	.probex-social-links--copyright {
		justify-content: center;
	}

	.probex-social-links--copyright {
		flex-wrap: wrap;
	}

	.probex-contact-links--offices {
		grid-template-columns: 1fr;
	}

	.probex-contact-links--offices .probex-contact-office {
		width: 100%;
		text-align: left;
	}

	.probex-contact-links--offices .probex-contact-email {
		grid-column: 1;
	}
}

/* --------------------------------------------------------------------------
 * Migrated module: probex-footer-layout-v4.css
 * -------------------------------------------------------------------------- */

/* Probex footer v4: balanced navigation row plus a dedicated two-office strip. */

.footer-sidebar {
	grid-template-columns: minmax(250px, 1.28fr) repeat(3, minmax(155px, 1fr)) !important;
	column-gap: clamp(32px, 4vw, 64px) !important;
	row-gap: 30px !important;
	align-items: start;
}

.footer-sidebar > .footer-column {
	grid-column: auto !important;
	width: auto !important;
}

.footer-sidebar > .footer-column-1 {
	order: 1;
}

.footer-sidebar > .footer-column-3 {
	order: 2;
}

.footer-sidebar > .footer-column-4 {
	order: 3;
}

.footer-sidebar > .footer-column-5 {
	order: 4;
}

.footer-sidebar > .footer-column-2 {
	display: block !important;
	order: 5;
	grid-column: 1 / -1 !important;
	margin-top: 4px;
	padding-top: 28px;
	border-top: 1px solid var(--probex-border);
}

.footer-sidebar .footer-column-1 .elementor-element-43a3ae5,
.footer-sidebar .footer-column-1 .elementor-element-aec6db8 {
	text-align: left !important;
}

.footer-sidebar .footer-column-1 .elementor-element-43a3ae5 img,
.footer-sidebar .footer-column-1 .wd-image img[alt="Probex"] {
	display: block;
	width: 78px;
	height: 78px;
	margin: 0 auto 10px !important;
	object-fit: contain;
}

.footer-sidebar .footer-column-1 .elementor-element-aec6db8 {
	max-width: 330px;
}

.footer-sidebar .footer-column-1 .elementor-element-45452fa {
	--gap: 12px 12px !important;
	--row-gap: 12px !important;
	--column-gap: 12px !important;
}

.footer-sidebar .elementor-element-93c43cf {
	margin-top: 4px;
}

.footer-sidebar .elementor-element-93c43cf .wd-list {
	margin: 0;
}

.footer-sidebar .elementor-element-93c43cf .wd-list > li {
	margin: 0;
}

.footer-sidebar .elementor-element-93c43cf .wd-list-content {
	font-weight: 650;
}

.probex-footer-offices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 32px);
}

.probex-footer-office {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	min-width: 0;
	padding: clamp(20px, 2.1vw, 28px);
	border: 1px solid #d7e1e7;
	border-radius: 18px;
	background: #f5f8fa;
	box-shadow: 0 12px 34px rgba(5, 27, 41, 0.055);
}

.probex-footer-office__mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(20, 145, 187, 0.22);
	border-radius: 13px;
	background: rgba(126, 211, 238, 0.14);
	color: #087aa2;
}

.probex-footer-office__mark svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.probex-footer-office__title {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.095em;
	line-height: 1.35;
	text-transform: uppercase;
}

.probex-footer-office__address,
.probex-footer-office__phone {
	display: block;
	position: relative;
	margin: 0;
	padding-left: 24px;
	color: var(--probex-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.65;
}

.probex-footer-office__phone {
	width: fit-content;
	margin-top: 7px;
	font-weight: 650;
}

.probex-footer-office__address::before,
.probex-footer-office__phone::before {
	position: absolute;
	top: 0.34em;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: currentColor;
	content: "";
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.probex-footer-office__address::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s7-6.1 7-13A7 7 0 1 0 5 9c0 6.9 7 13 7 13Zm0-10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s7-6.1 7-13A7 7 0 1 0 5 9c0 6.9 7 13 7 13Zm0-10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.probex-footer-office__phone::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.7 3.4 3.2 4.9 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.7 3.9.7.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.8 21 3 13.2 3 3.6c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.4.2 2.7.7 3.9.1.4 0 .8-.2 1.1l-2.3 2.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.7 3.4 3.2 4.9 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.7 3.9.7.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.8 21 3 13.2 3 3.6c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.4.2 2.7.7 3.9.1.4 0 .8-.2 1.1l-2.3 2.2Z'/%3E%3C/svg%3E");
}

html[data-probex-theme="dark"] .footer-sidebar > .footer-column-2 {
	border-color: var(--probex-footer-office-border);
}

html[data-probex-theme="dark"] .probex-footer-office {
	border-color: var(--probex-footer-office-border);
	background: var(--probex-footer-office-surface);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
}

html[data-probex-theme="dark"] .probex-footer-office__mark {
	border-color: rgba(142, 218, 241, 0.2);
	background: var(--probex-footer-office-mark);
	color: #8edaf1;
}

html[data-probex-theme="dark"] .footer-container .probex-footer-office .probex-footer-office__title {
	color: var(--probex-footer-office-title) !important;
}

html[data-probex-theme="dark"] .probex-footer-office__address,
html[data-probex-theme="dark"] .probex-footer-office__phone {
	color: var(--probex-footer-office-muted) !important;
}

@media (max-width: 1024px) {
	.footer-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.footer-sidebar > .footer-column-1 {
		grid-column: auto !important;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.footer-sidebar {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.footer-sidebar > .footer-column-2 {
		grid-column: auto !important;
		margin-top: 0;
		padding-top: 24px;
	}

	.footer-sidebar .footer-column-1 .elementor-element-43a3ae5,
	.footer-sidebar .footer-column-1 .elementor-element-aec6db8 {
		text-align: left !important;
	}

	.footer-sidebar .footer-column-1 .elementor-element-43a3ae5 img,
	.footer-sidebar .footer-column-1 .wd-image img[alt="Probex"] {
		margin-inline: auto !important;
	}

	.probex-footer-offices {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.probex-footer-office {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 13px;
		padding: 18px;
		border-radius: 15px;
	}

	.probex-footer-office__mark {
		width: 38px;
		height: 38px;
		border-radius: 12px;
	}
}

/*
 * Shared heading wrapping policy.
 * Keep content free of presentational line breaks; let the available width
 * determine natural, readable line endings across Elementor and custom pages.
 * This policy intentionally follows component and responsive declarations.
 */
.probex-balanced-heading .woodmart-title-container,
.woodmart-title-container,
.probex-page h1,
.probex-page h2,
.probex-page h3,
.probex-page h4 {
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: pretty;
	text-wrap-mode: wrap;
	text-wrap-style: pretty;
}

.probex-balanced-heading .woodmart-title-container strong {
	white-space: nowrap;
}

/* Elementor's generated container background must follow the dark palette. */
html[data-probex-theme="dark"] body.home #probex-iletisim .elementor-element.elementor-element-ff27fbd:not(.elementor-motion-effects-element-type-background) {
	background-color: var(--probex-surface) !important;
	background-image: none !important;
}
