/* Language toggle — Whale Digitals home */
.wd-lang-toggle {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}

.wd-lang-toggle__btn {
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: inherit;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	line-height: 1;
}

.header-style-three .wd-lang-toggle__btn {
	border-color: rgba(0, 0, 0, 0.12);
	color: inherit;
}

.wd-lang-toggle__btn:hover,
.wd-lang-toggle__btn:focus {
	background: rgba(0, 0, 0, 0.06);
	border-color: rgba(0, 0, 0, 0.2);
	outline: none;
}

.wd-lang-toggle__btn:focus-visible {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

/* Hero language CTA */
.wd-lang-hero-btn {
	display: inline-block;
	margin-top: 1rem;
	padding: 10px 20px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: 4px;
	border: 2px solid currentColor;
	background: transparent;
	color: inherit;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.wd-lang-hero-btn:hover,
.wd-lang-hero-btn:focus {
	background: rgba(255, 255, 255, 0.12);
	outline: none;
}

.slider-three .wd-lang-hero-btn:focus-visible {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
