.nova-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.nova-logo img {
  max-height: 64px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.banner-title .nova-headline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}
.banner-title .nova-headline-icon img,
.banner-title .nova-headline-icon svg {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.tj-primary-btn .btn-icon img,
.tj-primary-btn .btn-icon svg,
.text-btn .btn-icon img,
.text-btn .btn-icon svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.sub-title .nova-ui-icon,
.sub-title .nova-service-icon,
.sub-title i {
  margin-right: 6px;
}
.sub-title .nova-ui-icon,
.sub-title .nova-service-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.15em;
}
.choose-icon .nova-ui-icon,
.choose-icon .nova-service-icon,
.h10-process-icon .nova-ui-icon,
.h10-process-icon .nova-service-icon {
  width: 1em;
  height: 1em;
  display: block;
  object-fit: contain;
}
.nova-logo span {
  color: inherit;
  font-size: 18px;
}
.hamburger_logo .nova-logo {
  max-width: 180px;
  width: auto;
}
.site_logo .nova-logo {
  color: inherit;
  text-decoration: none;
  max-width: 180px;
  width: auto;
}

.h10-hero-award-wrapper .circle-text-wrap .circle-icon {
  display: none;
}

.h10-hero-award-wrapper .circle-text-wrap {
  width: 260px !important;
  height: 260px !important;
}

.h10-hero-award-wrapper .circle-text-wrap .nova-circle-text,
.h10-hero-award-wrapper .circle-text-wrap .circle-text {
  background-image: none !important;
  width: 228px !important;
  height: 228px !important;
}

.h10-hero-award-wrapper .circle-text-wrap .nova-circle-text svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .h10-hero-award-wrapper .circle-text-wrap {
    width: 220px !important;
    height: 220px !important;
  }

  .h10-hero-award-wrapper .circle-text-wrap .nova-circle-text,
  .h10-hero-award-wrapper .circle-text-wrap .circle-text {
    width: 192px !important;
    height: 192px !important;
  }
}

@media only screen and (max-width: 575px) {
  .h10-hero-award-wrapper .circle-text-wrap {
    width: 200px !important;
    height: 200px !important;
  }
}

.service-item .title a {
  color: inherit;
  text-decoration: none;
}

.service-item .service-icon .nova-service-icon,
.mega-menu-service-icon .nova-service-icon {
  width: 62%;
  height: 62%;
  display: block;
  fill: currentColor;
  flex-shrink: 0;
}

.service-item .service-icon {
  color: var(--tj-color-theme-primary);
}

/* Services listing: white circle + dark icon; checklist stays readable on teal. */
.service-4 .service-item.style-4:hover .service-icon,
.service-4 .service-item.style-4:hover .service-icon i,
.service-4 .service-item.style-4:hover .service-icon svg,
.service-4 .service-item.style-4:hover .service-icon svg path {
  color: var(--tj-color-theme-dark) !important;
  fill: currentColor !important;
}

.service-4 .service-item.style-4:hover .list-items,
.service-4 .service-item.style-4:hover .list-items li,
.service-4 .service-item.style-4:hover .list-items li i {
  color: var(--tj-color-common-white) !important;
}

/* Homepage cards keep a light icon on the translucent hover circle. */
.h10-service-wrapper .service-item.style-4:hover .service-icon,
.h10-service-wrapper .service-item.style-4:hover .service-icon i,
.h10-service-wrapper .service-item.style-4:hover .service-icon svg {
  color: var(--tj-color-common-white);
}

.h10-service-wrapper .service-item.style-4:hover .service-icon .nova-service-icon,
.h10-service-wrapper .service-item.style-4:hover .service-icon svg {
  fill: currentColor;
}

.h10-hero-banner-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.h10-service-wrapper .service-item.style-4 .service-content {
  overflow: visible;
}

.h10-service-wrapper .service-item.style-4 .text-btn,
.h10-service-wrapper .service-item.style-4:hover .text-btn {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.tj-footer-section.h10-footer .h5-footer-copyright {
  margin-top: 10px;
}

.nova-about-copy .desc {
  margin-bottom: 16px;
}
.nova-about-copy .desc:last-child {
  margin-bottom: 0;
}
.nova-about-copy-center {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.nova-about-expertise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  max-width: 820px;
  margin: 28px auto 0;
  text-align: left;
}
@media (max-width: 575px) {
  .nova-about-expertise {
    grid-template-columns: 1fr;
  }
}
.tj-about-section-2 .about-bottom-area {
  align-items: stretch;
}
.tj-about-section-2 .mission-vision-box .desc {
  color: var(--tj-color-text-body);
}
.cta-area .cta-content.nova-about-cta {
  width: 100%;
  max-width: none;
  padding: 50px 48px 56px;
}
.nova-about-cta .sub-title {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--tj-color-common-white);
}
.nova-about-cta .nova-about-copy {
  max-width: 720px;
  margin-bottom: 18px;
}
.nova-about-cta .nova-about-copy .desc {
  color: rgba(255, 255, 255, 0.9);
}
.nova-about-cta .title {
  margin-bottom: 16px;
  font-size: 42px;
}
.cta-area .cta-content.nova-about-cta .title {
  font-size: 42px;
  line-height: 1.2;
}
