.elementor-994 .elementor-element.elementor-element-82ae861{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:auto;border-style:none;--border-style:none;}.elementor-994 .elementor-element.elementor-element-7cd0a94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-6408fd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-2db2243{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-a831f12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-861e7ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-4545c04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-4340dad{--spacer-size:50px;}.elementor-994 .elementor-element.elementor-element-2ce3c04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-994 .elementor-element.elementor-element-2ce3c04:not(.elementor-motion-effects-element-type-background), .elementor-994 .elementor-element.elementor-element-2ce3c04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0055FF;}.elementor-994 .elementor-element.elementor-element-f90b028{--display:flex;}@media(min-width:768px){.elementor-994 .elementor-element.elementor-element-82ae861{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3703da1 */.cestech-home-banner {
  width: 100%;
  background-color: #ffffff;
}

.cestech-home-banner__bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 660px;
  background-image: url("https://fabrica.dev.br/wp-content/uploads/2024/12/Imagem-Banner-home.png");
  background-size: cover;
  background-position: center;
}

.cestech-home-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(23, 24, 32, 1) 0%,
    rgba(23, 24, 32, 0.92) 20%,
    rgba(23, 24, 32, 0.6) 38%,
    rgba(23, 24, 32, 0) 50%
  );
  z-index: 1;
}

.cestech-home-banner__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  min-height: 660px;
  margin: 0 auto;
  padding: 96px 165px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 48px;
  box-sizing: border-box;
}

.cestech-home-banner__content {
  max-width: 430px;
}

.cestech-home-banner__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.1;
  color: #0055ff;
}

.cestech-home-banner__subtitle {
  margin: 24px 0 0;
  max-width: 360px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}

.cestech-home-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.cestech-home-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 20px 26px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.cestech-home-banner__button--primary {
  background-color: #0055ff;
  color: #ffffff;
  border: 2px solid #0055ff;
}

.cestech-home-banner__button--primary:hover {
  background-color: #4c88ff;
  border-color: #4c88ff;
  color: #ffffff;
}

.cestech-home-banner__button--primary:active {
  background-color: #0047d4;
  border-color: #0047d4;
  color: #ffffff;
}

.cestech-home-banner__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #0047d4;
}

.cestech-home-banner__button--secondary:hover {
  background-color: #4c88ff;
  border-color: #4c88ff;
  color: #ffffff;
}

.cestech-home-banner__button--secondary:active {
  background-color: #0047d4;
  border-color: #4c88ff;
  color: #ffffff;
}

.cestech-home-banner__services {
  display: grid;
  grid-template-columns: repeat(2, 203px);
  gap: 20px;
  justify-content: end;
}

