@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap";.home-container{color:#333;background-color:#f8fafc;font-family:Outfit,sans-serif;overflow-x:hidden}.text-blue{color:#0b3d91}.text-yellow{color:#ffc107}.bg-blue{background-color:#0b3d91}.bg-yellow{background-color:#ffc107}.sticky-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#fff3;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 4rem;transition:all .4s;display:flex;position:fixed;top:0;left:0}.sticky-nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1rem 4rem;box-shadow:0 4px 30px #0000001a}.logo-img{object-fit:contain;filter:drop-shadow(0 5px 15px #0000001a);width:auto;height:180px;transition:all .3s;display:block;transform:translateY(10px)}.sticky-nav.scrolled .logo-img{height:120px;transform:translateY(5px)}.footer-logo-img{height:160px;margin-bottom:1rem}.sticky-nav .nav-links{gap:2rem;display:flex}.sticky-nav .nav-link{color:#0b3d91;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s}.sticky-nav.scrolled .nav-link{color:#0b3d91}.sticky-nav .nav-link:hover{color:#ffc107}.btn-gradient{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#0b3d91,#082d6b);border:none;border-radius:50px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .4s;display:inline-block;box-shadow:0 10px 20px #0b3d9133}.btn-gradient:hover{color:#0b3d91;background:linear-gradient(135deg,#ffc107,#e0a800);transform:translateY(-3px);box-shadow:0 15px 25px #0b3d914d}.btn-outline{color:#0b3d91;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:2px solid #0b3d91;border-radius:50px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .4s;display:inline-block}.btn-outline:hover{color:#fff;background:#0b3d91;transform:translateY(-3px)}.whatsapp-float{color:#fff;z-index:1000;background:#25d366;border-radius:30px;align-items:center;gap:8px;margin:8px;padding:12px 25px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:fixed;bottom:2rem;left:2rem;box-shadow:0 10px 20px #25d36666}.whatsapp-text{letter-spacing:normal;font-family:inherit;font-size:1rem;font-weight:600}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 15px 25px #25d36680}.section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;color:#0b3d91;margin-bottom:3rem;font-size:2.5rem;font-weight:800;position:relative}.section-title:after{content:"";background:#ffc107;border-radius:2px;width:80px;height:4px;margin:1rem auto 0;display:block}.hero-section{color:#fff;text-align:center;background-color:#0b3d91;justify-content:center;align-items:center;height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.hero-overlay{background:#0b3d9199;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;width:100%;max-width:900px;padding-top:4rem;animation:1s ease-out fadeIn;position:relative}.hero-title{text-shadow:0 4px 20px #0006;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.2rem);font-weight:900;line-height:1.1}.hero-subtitle{opacity:.95;text-shadow:0 2px 10px #0000004d;max-width:750px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6}.hero-buttons{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.tagline-strip{color:#0b3d91;letter-spacing:1px;background:#ffc107e6;border-radius:50px;padding:1rem 2rem;font-weight:700;display:inline-block;box-shadow:0 10px 20px #0003}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text{color:#555;font-size:1.1rem;line-height:1.8}.about-text p{margin-bottom:1.5rem}.about-image{border:10px solid #fff;border-radius:20px;width:100%;height:auto;box-shadow:0 20px 40px #0b3d911a}.why-section{color:#fff;background-color:#0b3d91;padding:6rem 2rem}.why-section .section-title{color:#fff}.why-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.why-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:transform .3s;display:flex}.why-card:hover{background:#ffffff26;transform:translateY(-5px)}.why-icon{color:#0b3d91;background:#ffc107;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.why-text{font-size:1.1rem;font-weight:600}.experience-wrapper{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.experience-image-container{height:100%}.experience-image{object-fit:cover;border:10px solid #fff;border-radius:20px;width:100%;height:100%;min-height:400px;box-shadow:0 20px 40px #0b3d9126}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.feature-card{text-align:center;background:#fff;border-radius:20px;padding:2rem 1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.feature-card:before{content:"";transform-origin:0;background:#0b3d91;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-card:hover:before{transform:scaleX(1)}.feature-emoji{margin-bottom:1.5rem;font-size:3.5rem}.feature-title{color:#0b3d91;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.packages-section{background:#f1f5f9;padding:6rem 2rem}.packages-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.package-card{background:#fff;border-radius:24px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000d}.package-card:hover{transform:translateY(-15px);box-shadow:0 30px 60px #0b3d9126}.limited-badge{color:#0b3d91;text-transform:uppercase;z-index:10;background:#ffc107;border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:800;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 10px #0000001a}.package-header{color:#fff;text-align:center;background:#0b3d91;padding:2.5rem 2rem}.package-title{margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.package-price{color:#ffc107;font-size:1.4rem;font-weight:700}.package-body{padding:2rem}.package-overview{color:#64748b;margin-bottom:2rem;line-height:1.6}.itinerary-list{margin-bottom:2rem;list-style:none}.itinerary-item{border-bottom:1px dashed #e2e8f0;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.itinerary-day{color:#0b3d91;white-space:nowrap;background:#e0f2fe;border-radius:8px;height:fit-content;padding:.5rem 1rem;font-weight:700}.itinerary-details{color:#475569;font-size:.95rem}.itinerary-details p{margin-bottom:.2rem}.inclusions{background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.inclusions h4{color:#0b3d91;margin-bottom:1rem;font-weight:700}.inclusions ul{list-style:none}.inclusions li{color:#475569;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.services-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.service-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;box-shadow:0 10px 20px #0000000d}.service-icon{color:#0b3d91;margin-bottom:1rem;font-size:2.5rem}.service-card h4{color:#334155;font-weight:700}.testimonials-section{color:#fff;background:#0b3d91;padding:6rem 2rem}.testimonials-section .section-title{color:#fff}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;padding:2rem}.stars{color:#ffc107;margin-bottom:1rem;font-size:1.2rem}.testimonial-text{color:#ffffffe6;font-style:italic;line-height:1.6}.fare-calculator-wrapper{max-width:800px;margin:0 auto}.fare-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #00000014}.fare-header{color:#fff;text-align:center;background:#0b3d91;padding:2rem}.fare-header h3{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.8rem;display:flex}.fare-header p{color:#e0f2fe}.fare-body{padding:3rem 2rem}.input-with-icon{margin-bottom:1.5rem;position:relative}.input-icon{z-index:10;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.fare-input{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:1.2rem 1.2rem 1.2rem 3rem;font-family:inherit;font-size:1rem;transition:all .3s}.fare-input:focus{border-color:#0b3d91;outline:none;box-shadow:0 0 0 4px #0b3d911a}.w-100{width:100%}.mt-3{margin-top:1rem}.mt-4{margin-top:2rem}.error-text{color:#e11d48;text-align:center;margin:1rem 0;font-size:.9rem;font-weight:500}.fare-result{border-top:2px dashed #e2e8f0;margin-top:2.5rem;padding-top:2.5rem;animation:.5s fadeIn}.result-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.result-item{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.result-item.highlight{background:#fffbeb;border-color:#fde68a}.result-item.highlight .result-label{color:#b45309}.result-item.highlight .result-value{color:#d97706;font-size:1.8rem}.result-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.result-value{color:#0b3d91;font-size:1.4rem;font-weight:800;display:block}.book-cab-btn{color:#fff!important;background:#25d366!important;border-color:#25d366!important}.book-cab-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #25d36633;background:#1da851!important;border-color:#1da851!important}.loading-map{text-align:center;color:#64748b;padding:2rem;font-style:italic}@media (width<=768px){.result-grid{grid-template-columns:1fr;gap:1rem}}.cta-section{text-align:center;background:linear-gradient(135deg,#ffc107,#ffcf33);padding:6rem 2rem}.cta-title{color:#0b3d91;margin-bottom:1rem;font-size:3rem;font-weight:900}.cta-text{color:#0b3d91;margin-bottom:2rem;font-size:1.2rem;font-weight:500}.cta-buttons{justify-content:center;gap:1rem;display:flex}.contact-wrapper{grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.contact-cards{flex-direction:column;gap:1.5rem;display:flex}.contact-card{text-align:center;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000000d}.contact-form-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000000d}.contact-form-card h3{color:#0b3d91;margin-bottom:1.5rem;font-size:1.8rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#334155;margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#0b3d91}.legal-page{max-width:900px;margin:0 auto;padding:8rem 2rem 4rem}.legal-title{color:#0b3d91;text-align:center;margin-bottom:2rem;font-size:2.5rem}.legal-content h3{color:#0b3d91;margin-top:2rem;margin-bottom:1rem}.legal-content p,.legal-content li{color:#475569;margin-bottom:1rem;line-height:1.8}.contact-icon{color:#0b3d91;background:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;display:flex}.contact-card h4{color:#0b3d91;margin-bottom:.5rem;font-size:1.2rem}.contact-card p{color:#64748b}.footer{color:#fff;background:#021a44;padding:4rem 2rem 2rem}.footer-content{flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-nav{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:-1rem;display:flex}.footer-link{color:#ffffffb3;font-weight:500;text-decoration:none;transition:color .3s}.footer-link.small{opacity:.6;font-size:.85rem}.footer-link:hover{color:#ffc107;opacity:1}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;width:100%;padding-top:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-btn{color:#0b3d91;cursor:pointer;z-index:1001;background:0 0;border:none;display:none}@media (width<=768px){.hero-title{font-size:2.5rem}.about-grid,.contact-wrapper,.packages-grid{grid-template-columns:1fr}.experience-wrapper{grid-template-columns:1fr;gap:2rem}.sticky-nav{padding:1rem 2rem}.mobile-menu-btn{display:block}.sticky-nav .nav-links{display:none}.chatbot-tooltip{display:none!important}.sticky-nav .nav-links.mobile-open{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #0000000d;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:2rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000001a}}:root{--primary:#ffc107;--bg-color:#0b3d91;--text-color:#fff;--accent:#1e3e62}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Outfit,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh;position:relative}.canvas-container{z-index:1;width:100%;height:100%;top:0;left:0;position:absolute!important}.ui-layer{z-index:10;pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.navbar{pointer-events:auto;background:linear-gradient(#0b192ce6 0%,#0b192c00 100%);justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex}.logo{letter-spacing:2px;color:var(--text-color);text-transform:uppercase;font-size:1.5rem;font-weight:900}.logo span{color:var(--primary)}.nav-links{gap:2.5rem;display:flex}.nav-link{color:#ffffffb3;cursor:pointer;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-link:hover{color:var(--primary);text-shadow:0 0 10px #ffd70080}.vignette{pointer-events:none;z-index:5;background:radial-gradient(circle,#0b192c00 30%,#0b192cf2 100%);width:100%;height:100%;position:fixed;top:0;left:0}.loader-container{background-color:var(--bg-color);z-index:9999;width:100%;height:100%;color:var(--primary);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.loader-bar-container{background-color:#ffffff1a;border-radius:4px;width:200px;height:4px;margin-top:20px;overflow:hidden}.loader-bar{background-color:var(--primary);height:100%;box-shadow:0 0 10px var(--primary);transition:width .3s}.loader-text{letter-spacing:4px;text-transform:uppercase;font-size:1.2rem;font-weight:800;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.destination-ui{pointer-events:none;justify-content:flex-end;align-items:center;padding:4rem;display:flex}.destination-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;background:#0b192cd9;border:1px solid #ffd7001a;border-radius:24px;width:100%;max-width:450px;max-height:75vh;margin-top:5rem;padding:3rem;overflow-y:auto;box-shadow:0 20px 40px #0006}.destination-panel::-webkit-scrollbar{width:8px}.destination-panel::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.destination-panel::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.destination-panel h2{color:var(--text-color);letter-spacing:1px;margin-bottom:2rem;font-size:2rem;font-weight:700}.route-form{flex-direction:column;gap:1.5rem;display:flex}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-group label{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.input-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.2rem;font-family:Outfit,sans-serif;font-size:1rem;transition:all .3s}.input-group input:focus{border-color:var(--primary);background:#ffffff1a;outline:none}.small-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1rem}.result-panel{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem;animation:.5s forwards fadeIn}.stats{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.stat{color:#cbd5e1;justify-content:space-between;align-items:center;font-size:1.1rem;display:flex}.stat.total{color:var(--primary);border-top:1px dashed #ffd7004d;margin-top:1rem;padding-top:1rem;font-size:1.3rem}.stat strong{font-weight:800}.connect-msg{text-align:center;color:#94a3b8;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.connect-btn{border:2px solid var(--primary);width:100%;color:var(--primary);background:0 0;padding:1rem}.connect-btn:hover{background:var(--primary);color:var(--bg-color)}@media (width<=1024px){.destination-ui{justify-content:center;align-items:flex-end;padding:2rem}}@media (width<=768px){.navbar{flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.nav-links{gap:1.5rem}.destination-panel{margin-top:0;padding:2rem}.destination-panel h2{font-size:1.5rem}}.fleet-container{z-index:10;background-color:var(--bg-color);background-image:radial-gradient(circle at 100% 0,#0b192ccc,#0b192c);min-height:100vh;padding:10rem 4rem 4rem;position:relative}.fleet-header{text-align:center;margin-bottom:4rem}.fleet-header h2{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:3rem;font-weight:800}.fleet-header p{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.2rem}.fleet-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1400px;margin:0 auto;display:grid}.fleet-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.fleet-card:hover{border-color:#ffd7004d;transform:translateY(-10px);box-shadow:0 20px 40px #ffd7001a}.fleet-img-wrapper{background:#000;width:100%;height:220px;position:relative;overflow:hidden}.fleet-img-wrapper img{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .6s}.fleet-card:hover .fleet-img-wrapper img{opacity:1;transform:scale(1.05)}.fleet-type-badge{background:var(--primary);color:var(--bg-color);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:.3rem 1rem;font-size:.8rem;font-weight:800;position:absolute;top:1rem;right:1rem}.fleet-info{padding:2rem}.fleet-company{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.fleet-info h3{color:var(--text-color);margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}.fleet-specs{border-bottom:1px dashed #ffffff1a;flex-direction:column;gap:.8rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.spec{color:#cbd5e1;align-items:center;gap:1rem;font-size:1.05rem;display:flex}.spec-icon{font-size:1.2rem}.fleet-book-btn{width:100%;color:var(--text-color);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:1px solid #fff3;border-radius:12px;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.fleet-card:hover .fleet-book-btn{background:var(--primary);color:var(--bg-color);border-color:var(--primary)}@media (width<=768px){.fleet-container{padding:8rem 2rem 3rem}.fleet-header h2{font-size:2.2rem}}.chatbot-wrapper{z-index:1000;pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.chatbot-wrapper>*{pointer-events:auto}.chatbot-avatar-btn{border:3px solid var(--primary);background:var(--bg-color);cursor:pointer;border-radius:50%;width:65px;height:65px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:3s ease-in-out infinite hoverFloat;overflow:hidden;box-shadow:0 10px 20px #00000080,0 0 20px #ffd70066}.chatbot-avatar-btn:hover,.chatbot-avatar-btn.active{transform:scale(1.1);box-shadow:0 15px 30px #0009,0 0 30px #ffd70099}.chatbot-avatar-btn img{object-fit:cover;width:100%;height:100%}.chatbot-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--primary);color:var(--text-color);letter-spacing:1px;opacity:0;background:#0b192ce6;border-radius:20px 20px 0;margin-bottom:1rem;padding:1rem 1.5rem;font-weight:600;animation:2s 1s forwards fadeInOut;position:relative;box-shadow:0 10px 20px #0006}.chatbot-tooltip:after{content:"";border-style:solid;border-width:10px 10px 0 0;border-color:var(--primary) transparent transparent transparent;position:absolute;bottom:-10px;right:15px}.chatbot-window{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-origin:100% 100%;background:#0b192cf2;border:1px solid #ffd70033;border-radius:24px;flex-direction:column;width:320px;height:400px;margin-bottom:1.5rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards slideUp;display:flex;overflow:hidden;box-shadow:0 20px 40px #0009}.chatbot-header{background:linear-gradient(90deg,#1e3e62cc,#0b192ce6);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.chatbot-header-info{align-items:center;gap:1rem;display:flex}.chatbot-mini-avatar{border:2px solid var(--primary);object-fit:cover;border-radius:50%;width:40px;height:40px}.chatbot-header h4{color:var(--primary);letter-spacing:1px;text-transform:uppercase;font-weight:700}.chatbot-close-btn{color:var(--text-color);cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .3s}.chatbot-close-btn:hover{color:var(--primary)}.chatbot-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chatbot-message{border-radius:12px;max-width:85%;padding:1rem;font-size:.95rem;line-height:1.5}.chatbot-message.bot{background:#ffffff0d;border:1px solid #ffffff1a;border-top-left-radius:2px;align-self:flex-start}.chatbot-message.user{background:var(--primary);color:var(--bg-color);border-top-right-radius:2px;align-self:flex-end;font-weight:600}.chatbot-services{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.chatbot-service-btn{border:1px solid var(--primary);color:var(--primary);cursor:pointer;text-align:left;background:0 0;border-radius:12px;padding:.8rem;font-family:inherit;font-size:.9rem;transition:all .3s}.chatbot-service-btn:hover{background:var(--primary);color:var(--bg-color)}.chatbot-input{border-top:1px solid #ffffff1a;gap:.5rem;padding:1rem;display:flex}.chatbot-input input{color:var(--text-color);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;flex:1;padding:.8rem 1.2rem;font-family:Outfit,sans-serif}.chatbot-input input:focus{border-color:var(--primary);outline:none}.chatbot-send-btn{background:var(--primary);width:45px;height:45px;color:var(--bg-color);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:transform .3s;display:flex}.chatbot-send-btn:hover{transform:scale(1.1)}@keyframes hoverFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}20%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}
