.elementor-1333 .elementor-element.elementor-element-4c42726{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1333 .elementor-element.elementor-element-be6c4cb{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;top:0px;--z-index:10;}body:not(.rtl) .elementor-1333 .elementor-element.elementor-element-be6c4cb{left:0px;}body.rtl .elementor-1333 .elementor-element.elementor-element-be6c4cb{right:0px;}.elementor-1333 .elementor-element.elementor-element-a54023a{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.6;}.elementor-1333 .elementor-element.elementor-element-a54023a:not(.elementor-motion-effects-element-type-background), .elementor-1333 .elementor-element.elementor-element-a54023a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ambicashree.creativedreams.asia/wp-content/uploads/2025/08/03-1.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1333 .elementor-element.elementor-element-a54023a::before, .elementor-1333 .elementor-element.elementor-element-a54023a > .elementor-background-video-container::before, .elementor-1333 .elementor-element.elementor-element-a54023a > .e-con-inner > .elementor-background-video-container::before, .elementor-1333 .elementor-element.elementor-element-a54023a > .elementor-background-slideshow::before, .elementor-1333 .elementor-element.elementor-element-a54023a > .e-con-inner > .elementor-background-slideshow::before, .elementor-1333 .elementor-element.elementor-element-a54023a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-1333 .elementor-element.elementor-element-c4acfdb .elementor-heading-title{color:#FFFFFF;}.elementor-1333 .elementor-element.elementor-element-771c9f1{--display:flex;--position:absolute;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items: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;top:0px;}.elementor-1333 .elementor-element.elementor-element-906abb5{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--z-index:15;}.elementor-1333 .elementor-element.elementor-element-906abb5:not(.elementor-motion-effects-element-type-background), .elementor-1333 .elementor-element.elementor-element-906abb5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-1333 .elementor-element.elementor-element-1ac6441{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:1025px){.elementor-1333 .elementor-element.elementor-element-a54023a:not(.elementor-motion-effects-element-type-background), .elementor-1333 .elementor-element.elementor-element-a54023a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS *//* Create a large block to force the scrollbar to appear */
.top-scroll-block {
    height: 300vh; /* Provides 3 screens of scroll space */
    width: 100%;
    position: relative;
    z-index: 1; 
}

/* This is the container that will hold all visual elements */
/* This is the container that will hold all visual elements */
#fixed-show-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99; /* Ensure it's always on top */
    
    /* CRITICAL FIX: Allow scroll events to pass through */
    pointer-events: none; 
}

/* Ensure the elements inside the fixed wrapper can still be animated */
#fixed-show-wrapper * {
    pointer-events: auto; 
}


/* Hero Section inside the fixed wrapper */
.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5; 
}

/* Video Overlay Container - Final Centering Fix */
#video-overlay-wrap {
    position: absolute; /* Changed to absolute, as the parent is already fixed */
    top: 0; 
    left: 50%; 
    transform: translateX(-50%); /* Simpler centering is now possible */
    
    width: 0vw; 
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    background: black; 
}

/* Video Heading - Target the Elementor widget container by ID */
#video-story-h1 {
    /* Ensure the Elementor widget container is the absolutely positioned element */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the widget container */
    z-index: 11;
    width: 100%; /* Important to center text inside */
    text-align: center;
}

/* Reset Elementor's default spacing on the inner text container */
#video-story-h1 .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.2; /* Adjust line height as needed */
}

/* Target the actual text element */
#video-story-h1 .elementor-heading-title {
    font-size: 3rem;
    color: white;
    opacity: 0; 
}
/* ... (Rest of the element-specific CSS remains the same) ... *//* End custom CSS */