﻿.license-box {
    margin: 40px auto;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fafafa;
    text-align: center;
    max-width: 600px;
}

    .license-box h3 {
        margin-bottom: 20px;
        font-size: 1.4rem;
        color: #333;
        font-weight: 700;
    }

.license-image-wrapper {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: white;
    display: inline-block;
}

    .license-image-wrapper img {
        width: 100%;
        max-width: 450px;
        border-radius: 6px;
        display: block;
    }

.license-caption {
    margin-top: 15px;
    color: #555;
    font-size: 0.95rem;
}

/*درباره ما*/
.about-us {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
    font-family: "IRANSans", Arial, sans-serif;
}

.about-container {
    max-width: 1000px;
    margin: auto;
    text-align: justify;
    color: #333;
    line-height: 1.8;
}

    .about-container h1 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #1d1d1d;
        font-weight: 700;
    }

    .about-container h2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        color: #444;
    }

    .about-container p {
        margin-bottom: 20px;
    }

    .about-container ul {
        padding: 0;
        list-style: none;
        margin: 20px 0;
    }

        .about-container ul li {
            position: relative;
            margin-bottom: 10px;
            padding-left: 25px;
        }

            .about-container ul li::before {
                content: "✔";
                position: absolute;
                left: 0;
                top: 0;
                color: #1e90ff;
                font-weight: bold;
            }

    .about-container .cta {
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }

        .about-container .cta strong {
            color: #1e90ff;
        }

