.elementor-kit-7{--e-global-color-primary:#54595F;--e-global-color-secondary:#6EC1E4;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E85A5A;--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-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{color:var( --e-global-color-astglobalcolor4 );background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@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 *//* Button Background Gradient Animation */
#button-cta a {
    all: unset;
    background-image: linear-gradient(to right, #FF6C22, #FF9209, #FF6C22, #FF6C22, #FF9209, #FF6C22);
    background-size: 600% auto;
    background-position: right center;
    animation: gradientAnimation 10s linear infinite;
    color: #fff;
    text-decoration: none;
    display: inline-block; /* Allows the button to size with its content */
    margin: auto;
    max-width: 100%; /* Prevents overflow */
    white-space: nowrap; /* Prevents text wrapping on desktop */
}

/* Hover Effect */
#button-cta a:hover {
    transform: translateY(-5px); /* Creates a floating effect */
}

/* Button Text Style */
#button-cta span {
    all: unset;
    display: inline-block;
}

/* Button Specific Style */
#button-cta a {
    font-family: "Noto Sans SC", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    border-radius: 50px;
    box-shadow: 5px 5px 0px 0px #000000;
    padding: 15px 35px; /* Adjustable based on content and design */
    line-height: 1.5;
    background-color: #69727d;
    text-align: center;
    transition: all .3s;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 557px) {
    #button-cta a {
        font-size: 25px; /* Smaller font size for mobile */
        padding: 10px 25px; /* Adjust padding for mobile */
        line-height: 1.5em;
        white-space: normal; /* Allows text wrapping on mobile */
    }
}

/* Gradient Animation Keyframes */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}/* End custom CSS */