.book-demo-page{grid-template-columns:45fr 55fr;align-items:start;gap:48px;max-width:1100px;margin:0 auto;display:grid}button.cal-day-available{background:0 0;border:none;padding:0}.cal-day-available{cursor:pointer;color:#141515;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:14px;transition:background .15s;display:flex}.cal-day-available:hover{background:#cbe3cb}.cal-day-selected{color:#fff!important;background:#2b841a!important}.cal-day-disabled{color:#e1e4e4;cursor:not-allowed}button.time-slot{font:inherit}.time-slot{color:#363939;cursor:pointer;text-align:center;border:1.5px solid #cbe3cb;border-radius:999px;padding:10px 16px;font-family:Inter,sans-serif;font-size:13px;line-height:1.2;transition:all .15s}.time-slot:hover{background:#f7f9f7;border-color:#2b841a}.time-slot.selected{color:#fff;background:#2b841a;border-color:#2b841a}.time-slot.booked{color:#838888;cursor:not-allowed;background:#e1e4e4;border-color:#e1e4e4}.otp-box{text-align:center;color:#141515;border:2px solid #e1e4e4;border-radius:8px;width:44px;height:44px;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;transition:border-color .15s}.otp-box:focus,.otp-box.filled{border-color:#2b841a;outline:none}.book-btn{color:#fff;cursor:pointer;background:#2b841a;border:none;border-radius:999px;width:100%;max-width:1100px;margin:40px auto 0;padding:16px 32px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;transition:background .2s;display:block;box-shadow:0 4px 12px #2b841a33}.book-btn:disabled{color:#838888;cursor:not-allowed;box-shadow:none;background:#e1e4e4}.book-btn:hover:not(:disabled){background:#1b4d0d}@keyframes checkmark-circle{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes checkmark-draw{0%{stroke-dasharray:48;stroke-dashoffset:48px}to{stroke-dasharray:48;stroke-dashoffset:0}}.animate-check-circle{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards checkmark-circle}.animate-check-path{stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-out .4s forwards checkmark-draw}@media (max-width:768px){.book-demo-page{grid-template-columns:1fr;gap:40px}}
