:root {
  --blue: #0b1f8a;
  --blue-dark: #071454;
  --accent: #1669e8;
  --accent-light: #4da3ff;
  --bg: #f5f8ff;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --white: #ffffff;
}

/* ── BASE CONTAINER & FONTS ── */
.hrt-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── HERO SECTION ── */
.hrt-hero {
  background: linear-gradient(135deg, #081A7A 0%, #0c269c 50%, #1669E8 100%);
  padding: 70px 0 90px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.hrt-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(77, 163, 255, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(22, 105, 232, 0.2) 0%, transparent 40%);
  pointer-events: none;
}

.hrt-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hrt-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  color: #bfdbfe;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.hrt-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
  color: #ffffff;
}

.hrt-highlight {
  color: #4da3ff;
  text-shadow: 0 0 30px rgba(77, 163, 255, 0.4);
}

.hrt-hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 580px;
  margin-bottom: 32px;
}

.hrt-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hrt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}

.hrt-btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}
.hrt-btn-whatsapp:hover {
  background: #20ba5a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.hrt-btn-primary {
  background: #1669e8;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(22, 105, 232, 0.35);
}
.hrt-btn-primary:hover {
  background: #1255c2;
  color: #ffffff;
  transform: translateY(-2px);
}

.hrt-btn-white {
  background: #ffffff;
  color: #0b1f8a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hrt-btn-white:hover {
  background: #f1f5f9;
  color: #081a7a;
  transform: translateY(-2px);
}

.hrt-btn-outline-blue {
  background: transparent;
  color: #1669e8;
  border: 2px solid #1669e8;
  padding: 10px 20px;
}
.hrt-btn-outline-blue:hover {
  background: #1669e8;
  color: #ffffff;
}

.hrt-btn-enroll {
  background: #1669e8;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 0.88rem;
  margin-top: 12px;
}
.hrt-btn-enroll:hover {
  background: #0b1f8a;
  color: #ffffff;
}

/* ── HERO VISUAL / FOUNDER & TICKERS ── */
.hrt-founder-frame {
  position: relative;
  border-radius: 28px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  max-width: 440px;
  margin: 0 auto;
}

.hrt-founder-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #1e3a8a, #0b1f8a);
  aspect-ratio: 4 / 4.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hrt-founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Floating Growth Badge */
.hrt-floating-growth {
  position: absolute;
  left: -20px;
  bottom: 24px;
  background: #0a2f88;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  z-index: 5;
  min-width: 170px;
}

.hrt-growth-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: #22c55e;
  line-height: 1;
}

.hrt-growth-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  margin: 3px 0 2px;
}

.hrt-growth-sub {
  font-size: 0.68rem;
  color: #cbd5e1;
}

/* Floating Stacked Market Tickers */
.hrt-floating-tickers {
  position: absolute;
  right: -30px;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 5;
}

.hrt-ticker-card {
  background: rgba(10, 35, 110, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 8px 14px;
  min-width: 140px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.hrt-ticker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.hrt-ticker-symbol {
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.5px;
}

.hrt-ticker-change.up {
  font-size: 0.68rem;
  font-weight: 700;
  color: #22c55e;
}

.hrt-ticker-price {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
}

/* ── STATS SECTION ── */
.hrt-stats-section {
  position: relative;
  z-index: 10;
  margin-top: -45px;
  margin-bottom: 50px;
}

.hrt-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hrt-stat-card {
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(11, 31, 138, 0.08);
  border: 1px solid #eef2f6;
  text-align: center;
  transition: transform 0.25s ease;
}
.hrt-stat-card:hover {
  transform: translateY(-4px);
}

.hrt-stat-icon {
  font-size: 1.6rem;
  color: #1669e8;
  margin-bottom: 8px;
}

.hrt-stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: #0b1f8a;
  line-height: 1.1;
  margin-bottom: 4px;
}

.hrt-stat-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
}

.hrt-stat-desc {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
}

/* ── SECTION COMMON HEADINGS ── */
.hrt-section-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1669e8;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hrt-section-heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 800;
  color: #0b1f8a;
}

.hrt-blue-brand {
  color: #1669e8;
}

/* ── ABOUT SECTION ── */
.hrt-about-section {
  padding: 60px 0;
  background: #ffffff;
}

.hrt-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.hrt-about-image-wrap {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.hrt-about-img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(11, 31, 138, 0.12);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 2;
}

.hrt-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  margin-top: 24px;
}

.hrt-checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
}

.hrt-checklist-item i {
  color: #1669e8;
  font-size: 1.1rem;
}

/* ── COMPREHENSIVE SERVICES ── */
.hrt-services-section {
  padding: 80px 0;
  background: #f8fafc;
}

.hrt-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hrt-service-card {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(11, 31, 138, 0.06);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}
.hrt-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(11, 31, 138, 0.12);
  border-color: #93c5fd;
}

.hrt-service-header {
  margin-bottom: 18px;
}

.hrt-service-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eff6ff;
  color: #1669e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.hrt-service-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1f8a;
  letter-spacing: 0.3px;
}

.hrt-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hrt-service-list li {
  font-size: 0.85rem;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hrt-service-list li i {
  font-size: 0.35rem;
  color: #1669e8;
}

.hrt-card-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1669e8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: gap 0.2s;
}
.hrt-card-link:hover {
  gap: 10px;
  color: #0b1f8a;
}

