/*
Theme Name: 1xbet Landing
Theme URI: https://example.com/
Author: Landbag
Description: WordPress theme version of the provided multi-page landing.
Version: 1.0.0
Text Domain: landbag
*/

@import url("styles.css");

/* Language toggle styles and RTL helpers */
.lang-toggle { display: inline-block; margin-left: 12px; vertical-align: middle; }
.lang-btn { background: transparent; border: 1px solid rgba(255,255,255,0.12); color: inherit; padding: 6px 8px; border-radius: 6px; cursor: pointer; display: inline-flex; align-items: center; gap:8px; }
.lang-btn:hover { transform: translateY(-2px); }
.lang-icon { display:inline-block; font-size:18px; transition: transform 0.6s ease; }
.lang-label { font-weight:600; font-size:13px; }

/* RTL direction aware adjustments */
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .container { text-align: right; }
[dir="rtl"] .nav-brand { display: flex; align-items: center; gap: 12px; }
[dir="rtl"] .nav-menu { direction: rtl; }
[dir="rtl"] .hero-text, [dir="rtl"] .about-section { text-align: right; }
[dir="ltr"] .hero-text, [dir="ltr"] .about-section { text-align: left; }

/* Make transitions smoother when switching language */
body { transition: all 0.24s ease; }
