.elementor-562 .elementor-element.elementor-element-f051ee0{text-align:left;font-family:"Inter", Sans-serif;font-size:8px;font-weight:400;line-height:1.5em;}@media(max-width:1024px){.elementor-562 .elementor-element.elementor-element-f051ee0{font-size:13px;}}@media(max-width:767px){.elementor-562 .elementor-element.elementor-element-f051ee0{font-size:12px;}}/* Start custom CSS for html, class: .elementor-element-3d2c044 */#download-btn-windows-residential,
#download-btn-mac-residential,
#download-btn-windows-business,
#download-btn-mac-business {
    background-color: #007bff !important;
    color: #fff !important;
    border: 2px solid #007bff !important;
    font-size: 16px !important;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block; /* Ensure they are displayed as block-level elements */
    margin: 10px auto; /* Add space between buttons */
}

#download-btn-windows-residential:hover,
#download-btn-mac-residential:hover,
#download-btn-windows-business:hover,
#download-btn-mac-business:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
    transform: translateY(-3px);
}

#download-btn-windows-residential:focus,
#download-btn-mac-residential:focus,
#download-btn-windows-business:focus,
#download-btn-mac-business:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Make buttons responsive */
@media (max-width: 768px) {
    #download-btn-windows-residential,
    #download-btn-mac-residential,
    #download-btn-windows-business,
    #download-btn-mac-business {
        width: 90% !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    #download-btn-windows-residential,
    #download-btn-mac-residential,
    #download-btn-windows-business,
    #download-btn-mac-business {
        width: 100% !important;
        font-size: 12px !important;
    }
}/* End custom CSS */