@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto",Helvetica,Arial,Lucida,sans-serif;
    padding: 0;
    margin: 0;
}

html, body {
    overflow-x: hidden;
}

body {
    background-color: #ffffff !important;
    position: relative;
    min-height: 100vh;
}

footer {
    bottom: 0;
    width: 100%;
}

.navbar-absolute {
    position: absolute;
}

.footer-container a {
    text-decoration: none;
    color: white;
}


.underline-joinus {
    position: absolute;
    right: -400px;
}

.navbar .logo {
    width: 240px;
}

.navbar li a {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}

.hero-header {
    background-image: url("../../images/dedicated-lanes-bg-new.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-header img {
    width: 900px; 
    margin-left: -300px;
}

.hero-header .overlay {
    background: linear-gradient(to right, rgba(20, 70, 124, 1), transparent);
    width: 100%;
    height: 100%; /* Adjust the height as needed */
    position:absolute;
    z-index: -1;
}

.hero-header h1 {
    font-family: "Roboto";
    font-weight: 800;
    font-size: 83px;
    line-height: 70px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 3px 7px #1d1d1d8c;
}

.navbar {
  width: 100%;
  z-index: 2;
  padding: 15px 0;
}

.hero-header .hero-section {
    width: 57%;
}

.hero-header .hero-section p {
  line-height: 30px;
  font-size: 20px;
}

.hero-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-section p {
  color: white;
}

.btn-red {
  background-color: red;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14477c",endColorstr="#1f6ba3",GradientType=1);
  padding: 15px 40px;
  border: unset !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto";
  color: white;
  text-transform: uppercase;
}

.btn-blue {
    background-color: #092F78;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14477c",endColorstr="#1f6ba3",GradientType=1);
    padding: 15px 40px;
    border: unset !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: "Roboto";
    color: white;
    text-transform: uppercase;
}

.btn-orange {
    background: #092F78;
    padding: 10px 35px;
    border: unset !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: "Roboto";
    color: white;
    text-transform: uppercase;
}

.btn-white {
    background: transparent;
    padding: 20px 80px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    font-family: "Roboto";
    color: #092F78;
    text-transform: uppercase;
    border: 1px solid #092F78;
}

.btn-shadow {
    box-shadow: 6px 1px 20px 7px lightgray;
}

.btn-shadow-black {
    box-shadow: 6px 1px 20px 7px rgb(31, 31, 31);
}

.btn-shadow-black-light {
    box-shadow: 9px 1px 39px 1px rgba(21, 21, 21, 0.44);
}

.btn-rounded {
    border-radius: 10px;
}

.services .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.services .service {
    background-color: #092F78;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 0px 10px 1px hsla(0, 0%, 0%, 0.151);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.services .service:hover {
    background: #ed1c24;
}

.services {
    z-index: 10;
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: -50px;
}

.trucks-dedicated {
  position: relative;
  height: 100vh;
}

.trucks-dedicated .overlay {
  z-index: 5;
}

.trucks-dedicated img {
  position: absolute;
  width: 100%;
}

.whats-next {
  background-color: red;
  padding: 150px 400px 180px 200px;
  color: white;
  margin-left: 200px;
  margin-bottom: -50px;
  z-index: 3;
  position: relative;
  border-radius: 12px;
}

.advanteges-dl {
  background-color: #232323;
  color: white;
  padding: 350px 150px 80px 350px;
  margin-right: 200px;
  border-radius: 12px;
}

.how-dedicated-lanes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -80px;
  position: relative;
  z-index: 4;
}

.how-dedicated-lanes section {
  width: 70%;
  padding: 250px 100px 20px 100px;
  display: flex;
  flex-direction: column;
  background-color: #092F78;
  border-radius: 12px;
}

.headtitle {
    position: relative;
    margin-bottom: 120px;
}

.how-dedicated-lanes section .underline {
  position: absolute;
  top: 75px;
  right: -600px
}

.how-dedicated-lanes section .map {
  margin-left: -290px;
  margin-top: 120px;
}

.how-dedicated-lanes section p {
  font-size: 20px;
  line-height: 30px;
  color: white;
  font-weight: 300;
}

.how-dedicated-lanes h3 {
  color: white;
  font-size: 42px;
  font-weight: 600;
}

.advanteges-dl h3 {
  font-size: 36px;
  font-weight: 600;
  text-align: right;
  margin-right: 30px;
}

.advanteges-dl img {
  margin-left: -450px;
  margin-bottom: 80px;
}

.advanteges-dl ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: -10px;
}

.whats-next p {
  font-size: 20px;
  font-weight: 300;
}

.whats-next img {
  margin-bottom: 50px;
  margin-right: -250px;
  margin-top: 25px;
  margin-left: 80px;
}

