.text-gradient {
  background: linear-gradient(90deg, #f79520, #e94924);
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.2;
}

.check-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  margin-top: 6px;
  flex-shrink: 0;
}

.package-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
}

.card-hover-up {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card-hover-up:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.15);
}
.card-header{
  padding: 10px;
}

.card-header-orange {
  background: #f79520;
  color: #fff;
}

.card-header-red {
  background: #e94924;
  color: #fff;
}

.navbar-logo-img {
  width: 100px;
}

/* Override Tabler font sizes to match Bootstrap 5 */
.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.small {
  font-size: 0.875rem;
}

body {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.15rem;
  }

  .hero-price {
    font-size: 1.75rem;
  }

  h1,
  .h1 {
    font-size: 2.15rem;
  }
}
