.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FF0000;--e-global-color-eadaf8b:#000000;--e-global-color-09cdf13:#FFFFFF;--e-global-color-c8894bf:#E5CEAA;--e-global-color-a9933d8:#D83434;--e-global-color-3b2c7eb:#EAD4B1;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{letter-spacing:0.1em;}.elementor-kit-5 h2{font-family:"Bebas Neue", Sans-serif;font-size:34px;font-weight:400;letter-spacing:0.1em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Courier Prime", Sans-serif;font-weight:bold;}.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: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 */.revealBox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  
}

.hiddenContent {
  opacity: 0;
  height: 100%;
  overflow: visible;
  transition: opacity 0.4s ease;
}

/* Desktop hover effect */
.revealBox:hover .hiddenContent {
  opacity: 1;
}

/* 📱 Mobile override */
@media (max-width: 768px) {
  .hiddenContent {
    opacity: 1;
  }
}

.click-hide {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.click-hide.clicked {
  opacity: 0;
  pointer-events: none;
}


#hero {
    height: 100vh;
    transition: height 0.05s linear;
    position: relative;
}
  

    #shrinkImage {
    opacity: 0; /* hidden at first */
    transition: width 2s ease, opacity 2s ease;
    display: block;
    margin: 0 auto; /* centers image */
  }
  
  * {
  -webkit-tap-highlight-color: transparent;
}

  #shrinkImage.visible {
    opacity: 1; /* fade in */
  }


    #delayedImage {
      display: none; /* Hide initially */
      width: 300px;
    }

.delayed-bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.delayed-bg {
  transition: background-image 0s, opacity 1s ease;
  opacity: 0;
}

.delayed-bg.bg-loaded {
  opacity: 1;
}


.delayedReveal {
  opacity: 0;
  animation: revealAfterDelay 0.5s ease forwards;
  animation-delay: 8s;
}

@keyframes revealAfterDelay {
  to {
    opacity: 1;
  }
}/* End custom CSS */