    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family: Arial, Helvetica, sans-serif;
      background:#f5f5f5;
      color:#111;
    }

    a{
      text-decoration:none;
      color:inherit;
    }

    img{
      display:block;
      max-width:100%;
    }

:root{
  --red:#d62828;
  --red-dark:#b91f1f;
  --dark:#061827;
  --white:#ffffff;
  --container:1400px;
}

    /* =========================
       HEADER
    ========================== */

    .site-header{
      width:100%;
      background:#ffffff;
      border-bottom:1px solid #e5e5e5;
    }

.header-inner{
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  height:135px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

    /* LOGO */

    .logo{
      flex-shrink:0;
    }

.logo img{
  width:auto;
  height:135px; width:auto;
}

    /* NAVIGATION */

    .main-nav{
      display:flex;
      align-items:center;
      gap:42px;
      margin-left:auto;
      margin-right:20px;
    }

    .main-nav a{
      font-size:15px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.5px;
      color:#111111;
      transition:.2s ease;
    }

    .main-nav a:hover{
      color:#d62828;
    }

    /* RIGHT SIDE */

    .header-right{
      display:flex;
      align-items:center;
      gap:28px;
      flex-shrink:0;
    }

    .contact-info{
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    .contact-item{
      display:flex;
      align-items:center;
      gap:10px;

      font-size:14px;
      color:#222;
      white-space:nowrap;
    }

    .contact-icon{
      width:16px;
      text-align:center;
      font-size:14px;
    }

    /* BUTTON */

    .bid-button{
      height:52px;
      padding:0 30px;

      display:flex;
      align-items:center;
      justify-content:center;

      background:#d62828;
      color:#fff;

      font-size:14px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.5px;

      transition:.2s ease;
    }

    .bid-button:hover{
      background:#b91f1f;
    }

/* =========================
   HERO
========================== */

.hero{
  width:100%;
  min-height:610px;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.58) 36%,
      rgba(0,0,0,.20) 68%,
      rgba(0,0,0,.08) 100%
    ),
    url("hero2.png");
  background-size:cover;
  background-position:center;
}

.hero-inner{
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  min-height:610px;
  display:flex;
  align-items:center;
}

.hero-content{
  max-width:700px;
  color:#fff;
  padding-left:65px;
}

.hero-title{
  font-family:"Arial Narrow", Arial, sans-serif;
  font-size:55px;
  line-height:1.10;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:28px;
  transform:scaleY(1.12);
transform-origin:left top;
}

.hero-title span{
  display:block;
  color:#d62828;
}

.hero-text{
  max-width:540px;
  font-size:20px;
  line-height:1.5;
  color:#fff;
  margin-bottom:36px;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
}

