.elementor-1861 .elementor-element.elementor-element-1c5b440{--display:flex;}.elementor-1861 .elementor-element.elementor-element-1999bf8{--display:flex;}.elementor-1861 .elementor-element.elementor-element-87bf3c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1861 .elementor-element.elementor-element-27f0a07{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1861 .elementor-element.elementor-element-e3243ee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0c9ae6e */.pdf-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pdf-intro {
    text-align: center;
    font-size: 18px;
    color: #444;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #0d3c70;
}

.pdf-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.pdf-card {
    width: 260px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
}

.pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.09);
}

.pdf-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.pdf-button {
    display: inline-block;
    padding: 8px 16px;
    background: #0d3c70;
    color: white;
    border-radius: 6px;
    margin-bottom: 8px;
    text-decoration: none;
}

.pdf-source {
    font-size: 12px;
    color: #666;
}

.pdf-note {
    text-align: center;
    margin-top: 25px;
}/* End custom CSS */