/* ═══════════════════════════════════════════
   NetTech India — UG Degree Page Styles
   All classes prefixed with "degree-" to
   avoid conflicts with existing site CSS.
═══════════════════════════════════════════ */

/* ── Brand utilities ── */
.degree-bg-brand      { background-color: rgb(3, 62, 141); }
.degree-bg-brand-grad { background: linear-gradient(153deg, rgb(3,62,141) 32%, rgb(0,67,158) 72%, rgb(0,54,171) 100%); }
.degree-text-brand    { color: #2B58A0; }
.degree-border-brand  { border-color: #e8001d !important; }

/* ── HERO ── */
.degree-hero-section {
  background: linear-gradient(153deg, rgb(3,62,141) 32%, rgb(0,67,158) 72%, rgb(0,54,171) 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 70px;
}
/* Strong university BG image layer */
.degree-hero-bg-img {
  position: absolute;
  inset: 0;
  background:
    url('https://images.unsplash.com/photo-1607237138185-eedd9c632b0b?w=1800&q=90&auto=format&fit=crop')
    center center / cover no-repeat;
  z-index: 0;
}
.degree-hero-bg-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(153deg, rgba(3,62,141,0.82) 32%, rgba(0,67,158,0.80) 72%, rgba(0,54,171,0.84) 100%);
}
/* Decorative geometric shapes */
.degree-hero-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
  z-index: 1;
}
.degree-hero-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
  z-index: 1;
}
.degree-hero-deco-ring {
  position: absolute;
  top: 50%; right: 5%;
  transform: translateY(-50%);
  width: 340px; height: 340px;
  border: 2px solid rgba(255,255,255,0.10);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.degree-hero-deco-ring2 {
  position: absolute;
  top: 50%; right: 5%;
  transform: translateY(-50%);
  width: 240px; height: 240px;
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.degree-hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 1;
}
/* Stat cards inside hero */
.degree-hero-stat {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
}
.degree-hero-stat .degree-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.degree-hero-stat .degree-stat-lbl {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.75);
  margin-top: 3px;
  font-weight: 500;
  letter-spacing: .4px;
}
/* Hero badge pill */
.degree-hero-pill {
  display: inline-block;
  background: rgb(255 193 7);
  color: #fff;
  padding: 5px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 16px;
}

/* ── Trust bar ── */
.degree-trust-bar {
  background: linear-gradient(153deg, rgb(3,62,141) 32%, rgb(0,67,158) 72%, rgb(0,54,171) 100%);
}

/* ── Course cards ── */
.degree-course-card { transition: transform .2s, box-shadow .2s; border: 1px solid #e9ecef !important; }
.degree-course-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }

/* ── Tab styling ── */
.degree-courses-tab-nav .nav-link {
  color: #555;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  border-bottom: none;
  font-size: 0.95rem;
  letter-spacing: .3px;
  transition: all .2s;
}
.degree-courses-tab-nav .nav-link.active {
  color: black;
  background: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.degree-courses-tab-nav .nav-link:not(.active):hover {
  background: #f8f9fa;
  border-color: #dee2e6 #dee2e6 transparent;
}
.degree-tab-badge {
  display: inline-block;
  background: rgb(3 62 141);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 50px;
  margin-left: 6px;
  vertical-align: middle;
}

/* ── Why cards ── */
.degree-why-card { border-top: 3px solid transparent; transition: border-color .2s, transform .2s; }
.degree-why-card:hover { border-top-color: rgb(255 193 7); transform: translateY(-3px); }

/* ── Journey steps ── */
.degree-step-circle { width: 56px; height: 56px; font-size: 1.25rem; font-weight: 700; }

/* ── Sticky form sidebar ── */
@media (min-width: 992px) {
  .degree-sticky-form { position: sticky; top: 80px; }
}

/* ── WhatsApp float ── */
.degree-whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 9999; }

/* ── Responsive tweaks ── */
@media (max-width: 767px) {
  .degree-hero-section { padding: 50px 0 40px; }
  .degree-hero-stat .degree-stat-num { font-size: 1.25rem; }
}