*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .2s linear;
    text-decoration: none;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background: black;
}
::-webkit-scrollbar-thumb{
    background: transparent;
    border-radius: 10px;
    width: 5px;
}
.sidebar::-webkit-scrollbar-thumb{
    background: #090909;
}
::-webkit-scrollbar-thumb{
    background: rgb(159, 159, 159);
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;   
}

h1,h2,h3,h4,h5,h6,p,a,button,label, ul, li{
	    font-family:'poppins', serif;
}
.head-one{
	position:absolute;
	left: 0px;
    right: 0px;
}
.head{
	
    width: 92%;
    margin: 0px auto;
}
.main-container{
    background: linear-gradient(0deg, #ffa700, rgb(255 255 255 / 81%)), url(../image/hero.jpg);
    background-position: center;
    background-size: cover;
   width: 100%;
    height: 100%;
    display: grid;
  align-items: baseline;
  padding: 4rem 5rem;
    grid-template-columns: auto auto;
}
.pre-head {
    padding: 1rem 35rem;
    text-align: center;
    font-size: 14px;
    color: #ffa700;
    background: black;
}
.header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 7%;
    align-items: center;
	background:#002286;
}
.header .navbar a{
    font-size: 2.5rem;
    margin-left: 1rem;
    color: black;
    padding: 0rem 1rem;
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
    font-family:'poppins', serif;
	font-weight:bolder;
}
.header .navbar a:hover{
    color: black;
   border-radius: 15px;
    font-family: 'poppins', serif;
    font-weight: bolder;
}
#menu-bars{
    color: white;
    font-size: 2rem;
    display: none;
}
.navbar.active{
    top: 10%;
}
.background-text h2{
    text-align: center;
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.background-text h2 span{
    color: #f8b56d;
}
.taxi-image{
    width: 100%;
    margin: 0 auto;
}

.home-container{
    background: #f8b56d;

    width: 100%;
    padding-left: 6rem;
 padding-right: 2rem;
}
.home-content{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.inner-content{
    flex: 1 1 10rem;
    padding: 0rem;
}
.inner-content h3{
    font-size: 31px;
}
.inner-content h2{
    font-size: 38px;
	margin-bottom: 20px;
}
.inner-content p{
    font-size: 1.5rem;
    padding-bottom: 0rem;
    padding-right: 2rem;
    text-transform: none;

}
.inner-content .booknow{
    padding: .9rem 2.5rem;
    color: #f8b56d;
    font-size: 1.5rem;
    background-color: black;
    border: none;
    border-radius:25px;
}
.inner-content .booknow:hover{
    color: black;
    padding: 1.2rem 3rem;
    border: 1px solid white;
    background: white;
}
.form-heading{
    background: black;
    border-radius: 5px;
    padding: 1.8rem 0;
	margin: 15px 10px;
}
.form-heading h1{
    color: white;
}
.contact-form{
    width: 45rem;
    background: white;
    text-align: center;
    padding: 2rem 2rem;
    border-radius: 20px;
   margin: 0em auto;
    margin-top: 15em;
}
.form-fields input {
    padding: 1.2rem;
   border: 1px solid #d7d7d7;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 10px;
	   color: #9e9e9e;
}
.contact-form a{
  background: #FFA700;
    width: 100%;
    display: inline-block;
    padding: 0.9rem 0;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
}
.search-cabs{
    padding-top: 2rem;
}
 .tabs {
            display: grid;
            justify-content: center;
            margin-bottom: 15px;
			grid-template-columns: 50% 50%;
        }

        .tabs button {
            padding: 10px 20px;
            margin: 0 5px;
            border: 1px solid #ddd;
            background: #fff;
			border-radius: 25px;
		
            cursor: pointer;
			
        }

        .tabs button.active {
            background: #0041ff;
			color: #090909;
		border-radius: 25px;
			border: none;
			color:white;
				font-weight: 800;
        }
.fast-booking{
    background: url(./secbg.png);
    background-size: cover;
    width: 100%;
    background-position: center;
    padding-bottom: 5rem;
}
.fast-booking .fast-heading{
    padding-top: 3rem;
    color: #f8b56d;
    font-size: 38px;
    text-align: center;
}
.fast-booking h2{
    font-size: 31px;
    color: white;
    text-align: center;
}
.inner-fast{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 3rem 7%;
}
.booking-content{
    flex: 1 1 45rem;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}
.inner-fast-text h1{
    font-size: 22px;
    color: #f8b56d;
    padding-top: 2rem;
    padding-left: 2rem;
}
.inner-fast-text p{
    font-size: 18px;
    text-transform: none;
    padding: 2rem;
}
.icon-fast{
    background-color: #f8b56d;
    width: 70px;
    height: 40px;
    border-radius: 150px;
    text-align: center;
}
.icon-fast span i{
    color: black;
    line-height: 40px;
    font-size: 2rem;
}

.main-tariff{
    padding: 1rem 5rem;
	background:#fff9e6;
}
.main-tariff h1{
    font-size: 38px;
    text-align: center;
}
.main-tariff h1 span{
    color: #f99f3f;
}
.inner-tariff{
text-align: center;
    /* flex: 1 1 250px; */
    padding: 3rem 0;
    display: grid;
    grid-template-columns: repeat(4,1fr); 
    align-items: center;
    align-content: center;
    gap:10px;
}
.tariff-container{
     text-align: center;
    padding: 2rem 0;
   
    border-radius: 20px;
    margin: 10px;
	background: white;
    box-shadow: 7px 11px 12px 2px #bebebe54;

}
.tariff-container img{
    margin-top: 0px;
	  
}
.inner-box1{
    margin-top: 0rem;
}
.inner-box3{
   margin-top: 0rem;
}
.inner-box2{
   margin-top: 0rem;
}
.inner-box1 .inner-box2 .inner-box3 img{
    margin-bottom: 2rem;
}
.tariff-container h2{
    font-size: 30px;
}
.tariff-container p{
    text-transform: none;
    font-size: 1.1rem;
    padding: 2rem;
}
.tariff-container h3{
    text-transform: none;
    color: #ffa700;
    font-size: 4rem;
}
.tariff-container a{
	margin: 0px;
	display: inline-flex;
    justify-content: center;
	font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 1rem;
    color: #000000;
    background: #ffa700;
    border: none;
    border-radius: 6px;
    margin-top: 1.5rem;
    font-family:'poppins', serif;
}
.yellow-section{
    color: #ba6804 !important;
}
.tariff-container:hover{
    background: #0041ff;
		Color:white;
}
.some-faqs{
    background: #0041ff;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 4rem;
}
.some-faqs h1{
    color: #f8b56d;
    font-size: 33px;
    padding: 2rem;
    text-align: center;
}

.some-faqs p{
    font-size: 12px;
    text-transform: none;
       padding: 1rem 0rem;
}
.main-faqs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 45px;
    padding: 2rem 4%;

}
.faqs{
    background: #ffd688;
    flex: 1 1 45rem;
    color: black;
    padding: 2rem;
  
}


footer {
    background: #1f1f1f;
    color: white;
    padding: 2rem;
    text-align: center;
    font-size: 14px;
}


@media (max-width:768px) {
	
	.head-one{
		position:static;
	}
	.head{
	width:100%;}
	
	.header{
		flex-direction: column;
	}
	
	.pre-head{
		padding:0px;
	}
	.contact-form {
    width: 40rem;
    background: white;
    text-align: center;
    padding: 2rem 2rem;
    border-radius: 20px;
    margin: 0em auto;
    margin-top: 2em;
}
.floating-field label {
    position: static !important;
}

.floating-field input{
	padding: 0px 10px !important;
}
    .btn-CTA{
		gap:10px !important;
		flex-direction: column !important;
	}
	.main-CTA{
		text-align: center !important;
	}
	
	.text-body
	{
	top:0px !important;
	}
	
.second-CTA{
	justify-content: center !important;
}

.col-md-12{
	align-items: flex-start !important;
gap: 10px !important;
display: inline-grid !important;}
    .contact-form a{
        font-size:2.7rem;
    }
    
    .form-fields input {
    padding: 1.2rem;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-size: 16px;
}


    
    html{
        font-size: 50%;
    }
    #menu-bars{
        display: initial;
    
    }
	.main-container{
		    grid-template-columns: auto;
		    padding:2rem;
	}
	div#text {
            order: 2;
        }
 
        div#fill {
            order: 1;
        }
		.inner-tariff {
			 grid-template-columns: auto;
}
.home-content {
    padding-top: 5rem;
}
.inner-content h2 {
    line-height: 38px;
}
    .navbar{
        position: absolute;
        top: -100%;
        right: 0;
        left: 0;
    }
    .navbar a{
        display: block;
        font-size: 1.5rem;
        margin: 1rem;
        padding: 1rem;

    }
    .header{
        padding: 2rem;
    }
    .tarrif-container{
        padding-bottom: 4rem;
    }
    .tarrif-container img{
        width: 60%;
        margin-top: 0px;
    }
    .background-text h2{
        width: 100%;
        text-align: center;
    }
   .form-fields{
           grid-template-columns: auto !important;
    justify-content: stretch !important;
   }
   div#ui-datepicker-div{
       width:65%;
   }
   .navbar{
       position:relative;
       top:0px;
   }
   label{
       padding:.4rem 1rem;
       margin:1rem;
   }
}
  a{
                text-decoration: none;
            }

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
.floating_btn1 {
  position: fixed;
  bottom: 30px;
left: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon1 {
  background-color: #0041ff;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #383f3b;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 45px;
    padding: 2rem 4%;
}

.col-md-4{
    text-align:left;
}
.car-selection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  margin-top: 10px;
}

