﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');







html, body { width:100%; height:100%;  }
body { padding: 0; margin: 0; 
          font-family: "Geist", sans-serif;
    font-size: 16px; font-weight: 400; line-height: 1.5; color: #2f2f2f; position: relative; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; overflow: auto; }



body.pageload { overflow: auto; overflow-x: hidden; }

* { box-sizing:border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus, .btn-default-focus { box-shadow: none; outline:none !important; }

h1, h2, h3, h4, h5, h6 { font-weight: 600; }
h1, h2, h3, h4, h5, h6, p, ul { padding: 0; margin: 0; }

h2 { font-size:60px; color: #402e3a; }
h3 { font-size:30px; color: #333333; }
h4 { font-size:22px; color: #333333; }


img, svg { border: none; vertical-align: middle; max-width: 100%; }
ul li { list-style: none; }


a { cursor: pointer; color:#333333; font-weight: 400; outline: none !important; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:hover, a:focus { text-decoration: none; color:#333333; }
a, input, button, textarea, a:focus, select:focus { outline: none; }
a:hover, a:focus, select:focus, button:focus { outline: none; text-decoration: none; }


button, input, textarea { outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }




/*===== *************** =====*/


.bg-video { position: absolute; left: 0; right: 0; top:0; bottom: 0; overflow: hidden; }

.bg-video:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04081f;
    opacity: 0.75;
}

.bg-video video, .bg-video .video { width: 100%; height: 600px; object-fit: cover; object-position: center bottom; }

@supports (-ms-ime-align:auto) {
    .bg-video video {
        min-height: 100%;
        min-width: 100%;

        position: fixed;
        
        width:auto;
        height:auto;
        
        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);
    }
}



.home-page { width:100%; overflow: auto; display: table; position: relative; z-index: 10; padding:40px 0 30px; text-align: center; }
.home-page .center-box { display: table-cell; vertical-align: middle; }


.logo, .logo a, .logo img { width:350px;  display: block; margin: auto; }


.intro-screen { color: #ffffff; }
.intro-screen h1 { font-size: 50px; font-weight: bold; color: #ffffff; margin-top:35px; }
.intro-screen p { font-size: 20px; margin:20px 0; }
.intro-screen .btn { padding:0; max-width:171px; display: inline-block; }



.intro-screen .copyright { 
    position: absolute; left:0; right:0; bottom:0; padding:10px;
}
.intro-screen .copyright * {
    font-size:17px;
}
.intro-screen .copyright .d-flex {
    display: flex; align-items: center; justify-content: center; margin:10px 0;
}
.intro-screen .copyright a { color: #3879f4; }

.copyright a { font-weight: bold; text-decoration: underline; margin:0 5px 0 0; }
.copyright a.Logo-LogistiWerx { width:200px; display: block; margin:0 10px; }





h1 img.Logo { width:250px; }
.logo-mark img.Logo { width:320px; }



.privacy-policy { padding:20px 0; text-align: left; }
.privacy-policy h1 { margin: 25px 0 10px; }
.privacy-policy h2 { margin: 40px 0 10px; font-size: 22px; }
.privacy-policy p { margin-bottom:15px; }
.privacy-policy p a { color: #000; font-weight: 700; }
.privacy-policy p a:hover { color: #3879f4; }

.privacy-policy ul li { margin:0 0 15px; padding-left:20px; position: relative; }
.privacy-policy ul li:before { content: ""; display: block; position: absolute; left:0; top:12px; width:5px; height:5px; background: #666666; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }



.copyright { margin:50px 0 0; padding:20px 0 0; border-top:1px solid rgba(0,0,0,0.25); }

.copyright img.Logo-LogistiWerx { width:200px; margin:5px; }




footer {
    background: #eef1f8;
}






.contactPage header {
    position: relative; padding:10px 0;
}
.contactPage header .logo-mark { margin: 0; }





.orangeBtn, .contactus-wrp .orangeBtn:hover {
    color: white;
    font-weight: 600;
    background: #3879f4;
    background: #3879f4;
    border: 2px solid #3879f4;
    padding: 6px 30px !important;
    border-radius: 8px;
}
.orangeBtn:hover {
    color: #3879f4;
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid #3879f4;
}

.home-page .orangeBtn {
    position: absolute;
    right: 50px;
    top: 25px;
}




.contactus-wrp {
    padding:15px 0 40px;
}
.contactus-wrp .container {
    max-width:900px;
}
.contactus-wrp p { text-align: center; margin:15px -20px; line-height: 25px; }


.contactus-wrp form p { text-align: left; margin:0; }
form { margin:25px 0 0; padding:25px 30px 30px; background: #d8dfef; border-radius: 10px; }
form h5 { font-weight: bold; margin-bottom:15px;  }
form .btn { background: #3879f4; padding-left:30px; padding-right:30px; }
form .contact-info { padding:10px 15px; background: rgba(255,255,255,0.4); border-radius: 5px; }
form .contact-info .title { display: flex; justify-content: space-between; align-items: center; }
form .contact-info .title label { margin-right:20px; }
form .contact-info p.note { font-size:15px; line-height: 20px; color: #7b7b7b; }
form .contact-info .form-group { margin:0; }


.form-group { margin-bottom:20px; position: relative; }
.form-group label, .form-group .usa-code { margin:0; position: absolute; left:0; top:0; z-index:1; font-size:18px; line-height: 50px; padding:0 15px; }
.form-group label sup, .form-group sup, .contact-info sup { color: #3879f4; font-size:0.8em; }


.form-control, select.form-control { width:100%; height:48px; border:2px solid white; background: transparent !important; font-size:18px; padding:0 15px; position: relative; z-index: 2;  border-radius: 5px; }
select.form-control { padding:0 40px 0 15px; background:transparent url("../images/select-arrow.svg")no-repeat right 10px center / 17px !important; 
appearance:none;
}
textarea.form-control { padding:7px 15px; height:80px; resize: none; }

.form-control:focus { border:2px solid #041e51; outline: none; box-shadow: none; }
.form-control:focus + label, .form-control.has-value + label { opacity: 0; }


.form-group.radio-listing { margin:15px 0; }
.form-group.radio-listing label { position: relative; padding:0 15px 0 0; line-height: 25px; white-space: nowrap; }

.radio-btn { margin:0px; }
.radio-btn input[type="radio"] { display:none; }
.radio-btn input[type="radio"] + label span { display:inline-block; width:25px; height:25px; margin:-5px 5px 0 0; vertical-align:middle; background:url("../images/radio-btn.svg")no-repeat left top / cover; }

.radio-btn input[type="radio"]:checked + label span { background:url("../images/radio-btn.svg")no-repeat left bottom / cover; }



.form-group.number .form-control, .form-group.number label { padding-left: 40px; }
.form-group.number .usa-code { padding:0 15px; }
/*===== *************** =====*/


/*===== 404 CSS =====*/
.error-page {
    width:100%; height:100vh; padding:50px 0; overflow: auto; display: table; text-align: center;
    background: url("../images/logo-pattern.svg")no-repeat center bottom / contain;
}
.error-page .center-box { 
    display: table-cell; vertical-align: middle; 
}
.error-page .container { 
    display: flex; flex-direction: column; align-items: center; 
}

.FourZeroFour { 
    display: flex; align-items: center;
}
.FourZeroFour * { margin:0 10px; display: block; }
.FourZeroFour span { font-size:180px; }
.FourZeroFour span img { min-width:155px; max-width:155px; }


.BackToHome { 
    color: #ffffff; font-size:18px; font-weight: bold; padding:8px 20px; margin:80px 0 70px; background: #3879f4; border:3px solid #3879f4;
}
.BackToHome:hover { 
    color: #3879f4; background: #ffffff;
}


.error-page h4 { font-size: 30px; font-weight: 100; }


@media screen and (max-width: 767px) {
    
    .FourZeroFour span { font-size:125px; }
    .FourZeroFour span img { min-width:105px; max-width:105px; }

    .BackToHome { 
        font-size:16px;
    }
    
    .error-page h4 { font-size: 25px;  }
    
}

/*===== ----- =====*/






@media screen and (max-width: 1199px) {
    
    
    .logo, .logo a, .logo a img { width: 280px; }
    
    .intro-screen h1 { font-size: 42px; }
    .intro-screen p { font-size: 18px; }
    .intro-screen .btn { max-width: 180px; }
    
    
    .intro-screen .copyright * {
        font-size:15px;
    }
   
    
}



@media screen and (max-width: 991px) {
   
    
}


@media screen and (max-width: 767px) {
    body { font-size: 14px; line-height: 24px; }
    
    
    .home-page {
    padding: 70px 0 140px;
}

    
    

    .home-page .orangeBtn {
    right: 20px;
    top: 20px;
}
    
    .orangeBtn, .contactus-wrp .orangeBtn:hover {
    padding: 4px 20px !important;
}
  
    .logo-mark img.Logo { width:250px; }
    
    .intro-screen h1 { font-size: 33px; }
    .intro-screen h1 br { display: none; }
    .intro-screen p { font-size: 16px; }
    .intro-screen .btn { max-width: 150px; }
    
    
    .intro-screen .copyright { padding:15px 5px; }
    .intro-screen .copyright * {
        font-size:13px;
    }
    
    .copyright a.Logo-LogistiWerx { width:180px; margin:5px; }
    
    
}






/*===== *************** =====*/



/*===== Homepage content sections — DARK THEME =====
   Dark navy base with brand accents: blue #3879F4, mint #72ECC9, indigo #101F6C */

body.has-content, body.has-content html { height:auto; }
body.has-content { overflow-x:hidden; background:#04081f; }
body.has-content .home-page { position:relative; height:auto; display:flex; align-items:center; justify-content:center; overflow:visible; }
body.has-content .home-page .center-box { display:block; }
body.has-content .intro-screen .copyright { position:static; }

/* Dark content wrapper sits above video */
.content-wrap { position:relative; z-index:10; background:#04081f; }

/* Section reveal animation */
.contentSec { padding:45px 0 30px; opacity:0; transform:translateY(30px); transition:opacity .7s ease, transform .7s ease; }
.contentSec.in-view { opacity:1; transform:translateY(0); padding:45px 0; }
.contentSec.alt { background:#0a1029; }
#overview.contentSec { padding:48px 0 30px; }
.closingSec.contentSec { padding:80px 0; }

/* Section headings */
.sec-head { margin-bottom:28px; text-align:center; }
.contentSec h2 { font-size:40px; line-height:1.15; color:#f2f5fa; }
.contentSec h3 { font-size:30px; color:#f2f5fa; }
.sec-head h2 { font-size:30px; }
#overview.contentSec h2 { font-size:34px; }

/* Body text */
.lead-text { font-size:20px; line-height:1.6; color:#dfe4f0; margin-bottom:18px; }
.contentSec p { font-size:18px; line-height:1.7; color:#aeb6cc; margin-bottom:18px; }
.contentSec .container { max-width:1040px; }

/* Media rows */
.media-row { margin-bottom:6px; }
.media-row-rev { flex-direction:row-reverse; }
.sec-head-left { text-align:left; margin-bottom:18px; }
.media-illus { padding:6px; }
.media-illus img { width:100%; height:auto; display:block; border-radius:28px; box-shadow:0 20px 50px rgba(0,0,0,0.5), 0 0 0 1px rgba(120,150,255,0.10); }
@media screen and (max-width:991px) {
    .media-illus { max-width:420px; margin:26px auto 0; }
    .media-row-rev .media-illus { margin:0 auto 26px; }
    .sec-head-left { text-align:center; }
}

/* Verify / intel grid */
.verify-grid { margin-top:30px; }
.verify-card { height:100%; display:flex; align-items:center; gap:14px; background:rgba(255,255,255,0.05); border:1px solid rgba(120,150,255,0.16); border-radius:12px; padding:18px 20px; box-shadow:0 8px 24px rgba(0,0,0,0.28); }
.verify-card .vc-top { display:flex; align-items:center; margin:0; flex:0 0 auto; }
.verify-card .vc-icon { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:12px; background:rgba(114,236,201,0.18); color:#72ecc9; }
.verify-card .vc-icon svg { width:23px; height:23px; }
.verify-card p { font-size:17px; font-weight:500; color:#f2f5fa; line-height:1.45; margin:0; }
.verify-card:hover { transform:translateY(-4px); border-color:rgba(120,150,255,0.35); background:rgba(255,255,255,0.08); box-shadow:0 14px 30px rgba(0,0,0,0.42); }

/* Feature list */
.feature-list { margin:15px 0; padding:0; }
.feature-list li { list-style:none; }
.feature-list li span { display:flex; align-items:center; gap:14px; background:rgba(255,255,255,0.05); border:1px solid rgba(120,150,255,0.16); border-radius:12px; padding:18px 20px; font-size:17px; color:#f2f5fa; height:100%; }
.feature-list li span:hover { border-color:rgba(120,150,255,0.35); background:rgba(255,255,255,0.08); }
.feature-list .fl-icon { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:12px; background:rgba(114,236,201,0.18); color:#72ecc9; }
.feature-list .fl-icon svg { width:23px; height:23px; }

/* Callout */
.callout { margin-top:30px; background:linear-gradient(135deg,#101f6c,#3879f4); color:#ffffff; border-radius:16px; padding:30px 34px; font-size:20px; line-height:1.6; font-weight:500; box-shadow:0 14px 34px rgba(16,31,108,0.45); }
.callout sup { color:#72ecc9; }

/* Closing section */
.closingSec { position:relative; background:#0a1029; overflow:hidden; }
.closingSec:before { content:""; position:absolute; inset:0; z-index:0; background:linear-gradient(rgba(4,8,31,0.78),rgba(4,8,31,0.78)), url("../images/bg-image.jpg") center / cover no-repeat; background-attachment:fixed; }
.closingSec .container { position:relative; z-index:1; }
.closingSec .closing-line { color:#ffffff; font-size:36px; line-height:1.3; }
.closingSec .closing-line sup { color:#72ecc9; }
.closingSec .btn { padding:0; max-width:171px; display:inline-block; }

/* Footer */
.site-footer { background:#04081f; padding:14px 0 34px; border-top:1px solid rgba(114,236,201,0.22); }
.site-footer .copyright { border-top:none; margin:0; padding:24px 0 0; color:#aeb6cc; }
.site-footer .copyright * { font-size:16px; color:#aeb6cc; }
.site-footer .copyright a { color:#3879f4; }
.site-footer .copyright a.Logo-LogistiWerx { width:190px; }

/* App store buttons group */
.btnsGroup { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px; margin:18px 0; }
.btnsGroup .btn { padding:0; max-width:171px; margin:0; }

/* Responsive */
@media screen and (max-width:991px) {
    .contentSec { padding:56px 0; }
    #overview.contentSec { padding:40px 0 48px; }
    .contentSec h2 { font-size:30px; }
    #overview.contentSec h2 { font-size:28px; }
    .closingSec .closing-line { font-size:28px; }
}
@media screen and (max-width:767px) {
    .contentSec { padding:42px 0; }
    #overview.contentSec { padding:32px 0 40px; }
    .contentSec h2 { font-size:25px; }
    #overview.contentSec h2 { font-size:24px; }
    .contentSec h3 { font-size:23px; }
    .lead-text { font-size:17px; }
    .contentSec p { font-size:16px; }
    .callout { font-size:17px; padding:24px; }
    .closingSec .closing-line { font-size:23px; }
    body.has-content .home-page { padding:60px 0 35px; }
}

/*===== ShopMate — content-driven animations =====*/

/* Mode strip cards */
.mode-strip { margin-top:30px; }
.mode-card { position:relative; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:10px; background:rgba(255,255,255,0.05); border:1px solid rgba(120,150,255,0.16); border-radius:14px; padding:22px 14px; box-shadow:0 8px 24px rgba(0,0,0,0.28); overflow:hidden; }
.mode-card .mc-icon { display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:14px; background:rgba(114,236,201,0.18); color:#72ecc9; }
.mode-card .mc-icon svg { width:28px; height:28px; }
.mode-card span { font-size:15px; font-weight:600; color:#f2f5fa; line-height:1.3; }
.mode-card:hover { transform:translateY(-4px); border-color:rgba(120,150,255,0.35); background:rgba(255,255,255,0.08); box-shadow:0 14px 30px rgba(0,0,0,0.42); }
.contentSec.in-view .mode-card .mc-icon { animation:modeBob 3.4s ease-in-out infinite; }
.contentSec.in-view .mode-card:nth-child(odd) .mc-icon { animation-delay:.5s; }
.contentSec.in-view .mode-card:nth-child(3n) .mc-icon { animation-delay:1s; }
@keyframes modeBob { 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-7px);} }

/* Live-line sweep */
.live-line { height:3px; border-radius:3px; margin:6px auto 0; max-width:180px; background:linear-gradient(90deg,#3879F4,#72ECC9,#3879F4); background-size:200% 100%; }
.contentSec.in-view .live-line { animation:liveSweep 2.6s linear infinite; }
@keyframes liveSweep { 0%{ background-position:0% 0;} 100%{ background-position:200% 0;} }

/* Intel grid staggered rise */
.intel-grid .verify-card { opacity:0; transform:translateY(18px); }
.contentSec.in-view .intel-grid .verify-card { animation:intelRise .55s ease forwards; }
.contentSec.in-view .intel-grid > div:nth-child(1) .verify-card { animation-delay:.05s; }
.contentSec.in-view .intel-grid > div:nth-child(2) .verify-card { animation-delay:.12s; }
.contentSec.in-view .intel-grid > div:nth-child(3) .verify-card { animation-delay:.19s; }
.contentSec.in-view .intel-grid > div:nth-child(4) .verify-card { animation-delay:.26s; }
.contentSec.in-view .intel-grid > div:nth-child(5) .verify-card { animation-delay:.33s; }
.contentSec.in-view .intel-grid > div:nth-child(6) .verify-card { animation-delay:.40s; }
.contentSec.in-view .intel-grid > div:nth-child(7) .verify-card { animation-delay:.47s; }
.contentSec.in-view .intel-grid > div:nth-child(8) .verify-card { animation-delay:.54s; }
.contentSec.in-view .intel-grid > div:nth-child(9) .verify-card { animation-delay:.61s; }
.contentSec.in-view .intel-grid > div:nth-child(n+10) .verify-card { animation-delay:.68s; }
@keyframes intelRise { to{ opacity:1; transform:translateY(0);} }

/* Pulsing live-dot */
.live-dot { display:inline-block; width:10px; height:10px; border-radius:50%; background:#72ecc9; margin-right:9px; vertical-align:middle; box-shadow:0 0 0 0 rgba(114,236,201,0.6); }
.contentSec.in-view .live-dot { animation:livePulse 1.8s ease-out infinite; }
@keyframes livePulse { 0%{ box-shadow:0 0 0 0 rgba(114,236,201,0.55);} 70%{ box-shadow:0 0 0 12px rgba(114,236,201,0);} 100%{ box-shadow:0 0 0 0 rgba(114,236,201,0);} }

@media (prefers-reduced-motion: reduce) {
  .contentSec.in-view .mode-card .mc-icon,
  .contentSec.in-view .live-line,
  .contentSec.in-view .live-dot,
  .contentSec.in-view .intel-grid .verify-card { animation:none; }
  .intel-grid .verify-card { opacity:1; transform:none; }
}
