.elementor .btn-primary{display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 13px 32px;
font-size: 15px;
font-weight: 500;
font-family: inherit;
letter-spacing: 0.3px;
color: #ffffff;
background: linear-gradient(135deg, #0a5fa8 0%, #0e9a7a 100%);
border: none;
border-radius: 50px;
box-shadow: 0 4px 18px rgba(10, 95, 168, 0.35);
cursor: pointer;
text-decoration: none;
white-space: nowrap;
transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;\n}