@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{font-family:Poppins}.container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f4f4f4}.chatbot-popup{background-color:#fff;border:2px solid #ddd;border-radius:16px;width:340px;height:500px;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000001a;overflow:hidden;position:fixed;bottom:50px;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0);margin-bottom:60px}.chatbot-popup.hidden{opacity:0;transform:translateY(10px);pointer-events:none}.chat-header{padding:16px;background-color:#4dddd1;color:#fff;border-bottom:1px solid #ccc}.header-info{display:flex;align-items:center;gap:12px}.chatbot-img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid white}.logo-text{font-size:1.5rem;font-weight:700;margin:0}.btn{position:absolute;top:20px;right:10px;border:none;border-radius:20px;background-color:#fff;display:flex;align-items:center;cursor:pointer;transition:all .3s ease;padding:5px}.btn:hover{background-color:#ffffffc9}.btn img{width:30px;height:30px}.chat-body{flex:1;overflow-y:auto;padding:16px;background-color:#f9f9f9;position:relative;scroll-behavior:smooth}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.chat-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.chat-body::-webkit-scrollbar-thumb:hover{background:#aaa}.position{display:flex;justify-content:flex-start;gap:8px}.bot-message,.user-message{max-width:80%;overflow-wrap:break-word;border-radius:10px;padding:10px 15px;margin-bottom:10px}.chat-body .bot-message{display:flex;gap:20px;align-items:center}.chatbot-img2{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid white}.bot-message{margin-top:15px;background-color:#e0ebff;align-self:flex-start;border-radius:0 12px 12px}.position2{display:flex;justify-content:flex-start;gap:8px}.user-img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid white}.user-message{margin-top:15px;background-color:#dcf8c6;align-self:flex-end;margin-left:auto;border-radius:12px 0 12px 12px}.message-text{margin:0;font-size:.95rem;white-space:normal;word-break:break-word;line-height:1.5;font-size:16px;padding:10px}.chat-footer{padding:10px 30px;border-top:1px solid #ddd;background-color:#fff}.chat-form{display:flex;gap:10px}.message-input{padding:10px 0 10px 10px;border-radius:25px;border:1px solid #ccc;font-size:.9rem;width:180px}.send-btn{background-color:#4dddd1;border:none;padding:10px 14px;border-radius:30px;cursor:pointer;display:flex;align-items:center;transition:all .3s ease}.send-btn:hover{background-color:#4dddd17e}.send-btn img{width:20px;height:20px;filter:invert(1)}.chatbot-toggler{position:fixed;bottom:10px;right:15px;border-radius:50%;border:none;height:50px;width:50px;cursor:pointer;background-color:#49d8cc;display:flex;justify-content:center;align-items:center;padding-top:7px}.chatbot-toggler span{position:absolute;color:#fff}.product-card{border:1px solid #ddd;border-radius:12px;padding:16px;background-color:#fff;box-shadow:0 2px 6px #0000001a;max-width:360px;margin:20px auto;transition:transform .2s ease-in-out}.product-card:hover{transform:scale(1.02)}.product-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:12px}.product-title{font-size:18px;font-weight:700;margin:0 0 8px}.product-description{font-size:14px;color:#555;margin:0 0 8px}.product-price{font-size:16px;font-weight:700;color:#228b22;margin:0 0 12px}.product-video-link{display:inline-block;font-size:14px;color:#007bff;text-decoration:none}.product-video-link:hover{text-decoration:underline}.product-card-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:20px 0}@media (max-width: 768px){.product-card{padding:12px;gap:12px}.product-title{font-size:1.3rem}.product-description{font-size:.95rem}.product-price{font-size:1.1rem}}