/* ── COURSES SECTION ── */
.hrt-courses-section {
  padding: 80px 0;
  background: #ffffff;
}

.hrt-courses-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.hrt-course-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.hrt-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(22, 105, 232, 0.12);
  border-color: #93c5fd;
}

.hrt-course-visual {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0fdf4;
  overflow: hidden;
}

.hrt-course-visual.bg-blue-subtle {
  background: #eff6ff;
}

.hrt-course-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hrt-course-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}

.hrt-course-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e293b;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.hrt-course-price {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #0b1f8a;
  margin-bottom: 2px;
}

.hrt-course-batch {
  font-size: 0.72rem;
  color: #64748b;
  margin-bottom: 8px;
}

/* ── BUNDLE BANNER ── */
.hrt-bundle-banner {
  background: linear-gradient(135deg, #071454 0%, #0b1f8a 100%);
  border-radius: 20px;
  padding: 24px 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 16px 40px rgba(11, 31, 138, 0.25);
}

.hrt-bundle-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.hrt-bundle-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.hrt-bundle-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.hrt-btn-bundle {
  background: #ffffff;
  color: #0b1f8a;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 10px;
}
.hrt-btn-bundle:hover {
  background: #f8fafc;
  color: #1669e8;
  transform: translateX(3px);
}

/* ── TESTIMONIALS ── */
.hrt-testimonials-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
}

.hrt-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hrt-tcard {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(11, 31, 138, 0.06);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hrt-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hrt-tcard-quote {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #334155;
  font-style: italic;
  margin-bottom: 20px;
}

.hrt-tcard-author strong {
  display: block;
  font-size: 1rem;
  color: #0b1f8a;
}

.hrt-tcard-author span {
  font-size: 0.78rem;
  color: #64748b;
}

/* ── PARTNERS ── */
.hrt-partners-section {
  padding: 70px 0 90px;
  background: #ffffff;
}

.hrt-partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.hrt-partner-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 14px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  transition: all 0.2s ease;
}
.hrt-partner-box:hover {
  transform: translateY(-3px);
  border-color: #93c5fd;
  box-shadow: 0 10px 25px rgba(22, 105, 232, 0.08);
}

.hrt-partner-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}

.hrt-partner-logo.tata { color: #1e3a8a; }
.hrt-partner-logo.hdfc { color: #dc2626; }
.hrt-partner-logo.turtle { color: #059669; }
.hrt-partner-logo.turtle span { color: #d97706; font-size: 0.75rem; margin-left: 2px; }
.hrt-partner-logo.angel { color: #ea580c; }
.hrt-partner-logo.alice { color: #0284c7; }
.hrt-partner-logo.alice span { color: #1669e8; }
.hrt-partner-logo.nirmal { color: #1e293b; font-size: 0.95rem; }

.hrt-partner-tag {
  font-size: 0.62rem;
  color: #94a3b8;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── BANNER CAROUSEL SLIDER ── */
.hrt-banner-slider-section {
  width: 100%;
  background: #081448;
  position: relative;
}

.hrt-banner-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.hrt-banner-slide {
  width: 100%;
  animation: fadeInSlide 0.5s ease-in-out;
}

@keyframes fadeInSlide {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

.hrt-banner-slide-inner {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hrt-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 72, 0.75) 0%, rgba(8, 20, 72, 0.4) 50%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 40px 60px;
}

.banner-text-left {
  justify-content: flex-start;
  text-align: left;
}

.banner-text-center {
  justify-content: center;
  text-align: center;
}

.banner-text-right {
  justify-content: flex-end;
  text-align: right;
}

.hrt-banner-text-content {
  max-width: 620px;
}

.hrt-banner-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hrt-banner-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.95;
}

.hrt-banner-cta {
  box-shadow: 0 8px 25px rgba(22, 105, 232, 0.4);
}

.hrt-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #0b1f8a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.hrt-slider-btn:hover {
  background: #ffffff;
  color: #1669e8;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

.hrt-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.hrt-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.hrt-dot.active {
  background: #ffffff;
  width: 32px;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* ── RESPONSIVE STYLES ── */
@media (max-width: 1100px) {
  .hrt-courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hrt-partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .hrt-hero-grid,
  .hrt-about-grid,
  .hrt-services-grid,
  .hrt-testimonials-grid {
    grid-template-columns: 1fr;
  }
  .hrt-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hrt-floating-tickers {
    right: 0;
    top: 10px;
  }
  .hrt-hero-title {
    font-size: 2.5rem;
  }
  .hrt-banner-slide-inner {
    height: 340px;
  }
  .hrt-banner-overlay {
    padding: 30px 40px;
  }
}

@media (max-width: 600px) {
  .hrt-courses-grid,
  .hrt-stats-grid,
  .hrt-partners-grid,
  .hrt-checklist-grid {
    grid-template-columns: 1fr;
  }
  .hrt-hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .hrt-hero-actions .hrt-btn {
    width: 100%;
  }
  .hrt-floating-growth {
    left: 0;
    bottom: -15px;
  }
  .hrt-banner-slide-inner {
    height: 240px;
  }
  .hrt-banner-overlay {
    padding: 20px;
  }
  .hrt-banner-title {
    font-size: 1.4rem;
  }
  .hrt-banner-subtitle {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  .hrt-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }
  .prev-btn { left: 8px; }
  .next-btn { right: 8px; }
}

