/* ============================================
   ASTRA SPACE FIX — hero.css mein daalo
   ============================================ */
 
/* Astra / Elementor default padding remove */
.home .site-content,
.home .entry-content,
.home .elementor-section-wrap,
.home .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}
 
.home .page-content,
.home .post-content,
.home article.page {
  padding: 0 !important;
  margin: 0 !important;
}
 
/* Astra adds padding-top to page equal to header height */
.home.page-template-default .site-content {
  padding-top: 0 !important;
}
 
/* ============================================
   HERO SECTION
   ============================================ */
:root {
  --purple: #6B21C8;
  --purple-light: #7c3aed;
  --orange: #f05a28;
  --dark: #1a1a2e;
  --text-muted: #666;
  --header-h: 70px;
}

#primary{
    margin:auto !important;
}
 
.hero-section {
  width: 100%;
  background: #ffffff;
  /*padding: 70px 0 60px;*/
  margin: 0;
  position: relative;
  overflow: hidden;
}
 
/* Subtle bg blobs */
.hero-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(107,33,200,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
 
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(240,90,40,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
 
/* ============================================
   GRID LAYOUT
   ============================================ */
.hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
 
/* ============================================
   LEFT
   ============================================ */
.hero-left {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.7s ease forwards 0.1s;
}
 
.hero-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 800 !important;
  color: #f05a28 !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}
 
.hero-sub {
  font-size: 15px;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 28px;
}
 
.hero-sub strong { color: var(--dark); font-weight: 800; }
 
/* Programs label */
.prog-label {
  font-size: 17px;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
 
.prog-label::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, rgba(107,33,200,0.2), transparent);
  border-radius: 2px;
}
 
/* ============================================
   CARDS GRID — Fixed alignment
   ============================================ */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
 
.prog-card {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid rgba(0,0,0,0.07);
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  opacity: 0;
  transform: translateY(16px);
}
 
.prog-card:nth-child(1) { animation: fadeUp 0.5s ease forwards 0.3s; }
.prog-card:nth-child(2) { animation: fadeUp 0.5s ease forwards 0.45s; }
.prog-card:nth-child(3) { animation: fadeUp 0.5s ease forwards 0.6s; }
.prog-card:nth-child(4) { animation: fadeUp 0.5s ease forwards 0.75s; }
 
.prog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(107,33,200,0.14);
  border-color: rgba(107,33,200,0.22);
}
 
/* Card body — equal height for all cards */
.card-body {
  padding: 16px 16px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
 
.card-text { flex: 1; }
 
.card-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  margin: 0 0 5px;
}
 
.card-desc {
  font-size: 11.5px;
  color: #888;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}
 
.card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 2px solid rgba(107,33,200,0.1);
}
 
