/* 015 Tourism & Rent a Car */

body{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f5f5f5;
}

.navbar{
    background:rgba(15,23,42,.75);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    transition:.4s;
    padding:15px 0;
}

.navbar-brand{
    font-size:28px;
    font-weight:800;
    color:#ffc107 !important;
    letter-spacing:1px;
}

.nav-link{
    color:#fff !important;
    font-weight:600;
    margin-left:15px;
    transition:.3s;
}

.nav-link:hover{
    color:#ffc107 !important;
}

.hero{
    min-height:100vh;
    background:
    linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
    url('../images/hero.jpg') center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:120px 20px;
}

.hero h1{
    font-size:72px;
    font-weight:800;
    line-height:1.1;
    text-transform:uppercase;
}

.hero .lead{
    font-size:24px;
    margin-top:25px;
    margin-bottom:40px;
}
.btn-warning{
    padding:14px 35px;
    font-size:18px;
    border-radius:50px;
}

.btn-outline-light{
    padding:14px 35px;
    font-size:18px;
    border-radius:50px;
}
.hero p{
    font-size:22px;
}

.btn-gold{
    background:#D4AF37;
    color:#000;
    padding:15px 35px;
    border-radius:5px;
    text-decoration:none;
    font-weight:bold;
}

footer{
    margin-top:50px;
.card{
    border:none;
    border-radius:15px;
.card img{
    height:220px;
    object-fit:cover;
.card:hover{
    transform:translateY(-8px);
    transition:0.3s;
.hero{
    padding:120px 0;
.navbar{
    position: sticky;
    top: 0;
    z-index: 9999;
.hero{
    background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url('../images/hero.jpg') center center/cover no-repeat;
    min-height:700px;
    position:relative;
}

.hero::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}

.hero .container,
.hero .text-center{
    position:relative;
    z-index:2;
	.car-card{
    border:0;
    border-radius:20px;
    overflow:hidden;
    transition:all .4s ease;
    background:#fff;
}

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

.car-card img{
    height:250px;
    width:100%;
    object-fit:cover;
}

.car-price{
    font-size:28px;
    font-weight:700;
    color:#d4af37;
}

.car-title{
    font-size:24px;
    font-weight:700;
}

.car-features i{
    font-size:28px;
    color:#d4af37;
}

.car-features div{
    font-weight:600;
.btn-warning{
    background:linear-gradient(135deg,#f7c948,#d4af37);
    border:none;
    border-radius:50px;
    color:#000;
    font-weight:600;
    transition:.3s;
}

.btn-warning:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(212,175,55,.35);
}
	/* Floating WhatsApp Button */
.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#ffffff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.30);
    z-index:999999;
	pointer-events:auto;
    transition:all .3s ease;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:#ffffff;
    text-decoration:none;
}
.whatsapp-float{
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 65px !important;
    height: 65px !important;
    background: #25D366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 34px !important;
    z-index: 999999999 !important;
    pointer-events: auto !important;
}

.whatsapp-float i{
    pointer-events:none;
}

.hero,
.hero::before,
.hero::after{
    z-index:1;
}

.navbar{
    z-index:99999;
}
	/* Mobile Responsive Hero */
@media (max-width:768px){

    .hero{
        min-height:80vh;
        padding:80px 20px;
    }

    .hero h1{
        font-size:42px;
        line-height:1.2;
    }

    .hero .lead{
        font-size:18px;
    }

    .hero .btn{
        display:block;
        width:100%;
        margin:10px 0;
    }
.card{
    transition:all .3s ease;
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.2) !important;
}
.card img{
    transition:transform .4s ease;
}

.card:hover img{
    transform:scale(1.08);
}
.card-img-top{
    height:220px;
    object-fit:cover;
    border-radius:12px 12px 0 0;
}
.btn-warning{
    background:#f4b400;
    border:none;
    border-radius:50px;
    padding:12px 28px;
    font-weight:700;
    transition:all .3s ease;
}

.btn-warning:hover{
    background:#d89b00;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(244,180,0,.35);
}
/* Car Details Gallery */
#mainImage{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:20px;
}

.row.g-3 img{
    height:100px;
    width:100%;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
    transition:all .3s ease;
    border:3px solid transparent;
}

.row.g-3 img:hover{
    transform:scale(1.05);
    border-color:#ffc107;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}
.gallery-thumb.active{
    border:3px solid #ffc107 !important;
    transform:scale(1.05);
}
/* Main Gallery Image */
#mainImage{
    width:100%;
    border-radius:15px;
    transition:all .4s ease;
}

/* Gallery Thumbnails */
.gallery-thumb{
    cursor:pointer;
    border:3px solid transparent;
    transition:all .3s ease;
}

.gallery-thumb:hover{
    transform:scale(1.05);
    border-color:#ffc107;
}

.gallery-thumb.active{
    border-color:#ffc107;
    transform:scale(1.05);
    box-shadow:0 0 15px rgba(255,193,7,.45);
}