Joebot Avatar
JoeBot

Words from Visionaries I've Worked With

“Joseph doesn’t just teach entrepreneurship — he activates it. Every conversation lights a fire.”
— Voice of the Future Podcast
function toggleTestimonialForm() { const container = document.getElementById("hubspot-testimonial-form"); if (!container.hasChildNodes()) { hbspt.forms.create({ region: "eu1", portalId: "140463053", formId: "bde22be3-0167-4aa1-ad9f-53f2e1ba2561", target: "#hubspot-testimonial-form" }); } container.style.display = "block"; container.scrollIntoView({ behavior: 'smooth' }); } .testimonial-carousel-wrapper { overflow-x: auto; scroll-snap-type: x mandatory; padding: 40px 0; border-radius: 25px; box-shadow: 0 0 24px rgba(255, 106, 0, 0.08); } .testimonial-carousel { display: flex; gap: 20px; padding: 20px; width: max-content; } .testimonial-card { flex: 0 0 300px; background: #ffffff; color: #222; border-radius: 15px; padding: 30px 20px; scroll-snap-align: start; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: center; } .testimonial-card:hover { transform: scale(1.03); box-shadow: 0 0 24px rgba(255, 106, 0, 0.2); } .testimonial-img { width: 280px; height: 80px; border-radius: 50%; margin-bottom: 15px; object-fit: cover; box-shadow: 0 0 10px rgba(255, 106, 0, 0.2); } .testimonial-card p { font-size: 15px; line-height: 1.6; margin-bottom: 12px; } .testimonial-card h4 { font-size: 14px; color: #ff6a00; font-weight: 600; } .testimonial-feature-quote { text-align: center; margin-top: 40px; font-style: italic; font-size: 16px; color: #444; } .testimonial-feature-quote span { display: block; margin-top: 8px; color: #ff6a00; font-weight: bold; } .testimonial-button-wrapper { text-align: center; margin-top: 30px; } .testimonial-button { background: #ff6a00; color: white; padding: 12px 28px; font-size: 16px; border: none; border-radius: 8px; cursor: pointer; box-shadow: 0 0 10px rgba(255, 106, 0, 0.2); transition: background 0.3s ease; } .testimonial-button:hover { background: #e95a00; }