@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue/BebasNeue-Regular.woff2') format('woff2'),
    url('../fonts/BebasNeue/BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container {
  display: block;
  width: 100%;
  max-width: 1420px;
  padding: 0 20px;
  box-sizing: border-box;
}

body {
  font: 'Bebas Neue' !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;

}

text,
input {
  padding: 10px;
}

textarea {
  padding: 10px;
  width: 100%;
}

img {
  display: block;
  width: 100%;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
  width: 30% !important;
  float: left;
  margin-right: 20px;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-content {
  margin: 150px 0;
}

.navbar-nav {
  margin-left: auto;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
  padding: 20px 0;
}

ul#menu-main-menu li {
  padding: 0 20px;
}

ul#menu-main-menu li a {
  text-decoration: none;
  color: #000;
}

.nav-links {
  margin: 50px 0;
  font-weight: 600;
}

.cta-btn,
input#submit {
  background: #222222;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #222222;
  transition: all 0.3s ease;
  /* Add this line */
}

.cta-btn:hover,
input#submit:hover {
  background: transparent;
  text-decoration: none;
  color: #222222;
  padding: 10px 20px;
  border: 1px solid #222222;
}


.blog-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px;
}

.blog-content ul.post-categories {
  display: flex;
  gap: 10px;
}

.blog-content .post-cat a {
  list-style-type: none;
}

.blog-category .post-cat a {
  text-decoration: none;
  color: black;
}


/* Launching Content */
.navbar {
  display: none;
}

.main-footer {
  display: none;
}

.footer-copyright {
  display: none;
}

.launching {
  display: block;
  width: 100%;
  background-image: url("/wp-content/uploads/2025/02/yellow-w3.81174.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.launching::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background-color: #0000009e;
}

.trucktech_logo {
  text-align: center;
  margin-bottom: 204px;
}

.trucktech_logo img {
  width: auto;
  object-fit: cover;
  margin: 0 auto;
}

.launching_section {
  /* height: 100vh; */
  position: relative;
  z-index: 999;
}

.launching_content {
  height: 100%;
  position: relative;
  margin-bottom: 120px;
}

.sub_title h3 {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 52.63px;
  line-height: 63.16px;
  text-align: center;
  color: #FFFFFF;
}

.sub_title h1 {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 141.8px;
  line-height: 170.16px;
  color: #00BFFF;
  text-align: center;
}

.contact_us_form {
  position: relative;
  z-index: 999;
  margin-bottom: 140px;
}

.contact_heading {
  margin-bottom: 57px;
}

.contact_heading h2 {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 44px;
  line-height: 52.8px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 17px !important;
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_heading h2::before,
.contact_heading h2::after {
  content: "";
  border: 1px solid #00BFFF;
  display: block;
  width: 29%;
}

.contact_heading p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
  color: #ffffff;
}


.contact_form .wpcf7-form {
  position: relative;
  padding: 50px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 32px;
}

.contact_form .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 27px;
}

.contact_form .wpcf7-form span.wpcf7-form-control-wrap input,
.contact_form .wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF !important;
  text-align: start;
  padding: 26px 40px;
  border-radius: 6px;
}

.contact_form .wpcf7-form span.wpcf7-form-control-wrap input:focus,
.contact_form .wpcf7-form span.wpcf7-form-control-wrap textarea:focus {
  outline: none !important;
}

.contact_form .wpcf7-form span.wpcf7-form-control-wrap input::placeholder,
.contact_form .wpcf7-form span.wpcf7-form-control-wrap textarea::placeholder {
  color: #FFFFFF;
  /* text-transform: uppercase; */
}

.contact_form .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat';
  visibility: visible;
  font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #FFFFFF;
}

.contact_form .wpcf7-form .wpcf7-submit {
  display: block;
  border-radius: 6px;
  gap: 8px;
  padding-top: 20px;

  padding-bottom: 20px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border: none;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 44px;
  line-height: 52.8px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  transition: 0.1s ease-in;
}

