.registration .row-flex .hero-text {
    justify-content: start;
}
.registration .container .hero .hero-text-top,
.registration .container .hero h2,
.registration .container .hero h3,
.registration .row-flex .hero-text .join-text,
.registration .row-flex .hero-text .and-learn
{
    margin-bottom: 2px;
}
.wrap-btn-claim-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .cwi_popup h2 {
        font-size: 20px !important;
        margin-bottom: 0px !important;
    }
    .cwi_popup h1 {
        font-size: 24px !important;
    }
    .cwi_popup p,
    .cwi_popup .cwi_popup_action button {
        font-size: 18px !important;
    }
    .cwi_popup .cwi_popup_action button {
        padding: 10px !important;
    }
    .section-bio .box-image {
        width: 100%;
    }
    body.light-theme .hero {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    .row-flex {
        margin-bottom: 60px;
    }
    .countdown ul li {
        padding: 0px !important;
    }
    .hero h3,
    .hero h2 {
        margin-bottom: 0px !important;
    }
    .row-flex {
        margin-top: 30px !important;
    }
    .hero-video iframe {
        height: 250px !important;
    }
    body.light-theme .you_will_learn {
        padding: 10px;
    }

    section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .light-header .header-menu ul li a {
        font-size: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .header .logo h1 {
        align-items: center;
        justify-content: center;
        display: block;
    }
    .header .logo h1 {
        font-size: 30px;
    }
    

    .header {
        display: block;
        text-align: center;
    }

    .header-menu ul {
        padding: 0px !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .light-header .header-menu ul li {
        padding: 5px !important;
    }

    .light-header .header-menu ul li a {
        font-size: 16px;
        padding: 10px !important;
    }

    .section-testimonial .lw-testimonials .testimonial-item {
        width: 100%;
        margin: 0px !important;
        margin-bottom: 15px !important;
    }

    .section-testimonial h2 {
        font-size: 20px !important;
        line-height: 36px ;
        margin-bottom: 0px;
    }
    .section-testimonial h3 {
        font-size: 30px;
    }

    .box-white {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* You Will Learn */
    .box-white ul li,
    .this-training .for-you ul li {
        display: flex;
        font-size: 18px !important;
    }
    body.light-theme .you_will_learn .border-box {
        padding-top: 30px 20px !important
    }

    body.light-theme .you_will_learn .border-box .remember {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .this-training .for-you {
        padding-bottom: 0px;
    }
    /* This Training */
    .this-training .for-you h4{
        font-size: 30px !important;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .this-training .for-you ul li {
        display: flex;
    }

    .box-white h2,
    .this-training .title-section {
        line-height: 42px !important;
        font-size: 32px !important;
    }
    .box-white h2,
    .this-training .title-section {
        font-size: 36px !important;
    }

    .this-training .for-you h4 {
        display: flex;
    }

    .this-training .for-you h4 i {
        position: relative;
        top: 0px;
        font-size: 30px;
        padding: 0px;
    }

    .this-training .for-you ul {
        margin-bottom: 40px;
    }

    .this-training .for-you ul li i,
    .box-white ul li i {
        position: relative !important;
        top: 5px;
        font-size: 16px;
        padding-right: 10px !important;
    }

    body.light-theme .you_will_learn {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    body.light-theme .you_will_learn .border-box {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    body.light-theme .this-training {
        padding-top: 30px !important;
    }

    #WhoThisIsFor p {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .this-training .for-you {
        padding-top: 0px !important;
    }

    .this-training .for-you h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .this-training .for-you h4 i {
        position: relative;
        top: 0px;
        font-size: 30px;
    }

    #YouWillLearn>div>p {
        font-size: 20px !important;
    }

    .wrap-btn-claim {
        position: relative;
        will-change: position;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: opacity 0.3s ease;

    }
    .fixed-position {
        position: fixed !important;
        bottom: 0 !important; 
        left: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
        padding: 10px !important;
        background: #fff;
        border-top: 1px solid lightgray;
        opacity: 1 !important;
        display: block !important;
        visibility: visible !important;
        transform: none !important;
        /* Ensure smooth animation when transitioning to fixed */
        transition: opacity 0.3s ease
    }

    .wrap-btn-claim, 
    .wrap-btn-claim * {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
    }

    .wrap-btn-claim .btn-claim {
        padding: 10px;
        width: 100%;
    }
    .wrap-btn-claim .btn-claim small{
        font-size: 12px;
    }

    .wrap-btn-claim-mobile .btn-claim {
        display: block;
        width: 100% !important;
    }
    .wrap-btn-claim-mobile .cwi_override_style.cwie-button  {
        width: 100% !important;
    }
    
    .header .logo img, 
    .footer-bottom .logo img {
        max-width: 150px !important;
        height: auto;
        object-fit: contain;
    }
    body.light-theme .section-footer {
        padding: 60px 10px;
    }
    .section-footer p {
        font-size: 26px !important;
    }
    .footer-bottom {
        padding-bottom: 60px;
    }
    .box-image img {
        height: auto;
        margin-top: 60px;
    }
    .section-bio .bio-text, 
    .section-bio .box-image {
        padding: 0px;
    }
    .bio-text h2 {
        font-size: 36px !important;
    }
    .bio-text .bio-content p {
        font-size: 18px !important;
    }
    .section-hero h2 {
        font-size: 24px !important;
    }
    body.light-theme  .section-hero,
    body.light-theme .section-footer {
        padding-bottom: 60px !important;
    }
    body.light-theme .section-footer  a {
        margin-top: 20px;
    }
    .hero p {
        margin-bottom: 0px;
    }

    .registration .row-flex .hero-text .cwie-countdown{
        order: 0;
        margin-bottom: 10px;
    }
    .registration .row-flex .hero-text .join-text{
        order: 1;
    }
    .registration .row-flex .hero-text .and-learn {
        order: 2;
        margin-bottom: 10px;
    }

    .registration .row-flex .hero-text .wrap-btn-claim {
        order: 3;
        margin-top: 12px;
    }

    .registration header.light-header .cwie-button {
        display: none;
    }
    .poweryby {
        display: none!important;
    }
    .registration .countdown ul li {
        padding: 10px 0px !important;
    }
    .date {
        position: relative;
        font-size: 14px !important;
        margin-bottom: 10px;
    }
}