@import"https://fonts.googleapis.com/css2?family=Fredoka+One&family=Comic+Neue:wght@300;400;700&display=swap";.home-container{padding:20px;background:linear-gradient(135deg,gold,#ff69b4);min-height:100vh;font-family:Comic Neue,cursive;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.particles{position:absolute;width:100%;height:100%;z-index:0}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:40px;position:relative;z-index:2}.hero-text{flex:1;padding:20px;max-width:600px}.hero-text h1{font-size:3rem;font-weight:700;color:#00796b;margin-bottom:10px;font-family:Fredoka One,cursive}.hero-text .highlight{color:#ff4500}.hero-text p{font-size:1.2rem;color:#004d40;line-height:1.6;margin-bottom:20px}.hero-text ul{list-style-type:none;padding:0}.hero-text li{font-size:1.3rem;margin:10px 0;background:#fffc;padding:10px;border-radius:8px;transition:transform .3s;cursor:pointer}.hero-text li:hover{transform:scale(1.1);background:#fff}.cta-button{padding:15px 30px;background-color:#ff6f61;color:#fff;border:none;border-radius:10px;font-size:1.4rem;cursor:pointer;transition:all .3s ease-in-out;font-family:Fredoka One,cursive}.cta-button:hover{background-color:#d84c47;transform:scale(1.1)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image svg{max-width:100%;height:auto}@media (max-width: 768px){.hero{flex-direction:column;text-align:center}.hero-text,.hero-image{padding:10px}}.chat-container{width:100%;max-width:500px;margin:50px auto;background:linear-gradient(135deg,#ffeb3b,#ff9800);border-radius:12px;padding:20px;box-shadow:0 4px 10px #0000001a;font-family:Comic Neue,sans-serif;position:relative;overflow:hidden}.chat-title{font-size:26px;font-weight:700;color:#333;text-align:center}.chat-subtitle{font-size:14px;color:#444;text-align:center;margin-bottom:15px}.chat-box{max-height:400px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px;border-radius:8px;background:#fff;box-shadow:inset 0 0 10px #0000001a}.chat-message{display:flex;align-items:center;padding:10px;border-radius:8px;max-width:80%;word-wrap:break-word;font-size:16px}.chat-message.user{background-color:#b2ff59;color:#155724;align-self:flex-end}.chat-message.bot{background-color:#fff3e0;color:#333;align-self:flex-start}.chat-message.error{color:red;font-weight:700}.input-box{display:flex;margin-top:10px;padding:5px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.input-box input{flex:1;border:none;padding:10px;border-radius:5px;font-size:16px;outline:none;font-family:Comic Neue,sans-serif}.input-box input:focus{border:2px solid #007bff;box-shadow:0 0 5px #007bff80}.input-box button{padding:10px;background:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700}.input-box button:hover{background:#0056b3}@media (max-width: 600px){.chat-container{max-width:90%}.chat-message{max-width:100%}.input-box{width:95%}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:15px 25px;background:linear-gradient(90deg,#ff9800,#ff5722);box-shadow:0 5px 10px #0003;border-radius:10px;transition:all .3s ease-in-out}.navbar-brand .logo{font-size:2rem;font-weight:700;color:#fff;text-decoration:none;font-family:Fredoka One,cursive;transition:transform .3s ease}.navbar-brand .logo:hover{transform:rotate(-5deg) scale(1.1)}.nav-links{display:flex;gap:20px}.nav-item{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-size:1.2rem;padding:10px 16px;border-radius:8px;font-family:Comic Neue,cursive;background:#fff3;transition:all .3s ease;position:relative}.nav-icon{width:24px;height:24px}.nav-item:hover{background:#fff6;transform:translateY(-3px) rotate(2deg)}.active{background:#ffffff80;border-bottom:3px solid white;font-weight:700;animation:pulse .5s infinite alternate}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}@media (max-width: 600px){.navbar{flex-direction:column;padding:12px}.nav-links{flex-direction:column;align-items:center;width:100%}.nav-item{width:100%;justify-content:center}}