.cestech-home-banner__service-card {
  width: 203px;
  min-height: 260px;
  padding: 28px 20px 24px;
  border: 1px solid #535259;
  border-radius: 10px;
  background: rgba(83, 82, 89, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.cestech-home-banner__service-card:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.cestech-home-banner__service-icon {
  width: 61px;
  height: 61px;
  display: block;
  background-color: #ffffff;
  transition: background-color 0.25s ease;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.cestech-home-banner__service-card:hover .cestech-home-banner__service-icon {
  background-color: #0055ff;
}

.cestech-home-banner__service-icon--software {
  mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Desenvolvimento-1.png");
  -webkit-mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Desenvolvimento-1.png");
}

.cestech-home-banner__service-icon--outsourcing {
  mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Outsourcing-1.png");
  -webkit-mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Outsourcing-1.png");
}

.cestech-home-banner__service-icon--suporte {
  mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Suporte.png");
  -webkit-mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Suporte.png");
}

.cestech-home-banner__service-icon--hospedagem {
  mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Hospedagem-1.png");
  -webkit-mask-image: url("https://fabrica.dev.br/wp-content/uploads/2025/01/Icones-Hospedagem-1.png");
}

.cestech-home-banner__service-text {
  display: block;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  transition: color 0.25s ease;
}

.cestech-home-banner__service-card:hover .cestech-home-banner__service-text {
  color: #000000;
}

/* Tablet */
@media (max-width: 1199px) {
  .cestech-home-banner__container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 20px 56px;
  }

  .cestech-home-banner__content {
    max-width: 100%;
  }

  .cestech-home-banner__subtitle {
    max-width: 520px;
  }

  .cestech-home-banner__services {
    justify-content: start;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-home-banner__bg {
    min-height: 490px;
    background-position: center;
  }

  .cestech-home-banner__overlay {
    background: linear-gradient(
      90deg,
      rgba(23, 24, 32, 1) 0%,
      rgba(23, 24, 32, 0.88) 38%,
      rgba(23, 24, 32, 0) 59%
    );
  }

  .cestech-home-banner__container {
    min-height: 490px;
    padding: 38px 20px 24px;
    gap: 24px;
  }

  .cestech-home-banner__content {
    max-width: 100%;
  }

  .cestech-home-banner__title {
    max-width: 270px;
    font-size: 32px;
    line-height: 1.1;
  }

  .cestech-home-banner__subtitle {
    margin-top: 16px;
    max-width: 245px;
    font-size: 16px;
    line-height: 1.45;
  }

  .cestech-home-banner__actions {
    margin-top: 24px;
    gap: 10px;
  }

  .cestech-home-banner__button {
    min-height: 50px;
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 10px;
  }

  .cestech-home-banner__services {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    margin-right: -20px;
    padding-right: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cestech-home-banner__services::-webkit-scrollbar {
    display: none;
  }

  .cestech-home-banner__service-card {
    flex: 0 0 102px;
    width: 102px;
    min-height: 130px;
    padding: 14px 8px 12px;
    border-radius: 5px;
    justify-content: center;
  }

  .cestech-home-banner__service-icon {
    width: 30px;
    height: 30px;
  }

  .cestech-home-banner__service-text {
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.3;
  }
 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5002e3 */.cestech-home-diferenciais {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-home-diferenciais__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-home-diferenciais__box {
  background-color: #f7f7f8;
  border-radius: 24px;
  padding: 56px 52px 44px;
  box-sizing: border-box;
}

.cestech-home-diferenciais__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 254px;
  gap: 40px;
  align-items: start;
}

.cestech-home-diferenciais__heading {
  max-width: 560px;
}

.cestech-home-diferenciais__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #0055ff;
}

.cestech-home-diferenciais__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.18;
  color: #010334;
}

.cestech-home-diferenciais__intro {
  margin: 34px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #666471;
}

.cestech-home-diferenciais__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.cestech-home-diferenciais__item {
  min-height: 196px;
  padding: 0;
  box-sizing: border-box;
}

.cestech-home-diferenciais__item {
  min-height: 196px;
  padding: 18px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.cestech-home-diferenciais__item:hover {
  border-color: #0055ff;
  background-color: #ffffff;
}

.cestech-home-diferenciais__icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.cestech-home-diferenciais__item-title {
  margin: 18px 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

.cestech-home-diferenciais__item-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #666471;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-home-diferenciais {
    padding: 64px 0;
  }

  .cestech-home-diferenciais__box {
    padding: 40px 32px 32px;
  }

  .cestech-home-diferenciais__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cestech-home-diferenciais__intro {
    margin-top: 0;
    max-width: 520px;
  }

  .cestech-home-diferenciais__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-home-diferenciais {
    padding: 48px 0;
  }

  .cestech-home-diferenciais__container {
    padding: 0 20px;
  }

  .cestech-home-diferenciais__box {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }

  .cestech-home-diferenciais__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cestech-home-diferenciais__heading {
    max-width: 100%;
  }

  .cestech-home-diferenciais__eyebrow {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .cestech-home-diferenciais__title {
    font-size: 20px;
    line-height: 1.28;
  }

  .cestech-home-diferenciais__intro {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    max-width: 100%;
  }

  .cestech-home-diferenciais__list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
  }

  .cestech-home-diferenciais__item {
    min-height: auto;
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 14px;
    row-gap: 6px;
    align-items: start;
  }

  .cestech-home-diferenciais__item--highlight {
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .cestech-home-diferenciais__icon {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .cestech-home-diferenciais__item-title {
    margin: 0;
    grid-column: 2;
    font-size: 16px;
    line-height: 1.3;
    color: #010334;
  }

  .cestech-home-diferenciais__item-text {
    grid-column: 2;
    font-size: 14px;
    line-height: 1.45;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6869e65 */.cestech-home-portfolio {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-home-portfolio__container {
  width: 100%;
  max-width: 1111px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-home-portfolio__desktop {
  display: block;
  background-color: #fcfcfc;
  border-radius: 10px;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.cestech-home-portfolio__panel {
  position: relative;
  display: grid;
  grid-template-columns: 450px 1fr;
  min-height: 300px;
  background-color: #fcfcfc;
}

.cestech-home-portfolio__media {
  width: 450px;
  min-width: 450px;
  height: 300px;
  overflow: hidden;
  background-color: #fcfcfc;
}

.cestech-home-portfolio__image {
  width: 450px;
  height: 300px;
  display: block;
  object-fit: cover;
}

.cestech-home-portfolio__content {
  position: relative;
  min-width: 0;
  padding: 28px 26px 56px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.cestech-home-portfolio__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  color: #010334;
}

.cestech-home-portfolio__text {
  margin: 16px 0 0;
  max-width: 520px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #666471;
}

.cestech-home-portfolio__link {
  position: absolute;
  left: 26px;
  bottom: 22px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #0055ff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.cestech-home-portfolio__panel:hover .cestech-home-portfolio__link {
  opacity: 1;
  visibility: visible;
}

.cestech-home-portfolio__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fcfcfc;
}

.cestech-home-portfolio__tab,
.cestech-home-portfolio__tab:hover,
.cestech-home-portfolio__tab:focus,
.cestech-home-portfolio__tab:active {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dedee0;
  border-right: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background: #fcfcfc !important;
  background-color: #fcfcfc !important;
  padding: 0 24px;
  margin: 0;
  width: 100%;
  height: 122px;
  min-height: 122px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: none;
}

.cestech-home-portfolio__tab:last-child,
.cestech-home-portfolio__tab:last-child:hover,
.cestech-home-portfolio__tab:last-child:focus,
.cestech-home-portfolio__tab:last-child:active {
  border-right: 1px solid #dedee0;
}

.cestech-home-portfolio__tab::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 65px;
  background: linear-gradient(
    0deg,
    rgba(0, 85, 255, 0.16) 0%,
    rgba(0, 85, 255, 0.08) 35%,
    rgba(0, 85, 255, 0) 100%
  );
  opacity: 0;
  pointer-events: none;
}

.cestech-home-portfolio__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background-color: #0055ff;
  opacity: 0;
}

.cestech-home-portfolio__tab-logo {
  position: relative;
  z-index: 2;
  max-width: 160px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0.5;
  transform: scale(0.9);
  transition: 
    opacity 0.25s ease,
    transform 0.25s ease;
}
.cestech-home-portfolio__tab:hover .cestech-home-portfolio__tab-logo {
  opacity: 1;
  transform: scale(1.05);
}
.cestech-home-portfolio__tab:hover .cestech-home-portfolio__tab-logo {
  opacity: 1;
}

.cestech-home-portfolio__tab.is-active .cestech-home-portfolio__tab-logo {
  opacity: 1;
}

.cestech-home-portfolio__tab.is-active::before,
.cestech-home-portfolio__tab.is-active::after {
  opacity: 1;
}

.cestech-home-portfolio__mobile {
  display: none;
}

/* blindagem extra para Elementor/tema */
.cestech-home-portfolio button,
.cestech-home-portfolio button:hover,
.cestech-home-portfolio button:focus,
.cestech-home-portfolio button:active {
  appearance: none;
  -webkit-appearance: none;
  background: #fcfcfc !important;
  background-color: #fcfcfc !important;
  box-shadow: none !important;
  outline: none !important;
}

/* tablet */
@media (max-width: 1024px) {
  .cestech-home-portfolio {
    padding: 64px 0;
  }

  .cestech-home-portfolio__panel {
    grid-template-columns: 1fr;
  }

  .cestech-home-portfolio__media {
    width: 100%;
    min-width: 0;
    height: 320px;
  }

  .cestech-home-portfolio__image {
    width: 100%;
    height: 320px;
  }

  .cestech-home-portfolio__content {
    padding: 28px 24px 72px;
  }

  .cestech-home-portfolio__link {
    opacity: 1;
    visibility: visible;
  }
}

/* mobile */
@media (max-width: 767px) {
  .cestech-home-portfolio {
    padding: 48px 0;
  }

  .cestech-home-portfolio__container {
    padding: 0 20px;
  }

  .cestech-home-portfolio__desktop {
    display: none;
  }

  .cestech-home-portfolio__mobile {
    display: block;
  }

  .cestech-home-portfolio__mobile-heading {
    margin: 0 0 20px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #010334;
  }

  .cestech-home-portfolio__mobile-list {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cestech-home-portfolio__mobile-list::-webkit-scrollbar {
    display: none;
  }

  .cestech-home-portfolio__mobile-card {
    flex: 0 0 213px;
    width: 213px;
    min-height: 450px;
    border-radius: 10px;
    background-color: #fcfcfc;
    box-shadow: 7px 7px 22px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .cestech-home-portfolio__mobile-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }

  .cestech-home-portfolio__mobile-body {
    padding: 12px 12px 16px;
    box-sizing: border-box;
  }

  .cestech-home-portfolio__mobile-title {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #010334;
  }

  .cestech-home-portfolio__mobile-text {
    margin: 12px 0 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #666471;
  }

  .cestech-home-portfolio__mobile-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 12px;
    background-color: #dedede;
  }

  .cestech-home-portfolio__mobile-link {
    display: inline-block;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #0055ff;
    text-decoration: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0fb648 */.cestech-home-logo-carousel {
  width: 100%;
  padding: 56px 0 80px;
  background-color: #ffffff;
  overflow: hidden;
}

.cestech-home-logo-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cestech-home-logo-carousel__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 86px;
  animation: cestechHomeLogoCarouselScroll 95s linear infinite;
  will-change: transform;
}

.cestech-home-logo-carousel__viewport:hover .cestech-home-logo-carousel__track {
  animation-play-state: paused;
}

.cestech-home-logo-carousel__item {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.cestech-home-logo-carousel__item:hover {
  transform: scale(1.12);
}

.cestech-home-logo-carousel__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

@keyframes cestechHomeLogoCarouselScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 43px));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-home-logo-carousel {
    padding: 36px 0 48px;
  }

  .cestech-home-logo-carousel__track {
    gap: 34px;
    animation-duration: 60s;
  }

  .cestech-home-logo-carousel__item {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }

  @keyframes cestechHomeLogoCarouselScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 17px));
    }
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-695745e */.cestech-home-testimonials {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-home-testimonials__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-home-testimonials__carousel {
  position: relative;
}

.cestech-home-testimonials__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 72px 0 0;
  box-sizing: border-box;
}

.cestech-home-testimonials__viewport::before,
.cestech-home-testimonials__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 78px;
  z-index: 3;
  pointer-events: none;
}

.cestech-home-testimonials__viewport::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.75) 42%,
    rgba(255, 255, 255, 0) 100%
  );
}

