.backimgcontact {
    background-image: url("../images/new.webp"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh; 
    position: relative; 
    background-position: bottom;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
}

.haulageair{
    background-image: url("../images/sd_air.webp"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
}

.haulageair::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.774);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}

/* ......................road freight */
.haulageroadtop{
    background-image: url("../images/bd_road.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
}

.haulageroadtop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.397);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}

.haulagevehiclestop{
    background-image: url("../images/bd_vehicles.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; 
}
.haulagevehiclestop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.61);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}
/* /////////////////// */
.haulagedriver_top{
    background-image: url("../images/bd_driver.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: top;
    padding: 0;
    overflow: hidden; 
}
.haulagedriver_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.63);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}
/* ....................... */
.haulageclient_top{
    background-image: url("../images/df_client.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; 
}
.haulageclient_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.397);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}
/* ................ */

.haulageabout_top{
    background-image: url("../images/df_about.jpeg"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: bottom;
    padding: 0;
    overflow: hidden; 
}
.haulageabout_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.562);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}
/* ................. */

.haulagecontact_top{
    background-image: url("../images/girl.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; 
}
.haulagecontact_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.664);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}

/* ....................... */
.haulagelogin_top{
    background-image: url("../images/login_bd.webp"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; 
}
.haulagelogin_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.664);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
}













.minustruck2{
    margin-top: -100px;
    z-index: 2000;
    position: absolute;
  }
  .heightcontact{
    height:55vh;
  }


.contctbackgrey{
    background-color: #D4D4D4;
    padding:6px 16px;
    border-radius: 20px;
}
.borderform{
    border: 1px solid #BCBCBC;
        padding: 15px;
        border-bottom: 4px solid #000000;
        border-right: 4px solid #000000;
        border-radius: 10px;   
}


.buttoncontact{
    background-color: #000000;
    color:white;
    border: none;
    padding:6px 10px;
    border-radius:10px;
}
.box3height{
    height:200px;
}
.widthabout{
    width:80%;
    border-radius: 20px;
}
.minustruck3{
    margin-top: -150px;
    z-index: 2000;
    position: absolute;
}
.margin_20{
    margin-top: 25%;
}
.vehiclewidth{
    width:100%;
}
.margin_30{
    margin-top: 30%;
}
.loginback{
    background-color: #FFF0F0;
}
.end{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}