@keyframes continuous-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-wrapper{animation:continuous-scroll 60s linear infinite;will-change:transform}.scrolling-wrapper:hover{animation-play-state:paused}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.floating-btn{width:3.5rem;height:3.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.icon{width:24px;height:24px}.icon-img{width:24px;height:24px;object-fit:contain}.overflow-x-auto::-webkit-scrollbar,.youtube-scroller::-webkit-scrollbar,.student-testimonials-scroller::-webkit-scrollbar,.achievers-scroller::-webkit-scrollbar{height:12px}.overflow-x-auto::-webkit-scrollbar-track,.youtube-scroller::-webkit-scrollbar-track,.student-testimonials-scroller::-webkit-scrollbar-track,.achievers-scroller::-webkit-scrollbar-track{background:#1e293b;border-radius:10px}.overflow-x-auto::-webkit-scrollbar-thumb,.youtube-scroller::-webkit-scrollbar-thumb,.student-testimonials-scroller::-webkit-scrollbar-thumb,.achievers-scroller::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:10px;border:2px solid #1e293b}.overflow-x-auto::-webkit-scrollbar-thumb:hover,.youtube-scroller::-webkit-scrollbar-thumb:hover,.student-testimonials-scroller::-webkit-scrollbar-thumb:hover,.achievers-scroller::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#2563eb,#1d4ed8)}@keyframes loop-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll-loop{animation:loop-scroll var(--duration, 20s) linear infinite;will-change:transform}.youtube-scroller.paused .animate-scroll-loop,.student-testimonials-scroller.paused .animate-scroll-loop,.achievers-scroller.paused .animate-scroll-loop{animation-play-state:paused}:root{--primary-gradient: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);--primary-color: #6366f1;--bg-color: #f3f4f6;--white: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--border-color: #e5e7eb;--shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:transparent}.chat-container{width:clamp(320px,90vw,380px);height:clamp(520px,85vh,700px);background:var(--white);border-radius:24px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;position:fixed;bottom:clamp(16px,3vw,24px);right:clamp(16px,3vw,24px);z-index:1000;transition:all .3s ease}.chat-container.minimized{opacity:0;transform:scale(.9) translateY(20px);pointer-events:none}.floating-chat-icon{position:fixed;bottom:clamp(16px,3vw,24px);right:clamp(16px,3vw,24px);width:clamp(44px,8vw,64px);height:clamp(44px,8vw,64px);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000040;cursor:pointer;z-index:9999;transition:transform .2s ease}.floating-chat-icon:hover{transform:scale(1.08)}.floating-chat-icon img{width:60%;height:60%;object-fit:contain}.icon-btn-small{background:#fff3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.icon-btn-small:hover{background:#ffffff4d}.icon-btn-small i{font-size:20px}.chat-header{background:var(--primary-gradient);padding:24px 20px 30px;color:var(--white);text-align:center;border-bottom-left-radius:24px;border-bottom-right-radius:24px;position:relative;z-index:10;box-shadow:0 4px 12px #4f46e533}.header-top{display:flex;justify-content:space-between;margin-bottom:10px}.avatar-container{margin-bottom:12px;position:relative;display:inline-block}.avatar-circle{width:64px;height:64px;background:#fff3;backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;border:2px solid rgba(255,255,255,.3)}.avatar-circle i{font-size:32px;color:var(--white)}.status-dot{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:#22c55e;border:2px solid var(--primary-color);border-radius:50%}.brand-name{font-size:20px;font-weight:600;margin-bottom:4px;letter-spacing:-.025em}.brand-subtitle{font-size:13px;opacity:.9;margin-bottom:16px;font-weight:400}.learn-more-btn{background:transparent;border:none;color:var(--white);padding:0;margin-top:4px;font-size:13px;cursor:pointer;transition:opacity .2s ease}.learn-more-btn a{color:var(--white);text-decoration:underline;font-weight:500}.learn-more-btn:hover{transform:none;opacity:.8}.chat-body{flex:1;background:var(--white);padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.date-divider{text-align:center;font-size:11px;color:var(--text-secondary);margin:10px 0;font-weight:500}.message-wrapper{display:flex;gap:10px;align-items:flex-end}.message-wrapper.bot{align-self:flex-start}.message-wrapper.user{flex-direction:row-reverse;align-self:flex-end}.message-avatar .content-avatar{width:32px;height:32px;background:var(--primary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.bubble{background:#f3f4f6;padding:12px 16px;border-radius:12px;border-radius:12px 12px 12px 2px;font-size:14px;line-height:1.5;color:var(--text-primary);max-width:280px;box-shadow:var(--shadow-sm);overflow-wrap:break-word}.bubble p{margin-bottom:8px}.bubble p:last-child{margin-bottom:0}.bubble ul,.bubble ol{margin-left:20px;margin-bottom:8px}.bubble li{margin-bottom:4px}.bubble strong{font-weight:600}.bubble a{color:var(--primary-color);text-decoration:none}.bubble a:hover{text-decoration:underline}.user .bubble{background:var(--primary-gradient);color:#fff;border-radius:12px 12px 2px}.quick-actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:42px}.action-chip{background:var(--white);border:1px solid var(--primary-color);color:var(--primary-color);padding:8px 14px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.action-chip:hover{background:#eff6ff;transform:translateY(-1px)}.chat-footer{padding:16px;border-top:1px solid var(--border-color);background:var(--white)}.input-container{display:flex;align-items:center;background:var(--white);border-radius:24px;padding:4px;gap:8px}.input-container input{flex:1;border:none;outline:none;padding:12px;font-size:14px;color:var(--text-primary);background:transparent}.input-container input::placeholder{color:#9ca3af}.input-actions{display:flex;gap:4px}.icon-btn{background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:6px;border-radius:50%;font-size:20px;transition:color .2s;display:flex;align-items:center;justify-content:center}.icon-btn:hover{color:var(--primary-color);background:#f3f4f6}.send-btn{width:40px;height:40px;border:none;border-radius:50%;background:var(--primary-gradient);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;padding-left:4px;transition:transform .2s}.send-btn:hover{transform:scale(1.05)}.powered-by{text-align:center;font-size:10px;color:#d1d5db;margin-top:8px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}.floating-chat-icon{position:static!important}.avatar-img,.message-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-circle{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.avatar-img{width:100%;height:100%;object-fit:contain}.content-avatar{width:clamp(28px,6vw,32px);height:clamp(28px,6vw,32px)}.floating-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000004d;transition:transform .2s ease}.floating-btn:hover{transform:scale(1.1)}@media(min-width:640px){.floating-btn{width:64px;height:64px}}@media(min-width:1024px){.floating-btn{width:80px;height:80px}}.floating-icon{width:24px;height:24px}@media(min-width:640px){.floating-icon{width:28px;height:28px}}@media(min-width:1024px){.floating-icon{width:36px;height:36px}}.floating-chat-icon{position:static!important;width:56px;height:56px;border-radius:50%}@media(min-width:640px){.floating-chat-icon{width:64px;height:64px}}@media(min-width:1024px){.floating-chat-icon{width:80px;height:80px}}.maintenance-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative;overflow:hidden;padding:2rem}.maintenance-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(37,99,235,.1) 0%,transparent 70%);pointer-events:none}.maintenance-content{position:relative;z-index:10;max-width:600px;width:100%;text-align:center;background:#ffffff08;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:2rem;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.logo-section{margin-bottom:2.5rem}.maintenance-logo{height:80px;width:auto;margin-bottom:1rem}.company-name{font-size:1.5rem;font-weight:800;letter-spacing:.1em;background:linear-gradient(135deg,#60a5fa,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-message{margin-bottom:3rem}.icon-wrapper{display:inline-flex;padding:1.5rem;background:#2563eb1a;border-radius:50%;margin-bottom:1.5rem}.maintenance-icon{color:#3b82f6}.title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.subtitle{font-size:1.125rem;color:#94a3b8;line-height:1.6}.status-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b1a;color:#fbbf24;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid rgba(245,158,11,.2)}.contact-info{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.contact-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.contact-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;text-decoration:none;font-size:.9375rem;transition:color .2s}.contact-item:hover{color:#3b82f6}.maintenance-footer{margin-top:3rem;font-size:.75rem;color:#475569}.bg-shape{position:absolute;border-radius:50%;filter:blur(80px);z-index:1;opacity:.4}.shape-1{width:300px;height:300px;background:#1e3a8a;top:-100px;left:-100px}.shape-2{width:400px;height:400px;background:#1e1b4b;bottom:-150px;right:-100px}.shape-3{width:250px;height:250px;background:#312e81;top:50%;left:80%}@media(max-width:640px){.maintenance-content{padding:2rem}.title{font-size:2rem}.contact-grid{flex-direction:column;align-items:center}}
