:root {
  --lotech-base: #158a59;
  --lotech-base-rgb: 21, 138, 89;
  --lotech-text: #5a6f64;
  --lotech-text-rgb: 90, 111, 100;
  --lotech-text-dark: #244233;
  --lotech-text-dark-rgb: 36, 66, 51;
  --lotech-gray: #d9e6df;
  --lotech-gray-rgb: 217, 230, 223;
  --lotech-black: #143c2e;
  --lotech-black-rgb: 20, 60, 46;
  --lotech-black2: #0f2f24;
  --lotech-black2-rgb: 15, 47, 36;
  --lotech-black3: #0b241b;
  --lotech-black3-rgb: 11, 36, 27;
  --lotech-black4: #081913;
  --lotech-black4-rgb: 8, 25, 19;
  --lotech-border-color: #e4efe8;
  --lotech-border-color-rgb: 228, 239, 232;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f4faf6;
}

::selection {
  background-color: rgba(var(--lotech-base-rgb), 0.18);
  color: var(--lotech-black, #143c2e);
}

.page-wrapper {
  background:
    radial-gradient(circle at top left, rgba(var(--lotech-base-rgb), 0.16), transparent 24%),
    linear-gradient(180deg, #f7fcf8 0%, #eff7f2 100%);
}

.preloader__image {
  background-size: 92px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.wetech-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.wetech-logo--header {
  width: 168px;
  max-width: 168px;
}

.wetech-logo--footer {
  width: 148px;
  max-width: 148px;
}

.wetech-logo--mobile {
  width: 176px;
  max-width: 176px;
}

.wetech-logo--sidebar {
  width: 148px;
  max-width: 148px;
}

.main-header--three__topbar::after {
  background: linear-gradient(135deg, #f7fcf8 0%, #e6f3eb 100%);
}

.main-header--three::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  content: "";
  background-color: #0b241b;
  z-index: -1;
}

.main-header--three__topbar__info__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-header--three__topbar__info__item i {
  margin-right: 0;
}

.main-header--three__bottom {
  gap: 28px;
}

.main-header--three .main-menu .main-menu__list > li > a {
  letter-spacing: 0.05em;
}

.main-header--three .main-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-header--three .main-header__btn {
  box-shadow: 0 16px 34px rgba(var(--lotech-black-rgb), 0.18);
}

.slider-one__bg::before {
  background: linear-gradient(
    90deg,
    rgba(var(--lotech-black-rgb), 0.9) 0%,
    rgba(var(--lotech-black-rgb), 0.8) 42%,
    rgba(var(--lotech-black-rgb), 0.3) 100%
  );
}

.slider-one__content {
  max-width: 620px;
}

.slider-one__title {
  color: var(--lotech-white, #ffffff);
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  margin: 0 0 15px;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
  transform: scale(1.2) translateY(200px);
}

.slider-one__text {
  max-width: 520px;
}

.service-three__item,
.service-four__item,
.package-one__item,
.blog-card-three,
.contact-two__wrapper {
  box-shadow: 0 24px 60px rgba(var(--lotech-black-rgb), 0.08);
}

.portfolio-three__item__content {
  background-image: linear-gradient(
    180deg,
    rgba(var(--lotech-black-rgb), 0) 0%,
    rgba(var(--lotech-base-rgb), 0.92) 100%
  );
}

.client-carousel {
  display: none !important;
}

.service-four__item__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 256px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 55%, 0 35%, 26% 0);
  clip-path: polygon(100% 0, 100% 100%, 100% 55%, 0 35%, 26% 0);
}

.cta-one__box__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 256px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 60%, 0 35%, 26% 0);
  clip-path: polygon(100% 0, 100% 100%, 100% 60%, 0 35%, 26% 0);
}

.cta-one {
  overflow: hidden;
  isolation: isolate;
}

.cta-one .container,
.cta-one__box {
  position: relative;
  z-index: 1;
}

