.elementor-415 .elementor-element.elementor-element-7ae58d3{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-415 .elementor-element.elementor-element-f799fb1{--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;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-415 .elementor-element.elementor-element-7ebd68c{--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:300px;--margin-right:0px;overflow:visible;}.elementor-widget-heading .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-415 .elementor-element.elementor-element-3ece0ce .elementor-heading-title{color:var( --e-global-color-3d1438a );}.elementor-415 .elementor-element.elementor-element-8a285c2 .ekit-fancy-text{text-align:left;}.elementor-415 .elementor-element.elementor-element-8a285c2 .ekit-fancy-text, .elementor-415 .elementor-element.elementor-element-8a285c2 .ekit-fancy-text a{color:var( --e-global-color-primary );}.elementor-415 .elementor-element.elementor-element-8a285c2 .ekit-fancy-text.clip .ekit-fancy-text-lists::after{background-color:#333333;width:2px;height:100%;}.elementor-415 .elementor-element.elementor-element-8a285c2 .ekit-fancy-text.type .ekit-fancy-text-lists::after{background-color:#333333;width:2px;height:100%;}.elementor-415 .elementor-element.elementor-element-8a285c2 .ekit-fancy-text.bar-loading .ekit-fancy-text-lists::after{background-color:#333333;}@media(min-width:768px){.elementor-415 .elementor-element.elementor-element-f799fb1{--width:100%;}.elementor-415 .elementor-element.elementor-element-7ebd68c{--width:600px;}}/* Start custom CSS for container, class: .elementor-element-f799fb1 */.pulse-containertwo {
  position: relative;
  overflow: hidden; 
  z-index: 1;
  width: 100%;
  height: 100vh;
  isolation: isolate; 
  contain: strict; 
  backface-visibility: hidden; 
}

.pulse-containertwo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://sinohighchem.net/wp-content/uploads/2025/07/banner_02.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
  animation: gentlePulse 12s ease-in-out infinite;
  will-change: transform;
  transform-origin: center; 
  backface-visibility: hidden; 
  -webkit-backface-visibility: hidden; 
}

@keyframes gentlePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}/* End custom CSS */