/* Techtrim V21 — calmer section spacing and restored logo sweep. */

/* Give headings breathing room without making the page tall. */
.techtrim-home #services{margin-top:-10px!important;padding-top:0!important}
.techtrim-home #services h2,
.techtrim-home .tt-cars h2,
.techtrim-home .tt-visit>h2{margin:0!important}
.techtrim-home #services .tt-title-line,
.techtrim-home .tt-cars .tt-title-line,
.techtrim-home .tt-visit>.tt-title-line{
  width:132px!important;
  height:1px!important;
  margin:5px auto 11px!important;
  background:linear-gradient(90deg,transparent 0%,rgba(19,138,255,.72) 28%,rgba(19,138,255,.72) 72%,transparent 100%)!important;
}
.techtrim-home #services .tt-title-line:after,
.techtrim-home .tt-cars .tt-title-line:after,
.techtrim-home .tt-visit>.tt-title-line:after{
  content:"◇"!important;
  font-size:13px!important;
  line-height:1!important;
  color:#138aff!important;
  background:#fff!important;
  padding:0 7px!important;
  top:50%!important;
  transform:translate(-50%,-52%)!important;
}
.techtrim-home .tt-cars{padding-top:10px!important}
.techtrim-home .tt-trust{padding-top:9px!important}
.techtrim-home .tt-visit{padding-top:12px!important}

/* Restore the headlight-like shine strictly on the large shield + Techtrim wordmark. */
.techtrim-home .tt-logo-sheen{
  display:block!important;
  position:absolute!important;
  z-index:6!important;
  pointer-events:none!important;
  overflow:hidden!important;
  left:3.1%!important;
  top:72px!important;
  width:59.8%!important;
  height:284px!important;
  mix-blend-mode:screen!important;
  mask:url('techtrim-sheen-mask.png') center/100% 100% no-repeat!important;
  -webkit-mask:url('techtrim-sheen-mask.png') center/100% 100% no-repeat!important;
}
.techtrim-home .tt-logo-sheen::before{
  content:""!important;
  position:absolute!important;
  top:-10%!important;
  left:-14%!important;
  width:8.5%!important;
  height:120%!important;
  background:linear-gradient(90deg,transparent 0%,rgba(136,205,250,.06) 18%,rgba(225,244,255,.34) 35%,rgba(255,255,255,.98) 50%,rgba(147,216,255,.27) 66%,transparent 100%)!important;
  filter:blur(1.1px)!important;
  transform:translateX(0) skewX(-14deg)!important;
  opacity:0;
  animation:ttV21LogoSweep 7.8s cubic-bezier(.44,.03,.42,.97) infinite!important;
}
.techtrim-home .tt-logo-sheen::after{display:none!important}
@keyframes ttV21LogoSweep{
  0%,58%{transform:translateX(0) skewX(-14deg);opacity:0}
  61%{opacity:.94}
  84%{transform:translateX(1360%) skewX(-14deg);opacity:.92}
  88%,100%{transform:translateX(1410%) skewX(-14deg);opacity:0}
}

@media(max-width:980px){
  .techtrim-home #services{margin-top:-4px!important}
  .techtrim-home .tt-logo-sheen{top:55px!important;height:245px!important}
}
@media(max-width:640px){
  .techtrim-home #services{margin-top:0!important}
  .techtrim-home .tt-logo-sheen{display:none!important}
}
@media(prefers-reduced-motion:reduce){.techtrim-home .tt-logo-sheen::before{animation:none!important}}