.hero-btn{
  height:56px;
  padding:0 34px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.hero-btn.primary{
  background:#d62828;
  color:#fff;
}

.hero-btn.primary:hover{
  background:#b91f1f;
}

.hero-btn.secondary{
  border:2px solid #fff;
  color:#fff;
}

.hero-btn.secondary:hover{
  background:#fff;
  color:#111;
}

    /* =========================
       RESPONSIVE
    ========================== */

    @media (max-width:1200px){

      .header-inner{
        padding:0 24px;
        gap:24px;
      }

      .main-nav{
        gap:28px;
      }

      .main-nav a{
        font-size:14px;
      }

      .logo img{
        width:auto;
        height:110px;
      }
    }

    @media (max-width:1024px){

      .header-inner{
        height:auto;
        padding:24px;
        flex-wrap:wrap;
      }

      .main-nav{
        order:3;
        width:100%;
        justify-content:center;
        margin:0;
      }

      .header-right{
        margin-left:auto;
      }
    }

    @media (max-width:768px){

      .header-inner{
        flex-direction:column;
        align-items:flex-start;
        gap:24px;
      }

      .main-nav{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:18px 24px;
      }

      .header-right{
        width:100%;
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
      }

      .bid-button{
        width:100%;
      }

.logo img{
  width:auto;
  height:90px;
}
    }
    
    
/* =========================
   SERVICES
========================== */

.services{
  background:#f5f5f5;
  padding:38px 0 38px;
}

.services-inner{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.service-card{
  background:#fff;
  border:2px solid #e8e8e8;
  text-align:center;
  padding:28px 20px 24px; 24px;
}

.service-icon{
  display:flex;
  align-items:flex-end;
  justify-content:center;
      border:0px;
     color: #d62828;
}

.service-icon svg,
.service-icon img{
  width:auto;
    color: #d62828;
}

.service-card h3{
  margin-top:0;
}

.service-card h3{
  font-family:"Arial Narrow", Arial, sans-serif;
  font-size:20px;
  line-height:1.1;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:18px;
  margin-top:18px;
  color:#111;
  white-space:nowrap;
}

.service-card p{
  font-size:18px;
  line-height:1.1;
  color:#555;
   margin-bottom:18px;
}

/* RESPONSIVE */

@media (max-width:1100px){

  .services-inner{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:768px){

  .services-inner{
    grid-template-columns:1fr;
  }
}

/* =========================
   MOTION STRIP
========================== */

.motion-strip{
  min-height:190px;
  background:
    linear-gradient(rgba(0,0,0,.56), rgba(0,0,0,.56)),
    url("ductwork.jpg");

  background-size:cover;
  background-position:center 60%;
  display:flex;
  align-items:center;
  border-top:1px solid #ffffff;
}

.motion-strip-inner{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  text-align:center;
}

.motion-strip h2{
  font-family:"Arial Narrow", Arial, sans-serif;
  font-size:38px;
  line-height:1.15;
  font-weight:700;
  font-style:italic;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#fff;
}

.motion-strip-line{
  width:74px;
  height:4px;
  background:#d62828;
  margin:18px auto 0;
}

@media (max-width:768px){

  .motion-strip{
    min-height:140px;
  }

  .motion-strip h2{
    font-size:28px;
  }
}

/* =========================
   WHY MOTION MECHANICAL
========================== */

.why-motion{
  position:relative;
  background:
    linear-gradient(
      90deg,
      rgba(2,16,34,.95) 0%,
      rgba(5,35,70,.90) 45%,
      rgba(2,16,34,.95) 100%
    ),
    url("ductwork-2.jpg");

  background-size:cover;
  background-position:center;
  padding:30px 0 10px;
  overflow:hidden;
}

.why-inner{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
}

.why-heading{
  text-align:center;
  margin-bottom:35px;
}

.why-heading h2{
  font-family:"Arial Narrow", Arial, sans-serif;
  font-size:38px;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
  line-height:1.15;
  letter-spacing:1px;
}

.why-line{
  width:72px;
  height:4px;
  background:#d62828;
  margin:16px auto 0;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:28px;
}

.why-item{
  text-align:center;
  color:#fff;
}

.why-icon{
    height:95px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:30px;
}

.why-icon img{
    height:95px;
    width:auto;
}

.why-icon svg{
height:95px;
  width:auto;
}

.why-item h3{
  font-family:"Arial Narrow", Arial, sans-serif;
  font-size:22px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.05;
  margin-bottom:16px;
}

.why-item p{
  font-size:17px;
  line-height:1.45;
  color:rgba(255,255,255,.92);
  max-width:240px;
  margin:0 auto;
}

@media (max-width:1200px){
  .why-grid{
    grid-template-columns:repeat(3,1fr);
    row-gap:50px;
  }
}

@media (max-width:768px){
  .why-grid{
    grid-template-columns:1fr;
  }

  .why-heading h2{
    font-size:40px;
  }
}


.project-contact-strip{
  background:#ffffff;
  padding:70px 40px;
}

.project-contact-inner{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1.2fr .9fr;
  gap:60px;
  align-items:center;
}

.project-contact-left h2{
  font-family:"Arial Narrow", Arial, sans-serif;
  font-size:40px;
  line-height:1.35;
  font-weight:600;
  color:#0f1b2a;
  margin:0 0 28px;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.project-contact-left p{
  font-size:18px;
  line-height:1.15;
  color:#3d4650;
  margin:0;
  max-width:520px;
}

.project-contact-center{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.project-contact-item{
  display:flex;
  align-items:center;
  gap:48px;
  font-size:30px;
  color:#1b2430;
}

.project-contact-icon svg{
  width:38px;
  height:38px;
  color:#d62828;
}

.project-contact-cta{
  display:flex;
  justify-content:flex-end;
}

.project-service-area{
  background:#f8f8f8;
  border:1px solid #ececec;
  padding:36px;
  width:100%;
  max-width:360px;
}

.project-service-top{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:30px;
}

.project-service-icon{
  font-size:42px;
  color:#d62828;
  line-height:1;
}

.project-service-area h3{
  margin:0 0 8px;
  font-size:24px;
  font-weight:700;
  color:#111827;
  letter-spacing:.5px;
}

.project-service-area p{
  margin:0;
  font-size:18px;
  line-height:1.5;
  color:#4b5563;
}

.project-contact-btn{
  display:block;
  background:#d62828;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  padding:18px 24px;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  transition:.2s ease;
}

.project-contact-btn:hover{
  background:#b61f1f;
}


/* =========================
   FOOTER
========================== */
.footer-logo img{
  width:170px;
  height:auto;
}

.site-footer{
  background:#000000;
  color:#fff;
  padding:28px 0;
}

.footer-inner{
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}


.footer-copy{
  font-size:14px;
  color:rgba(255,255,255,.85);
  text-align:center;
}

.footer-nav{
  display:flex;
  align-items:center;
  gap:44px;
}

.footer-nav a{
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
}

.footer-nav a:hover{
  color:#d62828;
}