
/* --- Hide the Google Translate Banner & Tooltip --- */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 

#goog-gt-tt {
    display: none !important; /* Hides the translation tooltip */
}


/* --- Custom Styled Dropdown Button --- */
#google_translate_element {
    text-align: center;
    margin-bottom: 20px;
}

.goog-te-gadget-simple {
    background-color: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: box-shadow 0.2s ease;
    width: 80%;
    height: 60px;
    line-height: 2.4;
    margin-top: 23px;
    margin-bottom: 50px;
}

.goog-te-gadget-simple:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.goog-te-gadget-simple span {
    color: #333 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-left: 10px !important;
    margin-right: 10px;
}

.goog-te-gadget-simple .goog-te-menu-value img {
    display: none !important; /* Hide the default Google icon */
}

.goog-te-gadget-simple .goog-te-menu-value span::after {
    content: ' \\25BC'; /* Downward arrow */
    font-size: 0.8rem;
    padding-left: 8px;
    color: #888;
}

.goog-logo-link {
    display: none !important;
}

.text{
    font-family: arial;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}


/**************************************************
 * NEW: Modern Styles for the Dropdown Menu
 **************************************************/
/**************************************************
 * Modern Styles for the Dropdown Menu (Updated)
 **************************************************/
 .goog-te-menu-frame {
    border-radius: 8px !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15) !important;
    border: none !important;
    background-color: #ffffff !important;
}

.goog-te-menu2-item {
    /* Increased padding for more vertical and horizontal space */
    padding: 14px 20px !important; 
    cursor: pointer;
}

.goog-te-menu2-item span {
    color: #333 !important;
    font-weight: 500 !important;
    /* Increased font size for better readability */
    font-size: 18px !important; 
    border: none !important;
}

/* Style for when you hover over a language */
.goog-te-menu2-item:hover > span {
    background-color: #f0f2f5 !important;
    color: green !important;
}

/* Style for the selected language in the list */
.goog-te-menu2-item-selected > span {
    font-weight: 700 !important;
    color: green !important;
    background-color: #e9f5ff !important;
}

.goog-te-gadget-icon, .indicator{
    display:none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
    visibility: hidden !important;
    display: none !important;
}

