/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 12:33:01 */
.is_sticky {
    position: sticky;
    top: 0;
    padding-top: 10px !important;
}

.cta_sticky{
	position: fixed;
}

.icon_align span.elementor-icon.elementor-animation- {
    margin-top: 35px;
}
.cro_testimonials .ova_testimonial .testimo_ver_2.home2 .owl-carousel .owl-dots {
    margin-top: 0px;
}
.cro_testimonials .ova_testimonial .testimo_ver_2.home2 .owl-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
}

p.line_bg {
    color: #000;
}

/* New CRO  Page */
   .conversion-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 20px;
      text-align: center;
    }

    .conversion-text {
      font-size: 1.2rem;
      font-weight: 500;
      color: #fff;
	  font-family: "Montserrat", Sans-serif;
    }

    .highlight-counter {
      font-size: 3.5rem;
      font-weight: bold;
      color: #fff;
	  font-family: "Montserrat", Sans-serif;
      margin: 0 10px;
    }

/* Scale Up */
.scale_video{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}


    @media (max-width: 768px) {
      .conversion-text {
        font-size: 1rem;
      }

      .highlight-counter {
        font-size: 2.5rem;
      }
    }

    @media (max-width: 480px) {
      .conversion-text {
        font-size: 0.95rem;
      }

      .highlight-counter {
        font-size: 2rem;
      }
    }