@import url(https://fonts.googleapis.com/css2?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&display=swap);.home,body{min-height:100vh}.home li,.navbar-container .navbar-menu{list-style:none;text-align:center}.contact-section,.home h1,.home li,.home p,.services-section,footer,footer p{text-align:center}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif;font-weight:400;font-style:normal}html{scroll-behavior:smooth;scroll-padding:var(--scroll-padding,5rem)}body{background-color:#e2e8ee}.navbar{display:flex;align-items:center;justify-content:center;height:100px;width:100%;position:fixed;top:0;z-index:999;border-bottom:1px solid rgba(255,255,255,.15);transition:.3s}.navbar-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 2rem;max-width:1600px}.navbar-logo img{width:200px;height:auto;filter:brightness(0) invert(1);transition:.2s}.navbar-container .navbar-menu{display:flex;gap:1.5rem}.navbar-container .navbar-menu li a{text-decoration:none;color:#fff;font-size:1.2rem;font-weight:500;padding:8px 20px;border-radius:50px;border:2px solid transparent;transition:.3s;white-space:nowrap}.navbar-container .navbar-menu .active,.navbar-container .navbar-menu li a:hover{color:#162530;background:rgba(255,255,255,.9)}.navbar-toggle{display:none;background:0 0;padding:10px;border:none;cursor:pointer}.bar{display:block;width:25px;height:3px;margin:5px auto;background:#fff;transition:.3s ease-in-out}.sticking{background-color:#fff;height:80px}.sticking .bar{background:#000}.sticking .navbar-logo img{filter:none;display:block}.sticking .navbar-menu li a{color:#000}.sticking .navbar-menu .active,.sticking .navbar-menu li a:hover{color:#04f}.contact-section .submit,.home a{background-color:#2c66c3;color:#fff}.home{background:linear-gradient(180deg,#0044ffaa 0,#000000aa 100%) center/cover no-repeat,url(images/hompage-hero.webp) center/cover no-repeat;width:100%;display:flex;align-items:center;justify-content:center}.home h1{color:#fff;font-size:3rem;font-weight:600;margin-bottom:1rem}.home p{color:#fff;font-size:1.5rem;margin-bottom:2rem}.home a{text-decoration:none;padding:15px 20px;border-radius:10px;font-size:1.1rem;transition:.3s}.home a:hover{background-color:#214c91}@media (max-width:880px){.navbar-container .navbar-menu{display:none;flex-direction:column;align-items:flex-start;gap:1.7rem!important;position:absolute;height:100vh;width:250px;top:0;right:0;padding:5rem 1.5rem;box-shadow:0 10px 10px rgba(0,0,0,.3);background:0 0;backdrop-filter:blur(10px)}.navbar-container .navbar-menu.active{display:flex}.navbar-toggle{display:block;z-index:999}.navbar-toggle.active .bar:nth-child(2){opacity:0}.navbar-toggle.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.navbar-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.sticking .navbar-menu{background-color:#fff;backdrop-filter:none}.home h1{font-size:2rem}.home p{font-size:1rem}.home a{font-size:.7rem}}.services-section{max-width:100%;padding:2rem}.service-container{display:flex;justify-content:center;max-width:100%}.card-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;gap:15px;width:1200px}.services-section h2{font-size:2.25rem;margin-bottom:30px}.service{background-color:#fff;padding:20px;min-height:300px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:grid;grid-template-columns:repeat(auto-fit,1fr);will-change:all;transition:.3s}.service:hover{transform:scale(1.03);box-shadow:0 6px 16px rgba(0,0,0,.1)}.service h3{font-size:1.5rem;margin-bottom:10px}.service p{font-size:1rem;color:#555}.service .icon-container{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px}@media (max-width:480px){.navbar-container{padding:0 1rem}.navbar-logo img{width:170px;height:auto}.navbar-container .navbar-menu li a{font-size:1.2rem;padding:3px 15px}.home h1,.services-section h2{font-size:1.7rem}.home p{font-size:1rem}}.about-section{display:flex;flex-wrap:wrap;padding:60px 20px;max-width:1200px;margin:0 auto;align-items:center;gap:40px}.about-text{flex:1 1 500px}.about-text h2{font-size:2.5rem;margin-bottom:20px;color:#222}.about-text p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:16px}.about-image{flex:1 1 400px}.about-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media (max-width:768px){.service:hover{transform:none;box-shadow:none}.about-section{flex-direction:column;text-align:center}.about-image,.about-text{flex:1 1 100%}}.contact-section{margin-bottom:100px;padding:0 20px}.contact-section h2{font-size:2.25rem;margin-bottom:20px}.contact-section input,.contact-section textarea{padding:15px;width:100%;max-width:700px;border-radius:15px;margin:15px auto;border:none;font-size:1rem;display:block;box-sizing:border-box;resize:none}.contact-section .submit{cursor:pointer;font-size:1rem;padding:12px 30px;border-radius:15px;border:none;margin-top:15px}.contact-section .submit:hover{background-color:#225099}@media (max-width:600px){.contact-section h2{font-size:1.75rem}.contact-section input,.contact-section textarea{font-size:.95rem}.contact-section .submit{width:100%;font-size:1rem}}footer{background-color:rgba(0,0,0,.85);height:80px;display:flex;justify-content:center;align-items:center}footer p{font-size:1.25rem;color:#fff}
