.elementor-429 .elementor-element.elementor-element-0f7081f{--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;--overlay-opacity:0.33;--padding-top:8em;--padding-bottom:8em;--padding-left:0em;--padding-right:0em;}.elementor-429 .elementor-element.elementor-element-0f7081f:not(.elementor-motion-effects-element-type-background), .elementor-429 .elementor-element.elementor-element-0f7081f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dmwater.storefix.in/wp-content/uploads/2026/01/bg1.jpg");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-429 .elementor-element.elementor-element-0f7081f::before, .elementor-429 .elementor-element.elementor-element-0f7081f > .elementor-background-video-container::before, .elementor-429 .elementor-element.elementor-element-0f7081f > .e-con-inner > .elementor-background-video-container::before, .elementor-429 .elementor-element.elementor-element-0f7081f > .elementor-background-slideshow::before, .elementor-429 .elementor-element.elementor-element-0f7081f > .e-con-inner > .elementor-background-slideshow::before, .elementor-429 .elementor-element.elementor-element-0f7081f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-ae19c87 );--background-overlay:'';}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-429 .elementor-element.elementor-element-720cfb3{text-align:center;}.elementor-429 .elementor-element.elementor-element-720cfb3 .elementor-heading-title{font-family:"DM Sans", Sans-serif;font-size:50px;font-weight:700;color:#FFFFFF;}.elementor-429 .elementor-element.elementor-element-1e301626{padding:0em 0em 5em 0em;}.elementor-429 .elementor-element.elementor-element-475bb8a{padding:20em 0em 20em 0em;top:541px;z-index:99;}body:not(.rtl) .elementor-429 .elementor-element.elementor-element-475bb8a{left:4px;}body.rtl .elementor-429 .elementor-element.elementor-element-475bb8a{right:4px;}@media(max-width:767px){.elementor-429 .elementor-element.elementor-element-0f7081f{--padding-top:5em;--padding-bottom:5em;--padding-left:0em;--padding-right:0em;}}/* Start custom CSS for html, class: .elementor-element-475bb8a */.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0; /* Put behind content */
}

.bubbles span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6EC1E4; /* bubble color */
    bottom: -50px;
    animation: rise 12s infinite ease-in;
    filter: blur(0.5px);
}

/* Random positions & sizes */
.bubbles span:nth-child(1) { left: 10%; width: 18px; height: 18px; animation-duration: 8s; }
.bubbles span:nth-child(2) { left: 25%; width: 25px; height: 25px; animation-duration: 10s; }
.bubbles span:nth-child(3) { left: 40%; width: 15px; height: 15px; animation-duration: 6s; }
.bubbles span:nth-child(4) { left: 55%; width: 28px; height: 28px; animation-duration: 11s; }
.bubbles span:nth-child(5) { left: 70%; width: 20px; height: 20px; animation-duration: 9s; }
.bubbles span:nth-child(6) { left: 85%; width: 32px; height: 32px; animation-duration: 12s; }
.bubbles span:nth-child(7) { left: 50%; width: 10px; height: 10px; animation-duration: 7s; }
.bubbles span:nth-child(8) { left: 30%; width: 22px; height: 22px; animation-duration: 9s; }
.bubbles span:nth-child(9) { left: 75%; width: 14px; height: 14px; animation-duration: 6.5s; }
.bubbles span:nth-child(10) { left: 5%; width: 30px; height: 30px; animation-duration: 13s; }

/* Animation */
@keyframes rise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-120vh) scale(1.4);
        opacity: 0;
    }
}/* End custom CSS */