/* Nexus Strategies site overrides */

/* Header — dark logo on desktop, white logo on mobile */
.main-header--three .main-header__logo-img,
.main-header--three.sticky-header--cloned .main-header__logo-img {
  max-height: 48px;
  width: auto;
  height: auto;
  display: block;
}

.main-header--three .main-header__logo-img--white,
.main-header--three.sticky-header--cloned .main-header__logo-img--white {
  display: none;
}

@media (max-width: 767px) {
  .main-header--three .main-header__logo-img,
  .main-header--three.sticky-header--cloned .main-header__logo-img {
    max-height: 40px;
  }

  .main-header--three .main-header__logo-img--dark,
  .main-header--three.sticky-header--cloned .main-header__logo-img--dark {
    display: none;
  }

  .main-header--three .main-header__logo-img--white,
  .main-header--three.sticky-header--cloned .main-header__logo-img--white {
    display: block;
  }
}

/* Sticky header: show cloned header while scrolling (not only on scroll-up) */
.main-header--three.sticky-header--cloned.active {
  transform: translateY(0);
  visibility: visible;
}

/* Header nav — only active page + hover get primary highlight */
.main-header--three .main-menu .main-menu__list > li > a,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a {
  color: rgba(255, 255, 255, 0.62);
  text-shadow: none;
}

.main-header--three .main-menu .main-menu__list > li > a::before,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a::before {
  content: none;
  display: none;
}

.main-header--three .main-menu .main-menu__list > li > a span,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a span {
  transform: none !important;
}