.car-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  background: #fff;
}

.car-card img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.car-card span {
  display: block;
  margin-top: 6px;
  font-weight: 600;
}

.car-card:hover {
  border-color: #ffcc00;
}

.car-card.active {
  border-color: #ffcc00;
  background: #fff7cc;
}

.locate{
	display: flex;
    flex-direction: column;
}
.floating-field {
  position: relative;
  width: 100%;
}

.floating-field label {
  position: absolute;
 top: 5px;
    left: 13px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffa700;
  background: #fff;
  padding: 0 6px;
  z-index: 2;
}

.floating-field input {
width: 100%;
    padding: 24px 18px 10px;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    font-size: 12px;
    outline: none;
    color: #5f5f5f !important;
    opacity: .7;
}

.floating-field input:focus {
  border-color: #2b7cff;
}
.floating-field1 label {
  position: relative;
    top: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0041ff;
  background: #fff;
  padding: 0 6px;
  z-index: 2;
}

marquee{
	font-size: 18px;
    font-weight: 800;
}
.contact{
	background: #FFA700;
    padding: 10px;
border-radius: 10px;
display:flex;}
.text-body{
	    position: relative;
top: 5rem;}
.car-text{
	display: flex;
    align-items: baseline;
    padding: 10px 20px;
	    gap: 20px;
		flex-direction: column;
}
.car-desc{
	text-align:left;
	width:100%;
}
.car-para{
	padding:0px !important;
	text-align:left;
}

