.overlay-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:none;justify-content:center;align-items:center;background:transparent;transition:background-color .4s ease;z-index:998}.overlay-container.active{display:flex;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup-menu-container{position:relative;font-family:Inter Tight,sans-serif}.popup-menu-open-button{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:8px 18px 8px 10px;color:#fff;background:linear-gradient(to bottom right,#0e0e0e,#1a1a1a);border:1px solid hsla(0,0%,100%,.3);border-radius:50px;cursor:pointer;max-width:400px;width:auto;z-index:999;box-shadow:0 0 4px rgba(0,0,0,.1);display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700}.popup-menu-open-button:active{scale:.98}.popup-menu-open-button:hover{background-color:#f4f4f4}.popup-menu-button-icon{color:gold;background:rgba(255,215,0,.3);border-radius:50px;padding:6px}.popup-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:999;border-radius:20px;display:flex;flex-direction:column;max-height:500px;padding-bottom:60px}@media (max-width:600px){.popup-menu{position:fixed;top:auto;bottom:0;left:0;width:100%;height:99%;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.2);display:flex;flex-direction:column;animation-duration:.6s;animation-fill-mode:forwards;z-index:999;border-radius:20px 20px 0 0;max-height:none;padding-bottom:0}}.popup-menu-slide-in{animation:popup-menu-slide-up .6s forwards}.popup-menu-slide-out{animation:popup-menu-slide-down .6s forwards}@keyframes popup-menu-slide-down{0%{transform:translate(-50%,-50%);opacity:1}to{transform:translate(-50%,100%);opacity:0}}@media (max-width:600px){.popup-menu-slide-in{animation:popup-menu-slide-up .6s forwards}.popup-menu-slide-out{animation:popup-menu-slide-down .6s forwards}}@media (max-width:600px){@keyframes popup-menu-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popup-menu-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}}.popup-menu-header{padding:10px 15px;background-color:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;z-index:999;border-radius:20px 20px 0 0}.popup-menu-title{font-size:17px;font-weight:700}.popup-menu-close-button{background:none;width:40px;height:40px;border-radius:10%;border:0 solid #cacaca;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .3s ease}.popup-menu-close-button:hover{background-color:#f1f1f1}.popup-menu-content{overflow-y:auto;flex-grow:1;padding:10px 10px 70px;z-index:999}.popup-menu-content ul{list-style:none;padding:0;margin:0}.popup-menu-content ul li{padding:10px;border-bottom:1px solid #ddd}.popup-menu-text{display:flex;align-items:center;gap:8px;font-family:Inter Tight,sans-serif}.red-dot{width:8px;height:8px;background-color:#e01e5a;border-radius:50%;display:inline-block}.popup-menu-section-title{padding:10px;font-weight:700;display:flex;justify-content:space-between;font-size:14px;color:#000}.keyword-search-input{padding:10px;font-size:1rem;border:3px solid #ccc;border-radius:8px;transition:border-color .3s;width:100%;box-sizing:border-box;font-family:Inter Tight,sans-serif;background-color:inherit;color:#000}.keyword-search-input:focus{border-color:#0076eb;outline:none}.industry-buttons-container{display:flex;flex-wrap:wrap;gap:10px;row-gap:10px;justify-content:flex-start;padding:10px}.footer-buttons{position:fixed;bottom:0;left:0;background-color:#fff;border:none;border-top:1px solid #ddd;display:flex;justify-content:space-between;box-shadow:0 -2px 10px rgba(0,0,0,.1);width:100%;box-sizing:border-box;z-index:999;padding:10px 15px;border-radius:0 0 20px 20px}.apply-filters-button,.clear-filters-button{border:none;cursor:pointer}.clear-filters-button{background-color:#fff;color:#000;text-decoration:underline;cursor:pointer;font-size:14px}.apply-filters-button{background-color:#000;color:#fff;border-radius:10px;font-size:15px;padding:10px 30px}@media (max-width:600px){.footer-buttons{border-radius:0}.apply-filters-button,.clear-filters-button{margin:0 5px}}.popup-menu-location-filters{flex:1 1;padding:10px 10px 60px;display:flex;flex-direction:column;gap:10px}