:root {
  --elegrade-electric: #ffc62f;
  --elegrade-orange: #ff5a1f;
  --elegrade-ink: #09111e;
}

html {
  scroll-behavior: smooth;
}

.elegrade-wordmark {
  align-items: center;
  color: var(--elegrade-ink);
  display: inline-grid;
  font-family: "Outfit", sans-serif;
  gap: 10px;
  grid-template-columns: 42px auto;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.elegrade-wordmark__mark {
  align-items: center;
  background: var(--elegrade-orange);
  border-radius: 11px 11px 11px 3px;
  color: #fff;
  display: inline-flex;
  font-size: 27px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.08em;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.elegrade-wordmark__mark::after {
  background: var(--elegrade-electric);
  bottom: -9px;
  content: "";
  height: 20px;
  position: absolute;
  right: -8px;
  transform: rotate(-38deg);
  width: 23px;
}

.elegrade-wordmark__copy {
  display: grid;
  gap: 6px;
}

.elegrade-wordmark__copy strong {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.8;
  white-space: nowrap;
}

.elegrade-wordmark__copy strong span {
  color: var(--elegrade-orange);
}

.elegrade-wordmark__copy small {
  color: var(--elegrade-electric);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.42em;
  padding-left: 2px;
}

.elegrade-wordmark--light,
.elegrade-wordmark--light:hover {
  color: #fff;
}

.header-logo .elegrade-wordmark {
  min-width: 180px;
}

.mobile-logo .elegrade-wordmark,
.footer-widget .elegrade-wordmark {
  justify-content: center;
}

.elegrade-preloader-mark {
  align-items: center;
  background: var(--elegrade-orange);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  font-weight: 900;
  height: 72px;
  justify-content: center;
  margin-bottom: 28px;
  width: 72px;
}

.main-menu .mega-menu,
.main-menu .sub-menu,
.th-mobile-menu .sub-menu {
  display: none !important;
}

.team-card .th-social,
.team-card-content .media-body,
.sidemenu-content .th-social,
.footer-widget .th-social {
  display: none !important;
}

.main-menu .menu-item-has-children > a::after,
.th-mobile-menu .menu-item-has-children > a .th-mean-expand {
  display: none !important;
}

.built72-demo-return {
  align-items: center;
  background: #050b16;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  bottom: 24px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  gap: 15px;
  padding: 13px 16px;
  position: fixed;
  right: 24px;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
  z-index: 10001;
}

.built72-demo-return:hover {
  border-color: var(--elegrade-orange);
  color: #fff;
  transform: translateY(-2px);
}

.built72-demo-return:focus-visible {
  outline: 3px solid #ffd83d;
  outline-offset: 3px;
}

.built72-demo-return img {
  height: auto;
  width: 92px;
}

.built72-demo-return > span {
  display: grid;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.built72-demo-return small {
  color: #ff9a72;
  font-size: 9px;
  letter-spacing: 0.09em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.built72-demo-return b {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-10 .th-hero-bg::after {
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.12), rgba(5, 7, 10, 0.62));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-10 .hero-style10 {
  position: relative;
  z-index: 2;
}

.hero-style10 [data-ani] {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.hero-10 .hero-title {
  margin-inline: auto;
  max-width: 1050px;
  text-wrap: balance;
}

.elegrade-counter-strip {
  padding-top: 54px !important;
}

.elegrade-counter-strip .counter-card .box-number {
  margin-top: 0;
}

.team-card.style6 .team-card-content,
.team-card.style6:hover .team-card-content {
  align-content: center;
  backdrop-filter: blur(10px);
  background: rgba(9, 17, 30, 0.92);
  bottom: 20px;
  display: flex;
  inset: auto 20px 20px;
  justify-content: center;
  min-height: 98px;
  padding: 20px 24px;
  top: auto;
}

.team-card.style6 .team-card-content .media,
.team-card.style6:hover .team-card-content .media {
  align-self: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.team-card.style6 .team-card-content .media-left {
  text-align: center;
  width: 100%;
}

.team-card.style6 .team-card-content .box-title {
  margin-bottom: 4px;
  text-align: center;
}

.team-card.style6 .team-card-content .team-desig {
  display: block;
  text-align: center;
}

.scroll-top {
  bottom: 108px;
}

.elegrade-mobile-call {
  display: none;
}

@media (max-width: 767px) {
  .elegrade-wordmark {
    gap: 8px;
    grid-template-columns: 36px auto;
  }

  .elegrade-wordmark__mark {
    font-size: 23px;
    height: 36px;
    width: 36px;
  }

  .elegrade-wordmark__copy strong {
    font-size: 23px;
  }

  .elegrade-wordmark__copy small {
    font-size: 7px;
  }

  .hero-10 .hero-title {
    font-size: clamp(30px, 8.2vw, 38px);
    line-height: 1.05;
  }

  .hero-10 .hero-sub-title {
    font-size: 13px;
  }

  .built72-demo-return {
    bottom: 16px;
    max-width: calc(100vw - 32px);
    right: 16px;
  }

  .built72-demo-return img {
    width: 82px;
  }

  .elegrade-counter-strip {
    padding-top: 42px !important;
  }

  .header-layout5 .th-menu-toggle .line {
    background-color: #fff;
  }

  .header-layout5 .sidebar-btn {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 0;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .header-layout5 .sidebar-btn::after {
    content: "\2630";
    font-size: 25px;
    line-height: 1;
  }

  .header-layout5 .sidebar-btn .line {
    display: none;
  }

  .elegrade-mobile-call {
    align-items: center;
    background: var(--elegrade-orange);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 46px;
    z-index: 1000;
  }

  .scroll-top {
    bottom: 96px;
    right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .built72-demo-return {
    transition: none;
  }
}
