/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/* HERO */

.hero{
position:relative;
min-height:800px;
background:url('https://raotouristtaxiservice.com/wp-content/uploads/2026/06/main-bannerbackground.jpg')
center center/cover no-repeat;
overflow:hidden;
}

.hero::before{
content:'';
position:absolute;
inset:0;}

.hero-content{
position:relative;
z-index:2;
text-align:center;
padding-top:140px;
}

.hero-content h3{
color:#fbc400;
font-size:40px;
font-weight:800;
margin-bottom:15px;
}
.hero-content h4{
    color: #fff;
    margin: 5px 0px;
}
.hero-content h1{color: #ffffff;font-size:75px;font-weight:900;margin-bottom:15px;}

.hero-content p{
color:#fff;
letter-spacing:10px;
font-size:16px;
}

.taxi-wrapper{position:relative;z-index:2;margin-top: 100px;display:flex;justify-content:center;}

.taxi-img{
width:700px;
animation:float 4s ease-in-out infinite;
filter:drop-shadow(0 30px 30px rgba(0,0,0,.4));
}

.taxi-tag{
position:absolute;
top:-15px;
background:#fbc400;
padding:6px 18px;
font-weight:800;
border-radius:4px;
z-index:5;
}

.hero-yellow-strip{
position:absolute;
bottom:0;
left:0;
width:100%;
height:120px;
background:#fbc400;
}

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0px);
}

}
/*** booking section ****/
/*** FORM SECTION ***/
/* BOOKING SECTION */

.booking-section{
background:#fbc400;
padding:90px 0;
}

.booking-grid{
display:grid;
grid-template-columns:1fr 420px;
align-items:center;
gap:80px;
}

.booking-content h4{
font-size:20px;
font-weight:800;
color:#000;
margin-bottom:10px;
}

.booking-content h2{font-size: 27px;font-weight:900;line-height:1.1;margin-bottom:30px;color:#000;margin-top: 20px;}

.booking-content p{font-size:15px;line-height:1.9;color:#222;max-width:650px;margin-bottom: 15px;}

.btn-dark{
display:inline-block;
background:#111;
color:#fff;
padding:14px 35px;
font-weight:700;
border-radius:4px;
transition:.3s;
}

.btn-dark:hover{
background:#fff;
color:#000;
}

/* FORM */

.book-cab-div{background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.15);width: 80%;margin: 0 auto;}

.form-header{background:#111;color:#fff;font-size:36px;font-weight:900;padding: 15px 0px;}
.form-header h2{
    margin: 0;
    text-align: center;
    color: #fff;
}

.form-header span{
color:#fbc400;
}

.booking-inner-form-div{
padding:25px;
}

.form-row{
display:flex;
gap:15px;
margin-bottom:18px;
}

.form-row input,
.form-row select{
width:100%;
height:55px;
border:none;
border-bottom:1px solid #dcdcdc;
outline:none;
font-size:14px;
background:transparent;
}

.submit-btn{
width:100%;
height:55px;
border:none;
background:#111;
color:#fff;
font-weight:800;
font-size:16px;
cursor:pointer;
margin-top:10px;
transition:.3s;
}

.submit-btn:hover{
background:#fbc400;
color:#000;
}

/*** Tarriff Section ****/
/*** TARRIF SECTION ****/
/* =========================
   TARIFF SECTION
========================= */

.tariff-section{
padding:100px 0;
background:#f3f3f3;
}

.section-title{text-align:center;margin-bottom: 70px !important;}

.section-title h4{
color:#fbc400;
font-size:30px;
font-weight:900;
line-height:1;
}

.section-title h2{font-size:55px;font-weight:900;line-height:1;color:#111;margin-top: 10px;}

.tariff-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.tariff-card{background:#fff;padding:40px 30px;text-align:center;position:relative;transition:.4s;border-radius: 10px;margin-bottom: 25px !important;min-height: 200px;}

.tariff-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.tariff-card img{width: 120px;margin:auto;margin-top: 0px;margin-bottom:20px;}

.tariff-card h3{font-size: 19px;font-weight: 500;MARGIN-TOP: 15PX;text-transform: uppercase;}

.tariff-card p{font-size:14px;line-height:1.8;color:#666;margin-bottom: 9PX;}

.price{
font-size:48px;
font-weight:900;
color:#fbc400;
margin-bottom:25px;
}

.tariff-btn{
display:inline-block;
padding:12px 30px;
background:#fbc400;
color:#111;
font-weight:800;
border-radius:4px;
}

.tariff-btn.dark{
background:#111;
color:#fff;
}

.active{
background:#fbc400;
}

.active .price{
color:#111;
}

.corner-star{
position:absolute;
bottom:0;
right:0;
width:55px;
height:55px;
background:#111;
display:flex;
align-items:center;
justify-content:center;
color:#fbc400;
font-size:20px;
font-weight:bold;
}
/*** feature section****/
/* ==========================
   FEATURES SECTION
========================== */

.features-section{
position:relative;
padding:120px 0;
background:url('../images/feature-bg.jpg')
center center/cover no-repeat;
overflow:hidden;
}

.features-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.75);
}

.features-section .container{
position:relative;
z-index:2;
}

.features-title{text-align:center;margin-bottom: 70px !IMPORTANT;}
.features-title P{color:#FFF;FONT-SIZE: 19PX;}
.features-title h4{
color:#fbc400;
font-size:32px;
font-weight:900;
}

.features-title h2{color:#fff;font-size:60px;font-weight:900;margin-top: 10px;}

.features-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:60px;
}

.feature-item{
display:flex;
align-items:flex-start;
gap:20px;
}

.feature-icon{
width:70px;
height:70px;
min-width:70px;
border-radius:50%;
background:#fbc400;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#111;
transition:.4s;
}

.feature-item:hover .feature-icon{
transform:rotate(360deg);
}

.feature-content h3{font-size: 21px;font-weight: 600;color:#fbc400;margin-bottom:10px;MARGIN-TOP: 0PX;}

.feature-content p{
font-size:15px;
line-height:1.8;
color:#fff;
opacity:.85;
}

.feature-btn-wrap{
text-align:center;
margin-top:60px;
}

.feature-btn{
display:inline-block;
padding:15px 40px;
background:#fbc400;
color:#111;
font-weight:800;
border-radius:4px;
transition:.3s;
}

.feature-btn:hover{
background:#fff;
}

/*** cab booking system ***/

.app-section{padding: 60px 0;background:#fff;overflow:hidden;padding-bottom: 0px;}

.app-grid{
display:grid;
grid-template-columns:1fr 500px;
align-items:center;
gap:50px;
}

.app-content h4{
font-size:30px;
font-weight:900;
color:#fbc400;
margin-bottom:5px;
}

.app-content h2{font-size:58px;font-weight:900;margin-bottom: 10px;color:#111;margin-top: 10px;}

.app-content h3{font-size:26px;font-weight:700;line-height:1.4;margin-bottom:20px;color:#111;margin-top: 10px;}

.app-content p{
font-size:15px;
line-height:1.9;
color:#666;
max-width:600px;
margin-bottom:35px;
}

.app-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.store-btn{
display:flex;
align-items:center;
gap:15px;
padding:15px 25px;
background:#111;
color:#fff;
border-radius:10px;
transition:.3s;
}

.store-btn:hover{
transform:translateY(-5px);
}

.store-btn i{
font-size:34px;
}

.store-btn span{
display:block;
font-size:11px;
}

.store-btn strong{
font-size:18px;
}

/* PHONE IMAGE */

.app-image{
text-align:center;
}

.app-image img{
max-width:100%;
animation:phoneFloat 4s ease-in-out infinite;
filter:drop-shadow(0 20px 30px rgba(0,0,0,.2));
}
/**** Testimonial****/
/* ==========================
   TESTIMONIAL SECTION
========================== */

.testimonial-section{
position:relative;
padding:120px 0;
background:url('../images/testimonial-bg.jpg')
center center/cover no-repeat;
overflow:hidden;
}

.testimonial-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.85);
}

.testimonial-section .container{
position:relative;
z-index:2;
}

.testimonial-heading{text-align:center;margin-bottom: 70px !important;}

.testimonial-heading h4{
font-size:28px;
font-weight:900;
color:#fbc400;
}

.testimonial-heading h2{font-size:60px;font-weight:900;color:#fff;margin-top: 10px;}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.testimonial-box{
background:#111;
padding:40px;
position:relative;
transition:.4s;
border-radius:8px;
}

.testimonial-box:hover{
transform:translateY(-10px);
}

.quote-icon{
position:absolute;
top:25px;
right:25px;
font-size:40px;
color:#fbc400;
}

.testimonial-box p{
color:#ddd;
line-height:1.9;
font-size:15px;
margin-bottom:30px;
padding-right:50px;
}

.client-info{
display:flex;
align-items:center;
gap:15px;
}

.client-info img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
border:3px solid #fbc400;
}

.client-info h3{
color:#fbc400;
font-size:20px;
font-weight:800;
margin-bottom:5px;
}

.client-info span{
color:#fff;
font-size:14px;
}

/* ==========================
   CTA SECTION
========================== */

.cta-section{
background:#fbc400;
padding:60px 0;
text-align:center;
}

.cta-section h4{
font-size:28px;
font-weight:900;
color:#111;
margin-bottom:15px;
text-transform:uppercase;
}

.cta-section h2{font-size:60px;font-weight:900;color:#111;letter-spacing:2px;margin: 10px 0px;}