.elementor-kit-8{--e-global-color-primary:#F69A01;--e-global-color-secondary:#002A6A;--e-global-color-text:#1D1D1D;--e-global-color-accent:#B9092F;--e-global-color-83f3256:#FFFFFF;--e-global-color-0246c56:#00A13E;--e-global-color-7810e45:#E05B78;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-size:68px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-3dd3c45-font-family:"Kanit";--e-global-typography-3dd3c45-font-size:21px;--e-global-typography-3dd3c45-font-weight:700;--e-global-typography-b7e3467-font-family:"Kanit";--e-global-typography-b7e3467-font-size:27px;--e-global-typography-b7e3467-font-weight:600;--e-global-typography-b7e3467-letter-spacing:0.5px;--e-global-typography-bf3e613-font-family:"Kanit";--e-global-typography-bf3e613-font-size:18px;--e-global-typography-bf3e613-font-weight:700;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 h1{font-family:"Kanit", Sans-serif;font-size:92px;font-weight:700;}.elementor-kit-8 h2{font-family:var( --e-global-typography-b7e3467-font-family ), Sans-serif;font-size:var( --e-global-typography-b7e3467-font-size );font-weight:var( --e-global-typography-b7e3467-font-weight );letter-spacing:var( --e-global-typography-b7e3467-letter-spacing );}.elementor-kit-8 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-3dd3c45-font-family ), Sans-serif;font-size:var( --e-global-typography-3dd3c45-font-size );font-weight:var( --e-global-typography-3dd3c45-font-weight );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-b7e3467-font-size );letter-spacing:var( --e-global-typography-b7e3467-letter-spacing );}.elementor-kit-8 h3{font-size:var( --e-global-typography-3dd3c45-font-size );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-b7e3467-font-size );letter-spacing:var( --e-global-typography-b7e3467-letter-spacing );}.elementor-kit-8 h3{font-size:var( --e-global-typography-3dd3c45-font-size );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. The Heavy Float (For Products) - Slow & steady */
@keyframes float-heavy {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); } /* Moves less distance */
    100% { transform: translateY(0px); }
}

/* 2. The Light Float (For Bubbles) - Higher & different rhythm */
@keyframes float-light {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-30px); } /* Moves higher because it's light */
    100% { transform: translateY(0px); }
}

/* --- CLASSES TO USE IN ELEMENTOR --- */

/* Class for Main Product */
.float-product-main {
    animation: float-heavy 6s ease-in-out infinite;
}

/* Class for Second Product (Sync Offset) */
.float-product-secondary {
    animation: float-heavy 7s ease-in-out infinite; /* Slower timing to desync */
    animation-delay: 1s; /* Starts later */
}

/* Class for Bubbles */
.float-bubble {
    animation: float-light 4s ease-in-out infinite; /* Faster rhythm */
    animation-delay: 0.5s;
}/* End custom CSS */