@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;height:18vh;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999;width:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border-bottom:1px solid rgba(102,126,234,.1)}.navbar.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 30px #667eea26;height:12vh}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:18vh;max-width:1500px;padding:0 50px;transition:all .3s ease}.navbar-container .navbar-logo-container{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.navbar-container .navbar-logo-container img{width:120px;height:120px;max-width:120px;max-height:120px;border-radius:0;object-fit:contain;margin:5px 0;transition:transform .3s ease}.navbar-container .navbar-logo-container:hover{cursor:pointer}.navbar-container .navbar-logo-container:hover img{transform:scale(1.05)}.navbar-container .navbar-logo-container .navbar-logo:hover{color:#667eea}.navbar-container.scrolled .navbar-logo-container img{width:80px;height:80px;max-width:80px;max-height:80px}.navbar-logo{color:#1a1a2e;font-size:1.2rem;display:flex;align-items:center;text-decoration:none;font-weight:700;letter-spacing:.5px;transition:all .3s ease}.navbar .menu-icon{display:none;color:#1a1a2e;font-size:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:1000;padding:.5rem;border-radius:8px}.navbar .menu-icon:hover{color:#667eea;transform:scale(1.1);background:#667eea1a}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center;margin-right:2rem}.nav-menu .nav-item{height:70px;padding:0 1rem;position:relative}.nav-menu .nav-item .nav-links{color:#1a1a2e;display:flex;align-items:center;text-decoration:none;padding:.5rem 1rem;height:100%;font-weight:600;font-size:.9rem;letter-spacing:.3px;transition:all .3s ease;border-radius:8px;position:relative}.nav-menu .nav-item .nav-links:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transition:all .3s ease;transform:translate(-50%);border-radius:2px}.nav-menu .nav-item .nav-links:hover{color:#667eea;background:#667eea0d}.nav-menu .nav-item .nav-links:hover:before{width:70%}.nav-menu .nav-item.active .nav-links{color:#667eea;background:#667eea1a}.nav-menu .nav-item.active .nav-links:before{width:70%}@media screen and (max-width: 960px){.navbar-container{padding:0 30px}.navbar-container .navbar-logo-container img{width:100px;height:100px;max-width:100px;max-height:100px}.navbar.scrolled .navbar-logo-container img{width:70px;height:70px;max-width:70px;max-height:70px}.navbar-logo{font-size:1.5rem}.navbar .menu-icon{display:block;font-size:1.5rem}.nav-menu{display:flex;flex-direction:column;width:100%;height:auto;position:absolute;top:12vh;left:-100%;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.175,.885,.32,1.275);background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 10px 30px #667eea26;padding:1.5rem 0;border-top:1px solid rgba(102,126,234,.1)}.nav-menu.active{left:0;opacity:1;visibility:visible;z-index:1}.nav-menu .nav-item{height:60px;width:100%}.nav-menu .nav-item .nav-links{text-align:center;padding:1.5rem;width:100%;display:flex;justify-content:center;border-radius:0}.nav-menu .nav-item .nav-links:before{bottom:10px}.nav-menu .nav-item .nav-links:hover{background:#667eea1a}.nav-menu .nav-item .nav-links:hover:before{width:40%}}@media screen and (max-width: 768px){.navbar-container{padding:0 20px}.navbar-logo{font-size:1.3rem}.nav-menu{top:12vh}.nav-menu .nav-item .nav-links{padding:1.2rem}}@media screen and (max-width: 480px){.navbar{height:15vh;display:flex;align-items:center;justify-content:center}.navbar.scrolled{height:10vh}.navbar-container{padding:0 15px;height:15vh}.navbar-container .navbar-logo-container img{width:80px;height:80px;max-width:80px;max-height:80px}.navbar.scrolled .navbar-container{height:10vh}.navbar.scrolled .navbar-container .navbar-logo-container img{width:60px;height:60px;max-width:60px;max-height:60px}.navbar-logo{font-size:1rem}.navbar .menu-icon{font-size:1.3rem;padding:.4rem}.nav-menu{top:15vh;padding:1rem 0}.nav-menu.active{top:15vh}.nav-menu .nav-item{height:55px}.nav-menu .nav-item .nav-links{padding:1rem;font-size:.9rem}}.layout{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden;background-color:#f8f9fa}.layout .navbar{height:20vh}.layout .content{flex:1;padding:2rem;width:100%;max-width:100%}@media screen and (max-width: 768px){.layout .content{overflow-x:hidden}}.home{max-width:100%;width:100%;margin:0;padding:0;background:#fff;min-height:100vh;position:relative;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.home .section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;overflow-x:hidden}.home .section.visible{opacity:1;transform:translateY(0)}.home .section-container{max-width:1400px;width:100%;padding:0 3rem;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.home .section h2{font-size:3.2rem;margin-bottom:3rem;color:#1a1a2e;text-align:center;font-weight:800;position:relative;padding-bottom:1rem;letter-spacing:-.5px}.home .section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.home .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);opacity:1;transform:translateY(0);display:flex;justify-content:center;align-items:center;max-height:90vh;min-height:90vh!important;margin:2rem auto 0;width:calc(100% - 4rem);max-width:100%;padding:0;position:relative;overflow:hidden;border-radius:30px}.home .hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/background.jpg);background-size:cover;background-position:center;opacity:.15;z-index:0}.home .hero-section:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.home .hero-section .hero-container{max-width:900px;padding:3rem;animation:fadeIn 1.2s ease-in-out;text-align:center;margin-top:0;position:relative;z-index:1}.home .hero-section .hero-container .logowrapper{display:flex;align-items:center;justify-content:center;margin-top:0;margin-bottom:2rem}.home .hero-section .hero-container .logowrapper img{width:15vw;height:15vw;max-width:180px;max-height:180px;border-radius:0;object-fit:contain;transition:transform .3s ease}.home .hero-section .hero-container .logowrapper img:hover{transform:scale(1.05)}.home .hero-section h1{font-size:4rem;margin-bottom:1.5rem;margin-top:2vh;color:#fff;font-weight:800;text-shadow:2px 2px 10px rgba(0,0,0,.2);animation:slideUp 1s ease-out;letter-spacing:-1px}.home .hero-section .tagline{font-size:1.8rem;line-height:1.6;color:#fffffff2;font-weight:400;margin-bottom:2.5rem;letter-spacing:.5px;animation:slideUp 1s ease-out .3s backwards;text-shadow:1px 1px 5px rgba(0,0,0,.1)}.home .hero-section p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1.5rem;animation:slideUp 1s ease-out .6s backwards}.home .about-section{background:linear-gradient(180deg,#fff,#f8f9fa);min-height:auto;padding:8rem 0}.home .about-section .about-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:4rem}.home .about-section .about-content .about-text{flex:1;min-width:300px;text-align:left;background:#fff;padding:3.5rem;border-radius:20px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;max-height:600px}.home .about-section .about-content .about-text .about-text-scrollable{flex:1;overflow-y:auto;padding-right:1rem;margin-bottom:1.5rem}.home .about-section .about-content .about-text .about-text-scrollable::-webkit-scrollbar{width:8px}.home .about-section .about-content .about-text .about-text-scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.home .about-section .about-content .about-text .about-text-scrollable::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.home .about-section .about-content .about-text .about-text-scrollable::-webkit-scrollbar-thumb:hover{background:#764ba2}.home .about-section .about-content .about-text .about-text-scrollable p{font-size:1.2rem;line-height:1.9;color:#2d3748;margin-bottom:0;text-align:left;font-weight:400}.home .about-section .about-content .about-text .secondary-button{margin-top:auto;flex-shrink:0;align-self:center}.home .about-section .about-content .about-image{flex:0 0 auto;width:400px;min-width:300px;display:flex;align-items:center;justify-content:center}.home .about-section .about-content .about-image .image-placeholder{width:100%;height:auto;min-height:300px;display:flex;justify-content:center;align-items:center;border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #00000026;transition:transform .3s ease;background:#fff;padding:2rem}.home .about-section .about-content .about-image .image-placeholder:hover{transform:scale(1.02)}.home .about-section .about-content .about-image .image-placeholder img{width:100%;height:auto;object-fit:contain;max-width:100%}.home .services-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:8rem 0;position:relative;overflow:visible}.home .services-section .services-slider-wrapper{position:relative;margin-bottom:3rem;padding:2rem 4rem;overflow:visible;width:100%;box-sizing:border-box}.home .services-section .services-slider-wrapper .services-slider-container{overflow:hidden;width:100%;position:relative;margin:0 auto;padding:1rem 0}.home .services-section .services-slider-wrapper .services-slider{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform;gap:0}.home .services-section .services-slider-wrapper .services-slide{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;min-width:100%;width:100%;flex-shrink:0;box-sizing:border-box;padding:0 1.25rem;overflow-x:hidden}.home .services-section .services-slider-wrapper .services-slide .service-card{width:100%;height:auto;max-width:100%;box-sizing:border-box}.home .services-section .services-slider-wrapper .slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.2);width:56px;height:56px;border-radius:50%;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex!important;align-items:center;justify-content:center;box-shadow:0 4px 20px #667eea26;z-index:10000;color:#667eea}.home .services-section .services-slider-wrapper .slider-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #667eea4d;border-color:transparent}.home .services-section .services-slider-wrapper .slider-btn:active:not(:disabled){transform:translateY(-50%) scale(1.05)}.home .services-section .services-slider-wrapper .slider-btn:disabled{opacity:.3;cursor:not-allowed}.home .services-section .services-slider-wrapper .slider-btn.prev{left:0}.home .services-section .services-slider-wrapper .slider-btn.next{right:0}.home .services-section .services-slider-wrapper .slider-btn svg{width:24px;height:24px}.home .services-section .slider-indicators{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem}.home .services-section .slider-indicators .indicator{width:12px;height:12px;border-radius:50%;border:none;background:#667eea4d;cursor:pointer;transition:all .3s ease;padding:0}.home .services-section .slider-indicators .indicator:hover{background:#667eea80;transform:scale(1.2)}.home .services-section .slider-indicators .indicator.active{width:32px;height:12px;border-radius:6px;background:linear-gradient(90deg,#667eea,#764ba2);box-shadow:0 0 15px #667eea80}.home .services-section .service-card{background:#fffffff2;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%;max-width:100%;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;display:flex;flex-direction:column;margin-bottom:1rem}.home .services-section .service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.home .services-section .service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #667eea40;z-index:5}.home .services-section .service-card:hover:before{transform:scaleX(1)}.home .services-section .service-card .service-icon{font-size:4rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease}.home .services-section .service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.home .services-section .service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;color:#1a1a2e;text-align:center;line-height:1.3}.home .services-section .service-card p{font-size:1rem;color:#4a5568;line-height:1.7;text-align:center}.home .services-section .section-container .secondary-button{display:block;margin:0 auto;text-align:center;width:fit-content}.home .projects-section{background:linear-gradient(180deg,#fff,#f8f9fa);min-height:100vh;padding:8rem 0;text-align:center}.home .projects-section .projects-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:4rem}.home .projects-section .projects-showcase .project-card{background:#fffffff2;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home .projects-section .projects-showcase .project-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 60px #667eea33}.home .projects-section .projects-showcase .project-card .project-image{height:250px;overflow:hidden;position:relative}.home .projects-section .projects-showcase .project-card .project-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(102,126,234,.3) 100%);opacity:0;transition:opacity .3s ease}.home .projects-section .projects-showcase .project-card .project-image:hover:after{opacity:1}.home .projects-section .projects-showcase .project-card .project-image .image-placeholder{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;color:#ffffffb3;font-style:italic;transition:transform .3s ease}.home .projects-section .projects-showcase .project-card .project-image:hover .image-placeholder{transform:scale(1.1)}.home .projects-section .projects-showcase .project-card .project-info{padding:2rem}.home .projects-section .projects-showcase .project-card .project-info h3{font-size:1.4rem;font-weight:700;margin-bottom:.8rem;color:#1a1a2e}.home .projects-section .projects-showcase .project-card .project-info p{font-size:1rem;color:#4a5568;line-height:1.6}.home .contact-section{background:transparent;padding:8rem 0 6rem;align-items:flex-start;justify-content:flex-start}.home .contact-section h2{color:#1a1a2e}.home .contact-section h2:after{background:linear-gradient(90deg,#667eea,#764ba2)}.home .contact-section .contact-content{display:flex;flex-wrap:wrap;gap:4rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem;border-radius:30px;box-shadow:0 15px 50px #00000026}.home .contact-section .contact-content .contact-info{flex:1;min-width:300px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 40px #0000001a}.home .contact-section .contact-content .contact-info .contact-item{display:flex;align-items:flex-start;margin-bottom:2.5rem;transition:transform .3s ease}.home .contact-section .contact-content .contact-info .contact-item:hover{transform:translate(10px)}.home .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:2rem;margin-right:1.5rem;color:#ffffffe6;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.home .contact-section .contact-content .contact-info .contact-item h3{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.home .contact-section .contact-content .contact-info .contact-item p{font-size:1.05rem;color:#fffffff2;line-height:1.6}.home .contact-section .contact-content .contact-info .contact-item a{font-size:1.05rem;color:#fffffff2!important;line-height:1.6;text-decoration:none}.home .contact-section .contact-content .contact-info .contact-item a:hover{color:#fff!important;text-decoration:underline}.home .contact-section .contact-content .contact-form-container{flex:1;min-width:300px}.home .contact-section .contact-content .contact-form-container .contact-form{display:flex;flex-direction:column;gap:1.5rem;background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 15px 50px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home .contact-section .contact-content .contact-form-container .contact-form input,.home .contact-section .contact-content .contact-form-container .contact-form textarea{padding:1.2rem 1.5rem;border-radius:12px;border:2px solid #e2e8f0;font-family:inherit;font-size:1rem;background-color:#fff;color:#1a1a2e;transition:all .3s ease}.home .contact-section .contact-content .contact-form-container .contact-form input:focus,.home .contact-section .contact-content .contact-form-container .contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-2px)}.home .contact-section .contact-content .contact-form-container .contact-form input::placeholder,.home .contact-section .contact-content .contact-form-container .contact-form textarea::placeholder{color:#a0aec0}.home .contact-section .contact-content .contact-form-container .contact-form textarea{resize:vertical;min-height:150px;resize:none}.home .cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #667eea66;cursor:pointer;position:relative;overflow:hidden}.home .cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.home .cta-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #667eea80}.home .cta-button:hover:before{width:300px;height:300px}.home .cta-button:active{transform:translateY(-2px) scale(1.02)}.home .secondary-button{display:inline-block;padding:.9rem 2.2rem;background-color:transparent;color:#667eea;border:2px solid #667eea;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;overflow:hidden}.home .secondary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:left .4s ease;z-index:-1}.home .secondary-button:hover{color:#fff;transform:translateY(-5px) scale(1.05);box-shadow:0 10px 30px #667eea4d}.home .secondary-button:hover:before{left:0}.home .secondary-button:active{transform:translateY(-2px) scale(1.02)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.3}}@media (max-width: 992px){.home .section-container{padding:0 2rem}.home .section h2{font-size:2.6rem}.home .hero-section{margin:1.5rem auto 0;width:calc(100% - 3rem);border-radius:25px}.home .hero-section h1{font-size:3.2rem}.home .hero-section .tagline{font-size:1.5rem}.home .services-section .services-slider-wrapper{padding:0 3rem}.home .services-section .services-slider-wrapper .services-slide{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.home .section{padding:3rem 0;overflow-x:hidden}.home .section-container{padding:0 1rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.home .section h2{font-size:2rem;margin-bottom:1.5rem;padding-bottom:.8rem}.home .hero-section{min-height:60vh!important;margin:1rem auto 0;width:calc(100% - 2rem);border-radius:20px}.home .hero-section .hero-container{padding:2rem 1.5rem}.home .hero-section .hero-container .logowrapper{margin-bottom:1.5rem}.home .hero-section .hero-container .logowrapper img{max-width:100px;max-height:100px}.home .hero-section h1{font-size:2rem;margin-top:0;margin-bottom:.8rem;line-height:1.2}.home .hero-section .tagline{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.home .hero-section .cta-button{padding:.9rem 1.8rem;font-size:.95rem}.home .about-section{padding:3rem 0}.home .about-section .about-content{flex-direction:column;gap:2rem;padding:2rem 1rem;border-radius:20px}.home .about-section .about-content .about-text{padding:1.5rem;width:100%}.home .about-section .about-content .about-text .about-text-scrollable{max-height:350px;font-size:.95rem;line-height:1.6}.home .about-section .about-content .about-image{width:100%}.home .about-section .about-content .about-image .image-placeholder{height:250px;width:100%}.home .about-section .about-content .secondary-button{padding:.8rem 1.5rem;font-size:.9rem}.home .services-section{padding:3rem 0;overflow:visible}.home .services-section .services-slider-wrapper{padding:2rem 3.5rem;overflow:visible;margin:0}.home .services-section .services-slider-wrapper .services-slider-container{padding:.5rem 0}.home .services-section .services-slider-wrapper .services-slide{grid-template-columns:1fr;padding:0 .5rem;gap:1.5rem}.home .services-section .services-slider-wrapper .slider-btn{width:44px;height:44px;z-index:10000;display:flex!important}.home .services-section .services-slider-wrapper .slider-btn svg{width:20px;height:20px}.home .services-section .services-slider-wrapper .slider-btn.prev{left:.5rem}.home .services-section .services-slider-wrapper .slider-btn.next{right:.5rem}.home .services-section .service-card{padding:1.5rem}.home .services-section .service-card .service-icon{font-size:3rem;margin-bottom:1rem}.home .services-section .service-card h3{font-size:1.2rem;margin-bottom:.8rem}.home .services-section .service-card p{font-size:.9rem;line-height:1.6}.home .projects-section{padding:3rem 0}.home .projects-section .projects-showcase{grid-template-columns:1fr;gap:1.5rem}.home .projects-section .projects-showcase .project-card .project-info{padding:1.5rem}.home .projects-section .projects-showcase .project-card .project-info h3{font-size:1.2rem}.home .projects-section .projects-showcase .project-card .project-info p{font-size:.9rem}.home .contact-section{padding:3rem 0}.home .contact-section .contact-content{flex-direction:column;gap:2rem;padding:2rem 1rem;border-radius:20px}.home .contact-section .contact-content .contact-info{padding:1.5rem;width:100%}.home .contact-section .contact-content .contact-info .contact-item{margin-bottom:1.5rem}.home .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:1.8rem;margin-right:1rem}.home .contact-section .contact-content .contact-info .contact-item h3{font-size:1.1rem;margin-bottom:.5rem}.home .contact-section .contact-content .contact-info .contact-item p,.home .contact-section .contact-content .contact-info .contact-item a{font-size:.95rem}.home .contact-section .contact-content .contact-form-container{width:100%}.home .contact-section .contact-content .contact-form-container .contact-form{padding:1.5rem}.home .contact-section .contact-content .contact-form-container .contact-form input,.home .contact-section .contact-content .contact-form-container .contact-form textarea{padding:1rem;font-size:.95rem;margin-bottom:1rem}.home .contact-section .contact-content .contact-form-container .contact-form .cta-button{padding:.9rem 2rem;font-size:1rem;width:100%}}@media (max-width: 480px){.home .section{padding:2rem 0;overflow-x:hidden}.home .section-container{padding:0 .75rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.home .section h2{font-size:1.6rem;margin-bottom:1.2rem;padding-bottom:.6rem}.home .hero-section{margin:.5rem auto 0;width:calc(100% - 1rem);border-radius:15px;min-height:50vh!important}.home .hero-section .hero-container{padding:1.5rem 1rem}.home .hero-section .hero-container .logowrapper{margin-bottom:1rem}.home .hero-section .hero-container .logowrapper img{max-width:80px;max-height:80px}.home .hero-section h1{font-size:1.6rem;margin-top:0;margin-bottom:.6rem;line-height:1.2}.home .hero-section .tagline{font-size:.9rem;margin-bottom:1.2rem;line-height:1.4}.home .hero-section .cta-button{padding:.8rem 1.5rem;font-size:.9rem}.home .about-section{padding:2rem 0}.home .about-section .about-content{padding:1.5rem .75rem;border-radius:15px;gap:1.5rem}.home .about-section .about-content .about-text{padding:1.2rem}.home .about-section .about-content .about-text .about-text-scrollable{max-height:300px;font-size:.9rem;line-height:1.6;padding-right:.5rem}.home .about-section .about-content .about-image .image-placeholder{height:200px}.home .about-section .about-content .secondary-button{padding:.7rem 1.2rem;font-size:.85rem}.home .services-section{padding:2rem 0;overflow:visible}.home .services-section .services-slider-wrapper{padding:2rem 3rem;overflow:visible;margin:0}.home .services-section .services-slider-wrapper .services-slider-container{padding:.5rem 0}.home .services-section .services-slider-wrapper .services-slide{padding:0 .25rem;gap:1rem}.home .services-section .services-slider-wrapper .slider-btn{width:40px;height:40px;z-index:10000;display:flex!important}.home .services-section .services-slider-wrapper .slider-btn svg{width:18px;height:18px}.home .services-section .services-slider-wrapper .slider-btn.prev{left:.3rem}.home .services-section .services-slider-wrapper .slider-btn.next{right:.3rem}.home .services-section .service-card{padding:1.2rem}.home .services-section .service-card .service-icon{font-size:2.5rem;margin-bottom:.8rem}.home .services-section .service-card h3{font-size:1.1rem;margin-bottom:.6rem}.home .services-section .service-card p{font-size:.85rem;line-height:1.5}.home .projects-section{padding:2rem 0}.home .projects-section .projects-showcase{gap:1.2rem}.home .projects-section .projects-showcase .project-card .project-info{padding:1.2rem}.home .projects-section .projects-showcase .project-card .project-info h3{font-size:1.1rem}.home .projects-section .projects-showcase .project-card .project-info p{font-size:.85rem}.home .contact-section{padding:2rem 0}.home .contact-section .contact-content{padding:1.5rem .75rem;border-radius:15px;gap:1.5rem}.home .contact-section .contact-content .contact-info{padding:1.2rem}.home .contact-section .contact-content .contact-info .contact-item{margin-bottom:1.2rem;flex-direction:column;align-items:flex-start}.home .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:1.5rem;margin-bottom:.5rem;margin-right:0}.home .contact-section .contact-content .contact-info .contact-item h3{font-size:1rem;margin-bottom:.4rem}.home .contact-section .contact-content .contact-info .contact-item p,.home .contact-section .contact-content .contact-info .contact-item a{font-size:.9rem;line-height:1.5}.home .contact-section .contact-content .contact-form-container .contact-form{padding:1.2rem}.home .contact-section .contact-content .contact-form-container .contact-form input,.home .contact-section .contact-content .contact-form-container .contact-form textarea{padding:.9rem;font-size:.9rem;margin-bottom:.9rem}.home .contact-section .contact-content .contact-form-container .contact-form textarea{min-height:100px}.home .contact-section .contact-content .contact-form-container .contact-form .cta-button{padding:.8rem 1.5rem;font-size:.9rem;width:100%}.home .cta-button,.home .secondary-button{padding:.7rem 1.2rem;font-size:.85rem}}@media (max-width: 380px){.home .section{padding:1.5rem 0;overflow-x:hidden}.home .section-container{padding:0 .5rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.home .section h2{font-size:1.4rem;margin-bottom:1rem;padding-bottom:.5rem}.home .hero-section{margin:.5rem auto 0;width:calc(100% - 1rem);border-radius:12px;min-height:45vh!important}.home .hero-section .hero-container{padding:1rem .75rem}.home .hero-section .hero-container .logowrapper{margin-bottom:.8rem}.home .hero-section .hero-container .logowrapper img{max-width:70px;max-height:70px}.home .hero-section h1{font-size:1.4rem;margin-bottom:.5rem}.home .hero-section .tagline{font-size:.85rem;margin-bottom:1rem}.home .hero-section .cta-button{padding:.7rem 1.2rem;font-size:.85rem}.home .about-section{padding:1.5rem 0}.home .about-section .about-content{padding:1rem .5rem;border-radius:12px;gap:1rem}.home .about-section .about-content .about-text{padding:1rem}.home .about-section .about-content .about-text .about-text-scrollable{max-height:250px;font-size:.85rem}.home .about-section .about-content .about-image .image-placeholder{height:180px}.home .about-section .about-content .secondary-button{padding:.6rem 1rem;font-size:.8rem}.home .services-section{padding:1.5rem 0;overflow:visible}.home .services-section .services-slider-wrapper{padding:1.5rem 2.5rem;overflow:visible;margin:0}.home .services-section .services-slider-wrapper .services-slider-container{padding:.5rem 0}.home .services-section .services-slider-wrapper .services-slide{padding:0 .2rem;gap:.8rem}.home .services-section .services-slider-wrapper .slider-btn{width:36px;height:36px;z-index:10000;display:flex!important}.home .services-section .services-slider-wrapper .slider-btn svg{width:16px;height:16px}.home .services-section .services-slider-wrapper .slider-btn.prev{left:.2rem}.home .services-section .services-slider-wrapper .slider-btn.next{right:.2rem}.home .services-section .service-card{padding:1rem}.home .services-section .service-card .service-icon{font-size:2rem;margin-bottom:.6rem}.home .services-section .service-card h3{font-size:1rem;margin-bottom:.5rem}.home .services-section .service-card p{font-size:.8rem;line-height:1.4}.home .projects-section{padding:1.5rem 0}.home .projects-section .projects-showcase{gap:1rem}.home .projects-section .projects-showcase .project-card .project-info{padding:1rem}.home .projects-section .projects-showcase .project-card .project-info h3{font-size:1rem}.home .projects-section .projects-showcase .project-card .project-info p{font-size:.8rem}.home .contact-section{padding:1.5rem 0}.home .contact-section .contact-content{padding:1rem .5rem;border-radius:12px;gap:1rem}.home .contact-section .contact-content .contact-info{padding:1rem}.home .contact-section .contact-content .contact-info .contact-item{margin-bottom:1rem}.home .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:1.3rem;margin-bottom:.4rem}.home .contact-section .contact-content .contact-info .contact-item h3{font-size:.95rem}.home .contact-section .contact-content .contact-info .contact-item p,.home .contact-section .contact-content .contact-info .contact-item a{font-size:.85rem}.home .contact-section .contact-content .contact-form-container .contact-form{padding:1rem}.home .contact-section .contact-content .contact-form-container .contact-form input,.home .contact-section .contact-content .contact-form-container .contact-form textarea{padding:.8rem;font-size:.85rem;margin-bottom:.8rem}.home .contact-section .contact-content .contact-form-container .contact-form .cta-button{padding:.7rem 1.2rem;font-size:.85rem}.home .footer{padding:1.5rem 0}.home .footer .footer-container{padding:1rem;border-radius:12px;gap:1rem}.home .footer .footer-container .footer-left .footer-text{font-size:.75rem}.home .footer .footer-container .footer-left .footer-credit,.home .footer .footer-container .footer-left .footer-credit a{font-size:.7rem}.home .footer .footer-container .footer-right{gap:.6rem}.home .footer .footer-container .footer-right .social-link{width:32px;height:32px}.home .footer .footer-container .footer-right .social-link svg{width:14px;height:14px}}.footer{background:transparent;padding:4rem 0 3rem;margin-top:2rem;position:relative}.footer .footer-container{max-width:1400px;width:100%;padding:3rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;box-shadow:0 15px 50px #00000026}.footer .footer-container .footer-left{display:flex;flex-direction:column;gap:.5rem}.footer .footer-container .footer-left .footer-text{color:#fffffff2;font-size:1.05rem;margin:0;font-weight:400;letter-spacing:.3px;text-align:left}.footer .footer-container .footer-left .footer-credit{margin:0;color:#fffffff2;font-size:.95rem}.footer .footer-container .footer-left .footer-credit a{color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.footer .footer-container .footer-left .footer-credit a:hover{color:#fffc;text-decoration:underline}.footer .footer-container .footer-right{display:flex;gap:1.5rem;align-items:center}.footer .footer-container .footer-right .social-link{color:#fff;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer .footer-container .footer-right .social-link svg{width:20px;height:20px}.footer .footer-container .footer-right .social-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 768px){.footer{padding:2rem 0;margin-top:0}.footer .footer-container{padding:1.5rem;flex-direction:column;gap:1.5rem;align-items:flex-start;border-radius:20px}.footer .footer-container .footer-left{width:100%}.footer .footer-container .footer-left .footer-text{font-size:.9rem;line-height:1.5}.footer .footer-container .footer-left .footer-credit,.footer .footer-container .footer-left .footer-credit a{font-size:.85rem}.footer .footer-container .footer-right{width:100%;justify-content:flex-start;gap:1rem}.footer .footer-container .footer-right .social-link{width:38px;height:38px}.footer .footer-container .footer-right .social-link svg{width:18px;height:18px}}@media (max-width: 480px){.footer{padding:1.5rem 0}.footer .footer-container{padding:1.2rem;border-radius:15px;gap:1.2rem}.footer .footer-container .footer-left .footer-text{font-size:.8rem;line-height:1.4}.footer .footer-container .footer-left .footer-credit,.footer .footer-container .footer-left .footer-credit a{font-size:.75rem}.footer .footer-container .footer-right{gap:.8rem}.footer .footer-container .footer-right .social-link{width:34px;height:34px}.footer .footer-container .footer-right .social-link svg{width:16px;height:16px}}.about{width:100%;margin:0 auto;padding:0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:90vh;display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeInUp .8s ease-out}.about .about-container{max-width:1400px;width:100%;padding:6rem 3rem}.about .about-container h1{font-size:3.5rem;margin-bottom:3rem;color:#1a1a2e;font-weight:800;position:relative;padding-bottom:1rem;animation:fadeInUp 1s ease-out;letter-spacing:-1px}.about .about-container h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.about .about-container .about-content{display:flex;flex-direction:column;gap:4rem;margin-top:3rem;animation:fadeInUp 1.2s ease-out}.about .about-container .about-content .about-text-full{width:100%;background:#ffffffe6;padding:3rem;border-radius:20px;box-shadow:0 15px 50px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about .about-container .about-content .about-text-full p{font-size:1.15rem;line-height:1.9;color:#4a5568;margin-bottom:1.8rem;text-align:justify}.about .about-container .about-content .about-cards{width:100%;display:flex;flex-direction:column;gap:2.5rem}.about .about-container .about-content .about-cards .about-card{background:#fffffff2;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.about .about-container .about-content .about-cards .about-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.about .about-container .about-content .about-cards .about-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #667eea33}.about .about-container .about-content .about-cards .about-card:hover:before{transform:scaleX(1)}.about .about-container .about-content .about-cards .about-card h3{font-size:1.7rem;color:#1a1a2e;margin-bottom:1.5rem;font-weight:700;text-align:center}.about .about-container .about-content .about-cards .about-card p{font-size:1.1rem;line-height:1.8;color:#4a5568;text-align:left}.about .about-container .about-content .about-cards .about-card ul{list-style-type:none;padding:0}.about .about-container .about-content .about-cards .about-card ul li{padding:.9rem 0;font-size:1.1rem;color:#4a5568;display:flex;align-items:center;text-align:left;transition:transform .3s ease}.about .about-container .about-content .about-cards .about-card ul li:hover{transform:translate(10px)}.about .about-container .about-content .about-cards .about-card ul li:before{content:"✓";color:#667eea;margin-right:15px;font-weight:700;background:linear-gradient(135deg,#667eea33,#764ba233);width:28px;height:28px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1rem;flex-shrink:0;box-shadow:0 4px 10px #667eea33}.about .about-container .about-content .about-cards .about-card-container{display:flex;gap:2.5rem;margin-top:1rem}.about .about-container .about-content .about-cards .about-card-container .about-card{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 992px){.about .about-container{padding:4rem 2rem}.about .about-container h1{font-size:2.8rem}.about .about-container .about-content{gap:3rem}.about .about-container .about-content .about-text-full{padding:2.5rem}.about .about-container .about-content .about-cards .about-card{padding:2rem}.about .about-container .about-content .about-cards .about-card-container{flex-direction:column;gap:2rem}}@media screen and (max-width: 768px){.about .about-container{padding:2rem 1rem}.about .about-container h1{font-size:2rem;margin-bottom:1.5rem}.about .about-container .about-content{gap:2rem}.about .about-container .about-content .about-text-full{padding:1.5rem}.about .about-container .about-content .about-text-full p{font-size:.95rem;text-align:left;line-height:1.7}.about .about-container .about-content .about-cards{gap:1.5rem}.about .about-container .about-content .about-cards .about-card{padding:1.5rem}.about .about-container .about-content .about-cards .about-card h3{font-size:1.3rem;margin-bottom:1rem}.about .about-container .about-content .about-cards .about-card p{font-size:.95rem;line-height:1.6}.about .about-container .about-content .about-cards .about-card ul li{font-size:.95rem;padding:.8rem 0}.about .about-container .about-content .about-cards .about-card-container{flex-direction:column;gap:1.5rem}}@media screen and (max-width: 480px){.about .about-container{padding:2rem 1rem}.about .about-container h1{font-size:1.8rem;margin-bottom:1.5rem}.about .about-container .about-content{gap:2rem}.about .about-container .about-content .about-text-full{padding:1.5rem}.about .about-container .about-content .about-text-full p{font-size:.95rem;line-height:1.7}.about .about-container .about-content .about-cards{gap:1.5rem}.about .about-container .about-content .about-cards .about-card{padding:1.5rem}.about .about-container .about-content .about-cards .about-card h3{font-size:1.2rem;margin-bottom:1rem}.about .about-container .about-content .about-cards .about-card p{font-size:.95rem;line-height:1.6}.about .about-container .about-content .about-cards .about-card ul li{font-size:.95rem;padding:.7rem 0}.about .about-container .about-content .about-cards .about-card ul li:before{width:24px;height:24px;font-size:.9rem;margin-right:12px}}.services{max-width:100%;width:100%;margin:0;padding:0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;position:relative;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.services .section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;overflow-x:hidden}.services .section.visible{opacity:1;transform:translateY(0)}.services .section-container{max-width:1400px;width:100%;padding:0 3rem;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.services .section h2{font-size:3.2rem;margin-bottom:3rem;color:#1a1a2e;text-align:center;font-weight:800;position:relative;padding-bottom:1rem;letter-spacing:-.5px}.services .section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.services .services-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:8rem 0;position:relative;overflow:visible}.services .services-section .services-slider-wrapper{position:relative;margin-bottom:3rem;padding:2rem 4rem;overflow:visible;width:100%;box-sizing:border-box}.services .services-section .services-slider-wrapper .services-slider-container{overflow:hidden;width:100%;position:relative;margin:0 auto;padding:1rem 0}.services .services-section .services-slider-wrapper .services-slider{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform;gap:0}.services .services-section .services-slider-wrapper .services-slide{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;min-width:100%;width:100%;flex-shrink:0;box-sizing:border-box;padding:0 1.25rem;overflow-x:hidden}.services .services-section .services-slider-wrapper .services-slide .service-card{width:100%;height:auto;max-width:100%;box-sizing:border-box}.services .services-section .services-slider-wrapper .slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.2);width:56px;height:56px;border-radius:50%;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex!important;align-items:center;justify-content:center;box-shadow:0 4px 20px #667eea26;z-index:10000;color:#667eea}.services .services-section .services-slider-wrapper .slider-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #667eea4d;border-color:transparent}.services .services-section .services-slider-wrapper .slider-btn:active:not(:disabled){transform:translateY(-50%) scale(1.05)}.services .services-section .services-slider-wrapper .slider-btn:disabled{opacity:.3;cursor:not-allowed}.services .services-section .services-slider-wrapper .slider-btn.prev{left:0}.services .services-section .services-slider-wrapper .slider-btn.next{right:0}.services .services-section .services-slider-wrapper .slider-btn svg{width:24px;height:24px}.services .services-section .slider-indicators{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem}.services .services-section .slider-indicators .indicator{width:12px;height:12px;border-radius:50%;border:none;background:#667eea4d;cursor:pointer;transition:all .3s ease;padding:0}.services .services-section .slider-indicators .indicator:hover{background:#667eea80;transform:scale(1.2)}.services .services-section .slider-indicators .indicator.active{width:32px;height:12px;border-radius:6px;background:linear-gradient(90deg,#667eea,#764ba2);box-shadow:0 0 15px #667eea80}.services .services-section .service-card{background:#fffffff2;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;margin-bottom:1rem}.services .services-section .service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.services .services-section .service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #667eea40;z-index:5}.services .services-section .service-card:hover:before{transform:scaleX(1)}.services .services-section .service-card .service-icon{font-size:4rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease}.services .services-section .service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.services .services-section .service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;color:#1a1a2e;text-align:center;line-height:1.3}.services .services-section .service-card p{font-size:1rem;color:#4a5568;line-height:1.7;text-align:center}.services .services-section .secondary-button{display:inline-block;padding:.9rem 2.2rem;background-color:transparent;color:#667eea;border:2px solid #667eea;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;margin:0 auto;display:block;width:fit-content;position:relative;overflow:hidden}.services .services-section .secondary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:left .4s ease;z-index:-1}.services .services-section .secondary-button:hover{color:#fff;transform:translateY(-5px) scale(1.05);box-shadow:0 10px 30px #667eea4d}.services .services-section .secondary-button:hover:before{left:0}.services .services-section .secondary-button:active{transform:translateY(-2px) scale(1.02)}@media screen and (max-width: 992px){.services .section-container{padding:0 2rem}.services .section h2{font-size:2.6rem}.services .services-section{padding:5rem 0}.services .services-section .services-slider-wrapper{padding:0 3rem}.services .services-section .services-slider-wrapper .services-slide{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.services .section{padding:3rem 0;overflow-x:hidden}.services .section-container{padding:0 1rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.services .section h2{font-size:2rem;margin-bottom:1.5rem}.services .services-section{padding:3rem 0;overflow:visible}.services .services-section .services-slider-wrapper{padding:2rem 3.5rem;overflow:visible;margin:0}.services .services-section .services-slider-wrapper .services-slider-container{padding:.5rem 0}.services .services-section .services-slider-wrapper .services-slide{grid-template-columns:1fr;padding:0 .5rem;gap:1.5rem}.services .services-section .services-slider-wrapper .slider-btn{width:44px;height:44px;z-index:10000;display:flex!important}.services .services-section .services-slider-wrapper .slider-btn svg{width:20px;height:20px}.services .services-section .services-slider-wrapper .slider-btn.prev{left:.5rem}.services .services-section .services-slider-wrapper .slider-btn.next{right:.5rem}.services .services-section .service-card{padding:1.5rem}.services .services-section .service-card .service-icon{font-size:3rem;margin-bottom:1rem}.services .services-section .service-card h3{font-size:1.2rem;margin-bottom:.8rem}.services .services-section .service-card p{font-size:.9rem;line-height:1.6}.services .services-section .secondary-button{padding:.8rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 480px){.services .section{padding:3rem 0;overflow-x:hidden}.services .section-container{padding:0 1rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.services .section h2{font-size:1.8rem;margin-bottom:2rem}.services .services-section{padding:3rem 0;overflow:visible}.services .services-section .services-slider-wrapper{padding:2rem 3rem;overflow:visible;margin:0}.services .services-section .services-slider-wrapper .slider-btn{width:40px;height:40px;z-index:10000;display:flex!important}.services .services-section .services-slider-wrapper .slider-btn svg{width:18px;height:18px}.services .services-section .services-slider-wrapper .slider-btn.prev{left:.3rem}.services .services-section .services-slider-wrapper .slider-btn.next{right:.3rem}.services .services-section .service-card{padding:1.5rem}.services .services-section .service-card .service-icon{font-size:3rem;margin-bottom:1rem}.services .services-section .service-card h3{font-size:1.2rem;margin-bottom:1rem}.services .services-section .service-card p{font-size:.9rem;line-height:1.6}.services .services-section .secondary-button{padding:.8rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 380px){.services .section{padding:1.5rem 0;overflow-x:hidden}.services .section-container{padding:0 .5rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.services .section h2{font-size:1.4rem;margin-bottom:1rem}.services .services-section{padding:1.5rem 0;overflow:visible}.services .services-section .services-slider-wrapper{padding:1.5rem 2.5rem;overflow:visible;margin:0}.services .services-section .services-slider-wrapper .services-slider-container{padding:.5rem 0}.services .services-section .services-slider-wrapper .services-slide{padding:0 .2rem;gap:.8rem}.services .services-section .services-slider-wrapper .slider-btn{width:36px;height:36px;z-index:10000;display:flex!important}.services .services-section .services-slider-wrapper .slider-btn svg{width:16px;height:16px}.services .services-section .services-slider-wrapper .slider-btn.prev{left:.2rem}.services .services-section .services-slider-wrapper .slider-btn.next{right:.2rem}.services .services-section .service-card{padding:1rem}.services .services-section .service-card .service-icon{font-size:2rem;margin-bottom:.6rem}.services .services-section .service-card h3{font-size:1rem;margin-bottom:.5rem}.services .services-section .service-card p{font-size:.8rem;line-height:1.4}.services .services-section .secondary-button{padding:.6rem 1rem;font-size:.8rem}}.contact{max-width:100%;width:100%;margin:0;padding:0;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;position:relative;overflow:hidden;scroll-behavior:smooth}.contact .section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;overflow-x:hidden}.contact .section.visible{opacity:1;transform:translateY(0)}.contact .section-container{max-width:1400px;width:100%;padding:0 3rem;margin:0 auto}.contact .section h2{font-size:3.2rem;margin-bottom:3rem;color:#fff;text-align:center;font-weight:800;position:relative;padding-bottom:1rem;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.1)}.contact .section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:#ffffff80;border-radius:2px}.contact .contact-section{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:8rem 0}.contact .contact-section .contact-content{display:flex;flex-wrap:wrap;gap:4rem;align-items:flex-start}.contact .contact-section .contact-content .contact-info{flex:1;min-width:300px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 40px #0000001a}.contact .contact-section .contact-content .contact-info .contact-item{display:flex;margin-bottom:2.5rem;transition:transform .3s ease}.contact .contact-section .contact-content .contact-info .contact-item:hover{transform:translate(10px)}.contact .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:2.2rem;color:#ffffffe6;margin-right:1.5rem;min-width:50px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.contact .contact-section .contact-content .contact-info .contact-item h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.contact .contact-section .contact-content .contact-info .contact-item p,.contact .contact-section .contact-content .contact-info .contact-item a{font-size:1.1rem;color:#fffffff2;text-decoration:none;line-height:1.6}.contact .contact-section .contact-content .contact-info .contact-item a{color:#fffffff2!important}.contact .contact-section .contact-content .contact-info .contact-item a:hover{color:#fff!important;text-decoration:underline}.contact .contact-section .contact-content .contact-form-container{flex:2;min-width:300px}.contact .contact-section .contact-content .contact-form-container .contact-form{background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 15px 50px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact .contact-section .contact-content .contact-form-container .contact-form input,.contact .contact-section .contact-content .contact-form-container .contact-form textarea{display:block;width:100%;padding:1.2rem 1.5rem;margin-bottom:1.5rem;border-radius:12px;border:2px solid #e2e8f0;font-family:inherit;font-size:1rem;background-color:#fff;color:#1a1a2e;resize:none;transition:all .3s ease}.contact .contact-section .contact-content .contact-form-container .contact-form input:focus,.contact .contact-section .contact-content .contact-form-container .contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-2px)}.contact .contact-section .contact-content .contact-form-container .contact-form input::placeholder,.contact .contact-section .contact-content .contact-form-container .contact-form textarea::placeholder{color:#a0aec0}.contact .contact-section .contact-content .contact-form-container .contact-form textarea{min-height:150px}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button{display:block;margin:0 auto;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #667eea66;cursor:pointer;position:relative;overflow:hidden;width:fit-content}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #667eea80}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button:hover:before{width:300px;height:300px}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button:active{transform:translateY(-2px) scale(1.02)}@media screen and (max-width: 992px){.contact .section-container{padding:0 2rem}.contact .section h2{font-size:2.6rem}.contact .contact-section{padding:5rem 0}.contact .contact-section .contact-content{gap:3rem}.contact .contact-section .contact-content .contact-info,.contact .contact-section .contact-content .contact-form-container .contact-form{padding:2.5rem}}@media screen and (max-width: 768px){.contact .section{padding:3rem 0}.contact .section-container{padding:0 1rem}.contact .section h2{font-size:2rem;margin-bottom:1.5rem}.contact .contact-section{padding:3rem 0}.contact .contact-section .contact-content{flex-direction:column-reverse;gap:2rem;padding:2rem 1rem;border-radius:20px}.contact .contact-section .contact-content .contact-info{padding:1.5rem;width:100%}.contact .contact-section .contact-content .contact-info .contact-item{margin-bottom:1.5rem}.contact .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:1.8rem;margin-right:1rem}.contact .contact-section .contact-content .contact-info .contact-item h3{font-size:1.1rem;margin-bottom:.5rem}.contact .contact-section .contact-content .contact-info .contact-item p,.contact .contact-section .contact-content .contact-info .contact-item a{font-size:.95rem;line-height:1.5}.contact .contact-section .contact-content .contact-form-container{width:100%}.contact .contact-section .contact-content .contact-form-container .contact-form{padding:1.5rem}.contact .contact-section .contact-content .contact-form-container .contact-form input,.contact .contact-section .contact-content .contact-form-container .contact-form textarea{padding:1rem;font-size:.95rem;margin-bottom:1rem}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button{padding:.9rem 2rem;font-size:1rem;width:100%}}@media screen and (max-width: 480px){.contact .section{padding:3rem 0}.contact .section-container{padding:0 1rem}.contact .section h2{font-size:1.8rem;margin-bottom:2rem}.contact .contact-section{padding:3rem 0}.contact .contact-section .contact-content{flex-direction:column-reverse;gap:2rem;padding:2rem 1rem;border-radius:20px}.contact .contact-section .contact-content .contact-info{padding:1.5rem}.contact .contact-section .contact-content .contact-info .contact-item{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.contact .contact-section .contact-content .contact-info .contact-item .contact-icon{margin-bottom:.5rem;margin-right:0;font-size:1.8rem}.contact .contact-section .contact-content .contact-info .contact-item h3{font-size:1.1rem;margin-bottom:.5rem}.contact .contact-section .contact-content .contact-info .contact-item p,.contact .contact-section .contact-content .contact-info .contact-item a{font-size:.95rem}.contact .contact-section .contact-content .contact-form-container .contact-form{padding:1.5rem}.contact .contact-section .contact-content .contact-form-container .contact-form input,.contact .contact-section .contact-content .contact-form-container .contact-form textarea{padding:1rem 1.2rem;font-size:.95rem;margin-bottom:1.2rem}.contact .contact-section .contact-content .contact-form-container .contact-form textarea{min-height:120px}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button{padding:.9rem 2rem;font-size:1rem;width:100%}}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--primary-color: #3498db;--primary-dark: #2980b9;--secondary-color: #2c3e50;--text-color: #555;--light-bg: #f8f9fa;--light-gray: #e9eff5;--white: #ffffff;--shadow-sm: 0 2px 5px rgba(0, 0, 0, .05);--shadow-md: 0 5px 15px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--border-radius: 8px;--transition: all .3s ease}html,body{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}body{background-color:var(--light-bg);color:var(--text-color);min-height:100vh;line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);font-weight:600;line-height:1.3}a{text-decoration:none;color:var(--primary-color);transition:var(--transition)}button{cursor:pointer;font-family:inherit;border:none;background:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.btn{display:inline-block;padding:.8rem 2rem;border-radius:30px;font-weight:500;transition:var(--transition);text-align:center}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-3px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}@media screen and (max-width: 1200px){.container{max-width:1000px}}@media screen and (max-width: 992px){.container{max-width:768px}html{font-size:95%}}@media screen and (max-width: 768px){.container{max-width:100%;padding:0 1.5rem}html{font-size:90%}}@media screen and (max-width: 576px){.container{padding:0 1rem}html{font-size:85%}}
