﻿/* عنوان اصلی (H1) */
.footer-bottom,
.footer-bottom a,
.footer-bottom p,
.footer-bottom li,
.footer-bottom span {
    color: #ffffff !important;
}

    .footer-bottom a:hover {
        color: #ffd700 !important;
    }


h1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 30px auto 25px;
    line-height: 1.5;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #1e3c72, #2a5298); /* گرادینت آبی تیره */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* زیرعنوان‌ها (H2) */
h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc; /* خط ظریف خاکستری */
}

/* ستون راست (لینک‌ها) */
.col-lg-4 a.enjoy-css {
    display: block;
    background: #f8f9fa;
    color: #2c3e50;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.col-lg-4 a.enjoy-css:hover {
    background: #3498db;
    color: #fff;
    transform: translateY(-3px);
}





h2 {
    color: #004080; /* آبی تیره برای هماهنگی */
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
}

ul {
    margin: 10px 0 20px 20px;
    line-height: 1.8;
    color: #333;
}

/* استایل FAQ */
.faq-box {
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    padding: 20px 25px;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

    .faq-box h2 {
        margin-top: 0;
        color: #00264d;
        font-size: 26px;
        border-bottom: none;
    }

    .faq-box h3 {
        color: #004080;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .faq-box p {
        font-size: 15px;
        color: #444;
        line-height: 1.8;
        margin: 0 0 10px;
    }
.

ul li {
    color: #333 !important;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 6px;
}

   
    ul li::marker {
        color: #004080; /* آبی تیره به‌جای نارنجی */
        font-weight: bold;
    }
.related-lab {
    background: #f8f8f8;
    border-right: 4px solid #004080;
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 4px;
}

    .related-lab a {
        color: #004080;
        text-decoration: none;
        font-weight: bold;
    }

        .related-lab a:hover {
            text-decoration: underline;
        }

section.heigh1 ul li {
    color: #000; /* سفید برای لیست‌ها */
}

.faq-box ul li {
    color: #ffffff; /* سفید برای سوالات متداول */
}