/* Social Media Floating Button */

.floating-social {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-social a {
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.floating-social a:hover {
    transform: scale(1.1);
}

.floating-social .facebook {
    color: #1877f2;
}

.floating-social .twitter {
    color: #1da1f2;
}

.floating-social .instagram {
    color: #e4405f;
}

.floating-social .linkedin {
    color: #0077b5;
}

.floating-social .whatsapp {
    color: #25D366;
}

/* Social Media Floating Button */

/* Hide Google Translate default dropdown and branding */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-te-menu-value,
.goog-te-gadget-simple,
#google_translate_element select {
    display: none !important;
}
body {
    top: 0px !important;
}