.course-module{background-position:50%;background-size:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);cursor:pointer;margin:20px auto;max-height:500px;max-width:800px;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s;width:100%}.course-module:hover{box-shadow:0 10px 20px rgba(0,0,0,.2);transform:translateY(-5px)}.course-overlay{background:rgba(0,0,0,.1);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.course-content{display:flex;justify-content:space-between;padding:40px;position:relative;z-index:2}.course-details{flex:2;padding-right:20px}.course-form{flex:1;padding-left:20px}.course-title{font-size:24px;font-weight:700;margin:0 0 10px}.course-description{font-size:16px;margin:0 0 10px}.course-pricing{font-size:16px}.popup-card *{color:#fff!important}.popup-overlay{backdrop-filter:blur(5px);background:rgba(0,0,0,.7);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9998}.popup-card{background:transparent;border-radius:10px;left:50%;max-height:80vh;max-width:600px;padding:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:9999}.popup-background{background-image:url(https://www.exsitec.se/hubfs/Webben%202024/Bakgrunder/Glas%20-%20bakgrund.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;height:100%;left:0;opacity:.75;position:absolute;top:0;width:100%;z-index:-1}.popup-card .course-form,.popup-card .download-section,.popup-card .popup-header{color:#fff!important;position:relative;z-index:1}.popup-card input[type=email],.popup-card input[type=text],.popup-card textarea{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.4);border-radius:5px;color:#fff;margin-bottom:15px;padding:10px;width:100%;z-index:1}.popup-card input[type=email]::placeholder,.popup-card input[type=text]::placeholder,.popup-card textarea::placeholder{color:hsla(0,0%,100%,.7)}.popup-card input[type=checkbox],.popup-card input[type=radio]{accent-color:#fff;z-index:1}.close-popup{background:none;border:none;color:#fff;cursor:pointer;font-size:40px;position:absolute;right:5px;top:0;z-index:2}@media only screen and (max-width:768px){.close-popup{background:none;border:none;color:#fff;cursor:pointer;font-size:30px;position:fixed;right:15px;top:5px;z-index:2}}.popup-card button[type=submit]{background:#f06;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:15px;transition:background .3s ease-in-out;width:100%;z-index:2}.popup-card button[type=submit]:hover{background:#e6005c}.popup-card .error-message{color:#ff8080;font-weight:700;z-index:2}