.whats-next h3 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.services .service {
    padding: 25px;
}

.services .service .service-name {
    border-width: 12px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .service img {
    width: 120px;
    height: 120px;
    padding-left: 20px;
    padding-top: 20px;
}

.come-on-in::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/dedicated-lanes-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    transform: rotate(180deg);
}

.come-on-in .section-col {
    z-index: 2;
}

.services .service span {
    color: white;
    font-family: "Roboto";
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bolder;
    line-height: 30px;
}

.come-on-in {
    padding: 300px 0;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blue-hr {
    border: none;
    background-color: #232323;
    position: relative;
    height: 1px;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.blue-hr::after {
    content: "\26ac"; /* Unicode for a non-breaking space followed by 'O' */
    position: absolute;
    bottom: -14px; /* Adjust as needed for alignment */
    right: -9px;
    font-size: 20px; /* Adjust as needed for size */
    color: #232323;
}

.come-on-in h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    color: #232323;
}

.come-on-in .blue-hr {
    width: 100%;
    margin-left: -500px;
}

.team-drivers-truck {
    width: 100vw;
}

.team-drivers-truck img {
    width: 100%;
}

.come-on-in p {
    font-size: 18px;
    font-weight: 300;
}

.come-on-in .writing {
  float: right;
  margin-top: 50px;
}

.come-on-in .section {
    display: flex;
    align-items: center;
    gap: 0px;
}

.come-on-in button {
  background-color: red;
  font-size: 14px;
  margin-top: 50px;
}

.consistent-miles {
  position: relative;
  background-image: url("../../images/different-kind-of-driving.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 200px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.consistent-title {
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.consistent-title h2 {
    font-weight: 900 !important;
    margin-left: 190px;
}

.consistent-title .blue-hr {
  left: 0px;
  transform: rotate(0); 
  position: absolute;
  width: 1000px;
  background-color: white;
}

.consistent-title .blue-hr::after {
  color: white;
}

.consistent-miles-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  color: white;
}

.consistent-miles-p {
  width: 52%;
  font-size: 16px;
}

.no-down-time {
  background-color: red;
  color: white;
  margin-right: 200px;
  padding-top: 300px;
  padding-left: 100px;
  padding-bottom: 300px;
  border-radius: 10px;
  z-index: 2;
  position: relative;
  margin-top: -50px;
}

.no-down-time .blue-hr {
    background-color: white;
    color: white;
    margin-bottom: 50px;
}

.no-down-time h2 {
  font-size: 36px;
  line-height: 30px;
}

.no-down-time p {
  font-size: 18px;
  line-height: 30px;
  width: 70%;
}

.no-down-time .blue-hr {
  margin-left: -900px;
  background-color: white;
}

.no-down-time .blue-hr::after {
  color: white;
}

.no-down-time .image {
  margin-left: -305px;
}

.no-down-time img {
  position: absolute;
  left: 0;
  bottom: -420px;
}

.no-down-time .image img {
  margin-top: 100px;
  margin-bottom: -250px;
}

.alex {
    position: absolute;
    left: 320px;
    top: 50px;
    width: 250px;
}

.support-247 {
  position: relative; 
  height: 100vh;
  margin-top: 100px;
}

.support-247 img {
  position: absolute;
  right: 0;
}

.support-247 .text {
  position: absolute;
  bottom: 0px;
}

.support-247 .text h2 {
  margin-bottom: 100px;
}

.support-247 .text p {
  width: 70%;
}

img.quote {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.come-on-in .section-col {
    width: 100%;
}

.come-on-in .section-col .truck img {
    width: 100%;
    height: 100%;
}

.come-on-in  p {
    font-weight: 300;
}

.come-on-in .action {
    margin-top: 60px;
}

.commitent-to-safety {
  margin-top: 300px;
}

.commitent-to-safety img {
  width: 100%;
}

.commitent-to-safety .blue-hr {
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  max-width: 500px;
}

.commitent-to-safety .commitment-text {
    width: 70%;
    margin-top: 90px;
}

.meet-alex {
    display: flex;
    position: relative;
}

.meet-alex .truck {
    height: calc(100% + 30px);
    margin-top: -30px;
}

.meet-alex .intro {
    color: white;
    border-radius: 10px;
    margin: 0 250px;
    width: 100%;
}

.meet-alex .intro-container {
    width: 100%;
    position: relative;
    background-image: url("../../images/join-us.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 200px;
    border-radius: 10px;
    height: 800px;
}

.underline-joinus {
    position: absolute;
    right: -28%;
    top: 17%;
}

.meet-alex .intro-container p {
    z-index: 5;
}

.meet-alex .intro h1 {
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.meet-alex .intro .bold {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px !important;
}

.meet-alex .intro p {
    font-weight: 400;
    margin-top: 30px;
}

.meet-alex .intro {
    background: rgb(23,82,136);
}

.meet-alex .intro .quote {
    font-weight: 500;
    font-style: italic;
    padding-left: 35px;
}

.meet-alex .intro .quote span {
    display: block;
    margin-top: 30px;
}

.jdm-strength {
    margin-top: -200px;
    z-index: 3;
    position: relative;
}

.jdm-strength .container {
    background-color: #232323;
    border-radius: 10px;
    color: white;
    padding: 50px 100px;
    max-width: 1080px;
}

.jdm-strength h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}

.jdm-strength p {
    font-weight: 400;
    margin-top: 30px;
}

.meet-team .container {
    display: flex;
    margin-top: 100px;
    gap: 150px;
    max-width: 1050px;
}

.meet-team .container .member {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    height: 630px;
}

.meet-team .container .member p {
    text-align: center;
    font-weight: 300;
    margin: 35px 0px;
    font-weight: 400;
}

.meet-team .container .member img {
    width: 250px;
    height: 250px;
}

.meet-team .container .member h3 {
    font-weight: 700;
    color: #232323;
    font-size: 37px;
}

.meet-team .container .member button {
    bottom: 0;
    position: absolute;
}

.family-grow {
    max-width: 1250px;
    display: flex;
    color: #3c414c;
    margin-top: 100px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.family-grow .intro {
    padding: 90px 340px 90px 70px;
    background-color: #092F78;
    color: white;
    border-radius: 10px;
}

.family-grow div {
    flex: 1;
}

.family-grow div img {
    width: 100%;
    border-radius: 12px;
}

.family-grow .intro {
    width: 50%;
}

.family-grow .intro h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 100px;
}

.family-grow .intro p {
    font-weight: 300;
    margin-top: 30px;
    font-weight: 400;
}

.family-grow .intro button {
    margin-top: 150px;
    background-color: white;
    color: #092F78;
    box-shadow: unset !important;
    padding: 15px 60px;
    font-size: 15px;
}

.family-grow .image {
    height: 600px;
    margin-left: -150px;
    margin-bottom: -50px;
}

.family-grow .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.underline-fleet {
    margin-left: -400px;
    margin-top: -20px;
}

.fleet {
    margin: 350px 0px;
    padding-bottom: 100px;
}

.fleet .fleet-row {
    display: flex;
    gap: 0px;
    margin-top: 50px;
}

.cross-country {
    margin-top: -600px;
    background-color: red;
    color: white;
    width: 80%;
    padding: 400px 120px 350px 500px;
    z-index: 1;
}

.cross-country h3 {
    font-family: "Roboto";
    font-size: 42px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 120px;
}

.cross-country p {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 22px;
}

.fleet h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 37px;
}

.fleet-row .fleet-col {
    font-weight: 400;
}

.fleet-row .fleet-col ul {
    list-style-type: none;
    padding-left: 0.7rem;
    display: flex;
    flex-direction: column;
}

.fleet-row .fleet-col ul li {
    display: flex;
    align-items: center;
}

.fleet-row .fleet-col ul li::before {
    content: "•";
    color: red;
    font-size: 30px;
    margin-right: 6px;
}

.flex-full {
    width: 100%;
}

.inspect-truck {
    background: red;
    border-radius: 14px;
    color: white;
    margin: 0px 70px;
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
}

.inspect-truck .inspect-row {
    display: flex;
    padding: 100px 0px;
    align-items: center;
    gap: 100px;
}

.inspect-truck .btn-orange {
    background-color: #232323;
    padding: 15px 70px;
    font-size: 14px;
}

.inspect-truck .inspect-row .inspect-col {
    width: 100%;
}

.inspect-truck img {
    width: 100%;
}

.inspect-truck h2 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 30px;
}

.inspect-truck p {
    margin-bottom: 40px;
    font-weight: 300;
}

.our-vision {
    background-image: url("../../images/mission-statement.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150vh;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-vision .img-overlay {
    position: absolute;
    top:0;
    left:0;
    height:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.9);
}

.family-grow {
    position: relative;
}

.family-grow .img-overlay {
    background: rgb(57,57,65);
    background: -moz-linear-gradient(0deg, rgba(57,57,65,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(57,57,65,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(57,57,65,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top:0;
    left:0;
    height:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index: 0;
}

.family-grow .container {
    z-index: 1;
}

.our-vision .container {
    z-index: 2;
  position: relative;
}

.our-vision .mission-vision {
    padding-top: 200px;
    display: flex;
    gap: 100px;
}

.our-vision .vision-card {
    padding: 50px 85px;
    background-color: transparent;
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 25px;
    justify-content: space-between;
}

.our-vision .vision-card h3 {
    font-size: 37px;
    line-height: 35px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.our-vision .vision-card p {
    font-size: 20px;
    line-height: 27px;
}

.meet-the-team {
    color: #232323;
    z-index: 2;
    position: relative;
    z-index: 3;
}

.meet-the-team .recruiting-process {
    margin-top: 100px;
    color: white;
    z-index: 3;
}

.meet-the-team .recruiting-process .img-container {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-top: 100px;
    z-index: 3;
}

.meet-the-team h1 {
    color: #232323;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 100px;
}

.meet-the-team p {
  color: #232323;
}

.meet-the-team-section {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.meet-the-team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    max-width: 400px;
}

.meet-the-team-member img {
    width: 250px;
    height: 250px;
}

.meet-the-team-member p {
    text-align: center;
}

.meet-the-team-member h3 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: unset;
    margin-top: 50px;
    text-align: center;
}

.meet-the-team-row {
    padding-top: 60px;
}

.meet-the-team-member button {
    border: 1px solid red;
    margin-top: 40px;
}

img.underline-team {
    position: absolute;
    right: -290px;
    top: 60px;
}

.recruiting-process {
    position: relative;
}

.recruiting-process img.underline-team {
    all: unset;
    position: absolute;
    right: 0;
    top: 60px;
}

.meet-the-team-member span {
    color: red;
    text-transform: uppercase;
    font-weight: 800;
}

.meet-the-team-member p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
}

.center-absolute {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.safety-maintenance {
    background-color: #092F78 !important;
}

.safety-maintenance .container {
    max-width: 1200px;
}

.service-24 {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #393941;;
}

.service-24 .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 300px 0 30px;
}

.service-24 .intro h1 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 100px;
    color: #232323;
}

.service-24 .intro p {
    font-weight: 400;
}

footer {
    background-color: #232323;
    width: 100%;
}

.footer-logo h2 {
    color: red;
    padding-top: 80px;
}

.footer-logo span {
    color: white;
    font-weight: bold;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding-top: 50px;
    padding-bottom: 40px;
    color: lightgray;
    flex-wrap: wrap;
}

.footer-container .socials {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer-container .socials .logo {
    width: 250px;
    margin-right: 20px;
}

.footer-container .socials .social {
    width: 30px;
    margin-left: 10px;
}

.footer-container .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    white-space: nowrap;
}

.footer-container .left p {
    color: red;
}

.footer-container .right h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

.footer-paragraph {
    background-color: #232323;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    margin-top: 50px;
}

.footer-paragraph p {
    margin-bottom: unset;
    color: white;
}

.footer-paragraph .list a {
    color: white;
    text-decoration: none;
}

.footer-paragraph .list {
    display: flex;
    color: red;
    gap: 20px;
}

.hr-red {
    width: 100%;
    height: 1px;
    background-color: red;
    margin-bottom: 25px;
}

.service-24 .intro {
    position: relative;
}

.underline-247 {
    position: absolute;
    bottom: 375px;
    right: -60px;
}

.footer-container .right a {
    display: block;
    margin-top: 10px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.footer-container .middle h5 {
    font-size: 16px;
    color: red;
}

.footer-container .middle ul {
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: unset;
    font-weight: 400;
    color: white;
    gap: 15px;
}

.footer-container .middle ul img {
    margin-right: 10px;
}

.newsletter {
    background-color: red;
    color: white;
    padding: 20px 0px;
}

.newsletter .newsletter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter h3 {
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
}

.newsletter p {
    margin-bottom: unset;
}

.newsletter input {
    padding: 15px 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: unset;
    outline: none;
    width: 325px;
}

.newsletter button {
    background-color: #232323;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 42px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: unset;
    font-weight: 600;
}

.newsletter-col {
    position: relative;
}

.newsletter-col .mail {
    position: absolute;
    width: 150px;
}

.newsletter .newsletter-col.no-gap {
    display: flex;
}

.contact-form button {
    padding: 15px 75px;
    font-size: 16px;
    margin: 50px 0;
}

.contact-form h1 {
    font-weight: 47px;
    font-weight: 800;
    text-transform: uppercase;
    color: #232323;
    text-align: center;
}

.contact-form p {
    text-align: center;
    font-weight: 300;
}

.contact-form .form {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 30px;
}

.contact-form .form-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.form-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* Creates three columns with equal width */
    gap: 10px;
}

.why-drive-tfs {
  background-color: #232323;
  color: white;
  padding: 600px 150px 100px 150px;
  margin-left: 150px;
}

.why-drive-tfs h3 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.tfs-business {
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  margin-top: 60px;
}

.get-started-with-tfs {
  margin: 50px 0;
  margin-bottom: 120px;
}

.tfs-business ul {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.your-truck-your-business h1 {
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  margin-bottom: 120px;
}

.get-started {
  margin: 120px 0;
}

.contact-form .counter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 150px;
    width: 100%;
}

.contact-form .counter-grid input {
    padding-left: 5px;
}

.contact-form .counter-grid .counter {
    display: flex;
    gap: 30px;
}

.contact-form .checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    justify-content: space-between;
}

.contact-form input, 
.contact-form select,
.contact-form textarea
 {
    border: unset;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid lightgray;
    width: 520px;
    padding-bottom:5px;
    resize: none;
}

.contact-form input {
    padding-right: 20px;
}

.contact-form label {
    font-weight: 500;
    color:#3c414c;
}

.contact-form textarea {
    width: 100%;
    margin-top: 30px;
}

.contact-form .form-row.action {
    display: flex;
    justify-content: center;
}

.label::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#3c414c;
font-weight: 500;
}
.label:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#3c414c;
opacity:  1;
font-weight: 500;
}
.label::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#3c414c;
opacity:  1;
font-weight: 500;
}
.label:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#3c414c;
font-weight: 500;
}
.label::-ms-input-placeholder { /* Microsoft Edge */
color:#3c414c;
font-weight: 500;
}

