.no-scroll{
    position: static !important;
}

.home-wrap {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-wrap .section-content{
    padding: 31px 28px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.row.container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    /* column-gap: 70px; */

    width: 100%;
    max-width: 1530px;
    height: 100%;

    padding: 0px;
    margin: 0px;
}

/* .row.container::after{
    display: none;
} */

.left-wrap,
.right-wrap {
    padding: 0px !important;
}

/* ========================================
   LEFT CONTENT SECTION
   ======================================== */
.left-wrap{
    flex-shrink: 0;
    width: 100% !important;
    max-width: 580px !important;
}

.left-wrap .col-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
}

   /* Logo */
.ic-logo{
    display: flex;
    justify-content: center;

    margin-bottom: 0px !important;
}

.ic-logo img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 100px;

    object-fit: cover;
}

/* Tagline */
.ic-tagline{
    width: 100% ;
    height: 100%;

    margin: 16px 0px 0px !important;

    display: flex;
    justify-content: center;
}

.ic-tagline img{
    width: 100%;
    height: 100%;
    max-width: 580px;
    max-height: 250px;

    object-fit: cover;
}

/* Btn in here */
.btn-in-here{
    margin: 16px 0px 0px !important;

    display: flex;
    justify-content: center;
}

.btn-in-here img{
    width: 100%;
    height: 100%;
    max-width: 460px;
    max-height: 125px;
}

/* Btn in here 2 */
.btn-in-here-2{
    margin: 24px 0px 0px !important;

    display: flex;
    justify-content: center;
}

.btn-in-here-2 img{
    width: 100%;
    height: 100%;
    max-width: 390px;
    max-height: 65px;
}

/* ========================================
   RIGHT CONTENT SECTION
   ======================================== */
.right-wrap{
    position: relative;
    flex: 1;
    width: 100% !important;
}

.right-wrap .row.product-wrap .col{
    padding: 0px;
}

.right-wrap .row.product-wrap {
    padding: 0px;
    margin: -170px 0px 0px 0px !important;
}

.ic-chicken{
    margin:-90px 0 0 -20px !important;

    max-width: 755px;
}

.ic-chicken img{
    object-fit: cover;
}

.right-wrap .row.product-wrap .col-inner{
    display:flex;
    gap: 20px;
    justify-content: end;
    align-items: flex-end;
    width: 100%;
}

.row.product-wrap .img-inner{
    overflow: unset;
}

.right-wrap .row.product-wrap .col-inner .product-thomo, .right-wrap .row.product-wrap .col-inner .product-ws{
   flex: 0 1 237px;
   max-width: 237px;
   aspect-ratio: 1 / 1;

   margin-bottom: 0px;
}


.right-wrap .row.product-wrap .col-inner .product-chicken {
    flex: 0 1 360px;
    max-width: 360px;
    aspect-ratio: 360 / 277;

    margin-bottom: 0px;
}

.right-wrap .row.product-wrap .col-inner .product-thomo img, 
.right-wrap .row.product-wrap .col-inner .product-ws img,
.right-wrap .row.product-wrap .col-inner .product-chicken img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    transition: transform 0.3s ease;
    cursor: pointer;
}

.right-wrap .row.product-wrap .col-inner .product-thomo img:hover, 
.right-wrap .row.product-wrap .col-inner .product-ws img:hover,
.right-wrap .row.product-wrap .col-inner .product-chicken img:hover {
    transform: scale(1.05);
}

/* Category */
.category-wrap{
    position: absolute;
    top: 80px;
    right: 0;

    margin: 0px !important;
    
    max-width: 325px !important;
}

.category-wrap .col{
    padding: 0px !important;
}

.category-wrap .img{
    width: 100%;
    height: 100%;
    max-width: 325px;
    max-height: 70px;

    margin-bottom: 20px !important;

    transition: transform 0.3s ease;
    cursor: pointer;
}

.category-wrap .img:hover{
    transform: scale(1.05);
}

.category-wrap-mobile{
    display: none;
}

.btn-in-here-mobile, .btn-in-here-2-mobile{
    display: none;
    }

/* ========================================
   POPUP
   ======================================== */
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background-image: url(../../../uploads/2026/01/bg-register-1.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    max-width: 500px;
    width: 100%;

    padding: 24px 16px 60px !important;
    margin: 0px !important;

    border-radius: 24px !important;
}

