.page-tour {
    padding: 180px 0 120px;
    background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url('../images/tourhero.png') center center/ cover no-repeat;
    color: #fff;
        
    text-align: center;
    position: relative;
}


.tour-hero {
    padding: 140px 0 90px;
    background: linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)), url('../images/tours/hero.jpg') center/cover;
    text-align: center;
    color: #fff;
}

.hero-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #ffffff20;
    backdrop-filter: blur(12px);
    border-radius: 30px;
    margin-bottom: 20px;
}

.tour-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .tour-card:hover {
        transform: translateY(-8px);
    }

.tour-image {
    height: 250px;
    overflow: hidden;
}

    .tour-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

.tour-card:hover img {
    transform: scale(1.08);
}

.tour-body {
    padding: 25px;
}

.tour-category {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 15px;
}

.tour-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.btn-book {
    padding: 10px 22px;
    border-radius: 30px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
}

.why-card {
    padding: 35px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

    .why-card i {
        font-size: 48px;
        color: #0d6efd;
        margin-bottom: 15px;
    }

.tour-cta {
    padding: 100px 0;
    text-align: center;
    background: #0d6efd;
    color: #fff;
    margin-top: 80px;
}