.label::placeholder { /* Most modern browsers support this now. */
color:#3c414c;
font-weight: 500;
}

.input-row {
    position: relative;
}

.asterisk {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}

@media (min-width: 768px) {
    .navbar {
        padding-left: 15%;
        padding-right: 15%;
    }

    .navbar li:not(:last-child) {
        margin-right: 35px;
    }
}

@media (max-width: 768px) {
    .navbar {
        width: 100%;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 1rem;
    }    
}

.navbar-nav .nav-item a {
    text-decoration: none;
}

.navbar-nav .nav-item .apply-now {
    background-color: red;
    border-radius: 8px;
    padding: 12px 30px;
}

.btn-switch {
    font-size: 1em;
      position: relative;
      display: inline-block;		
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .btn-switch__radio {
      display: none;
  }
  .btn-switch__label {
      display: inline-block;	
      padding: 0.55em 0.55em 0.55em 1.15em;
      vertical-align: top;
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1.5;
      color: #666;
    cursor: pointer;
      transition: color .2s ease-in-out;
  }
  .btn-switch__label + .btn-switch__label {
    padding-right: .75em;
      padding-left: 0;
  }
  .btn-switch__txt {
      position: relative;
      z-index: 2;
    display: inline-block;
     min-width: 1.5em;
      opacity: 1;
      pointer-events: none;
      transition: opacity .2s ease-in-out;
  }
  .btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
  .btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
      opacity: 0;
  }
  .btn-switch__label:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #f0f0f0;
      border-radius: 12px;
      box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
      transition: background .2s ease-in-out;
  }
  .btn-switch__radio_yes:checked ~ .btn-switch__label:before {
      background: #174b82;
  }
  .btn-switch__label_no::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 41px;
    background: #fff;
    border-radius: 12px;
    pointer-events: none;
    box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
    transition: left .2s ease-in-out, background .2s ease-in-out;
  }
  .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
      left: calc(100% - 2.5em);
      background: #fff;
  }
  .btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
  .btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
      z-index: 1;
  }
  .btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
      color: #fff;
  }

