/**
 * Öznet Elektrik – Global site layout (1440px container)
 */

:root {
	--oznet-container: 1440px;
	--oznet-gutter: 32px;
}

.tombuild-container,
.tombuild-header.tombuild-container,
.tombuild-footer .tombuild-container {
	max-width: var(--oznet-container);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--oznet-gutter);
	padding-right: var(--oznet-gutter);
	box-sizing: border-box;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--oznet-container);
	padding-left: var(--oznet-gutter);
	padding-right: var(--oznet-gutter);
	box-sizing: border-box;
}

#featured-title .tombuild-container {
	max-width: var(--oznet-container);
}

@media (max-width: 767px) {
	:root {
		--oznet-gutter: 16px;
	}
}

/* Hizmet kutuları – tüm kart tıklanabilir */
.mobile-show-link .master-image-box {
	position: relative;
	cursor: pointer;
}

.mobile-show-link .master-image-box .headline-2 > a {
	position: static;
}

.mobile-show-link .master-image-box .headline-2 > a::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
}

.mobile-show-link .master-image-box .url-wrap {
	position: relative;
	z-index: 3;
}

/* WhatsApp floating button */
.oznet-whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	text-decoration: none;
}

.oznet-whatsapp-float:hover {
	transform: scale(1.06);
	box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
	color: #fff;
}

.oznet-whatsapp-float svg {
	width: 30px;
	height: 30px;
}

@media (max-width: 767px) {
	.oznet-whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}

	.oznet-whatsapp-float svg {
		width: 28px;
		height: 28px;
	}
}
