.elementor .main-cta-button{width:170px;height:66px;font-family:"Montserrat","Montserrat Fallback";font-weight:700;font-size:18px;color:#ffffff;border-radius:16px;background-color:#ff2a21;.main-cta-button {
position: relative;
display: inline-block;
overflow: hidden;
background-color: var(--primary-colour);
color: #fff;
z-index: 1;
}

/* The sliding layer */
.main-cta-button::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: var(--secondary-colour);
transition: left 0.4s ease;
z-index: -1;
}

/* On hover, slide across */
.main-cta-button:hover::before {
left: 0;
}\n}.elementor .secondary-cta-style{font-family:"Montserrat","Montserrat Fallback";font-weight:800;color:#ffffff;border-width:4px;border-color:#ff2a21;background-color:#ffffff00;}.elementor .header-shading{background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%,rgba(0, 0, 0, 0.03) 93%);background-repeat:repeat;background-attachment:scroll;background-size:auto auto;background-position:0% 0%;}