.cestech-home-testimonials__viewport::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.75) 42%,
    rgba(255, 255, 255, 0) 100%
  );
}

.cestech-home-testimonials__track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.cestech-home-testimonials__card {
  flex: 0 0 290px;
  width: 290px;
  min-height: 354px;
  padding: 24px;
  border-radius: 10px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.cestech-home-testimonials__person {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.cestech-home-testimonials__avatar {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9cc1ff 0%, #0055ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
}

.cestech-home-testimonials__person-info {
  min-width: 0;
  padding-top: 3px;
}

.cestech-home-testimonials__name {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #171820;
}

.cestech-home-testimonials__role {
  margin: 3px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  color: #666471;
}

.cestech-home-testimonials__quote {
  margin: 18px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666471;
}

.cestech-home-testimonials__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 52px;
}

.cestech-home-testimonials__rating-number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #0055ff;
}

.cestech-home-testimonials__stars {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #0055ff;
}

.cestech-home-testimonials__nav,
.cestech-home-testimonials__nav:hover,
.cestech-home-testimonials__nav:focus,
.cestech-home-testimonials__nav:active {
  position: absolute;
  top: 50%;
  z-index: 5;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transform: translateY(-50%);
}

.cestech-home-testimonials__nav--prev {
  left: 8px;
}

