/* About Page Custom Styles */

.about-section {
    padding: 50px 0;
    background: #f9f9f9;
    color: #333;
    line-height: 1.8;
}

.about-section .section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    border-left: 4px solid #d10024;
    padding-left: 10px;
}

.about-section p {
    font-size: 15px;
    margin-bottom: 20px;
}

.about-section ul {
    list-style: none;
    padding-left: 15px;
}

.about-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
}

.about-section ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d10024; /* red accent */
    font-weight: bold;
}

.about-section .why-choose li {
    font-weight: 500;
    font-size: 16px;
}
