.elementor-411 .elementor-element.elementor-element-f723147{--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:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-411 .elementor-element.elementor-element-93ce609{--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-411 .elementor-element.elementor-element-09a2b71 .elementor-heading-title{color:var( --e-global-color-3d1438a );}.elementor-411 .elementor-element.elementor-element-f219dc0 .ekit-fancy-text{text-align:left;}.elementor-411 .elementor-element.elementor-element-f219dc0 .ekit-fancy-text, .elementor-411 .elementor-element.elementor-element-f219dc0 .ekit-fancy-text a{color:var( --e-global-color-primary );}.elementor-411 .elementor-element.elementor-element-f219dc0 .ekit-fancy-text.clip .ekit-fancy-text-lists::after{background-color:#333333;width:2px;height:100%;}.elementor-411 .elementor-element.elementor-element-f219dc0 .ekit-fancy-text.type .ekit-fancy-text-lists::after{background-color:#333333;width:2px;height:100%;}.elementor-411 .elementor-element.elementor-element-f219dc0 .ekit-fancy-text.bar-loading .ekit-fancy-text-lists::after{background-color:#333333;}@media(min-width:768px){.elementor-411 .elementor-element.elementor-element-93ce609{--width:500px;}}/* Start custom CSS for container, class: .elementor-element-f723147 */.pulse-container {
  position: relative;
  overflow: hidden; 
  z-index: 1;
  width: 100%;
  height: 100vh;
  isolation: isolate; 
  contain: strict; 
  backface-visibility: hidden; 
}

.pulse-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://sinohighchem.net/wp-content/uploads/2025/07/banner_01.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 */