/* FOCUS_ADVENTURES_WHATSAPP_CONTACT_V9_6_1 */

.fa-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 9px 14px 9px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: #25d366;
    color: #04140b !important;
    box-shadow:
        0 16px 40px rgba(0, 0, 0, .34),
        0 0 0 4px rgba(37, 211, 102, .12);
    font-family:
        Inter, Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.fa-whatsapp-float:hover,
.fa-whatsapp-float:focus-visible {
    transform: translateY(-2px);
    box-shadow:
        0 20px 46px rgba(0, 0, 0, .42),
        0 0 0 5px rgba(37, 211, 102, .18);
    outline: none;
}

.fa-whatsapp-float__icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .24);
}

.fa-whatsapp-float__icon svg {
    width: 25px;
    height: 25px;
    display: block;
}

.fa-whatsapp-float__text {
    display: grid;
    gap: 1px;
    line-height: 1.15;
}

.fa-whatsapp-float__text strong {
    font-size: 13px;
    font-weight: 900;
}

.fa-whatsapp-float__text small {
    font-size: 11px;
    font-weight: 800;
    opacity: .82;
}

.fa-whatsapp-contact-card {
    width: min(1420px, calc(100% - 34px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin: 0 auto clamp(68px, 9vw, 115px);
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(37, 211, 102, .34);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(37, 211, 102, .13),
            transparent 28rem
        ),
        #07131e;
    color: #eddfcc;
}

.fa-whatsapp-contact-card p {
    margin: 0 0 8px;
    color: #25d366;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.fa-whatsapp-contact-card h2 {
    margin: 0;
    color: #eddfcc;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
}

.fa-whatsapp-contact-card > div > span {
    display: block;
    max-width: 760px;
    margin-top: 13px;
    color: #cbbda8;
    line-height: 1.65;
}

.fa-whatsapp-contact-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 11px 17px;
    border-radius: 999px;
    background: #25d366;
    color: #04140b !important;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

.fa-whatsapp-contact-card > a span {
    width: 28px;
    height: 28px;
    display: block;
}

.fa-whatsapp-contact-card > a svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 760px) {
    .fa-whatsapp-float {
        right: 12px;
        bottom: 12px;
        width: 56px;
        height: 56px;
        justify-content: center;
        padding: 10px;
    }

    .fa-whatsapp-float__text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .fa-whatsapp-contact-card {
        width: min(100% - 20px, 1420px);
        grid-template-columns: 1fr;
        padding: 24px 19px;
        border-radius: 22px;
    }

    .fa-whatsapp-contact-card > a {
        width: 100%;
    }
}
