/*
 * Styles for the VIP baggage & concierge page.
 *
 * Extracted from an inline <style> block in
 * resources/views/vip-baggage-services.php so that
 * tools/build-rtl-css.py can mirror it into rtl.css - it only reads real
 * stylesheets, so anything left inline never gets an RTL counterpart.
 */

.vip-baggage-hero{
    background:linear-gradient(135deg,#071a2d,#12375f);
    color:#fff;
    padding:100px 0;
}

.vip-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:8px 15px;
    border-radius:30px;
    margin-bottom:20px;
    font-size:14px;
}

.vip-baggage-hero h1{
    font-size:56px;
    margin-bottom:20px;
    font-weight:700;
}

.lead{
    max-width:700px;
    font-size:20px;
    line-height:1.7;
    opacity:.95;
}

.hero-actions{
    margin-top:35px;
    display:flex;
    gap:15px;
}

.btn-primary,
.btn-secondary{
    display:inline-block;
    padding:14px 30px;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
}

.btn-primary{
    background:#d4af37;
    color:#000;
    font-weight:600;
}

.btn-secondary{
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
}

.vip-benefits,
.vip-process{
    padding:90px 0;
}

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

.section-heading h2{
    font-size:38px;
    margin-bottom:15px;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.benefit-card{
    background:#fff;
    border-radius:16px;
    padding:35px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    text-align:center;
}

.benefit-card .icon{
    font-size:42px;
    margin-bottom:15px;
}

.benefit-card h3{
    margin-bottom:12px;
}

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

.step{
    text-align:center;
}

.step span{
    width:60px;
    height:60px;
    line-height:60px;
    display:inline-block;
    border-radius:50%;
    background:#d4af37;
    color:#000;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.vip-cta{
    background:#0d2340;
    color:#fff;
    text-align:center;
    padding:90px 20px;
}

.vip-cta h2{
    font-size:42px;
    margin-bottom:15px;
}

.vip-cta p{
    max-width:700px;
    margin:0 auto 30px;
    opacity:.9;
}

@media(max-width:768px){

    .vip-baggage-hero h1{
        font-size:40px;
    }

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

}











h1,h2,h3{color:#fff;}


.vip-luggage{
    
    color:#fff;
    background:#08101b;
}

.vip-luggage .container{
    width:100%;
    max-width:1300px;
    margin:auto;
    padding:0 30px;
}

.vip-hero{
    position:relative;
    min-height:850px;
    display:flex;
    align-items:center;
    background-image:url('/assets/media/Featured-Image-2026-03-13T133822.444.png');
    background-size:cover;
    background-position:center;
}

.vip-hero .overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.65) 40%,
        rgba(0,0,0,.35) 100%
    );
}

.hero-content{
    position:relative;
    max-width:700px;
    z-index:2;
}

.vip-label{
    display:inline-block;
    color:#d4af37;
    letter-spacing:3px;
    font-size:13px;
    margin-bottom:25px;
}

.hero-content h1{
    
    font-size:78px;
    line-height:1.05;
    margin-bottom:30px;
    font-weight:600;
}

.hero-content p{
    font-size:22px;
    line-height:1.8;
    opacity:.92;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-gold{
    background:#d4af37;
    color:#fff;
    text-decoration: none;
    padding:16px 34px;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    text-align: center;
}

.btn-gold:hover{
    color:#fff;
    transform:translateY(-2px);
}

.btn-outline{
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    text-decoration:none;
    padding:16px 34px;
    border-radius:4px;
    text-align: center;
}
.btn-outline:hover{color: #fff;}

.luxury-intro{
    padding:120px 0;
    background:#0b1420;
}

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

.section-title span{
    color:#d4af37;
    letter-spacing:3px;
    font-size:13px;
}

.section-title h2{
    
    font-size:54px;
    margin:20px 0;
}

.section-title p{
    color:#c7c7c7;
    font-size:20px;
}

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

.feature{
    background:#121e2c;
    padding:45px 35px;
    border:1px solid rgba(212,175,55,.15);
    text-align:center;
    transition:.3s;
}

.feature:hover{
    border-color:#d4af37;
    transform:translateY(-6px);
}

.feature .icon{
    font-size:42px;
    margin-bottom:20px;
}

.feature h3{
    font-size:24px;
    margin-bottom:15px;
}

.feature p{
    color:#bdbdbd;
    line-height:1.8;
}

.journey{
    padding:120px 0;
    background:#08101b;
}

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

.step{
    text-align:center;
}

.step span{
    display:inline-flex;
    width:80px;
    height:80px;
    align-items:center;
    justify-content:center;
    border:1px solid #d4af37;
    border-radius:50%;
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
}

.step h3{
    margin-bottom:15px;
    font-size:24px;
}

.step p{
    color:#bdbdbd;
    line-height:1.7;
}

.quote-banner{
    padding:120px 0;
    background:
    linear-gradient(
        rgba(0,0,0,.75),
        rgba(0,0,0,.75)
    ),
    url('https://images.unsplash.com/photo-1522708323590-d24dbb6b0267');
    background-size:cover;
    background-position:center;
    text-align:center;
}

.quote-banner blockquote{
    max-width:900px;
    margin:auto;
    
    font-size:48px;
    line-height:1.4;
    color: #fff;
}

.cta-section{
    padding:120px 0;
    text-align:center;
    background:#0f1928;
    background: #fff;
}

.cta-section h2{
    color:#222;
    font-size:56px;
    margin-bottom:20px;
}

.cta-section p{
    max-width:700px;
    margin:0 auto 40px;
    color:#c9c9c9;
    color: #222;
    font-size:20px;
    line-height:1.8;
}

@media(max-width:991px){

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

    .feature-grid,
    .timeline{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:767px){

    .vip-hero{
        min-height:650px;
    }

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

    .hero-content p{
        font-size:18px;
    }

    .feature-grid,
    .timeline{
        grid-template-columns:1fr;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .quote-banner blockquote{
        font-size:30px;
    }

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

}