/* Logo on top of popup form */
.popup-header-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-header-block::before {
    content: '';
    display: block;
    width: 320px;
    height: 80px;
    background-image: url(../../../uploads/2026/01/ic-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
    margin-bottom: 24px;
}

label {
    display: none !important;
}

.popup .form-submit .form-input-wrapper .form-input::before {
    display: none;
}

.popup .form-submit .form-input-wrapper .form-input {
    padding: 12px;
    background-color: white;
    border: none;
}

.popup .form-submit .form-input-wrapper .form-input input {
    margin: 0px !important;

    position: relative;
}

.popup .form-submit .form-input-wrapper .form-input input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #808590;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Password */
.popup .form-submit .form-input-wrapper .form-input.form-input-pass img{
   width: 19px;
   height: 14px;
}

/* Btn submit */
.popup-footer-block img{
    max-width: 390px;
    max-height: 66px;
}

/* ========================================
   TABLET RESPONSIVE (max-width: 1380px)
   ======================================== */

   @media (max-width: 1380px) {
    .home-wrap{
        background-image: url('../../../uploads/2026/02/img-bg-tablet-scaled.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-bg{
        display: none;
    }

    .row.container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        max-width: 612px;
    }

    /* Left */
    .left-wrap{
        z-index: 2;
    }

    .left-wrap .ic-logo img {
        max-width: 170px;
        max-height: 42px;
    }

    .left-wrap .ic-tagline img {
        max-width: 210px;
        max-height: 90px;
    }

    .btn-in-here, .btn-in-here-2{
        display: none;
    }

    /* Category */
    .category-wrap{
        display: none !important;
    }

    .category-wrap-mobile{
        margin-top: 20px;
        display: block;

        width: 100%;
        height: 100%;
        max-width: 325px;
        max-height: 82px;
    }

     .category-wrap-mobile .flickity-page-dots{
        bottom: -20px !important;
    }

     .category-wrap-mobile .flickity-page-dots .dot{
        width: 8px;
        height: 8px;
        background-color: #012961;
        border-color: #012961 !important;
        opacity: 1 !important;
    }

     .category-wrap-mobile .flickity-page-dots .dot.is-selected{
        background-color: #60F2FE !important;
        border-color: #60F2FE !important;
    }

    /* Right */
    .right-wrap{
        z-index: 1;
    }

    .right-wrap .col-inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ic-chicken{
        margin:-50px 0 0 0 !important;

        max-width: 610px !important;
        max-height: 350px !important;
    }

    .row.product-wrap{
        width: 100% !important;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .right-wrap .row.product-wrap{
        margin: 20px 0 0 0 !important;
    }

     .row.product-wrap .col{
        max-width: 440px;
    }

    .row.product-wrap .col-inner{
        flex-direction: row;
        gap: 10px !important;
    }

    .row.product-wrap .col-inner .product-chicken img{
        width: 180px;
        height: 140px;
    }

    .row.product-wrap .col-inner .product-thomo img, 
    .row.product-wrap .col-inner .product-ws img,
    .row.product-wrap .col-inner .product-chicken img {
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    .row.product-wrap .col-inner .product-thomo img:hover, 
    .row.product-wrap .col-inner .product-ws img:hover,
    .row.product-wrap .col-inner .product-chicken img:hover {
        transform: scale(1.05);
    }


    .btn-in-here-mobile, .btn-in-here-2-mobile{
        display: flex;
        align-items: center;
        justify-content: center;

        margin-bottom: 0px !important;
    }

    .btn-in-here-2-mobile{
        margin-top: 23px;
    }

    .btn-in-here-mobile img{
        max-width: 340px;
        max-height: 90px;
    }

    .btn-in-here-2-mobile img{
        max-width: 295px;
        max-height: 50px;
   }
}

/* ========================================
   TABLET RESPONSIVE (max-width: 768px)
   ======================================== */
      @media (max-width: 768px) {
        .ic-chicken{
            margin-top: -20px !important;
        }

        /*  */
        .popup{
            max-width: 361px !important;
        }

        .popup-header-block::before {
        width: 170px;
        height: 42px;
        }

        .popup-footer-block img{
            max-width: 290px;
            max-height: 50px;
        }

      }

/* ========================================
   TABLET RESPONSIVE (max-width: 520px)
   ======================================== */
@media (max-width: 520px) {
    .btn-in-here-mobile{
        margin-top: -80px !important;
    }
}

@media (max-width: 390px) {
     .row.product-wrap{
            display: none;
        }

         .home-wrap{
        background-image: url('../../../uploads/2026/02/img-bg-mobile-scaled.png');
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Pulse Animation for Buttons */
.btn-in-here,
.btn-in-here-2,
.btn-in-here-mobile,
.btn-in-here-2-mobile,
.popup-footer-block {
    animation: pulse-scale 2s ease-in-out infinite;
    transition: all 0.3s ease;

    cursor: pointer;
}
