.elementor-681 .elementor-element.elementor-element-e4488ee{--display:flex;--min-height:100vh;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-e4488ee:not(.elementor-motion-effects-element-type-background), .elementor-681 .elementor-element.elementor-element-e4488ee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://staging437.elitewolf.in/wp-content/uploads/2026/01/CROP-MARKS-3.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-681 .elementor-element.elementor-element-92a9026 img{width:60%;}.elementor-681 .elementor-element.elementor-element-a9d32c7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-e4488ee */.bg-wrapper{
  width:100%;
  height:100vh;
  background:black;
  overflow:hidden;
  z-index:999;
}

.bg-wrapper.fixed{
  position:fixed;
  top:0;
  left:0;
}

/* disable intro after animation */
.bg-wrapper.done{
    display: none;
  pointer-events:none;
  opacity:0;
  transition:opacity 1s ease;
}

/* center logo */
#container{
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  z-index:2;
}

#image{
  width:350px;
}

/* WHITE WIPE */
.white-overlay{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:0%;
  background:white;
  transition:height 3s ease;
  z-index:1;
}

/* PAGE CONTENT */
.page-content{
  margin-top:100vh;
  min-height:200vh;
  padding:80px;
  background:white;
}/* End custom CSS */