.navbar{background-color:#1a3c6c;color:#fff;width:100%;padding:16px 0;position:fixed;top:0;left:0;z-index:1000}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff;transition:color .3s}.navbar-logo img{height:auto;width:50px}.navbar-logo img.logo-text{height:auto;width:150px;margin-left:10px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-link,.dropdown-toggle{position:relative;color:#fff;text-decoration:none;font-size:2rem;font-weight:500;transition:color .3s ease}.nav-link:after,.dropdown-toggle:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#8fc3f4;transition:width .5s cubic-bezier(.4,0,.2,1)}.nav-link:hover,.dropdown-toggle:hover{color:#8fc3f4}.nav-link:hover:after,.dropdown-toggle:hover:after{width:100%}.nav-link.active,.dropdown-toggle.active{color:#007bff}.nav-link[aria-current=page],.nav-link[aria-current=true],.dropdown-toggle[aria-current=page],.dropdown-toggle[aria-current=true]{color:#fff!important}.nav-link:not(.active),.dropdown-toggle:not(.active){color:#fff}.dropdown{position:relative}.dropdown-icon{margin-left:.5rem;font-size:.8rem}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#2d3748;list-style:none;padding:1rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:250px;z-index:1000}.dropdown:hover .dropdown-menu,.dropdown-menu.show{display:block}.dropdown-item{position:relative;display:block;color:#fff;text-decoration:none;font-size:.9rem;padding:.5rem 0;transition:color .3s}.dropdown-item:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:#8fc3f4;transition:width .5s cubic-bezier(.4,0,.2,1)}.dropdown-item:hover{color:#8fc3f4}.dropdown-item:hover:after{width:100%}.dropdown-item.active{color:#8fc3f4}.hamburger{display:none;font-size:1.5rem;cursor:pointer;color:#8fc3f4}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.navbar-logo{font-size:1.25rem}.hamburger{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#1a3c6c;flex-direction:column;padding:1rem;gap:1rem}.nav-links.active{display:flex}.nav-link,.dropdown-toggle{font-size:1rem}.dropdown-menu{position:static;background-color:#2d3748;padding:1rem;margin-top:.5rem;box-shadow:none}.dropdown:hover .dropdown-menu,.dropdown-menu.show{display:block}.dropdown-item{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.navbar-logo{font-size:1.4rem}.nav-links{gap:1.5rem}.nav-link,.dropdown-toggle{font-size:.95rem}.dropdown-menu{min-width:220px}.dropdown-item{font-size:.85rem}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.navbar-logo{font-size:1.5rem}.nav-links{gap:2rem}.nav-link,.dropdown-toggle{font-size:1rem}.dropdown-menu{min-width:250px}.dropdown-item{font-size:.9rem}}@media screen and (min-width: 1440px){.container{padding:0 48px}.navbar-logo{font-size:1.75rem}.nav-links{gap:2.5rem}.nav-link,.dropdown-toggle{font-size:1.1rem}.dropdown-menu{min-width:280px}.dropdown-item{font-size:1rem}}.web-development-container{min-height:100vh;width:100%;background-color:#f7fafc}.container h1{font-size:25px}.header{background-image:url(src\components\assetsWD.jpg);background-size:cover;background-position:center;color:#fff;padding:80px 0;text-align:center;width:100%;position:relative}.header-content h1{font-size:25px;margin-bottom:1.5rem;margin-top:70px}.technologies-section{padding:64px 0;background-color:#fff;width:100%}.technologies-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(85px,1fr));gap:1.5rem;list-style:none;padding:0}.technologies-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.technologies-section{padding:32px 0}.technologies-section h2{font-size:1.5rem}.technologies-list{grid-template-columns:-1fr}.technologies-list li{font-size:1rem}.tech-icon{font-size:1.25rem;margin-right:.5rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:48px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.technologies-section{padding:48px 0}.technologies-section h2{font-size:1.75rem}.technologies-list{grid-template-columns:repeat(2,1fr)}.technologies-list li{font-size:1.1rem}.tech-icon{font-size:1.4rem;margin-right:.6rem}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:64px 0}.intro-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.technologies-section{padding:64px 0}.technologies-section h2{font-size:2rem}.technologies-list{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:80px 0}.intro-section p{font-size:1.25rem}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.technologies-section{padding:80px 0}.technologies-section h2{font-size:2.25rem}.technologies-list{grid-template-columns:repeat(4,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}.contact-section{background:linear-gradient(120deg,#e0ecfc,#f8fafc);min-height:50vh;padding:60px 0;display:flex;align-items:center;justify-content:center;flex-direction:column}.contact-title{color:#1e3c72;font-weight:900;font-size:36px;letter-spacing:1px;width:100%;text-align:center;margin-left:0;margin-bottom:32px}.contact-titles{color:#1e3c72;font-weight:700;font-size:26px;letter-spacing:1px;text-align:center;margin-bottom:18px}.contact-flex{display:flex;align-items:stretch;justify-content:center;gap:0;width:100%;max-width:900px;background:#fff;border-radius:18px;box-shadow:0 4px 24px #6496c81a;overflow:hidden}.contact-img-side{flex:1 1 50%;min-width:0;max-width:50%;display:flex;align-items:stretch;justify-content:stretch;background:#e0ecfc}.contact-img-full{width:100%;height:100%;object-fit:cover;display:block}.contact-form-container{flex:1 1 50%;max-width:50%;width:100%;padding:24px 18px 18px;display:flex;flex-direction:column;align-items:center;background:#fff;justify-content:center}.form-group input{border:2px solid #8fc3f4;border-radius:6px;padding:10px;font-size:1rem;background:#fff;color:#222;transition:border-color .3s}.form-group textarea{border:2px solid #8fc3f4;border-radius:6px;padding:10px;font-size:1rem;outline:none;background:#fff;color:#222;transition:border-color .3s}.form-group input:focus{border-color:#1a3c6c}.form-group textarea:focus{border-color:#1a3c6c}.form-group{margin-bottom:14px;width:100%}label{font-weight:600;color:#1e3c72;display:block;margin-bottom:6px}input,textarea{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #b7e0ff;font-size:15px;margin-top:4px;box-sizing:border-box}textarea{resize:vertical}.error{color:#e74c3c;font-size:13px;margin-top:2px}.form-error{text-align:center;margin-bottom:10px}.contact-submit{width:100%;background:linear-gradient(90deg,#a7c7e7,#b7e0ff);color:#1e3c72;padding:10px 0;border:none;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;margin-top:8px;box-shadow:0 2px 8px #6496c81a;transition:background .2s,color .2s}.contact-submit:hover{background:linear-gradient(90deg,#b7e0ff,#a7c7e7);color:#185a9d}@media (min-width: 100px) and (max-width: 600px){.contact-flex{flex-direction:column}.contact-img-side,.contact-form-container{max-width:100%;flex:1 1 100%}.contact-img-side{height:200px}.contact-img-full{height:100%;object-fit:cover}.contact-img-full{object-fit:cover;width:100%;height:300px;align-items:center}}.uiux-design-container{min-height:100vh;width:100%;background-color:#f7fafc}.header{background-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;color:#fff;padding:80px 0;text-align:center;width:100%;position:relative}.ui-tools-section{padding:64px 0;background-color:#fff;width:100%}.ui-tools-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.ui-tools-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(85px,1fr));gap:1.5rem;list-style:none;padding:0}.ui-tools-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}.ui-tool-icon{font-size:1.5rem;margin-right:.75rem;color:#1a3c6c}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.ui-tools-section{padding:32px 0}.ui-tools-section h2{font-size:1.5rem}.ui-tools-list{grid-template-columns:-1fr}.ui-tools-list li{font-size:1rem}.ui-tool-icon{font-size:1.25rem;margin-right:.5rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:25px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.ui-tools-section{padding:48px 0}.ui-tools-section h2{font-size:1.75rem}.ui-tools-list{grid-template-columns:repeat(2,1fr)}.ui-tools-list li{font-size:1.1rem}.ui-tool-icon{font-size:1.4rem;margin-right:.6rem}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:25px 0}.intro-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.ui-tools-section{padding:64px 0}.ui-tools-section h2{font-size:2rem}.ui-tools-list{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:40px 0}.intro-section p{font-size:1.25rem}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.ui-tools-section{padding:80px 0}.ui-tools-section h2{font-size:2.25rem}.ui-tools-list{grid-template-columns:repeat(4,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}.hosting-services-container{min-height:100vh;width:100%;background-color:#f7fafc}.header{background-image:url(https://images.unsplash.com/photo-1516321310762-479e93c6d121?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;color:#fff;padding:80px 0;text-align:center;width:100%;position:relative}.h-platforms-section{padding:64px 0;background-color:#fff;width:100%}.h-platforms-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.h-platforms-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;list-style:none;padding:0}.h-platforms-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}.h-platform-icon{font-size:1.5rem;margin-right:.75rem;color:#1a3c6c}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.h-platforms-section{padding:32px 0}.h-platforms-section h2{font-size:1.5rem}.h-platforms-list li{font-size:1rem}.h-platform-icon{font-size:1.25rem;margin-right:.5rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:48px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.h-platforms-section{padding:48px 0}.h-platforms-section h2{font-size:1.75rem}.h-platforms-list{grid-template-columns:repeat(2,1fr)}.h-platforms-list li{font-size:1.1rem}.h-platform-icon{font-size:1.4rem;margin-right:.6rem}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:64px 0}.intro-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.h-platforms-section{padding:64px 0}.h-platforms-section h2{font-size:2rem}.h-platforms-list{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:80px 0}.intro-section p{font-size:1.25rem}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.h-platforms-section{padding:80px 0}.h-platforms-section h2{font-size:2.25rem}.h-platforms-list{grid-template-columns:repeat(4,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}.cloud-computing-container{min-height:100vh;width:100%;background-color:#f7fafc}.header{background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;color:#fff;padding:80px 0;text-align:center;width:100%;position:relative}.platforms-section{padding:64px 0;background-color:#fff;width:100%}.platforms-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}.platform-icon{font-size:1.5rem;margin-right:.75rem}.tools-section{padding:64px 0;background-color:#edf2f7;width:100%}.tools-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.tools-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(85px,1fr));gap:1.5rem;list-style:none;padding:0}.tools-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}.tool-icon{font-size:1.5rem;margin-right:.75rem}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.platforms-section{padding:32px 0}.platforms-section h2{font-size:1.5rem}.platforms-list{grid-template-columns:1fr}.platforms-list li{font-size:1rem}.platform-icon{font-size:1.25rem;margin-right:.5rem}.tools-section{padding:32px 0}.tools-section h2{font-size:1.5rem}.tools-list{grid-template-columns:1fr}.tools-list li{font-size:1rem}.tool-icon{font-size:1.25rem;margin-right:.5rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:48px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.platforms-section{padding:48px 0}.platforms-section h2{font-size:1.75rem}.platforms-list{grid-template-columns:repeat(2,1fr)}.platforms-list li{font-size:1.1rem}.platform-icon{font-size:1.4rem;margin-right:.6rem}.tools-section{padding:48px 0}.tools-section h2{font-size:1.75rem}.tools-list{grid-template-columns:repeat(2,1fr)}.tools-list li{font-size:1.1rem}.tool-icon{font-size:1.4rem;margin-right:.6rem}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:64px 0}.intro-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.platforms-section{padding:64px 0}.platforms-section h2{font-size:2rem}.platforms-list{grid-template-columns:repeat(3,1fr)}.tools-section{padding:64px 0}.tools-section h2{font-size:2rem}.tools-list{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:80px 0}.intro-section p{font-size:1.25rem}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.platforms-section{padding:80px 0}.platforms-section h2{font-size:2.25rem}.platforms-list{grid-template-columns:repeat(4,1fr)}.tools-section{padding:80px 0}.tools-section h2{font-size:2.25rem}.tools-list{grid-template-columns:repeat(4,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}.header{background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);color:#fff;padding:80px 0;text-align:center;background-size:cover;background-position:center;width:100%}.cta-button{display:inline-block;background-color:#6f91f8;color:#fff;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none;transition:background-color .3s}.cta-button:hover{background-color:#000000c1}.highlight{font-weight:600}.service-icon{font-size:2.5rem;margin-bottom:1rem}.platforms-section{padding:64px 0;background-color:#edf2f7;width:100%}.platforms-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.platforms-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;list-style:none;padding:0}.platforms-list li{font-size:1.125rem;color:#4a5568;font-weight:500}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0;background-size:cover;background-position:center}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.platforms-section{padding:32px 0}.platforms-section h2{font-size:1.5rem}.platforms-list{grid-template-columns:1fr}.platforms-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0;background-size:cover;background-position:center;background-repeat:no-repeat}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:48px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}.platforms-section{padding:48px 0}.platforms-section h2{font-size:1.75rem}.platforms-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0;background-size:cover;background-position:center}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:64px 0}.introduction-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}.platforms-section{padding:64px 0}.platforms-section h2{font-size:2rem}.platforms-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0;background-size:cover;background-position:center}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:80px 0}.intro-section p{font-size:1.25rem;font-size:bolder}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}.platforms-section{padding:80px 0}.platforms-section h2{font-size:2.25rem}.platforms-list{grid-template-columns:repeat(4,1fr)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0}.app-development-container{min-height:100vh;width:100%;background-color:#f7fafc}.header{background-size:cover;background-position:center;color:#fff;padding:80px 0;text-align:center;width:100%;position:relative}.industries-section{padding:64px 0;background-color:#fff;width:100%}.industries-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.industries-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;list-style:none;padding:0}.industries-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}.industry-icon{font-size:1.5rem;margin-right:.75rem;color:#1a3c6c}.technologies-section{padding:64px 0;background-color:#edf2f7;width:100%}.technologies-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.technologies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.tech-category{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.tech-category h3{font-size:1.25rem;color:#1a202c;margin-bottom:1rem}.tech-list{list-style:none;padding:0}.tech-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center;margin-bottom:.75rem}.tech-icon{font-size:1.5rem;margin-right:.75rem;color:#1a3c6c}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.industries-section{padding:32px 0}.industries-section h2{font-size:1.5rem}.industries-list{grid-template-columns:1fr}.industries-list li{font-size:1rem}.industry-icon{font-size:1.25rem;margin-right:.5rem}.technologies-section{padding:32px 0}.technologies-section h2{font-size:1.5rem}.technologies-grid{grid-template-columns:1fr}.tech-category{padding:16px}.tech-category h3{font-size:1.1rem}.tech-list li{font-size:1rem}.tech-icon{font-size:1.25rem;margin-right:.5rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:48px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.industries-section{padding:48px 0}.industries-section h2{font-size:1.75rem}.industries-list{grid-template-columns:repeat(2,1fr)}.industries-list li{font-size:1.1rem}.industry-icon{font-size:1.4rem;margin-right:.6rem}.technologies-section{padding:48px 0}.technologies-section h2{font-size:1.75rem}.technologies-grid{grid-template-columns:repeat(2,1fr)}.tech-category h3{font-size:1.2rem}.tech-list li{font-size:1.1rem}.tech-icon{font-size:1.4rem;margin-right:.6rem}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:64px 0}.intro-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.industries-section{padding:64px 0}.industries-section h2{font-size:2rem}.industries-list{grid-template-columns:repeat(3,1fr)}.technologies-section{padding:64px 0}.technologies-section h2{font-size:2rem}.technologies-grid{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:80px 0}.intro-section p{font-size:1.25rem}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.industries-section{padding:80px 0}.industries-section h2{font-size:2.25rem}.industries-list{grid-template-columns:repeat(4,1fr)}.technologies-section{padding:80px 0}.technologies-section h2{font-size:2.25rem}.technologies-grid{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.gaming-development-container{margin-top:50px;min-height:100vh;width:100%;background-color:#f7fafc}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.header{background-image:url(https://images.unsplash.com/photo-1542751371-adc38448a05e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;color:#fff;padding:80px 0;text-align:center;width:100%;position:relative}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.header-content{position:relative;z-index:2}.header-content h1{font-size:2.5rem;margin-bottom:1.5rem}.header-content p{font-size:1.125rem;max-width:800px;margin:0 auto 1.5rem}.cta-button{display:inline-block;background-color:#fff;color:#1a3c6c;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none;transition:background-color .3s}.cta-button:hover{background-color:#e2e8f0}.intro-section{padding:64px 0;background-color:#fff;text-align:center;width:100%}.intro-section p{font-size:1.125rem;color:#4a5568;line-height:1.8}.services-section{padding:64px 0;background-color:#edf2f7;width:100%}.services-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s}.service-card:hover{box-shadow:0 6px 12px #00000026}.service-icon{font-size:2.5rem;margin-bottom:1rem;color:#1a3c6c}.service-card h3{font-size:1.25rem;color:#1a202c;margin-bottom:.75rem}.service-card p{font-size:1rem;color:#4a5568}.G-platforms-section{padding:64px 0;background-color:#fff;width:100%}.G-platforms-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.G-platforms-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;list-style:none;padding:0}.G-platforms-list li{font-size:1.125rem;color:#4a5568;font-weight:500;display:flex;align-items:center}.G-platform-icon{font-size:1.5rem;margin-right:.75rem;color:#1a3c6c}.why-choose-section{padding:64px 0;background-color:#fff;width:100%}.why-choose-section h2{font-size:2rem;color:#1a202c;text-align:center;margin-bottom:3rem}.why-choose-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;list-style:none;padding:0}.why-choose-list li{font-size:1.125rem;color:#4a5568;display:flex;align-items:center}.footer{background-color:#2d3748;color:#fff;padding:32px 0;text-align:center;width:100%}.footer p{font-size:1rem}@media screen and (min-width: 300px) and (max-width: 767px){.container{padding:0 12px}.header{padding:40px 0}.header-content h1{font-size:1.75rem}.header-content p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.intro-section{padding:32px 0}.intro-section p{font-size:1rem}.services-section{padding:32px 0}.services-section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:16px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.G-platforms-section{padding:32px 0}.G-platforms-section h2{font-size:1.5rem}.G-platforms-list{grid-template-columns:-1fr}.G-platforms-list li{font-size:1rem}.G-platform-icon{font-size:1.25rem;margin-right:.5rem}.why-choose-section{padding:32px 0}.why-choose-section h2{font-size:1.5rem}.why-choose-list{grid-template-columns:1fr}.why-choose-list li{font-size:1rem}.footer{padding:24px 0}.footer p{font-size:.9rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.container{padding:0 24px}.header{padding:60px 0}.header-content h1{font-size:2.25rem}.header-content p{font-size:1.1rem}.intro-section{padding:48px 0}.intro-section p{font-size:1.1rem}.services-section{padding:48px 0}.services-section h2{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.G-platforms-section{padding:48px 0}.G-platforms-section h2{font-size:1.75rem}.G-platforms-list{grid-template-columns:repeat(2,1fr)}.G-platforms-list li{font-size:1.1rem}.G-platform-icon{font-size:1.4rem;margin-right:.6rem}.why-choose-section{padding:48px 0}.why-choose-section h2{font-size:1.75rem}.why-choose-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1023px) and (max-width: 1440px){.container{padding:0 32px}.header{padding:80px 0}.header-content h1{font-size:2.5rem}.header-content p{font-size:1.125rem}.intro-section{padding:64px 0}.intro-section p{font-size:1.125rem}.services-section{padding:64px 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.G-platforms-section{padding:64px 0}.G-platforms-section h2{font-size:2rem}.G-platforms-list{grid-template-columns:repeat(3,1fr)}.why-choose-section{padding:64px 0}.why-choose-section h2{font-size:2rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.container{padding:0 48px}.header{padding:100px 0}.header-content h1{font-size:3rem}.header-content p{font-size:1.25rem}.intro-section{padding:80px 0}.intro-section p{font-size:1.25rem}.services-section{padding:80px 0}.services-section h2{font-size:2.25rem}.services-grid{grid-template-columns:repeat(3,1fr)}.G-platforms-section{padding:80px 0}.G-platforms-section h2{font-size:2.25rem}.G-platforms-list{grid-template-columns:repeat(4,1fr)}.why-choose-section{padding:80px 0}.why-choose-section h2{font-size:2.25rem}.why-choose-list{grid-template-columns:repeat(3,1fr)}}.abouts-container{margin:0 auto;padding:33px;background:linear-gradient(120deg,#e0ecfc,#f8fafc)}.abouts-us-title{text-align:center;font-size:2.5rem;color:#1e3c72}.about-us-card{display:flex;align-items:center;padding:20px;border-radius:8px;margin-bottom:40px}.image-place{width:40%;height:auto;background-size:cover;background-position:center;margin-right:50px;flex-shrink:0}.text-content p{text-align:center}.text-content1{flex:1;width:60%;height:auto}.text-content1 p{text-align:inherit}.text-content h3{color:#1e3c72}.vision-title{text-align:center;font-size:2rem;margin-bottom:20px}.vision-mission-row{display:flex;justify-content:space-between;gap:15px}.mission-card,.vision-card{padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1;text-align:center}.image-placeholder{width:30%;height:auto}.mission-card,.vision-card{width:70%;height:auto;background-size:cover;background-position:center;margin-bottom:20px}.mission-card .text-content h3,.vision-card .text-content h3{font-size:1.5rem;margin-bottom:10px}.vision-image{width:57%;height:auto}.mission-image{width:65%;height:auto}@media (min-width:600px) and (max-width: 800px){.text-content1 p{text-align:justify;font-size:14px;line-height:20px}}@media (max-width: 601px){.about-us-card{flex-direction:column;text-align:justify;padding:10px}.about-us-title{font-size:2rem}.image-place{width:100%;margin-right:0;margin-bottom:50px}.abouts-container{padding:15px}.text-content p{width:100%;text-align:justify}.text-content1{font-size:10px;margin-top:-30px;text-align:left;text-align:justify;width:100%}.text-content1 p{font-size:14px;line-height:1.4}.vision-mission-row{flex-direction:column}.mission-card,.vision-card{width:100%;margin-bottom:20px;font-size:12px;padding:18px;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1;text-align:center}.mission-card .image-placeholder,.vision-card .image-placeholder{width:100%;height:auto}}@media (min-width:801px) and (max-width: 1024px){.vision-mission-row{display:flex;gap:20px;margin-left:70px;margin-right:40px}.text-content1 p{margin-bottom:10px;font-size:16px;text-align:justify;line-height:1.5}.text-content p{text-align:justify;padding-left:10px;padding-right:10px}}@media (min-width:1025px){.vision-mission-row{display:flex;justify-content:space-between;gap:20px;margin-left:100px;margin-right:100px}.text-content1 p{font-size:22px;text-align:justify;line-height:1.5}.vision-image{width:30%;height:auto}.mission-image{width:35%;height:auto}.image-place{width:31%;height:auto;background-size:cover;background-position:center;margin-right:50px;flex-shrink:0}.text-content p{text-align:justify;font-size:20px}.about-us-card{display:flex;align-items:center;padding:42px;margin-left:40px;margin-right:40px;border-radius:8px;margin-bottom:0}}.banner{position:relative;width:100%;min-height:calc(100vh - 60px);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Arial,sans-serif;margin-bottom:40px;margin-top:20px}.company-title{position:relative;font-size:20px;font-weight:500;color:#032054;text-transform:uppercase;letter-spacing:1.5px;z-index:2;text-align:center}.content{position:relative;z-index:2;max-width:700px;width:90%;color:#032054;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}h1{font-size:3rem;font-weight:700;margin:0;line-height:1.2;text-shadow:0 4px 24px rgba(0,0,0,.3)}.description{font-size:1.2rem;margin:1.5rem 0;line-height:1.6;opacity:.95;text-shadow:0 2px 8px rgba(0,0,0,.2)}.banner-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap;width:100%}.explore-btn{background:linear-gradient(90deg,#032054,#00bcd4);color:#fff;border:none;border-radius:25px;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:background .3s,transform .2s;outline:none}.explore-btn:hover,.explore-btn:focus{background:linear-gradient(90deg,#00bcd4,#032054);transform:translateY(-2px) scale(1.04)}.particle{position:absolute;width:8px;height:8px;background:#00bcd4;border-radius:50%;z-index:2;animation:float 5s infinite}@keyframes float{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50vh);opacity:0}}@media (min-width: 100px) and (max-width: 600px){.banner{height:auto;min-height:140px;margin-top:60px;padding-top:80px}.company-title{font-size:10px;margin-top:1rem;margin-bottom:.5rem;letter-spacing:1px}.content{margin-top:-1.5rem;max-width:99%;padding:.7rem .2rem .5rem}.content h1{font-size:55px;margin-top:1rem}.description{font-size:.7rem;margin:.5rem 0 .2rem}.particle{width:5px;height:5px}.banner-buttons{flex-direction:column;gap:.5rem;align-items:center}.explore-btn{width:48%;height:40px;font-size:.75rem;padding:.4rem .2rem}}@media (min-width: 601px) and (max-width: 900px){.banner{height:calc(100vh - 50px);margin-top:60px}.company-title{font-size:20px;margin-top:1.5rem}.content{max-width:90%;padding-top:1rem}h1{font-size:74px}.description{font-size:1rem}.particle{width:6px;height:6px}.explore-btn{font-size:1rem;padding:.6rem 1.5rem}}@media (min-width: 901px) and (max-width: 1024px){.company-title{font-size:2.2rem;margin-top:1.8rem}.content h1{font-size:2.8rem}.description{font-size:1.1rem}.particle{width:7px;height:7px}}@media (min-width: 1025px) and (max-width: 1440px){.company-title{font-size:20px;margin-top:2rem}.content h1{font-size:3.5rem}.description{font-size:1.3rem}.explore-btn{font-size:1.2rem;padding:.8rem 2.2rem}}@media (min-width: 1441px) and (max-width: 2560px){.company-title{font-size:20px;margin-top:2.5rem;letter-spacing:2px}.content{max-width:900px}h1{font-size:4rem}.description{font-size:1.6rem;margin:2rem 0}.particle{width:10px;height:10px}.explore-btn{font-size:1.3rem;padding:1rem 2.5rem}}@media (min-width: 2561px){.company-title{font-size:3.5rem;margin-top:3rem;letter-spacing:2.5px}.content{max-width:1100px;padding-top:5rem}h1{font-size:6rem}.description{font-size:2rem;margin:2.5rem 0}.particle{width:12px;height:12px}.explore-btn{font-size:1.5rem;padding:1.2rem 3rem}}.footer{background-color:#22386b;color:#fff;font-family:Arial,sans-serif;padding:40px 20px 10px}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.footer-section{flex:1;min-width:200px}.footer-logo{width:50%;margin-left:30px;margin-bottom:10px}.logo-section p{margin-top:10px;margin-left:30px;font-size:14px;line-height:1.5}.social-icons img{margin-left:25px;width:24px;margin-top:15px;cursor:pointer}.links-section a{color:#fff;text-decoration:none}.links-section a:hover{text-decoration:underline}h4{margin-left:25px;font-size:20px}.links-section ul{list-style:none;padding:0;margin-top:15px}.links-section li{margin-left:25px;margin-bottom:10px;cursor:pointer;font-size:16px;color:#fff}.map-image{margin-left:25px;width:100%;max-width:200px;height:auto;margin-top:10px}.address-section p{margin-left:25px;font-size:16px;line-height:1.6}.phone{margin-top:10px;text-decoration:none;color:#fff}.ph{text-decoration:none}.phone img{width:20px;height:20px;margin-right:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.3);margin-top:30px;padding-top:10px;text-align:center;font-size:14px}@media (max-width: 600px){.footer-content{flex-direction:column;align-items:flex-start;gap:0}.footer-section{width:100%;min-width:unset;margin-bottom:24px}.footer-logo{width:25%}.footer-logo,.logo-section p,.social-icons img,.links-section li,.map-image,.address-section p,h4{margin-left:20px}.map-image{max-width:50%}.footer{padding:30px 15px 10px}}@media (min-width: 601px) and (max-width: 768px){.footer-content{flex-direction:column;align-items:flex-start;gap:0}.footer-section{width:100%;min-width:unset;margin-bottom:24px}.footer-logo{width:25%}.footer-logo,.logo-section p,.social-icons img,.links-section li,.map-image,.address-section p,h4{margin-left:0}.map-image{max-width:50%}.footer{padding:30px 15px 10px}}@media (min-width: 769px) and (max-width: 1024px){.footer-content{gap:20px}.footer-section{min-width:180px}.footer-logo{width:40%;margin-left:20px}.logo-section p,.social-icons img,.links-section li,.map-image,.address-section p,h4{margin-left:20px}.map-image{max-width:180px}.footer{padding:35px 18px 10px}.links-section ul{list-style:none;margin-top:20px}.address-section p{margin-left:25px;font-size:16px;line-height:1.6;margin-top:14px}}@media (min-width: 1025px) and (max-width: 1440px){.footer-content{gap:25px}.footer-section{min-width:200px}.footer-logo{width:45%}.map-image{max-width:190px}.links-section ul{list-style:none;margin-top:20px}.address-section p{margin-left:25px;font-size:16px;line-height:1.6;margin-top:14px}}@media (min-width: 1441px){.links-section ul{list-style:none;margin-top:20px}.footer-content{gap:30px}.footer-section{min-width:220px}.footer-logo{width:50%}.map-image{max-width:220px}.footer{padding:40px 25px 15px}h4{font-size:22px}.links-section li,.address-section p{font-size:17px}.address-sectiop p{margin-left:80px;font-size:16px;line-height:1.6;margin-top:14px}}.ourteam-section{min-height:auto;width:100%;margin-top:35px;font-family:Poppins,Segoe UI,Arial,sans-serif}.ourteam-content{max-width:1350px;margin:0 auto;padding:0 1rem}.ourteam-main-title{color:#1e3c72;font-weight:900;font-size:2.3rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;text-align:center;position:relative}.ourteam-main-title:after{content:"";display:block;margin:.5rem auto 0;width:60px;height:4px;border-radius:2px;background:linear-gradient(90deg,#1e3c72 40% 100%)}.ourteam-leaders{display:flex;flex-direction:row;gap:2.5rem;justify-content:center;margin-bottom:2rem;margin-top:.5rem}.ourteam-leader{display:flex;flex-direction:column;align-items:center;flex:1 1 0;min-width:220px;max-width:350px;border-radius:18px;padding:1.5rem 1rem 1.2rem}.ourteam-img{width:190px;height:190px;border-radius:50%;object-fit:cover;border:3px solid #b7e0ff;margin-bottom:1.2rem;box-shadow:0 4px 18px #1e3c721a;transition:transform .3s,box-shadow .3s}.ourteam-name{color:#1e3c72;font-weight:700;font-size:1.15rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase;text-align:center}.ourteam-text{color:#4b5563;font-size:1rem;text-align:center;line-height:1.7}.ourteam-highlight{color:#1e3c72;font-weight:700}@media (min-width: 100px) and (max-width: 767px){.ourteam-section{padding-top:40px;padding-bottom:24px;margin-top:20px}.ourteam-content{padding:0 .5rem}.ourteam-main-title{font-size:1.8rem;letter-spacing:.8px}.ourteam-main-title:after{width:40px;height:3px}.ourteam-leaders{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.ourteam-leader{min-width:100%;max-width:100%;padding:1rem;border-radius:12px}.ourteam-img{width:140px;height:140px;border-width:2px;margin-bottom:.8rem}.ourteam-name{font-size:1rem;letter-spacing:.8px}.ourteam-text{font-size:.9rem;line-height:1.5}}@media (min-width: 768px) and (max-width: 1023px){.ourteam-section{padding-top:60px;padding-bottom:28px;margin-top:30px}.ourteam-content{max-width:900px}.ourteam-main-title{font-size:2rem}.ourteam-main-title:after{width:50px}.ourteam-leaders{gap:2rem}.ourteam-leader{min-width:200px;max-width:300px;padding:1.2rem}.ourteam-img{width:160px;height:160px}.ourteam-name{font-size:1.1rem}.ourteam-text{font-size:.95rem}}@media (min-width: 1024px) and (max-width: 1440px){.ourteam-content{max-width:1200px}.ourteam-main-title{font-size:2.2rem}.ourteam-leaders{gap:2.2rem}.ourteam-leader{min-width:210px;max-width:320px}.ourteam-img{width:180px;height:180px}}@media (min-width: 1441px) and (max-width: 2560px){.ourteam-section{padding-top:90px;padding-bottom:36px;margin-top:40px}.ourteam-content{max-width:1500px}.ourteam-main-title{font-size:2.5rem;letter-spacing:1.2px}.ourteam-main-title:after{width:70px;height:5px}.ourteam-leaders{gap:2.8rem;margin-bottom:2.5rem}.ourteam-leader{min-width:240px;max-width:380px;padding:1.8rem;border-radius:20px}.ourteam-img{width:210px;height:210px;border-width:4px}.ourteam-name{font-size:1.25rem}.ourteam-text{font-size:1.1rem;line-height:1.8}}@media (min-width: 2561px){.ourteam-section{padding-top:100px;padding-bottom:40px;margin-top:45px}.ourteam-content{max-width:1800px}.ourteam-main-title{font-size:2.8rem;letter-spacing:1.4px}.ourteam-main-title:after{width:80px;height:6px}.ourteam-leaders{gap:3rem;margin-bottom:3rem}.ourteam-leader{min-width:260px;max-width:420px;padding:2rem;border-radius:22px}.ourteam-img{width:230px;height:230px;border-width:4px}.ourteam-name{font-size:1.35rem;letter-spacing:1.2px}.ourteam-text{font-size:1.2rem;line-height:1.9}}.aboutus-section{min-height:100vh;width:100%;padding:0;display:flex;justify-content:center;align-items:flex-start}.aboutus-container{width:100%;max-width:100vw;margin:0;background:none;border-radius:0;box-shadow:none;padding:48px 64px}.aboutus-about{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:48px;justify-content:center;align-items:center}.aboutus-img-col{flex:1 1 300px;display:flex;justify-content:center}.aboutus-img-wrapper{perspective:1000px;transition:transform .3s ease}.aboutus-img-wrapper:hover{transform:rotateY(10deg) rotateX(5deg) translateZ(20px)}.aboutus-main-img{width:350px;max-width:100%;height:auto;border-radius:16px;transform:translateZ(0)}.aboutus-content-col{flex:2 1 500px}.aboutus-title{text-align:center;font-size:3rem;font-weight:900;color:#1e3c72;margin-bottom:24px;letter-spacing:1.2px;text-transform:uppercase}.aboutus-desc{font-size:1.2rem;color:#333;margin-bottom:20px}.aboutus-desc p{text-align:justify}.aboutus-vision-mission{display:flex;gap:48px;margin:48px 0 32px;flex-wrap:wrap}.aboutus-mission,.aboutus-vision{flex:1 1 300px;background:#f0f6ff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #1e3c720f,0 8px 32px #0000001a;perspective:1000px;transition:transform .3s ease}.aboutus-mission:hover,.aboutus-vision:hover{transform:translateZ(20px) rotateY(5deg) rotateX(3deg)}.aboutus-mission h2,.aboutus-vision h2{margin-top:0;color:#1e3c72;font-size:1.5rem}.aboutus-why-title{text-align:center;color:#1e3c72;font-size:2.5rem;margin:48px 0 24px;font-weight:800;letter-spacing:1.2px}.aboutus-why-list{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-bottom:48px}.aboutus-why-item{flex:1 1 200px;background:#f8fafc;border-radius:16px;box-shadow:0 4px 16px #1e3c720f,0 8px 32px #0000001a;padding:24px;display:flex;align-items:flex-start;gap:16px;min-width:260px;max-width:360px;perspective:1000px;transition:transform .3s ease}.aboutus-why-item:hover{transform:translateZ(20px) rotateY(5deg) rotateX(3deg)}.aboutus-why-icon{font-size:2.5rem;color:#1e3c72;flex-shrink:0}.aboutus-why-item h3{margin:0 0 8px;font-size:1.2rem;color:#1e3c72;font-weight:700}.aboutus-why-item p{margin:0;color:#333;font-size:1rem}.aboutus-footer{margin-top:48px;text-align:center}.aboutus-footer h3{color:#1e3c72;font-size:1.5rem;margin-bottom:16px}.aboutus-footer p{color:#333;font-size:1.1rem;margin-bottom:16px}.aboutus-quote{font-size:1.2rem;color:#1e3c72;font-weight:600;margin-top:16px}@media (min-width: 300px) and (max-width: 767px){.aboutus-container{padding:24px 16px}.aboutus-about{flex-direction:column;gap:16px;margin-bottom:32px}.aboutus-img-wrapper:hover{transform:rotateY(5deg) rotateX(3deg) translateZ(10px)}.aboutus-title{font-size:1.8rem;margin-bottom:16px}.aboutus-desc{font-size:1rem;margin-bottom:16px;text-align:justify}.aboutus-vision-mission{flex-direction:column;gap:16px;margin:32px 0 24px}.aboutus-mission,.aboutus-vision{padding:16px}.aboutus-mission:hover,.aboutus-vision:hover{transform:translateZ(10px) rotateY(3deg) rotateX(2deg)}.aboutus-mission h2,.aboutus-vision h2{font-size:1.2rem}.aboutus-why-title{font-size:1.8rem;margin:32px 0 16px}.aboutus-why-list{flex-direction:column;gap:16px;margin-bottom:32px}.aboutus-why-item{min-width:unset;max-width:unset;padding:16px}.aboutus-why-item:hover{transform:translateZ(10px) rotateY(3deg) rotateX(2deg)}.aboutus-why-icon{font-size:2rem}.aboutus-why-item h3{font-size:1rem}.aboutus-why-item p{font-size:.9rem}.aboutus-footer h3{font-size:1.2rem}.aboutus-footer p,.aboutus-quote{font-size:1rem}.aboutus-main-img{width:350px;max-width:100%;padding-top:50px;margin-bottom:19px}}@media (min-width: 768px) and (max-width: 1023px){.aboutus-container{padding:32px 24px}.aboutus-about{gap:24px;margin-bottom:40px}.aboutus-img-wrapper:hover{transform:rotateY(8deg) rotateX(4deg) translateZ(15px)}.aboutus-title{font-size:2.2rem;margin-bottom:20px}.aboutus-desc{font-size:1.1rem}.aboutus-vision-mission{gap:24px;margin:40px 0 28px}.aboutus-mission,.aboutus-vision{padding:20px}.aboutus-mission:hover,.aboutus-vision:hover{transform:translateZ(15px) rotateY(4deg) rotateX(2deg)}.aboutus-mission h2,.aboutus-vision h2{font-size:1.3rem}.aboutus-why-title{font-size:2rem;margin:40px 0 20px}.aboutus-why-list{gap:24px}.aboutus-why-item{padding:20px;min-width:240px;max-width:320px}.aboutus-why-item:hover{transform:translateZ(15px) rotateY(4deg) rotateX(2deg)}.aboutus-why-icon{font-size:2.2rem}.aboutus-why-item h3{font-size:1.1rem}.aboutus-why-item p{font-size:.95rem}.aboutus-footer h3{font-size:1.3rem}.aboutus-footer p{font-size:1.05rem}.aboutus-quote{font-size:1.1rem}}@media (min-width: 1024px) and (max-width: 1440px){.aboutus-container{padding:150px 48px}.aboutus-about{gap:28px}.aboutus-img-wrapper:hover{transform:rotateY(10deg) rotateX(5deg) translateZ(20px)}.aboutus-title{font-size:2.8rem}.aboutus-desc{font-size:1.15rem}.aboutus-vision-mission{gap:32px}.aboutus-mission,.aboutus-vision{padding:22px}.aboutus-mission:hover,.aboutus-vision:hover{transform:translateZ(20px) rotateY(5deg) rotateX(3deg)}.aboutus-why-title{font-size:2.3rem}.aboutus-why-list{gap:28px}.aboutus-why-item{padding:22px}.aboutus-why-item:hover{transform:translateZ(20px) rotateY(5deg) rotateX(3deg)}}@media (min-width: 1441px){.aboutus-container{max-width:1600px;padding:150px 80px}.aboutus-about{gap:40px;margin-bottom:56px}.aboutus-img-wrapper:hover{transform:rotateY(12deg) rotateX(6deg) translateZ(25px)}.aboutus-title{font-size:3.5rem;margin-bottom:32px}.aboutus-desc{font-size:1.3rem}.aboutus-vision-mission{gap:64px;margin:56px 0 40px}.aboutus-mission,.aboutus-vision{padding:28px}.aboutus-mission:hover,.aboutus-vision:hover{transform:translateZ(25px) rotateY(6deg) rotateX(4deg)}.aboutus-mission h2,.aboutus-vision h2{font-size:1.7rem}.aboutus-why-title{font-size:2.8rem;margin:56px 0 32px}.aboutus-why-list{gap:40px}.aboutus-why-item{padding:28px;min-width:320px;max-width:400px}.aboutus-why-item:hover{transform:translateZ(25px) rotateY(6deg) rotateX(4deg)}.aboutus-why-icon{font-size:2.8rem}.aboutus-why-item h3{font-size:1.3rem}.aboutus-why-item p{font-size:1.1rem}.aboutus-footer h3{font-size:1.7rem}.aboutus-footer p{font-size:1.2rem}.aboutus-quote{font-size:1.3rem}}body,#root{background:linear-gradient(120deg,#e0ecfc,#bedaf6);min-height:100vh;width:100%}html{scroll-behavior:smooth}
