﻿
.blur-content {
    transition: filter 0.3s ease;
}

.chatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
}

#whatsapp-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1002;
    /* Ensure it's above other content */
    width: 150px;
    /* Adjust size as needed */
    height: 50px;
}

    #whatsapp-chat img {
        width: 100%;
        height: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }

    #whatsapp-chat:hover img {
        transform: scale(1.1);
        /* Scale on hover for effect */
    }


.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color: #1c2128;
    padding: 10px 0;
    position: relative;
}

.ticker-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 350s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    margin-right: 50px;
}

    .ticker-item img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.login-button {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
    background-image: linear-gradient(to top right, #180151 0%, #680093 90%, #36054f 100%);
}

    .login-button i {
        font-size: 20px;
        /* Adjust icon size */
    }

.nav-menu {
    margin: 10px;
}

.login-button:hover {
    background-color: #0056b3;
}

.translate-select {
    margin-top: 10px;
}

#google_translate_element select {
    align-items: center;
    padding: 9px 10px;
    border-radius: 25px;
    font-family: 'Jura';
    width: 170px;
    display: flex;
}

.goog-te-gadget-simple {
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    font-family: 'Jura';
    display: flex;
}

.position-ab {
    position: absolute;
    right: 175px;
}


.translate-select {
    position: relative;
    z-index: 9999;
    overflow: visible !important;
    /* Prevent clipping */
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}

.mob-visibility {
    display: none !important;
}

.mob-visibility-2 {
    display: none !important;
}

.mob-visibility-3 {
    display: block !important;
}


.translate-button {
    margin: 10px 0;
    display: inline-block;
}

/* Hide the "Powered by Google Translate" text and logo */
.goog-te-banner-frame,
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0;
    /* Hide text content */
}

.goog-te-combo {
    font-size: 16px;
    /* Restore dropdown font size */
}

@media (max-width: 768px) {
    .position-ab {
        position: relative;
        right: 0px;
    }

    .goog-te-menu-frame {
        max-width: 100% !important;
        width: auto !important;
        overflow: hidden !important;
        top: 0 !important;
        left: 0 !important;
    }

    .goog-te-gadget-simple {
        margin-left: 22px;
        margin-right: 110px;
        border-bottom: 0px;
        margin-bottom: 20px;
    }

    .header {
        position: fixed;
        background-color: #1c2128c7;
    }

    .mob-visibility {
        display: block !important;
        width: 180px;
    }

    .mob-visibility-2 {
        display: block !important;
    }

    .mob-visibility-3 {
        display: none !important;
    }
}
