﻿#wa-pop-up-container{display:none;position:fixed;inset:0;z-index:9999990;}#wa-pop-up-container.active{display:flex!important;align-items:flex-start;justify-content:center;padding-top:15vh;animation:fadeIn .3s ease-out;}#wa-pop-up-container #overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.5);z-index:9999991;}#wa-pop-up-container #wa-popup{position:relative;width:min(640px,90vw);height:480px;z-index:9999993;box-shadow:0 10px 30px rgba(0,0,0,.3);overflow:hidden;animation:slideUp .3s ease-out;}#wa-pop-up-container #wa-popup #bg{position:relative;width:100%;height:100%;display:block;background-repeat:no-repeat;background-size:cover;background-position:center;}#wa-pop-up-container #wa-popup #bg img{width:100%;height:100%;object-fit:cover;display:block;}#wa-pop-up-container #wa-popup #bg a{position:absolute;inset:0;z-index:9999994;cursor:pointer;display:block;text-decoration:none;}#wa-pop-up-container #wa-popup #bg a:focus-visible{outline:2px solid rgba(37,211,102,.5);outline-offset:2px;}#wa-pop-up-container #wa-popup #bg a::after{content:"Contact us on WhatsApp";position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}#wa-pop-up-container #wa-popup #popup-close{background:none;border:0;padding:0;margin:0;cursor:pointer;outline:0;transition:transform .3s ease;position:absolute;top:0;right:0;width:50px;height:50px;padding:15px;z-index:9999997;backdrop-filter:blur(5px);}#wa-pop-up-container #wa-popup #popup-close:focus-visible{outline:2px solid rgba(37,211,102,.5);outline-offset:2px;}#wa-pop-up-container #wa-popup #popup-close:hover{transform:scale(1.05);}#wa-pop-up-container #wa-popup #popup-close:active{transform:scale(.95);}#wa-pop-up-container #wa-popup #popup-close img{width:100%;height:100%;object-fit:contain;pointer-events:none;}@media screen and (max-width:700px){#wa-pop-up-container #wa-popup{width:90vw;height:auto;min-height:300px;background:transparent;box-shadow:none;}#wa-pop-up-container #wa-popup #bg{background-size:contain;background-position:center top;min-height:300px;}#wa-pop-up-container #wa-popup #bg a{inset:auto;bottom:6%;left:50%;transform:translateX(-50%);width:25%;height:8.5%;min-width:80px;min-height:32px;border-radius:20px;}#wa-pop-up-container #wa-popup #bg a:hover::before{background:rgba(37,211,102,.2);border-radius:inherit;}#wa-pop-up-container #wa-popup #popup-close{top:0;right:0;width:40px;height:40px;padding:10px;}}@media screen and (max-width:640px){#wa-pop-up-container #wa-popup{width:95vw;}#wa-pop-up-container #wa-popup #bg a{width:30%;min-width:100px;}}@media screen and (max-width:480px){#wa-pop-up-container #wa-popup #bg a{bottom:8%;width:35%;height:10%;}#wa-pop-up-container #wa-popup #popup-close{width:35px;height:35px;padding:8px;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@keyframes slideUp{from{opacity:0;transform:translateY(30px) scale(.95);}to{opacity:1;transform:translateY(0) scale(1);}}@media(prefers-reduced-motion:reduce){#wa-pop-up-container.active{animation:none;}#wa-pop-up-container #wa-popup{animation:none;}#wa-pop-up-container #wa-popup #popup-close:hover{transform:none;}}@media(prefers-contrast:high){#wa-pop-up-container #wa-popup{border:2px solid #000;}#wa-pop-up-container #wa-popup #popup-close{border:2px solid #000;background:#fff;}}@media print{#wa-pop-up-container{display:none!important;}}