.language-dropdown {
    top: 30px !important;
    right: 60px !important;
    position: fixed !important;
}

.overlay-black {
    position: relative;
}
.overlay-black::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.language-dropdown .gt_switcher_wrapper {
    top: 20px !important;
    right: 20px !important;
    position: fixed !important;
}

.tooltip.tooltip-info .tooltip-inner {
    font-size: 14px; /* Change to your desired size */
}
