.popup-container{z-index:10;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100vh;display:none;position:fixed;top:0;left:0}.careerPopup{z-index:9999;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.popup-wrapper{background:#fff;border-radius:12px;width:70%;max-width:1000px;height:600px;display:flex;overflow:hidden;box-shadow:0 6px 20px #00000040}.popup-content{width:50%;height:100%;position:relative}.popup-content>img{object-fit:cover;width:100%;height:100%}.form-side{background:#f9f9f9;flex-direction:column;justify-content:center;padding:40px 30px;display:flex}.form-side h2{color:var(--accentColor1);margin-bottom:20px;font-size:1.8rem}.popup-form{flex-direction:column;gap:15px;display:flex}.popup-form input,.popup-form select,.popup-form textarea{border:1px solid #ccc;border-radius:8px;outline:none;padding:12px 14px;font-size:1rem;transition:border .3s}.popup-form input:focus,.popup-form select:focus,.popup-form textarea:focus{border-color:var(--accentColor1)}.popup-form button{border:1px solid var(--accentColor1);color:var(--accentColor1);cursor:pointer;background-color:#0b61f52f;border-radius:8px;padding:10px;font-size:20px;font-weight:700;transition:background .3s}.popup-form button:hover{background-color:#0be9f54b}.popup-exit{position:absolute;top:20px;right:20px}.popup-exitIcon{color:red;cursor:pointer;font-size:30px}@media screen and (max-width:768px){.popup-wrapper{background:#fff;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;width:90%;height:fit-content;display:flex;overflow:hidden;box-shadow:0 6px 20px #00000040}.popup-content{width:100%;height:100%;position:relative}.popup-content>img{display:none}}