.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li.current > a,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li:hover > a {
  color: var(--lotech-base, #4946ec);
  text-shadow: none;
}

.main-header--three .main-menu .main-menu__list > li.dropdown > a::after,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li.dropdown > a::after {
  opacity: 0.62;
}

.main-header--three .main-menu .main-menu__list > li.current > a::after,
.main-header--three .main-menu .main-menu__list > li:hover > a::after,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li.current > a::after,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li:hover > a::after {
  opacity: 1;
}

/* Footer brand */
.main-footer-three .footer-widget__logo--nexus {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.main-footer-three .footer-widget__logo--nexus img {
  max-height: 48px;
  width: auto;
}

.main-footer-three .footer-widget__brand {
  font-size: 22px;
  font-weight: 700;
  color: var(--lotech-white, #ffffff);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.main-footer-three .footer-widget__info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}

.main-footer-three .footer-widget__info li i {
  position: relative;
  left: auto;
  top: auto;
  flex-shrink: 0;
}

.main-footer-three .footer-widget__info__content {
  min-width: 0;
  flex: 1;
}

.main-footer-three .footer-widget__info__content a {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.main-footer-three .footer-widget__info__content a + a {
  margin-top: 8px;
}
.consultation-section {
  background: #4946EC;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

/* top shape */
.consultation-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18%;
  width: 240px;
  height: 60px;
  background: #4946EC;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

/* bottom shape */
.consultation-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 230px;
  height: 60px;
  background: #4946EC;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}

.consultation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.consultation-subtitle {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.consultation-title {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.consultation-number {
  font-size: 78px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.35);
  text-decoration: none;
  line-height: 1;
  transition: 0.3s ease;
}

.consultation-number:hover {
  color: #fff;
  -webkit-text-stroke: 2px #fff;
}

@media (max-width: 991px) {
  .consultation-wrapper {
      flex-direction: column;
      align-items: flex-start;
  }

  .consultation-title {
      font-size: 48px;
  }

  .consultation-number {
      font-size: 56px;
  }
}

@media (max-width: 576px) {
  .consultation-title {
      font-size: 36px;
  }

  .consultation-number {
      font-size: 38px;
  }

  .consultation-section {
      padding: 50px 0;
  }
}

/* Working style — four steps around central image */
.nexus-working-style {
  position: relative;
  padding: 120px 0;
  background-color: var(--lotech-white, #ffffff);
}

.nexus-working-style .sec-title {
  margin-bottom: 0;
}

.nexus-working-style .sec-title__title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.nexus-working-style__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 28px 36px;
  align-items: center;
  margin-top: 55px;
}

.nexus-working-style__card--01 {
  grid-column: 1;
  grid-row: 1;
}

.nexus-working-style__card--02 {
  grid-column: 3;
  grid-row: 1;
}

.nexus-working-style__card--03 {
  grid-column: 1;
  grid-row: 2;
}

.nexus-working-style__card--04 {
  grid-column: 3;
  grid-row: 2;
}

.nexus-working-style__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: center;
  align-self: center;
  text-align: center;
}

.nexus-working-style__media img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.nexus-working-style__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 30px 28px 24px;
  background: linear-gradient(119deg, #f6efff 0%, #eef4ff 100%);
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nexus-working-style__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(73, 70, 236, 0.12);
}

.nexus-working-style__card__number {
  position: absolute;
  top: 18px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--lotech-base, #4946ec);
  background-color: rgba(73, 70, 236, 0.12);
  line-height: 1;
}

.nexus-working-style__card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background-color: var(--lotech-base, #4946ec);
  transition: background-color 0.3s ease;
}

.nexus-working-style__card:hover .nexus-working-style__card__icon {
  background-color: var(--lotech-black, #0e0f11);
}

.nexus-working-style__card__icon i {
  font-size: 26px;
  line-height: 1;
  color: var(--lotech-white, #ffffff);
}

.nexus-working-style__card__content {
  flex: 1;
  min-width: 0;
  padding-right: 36px;
}

.nexus-working-style__card__title {
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--lotech-black, #0e0f11);
  margin: 0 0 10px;
  line-height: 1.3;
  text-transform: capitalize;
}

.nexus-working-style__card__text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--lotech-text, #596171);
  margin: 0;
}

@media (max-width: 1199px) {
  .nexus-working-style__layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 24px;
    margin-top: 45px;
  }

  .nexus-working-style__card--01,
  .nexus-working-style__card--02,
  .nexus-working-style__card--03,
  .nexus-working-style__card--04 {
    grid-column: auto;
    grid-row: auto;
  }

  .nexus-working-style__media {
    grid-column: 1 / -1;
    grid-row: auto;
    order: 0;
    margin: 8px 0 12px;
  }

  .nexus-working-style__media img {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .nexus-working-style {
    padding: 80px 0;
  }

  .nexus-working-style__layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }

  .nexus-working-style__card {
    padding: 24px 22px 24px 20px;
  }

  .nexus-working-style__card__title {
    font-size: 18px;
  }

  .nexus-working-style__media img {
    max-width: 280px;
  }
}

/* Working style v2 — adds a 5th card above the image (over person's head) */
.nexus-working-style__layout--v2 {
  grid-template-rows: auto auto auto;
}

.nexus-working-style__layout--v2 .nexus-working-style__card--05 {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  width: 100%;
  max-width: 460px;
  background: linear-gradient(119deg, #eef4ff 0%, #f6efff 100%);
}

.nexus-working-style__layout--v2 .nexus-working-style__card--01 { grid-row: 2; }
.nexus-working-style__layout--v2 .nexus-working-style__card--02 { grid-row: 2; }
.nexus-working-style__layout--v2 .nexus-working-style__card--03 { grid-row: 3; }
.nexus-working-style__layout--v2 .nexus-working-style__card--04 { grid-row: 3; }

.nexus-working-style__layout--v2 .nexus-working-style__media {
  grid-row: 2 / span 2;
}

@media (max-width: 1199px) {
  .nexus-working-style__layout--v2 {
    grid-template-rows: auto;
  }

  .nexus-working-style__layout--v2 .nexus-working-style__card--05 {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: none;
  }

  .nexus-working-style__layout--v2 .nexus-working-style__card--01,
  .nexus-working-style__layout--v2 .nexus-working-style__card--02,
  .nexus-working-style__layout--v2 .nexus-working-style__card--03,
  .nexus-working-style__layout--v2 .nexus-working-style__card--04 {
    grid-row: auto;
  }

  .nexus-working-style__layout--v2 .nexus-working-style__media {
    grid-row: auto;
  }
}

/* Live show — full-width black section, responsive split layout */
.nexus-live-show {
  position: relative;
  width: 100%;
  padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 7vw, 88px);
  background-color: #000000;
  overflow: hidden;
}

.nexus-live-show .container {
  max-width: 1320px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.nexus-live-show__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 64px);
  width: 100%;
}

.nexus-live-show__content {
  flex: 0 1 480px;
  width: min(100%, 480px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nexus-live-show__title-line {
  font-size: clamp(48px, 7vw, 110px);
  font-weight: 900;
  color: var(--lotech-white, #ffffff);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.nexus-live-show__title-badge {
  display: inline-block;
  margin: 6px 0 4px;
  padding: 4px 16px 6px;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 800;
  color: var(--lotech-white, #ffffff);
  text-transform: uppercase;
  background-color: var(--lotech-base, #4946ec);
  border-radius: 3px;
  line-height: 1.2;
}

.nexus-live-show__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0 0 clamp(16px, 2.5vw, 20px);
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  line-height: 0.9;
  width: 100%;
}

.nexus-live-show__logo {
  display: inline-flex;
  margin-bottom: 32px;
}

.nexus-live-show__logo img {
  filter: brightness(0) invert(1);
  max-height: 48px;
  width: auto;
}

.nexus-live-show__text {
  width: 100%;
  max-width: 380px;
  margin: 0 0 clamp(20px, 3vw, 28px);
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.nexus-live-show__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 8px;
  border-radius: 50px;
  background-color: var(--lotech-base, #4946ec);
  color: var(--lotech-white, #ffffff);
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.nexus-live-show__btn:hover {
  background-color: #3d3ad4;
  color: var(--lotech-white, #ffffff);
  transform: translateY(-2px);
}

.nexus-live-show__btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--lotech-white, #ffffff);
  color: var(--lotech-base, #4946ec);
  font-size: 12px;
}

/* Vertical pill frames — side by side, center lifted (not overlapping circles) */
.nexus-live-show__gallery {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(8px, 1.2vw, 14px);
  min-width: 0;
  max-width: min(100%, 760px);
  padding-bottom: 0;
}

.nexus-live-show__frame {
  flex: 1 1 0;
  width: clamp(120px, 18vw, 244px);
  max-width: 244px;
  height: auto;
  aspect-ratio: 244 / 270;
  margin: 0;
  padding: 0;
  border: clamp(4px, 0.5vw, 6px) solid var(--lotech-white, #ffffff);
  border-radius: 999px 999px 0 0;
  background-color: var(--lotech-white, #ffffff);
  box-shadow: none;
  overflow: hidden;
}

.nexus-live-show__frame img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
}

.nexus-live-show__frame--center {
  transform: translateY(-44px);
  margin-bottom: 44px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .nexus-live-show__frame--center {
    transform: translateY(-28px);
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .nexus-live-show__wrap {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .nexus-live-show__content {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .nexus-live-show__gallery {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
}

@media (max-width: 575px) {
  .nexus-live-show__frame--center {
    transform: translateY(-16px);
    margin-bottom: 16px;
  }

  .nexus-live-show__gallery {
    gap: 8px;
  }
}

/* Banner variant — full-width live-1-1.jpg + Register overlay (desktop) / stacked (mobile) */
.nexus-live-show--banner {
  padding: 0;
  background-color: #000000;
  overflow: hidden;
  width: 100%;
}

.nexus-live-show--banner .nexus-live-show__banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.nexus-live-show--banner .nexus-live-show__banner-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

/* Desktop/tablet — Register overlaid on left column of banner */
@media (min-width: 768px) {
  .nexus-live-show--banner .nexus-live-show__banner {
    line-height: 0;
  }

  .nexus-live-show--banner .nexus-live-show__btn-zone {
    position: absolute;
    left: 0;
    top: 76%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    pointer-events: none;
    line-height: normal;
  }

  .nexus-live-show--banner .nexus-live-show__btn-zone .nexus-live-show__btn {
    pointer-events: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nexus-live-show--banner .nexus-live-show__btn-zone {
    top: 77%;
    width: 44%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nexus-live-show--banner .nexus-live-show__btn-zone .nexus-live-show__btn {
    padding: 7px 20px 7px 7px;
    font-size: 12px;
  }

  .nexus-live-show--banner .nexus-live-show__btn-zone .nexus-live-show__btn__icon {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }
}

/* Mobile — full image visible, Register button below */
@media (max-width: 767px) {
  .nexus-live-show--banner {
    padding-bottom: clamp(28px, 6vw, 40px);
  }

  .nexus-live-show--banner .nexus-live-show__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
  }

  .nexus-live-show--banner .nexus-live-show__banner-img {
    flex-shrink: 0;
    width: 100%;
    height: auto;
  }

  .nexus-live-show--banner .nexus-live-show__btn-zone {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(20px, 5vw, 32px) 16px 0;
    pointer-events: auto;
  }
}

@media (max-width: 575px) {
  .nexus-live-show--banner .nexus-live-show__btn-zone .nexus-live-show__btn {
    padding: 6px 16px 6px 6px;
    font-size: 11px;
    gap: 8px;
  }

  .nexus-live-show--banner .nexus-live-show__btn-zone .nexus-live-show__btn__icon {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}

/* Webinar — three equal columns, flush 244×270 strip, 3-line schedule */
.nexus-webinar {
  position: relative;
  padding: 90px 0;
  background: #efefef;
  overflow: hidden;
}

.nexus-webinar .container {
  max-width: 1320px;
}

.nexus-webinar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* LEFT CONTENT */
.nexus-webinar__col--content {
  width: 28%;
}

.nexus-webinar__eyebrow {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #4b4cf0;
}

.nexus-webinar__title {
  margin: 0 0 18px;
  font-size: 92px;
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  color: #111;
}

.nexus-webinar__text {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.9;
  color: #6a6f7a;
}

/* CENTER IMAGE AREA */
.nexus-webinar__col--gallery {
  width: 45%;
}

.nexus-webinar__photos {
  display: flex;
  align-items: stretch;
  height: 310px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* sliced image effect */
.nexus-webinar__photos img {
  width: 33.333%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
  filter: grayscale(10%);
}

/* spacing between slices */
.nexus-webinar__photos img:not(:last-child) {
  margin-right: 14px;
}

.nexus-webinar__photos img:hover {
  transform: scale(1.04);
}

/* RIGHT SIDE */
.nexus-webinar__col--cta {
  width: 22%;
}

.nexus-webinar__schedule {
  margin: 18px 0 28px;
}

.nexus-webinar__schedule-line {
  display: block;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
}

/* BUTTON */
.nexus-webinar__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 28px 11px 12px;
  border-radius: 60px;
  background: #4b4cf0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: .35s ease;
}

.nexus-webinar__btn:hover {
  background: #111;
  transform: translateY(-3px);
}

.nexus-webinar__btn__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #4b4cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {

  .nexus-webinar__inner {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
  }

  .nexus-webinar__col--content,
  .nexus-webinar__col--gallery,
  .nexus-webinar__col--cta {
      width: 100%;
  }

  .nexus-webinar__text {
      margin: auto;
  }

  .nexus-webinar__photos {
      max-width: 750px;
      margin: auto;
  }
}

@media (max-width: 767px) {

  .nexus-webinar {
      padding: 60px 0;
  }

  .nexus-webinar__title {
      font-size: 56px;
  }

  .nexus-webinar__schedule-line {
      font-size: 22px;
  }

  .nexus-webinar__photos {
      height: 220px;
  }

  .nexus-webinar__photos img:not(:last-child) {
      margin-right: 8px;
  }
}

/* Team banner v2 — finite background image at top + cards overlap its bottom edge */
.nexus-team-banner {
  position: relative;
  overflow-x: clip;
  margin-top: 80px;
  padding: 0 0 100px;
  background-color: #ffffff;
}

.nexus-team-banner--bg {
  isolation: isolate;
}

.nexus-team-banner--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 480px;
  background-image: url("../images/backgrounds/team-bg-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.nexus-team-banner--bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 480px;
  background: linear-gradient(180deg, rgba(14, 47, 44, 0.65) 0%, rgba(14, 47, 44, 0.45) 60%, rgba(14, 47, 44, 0.35) 100%);
  z-index: 0;
  pointer-events: none;
}

.nexus-team-banner .container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.nexus-team-banner .sec-title {
  margin-bottom: 0;
}

.nexus-team-banner__tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #c6f56b;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 22px;
}

.nexus-team-banner__tagline::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 2px;
  background-color: #c6f56b;
}

.nexus-team-banner .sec-title__tagline.bw-split-text > div {
  background-image: linear-gradient(to left, rgba(198, 245, 107, 0.25) 50%, #c6f56b 50%);
}

.nexus-team-banner__title {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin: 0 auto 10px;
  max-width: 780px;
}

.nexus-team-banner .sec-title__title,
.nexus-team-banner .sec-title__title.bw-split-text > div {
  color: #ffffff;
}

.nexus-team-banner .sec-title__title.bw-split-text > div {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.15) 50%, #ffffff 50%);
}

.nexus-team-banner__wrap {
  position: relative;
  margin-top: 40px;
}

.nexus-team-banner__row {
  position: relative;
  z-index: 1;
}

.nexus-team-banner__card {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 18px 50px rgba(14, 15, 17, 0.10);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.nexus-team-banner__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(73, 70, 236, 0.25);
}

.nexus-team-banner__photo {
  position: relative;
  overflow: hidden;
}

.nexus-team-banner__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14, 15, 17, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.nexus-team-banner__card:hover .nexus-team-banner__photo::after {
  opacity: 1;
}

.nexus-team-banner__photo img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s ease;
}

.nexus-team-banner__card:hover .nexus-team-banner__photo img {
  transform: scale(1.08);
}

.nexus-team-banner__social {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.nexus-team-banner__card:hover .nexus-team-banner__social {
  opacity: 1;
  transform: translateX(0);
}

.nexus-team-banner__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--lotech-base, #4946ec);
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.nexus-team-banner__social a:hover {
  background-color: var(--lotech-base, #4946ec);
  color: #ffffff;
  transform: scale(1.08);
}

.nexus-team-banner__plate {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  padding: 16px 18px 18px;
  background-color: var(--lotech-base, #4946ec);
  color: #ffffff;
  text-align: center;
  z-index: 2;
  box-shadow: 0 12px 28px rgba(73, 70, 236, 0.32);
  overflow: hidden;
  transition: background-color 0.35s ease, transform 0.35s ease;
}

.nexus-team-banner__plate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  transition: width 0.5s ease;
}

.nexus-team-banner__card:hover .nexus-team-banner__plate {
  background-color: #0e0f11;
  transform: translateY(-4px);
}

.nexus-team-banner__card:hover .nexus-team-banner__plate::before {
  width: 100%;
}

.nexus-team-banner__name {
  margin: 0 0 4px;
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.nexus-team-banner__name a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nexus-team-banner__name a:hover {
  color: var(--lotech-base, #4946ec);
}

.nexus-team-banner__card:hover .nexus-team-banner__name a:hover {
  color: #ffffff;
  opacity: 0.85;
}

.nexus-team-banner__role {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .nexus-team-banner {
    margin-top: 60px;
    padding: 0 0 70px;
  }
  .nexus-team-banner .container {
    padding-top: 70px;
  }
  .nexus-team-banner--bg::before,
  .nexus-team-banner--bg::after {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .nexus-team-banner {
    margin-top: 40px;
    padding: 0 0 50px;
  }
  .nexus-team-banner .container {
    padding-top: 50px;
  }
  .nexus-team-banner--bg::before,
  .nexus-team-banner--bg::after {
    height: 340px;
  }
  .nexus-team-banner__wrap {
    margin-top: 25px;
  }
}

/* World map banner — full-width image, no crop */
.nexus-video-banner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #000000;
}

.nexus-video-banner__wrap {
  position: relative;
  width: 100%;
  line-height: 0;
  background-color: #000000;
}

.nexus-video-banner__video,
.nexus-video-banner__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  background-color: #000000;
}

/* Strategic plan — white section after dark video */
.nexus-strategic-plan {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
}

.nexus-strategic-plan__banner {
  position: relative;
  width: 100%;
  line-height: 0;
}

.nexus-strategic-plan__img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .nexus-strategic-plan {
    padding: 50px 0;
  }
}

/* Clients portfolio — white section, domain tabs */
.nexus-clients-portfolio {
  position: relative;
  padding: 100px 0 90px;
  background-color: #ffffff;
  overflow: hidden;
}

.nexus-clients-portfolio__decor {
  position: absolute;
  top: 12%;
  right: -40px;
  width: 220px;
  height: 220px;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(circle, #d5d8e0 2px, transparent 2px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle at center, #000 30%, transparent 72%);
}

.nexus-clients-portfolio .container {
  position: relative;
  z-index: 1;
}

.nexus-clients-portfolio__head {
  margin-bottom: 36px;
}

.nexus-clients-portfolio__tagline {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(73, 70, 236, 0.35);
  color: var(--lotech-black, #0e0f11);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.nexus-clients-portfolio__title {
  margin: 0;
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--lotech-black, #0e0f11);
}

.nexus-clients-portfolio__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 42px;
  padding: 0;
}

.nexus-clients-portfolio__tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--lotech-black, #0e0f11);
  background-color: var(--lotech-black, #0e0f11);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.nexus-clients-portfolio__tab i {
  font-size: 16px;
  line-height: 1;
}

.nexus-clients-portfolio__tab.is-active,
.nexus-clients-portfolio__tab:hover {
  background-color: #ffffff;
  color: var(--lotech-black, #0e0f11);
  transform: translateY(-2px);
}

.nexus-clients-portfolio__grid-wrap {
  margin-bottom: 10px;
}

.nexus-clients-portfolio__grid {
  margin-bottom: 0;
}

.nexus-clients-portfolio__slot {
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}

.nexus-clients-portfolio__grid.is-swapping .nexus-clients-portfolio__slot {
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  pointer-events: none;
}

.nexus-clients-portfolio__card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f3f4f8;
  aspect-ratio: 1 / 1;
  line-height: 0;
}

.nexus-clients-portfolio__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, opacity 0.4s ease;
}

.nexus-clients-portfolio__grid.is-swapping .nexus-clients-portfolio__card img {
  opacity: 0;
  transform: scale(1.02);
}

.nexus-clients-portfolio__grid:not(.is-swapping) .nexus-clients-portfolio__card:hover img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .nexus-clients-portfolio__slot,
  .nexus-clients-portfolio__card img {
    transition-duration: 0.01ms;
  }

  .nexus-clients-portfolio__grid.is-swapping .nexus-clients-portfolio__slot {
    transform: none;
  }
}

.nexus-clients-portfolio__btn-wrap {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .nexus-clients-portfolio {
    padding: 80px 0 70px;
  }

  .nexus-clients-portfolio__tabs {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .nexus-clients-portfolio {
    padding: 60px 0 55px;
  }

  .nexus-clients-portfolio__tab {
    width: 100%;
    justify-content: center;
  }

  .nexus-clients-portfolio__btn-wrap {
    margin-top: 36px;
  }
}

/* Client Spotlight — theme-aligned Instagram client cards */
.nexus-client-spotlight {
  position: relative;
  padding: 100px 0 90px;
  background-color: #efefef;
  overflow: hidden;
}

.nexus-client-spotlight__decor {
  position: absolute;
  top: 10%;
  left: -40px;
  width: 220px;
  height: 220px;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(circle, #d5d8e0 2px, transparent 2px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle at center, #000 30%, transparent 72%);
}

.nexus-client-spotlight .container {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.nexus-client-spotlight__head {
  margin-bottom: 42px;
}

.nexus-client-spotlight__head .sec-title__title {
  color: var(--lotech-black, #0e0f11);
}

.nexus-client-spotlight__head .sec-title__title.bw-split-text > div {
  background-image: linear-gradient(to left, rgba(var(--lotech-black-rgb, 14, 15, 17), 0.2) 50%, var(--lotech-black, #0e0f11) 50%);
}

.nexus-client-spotlight__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 29px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(var(--lotech-black-rgb, 14, 15, 17), 0.1);
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.nexus-client-spotlight__card:hover {
  transform: translateY(-6px);
  border-color: var(--lotech-base, #4946ec);
  box-shadow: 0 16px 40px rgba(73, 70, 236, 0.12);
}

.nexus-client-spotlight__card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1;
  color: var(--lotech-base, #4946ec);
  background-color: rgba(var(--lotech-base-rgb, 73, 70, 236), 0.1);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H51.6897C54.4511 0 56.6897 2.23858 56.6897 5V9.7069C56.6897 12.4683 58.9282 14.7069 61.6897 14.7069H65C67.7614 14.7069 70 16.9455 70 19.7069V65C70 67.7614 67.7614 70 65 70H11.3081C9.8735 70 8.50803 69.3838 7.55888 68.3081L1.25081 61.159C0.444783 60.2455 0 59.0691 0 57.8509V5Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H51.6897C54.4511 0 56.6897 2.23858 56.6897 5V9.7069C56.6897 12.4683 58.9282 14.7069 61.6897 14.7069H65C67.7614 14.7069 70 16.9455 70 19.7069V65C70 67.7614 67.7614 70 65 70H11.3081C9.8735 70 8.50803 69.3838 7.55888 68.3081L1.25081 61.159C0.444783 60.2455 0 59.0691 0 57.8509V5Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nexus-client-spotlight__card:hover .nexus-client-spotlight__card__icon {
  background-color: var(--lotech-base, #4946ec);
  color: #ffffff;
}

.nexus-client-spotlight__handle {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lotech-base, #4946ec);
  text-transform: lowercase;
}

.nexus-client-spotlight__name {
  margin: 0 0 12px;
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--lotech-black, #0e0f11);
  transition: color 0.3s ease;
}

.nexus-client-spotlight__card:hover .nexus-client-spotlight__name {
  color: var(--lotech-base, #4946ec);
}

.nexus-client-spotlight__category {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lotech-base, #4946ec);
  background-color: rgba(var(--lotech-base-rgb, 73, 70, 236), 0.1);
  border: 1px solid rgba(var(--lotech-base-rgb, 73, 70, 236), 0.2);
}

.nexus-client-spotlight__text {
  flex: 1;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--lotech-text, #596171);
}

.nexus-client-spotlight__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  background-color: var(--lotech-base, #4946ec);
  color: #ffffff;
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.nexus-client-spotlight__btn__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
}

.nexus-client-spotlight__btn__icon i {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.nexus-client-spotlight__btn__icon i:last-child {
  transform: translate(-120%, 120%);
  opacity: 0;
}

.nexus-client-spotlight__btn:hover {
  background-color: var(--lotech-black, #0e0f11);
  color: #ffffff;
  transform: translateY(-2px);
}

.nexus-client-spotlight__btn:hover .nexus-client-spotlight__btn__icon i:first-child {
  transform: translate(120%, -120%);
  opacity: 0;
}

.nexus-client-spotlight__btn:hover .nexus-client-spotlight__btn__icon i:last-child {
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 991px) {
  .nexus-client-spotlight {
    padding: 72px 0 80px;
  }

  .nexus-client-spotlight__head {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .nexus-client-spotlight {
    padding: 56px 0 64px;
  }

  .nexus-client-spotlight__card {
    padding: 24px 22px;
  }

  .nexus-client-spotlight__name {
    font-size: 22px;
  }
}

/* Footer — responsive subscribe email */
.main-footer-three .footer-widget--mailchimp .footer-widget__newsletter.nexus-footer-newsletter {
  display: block;
  width: 100%;
  max-width: 100%;
}

.nexus-footer-newsletter__field {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.nexus-footer-newsletter__field input[type="email"],
.nexus-footer-newsletter__field input[type="text"] {
  flex: 1 1 160px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.nexus-footer-newsletter__field input[type="email"]::placeholder,
.nexus-footer-newsletter__field input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.nexus-footer-newsletter__field input[type="email"]:focus,
.nexus-footer-newsletter__field input[type="text"]:focus {
  color: #ffffff;
}

.main-footer-three .nexus-footer-newsletter .footer-widget__text {
  margin: 15px 0 0;
}

.main-footer-three .nexus-footer-newsletter__field .lotech-btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 112px;
  align-self: stretch;
}

@media (max-width: 575px) {
  .nexus-footer-newsletter__field {
    flex-direction: column;
  }

  .main-footer-three .nexus-footer-newsletter__field .lotech-btn {
    width: 100%;
    min-width: 0;
  }
}

/* About three — dark variant (about-4-bg geometric navy background) */
section.about-three.about-three--dark {
  background-color: #000000 !important;
  background-image: none !important;
  padding: 120px 0;
}

section.about-three.about-three--dark .about-three__shape,
section.about-three.about-three--dark .about-three__shape--dark {
  display: block;
  opacity: 1;
  background-image: url("../images/shapes/about-4-bg.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

section.about-three.about-three--dark .container {
  position: relative;
  z-index: 1;
}

section.about-three.about-three--dark .about-three__content .sec-title {
  padding-bottom: 18px;
}

section.about-three.about-three--dark .sec-title__tagline {
  color: var(--lotech-base, #4946ec);
  letter-spacing: 0.14em;
}

section.about-three.about-three--dark .sec-title__title {
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.2;
}

section.about-three.about-three--dark .sec-title__title.bw-split-text > div {
  color: #ffffff;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, #ffffff 50%);
}

section.about-three.about-three--dark .sec-title__tagline.bw-split-text > div {
  color: var(--lotech-base, #4946ec);
  background-image: linear-gradient(to left, rgba(73, 70, 236, 0.3) 50%, var(--lotech-base, #4946ec) 50%);
}

section.about-three.about-three--dark .about-three__content__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  max-width: 620px;
}

section.about-three.about-three--dark .about-three__box {
  padding: 22px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

section.about-three.about-three--dark .about-three__box:hover {
  background: rgba(73, 70, 236, 0.12);
  border-color: rgba(73, 70, 236, 0.35);
  transform: translateY(-3px);
}

section.about-three.about-three--dark .about-three__box__icon {
  background-color: var(--lotech-base, #4946ec);
}

section.about-three.about-three--dark .about-three__box__title {
  color: #ffffff;
}

section.about-three.about-three--dark .about-three__box__text {
  color: rgba(255, 255, 255, 0.65);
}

section.about-three.about-three--dark .about-three__content__list li {
  color: rgba(255, 255, 255, 0.92);
}

section.about-three.about-three--dark .about-three__content__list li i {
  color: var(--lotech-base, #4946ec);
}

section.about-three.about-three--dark .about-three__info__icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

section.about-three.about-three--dark .about-three__info:hover .about-three__info__icon {
  background-color: var(--lotech-base, #4946ec);
  border-color: var(--lotech-base, #4946ec);
  color: #ffffff;
}

section.about-three.about-three--dark .about-three__info__title {
  color: rgba(255, 255, 255, 0.7);
}

section.about-three.about-three--dark .about-three__info__number {
  color: #ffffff;
}

section.about-three.about-three--dark .about-three__info__number a {
  color: #ffffff;
}

section.about-three.about-three--dark .about-three__image img {
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

section.about-three.about-three--dark .about-three__circle {
  box-shadow: 0 12px 40px rgba(73, 70, 236, 0.45);
}

@media (max-width: 767px) {
  section.about-three.about-three--dark {
    padding: 80px 0;
  }

  section.about-three.about-three--dark .about-three__box {
    margin-bottom: 16px;
  }
}

/* Service four — dark variant */
section.service-four.service-four--dark {
  background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
  padding: 120px 0;
}

section.service-four.service-four--dark .sec-title {
  padding-bottom: 10px;
}

section.service-four.service-four--dark .sec-title__tagline {
  color: var(--lotech-base, #4946ec);
  letter-spacing: 0.14em;
}

section.service-four.service-four--dark .sec-title__title {
  color: #ffffff;
}

section.service-four.service-four--dark .sec-title__title.bw-split-text > div {
  color: #ffffff;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, #ffffff 50%);
}

section.service-four.service-four--dark .sec-title__tagline.bw-split-text > div {
  color: var(--lotech-base, #4946ec);
  background-image: linear-gradient(to left, rgba(73, 70, 236, 0.3) 50%, var(--lotech-base, #4946ec) 50%);
}

section.service-four.service-four--dark .service-four__item {
  background: linear-gradient(145deg, #141419 0%, #0e0e12 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

/* Disable strip animation — use clean glow hover instead */
section.service-four.service-four--dark .service-four__item__hover__item {
  display: none;
}

section.service-four.service-four--dark .service-four__item__title {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

section.service-four.service-four--dark .service-four__item__text {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}

section.service-four.service-four--dark .service-four__item__icon {
  color: #ffffff;
  background-color: var(--lotech-base, #4946ec);
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

section.service-four.service-four--dark .service-four__item__image {
  opacity: 1;
  transition: transform 0.6s ease, filter 0.4s ease;
}

section.service-four.service-four--dark .service-four__item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(73, 70, 236, 0.15) 100%);
  transition: opacity 0.4s ease;
  z-index: 1;
}

section.service-four.service-four--dark .service-four__item__rm {
  background-color: #ffffff;
  color: var(--lotech-base, #4946ec);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

section.service-four.service-four--dark .service-four__item:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 70, 236, 0.5);
  background: linear-gradient(145deg, #1a1a24 0%, #12121a 100%);
  box-shadow: 0 16px 48px rgba(73, 70, 236, 0.18);
}

section.service-four.service-four--dark .service-four__item:hover .service-four__item__image {
  transform: scale(1.06);
  filter: brightness(0.85);
}

section.service-four.service-four--dark .service-four__item:hover .service-four__item__image::after {
  opacity: 0.7;
}

section.service-four.service-four--dark .service-four__item:hover .service-four__item__icon {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(73, 70, 236, 0.45);
  background-color: #ffffff;
  color: var(--lotech-base, #4946ec);
}

section.service-four.service-four--dark .service-four__item:hover .service-four__item__title {
  color: #ffffff;
}

section.service-four.service-four--dark .service-four__item:hover .service-four__item__text {
  color: rgba(255, 255, 255, 0.85);
}

section.service-four.service-four--dark .service-four__item:hover .service-four__item__rm {
  opacity: 1;
  transform: translateY(-29px);
}

@media (max-width: 767px) {
  section.service-four.service-four--dark {
    padding: 80px 0;
  }
}

/* Service three — dark variant */
section.service-three.service-three--dark {
  background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
  padding: 120px 0 90px;
}

section.service-three.service-three--dark .sec-title {
  padding-bottom: 10px;
}

section.service-three.service-three--dark .sec-title__tagline {
  color: var(--lotech-base, #4946ec);
  letter-spacing: 0.14em;
}

section.service-three.service-three--dark .sec-title__title {
  color: #ffffff;
}

section.service-three.service-three--dark .sec-title__title.bw-split-text > div {
  color: #ffffff;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, #ffffff 50%);
}

section.service-three.service-three--dark .sec-title__tagline.bw-split-text > div {
  color: var(--lotech-base, #4946ec);
  background-image: linear-gradient(to left, rgba(73, 70, 236, 0.3) 50%, var(--lotech-base, #4946ec) 50%);
}

section.service-three.service-three--dark .service-three__item {
  background: linear-gradient(145deg, #141419 0%, #0e0e12 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

section.service-three.service-three--dark .service-three__item__hover__item {
  display: none;
}

section.service-three.service-three--dark .service-three__item__icon {
  color: #ffffff;
  background-color: var(--lotech-base, #4946ec);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}

section.service-three.service-three--dark .service-three__item__title {
  color: #ffffff;
}

section.service-three.service-three--dark .service-three__item__title a {
  color: inherit;
}

section.service-three.service-three--dark .service-three__item__text {
  color: rgba(255, 255, 255, 0.6);
}

section.service-three.service-three--dark .service-three__item__btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

section.service-three.service-three--dark .service-three__item__btn__icon {
  color: var(--lotech-base, #4946ec);
}

section.service-three.service-three--dark .service-three__item:hover {
  transform: translateY(-6px);
  border-color: rgba(73, 70, 236, 0.5);
  box-shadow: 0 16px 48px rgba(73, 70, 236, 0.18);
}

section.service-three.service-three--dark .service-three__item:hover .service-three__item__icon {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(73, 70, 236, 0.45);
  background-color: #ffffff;
  color: var(--lotech-base, #4946ec);
}

section.service-three.service-three--dark .service-three__item:hover .service-three__item__title {
  color: #ffffff;
}

section.service-three.service-three--dark .service-three__item:hover .service-three__item__text {
  color: rgba(255, 255, 255, 0.85);
}

section.service-three.service-three--dark .service-three__item:hover .service-three__item__btn {
  background-color: var(--lotech-base, #4946ec);
  color: #ffffff;
}

@media (max-width: 767px) {
  section.service-three.service-three--dark {
    padding: 80px 0 60px;
  }
}

/* Working process — style-two with rotating circles */
@keyframes nexus-process-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes nexus-process-rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.working-proces-area.style-two {
  position: relative;
  padding: 100px 0 110px;
  background-color: var(--lotech-black, #0e0f11);
  overflow: hidden;
}

.working-proces-area.style-two .section-title.center.style-two {
  margin-bottom: 56px;
}

.working-proces-area.style-two .section-title.center.style-two h4 {
  margin: 0 0 14px;
  color: var(--lotech-base, #4946ec);
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.working-proces-area.style-two .section-title.center.style-two h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--lotech-heading-font, "Yantramanav", sans-serif);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.working-proces-area.style-two .working-process-box {
  position: relative;
  text-align: center;
  padding: 10px 16px 28px;
  margin-bottom: 24px;
}

.working-proces-area.style-two .process-thumb {
  position: relative;
  z-index: 3;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.working-proces-area.style-two .process-thumb__spin {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.working-proces-area.style-two .process-thumb__spin--outer {
  inset: -8px;
  border: 3px dashed rgba(73, 70, 236, 0.75);
  box-shadow: 0 0 14px rgba(73, 70, 236, 0.15);
  animation: nexus-process-rotate 14s linear infinite;
}

.working-proces-area.style-two .process-thumb__spin--inner {
  inset: 3px;
  border: 4px solid rgba(73, 70, 236, 0.95);
  box-shadow: 0 0 10px rgba(73, 70, 236, 0.2);
  animation: nexus-process-rotate-reverse 10s linear infinite;
}

.working-proces-area.style-two .process-thumb img {
  position: relative;
  z-index: 1;
  width: 72%;
  height: auto;
  display: block;
}

.working-proces-area.style-two .process-number {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--lotech-base, #4946ec);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 6px 16px rgba(73, 70, 236, 0.35);
}

.working-proces-area.style-two .process-number span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.working-proces-area.style-two .process-number.two {
  top: auto;
  bottom: 12px;
}

.working-proces-area.style-two .process-content h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 700;
  text-transform: capitalize;
}

.working-proces-area.style-two .process-content p {
  margin: 0 auto;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

.working-proces-area.style-two .working-process-box.after-transprent::after {
  content: "";
  position: absolute;
  left: calc(50% + 98px);
  right: auto;
  width: calc(100% - 196px);
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

/* Upward curve — runs above the circles in the column gap */
.working-proces-area.style-two .working-process-box.before-transprent.after-transprent::after {
  top: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 44' fill='none'%3E%3Cdefs%3E%3Cmarker id='arr1' viewBox='0 0 12 12' refX='10' refY='6' markerWidth='8' markerHeight='8' orient='auto'%3E%3Cpath d='M1 1 L11 6 L1 11' stroke='%234946EC' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/marker%3E%3C/defs%3E%3Cpath d='M2 38 C 36 8 64 8 98 18' stroke='%234946EC' stroke-width='3' stroke-linecap='round' marker-end='url(%23arr1)'/%3E%3C/svg%3E");
}

/* Downward curve — runs below the circles in the column gap */
.working-proces-area.style-two .working-process-box.after-transprent:not(.before-transprent)::after {
  top: 130px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 44' fill='none'%3E%3Cdefs%3E%3Cmarker id='arr2' viewBox='0 0 12 12' refX='10' refY='6' markerWidth='8' markerHeight='8' orient='auto'%3E%3Cpath d='M1 1 L11 6 L1 11' stroke='%234946EC' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/marker%3E%3C/defs%3E%3Cpath d='M2 6 C 36 36 64 36 98 26' stroke='%234946EC' stroke-width='3' stroke-linecap='round' marker-end='url(%23arr2)'/%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
  .working-proces-area.style-two .working-process-box.after-transprent::after {
    left: calc(50% + 94px);
    width: calc(100% - 188px);
  }
}

@media (max-width: 991px) {
  .working-proces-area.style-two {
    padding: 80px 0 70px;
  }

  .working-proces-area.style-two .working-process-box.after-transprent::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .working-proces-area.style-two {
    padding: 64px 0 56px;
  }

  .working-proces-area.style-two .section-title.center.style-two {
    margin-bottom: 40px;
  }

  .working-proces-area.style-two .process-thumb {
    width: 170px;
    height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .working-proces-area.style-two .process-thumb__spin--outer,
  .working-proces-area.style-two .process-thumb__spin--inner {
    animation: none;
  }
}

/* Hidden portfolio-three section */
#old-portfolio-three {
  display: none !important;
}

/* Hero slider — responsive title & tagline */
.slider-one__content {
  max-width: 780px;
}

.slider-one__title {
  font-size: clamp(32px, 4.8vw, 72px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: clamp(12px, 1.8vw, 18px);
}

.slider-one__text {
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.55;
  max-width: 620px;
  margin-bottom: clamp(24px, 3vw, 42px);
}

@media (max-width: 1199px) {
  .slider-one__content {
    max-width: 640px;
  }
}

@media (max-width: 991px) {
  .slider-one__item {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .slider-one__content {
    max-width: 100%;
  }

  .slider-one__title br,
  .slider-one__text br {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider-one__item {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .slider-one__title {
    font-size: clamp(28px, 7.5vw, 38px);
    line-height: 1.2;
  }

  .slider-one__text {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .slider-one__item {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .slider-one__title {
    font-size: clamp(26px, 8.2vw, 34px);
  }
}