/* =========================================
   🔥 GEMINI-LEVEL PREMIUM DARK FOOTER 🔥
   ========================================= */
.pro-footer-wrap { background: #0f172a; color: #cbd5e1; font-family: 'Poppins', sans-serif; position: relative; border-top: 5px solid #ef4444; }
.pro-footer-wrap::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(#1e293b 1px, transparent 1px); background-size: 20px 20px; opacity: 0.3; pointer-events: none; }
.f-main { max-width: 1200px; margin: 0 auto; padding: 80px 20px 50px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; position: relative; z-index: 2; }
.f-title { color: #ffffff; font-size: 20px; font-weight: 800; text-transform: uppercase; margin-bottom: 25px; letter-spacing: 1px; display: flex; align-items: center; gap: 10px; }
.f-title i { color: #ef4444; }
.f-about-text { font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.f-social { display: flex; gap: 12px; }
.f-social a { width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,0.05); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: 0.3s; border: 1px solid rgba(255,255,255,0.1); }
.f-social a:hover { background: #ef4444; transform: translateY(-3px); border-color: #ef4444; }
.f-links { list-style: none; padding: 0; margin: 0; }
.f-links li { margin-bottom: 12px; }
.f-links a { color: #cbd5e1; text-decoration: none; font-size: 15px; font-weight: 500; transition: 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.f-links a::before { content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #4361ee; transition: 0.3s; }
.f-links a:hover { color: #ffffff; transform: translateX(5px); }
.f-links a:hover::before { color: #ef4444; }
.f-contact-list { list-style: none; padding: 0; margin: 0; }
.f-contact-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; font-size: 14px; line-height: 1.6; }
.f-contact-list i { width: 35px; height: 35px; background: rgba(67, 97, 238, 0.1); color: #4facfe; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; }
.f-map-box { width: 100%; height: 200px; border-radius: 15px; overflow: hidden; border: 3px solid rgba(255,255,255,0.05); box-shadow: 0 10px 20px rgba(0,0,0,0.3); position: relative; }
.f-map-box iframe { width: 100% !important; height: 100% !important; border: none !important; }
.f-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding: 20px; text-align: center; font-size: 13px; color: #64748b; position: relative; z-index: 2; background: #0b1120; }
.f-bottom span { color: #ef4444; font-weight: bold; }

/* =========================================
   💎 PREMIUM CHATBOT CSS 💎
   ========================================= */
.chat-fab-pro { position: fixed; bottom: 30px; right: 30px; background: #ffffff; border-radius: 50px; padding: 6px 15px 6px 6px; display: flex; align-items: center; gap: 12px; cursor: pointer; box-shadow: 0 10px 35px rgba(0,0,0,0.15); border: 1px solid #e2e8f0; z-index: 9999; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.chat-fab-pro:hover { transform: translateY(-5px); box-shadow: 0 15px 45px rgba(0,0,0,0.2); border-color: #d8b4fe; }
.fab-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.fab-text { font-family: 'Poppins', sans-serif; font-weight: 600; color: #1e293b; font-size: 15px; }
.fab-icon-wrap { background: #f1f5f9; width: 32px; height: 32px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #64748b; transition: 0.3s; }
.chat-fab-pro:hover .fab-icon-wrap { background: #1e293b; color: #fff; }
.chat-bot-container { position: fixed; bottom: 100px; right: 30px; width: 350px; background: #ffffff; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.2); display: flex; flex-direction: column; overflow: hidden; z-index: 9999; border: 1px solid #e2e8f0; animation: scaleUp 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); transform-origin: bottom right; }
@keyframes scaleUp { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } }
.chat-header-pro { background: #0f172a; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; }
.header-info-wrap { display: flex; align-items: center; gap: 12px; }
.header-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #334155; }
.header-text-wrap { display: flex; flex-direction: column; }
.agent-name { color: #ffffff; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; line-height: 1.2; }
.agent-status { color: #94a3b8; font-family: 'Poppins', sans-serif; font-size: 11px; }
.close-chat-btn { background: transparent; border: none; color: #94a3b8; font-size: 18px; cursor: pointer; transition: 0.3s; }
.close-chat-btn:hover { color: #ffffff; transform: rotate(90deg); }
.chat-body { padding: 20px 15px; height: 320px; overflow-y: auto; background: #f8fafc; display: flex; flex-direction: column; gap: 12px; font-family: 'Poppins', sans-serif; }
.message { padding: 12px 18px; border-radius: 18px; font-size: 14px; max-width: 80%; line-height: 1.5; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.bot-msg { background: #ffffff; color: #1e293b; align-self: flex-start; border-bottom-left-radius: 4px; border: 1px solid #e2e8f0; }
.user-msg { background: #0f172a; color: #ffffff; align-self: flex-end; border-bottom-right-radius: 4px; }
.chat-footer { padding: 15px; background: #ffffff; border-top: 1px solid #e2e8f0; display: flex; gap: 10px; align-items: center; }
.chat-footer input { flex: 1; padding: 12px 15px; border: 1px solid #cbd5e1; border-radius: 25px; outline: none; font-family: 'Poppins', sans-serif; font-size: 14px; background: #f8fafc; transition: 0.3s; }
.chat-footer input:focus { border-color: #94a3b8; background: #fff; }
.send-btn { background: #0f172a; color: #ffffff; border: none; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.send-btn:hover { background: #334155; transform: scale(1.05); }