.ntc-section {
  width: 100%;
  background: var(--ntc-section-bg, #3f3f3f);
  padding: 56px 0;
  color: #ffffff;
}

.ntc-container {
  max-width: var(--widmer-max, var(--ntc-max-width, 1140px));
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ntc-section__header {
  margin-bottom: 28px;
}

.ntc-section__title {
  margin: 0;
  font-family: var(--widmer-title-font, inherit);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.ntc-carousel .owl-stage {
  display: flex;
}

.ntc-carousel .owl-item {
  display: flex;
  height: auto;
}

.ntc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding: 30px 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.ntc-card__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1;
}

.ntc-card__star {
  color: rgba(255, 255, 255, 0.25);
}

.ntc-card__star.is-active {
  color: var(--widmer-orange, var(--ntc-accent, #e9a23d));
}

.ntc-card__testimonial-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  min-height: calc(1.3em * 2);
}

.ntc-card__body {
  flex: 1 1 auto;
}

.ntc-card__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.ntc-card__footer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ntc-card__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.ntc-card__location {
  opacity: 0.85;
  margin-top: 4px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.ntc-card__google-link {
  margin-top: 10px;
}

.ntc-card__google-link a {
  color: var(--widmer-orange, #f17e30);
  font-weight: 700;
  text-decoration: none;
}

.ntc-card__google-link a:hover {
  opacity: 0.9;
}

.ntc-carousel .owl-nav {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ntc-carousel .owl-nav button.owl-prev,
.ntc-carousel .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  transition: all 0.25s ease;
}

.ntc-carousel .owl-nav button.owl-prev:hover,
.ntc-carousel .owl-nav button.owl-next:hover {
  background: var(--widmer-orange, var(--ntc-accent, #e9a23d)) !important;
  border-color: var(--widmer-orange, var(--ntc-accent, #e9a23d)) !important;
}

.ntc-carousel.owl-theme .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.ntc-carousel.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 6px;
  background: rgba(255, 255, 255, 0.35);
}

.ntc-carousel.owl-theme .owl-dots .owl-dot.active span,
.ntc-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--widmer-orange, var(--ntc-accent, #e9a23d));
}

@media (max-width: 991.98px) {
  .ntc-section {
    padding: 44px 0;
  }
}

@media (max-width: 767.98px) {
  .ntc-card {
    padding: 24px 20px;
  }

  .ntc-carousel .owl-nav button.owl-prev,
  .ntc-carousel .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
  }
}