.contact_form .wpcf7-form .wpcf7-submit:focus {
  outline: none;
}

.contact_form .wpcf7-form .wpcf7-submit:hover {
  color: #FFFFFF;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.copyright_section {
  padding-bottom: 58px;
}

.copyright_section p {
  text-align: center;
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 12%;
  text-align: center;
  color: #FFFFFF;

}

.contact_form .wpcf7 form.invalid .wpcf7-response-output,
.contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  /* border-color: #FFFFFF; */
  color: #FFFFFF;
  font-family: 'Montserrat';

}

.contact_form input:auto-fill {
  background-color: transparent !important;
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.contact_section {
  position: relative;
  z-index: 99;
}

.contact_info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 80px;
}

.contact_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}

.contact_left a.address {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.contact_left span {
  width: 40px;
  height: 40px;
  display: block;
}

.contact_left a.address img {
  display: block;
  width: 40px;
}

.contact_left a.facebook_icon {
  display: flex;
  align-items: center;
  justify-content: center;

}

.contact_left a.facebook_icon img {
  width: 30px;
  height: 30px;
}


.launching_truck {
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
}

.truck_main {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.trucks_slider .slick-track {
  display: flex;
  /* gap: 20px; */
}


.trucks_slider .slick-next {
  right: -15px;
}

.trucks_slider .slick-prev {
  left: -23px;
}

.trucks_slider .slick-dots {
  display: none !important;
}

.trucks_slider .slick-slide {
  margin-right: 10px;
}

.truck_image img {
  display: block;
  max-height: 230px;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width : 1200px){

  .trucks_slider .slick-prev {
    left: -21px;
  }

  .trucks_slider .slick-next {
    right: -12px;
  }
  
}

@media only screen and (max-width : 768px) {


  .contact_form .wpcf7-form span.wpcf7-form-control-wrap input,
  .contact_form .wpcf7-form span.wpcf7-form-control-wrap textarea {
    padding: 20px;
  }
}

@media only screen and (max-width : 575px) {
  .trucktech_logo {
    margin-bottom: 110px;
  }

  .sub_title h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .sub_title h1 {
    font-size: 80px;
    line-height: 100px;
  }

  .launching_content {
    margin-bottom: 120px;
  }

  .contact_heading h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .contact_heading p {
    font-size: 18px;
    line-height: 24px;
  }

  .contact_form .wpcf7-form {
    padding: 20px;
  }

  .contact_form .wpcf7-form span.wpcf7-form-control-wrap input,
  .contact_form .wpcf7-form span.wpcf7-form-control-wrap textarea {
    font-size: 18px;
    line-height: 24px;

  }

  .contact_form .wpcf7-form .wpcf7-submit {
    padding: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .copyright_section p {
    font-size: 16px;
    line-height: 20px;
  }

  .contact_left a.address {
    font-size: 18px;
    line-height: 20px;
  }
}

/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer {
  padding: 60px 0 0;
  background: #252525;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  padding: 5px 0;
}

/* Copy Right Footer */
.footer-copyright {
  background: #222;
  padding: 25px 0;
}

.footer-copyright .logo {
  display: inherit;
}

.footer-copyright nav {
  float: right;
  margin-top: 5px;
}

.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

.footer-copyright nav ul li a {
  color: #969696;
}

.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

.footer-copyright p {
  color: #969696;
  margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}

footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
  background: #f9f9f9;
}

footer.light .main-footer {
  background: #f9f9f9;
}

footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
  display: inline-block;
}

/*==================== 
	Widgets 
====================== */
.widget {
  padding: 20px;
  margin-bottom: 40px;
}

.widget.widget-last {
  margin-bottom: 0px;
}

.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.widget.subscribe p {
  margin-bottom: 18px;
}

.widget li a {
  color: #fff;
  text-decoration: none;
}

.widget li a:hover {
  color: #aaa;
  text-decoration: none;
}

.widget-title {
  margin-bottom: 20px;
}

.widget-title span {
  background: #839FAD none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}

.widget-title span::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.widget .badge {
  float: right;
  background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
  color: #fff;
}

ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}

ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}

