.elementor-kit-4{--e-global-color-primary:#6E350F;--e-global-color-secondary:#2E241A;--e-global-color-text:#D9C4AB;--e-global-color-accent:#F8F3EC;--e-global-color-c597b9b:#4D463F;--e-global-color-984e489:#ECE1D2;--e-global-typography-primary-font-family:"nexa";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"nexa";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"pacaembu";--e-global-typography-text-font-size:13px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"nexa-rust-sans-black-2";--e-global-typography-accent-font-size:32px;--e-global-typography-accent-font-weight:800;background-color:var( --e-global-color-accent );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#FFFFFF;padding-inline-end:0px;padding-inline-start:0px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.hidden-header {
    transform: translateY(-100%);
}
#bird-lottie {
  position: absolute; /* or absolute if the parent is also appropriately positioned */
  top: 0;
  left: 0;
}
#hero-container {
  position: relative;
  overflow: hidden;
}
html, body {
  overflow-x: hidden;
}
.reveal-wrapper {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.reveal-text {
  display: inline-block;
  transform: translateX(-100%);
  animation: revealIn 1s ease-out forwards;
  animation-delay: 0.3s; /* optional */
}
/* Parent container: splits space between slider and description */
.parent-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
/* Style for custom checkbox group */
.custom-field input[type="checkbox"] {
  margin-right: 10px;
  padding: 10px;
  font-size: 16px;
}

/* Style the labels of checkboxes */
.custom-field label {
  font-size: 14px;
  color: #333;
}/* End custom CSS */