*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{color:#fff;background:#020b24;overflow-x:hidden}.app{background:#020b24;min-height:100vh}.main-content{width:100%;max-width:1600px;margin:auto;padding:20px 30px}.topbar{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.search-bar{color:#fff;background:#16244c;border:none;border-radius:14px;outline:none;width:450px;height:54px;padding:0 20px;font-size:14px}.search-bar::placeholder{color:#cbd5e1}.top-right{align-items:center;gap:14px;display:flex}.top-icon{cursor:pointer;background:#16244c;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.top-icon:hover{background:#2563eb}.profile{align-items:center;gap:10px;display:flex}.profile img{border-radius:50%;width:48px;height:48px}.profile p{color:#cbd5e1;font-size:13px}.hero-slider{border-radius:24px;width:100%;height:520px;margin-bottom:45px;position:relative;overflow:hidden}.slider-image{object-fit:cover;width:100%;height:100%}.slider-overlay{background:linear-gradient(90deg,#000000b3,#0003);flex-direction:column;justify-content:center;padding-left:60px;display:flex;position:absolute;inset:0}.slider-overlay h1{max-width:550px;margin-bottom:15px;font-size:58px;line-height:1.1}.slider-overlay p{color:#e2e8f0;max-width:600px;margin-bottom:30px;font-size:18px}.hero-buttons{gap:15px;display:flex}.hero-buttons button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:14px 28px;font-size:15px;transition:all .3s}.hero-buttons button:hover{transform:translateY(-2px)}.secondary-btn{background:#ef4444!important}.about-section{grid-template-columns:1fr 1fr;align-items:center;gap:35px;margin-bottom:50px;display:grid}.about-image{border-radius:24px;height:380px;overflow:hidden}.about-image img{object-fit:cover;width:100%;height:100%}.about-content h5{color:#ef4444;margin-bottom:10px}.about-content h2{margin-bottom:18px;font-size:42px}.about-content p{color:#cbd5e1;margin-bottom:25px;line-height:1.8}.about-content ul{margin-bottom:25px;list-style:none}.about-content li{margin-bottom:14px}.about-content button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;padding:14px 28px}.services-section{margin-bottom:50px}.services-section h2{text-align:center;margin-bottom:15px;font-size:42px}.red-line{background:#ef4444;border-radius:20px;width:120px;height:4px;margin:0 auto 35px}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{color:#000;background:#fff;border-radius:20px;transition:all .3s;overflow:hidden}.service-card:hover{transform:translateY(-5px)}.service-card img{object-fit:cover;width:100%;height:180px}.service-card h3{text-align:center;padding:18px;font-size:18px}.location-section{background:#111827;border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:30px;margin-bottom:40px;padding:35px;display:grid}.location-left h2{margin-bottom:20px;font-size:34px}.location-left p{color:#cbd5e1;margin-bottom:25px;line-height:1.8}.location-buttons{gap:15px;display:flex}.location-buttons button{cursor:pointer;border:none;border-radius:12px;padding:14px 26px}.secondary-location{border:1px solid #fff;color:#fff!important;background:0 0!important}.location-right iframe{border:none;border-radius:20px;width:100%;height:350px}@media (width<=1200px){.about-section,.location-section{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.main-content{width:100%;padding:15px}.topbar{flex-direction:column;align-items:flex-start;gap:20px}.search-bar{width:100%}.hero-slider{height:350px}.slider-overlay{padding:30px}.slider-overlay h1{font-size:38px}.slider-overlay p{font-size:16px}.hero-buttons{flex-direction:column}.services-grid{grid-template-columns:1fr}.about-content h2{font-size:34px}.location-left h2{font-size:30px}}.chat-page{box-sizing:border-box;background-color:#030d26;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:relative}.chat-container{z-index:1;background-color:#06102b;border-radius:16px;flex-direction:column;width:100%;max-width:900px;height:600px;display:flex;overflow:hidden;box-shadow:0 12px 40px #00000080}.chat-header{background-color:#06102b;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:24px 36px;display:flex}.chat-header-left{align-items:center;gap:18px;display:flex}.chat-logo{object-fit:contain;background-color:#fff;border:1px solid #ffffff1a;border-radius:12px;width:56px;height:56px;padding:4px}.chat-title h2{color:#fff;letter-spacing:.3px;margin:0;font-size:1.4rem;font-weight:600}.chat-title p{color:#94a3b8;margin:4px 0 0;font-size:.95rem}.online-status{color:#10b981;background-color:#10b9811a;border-radius:24px;align-items:center;gap:10px;padding:8px 18px;font-size:.95rem;font-weight:600;display:flex}.online-dot{background-color:#10b981;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #10b981}.chat-body{background-color:#06102b;flex-direction:column;flex:1;gap:18px;padding:28px;display:flex;overflow-y:auto}.message{word-wrap:break-word;white-space:pre-wrap;border-radius:18px;max-width:70%;padding:14px 22px;font-size:.98rem;line-height:1.45}.bot-message{color:#e2e8f0;background-color:#ffffff0f;border-top-left-radius:4px;align-self:flex-start}.user-message{color:#fff;background-color:#2563eb;border-top-right-radius:4px;align-self:flex-end}.chat-input-area{background-color:#06102b;padding:24px 28px}.chat-input-wrapper{align-items:center;gap:14px;width:100%;display:flex}.chat-input{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;outline:none;flex:1;padding:16px 22px;font-size:.98rem;transition:border-color .2s,background-color .2s}.chat-input:focus{background-color:#ffffff12;border-color:#2563eb66}.chat-input::placeholder{color:#64748b}.send-btn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:14px;outline:none;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.1rem;transition:background-color .2s,transform .1s;display:flex}.send-btn:hover{background-color:#1d4ed8}.send-btn:active{transform:scale(.96)}.animated-3d-bot{z-index:10;flex-direction:column;align-items:center;width:90px;height:130px;animation:4s ease-in-out infinite floatingDrift;display:flex;position:fixed;bottom:60px;left:50px}.animated-3d-bot .bot-head{z-index:2;background:radial-gradient(circle at 30% 30%,#fff 0%,#e2e8f0 50%,#cbd5e1 100%);border-radius:50% 50% 45% 45%;justify-content:center;align-items:center;width:76px;height:64px;display:flex;position:relative;box-shadow:inset -4px -6px 12px #00000026,0 6px 12px #0000001a}.animated-3d-bot .bot-visor{background:#0f172a;border-radius:20px;justify-content:space-around;align-items:center;width:58px;height:36px;padding:0 8px;display:flex;position:relative;box-shadow:inset 0 2px 6px #0009,0 2px 4px #fff3}.animated-3d-bot .bot-eye{background-color:#06b6d4;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #22d3ee,0 0 4px #22d3ee}.animated-3d-bot .bot-smile{border-bottom:3px solid #06b6d4;border-radius:0 0 14px 14px;width:14px;height:7px;position:absolute;bottom:6px}.animated-3d-bot .bot-body{z-index:1;background:radial-gradient(circle at 35% 25%,#fff 0%,#e2e8f0 60%,#94a3b8 100%);border-radius:40% 40% 50% 50%;width:54px;height:48px;margin-top:-6px;box-shadow:inset -3px -5px 10px #0003,0 4px 8px #00000026}.animated-3d-bot .bot-shadow{filter:blur(4px);z-index:0;background:#0006;border-radius:50%;width:50px;height:10px;animation:4s ease-in-out infinite dynamicShadow;position:absolute;bottom:-20px}@keyframes floatingDrift{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}@keyframes dynamicShadow{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.chat-layout{background:#030d26;width:100%;height:100vh;display:flex}.sidebar{background:#06102b;border-right:1px solid #ffffff14;flex-direction:column;align-items:center;gap:20px;width:90px;padding-top:25px;display:flex}.sidebar-logo{color:#fff;margin-bottom:25px;font-size:28px}.sidebar button{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:12px;width:70px;height:42px;transition:all .3s}.sidebar button:hover{background:#2563eb}.chat-page{flex:1}.animated-3d-bot{bottom:40px;left:auto!important;right:40px!important}
