.billing-toggle{
display:flex;
gap:10px;
background:#f2f2f2;
padding:10px;
border-radius:50px;
justify-content:center;
}

.billing-toggle button{
border:none;
padding:10px 20px;
border-radius:30px;
cursor:pointer;
background:#e0e0e0;
font-weight:600;
}

.billing-toggle button:hover{
background:#6c5ce7;
color:#fff;
}