/*
Theme Name: تکنو ژن (TechnoGene) - RTL
Description: RTL Stylesheet for TechnoGene Theme
*/

/* RTL Specific Overrides */
body {
    direction: rtl;
    text-align: right;
}

/* Academy RTL */
.tg-learning-widget .tg-objectives-list li {
    padding-inline-end: 0 !important;
    padding-inline-start: 40px !important;
}

.tg-learning-objectives .tg-objectives-list li::before {
    left: 10px;
    right: auto;
}

.tg-curriculum-accordion .tg-accordion-content {
    text-align: right !important;
}

/* Base Alignment RTL */
.alignright {
    float: right;
    margin: 5px 20px 20px 0;
}

.alignleft {
    float: left;
    margin: 5px 0 20px 20px;
}

a img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 5px 20px 20px 0;
}

a img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 5px 0 20px 20px;
}

.screen-reader-text:focus {
    left: 5px;
    right: auto;
}

.card-icon {
    right: 15px;
    left: auto;
}

/* Header RTL */
.header-content {
    direction: rtl;
}

.logo {
    order: 1;
    margin-right: 0;
    margin-left: auto;
}

.main-nav {
    order: 2;
    margin-left: 0;
    margin-right: auto;
}

.main-nav ul {
    direction: rtl;
}

.hero-cta {
    flex-direction: row-reverse;
}

.footer-content {
    text-align: right;
}

.social-links {
    flex-direction: row-reverse;
}

.breadcrumbs {
    direction: rtl;
    text-align: right;
}

.woocommerce-breadcrumb {
    direction: rtl;
    text-align: right;
}

/* Elementor RTL */
.elementor-widget-container {
    direction: rtl;
    

}

/* Comments RTL */
.comment-list {
    direction: rtl;
    text-align: right;
}

.comment-reply-link {
    float: left;
}

/* Pagination RTL */
.pagination {
    direction: rtl;
}

/* Forms RTL */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
    direction: rtl;
    text-align: right;
}

input[type="email"],
input[type="url"] {
    direction: ltr;
    text-align: left;
}

/* WooCommerce RTL */
.woocommerce ul.products {
    direction: rtl;
}

.woocommerce .product {
    text-align: right;
}

.woocommerce div.product div.summary {
    direction: rtl;
    text-align: right;
}

.alignleft {
    margin: 5px 0 20px 20px;
}

.alignright {
    margin: 5px 20px 20px 0;
}

/* Responsive RTL */
@media (max-width: 768px) {
    .header-content {
        flex-direction: row;
        direction: rtl;
    }

    .logo {
        order: 1;
    }

    /* TechnoGene: P0-1 — Hamburger on left in RTL */
    .tg-hamburger {
        order: 3;
    }

    /* TechnoGene: P0-1 — Menu slides from LEFT in RTL */
    .main-nav {
        right: auto;
        left: 0;
        transform: translateX(-100%);
        box-shadow: 5px 0 30px rgba(0, 0, 0, 0.3);
    }

    .tg-menu-open .main-nav {
        transform: translateX(0);
    }

    .main-nav ul {
        flex-direction: column;
        direction: rtl;
    }
}

/* TechnoGene: P0-2 — Consultation form RTL */
.tg-safety-warning {
    direction: rtl;
    text-align: right;
}

.tg-disclaimer-group label {
    direction: rtl;
    text-align: right;
}

.tg-consult-form {
    direction: rtl;
    text-align: right;
}