﻿
body {
    font-family: 'B Nazanin', sans-serif;
    background-color: #f0f2f5;
}
footer {
    background-color: white;
    padding: 10px;
    text-align: center;
    color: black;
    position: relative !important;
    width: 100% !important;
    bottom: 0 !important;
}
h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #343a40;
}
/* برای صفحه خانه */
.content-container {
    direction: rtl; /* راست‌چین کردن محتوا */
    text-align: justify; /* ترازبندی متن */
    font-family: 'B Nazanin', sans-serif; /* انتخاب فونت مناسب */
    /* margin: 20px;*/
    line-height: 1.8; /* فاصله مناسب بین خطوط */
}
/* برای صفحه خانه */
.section-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    text-align: right; /* عناوین راست‌چین */
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}
/* برای صفحه خانه */
.section-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}
    /* برای صفحه خانه */
    .section-text strong {
        font-weight: 500;
    }
/* استایل لینک منو */
.nav-link {
    display: flex;
    align-items: center;
    text-decoration: none;
   
    font-size: 16px; /* اندازه فونت */
    padding: 10px 15px; /* padding داخلی */
    border-radius: 8px; /* گوشه‌های گرد */
    transition: background-color 0.3s ease, color 0.3s ease; /* انیمیشن تغییر رنگ */
}

    /* استایل لینک هنگام هاور */
    .nav-link:hover {
        background-color: #f0f0f0; /* رنگ پس‌زمینه هنگام هاور */
        color: #003366 !important; /* تغییر رنگ متن */
    }

    /* استایل لینک فعال */
    .nav-link.active {
        background-color: #007bff; /* رنگ پس‌زمینه لینک فعال */
        color: #fff; /* رنگ متن لینک فعال */
    }

    /* استایل تصویر داخل لینک */
    .nav-link img {
        width: 24px; /* عرض تصویر */
        height: 24px; /* ارتفاع تصویر */
        margin-left: 8px; /* فاصله بین تصویر و متن */
    }


h1 {
    font-size: 2.5em;
    margin: 0;
}


/*label input header
*//*.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

    .form-group label {
        position: absolute;
        top: -12px;
        right: 10px;
        background: white;
        padding: 0 5px;
        font-size: 0.9rem;*/
        /*color: #333;*/
    /*}
    .form-group  label.persian-date{
        position: absolute;
        top: -20px;
        right:50px;
        background: white !important;
        padding: 0 5px;
        font-size: 0.9rem;
        color: #333;
    }*/

/*.form-control {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
}*/





