/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Missing Template at Path: \'practice_theme\/css\/_layout.css\' */

/* --my style::12/4/24---- */
/* styles.css */
body {
  font-family: "Montserrat", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner_section {
  text-align: center;
  background: #f8f8f8;
  padding: 100px;
  position: relative;
  overflow: hidden;
}

.banner_section:before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0%;
  height: 100%;
  width: 60%;
  transform: rotate(-18deg);
  background: url(//39634186.fs1.hubspotusercontent-na1.net/hubfs/39634186/raw_assets/public/TruckIt-NWW/images/Group.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.banner_section .container-fluid {
  position: relative;
  padding:0;
}

.video_main video {
  width: 100%;
  /* max-width: 270px; */
}

.video_main iframe {
  width: 380px;
  height: 655px !important;
}

.video_main h2 {
  font-size: 40px;
  margin-top: 20px;
  color: #1a2b56;
  font-weight: 600;
}

.truckit-logo {
  width: 130px;
}

.nww-logo {
  width: 230px;
}

.logo_main h1 {
  color: #a75733;
  /* font-size : 35px; */
  font-size: 45px;
  line-height: 140%;
  margin-bottom: 0;
  font-weight: 600;
}

.logo_main .logos {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 70px;
}

.logo_main .cta-button {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  background: #d7873c;
  border-radius: 6px;
  padding: 24px 56px;
  letter-spacing: 1px;
  box-shadow: 0px 4px 46px 0px rgb(213 132 58 / 50%);
  display: inline-block;
  text-decoration: none;
}
.logo_main .cta-button:hover{
  color: #ffffff;
}
.cta-button {
  background: #c75c2f;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;

}


.benefits {
  background: url(//39634186.fs1.hubspotusercontent-na1.net/hubfs/39634186/raw_assets/public/TruckIt-NWW/images/NWW%20best%201.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px;
  position: relative;
}

.benefits:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1a2b56;
  opacity: 0.85;
}

.benefits h2 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 80px;
}

.benefits ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  /* column-gap  : 20px; */
  row-gap: 35px;
  text-align: left;
}

.benefits ul li {
  width: 50%;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-right: 10px;
  font-size: 26px;
  font-weight: 500;
}

.benefits ul li img {
  width: 50px;
  flex: 0 0 50px;
}

.demo_form_main {
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
}

.demo_form_main:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
  width: 85%;
  transform: rotate(18deg);
  background: url(//39634186.fs1.hubspotusercontent-na1.net/hubfs/39634186/raw_assets/public/TruckIt-NWW/images/Group.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.demo_form {
  width: 100%;
  max-width: 600px;
  margin: 100px auto 0;
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #1a2b56;
  box-shadow: 0px 9px 28px 0px rgb(26 43 86 / 50%);
}

.demo_form h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  background: #1a2b56;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
}

.demo_form h2 span {
  color: #d7873c;
}

.demo_form form {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 20px 20px;
  row-gap: 15px;
}

.demo_form form > input,
.demo_form form > select {
  display: inline-block;
  width: calc(50% - 10px);
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  font-size: 12px;
  height: 40px;
}

.demo_form form h3 {
  font-size: 15px;
  text-align: center;
  width: 100%;
  color: #d7873c;
  margin: 30px 0 15px;
}

.checkboxes {
  text-align: left;
  margin: 0 auto;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 15px;
}

.checkboxes label {
  width: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #a0a0a0;
}

.checkboxes label input {
  width: auto;
}

.submit-button {
  background: #d7873c;
  color: white;
  border: none;
  padding: 10px 40px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
}

footer {
  text-align: center;
  background: #333333;
  color: white;
  padding: 140px 30px 20px;
}

footer p {
  font-size: 13px;
  margin: 30px 0 0;
}

.demo_form fieldset.form-columns-2 {
    width: 100%;
}

.demo_form .hs_submit.hs-submit {
    width: 100% !important;!i;!;
    display: inline-block;
}

.demo_form .hs_submit.hs-submit .actions {
    margin: 0;
    padding: 0;
}

.demo_form fieldset.form-columns-2 > div {
    margin: 0 !important;!i;!;
}

.demo_form fieldset.form-columns-2 > div.hs-form-field label.hs-form-booleancheckbox-display {
    display: inline-block !important;!i;!;
}

.demo_form fieldset.form-columns-2 > div label {
    display: none;
}

.demo_form fieldset.form-columns-2 > div ul , .demo_form fieldset.form-columns-1 > div ul {
    margin: 0;
    padding: 0;
}

.demo_form fieldset.form-columns-2 > div .hs-input {
    width: 100% !important;
  border-radius: 6px;
}
.demo_form .hbspt-form {
  padding:10px;
}

