
.issueimg{
  background-image:url("../images/DSC8606.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height:40vh; 
  position: relative; 
  background-position: center;
  /* z-index:-1; */
  padding:0;
  margin:0;
}
 .issueimg::before {
  content: "";
  position: absolute;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 0; 
  padding:0;
  margin:0;
}
.text {
  position: relative; 
  z-index: 1; 
  color: white; 

} 
.topheight{
    height:70vh;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.color{
    color:#FF9900;
}
.bold{
    font-weight: bold;
}
.white{
    color:white;
}
.margin_5{
    margin-top: 5%;
}
.button{
    padding:18px 40px;
    font-weight: 500;
    font-size:13px;
    border:none;
    /* background: linear-gradient(to left, #FF567A, #FD9161); */
    background-color: #FF9900;
    color:white;
    
  }
  .button:hover{
    background: linear-gradient(to left, #ffffff, #ffffff);
    color:black;
    
  }
  .margin_8{
    margin-top: 8%;
}
.widthdesign1{
    width:100%;
}
.testi1{
    border-radius: 50%;
}
.aboutbck1{
    background-image: url("../images/DSC8606.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    height:100%; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
}
.aboutbck1::before {
  content: "";
  position: absolute;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 0; 
  padding:0;
  margin:0;
}
.widthline{
    width:100%;
}
.paddingabout{
    padding:2% 0%;
}
.pattern{
    background-image: url("../images/map.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height:100%; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
    background-color: #F5F6F9;
}
.lines{
    background-image: url("../images/line-pattern.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height:100%; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
    background-color: #FF9C06;
}
.padding_ab{
    padding:10% 10%;
}
.shadowcard{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   background-color: white;
   padding:10% 10%;
   border-radius: 5px;

}
.widthworking{
    width:40%;
}
.end{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    margin-top: -80px;
}
.backimgblack{
    background-color: black;
    height:350px;
    border-bottom-right-radius: 30%;
  }
  .padding_1{
    padding-top: 2%;
}
.end2{
    display:flex ;
    justify-content: end;
    flex-direction: column;
    align-items: end;
}
.widthmen{
    width:70%;
  }
  /* nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn.............contact us............ nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn */
  .contactback{
    background-image: url("../images/cta-map.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height:100%; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
   
  }
  .bdrc{
    border-right: 1px solid grey;
}
#field{
    width:100%;
    padding:14px 0px;
    margin-top:8px;
    border: none;
    border-bottom: 2px solid #DB9A0A;
    background-color: transparent;
}
#field:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #DB9A0A;

}
.contactbutton{
    background-color:#FFC947 ;
    color:#132646;
    border: none;
    padding:13px 30px;
    font-weight: bold;
    border-radius: 40px;

}
.contactbutton:hover{
    background-color:#132646 ;
    color:#FFC947 ;
   

}
.iconcont{
    color:white;
    background-color: #132646;
    font-size: 35px;
    padding:10px;
    border-radius: 50%;

}
.iconcont:hover{
  
    background-color: #FF9C06;
  

}
.contact_padding{
    padding:10% 0%;
}
.widthcoimg{
    width:40%;
}
/* ...............................................services.............................................................................. */
.touch3{
    width:50%;
  }
  .styling2 {
    position: relative;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    transition: all 2s ease;
    height: auto; /* Adjust as needed */
  }
  
  .styling2 img {
    width: 50%;
    height: auto;
    transition: transform 2s ease;
  }
  
  .styling2 .hover-text {
    display: none;
    opacity: 0;
    transition: opacity 5s ease-in-out, transform 5s ease;
    position: relative;
    margin-top: 10px;
    color: #ffffff; /* Adjust text color as needed */
    background-color: black;
    padding:15% 2%;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    font-weight: bold;
   
  }
  
  .styling2:hover img {
    transform: translateY(-20px); /* Move the image up slightly to make space for the text */
  }
  
  .styling2:hover .hover-text {
    display: block;
    opacity: 1;
    transform: translateY(10px); /* Slide the text up slightly */
  }

  .serviceback{
    background-image: url("../images/cta-map.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height:100%; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
    background-color: #FF9900;
  }
  .align{
    text-align: center;
  }

  .servicecrd{
    color:black;
  }
  .istockwidth{
    width:80%;
    border: 20px solid rgb(116, 108, 108);
   
    
  }
  .serviceshadwow{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    height:100%;
    padding:5% 5%;
  }
  .vanserve{
    width:30%;
    background: linear-gradient(to left, #FF567A, #FD9161);
    padding:30px 15px;
    border-radius: 50%;
  }
  .manjob{
    width:100%
  }
  .manjob2{
    width:70%
  }
  .vandri{
    background-image: url("../images/vandri-removebg-preview.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height:100%; 
    position: relative; 
    background-position: center;
    /* z-index:-1; */
    padding:0;
  }

  @media(max-width:768px){
    .hide2{
        display: none;
    }
  }
  /* .......................................... */













  /* .....................NNNNNNNNNNNNN...............multi-step form.........................NNNNNNNNNNNNNNNNNNNNNNNN............................................. */
* {
    box-sizing: border-box;
  }
  h1 {
    text-align: center;  
  }
  #regForm {
    background-color: rgb(128, 128, 128);
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    border-radius: 5px;
  }
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }



/* NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN */
@media(max-width:1300px){
    #regForm {
      
        width: 90%;
      
      }
}
@media(max-width:768px){
    .clentfont{
        font-size: 30px;
    }
    #regForm {
      
        width: 100%;
         padding: 10px;
      
      }
}


/* NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN..................driver signup..................NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN */
.margintop{
    margin-top: 6%;
}
.botommrgin{
    margin-bottom: 5%;
}
.widthperson{
    width:100%;
}
.boxshadowdrive{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
padding:5% 5%;

}
.cwhdth{
  width:60%;
}



.designchng1{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width:100%;
  height:100px;
  border-radius: 5px;
  

}


.sizej2{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  
  padding:5% 2%;

  height:200px;
 
}
.sizej{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  
  padding:20px 0px;
  margin:15% 3%;
 
}
.button4{
  background-color: #060922;
  color:white;
  border:none;
  padding:10px 4px;
  font-weight: bold;
  width:80%;
}

/* ..............................login.................................................. */
