/* Home V3: restore and reflow legacy sections that were hidden on touch layouts. */
body.page-template-page-home-v3 .testimonial_sec {
  padding: 72px 0;
  background: #050505;
}

body.page-template-page-home-v3 .testimonial_sec .testimonial-header {
  margin-bottom: 36px;
}

body.page-template-page-home-v3 .testimonial_sec .testimonial-badge {
  background: #b9ff38;
  color: #050505;
  box-shadow: none;
}

body.page-template-page-home-v3 .testimonial_sec .testimonial-title,
body.page-template-page-home-v3 .testimonial_sec .testimonial-subtitle {
  color: #fff;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide {
  background: #b9ff38;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide::before {
  display: none;
}

body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox {
  width: 100% !important;
  height: 210px !important;
  padding: 0;
  border-radius: 10px;
  background: #050505;
  box-shadow: none;
}

body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox img {
  border: 0;
  border-radius: 10px;
}

body.page-template-page-home-v3 .testimonial_sec .quote-icon {
  width: 42px;
  height: 42px;
  right: 8px;
  bottom: 8px;
  background: #050505;
  border: 0;
  box-shadow: none;
}

body.page-template-page-home-v3 .testimonial_sec .Client-detail h6,
body.page-template-page-home-v3 .testimonial_sec .Client-detail .role,
body.page-template-page-home-v3 .testimonial_sec .quote p {
  color: #050505 !important;
}

body.page-template-page-home-v3 .testimonial_sec .quote-read-more {
  background: #050505;
  border-color: #050505;
  color: #b9ff38;
}

body.page-template-page-home-v3 .testimonial_sec .quote-read-more:hover,
body.page-template-page-home-v3 .testimonial_sec .quote-read-more:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #050505;
}

body.page-template-page-home-v3 .testimonial_sec .testimonial-footer {
  border-color: rgba(185, 255, 56, 0.35);
}

body.page-template-page-home-v3 .testimonial_sec .testimonial-see-more {
  background: #b9ff38;
  color: #050505 !important;
}

body.page-template-page-home-v3 .testimonial_sec .testimonial-see-more:hover,
body.page-template-page-home-v3 .testimonial_sec .testimonial-see-more:focus-visible {
  background: #fff;
  color: #050505 !important;
}

