.contact-thank-you-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:9999;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.contact-thank-you-popup.show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:fadeIn .3s ease-in-out;animation:fadeIn .3s ease-in-out}.contact-thank-you-popup-content{background:-webkit-linear-gradient(315deg,#667eea 0,#764ba2 100%);background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:20px;padding:40px;text-align:center;max-width:500px;width:90%;position:relative;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.3);box-shadow:0 20px 40px rgba(0,0,0,.3);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-animation:popupScale .3s ease-out forwards;animation:popupScale .3s ease-out forwards}.contact-thank-you-popup.show .contact-thank-you-popup-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.contact-popup-logo{max-height:80px;width:auto;margin:0 auto 20px;display:block}.contact-thank-you-popup h2{color:#fff;font-size:28px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.contact-thank-you-popup p{color:#fff;font-size:16px;line-height:1.6;margin-bottom:25px;opacity:.95}.contact-popup-close-btn{position:absolute;top:15px;right:20px;background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer;opacity:.8;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:30px;height:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.contact-popup-close-btn:hover{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes popupScale{from{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popupScale{from{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@media (max-width:768px){.contact-thank-you-popup-content{padding:30px 20px;margin:20px}.contact-thank-you-popup h2{font-size:24px}.contact-thank-you-popup p{font-size:14px}.contact-popup-logo{max-height:60px;width:auto}}