{"id":2044,"date":"2026-05-14T13:42:57","date_gmt":"2026-05-14T13:42:57","guid":{"rendered":"https:\/\/720degrees.ai\/?page_id=2044"},"modified":"2026-05-14T15:04:36","modified_gmt":"2026-05-14T15:04:36","slug":"carouselthemselves","status":"publish","type":"page","link":"https:\/\/720degrees.ai\/pt\/carouselthemselves\/","title":{"rendered":"Carouselthemselves"},"content":{"rendered":"<style>\n.carousel-wrapper{\n  width:100%;\n  max-width:1200px;\n  margin:40px auto;\n  position:relative;\n  overflow:hidden;\n  border-radius:20px;\n  background:#ffffff;\n  box-shadow:0 12px 40px rgba(0,0,0,0.12);\n  font-family:Arial, sans-serif;\n}<\/p>\n<p>.carousel-track{\n  display:flex;\n  transition:transform 0.5s ease-in-out;\n}<\/p>\n<p>.carousel-slide{\n  min-width:100%;\n  display:flex;\n  align-items:center;\n  gap:40px;\n  padding:60px;\n  box-sizing:border-box;\n}<\/p>\n<p>.carousel-slide img{\n  width:45%;\n  height:380px;\n  object-fit:cover;\n  border-radius:18px;\n}<\/p>\n<p>.carousel-content{\n  width:55%;\n}<\/p>\n<p>.carousel-content h2{\n  font-size:40px;\n  line-height:1.2;\n  color:#111827;\n  margin-bottom:20px;\n  font-weight:700;\n}<\/p>\n<p>.carousel-content p{\n  font-size:16px;\n  line-height:1.8;\n  color:#4b5563;\n  margin-bottom:25px;\n}<\/p>\n<p>.carousel-btn{\n  display:inline-block;\n  padding:14px 28px;\n  background:#008080;\n  color:#fff;\n  text-decoration:none;\n  border-radius:8px;\n  font-size:15px;\n  font-weight:600;\n  transition:0.3s ease;\n}<\/p>\n<p>.carousel-btn:hover{\n  background:#006666;\n  color:#fff;\n}<\/p>\n<p>.nav-button{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  width:50px;\n  height:50px;\n  border:none;\n  border-radius:50%;\n  background:rgba(0,0,0,0.65);\n  color:#fff;\n  font-size:24px;\n  cursor:pointer;\n  z-index:10;\n  transition:0.3s ease;\n}<\/p>\n<p>.nav-button:hover{\n  background:#008080;\n}<\/p>\n<p>.prev-btn{\n  left:20px;\n}<\/p>\n<p>.next-btn{\n  right:20px;\n}<\/p>\n<p>@media(max-width:768px){<\/p>\n<p>  .carousel-slide{\n    flex-direction:column;\n    text-align:center;\n    padding:30px;\n  }<\/p>\n<p>  .carousel-slide img{\n    width:100%;\n    height:250px;\n  }<\/p>\n<p>  .carousel-content{\n    width:100%;\n  }<\/p>\n<p>  .carousel-content h2{\n    font-size:28px;\n  }<\/p>\n<p>  .nav-button{\n    width:40px;\n    height:40px;\n    font-size:18px;\n  }\n}\n<\/style>\n<div class=\"carousel-wrapper\">\n<p>  <button class=\"nav-button prev-btn\">&#10094;<\/button><br \/>\n  <button class=\"nav-button next-btn\">&#10095;<\/button><\/p>\n<div class=\"carousel-track\">\n<p>    <!-- Slide 1 --><\/p>\n<div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&#038;w=1200\" alt=\"AI Business\"><\/p>\n<div class=\"carousel-content\">\n<h2>AI-Powered Business Transformation<\/h2>\n<p>\n          Accelerate operational efficiency and unlock scalable growth<br \/>\n          through intelligent automation, AI-first workflows,<br \/>\n          and data-driven business transformation strategies.\n        <\/p>\n<p>        <a href=\"#\" class=\"carousel-btn\">Saiba mais<\/a>\n      <\/div>\n<\/p><\/div>\n<p>    <!-- Slide 2 --><\/p>\n<div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?q=80&#038;w=1200\" alt=\"Digital Strategy\"><\/p>\n<div class=\"carousel-content\">\n<h2>Digital Strategy &#038; Innovation<\/h2>\n<p>\n          Build future-ready enterprises with modern digital solutions,<br \/>\n          optimized operations, and scalable innovation frameworks<br \/>\n          designed for long-term success.\n        <\/p>\n<p>        <a href=\"#\" class=\"carousel-btn\">Explore Services<\/a>\n      <\/div>\n<\/p><\/div>\n<p>    <!-- Slide 3 --><\/p>\n<div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1516321318423-f06f85e504b3?q=80&#038;w=1200\" alt=\"Enterprise Consulting\"><\/p>\n<div class=\"carousel-content\">\n<h2>Enterprise Consulting Excellence<\/h2>\n<p>\n          Deliver measurable impact through strategic consulting,<br \/>\n          intelligent systems integration, and customer-centric<br \/>\n          transformation initiatives.\n        <\/p>\n<p>        <a href=\"#\" class=\"carousel-btn\">Get Started<\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {<\/p>\n<p>  const track = document.querySelector(\".carousel-track\");\n  const slides = document.querySelectorAll(\".carousel-slide\");<\/p>\n<p>  const nextBtn = document.querySelector(\".next-btn\");\n  const prevBtn = document.querySelector(\".prev-btn\");<\/p>\n<p>  let currentIndex = 0;<\/p>\n<p>  function updateSlider() {\n    track.style.transform = \"translateX(-\" + (currentIndex * 100) + \"%)\";\n  }<\/p>\n<p>  nextBtn.addEventListener(\"click\", function () {\n    currentIndex = (currentIndex + 1) % slides.length;\n    updateSlider();\n  });<\/p>\n<p>  prevBtn.addEventListener(\"click\", function () {\n    currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n    updateSlider();\n  });<\/p>\n<p>  setInterval(function () {\n    currentIndex = (currentIndex + 1) % slides.length;\n    updateSlider();\n  }, 5000);<\/p>\n<p>});\n<\/script><\/p>","protected":false},"excerpt":{"rendered":"<p>&#10094; &#10095; AI-Powered Business Transformation Accelerate operational efficiency and unlock scalable growth through intelligent automation, AI-first workflows, and data-driven business transformation strategies. Learn More Digital Strategy &#038; Innovation Build future-ready enterprises with modern digital solutions, optimized operations, and scalable innovation frameworks designed for long-term success. Explore Services Enterprise Consulting Excellence Deliver measurable impact through strategic [&#8230;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-2044","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/pages\/2044","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/comments?post=2044"}],"version-history":[{"count":5,"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/pages\/2044\/revisions"}],"predecessor-version":[{"id":2050,"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/pages\/2044\/revisions\/2050"}],"wp:attachment":[{"href":"https:\/\/720degrees.ai\/pt\/wp-json\/wp\/v2\/media?parent=2044"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}