body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Times New Roman', serif;
}

a {
    color: #28767b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-outline-primary {
    border-color: #28767b;
    color: #28767b;
}

.btn-outline-primary:hover {
    background-color: #28767b;
    color: #ffffff;
}
.navbar-nav .nav-link {
    font-weight: 550;
    text-decoration: none !important;
    font-family: "Times New Roman";
    color: #fcfbfb;
}
.nav-link {
    text-align: right;
}


/* السلايدر الكامل */
.main-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

/* صورة السلايدر */
.slider-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* النص فوق الصورة */
.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.3); /* خلفية شفافة */
    padding: 20px 15px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
}

/* العنوان */
.slider-caption h2 {
    font-size: 2rem; /* 32px تقريبًا */
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* الوصف */
.slider-caption p {
    font-size: 17.5px; /* 16px */
    margin-bottom: 0;
    line-height: 1.6;
}

/* تعديلات شاشات الجوال */
@media (max-width: 768px) {
    .slider-caption {
        width: 90%;
        padding: 15px 10px;
    }

    .slider-caption h2 {
        font-size: 1.0rem; /* أصغر للموبايل */
    }

    .slider-caption p {
        font-size: 0.80rem;
    }
}


.navbar-nav {
    direction: rtl;
    text-align: right;
}
/* ضبط محاذاة نصوص القائمة في collapse عند الجوال */
@media (max-width: 991.98px) {
    .navbar-nav a {
        text-align: right !important;
    }

    .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 0.5rem;
    }
}
