/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.main-hero-secc {
    position: relative;
}
.main-hero-secc::before {
    content: '';
    height: 100%;
    width: 3000px;
    background-image: url(/wp-content/uploads/2026/04/Group-2147230293-scaled.png) !important;
    position: absolute;
    background-size: cover;
    right: auto;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-animation: slide-right 19s linear infinite alternate-reverse both;
    animation: slide-right 19s linear infinite alternate-reverse both;
    background-position: center center;
}
.main-hero-secc>div {
    position: relative;
    z-index: 1 !important;
}

.elementor.elementor-49 {
    position: sticky;
    top: 0;
    z-index: 9;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
.the-hidden-cost-sec .e-n-accordion>details:not(:first-child) {
    border-top: 1px solid #031b601f !important;
}
.atom-container .center-circle {
    animation: rotate-inner 20s linear infinite;
}