/* ==================== Kurdish Font ==================== */
@font-face {
    font-family: 'NRTR';
    src: url('../Fonts/NRTR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==================== Kurdish RTL Overrides ==================== */
html[lang="ku"] {
    direction: rtl;
    scroll-behavior: smooth;
}

html[lang="ku"] body {
    font-family: 'NRTR', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Force RTL on all text elements */
html[lang="ku"] body,
html[lang="ku"] p,
html[lang="ku"] h1,
html[lang="ku"] h2,
html[lang="ku"] h3,
html[lang="ku"] span,
html[lang="ku"] a,
html[lang="ku"] li,
html[lang="ku"] .card-desc,
html[lang="ku"] .service-desc,
html[lang="ku"] .demo-info p,
html[lang="ku"] .demo-info h3 {
    direction: rtl;
    unicode-bidi: embed;
}

/* Mobile nav slides from left instead of right */
html[lang="ku"] .mobile-nav {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid var(--border);
    transform: translateX(-110%);
}

html[lang="ku"] .mobile-nav.active {
    transform: translateX(0);
}

html[lang="ku"] .mobile-nav a {
    text-align: right;
}

/* Language dropdown opens to the left */
html[lang="ku"] .lang-dropdown {
    right: auto;
    left: 0;
}

/* Demo carousel stays LTR so it works */
html[lang="ku"] .demo-carousel-wrapper {
    direction: ltr;
}

/* Contact Page RTL Fix */
html[lang="ku"] .contact-value {
    direction: ltr;
    text-align: center;
    unicode-bidi: isolate;
}