.elementor-12605 .elementor-element.elementor-element-fd5f80e{--display:flex;--background-transition:0.3s;}body.elementor-page-12605:not(.elementor-motion-effects-element-type-background), body.elementor-page-12605 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}/* Start custom CSS *//* styles.css */

/* Apply styles to the button with id "curriculum-btn" */
#curriculum-btn {
    display: flex;
    align-items: center;
    color: #007BFF; /* Set your desired text color */
    padding: 8px 16px; /* Adjust padding as needed */
    background-color: #E0E0E0; /* Set your desired background color */
    border: none; /* Remove the default button border */
    cursor: pointer; /* Add a pointer cursor on hover */
}

/* Add additional styles for hover and active states if desired */
#curriculum-btn:hover {
    background-color: #B0B0B0; /* Change background color on hover */
}

#curriculum-btn:active {
    background-color: #808080; /* Change background color when clicked */
}/* End custom CSS */