.apply-now-red {
    background-color: red;
    display: none;
}

#navbarCollapse {
    display: flex;
}

.navbar-toggler {
    display: none;
}

@media only screen and (max-width: 1400px) and (min-width: 600px) 
{
    .underline-joinus {
        position: absolute;
        right: -700px;
        top: 15%;
    }

    .navbar-toggler {
        display: block !important; /* Ensures the hamburger icon always displays */
    }

    .navbar-collapse.collapse.show {
        display: flex !important;
    }

    .apply-now.nav-link {
        display: none;
    }

    .navbar-nav {
        flex-wrap: wrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: none !important;
    } 

    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-header h1 {
        font-size: 50px;
        line-height: 50px;
    }
    
    .hero-header img {
        width: 800px;
        margin-left: -230px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-toggler-icon img {
        width: 40px;
    }

    .apply-now-red {
        display: block;
    }

    .hero-action {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .hero-header .hero-section {
        width: 100%;
    }

    .hero-header h1 {
        max-width: 350px;
    }

    .hero-action button {
        width: 200px;
    }
    
    .services .container {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
    }

    .services .container .service {
        width: 330px;
    }

    .services {
        margin-top: unset;
        padding-top: 50px;
    }

    .services .service .service-name {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services .service .service-name span {
        font-size: 19px;
    }

    .come-on-in {
        height: 160vh;
    }

    .meet-alex .intro-container {
        padding: 100px 50px;
        height: 1000px;
    }

    .jdm-strength .container {
        max-width: 700px;
    }

    .meet-team .container {
        flex-direction: column;
    }

    .meet-team .container .member {
        height: 500px;
    }

    .meet-alex .intro {
        margin: 0px 10%;
    }

    .meet-team {
        margin: 0 5%;
    }

    .family-grow .intro h1 {
        margin-bottom: 25px;
    }

    .family-grow {
        display: flex;
        flex-direction: column;
        margin: 80px 5%
    }

    .family-grow .intro {
        width: 100%;
        padding: 100px 50px;
    }

    .family-grow .intro button {
        margin-top: 60px;
    }

    .family-grow .image {
        margin-left: unset;
        margin-right: unset;
        margin-top: -10%;
        margin-right: -20%;
    }

    .family-grow .image {
        height: 500px;
        width: 350px;
    }

    .fleet .fleet-row {
        flex-direction: column;
        gap: 10px;
    }

    .inspect-truck .inspect-row {
        flex-direction: column;
    }

    .inspect-truck .container {
        padding: 0 7%;
    }

    .our-vision .mission-vision {
        flex-direction: column;
    }

    .our-vision .mission-vision {
        gap: 0;
    }

    img.underline-team {
        right: -700px;
        top: 120px;
    }

    .meet-the-team-section {
        flex-direction: column;
    }
    
    .meet-the-team-row {
        padding-top: 0;
    }

    .meet-the-team {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .meet-the-team-member h3 {
        margin-top: 20px;
    }

    .meet-the-team-member button {
        margin-top: 20px;
    }

    .center-absolute {
        width: unset;
        margin: 0 5%;
        position: relative;
        margin-top: -50px;
    }

    .service-24 {
        background-size: contain;
        align-items:baseline;
    }

    .container.safety-maintenance {
        padding: 50px 50px;
    }

    .service-24 .intro {
        padding-left: 0;
        padding-top: 0;
        padding: unset !important;
    }

    .service-24 h1 {
        text-align: center;
    }

    .underline-247 {
        display: none;
    }

    .container-service {
        margin-top: -100px;
    }

    .service-24 .intro h1 {
        margin-bottom: 20px;
    }

    .service-24 .intro {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .service-24 {
        height: 100%;
    }
    
    .service-24 .container {
        padding-bottom: 100px;
    }

    .contact-form .form-row {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }

    .form-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }

    .contact-form .form-row.action {
        align-items: center;
    }

    .newsletter .newsletter-row {
        flex-direction: column;
        gap: 30px;
    }

    .newsletter h3 {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-container {
        justify-content: center;
    }

    .footer-container .socials {
        justify-content: center;
    }

    .footer-paragraph {
        flex-direction: column;
        gap: 30px;
    }

    .footer-paragraph .list {
        justify-content: space-between;
    }

    .footer-paragraph p {
        text-align: center;
    }

    .service-24 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) 
{
    .navbar-collapse.collapse {
        display: none !important;
    }

    .hero-header img {
        width: 800px;
        margin-left: -500px;
    }
    
    .navbar-collapse.collapse.show {
        display: flex !important;
    }

    .navbar-collapse.collapse.show .ms-auto {
        margin-left: unset !important;
    }
    
    .navbar-toggler {
        display: block;
    }

    .underline-joinus {
        position: absolute;
        right: -640px;
        top: 23%;
        width: 900px;
    }

    .navbar-collapse {
        background-color: blue;
        padding: 25px;
        order: 1;
    }

    .navbar-toggler.collapsed {
        order: 0;
    }

    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-header .hero-section {
        width: 100%;
    }

    .hero-section {
        padding-left: 12px;
    }

    .hero-header h1 {
        font-size: 50px;
        word-wrap: break-word;
        line-height: 50px;
        width: 300px;
    }

    .hero-header .hero-section p {
        order: 1;
    }

    .hero-action {
        order: 1;
    }

    .hero-header {
        background-position: top;
        background-position-x: -300px;
    }

    .apply-now-red {
        display: block;
    }

    .hero-action {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    .hero-action button {
        width: 200px;
    }

    .services {
        position: relative;
        margin-top: unset;
        left: unset;
        right: unset;
        background-image: url("../../images/come-on-in.png");
        background-repeat: no-repeat;
        background-position: left;
    }

    .services .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
    }

    .services .container .service {
        width: 100%;
    }

    .services .container .service .service-name span {
        font-size: 24px;
    }

    .services .service {
        padding: 20px;
    }

    .come-on-in .section-col {
        width: 100%;
    }

    .come-on-in .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .come-on-in button {
        padding: 13px 70px;
        font-size: 16px;
    }

    .meet-alex {
        margin: 0px 20px;
    }

    .meet-alex .intro {
        margin: unset;
    }

    .meet-alex .intro-container {
        padding: 150px 35px;
        height: 100%;
    }

    .jdm-strength {
        margin: 0 35px;
        margin-top: -50px;
    }

    .jdm-strength .container {
        padding: 50px 40px;
    }

    .meet-team .container {
        flex-direction: column;
        gap: 100px;
    }

    .meet-team .container .member p {
        text-align: left;
        margin: 30px 20px;
    }

    .family-grow .intro {
        width: 100%;
        padding: 100px 20px;
    }

    .family-grow {
        margin-left: 20px;
        margin-right: 20px;
    }

    .family-grow {
        display: block;
    }

    .family-grow .intro h1 {
        margin-bottom: 0;
    }

    .family-grow .intro button {
        margin-top: 50px;
    }

    .family-grow .image {
        height: 335px;
        margin-top: -60px;
        margin-left: 70px;
    }

    .fleet {
        margin: 200px 0;
        margin-bottom: 50px;
        padding: 0px 27px;
    }
    
    .fleet .fleet-row {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .inspect-truck {
        margin: 0 20px;
        padding: 0 20px;
        padding: 0 20px;
        margin-bottom: -50px;
    }

    .inspect-truck .inspect-row {
        flex-direction: column;
    }

    .our-vision {
        height: 80vh;
    }

    .our-vision .mission-vision {
        flex-direction: column;
    }

    .our-vision .vision-card {
        padding: 0 30px;
    }

    .our-vision .mission-vision {
        padding-top: 100px;
    }

    .meet-the-team-section {
        gap: 50px;
        flex-direction: column;
    }

    .meet-the-team-member h3 {
        margin-top: 0px;
    }

    .meet-the-team h1 {
        margin-bottom: 25px;
    }

    .meet-the-team {
        padding-top: 100px;
        padding-bottom: 200px;
        padding-left: 50px;
        padding-right: 50px;
    }

    img.underline-team {
        right: -700px;
        top: 112px;
    }

    .center-absolute {
        position: relative;
        width: unset;
        margin: 0 20px;
        margin-top: -100px;
    }

    .service-24 .intro {
        display: block;
        padding: unset;
    }

    .service-24 {
        width: 100%;
        height: unset;
        background-size: cover;
        flex-direction: column;
    }

    .service-24 .container-service {
        padding: 0 30px;
    }

    .service-24 img {
        object-fit: cover;
        width: 100%;
    }

    .service-24 .intro h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }

    .underline-247 {
        right: -760px;
        bottom: 325px;
    }

    .contact-form .form-row {
        gap: 25px;
        flex-direction: column;
    }

    .contact-form {
        margin: 100px 20px;
    }

    .contact-form input, .contact-form select, .contact-form textarea {
        width: 100%;
    }

    .form-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form .counter-grid {
        grid-template-columns: repeat(1, 1fr);  
    }

    .contact-form .form-row.action {
        align-items: center;
    }

    .contact-form button {
        padding: 10px 70px;
    }

    .newsletter .newsletter-row {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-col {
        text-align: center; 
    }

    .newsletter input {
        width: 100%;
    }

    .newsletter p {
        margin-bottom: 20px;
    }

    .newsletter {
        padding: 40px 15px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-container {
        justify-content: center;
        align-items: center;
    }

    .footer-container .socials {
        justify-content: center;
    }

    .footer-container .right {
        text-align: center;
    }

    .footer-container {
        gap: 70px;
    }

    .footer-paragraph {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-paragraph .list {
        justify-content: center;
        align-items: center;
    }

    .underline-247, .underline-team {
        display: block;
        right: -145px;
    top: 45px;
    }

    .navbar .logo {
        width: 170px;
    }

    .navbar-toggler-icon img {
        width: 35px;
    }
}

@media only screen and (max-width: 1578px) {
    .no-down-time .image {
        margin-left: 420px;
    }

    img.underline-team {
        right: -130px;
    }

    .come-on-in img {
        width: 100%;
    }

    .no-down-time .image {
        margin-left: 380px;
    }

    .meet-the-team .recruiting-process .img-container {
        margin-left: 120px;
    }
}

@media only screen and (max-width: 1286px) {
    .no-down-time .image {
        margin-left: unset;
    }

    .meet-the-team .recruiting-process .img-container {
        margin-left: 0px;
        width: 100%;
    }

    .meet-the-team .recruiting-process .img-container img {
        width: 100%;
    } 

    .come-on-in {
        height: 100vh;
    }

    .meet-the-team-section {
        justify-content: center;
        align-items: center;
    }

    .no-down-time .image img {
        width: 100%;
    }
}

@media only screen and (max-width: 1578px) {
    img.underline-team {
        display: none;
    }

    .no-down-time {
        margin-left: unset;
    }

    .consistent-title .blue-hr {
        width: 200px;
    }

    .come-on-in {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 918px) {
    .consistent-miles {
        background-size: contain;
    }

    .consistent-miles-p {
        width: 80%;
    }

    .no-down-time {
        margin-top: -500px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .come-on-in .section {
        flex-direction: column;
        gap: 100px;
    }

    .come-on-in {
        height: 100%;
    }

    .come-on-in .section-col {
        width: 100%;
    }

    .no-down-time p {
        width: 100%;
        padding-right: 50px;
    }

    .no-down-time {
        padding-left: 50px;
    }

    .no-down-time h2 {
        margin-left: 80px;
    }

    .no-down-time .blue-hr {
        margin: 50px 0;
        margin-left: -220px;
    }

    .no-down-time .image {
        margin-left: 50px;
    }

    .come-on-in.commitent-to-safety .section-col:first-child {
        order:1;
    }

    .come-on-in.commitent-to-safety .section-col:last-child {
        padding: 0 50px;
    }

    .commitent-to-safety .commitment-text {
        width: 100%;
    }

    .blue-hr {
        margin: 20px -60px;
    }

    .meet-the-team .recruiting-process p {
        padding: 0 20px;
    }

    .meet-the-team h1 {
        font-size: 29px;
        margin-bottom: 60px;
    }

    .recruiting-process img.underline-team {
        top: 40px;
        left: 200px;
    }
}

.overlay-dark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000069;
    z-index: 5;
}

.hero-header .container {
    z-index: 55;
}

.hero-header .container {
    bottom: 30%;
    left: 15%;
    position: absolute;
}

@media screen and (max-width: 1400px) {
    .hero-header .container {
        bottom: 20%;
        left: 1%;
    }
}

@media screen and (max-width: 1400px) {
    .hero-header .container {
        bottom: 26% !important;
    }

    .come-on-in {
        height: unset !important;
        padding: 100px 0;
    }

    .come-on-in .blue-hr {
        margin-left: -350px;
    }

    .come-on-in .action {
        margin-top: 0;
    }

    .come-on-in button {
        font-size: 17px;
    }

    .btn-orange {
        padding: 17px 85px;
    }

    .how-dedicated-lanes section {
        width: 81%;
    }

    .how-dedicated-lanes section .underline {
        right: -880px;
    }

    .how-dedicated-lanes section .map {
        margin-left: unset;
    }

    .advanteges-dl {
        padding: 350px 150px 80px 50px;
    }

    .advanteges-dl h3 {
        font-size: 47px;
        margin-bottom: 50px;
    }

    .whats-next-upper img {
        max-width: 100%;
        width: 100%;
    }

    .whats-next {
        margin-left: 20px;
        padding: 120px 300px 120px 50px;
    }

    .whats-next h3 {
        margin: 50px;
        margin-left: 0;
    }

    .how-dedicated-lanes section {
        padding: 150px 100px 20px 100px;
    }

    .whats-next h3 {
        width: 100%;
    }

    .whats-next {
        margin-left: 20px;
        padding: 120px 50px 120px 50px;
    }
}

@media screen and (max-width: 900px) {
    .trucks-dedicated {
        height: 55vh;
    }

    .advanteges-dl {
        padding: 190px 150px 80px 50px;
    }

    .how-dedicated-lanes section .underline {
        position: unset;
    }

    .how-dedicated-lanes section {
        width: 92%;
    }

    .advanteges-dl {
        margin-right: 50px;
    }

    .how-dedicated-lanes section {
        padding: 100px 30px 50px 30px;
    }

    .how-dedicated-lanes h3 {
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .trucks-dedicated {
        height: 45vh;
    }

    .come-on-in .blue-hr {
        margin-left: -110px;
        margin-bottom: 100px;
    }

    .advanteges-dl { 
        margin-right: unset;
    }

    .advanteges-dl {
        padding: 190px 30px 80px 30px;
    }
}

@media screen and (max-width: 600px) {
    .advanteges-dl img {
        margin-left: -830px;
        margin-bottom: 80px;
    }

    .advanteges-dl h3 {
        text-align: left;
    }

    .whats-next-upper img {
        height: 500px;
        object-fit: cover;
    }
    
    .dedicated-trucks img {
        object-fit: cover;
        height: 350px;
    }
}