.av1 { background: linear-gradient(135deg,#ffecd2,#fcb69f); }
.av2 { background: linear-gradient(135deg,#a1c4fd,#c2e9fb); }
.av3 { background: linear-gradient(135deg,#fccb90,#d57eeb); }
.av4 { background: linear-gradient(135deg,#96fbc4,#f9f586); }
 
/* Card CTA — always at bottom */
.card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #6B21C8, #7c3aed);
  color: #fff !important;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.6px;
  padding: 10px 16px;
  text-decoration: none !important;
  transition: background 0.25s ease, letter-spacing 0.2s ease;
  margin-top: auto;
}
 
.card-cta:hover {
  background: linear-gradient(90deg, #5a18aa, #6B21C8);
  letter-spacing: 1px;
}
 
.card-cta .arr {
  font-size: 15px;
  transition: transform 0.2s ease;
  line-height: 1;
}
 
.prog-card:hover .card-cta .arr { transform: translateX(4px); }
 
/* ============================================
   RIGHT
   ============================================ */
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateX(24px);
  animation: fadeLeft 0.7s ease forwards 0.2s;
}
 
.right-text { margin-bottom: 20px; }
 
.right-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.45;
  margin: 0 0 8px;
}
 
.tag-mba {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 0.92em;
}
 
.tag-bach {
  display: inline-block;
  background: var(--purple);
  color: #fff;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 0.92em;
}
 
.right-brand {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  color: var(--purple);
  margin: 4px 0 0;
}
 
/* Image wrapper */
.img-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
}
 
.img-frame {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #ff6b35, #ffb347, #c084fc, #7c3aed);
  padding: 4px;
  box-shadow: 0 16px 50px rgba(107,33,200,0.22);
  animation: floatUp 4s ease-in-out infinite;
}
 
.img-inner {
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  background: linear-gradient(145deg,#ff8c5a,#ffb347 35%,#c084fc 65%,#9b4fe8);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
 
.hero-img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}
 
/* Floating pills */
.pill {
  position: absolute;
  background: #fff;
  border-radius: 30px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  box-shadow: 0 6px 20px rgba(0,0,0,0.11);
  white-space: nowrap;
  z-index: 2;
}
 
.pill-1 {
  top: 16px; left: -14px;
  animation: pillFloat1 3s ease-in-out infinite;
}
 
.pill-2 {
  bottom: 24px; right: -14px;
  animation: pillFloat2 3.5s ease-in-out infinite;
}
 
.pdot {
  width: 9px; height: 9px;
  border-radius: 50%; flex-shrink: 0;
}
.pdot-g { background: #22c55e; }
.pdot-p { background: var(--purple); }
 
/* ============================================
   ENQUIRE + SCROLL TOP
   ============================================ */
.enquire-btn {
  position: fixed;
  right: 0; top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  writing-mode: vertical-rl;
  background: var(--purple);
  color: #fff !important;
  font-weight: 800;
  font-size: 12.5px;
  padding: 22px 10px;
  border-radius: 10px 0 0 10px;
  text-decoration: none !important;
  letter-spacing: 1px;
  box-shadow: -3px 0 18px rgba(107,33,200,0.28);
  transition: all 0.3s ease;
}
 
.enquire-btn:hover {
  background: var(--purple-light);
  padding-right: 14px;
}
 
.scroll-up {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(240,90,40,0.38);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 999;
}
 
.scroll-up.show { opacity: 1; }
.scroll-up:hover { transform: translateY(-3px); }
 
/* ============================================
   KEYFRAMES
   ============================================ */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes floatUp {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes pillFloat1 {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-5px) rotate(1deg); }
}
@keyframes pillFloat2 {
  0%,100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(5px) rotate(-1deg); }
}
 
/* ============================================
   RESPONSIVE — TABLET
   ============================================ */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 24px;
  }
}
 
/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 768px) {
  .hero-section {
      /*padding: 50px 0 50px; */
      
  }
 
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 16px;
  }
 
  /* Image first on mobile */
  .hero-right {
    order: -1;
    transform: translateY(24px);
    animation: fadeUp 0.7s ease forwards 0.2s;
  }
 
  .img-wrap { max-width: 300px; }
  .img-inner { min-height: 230px; }
 
  .right-h { font-size: 20px; }
  .right-brand { font-size: 20px; }
 
  .hero-heading { font-size: 28px !important; }
  .hero-sub { font-size: 14px; }
 
  /* Mobile cards — single column for better readability */
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  /* Mobile card horizontal layout */
  .card-body {
    padding: 14px 14px 12px;
  }
 
  .card-title { font-size: 14px; }
  .card-desc { font-size: 12px; }
 
  .pill-1 { left: -6px; font-size: 10.5px; padding: 6px 10px; }
  .pill-2 { right: -6px; font-size: 10.5px; padding: 6px 10px; }
 
  .enquire-btn { font-size: 11px; padding: 16px 8px; }
}
 
@media (max-width: 480px) {
  .hero-grid { padding: 0 14px; }
  .img-wrap { max-width: 260px; }
 
  /* 2 col cards on small mobile landscape */
  .cards-grid { grid-template-columns: 1fr; }
}


/* ============================================
   BRAND SECTION
   ============================================ */
.brand-section {
  background: #f8f8f8;
  padding: 44px 0 44px;
  position: relative;
  overflow: hidden;
}
 
/* Animated background lines */
.brand-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(107,33,200,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107,33,200,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
 
/* Big decorative circle bg */
.brand-section::after {
  content: '';
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,90,40,0.07) 0%, transparent 65%);
  pointer-events: none;
}
 
