/* About Section Styles */
.about-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.about-content h6 {
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.about-text-wrapper p {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Red Accent for the "Pioneer" paragraph */
.border-accent {
    border-left: 4px solid #bf2626;
    padding-left: 1.5rem;
}

/* RTL Support for Arabic Language */
[lang="ar"] .border-accent {
    border-left: none;
    border-right: 4px solid #bf2626;
    padding-left: 0;
    padding-right: 1.5rem;
}

.about-section .section-title {
    font-weight: 800;
    color: #222;
}