.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#949494;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F15A25;--e-global-typography-primary-font-family:"Moon Font";--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:2.5rem;--e-global-typography-primary-letter-spacing:4px;--e-global-typography-secondary-font-family:"Moon Font";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:2.5rem;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-text-font-family:"Gatte Modern";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5rem;--e-global-typography-text-letter-spacing:1px;--e-global-typography-accent-font-family:"Moon Font";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1rem;--e-global-typography-accent-letter-spacing:4px;--e-global-typography-4707b64-font-family:"Gatte Modern";--e-global-typography-4707b64-font-size:0.75rem;--e-global-typography-4707b64-font-weight:500;--e-global-typography-4707b64-text-transform:uppercase;--e-global-typography-4707b64-font-style:normal;--e-global-typography-4707b64-text-decoration:none;--e-global-typography-4707b64-line-height:0.9rem;--e-global-typography-4707b64-letter-spacing:4.5px;color:var( --e-global-color-text );background-color:var( --e-global-color-primary );--e-preloader-animation:bounce;--e-preloader-animation-duration:800ms;--e-preloader-delay:0ms;--e-preloader-width:15%;--e-preloader-max-width:15%;}.elementor-kit-9 a{color:var( --e-global-color-accent );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .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 );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );color:var( --e-global-color-text );background-color:#94949400;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );padding:0.75rem 3rem 0.75rem 3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#FFFFFF00;--lightbox-ui-color-hover:#02010100;}.elementor-kit-9 e-page-transition{background-color:#000000F2;}.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:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:1.5rem;--e-global-typography-secondary-font-size:1.1rem;--e-global-typography-text-font-size:0.9rem;--e-preloader-width:65%;--e-preloader-max-width:65%;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Fill box - https://youtube.com/@websensepro */
.eff-btn .elementor-button::before{
    content:'';
    position: absolute;
    background: #fff; /*<-- Change fill color here*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: top; /*<-- Change fill out direction*/
    transition: transform .4s ease; /*<-- Change fill speed */
}

/*Hover class - https://youtube.com/@websensepro */
.eff-btn .elementor-button:hover::before{
    transform: scaleY(1);
    transform-origin: bottom; /*<-- Change fill in direction*/

}

/*Button text*/
.eff-btn .elementor-button-text{
    z-index: 1;
}

/*Hover Icon*/
.eff-btn:hover .elementor-button-icon{
    color: white; /*<-- Change Icon color here*/
    z-index: 1;
    transition: color .5s ease
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Moon Font';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/Moon-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Moon Font';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/Moon-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gatte Modern';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/gatte-modern.thin_.ttf') format('truetype');
}
@font-face {
	font-family: 'Gatte Modern';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/gatte-modern.extralight.ttf') format('truetype');
}
@font-face {
	font-family: 'Gatte Modern';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/gatte-modern.light_.ttf') format('truetype');
}
@font-face {
	font-family: 'Gatte Modern';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/gatte-modern.medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gatte Modern';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://staging.eddesign.com.sg/wp-content/uploads/2025/01/gatte-modern.regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */