.elementor-665 .elementor-element.elementor-element-3ebcfd6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c2253e2 *//*==========================
 HERO SECTION
===========================*/

.hero-section{
    position:relative;
    display:flex;
    align-items:center;
    min-height:750px;
    padding:100px 8%;
    color:#fff;
    background:
    linear-gradient(rgba(10,10,20,.82),rgba(10,10,20,.82)),
    url("images/jeddah-airport-madinah.jpg") center center/cover no-repeat;
    overflow:hidden;
}

/* Golden Glow */

.hero-section::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,#d4af3740,transparent 70%);
    right:-200px;
    bottom:-150px;
    filter:blur(40px);
}

.hero-content{
    position:relative;
    max-width:650px;
    z-index:2;
}

/*==========================
 BADGE
===========================*/

.hero-badge{
    display:inline-block;
    background:rgba(212,175,55,.15);
    color:#FFC107;
    padding:10px 22px;
    border:1px solid rgba(212,175,55,.5);
    border-radius:50px;
    font-size:15px;
    margin-bottom:25px;
    backdrop-filter:blur(10px);
}

/*==========================
 HEADING
===========================*/

.hero-content h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:25px;
}

.hero-content h1 span{
    color:#FFC107;
}

/*==========================
 DESCRIPTION
===========================*/

.hero-content p{
    font-size:20px;
    line-height:1.9;
    color:#ddd;
    margin-bottom:40px;
}

/*==========================
 BUTTONS
===========================*/

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.hero-buttons a{
    text-decoration:none;
    padding:16px 34px;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    transition:.4s;
}

.btn-primary{
    background:#d4af37;
    color:#111;
}

.btn-primary:hover{
    background:#f3ca4d;
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(212,175,55,.45);
}

.btn-secondary{
    border:2px solid #d4af37;
    color:#fff;
}

.btn-secondary:hover{
    background:#d4af37;
    color:#111;
    transform:translateY(-5px);
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
}

.btn-whatsapp:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(37,211,102,.35);
}

/*==========================
 FEATURES
===========================*/

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.hero-features span{
    padding:10px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    font-size:15px;
}

/*==========================
 IMAGE
===========================*/

.hero-image{
    position:absolute;
    right:6%;
    bottom:0;
    width:42%;
    z-index:1;
}

.hero-image img{
    width:100%;
    border-radius:25px;
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 25px 70px rgba(0,0,0,.6);
}

/*==========================
 RESPONSIVE
===========================*/

@media(max-width:992px){

.hero-section{
padding:70px 30px;
min-height:auto;
}

.hero-image{
position:relative;
width:100%;
right:0;
margin-top:50px;
}

.hero-content{
max-width:100%;
}

.hero-content h1{
font-size:42px;
}

.hero-content p{
font-size:18px;
}

}

@media(max-width:768px){

.hero-section{
text-align:center;
padding:60px 20px;
}

.hero-content h1{
font-size:34px;
}

.hero-content p{
font-size:17px;
}

.hero-buttons{
justify-content:center;
}

.hero-features{
justify-content:center;
}

.hero-buttons a{
width:100%;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe64585 */.fare-section{
padding:90px 8%;
background:#111117;
color:#fff;
}

.section-title{
text-align:center;
max-width:850px;
margin:auto;
margin-bottom:60px;
}

.section-title span{
display:inline-block;
padding:8px 20px;
border-radius:40px;
background:rgba(212,175,55,.15);
border:1px solid rgba(212,175,55,.5);
color:#FFC107;
margin-bottom:20px;
font-weight:600;
}

.section-title h2{
font-size:42px;
font-weight:800;
margin-bottom:20px;
line-height:1.3;
}

.section-title p{
font-size:18px;
line-height:1.8;
color:#d8d8d8;
}

.fare-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
margin-top:60px;
}

.fare-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(212,175,55,.25);

border-radius:20px;

padding:35px;

transition:.4s;

position:relative;

backdrop-filter:blur(10px);

}

.fare-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(212,175,55,.25);

border-color:#FFC107;

}

.popular{

position:absolute;

top:18px;

right:18px;

background:#FFC107;

color:#111;

padding:6px 14px;

font-size:13px;

border-radius:30px;

font-weight:bold;

}

.fare-card h3{

font-size:28px;

margin-bottom:20px;

color:#FFC107;

}

.fare-card ul{

padding:0;

margin:0;

list-style:none;

}

.fare-card li{

padding:10px 0;

border-bottom:1px solid rgba(255,255,255,.08);

color:#ddd;

}

.price{

font-size:38px;

font-weight:800;

color:#FFC107;

margin:30px 0;

}

.price span{

font-size:18px;

}

.fare-btn{

display:block;

text-align:center;

padding:16px;

border-radius:50px;

background:#FFC107;

color:#111;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.fare-btn:hover{

background:#fff;

}

@media(max-width:768px){

.section-title h2{

font-size:32px;

}

.section-title p{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9e7bf2 *//* Vehicle Section Heading & Description */

.vehicle-intro {
    text-align: center;
    max-width: 900px;
    margin: 50px auto 40px;
    padding: 20px;
}

.vehicle-intro h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 20px;
    position: relative;
}

.vehicle-intro h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #f5d77a);
    margin: 15px auto 0;
    border-radius: 10px;
}

.vehicle-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
    margin: 0 auto;
}


/* Mobile Responsive */

@media (max-width: 768px) {

    .vehicle-intro {
        padding: 15px;
        margin: 30px auto;
    }

    .vehicle-intro h2 {
        font-size: 28px;
    }

    .vehicle-intro p {
        font-size: 16px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3ebcfd6 */.vehicle-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
margin-top:60px;
}

.vehicle-card{
background:#151515;
border:1px solid rgba(212,175,55,.25);
border-radius:20px;
overflow:hidden;
transition:.4s;
box-shadow:0 10px 35px rgba(0,0,0,.35);
}

.vehicle-card:hover{
transform:translateY(-12px);
border-color:#D4AF37;
box-shadow:0 20px 50px rgba(212,175,55,.25);
}

.vehicle-card img{
width:100%;
height:240px;
object-fit:cover;
display:block;
}

.vehicle-content{
padding:25px;
}

.vehicle-content h3{
font-size:30px;
color:#D4AF37;
margin-bottom:20px;
}

.vehicle-content ul{
padding:0;
margin:0;
list-style:none;
}

.vehicle-content li{
padding:10px 0;
color:#eee;
border-bottom:1px solid rgba(255,255,255,.08);
}

.vehicle-price{
font-size:22px;
margin:25px 0;
font-weight:700;
color:#fff;
}

.vehicle-price span{
font-size:42px;
color:#D4AF37;
font-weight:800;
}

.book-btn{
display:block;
width:100%;
padding:16px;
text-align:center;
background:#D4AF37;
color:#111;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:.3s;
}

.book-btn:hover{
background:#fff;
color:#111;
}/* End custom CSS */