/* CTA Button Emergency Fix */
.Getbutton a, .Jobsbutton a {
    display: inline-block !important;
    padding: 15px 30px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    margin: 10px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important;
    transition: all 0.3s ease !important;
    border: none !important;
    min-width: unset !important;
    min-height: unset !important;
    width: auto !important;
    height: auto !important;
}

.Getbutton a {
    background: linear-gradient(135deg, #67EBAB, #50d2cc) !important;
}

.Jobsbutton a {
    background: linear-gradient(135deg, #50d2cc, #3f234b) !important;
}

.Getbutton a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(103, 235, 171, 0.3) !important;
}

.Jobsbutton a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(80, 210, 204, 0.3) !important;
}