.elementor-47415 .elementor-element.elementor-element-17dcc8fe{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-47415 .elementor-element.elementor-element-5c08aa81{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-47415 .elementor-element.elementor-element-1be2eb98{width:initial;max-width:initial;text-align:center;font-family:"Lexend", Sans-serif;font-size:40px;font-weight:600;font-style:normal;color:#000000;}.elementor-47415 .elementor-element.elementor-element-1be2eb98 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-47415 .elementor-element.elementor-element-1be2eb98.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-47415 .elementor-element.elementor-element-1be2eb98{font-size:30px;line-height:1.4em;}}/* Start custom CSS for html, class: .elementor-element-6ab899a7 *//* Counter Section Wrapper */
.ac-counter-section {
  text-align: center;
}

/* Flex Container */
.ac-counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

/* Counter Item */
.ac-counter-item {
  width: 300px;
  height: 300px;
  border: 1px solid var(--tp-border-1, #ddd);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.01);
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.ac-counter-item:hover{
     border: 1px solid #FF5E13;
     transition: all 0.3s linear;
}

/* Overlapping Effect */
.ac-counter-container > .ac-counter-item:not(:first-child) {
  margin-left: -70px;
}

/* Number Styling */
.ac-counter-number {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

/* Label */
.ac-counter-label {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  margin-bottom: 15px;
  display: block;
}

/* Icon */
.ac-counter-icon img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .ac-counter-container > .ac-counter-item:not(:first-child) {
    margin-left: 0px;
  }
  .ac-counter-item {
  width: 250px;
  height: 250px;
  }
  .ac-counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
    }
    .ac-counter-number {
  font-size: 35px;
  font-weight: 400;
  margin: 0;
  color: #000;
}
.ac-counter-label {
  font-size: 16px;
}

}/* End custom CSS */
/* Start JX Custom Fonts CSS *//* End JX Custom Fonts CSS */