/* Compact "Building Your Brand with Technologies" section — carousel row */
.tech-brand-section--compact {
  --tbc-accent: #ff5e14;
  --tbc-cyan: #37faf8;
  --tbc-card-bg: rgba(255, 255, 255, 0.06);
  --tbc-card-border: rgba(255, 255, 255, 0.12);
}

.tech-brand-section--compact .techHeader > p.text-white {
  display: none;
}

.tech-brand-section--compact .technav-btn {
  display: flex;
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.tech-brand-section--compact .tech-carousel--compact-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.tech-brand-section--compact .tech-carousel--compact-slider .owl-item {
  display: flex;
  height: auto;
}

.tech-brand-section--compact .tech-carousel--compact-slider .item {
  display: flex;
  height: 100%;
  width: 100%;
}

.tech-brand-section--compact .tech-cardnew {
  background: var(--tbc-card-bg);
  border: 1px solid var(--tbc-card-border);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 28px rgba(3, 7, 18, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
  padding: 1.15rem 1.1rem 1rem;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}

.tech-brand-section--compact .tech-cardnew:hover {
  border-color: rgba(255, 94, 20, 0.45);
  box-shadow: 0 14px 36px rgba(255, 94, 20, 0.12);
  transform: translateY(-3px);
}

.tech-brand-section--compact .tech-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.tech-brand-section--compact .tech-icon-box {
  height: 42px;
  min-width: 42px;
  width: 42px;
}

.tech-brand-section--compact .tech-card-number {
  display: none;
}

.tech-brand-section--compact .tech-card-titleNew {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.55rem;
}

.tech-brand-section--compact .tech-card-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tech-brand-section--compact .tech-card-title-link:hover {
  color: var(--tbc-accent);
}

.tech-brand-section--compact .tech-card-desc {
  display: none !important;
}

.tech-brand-section--compact .tech-card-compact-line {
  color: rgba(255, 255, 255, 0.78);
  flex: 1 1 auto;
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0 0 0.85rem;
}

.tech-brand-section--compact .tech-card-btn {
  align-items: center;
  border: 1px solid rgba(55, 250, 248, 0.35);
  border-radius: 999px;
  color: var(--tbc-cyan);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 600;
  gap: 0.35rem;
  margin-top: auto;
  max-width: 100%;
  padding: 0.4rem 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.tech-brand-section--compact .tech-card-btn:hover {
  background: rgba(55, 250, 248, 0.12);
  color: #fff;
}

.tech-brand-section--compact .tech-card-btn span:first-child {
  flex: 0 1 auto;
}

.tech-brand-section--compact .section-h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

@media (max-width: 575px) {
  .tech-brand-section--compact .tech-cardnew {
    min-height: 0;
  }
}
