@charset "UTF-8";
.gform_wrapper.gravity-theme .gfield input,
#gform_wrapper_1 .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
  padding: 20px 29.44px;
  border: 1px solid #9B9FA5;
  border-radius: 0px;
}

.gform_wrapper.gravity-theme .gfield select {
  background-color: #fff;
}

.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox (partial) */
  appearance: none;
  background-color: #fff; /* adjust as needed */
  border: 1px solid #ccc;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem; /* space for the arrow on the right */
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  min-width: 160px;
}

/* hide the default IE dropdown arrow */
.gform_wrapper.gravity-theme .gfield select:-ms-expand {
  display: none;
}

.gform_wrapper.gravity-theme .gfield select {
  background-image: url("/wp-content/uploads/2025/11/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 8px;
}

#gform_wrapper_1 input:focus-visible, #gform_wrapper_1 input:focus, #gform_wrapper_1 textarea:focus, #gform_wrapper_1 textarea:focus-visible, #gform_wrapper_1 .gfield select:focus,
#gform_wrapper_1 .gfield select:focus-visible {
  outline: 0.5px solid #6DF7F3 !important;
  border: 1px solid #6DF7F3 !important;
  border-radius: 0 !important;
}

#gform_wrapper_1 input[type=checkbox]:focus-visible, #gform_wrapper_1 input[type=checkbox]:focus {
  outline: 0px solid transparent !important;
  border: 0px solid transparent !important;
}

.ginput_container_consent {
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .gform_button {
    width: 100%;
  }
}
p:last-child {
  margin-bottom: 0px;
}

.section--xl {
  padding: 200px 20px;
}

.section--xl-half {
  padding: 200px 20px 100px 20px;
}

.section--xl-semi {
  padding: 100px 20px 133px 20px;
}

.section--xl-bottom-0 {
  padding: 200px 20px 20px 0 20px;
}

.section--xl-bottom-100 {
  padding: 200px 20px 20px 100px 20px;
}

.section--xl-top-100 {
  padding: 100px 20px 200px 20px 20px;
}

.section--lg {
  padding: 150px 20px;
}

.section--lg-bottom-sm {
  padding: 150px 20px 20px;
}

.section--md {
  padding: 100px 20px;
}

.heroVideo {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  height: 100vh;
}
.heroVideo .elementor-video,
.heroVideo video {
  width: 100%;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  z-index: 0;
  position: relative;
  pointer-events: none;
  /* ✅ allows button clicks */
}
.heroVideo .video-controls {
  display: flex;
  gap: 10px;
  z-index: 9999;
  pointer-events: auto;
}
.heroVideo .video-controls button {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
}
.heroVideo .video-controls img {
  width: 24px;
  height: 24px;
  display: block;
}

.aboutVideo {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}
.aboutVideo .elementor-video,
.aboutVideo video {
  width: 100%;
  min-width: 100%;
  display: block;
  z-index: 0;
  position: relative;
  pointer-events: none;
  /* ✅ allows button clicks */
}
.aboutVideo .video-controls {
  display: flex;
  gap: 10px;
  z-index: 9999;
  pointer-events: auto;
}
.aboutVideo .video-controls button {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
}
.aboutVideo .video-controls img {
  width: 24px;
  height: 24px;
  display: block;
}

.divLine:before {
  content: url(/wp-content/uploads/2025/10/techwcm-line.svg);
  position: absolute;
  top: 10px;
  left: 0;
}

.divLineLong:before {
  content: url(/wp-content/uploads/2025/10/techwcm-line.svg);
  position: absolute;
  top: 10px;
  left: 0;
}

#my-heading-swiper {
  height: 100px;
  overflow: hidden;
}
#my-heading-swiper .my-heading-slide {
  height: 100% !important;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}
#my-heading-swiper .my-heading-slide h2 {
  margin: 0;
}
#my-heading-swiper .swiper-wrapper {
  height: 100%;
}
#my-heading-swiper .swiper-slide {
  opacity: 0;
}
#my-heading-swiper .swiper-slide-active {
  opacity: 1;
}

/*Toggle */
.textBusiness.active,
.textSupport.active {
  color: #6DF7F3 !important;
}

.textBusiness,
.textSupport {
  color: #fff !important;
}

.toggleSwitcher .elementor-widget-container {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.toggleSwitcher .elementor-widget-container p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
}

/*TOGGLE CONTENT */
.toggleItems {
  display: none;
}
.toggleItems svg {
  margin-top: 12px;
}

.toggleItems.toggleShow {
  display: flex;
}

.toggleSwitch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 32px;
}
.toggleSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6DF7F3;
  transition: 0.3s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24.6px;
  width: 24.8px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #6DF7F3;
}

input:checked + .slider:before {
  /*transform: translateX(35px);*/
  left: calc(100% - 30px);
}

@media (max-width: 1024px) {
  .section--xl,
  .section--lg {
    padding: 60px 20px;
  }
  .section--xl-bottom-0 {
    padding: 60px 20px 0 20px;
  }
  .section--xl-bottom-100 {
    padding: 60px 20px 30px 20px;
  }
  .section--xl-top-100 {
    padding: 30px 20px 60px 20px;
  }
  .section--lg-bottom-sm {
    padding: 60px 20px 20px 20px;
  }
  .section--md {
    padding: 40px 20px;
  }
  .divLine:before,
  .divLineLong:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flexMobile,
  .flexMobile .elementor-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .textBusiness span,
  .textSupport span {
    display: none;
  }
  .noSlideMobile .swiper {
    display: flex !important;
    flex-wrap: wrap;
    overflow: visible !important;
  }
  .noSlideMobile .swiper .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
    justify-content: center;
    gap: 20px;
  }
  .noSlideMobile .swiper .swiper-slide {
    flex: 1 1 20%;
    max-width: 20% !important;
    margin: 0px !important;
  }
  .noSlideMobile .swiper-slide-duplicate {
    display: none;
  }
  #my-heading-swiper .my-heading-slide h2 {
    font-size: 24px;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */