.elementor-24032 .elementor-element.elementor-element-6b66d92{--display:flex;--min-height:420px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--overlay-opacity:0.84;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:80px;--padding-block-end:80px;--padding-inline-start:80px;--padding-inline-end:80px;}.elementor-24032 .elementor-element.elementor-element-6b66d92:not(.elementor-motion-effects-element-type-background), .elementor-24032 .elementor-element.elementor-element-6b66d92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );background-image:url("https://allday-store.com/wp-content/uploads/2024/06/Untitled-design-12.jpg");background-position:bottom center;background-size:cover;}.elementor-24032 .elementor-element.elementor-element-6b66d92::before, .elementor-24032 .elementor-element.elementor-element-6b66d92 > .elementor-background-video-container::before, .elementor-24032 .elementor-element.elementor-element-6b66d92 > .e-con-inner > .elementor-background-video-container::before, .elementor-24032 .elementor-element.elementor-element-6b66d92 > .elementor-background-slideshow::before, .elementor-24032 .elementor-element.elementor-element-6b66d92 > .e-con-inner > .elementor-background-slideshow::before, .elementor-24032 .elementor-element.elementor-element-6b66d92 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:#FFFFFF;}.elementor-24032 .elementor-element.elementor-element-6b66d92, .elementor-24032 .elementor-element.elementor-element-6b66d92::before{--border-transition:0.3s;}.elementor-24032 .elementor-element.elementor-element-55c9d45{text-align:center;}.elementor-24032 .elementor-element.elementor-element-55c9d45 .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-24032 .elementor-element.elementor-element-55c9d45 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-24032 .elementor-element.elementor-element-f725fa4{text-align:center;}.elementor-24032 .elementor-element.elementor-element-f725fa4 .elementor-heading-title{font-family:"Noto Sans Thai", Noto Sans Thai;font-size:28px;font-weight:400;line-height:45px;}.elementor-24032 .elementor-element.elementor-element-028b98b{text-align:center;}.elementor-24032 .elementor-element.elementor-element-028b98b .elementor-heading-title{font-family:"Noto Sans Thai", Noto Sans Thai;font-size:29px;font-weight:600;}.elementor-24032 .elementor-element.elementor-element-170a644{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-24032 .elementor-element.elementor-element-b87e738{--image-transition-duration:800ms;--content-text-align:center;--content-padding:12px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-24032 .elementor-element.elementor-element-b4506b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-24032 .elementor-element.elementor-element-6d8615c{--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}@media(max-width:767px){.elementor-24032 .elementor-element.elementor-element-6b66d92{--margin-block-start:0px;--margin-block-end:30px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:010px;--padding-block-end:010px;--padding-inline-start:010px;--padding-inline-end:010px;}.elementor-24032 .elementor-element.elementor-element-55c9d45{text-align:center;}}@media(min-width:1025px){.elementor-24032 .elementor-element.elementor-element-6b66d92:not(.elementor-motion-effects-element-type-background), .elementor-24032 .elementor-element.elementor-element-6b66d92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS *//* Improved Animations Stylesheet , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/* CLICKABLE COLUMNS Create and position :after pseudo-element */

.elementor-column.clickable a:after {
   content: "";
   display: block; 
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2; 
}

/* Remove relatively-positioned parent elements in column */

.clickable .elementor-widget, .clickable .elementor-widget-wrap {
   position: static;
}



.incomplete-box::before,
.incomplete-box::after {
  position: absolute;
  width: 50%;
  height: 50%;
  content: "";
}

.incomplete-box::before {
  left: 0;
  top: 0;
  border-left: 3px solid black;
  border-top: 3px solid black;
 }
 
 .incomplete-box::after {
  right: 0;
  bottom: 0;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
 }/* End custom CSS */