
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    overflow-x:hidden ;
}

section {
   /* Increase padding for better spacing */
   padding: 20px;
   margin:7px;
   overflow-x: hidden;
    
}

form {
    max-width: 350px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid black;
    border-radius: 30px;
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;
}

label {
    display: block;
    margin-bottom: 12px; /* Slightly increase margin for better spacing */
}

input {
    width: calc(100% - 20px); /* Adjusted width for better alignment with padding */
    padding: 10px;
    margin-bottom: 20px; /* Increase margin for better spacing */
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: #007bff;;
    color: #fff;
    padding: 14px 20px; 
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s; 
}

button:hover {
    background-color: #0059b8;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 10px; /* Increase padding for better visual appeal */
    overflow-x: hidden;
       
}

/* Additional styles for accessibility */
small {
    color: #000;
}

/* Global box-sizing */


#home {
    text-align: center;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 5%; /* Use percentage-based margins for responsiveness */
    margin-top: 150px; /* Adjust margin-top as needed */
    overflow: hidden;
    position: relative; /* Ensure the pseudo-element's position is relative to this element */
    padding: 10%; /* Use percentage-based padding for responsiveness */
}

#home::before {
    background: url(indoreHome.jpg);
    background-size: cover;
    padding: 10%; /* Use percentage-based padding for responsiveness */
    margin: 0; /* Reset margin */
    border-radius: inherit; /* Inherit border-radius from parent */
    box-shadow: inherit; /* Inherit box-shadow from parent */
    background-attachment:scroll;
    content: '';
    position: absolute;
    inset: 0;
    filter: brightness(50%);
    overflow: hidden;
}


#home h2 {
    isolation: isolate;
    font-size: 2.5em;
    color: #086eda;
    text-shadow: 1px 2px 1px #fff ;
    letter-spacing: 1px;
    font-weight:600;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    margin-top:-20px;
    animation:zoomIn ; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s ;
        /* don't forget to set a duration! */
       

}


#home p {
    isolation: isolate;
    text-shadow:1px 2px 1px black;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    margin: 0 0.9rem;    
}
#p0,#p2{   
    animation:lightSpeedInRight ; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s ;
}
#p1{
    animation:lightSpeedInLeft ; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s ;
}




@media (max-width: 768px) {
    #home h2 {
        font-size: 2em;
    }
    #home p {
        font-size: 1.1em;
    }
    #home a.btn {
        font-size: 0.9em;
    }
}

.call-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border: 2px solid #007bff;
    border-radius: 8px;
    box-shadow: 0 4px 0 #0056b3; /* Add a 3D effect with box-shadow */
    transition: transform 0.2s, box-shadow 0.2s;
}

.call-button:hover {
    transform: translateY(2px); /* Add a slight upward movement on hover */
    box-shadow: 0 2px 0 #0056b3; /* Adjust shadow to create a pressed effect */
}


#booking {
    background-image: url('image/taxi5.gif');
    background-size:contain;
    background-position: center;
    background-repeat:repeat-y;
    background-clip: border-box;
    font-weight:500;
    font-size: .9em;
    color: #007bff;
    text-shadow:1px 1.5px 1px #555;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border: 1px solid #000;
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;
    border-radius: 30px;
}


.bookingDetails{
    color: #000;
    text-shadow:1px 2px 1px #555;
    display: inline-block;
    margin: 0 0rem;
    animation:headShake; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
    animation-iteration-count: infinite;

}

#bookButon:hover{
background-color:#0059b8;
}

.additional-content {
    text-align:left ;
    text-transform: uppercase;
    

}

h2.text-uppercase {
    
        display: inline-block;
        margin: 0 0.9rem;
        animation:bounceOut; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 2s; /* don't forget to set a duration! */
        animation-iteration-count: infinite;
}

p.lead
{   color: black;
    font-size: small;
    font-weight:600;
    margin-top: 50px;
}

.bookingh2{
    text-align: center;
    color: #000;
    font-weight:bold;
    margin: 0 0.9rem;
    animation:flip; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
    animation-iteration-count: infinite;

}



/*Service page*/
#OurService{
    background-color: #fff;
    border: 1px solid #000;
    box-sizing:border-box;
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;
    border-radius: 30px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


