



.ready-to-tranform .header-button .get-consult {
    background-color: var(--nebular-cross) !important;
    font-weight: bold;
    color: white;
    padding: 10px 12px;
    padding-left: 32px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    line-height: 1;
}

.ready-to-tranform .header-button .get-consult .btn-text {
    /* padding-bottom: 3.1px; */
    font-size: 20px;
    /* adjust only the text */
}

.ready-to-tranform .header-button .get-consult .btn-icon {
    background: white;
    color: var(--base-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ready-to-tranform .header-button .get-consult .btn-icon i {
    font-size: 1rem;
    line-height: 1;
}




/* Responsive: hide on small screens */
@media (max-width: 575.98px) {
    header .navbar .get-consult-btn {
        display: none !important;
    }
}