@charset "UTF-8";a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--navbar-height: 80px;--primary-color: #0078D4;--navbar-bg: rgba(7, 0, 58, .9);--navbar-text: #fff;--transition-speed: .2s}.navbar{position:fixed;top:50px;left:0;width:100%;height:var(--navbar-height);padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:var(--navbar-bg);color:var(--navbar-text);-webkit-backdrop-filter:saturate(1.2) blur(6px);backdrop-filter:saturate(1.2) blur(6px);border-bottom:1px solid rgba(0,0,0,.08);z-index:1000;box-sizing:border-box;overflow:hidden}.brand{display:flex;align-items:center;gap:12px}.logo{width:120px}.navlinks{position:relative;display:flex;align-items:center;gap:24px;padding-bottom:8px}.navlinks button{background:transparent;border:none;color:var(--navbar-text);font-weight:500;padding:8px 4px;cursor:pointer;transition:color var(--transition-speed) ease}.navlinks button:hover,.navlinks button.active{color:var(--primary-color);font-weight:600}.navlinks .cta{padding:8px 14px;border-radius:8px;background:var(--primary-color);color:#fff;border:1px solid var(--primary-color);transition:background var(--transition-speed) ease,border var(--transition-speed) ease}.navlinks .cta:hover{background:#005ea6;border-color:#005ea6}.nav-underline{position:absolute;left:0;bottom:0;height:2px;background:var(--primary-color);border-radius:2px;opacity:0;transform:translate(0);width:0;transition:transform .2s ease,width .2s ease,opacity .12s ease}.nav-underline.show{opacity:1}.hamburger{display:none;width:40px;height:40px;border:none;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}.hamburger span{display:block;width:22px;height:2px;background:var(--navbar-text);transition:transform .2s ease,opacity .2s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:900px){.navlinks{gap:16px}}@media(max-width:768px){.hamburger{display:flex}.navlinks{position:fixed;top:130px;right:0;left:0;background:#fff;border-bottom:1px solid #eee;display:none;flex-direction:column;padding:12px 16px;gap:8px}.navlinks.open{display:flex}.navlinks button{color:#111;font-weight:500}.navlinks button:hover,.navlinks button.active{color:var(--primary-color)}.nav-underline{display:none}}.headerbar{position:fixed;width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;background:#f2f2f2;color:#585858;border-bottom:1px solid rgba(88,88,88,.15);padding:0 12px;box-sizing:border-box;z-index:1001}.headerbar .container{display:flex;justify-content:space-between;align-items:center;width:100%;gap:50px}.headerbar__left-part,.headerbar__right-part{display:flex;align-items:center;gap:12px}.headerbar__right-part{margin-left:auto}.headerbar__contact a,.headerbar__mail a,.headerbar__social a{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.headerbar__social{display:flex;gap:10px;list-style:none;margin:0;padding:0}.headerbar i{font-size:16px;line-height:1}@media(max-width:576px){.headerbar .container{flex-direction:row;justify-content:space-between;align-items:center}.headerbar__left-part{justify-content:flex-start}.headerbar__right-part{justify-content:flex-end}.headerbar__left-part,.headerbar__right-part{width:auto}.headerbar__contact a,.headerbar__mail a,.headerbar__social a{font-size:14px}.headerbar i{font-size:16px}}.contact-form{margin-top:16px;display:grid;gap:16px;max-width:720px}.contact-page{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:start}.contact-map{width:100%;background:#f7f8fa;border:1px solid #e6e8eb;border-radius:12px;overflow:hidden}.contact-map iframe{display:block;width:100%;height:420px}.map-caption{padding:.75rem 1rem;border-top:1px solid #e6e8eb;font-size:.95rem}.map-directions{display:inline-block;margin-top:.25rem;color:#0b72ff;text-decoration:none}.map-directions:hover{text-decoration:underline}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:36px}@media(max-width:700px){.grid-2{grid-template-columns:1fr}}.field{display:grid;gap:8px}label{font-weight:600;color:#222}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:10px 12px;border:1px solid #dcdcdc;border-radius:8px;outline:none;font-size:14px;color:#333;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus{border-color:#0078d4;box-shadow:0 0 0 3px #0078d426}.error{color:#c62828;font-size:13px}.form-actions{display:flex;justify-content:flex-start;gap:12px;align-items:center;margin-top:8px}.btn-primary{padding:10px 16px;border-radius:8px;background:#0078d4;color:#fff;border:1px solid #0078D4;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary:hover{background:#005ea6;border-color:#005ea6}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.form-status{margin-top:4px;font-size:14px}.form-status.success{color:#1b5e20}#services{margin:0 auto}.services-container{width:100%}.services-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#111827}.service-category{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 2px #0000000a;color:#1f2937}.service-category-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.service-category-header i{color:#2563eb;font-size:1.25rem}.service-category-title{font-size:1.25rem;font-weight:600;margin:0;color:#111827}.service-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem .75rem}.service-item{display:flex;align-items:flex-start;gap:.6rem;border:1px solid #eef2f7;border-radius:.6rem;padding:.75rem;background:#f9fafb;color:#111827}.service-item i{color:#0ea5e9;font-size:1.1rem;margin-top:.15rem}.service-item-content{flex:1}.service-item-name{display:block;font-weight:600;color:#111827}.service-item-description{margin:.15rem 0 0;color:#4b5563;font-size:.95rem}.service-category-description{color:#1f2937}.hero{position:relative;width:100vw;height:calc(100vh - 130px);margin:0;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#10182873;z-index:1}.content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;padding:0}.logo{max-width:150px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.25))}.title{color:#fff;font-size:clamp(2rem,4vw + 1rem,4rem);font-weight:800;margin:0;text-shadow:0 2px 24px rgba(0,0,0,.35)}.subtitle{color:#eaf0ff;font-size:clamp(1rem,1.2vw + .5rem,1.5rem);margin:0}.under-construction-text{color:#ff4500;font-weight:700;font-size:1rem}.cta{display:inline-block;border:0;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#00c6ff);color:#fff;font-weight:700;padding:.875rem 1.5rem;box-shadow:0 0 18px #3b82f68c,0 10px 24px #3b82f659;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;text-decoration:none}.cta:hover{transform:translateY(-1px);box-shadow:0 0 26px #3b82f6bf,0 14px 32px #3b82f673}.cta:active{transform:translateY(0);box-shadow:0 0 18px #3b82f68c,0 8px 18px #3b82f659}@media(max-width:768px){.hero{height:calc(100vh - 130px);padding:0 .5rem}.logo{max-width:120px}.title{font-size:clamp(1.5rem,5vw,2.5rem)}.subtitle{font-size:clamp(.9rem,3vw,1.2rem)}.cta{padding:.6rem 1.2rem}}:root{--about-text: #eaf1ee;--about-muted: #c7d6ff;--about-title: #ffffff;--about-overlay: rgba(7, 20, 88, .7);--about-gradient: linear-gradient(135deg, rgba(0,84,179,.6), rgba(0,38,94,.6));--about-border: rgba(120,160,230,.22);--about-shadow: 0 18px 38px rgba(2, 12, 36, .45);--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden}.about.section-padding{position:relative;padding:3rem 1rem;color:var(--about-text);background:var(--about-gradient),url(/softureTechBG.png) center/cover no-repeat fixed;background-size:cover;width:100%;height:auto;box-sizing:border-box}.about.section-padding:before{content:"";position:absolute;inset:0;background:var(--about-overlay);z-index:0}.about .container,.about .row,.about .about__left-part,.about .about__right-part{position:relative;z-index:1}.about .row{display:flex;flex-wrap:wrap;justify-content:space-between}.about .col-md-12.col-lg-6.col-12{flex:1 1 50%;max-width:100%}.about .about__left-part{display:flex;flex-direction:column;gap:.5rem}.about .heading__primary{margin:0 0 1.5rem 1rem;color:var(--about-title);font-weight:700;line-height:1;font-size:clamp(1.6rem,2.2vw,2.3rem)}.about .about__inline{display:flex;gap:1rem}.about .btn--about{padding:.45rem .85rem;font-size:.9rem;border-radius:999px;background:#b7d2ff;color:#0b1b3d;border:51px solid var(--about-border);text-decoration:none;white-space:nowrap}.about .paragraph--about{margin:0;color:var(--about-muted);line-height:1.5;font-size:clamp(.95rem,1.05vw,1.1rem)}.about .about__right-part{display:flex;justify-content:center;align-items:start}.paralax-image{display:block;max-width:100%;width:100%;height:auto;transition:transform .3s ease;transform-style:preserve-3d;will-change:transform;border-radius:12px}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.paralax-image{animation:none!important}}.about .paralax-image{width:100%;max-width:520px;display:block;border-radius:var(--radius-lg);border:0px solid var(--about-border);box-shadow:var(--about-shadow);object-fit:cover}.about__right-part .paralax-image{transition:transform .3s ease;transform-style:preserve-3d;will-change:transform}@media(max-width:767px){.about .row{flex-direction:column;align-items:center}.about .col-md-12.col-lg-6.col-12{flex:1 1 100%;max-width:100%}.about .about__inline{flex-direction:column;gap:.5rem}.about.section-padding{padding:0}.about .heading__primary{font-size:clamp(1.4rem,5vw,2rem);margin-bottom:1rem}.about .paragraph--about{font-size:clamp(.9rem,4vw,1.05rem)}}@media(min-width:768px){.about .row{flex-direction:row}.about .col-md-12.col-lg-6.col-12{flex:1 1 50%}.about .about__inline{flex-direction:row;gap:1rem}}.footer{left:0;right:0;bottom:0;background:#1c272e;background:linear-gradient(184deg,#052752,#262e64);min-height:auto;display:flex;justify-content:space-between;align-items:flex-start;padding:30px 24px;flex-wrap:wrap}.footer__list{display:grid;grid-template-columns:30% 30% repeat(2,1fr);grid-template-rows:repeat(1,1fr);column-gap:50px}.footer__items{display:flex;flex-direction:column;align-items:flex-start;text-align:justify;gap:1rem}.footer__heading{font-size:1rem;margin-bottom:1rem;color:#fff;text-transform:uppercase;font-weight:700}.footer__sub-heading{margin:0;padding:0;color:#fff;font-size:1.3rem;font-weight:800;text-align:start;letter-spacing:1px}.footer__nav-list{margin:0;padding:0;list-style:none}.footer__nav-li{margin-bottom:.5rem;text-align:justify-all;width:100%}.footer__nav-items{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0}.footer__nav-items:hover{color:#aaa}.footer__address{color:#fff;font-size:1rem;margin-bottom:1rem;line-height:2;max-width:42rem}.footer__address--contact{margin-bottom:0}.footer__logo{width:15rem;margin-bottom:1rem}.footer__hr{margin:1rem 0 0rem;color:#fff}.footer__copyright{display:flex;justify-content:center;align-items:center;font-size:.7rem;padding-top:.5rem}.footer__nvf{color:#c3c3c3}@media(max-width:768px){.footer{padding:20px}.footer__list{display:flex;flex-direction:column;gap:20px}.footer__items{align-items:center;text-align:center}.footer__heading{font-size:1rem}.footer__sub-heading{font-size:1.1rem}.footer__address{font-size:.9rem;max-width:100%}.footer__logo{width:12rem}.footer__copyright{font-size:.8rem}.footer__nav-list{display:flex;flex-direction:column;align-items:center;gap:10px}.footer__nav-li{text-align:center}}html{scroll-behavior:smooth}.layout{width:100%}body{margin:0;background:linear-gradient(135deg,#00c6ff,#0078d4 60%,#4a00e0);background-attachment:fixed;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}section.card{padding:50px;border-radius:16px;background:#ffffffeb;border:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:saturate(1.2) blur(4px);backdrop-filter:saturate(1.2) blur(4px);color:#172b4d}section.card h2{margin:0 0 12px;font-size:28px;color:#0a0a0a}.sectors-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:1rem}.sector-card{padding:1rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.sector-card h3{margin:0 0 .5rem;font-size:1.125rem}.sector-card p.sector-card p{margin:0;color:#475569;line-height:1.5}.section-stage{position:relative;overflow:hidden;transition:height .1s ease}.section-stage.animating .section-panel{position:absolute;inset:0}.section-panel.current{opacity:1;transform:none}.section-stage.animating .section-panel.previous.exit{opacity:1;transform:translateZ(0)}.section-stage.animating .section-panel.current.enter{opacity:0;transform:translate3d(0,12px,0)}.section-stage.animating .section-panel.previous.exit{opacity:0;transition:opacity .3s ease,transform .3s ease}.section-stage.animating .section-panel.current.enter{opacity:1;transform:translateZ(0);transition:opacity .3s ease,transform .3s ease}.section-stage.dir-forward.animating .section-panel.previous.exit{transform:translate3d(-12px,0,0)}.section-stage.dir-backward.animating .section-panel.previous.exit{transform:translate3d(12px,0,0)}
