﻿/* 🔹 ABOUT SECTION */
.about-section {
    background-color: #111;
    color: #f5f5f5;
    position: relative;
    z-index: 1;
}

    .about-section .section-title {
        font-size: 2rem;
        font-weight: 700;
        border-right: 4px solid var(--gold);
        padding-right: 15px;
        text-align: center;
    }

    .about-section p {
        line-height: 1.8;
        font-size: 1.1rem;
    }

.about-img {
    border: 3px solid var(--gold);
    transition: transform 0.5s ease;
}

    .about-img:hover {
        transform: scale(1.05);
    }

.list-unstyled li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.bi-check-circle {
    font-size: 1.2rem;
}

/* تأثير الدخول */
.animate__animated {
    animation-duration: 1.2s;
    font-size: 24px;
}
