.event-title {
    background: linear-gradient(to bottom, #fcd7a2 0%, #fcd7a2 1%, #fad29e 1%, #fad29e 2%, #f7ce98 3%, #f7ce98 4%, #f6c992 4%, #f7c590 7%, #f7c28c 7%, #f7c28c 9%, #f6bf87 9%, #f5be85 18%, #f5c187 21%, #f6c489 21%, #f9cc93 37%, #f8cd98 37%, #f9d09a 43%, #fad39c 43%, #fbd49d 45%, #f9d49d 47%, #fad59e 49%, #f9d9a0 49%, #fcdea8 61%, #fbe2a9 62%, #fae4ab 66%, #fbe5ac 68%, #fde6b0 68%, #fee9b4 73%, #fcebb3 77%, #fdecb6 77%, #feefb8 82%, #ffefbb 82%, #fff8c2 93%, #fef9c2 99%, #faf7ca 99%, #faf7ca 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #000;
    border-radius: 26px;
    border: 1px solid #d4af37;
    position: relative;
    padding: 10px;
    width: max-content;
    margin: 0 auto;
}

.event-title h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}

/* Daily Check-in Styles */
.check-in-bg {
    background: linear-gradient(135deg, #1a4d3a 0%, #0d2818 100%);
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
}

.checkin-container {
    max-width: 100%;
    margin: 0 auto;
}

.checkin-days {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.day-item {
    flex: 1;
    min-width: 80px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.day-item.special {
    flex: 1.2;
    min-width: 95px;
}

.day-card {
    background-image: url('../images/checkin/day-normal.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 15px 10px;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.special .day-card {
    background-image: url('../images/checkin/Day 7.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.reward-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-icon img {
    width: 100%;
    height: 100%;
}

.day-item.special .reward-icon {
    width: 60px;
    height: 60px;
}

.check-in-bg .reward-amount {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #f8e9ae;
    margin: 0;
}


.day-label {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 3px;
    text-transform: uppercase;
    order: 0;
}

.day-text {
    margin-top: 10px;
    line-height: 1;
    font-weight: 800;
}

.day-text h4 {
    font-weight: bold;
}

.day-reward {
    color: #ffd700;
    font-weight: bold;
    font-size: 10px;
    order: 1;
    margin-bottom: 5px;
}

.day-item.special .day-reward {
    color: #ffd700;
    font-size: 12px;
}

.checkin-info {
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.info-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.info-text strong {
    color: #fbf9c0;
}

/* REWARD */
.reward-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.reward-item {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    min-height: 244px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.reward-item.board-1 {
    background-image: url('../images/reward-redemption/board-1.png');
}

.reward-item.board-2 {
    background-image: url('../images/reward-redemption/board-2.png');
}

.reward-item.board-3 {
    background-image: url('../images/reward-redemption/board-3.png');
}

.reward-item.board-4 {
    background-image: url('../images/reward-redemption/board-4.png');
}

.reward-item.board-5 {
    background-image: url('../images/reward-redemption/board-5.png');
}

.reward-item .reward-amount {
    font-size: 35px;
    font-weight: bold;
    color: #f8e9ae;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
}

.reward-points {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-bottom: 5px;
}

.reward-description {
    font-size: 18px;
    color: #f8e9ae;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 10px 0;
    min-height: 60px;
    align-content: center;
}

.reward-btn {
    background: linear-gradient(to bottom, #fcd7a2 0%, #fcd7a2 1%, #fad29e 1%, #fad29e 2%, #f7ce98 3%, #f7ce98 4%, #f6c992 4%, #f7c590 7%, #f7c28c 7%, #f7c28c 9%, #f6bf87 9%, #f5be85 18%, #f5c187 21%, #f6c489 21%, #f9cc93 37%, #f8cd98 37%, #f9d09a 43%, #fad39c 43%, #fbd49d 45%, #f9d49d 47%, #fad59e 49%, #f9d9a0 49%, #fcdea8 61%, #fbe2a9 62%, #fae4ab 66%, #fbe5ac 68%, #fde6b0 68%, #fee9b4 73%, #fcebb3 77%, #fdecb6 77%, #feefb8 82%, #ffefbb 82%, #fff8c2 93%, #fef9c2 99%, #faf7ca 99%, #faf7ca 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    padding: 8px 20px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.2s ease;
    min-width: 80px;
    min-height: 30px;
    border-radius: 25px;
}

.reward-btn:hover {
    transform: scale(1.05);
}

.reward-product-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.reward-points strong{
   font-size: 22px;
}
.reward-board{
    width: auto;
}
.tnc-content ul{
    padding-left: 20px!important;
}
.tnc-content ul li{
    list-style: circle;
}
/* BONUS */
.bonus-container{
    background: linear-gradient(135deg, #1a4d3a 0%, #0d2818 100%);
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
}
.bonus-container .card{
    padding: 0;
    background: none;
    border: none;
}
.bonus-container .card-header{
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    padding-bottom: 10px;
}
.bonus-container .card-body{
    padding: 10px 20px;
    padding-top: 0;
    font-size: 15px;
}
.bonus-container .btn-link {
    background: linear-gradient(to bottom, #fdfec2 0%, #eea437 100%);
    padding: 1px;
    border-radius: 15px;
    text-decoration: none;
}
.bonus-button-wrap{
    background: linear-gradient(to bottom, #007950 0%, #00100b 100%);
    border-radius: 15px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    box-shadow: inset 0px 0px 16px -1px #ffc600;
}
.bonus-container .btn-link h4{
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to bottom, #fdfec2 0%, #eea437 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    padding-left: 15px;
}
.bonus-container .btn-link img{
    max-height: 60px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.bonus-tnc-header{
    display: flex;
    grid-gap: 10px;
    align-items: center;
    padding: 10px 20px;
    padding-bottom: 0;
}
.bonus-tnc-header p{
    margin: 0;
}
/* Responsive Design */
@media (max-width: 999px) {
    .check-in-bg{
        padding: 15px;
    }
    .reward-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .reward-item {
        min-height: 180px;
        padding: 15px;
    }

    .reward-amount {
        font-size: 20px;
    }

    .reward-points {
        font-size: 12px;
    }

    .reward-description {
        font-size: 11px;
    }

    .checkin-days {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .checkin-days {
        gap: 10px;
    }

    .day-card {
        padding: 10px 5px;
        min-height: 200px;
    }

    .reward-icon {
        height: 65px;
    }

    .day-item.special .reward-icon {
        width: 50px;
        height: 50px;
    }

    .reward-amount {
        font-size: 30px;
    }

    .day-label {
        font-size: 9px;
    }

    .day-reward {
        font-size: 8px;
    }

    .info-text {
        font-size: 10px;
    }
}

@media (max-width: 680px) {
    .bonus-container .btn-link h4{
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .bonus-container .btn-link img{
        max-height: 40px;
    }
    .reward-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .reward-item {
        min-height: 160px;
        padding: 12px;
    }

    .reward-item .reward-amount {
        font-size: 25px;
        margin-top: 21px;
    }

    .reward-item .reward-points {
        font-size: 11px;
        margin-bottom: 0;
    }

    .reward-description {
        font-size: 12px;
        min-height: 40px;
    }

    .checkin-days {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .checkin-days {
        gap: 10px;
    }

    .day-card {
        padding: 8px 3px;
        /* min-height: 90px; */
    }

    .reward-icon {}

    .day-item.special .reward-icon {
        width: 45px;
        height: 45px;
    }

    .checkin-info {
        padding: 0;
    }

    .day-text {
        font-size: 12px;
    }

    .day-text h4 {
        font-size: 14px;
    }
    /* .bonus-container .btn-link img{
        display: none;
    } */
}

@media (max-width: 375px) {
    .reward-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 13px;
        padding: 0;
    }

    .reward-item {
        min-height: 140px;
        padding: 8px;
    }

    .reward-item .reward-amount {
        font-size: 16px;
        margin-top: 30px;
    }

    .reward-item .reward-points {
        font-size: 10px;
        margin-bottom: 0;
    }

    .reward-points strong {
        font-size: 18px;
    }

    .reward-description {
        font-size: 9px;
    }

    .reward-btn {
        padding: 6px 16px;
        font-size: 11px;
        min-width: 70px;
        min-height: 28px;
    }
}