.my-mark {
  font-size: 0.9em;
  margin-top: 20px;
}

/* Mobile hamburger nav — larger tap targets */
.hamburger_menu .mobile_menu .mean-nav li a {
  font-size: 18px !important;
  padding: 22px 0 !important;
}
.hamburger_menu .mobile_menu .mean-nav li a.mean-expand {
  font-size: 18px !important;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  top: 10px !important;
}

/* Suppress broken icon font ::before; inline SVGs used instead */
.tji-excellence::before,
.tji-chat::before,
.tji-complete::before,
.tji-worldwide::before,
.tji-arrow-right-long::before,
.tji-arrow-right::before,
.tji-arrow-left::before,
.tji-arrow-right-big::before,
.tji-arrow-down-big::before,
.tji-list::before,
.tji-quote::before,
.tji-search::before,
.tji-at::before,
.tji-clock::before {
  content: none !important;
  display: none !important;
}

.tji-excellence,
.tji-chat,
.tji-complete,
.tji-worldwide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 1em;
  height: 1em;
  display: block;
  object-fit: contain;
}

.service-item.style-2 {
  -webkit-transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.service-item.style-2 .service-icon img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.service-item.style-2:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.service-item.style-2:hover .service-icon {
  -webkit-filter: drop-shadow(0 0 8px rgba(123, 215, 255, 0.35));
  filter: drop-shadow(0 0 8px rgba(123, 215, 255, 0.35));
}

.service-item.style-2:hover .service-icon img {
  -webkit-transform: rotateY(360deg) scale(1.06);
  transform: rotateY(360deg) scale(1.06);
}

.tj-choose-section .choose-box.style-2 .choose-note {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.03)
  );
}

.tj-choose-section .choose-box.style-2 .choose-note-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9dc3ff;
  margin-bottom: 4px;
}

.tj-choose-section .choose-box.style-2 .choose-note-text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* Product page choose-icon images */
.product-choose .choose-box.style-2 .choose-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.product-choose .choose-box.style-2 .choose-icon img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid var(--tj-color-theme-primary, #a5ccd8);
}

.testimonial-img-area .testimonial-img {
  height: 560px;
}

.testimonial-img-area .testimonial-img img {
  position: absolute;
  top: -18%;
  left: -5%;
  width: 110%;
  height: 136%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-img-area .testimonial-img {
    height: 460px;
  }

  .testimonial-img-area .testimonial-img img {
    top: -8%;
    left: -3%;
    width: 106%;
    height: 116%;
  }
}