#services {
     /* Hide the horizontal scrollbar */
    white-space: nowrap;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    border-radius: 8px;
    overflow-x:auto;
    overflow-y: hidden;
    padding: 20px;
    margin-bottom: 20px;
    
    
}

.service-item ,.service-item2{
    font-family:'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    width: 330px; /* Adjust the width according to your design */
    margin-right: 15px; /* Adjust the spacing between cards */
    border: 0.5px solid #000;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: top; /* Align items to the top */
    animation: slideAnimation 15s  infinite;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
    
}

.service-item h5,.service-item2 h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #007bff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-align: center;
    text-decoration: underline;

}
.service-item img{
    margin-left: 60px; max-width:50%;max-height: 50%;
}

.service-item p,.service-item2 p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

/* Add hover effect */
.service-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.5s ease;

    
   
}
@keyframes slideAnimation {
    0% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
     100% {
        transform: translateX(-0%);
    }
    
    
}

#serviceh2{
    font-size:xx-large; 
    margin: 25px;
    color: #007bff;
    font-weight:bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
   letter-spacing: 1px;text-align: center;
   animation:flipInX; /* referring directly to the animation's @keyframe declaration */
   animation-duration: 2s; /* don't forget to set a duration! */
   animation-iteration-count: infinite;
}




/* Add hover effect */
.service-item1:hover,.service-item2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
    
}




 #serviceButton{
    display:block;
            align-items: center;
            justify-content: center;
             /* Make sure the body covers the entire viewport height */
            margin: 0;
            

 }
 
 @keyframes slideAnimation2 {
    0% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-300%);
    }
    100% {
        transform: translateX(0);
    }
      
    
}

.overlay-image{position:relative;
    top: 0;
    margin-top:-190px;
    left: -25%;
    width: 40%;
    height: 40%;
    opacity: 0.7;}

.overlay-text{
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 60%;
}
.rates {
   
    animation:flipInY; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
    animation-iteration-count: infinite;
}
.calculator{
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px;
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;

}

#blog,#AboutUs{

    box-sizing: border-box;
    overflow-x: hidden;
    margin: 40px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;
    


}
#AboutUs h3{
     color: #007bff;
     text-shadow:0px 2px 2px #000;
}
#Whyabout{
    color:crimson;
    text-shadow: 0px 2px 2px #333;
}
.blog h2,#AboutUs h2{
    font-size: xx-large;
 text-align: center;
 color: #007bff;
 font-weight:bold;
 text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);

}
#blog h2{
    color:#007bff;
    font-size:xx-large;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
   font-weight: bolder;
   
}
.blog-post{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
    border-radius: 8px;
    width:100%;
    padding:20px;
    margin-bottom: 10px;
    
}
.blog-post h3{
    color:#086eda;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);


}
.image-row {
    text-align: center; /* Align images to the center */
}

.image-row img {
    display: inline-block;
    max-width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    margin: 2px; /* Adjust margin as needed */
    border-radius: 5px;
    overflow: hidden;
}

/* Mobile view styles using media query */
@media (max-width: 767px) {
    .image-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .image-row img {
        flex: 0 0 calc(80% - 12px); /* Two images in a row with some spacing */
        margin: 4px; /* Adjust margin for smaller screens */
    }
}


.blog {
    background-color: #fff;
}
#aboutus{
    background-color: #fff;
}
/* Media query for small screens (adjust the max-width as needed) */


.hidden-content {
    display: none;
}

/* style for location fatching in booking box*/
   
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;}


.rbtn{
    color: #fff;
 font-size: 17px;
 background-color: #007bff;
 border: 1px solid #0059b8;
 border-radius: 5px;
 padding: 10px;
 box-shadow: 0px 6px 0px #0059b8;
 transition: all .1s;
}

.rbtn:active {
    box-shadow: 0px 2px 0px #007bff;
    position: relative;
    top: 2px;
   }
   .rbtn:hover{
    background-color: #007bff;
   }

.rbtn2{
 color: #fff;
 font-size: 15px;
 background-color: #007bff;
 border: 1px solid #0059b8;
 border-radius: 5px;
 padding: 5px;
 
 box-shadow: 0px 6px 0px #0059b8;
 transition: all .1s;
}

.rbtn:active {
    box-shadow: 0px 2px 0px #007bff;
   }





