    :root {
      --bigo-primary: #2563eb;
      --bigo-accent: #f97316;
      --bigo-accent-soft: #fbbf24;
      --bigo-green: #22c55e;
    }

    /* ===== HERO SECTION NEW STYLING ===== */
    body #hero {
      min-height: 72vh;
      padding: 120px 0 110px;
      position: relative;
      overflow: hidden;
      color: #e5e7eb;
      /* remove any image from home.css */
      background-image: none !important;
      background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.45) 0, rgba(37, 99, 235, 0.05) 32%, transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(168, 85, 247, 0.5) 0, rgba(168, 85, 247, 0.08) 32%, transparent 60%),
        linear-gradient(135deg, #020617 0%, #0b1120 40%, #1e1b4b 100%) !important;
    }

    #hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 80%, rgba(248, 250, 252, 0.08), transparent 60%),
        radial-gradient(circle at 85% 10%, rgba(59, 130, 246, 0.35), transparent 60%);
      opacity: 0.9;
      pointer-events: none;
    }

    #hero .container {
      position: relative;
      z-index: 1;
    }

    #hero h1 {
      font-size: 2.7rem;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 10px;
      color: #f9fafb;
    }

    #hero h1 span {
      color: var(--bigo-accent-soft);
      text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    }

    #hero h2 {
      font-size: 1.1rem;
      font-weight: 500;
      color: #f9fafb;
      opacity: 0.96;
      text-shadow: 0 2px 10px rgba(15, 23, 42, 0.8);
    }

    #hero .hero-subtext {
      color: #e5e7eb;
      max-width: 640px;
      font-size: 0.95rem;
      text-shadow: 0 2px 12px rgba(15, 23, 42, 0.9);
    }

    .hero-cta-row .btn-get-started {
      background: linear-gradient(135deg, var(--bigo-primary), #1d4ed8);
      border-radius: 999px;
      border: none;
      padding: 10px 26px;
      font-weight: 600;
      color: #f9fafb;
      box-shadow: 0 14px 34px rgba(37, 99, 235, 0.6);
      text-decoration: none;
    }

    .hero-cta-row .btn-get-started:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 42px rgba(37, 99, 235, 0.8);
      color: #ffffff;
    }

    .hero-cta-row .btn-free-test {
      border-radius: 999px;
      padding: 10px 24px;
      border: none;
      background: linear-gradient(135deg, var(--bigo-green), #16a34a);
      color: #f9fafb;
      font-weight: 600;
      box-shadow: 0 14px 34px rgba(34, 197, 94, 0.55);
      text-decoration: none;
    }

    .hero-cta-row .btn-free-test:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 44px rgba(34, 197, 94, 0.75);
      color: #ffffff;
    }

    .hero-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 0.85rem;
      margin-top: 18px;
    }

    .hero-trust span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 14px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.88);
      border: 1px solid rgba(148, 163, 184, 0.6);
      color: #e5e7eb;
    }

    .hero-trust span i {
      font-size: 1rem;
      color: var(--bigo-accent-soft);
    }

    /* ===== RED LEFT BORDER CARDS ===== */
    .featured-services .icon-box,
    .services .service-card,
    .about .about-card,
    .contact .contact-card {
      position: relative;
      border-left: 4px solid var(--bigo-accent);
      overflow: hidden;
    }

    .about .about-card,
    .services .service-card,
    .featured-services .icon-box,
    .contact .contact-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 22px 22px 20px;
      box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
      height: 100%;
    }

    .about .about-text {
      margin-bottom: 10px;
    }

    /* ===== SKILLS / PROGRESS BARS ENHANCED ===== */
    #skills {
      background: #f9fafb;
      padding-top: 60px;
      padding-bottom: 60px;
    }

    #skills .skills-content {
      row-gap: 24px;
    }

    #skills .progress {
      background: #e5e7eb;
      border-radius: 999px;
      padding: 6px 10px;
      margin-bottom: 18px;
      box-shadow: inset 0 0 0 1px rgba(209, 213, 219, 0.5);
    }

    #skills .progress .skill {
      display: flex;
      justify-content: space-between;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 4px;
      color: #111827;
    }

    #skills .progress .val {
      color: var(--bigo-primary);
    }

    #skills .progress-bar-wrap {
      background: transparent;
      border-radius: 999px;
    }

    #skills .progress-bar {
      border-radius: 999px;
      background: linear-gradient(90deg, var(--bigo-primary), var(--bigo-accent-soft));
      height: 8px;
    }

    /* ===== COUNTS CARDS BIGGER & CLEAR ===== */
    .counts.section-soft-bg {
      padding-top: 40px;
      padding-bottom: 60px;
    }

    .counts .enhanced-count {
      display: flex;
      align-items: center;
      gap: 16px;
      background: #ffffff;
      border-radius: 999px;
      padding: 18px 30px;
      box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
      border-left: 4px solid var(--bigo-accent);
      max-width: 360px;
      margin: 18px auto;
    }

    .counts .enhanced-count .count-icon-wrap {
      width: 70px;
      height: 70px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 20%, #60a5fa 0, #1d4ed8 55%, #1d4ed8 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.5);
      flex-shrink: 0;
    }

    .counts .enhanced-count .count-icon-wrap i {
      font-size: 32px;
      color: #ffffff;
    }

    .counts .enhanced-count span.purecounter {
      font-size: 1.5rem;
      font-weight: 800;
      color: #111827;
      display: block;
      line-height: 1.1;
    }

    .counts .enhanced-count p {
      margin: 2px 0 0;
      font-size: 0.95rem;
      color: #4b5563;
      font-weight: 500;
    }

    /* ===== PACKAGE SUMMARY HIGHLIGHT (CHANNELS + MOVIES) ===== */
    .package-summary {
      max-width: 720px;
      margin: 0 auto 18px;
      text-align: center;
    }

    .package-summary .package-title {
      font-weight: 700;
      margin-bottom: 4px;
    }

    .package-summary .package-subtitle {
      margin-bottom: 8px;
      color: #4b5563;
    }

    .package-stats {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-top: 6px;
    }

    .package-stats span {
      display: inline-flex;
      align-items: center;
      padding: 6px 14px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 0.9rem;
      border: 1px solid rgba(37, 99, 235, 0.18);
    }

    .package-stats span#packageChannels {
      background: rgba(37, 99, 235, 0.06);
      color: #1d4ed8;
    }

    .package-stats span#packageMovies {
      background: rgba(249, 115, 22, 0.06);
      color: #c05621;
      border-color: rgba(249, 115, 22, 0.25);
    }

    .package-stats .separator {
      padding: 0;
      border: none;
      background: transparent;
      color: #9ca3af;
      font-weight: 400;
    }

    /* ===== FAQ ENHANCEMENTS ===== */
    .faq .accordion-item {
      border-radius: 16px;
      overflow: hidden;
      border: none;
      margin-bottom: 12px;
      box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
      border-left: 4px solid var(--bigo-accent);
    }

    .faq .accordion-button {
      font-weight: 600;
    }

    .faq .accordion-button:not(.collapsed) {
      color: #0f172a;
      background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), rgba(248, 250, 252, 0.98));
      box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.05);
    }

    .faq .accordion-button:focus {
      box-shadow: none;
    }

    /* ===== CONTACT CARDS ===== */
    .contact .icon-circle {
      width: 50px;
      height: 50px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: radial-gradient(circle at 30% 20%, #60a5fa 0, #1d4ed8 55%);
      color: #fff;
      margin-bottom: 8px;
      box-shadow: 0 12px 28px rgba(37, 99, 235, 0.65);
    }

    .contact .contact-card h3 {
      font-weight: 700;
      margin-bottom: 6px;
    }

    .contact .contact-card p {
      margin-bottom: 0;
      color: #4b5563;
      font-size: 0.95rem;
    }

    /* Small screens */
    @media (max-width: 767.98px) {
      body #hero {
        padding-top: 100px;
        padding-bottom: 90px;
      }

      #hero h1 {
        font-size: 2.1rem;
      }

      .counts .enhanced-count {
        padding: 16px 20px;
        max-width: 100%;
      }

      .counts .enhanced-count .count-icon-wrap {
        width: 60px;
        height: 60px;
      }

      .counts .enhanced-count .count-icon-wrap i {
        font-size: 26px;
      }
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Reduce top/bottom space */
.channel-list-section {
  margin-top: 10px !important;   /* was 40px */
  margin-bottom: 10px !important;
}

/* Card Box */
.channel-list-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 25px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(15, 35, 52, 0.10);
  border-left: 4px solid #e63946;   /* 🔥 Red side-line */
  position: relative;
  border-right: 1px solid rgba(0, 92, 255, 0.12);
  border-top: 1px solid rgba(0, 92, 255, 0.12);
  border-bottom: 1px solid rgba(0, 92, 255, 0.12);
}

/* Title */
.channel-list-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

/* Description */
.channel-list-text {
  font-size: 15px;
  max-width: 650px;
  margin: 0 auto 18px auto;
  color: #4b5563;
}

/* Button */
.channel-list-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  background: linear-gradient(135deg, #005cff, #1d9bf0);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 92, 255, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.channel-list-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(0, 92, 255, 0.45);
  opacity: 0.95;
}
	
	
	
	
	
	
	
	
	
	