.main-footer-three {
  background: linear-gradient(180deg, #153b2d 0%, #0e2a20 100%);
}

.wetech-page-footer {
  padding-top: 110px;
}

.main-footer-three__bottom {
  background-color: #0a2018;
}

.footer-widget__links--compact li + li {
  margin-top: 10px;
}

.footer-widget__cta {
  display: inline-flex;
  margin-top: 22px;
}

.mobile-nav__overlay {
  background-color: rgba(var(--lotech-black-rgb), 0.78);
  opacity: 1;
}

.mobile-nav__content {
  background: linear-gradient(180deg, #143829 0%, #0b241b 100%);
}

.mobile-nav__contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mobile-nav__contact li i {
  color: var(--lotech-base, #158a59);
  margin-top: 5px;
}

.mobile-nav__contact li a,
.mobile-nav__contact li span {
  color: rgba(255, 255, 255, 0.78);
}

.mobile-nav__contact li span {
  line-height: 1.7;
}

.page-header {
  position: relative;
  top: 140.08px;
  margin-bottom: 181.08px;
  padding-top: 181px;
  padding-bottom: 192px;
  background-color: var(--lotech-black, #0E0F11);
}

.about-one--page {
  padding: 120px 0px 120px;
}

.wetech-page-header .page-header__bg::after {
  background: linear-gradient(
    180deg,
    rgba(var(--lotech-black-rgb), 0.3) 0%,
    rgba(var(--lotech-black-rgb), 0.75) 100%
  );
}

.wetech-inner-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.wetech-inner-section--top {
  padding-top: 120px;
}

.wetech-inner-section--bottom {
  padding-bottom: 120px;
}

.wetech-page-intro {
  padding: 32px 36px;
  margin-bottom: 40px;
  border: 1px solid rgba(var(--lotech-base-rgb), 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
}

.wetech-page-intro__title {
  margin: 0 0 12px;
  color: var(--lotech-black, #143c2e);
  font-size: 34px;
  line-height: 1.2;
}

.wetech-page-intro__text {
  margin: 0;
  max-width: 700px;
}

.wetech-page-intro__actions {
  display: flex;
  justify-content: flex-end;
}

.wetech-product-card__image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.wetech-product-detail__image {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.testimonials-three .row > [class*="col-"],
.contact-info .row > [class*="col-"],
.service-one .row > [class*="col-"],
.service-two .row > [class*="col-"],
.service-three .row > [class*="col-"],
.team-three .row > [class*="col-"],
.product .row > [class*="col-"],
.package-one .row > [class*="col-"],
.funfact-one .row > [class*="col-"] {
  display: flex;
}

.testimonials-three__item,
.contact-info__card,
.service-one__item,
.service-two__item,
.service-three__item,
.team-card,
.product__card,
.package-one__item,
.funfact-one__item,
.contact-two__box {
  width: 100%;
  height: 100%;
}

.service-one__item,
.service-two__item,
.service-three__item,
.product__card,
.package-one__item {
  display: flex;
  flex-direction: column;
}

.service-two__item__text {
  margin-bottom: 26px;
}

.service-one__item__btn,
.service-two__item__btn,
.product__card__btn-box,
.package-one__item .lotech-btn {
  margin-top: auto;
}

.product__card__content,
.team-card__content,
.contact-two__box {
  display: flex;
  flex-direction: column;
}

.product__card__content {
  flex: 1;
}

.team-card__designation {
  margin-bottom: 0;
}

.wetech-product-toolbar {
  width: 100%;
  padding: 28px 34px;
  border-radius: 28px;
  border: 1px solid rgba(var(--lotech-base-rgb), 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(var(--lotech-black-rgb), 0.08);
}

.wetech-product-toolbar .product__showing__left,
.wetech-product-toolbar .product__showing__right {
  width: 100%;
}

.wetech-product-toolbar .product__showing__left {
  justify-content: space-between;
}

.wetech-product-toolbar .product__showing__right {
  justify-content: flex-end;
}

.wetech-product-toolbar .product__showing__grid,
.wetech-product-toolbar .product__showing__list {
  border: 0;
  cursor: pointer;
}

.wetech-product-toolbar .product__showing__text {
  margin: 0;
}

.product__pagination .pagination-box {
  justify-content: center;
}

.product__pagination .post-pagination {
  margin-top: 0;
}

.wetech-filter-open {
  overflow: hidden;
}

.wetech-filter-toggle {
  border: 0;
  cursor: pointer;
}

.wetech-product-filter[hidden] {
  display: none !important;
}

.wetech-product-filter {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.wetech-product-filter__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(var(--lotech-black-rgb), 0.58);
  backdrop-filter: blur(4px);
}

.wetech-product-filter__sheet {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow-y: auto;
  padding: 40px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(var(--lotech-base-rgb), 0.2), transparent 28%),
    linear-gradient(180deg, #f7fcf8 0%, #eaf5ee 100%);
}

.wetech-product-filter__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.wetech-product-filter__eyebrow {
  margin: 0 0 8px;
  color: var(--lotech-base, #158a59);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wetech-product-filter__title {
  margin: 0;
  color: var(--lotech-black, #143c2e);
  font-size: 34px;
  line-height: 1.15;
}

.wetech-product-filter__close {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background-color: var(--lotech-black, #143c2e);
  color: var(--lotech-white, #ffffff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wetech-product-filter__close:hover {
  background-color: var(--lotech-base, #158a59);
}

.contact-info__card {
  padding: 34px 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(var(--lotech-black-rgb), 0.08);
}

.contact-three__wrapper {
  padding: 42px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(var(--lotech-black-rgb), 0.08);
}

.contact-three__image {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
}

.contact-three__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.about-three__image img,
.why-choose-two__image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.wetech-quick-specs a {
  min-width: auto;
  width: auto;
  padding: 0 18px;
  border-radius: 999px;
  background-color: rgba(var(--lotech-base-rgb), 0.12);
}

.wetech-booking-panel {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(var(--lotech-black-rgb), 0.08);
}

.wetech-booking-panel__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.wetech-booking-panel__content {
  padding: 28px;
}

.wetech-booking-panel__title {
  margin: 0 0 18px;
  color: var(--lotech-black, #143c2e);
}

.wetech-booking-panel__list {
  margin: 0 0 24px;
}

.wetech-booking-panel__list li {
  position: relative;
  padding-left: 22px;
  color: var(--lotech-text, #5a6f64);
}

.wetech-booking-panel__list li + li {
  margin-top: 12px;
}

.wetech-booking-panel__list li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background-color: var(--lotech-base, #158a59);
}

.about-three {
  position: relative;
  background-image: linear-gradient(119deg, #effff8 0%, #f0f8eb 100%);
  padding: 120px 0;
}

.blog-card-three::after,
.contact-one__bg,
.testimonials-two__item::before,
.testimonials-two__item__author::before,
.package-one__item::after,
.portfolio-two__tabs li,
.work-process-one {
  background-image: linear-gradient(119deg, #effff8 0%, #f0f8eb 100%);
}

.mobile-nav__contact li > i,
.sidebar-one__info li .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}

.mobile-nav__social a .fab,
.sidebar-one__social a .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  line-height: 1;
}

.mobile-nav__contact li i {
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .wetech-logo--header {
    width: 122px;
    max-width: 122px;
  }

  .wetech-inner-section,
  .wetech-inner-section--top,
  .wetech-inner-section--bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wetech-page-footer {
    padding-top: 80px;
  }

  .wetech-page-intro {
    padding: 24px;
  }

  .wetech-page-intro__title {
    font-size: 28px;
  }

  .wetech-page-intro__actions {
    justify-content: flex-start;
  }

  .wetech-product-toolbar {
    padding: 22px 20px;
  }

  .wetech-product-toolbar .product__showing__left,
  .wetech-product-toolbar .product__showing__right {
    justify-content: flex-start;
  }

  .contact-three__wrapper {
    padding: 28px 24px;
  }

  .contact-three__image img {
    min-height: 340px;
  }

  .wetech-product-filter__sheet {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .wetech-product-filter__header {
    align-items: center;
  }

  .wetech-product-filter__title {
    font-size: 28px;
  }

  .wetech-product-filter__close {
    width: 48px;
    height: 48px;
  }
}
