/*
Theme Name: افسانہ گھر نیوز
RTL Support
*/

body {
    direction: rtl;
    unicode-bidi: embed;
}

/* Navigation RTL */
.main-menu ul,
.custom-menu ul,
.urdunews-menu ul {
    right: 0;
    left: auto;
}

.main-menu ul ul,
.custom-menu ul ul,
.urdunews-menu ul ul {
    right: 100%;
    left: auto;
}

/* Sidebar RTL */
.widget {
    text-align: right;
}

.widget li a:hover {
    padding-right: 5px;
    padding-left: 0;
}

/* Post Meta RTL */
.post-meta span {
    margin-left: 10px;
    margin-right: 0;
}

/* Social Links RTL */
.social-links a {
    margin-right: 0;
    margin-left: 10px;
}

/* Search Bar RTL */
.search-bar {
    margin-right: 0;
    margin-left: 20px;
}

.search-bar input {
    border-radius: 0 3px 3px 0;
}

.search-bar button {
    border-radius: 3px 0 0 3px;
}

/* Scroll to Top RTL */
.scroll-top {
    left: auto;
    right: 30px;
}

/* Section Title RTL */
.section-title:after {
    right: 0;
    left: auto;
}

/* Hadith Widget RTL */
.hadith-widget {
    border-right: 4px solid #e74c3c;
    border-left: none;
}

.hadith-reference {
    text-align: right;
}

/* Poetry Widget RTL */
.poet-name {
    text-align: left;
}

/* Breadcrumbs RTL */
.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
}

/* Comment Form RTL */
.comment-form input[type="submit"] {
    float: right;
}

/* Gallery RTL */
.gallery-item {
    float: right;
}

/* Footer RTL */
.footer-menu-list {
    padding-right: 0;
}

/* Hadith Item RTL */
.hadith-item {
    border-right: 3px solid #e74c3c;
    border-left: none;
}

.hadith-ref {
    text-align: left;
}

/* Verse RTL */
.verse {
    border-right: 3px solid #e74c3c;
    border-left: none;
}

.poet {
    text-align: left;
}

/* Top Bar RTL */
.top-bar .social-top a {
    margin-left: 15px;
    margin-right: 0;
}

/* Elementor RTL */
.elementor-element[dir="rtl"] {
    text-align: right;
}

.elementor-element[dir="rtl"] .elementor-icon {
    margin-left: 10px;
    margin-right: 0;
}

/* Responsive RTL */
@media (max-width: 768px) {
    .menu-toggle {
        text-align: right;
    }
    
    .main-menu,
    .custom-menu,
    .urdunews-menu {
        right: 0;
        left: 0;
    }
}