/* Improved About Us Styling */
.about-us-section .section-title span {
    color: #be0a06;
    /* N3 Red */
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.about-us-section .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #232d37;
    /* Dark text */
    font-weight: 700;
}

.about-us-section .details p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-bottom: 25px;
}

.about-us-section .details ul li {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    /* Align to top for multi-line text */
}

.about-us-section .details ul li strong {
    color: #131e4a;
    font-weight: 700;
}

.about-us-section .details ul li i {
    color: #be0a06;
    /* N3 Red checkmarks */
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #be0a06;
    border-radius: 50%;
    padding: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    margin-top: 2px;
    /* Visual alignment with first line of text */
}

.about-us-section .btns .theme-btn {
    background-color: #be0a06;
    border-color: #be0a06;
}

.about-us-section .btns .theme-btn:hover {
    background-color: #0d2e5b;
    /* N3 Blue */
    border-color: #0d2e5b;
}

/* CEO Message Section - Enhanced Visibility */
.about-us-section .details p {
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #2d2d2d !important;
    /* Much darker for better readability */
    font-weight: 500 !important;
    /* Medium weight for prominence */
    margin-bottom: 22px !important;
    text-align: justify;
}

/* Make strong tags even more prominent */
.about-us-section .details p strong {
    color: #131e4a !important;
    /* Very dark blue */
    font-weight: 700 !important;
    font-size: 18px !important;
}