#mor{
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Tahoma', 'Arial', sans-serif;
    }

    body {
        background-color: #f8f9fa;
        color: #333;
        line-height: 1.7;
    }

    #mor {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        background-color: white;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* استایل تیترها */
    h1 {
        color: #2c5e1a;
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e9ecef;
        position: relative;
    }

    h1::after {
        content: '';
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 100px;
        height: 3px;
        background: #4CAF50;
    }

    h2 {
        color: #2c5e1a;
        font-size: 2rem;
        margin: 30px 0 15px;
        padding-right: 15px;
        border-right: 4px solid #4CAF50;
    }

    h3 {
        color: #388E3C;
        font-size: 1.8rem;
        margin: 25px 0 15px;
        padding-right: 10px;
    }

    /* استایل پاراگراف‌ها */
    p {
        margin-bottom: 18px;
        text-align: justify;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    /* استایل لیست‌ها */
    .mor-nav {
        margin: 15px 0 25px 20px;
        padding-right: 20px;
        list-style: none;

    }
    img{width: 60%;margin: 5% 20%;border-radius: 10%}

    .mor-link {
        margin-bottom: 12px;
        position: relative;
        padding-right: 25px;
        list-style: none;
        font-size: 1.5rem;
    }

    li::before {
        content: "•";
        color: #4CAF50;
        font-weight: bold;
        position: absolute;
        right: 0;
    }

    /* استایل اسپن‌های خاص */
    span {
        color: #2c5e1a;
        font-weight: bold;
    }

    .name7 {
        color: #4CAF50;
        background-color: #f1f8e9;
        padding: 2px 8px;
        border-radius: 4px;
        font-weight: bold;
    }

    /* افکت‌های تعاملی */
    h2:hover, h3:hover {
        color: #1B5E20;
        transition: color 0.3s ease;
    }

    li:hover {
        transform: translateX(-5px);
        transition: transform 0.2s ease;
    }

    /* طراحی واکنش‌گرا */
    @media (max-width: 768px) {
        #mor {
            padding: 15px;
            margin: 10px;
        }

        h1 {
            font-size: 2rem;
        }

        h2 {
            font-size: 1.5rem;
        }

        h3 {
            font-size: 1.2rem;
        }

        p {
            font-size: 1rem;
        }
    }

    /* استایل برای بخش‌های مهم */
    .highlight {
        background-color: #f1f8e9;
        padding: 20px;
        border-radius: 8px;
        border-right: 4px solid #4CAF50;
        margin: 20px 0;
    }

    /* دکمه تماس (در صورت نیاز) */
    .contact-btn {
        display: inline-block;
        background-color: #4CAF50;
        color: white;
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 20px;
        transition: background-color 0.3s;
    }

    .contact-btn:hover {
        background-color: #388E3C;
    }

}
