[op3_menu_render menu_id=’11’ uuid=’5eB7aPJ3′ page_id=’4383′ page_timestamp=’1746147221′][/op3_menu_render]Contact Us
Hybrid AI Workforce + Autonomous AI Departments, Built to Scale with Your Firm
Newsroom
Latest News
Businesses Adopting AI In America
0
Since you opened this page.
// Check if the counter script has already been initialized
if (!window.counterInitialized) {
window.counterInitialized = true; // Flag to prevent duplicate initialization
// Constants
const adoptionsPerDay = 15300; // Approximate AI adoptions per day
const adoptionsPerSecond = adoptionsPerDay / 86400; // Seconds in a day
// Function to update all counters
function startCounters() {
const counters = document.querySelectorAll(‘.counter’); // Select all elements with the class ‘counter’
const startTime = new Date().getTime(); // Record the time when the page was opened
setInterval(() => {
const currentTime = new Date().getTime();
const elapsedTime = (currentTime – startTime) / 1000; // Elapsed time in seconds
const adoptions = Math.floor(elapsedTime * adoptionsPerSecond); // Calculate adoptions
counters.forEach(counter => {
counter.textContent = adoptions.toLocaleString(); // Update each counter
});
}, 1000); // Update every second
}
// Start all counters when the page loads
window.onload = startCounters;
}
.op-counter-container {
width: 100%; /* Full-width for responsive design */
max-width: 1000px;
height: auto; /* Auto height to fit content */
margin: 20px auto; /* Center the container */
background-color: transparent; /* Transparent background */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px; /* Reduced padding to tighten spacing */
text-align: center; /* Center align text */
}
.op-counter-title {
font-size: 2.2em; /* Slightly smaller font */
margin: 10px 0; /* Reduced spacing */
color: #ffffff; /* White text */
text-align: center;
}
.op-counter {
font-size: 4.5em; /* Adjusted font size */
font-weight: bold;
color: #ffffff; /* White text */
margin: 5px 0; /* Reduced spacing */
max-height: 300px; /* Restrict counter height */
display: flex;
justify-content: center;
align-items: center;
overflow: hidden; /* Prevents overflow */
}
.op-counter-text {
font-size: 20pt; /* Slightly smaller font */
font-weight: bold; /* Bold text for emphasis */
margin: 10px 0; /* Reduced spacing */
color: #ffffff; /* White text */
text-align: center;
}
Join the Newsletter
JOIN NOW[op3_menu_render menu_id=’10’ uuid=’q2aJDmem’ page_id=’4383′ page_timestamp=’1746147221′][/op3_menu_render]
Copyright © 2025 | AI-Recruitment Software. All Rights Reserved. Cookie Policy and Privacy Policy