.brand-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
}
 
/* ============================================
   LEFT — Image side
   ============================================ */
.brand-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
 
.brand-left.visible {
  opacity: 1;
  transform: translateX(0);
}
 
/* Orange circle bg */
.img-circle-bg {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--orange, #f05a28);
  top: 10px;
  left: 30px;
  z-index: 0;
  animation: pulseBg 4s ease-in-out infinite;
}
 
@keyframes pulseBg {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: 0.85; }
}
 
.brand-building-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  filter: grayscale(100%) contrast(1.1);
  display: block;
  /* Placeholder style when no image */
}
 
/* Image placeholder */
.img-placeholder-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  height: 280px;
  background: linear-gradient(135deg, #e8e8e8, #d0d0d0);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.5px;
}
 
.img-placeholder-box svg {
  width: 48px; height: 48px; opacity: 0.4;
}
 
/* Floating stat pill on image */
.img-stat-pill {
  position: absolute;
  bottom: 30px;
  right: -20px;
  z-index: 3;
  background: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: floatPill 3s ease-in-out infinite;
}
 
@keyframes floatPill {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
 
.pill-num {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 800;
  color: #f05a28;
  line-height: 1;
}
 
.pill-txt {
  font-size: 11px;
  font-weight: 700;
  color: #444;
  line-height: 1.4;
  max-width: 80px;
}
 
/* ============================================
   RIGHT — Content side
   ============================================ */
.brand-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}
 
.brand-right.visible {
  opacity: 1;
  transform: translateX(0);
}
 
.brand-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  line-height: 1.2 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}
 
.brand-subhead {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin: 0 0 18px;
  line-height: 1.5;
}
 
/* Stats rows */
.stats-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
.stat-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
 
.stat-row:last-child { border-bottom: none; }
 
.stat-row.visible {
  opacity: 1;
  transform: translateY(0);
}
 
.stat-row:nth-child(1) { transition-delay: 0.3s; }
.stat-row:nth-child(2) { transition-delay: 0.5s; }
.stat-row:nth-child(3) { transition-delay: 0.7s; }
 
/* Left part of stat row */
.stat-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
 
/* Logo badge */
.nmims-logo-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
 
.badge-top {
  font-size: 9px;
  font-weight: 700;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 
.badge-nmims {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: 1px;
  line-height: 1;
}
 
.badge-nmims span { color: #6B21C8; }
 
.badge-sub {
  font-size: 8px;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
 
/* NMIMS Online brand */
.online-brand {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 800;
  color: #6B21C8;
  display: flex;
  align-items: center;
  gap: 2px;
}
 
.online-o {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #f05a28;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  font-weight: 900;
  font-family: sans-serif;
  margin: 0 1px;
}
 
/* Right part — big number + text */
.stat-right {}
 
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  color: #f05a28;
  line-height: 1;
  margin-bottom: 4px;
  display: block;
}
 
.stat-number .plus {
  font-size: 0.7em;
  vertical-align: super;
}
 
.stat-label {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 3px;
}
 
.stat-desc {
  font-size: 12.5px;
  color: #777;
  font-weight: 500;
  line-height: 1.5;
}
 
/* Divider line between rows */
.stat-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #6B21C8, transparent);
  border-radius: 2px;
  margin-top: 8px;
}
 
/* ============================================
   BOTTOM STRIP
   ============================================ */
.brand-strip {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  border-radius: 14px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease 0.9s, transform 0.6s ease 0.9s;
}
 
.brand-strip.visible {
  opacity: 1;
  transform: translateY(0);
}
 
.strip-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(107,33,200,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.strip-icon svg { width: 22px; height: 22px; }
 
.strip-text {
  flex: 1;
}
 
.strip-title {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}
 
.strip-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}
 
.strip-cta {
  background: #f05a28;
  color: #fff !important;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
 
.strip-cta:hover {
  background: #d44d22;
  transform: translateY(-2px);
}
 
/* ============================================
   COUNTER ANIMATION
   ============================================ */
.count-num { display: inline; }
 
/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .brand-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px;
  }
 
  .brand-left {
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }
 
  .img-circle-bg { width: 200px; height: 200px; left: 20px; top: 0; }
 
  .img-stat-pill { right: 0; bottom: 10px; }
}
 
