        /* Style for fixed action button */
        .action-button {
            display: block;
            position: fixed;
            width: 141px;
            z-index: 1000;
            bottom: 20px;
            left: 20px;
            color: #fff;
            background: #FFD60B;
            border-radius: 5%;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            font-size: 18px;
            color: black;
            font-weight: 500;
            padding: 3px;
           
           
        }

        /* Style for popup container */
        .popup-container {
            position: fixed;
            bottom: 70px;
            left: 20px;
            width: 300px;
            height: 94px;
            background-color: white;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            display: none;
            flex-direction: column;
            padding: 5px;
            z-index: 99999;
            
        }

        .popup-container.active {
            display: flex;
        }

        .popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .popup-header h2 {
            margin: 0;
        }

        .popup-header .close-btn {
            cursor: pointer;
            font-size: 20px;
        }

        .popup-content {
            margin-top: 20px;
            display: flex;
            flex-direction: column;
        }

        .popup-content a {
            padding: 10px;
            background-color: #0cebeb;
            color: white;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            margin-bottom: 10px;
            transition: background-color 0.3s;
        }

        .popup-content a:hover {
            background-color: #20e3b2;
        }


        body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
  #google_translate_element select{
    background:#2b1a12;
    color:#fff4e4;
    border: none;
    font-weight:bold;
    border-radius:3px;
    padding: 14px 12px;
    width: 100%;
  }
