header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 5px 25px #00000014}.navbar{justify-content:flex-end;align-items:center;width:90%;height:78px;margin:auto;display:flex}.logo{color:#0b5ed7;margin-right:auto;font-size:26px;font-weight:800;text-decoration:none}.logo span{color:#111827}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:10px;display:none}.hamburger,.hamburger:before,.hamburger:after{background:#1b2430;border-radius:3px;width:26px;height:3px;transition:all .3s;display:block}.hamburger{position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-8px}.hamburger:after{top:8px}.menu-toggle.active .hamburger{background:0 0}.menu-toggle.active .hamburger:before{top:0;transform:rotate(45deg)}.menu-toggle.active .hamburger:after{top:0;transform:rotate(-45deg)}.nav-links{gap:35px;list-style:none;display:flex}.nav-links a{color:#1b2430;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#0b5ed7}.dropdown{position:relative}.dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border-radius:12px;width:250px;padding:10px 0;list-style:none;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 12px 30px #00000026}.dropdown-menu li{width:100%}.dropdown-menu li a{color:#1b2430;padding:12px 20px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.dropdown-menu li a:hover{color:#fff;background:#0b5ed7}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}@media (width<=992px){.nav-links{gap:20px}.nav-links a{font-size:15px}}@media (width<=768px){.menu-toggle{display:block}.nav-links{z-index:999;background:#fff;flex-direction:column;gap:0;padding:10px 0;transition:transform .3s;position:fixed;top:78px;left:0;right:0;transform:translateY(-120%);box-shadow:0 10px 30px #0000001a}.nav-links.open{transform:translateY(0)}.nav-links li{border-bottom:1px solid #f0f0f0}.nav-links li:last-child{border-bottom:none}.nav-links a{padding:14px 24px;font-size:16px;display:block}.dropdown-menu{width:100%;box-shadow:none;opacity:1;visibility:visible;background:#f7f9fc;border-radius:0;padding:0;display:none;position:static;transform:none}.dropdown-menu li a{padding-left:40px;font-size:15px}.dropdown.open .dropdown-menu{display:block}}.footer{color:#fff;background:#041d3c;padding:60px 8% 20px}.footer .container{max-width:1200px;margin:auto}.footer-grid{grid-template-columns:1.5fr 1fr 1.2fr 1fr 1.3fr;gap:50px;display:grid}.footer-logo{align-items:center;gap:15px;margin-bottom:25px;display:flex}.footer-logo i{color:#fff;font-size:40px}.footer-logo strong{font-size:22px;font-weight:700;display:block}.footer-logo span{color:#d4d4d4;font-size:13px}.footer-about p{color:#d0d7e4;margin-bottom:25px;font-size:17px;line-height:1.8}.social-links{gap:15px;margin-top:20px;display:flex}.social-links a{color:#2d8cff;border:2px solid #2d8cff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;text-decoration:none;transition:all .3s;display:flex}.social-links a:hover{color:#fff;background:#2d8cff}.footer-column h4{color:#2d8cff;text-transform:uppercase;margin-bottom:25px;font-size:18px}.footer-column a{color:#d0d7e4;margin-bottom:15px;font-size:17px;text-decoration:none;transition:all .3s;display:block}.footer-column a:hover{color:#2d8cff;padding-left:5px}.footer-column p{color:#d0d7e4;margin-bottom:15px;font-size:16px;line-height:1.8}.footer-column p i{color:#2d8cff;margin-right:10px}.newsletter{margin-top:20px;display:flex}.newsletter input{border:none;outline:none;flex:1;height:50px;padding:0 15px;font-size:16px}.newsletter button{color:#fff;cursor:pointer;background:#2d8cff;border:none;width:60px;font-size:18px;transition:all .3s}.newsletter button:hover{background:#1673df}.newsletter-msg{color:#4ade80;margin-top:8px;font-size:14px}.footer-bottom{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:50px;padding-top:20px;display:flex}.footer-bottom p{color:#bfc8d7;font-size:15px}.footer-bottom div{gap:30px;display:flex}.footer-bottom a{color:#bfc8d7;text-decoration:none;transition:all .3s}.footer-bottom a:hover{color:#2d8cff}@media (width<=1100px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.footer-bottom div{justify-content:center}.newsletter{flex-direction:column}.newsletter input{width:100%}.newsletter button{width:100%;height:50px}}.home .hero{grid-template-columns:1fr 1fr;align-items:center;gap:50px;width:90%;min-height:90vh;margin:auto;display:grid}.home .tagline,.home .section-label{color:#0b5ed7;text-transform:uppercase;letter-spacing:1px;font-weight:700}.home .hero-content h1{color:#0f172a;margin:18px 0;font-size:58px;line-height:1.1}.home .hero-content p{color:#526173;font-size:18px;line-height:1.8}.home .hero-buttons{gap:18px;margin-top:30px;display:flex}.home .btn{border-radius:30px;padding:14px 28px;font-weight:700;text-decoration:none;display:inline-block}.home .primary{color:#fff;background:linear-gradient(135deg,#0b5ed7,#00b4d8)}.home .secondary{color:#0b5ed7;border:2px solid #0b5ed7}.home .hero-image img{object-fit:cover;border-radius:28px;width:100%;height:520px;box-shadow:0 25px 60px #0b5ed740}.home .about{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:90%;margin:100px auto;display:grid}.home .about-image img{object-fit:cover;border-radius:28px;width:100%;height:480px}.home .about-content h2{color:#0f172a;margin:15px 0;font-size:42px}.home .about-content p{color:#526173;margin-bottom:15px;font-size:17px;line-height:1.8}.home .services{background:#eef5ff;padding:100px 5%}.home .section-title{text-align:center;max-width:760px;margin:auto auto 55px}.home .section-title h2{color:#0f172a;margin:15px 0;font-size:42px}.home .section-title p{color:#526173;font-size:17px}.home .service-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.home .service-card{background:#fff;border-radius:26px;transition:all .4s;overflow:hidden;box-shadow:0 15px 45px #00000014}.home .service-card:hover{transform:translateY(-12px)}.home .service-card img{object-fit:cover;border-radius:0;width:100%;height:230px}.home .card-content{padding:28px}.home .card-content h3{color:#0b5ed7;margin-bottom:12px;font-size:24px}.home .card-content p{color:#526173;line-height:1.7}.home .read-more-btn{color:#fff;background:#0b5ed7;border-radius:30px;margin-top:20px;padding:10px 20px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.home .read-more-btn:hover{background:#0849a5}.home .why{background:#fff;padding:100px 5%}.home .why-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.home .why-box{background:#f7f9fc;border:1px solid #e2e8f0;border-radius:24px;padding:35px}.home .why-box h3{color:#0b5ed7;margin-bottom:12px}.home .why-box p{color:#526173;line-height:1.7}.home .process{color:#fff;background:linear-gradient(135deg,#0f172a,#0b5ed7);padding:100px 5%}.home .process .section-title h2,.home .process .section-label{color:#fff}.home .process-grid{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.home .process-step{text-align:center;color:#fff;background:#ffffff24;border-radius:22px;padding:30px;font-size:32px;font-weight:800}.home .process-step span{margin-top:10px;font-size:15px;font-weight:500;display:block}.home .contact-cta{text-align:center;color:#fff;background-image:linear-gradient(#0f172ad1,#0f172ad1),url(https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=1600&q=80);background-position:50%;background-size:cover;padding:110px 5%}.home .contact-cta h2{color:#fff;margin-bottom:20px;font-size:44px}.home .contact-cta p{color:#fff;max-width:700px;margin:auto auto 30px;font-size:18px;line-height:1.8}@media (width<=992px){.home .hero,.home .about{grid-template-columns:1fr}.home .service-grid,.home .why-grid,.home .process-grid{grid-template-columns:repeat(2,1fr)}.home .hero-content h1{font-size:42px}}@media (width<=600px){.home .service-grid,.home .why-grid,.home .process-grid{grid-template-columns:1fr}.home .hero-content h1{font-size:34px}.home .hero{padding:40px 0}.home .hero-buttons{flex-direction:column}.home .about-content h2,.home .section-title h2,.home .contact-cta h2{font-size:30px}}.contact-page{width:90%;max-width:1200px;margin:70px auto}.section-title{text-align:center;margin-bottom:50px}.section-title h1{color:#0b5ed7;margin-bottom:10px;font-size:48px;font-weight:800}.section-title p{color:#555;font-size:18px}.contact-container{grid-template-columns:1fr 1.4fr;align-items:start;gap:40px;display:grid}.contact-info{color:#fff;background:#0b5ed7;border-radius:20px;padding:40px 35px}.contact-info h2{margin-bottom:8px;font-size:28px;font-weight:700}.contact-info .info-subtitle{opacity:.85;margin-bottom:30px;font-size:15px;line-height:1.6}.info-item{align-items:flex-start;gap:15px;margin-bottom:25px;display:flex}.info-item:last-child{margin-bottom:0}.info-icon{margin-top:2px;font-size:24px}.info-item h3{margin-bottom:4px;font-size:17px;font-weight:700}.info-item p{opacity:.9;font-size:15px}.contact-form{background:#fff;border-radius:20px;padding:40px 35px;box-shadow:0 10px 40px #00000014}.contact-form h2{color:#1b2430;margin-bottom:8px;font-size:28px;font-weight:700}.contact-form .form-subtitle{color:#666;margin-bottom:25px;font-size:15px}.form-message{border-radius:10px;margin-bottom:20px;padding:12px 18px;font-size:15px;font-weight:500}.form-message.success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.form-message.error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.form-group{margin-bottom:20px}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group label{color:#1b2430;margin-bottom:8px;font-size:15px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{color:#1b2430;box-sizing:border-box;background:#f9fafb;border:1px solid #ddd;border-radius:10px;width:100%;padding:15px;font-family:inherit;font-size:15px;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#0b5ed7;outline:none;box-shadow:0 0 0 3px #0b5ed726}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat;padding-right:40px}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{color:#fff;cursor:pointer;background:#0b5ed7;border:none;border-radius:10px;width:100%;padding:16px;font-size:17px;font-weight:700;transition:background .3s,transform .2s}.submit-btn:hover{background:#094ab8;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{cursor:not-allowed;background:#6c757d;transform:none}@media (width<=900px){.contact-container{grid-template-columns:1fr}}@media (width<=600px){.contact-page{margin:40px auto}.section-title h1{font-size:34px}.form-row{grid-template-columns:1fr}.contact-info,.contact-form{padding:28px 22px}}.cctv-page{color:#1b2430;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cctv-hero{justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:60px 5%;display:flex}.cctv-hero-content{flex:1}.cctv-hero-content h1{color:#0b5ed7;margin-bottom:10px;font-size:52px;font-weight:800}.cctv-hero-content h2{color:#1b2430;margin-bottom:20px;font-size:24px;font-weight:600}.cctv-hero-content p{color:#555;margin-bottom:30px;font-size:17px;line-height:1.8}.cctv-hero-btn{color:#fff;cursor:pointer;background:#0b5ed7;border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 32px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cctv-hero-btn:hover{background:#094bb5;transform:translateY(-2px)}.cctv-hero-image{text-align:center;flex:1}.cctv-hero-image img{max-width:100%;height:auto}.cctv-types{background:#f0f6ff;padding:70px 5%}.cctv-types-header,.cctv-surveillance-header,.cctv-systems-header{text-align:center;max-width:800px;margin:0 auto 50px}.cctv-types-header h2,.cctv-surveillance-header h2,.cctv-systems-header h2,.cctv-considerations-content h2{color:#0b5ed7;margin-bottom:15px;font-size:36px;font-weight:800}.cctv-types-header p,.cctv-surveillance-header p,.cctv-systems-header p{color:#555;font-size:17px;line-height:1.7}.cctv-types-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.cctv-type-card{background:#fff;border-radius:16px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 30px #00000014}.cctv-type-card:hover{transform:translateY(-5px)}.cctv-type-img{background:#f8faff;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.cctv-type-img img{object-fit:contain;max-width:100%;max-height:100%}.cctv-type-info{padding:25px}.cctv-type-info h3{color:#0b5ed7;margin-bottom:15px;font-size:20px;font-weight:700}.cctv-type-info ul{margin-bottom:15px;padding:0;list-style:none}.cctv-type-info ul li{color:#555;align-items:center;gap:8px;padding:5px 0;font-size:15px;display:flex}.cctv-type-info ul li i{color:#0b5ed7;font-size:12px}.cctv-type-details{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.cctv-type-details.expanded{max-height:300px;padding-top:10px;padding-bottom:5px}.cctv-type-details p{color:#666;font-size:15px;line-height:1.7}.cctv-read-more-btn{color:#0b5ed7;cursor:pointer;background:0 0;border:2px solid #0b5ed7;border-radius:6px;align-items:center;gap:8px;margin-top:10px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.cctv-read-more-btn:hover{color:#fff;background:#0b5ed7}.cctv-surveillance{padding:70px 5%}.cctv-benefits-grid{grid-template-columns:repeat(4,1fr);gap:25px;max-width:1200px;margin:0 auto;display:grid}.cctv-benefit-card{text-align:center;background:#fff;border:1px solid #e8eef7;border-radius:12px;padding:30px 20px;transition:all .3s}.cctv-benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0b5ed71f}.cctv-benefit-icon{background:#e8f0fe;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 15px;display:flex}.cctv-benefit-icon i{color:#0b5ed7;font-size:24px}.cctv-benefit-card p{color:#555;font-size:15px;line-height:1.6}.cctv-considerations{background:#f0f6ff;align-items:center;gap:50px;max-width:1200px;margin:0 auto;padding:70px 5%;display:flex}.cctv-considerations-content{flex:1}.cctv-considerations-content p{color:#555;margin-bottom:25px;font-size:17px;line-height:1.8}.cctv-considerations-content ul{padding:0;list-style:none}.cctv-considerations-content ul li{color:#444;border-bottom:1px solid #dde6f2;align-items:center;gap:12px;padding:10px 0;font-size:16px;display:flex}.cctv-considerations-content ul li:last-child{border-bottom:none}.cctv-considerations-content ul li i{color:#0b5ed7;font-size:18px}.cctv-considerations-image{text-align:center;flex:1}.cctv-considerations-image img{border-radius:16px;max-width:100%;height:auto}.cctv-systems{padding:70px 5%}.cctv-systems-features{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.cctv-feature{text-align:center;background:#f8faff;border-radius:16px;padding:35px 20px;transition:all .3s}.cctv-feature:hover{color:#fff;background:#0b5ed7}.cctv-feature:hover h4,.cctv-feature:hover p,.cctv-feature:hover i{color:#fff}.cctv-feature i{color:#0b5ed7;margin-bottom:15px;font-size:36px}.cctv-feature h4{color:#1b2430;margin-bottom:10px;font-size:18px;font-weight:700}.cctv-feature p{color:#666;font-size:15px;line-height:1.6}.cctv-cta{text-align:center;background:linear-gradient(135deg,#0b5ed7,#073a9e);padding:70px 5%}.cctv-cta-content{max-width:700px;margin:0 auto}.cctv-cta-content h2{color:#fff;margin-bottom:15px;font-size:36px;font-weight:800}.cctv-cta-content p{color:#d4e4ff;margin-bottom:30px;font-size:17px;line-height:1.8}.cctv-cta-btn{color:#0b5ed7;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 36px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cctv-cta-btn:hover{background:#e8f0fe;transform:translateY(-2px)}@media (width<=1024px){.cctv-types-grid,.cctv-benefits-grid,.cctv-systems-features{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cctv-hero{text-align:center;flex-direction:column;padding:40px 5%}.cctv-hero-content h1{font-size:36px}.cctv-hero-content h2{font-size:20px}.cctv-types,.cctv-surveillance,.cctv-systems{padding:40px 5%}.cctv-types-grid,.cctv-benefits-grid{grid-template-columns:1fr}.cctv-considerations{flex-direction:column;padding:40px 5%}.cctv-systems-features{grid-template-columns:1fr}.cctv-cta-content h2{font-size:26px}}@media (width<=480px){.cctv-hero{padding:30px 4%}.cctv-hero-content h1{font-size:28px}.cctv-hero-content h2{font-size:18px}.cctv-hero-content p{font-size:15px}.cctv-types,.cctv-surveillance,.cctv-systems{padding:30px 4%}.cctv-types-header h2,.cctv-surveillance-header h2,.cctv-systems-header h2,.cctv-considerations-content h2{font-size:24px}.cctv-considerations{gap:24px;padding:30px 4%}.cctv-cta{padding:40px 5%}.cctv-cta-content h2{font-size:22px}.cctv-cta-content p{font-size:15px}}.fire-alarm-page{color:#1b2430;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.fire-hero-slider{width:100%;height:70vh;min-height:500px;position:relative;overflow:hidden}.fire-slide{opacity:0;width:100%;height:100%;transition:opacity .8s;position:absolute;top:0;left:0}.fire-slide.active{opacity:1}.fire-slide img{object-fit:cover;width:100%;height:100%}.fire-slide-overlay{background:linear-gradient(135deg,#c62828cc,#640a0a99);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.fire-slide-content{text-align:center;max-width:800px;padding:0 20px}.fire-slide-content h1{color:#fff;margin-bottom:20px;font-size:48px;font-weight:800;line-height:1.2}.fire-slide-content p{color:#ffd4d4;margin-bottom:35px;font-size:20px;line-height:1.6}.fire-hero-btn{color:#c62828;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:10px;padding:16px 36px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.fire-hero-btn:hover{background:#ffeaea;transform:translateY(-2px)}.fire-slide-dots{z-index:10;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.fire-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:14px;height:14px;transition:all .3s}.fire-dot.active{background:#fff;transform:scale(1.2)}.fire-services{padding:70px 5%}.fire-services-header{text-align:center;max-width:800px;margin:0 auto 50px}.fire-services-header h2,.fire-types-header h2,.fire-process-header h2{color:#c62828;margin-bottom:15px;font-size:36px;font-weight:800}.fire-services-header p,.fire-types-header p,.fire-process-header p{color:#555;font-size:17px;line-height:1.7}.fire-service-row{background:#fff;border-radius:16px;align-items:center;gap:50px;max-width:1200px;margin:0 auto 60px;padding:40px;display:flex;box-shadow:0 8px 30px #0000000f}.fire-service-row:last-of-type{margin-bottom:0}.fire-service-row.reverse{flex-direction:row-reverse}.fire-service-image{text-align:center;flex:1}.fire-service-image img{object-fit:contain;border-radius:12px;max-width:100%;height:280px}.fire-service-content{flex:1}.fire-service-content h3{color:#c62828;margin-bottom:15px;font-size:26px;font-weight:700}.fire-service-content p{color:#555;margin-bottom:20px;font-size:16px;line-height:1.8}.fire-service-content ul{padding:0;list-style:none}.fire-service-content ul li{color:#444;align-items:center;gap:10px;padding:8px 0;font-size:15px;display:flex}.fire-service-content ul li i{color:#c62828;font-size:16px}.fire-types{background:#fff5f5;padding:70px 5%}.fire-types-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.fire-type-card{background:#fff;border-radius:16px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 30px #00000014}.fire-type-card:hover{transform:translateY(-5px)}.fire-type-img{background:#fff0f0;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.fire-type-img img{object-fit:contain;max-width:100%;max-height:100%}.fire-type-info{padding:25px}.fire-type-info h3{color:#c62828;margin-bottom:15px;font-size:20px;font-weight:700}.fire-type-info ul{margin-bottom:15px;padding:0;list-style:none}.fire-type-info ul li{color:#555;align-items:center;gap:8px;padding:5px 0;font-size:15px;display:flex}.fire-type-info ul li i{color:#c62828;font-size:12px}.fire-type-details{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.fire-type-details.expanded{max-height:300px;padding-top:10px;padding-bottom:5px}.fire-type-details p{color:#666;font-size:15px;line-height:1.7}.fire-read-more-btn{color:#c62828;cursor:pointer;background:0 0;border:2px solid #c62828;border-radius:6px;align-items:center;gap:8px;margin-top:10px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.fire-read-more-btn:hover{color:#fff;background:#c62828}.fire-process{padding:70px 5%}.fire-process-timeline{max-width:900px;margin:0 auto;position:relative}.fire-process-step{gap:30px;padding-bottom:40px;display:flex;position:relative}.fire-process-step:last-child{padding-bottom:0}.fire-step-icon{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.fire-step-circle{z-index:2;background:#fff;border:3px solid #c62828;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;display:flex}.fire-step-circle i{color:#c62828;font-size:24px}.fire-step-line{border-left:3px dotted #c62828;flex:1;width:3px;margin-top:8px}.fire-step-content{padding-top:5px}.fire-step-number{color:#c62828;background:#ffeaea;border-radius:20px;margin-bottom:8px;padding:4px 12px;font-size:14px;font-weight:700;display:inline-block}.fire-step-content h4{color:#1b2430;margin-bottom:10px;font-size:22px;font-weight:700}.fire-step-content p{color:#555;font-size:16px;line-height:1.7}.fire-cta{text-align:center;background:linear-gradient(135deg,#c62828,#8e0000);padding:70px 5%}.fire-cta-content{max-width:700px;margin:0 auto}.fire-cta-content h2{color:#fff;margin-bottom:15px;font-size:36px;font-weight:800}.fire-cta-content p{color:#ffd4d4;margin-bottom:30px;font-size:17px;line-height:1.8}.fire-cta-btn{color:#c62828;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 36px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.fire-cta-btn:hover{background:#ffeaea;transform:translateY(-2px)}@media (width<=1024px){.fire-types-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.fire-hero-slider{height:50vh;min-height:350px}.fire-slide-content h1{font-size:28px}.fire-slide-content p{font-size:15px}.fire-services{padding:40px 5%}.fire-services-header h2,.fire-types-header h2,.fire-process-header h2{font-size:28px}.fire-service-row,.fire-service-row.reverse{flex-direction:column;gap:24px;padding:24px}.fire-types-grid{grid-template-columns:1fr}.fire-process-step{gap:16px}.fire-cta-content h2{font-size:26px}.fire-cta-content p{font-size:15px}}@media (width<=480px){.fire-hero-slider{height:45vh;min-height:280px}.fire-slide-content h1{font-size:22px}.fire-slide-content p{font-size:14px}.fire-services,.fire-types,.fire-process{padding:30px 4%}.fire-services-header h2,.fire-types-header h2,.fire-process-header h2{font-size:24px}.fire-service-content h3{font-size:20px}.fire-service-content p{font-size:14px}.fire-type-info h3{font-size:17px}.fire-step-content h4{font-size:18px}.fire-cta{padding:40px 5%}.fire-cta-content h2{font-size:22px}}.network-page{color:#182433;font-family:Segoe UI,Roboto,sans-serif}.net-hero{height:75vh;min-height:520px;position:relative;overflow:hidden}.network-page .hero-slider{position:absolute;inset:0}.network-page .hero-slide{opacity:0;transition:opacity 1s;position:absolute;inset:0}.network-page .hero-slide.active{opacity:1}.network-page .hero-slide img{object-fit:cover;width:100%;height:100%}.network-page .hero-overlay{z-index:10;background:linear-gradient(135deg,#002850d9 0%,#0064a0b3 50%,#00aee88c 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.network-page .hero-content{text-align:center;max-width:800px;padding:0 20px}.network-page .hero-content h1{color:#fff;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.2}.network-page .hero-content p{color:#ffffffe6;margin-bottom:32px;font-size:18px;line-height:1.7}.network-page .hero-btn{color:#fff;background:#00aee8;border-radius:50px;padding:16px 40px;font-size:17px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-block}.network-page .hero-btn:hover{background:#0090c0;transform:translateY(-3px);box-shadow:0 8px 25px #00aee866}.network-page .slider-dots{z-index:20;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.network-page .dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:14px;height:14px;transition:background .3s,transform .3s}.network-page .dot.active{background:#00aee8;transform:scale(1.3)}.network-page .dot:hover{background:#00aee8cc}.network-page .section-heading{text-align:center;margin-bottom:50px}.network-page .section-heading h2{color:#182433;margin-bottom:12px;font-size:40px;font-weight:800}.network-page .section-heading p{color:#666;font-size:18px}.net-about{background:#f5f8fc;padding:90px 8%}.net-about-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.net-about-image img{border-radius:20px;width:100%;box-shadow:0 15px 40px #0000001a}.net-about-content h2{color:#182433;margin-bottom:20px;font-size:36px;font-weight:800;line-height:1.3}.net-about-content p{color:#555;margin-bottom:18px;font-size:16px;line-height:1.8}.net-about-stats{gap:40px;margin-top:30px;display:flex}.network-page .stat{text-align:center}.network-page .stat strong{color:#00aee8;margin-bottom:4px;font-size:32px;font-weight:800;display:block}.network-page .stat span{color:#666;font-size:14px}.net-types{background:#fff;padding:90px 8%}.net-types-grid{grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}.net-type-card{color:inherit;background:#fff;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000014}.net-type-card:hover{transform:translateY(-8px);box-shadow:0 16px 45px #00000026}.net-type-image{height:260px;overflow:hidden}.net-type-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.net-type-card:hover .net-type-image img{transform:scale(1.05)}.net-type-info{padding:30px}.net-type-info h3{color:#182433;margin-bottom:6px;font-size:24px;font-weight:800}.net-type-subtitle{color:#00aee8;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600;margin-bottom:14px!important}.net-type-info p{color:#666;margin-bottom:16px;font-size:15px;line-height:1.7}.net-type-link{color:#00aee8;align-items:center;gap:8px;font-size:15px;font-weight:700;transition:gap .3s;display:inline-flex}.net-type-card:hover .net-type-link{gap:14px}.net-industries{background:#f5f8fc;padding:90px 8%}.network-page .industries-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto;display:grid}.network-page .industry-card{text-align:center;background:#fff;border-radius:16px;padding:35px 25px;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 20px #0000000f}.network-page .industry-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #00aee826}.network-page .industry-icon{background:#00aee81a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 18px;display:flex}.network-page .industry-icon i{color:#00aee8;font-size:28px}.network-page .industry-card h4{color:#182433;font-size:17px;font-weight:700}.network-page .net-cta{background:linear-gradient(135deg,#036 0%,#00aee8 100%);padding:80px 8%}.network-page .cta-content{text-align:center;max-width:700px;margin:0 auto}.network-page .cta-content h2{color:#fff;margin-bottom:16px;font-size:38px;font-weight:800}.network-page .cta-content p{color:#ffffffd9;margin-bottom:30px;font-size:17px;line-height:1.7}.network-page .cta-btn{color:#00aee8;background:#fff;border-radius:50px;align-items:center;gap:10px;padding:16px 38px;font-size:17px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex}.network-page .cta-btn:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 25px #0003}@media (width<=900px){.network-page .net-hero{height:60vh;min-height:420px}.network-page .hero-content h1{font-size:36px}.network-page .hero-content p{font-size:16px}.network-page .net-about-container,.network-page .net-types-grid{grid-template-columns:1fr;gap:40px}.network-page .industries-grid{grid-template-columns:repeat(2,1fr)}.network-page .section-heading h2{font-size:30px}.network-page .cta-content h2{font-size:28px}}@media (width<=600px){.network-page .net-hero{height:55vh;min-height:380px}.network-page .hero-content h1{font-size:28px}.network-page .net-about-stats{flex-direction:column;gap:20px}.network-page .industries-grid{grid-template-columns:1fr}.network-page .net-about,.network-page .net-types,.network-page .net-industries{padding:60px 5%}}.active-page{color:#182433;font-family:Segoe UI,Roboto,sans-serif}.active-hero{background:url(https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=80) 50%/cover no-repeat;justify-content:center;align-items:center;height:65vh;min-height:460px;display:flex;position:relative}.active-hero-overlay{text-align:center;background:linear-gradient(135deg,#002850e0 0%,#0078b4bf 100%);flex-direction:column;justify-content:center;align-items:center;padding:0 20px;display:flex;position:absolute;inset:0}.active-hero h1{color:#fff;max-width:700px;margin-bottom:18px;font-size:48px;font-weight:800}.active-hero p{color:#ffffffe0;max-width:620px;margin-bottom:30px;font-size:17px;line-height:1.7}.active-hero-btn{color:#fff;background:#00aee8;border-radius:50px;align-items:center;gap:10px;padding:15px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex}.active-hero-btn:hover{background:#0090c0;transform:translateY(-3px);box-shadow:0 8px 25px #00aee866}.active-components{background:#f5f8fc;padding:80px 8%}.active-process{background:#fff;padding:80px 8%}.active-cta{background:linear-gradient(135deg,#036 0%,#00aee8 100%);padding:70px 8%}.active-cta .cta-content{text-align:center;max-width:700px;margin:0 auto}.active-cta .cta-content h2{color:#fff;margin-bottom:16px;font-size:36px;font-weight:800}.active-cta .cta-content p{color:#ffffffd9;margin-bottom:30px;font-size:17px;line-height:1.7}@media (width<=900px){.active-hero{height:55vh;min-height:380px}.active-hero h1{font-size:34px}.components-grid{grid-template-columns:1fr}.process-timeline{flex-direction:column;align-items:center;gap:40px}.step-arrow{display:none}.section-heading h2{font-size:30px}.active-cta .cta-content h2{font-size:28px}}@media (width<=600px){.active-hero{height:50vh;min-height:350px}.active-hero h1{font-size:28px}.active-hero p{font-size:15px}.active-components,.active-process{padding:60px 5%}}.passive-page{color:#182433;font-family:Segoe UI,Roboto,sans-serif}.passive-hero{background:url(https://images.unsplash.com/photo-1544197150-b99a580bb7a8?auto=format&fit=crop&w=1800&q=80) 50%/cover no-repeat;justify-content:center;align-items:center;height:65vh;min-height:460px;display:flex;position:relative}.passive-hero-overlay{text-align:center;background:linear-gradient(135deg,#001e3ce6 0%,#005a8cbf 100%);flex-direction:column;justify-content:center;align-items:center;padding:0 20px;display:flex;position:absolute;inset:0}.hero-label{color:#00aee8;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;font-size:15px;font-weight:700}.passive-hero h1{color:#fff;max-width:700px;margin-bottom:18px;font-size:48px;font-weight:800}.passive-hero p{color:#ffffffe0;max-width:620px;margin-bottom:30px;font-size:17px;line-height:1.7}.passive-hero-btn{color:#fff;background:#00aee8;border-radius:50px;align-items:center;gap:10px;padding:15px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex}.passive-hero-btn:hover{background:#0090c0;transform:translateY(-3px);box-shadow:0 8px 25px #00aee866}.section-heading{text-align:center;margin-bottom:50px}.section-heading h2{color:#182433;margin-bottom:12px;font-size:38px;font-weight:800}.section-heading p{color:#666;font-size:17px}.passive-components{background:#f5f8fc;padding:80px 8%}.components-grid{grid-template-columns:repeat(2,1fr);gap:35px;max-width:1200px;margin:0 auto;display:grid}.component-card{cursor:pointer;background:#fff;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 8px 30px #00000012}.component-card:hover{transform:translateY(-6px);box-shadow:0 14px 40px #00aee826}.component-card.expanded{box-shadow:0 14px 40px #00aee833}.component-image{height:220px;position:relative;overflow:hidden}.component-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.component-card:hover .component-image img{transform:scale(1.05)}.component-icon{background:#00aee8;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;display:flex;position:absolute;bottom:-25px;right:25px;box-shadow:0 5px 15px #00aee84d}.component-icon i{color:#fff;font-size:22px}.component-body{padding:35px 30px 25px}.component-body h3{color:#182433;margin-bottom:8px;font-size:22px;font-weight:800}.component-summary{color:#555;margin-bottom:12px;font-size:15px;line-height:1.7}.component-expand{max-height:0;transition:max-height .4s;overflow:hidden}.component-card.expanded .component-expand{max-height:200px}.component-expand p{color:#666;border-top:1px solid #eee;margin-top:10px;padding-top:10px;font-size:14px;line-height:1.8}.expand-toggle{color:#00aee8;align-items:center;gap:8px;margin-top:8px;font-size:14px;font-weight:700;transition:color .3s;display:inline-flex}.expand-toggle:hover{color:#0090c0}.passive-process{background:#fff;padding:80px 8%}.process-timeline{justify-content:space-between;align-items:flex-start;gap:20px;max-width:1200px;margin:0 auto;display:flex}.process-step{text-align:center;flex:1;padding:0 10px;position:relative}.step-number{color:#fff;background:linear-gradient(135deg,#00aee8,#0077b6);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 18px;font-size:20px;font-weight:800;display:flex;box-shadow:0 5px 20px #00aee84d}.process-step h4{color:#182433;margin-bottom:8px;font-size:18px;font-weight:700}.process-step p{color:#666;font-size:14px;line-height:1.7}.step-arrow{color:#00aee8;z-index:2;font-size:20px;position:absolute;top:30px;right:-22px}.passive-cta{background:linear-gradient(135deg,#036 0%,#00aee8 100%);padding:70px 8%}.passive-cta .cta-content{text-align:center;max-width:700px;margin:0 auto}.passive-cta .cta-content h2{color:#fff;margin-bottom:16px;font-size:36px;font-weight:800}.passive-cta .cta-content p{color:#ffffffd9;margin-bottom:30px;font-size:17px;line-height:1.7}.cta-btn{color:#00aee8;background:#fff;border-radius:50px;align-items:center;gap:10px;padding:16px 38px;font-size:17px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex}.cta-btn:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 25px #0003}@media (width<=900px){.passive-hero{height:55vh;min-height:380px}.passive-hero h1{font-size:34px}.components-grid{grid-template-columns:1fr}.process-timeline{flex-direction:column;align-items:center;gap:40px}.step-arrow{display:none}.section-heading h2{font-size:30px}.passive-cta .cta-content h2{font-size:28px}}@media (width<=600px){.passive-hero{height:50vh;min-height:350px}.passive-hero h1{font-size:28px}.passive-hero p{font-size:15px}.passive-components,.passive-process{padding:60px 5%}}.integrated-page .hero{width:100%;height:100vh;min-height:650px;position:relative;overflow:hidden}.integrated-page .hero-slider{width:100%;height:100%;position:absolute;inset:0}.integrated-page .hero-slide{filter:blur(3px);opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .8s ease-in-out;position:absolute;inset:0;transform:scale(1.05)}.integrated-page .hero-slide.active{opacity:1;z-index:2;animation:5s linear integratedZoom}@keyframes integratedZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.integrated-page .slide1{background:linear-gradient(135deg,#022244 0%,#0b5ed7 50%,#0a4ab5 100%)}.integrated-page .slide2{background:linear-gradient(135deg,#001a33 0%,#087cef 50%,#065cb8 100%)}.integrated-page .slide3{background:linear-gradient(135deg,#0d2137 0%,#0b6fbf 50%,#095a9e 100%)}.integrated-page .slider-nav{z-index:100;gap:14px;display:flex;position:absolute;bottom:35px;left:50%;transform:translate(-50%)}.integrated-page .dot{cursor:pointer;background:#ffffff73;border-radius:50%;width:15px;height:15px;transition:all .3s}.integrated-page .dot:hover{background:#08a9e6}.integrated-page .dot.active{background:#08a9e6;transform:scale(1.2)}.integrated-page .hero-overlay{z-index:1;background:linear-gradient(90deg,#001226d9 0%,#001226b3 40%,#0012264d 60%,#0012261a 100%);position:absolute;inset:0}.integrated-page .hero-content{z-index:2;width:100%;position:relative}.integrated-page .hero-text{color:#fff;max-width:850px}.integrated-page .hero-text h1{font-size:72px;font-weight:700;line-height:1.1}.integrated-page .white-text{color:#fff}.integrated-page .dark-blue-text{color:#07c}.integrated-page .hero-text p{color:#f1f5f9;font-size:21px;font-weight:400;line-height:1.9}.integrated-page .hero-buttons{align-items:center;gap:18px;margin-top:35px;display:flex}.integrated-page .primary-btn,.integrated-page .secondary-btn{border-radius:6px;justify-content:center;align-items:center;min-width:160px;padding:17px 28px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex}.integrated-page .primary-btn{color:#fff;background:#08a9e6;border:2px solid #08a9e6}.integrated-page .primary-btn:hover{background:#008cc4;border-color:#008cc4;transform:translateY(-2px)}.integrated-page .secondary-btn{color:#fff;background:0 0;border:1px solid #fff}.integrated-page .secondary-btn:hover{color:#08254d;background:#fff}.integrated-page .about-section{padding:90px 0 60px}.integrated-page .about-container{grid-template-columns:1fr 1fr;align-items:center;gap:55px;display:grid}.integrated-page .about-image img{object-fit:cover;border-radius:12px;width:100%;height:400px}.integrated-page .small-title{color:#087cef;letter-spacing:1.5px;font-size:13px;font-weight:700}.integrated-page .about-content h2{color:#08254d;margin:10px 0 22px;font-size:38px;line-height:1.2}.integrated-page .about-content p{color:#4b5563;margin-bottom:15px;line-height:1.8}.integrated-page .section-heading{text-align:center;margin-bottom:35px}.integrated-page .section-heading span{color:#087cef;letter-spacing:1.5px;font-size:13px;font-weight:700}.integrated-page .section-heading h2{color:#08254d;margin-top:8px;font-size:30px}.integrated-page .expertise-section{background:#f8fafc;padding:60px 0 80px}.integrated-page .expertise-grid{grid-template-columns:repeat(6,1fr);gap:25px;display:grid}.integrated-page .expertise-card{background:#fff;border-radius:10px;grid-column:span 2;transition:all .3s;overflow:hidden;box-shadow:0 3px 15px #00000014}.integrated-page .expertise-card:hover{transform:translateY(-7px);box-shadow:0 12px 30px #00000021}.integrated-page .expertise-card:nth-child(4){grid-column:2/span 2}.integrated-page .expertise-card:nth-child(5){grid-column:4/span 2}.integrated-page .expertise-card>img{object-fit:cover;width:100%;height:220px;display:block}.integrated-page .card-content{padding:30px 25px 28px;position:relative}.integrated-page .card-icon{color:#fff;background:#087cef;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:21px;display:flex;position:absolute;top:-28px;left:22px}.integrated-page .card-content h3{color:#08254d;margin:12px 0 15px;font-size:21px;line-height:1.3}.integrated-page .card-content p{color:#555;margin-bottom:18px;font-size:13px;line-height:1.7}.integrated-page .card-content ul{list-style:none}.integrated-page .card-content li{color:#374151;margin-bottom:9px;padding-left:19px;font-size:12px;position:relative}.integrated-page .card-content li:before{content:"●";color:#087cef;font-size:9px;position:absolute;left:0}.integrated-page .extra-points{margin-top:12px}.integrated-page .read-more-btn{color:#fff;cursor:pointer;background:#087cef;border:none;border-radius:6px;margin-top:18px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:inline-block}.integrated-page .read-more-btn:hover{background:#066ac7}.integrated-page .industries-section{padding:70px 0}.integrated-page .industries-grid{border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.integrated-page .industry{text-align:center;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:28px 15px}.integrated-page .industry i{color:#082f63;margin-bottom:12px;font-size:35px}.integrated-page .industry h4{color:#08254d;font-size:13px;line-height:1.4}.integrated-page .cta-section{color:#fff;background:#063575;padding:45px 0}.integrated-page .cta-container{align-items:center;gap:40px;display:flex}.integrated-page .cta-icon{color:#0d8cff;border:2px solid #087cef;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;font-size:65px;display:flex}.integrated-page .cta-content{max-width:700px}.integrated-page .cta-content h2{margin-bottom:10px;font-size:30px}.integrated-page .cta-content p{color:#dbeafe;font-size:14px;line-height:1.7}.integrated-page .cta-buttons{gap:15px;margin-top:20px;display:flex}.integrated-page .outline-btn{text-transform:uppercase;color:#fff;border:1px solid #fff;align-items:center;gap:8px;padding:13px 22px;font-size:12px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.integrated-page .outline-btn:hover{color:#063575;background:#fff}@media (width<=1000px){.integrated-page .hero-text h1{font-size:48px}.integrated-page .expertise-grid{grid-template-columns:repeat(2,1fr)}.integrated-page .expertise-card,.integrated-page .expertise-card:nth-child(4),.integrated-page .expertise-card:nth-child(5){grid-column:auto}.integrated-page .industries-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=650px){.integrated-page .hero{min-height:550px}.integrated-page .hero-text h1{font-size:34px}.integrated-page .hero-text p{font-size:15px}.integrated-page .hero-buttons{flex-direction:column;align-items:flex-start}.integrated-page .primary-btn,.integrated-page .secondary-btn{justify-content:center;width:100%;min-width:140px}.integrated-page .about-section{padding:60px 0 40px}.integrated-page .about-container{grid-template-columns:1fr}.integrated-page .about-image img{height:240px}.integrated-page .about-content h2{font-size:28px}.integrated-page .section-heading h2{font-size:24px}.integrated-page .expertise-grid{grid-template-columns:1fr}.integrated-page .expertise-card,.integrated-page .expertise-card:nth-child(4),.integrated-page .expertise-card:nth-child(5){grid-column:auto}.integrated-page .industries-grid{grid-template-columns:repeat(2,1fr)}.integrated-page .cta-container{text-align:center;flex-direction:column}.integrated-page .cta-icon{width:100px;height:100px;font-size:45px}.integrated-page .cta-content h2{font-size:24px}.integrated-page .cta-buttons{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.integrated-page .hero{min-height:480px}.integrated-page .hero-text h1{font-size:28px}.integrated-page .industries-grid{grid-template-columns:1fr}.integrated-page .industry{padding:20px 15px}.integrated-page .about-content h2{font-size:24px}.integrated-page .section-heading h2{font-size:22px}.integrated-page .expertise-section,.integrated-page .industries-section{padding:40px 0}.integrated-page .cta-section{padding:35px 0}.integrated-page .cta-content h2{font-size:20px}}.mobile-page .hero{align-items:center;width:100%;height:100vh;min-height:650px;display:flex;position:relative;overflow:hidden}.mobile-page .hero>input[type=radio]{display:none}.mobile-page .hero-slider{z-index:0;width:100%;height:100%;position:absolute;inset:0}.mobile-page .hero-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .6s;position:absolute;inset:0}.mobile-page .slide1{background:linear-gradient(135deg,#022244 0%,#0b5ed7 50%,#0a4ab5 100%)}.mobile-page .slide2{background:linear-gradient(135deg,#001a33 0%,#087cef 50%,#065cb8 100%)}.mobile-page .slide3{background:linear-gradient(135deg,#0d2137 0%,#0b6fbf 50%,#095a9e 100%)}.mobile-page #slide-radio1:checked~.hero-slider .slide1,.mobile-page #slide-radio2:checked~.hero-slider .slide2,.mobile-page #slide-radio3:checked~.hero-slider .slide3{opacity:1}.mobile-page .hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#001226eb 0%,#00162dbf 42%,#0012264d 75%,#00122633 100%);position:absolute;inset:0}.mobile-page .hero-content{z-index:2;width:100%;position:relative}.mobile-page .hero-text{color:#fff;max-width:850px}.mobile-page .hero-text h1{color:#fff;margin-bottom:25px;font-size:65px;font-weight:700;line-height:1.12}.mobile-page .hero-text h1 span{color:#08a9e6}.mobile-page .hero-text p{color:#f1f5f9;max-width:750px;font-size:20px;line-height:1.8}.mobile-page .hero-buttons{align-items:center;gap:18px;margin-top:35px;display:flex}.mobile-page .primary-btn,.mobile-page .secondary-btn{border-radius:6px;justify-content:center;align-items:center;min-width:160px;padding:17px 28px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex}.mobile-page .primary-btn{color:#fff;background:#08a9e6;border:2px solid #08a9e6}.mobile-page .primary-btn:hover{background:#008cc4;border-color:#008cc4;transform:translateY(-2px)}.mobile-page .secondary-btn{color:#fff;background:0 0;border:1px solid #fff}.mobile-page .secondary-btn:hover{color:#08254d;background:#fff}.mobile-page .hero-dots{z-index:999;justify-content:center;align-items:center;gap:15px;display:flex;position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.mobile-page .hero-dots label{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:15px;height:15px;transition:all .3s;display:block}.mobile-page #slide-radio1:checked~.hero-dots label:first-child,.mobile-page #slide-radio2:checked~.hero-dots label:nth-child(2),.mobile-page #slide-radio3:checked~.hero-dots label:nth-child(3){background:#fff;transform:scale(1.2)}.mobile-page .about-section{padding:90px 0 60px}.mobile-page .about-container{grid-template-columns:1fr 1fr;align-items:center;gap:55px;display:grid}.mobile-page .about-image img{object-fit:cover;border-radius:12px;width:100%;height:400px}.mobile-page .small-title{color:#087cef;letter-spacing:1.5px;font-size:13px;font-weight:700}.mobile-page .about-content h2{color:#08254d;margin:10px 0 22px;font-size:38px;line-height:1.2}.mobile-page .about-content p{color:#4b5563;margin-bottom:15px;line-height:1.8}.mobile-page .problems-section{background:#f5f9fd;padding:90px 6%}.mobile-page .problems-section .section-container{width:100%;max-width:1250px;margin:auto}.mobile-page .problems-section .section-heading{text-align:center;max-width:760px;margin:0 auto 50px}.mobile-page .problems-section .section-label{color:#0b76d1;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:700;display:inline-block}.mobile-page .problems-section .section-heading h2{color:#102a43;margin-bottom:16px;font-size:40px;line-height:1.2}.mobile-page .problems-section .section-heading p{color:#64748b;font-size:17px}.mobile-page .problem-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.mobile-page .problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:34px 27px;transition:all .35s}.mobile-page .problem-card:hover{border-color:#0b76d1;transform:translateY(-8px);box-shadow:0 18px 35px #0f172a1a}.mobile-page .problem-icon{color:#0b76d1;background:#e8f4fd;border-radius:8px;place-items:center;width:62px;height:62px;margin-bottom:22px;font-size:25px;display:grid}.mobile-page .problem-card h3{color:#102a43;margin-bottom:12px;font-size:20px}.mobile-page .problem-card p{color:#64748b;font-size:15px}.mobile-page .section-heading{text-align:center;margin-bottom:35px}.mobile-page .section-heading span{color:#087cef;letter-spacing:1.5px;font-size:13px;font-weight:700}.mobile-page .section-heading h2{color:#08254d;margin-top:8px;font-size:30px}.mobile-page .expertise-section{background:#f8fafc;padding:60px 0 80px}.mobile-page .expertise-grid{grid-template-columns:repeat(6,1fr);gap:25px;display:grid}.mobile-page .expertise-card{background:#fff;border-radius:10px;grid-column:span 2;transition:all .3s;overflow:hidden;box-shadow:0 3px 15px #00000014}.mobile-page .expertise-card:hover{transform:translateY(-7px);box-shadow:0 12px 30px #00000021}.mobile-page .expertise-card:nth-child(4){grid-column:2/span 2}.mobile-page .expertise-card:nth-child(5){grid-column:4/span 2}.mobile-page .expertise-card>img{object-fit:cover;width:100%;height:220px;display:block}.mobile-page .card-content{padding:30px 25px 28px;position:relative}.mobile-page .card-icon{color:#fff;background:#087cef;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:21px;display:flex;position:absolute;top:-28px;left:22px}.mobile-page .card-content h3{color:#08254d;margin:12px 0 15px;font-size:22px;line-height:1.3}.mobile-page .card-content p{color:#555;margin-bottom:18px;font-size:14px;line-height:1.7}.mobile-page .card-content ul{list-style:none}.mobile-page .card-content li{color:#262424;margin-bottom:9px;padding-left:19px;font-size:15px;position:relative}.mobile-page .card-content li:before{content:"●";color:#000;font-size:9px;position:absolute;left:0}.mobile-page .extra-points{margin-top:12px}.mobile-page .read-more-btn{color:#fff;cursor:pointer;background:#087cef;border:none;border-radius:5px;margin-top:18px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .3s;display:inline-block}.mobile-page .read-more-btn:hover{background:#08254d}.mobile-page .industries-section{padding:70px 0}.mobile-page .industries-grid{border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.mobile-page .industry{text-align:center;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:28px 15px}.mobile-page .industry i{color:#082f63;margin-bottom:12px;font-size:35px}.mobile-page .industry h4{color:#08254d;font-size:13px;line-height:1.4}.mobile-page .cta-section{color:#fff;background:#063575;padding:45px 0}.mobile-page .cta-container{align-items:center;gap:40px;display:flex}.mobile-page .cta-icon{color:#0d8cff;border:2px solid #087cef;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;font-size:65px;display:flex}.mobile-page .cta-content{max-width:700px}.mobile-page .cta-content h2{margin-bottom:10px;font-size:30px}.mobile-page .cta-content p{color:#dbeafe;font-size:14px;line-height:1.7}.mobile-page .cta-buttons{gap:15px;margin-top:20px;display:flex}.mobile-page .outline-btn{text-transform:uppercase;color:#fff;border:1px solid #fff;align-items:center;gap:8px;padding:13px 22px;font-size:12px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.mobile-page .outline-btn:hover{color:#063575;background:#fff}@media (width<=1100px){.mobile-page .problem-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1000px){.mobile-page .hero-text h1{font-size:52px}.mobile-page .expertise-grid{grid-template-columns:repeat(2,1fr)}.mobile-page .expertise-card,.mobile-page .expertise-card:nth-child(4),.mobile-page .expertise-card:nth-child(5){grid-column:auto}.mobile-page .industries-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=650px){.mobile-page .hero{min-height:550px}.mobile-page .hero-text h1{font-size:34px}.mobile-page .hero-text p{font-size:15px;line-height:1.7}.mobile-page .hero-text p br{display:none}.mobile-page .hero-buttons{flex-direction:column;align-items:flex-start}.mobile-page .primary-btn,.mobile-page .secondary-btn{justify-content:center;width:100%;min-width:140px}.mobile-page .hero-dots{bottom:40px}.mobile-page .about-section{padding:60px 0 40px}.mobile-page .problems-section{padding:50px 5%}.mobile-page .problems-section .section-heading h2{font-size:28px}.mobile-page .problem-grid,.mobile-page .about-container{grid-template-columns:1fr}.mobile-page .about-image img{height:240px}.mobile-page .about-content h2{font-size:28px}.mobile-page .section-heading h2{font-size:24px}.mobile-page .expertise-grid{grid-template-columns:1fr}.mobile-page .expertise-card,.mobile-page .expertise-card:nth-child(4),.mobile-page .expertise-card:nth-child(5){grid-column:auto}.mobile-page .industries-grid{grid-template-columns:repeat(2,1fr)}.mobile-page .cta-container{text-align:center;flex-direction:column}.mobile-page .cta-icon{width:100px;height:100px;font-size:45px}.mobile-page .cta-content h2{font-size:24px}.mobile-page .cta-buttons{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.mobile-page .hero{min-height:480px}.mobile-page .hero-text h1{font-size:26px}.mobile-page .industries-grid{grid-template-columns:1fr}.mobile-page .industry{padding:20px 15px}.mobile-page .about-content h2{font-size:24px}.mobile-page .section-heading h2{font-size:22px}.mobile-page .problems-section .section-heading h2{font-size:24px}.mobile-page .expertise-section,.mobile-page .industries-section,.mobile-page .problems-section{padding:35px 5%}.mobile-page .cta-section{padding:35px 0}.mobile-page .cta-content h2{font-size:20px}}.pa-page{color:#1b2430;background:#f7f9fc;font-family:Segoe UI,Arial,sans-serif}.pa-page .pa-hero{background:#f7f9fc;padding:70px 5%}.pa-page .pa-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1700px;margin:auto;display:grid}.pa-page .pa-hero-text h1{color:#0b5ed7;margin-bottom:25px;font-size:45px;font-weight:700}.pa-page .pa-hero-text h2{color:#0f172a;margin-bottom:20px;font-size:44px;line-height:1.4}.pa-page .pa-hero-text p{color:#526173;margin-bottom:12px;font-size:22px;line-height:1.7}.pa-page .pa-hero-image img{object-fit:cover;border-radius:28px;width:100%;height:450px;box-shadow:0 20px 50px #0000001f}.pa-page .service-section{background:#fff;border-radius:24px;width:90%;max-width:1200px;margin:60px auto;padding:45px;box-shadow:0 10px 35px #00000014}.pa-page .service-section h2{color:#0b5ed7;margin-bottom:25px;font-size:34px}.pa-page .service-section p{color:#526173;margin-bottom:18px;font-size:17px;line-height:1.8}.pa-page .service-section ul{margin-bottom:10px;list-style:none}.pa-page .service-section ul li{color:#526173;margin-bottom:12px;padding-left:22px;font-size:17px;line-height:1.7;position:relative}.pa-page .service-section ul li:before{content:"●";color:#0b5ed7;font-size:10px;position:absolute;top:5px;left:0}.pa-page .pa-contact{text-align:center;color:#fff;background:#0b5ed7;padding:80px 5%}.pa-page .pa-contact h2{color:#fff;margin-bottom:18px;font-size:38px}.pa-page .pa-contact p{color:#dbeafe;max-width:700px;margin:0 auto 30px;font-size:18px;line-height:1.8}.pa-page .pa-contact-btn{color:#0b5ed7;background:#fff;border-radius:30px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.pa-page .pa-contact-btn:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}@media (width<=900px){.pa-page .pa-hero-content{grid-template-columns:1fr;gap:40px}.pa-page .pa-hero-text h1{margin-bottom:25px;font-size:42px}.pa-page .pa-hero-text h2{font-size:32px;line-height:1.4}.pa-page .pa-hero-text p{font-size:18px}.pa-page .pa-hero-image img{height:400px}.pa-page .pa-contact h2{font-size:30px}}@media (width<=600px){.pa-page .pa-hero{padding:40px 5%}.pa-page .pa-hero-text h1{font-size:32px}.pa-page .pa-hero-text h2{font-size:24px}.pa-page .pa-hero-text p{font-size:16px}.pa-page .service-section{margin:40px auto;padding:28px 20px}.pa-page .service-section h2{font-size:24px}.pa-page .service-section p{font-size:15px}.pa-page .pa-contact{padding:50px 5%}.pa-page .pa-contact h2{font-size:24px}.pa-page .pa-contact p{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1b2430;background:#f7f9fc;font-family:Segoe UI,Arial,sans-serif;line-height:1.6}a{text-decoration:none}img{max-width:100%}
