/* =====================================================
   SRINAGAR TOUR PACKAGE PAGE STYLES
   File: assets/css/shrinagar-tour-package.css
===================================================== */

/* ---------- HERO BANNER ---------- */

.shrinagar-hero-bg {
  background-image: url('../images/shrinagar/1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shrinagar-hero-bg .badge {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.shrinagar-hero-bg h1 {
  font-size: 2.4rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.shrinagar-hero-bg .lead {
  font-size: 1.05rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .shrinagar-hero-bg {
    min-height: 320px;
  }

  .shrinagar-hero-bg h1 {
    font-size: 1.8rem;
  }
}

/* ---------- SECTION EYEBROW / TITLE ---------- */

.section-eyebrow {
  display: inline-block;
  color: #0d6efd;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.section-title span {
  color: #0d6efd;
}

.section-soft-blue {
  background-color: #f2f7fd;
}

/* ---------- WHY VISIT ICON GRID ---------- */

.text-primary i.display-5 {
  color: #0d6efd;
}

/* ---------- TOP PLACES CARDS ---------- */

.card.border-0.shadow-sm {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
}

.card.border-0.shadow-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}

/* ---------- QUICK FACTS ---------- */

.bi-calendar-check,
.bi-clock-history,
.bi-airplane-fill,
.bi-file-earmark-text {
  color: #0d6efd;
}

/* ---------- PACKAGE OPTION CARDS ---------- */

.card.shadow-sm.border-0 {
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card.shadow-sm.border-0:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

/* ---------- SEO CONTENT BLOCK ---------- */

section.section-soft-blue p strong {
  color: #0d6efd;
}