
.ff-el-is-error,
.fluentform .ff-message-error,
.fluentform .error,
.fluentform .ff-errors-in-stack,
div[data-form_instance] .ff-message-error,
.ff-message-success + .ff-message-error {
    display: none !important;
}
.ff-errors-in-stack {
    display: none !important;
}
/* ===================================
LEFT SIDE FLOATING IMAGE ICONS CSS
=================================== */

.social-floating-right {
    position: fixed !important;
    left: 0 !important;
    top: 70% !important;
    transform: translateY(-50%) !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* ICON BOX */

.social-floating-right .icons {
    width: 58px !important;
    height: 58px !important;
    background: #ffffff !important;
    border-radius: 0 18px 18px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
    text-decoration: none !important;
    overflow: hidden !important;
    border-left: 4px solid #d60000 !important;
}

/* IMAGE */

.social-floating-right .icons img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    transition: 0.3s ease !important;
}

/* HOVER EFFECT */

.social-floating-right .icons:hover {
    width: 65px !important;
    transform: translateX(6px) !important;
    background: #f8f8f8 !important;
}

/* TOOLTIP */

.social-floating-right .icons span {
    position: absolute !important;
    left: 72px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.4px !important;
}

/* CLOSE BUTTON BLACK BACKGROUND */

.custom-close-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #000 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
}

/* CLOSE ICON WHITE */

.custom-close-btn i {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* HOVER EFFECT */

.custom-close-btn:hover {
    background: #d60000 !important;
    transform: rotate(90deg) !important;
}
.social-floating-right .icons:hover span {
    opacity: 1 !important;
    visibility: visible !important;
    left: 78px !important;
}

/* INDIVIDUAL BORDER COLORS */

.mail-icons {
    border-left-color: #ea4335 !important;
}

.whatsapp-icons {
    border-left-color: #25d366 !important;
}

.call-icons {
    border-left-color: #0d6efd !important;
}

.instagram-icons {
    border-left-color: #e1306c !important;
}

.facebook-icons {
    border-left-color: #1877f2 !important;
}

.youtube-icons {
    border-left-color: #ff0000 !important;
}

.pinterest-icons {
    border-left-color: #e60023 !important;
}

.location-icons {
    border-left-color: #ff6b00 !important;
}

/* MOBILE RESPONSIVE */

@media only screen and (max-width: 767px) {

    .social-floating-right {
        top: auto !important;
        bottom: 15px !important;
        left: 10px !important;
        transform: none !important;
        gap: 8px !important;
    }

    .social-floating-right .icons {
        width: 48px !important;
        height: 48px !important;
        border-radius: 14px !important;
        border-left: none !important;
    }

    .social-floating-right .icons img {
        width: 24px !important;
        height: 24px !important;
    }

    .social-floating-right .icons span {
        display: none !important;
    }

    .social-floating-right .icons:hover {
        transform: scale(1.05) !important;
        width: 48px !important;
    }
}
