.elementor .to-header-btn{selector .elementor-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 25px;
border-radius: 7px;
background: #1266e3;
color: #ffffff !important;
font-size: 15px;
font-weight: 700;
line-height: 1;
text-decoration: none;
box-shadow: 0 8px 20px rgba(18, 102, 227, 0.22);
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

selector .elementor-button:hover {
background: #0b55c8;
color: #ffffff !important;
transform: translateY(-1px);
}

selector .elementor-button-text {
color: #ffffff !important;
}\n}