.kd-btn-primary {
    background-color: #F58220;
    color: #001A72;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
}

.kd-btn-primary:hover {
    background-color: #C2410C;
    color: #FFFFFF;
}

.kd-btn-secondary {
    background-color: transparent;
    color: #001A72;
    border: 2px solid #001A72;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
}
