/* Keep Wider2 CSS in charge. Do not clip GSAP ScrollSmoother. */

#app {
  display: block;
  width: 100%;
}

.header-3 .header-main .header-right .search-icon {
  background: none;
  border: 0;
  padding: 0;
  line-height: 1;
  color: var(--header);
}

.floating-contact {
  right: 30px;
  bottom: 30px;
  transition: bottom 0.3s ease;
}

.floating-contact.is-lifted {
  bottom: 110px;
}

.contact-form-items.no-map {
  margin-bottom: 80px;
}

.float-btn,
.float-btn::before {
  width: 60px;
  height: 60px;
}

.hero-3 .hero-image > picture.hero-bg,
.hero-3 .hero-image > picture.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-3 .hero-image > .row {
  position: relative;
  z-index: 1;
}

.work-process-wrapper-3 .work-process-content .work-process-box .number {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  gap: 6px;
}

.work-process-wrapper-3 .work-process-content .work-process-box .number .dot {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: currentColor;
}

.project-card-items .project-card-hit {
  position: absolute;
  inset: 0;
  z-index: 6;
  cursor: pointer;
}

.contact-form-items:not(.no-map) {
  margin-bottom: -180px;
}

.office-google-map-wrapper {
  position: relative;
  z-index: 1;
}

.office-google-map-wrapper iframe {
  min-height: 640px;
}

.inner-feature-list .service-details-box {
  border: 1px solid var(--border-2);
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.inner-feature-list .service-details-box:hover {
  border-color: var(--theme);
}

.inner-feature-list .service-details-box .icon {
  color: var(--theme);
  font-size: 22px;
  margin-bottom: 12px;
}

.inner-feature-list .service-details-box h5 {
  margin-bottom: 8px;
}

.about-wrapper .about-image picture,
.about-wrapper .about-image-2 picture {
  display: block;
  width: 100%;
}

.about-wrapper .about-image > picture img,
.about-wrapper .about-image > img {
  height: auto;
}

.about-wrapper .about-content > div p + p {
  margin-top: 1rem;
}

.project-card-items .project-image picture {
  display: block;
  width: 100%;
}

.project-card-items .project-image picture img {
  width: 100%;
  height: auto !important;
}

.project-card-items .project-image picture:nth-child(1) img {
  display: block;
  height: auto;
}

.project-card-items .project-image picture:nth-child(1) img {
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
  width: 100%;
}

.project-card-items .project-image picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.project-card-items .project-image picture:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
  transform-origin: bottom center;
  width: 100%;
  height: 100%;
}

.project-card-items:hover .project-image picture:nth-child(1) img {
  transform-origin: bottom center;
  transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}

.project-card-items:hover .project-image picture:nth-child(2) img {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.testimonial-card-items .client-info picture,
.testimonial-card-items .client-info-items > picture {
  display: inline-flex;
  flex-shrink: 0;
}

.testimonial-card-items .client-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card-items .client-info-items > img,
.testimonial-card-items .client-info-items > picture img,
.testimonial-card-items .brand-logo {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}

.brand-section .brand-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 8px;
}

.brand-section .brand-image img {
  max-height: 40px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cms-rich-text > p:first-child {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  margin-bottom: 1rem;
}

.cms-rich-text h3 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--header);
  margin: 36px 0 16px;
}

.cms-rich-text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.cms-rich-text ul li {
  position: relative;
  padding-left: 32px;
  font-size: 17px;
  font-weight: 500;
  color: var(--header);
}

.cms-rich-text ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--theme);
}

.contact-form-items.careers-form {
  padding: 80px 48px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.careers-form .form-clt input,
.careers-form .form-clt textarea {
  padding-right: 56px;
}

.careers-form .theme-btn:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.careers-form-intro {
  max-width: 640px;
  margin: 12px auto 0;
  color: var(--text);
}

.careers-form-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 14px 20px;
  background: color-mix(in srgb, var(--theme) 10%, #fff);
  color: var(--header);
  font-weight: 500;
}

.careers-form-success i {
  color: var(--theme);
}

.careers-form-success p {
  margin: 0;
}

.careers-form .form-clt.is-invalid input,
.careers-form .form-clt.is-invalid textarea,
.careers-form .form-clt.is-invalid .careers-cv-label {
  box-shadow: inset 0 0 0 1px #dc3545;
}

.careers-field-error {
  display: block;
  margin-top: 8px;
  color: #dc3545;
  font-size: 14px;
}

.careers-cv-label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 16px 30px;
  background-color: #F2F5FA;
  cursor: pointer;
  color: var(--text);
}

.careers-cv-label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.careers-cv-label:hover {
  box-shadow: inset 0 0 0 1px var(--theme);
}

.careers-cv-label i {
  color: var(--theme);
}

.careers-section + .about-section {
  padding-top: 40px;
  text-align: center;
}

.careers-section + .about-section .about-content {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contact-form-items.careers-form {
    padding: 60px 24px;
  }

  .cms-rich-text ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .floating-contact {
    right: 30px;
    bottom: 30px;
  }

  .floating-contact.is-lifted {
    bottom: 110px;
  }

  .float-btn,
  .float-btn::before {
    width: 60px;
    height: 60px;
  }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h5 a,
.footer-widgets-wrapper .single-footer-widget .widget-head h5 a:hover {
  color: inherit;
}

.project-wrapper.style-2 {
  overflow: visible;
}

.project-wrapper.style-2 .main-box .box {
  flex: 0 0 170px;
  width: 170px !important;
  overflow: hidden;
}

.project-wrapper.style-2 .main-box .box.active {
  width: 170px !important;
  overflow: visible;
  z-index: 4;
}

.project-wrapper.style-2 .main-box .box .box-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  overflow: hidden;
  pointer-events: none;
  transition: width 0.4s ease-in-out;
}

.project-wrapper.style-2 .main-box .box.active .box-panel {
  width: 370px;
  max-width: min(370px, calc(100vw - 24px));
}

.project-wrapper.style-2 .main-box .box.expand-left .box-panel {
  left: auto;
  right: 0;
}
