.hero {
    width: 100%;
    min-height: 80vh;
    background-image: url('../assets/images/offers/offers_header.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero::before {
    /* overlay for text readability */
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.hero .container-lg {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: PlayfairDisplay, serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
}

.hero-subtitle{
    font-family: PlusJakartaSans, serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}
.combo-img{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.combo-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
}
.emoji-bullet{
    line-height: 1;
    transform: translateY(2px);
}

.combo-card{
    transition: transform .15s ease, box-shadow .15s ease;
    min-height: 550px;
    .btn-custom {
        font-family: Anton, sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
}
.combo-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.combo-overlay {
    background-color: rgba(217, 212, 212, 0.29);
    backdrop-filter: blur(5px);
    margin: 10px 10px;
    padding: 20px 10px 20px 0;
    border: 0.01rem solid rgba(255, 255, 255, 0.36);
    border-radius: 10px;
}
.item-title, .item-price{
    font-family: PlusJakartaSans, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: white;
}
.included{
    font-family: PlusJakartaSans, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;

}
.items{
    font-family: PlusJakartaSans, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

/*Special Pizza Detals*/

.special-deals .combo-card{
    min-height: 400px;
}

.calorie-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80px;
    background-color: rgba(217, 212, 212, 0.29);
    backdrop-filter: blur(5px);
    margin: 15px 15px;
    padding: 5px;
    border: 0.01rem solid rgba(255, 255, 255, 0.36);
    border-radius: 20px;
    color: #fff2f2;
    text-align: center;
    font-family: Anton, serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: uppercase;

}
.special-title{
    font-family: PlusJakartaSans, serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;

}
.ingredients{
    font-family: PlusJakartaSans, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;

}
