@charset "UTF-8";
/***!  Style Declaration  !***/

.ss-popup{font-family:'Segoe UI',Roboto,sans-serif;background:#fff;padding:30px 20px;text-align:center;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1)}.ss-popup h2{color:#2c3e50;font-size:24px;margin-bottom:10px}.ss-popup p{color:#555;font-size:16px;margin-bottom:20px}.ss-popup a.ss-btn{display:inline-block;padding:12px 28px;font-size:16px;font-weight:bold;text-decoration:none;color:#fff;border-radius:8px;margin:10px 8px;transition:background 0.3s ease}.ss-popup a.ss-btn.call{background:linear-gradient(135deg,#007BFF,#0056b3)}.ss-popup a.ss-btn.call:hover{background:linear-gradient(135deg,#0056b3,#003e80)}.ss-popup a.ss-btn.book{background:linear-gradient(135deg,#28a745,#218838)}.ss-popup a.ss-btn.book:hover{background:linear-gradient(135deg,#218838,#19692c)}.ss-popup small{display:block;margin-top:15px;font-size:13px;color:#888}
