/*==========================================
EB FLORIST - HALAMAN PAKET
==========================================*/

.hero-page{

    position:relative;
    min-height:70vh;

    padding:150px 0 90px;

    display:flex;

    align-items:center;

    overflow:hidden;

}

.hero-page img{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
    rgba(0,0,0,.45),
    rgba(0,0,0,.45));

}

.hero-page-content{

    position:relative;

    z-index:10;

    color:#fff;

    max-width:700px;

}

.hero-page-content span{

    display:inline-block;

    color:#FFD66B;

    letter-spacing:3px;

    margin-bottom:20px;

    font-weight:600;

}

.hero-page-content h1{

    font-size:72px;

    font-family:'Cormorant Garamond',serif;

    margin-bottom:20px;

}

.hero-page-content p{

    line-height:1.9;

    font-size:18px;

    margin-bottom:35px;

}

.header-wrapper{
    height:90px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/*============================
PAKET CARD
=============================*/

.paket-list{

    margin:25px 0;

}

.paket-list li{

    margin-bottom:14px;

    color:#666;

}

.paket-list i{

    color:#c9a227;

    margin-right:10px;

}

.produk-card{

    position:relative;

}

.produk-card h4{

    color:#7a1f1f;

    font-size:34px;

    margin:20px 0;

    font-weight:700;

}

.badge{

    display:inline-block;

    background:#28a745;

    color:#fff;

    padding:7px 18px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:15px;

    font-weight:600;

}

.badge.gold{

    background:#D4AF37;

}

.badge.platinum{

    background:#444;

}

.badge.custom{

    background:#8B0000;

}

.produk-card{

    transition:.35s;

}

.produk-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.produk-card:hover img{

    transform:scale(1.08);

}

.produk-image{

    overflow:hidden;

}

.produk-image img{

    transition:.5s;

}

.btn-order{
    display:inline-block;
    padding:15px 35px;
    border-radius:50px;
    background:#c9a227;
    color:#fff;
    font-weight:600;
    text-align:center;
    transition:.3s;
}

.btn-order:hover{

    background:#7a1f1f;

}

.keunggulan-page{

    background:#faf9f7;

}

.keunggulan-page .unggul-card{

    background:#fff;

}

.cta{

    text-align:center;

}

.cta h2{

    font-size:48px;

}

.cta p{

    max-width:700px;

    margin:25px auto;

}

@media (max-width:991px){

.btn-wa{
    display:none;
}

.menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
}

nav{

    position:fixed;

    top:0;

    right:-320px;

    width:300px;

    height:100vh;

    background:#fff;

    padding:100px 35px;

    transition:.35s;

    z-index:999;

    box-shadow:-15px 0 40px rgba(0,0,0,.15);

}

nav.active{

    right:0;

}

nav ul{

    flex-direction:column;

    gap:30px;

}

}

@media(max-width:768px){

.hero-page{
    position: relative;
    min-height: 100vh;
    padding-top: 120px;   /* tambah ini */
    overflow: hidden;
}

}

.hero-page h1{

font-size:38px;

}

.hero-page p{

font-size:16px;

}

/*==========================
FOOTER
===========================*/

.footer{

    background:#1d1d1d;

    color:#ddd;

    padding:80px 0 0;

}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:45px;
}

.footer-logo{

    width:75px;

    margin-bottom:15px;

}

.footer-about h2{

    color:#fff;

    margin-bottom:15px;

}

.footer-about span{

    color:#c9a227;

}

.footer p{

    line-height:1.9;

    color:#bbb;

}

.footer h3{

    color:#fff;

    margin-bottom:20px;

}

.footer ul{

    list-style:none;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul a{

    color:#bbb;

    transition:.3s;

}

.footer ul a:hover{

    color:#c9a227;

    padding-left:6px;

}

.footer-social{

    display:flex;

    gap:12px;

    margin-top:25px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#2b2b2b;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;

}

.footer-social a:hover{

    background:#c9a227;

    transform:translateY(-5px);

}

.footer-bottom{

    margin-top:60px;

    padding:25px;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.08);

    color:#999;

}

.footer i{

    color:#c9a227;

    margin-right:10px;

}

