.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-1610 .elementor-element.elementor-element-5e89237{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d36265b */.reports-container{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px 80px;
}

.reports-header{
    text-align:center;
    margin-bottom:60px;
}

.reports-header h1{
    font-size:42px;
    color:#1d3557;
    margin-bottom:20px;
}

.reports-header p{
    max-width:800px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.reports-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.report-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s ease;
    position:relative;
}

.report-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.report-year{
    display:inline-block;
    background:#1d3557;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:14px;
    margin-bottom:15px;
}

.report-card h3{
    color:#1d3557;
    margin-bottom:15px;
    font-size:22px;
}

.report-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:25px;
}

.report-card a{
    display:inline-block;
    text-decoration:none;
    background:#1d3557;
    color:#fff;
    padding:12px 24px;
    border-radius:8px;
    font-weight:600;
    transition:.3s ease;
}

.report-card a:hover{
    background:#274c77;
}

@media(max-width:768px){

    .reports-header h1{
        font-size:30px;
    }

    .reports-header p{
        font-size:16px;
    }

}/* End custom CSS */