.redeem-thanks-section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou-card {
    padding: 15px;
    margin: 0 auto;
    max-width: 375px;
    box-sizing: border-box;
    position: relative; 
}
.new-line {
    display: block;
}
.redeem-heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 28.8px;
    text-align: center;
    color: #0F0F0F;
}

.thankyou-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    flex-direction: column;
}
.center-image-container{
    width: 100%;
    max-width: 242px;
    height: auto;
    background-image: url('/assets/img/yellow.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding: 10px;
    aspect-ratio: 242 / 360;  
    z-index: 5;
}
.thankyou-banner-redeem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 405px;
}

.circle-1, .circle-2, .circle-3, .circle-4, .circle-5 {
    border-radius: 50%;
    position: absolute;
    animation: circleAnimation 3s ease-in-out forwards;
}

.circle-1 {
    box-sizing: border-box;
    width: 762px;
    height: 762px;
    border: 1px solid #F6D688;
    z-index: 5;
    opacity: 80%;
}

.circle-2 {
    box-sizing: border-box;
    width: 686px;
    height: 686px;
    border: 1px solid #FFE4A2;
    animation-delay: 0.3s;
    z-index: 4;
    opacity: 60%;
}

.circle-3 {
    box-sizing: border-box;
    width: 610px;
    height: 610px;
    border: 1px solid #FFF4DA;
    animation-delay: 0.6s;
    z-index: 3;
    opacity: 40%;
}

.circle-4 {
    box-sizing: border-box;
    width: 534px;
    height: 534px;
    border: 1px solid #FFF4DA;
    animation-delay: 0.9s;
    z-index: 2;
    opacity: 30%;
}

.circle-5 {
    box-sizing: border-box;
    width: 458px;
    height: 458px;
    border: 1px solid #FFF4DA;
    z-index: 1;
    opacity: 20%;
}

.center-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-image {
    width: 207px;
    height: 204px;
}

.voucher-till-date-text-redeem {
    margin-top: 20px;
    text-align: center;
}

.thankyou-banner-message {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.salon-name-redeem-message {
    font-size: 12px;
    color: #464646;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.thankyou-banner-bn-img4 { 
    width: 207px; 
    height: 204px;
    object-fit: contain; 
    z-index: 4;
}


.thankyou-description1 {
    padding: 20px 10px;
    text-align: center;
    margin: 4px 0;
    width: 80%;
    max-width: 300px;
}

.redeem-thanks-section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; 
}


@keyframes circleAnimation {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .thankyou-banner-bn-img4 {
        margin-top: 10px;
    }
}
