.elementor-1289 .elementor-element.elementor-element-34a3f87{--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-1289 .elementor-element.elementor-element-2b3ac6c{--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-1289 .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-1289 .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-1289 .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-1289 .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-1289 .elementor-element.elementor-element-4340dad{--spacer-size:50px;}.elementor-1289 .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-1289 .elementor-element.elementor-element-2ce3c04:not(.elementor-motion-effects-element-type-background), .elementor-1289 .elementor-element.elementor-element-2ce3c04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0055FF;}/* Start custom CSS for html, class: .elementor-element-47970b1 */.cestech-projects-banner {
  position: relative;
  width: 100%;
  height: 532px;
  overflow: hidden;
}

.cestech-projects-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.cestech-projects-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(23, 24, 32, 1) 0%,
    rgba(23, 24, 32, 1) 50%,
    rgba(23, 24, 32, 0) 100%
  );
  z-index: 2;
}

.cestech-projects-banner__content {
  position: relative;
  z-index: 3;
  max-width: 1110px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-projects-banner__title {
  margin: 0 0 16px;
  max-width: 540px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.1;
  color: #0055ff;
}

.cestech-projects-banner__text p {
  margin: 0;
  max-width: 620px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-projects-banner {
    height: 460px;
  }

  .cestech-projects-banner__title {
    font-size: 36px;
    max-width: 440px;
  }

  .cestech-projects-banner__text p {
    max-width: 520px;
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-projects-banner {
    height: auto;
    min-height: 420px;
  }

  .cestech-projects-banner__overlay {
    background: linear-gradient(
      180deg,
      rgba(23, 24, 32, 0.95) 0%,
      rgba(23, 24, 32, 0.7) 60%,
      rgba(23, 24, 32, 0.3) 100%
    );
  }

  .cestech-projects-banner__content {
    justify-content: flex-start;
    padding: 80px 20px;
  }

  .cestech-projects-banner__title {
    margin-bottom: 14px;
    max-width: 290px;
    font-size: 26px;
    line-height: 1.2;
  }

  .cestech-projects-banner__text p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.45;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29f1adc */.cestech-projects-list {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.cestech-projects-list__container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cestech-projects-list__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.cestech-projects-list__breadcrumb-link {
  color: #666471;
  text-decoration: none;
}

.cestech-projects-list__breadcrumb-current {
  color: #0055ff;
}

.cestech-projects-list__breadcrumb-separator {
  color: #666471;
}

.cestech-projects-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 354px));
  gap: 28px 24px;
}

.cestech-projects-list__card {
  min-width: 0;
}

.cestech-projects-list__card-link {
  display: block;
  text-decoration: none;
}

.cestech-projects-list__image-wrap {
  position: relative;
  width: 100%;
  height: 354px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 0.25s ease;
}

.cestech-projects-list__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cestech-projects-list__image--default {
  opacity: 1;
}

.cestech-projects-list__image--hover {
  opacity: 0;
}

.cestech-projects-list__shadow {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.cestech-projects-list__hover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 85, 255, 0.88);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.cestech-projects-list__logo-wrap {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 3;
  width: 212px;
  display: flex;
  justify-content: center;
  transition: width 0.25s ease, bottom 0.25s ease;
}

.cestech-projects-list__logo {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
}

.cestech-projects-list__content {
  padding-top: 14px;
}

.cestech-projects-list__type {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #0055ff;
}

.cestech-projects-list__title {
  margin: 14px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #010334;
}

.cestech-projects-list__text {
  margin: 14px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666471;
}

.cestech-projects-list__more {
  display: inline-block;
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #0055ff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__image-wrap {
  border-color: #171820;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__image--default {
  opacity: 0;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__image--hover {
  opacity: 1;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__hover-overlay {
  opacity: 1;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__shadow {
  opacity: 0;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__logo-wrap {
  width: 280px;
  bottom: 74px;
}

.cestech-projects-list__card-link:hover .cestech-projects-list__more {
  opacity: 1;
  visibility: visible;
}

/* Tablet */
@media (max-width: 1024px) {
  .cestech-projects-list {
    padding: 64px 0;
  }

  .cestech-projects-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cestech-projects-list {
    padding: 48px 0;
  }

  .cestech-projects-list__container {
    padding: 0 20px;
  }

  .cestech-projects-list__breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .cestech-projects-list__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cestech-projects-list__image-wrap {
    height: 300px;
  }

  .cestech-projects-list__logo-wrap {
    width: 180px;
    bottom: 20px;
  }

  .cestech-projects-list__title {
    font-size: 20px;
  }

  .cestech-projects-list__text {
    font-size: 14px;
    line-height: 1.45;
  }

  .cestech-projects-list__more {
    opacity: 1;
    visibility: visible;
    font-size: 18px;
  }
}/* 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 */