/* Task4it WhatsApp Call Button Styles */
.whatsapp-call-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.whatsapp-call-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    background-color: #25D366 !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    line-height: 1.2 !important;
    height: auto !important;
    margin-top: -5px !important;
    width: 147px !important;
    box-sizing: border-box !important;
}

.whatsapp-call-btn:hover {
    background-color: #128C7E !important;
    color: white !important;
}

.whatsapp-call-btn svg {
    width: 30px !important;
    height: 30px !important;
    fill: white !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.whatsapp-call-text {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1;
    color: white;
}

/* Desktop navbar styling */
nav ol.desktop .whatsapp-call-item {
    margin-top: 10px !important;
    padding-left: 50px !important;
    list-style: none !important;
}

nav ol.desktop .whatsapp-call-item a,
nav ol.desktop .whatsapp-call-btn {
    margin-top: -5px !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #25D366 !important;
    border-radius: 25px !important;
    width: 147px !important;
}

nav ol.desktop .whatsapp-call-btn {
    margin-top: -5px !important;
}

nav ol.desktop .whatsapp-call-btn:hover {
    background-color: #128C7E !important;
}

nav ol.desktop .whatsapp-call-btn svg {
    width: 30px !important;
    height: 30px !important;
}

nav ol.desktop .whatsapp-call-text {
    font-size: 0.875rem !important;
}

/* Mobile menu styling */
nav .mobile-menu .whatsapp-call-item {
    margin-top: 20px;
}

nav .mobile-menu .whatsapp-call-btn {
    padding: 12px 20px;
    width: auto;
    height: auto;
}

nav .mobile-menu .whatsapp-call-btn svg {
    width: 24px;
    height: 24px;
}

/* Inline WhatsApp button for cards */
.whatsapp-call-btn-inline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #25D366 !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.whatsapp-call-btn-inline:hover {
    background-color: #128C7E !important;
    transform: scale(1.1);
}

.whatsapp-call-btn-inline svg {
    width: 24px !important;
    height: 24px !important;
    fill: white !important;
}

