.floating-banner,.popup-overlay{display:none}@media screen and (max-width:768px){.floating-banner{position:fixed;bottom:-60px;left:0;width:100%;background:#f6f6f6;color:#00a1e0;text-align:center;padding:10px;font-size:16px;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0px -2px 8px rgba(0,0,0,.2);transition:bottom .5s ease-in-out}.floating-banner.visible{bottom:0}.floating-banner span{flex:1;padding-left:15px;color:#00a1e0}#open-popup-btn{background:#fff;color:#00a1e0;border:2px solid #00a1e0;padding:12px 20px;font-size:15px;border-radius:30px;cursor:pointer;margin-right:10px;transition:all .3s ease-in-out}#open-popup-btn:hover{background:#00a1e0;color:white}@media (prefers-color-scheme:dark){.floating-banner{background-color:#333;color:white}#open-popup-btn{background:#444;color:white;border:2px solid white}}@media screen and (max-width:480px){.floating-banner{font-size:14px;padding:8px}#open-popup-btn{padding:10px 15px;font-size:13px}}@media screen and (max-width:768px) and (orientation:landscape){.floating-banner{font-size:12px;padding:5px;height:40px}#open-popup-btn{padding:8px 12px;font-size:12px}}.popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1001;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease-in-out}.popup-overlay.show{display:flex;opacity:1}.popup-content{background:#fff;padding:20px;width:90%;max-width:350px;max-height:80vh;border-radius:15px;text-align:center;box-shadow:0px 6px 15px rgba(0,0,0,.25);position:relative;overflow-y:auto;transform:translateY(20px);transition:transform .3s ease-in-out}.popup-overlay.show .popup-content{transform:translateY(0)}.popup-close{position:absolute;top:10px;right:15px;font-size:24px;cursor:pointer}.close-popup{margin-top:10px;padding:10px 15px;background:red;color:white;border:none;cursor:pointer;border-radius:5px;font-size:14px}@media screen and (max-width:480px){.popup-content{width:95%;max-width:300px;max-height:75vh;padding:15px}}@media screen and (max-width:768px) and (orientation:landscape){.popup-content{max-width:280px;max-height:70vh}}.form-footer{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-top:20px}.form-footer input[type=text],.form-footer input[type=email],.form-footer textarea{width:100%;padding:12px;margin-bottom:15px;border:2px solid #00a1e0;border-radius:6px;font-size:16px}.form-footer input[type=text]:hover,.form-footer input[type=email]:hover,.form-footer textarea:hover{background-color:#e6f7ff;border-color:#007bb5}.form-footer .wpforms-submit{background-color:#00a1e0;color:white;padding:14px 30px;font-size:18px;border:none;border-radius:30px;cursor:pointer;transition:background-color .3s ease}.form-footer .wpforms-submit:hover{background-color:#007bb5}.form-footer .wpforms-error{color:red;font-size:14px;margin-top:-10px}.form-footer label{font-size:16px;color:#333;margin-bottom:5px;display:block}.form-footer .wpforms-confirmation{font-size:16px;color:#00a1e0;background-color:#f1f9ff;padding:15px;border-radius:5px}}