.elementor-kit-16{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Force Download Manager items into grid */
.wpdm-downloads,
.wpdm-downloads .row,
.wpdm-downloads .col-md-12,
.wpdm-category-section {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    list-style: none !important;
    padding: 0 !important;
}

/* Style each download card */
.wpdm-download-item,
.wpdm-download,
.wpdm-single-download {
    background: #f9f9f9 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

/* Hover effect */
.wpdm-download-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transform: translateY(-3px) !important;
}

/* Title styling */
.wpdm-download-item h3,
.wpdm-download-item .download-title {
    font-size: 18px !important;
    margin: 15px 0 10px !important;
    color: #333 !important;
}

/* Download button */
.wpdm-download-link,
.wpdm-download-item .btn {
    background: #0073aa !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 10px !important;
    border: none !important;
}

.wpdm-download-link:hover {
    background: #005a87 !important;
}

/* Mobile: switch to 2 columns */
@media (max-width: 768px) {
    .wpdm-downloads,
    .wpdm-downloads .row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Small mobile: 1 column */
@media (max-width: 480px) {
    .wpdm-downloads,
    .wpdm-downloads .row {
        grid-template-columns: 1fr !important;
    }
}/* End custom CSS */