body {
    font-family: 'Noto Serif Bengali', sans-serif;
    background: #FFF0FC 0% 0% no-repeat padding-box;
    margin: 0 auto;
    max-width: 420px;
    border: 1px solid #eee;
}

.header {
    background-color: #C52783;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header img {
    height: 36px;
}

.intro {
    /* background: white; */
    padding: 1.2rem 1.2rem 0rem 1.2rem;

}

.intro h1 {
    font-size: 20px;
    color: #be0b6d;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.intro p {
    font-size: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.product-card {
    background: white;
    border-radius: 3px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.product-card img {
    width: 100%;
    display: block;
}

.ribbon {
    position: absolute;
    background: red;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    /* top: 10px;
left: 10px; */
    border-radius: 3px;
}

.card-body {
    padding: 1rem;
    position: relative;
}

.card-tag {
    background: #ffea00;
    display: block;
    position: absolute;
    font-size: 11px;
    padding: 4px 6px;
    margin-top: -15px;

    margin-bottom: 15px;

    /*font-weight: 600;*/
}

.month-title {
    font-size: 20px;
    font-weight: bold;
    font: 'Noto Sans Bengali', sans-serif;
    color: #be0b6d;
}

.month-sub {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #555;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: green;
    font-family: 'Poppins', sans-serif;
}

.old-price {
    text-decoration: line-through;
    color: #C6C6C6;
    margin-left: 8px;
    font-weight: 300;
    font: normal normal normal 16px/20px Microsoft Tai Le;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7);

    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 77, 77, 0);

    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);

    }
}

.buy-btn {
    background-color: #F1A842;
    color: black;
    width: 120px;
    margin-right: -10px;
    border: transparent;
    padding: 6px 16px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
}

.buy-btn:hover,
.buy-btn:active {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.buy-btn:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.box {
    background: #FFF0FC 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;


}

.menu-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    z-index: 3;
}

.content {
    padding: 1.5rem 1rem 0;
    text-align: center;
    font-size: 12px;
    color: #2A2929;
    flex: 1;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.footer {
    font-family: 'Poppins', sans-serif;
    background-color: #4a1c43;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}

.card-text {
    text-align: right;
    float: right;
    max-width: 100px;
    margin-top: -10px;
    margin-right: -10px;
    font: normal normal normal 10px / 15px Noto Serif Bengali;
    letter-spacing: 0px;
    color: #A4AF9F;
}

.menu1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.56;
}

.swiper {
    width: 100%;
    max-width: 900px;
    padding: 40px 0;
}

.swiper-slide {
    background: #0c1021;
    border-radius: 16px;
    padding: 20px;
    color: white;
    box-shadow: 0 5px 20px #ffb64d33;
    border: 1px solid #ffb64d55;
    max-width: 350px;
}

.testimonial-card {
    text-align: center;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ffaa00;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    font-family: 'Noto Sans Bengali', sans-serif;
    font-size: 18px;
    color: #ffd700;
    margin-bottom: 5px;
}

.stars {
    color: gold;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #eee;
    font-style: italic;
    margin-bottom: 12px;
}

.location {
    color: #ff4d4d;
    font-size: 14px;
    font-family: 'Noto Sans Bengali', sans-serif;
}
