@import"https://fonts.googleapis.com/css2?family=Fjalla+One&family=Jaro:opsz@6..72&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Gothic+Expanded+One&family=Spline+Sans:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";:root{--bg-color: #070923;--solid-blue:rgba(0, 93, 255, 1)}*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}html,body{height:100%;width:100%}body{background:var(--bg-color);font-family:Jaro,sans-serif;color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.nav-outer{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;z-index:99}.nav-inner{background:#fff;border-radius:0 0 50px 50px;width:90%;display:flex;justify-content:center;align-items:center;min-height:2vh;height:100%}.text-container{background:#fff;padding:0 2rem;border-radius:0 0 35px 35px;margin-top:-1.1rem}.text-container h1{color:var(--bg-color);font-size:2.2rem}.navbar{position:absolute;z-index:1;width:100%;top:0;min-height:15vh;display:flex}.icon-cont{width:100%;display:flex;justify-content:space-around;align-items:center;gap:1.5rem}.icon-cont span{background:#4a4c6882;padding:1rem;border-radius:50px;animation:updown 1s ease infinite alternate;animation-play-state:running;box-shadow:-3px -3px 12px -5px #f9f9f9,inset -4px -1px 12px -7px #f9f9f9;font-size:1.5rem;transition:background .2s,transform .2s,font-size .2s}.icon-cont span:hover{cursor:pointer;animation-play-state:paused;background:#58596d82;transform:scale(1.08)}.icon-cont span:nth-child(1){animation-delay:0s}.icon-cont span:nth-child(2){animation-delay:.2s}.icon-cont span:nth-child(3){animation-delay:.4s}.icon-cont span:nth-child(4){animation-delay:.6s}@keyframes updown{0%{transform:translateY(0)}to{transform:translateY(10px)}}@media (max-width: 1024px){.nav-inner{width:98%;border-radius:0 0 30px 30px}.text-container{padding:0 1.2rem;border-radius:0 0 20px 20px;margin-top:-.7rem}.text-container h1{font-size:1.5rem}.icon-cont span{font-size:1.2rem;padding:.7rem}.icon-cont{gap:1rem}.navbar{min-height:10vh}}@media (max-width: 600px){.nav-inner{width:100%;border-radius:0 0 18px 18px;min-height:unset;height:auto;padding:.5rem 0}.text-container{padding:0 .5rem;border-radius:0 0 10px 10px;margin-top:-.4rem}.text-container h1{font-size:1.1rem;text-align:center}.navbar{min-height:2vh;position:static}.icon-cont{gap:0rem}.icon-cont span{font-size:1rem;padding:.5rem}}.aboutSection{width:100%;min-height:100vh;height:100vh;padding-bottom:4rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.aboutTitle{display:flex;justify-content:center;align-items:center;padding-top:6rem;margin-bottom:2rem}.aboutTitle h1{z-index:5;position:relative;font-size:3rem;font-weight:700;margin:0;padding-bottom:.5rem;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.3)}.aboutTitle h1:after{content:"";position:absolute;bottom:0;left:0;width:60%;height:4px;background:linear-gradient(90deg,#005dff,#fff);border-radius:2px}.aboutContent{display:flex;justify-content:flex-end;padding:2rem 5%;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.aboutInner{width:50%;display:flex;flex-direction:column;gap:2rem;justify-content:center;position:relative;z-index:10}.aboutDescription{display:flex;justify-content:flex-start}.aboutDescription p{width:100%;max-width:600px;font-size:1.1rem;line-height:1.8;color:#ffffffd9;text-align:justify;background:#0003;padding:1.5rem;border-radius:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05)}.aboutNumbers{display:flex;flex-wrap:wrap;background:#ffffff08;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:1rem;gap:3rem;justify-content:space-around;box-shadow:0 10px 30px #0003}.aboutNumberItem{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.2}.aboutNumberItem h1{font-size:3.5rem;font-weight:700;color:#005dff;margin:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.aboutNumberItem h3{font-size:1rem;font-weight:500;color:#fffc;margin-top:.5rem;letter-spacing:.05em;text-transform:uppercase}.aboutButtons{display:flex;gap:1.5rem;justify-content:flex-start;align-items:center;margin-top:1rem;flex-wrap:wrap}.aboutButton{cursor:pointer;border:none;padding:.8rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease;font-family:inherit;background:transparent;border:1px solid #005dff;color:#fff;box-shadow:0 4px 15px #005dff33}.aboutButton:hover{background:#005dff;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #005dff66}@media (max-width: 1024px){.aboutSection{padding-top:0}.aboutContent{justify-content:center}.aboutInner{width:80%;align-items:center}.aboutDescription p{text-align:center}.aboutNumbers{width:100%;gap:2rem}}@media (max-width: 768px){.aboutTitle{padding-top:4rem}.aboutTitle h1{font-size:2.5rem}.aboutInner{width:95%}.aboutDescription p{font-size:1rem;padding:1.2rem}.aboutNumberItem h1{font-size:2.8rem}.aboutNumberItem h3{font-size:.9rem}.aboutButtons{justify-content:center;width:100%}}@media (max-width: 490px){.aboutTitle h1{font-size:2rem}.aboutContent{padding:1rem}.aboutInner{width:100%;gap:1.5rem}.aboutNumbers{padding:1rem;gap:1.5rem}.aboutNumberItem h1{font-size:2rem}.aboutNumberItem h3{font-size:.8rem}.aboutButton{font-size:1rem;padding:.6rem 1.5rem;width:100%;justify-content:center;display:flex}}.hero-container{width:100%;display:flex;justify-content:center;align-items:center;position:relative;min-height:100vh;padding:0 5%;box-sizing:border-box;overflow:hidden}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;max-width:1200px;width:100%}.hero-greeting{font-size:clamp(2.5rem,5vw,5rem);font-weight:600;line-height:1.1;color:#fff;margin-bottom:.5rem;opacity:.9}.hero-name{font-size:clamp(4rem,10vw,9rem);font-weight:700;line-height:.95;color:#fff;margin-left:-.05em;background:linear-gradient(to right,#fff,#a8c0ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.hero-title-wrapper{background:var(--solid-blue);display:inline-block;margin-top:1.5rem;padding:.2rem 1.5rem;border-radius:4px;box-shadow:0 4px 15px #005dff66;transform:skew(-10deg)}.hero-title{font-size:clamp(1.8rem,4vw,4rem);font-weight:300;line-height:1.2;display:flex;align-items:center;color:#fff;transform:skew(10deg)}.hero-animator{position:relative;width:2.5em;display:inline-block;height:1.2em;overflow:hidden;vertical-align:bottom;margin-left:.2em}.hero-animator-word{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;font-weight:600}.hero-container:before{content:"";position:absolute;inset:0;pointer-events:none}@media (max-width: 1024px){.hero-container{padding:0 2rem}}@media (max-width: 768px){.hero-container{padding-top:4rem;align-items:center;text-align:center}.hero-content{align-items:center}.hero-name{white-space:normal;text-align:center;margin-left:0}}@media (max-width: 480px){.hero-greeting{font-size:2rem}.hero-name{font-size:3.5rem}.hero-title-wrapper{margin-top:1rem;padding:.2rem 1rem}.hero-title{font-size:1.5rem}}.out,.top-cont{position:relative;width:100%}.main-wrapper{position:relative;height:200vh;width:100%}.model-wrapper{position:sticky;top:0;z-index:2;width:100%}.back-section{position:absolute;top:0;width:100%}@media (max-width:800px){.main-wrapper{height:180vh}}.marqueeContainer{background:#005dff;display:flex;gap:2rem;overflow:hidden;padding:.5rem 0;width:100%;position:relative;-webkit-user-select:none;user-select:none}.marqueeRow{display:flex;gap:3rem;white-space:nowrap;animation:marquee-left 25s linear infinite;will-change:transform;align-items:center}.marqueeContainer:hover .marqueeRow{animation-play-state:paused}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.marqueeItem{font-size:2.5rem;font-weight:600;white-space:nowrap;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;align-items:center}@media (max-width: 1024px){.marqueeItem{font-size:2rem}.marqueeRow{gap:2rem}}@media (max-width: 600px){.marqueeItem{font-size:1.5rem}.marqueeRow{gap:1.5rem;animation-duration:20s}}.carrer-container{margin-top:6rem;padding:3rem 1.5rem;color:#222;max-width:1200px;margin-left:auto;margin-right:auto;position:relative}.carrer-container:before{content:"";position:absolute;top:-10%;left:-10%;width:120%;height:120%;background:radial-gradient(circle at center,rgba(0,93,255,.03) 0%,transparent 70%);z-index:0;pointer-events:none}.carrer-inner{display:flex;gap:2rem;justify-content:space-between;position:relative;z-index:1;flex-wrap:wrap}.carrer-section{flex:1 1 350px;border-radius:1rem;padding:2rem;min-width:300px;margin-bottom:1rem}.carrer-heading{margin-bottom:2rem;border-left:4px solid #005dff;padding-left:1rem;display:flex;align-items:center}.carrer-title{font-size:2.5rem;font-weight:700;letter-spacing:.02em;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.2)}.carrer-cards{display:flex;flex-direction:column;gap:1.5rem}.carrer-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 6px #0000000d;position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;border:1px solid rgba(0,0,0,.05)}.carrer-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 10px 25px #005dff26;background:#fff;border-color:#005dff4d}.carrer-logo{width:3rem;height:3rem;margin-bottom:.8rem;align-self:flex-start;object-fit:contain}.carrer-degree,.carrer-position{font-size:1.25rem;font-weight:700;color:#03c;margin:0;letter-spacing:.01em;line-height:1.2}.carrer-institute,.carrer-company{font-size:1rem;color:#555;font-weight:500;margin:0;line-height:1.4}.carrer-year{font-size:.9rem;color:#005dff;font-weight:600;margin-top:.5rem;display:inline-block;background:#005dff1a;padding:.2rem .8rem;border-radius:20px}@media (max-width: 1024px){.carrer-inner{flex-direction:column;gap:3rem}.carrer-section{width:100%;padding:1rem}.carrer-container{padding:4rem 1.5rem}}@media (max-width: 600px){.carrer-container{padding:2rem 1rem;margin-top:3rem}.carrer-title{font-size:2rem}.carrer-card{padding:1.2rem}.carrer-degree,.carrer-position{font-size:1.1rem}.carrer-logo{width:2.5rem;height:2.5rem}}.services-container{margin:60px auto 0;padding:40px 20px;color:#222;max-width:1200px;width:100%;position:relative}.services-header{margin-bottom:3rem;text-align:center;position:relative;z-index:1}.services-title{font-size:2.5rem;font-weight:700;letter-spacing:.01em;color:#03c;margin-bottom:1rem;text-transform:uppercase}.services-subtitle{font-size:1.1rem;color:#4a6fa1;font-weight:400;margin:0 auto;max-width:600px;line-height:1.6}.services-cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap;position:relative;z-index:1}.service-card{background:#fff;border-radius:16px;box-shadow:0 4px 10px #0000000d;padding:2.5rem 1.5rem;flex:1 1 300px;min-width:250px;max-width:350px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;position:relative;border:1px solid rgba(0,0,0,.03)}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #005dff26;background:#fff;border-color:#005dff33}.service-icon{margin-bottom:1.5rem;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#f0f6ff;border-radius:50%;color:#005dff}.service-title{font-size:1.4rem;font-weight:700;color:#03c;margin:.5rem 0 1rem;letter-spacing:.01em;text-align:center}.service-desc{font-size:1rem;color:#555;font-weight:400;margin:0 0 1.5rem;text-align:center;line-height:1.6}.service-stack{display:block;color:#005dff;font-size:1rem;font-weight:600;margin-top:auto;letter-spacing:.01em;text-transform:uppercase}.service-features{list-style:none;padding:0;margin:1rem 0 0;width:100%;display:flex;flex-direction:column;gap:.8rem}.service-features li{text-align:center;background:#f7faff;color:#333;font-size:.95rem;padding:.6rem 1rem;border-radius:8px;transition:background .2s,color .2s;border:1px solid rgba(0,0,0,.02)}.service-card:hover .service-features li{background:#eaf6ff;color:#03c}@media (max-width: 900px){.services-container{padding:2rem 1rem}.services-cards{gap:1.5rem}.service-card{min-width:100%;max-width:100%}}@media (max-width: 600px){.services-title{font-size:2rem}.service-card{padding:2rem 1rem}.service-features li{font-size:.9rem}}.projects-container{width:100%;overflow:hidden;background:transparent;padding:4rem 0;position:relative}.projects-header{width:100%;display:flex;justify-content:center;margin-bottom:3rem;padding:0 1rem}.projects-title{text-align:center;font-size:2.5rem;font-weight:700;background:linear-gradient(90deg,#fff,#a8c0ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;border-bottom:2px solid;border-image:linear-gradient(to right,transparent,#005dff,transparent) 1;padding-bottom:.5rem}.projects-cont{display:flex;flex-direction:column;gap:2rem;width:100%}.projects-row{width:100%;overflow:hidden;position:relative}.projects-list,.projects-list2{display:flex;flex-direction:row;align-items:center;gap:2rem;width:max-content;will-change:transform}.projects-list{animation:marquee-left 40s linear infinite}.projects-list2{animation:marquee-left2 45s linear infinite reverse}.projects-row:hover .projects-list,.projects-row:hover .projects-list2{animation-play-state:paused}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-left2{0%{transform:translate(-50%)}to{transform:translate(0)}}.project-card{position:relative;flex:0 0 auto;width:500px;height:300px;background:#1a1a1a;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1)}.project-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 35px #0006;z-index:2;border-color:#005dff}.project-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease,filter .3s ease}.project-card:hover .project-image{transform:scale(1.1);filter:blur(3px) brightness(.6)}.project-name{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;z-index:5;text-shadow:0 2px 10px rgba(0,0,0,.5);pointer-events:none}.project-card:hover .project-name{opacity:1;transform:translateY(0)}.project-card.clickable{cursor:pointer}@media (max-width: 1024px){.project-card{width:400px;height:250px}}@media (max-width: 768px){.projects-container{padding:2rem 0}}@media (max-width: 490px){.project-card{width:300px;height:200px}.projects-title{font-size:2rem}.project-name{font-size:1.4rem}.projects-list,.projects-list2{gap:1rem;animation-duration:30s}}.tools-tech-container{width:100%;display:flex;flex-direction:column;align-items:center;min-height:180px;position:relative;margin:60px 0;padding:0 1.5rem;box-sizing:border-box}.title-container{display:flex;justify-content:center;flex-direction:column;align-items:center;margin-bottom:3rem}.tools-tech-container h2{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;color:#1a202c;position:relative;display:inline-block;padding-bottom:.75rem}.tools-tech-container h2:after{content:"";display:block;width:60%;height:4px;background:#3b82f6;margin:.75rem auto 0;border-radius:2px}.tools-tech-container p{text-align:center;max-width:700px;color:#4a5568;font-size:1.15rem;line-height:1.7;margin-top:1rem}.tools-tech-icons{display:flex;flex-wrap:wrap;gap:1.75rem;width:100%;max-width:1200px;margin:2rem auto 0;justify-content:center}.tools-tech-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;padding:1.75rem 1.25rem;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);width:170px;min-height:150px;border:1px solid rgba(0,0,0,.08);cursor:pointer;position:relative;overflow:hidden}.tools-tech-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#3b82f60d,#3b82f600);opacity:0;transition:opacity .3s ease;pointer-events:none}.tools-tech-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 25px #3b82f640;border-color:#3b82f6}.tools-tech-card:hover:before{opacity:1}.tools-tech-card img{width:56px;height:56px;margin-bottom:1.25rem;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.tools-tech-card h3{font-size:1.1rem;font-weight:700;margin:0 0 .6rem;color:#2d3748;text-align:center}.tools-tech-card span{display:block;text-align:center;font-size:.9rem}.tools-tech-card span:nth-of-type(1){color:#718096;margin-bottom:.6rem;line-height:1.3}.tools-tech-card span:nth-of-type(2){color:#2563eb;font-weight:600;background:#eff6ff;padding:.3rem .7rem;border-radius:6px;font-size:.8rem;border:1px solid #bfdbfe}@media (max-width: 768px){.tools-tech-container{margin:40px 0;padding:0 1rem}.tools-tech-container h2{font-size:2rem}.tools-tech-container p{font-size:1.05rem}.tools-tech-card{width:150px;padding:1.5rem 1rem;min-height:140px}.tools-tech-card img{width:48px;height:48px}}@media (max-width: 480px){.tools-tech-icons{gap:1.25rem}.tools-tech-card{width:130px;min-height:130px;padding:1.25rem .75rem;border-radius:12px}.tools-tech-card img{width:40px;height:40px;margin-bottom:1rem}.tools-tech-card h3{font-size:1rem}.tools-tech-card span{font-size:.8rem}.tools-tech-card span:nth-of-type(2){font-size:.7rem;padding:.2rem .5rem}}.contact-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 1rem;box-sizing:border-box}.contact-container{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:100%;max-width:1000px;margin:60px auto 30px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 20px 40px #0003;overflow:hidden}.contact-left{flex:1;background:linear-gradient(135deg,#005dff,#003a99);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 3rem;position:relative;overflow:hidden}.contact-left:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#ffffff1a;border-radius:50%;pointer-events:none}.contact-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 10px rgba(0,0,0,.1);position:relative}.contact-title:after{content:"";display:block;width:60px;height:4px;background:#fff;margin-top:1rem;border-radius:2px}.contact-quote{font-size:1.1rem;font-weight:400;color:#ffffffe6;line-height:1.6;margin-top:1rem;max-width:90%}.contact-right{flex:1.5;background:#fff;display:flex;align-items:center;justify-content:center;padding:4rem 3rem}.contact-form{width:100%;max-width:450px;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#333;margin-left:4px}.form-group input,.form-group textarea{width:100%;font-size:1rem;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:12px;background:#f9f9f9;color:#333;transition:all .3s ease;font-family:inherit;resize:vertical}.form-group input:hover,.form-group textarea:hover{border-color:#005dff;background:#fff}.form-group input:focus,.form-group textarea:focus{border-color:#005dff;background:#fff;box-shadow:0 0 0 4px #005dff1a;outline:none}.input-error{border-color:#ff4757!important;background:#fff5f5!important}.form-error{color:#ff4757;font-size:.85rem;margin-left:4px;margin-top:2px;font-weight:500}.contact-submit-btn{margin-top:1rem;background:linear-gradient(90deg,#005dff,#0046c0);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;padding:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 5px 15px #005dff4d}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #005dff66}.contact-submit-btn:active{transform:translateY(0)}.contact-submit-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none;transform:none}.contact-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:300px;color:#005dff;font-size:1.5rem;font-weight:700;padding:2rem;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-footer{width:100%;padding:3rem 0;display:flex;flex-direction:column;align-items:center}.footer-line{width:150px;height:2px;background:#fff3;margin-bottom:1.5rem;border-radius:2px}.footer-content{color:#fff9;font-size:.95rem;font-weight:400;text-align:center}@media (max-width: 900px){.contact-container{flex-direction:column;max-width:600px;margin-top:40px;border-radius:20px}.contact-left{padding:3rem 2rem;align-items:center;text-align:center}.contact-title:after{margin:1rem auto 0}.contact-right{padding:3rem 2rem}}@media (max-width: 600px){.contact-section{padding:0 1rem}.contact-container{margin:20px auto}.contact-title{font-size:2rem}.contact-left,.contact-right{padding:2.5rem 1.5rem}.contact-form{gap:1rem}.contact-submit-btn{padding:.9rem;font-size:1rem}}@media (max-width: 400px){.contact-left,.contact-right{padding:2rem 1.2rem}.contact-title{font-size:1.8rem}.contact-quote{font-size:1rem}}.mychatbot-root{position:fixed;right:2rem;bottom:2rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;transition:transform .3s ease}.mychatbot-title{background:linear-gradient(90deg,#4f8cff,#00e0d3);color:#fff;font-weight:600;font-size:1rem;padding:.4rem 1.2rem;border-radius:20px 20px 2px;box-shadow:0 4px 15px #00000026;margin-bottom:.2rem;opacity:0;transform:translateY(10px);animation:fadeIn .5s forwards .5s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.mychatbot-icon-container{width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px #00000026;cursor:pointer;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);border:2px solid #005dff;overflow:hidden}.mychatbot-icon-container:hover{transform:scale(1.1);box-shadow:0 8px 25px #0003}.mychatbot-icon-img{width:100%;height:100%;object-fit:cover}.mychatbot-chatbox{width:380px;max-width:90vw;max-height:80vh;background:#fff;border-radius:20px 20px 4px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.mychatbot-chat-messages{flex:1;overflow-y:auto;padding:1rem;background:#f8f9fa;min-height:300px}.mychatbot-message-row{display:flex;margin-bottom:1rem}.mychatbot-message-row-user{justify-content:flex-end}.mychatbot-message-row-bot{justify-content:flex-start}.mychatbot-message-bubble{max-width:80%;padding:.8rem 1rem;border-radius:12px;font-size:.95rem;line-height:1.4;position:relative}.mychatbot-message-user{background:#005dff;color:#fff;border-bottom-right-radius:2px}.mychatbot-message-bot{background:#fff;color:#333;box-shadow:0 2px 5px #0000000d;border-bottom-left-radius:2px}.mychatbot-form{display:flex;padding:.5rem;background:#fff;border-top:1px solid #eee}.mychatbot-input{flex:1;border:none;padding:.8rem;font-size:1rem;outline:none;background:#f5f5f5;border-radius:20px;margin-right:.5rem}.mychatbot-send-btn{background:#005dff;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.mychatbot-send-btn:hover{transform:scale(1.1)}.mychatbot-send-btn:disabled{background:#ccc;cursor:default;transform:none}@media (max-width: 600px){.mychatbot-root{right:1rem;bottom:1rem}.mychatbot-chatbox{width:ca;max-height:80vh;border-radius:20px}}
