⚠️ State Licensing Notice:
I can only provide therapy services to residents of:
California (CA), Idaho (ID), Indiana (IN), Massachusetts (MA), Texas (TX).

Shopping Cart
/* Overlay Styling */ #state-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.85); z-index: 9999; display: flex; justify-content: center; align-items: center; text-align: center; } /* Inner Box */ .overlay-content { background: white; border: 2px solid #004080; border-radius: 8px; padding: 30px; max-width: 600px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); } /* Text Styling */ #state-overlay p { font-size: 18px; line-height: 1.4em; margin-bottom: 20px; color: #222; } /* Button Styling */ #confirm-state-btn { background-color: #004080; color: white; border: none; padding: 12px 24px; font-size: 16px; border-radius: 6px; cursor: pointer; } #confirm-state-btn:hover { background-color: #002e5b; }