
body{margin:0;background:#060606;color:#fff;font-family:Georgia,serif}
.topbar{background:#000;padding:18px 0;border-bottom:1px solid #b8913d}
.logo{color:#d4af37;font-size:32px;font-weight:bold}
.logo small{display:block;font-size:12px}
.btn-gold{background:#d4af37;color:#000}
.hero{position:relative;background:url('bg-new.png') center top/cover no-repeat}
.overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.hero h1{font-size:88px;line-height:0.95}
.hero span,.center,h2{color:#d4af37}
.dispatch{font-size:24px}
.booking-card{background:#fff;color:#000;padding:30px;border-radius:12px}
.booking-card input,.booking-card button{width:100%;padding:12px;margin:8px 0}
.booking-card button{background:#d4af37;border:0}
.section-dark{padding:80px 0}
.image-box{height:420px;background:url('bg-1.jpeg') left center/cover;border:1px solid #d4af37}
.banner{padding:100px 0;background:url('bg-reserve.png') center center/cover;border-top:1px solid #b8913d;border-bottom:1px solid #b8913d}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card-gold{border:1px solid #b8913d;padding:40px;text-align:center}
.fleet{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.fleet div{border:1px solid #b8913d;padding:25px;text-align:center}
footer{padding:60px 0;background:#000;border-top:1px solid #b8913d}
@media(max-width:768px){
.hero h1{font-size:48px}
.grid4,.fleet{grid-template-columns:repeat(2,1fr)}
}

.hero-logo{
    width:280px;
    height:auto;
    margin-bottom:30px;
    display:block;
}

/* ==========================
   SERVICES
========================== */

.services-section {
    background: #060606;
    padding: 70px 0 80px;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    color: #c9a45c;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: "Times New Roman", serif;
}

.title-line {
    width: 70px;
    height: 3px;
    background: #c9a45c;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.service-card {
    border: 1px solid rgba(201,164,92,.45);
    border-radius: 6px;
    padding: 45px 30px;
    text-align: center;
    background: rgba(0,0,0,.25);
    transition: .3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #c9a45c;
    box-shadow: 0 0 25px rgba(201,164,92,.15);
}

.service-icon {
    font-size: 64px;
    color: #c9a45c;
    margin-bottom: 25px;
    line-height: 1;
}

.service-card h3 {
    color: #d4b16c;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-card p {
    color: #d9d9d9;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

/* Tablet */

@media(max-width:991px){

    .services-grid{
        grid-template-columns: repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:576px){

    .services-grid{
        grid-template-columns: 1fr;
    }

    .section-title h2{
        font-size:36px;
    }

}

/* ==========================
   FLEET
========================== */

.fleet-section{
    background:#060606;
    padding:80px 0;
}

.fleet-grid{

    display:grid;

    grid-template-columns:
    repeat(6,1fr);

    gap:14px;

    margin-top:50px;
}

.fleet-card{

    background:#0b0b0b;

    border:1px solid rgba(201,164,92,.45);

    border-radius:8px;

    overflow:hidden;

    transition:.3s ease;
}

.fleet-card:hover{

    transform:translateY(-5px);

    border-color:#c9a45c;

    box-shadow:
    0 0 20px rgba(201,164,92,.18);
}

.fleet-card img{

    width:100%;

    height:150px;

    object-fit:contain;

    background:white;

    padding:8px;
}

.fleet-info{

    padding:14px;
}

.fleet-info h3{

    color:#d4b16c;

    font-size:18px;

    margin-bottom:12px;

    min-height:48px;
}

.fleet-meta{

    display:flex;

    justify-content:space-between;

    gap:10px;
}

.fleet-meta span{

    color:#ddd;

    font-size:14px;
}

.fleet-meta i{

    color:#d4b16c;

    margin-right:4px;
}

.fleet-legend{

    display:flex;

    justify-content:center;

    gap:40px;

    margin-top:30px;

    color:#d4b16c;

    font-size:18px;
}

.fleet-legend i{

    margin-right:8px;
}

@media(max-width:1400px){

    .fleet-grid{
        grid-template-columns:repeat(4,1fr);
    }

}

@media(max-width:991px){

    .fleet-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:768px){

    .fleet-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .fleet-grid{
        grid-template-columns:1fr;
    }

}

/* ====================================
   FIFA WORLD CUP BANNER
==================================== */

.world-cup-banner{

    position:relative;

    padding:35px 0;

    overflow:hidden;

    border-top:2px solid rgba(201,164,92,.4);
    border-bottom:2px solid rgba(201,164,92,.4);

    background:
    linear-gradient(
        rgba(0,0,0,.72),
        rgba(0,0,0,.72)
    ),
    url('../images/banner/world-cup-bg.jpg');

    background-size:cover;
    background-position:center;
}

.world-cup-content{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:60px;
}

.world-cup-trophy img{

    width:120px;

    height:auto;

    display:block;
}

.world-cup-text{

    text-align:center;
}

.world-cup-text h2{

    color:white;

    font-size:56px;

    line-height:1.25;

    font-weight:400;

    letter-spacing:1px;

    margin-bottom:20px;

    font-family:
    "Times New Roman",
    serif;
}

.world-cup-text p{

    color:#c9a45c;

    font-size:28px;

    font-weight:500;

    margin-bottom:15px;
}

.world-cup-line{

    width:120px;

    height:3px;

    background:#c9a45c;

    margin:auto;
}

@media(max-width:991px){

.hero-section{
    min-height:auto;
    padding:120px 0;
}

.hero-row{
    min-height:auto;
}

.hero-content{
    text-align:center;
}

.hero-line{
    margin:auto auto 25px;
}

.hero-content h1{
    font-size:60px;
}

.booking-card{
    margin-top:50px;
}

}

/* =====================================
   WHO WE ARE
===================================== */

.about-section{

    background:#050505;

    padding:120px 0;
}

.about-image{

    position:relative;

    overflow:hidden;

    border-radius:12px;
}

.about-image img{

    width:100%;

    height:550px;

    object-fit:cover;

    display:block;
}

.about-content{

    padding-left:60px;
}

.about-label{

    display:block;

    color:#c9a45c;

    letter-spacing:3px;

    font-size:14px;

    margin-bottom:15px;
}

.about-content h2{

    color:#c9a45c;

    font-size:56px;

    font-weight:400;

    margin-bottom:20px;

    font-family:
    "Times New Roman",
    serif;
}

.about-line{

    width:90px;

    height:3px;

    background:#c9a45c;

    margin-bottom:35px;
}

.about-content p{

    color:#d7d7d7;

    font-size:18px;

    line-height:1.9;

    margin-bottom:25px;
}

.about-btn{

    display:inline-block;

    margin-top:15px;

    background:#c9a45c;

    color:black;

    text-decoration:none;

    padding:15px 34px;

    font-weight:700;

    transition:.3s;
}

.about-btn:hover{

    transform:translateY(-2px);
}

@media(max-width:991px){

.about-section{

    padding:80px 0;
}

.about-content{

    padding-left:0;
    padding-top:40px;
}

.about-content h2{

    font-size:42px;
}

.about-image img{

    height:420px;
}

}

/* =====================================
   RESERVE YOUR RIDE TODAY
===================================== */

.ride-cta-section{

    position:relative;

    min-height:550px;

    display:flex;

    align-items:center;

    overflow:hidden;

    background:
    linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.55)
    ),
    url('bg-1.jpeg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ride-content{

    position:relative;

    z-index:2;

    max-width:700px;
}

.ride-subtitle{

    display:block;

    color:#c9a45c;

    letter-spacing:3px;

    font-size:15px;

    margin-bottom:20px;
}

.ride-content h2{

    color:white;

    font-size:82px;

    line-height:.95;

    font-weight:400;

    margin-bottom:25px;

    font-family:
    "Times New Roman",
    serif;
}

.ride-content p{

    color:#f2f2f2;

    font-size:20px;

    line-height:1.8;

    margin-bottom:35px;

    max-width:600px;
}

.ride-btn{

    display:inline-block;

    background:#c9a45c;

    color:black;

    text-decoration:none;

    padding:16px 38px;

    font-weight:700;

    transition:.3s;
}

.ride-btn:hover{

    transform:translateY(-2px);

    color:black;
}

.worldcup-schedule-section{

    background:#050505;

    padding:100px 0;

    text-align:center;
}

.schedule-intro{

    max-width:850px;

    margin:0 auto 50px;

    color:#d8d8d8;

    font-size:20px;

    line-height:1.8;
}

.schedule-image{

    width:100%;

    max-width:1400px;

    border-radius:14px;

    border:1px solid rgba(201,164,92,.4);

    box-shadow:
    0 20px 60px rgba(0,0,0,.4);
}

.schedule-cta{

    margin-top:50px;
}

.schedule-cta h3{

    color:white;

    font-size:38px;

    margin-bottom:15px;
}

.schedule-cta p{

    color:#d7d7d7;

    margin-bottom:25px;
}

.whatsapp-float{

    position:fixed;

    right:25px;

    bottom:25px;

    width:70px;

    height:70px;

    background:#25D366;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
    0 8px 25px rgba(37,211,102,.45);

    z-index:9999;

    transition:.3s ease;
}

.whatsapp-float{

    position:fixed;

    right:25px;

    bottom:25px;

    width:75px;

    height:75px;

    background:#25D366;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    z-index:99999;

    box-shadow:
        0 0 25px rgba(37,211,102,.45);

    transition:.3s ease;
}

.whatsapp-float:hover{

    transform:scale(1.08);
}

.whatsapp-float i{

    color:white;

    font-size:42px;

    line-height:1;
}

@media (max-width: 768px){

    .world-cup-text h2{

        font-size:34px !important;

        line-height:1.2;

        text-align:center;
    }

}