body.page-template-page-home-v3 .testimonial_sec .slick-arrow {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  z-index: 3;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.page-template-page-home-v3 .testimonial_sec .slick-arrow::before {
  color: #0a0e27;
  font-size: 20px;
  line-height: 60px;
  opacity: 1;
}

body.page-template-page-home-v3 .testimonial_sec .slick-arrow:hover,
body.page-template-page-home-v3 .testimonial_sec .slick-arrow:focus-visible {
  background: #1aa4f1;
  box-shadow: 0 10px 26px rgba(26, 164, 241, 0.3);
  transform: translateY(-2px);
}

body.page-template-page-home-v3 .testimonial_sec .slick-arrow:hover::before,
body.page-template-page-home-v3 .testimonial_sec .slick-arrow:focus-visible::before {
  color: #fff;
}

body.page-template-page-home-v3 .testimonial_sec .quote-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  box-sizing: border-box;
  padding: 10px 24px;
  border: 1px solid rgba(26, 164, 241, 0.2);
  border-radius: 50px;
  background: rgba(26, 164, 241, 0.08);
  color: #1aa4f1;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.page-template-page-home-v3 .testimonial_sec .quote-read-more:hover,
body.page-template-page-home-v3 .testimonial_sec .quote-read-more:focus-visible {
  border-color: #1aa4f1;
  background: #1aa4f1;
  color: #fff;
  transform: translateY(-2px);
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide::before {
  width: 4px;
  height: 100%;
  inset: 0 auto 0 0;
  border-radius: 0 4px 4px 0;
  transform: none;
}

body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::before,
body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::after {
  display: none !important;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide {
  display: flex !important;
  flex-direction: column;
  gap: 22px;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 28px 24px;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide > [class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  padding: 0;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .quote p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px !important;
}

body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .quote-read-more {
  margin-top: 0;
}

body.page-template-page-home-v3 .testimonial_sec .slick-arrow,
body.page-template-page-home-v3 .testimonial_sec .slick-dots {
  display: none !important;
}

body.page-template-page-home-v3 .cs-section .cs-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  column-gap: clamp(32px, 7vw, 96px);
  align-items: center;
  margin-bottom: 28px;
}

body.page-template-page-home-v3 .cs-section .cs-label,
body.page-template-page-home-v3 .cs-section .cs-title {
  grid-column: 1;
}

body.page-template-page-home-v3 .cs-section .cs-label {
  width: fit-content;
  justify-self: start;
}

body.page-template-page-home-v3 .cs-section .cs-subtitle {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 520px;
  margin: 0;
}

body.page-template-page-home-v3 .cs-section .cs-filter-tabs {
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  body.page-template-page-home-v3 .testimonial_sec {
    display: block;
    overflow: hidden;
  }

  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide {
    display: flex !important;
    align-items: center;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox {
    padding: 0 28px;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox {
    width: min(28vw, 260px);
    height: min(28vw, 260px);
  }

  body.page-template-page-home-v3 .testimonial_sec .Client-detail {
    left: auto;
    padding: 22px 0 8px;
    transform: none;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote {
    height: auto;
    min-height: 220px;
    padding: 25px 32px;
    align-items: center;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-prev {
    left: 12px;
    z-index: 2;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-next {
    right: 12px;
    z-index: 2;
  }

  body.page-template-page-home-v3 .testimonial_sec .testimonial-footer {
    margin-top: 36px;
    padding-top: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide > [class*="col-"] {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote p {
    font-size: 17px;
    line-height: 1.6;
  }

  body.page-template-page-home-v3 .testimonial_sec .Client-detail h6 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body.page-template-page-home-v3 #sprint-to-launch .main-row {
    display: flex;
    width: 100%;
  }

  body.page-template-page-home-v3 #sprint-to-launch .main-row > .col-before {
    display: flex;
    float: none;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  body.page-template-page-home-v3 #sprint-to-launch .main-row > .col-before:nth-child(5) {
    order: 7;
  }

  body.page-template-page-home-v3 #sprint-to-launch .main-row > .col-before:nth-child(6) {
    order: 6;
  }

  body.page-template-page-home-v3 #sprint-to-launch .main-row > .col-before:nth-child(7) {
    order: 5;
  }

  body.page-template-page-home-v3 #sprint-to-launch .col-before > .fas {
    display: none;
  }

  body.page-template-page-home-v3 #sprint-to-launch .col-before::before {
    display: none;
  }

  body.page-template-page-home-v3 #sprint-to-launch .inner-box-new {
    box-sizing: border-box;
    min-height: 250px;
    margin: 12px 0;
  }
}

@media (max-width: 767px) {
  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide {
    gap: 16px;
    padding: 22px 18px;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox {
    width: min(100%, 220px) !important;
    height: 150px !important;
  }

  body.page-template-page-home-v3 .cs-section .cs-header {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  body.page-template-page-home-v3 .cs-section .cs-label {
    justify-self: auto;
  }

  body.page-template-page-home-v3 .cs-section .cs-label,
  body.page-template-page-home-v3 .cs-section .cs-title,
  body.page-template-page-home-v3 .cs-section .cs-subtitle {
    display: block;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-template-page-home-v3 .cs-section .cs-subtitle {
    margin-top: 16px;
  }

  body.page-template-page-home-v3 .cs-section .cs-filter-tabs {
    margin-bottom: 34px;
    overflow: visible;
    padding: 8px 0;
  }

  body.page-template-page-home-v3 .cs-section .cs-filter-tabs ul {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  body.page-template-page-home-v3 #sprint-to-launch .sprint-to-launch-heading {
    padding-bottom: 20px;
    text-align: center;
  }

  body.page-template-page-home-v3 #sprint-to-launch .main-row > .col-before {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  body.page-template-page-home-v3 #sprint-to-launch .inner-box-new {
    min-height: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-template-page-home-v3 .testimonial_sec {
    padding: 50px 0 40px;
  }

  body.page-template-page-home-v3 .testimonial_sec span {
    font-size: 12px;
    padding: 4px 14px;
  }

  body.page-template-page-home-v3 .testimonial_sec h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  body.page-template-page-home-v3 .testimonial_sec hr {
    width: 12%;
    margin-bottom: 24px;
  }

  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide {
    flex-direction: column;
    padding: 10px 0;
  }

  body.page-template-page-home-v3 .testimonial_sec .happy-clientslider .slide > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox {
    width: min(50vw, 180px);
    height: min(50vw, 180px);
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::before,
  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::after {
    width: 60px;
    height: 60px;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::before {
    left: -12px;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::after {
    right: -12px;
  }

  body.page-template-page-home-v3 .testimonial_sec .Client-detail {
    padding: 14px 0 0;
    text-align: center;
  }

  body.page-template-page-home-v3 .testimonial_sec .Client-detail h6 {
    margin-bottom: 2px;
    font-size: 20px;
  }

  body.page-template-page-home-v3 .testimonial_sec .Client-detail .role {
    font-size: 14px;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote {
    display: block;
    height: auto;
    min-height: 0;
    padding: 16px 8px 8px;
    text-align: center;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote::before {
    position: static;
    display: block;
    margin: 0 auto 8px;
    font-size: 32px;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote::after {
    position: static;
    display: block;
    margin: 8px auto 0;
    font-size: 32px;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-arrow {
    width: 46px;
    height: 46px;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-arrow::before {
    font-size: 16px;
    line-height: 46px;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-prev {
    left: 4px;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-next {
    right: 4px;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote-read-more {
    min-height: 44px;
    padding: 9px 18px;
    font-size: 12px;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-dots {
    position: static;
    margin-top: 20px;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-dots li {
    margin: 0 4px;
  }

  body.page-template-page-home-v3 .testimonial_sec .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  body.page-template-page-home-v3 .testimonial_sec {
    padding: 40px 0 30px;
  }

  body.page-template-page-home-v3 .testimonial_sec h2 {
    font-size: 22px;
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox {
    width: min(55vw, 160px);
    height: min(55vw, 160px);
  }

  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::before,
  body.page-template-page-home-v3 .testimonial_sec .mainBox .imgBox::after {
    width: 50px;
    height: 50px;
  }

  body.page-template-page-home-v3 .testimonial_sec .Client-detail h6 {
    font-size: 18px;
  }

  body.page-template-page-home-v3 .testimonial_sec .quote p {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* A separate Home V3 process section. It retains the desktop process path and
   becomes a deterministic carousel only on phones; the original remains untouched. */
body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel {
  padding: 30px 0 44px;
  background: #fff;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading {
  max-width: 980px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading h4 {
  color: #1aa4f1;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading h3 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading p {
  color: #6a6d6f;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel {
  max-width: 1200px;
  margin: 0 auto;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__stage {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 62px;
  min-height: 0;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide {
  flex: 0 0 25%;
  box-sizing: border-box;
  height: 250px;
  padding: 0 14px;
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
}

/* Desktop process connectors: 01 → 02 → 03 → 04, down to 05, then 06 → 07. */
@media (min-width: 1025px) {
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__stage,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide {
    overflow: visible;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__stage {
    column-gap: 44px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide {
    flex-basis: calc((100% - 132px) / 4);
    padding: 0;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(1)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(2)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(3)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(5)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(6)::after {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 2px;
    content: '';
    background: #dddfe1;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(1)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(2)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(3)::after {
    left: 100%;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(5)::after,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(6)::after {
    right: 100%;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(1)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(2)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(3)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(5)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(6)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(4)::before {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 0;
    border-radius: 50%;
    background: #dddfe1;
    box-shadow: none;
    color: #333;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(1)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(2)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(3)::before {
    top: calc(50% - 13px);
    left: calc(100% + 9px);
    content: '\f105';
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(4)::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 62px;
    content: '';
    background: #dddfe1;
    transform: translateX(-50%);
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(4)::before {
    top: calc(100% + 18px);
    left: calc(50% - 13px);
    content: '\f107';
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(5)::before,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(6)::before {
    top: calc(50% - 13px);
    right: calc(100% + 9px);
    content: '\f104';
  }
}

/* Match the existing desktop process path: 01–04 on top, then 07–05 below. */
body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(5) {
  order: 7;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(6) {
  order: 6;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(7) {
  order: 5;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide .inner-box-new {
  box-sizing: border-box;
  width: 100%;
  min-height: 250px;
  margin: 0;
  padding: 0 16px 16px;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .inner-box-new h3 {
  margin-top: 4px;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .inner-box-new ul li {
  color: #6a6d6f;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__controls {
  position: relative;
  z-index: 2;
  display: none;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 13px 16px;
  border: 1px solid #e0eef7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 164, 241, 0.08);
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid #b9e3fb;
  border-radius: 50%;
  background: #f7fcff;
  color: #1aa4f1;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__arrow:hover,
body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__arrow:focus-visible {
  background: #1aa4f1;
  color: #fff;
  outline: none;
  transform: scale(1.05);
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__status {
  min-width: 0;
  text-align: center;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel [data-home-v3-process-current] {
  display: block;
  color: #1aa4f1;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cdd9df;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__dots button.is-active,
body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__dots button:hover,
body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__dots button:focus-visible {
  width: 28px;
  background: #1aa4f1;
  outline: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel {
    padding: 38px 0 44px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading {
    padding-bottom: 28px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading h4 {
    font-size: 24px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading h3 {
    padding: 3px 0 14px;
    font-size: 24px;
    line-height: 1.3;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .sprint-to-launch-heading p {
    font-size: 14px;
    line-height: 1.7;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel {
    max-width: 500px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__stage {
    display: block;
    position: relative;
    min-height: 272px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide {
    display: block;
    padding: 0;
    flex: none;
    height: 272px;
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(16px);
    transition: opacity 260ms ease, transform 260ms ease, visibility 0s linear 260ms;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(5),
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(6),
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide:nth-child(7) {
    order: initial;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide .inner-box-new {
    min-height: 272px;
    padding: 0 12px 16px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .inner-box-new .innerbox-new-icon {
    margin-bottom: 14px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .inner-box-new h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .inner-box-new ul li {
    font-size: 13px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__controls {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
  }

  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__arrow {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__slide,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__arrow,
  body:is(.page-template-page-home-v3, .ai-development-new-page) #sprint-to-launch-carousel .home-v3-process-carousel__dots button {
    transition: none;
  }
}

/* Home V3 uses Lato consistently. Keep the WordPress toolbar's Dashicons
   span outside this typography rule so the front-end admin bar keeps its
   native icon font. */
body.page-template-page-home-v3,
body.page-template-page-home-v3 :where(h1, h2, h3, h4, h5, h6, p, a, span:not(.ab-icon), strong, em, li, label, button, input, select, textarea) {
  font-family: Lato, sans-serif !important;
}

/* The AI template reuses the Home V3 process component, not its page-wide type
   settings. Keep the Home V3 Lato typography scoped to that shared section. */
body.ai-development-new-page #sprint-to-launch-carousel,
body.ai-development-new-page #sprint-to-launch-carousel :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, li, label, button, input, select, textarea) {
  font-family: Lato, sans-serif !important;
}
