/*.group-gallery{
    width:90%;
    max-width:1400px;
    margin:50px auto;
    display:grid;
    grid-template-columns:1fr 1.4fr 1fr;
    gap:10px;
}

.group-gallery img{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:15px;
}
 /* =====================================
   GROUP TOUR PAGE
===================================== */

.group-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* HERO */

.hero-content{
    max-width:850px;
    text-align:center;
    color:#fff;
    padding:50px;
    background:rgba(0,0,0,.25);
    border-radius:25px;
}

.hero-tag{
    display:inline-block;
    padding:10px 20px;
    background:rgba(255,255,255,.15);
    border-radius:30px;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:clamp(3rem,7vw,5rem);
    margin-bottom:20px;
    color:#fff;
}

.hero-content p{
    font-size:1.2rem;
    line-height:1.8;
    color:#fff;
    margin-bottom:30px;
}

.hero-btn,
.book-btn{
    display:inline-block;
    background:#f59e0b;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.hero-btn:hover,
.book-btn:hover{
    background:#d97706;
    transform:translateY(-3px);
}

/* SECTIONS */

.group-intro,
.group-highlights,
.group-accommodation,
.group-departure{
    padding:80px 0;
}

.group-intro{
    background:#fffaf3;
}

.group-highlights{
    background:#f7f7f7;
}

.group-accommodation{
    background:#ffffff;
}

.group-departure{
    background:linear-gradient(135deg,#0f766e,#155e75);
}

.group-container h2{
    text-align:center;
    font-size:2.5rem;
    color:#0f766e;
    margin-bottom:30px;
}

.group-container p{
    text-align:center;
    line-height:1.9;
    color:#555;
}

/* CARDS */

.highlight-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    margin-top:50px;
}

.highlight-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    border-top:5px solid #f59e0b;
}

.highlight-card h3{
    color:#0f766e;
    margin-bottom:15px;
}

/* DEPARTURE */

.departure-box{
    max-width:700px;
    margin:auto;
    text-align:center;
    padding:40px;
    background:rgba(255,255,255,.1);
    border-radius:20px;
}

.departure-box h2{
    color:#fff;
}

.departure-box h3{
    color:#ffd166;
    margin-bottom:15px;
}

.departure-box p{
    color:#fff;
}

/* MOBILE */

@media(max-width:768px){

    .hero-content{
        padding:30px;
    }

    .group-container h2{
        font-size:2rem;
    }

    .hero-content p{
        font-size:1rem;
    }

}
.group-hero{
    min-height:500px !important;
    background:red !important;
}
.group-hero{
    min-height:100vh !important;

    background-image:
        linear-gradient(
            rgba(0,0,0,0.45),
            rgba(0,0,0,0.45)
        ),
        url("../images/group-kenya-banner1.jpg") !important;

    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}
