/* Floating Arabic / English language switcher */
.sqp-lang { position: fixed; z-index: 99989; display: flex; gap: 6px; background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.65); border-radius: 14px; padding: 5px; box-shadow: 0 8px 26px rgba(0,0,0,.14); }
.sqp-lang-bottom-right { right: 22px; bottom: 90px; }
.sqp-lang-bottom-left  { left: 22px;  bottom: 90px; }
.sqp-lang-top-right    { right: 22px; top: 90px; }
.sqp-lang-top-left     { left: 22px;  top: 90px; }
.sqp-lang-btn { border: 0; background: none; padding: 8px 14px; border-radius: 10px; cursor: pointer; font-size: 15px; color: #444; line-height: 1; }
.sqp-lang-btn:hover { background: rgba(0,0,0,.06); }
.sqp-lang-btn.is-active { background: #111827; color: #fff; }

@media (max-width: 600px) {
	.sqp-lang-bottom-right, .sqp-lang-bottom-left { bottom: 78px; }
	.sqp-lang-btn { font-size: 14px; padding: 7px 12px; }
}
