:root{
    --primary:#ff7a00;
    --dark:#050505;
    --dark-light:#111111;
    --text:#ffffff;
    --gray:#bdbdbd;
}

body{
    background:#050505;
    color:#fff;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

.section-padding{
    padding:100px 0;
}

.section-title{
    font-size:42px;
    font-weight:700;
}

.section-subtitle{
    color:var(--primary);
    text-transform:uppercase;
    letter-spacing:2px;
}

.btn-theme{
    background: var(--primary);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid var(--primary);
    font-weight: 600;
    transition: .3s;
}

.btn-theme:hover{
    border: 2px solid var(--primary);
    background: transparent;
    color: var(--primary);
}

.btn-outline-light-theme{
    background: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,.8);
    transition: .3s;
}

.btn-outline-light-theme:hover{
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-outline-success-theme{
    background: transparent;
    color: #25D366;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #25D366;
    transition: .3s;
}

.btn-outline-success-theme:hover{
    background: #25D366;
    color: #fff;
}

.navbar{
    background:rgba(0,0,0,.75);
    backdrop-filter:blur(12px);
}

.navbar-brand img{
    width:200px;
}

.nav-link{
    color:#fff !important;
    margin-left:20px;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.offcanvas{
    width:320px;
    border-left:1px solid rgba(255,255,255,.1);
}

.offcanvas .nav-link{
    padding:12px 0;
    font-size:18px;
    font-weight:500;
    transition:.3s;
}

.offcanvas .nav-link:hover{
    color:var(--primary) !important;
    padding-left:10px;
}

@media(min-width:992px){
    .navbar-toggler{
        display:none;
    }
}

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    position:relative;
}

.hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to right,
        rgba(0,0,0,.9),
        rgba(0,0,0,.5)
    );
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero h1{
    font-size:70px;
    font-weight:800;
}

.hero p{
    color:#ddd;
    font-size:18px;
}

.hero-car{
    max-width:100%;
    filter:drop-shadow(0 0 40px rgba(255,122,0,.3));
}

.stats-box{
    background:#101010;
    border-radius:20px;
    padding:35px;
    text-align:center;
    border:1px solid rgba(255,255,255,.05);
}

.stats-box h3{
    color:var(--primary);
    font-size:40px;
}

.car-card{
    background:#111;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
}

.car-card:hover{
    transform:translateY(-10px);
}

.car-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.car-content{
    padding:20px;
}

.price{
    color:var(--primary);
    font-size:24px;
    font-weight:700;
}

.feature-card{
    background:#111;
    padding:30px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.4s;
}

.feature-card:hover{
    transform:translateY(-10px);
}

.feature-card i{
    color:var(--primary);
    font-size:45px;
    margin-bottom:20px;
}

.glass-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    padding:40px;
    border-radius:25px;
}

.testimonial-card{
    background:#111;
    padding:30px;
    border-radius:20px;
    height:100%;
}

.stars{
    color:#ffc107;
}

.cta{
    background:linear-gradient(
        rgba(0,0,0,.8),
        rgba(0,0,0,.8)
    ),
    url('../images/cta.jpg');
    background-size:cover;
    background-position:center;
    padding:120px 0;
}

.footer{
    background:#000;
    padding:70px 0 20px;
}

.footer h5{
    margin-bottom:20px;
}

.footer a{
    color:#ccc;
}

.footer-logo{
    height:80px;
}

@media(max-width:768px){

    .hero{
        text-align:center;
        padding-top:120px;
    }

    .hero h1{
        font-size:42px;
    }

    .section-title{
        font-size:32px;
    }
}

.swiper{
    padding-bottom:40px;
}

.swiper-slide{
    height:auto;
}

.cta h2{
    color:#fff;
}

.footer ul li a{
    transition:.3s;
}

.footer ul li a:hover{
    color:var(--primary);
    padding-left:5px;
}

.testimonial-card{
    border:1px solid rgba(255,255,255,.05);
}

.glass-card:hover,
.feature-card:hover,
.car-card:hover{
    box-shadow:0 15px 40px rgba(255,122,0,.15);
}

.footer-logo{
    max-height:90px;
    width:auto;
}

/* ==========================
   WHATSAPP BUTTON
========================== */

.whatsapp-btn{
    position:fixed;
    bottom:90px;
    right:25px;
    width:65px;
    height:65px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    z-index:9999;
    box-shadow:0 8px 30px rgba(37,211,102,.4);
    transition:.3s;
}

.whatsapp-btn:hover{
    color:#fff;
    transform:scale(1.1);
}

/* Pulse Animation */

.whatsapp-btn::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    background:#25D366;
    z-index:-1;
    animation:pulseWhatsapp 2s infinite;
}

@keyframes pulseWhatsapp{

    0%{
        transform:scale(1);
        opacity:.8;
    }

    100%{
        transform:scale(1.8);
        opacity:0;
    }
}

/* ==========================
   BOOKING BAR
========================== */

.booking-bar{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:999;
    background:#0d0d0d;
    border-top:1px solid rgba(255,255,255,.08);
    padding:12px 0;
    backdrop-filter:blur(10px);
}

/* ==========================
   BACK TO TOP
========================== */

#backToTop{
    position:fixed;
    right:25px;
    bottom:170px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    font-size:20px;
    cursor:pointer;
    z-index:999;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

#backToTop.show{
    opacity:1;
    visibility:visible;
}

#backToTop:hover{
    transform:translateY(-5px);
}

/* Mobile */

@media(max-width:768px){

    .booking-bar{
        text-align:center;
        padding:15px 0;
    }

    .booking-bar .btn{
        margin-top:10px;
    }

    .whatsapp-btn{
        width:60px;
        height:60px;
        font-size:30px;
        right:15px;
        bottom:90px;
    }

    #backToTop{
        right:15px;
        bottom:160px;
    }
}

.page-banner{
    padding:180px 0 120px;
    background:
    linear-gradient(
        rgba(0,0,0,.75),
        rgba(0,0,0,.75)
    ),
    url('../images/about-banner.png');
    background-size:cover;
    background-position:center;
}

.contact-form-box{
    background:#111;
    padding:40px;
    border-radius:25px;
    border:1px solid rgba(255,255,255,.05);
}

.contact-info-card{
    display:flex;
    gap:20px;
    align-items:flex-start;
    background:#111;
    padding:25px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.05);
}

.contact-icon{
    width:60px;
    height:60px;
    flex-shrink:0;
    border-radius:50%;
    background:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#fff;
}

.form-control{
    background:#0d0d0d;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    padding:14px 20px;
}

.form-control:focus{
    background:#0d0d0d;
    color:#fff;
    border-color:var(--primary);
    box-shadow:none;
}

.form-control::placeholder{
    color:#888;
}

.map-wrapper{
    overflow:hidden;
    border-radius:25px;
}

.map-wrapper iframe{
    width:100%;
    height:500px;
    border:none;
}