.cestech-home-testimonials__nav--next {
  right: 8px;
}

.cestech-home-testimonials__nav-icon {
  display: block;
  width: 45px;
  height: 45px;
}

.cestech-home-testimonials__nav.is-disabled {
  pointer-events: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-home-testimonials {
    padding: 64px 0;
  }

  .cestech-home-testimonials__viewport {
    padding-right: 60px;
  }

  .cestech-home-testimonials__viewport::before,
  .cestech-home-testimonials__viewport::after {
    width: 60px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-home-testimonials {
    padding: 48px 0;
  }

  .cestech-home-testimonials__container {
    padding: 0 20px;
  }

  .cestech-home-testimonials__viewport {
    padding-right: 0;
  }

  .cestech-home-testimonials__viewport::before,
  .cestech-home-testimonials__viewport::after {
    display: none;
  }

  .cestech-home-testimonials__card {
    flex: 0 0 calc(100vw - 72px);
    width: calc(100vw - 72px);
    min-height: 320px;
  }

  .cestech-home-testimonials__quote {
    font-size: 14px;
  }

  .cestech-home-testimonials__rating {
    margin-top: 32px;
  }

  .cestech-home-testimonials__rating-number,
  .cestech-home-testimonials__stars {
    font-size: 18px;
  }

  .cestech-home-testimonials__nav--prev {
    left: 0;
  }

  .cestech-home-testimonials__nav--next {
    right: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7650d9f */.cestech-home-contact-banner {
  width: 100%;
  padding: 80px 0;
  background-color: #0055FF;
}

.cestech-home-contact-banner__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-home-contact-banner__box {
  position: relative;
  width: 100%;
  height: 381px;
  border-radius: 10px;
  overflow: hidden;
}

.cestech-home-contact-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.cestech-home-contact-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  padding: 48px 0 0 38px;
  box-sizing: border-box;
}

.cestech-home-contact-banner__title {
  margin: 0;
  max-width: 470px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.cestech-home-contact-banner__text {
  margin: 22px 0 0;
  max-width: 500px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}

.cestech-home-contact-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 28px;
  padding: 20px 26px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #0047d4;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.cestech-home-contact-banner__button:hover {
  background-color: transparent;
  color: #ffffff;
}

.cestech-home-contact-banner__button:active {
  background-color: #4c88ff;
  border-color: #4c88ff;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-home-contact-banner {
    padding: 64px 0;
  }

  .cestech-home-contact-banner__box {
    height: 340px;
  }

  .cestech-home-contact-banner__content {
    max-width: 430px;
    padding: 36px 0 0 28px;
  }

  .cestech-home-contact-banner__title {
    max-width: 380px;
    font-size: 32px;
  }

  .cestech-home-contact-banner__text {
    max-width: 360px;
    font-size: 18px;
  }

  .cestech-home-contact-banner__button {
    min-height: 54px;
    padding: 16px 22px;
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-home-contact-banner {
    padding: 48px 0;
  }

  .cestech-home-contact-banner__container {
    padding: 0 20px;
  }

  .cestech-home-contact-banner__box {
    height: 376px;
  }

  .cestech-home-contact-banner__bg {
    object-position: center center;
  }

  .cestech-home-contact-banner__content {
    max-width: 220px;
    padding: 26px 0 0 20px;
  }

  .cestech-home-contact-banner__title {
    max-width: 210px;
    font-size: 20px;
    line-height: 1.25;
  }

  .cestech-home-contact-banner__text {
    max-width: 210px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .cestech-home-contact-banner__button {
    min-height: 50px;
    margin-top: 22px;
    padding: 16px 18px;
    font-size: 16px;
  }
}/* End custom CSS */