﻿.success-header {
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
}

    .success-header .icon {
        font-size: 60px;
        color: #28a745;
        margin-bottom: 20px;
    }

    .success-header h1 {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .success-header p {
        color: #555;
        font-size: 1rem;
    }

.coupon-section {
    padding: 0px 20px 40px 20px;
}

.coupon-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #5f8a29;
}

.coupon {
    background: #fff;
    border: 2px dashed #dbdbdb;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    position: relative;
    /* min-height: 370px;
    height: 370px; */
    align-content: center;
}

    .coupon::before, .coupon::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: #f5f7fa;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    .coupon::before {
        left: -16px;
    }

    .coupon::after {
        right: -16px;
    }

.discount {
    font-size: 21px;
    font-weight: 600;
    color: #91c254;
}

.details {
    font-size: 0.95rem;
    color: #555;
    margin: 10px 0;
    /* min-height: 70px; */
}

.brand {
    font-weight: 600;
    color: #333;
    width: 60%;
    height: 70px;
    border: 1px solid #8c8c8c70;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #cccccc8f;
    margin: 20px auto;
    background-image: linear-gradient(#ecececb5, #719f3700);
}

.expiry {
    font-size: 0.85rem;
    color: #888;
}

.code-box {
    background: #f0f4ff;
    border: 1px dashed #ef4eb4;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1rem;
    color: #ef4eb4;
    /* letter-spacing: 2px; */
    display: inline-block;
    position: relative;
    width: 225px;
}

    .code-box::before {
        position: absolute;
        content: "";
        background-image: url(assets/images/texture01.png);
        display: inline-block;
        width: 100%;
        height: 40px;
        left: 0;
        top: 0;
        border-radius: 10px;
        opacity: 0.5;
    }

    .code-box span {
        filter: blur(3px);
    }

.btn-claim {
    margin-top: 20px;
    display: inline-block;
    background: #ef4eb4;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    max-width: 60%;
}

    .btn-claim:hover {
        background: #e80e89 !important;
        color: #fff;
    }

.brand_logoDiv {
    width: 60%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 15px;
    background-image: linear-gradient(white, #f0f4ff);
    box-shadow: 0px 1px 2px #e6e6e6;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px !important;
}

.brand_logoDiv01 {
    margin: 20px 0;
}

.brand_logoDiv img {
    width: 70%;
}

.brand_logoDiv01 img {
    width: 65%;
}
.discount a:hover {
    color: #ef4eb4 !important
        ;
}




@media screen and (min-width: 320px) and (max-width: 767px) {
    .success-header h1 {
        font-size: 21px;
    }

    .success-header p {
        font-size: 14px;
    }

    .success-header {
        padding: 0;
    }

    .coupon-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .coupon {
        min-height: auto;
        height: auto;
    }
}
