/* Start custom CSS for html, class: .elementor-element-a749838 */.audit-section{
    padding:50px 20px;
    background:#f8f9fa;
}

.audit-section .container{
    max-width:1000px;
    margin:auto;
}

.audit-title{
    text-align:center;
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:30px;
}

.audit-card{
    background:#fff;
    border-radius:10px;
    padding:18px 25px;
    margin-bottom:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
    transition:0.3s;
}

.audit-card:hover{
    transform:translateY(-3px);
    box-shadow:0 5px 15px rgba(0,0,0,0.12);
}

.audit-year{
    font-size:20px;
    font-weight:600;
    color:#333;
}

.view-btn{
    background:#840000;
    color:#fff;
    text-decoration:none;
    padding:10px 25px;
    border-radius:5px;
    font-weight:600;
    transition:0.3s;
}

.view-btn:hover{
    background:#a50000;
    color:#fff;
}

@media(max-width:768px){
    .audit-card{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }
}/* End custom CSS */