.popup-overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-box{border-radius:10px;width:550px;animation:.3s popupScale;display:flex;position:relative;overflow:hidden}@keyframes popupScale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.popup-left{background:#fff;width:100%;padding:15px}.popup-right{width:100%}.popup-left h2{text-align:center;margin-bottom:25px;font-size:19px;line-height:32px}.popup-left input{border:1px solid #ccc;border-radius:6px;width:90%;margin-bottom:12px;padding:12px}.submit-btn{color:#fff;cursor:pointer;background:green;border:none;border-radius:6px;width:100%;padding:14px;font-size:18px;font-weight:700}.popup-right img{object-fit:cover;border-radius:12px;width:100%;height:100%}.close-btn{cursor:pointer;background:#fff;border:none;border-radius:12px;font-size:23px;position:absolute;top:5px;right:5px}@media (max-width:768px){.popup-img{display:none}.popup-left{width:100%}.hero-image{width:max-content}.thumb{width:100px;height:70px}.popup-right img,.popup-right{display:none}}