.demo_form fieldset.form-columns-2 > div .hs-input[type=checkbox], .demo_form fieldset.form-columns-2 > div .hs-input[type=radio] {
    width: auto !important;
}

header{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
header a{
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  /* text-align: right; */
  padding: 15px 30px 15px;
  font-size: 16px;
  color: #1a2b56;
  font-weight: 600;
  justify-content: end;
  transition: all 0.2s;
}
header a:hover{
  color: #1a2b56;
  letter-spacing: 0.8px;
}
header a svg{
  width: 20px;
  height: 20px;
}


.pdf-section{
  padding: 0!important;
}

.pdf-main h1{
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #333333!important;
  margin: 10px 0;
}
.pdf-container iframe{
  max-width: 600px;
  width: 100%;
  height: 770px;
}

.pdf-download-button{
  font-size: 28px;
    text-transform: uppercase;
    color: #0018a0;
}

/* 28 april css */
.logo_main p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #303030;
  margin: 30px auto;
  max-width: 600px;
}
.logo_main p b{
  display: block;
}

@media (max-width: 1600px) {
    .logo_main h1{
        font-size: 36px;
    }
    .video_main h2{
        font-size: 32px;
    }
}

@media (max-width: 1400px) {
  .banner_section {
    padding: 70px;
  }

  .logo_main .cta-button {
    font-size: 24px;
    padding: 20px 50px;
  }

  .video_main iframe {
    width: 330px;
    height: 570px !important;
  }

  .video_main h2 {
    font-size: 32px;
  }

  .logo_main h1 {
    font-size: 29px;
  }

  .truckit-logo {
    width: 110px;
  }

  .nww-logo {
    width: 190px;
  }

  .benefits {
    padding: 70px;
  }

  .benefits h2 {
    font-size: 34px;
    max-width: 850px;
  }

  .benefits ul li {
    font-size: 20px;
  }

  .benefits ul li img {
    flex: 0 0 40px;
  }
}

@media (max-width: 1200px) {
  .banner_section {
    padding: 80px 15px;
  }

  .banner_section:before {
    top: 0%;
  }

  .logo_main h1 {
    font-size: 28px;
  }

  .benefits {
    padding: 80px 15px;
  }

  .demo_form {
    margin: 80px auto 0;
  }

  .banner_section:before,
  .demo_form_main:before {
    width: 600px;
  }

  .logo_main .cta-button {
    font-size: 22px;
    padding: 20px 40px;
  }

  .video_main h2 {
    font-size: 28px;
  }

  .benefits h2 {
    font-size: 32px;
  }

  .benefits ul li {
    font-size: 20px;
  }

  .benefits ul li img {
    flex: 0 0 35px;
  }
  
  .pdf-main h1{
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .logo_main .cta-button {
    font-size: 20px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .benefits h2 {
    font-size: 22px;
  }

  .logo_main h1 {
    font-size: 24px;
  }

  .video_main h2 {
    font-size: 20px;
  }

  .logo_main .cta-button {
    margin: 0;
    font-size: 16px;
  }

  .banner_section {
    padding: 50px 15px;
  }

  .benefits {
    padding: 50px 15px;
  }

  .benefits ul li {
    font-size: 15px;
  }
  .pdf-section {
    padding-top: 54px!important;
  }
  .pdf-main h1{
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .benefits ul li {
    width: 100%;
  }

  .demo_form {
    width: 94%;
  }
}

@media (max-width: 576px) {
  .checkboxes label {
    width: 100%;
  }

  .demo_form form > input,
  .demo_form form > select {
    width: 100%;
  }
  header a{
    font-size: 14px;
    padding: 12px;
  }
  .pdf-main img{
    max-width: 80px;
  }
  .pdf-main h1{
    font-size: 20px;
  }
  .pdf-download-button{
    font-size: 18px;
  }
  .pdf-container iframe{
    max-width: 320px;
    height: 410px;
  }

}

@media (max-width: 400px) {
  .video_main iframe {
    width: 200px;
    height: 355px !important;
  }

  .logo_main .logos {
    flex-direction: column;
  }
}

@media (min-width: 1900px) {
    /* .banner_section{
        padding: 140px;
    }
    .banner_section:before{
        top: 0;
        width: 65%;
    } */
    .video_main iframe{
        width: 345px;
        height: 610px !important;
    }
    .logo_main h1{
        font-size: 50px;
    }
    .truckit-logo {
        width: 170px;
    }
    .nww-logo {
        width: 300px;
    }
    .logo_main .cta-button{
        font-size: 34px;
    }
    .video_main h2 {
        font-size: 44px;
        margin-top: 35px;
    }
    .benefits h2{
        font-size: 54px;
        max-width: 1400px;
    }
    .benefits ul li{
        font-size: 30px;
    }
    .benefits ul li img{
        flex: 0 0 70px;
    }
}