.outsourcea-lets-talk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 32px;
    border-radius: 999px;
    background: #08b45b;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(8, 180, 91, 0.28);
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.outsourcea-lets-talk-btn:hover {
    background: #06a151;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(8, 180, 91, 0.35);
}

.outsourcea-lets-talk-fixed {
    position: fixed;
    z-index: 999998;
}

.outsourcea-lets-talk-fixed.top-right {
    top: 92px;
    right: 36px;
}

.outsourcea-lets-talk-fixed.bottom-right {
    right: 28px;
    bottom: 28px;
}

@media (max-width: 768px) {
    .outsourcea-lets-talk-btn {
        min-height: 48px;
        padding: 0 24px;
        font-size: 14px;
    }

    .outsourcea-lets-talk-fixed.top-right {
        top: auto;
        right: 18px;
        bottom: 22px;
    }

    .outsourcea-lets-talk-fixed.bottom-right {
        right: 18px;
        bottom: 22px;
    }
}
