*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif}.top-bar{position:fixed;top:0;left:0;right:0;height:32px;background:linear-gradient(#0d72b3,#084a7f);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 80px;font-size:13px;z-index:1000}.top-bar-left,.top-bar-right{display:flex;gap:8px}.top-bar-left{margin-left:300px;gap:30px}.top-bar-right{margin-right:300px;gap:30px}.top-bar-item{white-space:nowrap;color:#fff;text-decoration:none;font-weight:400;cursor:pointer}.top-bar-item:hover{text-decoration:underline}.top-link{color:#fff;text-decoration:none;font-weight:600;letter-spacing:.06em;font-size:11px}.top-link:hover{text-decoration:underline}.main-header{position:fixed;top:32px;left:0;right:0;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 80px;box-shadow:0 1px 3px #0000002e;z-index:900}.logo-area{display:flex;align-items:center;gap:30px;margin-left:150px}.logo-img{width:50px;height:50px}.logo-text{font-size:32px;font-weight:600;color:#222;margin-top:15px}.main-nav{display:flex;align-items:center;gap:25px;margin-right:100px}.nav-links{display:flex;align-items:center;gap:25px}.menu-toggle{display:none;background:none;border:none;font-size:28px;color:#0071c2;cursor:pointer}.nav-links a{color:#0071c2;text-decoration:none;font-size:16px;font-weight:600;padding:4px 0;transition:color .3s ease}.nav-links a:hover{color:#004b8c}.nav-links a.active{color:#004b8c;font-weight:600;font-size:20px}@media(max-width:900px){.top-bar{padding:4px 12px;height:auto;flex-direction:column;align-items:center;justify-content:center;gap:2px;row-gap:6px}.top-bar-left,.top-bar-right{margin-left:0;margin-right:0;gap:12px;flex-wrap:wrap}.top-bar-left,.top-bar-right{justify-content:center}.top-bar-item{font-size:12px}.top-link{font-size:10px;letter-spacing:.04em}.main-header{padding:10px 16px;justify-content:space-between}.logo-area{margin-left:0;gap:10px}.logo-text{font-size:22px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;background:#fffffff7;padding:16px 24px;border-radius:0;box-shadow:0 4px 14px #0000002e;width:80%;max-width:320px}.nav-links.open{display:flex}.nav-links a{width:100%;text-align:center;font-size:16px;padding:8px 0}.main-nav{margin-right:0;gap:0}.nav-links a.active{color:#004b8c;font-weight:600;font-size:20px;text-decoration:underline solid #003461;text-underline-offset:10px}}.menu-toggle.open{color:#004b8c}.footer-contact{background:#3f3f3f;color:#fff;padding:60px 0 0;font-family:inherit}.footer-contact-inner{max-width:1200px;margin:0 auto;padding:0 20px}.footer-contact-top{display:flex;gap:60px;margin-bottom:150px}.footer-form,.footer-map{flex:1}.footer-form{display:flex;flex-direction:column}.footer-heading{margin:0 0 20px;font-size:26px;font-weight:500}.footer-form form{flex:1;display:flex;flex-direction:column;gap:40px}.footer-row{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-form input,.footer-form textarea{width:100%;padding:10px 12px;border:1px solid #666;background:#4a4a4a;color:#fff;font-size:14px}.footer-form input::placeholder,.footer-form textarea::placeholder{color:#bbb}.footer-full{grid-column:1 / -1}.footer-textarea{min-height:140px;resize:vertical}.footer-submit{align-self:flex-end;padding:8px 26px;border:1px solid #31a3ff;background:transparent;color:#31a3ff;text-transform:uppercase;letter-spacing:.15em;font-size:12px;cursor:pointer}.footer-submit:hover{background:#31a3ff;color:#fff}.footer-map iframe{width:100%;height:100%;min-height:260px;border:0}.footer-contact-bottom{display:flex;justify-content:space-between;gap:40px;font-size:14px}.footer-block p{margin:4px 0 10px;font-size:18px}.footer-block-title{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-weight:500;font-size:25px}.footer-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:25px}.footer-link{color:#fff;text-decoration:none;transition:all .3s ease;display:block}.footer-link:hover{color:#31a3ff;text-decoration:underline}.footer-block:has(.footer-link) .footer-block-title{cursor:pointer}@supports not selector(:has){.footer-block-title:has(.footer-icon:nth-child(2))+.footer-block>p>.footer-link{cursor:pointer}}.footer-contact-cards{display:flex;justify-content:space-between;gap:50px;margin-top:60px;padding-top:40px;margin-bottom:80px}.footer-card-link{text-decoration:none;color:inherit;display:block}.footer-card{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:50px 30px;width:300px;height:350px;background:#ffffff0d;box-shadow:0 8px 25px #0000004d,0 2px 10px #0003,inset 0 1px #ffffff1a;transition:all .3s ease;cursor:pointer}.footer-card:hover{background:#31a3ff1a;transform:translateY(-4px);box-shadow:0 12px 35px #0006,0 4px 15px #00000040,inset 0 1px #ffffff26}.footer-card-line{height:3px;background:linear-gradient(90deg,transparent 0%,#31a3ff 50%,transparent 100%);margin:0 auto 24px;width:140px;border-radius:2px}.footer-card-icon{width:100px;height:100px;background:#fff;border:3px solid #001f3f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:40px;color:#001f3f;transition:all .3s ease}.footer-card:hover .footer-card-icon{background:#0f0f0f;color:#fff;transform:scale(1.1);border:3px solid #ffffff}.footer-card-text{font-size:16px;font-weight:500;color:#fff;letter-spacing:.5px;margin-bottom:15px}@media(max-width:991px){.footer-contact{padding:40px 0 30px}.footer-contact-inner{padding:0 16px}.footer-contact-top{flex-direction:column;gap:32px;margin-bottom:48px}.footer-contact-bottom{flex-direction:column;gap:28px;align-items:center;text-align:center}.footer-contact-bottom .footer-block-title{justify-content:center}.footer-heading{font-size:22px;margin-bottom:16px}.footer-block-title{margin-bottom:14px}.footer-map iframe{height:260px}.footer-contact-cards{flex-direction:column;gap:20px;margin-top:40px;padding-top:30px;align-items:center}.footer-card{width:100%;max-width:300px;min-height:280px}}@media(max-width:767px){.footer-contact{padding:32px 0 24px}.footer-contact-inner{padding:0 12px}.footer-contact-bottom{font-size:13px;gap:24px;align-items:center;text-align:center}.footer-contact-bottom .footer-block-title{justify-content:center}.footer-heading{font-size:20px}.footer-row{grid-template-columns:1fr;gap:10px}.footer-form input,.footer-form textarea{font-size:13px;padding:8px 10px}.footer-textarea{min-height:110px}.footer-submit{width:100%;text-align:center;align-self:stretch}.footer-map iframe{min-height:200px}.footer-block-title{margin-bottom:12px}.footer-contact-cards{flex-direction:column;gap:24px;margin-top:32px;align-items:center}.footer-card{width:100%;max-width:300px;min-height:280px}}@media(max-width:480px){.footer-contact-inner{padding:0 8px}.footer-heading{font-size:18px}.footer-contact-bottom{gap:50px}.footer-contact-bottom .footer-block-title{justify-content:center}.footer-block-title{margin-bottom:20px}.footer-contact-cards{gap:20px;align-items:center}.footer-card{width:100%;width:280px;min-height:260px}}.footer-policy-bar{background:#2e2e2e;padding:12px 0;width:100%;margin:0;border-top:1px solid #555}.policy-links-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:flex-start}.policy-links{list-style:none;padding:0;margin:0;display:flex;gap:16px}.policy-link{color:#8a8787;text-decoration:none;transition:all .3s ease}.policy-link:hover,.policy-link.active{color:#31a3ff;font-weight:700}.footer-container.full-width-footer{width:100%;background-color:#171717;padding:20px 0;box-shadow:0 -4px 20px #0000001a;margin:0;border-radius:0 0 12px 12px;overflow:hidden}.footer-container .footer-created-social{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;box-sizing:border-box}.footer-container .created-by p{margin:0;color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;line-height:1.4}.footer-container .violet-link{color:#fff;text-decoration:none;font-weight:700;background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;position:relative}.footer-container .violet-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:linear-gradient(135deg,gold,#ffed4e);transition:width .3s ease}.footer-container .violet-link:hover{transform:translateY(-1px);text-shadow:0 0 10px rgba(255,215,0,.5)}.footer-container .violet-link:hover:after{width:100%}.footer-container .social-icons{display:flex;gap:15px}.footer-container .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff3;color:#fff;border-radius:50%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);flex-shrink:0}.footer-container .social-icons a:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 5px 15px #fff3}@media(max-width:768px){.footer-container .footer-created-social{flex-direction:column;text-align:center;gap:15px;padding:0 15px}.footer-container .created-by p{font-size:16px;flex-direction:row;gap:8px}.footer-container .violet-link{font-size:18px}.footer-container .social-icons a{width:45px;height:45px}}@media(max-width:480px){.footer-container .created-by p{flex-direction:column;gap:2px}.footer-container .footer-created-social{padding:0 10px}}body{font-family:Arial,Helvetica,sans-serif;background-color:#f2f2f2}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.hero-section{position:relative;margin-top:94px;width:100%;height:100vh;min-height:100vh;overflow:hidden;transition:background-image .5s ease}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:1;transition:background-image .5s ease;animation:fadeIn .8s ease-in-out;width:100%;height:100%}.hero-overlay{position:absolute;inset:0;background:#00468c99;z-index:2}.hero-content{position:relative;z-index:3;width:100%;height:100%;min-height:inherit;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 15px;gap:20px}.hero-text-box{max-width:95%;background:#0000004d;padding:20px 18px;border-radius:2px;text-align:center;transition:opacity .5s ease}.hero-title{margin:0;font-size:18px;font-weight:400;letter-spacing:.04em;line-height:1.4;transition:opacity .5s ease;animation:slideInUp .6s ease-out}.hero-btn{display:inline-block;margin-top:0;padding:10px 22px;border:2px solid #ffffff;color:#fff;text-decoration:none;font-size:11px;letter-spacing:.12em;text-transform:uppercase;background:transparent;transition:all .3s ease;animation:pulse 2s infinite;border-radius:2px}.hero-btn:hover{background:#fff;color:#00549b;animation:none}.hero-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5}.hero-dots .dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s ease,transform .3s ease}.hero-dots .dot:hover{background:#fffc;transform:scale(1.2)}.hero-dots .dot.active{background:#fff;transform:scale(1.3)}.hero-arrow{position:absolute;top:50%;border:none;color:#fff;font-size:36px;padding:8px 12px;cursor:pointer;z-index:4;transition:all .3s ease;opacity:0;pointer-events:none;border-radius:2px}.hero-arrow.prev{left:10px;transform:translateY(-50%) translate(-100%)}.hero-arrow.next{right:10px;transform:translateY(-50%) translate(100%)}.hero-arrow.show{opacity:.8;pointer-events:auto;transform:translateY(-50%) translate(0)}.hero-arrow:hover{background:#00000080;color:#fff;opacity:1}.hero-arrow:active{transform:translateY(-50%) scale(.95)}@media(max-width:480px){.hero-section{margin-top:0;height:100vh;min-height:100vh}.hero-bg{background-size:cover;background-position:center center}.hero-content{padding:15px 10px}.hero-text-box{max-width:92%;padding:16px 14px}.hero-title{font-size:16px;letter-spacing:.03em}.hero-btn{padding:9px 20px;font-size:10px}.hero-dots{bottom:12px;gap:5px}.hero-dots .dot{width:6px;height:6px}.hero-arrow{font-size:32px;padding:6px 10px}.hero-arrow.prev{left:5px}.hero-arrow.next{right:5px}}@media(min-width:768px)and (max-width:1023px){.hero-section{margin-top:94px;height:calc(100vh - 120px);min-height:500px}.hero-content{padding:25px 30px}.hero-text-box{max-width:85%;padding:26px 32px}.hero-title{font-size:24px;letter-spacing:.045em;line-height:1.45}.hero-btn{padding:11px 26px;font-size:12px;margin-top:5px}.hero-dots{bottom:20px;gap:8px}.hero-dots .dot{width:8px;height:8px}.hero-arrow{font-size:56px;padding:12px 16px;background:#00000040}.hero-arrow.prev{left:15px}.hero-arrow.next{right:15px}.hero-arrow.show{opacity:.7}}@media(min-width:1024px)and (max-width:1439px){.hero-section{margin-top:94px;height:calc(100vh - 140px);min-height:600px}.hero-overlay{background:#00468c8c}.hero-content{padding:30px 40px}.hero-text-box{max-width:75%;background:#00000047;padding:30px 38px}.hero-title{font-size:28px;letter-spacing:.05em;line-height:1.5}.hero-btn{padding:12px 28px;font-size:13px;margin-top:8px}.hero-dots{bottom:22px;gap:9px}.hero-dots .dot{width:9px;height:9px}.hero-arrow{font-size:68px;padding:14px 18px;background:transparent}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-arrow.show{opacity:.85}.hero-arrow:hover{background:#0003;color:#00549b;opacity:1}}@media(min-width:1440px)and (max-width:1919px){.hero-section{margin-top:94px;height:calc(100vh - 150px);min-height:700px}.hero-overlay{background:#00468c8c}.hero-content{padding:35px 50px}.hero-text-box{max-width:70%;background:#00000040;padding:32px 42px}.hero-title{font-size:32px;letter-spacing:.05em;line-height:1.5}.hero-btn{padding:12px 30px;font-size:13px;margin-top:10px}.hero-dots{bottom:25px;gap:10px}.hero-dots .dot{width:10px;height:10px}.hero-arrow{font-size:80px;padding:15px 20px;background:transparent}.hero-arrow.prev{left:20px}.hero-arrow.next{right:20px}.hero-arrow.show{opacity:.9}.hero-arrow:hover{background:#00000026;color:#00549b}}@media(min-width:1920px)and (max-width:2559px){.hero-section{margin-top:94px;height:calc(100vh - 160px);min-height:800px}.hero-overlay{background:#00468c85}.hero-content{padding:40px 60px}.hero-text-box{max-width:65%;background:#00000040;padding:38px 50px}.hero-title{font-size:38px;letter-spacing:.05em;line-height:1.5}.hero-btn{padding:14px 34px;font-size:14px;margin-top:12px;border-width:2.5px}.hero-dots{bottom:30px;gap:12px}.hero-dots .dot{width:11px;height:11px}.hero-arrow{font-size:92px;padding:18px 24px;background:transparent}.hero-arrow.prev{left:25px}.hero-arrow.next{right:25px}.hero-arrow.show{opacity:.9}.hero-arrow:hover{background:#00000026;color:#00549b}}@media(min-width:2560px){.hero-section{margin-top:94px;height:calc(100vh - 180px);min-height:900px}.hero-overlay{background:#00468c80}.hero-content{padding:50px 80px}.hero-text-box{max-width:60%;background:#00000038;padding:45px 60px}.hero-title{font-size:44px;letter-spacing:.05em;line-height:1.5}.hero-btn{padding:16px 40px;font-size:15px;margin-top:15px;border-width:3px}.hero-dots{bottom:35px;gap:14px}.hero-dots .dot{width:12px;height:12px}.hero-arrow{font-size:100px;padding:20px 28px;background:transparent}.hero-arrow.prev{left:30px}.hero-arrow.next{right:30px}.hero-arrow.show{opacity:.92}.hero-arrow:hover{background:#00000026;color:#00549b}}@media(max-width:767px){.hero-section{margin-top:0;height:100vh;min-height:100vh}.hero-bg{background-size:cover;background-position:center center}.hero-arrow{min-width:44px;min-height:44px}.hero-dots .dot{min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center}.hero-dots .dot:after{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.hero-dots .dot.active:after{width:7px;height:7px}}.hero-arrow:focus-visible,.hero-btn:focus-visible,.hero-dots .dot:focus-visible{outline:2px solid #ffffff;outline-offset:4px}@media(prefers-reduced-motion:reduce){.hero-bg,.hero-title,.hero-btn,.hero-arrow,.hero-dots .dot{animation:none;transition:none}}.services-grid-wrapper{display:flex;justify-content:center;width:100%}.services-section{padding:40px 0 60px;background-color:#f2f2f2}.services-inner{max-width:1200px;margin:0 auto;padding:0 15px;text-align:center}.services-heading{font-size:16px;font-weight:500;color:#333;line-height:1.5;margin:0 0 30px;padding:0 10px}.services-top-buttons{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:60px}.services-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 30px;border-radius:2px;text-decoration:none;font-size:13px;letter-spacing:.08em;text-transform:uppercase;border:2px solid #333;background-color:#333;color:#fff;width:100%;max-width:280px;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.services-btn .icon{font-size:18px}.services-btn.dark:hover{background-color:#fff;color:#333;border-color:#333}.services-grid{display:grid;grid-template-columns:1fr;gap:60px;margin-top:10px;width:100%;max-width:400px;margin-left:auto;margin-right:auto}.service-card{background-color:#fff;border-radius:2px;padding:55px 25px 35px;position:relative;box-shadow:0 8px 20px #0000000f;text-align:center;transition:box-shadow .3s ease,transform .3s ease}.service-card:hover{box-shadow:0 12px 25px #0000001f;transform:translateY(-3px)}.service-icon-wrap{position:absolute;top:-40px;left:50%;transform:translate(-50%)}.service-icon{width:80px;height:80px;border-radius:50%;background:#0f9ae8;display:flex;align-items:center;justify-content:center;font-size:30px;color:#fff;box-shadow:0 8px 16px #0000001f;transition:background-color .3s ease,transform .3s ease}.service-card:hover .service-icon{background-color:#0070c9;transform:scale(1.05)}.service-title{margin-top:25px;margin-bottom:10px;font-size:17px;font-weight:600;text-align:center;color:#0070c9}.service-text{margin:0;font-size:13px;line-height:1.7;color:#666;text-align:center}.view-more-btn{margin-top:20px;padding:10px 20px;background-color:#0f9ae8;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.view-more-btn:hover{background-color:#0070c9;transform:translateY(-1px)}@media(max-width:768px){.view-more-btn{padding:8px 16px;font-size:13px}}@media(min-width:768px)and (max-width:1023px){.services-section{padding:60px 0 80px}.services-inner{padding:0 30px}.services-heading{font-size:22px;margin-bottom:40px;padding:0 20px}.services-top-buttons{flex-direction:row;justify-content:center;gap:25px;margin-bottom:80px}.services-btn{font-size:14px;padding:13px 32px;width:auto}.services-btn .icon{font-size:20px}.services-grid{grid-template-columns:repeat(2,1fr);gap:70px 50px;max-width:700px}.service-card{padding:60px 30px 40px}.service-icon{width:85px;height:85px;font-size:32px}.service-icon-wrap{top:-42px}.service-title{font-size:18px;margin-top:28px}.service-text{font-size:14px}}@media(min-width:1024px)and (max-width:1439px){.services-section{padding:70px 0 90px}.services-inner{padding:0 40px}.services-heading{font-size:26px;margin-bottom:60px}.services-top-buttons{flex-direction:row;justify-content:center;gap:100px;margin-bottom:100px}.services-btn{font-size:16px;padding:14px 35px}.services-btn .icon{font-size:22px}.services-grid{grid-template-columns:repeat(3,1fr);gap:80px 40px;max-width:1000px}.service-card:nth-child(4){grid-column:1 / 2}.service-card:nth-child(5){grid-column:2 / 3}.service-card{padding:65px 35px 45px}.service-icon{width:90px;height:90px;font-size:34px}.service-icon-wrap{top:-45px}.service-title{font-size:18px;margin-top:30px;margin-bottom:12px}.service-text{font-size:14px;line-height:1.7}}@media(min-width:1440px)and (max-width:1919px){.services-section{padding:80px 0 100px}.services-inner{padding:0 50px}.services-heading{font-size:28px;margin-bottom:80px}.services-top-buttons{flex-direction:row;justify-content:center;gap:150px;margin-bottom:120px}.services-btn{font-size:18px;padding:15px 40px}.services-btn .icon{font-size:24px}.services-grid{grid-template-columns:repeat(3,1fr);gap:90px 60px;max-width:1200px}.service-card:nth-child(4){grid-column:1 / 2}.service-card:nth-child(5){grid-column:2 / 3}.service-card{padding:70px 40px 50px}.service-icon{width:95px;height:95px;font-size:36px}.service-icon-wrap{top:-47px}.service-title{font-size:19px;margin-top:32px;margin-bottom:14px}.service-text{font-size:15px;line-height:1.75}}@media(min-width:1920px){.services-section{padding:100px 0 120px}.services-inner{padding:0 60px;max-width:1400px}.services-heading{font-size:32px;margin-bottom:100px;line-height:1.4}.services-top-buttons{flex-direction:row;justify-content:center;gap:200px;margin-bottom:150px}.services-btn{font-size:20px;padding:16px 45px}.services-btn .icon{font-size:26px}.services-grid{grid-template-columns:repeat(3,1fr);gap:100px 80px;max-width:1400px}.service-card:nth-child(4){grid-column:1 / 2}.service-card:nth-child(5){grid-column:2 / 3}.service-card{padding:80px 50px 60px}.service-icon{width:100px;height:100px;font-size:38px}.service-icon-wrap{top:-50px}.service-title{font-size:20px;margin-top:35px;margin-bottom:15px}.service-text{font-size:16px;line-height:1.8}}@media(min-width:2560px){.services-inner{max-width:1800px}.services-heading{font-size:36px;margin-bottom:120px}.services-top-buttons{gap:250px;margin-bottom:180px}.services-btn{font-size:22px;padding:18px 50px}.services-grid{grid-template-columns:repeat(3,1fr);gap:120px 100px;max-width:1800px}.service-card{padding:90px 60px 70px}.service-icon{width:110px;height:110px;font-size:42px}.service-title{font-size:22px}.service-text{font-size:17px}}.portfolio-section-background{background-color:#f2f2f2;padding-top:180px;padding-bottom:120px}.portfolio-section{position:relative;background-color:#264255;padding:80px 0 120px;color:#fff;overflow:hidden;transform:skewY(-3deg);margin-top:0}.portfolio-inner{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;transform:skewY(3deg)}.portfolio-heading{font-size:28px;font-weight:500;margin:0 0 60px}.portfolio-grid{display:flex;justify-content:center;gap:80px;flex-wrap:wrap;margin-bottom:70px}.portfolio-card{width:320px;text-align:center;position:relative}.portfolio-image-stack{position:relative;width:100%;height:260px;margin-bottom:25px}.portfolio-image{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;border-radius:10px;background-size:cover;background-position:top center;box-shadow:0 18px 30px #00000059;transition:transform .35s ease,opacity .35s ease,box-shadow .35s ease}.portfolio-image.back{transform:translate(-50%,18px) scale(.94);opacity:.55;z-index:1}.portfolio-image.middle{transform:translate(-50%,10px) scale(.97);opacity:.8;z-index:2}.portfolio-image.front{transform:translate(-50%) scale(1);opacity:1;z-index:3}.portfolio-image-stack:hover .portfolio-image.front{transform:translate(-50%,-4px) scale(1.02);box-shadow:0 22px 40px #0006}.portfolio-image-stack:hover .portfolio-image.middle{transform:translate(calc(-50% - 80px),10px) scale(.97);opacity:.9}.portfolio-image-stack:hover .portfolio-image.back{transform:translate(calc(-50% + 80px),18px) scale(.94);opacity:.9}.portfolio-text{font-size:13px;line-height:1.7}.portfolio-title{font-size:18px;font-weight:600;margin-bottom:6px}.portfolio-label{font-size:12px;opacity:.7;margin:2px 0}.portfolio-value{font-size:13px;margin:0 0 4px}.portfolio-bottom-buttons{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.portfolio-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 26px;border-radius:2px;border:2px solid #ffffff;color:#fff;text-decoration:none;font-size:13px;letter-spacing:.12em;text-transform:uppercase;background:transparent;transition:background-color .3s ease,color .3s ease}.portfolio-btn:hover{background-color:#fff;color:#264255}.portfolio-btn-icon{font-size:14px}@media(max-width:991px){.portfolio-grid{gap:50px}}@media(max-width:767px){.portfolio-section{padding:60px 0 90px}.portfolio-heading{font-size:22px;margin-bottom:40px}.portfolio-card{width:260px}.portfolio-image-stack{height:220px}}.features-section{padding:100px 0 120px;background-color:#f2f2f2;margin-bottom:150px}.features-inner{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.features-heading{font-size:28px;font-weight:500;color:#333;margin:0 0 150px}.features-layout{display:grid;grid-template-columns:1fr auto 1fr;column-gap:100px;align-items:center}.features-col{display:flex;flex-direction:column;gap:150px}.feature-item{text-align:center}.feature-icon{font-size:40px;color:#666;margin-bottom:50px;display:flex;justify-content:center}.feature-title{font-size:18px;font-weight:600;color:#333;margin:0 0 8px;text-align:left}.feature-text{font-size:14px;line-height:1.7;color:#666;margin:0;text-align:left}.features-center{display:flex;justify-content:center}.features-tablet{width:360px;height:460px;border-radius:24px;background:#000;padding:18px 10px;box-shadow:0 20px 45px #00000059;position:relative}.features-tablet:before,.features-tablet:after{content:"";position:absolute;left:50%;transform:translate(-50%);background:#111;border-radius:999px}.features-tablet:before{top:10px;width:60px;height:5px}.features-tablet:after{bottom:10px;width:40px;height:5px}.features-tablet-screen{width:100%;height:100%;border-radius:16px;background-color:#f8f8f8;overflow:hidden}.features-tablet-screen img{width:100%;height:100%;object-fit:cover}@media(max-width:991px){.features-layout{column-gap:40px}.features-heading{font-size:22px}.features-tablet{width:220px;height:320px}}@media(max-width:767px){.features-section{padding:60px 0 80px}.features-layout{grid-template-columns:1fr;row-gap:50px}.features-col-left,.features-col-right{align-items:center}.features-tablet{margin:0 auto}}.responsive-showcase{background:#2c3b47;color:#fff;position:relative;padding:160px 0 120px;overflow:visible}.responsive-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:150px}.responsive-left{flex:1;display:flex;justify-content:center;position:relative;z-index:2}.phone-mockup{transform:translateY(-255px) rotate(-8deg);transform-origin:center}.phone-image{max-width:560px;height:500px;display:block}.responsive-right{flex:1;text-align:center;line-height:1.8}.responsive-icon{font-size:98px;margin-bottom:20px}.responsive-title{font-size:32px;margin-bottom:14px;font-weight:600}.responsive-subtitle{font-size:20px;margin-bottom:26px;font-weight:400}.responsive-text{max-width:520px;margin:0 auto 40px;line-height:1.9;font-size:14px}.responsive-buttons{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.responsive-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 26px;border-radius:2px;font-size:14px;letter-spacing:1px;text-transform:uppercase;text-decoration:none;border:1px solid #fff;transition:background .3s ease,color .3s ease,border-color .3s ease}.responsive-btn.primary{background:#00a8ff;border-color:#00a8ff;color:#fff}.responsive-btn.secondary{background:transparent;color:#fff}.responsive-btn:hover{background:#fff;color:#2c3b47}.responsive-btn-icon{font-size:14px}.responsive-bottom-curve{position:absolute;left:50%;bottom:-50px;transform:translate(-50%);width:200px;height:200px;background:#2c3b47;border-radius:50%;z-index:10}@media(max-width:991px){.responsive-showcase{padding:120px 0 100px}.responsive-inner{gap:80px;padding:0 20px}.phone-image{max-width:420px;height:auto}.phone-mockup{transform:translateY(-200px) rotate(-8deg)}.responsive-icon{font-size:72px}.responsive-title{font-size:28px}.responsive-subtitle{font-size:18px}.responsive-text{font-size:13px;margin-bottom:32px}.responsive-buttons{gap:40px}}@media(max-width:767px){.responsive-showcase{padding:100px 0 80px}.responsive-inner{flex-direction:column;gap:5px}.responsive-left{order:1}.responsive-right{order:2;padding:0 16px}.phone-mockup{transform:translateY(-160px) rotate(-8deg)}.phone-image{max-width:360px;height:auto}.responsive-icon{font-size:56px}.responsive-title{font-size:24px;margin-bottom:10px}.responsive-subtitle{font-size:16px;margin-bottom:18px}.responsive-text{max-width:100%;font-size:13px;margin-bottom:28px;line-height:1.8}.responsive-buttons{flex-direction:column;gap:16px}.responsive-btn{width:100%;justify-content:center}.responsive-bottom-curve{bottom:-20px;width:100px;height:100px}}.our-works-section{position:relative;padding:80px 0 240px;text-align:center;background:#f2f2f2;overflow:visible;z-index:1}.our-works-inner{max-width:1100px;margin:0 auto 80px;padding:0 20px}.our-works-title{font-size:50px;font-weight:600;margin-bottom:8px}.our-works-subtitle{font-size:25px;color:#666;margin-bottom:50px}.our-works-mockup{position:relative;width:1500px;max-width:100%;margin:0 auto 60px}.work-screen-img{display:block;width:100%;height:auto;transform:perspective(1200px) rotateY(-6deg)}.our-works-buttons{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.our-works-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 40px;border-radius:0;font-weight:600;text-decoration:none;font-size:15px;letter-spacing:.06em;text-transform:uppercase;transition:all .2s ease}.our-works-btn.primary{background:#09f;color:#fff}.our-works-btn.primary:hover{background:#0083d6}.our-works-btn.secondary{background:#fff;color:#09f;border:2px solid #0099ff}.our-works-btn.secondary:hover{background:#09f;color:#fff}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.our-works-bottom-curve{position:absolute;bottom:0;left:0;width:100%;height:190px;overflow:visible;margin:0;pointer-events:none;background-color:transparent}.our-works-bottom-curve svg{display:block;width:100%;height:190px;transform:scaleY(1);transform-origin:50% 50%;transform-box:fill-box}@media(max-width:768px){.our-works-section{padding:60px 0 240px}.our-works-inner{padding:0 20px;margin-bottom:60px}.our-works-title{font-size:26px}.our-works-subtitle{font-size:16px}.our-works-mockup{width:100%}.our-works-buttons{gap:20px}.our-works-btn{width:100%;justify-content:center}}.fact-section{position:relative;background-color:#2c3b47;color:#fff;margin-top:0;font-family:inherit;padding:70px 0 220px;overflow:visible}.fact-inner{max-width:1100px;margin:0 auto 70px;padding:0 20px}.fact-top{text-align:center;margin-bottom:36px}.fact-label{font-size:32px;letter-spacing:3px;text-transform:uppercase;margin-bottom:24px;font-weight:700;line-height:1.5}.fact-main-text{font-size:22px;font-weight:500;line-height:2px;max-width:800px;margin:8px auto 0}.fact-content{display:grid;grid-template-columns:1.1fr 1.1fr;gap:80px;margin-bottom:40px;line-height:2;font-size:16px}.fact-col p+p{margin-top:20px;font-size:16px}.fact-cta-btn{margin-top:22px;background-color:#d6e5ee;border:none;color:#000;padding:12px 32px;font-size:18px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease;display:flex;align-items:center;gap:8px}.fact-cta-btn:hover{background-color:#000;color:#fff;transform:translateY(-2px)}.fact-bottom{text-align:center}.fact-bottom-title{font-size:20px;margin-bottom:28px;text-transform:lowercase}.fact-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.fact-bottom-item{display:flex;flex-direction:column;align-items:center}.fact-bottom-icon{font-size:48px;margin-bottom:16px;color:#e2f3fd}.fact-bottom-number{font-size:20px;font-weight:700;margin-bottom:6px}.fact-bottom-label{font-size:14px;line-height:1.4}.fact-bottom-curve{position:absolute;bottom:0;left:0;width:100%;height:190px;overflow:visible;margin:0;pointer-events:none;background-color:#f2f2f2}.fact-bottom-curve svg{display:block;width:100%;height:190px;transform:scaleY(1);transform-origin:50% 50%;transform-box:fill-box}@media(max-width:900px){.fact-section{padding:50px 0 220px}.fact-inner{margin-bottom:60px}.fact-label{font-size:24px}.fact-main-text{font-size:18px}.fact-content{grid-template-columns:1fr;font-size:14px}.fact-bottom-icon{font-size:40px;margin-bottom:16px}.fact-bottom-grid{grid-template-columns:1fr;row-gap:22px}}.team-section{padding:80px 0 100px}.team-inner{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.team-heading{font-size:28px;letter-spacing:.18em;font-weight:500;margin:0 0 60px;text-transform:uppercase;color:#111;font-family:Arial,Helvetica,sans-serif}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.team-photo{width:300px;height:300px;background-position:center center;background-repeat:no-repeat;background-size:cover;margin-bottom:16px;transition:transform .3s ease,box-shadow .3s ease;display:inline-block}.team-photo:hover{transform:scale(1.1);box-shadow:0 8px 16px #0003}.team-info{text-align:center;opacity:1}.team-name{margin:0 0 4px;font-size:18px;font-weight:600;color:#222}.team-role{margin:0;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#777}@media(max-width:991px){.team-section{padding:60px 0 80px}.team-heading{font-size:22px;margin-bottom:40px}.team-grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:767px){.team-grid{grid-template-columns:1fr;gap:24px}.team-heading{font-size:20px;letter-spacing:.15em}.team-info{text-align:center}}.about-section{width:100%;padding-top:120px;padding-bottom:80px;background:linear-gradient(90deg,#3a7ca8 17%,#4f93b9 30%,#6fb0cf 55% 30%,#e3e3e4 90%);position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;left:0;top:0;width:70px;height:100%;background-color:#126799}.about-inner{max-width:1200px;margin:0 auto;padding:0 80px;display:grid;grid-template-columns:1.2fr 1fr;column-gap:80px;align-items:center}.about-content{position:relative;z-index:1;color:#1f3340;max-width:520px}.about-title{font-size:60px;line-height:1.1;margin:0 0 20px;font-weight:600;letter-spacing:.02em}.about-subtitle{font-size:24px;font-weight:600;margin:0 0 20px;color:#1f3340}.about-text{font-size:16px;line-height:1.8;color:#234255;max-width:540px;margin:0 0 32px}.about-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background-color:#0d72b3;color:#fff;border:none;border-radius:40px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;text-decoration:none}.about-btn:hover{background-color:#084a7f;transform:translateY(-1px)}.about-image-wrapper{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.about-image-wrapper:before{content:"";position:absolute;top:-40px;left:-60px;width:260px;height:190px;background:#126799;box-shadow:0 10px 30px #0000001f;z-index:-1}.about-image-wrapper:after{content:"";position:absolute;bottom:-70px;right:-145px;width:260px;height:260px;background:#f3f5fb;box-shadow:0 15px 40px #0000002e;z-index:-1}.about-image{max-width:100%;height:auto;display:block;box-shadow:0 15px 40px #0003}.success-section{position:relative;width:100%;padding:100px 0 80px;background-color:#f2f2f2;overflow:hidden}.success-section:before{content:"";position:absolute;left:18%;top:40px;width:230px;height:360px;background-color:#cfd6dd;z-index:0}.success-section:after{content:"";position:absolute;right:15%;top:-40px;width:260px;height:150px;background-color:#fff9f9;z-index:0;opacity:0;animation:fadeIn .6s ease-out .6s forwards}@keyframes fadeIn{to{opacity:1}}.success-inner{max-width:900px;margin:0 auto;padding:0 40px;text-align:left;position:relative;z-index:1}.success-title{font-size:40px;line-height:1.3;margin:0 0 24px;font-weight:600;color:#1f3340}.success-text{font-size:18px;line-height:2;font-family:Arial,Helvetica,sans-serif!important;color:#444}.stats-section{position:relative;width:100%;padding:100px 0 80px;background-color:#f2f2f2;overflow:hidden}.stats-inner{max-width:1200px;margin:0 auto;padding:0 80px;text-align:center}.stats-title{font-size:50px;line-height:1.5;margin:0 0 50px;font-weight:600;color:#00649e;font-style:italic}.stats-rectangle{position:relative;display:flex;justify-content:space-between;align-items:center;padding:60px 40px;background:linear-gradient(90deg,#3a7ca8,#6fb0cf);border-radius:10px;color:#fff;box-shadow:0 15px 40px #00000026}.stats-item{flex:1;text-align:center}.stats-number{font-size:36px;font-weight:700;display:block}.stats-label{font-size:16px;display:block;margin-top:8px}.vertical-line{width:2px;height:60px;background:#fff;opacity:.4;margin:0 20px}.stats-item:last-child+.vertical-line{display:none}.quote-section{flex:1;background-color:#fff;color:#1f3340;padding:20px;border-radius:10px;text-align:left;box-shadow:0 10px 20px #0000001a;align-self:flex-start;margin-left:20px}.quote-section h3{font-size:20px;margin:0 0 10px;color:#1f3340}.quote-section p{font-size:14px;color:#444;margin:0 0 16px}.get-start-btn{display:inline-block;padding:10px 20px;background-color:#0d72b3;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.get-start-btn:hover{background-color:#084a7f}@media(max-width:1200px){.about-inner{padding:0 40px;column-gap:60px}.success-section:before{left:8%}.success-section:after{right:6%}}@media(max-width:991px){.about-section{padding-top:110px;padding-bottom:60px;background:linear-gradient(180deg,#3a7ca8,#5fa3c8 48%,#f5f7fb 48% 100%)}.about-section:before{width:0}.about-inner{padding:0 20px;grid-template-columns:1fr;row-gap:40px;column-gap:0}.about-content{text-align:left;max-width:100%}.about-image-wrapper:before,.about-image-wrapper:after{display:none}.success-section{padding:80px 0 60px}.success-section:before,.success-section:after{opacity:.4}.success-inner{max-width:760px;padding:0 24px}.success-title{font-size:32px}.stats-rectangle{flex-direction:column;padding:40px 20px}.vertical-line{width:60px;height:2px;margin:20px 0}.quote-section{margin-left:0;margin-top:20px;width:100%;align-self:center}}@media(max-width:767px){.about-section{padding-top:100px;padding-bottom:50px}.about-inner{padding:0 16px}.about-title{font-size:40px}.about-subtitle{font-size:20px}.about-text{font-size:15px}.about-btn{padding:12px 32px}.success-section{padding:60px 0 40px}.success-section:before,.success-section:after{display:none}.success-inner{padding:0 16px}.success-title{font-size:28px;text-align:center}.success-text{font-size:15px;text-align:left}.stats-title{font-size:32px}.stats-rectangle{padding:30px 16px}.stats-number{font-size:28px}.quote-section{width:100%}}@media(max-width:480px){.about-inner{padding:0 12px}.about-title{font-size:32px}.about-subtitle{font-size:18px}.success-inner{padding:0 12px}}.work-section{width:100%;padding:100px 0 80px;background-color:#f2f2f2;position:relative;overflow:hidden}.work-section:before{content:"";position:absolute;left:0;top:0;width:170px;height:100%;background-color:#00649e;z-index:1}.work-inner{max-width:1200px;margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1.1fr 1fr;column-gap:0px;align-items:center;position:relative}.work-image-wrapper{position:relative;z-index:2;width:100%;max-width:1350px;height:560px;overflow:hidden;margin-left:-70%;box-shadow:0 20px 60px #00000026}.work-image{width:100%;height:100%;object-fit:cover;display:block}.work-content{position:relative;z-index:2;color:#1f3340;max-width:600px;margin-left:-15px}.work-title{font-size:48px;line-height:1.2;margin:0 0 28px;font-weight:600;color:#1f3340;letter-spacing:-.02em}.work-text{font-size:16px;line-height:1.9;color:#444;margin:0 0 32px;text-align:justify}.work-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 38px;background-color:#00649e;color:#fff;border:none;border-radius:0;font-size:13px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #00649e33}.work-btn:hover{background-color:#004c73;transform:translateY(-2px);box-shadow:0 6px 20px #00649e4d}@media(max-width:1200px){.work-inner{padding:0 40px;column-gap:60px}.work-image-wrapper{margin-left:-95%;max-width:1000px}}@media(max-width:991px){.work-section{padding:60px 0 40px}.work-section:before{width:120px}.work-inner{padding:0 24px;grid-template-columns:1fr;row-gap:50px}.work-image-wrapper{margin-left:0;max-width:520px;height:340px}.work-content{max-width:100%;margin-left:0}.work-title{font-size:38px}}@media(max-width:767px){.work-section:before{width:80px}.work-inner{padding:0 16px}.work-image-wrapper{height:280px}.work-title{font-size:32px}.work-text{font-size:15px;text-align:left}.work-btn{padding:12px 30px}}@media(max-width:480px){.work-section:before{width:60px}.work-inner{padding:0 12px}.work-image-wrapper{height:240px}.work-title{font-size:28px}}.why-us-section{width:100%;padding:100px 0 80px;background-color:#f2f2f2;position:relative;overflow:hidden}.why-us-inner{max-width:1200px;margin:0 auto;padding:0 80px}.why-us-title,.why-us-subtitle{color:#1f3340;text-align:left;max-width:800px;margin:0 auto 16px;padding-left:24px}.why-us-title{font-size:48px;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px;font-weight:600}.why-us-subtitle{font-size:20px;margin-bottom:60px}.why-us-list{list-style:none;padding:0;text-align:left;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:35px}.why-us-list-item{font-size:17px;line-height:2;color:#444;display:flex;align-items:flex-start;padding-left:24px;text-align:left}.icon-wrapper{margin-right:8px;margin-top:12px;flex-shrink:0}.icon-wrapper svg{color:#00649e;display:block}.list-text{flex:1}@media(max-width:991px){.why-us-inner{padding:0 24px}.why-us-title{font-size:38px}.why-us-subtitle{font-size:20px}}@media(max-width:767px){.why-us-inner{padding:0 16px}.why-us-title{font-size:32px}.why-us-subtitle{font-size:18px}.why-us-list-item{font-size:15px}}@media(max-width:480px){.why-us-inner{padding:0 12px}.why-us-title{font-size:28px}.why-us-list-item{font-size:14px}}.service-hero-section{min-height:700px;background:linear-gradient(135deg,#2e6ba8,#3b7ab9,#4a8dcc);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:120px;padding-bottom:150px}.service-hero-content{text-align:center;z-index:2;position:relative;padding:20px}.service-hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:1px}.service-hero-subtitle{font-size:1.25rem;color:#fff;margin-bottom:35px;font-weight:400;opacity:.95}.service-hero-button{padding:14px 40px;background-color:#fff;color:#2e6ba8;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;letter-spacing:1px;box-shadow:0 4px 15px #0003;transition:all .3s ease}.service-hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:#f8f9fa}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:200px;z-index:1;pointer-events:none}.wave-svg{position:absolute;bottom:0;left:0;width:100%;height:100%}.service-content-section{min-height:100vh;background-color:#f2f2f2;padding:100px 0;overflow-x:clip;position:relative}.service-container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.service-image-wrapper{position:relative;height:500px}.service-image-background{position:absolute;top:30px;left:calc(-100vw + 50%);width:calc(50% + 100vw);height:100%;background:linear-gradient(135deg,#2e6ba8,#4a8dcc);border-radius:0 10px 10px 0;z-index:1;box-shadow:0 10px 40px #2e6ba84d,0 20px 80px #2e6ba833,inset -5px 0 15px #0000001a}.service-image-container{position:relative;height:100%;z-index:2;transition:transform .1s linear;will-change:transform}.service-image{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 20px 60px #0000004d,0 10px 30px #0003}.service-text-content{padding:20px}.service-content-title{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:20px;line-height:1.2}.service-content-description{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:30px}.service-features-list{list-style:none;padding:0;margin-bottom:30px}.service-features-list li{font-size:1rem;color:#333;padding:12px 0 12px 30px;position:relative}.service-features-list li:before{position:absolute;left:0;color:#2e6ba8;font-weight:700;font-size:1.2rem}.service-content-button{padding:14px 40px;background-color:#2e6ba8;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;letter-spacing:1px;box-shadow:0 4px 15px #2e6ba84d;transition:all .3s ease}.service-content-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e6ba866;background-color:#3b7ab9}@media(max-width:968px){.service-container{grid-template-columns:1fr;gap:60px}.service-image-wrapper{height:400px}.service-content-title{font-size:2rem}.service-image-background{left:-20px;width:calc(100% + 40px);border-radius:10px;box-shadow:0 8px 30px #2e6ba840,0 15px 60px #2e6ba826}}@media(max-width:768px){.service-hero-title{font-size:2rem}.service-hero-subtitle{font-size:1rem}.service-hero-button{padding:12px 30px;font-size:.9rem}.service-hero-section{min-height:600px;padding-top:80px;padding-bottom:120px}.service-content-section{padding:60px 0}.service-image-wrapper{height:350px}.service-content-title{font-size:1.8rem}.service-content-description{font-size:1rem}}@media(max-width:480px){.service-hero-title{font-size:1.5rem}.service-hero-subtitle{font-size:.9rem}.wave-container{height:150px}.service-hero-section{min-height:500px}.service-image-wrapper{height:300px}.service-image-background{top:20px;left:-20px;width:calc(100% + 40px);border-radius:10px;box-shadow:0 6px 20px #2e6ba833,0 10px 40px #2e6ba81a}.service-content-title{font-size:1.5rem}}.service-content-section-reverse{min-height:100vh;background-color:#f2f2f2;padding:100px 0;overflow-x:clip;position:relative}.service-container-reverse{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.service-text-content-reverse{padding:20px;order:1}.service-image-wrapper-reverse{position:relative;height:500px;order:2}.service-image-background-reverse{position:absolute;top:30px;right:calc(-100vw + 50%);width:calc(50% + 100vw);height:100%;background:linear-gradient(135deg,#2e6ba8,#4a8dcc);border-radius:10px 0 0 10px;z-index:1;box-shadow:0 10px 40px #2e6ba84d,0 20px 80px #2e6ba833,inset 5px 0 15px #0000001a}.service-image-container-reverse{position:relative;height:100%;z-index:2;transition:transform .1s linear;will-change:transform}@media(max-width:968px){.service-container-reverse{grid-template-columns:1fr;gap:60px}.service-image-wrapper-reverse{height:400px;order:1}.service-text-content-reverse{order:2}.service-image-background-reverse{right:-20px;width:calc(100% + 40px);border-radius:10px;box-shadow:0 8px 30px #2e6ba840,0 15px 60px #2e6ba826}}@media(max-width:768px){.service-content-section-reverse{padding:60px 0}.service-image-wrapper-reverse{height:350px}}@media(max-width:480px){.service-image-wrapper-reverse{height:300px}.service-image-background-reverse{top:20px;right:-20px;width:calc(100% + 40px);border-radius:10px;box-shadow:0 6px 20px #2e6ba833,0 10px 40px #2e6ba81a}}.service-bars-section{min-height:100vh;background:#f2f2f2;padding:100px 0;overflow:hidden;position:relative}.service-bars-container{max-width:1400px;margin:0 auto;padding:0 20px;text-align:center}.service-bars-title{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:15px;line-height:1.2}.service-bars-subtitle{font-size:1.2rem;color:#555;margin-bottom:80px;max-width:700px;margin-left:auto;margin-right:auto}.service-bars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;align-items:flex-end;min-height:500px;padding:0 20px}.service-bar-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.service-bar-wrapper{width:100%;height:500px;background:#f2f2f2;border-radius:20px 20px 0 0;position:relative;overflow:hidden;border-bottom:none}.service-bar-fill{width:100%;background:linear-gradient(180deg,#2e6ba8,#4a8dcc);position:absolute;bottom:0;left:0;border-radius:20px 20px 0 0;box-shadow:0 -10px 30px #2e6ba866;will-change:height;padding:30px 20px;display:flex;flex-direction:column;align-items:center}.service-bar-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.service-bar-image{width:100%;max-width:280px;height:200px;object-fit:cover;border-radius:15px;box-shadow:0 10px 25px #0000004d;border:3px solid #ffffff}.service-bar-text{text-align:center;color:#fff}.service-bar-content-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.service-bar-description{font-size:1rem;color:#fff;line-height:1.6;opacity:.95;text-shadow:0 1px 3px rgba(0,0,0,.2)}@media(max-width:968px){.service-bars-grid{grid-template-columns:1fr;gap:40px}.service-bars-title{font-size:2rem}.service-bar-wrapper{height:450px}.service-bar-image{height:180px}}@media(max-width:768px){.service-bars-section{padding:60px 0}.service-bars-title{font-size:1.8rem}.service-bars-subtitle{font-size:1rem;margin-bottom:50px}.service-bar-wrapper{height:400px}.service-bar-image{height:160px;max-width:240px}.service-bar-content-title{font-size:1.3rem}.service-bar-description{font-size:.9rem}}@media(max-width:480px){.service-bars-title{font-size:1.5rem}.service-bar-wrapper{height:350px}.service-bar-image{height:140px;max-width:200px}.service-bar-content-title{font-size:1.1rem}.service-bar-description{font-size:.85rem}.service-bar-fill{padding:20px 15px}}.portfolio-detail-page{padding-top:100px;min-height:100vh;box-sizing:border-box}.portfolio-detail-inner{display:flex;align-items:flex-start;justify-content:center;gap:40px;padding:2rem 3rem;box-sizing:border-box}.portfolio-detail-left{flex:0 0 800px;max-width:840px;display:flex;align-items:flex-start;justify-content:center}.detail-full-image{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 30px #00000040}.portfolio-detail-right{flex:1;min-width:0;padding:1rem 0;overflow:visible}.detail-video-container{margin-bottom:1.5rem}.detail-buttons{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:3rem;gap:0}.detail-btn{padding:.8rem 2.2rem;border:1px solid #1a365d;background:#fff;color:#1a365d;text-decoration:none;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:14px;white-space:nowrap;min-width:150px;text-align:center}.detail-btn:hover{background:#1a365d;color:#fff}.detail-content{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center}.detail-title{font-size:2rem;margin-bottom:.25rem;color:#222}.detail-industry{margin-bottom:.5rem;color:#777;font-size:.95rem}.detail-location{margin-bottom:.75rem;color:#777;font-size:.95rem}.detail-description{margin-bottom:.5rem;color:#555;line-height:1.7}@media(max-width:900px){.portfolio-detail-inner{flex-direction:column;padding:1.5rem 1.25rem}.portfolio-detail-left{flex:none;width:100%;max-width:100%;justify-content:center}.detail-full-image{max-width:100%}.portfolio-detail-right{width:100%}.detail-buttons{flex-direction:column;justify-content:center;align-items:stretch;gap:1rem;margin-bottom:2.5rem}.detail-btn{width:100%}.detail-content{align-items:center;text-align:center}.detail-title{font-size:1.6rem}}.filter-section{background:linear-gradient(180deg,#4a90e2,#357abd);padding:180px 20px 120px;position:relative;overflow:hidden;margin-top:0}.filter-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.filter-main-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;text-transform:uppercase;letter-spacing:2px}.filter-description{font-size:16px;color:#fff;max-width:800px;margin:0 auto 60px;line-height:1.8;opacity:.95}.filter-description strong{font-weight:600}.level-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:0;flex-wrap:wrap}.level-btn{padding:15px 40px;font-size:16px;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;background-color:#357abd1a;color:#357abd;box-shadow:none}.level-btn:hover{background-color:#357abd2e;transform:translateY(-2px)}.level-btn.active{background-color:#357abd;color:#fff;box-shadow:0 8px 20px #00000026;transform:translateY(-2px)}.category-dropdown-wrapper{position:relative;display:inline-block;min-width:320px}.category-dropdown-btn{width:100%;padding:15px 25px;font-size:16px;font-weight:500;background-color:#fff;color:#333;border:none;border-radius:50px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.category-dropdown-btn:hover{box-shadow:0 6px 20px #00000026}.dropdown-icon{transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.category-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:10px;background-color:#fff;border-radius:15px;box-shadow:0 8px 25px #00000026;overflow:hidden;z-index:100}.category-item{padding:15px 25px;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#333;font-weight:400}.category-item:hover{background-color:#f8f8f8}.category-item.active{background-color:#f0f8ff;color:#357abd;font-weight:600}.portfolio-page-background{background-color:#f2f2f2;padding-top:0;padding-bottom:120px}.portfolio-page-section{position:relative;background-color:#f2f2f2;padding:80px 0 120px;color:#000;overflow:hidden;margin-top:0}.portfolio-page-inner{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.portfolio-page-heading{font-size:28px;font-weight:500;margin:0 0 40px}.portfolio-category-bar{margin-bottom:20px;display:flex;justify-content:center}.portfolio-level-bar{margin-bottom:40px;display:flex;justify-content:center}.portfolio-page-grid{display:flex;justify-content:center;gap:80px;flex-wrap:wrap;margin-bottom:70px}.portfolio-page-card{width:320px;text-align:center;position:relative}.portfolio-page-image-stack{position:relative;width:100%;height:260px;margin-bottom:25px}.portfolio-page-image{position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:100%;border-radius:10px;background-size:cover;background-position:top center;box-shadow:0 18px 30px #00000059;transition:transform .35s ease,opacity .35s ease,box-shadow .35s ease}.portfolio-page-image.back{transform:translate(-50%,18px) scale(.94);opacity:.55;z-index:1}.portfolio-page-image.middle{transform:translate(-50%,10px) scale(.97);opacity:.8;z-index:2}.portfolio-page-image.front{transform:translate(-50%) scale(1);opacity:1;z-index:3}.portfolio-page-image-stack:hover .portfolio-page-image.front{transform:translate(-50%,-4px) scale(1.02);box-shadow:0 22px 40px #0006}.portfolio-page-image-stack:hover .portfolio-page-image.middle{transform:translate(calc(-50% - 80px),10px) scale(.97);opacity:.9}.portfolio-page-image-stack:hover .portfolio-page-image.back{transform:translate(calc(-50% + 80px),18px) scale(.94);opacity:.9}.portfolio-page-text{font-size:13px;line-height:1.7}.portfolio-page-title{font-size:18px;font-weight:600;margin-bottom:6px}.portfolio-page-label{font-size:12px;opacity:.7;margin:2px 0}.portfolio-page-value{font-size:13px;margin:0 0 4px}.portfolio-page-no-results{font-size:18px;opacity:.7;padding:40px 0}.view-more-btn{display:inline-block;margin-top:10px;padding:10px 20px;background-color:#357abd;color:#fff;border:none;border-radius:5px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .3s ease}.view-more-btn:hover{background-color:#2c66a3}@media(max-width:991px){.filter-section{padding-top:160px}.filter-main-title{font-size:36px}.filter-description{font-size:15px;margin-bottom:40px}.level-buttons{gap:15px}.level-btn{padding:12px 30px;font-size:15px}.portfolio-page-grid{gap:50px}}@media(max-width:767px){.filter-section{padding:140px 20px 100px}.filter-main-title{font-size:28px;letter-spacing:1px}.filter-description{font-size:14px;padding:0 10px}.level-buttons{gap:10px}.level-btn{padding:10px 25px;font-size:14px}.category-dropdown-wrapper{min-width:280px}.category-dropdown-btn{padding:12px 20px;font-size:14px}.portfolio-page-section{padding:60px 0 90px}.portfolio-page-heading{font-size:22px;margin-bottom:30px}.portfolio-category-bar{margin-bottom:16px}.portfolio-level-bar{margin-bottom:30px}.portfolio-page-card{width:260px}.portfolio-page-image-stack{height:220px}}