@media (max-width: 600px) {
  .brand-section { padding: 36px 0; }
 
  .brand-inner { padding: 0 16px; gap: 32px; }
 
  .brand-heading { font-size: 26px !important; }
 
  .stat-row {
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 18px 0;
  }
 
  .stat-number { font-size: 36px; }
  .badge-nmims { font-size: 18px; }
  .online-brand { font-size: 16px; }
 
  .brand-strip {
    flex-wrap: wrap;
    gap: 12px;
  }
 
  .strip-cta { width: 100%; text-align: center; }
 
  .img-placeholder-box { height: 260px; }
  .img-circle-bg { width: 160px; height: 160px; }
}

/* ============================================
   CAF SECTION — caf-section.css mein daalo
   ============================================ */
 
.caf-section {
  background: linear-gradient(140deg, #5b18b0 0%, #6B21C8 45%, #4c138f 100%);
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}
 
/* Dot pattern */
.caf-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}
 
/* Top right glow */
.caf-section::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
 
.caf-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1;
}
 
/* ============================================
   HEADER
   ============================================ */
.caf-header {
  text-align: center;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.caf-header.vis { opacity:1; transform:translateY(0); }
 
.caf-title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(24px, 3.2vw, 40px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
 
.caf-title span {
  position: relative;
  display: inline-block;
}
 
.caf-title span::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: #f05a28;
  border-radius: 2px;
}
 
.caf-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
  line-height: 1.75;
  max-width: 780px;
  margin: 0 auto;
}
 
/* ============================================
   CARDS GRID
   ============================================ */
.caf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}
 
.caf-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease;
  cursor: default;
}
 
.caf-card.vis { opacity:1; transform:translateY(0); }
.caf-card:nth-child(1) { transition-delay: 0.15s; }
.caf-card:nth-child(2) { transition-delay: 0.28s; }
.caf-card:nth-child(3) { transition-delay: 0.41s; }
.caf-card:nth-child(4) { transition-delay: 0.54s; }
 
.caf-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}
 
/* Card top — number + icon */
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.card-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f05a28, #ff8c5a);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(240,90,40,0.35);
}
 
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.card-icon svg { width: 28px; height: 28px; }
 
