.chatbot-button{cursor:pointer;z-index:999;background:linear-gradient(135deg,#0d392a 0%,#16563d 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:30px;left:30px;box-shadow:0 4px 20px #0d392a4d}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #0d392a66}.chatbot-button i{color:#c7e53d;font-size:26px}.chatbot-window{z-index:998;background:#fff;border-radius:16px;flex-direction:column;width:400px;height:600px;animation:.3s slideUp;display:flex;position:fixed;bottom:100px;left:30px;overflow:hidden;box-shadow:0 8px 40px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0d392a 0%,#16563d 100%);justify-content:space-between;align-items:center;padding:20px;display:flex}.chatbot-header h3{margin:0;font-size:18px;font-weight:600}.chatbot-close{color:#c7e53d;cursor:pointer;background:0 0;border:none;padding:5px;font-size:20px;transition:transform .2s}.chatbot-close:hover{transform:rotate(90deg)}.chatbot-content{background:#f8f9fa;flex:1;padding:20px;overflow-y:auto}.chatbot-content::-webkit-scrollbar{width:6px}.chatbot-content::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-content::-webkit-scrollbar-thumb{background:#0d392a;border-radius:3px}.chatbot-loading{color:#0d392a;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.chatbot-loading i{margin-bottom:15px;font-size:40px}.chatbot-loading p{margin:0;font-size:16px}.chatbot-welcome{text-align:center;background:#fff;border-radius:12px;margin-bottom:20px;padding:20px}.chatbot-welcome i{color:#c7e53d;margin-bottom:15px;font-size:50px}.chatbot-welcome h4{color:#0d392a;margin-bottom:10px;font-size:20px}.chatbot-welcome p{color:#666;margin:0;font-size:14px}.chatbot-topics{flex-direction:column;gap:10px;margin-bottom:15px;display:flex}.chatbot-topic-btn{cursor:pointer;text-align:right;background:#fff;border:2px solid #e9ecef;border-radius:10px;align-items:center;gap:12px;width:100%;padding:15px;transition:all .3s;display:flex}.chatbot-topic-btn:hover{background:#f8fdf0;border-color:#c7e53d;transform:translate(-5px)}.chatbot-topic-btn i:first-child{color:#0d392a;min-width:30px;font-size:24px}.chatbot-topic-btn span{color:#333;flex:1;font-size:15px;font-weight:500}.chatbot-topic-btn i:last-child{color:#c7e53d;font-size:16px}.chatbot-contact-btn{color:#0d392a;cursor:pointer;background:linear-gradient(135deg,#c7e53d 0%,#b8d636 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.chatbot-contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #c7e53d66}.chatbot-contact-btn i{font-size:20px}.chatbot-back-btn{color:#0d392a;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 15px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.chatbot-back-btn:hover{background:#f8fdf0;border-color:#c7e53d}.chatbot-back-btn i{color:#c7e53d;font-size:16px}.chatbot-section-title{background:#fff;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:15px;display:flex}.chatbot-section-title i{color:#c7e53d;min-width:28px;margin-top:2px;font-size:24px}.chatbot-section-title h4{color:#0d392a;margin:0 0 5px;font-size:18px}.chatbot-topic-desc{color:#666;margin:0;font-size:13px;line-height:1.6}.chatbot-questions{flex-direction:column;gap:10px;display:flex}.chatbot-question-btn{cursor:pointer;text-align:right;background:#fff;border:2px solid #e9ecef;border-radius:10px;align-items:flex-start;gap:12px;width:100%;padding:15px;transition:all .3s;display:flex}.chatbot-question-btn:hover{background:#f8fdf0;border-color:#c7e53d;transform:translate(-5px)}.chatbot-question-btn i:first-child{color:#c7e53d;min-width:24px;margin-top:2px;font-size:20px}.chatbot-question-btn span{color:#333;flex:1;font-size:14px;line-height:1.6}.chatbot-question-btn i:last-child{color:#0d392a;margin-top:4px;font-size:14px}.chatbot-answer{flex-direction:column;gap:20px;display:flex}.chatbot-answer-question{background:#fff;border-right:4px solid #c7e53d;border-radius:10px;gap:12px;padding:20px;display:flex}.chatbot-answer-question i{color:#c7e53d;min-width:28px;font-size:24px}.chatbot-answer-question h4{color:#0d392a;margin:0;font-size:16px;line-height:1.6}.chatbot-answer-content{background:#fff;border-radius:10px;gap:12px;padding:20px;display:flex}.chatbot-answer-content i{color:#0d392a;min-width:28px;font-size:24px}.chatbot-answer-content p{color:#555;margin:0;font-size:15px;line-height:1.8}.chatbot-helpful{text-align:center;background:#fff;border-radius:10px;padding:20px}.chatbot-helpful p{color:#333;margin-bottom:15px;font-size:15px;font-weight:500}.chatbot-helpful-btn{color:#0d392a;cursor:pointer;background:linear-gradient(135deg,#c7e53d 0%,#b8d636 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 30px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.chatbot-helpful-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #c7e53d66}.chatbot-helpful-thanks{color:#28a745;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}.chatbot-helpful-thanks i{font-size:20px}.chatbot-form{flex-direction:column;gap:15px;display:flex}.chatbot-form .form-group{flex-direction:column;gap:8px;display:flex}.chatbot-form label{color:#333;text-align:right;font-size:14px;font-weight:500}.chatbot-form input,.chatbot-form textarea{color:#333;text-align:right;direction:rtl;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:12px;font-size:14px;transition:all .3s}.chatbot-form input:focus,.chatbot-form textarea:focus{background:#f8fdf0;border-color:#c7e53d;outline:none}.chatbot-form textarea{resize:vertical;font-family:inherit}.chatbot-submit-btn{color:#c7e53d;cursor:pointer;background:linear-gradient(135deg,#0d392a 0%,#16563d 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.chatbot-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0d392a4d}.chatbot-support-footer{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:flex-start;gap:8px;margin-top:20px;padding:12px 14px;font-size:13px;line-height:1.6;display:flex}.chatbot-support-footer i{color:#016637;flex-shrink:0;margin-top:2px;font-size:16px}.chatbot-support-link{color:#016637;font-weight:700;text-decoration:underline}.chatbot-support-link:hover{color:#0d392a}.chatbot-success{text-align:center;background:#fff;border-radius:12px;padding:40px 20px}.chatbot-success i{color:#28a745;margin-bottom:20px;font-size:60px}.chatbot-success h4{color:#0d392a;margin-bottom:10px;font-size:18px}.chatbot-success p{color:#666;margin-bottom:25px;font-size:14px}@media (max-width:768px){.chatbot-window{width:calc(100vw - 40px);height:calc(100vh - 140px);bottom:90px;left:20px}.chatbot-button{bottom:20px;left:20px}}
