.site-title a {
	display: inline-block;
}

.site-title .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Homepage client carousel — uploaded logos on dark section */
.client-three-area a.pbmit-client-site-link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.client-three-area .pbmit-client-wrapper.pbmit-client-logo-card {
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	max-width: 170px;
	height: 72px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-three-area .pbmit-client-wrapper.pbmit-client-logo-card img {
	display: block;
	width: auto;
	height: auto;
	max-width: 130px;
	max-height: 52px;
	object-fit: contain;
	object-position: center;
	margin: 0 auto;
}

.client-three-area .pbmit-client-style-1:hover .pbmit-client-logo-card,
.client-three-area .pbmit-client-site-link:hover .pbmit-client-logo-card {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.client-three-area .swiper-slide {
	padding: 4px 0;
}

/* Floating WhatsApp widget */
.pbmit-whatsapp-widget {
	position: fixed;
	bottom: 80px;
	right: 35px;
	z-index: 9999998;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 18px 0 0;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	background: #25d366;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.45);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pbmit-whatsapp-widget:hover {
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.55);
}

.pbmit-whatsapp-widget__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1;
}

.pbmit-whatsapp-widget__label {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.pbmit-slider-four .pbmit-slider-content .slider-bg-img {
		display: none;
	}
}

@media (max-width: 575px) {
	.pbmit-whatsapp-widget {
		bottom: 75px;
		right: 20px;
		padding: 0;
		width: 50px;
		justify-content: center;
	}

	.pbmit-whatsapp-widget__label {
		display: none;
	}
}
