.container-fluid {
background-color:#fff;
border-radius: 18px;

}

.header-style-light .header-nav .nav>li>a {
 color: #000; 

}

.wt-title {
font-size: 38px;

}


.feather-menu,
.feather-briefcase,
.twm-nav-btn-right span {
  color: #fff; 
}

.twm-bnr-h-page7-jobs {
 display: none; 
}

 /* custom about section thats in home page start*/

  .about-section {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
  }

  .about-image {
    width: 33%;
  }

  .about-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

.truck-icon {
color:red;
margin-right:10px;
}

  /* Content Column */
  .about-content {
    display: flex;
    flex-direction: column;
  }

  /* Features */
  .feature-item {
    display: flex;
    align-items: center;
  }

  .feature-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .feature-item h3 {
    font-size: 24px;
    color: #333333;
    margin: 0;
    padding-bottom: 5px;
  }

  .feature-item p {
    font-size: 16px;
    color: #74787c;
    padding-bottom: 15px;
    width: 445px;
    line-height: 26px;
  }

  .feature-text {
    display: flex;
    flex-direction: column;
  }


  /* Responsive Design for larger screens */
  @media (max-width: 992px) {
    .about-section {
      gap: 40px;
    }

    .about-image {
      display: flex;
    }
  }

  /* Responsive Design for mobile */
  @media (max-width: 768px) {
    .container {
      max-width: 100%;
      padding: 0 15px;
    }

    .about-section {
      flex-direction: column;
      gap: 15px;
    }

    .about-content {
      gap: 5px;
    }

    .about-image {
      margin-top: 30px;
      width: 100%;
    }

    .section-subtitle,
    .section-title {
      text-align: center;
    }

    .section-subtitle {
      font-size: 16px;
    }

    .section-title {
      font-size: 24px;
    }

  .about-section {
  margin-top: 0px;
  
    }
    
    .feature-item img {
      width: 60px;
      height: 60px;
    }

    .feature-item h3 {
      font-size: 20px;
    }

    .feature-item p {
      width: fit-content;
      padding-bottom: 5px;
    }
  }


/*Register and login form style*/

/*the large white background on the img*/
.twm-log-reg-media-wrap {
 background-color: #ffffff;
}

/*removing the extra margin*/
.twm-log-reg-logo-head {
margin-bottom:0;

}


/*the large white background on the img*/
.twm-log-reg-media-wrap {
 background-color: #ffffff;
}

/*removing the extra margin*/
.twm-log-reg-logo-head {
margin-bottom:0;

}

/*removing login and registeration  image in mobile screens*/
@media (max-width: 768px) {
  .twm-log-reg-media {
  display:none;
  }
}

/*Register and login form style end*/

/*remove the shadow effect from the side dashbord menu on applaied jobs*/
.twm-nav-list-1 ul>li>a {
box-shadow: none !important;

}

/* changing the banner title color*/

.banner-title-name {
color:#fc153b;

}


 /* custom footer strat*/

  
.footer-dark {
 display: none; 
}
  
.container-footer {
  background-color: #000;
}

.footer {
  color: #fff;
  padding: 40px 20px 20px;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #000;
  box-sizing: border-box;
  
}

.footer-column p,
.footer-column a {
  color: #fff;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 0 auto 30px;
  justify-items: center; 
}

.footer-column h4 {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.footer-column h4::after {
  content: "";
  width: 30px;
  height: 2px;
  background: red;
  display: block;
  margin: 5px 0 0 0; 
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 15px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 15px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #fff;
}

.footer-bottom a {
  margin-left: 15px;
  color: #fff;
}

.footer-column ul {
   list-style: none;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  
.footer-column h4::after {
  display: block;
  margin: auto; 

  }
  
}