.ci-1 { background: linear-gradient(135deg,#fff0e6,#ffd5bb); }
.ci-2 { background: linear-gradient(135deg,#ede9fe,#ddd6fe); }
.ci-3 { background: linear-gradient(135deg,#ecfdf5,#bbf7d0); }
.ci-4 { background: linear-gradient(135deg,#eff6ff,#bfdbfe); }
 
/* Card title */
.card-title {
  font-size: 15.5px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0;
}
 
/* Divider */
.card-divider {
  height: 2px;
  background: linear-gradient(to right, #f05a28, rgba(107,33,200,0.2));
  border-radius: 2px;
  margin: 0;
}
 
/* Card desc */
.card-desc {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}
 
/* ============================================
   FOOTER TAGLINE
   ============================================ */
.caf-tagline {
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.7s;
}
 
.caf-tagline.vis { opacity:1; transform:translateY(0); }
 
.tagline-inner {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 12px 28px;
  backdrop-filter: blur(8px);
}
 
.tagline-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #f05a28;
  flex-shrink: 0;
  animation: blink 2s ease-in-out infinite;
}
 
@keyframes blink {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.5; transform:scale(0.7); }
}
 
.tagline-text {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}
 
/* ============================================
   RESPONSIVE — TABLET
   ============================================ */
@media (max-width: 1024px) {
  .caf-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .caf-card:nth-child(3) { transition-delay: 0.15s; }
  .caf-card:nth-child(4) { transition-delay: 0.28s; }
}
 
/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 600px) {
  .caf-section { padding: 44px 0 40px; }
  .caf-inner { padding: 0 16px; }
  .caf-header { margin-bottom: 28px; }
  .caf-title { font-size: 22px !important; }
  .caf-desc { font-size: 13.5px; }
 
  .caf-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
 
  /* Mobile: horizontal card layout */
  .caf-card {
    padding: 18px 16px;
    gap: 12px;
  }
 
  .card-top { margin-bottom: 0; }
  .card-title { font-size: 14.5px; }
  .card-desc { font-size: 13px; }
 
  .tagline-inner { padding: 10px 20px; }
  .tagline-text { font-size: 13.5px; }
}


/* ============================================
   EXCELLENCE SECTION — stats.css mein daalo
   ============================================ */
.excel-section {
  background: #ffffff;
  padding: 40px 0 36px;
  position: relative;
  overflow: hidden;
}
 
/* Subtle gradient bg */
.excel-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  pointer-events: none;
}
 
/* Bottom border accent */
.excel-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6B21C8, #f05a28, #6B21C8);
  background-size: 200% auto;
  animation: gradientSlide 4s linear infinite;
}
 
@keyframes gradientSlide {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
 
.excel-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1;
}
 
/* ============================================
   HEADING
   ============================================ */
.excel-head {
  text-align: center;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.excel-head.vis { opacity:1; transform:translateY(0); }
 
.excel-title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(26px, 3vw, 40px) !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
 
.excel-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}
 
.excel-title-line::before,
.excel-title-line::after {
  content: '';
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6B21C8);
  border-radius: 2px;
}
 
.excel-title-line::after {
  background: linear-gradient(90deg, #6B21C8, transparent);
}
 
.title-badge {
  background: linear-gradient(135deg, #6B21C8, #9b4fe8);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 
/* ============================================
   STATS GRID
   ============================================ */
.excel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
 
/* Vertical dividers between items */
.excel-grid::before {
  content: '';
  position: absolute;
  inset: 10% 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent calc(25% - 1px),
    rgba(107,33,200,0.1) calc(25% - 1px),
    rgba(107,33,200,0.1) 25%
  );
  pointer-events: none;
}
 
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 20px 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  position: relative;
  cursor: default;
}
 
.stat-item.vis { opacity:1; transform:translateY(0); }
.stat-item:nth-child(1) { transition-delay: 0.1s; }
.stat-item:nth-child(2) { transition-delay: 0.22s; }
.stat-item:nth-child(3) { transition-delay: 0.34s; }
.stat-item:nth-child(4) { transition-delay: 0.46s; }
 
.stat-item:hover .stat-icon-wrap { transform: translateY(-4px) scale(1.05); }
 
/* Icon */
.stat-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
  position: relative;
}
 
.stat-icon-wrap::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px dashed rgba(240,90,40,0.25);
  animation: rotateDash 12s linear infinite;
}
 
@keyframes rotateDash {
  to { transform: rotate(360deg); }
}
 
.si-1 { background: linear-gradient(135deg, #fff5f0, #ffe4d6); }
.si-2 { background: linear-gradient(135deg, #f5f0ff, #e8d5ff); }
.si-3 { background: linear-gradient(135deg, #fff0f5, #ffd6e8); }
.si-4 { background: linear-gradient(135deg, #f0f7ff, #d6e8ff); }
 
.stat-icon-wrap svg { width: 34px; height: 34px; }
 
/* Number row */
.stat-number-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  margin-bottom: 6px;
  line-height: 1;
}
 
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 800;
  color: #6B21C8;
  line-height: 1;
}
 
.stat-suffix {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  color: #f05a28;
  line-height: 1;
}
 
/* Label */
.stat-label {
  font-size: 15px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 6px;
  line-height: 1.3;
}
 
.stat-desc {
  font-size: 12px;
  color: #888;
  font-weight: 500;
  line-height: 1.55;
  max-width: 160px;
  margin: 0 auto;
}
 
/* ============================================
   RESPONSIVE — TABLET (2x2)
   ============================================ */
@media (max-width: 900px) {
  .excel-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
 
  .excel-grid::before {
    background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent calc(50% - 1px),
      rgba(107,33,200,0.1) calc(50% - 1px),
      rgba(107,33,200,0.1) 50%
    );
  }
 
  /* Horizontal divider between rows */
  .stat-item:nth-child(1),
  .stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(107,33,200,0.08);
    padding-bottom: 28px;
  }
 
  .stat-item:nth-child(3),
  .stat-item:nth-child(4) {
    padding-top: 28px;
  }
}
 
/* ============================================
   RESPONSIVE — MOBILE (2x2 still)
   ============================================ */
@media (max-width: 600px) {
  .excel-section { padding: 30px 0 26px; }
  .excel-inner { padding: 0 16px; }
  .excel-head { margin-bottom: 32px; }
 
  .excel-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
 
  .stat-item { padding: 16px 12px 20px; }
  .stat-icon-wrap { width: 58px; height: 58px; margin-bottom: 12px; }
  .stat-icon-wrap svg { width: 26px; height: 26px; }
  .stat-num { font-size: 28px; }
  .stat-suffix { font-size: 20px; }
  .stat-label { font-size: 13px; }
  .stat-desc { font-size: 11px; max-width: 130px; }
}

 
/* ============================================
   SECTION
   ============================================ */
.fp2-section {
  background: #f7f6fd;
  padding: 70px 0 80px;
  position: relative;
  overflow: hidden;
}
 
/* Noise grain texture overlay */
.fp2-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
}
 
/* Decorative arc */
.fp2-arc {
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(107,33,200,0.07);
  pointer-events: none;
}
 
.fp2-arc-2 {
  position: absolute;
  bottom: -280px;
  right: -280px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 1px solid rgba(107,33,200,0.04);
  pointer-events: none;
}
 
.fp2-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1;
}
 
/* ============================================
   HEADER — editorial split layout
   ============================================ */
.fp2-header {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
 
.fp2-header.vis { opacity:1; transform:translateY(0); }
 
.fp2-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
 
.fp2-label::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}
 
.fp2-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  padding: 0 !important;
}
 
.fp2-title em {
  font-style: italic;
  color: var(--purple);
}
 
.fp2-desc {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.8;
  align-self: end;
  padding-bottom: 6px;
}
 
/* ============================================
   CARDS GRID — 2+2 asymmetric layout
   ============================================ */
.fp2-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.15fr;
  grid-template-rows: auto;
  gap: 16px;
  align-items: start;
}
 
/* Alternating heights for editorial feel */
.fp2-card:nth-child(1) { margin-top: 0; }
.fp2-card:nth-child(2) { margin-top: 32px; }
.fp2-card:nth-child(3) { margin-top: 32px; }
.fp2-card:nth-child(4) { margin-top: 0; }
 
.fp2-card {
  background: var(--white);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(18,16,42,0.07);
  border: 1px solid rgba(107,33,200,0.07);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.4s ease,
              border-color 0.3s ease;
  opacity: 0;
  transform: translateY(28px);
  cursor: pointer;
  position: relative;
}
 
.fp2-card.vis { opacity:1; transform:translateY(0); }
.fp2-card:nth-child(1) { transition-delay:0.1s; }
.fp2-card:nth-child(2) { transition-delay:0.22s; }
.fp2-card:nth-child(3) { transition-delay:0.34s; }
.fp2-card:nth-child(4) { transition-delay:0.46s; }
 
.fp2-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 60px rgba(107,33,200,0.14);
  border-color: rgba(107,33,200,0.2);
}
 
/* Card top color band */
.fp2-card-band {
  height: 6px;
  width: 100%;
}
 
.band-1 { background: linear-gradient(90deg, #6B21C8, #9b4fe8); }
.band-2 { background: linear-gradient(90deg, #f05a28, #ff8c5a); }
.band-3 { background: linear-gradient(90deg, #059669, #34d399); }
.band-4 { background: linear-gradient(90deg, #1d4ed8, #60a5fa); }
 
/* Card image zone */
.fp2-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.img-bg-1 { background: linear-gradient(135deg, #ede9fe 0%, #c4b5fd 100%); }
.img-bg-2 { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); }
.img-bg-3 { background: linear-gradient(135deg, #ecfdf5 0%, #a7f3d0 100%); }
.img-bg-4 { background: linear-gradient(135deg, #eff6ff 0%, #bfdbfe 100%); }
 
/* SVG illustration */
.fp2-svg-illus {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: transform 0.5s ease;
}
 
.fp2-card:hover .fp2-svg-illus { transform: scale(1.06); }
 
.fp2-svg-illus svg { width: 100%; max-width: 140px; height: auto; }
 
/* Number tag on image */
.fp2-num-tag {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
 
/* Card body */
.fp2-card-body {
  padding: 20px 22px 22px;
}
 
.fp2-card-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
 
.fp2-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 10px;
}
 
.fp2-card-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 18px;
}
 
/* Explore button — proper button look */
.fp2-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: white !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--purple), #9b4fe8);
  padding: 12px 22px;
  border-radius: 10px;
  border: none;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 4px 14px rgba(107,33,200,0.25);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}
 
/* Shine effect on hover */
.fp2-explore::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.5s ease;
}
 
.fp2-card:hover .fp2-explore::before { left: 150%; }
 
.fp2-card:hover .fp2-explore {
  background: linear-gradient(135deg, #5a18aa, var(--purple));
  box-shadow: 0 8px 24px rgba(107,33,200,0.38);
  transform: translateY(-2px);
}
 
.fp2-explore-arr {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.18);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
 
.fp2-card:hover .fp2-explore-arr {
  background: rgba(255,255,255,0.3);
  transform: translateX(3px);
}
 
/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .fp2-header { grid-template-columns: 1fr; gap: 16px; }
  .fp2-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .fp2-card:nth-child(2),
  .fp2-card:nth-child(3) { margin-top: 0; }
  .fp2-card:nth-child(3),
  .fp2-card:nth-child(4) { margin-top: 0; }
}
 
@media (max-width: 600px) {
  .fp2-section { padding: 44px 0 50px; }
  .fp2-inner { padding: 0 16px; }
  .fp2-header { margin-bottom: 32px; }
  .fp2-title { font-size: 30px !important; }
 
  .fp2-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
 
  .fp2-card:nth-child(n) { margin-top: 0 !important; }
  .fp2-card-title { font-size: 20px; }
}

/* ============================================
   PREMIUM CTA — cta.css
   ============================================ */
.cta2-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 50%, #1a1a2e 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
 
/* Animated mesh gradient bg */
.cta2-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(107,33,200,0.35) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(240,90,40,0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(107,33,200,0.2) 0%, transparent 40%);
  pointer-events: none;
}
 
/* Grid lines overlay */
.cta2-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}
 
.cta2-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1;
  text-align: center;
}
 
/* ============================================
   TOP LABEL
   ============================================ */
.cta2-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.cta2-label.vis { opacity:1; transform:translateY(0); }
 
.cta2-label::before,
.cta2-label::after {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,90,40,0.7));
}
 
.cta2-label::after {
  background: linear-gradient(90deg, rgba(240,90,40,0.7), transparent);
}
 
/* ============================================
   HEADING
   ============================================ */
.cta2-heading-wrap {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}
 
.cta2-heading-wrap.vis { opacity:1; transform:translateY(0); }
 
.cta2-heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(36px, 5.5vw, 68px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
 
/* Highlighted word */
.cta2-highlight {
  position: relative;
  display: inline-block;
  color: #ffffff !important;
  font-style: italic;
}
 
.cta2-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px; left: -4px; right: -4px;
  height: 100%;
  background: linear-gradient(135deg, #f05a28, #ff8c5a);
  border-radius: 6px;
  z-index: -1;
  transform: skewX(-3deg);
  opacity: 0.9;
}
 
/* ============================================
   SUBTEXT
   ============================================ */
.cta2-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto 44px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}
 
.cta2-sub.vis { opacity:1; transform:translateY(0); }
 
/* ============================================
   STATS ROW
   ============================================ */
.cta2-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
}
 
.cta2-stats.vis { opacity:1; transform:translateY(0); }
 
.cta2-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
  position: relative;
}
 
.cta2-stat + .cta2-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 10%; bottom: 10%;
  width: 1px;
  background: rgba(255,255,255,0.12);
}
 
.stat2-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
 
.stat2-num span { color: #f05a28; }
 
.stat2-label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
 
/* ============================================
   BUTTONS
   ============================================ */
.cta2-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease 0.55s, transform 0.7s ease 0.55s;
}
 
.cta2-btns.vis { opacity:1; transform:translateY(0); }
 
/* Primary */
.cta2-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f05a28, #ff7a48);
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 8px 32px rgba(240,90,40,0.45);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
 
.cta2-btn-main::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}
 
.cta2-btn-main:hover::before { left: 160%; }
.cta2-btn-main:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 48px rgba(240,90,40,0.55);
}
 
