.overlay-image{
    position:relative;
    top: 0;
    margin-top:-190px;
    left: -25%;
    width: 40%;
    height: 40%;
    opacity: 0.7;}

 .overlay-text {
       position:relative;
      top:-5.2cm;
      left: 80%;
     transform: translate(-50%, -50%);
     font-size: 18px;
     font-weight: bold;
     color:#fff;
     text-align: center;
     width: 0%;
  
 }
 #service{   
    padding-top: 50px;
    background-color: #fff; 
    text-align: center;
    border-radius: 30px;
    border: 1px solid #007bff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 0 auto;
    max-width: 350px;
    margin-top:150px;
    font-size:smaller;
 }
.service-item3 h4{
    color:dodgerblue;
    text-shadow:1px 2px 1px #3338;

}
.service-item3 p{
    
    color: #333;
    text-shadow:1px 1px 1px #3338;
}
.service-item3 img{
    margin-left: 0px; max-width:30%;max-height: 30%;
}
#taxi-categories{
    margin: 0;
}
#taxi-categories h2{
    margin-top:-20px;
    color:#007bff;
    text-shadow:1px 2px 2px #3338;
    text-align: center;
    
    text-decoration:underline;
}
#services3 {
    /* Hide the horizontal scrollbar */
   white-space: nowrap;
   border: 1px solid #fff;
   box-sizing: border-box;
   border-radius: 30px;
   border: 1px solid #007bff;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
   
}
#service2{   
    padding-top: 50px;
    background-color: #fff; 
    text-align: center;
    border-radius: 30px;
    border: 1px solid #007bff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 0 auto;
    max-width: 400px;
    font-size:smaller;
 }
