
.b3-1-btn {
background: linear-gradient(270deg, #dc1d40 0.09%, #dc1d40 33.54%, #1c4282 97.03%, #1c4282 107.8%);
color: #fff;
padding: 10px 24px;
border: none;
border-radius: 0;
font-size: 18px;
cursor: pointer;
transition: all 0.5s ease;
min-width: 180px;
font-weight: 600;
}

/* ON HOVER - NEW GRADIENT */
.b3-1-btn:hover {
background: linear-gradient(270deg, #1c4282 0.09%, #1c4282 33.54%, #dc1d40 97.03%, #dc1d40 107.8%);
}
