/* طبقة عربية فقط — لا تعدّل style.css الأصلي */

/* خط Cairo للموقع بالكامل */
body,
h1, h2, h3, h4, h5, h6,
p,
.btn,
.navbar,
.navbar-nav .nav-link,
.dropdown-item,
.dropdown-menu,
.footer,
small,
input,
textarea,
select,
button {
    font-family: 'Cairo', sans-serif !important;
}

.navbar-brand h2,
.navbar-brand img {
    font-family: 'Cairo', sans-serif;
}

/* Top bar */
.shuaa-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
}

.shuaa-topbar .btn-social {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.shuaa-topbar-link:hover {
    color: var(--primary) !important;
}

.shuaa-subjects-box {
    min-height: 120px;
    max-height: 220px;
    overflow-y: auto;
}

.shuaa-mobile-auth {
    border-top: 1px solid #eee;
    margin-top: 0.5rem;
    padding-top: 1rem !important;
}

/* Navbar — روابط قريبة من اللوجو */
.shuaa-navbar .shuaa-logo {
    height: 75px;
    width: auto;
}

.shuaa-navbar .navbar-brand {
    height: auto !important;
    min-height: 88px;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

.shuaa-navbar .shuaa-nav-links {
    flex-direction: row;
    align-items: center;
    gap: 0.15rem;
}

.shuaa-navbar .shuaa-nav-links .nav-link {
    padding: 1.5rem 0.85rem;
    white-space: nowrap;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.shuaa-navbar.navbar-light .navbar-nav .nav-link {
    font-size: 17px !important;
}

.shuaa-navbar .shuaa-auth-btns .btn {
    font-weight: 600;
    border-radius: 0;
    white-space: nowrap;
}

.shuaa-navbar .shuaa-auth-btns .btn-outline-primary {
    border-width: 2px;
}

html[dir="rtl"] .shuaa-navbar .navbar-collapse {
    justify-content: flex-start;
}

html[dir="rtl"] .shuaa-navbar .shuaa-nav-links {
    margin-right: 0.5rem;
}

html[dir="rtl"] .header-carousel .owl-nav {
    right: auto;
    left: 8%;
}

/* Header carousel */
.shuaa-hero {
    min-height: 550px;
}

.header-carousel {
    display: block !important;
    min-height: 550px;
}

.header-carousel.owl-loaded {
    display: block !important;
}

.shuaa-slide {
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shuaa-slide-overlay {
    background: rgba(24, 29, 56, 0.7);
}

.header-carousel:not(.owl-loaded) .owl-carousel-item:not(:first-child) {
    display: none;
}

.header-carousel .owl-carousel-item,
.header-carousel .owl-stage-outer,
.header-carousel .owl-stage,
.header-carousel .owl-item {
    min-height: 550px;
}

.testimonial-carousel {
    display: block !important;
}

.testimonial-carousel:not(.owl-loaded) .testimonial-item:not(:first-child) {
    display: none;
}

/* Footer — روابط تحت العنوان */
.shuaa-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

html[dir="rtl"] .footer .btn.btn-link,
html[dir="rtl"] .shuaa-footer-links .btn.btn-link {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 0;
    margin-bottom: 8px;
}

html[dir="rtl"] .footer .btn.btn-link::before,
html[dir="rtl"] .shuaa-footer-links .btn.btn-link::before {
    content: "\f104";
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .page-header .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
}

html[dir="rtl"] .testimonial-text,
html[dir="rtl"] .service-item p,
html[dir="rtl"] .course-item h5 {
    text-align: center;
}

.review-modal-rtl .star-picker button {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #ddd;
    cursor: pointer;
}

.review-modal-rtl .star-picker button.active {
    color: #ffc107;
}

/* قسم الأخبار — سلايدر */
.shuaa-news-img {
    height: 220px;
    object-fit: cover;
}

.shuaa-news-date {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--primary);
    color: #fff;
    text-align: center;
    min-width: 52px;
    padding: 6px 8px;
    line-height: 1.2;
    border-radius: 4px;
}

.shuaa-news-date span {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

.shuaa-news-date small {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.news-carousel .owl-nav {
    margin-top: 1rem;
}

.news-carousel .owl-nav button.owl-prev,
.news-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 1.25rem;
}

.news-carousel .news-carousel-item {
    height: 100%;
}

.news-carousel .course-item {
    transition: transform 0.3s ease;
}

.news-carousel .course-item:hover {
    transform: translateY(-4px);
}

@media (max-width: 991.98px) {
    .shuaa-navbar .shuaa-nav-links .nav-link {
        padding: 0.65rem 0;
        font-size: 16px !important;
    }

    .shuaa-navbar .shuaa-logo {
        height: 65px;
    }
}