h3.km{
	text-align: left;
    display: flex;
    align-items: baseline;
	padding-right:5px;
}
.CTA{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0px 20px;
}.taxi-image{
	padding:3rem;
}
.btn-CTA{
	display: flex;
    gap: 30px;
}

.main-CTA{
	    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 2rem;
    background: #0041ff;
    border-radius: 10px;
	color:#ffffff;
}
.second-CTA{
	    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 2rem;
    background: #008d40;
    border-radius: 10px;
	color:#ffffff;
}
.popular-routes {
  padding: 60px 40px;
  background: #f9fafb;
  font-family: "Poppins", sans-serif;
}

.popular-routes .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.popular-routes h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.popular-routes p {
font-size: 12px;
    color: #6b6c6c;
    padding: 5px 10px;
    background: #fff5ea;
	display: inline-flex;
}

.routes-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.route-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.route-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.route-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.route-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-city {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.6);
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.route-content {
  padding: 20px;
  flex-grow: 1;
}

.route-desc {
  color: #374151;
  font-size: 15px;
  margin-bottom: 10px;
}

.route-spots {
  color: #4b5563;
  font-size: 12px;
  margin-bottom: 20px;
}

.route-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.btn-route {
  background: #ffa700;
  padding: 10px 16px;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-route:hover {
  background: #d97706;
}

.route-phone {
  font-size: 15px;
  color: #111827;
  font-weight: 600;
  text-decoration: none;
}
.popular-cities {
    padding: 60px 20px;
    background: #ffd688;
    text-align: center;
}

.popular-cities h2 {

    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;

}

.popular-cities p {
    font-size: 1rem;
    margin-bottom: 40px;
    color: #555;
}

.state-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

.state-card {
    color: white;
    background: #af7300;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: left;
    transition: 0.3s ease;
}

.state-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.state-card h3 {
      font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.state-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.state-card ul li {
    padding: 6px 0;
   font-size: 1.3rem;
    border-bottom: 1px solid #eee;
}

.state-card ul li:last-child {
    border-bottom: none;
}
.some-faqs h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
	text-align: center;
}

.ques h3{
	font-size: 14px;
}