/*!
Theme Name: Solgen
Theme URI: https://solgen.themeori.com
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori
Description: Solgen - Ecology & Solar Energy WordPress Theme 
Version: 1.0.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solgen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* 
body {
    background-color: red !important;
} */


#gt_float_wrapper .gt_float_switcher {
    position: relative;
    background: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    overflow: inherit !important;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
    background-color: var(--primary-color);
    border-radius: 50px;
}

#gt_float_wrapper .gt_float_switcher .gt-current-lang {
    padding: 14px 21px;
    position: relative;
}

/* #gt_float_wrapper .gt_float_switcher .gt-current-lang img {
    display: none;
} */

#gt_float_wrapper .gt_float_switcher .gt-current-lang:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2025/10/globe-03.svg") no-repeat center;
    background-size: contain;
}

#gt_float_wrapper .gt_float_switcher .gt-current-lang > .gt-lang-code {
    padding-left: 0px;
}

#gt_float_wrapper .gt_float_switcher .gt-lang-code {
    color: #121212;
}

#gt_float_wrapper .gt_float_switcher img {
    width: 26px;
    border-radius: 3px;
}

/* Dropdown Language */
#gt_float_wrapper .gt_options {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 160px;
    padding: 5px 5px;
}

#gt_float_wrapper .gt_options a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #121212;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 15px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

#gt_float_wrapper .gt_options a img {
    display: none !important;
}

#gt_float_wrapper .gt_options a:hover {
    background: #f0f0f0;
}

#gt_float_wrapper.open .gt_options {
    display: block !important;
}




.privacy-policy .site-main .entry-content .wp-block-heading {
    margin-bottom: 10px !important;
}

























