.elementor-kit-8{--e-global-color-primary:#057976;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 h1{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 h2{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 h3{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 h4{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 h5{color:#000000;font-family:"Poppins", Sans-serif;}.elementor-kit-8 h6{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Open Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.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:1366px){.e-con{--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:10px;--container-default-padding-bottom:0px;--container-default-padding-left:10px;}}/* Start custom CSS *//* 1. Homepage Hero - High Priority Load & Fade */
.home .hero {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    
    /* Animation - Start hidden and fade in */
    animation: heroReveal 0.5s ease-in forwards;
    opacity: 0; 
    
    /* Global Height - Locks the space immediately */
    min-height: 100vh !important; 
    min-height: 100svh !important;
    
    /* Technical stability */
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* 2. The Animation Logic */
@keyframes heroReveal {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* 3. Tablet (1024px and below) */
@media (max-width: 1024px) {
    .home .hero {
        min-height: 700px !important;
    }
}

/* 4. Mobile (767px and below) */
@media (max-width: 767px) {
    .home .hero {
        min-height: 100vh !important;
        min-height: 100svh !important;
    }
}


html {
  scrollbar-gutter: stable; /* modern browsers */
  overflow-y: scroll;        /* fallback for older browsers */
}

/* Remove Gap on Icons */
.elementor-icon-wrapper { 
    line-height: 0;
}

/* Remove Gap on Text Widget */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

#header-2 {
  position: fixed; /* important for slide effect */
  top: 0;
  width: 100%;
  z-index: 999;

  transform: translateY(0);
  transition: transform 0.35s ease, background-color 0.3s ease;

  background: linear-gradient(to bottom, #00000099, #00000000);
  will-change: transform;
}

/* Logo header */
.header-logo {
  width: 200px;
    height: auto;
}

@media (max-width: 767px) { /* adjust breakpoint as needed */
  .header-logo {
    width: 120px;
    height: auto;
  }
}

/* Fully black after scroll threshold */
#header-2.scrolled {
  background: #000000;
}

/* Hover override (desktop only) */
#header-2.hovered {
  background: #000000;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://reset.happycloud.ph/wp-content/uploads/OpenSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://reset.happycloud.ph/wp-content/uploads/OpenSans-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://reset.happycloud.ph/wp-content/uploads/OpenSans-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://reset.happycloud.ph/wp-content/uploads/OpenSans-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */