.mySwiper swiper-container{width:100%;padding-top:50px;padding-bottom:200px}.mySwiper swiper-slide{background-position:50%;background-size:cover;width:150px}.mySwiper swiper-slide img{width:100%;display:block}.mySwiper .swiper-horizontal>.swiper-pagination-bullets{bottom:30px}
.carousel-wrapper{border-radius:2rem;place-content:center;display:grid}.carousel-content{width:10rem;height:10rem;position:relative}.carousel-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10rem;width:10rem;height:10rem;position:absolute}.carousel-btns{z-index:6;justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:2rem;display:flex}.carousel-btns button{color:#fff;letter-spacing:.15rem;text-transform:uppercase;cursor:pointer;background-color:#3e3e3e;border:none;border-radius:1rem;width:5rem;padding:8px 15px;font-weight:700}
.chatbot-wrapper{z-index:9999;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:80px;right:16px}.chatbot-toggle-btn{cursor:pointer;background:#fff;border:2px solid #fff9;border-radius:50%;width:56px;height:56px;padding:4px;transition:transform .2s;animation:2s infinite chatbot-pulse;box-shadow:0 8px 20px #00000059}.chatbot-toggle-btn:hover{transform:scale(1.08)}.chatbot-toggle-btn img{-o-object-fit:contain;object-fit:contain;border-radius:50%;width:100%;height:100%}@keyframes chatbot-pulse{0%{box-shadow:0 8px 20px #00000059,0 0 #27ffb366}70%{box-shadow:0 8px 20px #00000059,0 0 0 14px #27ffb300}to{box-shadow:0 8px 20px #00000059,0 0 #27ffb300}}.chatbot-window{background:linear-gradient(155deg,#0a0c23fa,#1a224efa);border:1px solid #ffffff26;border-radius:18px;flex-direction:column;width:300px;max-width:calc(100vw - 32px);height:400px;max-height:60vh;animation:.25s ease-out chatbot-open;display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 14px 30px #0a0c236b}@keyframes chatbot-open{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:#ffffff14;border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding:10px 12px;display:flex}.chatbot-header-img{background:#fff;border-radius:50%;width:34px;height:34px;padding:3px}.chatbot-header-text{flex-direction:column;flex:1;display:flex}.chatbot-title{color:#fff;font-size:14px;font-weight:600}.chatbot-status{color:#7bffd7;font-size:11px}.chatbot-mute-btn{cursor:pointer;opacity:.85;background:0 0;border:none;padding:4px 6px;font-size:15px}.chatbot-mute-btn.muted{opacity:.5}.chatbot-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:16px}.chatbot-body{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.chatbot-greeting{color:#dafff3;background:#ffffff0f;border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:90%;padding:10px 12px;font-size:13px}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.chat-bubble{border-radius:14px;max-width:85%;padding:9px 12px;font-size:13px;line-height:1.5}.chat-bubble.user{color:#fff;background:#4458d9;border-bottom-right-radius:4px}.chat-bubble.bot{color:#eaf2ff;background:#ffffff1a;border-bottom-left-radius:4px}.chatbot-question-list{flex-direction:column;gap:6px;margin-top:4px;display:flex}.chatbot-question-chip{text-align:left;color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:8px 14px;font-size:13px;transition:all .2s}.chatbot-question-chip:hover{background:#ffffff2e;transform:translate(-2px)}
