/* ITTech LTR RTL Switcher Styles */

/* Switcher Buttons */
.ittech-direction-switcher {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.ittech-btn {
    padding: 8px 18px;
    border: 2px solid #0073aa;
    background: #fff;
    color: #0073aa;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ittech-btn:hover {
    background: #0073aa;
    color: #fff;
}

.ittech-btn.active {
    background: #0073aa;
    color: #fff;
}

/* ===================== */
/* RTL - সব কিছু automatic */
/* ===================== */
body.ittech-rtl {
    direction: rtl;
    text-align: right;
}

/* সব heading, paragraph, link, span automatic RTL */
body.ittech-rtl h1,
body.ittech-rtl h2,
body.ittech-rtl h3,
body.ittech-rtl h4,
body.ittech-rtl h5,
body.ittech-rtl h6,
body.ittech-rtl p,
body.ittech-rtl a,
body.ittech-rtl span,
body.ittech-rtl li,
body.ittech-rtl td,
body.ittech-rtl th,
body.ittech-rtl label,
body.ittech-rtl input,
body.ittech-rtl textarea,
body.ittech-rtl button {
    direction: rtl;
    text-align: right;
}

/* Elementor সব widget RTL */
body.ittech-rtl .elementor-widget-container,
body.ittech-rtl .elementor-widget-heading,
body.ittech-rtl .elementor-widget-text-editor,
body.ittech-rtl .elementor-widget-button,
body.ittech-rtl .elementor-heading-title,
body.ittech-rtl .elementor-text-editor,
body.ittech-rtl .elementor-button-text {
    direction: rtl;
    text-align: right;
}

/* Elementor Layout RTL */
body.ittech-rtl .elementor-column,
body.ittech-rtl .elementor-section,
body.ittech-rtl .elementor-container,
body.ittech-rtl .elementor-row {
    direction: rtl;
}

/* Navigation Menu RTL */
body.ittech-rtl .elementor-nav-menu,
body.ittech-rtl .elementor-nav-menu li,
body.ittech-rtl nav,
body.ittech-rtl .menu,
body.ittech-rtl .nav-menu {
    direction: rtl;
    text-align: right;
}

/* Icon List RTL */
body.ittech-rtl .elementor-icon-list-items,
body.ittech-rtl .elementor-icon-list-item {
    direction: rtl;
    text-align: right;
}

/* Arabic Font - সব text এ apply হবে */
body.ittech-rtl,
body.ittech-rtl * {
    font-family: 'Cairo', 'Amiri', 'Arial', sans-serif !important;
}

/* ===================== */
/* LTR - Original style  */
/* ===================== */
body.ittech-ltr {
    direction: ltr;
    text-align: left;
}

body.ittech-ltr h1,
body.ittech-ltr h2,
body.ittech-ltr h3,
body.ittech-ltr h4,
body.ittech-ltr h5,
body.ittech-ltr h6,
body.ittech-ltr p,
body.ittech-ltr a,
body.ittech-ltr span,
body.ittech-ltr li {
    direction: ltr;
    text-align: left;
}

/* Load Arabic Google Font (Cairo) */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');
