.shinchan-hero-section {
    background: linear-gradient(180deg, #006F34 0%, #007E37 22.67%, #00933D 52.52%, #009C3E 78.49%, #009D3E 97.4%) !important;
    min-height: 712px;
    position: relative;
    overflow: hidden;
}

/* Shin-chan Banner Container */
.shinchan-banner-container {
    position: relative;
    width: 100%;
    height: 712px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* Shin-chan Character */
.shinchan-character {
    position: absolute;
    left: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
}

.shinchan-img {
    width: 423px;
height: 566px;
flex-shrink: 0;
aspect-ratio: 423/566;
    max-width: 423px;
    height: auto;
   
}


/* Product Bottle */
.product-bottle {
    position: absolute;
    right: 19%;
    bottom: 22%;
    z-index: 2;
    /* animation: bounce 2s ease-in-out infinite; */
}

.bottle-img {
    width: 380px;
    height: auto;
    flex-shrink: 0;
    max-width: 380px;
}


/* Main Text Banner */
.main-text-banner {
    position: absolute;
    top: 6%;
    right: 18%;
    z-index: 4;
}

.text-banner-img {
    max-width: 385px;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

/* Below Text Banner */
.below-text-banner {
    position: absolute;
    bottom: 10%;
    right: 0%;
    transform: translateX(0%);
    z-index: 2;
}

.below-text-img {
    max-width: 335px;
    height: auto;
   
}
.shinchan-section-video-section {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background:  linear-gradient(180deg, #019E3F 0%, #D0BB40 56.32%, #FAFAFA 89%);
}
.shin-youtube-wrap {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shin-youtube-wrap iframe {
    width: 1004px;
    height: 485px;
    border-radius: 64px;
    max-width: 100%;

}
.shinchan-boy {
    position: absolute;
    right: -2%;
    bottom: 5px;
}
.shinchan-boy-img {
    width: 133px;
    height: 204px;
    flex-shrink: 0;
    aspect-ratio: 133/204;
    object-fit: contain;
 
}
.drink-redeem-section {
    position: relative;
  display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
background-size: contain;
background-repeat: repeat;
background-color: #fafafa;
max-width: 1600px;
    margin: 0px auto;
}
.bg-step-green {
    background: #00733F !important;
}
.step-card-content img {
    width: 150px;
    height: auto;
    flex-shrink: 0;
}
.text-content-step.text-white p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}
.step-card.bg-step-green .step-card-content {
    gap: 20px !important;
}
.text-content-step.text-white h3 {
    color: white !important;
    text-shadow: 1px 0px 2px #ffffff;
    text-transform: capitalize;
}
.drink-redeem-wrap {
    display: flex;
width: 100%;
padding: 80px 0 40px 0;
flex-direction: column;
align-items: center;
gap: 32px;
}
.redeem-text img {
    width: 748px;
    height: 76px;
    max-width: 100%;
    height: auto;
}
.step-card.bg-yellow-card {
    background: #D9C658;
}
.bg-yellow-card .text-content-step h3 {
    color: #00733F;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 800;
    text-shadow: 1px 0px 0 #02733f47;
}
.step-card.bg-yellow-card .text-content-step p {
    font-size: 16px;
}
.bg-yellow-card .text-content-step {
    margin-right: 50px;
}
img.img-luggage {
    position: absolute;
    right: 9%;
    width: 120.223px;
    height: 222.989px;
    flex-shrink: 0;
    aspect-ratio: 120.22 / 222.99;
}
.boy-img {
    width: 109px;
    height: 166px;
    position: absolute;
    left: -2%;
    bottom: -50px;
    animation: float 2s ease-in-out infinite;
}

.redeem-date {
    background: #D9C658;
    padding: 0px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redeem-date p {
    margin: 0;
    padding: 5px 20px;
    background: #fafafa;
    border-radius: 50px;
    color: #00733F;
    font-weight: 700;
    border: 2px solid #d9c658;
    font-size: 26px;
}
.redeem-card {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.text-steps {
    position: relative;
}

.text-steps-line {
    position: absolute;
    width: 679px;
    height: 1px;
    background: #000000;
    left: 0;
    top: 20px;
    right: 0;
    margin: 0px auto !important;
    z-index: 1;
    text-align: center;
    transform: translateX(-30%);
}
.heading-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.heading-with-lines h3 {
    margin: 0 20px;
    /* white-space: nowrap; */
}

.heading-with-lines .line {
    flex: 1;
    height: 1px;
    background: #000000;
    max-width: 100px;
    width: 100px;
}

/* Promotional Cards Styles */
.promotional-cards {
    margin-top: 40px;
}

.promo-card {
    background: #00733F;
    border-radius: 15px;
    padding: 25px;
    height: 200px;
    position: relative;
   
}

.tote-bag-card {
    background: linear-gradient(135deg, #00733F 0%, #005a2f 100%);
}

.luggage-card {
    background: linear-gradient(135deg, #00733F 0%, #005a2f 100%);
}

.card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    gap: 40px;
}

/* .retailer-logos {
    position: absolute;
    top: 15px;
    right: 20px;
} */

.retailer-logo {
    max-height: 40px;
    width: auto;
}

.promo-text {
    flex: 1;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
img.luggage-img {
    width: 205px;
    height: auto;
    flex-shrink: 0;
    position: relative;
    top: -20px;
}
.retailer-content {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.promo-text p {
    margin: 0;
    color: white;
}
.bg-gradient-yellow-green {
    border-radius: 40px;
    background: linear-gradient(255deg, #00733F 15.09%, #D0BB40 99.7%, #FAFAFA 116.16%) !important;
    min-height: 320px;
}
/* .product-image {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
} */
.shinchan-dance img {
    max-height: 300px;
    position: relative;
    left: 20px;
}

.tote-bag-img {
    max-height: 266px;
    width: 170px;
    height: auto;
    transform: translateY(-26px);
}
/* Redeem Section */
.redeem-section {
    margin-top: 30px;
    background: linear-gradient(135deg, #00733F 0%, #8FBC8F 100%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.redeem-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.shinchan-character {
    flex: 1;
    text-align: left;
}

.shinchan-char {
    max-height: 200px;
    width: auto;
}
.redeem-section.bg-gradient-yellow-green::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 53%;
    right: 0;
    background: url(../../images/shinchan/mask-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
a.redeem-btn {
    display: inline-flex
;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 26px;
    border: 2.835px solid #D9C658;
    background: #00733F;
    color: #FFF !important;
    font-family: "Noto Sans Thai";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.terms-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
 .redeem-content-gradient {
     position: relative;
     z-index: 100;
 }

/* Floating Sticky Button */
.floating-redeem-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    width: 80px;
    padding: 24px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 115, 63, 0.3);
    border-radius: 32px 0 0 32px;
border: 4px solid #FFF;
background: linear-gradient(180deg, #006C34 0%, #009F34 100%);
}

.floating-redeem-btn:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 115, 63, 0.4);
}

.floating-btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.shinchan-btn-float img {
    width: 62px;
    height: auto;
}

.floating-btn-text {
    display: flex;
    transform: rotate(270deg);
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    height: auto;
    min-height: 280px;
}
.floating-btn-text a {
    color: #FFF !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;

}


/* Responsive image styles */
.shinchan-img,
.brand-logo-img,
.redeem-text-img,
.shinchan-boy-img {
    max-width: 100%;
    height: auto;
    display: block;
}
.text-steps-2 h3 {
    color: #231F20;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    background: #fafafa;
    padding: 0px 20px;
    margin: 0;
    z-index: 100;
    position: relative;
}
.text-steps h3 {
    color: #231F20;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    background: #fafafa;
    padding: 0px 20px;
    margin: 0;
    z-index: 100;
    position: relative;
}
.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.step-card .step-card-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 40px;
}
.text-content-step h3 {
    font-size: 24px;
    font-weight: 600;
    color: #D9C658;
    text-transform: uppercase;
}
.text-content-step p {
    color: #231F20;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
}
.product-redeem img {
    width: 100%;
    max-width: 850px;
}
.step-card {
    width: 470px;
    min-height: 160px;
    padding: 10px 20px;
    border: 2px solid #D0C888;
    border-radius: 32px;
    background: #fafafa;
}
.step-card-content svg {
    width: 112px;
    height: auto;
    flex-shrink: 0;
}

/* Picture tag responsive images */
picture {
    display: block;
    width: 100%;
}

picture img {
    width: 100%;
    height: auto;
}
.dad-img {
    position: absolute;
    left: 0;
    top: 25%;
    width: 179px;
    height: 378px;
    flex-shrink: 0;
    aspect-ratio: 179 / 378;
    animation: float 2s ease-in-out infinite;
}
.dad-img-img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 179 / 378;
}
.mom-img {
    position: absolute;
    right: 0;
    top: 40%;
    width: 179px;
    height: 378px;
    flex-shrink: 0;
    aspect-ratio: 179 / 378;
    animation: float 1.8s ease-in-out infinite;
}
.mom-img-img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 179 / 378;
}
section.retailer-section {
    display: flex;
    padding: 64px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-radius: 40px;
    background: #F0F0F1;
    margin: 0px 40px;
}
.retailer-wrap .text-steps-2 h3 {
    background: #f0f0f1;
}
/* Mobile-specific image handling */
@media (max-width: 768px) {
    .redeem-text img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    
    .brand-logo-img {
        max-width: 200px;
        height: auto;
    }
    
    .shinchan-boy-img {
        max-width: 80px;
        height: auto;
    }
    
}

@media (max-width: 480px) {
    .redeem-text img {
        max-width: 300px;
        height: auto;
    }
    
    .brand-logo-img {
        max-width: 150px;
        height: auto;
    }
    
    .shinchan-boy-img {
        max-width: 60px;
        height: auto;
    }
    
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(-50%) translateY(0px); }
    50% { transform: translateY(-50%) translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes glow {
    0% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.6); }
    100% { box-shadow: 0 0 30px rgba(255, 215, 0, 0.9); }
}

@keyframes slideInRight {
    0% { transform: translateX(100px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes fadeInUp {
    0% { transform: translateX(-50%) translateY(30px); opacity: 0; }
    100% { transform: translateX(-50%) translateY(0); opacity: 1; }
}
.mobile-shinchan-wrap {
    display: none;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .shinchan-img {
        width: 380px;
        max-width: 380px;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 25%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 26%;
        bottom: 34%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    
    .bottle-img {
        width: 300px;
        max-width: 300px;
    }
    
    .text-banner-img {
        max-width: 320px;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .mom-img {
        position: absolute;
        right: 0;
        top: 26%;
       
    }

    .dad-img {
        position: absolute;
        left: 0;
        top: 15%;
    }
    .boy-img {
        position: absolute;
        left: 0;
        bottom: -30px;
    }
    .promotional-cards {
        margin-top: 80px;
    }
}
@media (max-width: 1024px) {
    .shinchan-img {
        width: 380px;
        max-width: 380px;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 15%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 14%;
        bottom: 34%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .bottle-img {
        width: 300px;
        max-width: 300px;
    }
    
    .text-banner-img {
        max-width: 320px;
    }
}
@media (max-width: 992px) {
    img.img-luggage {
        position: absolute;
        right: 25%;
    }
    .img-umberlaa {
        width: 150px !important;
        height: auto !important;
    }
    .shinchan-img {
        width: 380px;
        max-width: 380px;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 13%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 13%;
        bottom: 34%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .bottle-img {
        width: 300px;
        max-width: 300px;
    }
    
    .text-banner-img {
        max-width: 320px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {

    .shinchan-img {
        width: 300px;
        max-width: 300px;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 13%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 10%;
        bottom: 37%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .bottle-img {
        width: 280px;
        max-width: 280px;
    }
    
    .text-banner-img {
        max-width: 280px;
    }
    .shinchan-section-video-section {
    
        padding: 10px;
    }
 
}

@media (max-width: 768px) {
    .shinchan-img {
        width: 250px;
        max-width: 250px;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 13%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 15%;
        bottom: 30%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .bottle-img {
        width: 240px;
        max-width: 240px;
    }
    
    .text-banner-img {
        max-width: 240px;
    }
    .below-text-img {
        max-width: 235px;
        height: auto;
       
    }
    .shinchan-hero-section {
        background: linear-gradient(180deg, #006F34 0%, #007E37 22.67%, #00933D 52.52%, #009C3E 78.49%, #009D3E 97.4%) !important;
        min-height: 512px;
        position: relative;
        overflow: hidden;
    }
    
    /* Shin-chan Banner Container */
    .shinchan-banner-container {
        position: relative;
        width: 100%;
        height: 512px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }
    .shinchan-section-video-section {
    
        padding: 10px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .shinchan-img {
        width: 50%;
        max-width: 50%;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 5%;
        bottom: 30%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .bottle-img {
        width: 240px;
        max-width: 240px;
    }
    .text-banner-img {
        max-width: 240px;
    }
    .below-text-img {
        max-width: 240px;
        height: auto;
       
    }
    .shinchan-hero-section {
        background: linear-gradient(180deg, #006F34 0%, #007E37 22.67%, #00933D 52.52%, #009C3E 78.49%, #009D3E 97.4%) !important;
        min-height: 512px;
        position: relative;
        overflow: hidden;
    }
    .shinchan-banner-container {
        position: relative;
        width: 100%;
        height: 512px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }
    .shinchan-section-video-section {
    
        padding: 10px;
    }
}

@media (min-width: 480px) and (max-width: 576px) {
    .shinchan-img {
        width: 180px;
        max-width: 180px;
    }
    .shinchan-character {
        position: absolute;
        left: 0%;
        top: 40%;
        transform: translateY(-50%);
        z-index: 3;
    }
    .main-text-banner {
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 4;
    }
    .product-bottle {
        position: absolute;
        right: 5%;
        bottom: 40%;
        z-index: 2;
        /* animation: bounce 2s ease-in-out infinite; */
    }
    .below-text-banner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        transform: translateX(0%);
        z-index: 2;
    }
    .mobile-shinchan-wrap {
        display: none;
    }
    .bottle-img {
        width: 200px;
        max-width: 200px;
    }
    .text-banner-img {
        max-width: 200px;
    }
    .below-text-img {
        max-width: 240px;
        height: auto;
       
    }
    .shinchan-hero-section {
        background: linear-gradient(180deg, #006F34 0%, #007E37 22.67%, #00933D 52.52%, #009C3E 78.49%, #009D3E 97.4%) !important;
        min-height: 512px;
        position: relative;
        overflow: hidden;
    }
    .shinchan-banner-container {
        position: relative;
        width: 100%;
        height: 512px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }
}
 @media (max-width: 480px) {
     .desktop-shinchan-wrap {
         display: none;
        }
        .mobile-shinchan-wrap {
         display: block;
        }
        .shinchan-img {
         width: 100%;
         max-width: 100%;
         object-fit: contain;
        }
        .shinchan-hero-section {
         background: linear-gradient(180deg, #006F34 0%, #007E37 22.67%, #00933D 52.52%, #009C3E 78.49%, #009D3E 97.4%) !important;
         min-height: 320px !important;
         position: relative;
         overflow: hidden;
         height: 320px;
     }
     .shinchan-banner-container {
         position: relative;
         width: 100%;
         height: 150px;
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 0rem;
     }

 .shinchan-hero-section .container {
     padding: 0;
     margin: 0;
     max-height: 320px !important;
     height: 320px !important;
 }
 
 /* YouTube section mobile styles */
 .shin-youtube-wrap iframe {
     width: 364px !important;
     height: 485px !important;
     border-radius: 32px;
 }
 .shinchan-section-video-section {
    
        padding: 0px;
    }
    .shinchan-boy {
        position: absolute;
        right: 0%;
        bottom: -65px;
    }
    .shinchan-boy-img {
        width: 100px;
        height: 150px;
        flex-shrink: 0;
        aspect-ratio: 100 / 150;
        object-fit: contain;
    }
 }

 @media (max-width: 375px) {
     .desktop-shinchan-wrap {
         display: none;
        }
        .mobile-shinchan-wrap {
         display: block;
        }
        .shinchan-img {
         width: 100%;
         max-width: 100%;
         object-fit: contain;
        }
        .shinchan-hero-section {
         background: linear-gradient(180deg, #006F34 0%, #007E37 22.67%, #00933D 52.52%, #009C3E 78.49%, #009D3E 97.4%) !important;
         min-height: 320px !important;
         position: relative;
         overflow: hidden;
         height: 320px;
     }
     .shinchan-banner-container {
         position: relative;
         width: 100%;
         height: 150px;
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 0rem;
     }

 .shinchan-hero-section .container {
     padding: 0;
     margin: 0;
     max-height: 320px !important;
     height: 320px !important;
 }
 
 /* YouTube section mobile styles */
 .shin-youtube-wrap iframe {
     width: 364px !important;
     height: 485px !important;
     border-radius: 32px;
 }
 .shinchan-section-video-section {
    
        padding: 0px;
    }
    .shinchan-boy {
        position: absolute;
        right: 0%;
        bottom: -65px;
    }
    .shinchan-boy-img {
        width: 100px;
        height: 150px;
        flex-shrink: 0;
        aspect-ratio: 100 / 150;
        object-fit: contain;
    }
 }

/* ===== RESPONSIVE STYLES FOR NEW SECTIONS ===== */

/* Video Section Responsive */
@media (max-width: 1200px) {
    .shin-youtube-wrap iframe {
        width: 900px;
        height: 450px;
        border-radius: 50px;
    }
}

@media (max-width: 992px) {
    .shin-youtube-wrap iframe {
        width: 800px;
        height: 400px;
        border-radius: 40px;
    }
    
    .shinchan-boy {
        right: -1%;
        bottom: 10px;
    }
    
    .shinchan-boy-img {
        width: 120px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .shin-youtube-wrap iframe {
        width: 100%;
        max-width: 600px;
        height: 350px;
        border-radius: 30px;
    }
    
    .shinchan-section-video-section {
        padding: 20px;
    }
    
    .shinchan-boy {
        right: 0%;
        bottom: 5px;
    }
    
    .shinchan-boy-img {
        width: 100px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .shin-youtube-wrap iframe {
        width: 100%;
        max-width: 500px;
        height: 300px;
        border-radius: 25px;
    }
    
    .shinchan-section-video-section {
        padding: 15px;
    }
    
    .shinchan-boy {
        right: 2%;
        bottom: -26px;
    }
    
    .shinchan-boy-img {
        width: 80px;
        height: 120px;
    }
    .step-card .step-card-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        gap: 30px;
    }
    .text-content-step {
        text-align: left;
    }
    .step-card {
        width: 100%;
        min-height: 100%;
        padding: 10px 20px;
        border: 2px solid #D0C888;
        border-radius: 20px;
        background: #fafafa;
    }
}

/* Drink Redeem Section Responsive */
@media (max-width: 1200px) {
    .drink-redeem-section {
        padding: 0 20px;
    }
    
    .redeem-text img {
        width: 600px;
        height: auto;
    }
    
    .dad-img {
        width: 150px;
        height: 320px;
    }
    
    .mom-img {
        width: 150px;
        height: 320px;
    }
}

@media (max-width: 992px) {
    .drink-redeem-wrap {
        padding: 60px 0 30px 0;
        gap: 25px;
    }
    
    .redeem-text img {
        width: 500px;
        height: auto;
    }
    
    .redeem-date p {
        font-size: 22px;
        padding: 4px 15px;
    }
    
    .dad-img {
        width: 130px;
        height: 280px;
    }
    
    .mom-img {
        width: 130px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .drink-redeem-section {
        padding: 0 15px;
    }
    
    .drink-redeem-wrap {
        padding: 40px 0 20px 0;
        gap: 20px;
    }
    
    .redeem-text img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    
    .brand-logo-img {
        max-width: 180px;
        height: auto;
    }
    
    .redeem-date {
        padding: 0px 20px;
    }
    
    .redeem-date p {
        font-size: 18px;
        padding: 3px 12px;
    }
    
    .dad-img {
        width: 100px;
        height: 220px;
        top: 30%;
    }
    
    .mom-img {
        width: 100px;
        height: 220px;
        top: 35%;
    }
}

@media (max-width: 576px) {
    .drink-redeem-section {
        padding: 0 10px;
        background-size: contain;
        background-repeat: repeat;
    }
    
    .drink-redeem-wrap {
        padding: 30px 0 15px 0;
        gap: 15px;
    }
    
    .redeem-text img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    
    .brand-logo-img {
        max-width: 150px;
        height: auto;
    }
    
    .redeem-date {
        padding: 0px 15px;
    }
    
    .redeem-date p {
        font-size: 16px;
        padding: 2px 10px;
    }
    
    .dad-img {
        width: 60px;
        height: auto;
        top: 46%;
    }
    
    .mom-img {
        width: 60px;
        height: auto;
        top: 50%;
    }
}

/* Steps Container Responsive */
@media (max-width: 1200px) {
    .steps-container {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .step-card {
        width: 420px;
        padding: 8px 15px;
    }
    
    .step-card-content {
        gap: 30px;
    }
    
    .step-card-content svg {
        width: 100px;
        height: auto;
    }
    
    .text-content-step h3 {
        font-size: 22px;
    }
    
    .text-content-step p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .steps-container {
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }
    
    .step-card {
        width: 100%;
        max-width: 500px;
        padding: 10px 20px;
    }
    
    .step-card-content {
        gap: 25px;
    }
    
    .step-card-content svg {
        width: 90px;
        height: auto;
    }
    
    .text-content-step h3 {
        font-size: 20px;
    }
    
    .text-content-step p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .text-steps-line {
        width: 500px;
        transform: translateX(-25%);
    }
    
}

@media (max-width: 768px) {
    .redeem-card {
        padding: 30px 0;
        gap: 30px;
    }
    
    .steps-container {
        gap: 10px;
    }
    
    .step-card {
        width: 100%;
        max-width: 100%;
        padding: 8px 15px;
    }
    
    .step-card-content {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .step-card-content svg {
        width: 80px;
        height: auto;
    }
    
    .text-content-step h3 {
        font-size: 18px;
    }
    
    .text-content-step p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .text-steps-line {
        width: 300px;
        transform: translateX(-20%);
    }
    
    
    .text-steps h3,
    .text-steps-2 h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .redeem-card {
        padding: 20px 0;
        gap: 20px;
    }
    
    .steps-container {
        gap: 8px;
    }
    
    .step-card {
        padding: 6px 12px;
    }
    
    .step-card-content {
        gap: 15px;
    }
    
    .step-card-content svg {
        width: 70px;
        height: auto;
    }
    
    .text-content-step h3 {
        font-size: 16px;
    }
    
    .text-content-step p {
        font-size: 14px;
        color: #231F20;
        font-size: 17px;
        font-weight: 500;
        font-style: normal;
    }
    
    .text-steps-line {
        width: 250px;
        transform: translateX(-15%);
    }
    
    
    .text-steps h3,
    .text-steps-2 h3 {
        font-size: 20px;
    }
    
    /* Promotional Cards Mobile */
    .promo-card {
        height: auto;
        min-height: 120px;
        padding: 20px;
    }
    
    .card-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .retailer-logos {
        position: static;
        margin-bottom: 0px;
    }
    .retailer-logo {
        max-height: 40px;
        width: auto;
    }
    
    .promo-text {
        margin: 15px 0;
        max-width: 100%;
    }
    
    .product-image {
        position: static;
        margin-top: 15px;
    }
    
    .redeem-content {
        flex-direction: column;
        text-align: center;
    }
    
    .shinchan-character {
        margin-bottom: 20px;
    }
    
    .redeem-button-container {
        align-items: center;
    }
    
    /* Hide floating button on mobile */
    .floating-redeem-btn {
        display: none;
    }
    a.redeem-btn {
        color: #FFF !important;
        font-family: "Noto Sans Thai";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        z-index: 1;
        position: relative;
        border-radius: 9.424px;
        border: 1.001px solid #D9C658;
        background: #00733F;
        display: flex;
        padding: 9.424px 10px;
        justify-content: center;
        align-items: center;
        gap: 3.927px;
    }
    .shinchan-dance img {
        max-height: 300px;
        position: relative;
        left: 0px;
    }
    .terms-text {
        color: #FFF;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
    }
    .redeem-section.bg-gradient-yellow-green::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 39%;
        right: 0;
      
    }
    .bg-gradient-yellow-green {
        min-height: 100%;
    }
}

/* Merchandise Cards Responsive */
@media (max-width: 992px) {
    .step-card.bg-step-green,
    .step-card.bg-yellow-card {
        width: 100%;
        max-width: 100%;
    }
    
    .step-card-content img {
        width: 120px;
        height: auto;
    }
    
   
    
   
    
    .bg-yellow-card .text-content-step {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .step-card.bg-step-green,
    .step-card.bg-yellow-card {
        padding: 10px 15px;
    }
    
    .step-card-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .step-card-content img {
        width: 100px;
        height: auto;
    }
    
    .img-umberlaa {
        width: 80px !important;
        height: auto !important;
    }
    
    .img-luggage {
        width: 80px !important;
        height: auto !important;
    }
    
    .bg-yellow-card .text-content-step {
        margin-right: 0;
    }
    
    .bg-yellow-card .text-content-step h3 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .step-card.bg-step-green,
    .step-card.bg-yellow-card {
        padding: 8px 12px;
    }
    .card-content {
        display: flex;
        gap: 20px;
        flex-direction: row !important;
    }
    .promo-text {
        flex: 1;
        color: #FFF;
        text-align: center;
        font-size: 13px;
    }
    .step-card-content img {
        width: 80px;
        height: auto;
    }
    
    .img-umberlaa {
        width: 100px !important;
        height: auto !important;
    }
    img.luggage-img {
        width: 87px;
        height: auto;
        flex-shrink: 0;
        position: relative;
        top: -20px;
    }
    .tote-bag-img {
        width: 120px;
        height: auto;
        transform: translateY(-26px);
    }
    .img-luggage {
        width: 80px !important;
        height: auto !important;
    }
    img.img-luggage {
        position: absolute;
        right: 3%;
    }
    
    .bg-yellow-card .text-content-step h3 {
        font-size: 18px;
    }
    
    .text-content-step.text-white p {
        font-size: 12px;
    }
    .bg-yellow-card .text-content-step {
        margin-right: 50px;
    }
}

/* Boy Image Responsive */
@media (max-width: 992px) {
    .boy-img {
        width: 90px;
        height: 140px;
        left: -1%;
        bottom: 50px;
    }
}

@media (max-width: 768px) {
    .boy-img {
        width: 70px;
        height: 110px;
        left: 0%;
        bottom: 40px;
    }
}

@media (max-width: 576px) {
    .boy-img {
        width: 60px;
        height: 90px;
        left: 0%;
        bottom: -7%;
    }
}

/* Product Redeem Image Responsive */
@media (max-width: 992px) {
    .product-redeem img {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .product-redeem img {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .product-redeem img {
        max-width: 100%;
        width: 100%;
    }
}