.btn2-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: transform 0.25s ease;
}
 
.cta2-btn-main:hover .btn2-icon { transform: translateX(4px); }
 
/* Outline button */
.cta2-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px 28px;
  border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,0.25);
  text-decoration: none !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}
 
.cta2-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-2px);
}
 
/* ============================================
   BOTTOM STRIP
   ============================================ */
.cta2-bottom-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6B21C8, #f05a28, #ff8c5a, #6B21C8);
  background-size: 300% auto;
  animation: barMove 5s linear infinite;
}
 
@keyframes barMove {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}
 
/* Decorative floating circles */
.cta2-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
 
.deco-1 {
  width: 300px; height: 300px;
  top: -100px; left: -80px;
  border: 1px solid rgba(255,255,255,0.05);
}
 
.deco-2 {
  width: 200px; height: 200px;
  bottom: -60px; right: -40px;
  border: 1px solid rgba(240,90,40,0.1);
}
 
.deco-3 {
  width: 120px; height: 120px;
  top: 20%; right: 8%;
  border: 1px solid rgba(107,33,200,0.2);
  animation: rotateSlow 20s linear infinite;
}
 
.deco-4 {
  width: 80px; height: 80px;
  bottom: 20%; left: 8%;
  border: 1px solid rgba(240,90,40,0.15);
  animation: rotateSlow 15s linear infinite reverse;
}
 
@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}
 
/* Dot pattern right */
.cta2-dots-deco {
  position: absolute;
  right: 5%;
  bottom: 15%;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 8px;
  opacity: 0.12;
  pointer-events: none;
}
 
.cta2-dots-deco span {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #fff;
  display: block;
}
 
/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .cta2-section { padding: 60px 0; }
  .cta2-inner { padding: 0 20px; }
  .cta2-heading { font-size: 36px !important; }
  .cta2-stats { gap: 0; }
  .cta2-stat { padding: 0 20px; }
  .cta2-btns { gap: 12px; }
  .cta2-btn-main, .cta2-btn-outline { font-size: 13px; padding: 13px 22px; }
}
 
@media (max-width: 480px) {
  .cta2-heading { font-size: 30px !important; }
  .cta2-stats { flex-direction: column; gap: 20px; }
  .cta2-stat + .cta2-stat::before { display: none; }
  .cta2-stat { padding: 0; }
  .cta2-btns { flex-direction: column; width: 100%; }
  .cta2-btn-main, .cta2-btn-outline { width: 100%; justify-content: center; }
}