ul.social-footer2 li a:hover {
  background-color: #ff8d1e;
}

ul.social-footer2 li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
}

.btn {
  background-color: #ff8d1e;
  color: #fff;
}

.btn:hover,
.btn:focus,
.btn.active {
  background: #4b92dc;
  color: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;

}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  background-color: #3e3e3e;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
}

#subscribe-box .emailfield {
  margin: auto;
}

/* input[type="text"] {
  background: rgba(255, 255, 255, 0.075);
  padding: 10px 15px;
  color: #aaa;
  border: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  text-align: center;
  width: 100%;
} */

input.submitbutton.ripplelink {
  background: #e67e22;
  border: 3px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #e67e22;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  width: 100%;
  font-size: 14px;
  /* font-weight: 700; */
  border: 0px solid;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 15px;
  margin-bottom: 16px;
  border-radius: 5px;
  text-transform: none;
}

.thumb-content ::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  color: #ffffff;
}


/* category list */

.category_blog .blog_cate_list {
  margin-bottom: 60px;
}

.category_blog .blog_cate_list .cate_list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category_blog .cate_list li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background: #0000000D;
  padding: 14px 20px;
  border-radius: 64px;
  cursor: pointer;
}

.category_blog .cate_list li.active {
  background: var(--black);
  color: var(--white);
}


.blog_main_container .behind_scene {
  display: flex;
  background-color: whitesmoke;
  column-gap: 40px;
  padding: 17px;
  border-radius: 10px;
}

.blog_main_container .behind_scene .scene_content {
  flex: 1;
}

.blog_main_container .scene_content .data {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 20px;
}

.blog_main_container .scene_content .data .manufacture {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0px !important;
}

.scene_content .data .manufacture span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.scene_content .data .behind_title {
  font-size: 32px;
  line-height: 39px;
  margin: 0;
}

.scene_content .data .desc {
  font-size: 16px;
  line-height: 24px;
  /* opacity: 60%; */
  margin: 0;
  overflow: hidden;

}

.blog_main_container .behind_scene .image {
  flex: 1;
  position: relative;
  padding-top: 26.1%;
  width: 100%;
}

.blog-list-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.behind_scene.section .image img,
.behind_scene.section .image video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper a {
  font-size: 18px;
  padding: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

span.page-numbers.current {
  background: #000;
  padding: 15px;
  color: #fff;

}

.single .blog-title,
.post-thumbnail {
  text-align: center;
  margin-bottom: 30px;
}

.post-navigation .nav-previous a {
  text-decoration: underline;
  color: #000;
}

.single .entry-content {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width:1024px) {
  .blog_main_container .behind_scene {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }

  .carousel-content {
    width: 100%;
    padding: 0px 15px;
  }

}

@media (max-width:768px) {
  .carousel .carousel-item .carousel-image {
    padding-top: 54%;
  }

  .scene_content .data .behind_title {
    font-size: 30px;
    line-height: 35px;
  }

  .blog_main_container .behind_scene .image {
    padding-top: 55%;
  }

  .carousel-content h2.carousel-title {
    font-size: 40px;
    line-height: 50px;
  }

  .carousel-content p.carousel-excerpt {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width:480px) {
  .category_blog .blog_cate_list .cate_list {
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .carousel .carousel-item .carousel-image {
    padding-top: 90%;
  }

  .blog_main_container .behind_scene .image {
    padding-top: 75%;
  }

  .carousel-content h2.carousel-title {
    font-size: 30px;
    line-height: 40px;
  }

  .carousel-content p.carousel-excerpt {
    font-size: 16px;
    line-height: 20px;
  }
}