/* المحتوى: خط كايرو في كل الصفحات | العناوين الرئيسية: خط cursive */
:root {
    --body-font: "Cairo", sans-serif;
    --title-font: "Dancing Script", cursive;
}

html[lang="ar"] {
    --body-font: "Cairo", sans-serif;
    --title-font: "Reem Kufi", cursive;
}

body {
    font-family: var(--body-font);
}

.sec-title,
.hero-title,
.hero-subtitle,
.breadcumb-title,
.widget_title,
.podcast-title,
.blog-title,
.sec-subtitle2,
.sec-subtitle,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font);
}

/* Ensure header/nav bar is always on top and clickable on all pages */
.vs-header {
    position: relative;
    z-index: 1000;
}

/* Prevent breadcumb or other sections from covering the header */
.breadcumb-wrapper {
    position: relative;
    z-index: 1;
}

.breadcumb-wrapper::before {
    z-index: 0;
}

.breadcumb-wrapper .breadcumb-content,
.breadcumb-wrapper .container {
    position: relative;
    z-index: 2;
}

/* الصفحة الرئيسية: تصغير خط عنوان المقال في قسم أحدث المقالات */
.home-latest-posts .blog-title.home-post-title,
.home-latest-posts .blog-title.home-post-title a {
    font-size: 0.875rem;
    line-height: 1.4;
}

/* FAQ page: uses original theme .accordion.accordion-style1 from style.css */
.faq-accordion-wrap .accordion-body .sec-text {
    margin: 0;
    color: var(--body-color, #666);
    line-height: 1.7;
}

/* القائمة الجانبية: عرض النص من اليمين لليسار عند اللغة العربية */
.sidemenu-content.sidemenu-rtl {
    text-align: right;
    direction: rtl;
}
.sidemenu-content.sidemenu-rtl .widget_title,
.sidemenu-content.sidemenu-rtl .footer-text,
.sidemenu-content.sidemenu-rtl .recent-post-wrap,
.sidemenu-content.sidemenu-rtl .media-body,
.sidemenu-content.sidemenu-rtl .post-title {
    text-align: right;
}
.sidemenu-content.sidemenu-rtl .recent-post {
    flex-direction: row-reverse;
}
.sidemenu-content.sidemenu-rtl .recent-post .media-img {
    margin-left: 15px;
    margin-right: 0;
}
.sidemenu-content.sidemenu-rtl .footer-social {
    justify-content: flex-end;
}
