
  * { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
  body { background: #ffffff; color: #111; }
  .bg-black { background-color: #000 !important; }
  .bg-red { background-color: #c41e3a !important; } /* rich red accent */
  .text-red { color: #c41e3a; }
  .border-red { border-color: #c41e3a !important; }

  /* header balance pill */
  .balance-pill {
    background: #f0f0f0;
    border-radius: 40px;
    padding: 0.3rem 0.9rem;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #ddd;
  }
  .topup-btn {
    background-color: #c41e3a;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.3rem 1.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    transition: 0.15s;
  }
  .topup-btn:hover {
    background-color: #a01830;
  }
  .user-dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #111;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .user-dropdown .dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: middle;
  }
  /* accordion custom */
  .accordion-button {
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.2rem 1rem;
  }
  .accordion-button:not(.collapsed) {
    background-color: #fff9f9;
    color: #c41e3a;
    box-shadow: none;
  }
  .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(196,30,58,0.3);
  }
  .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
  }
  /* subtopics (lessons) list */
  .sub-lessons {
    list-style: none;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
  }
  .sub-lessons li {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.6rem 0.8rem;
    margin-bottom: 4px;
    background: #fafafa;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 5px solid #c41e3a;
  }
  .lesson-icon {
    font-size: 1.5rem;
    width: 2rem;
    color: #c41e3a;
  }
  .lesson-content-preview {
    margin-left: auto;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #2d2d2d;
  }
  .lesson-content-preview i {
    font-size: 1.3rem;
    color: #555;
  }
  .locked-ch i { color: #9c9c9c; }
  .unlocked-ch i { color: #c41e3a; }
  .badge-video {
    background: #eaeaea;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
  }
  h5 {
    font-weight: 700;
    margin-bottom: 0;
  }
  .container {
    max-width: 1100px;
  }
  /* big friendly text */
  .fs-large {
    font-size: 1.25rem;
  }
  .avatar-circle {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #c41e3a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .wallet-row {
    gap: 15px;
    align-items: center;
  }
  .site-title {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.5px;
  }
  .site-title span {
    color: #c41e3a;
    background: #fff1f1;
    padding: 0 10px 0 6px;
    border-radius: 40px;
  } 
.minimal-footer {
background: #ffffff;
border-top: 2px solid #c41e3a;
padding: 40px 0 20px;
margin-top: 60px;
font-family: 'Inter', sans-serif;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.footer-row {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
}

.footer-brand {
font-size: 1.5rem;
font-weight: 800;
}

.footer-brand span {
color: #c41e3a;
background: #ffeeee;
padding: 3px 10px;
border-radius: 30px;
}

.footer-nav {
display: flex;
gap: 25px;
flex-wrap: wrap;
}

.footer-nav a {
color: #6c757d;
text-decoration: none;
font-size: 0.95rem;
font-weight: 500;
transition: color 0.2s ease;
}

.footer-nav a:hover {
color: #c41e3a;
}

.footer-social {
display: flex;
gap: 15px;
}

.footer-social a {
color: #adb5bd;
font-size: 1.2rem;
transition: all 0.2s ease;
}

.footer-social a:hover {
color: #c41e3a;
transform: translateY(-2px);
}

.footer-copyright {
text-align: center;
padding-top: 20px;
border-top: 1px solid #eaeaea;
color: #adb5bd;
font-size: 0.85rem;
}

@media (max-width: 768px) {
.footer-row {
  flex-direction: column;
  text-align: center;
}

.footer-nav {
  justify-content: center;
}
} 
.whatsapp-center {
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
text-decoration: none;
z-index: 1000;
transition: transform 0.3s ease;
}

.whatsapp-center:hover {
transform: translateX(-50%) scale(1.05);
}

.whatsapp-container {
background-color: #25D366;  /* WhatsApp green */
color: white;
padding: 14px 32px;
border-radius: 60px;
display: flex;
align-items: center;
gap: 14px; 
font-weight: 600;
font-size: 1.2rem;
backdrop-filter: blur(5px);
transition: all 0.3s ease;
letter-spacing: 0.3px;
box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-container:hover {
background-color: #20B859;  /* Darker green on hover */
box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon {
font-size: 2rem;
line-height: 1;
}

.whatsapp-text {
white-space: nowrap;
}

/* Mobile responsive */
@media (max-width: 576px) {
.whatsapp-center {
  bottom: 20px;
  width: 90%;
  max-width: 320px;
}

.whatsapp-container {
  padding: 12px 20px;
  font-size: 1rem;
  width: 100%;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon {
  font-size: 1.6rem;
}
}

/* Subtle pulse animation */
@keyframes center-pulse {
0% {
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
50% {
  box-shadow: 0 8px 35px rgba(37, 211, 102, 0.7);
}
100% {
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
}

.whatsapp-center {
animation: center-pulse 2s infinite;
}

.whatsapp-center:hover {
animation: none;
}

.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative elements */
.testimonials-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(196, 30, 58, 0.03);
    border-radius: 50%;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: rgba(196, 30, 58, 0.02);
    border-radius: 50%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-badge {
    display: inline-block;
    background: #ffeeee;
    color: #c41e3a;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid #ffcdcd;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.section-title span {
    color: #c41e3a;
    background: #ffeeee;
    padding: 5px 20px;
    border-radius: 60px;
    display: inline-block;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Statistics Row */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    background: white;
    padding: 40px;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #eaeaea;
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #eaeaea;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #c41e3a;
    margin-bottom: 5px;
}

.stat-label {
    color: #6c757d;
    font-weight: 500;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.testimonial-card {
    background: white;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(196, 30, 58, 0.08);
    border-color: #c41e3a;
}

.testimonial-card.featured {
    grid-column: span 2;
    background: linear-gradient(135deg, #fff9f9 0%, #ffffff 100%);
    border: 2px solid #c41e3a;
}

.testimonial-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #c41e3a;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(196,30,58,0.3);
}

.quote-icon {
    color: #c41e3a;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.3;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-style: italic;
}

.featured .testimonial-text {
    font-size: 1.1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: 3px solid white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.author-info p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.author-rating {
    display: flex;
    align-items: center;
    gap: 3px;
}

.author-rating i {
    color: #ffc107;
    font-size: 0.9rem;
}

.author-rating span {
    margin-left: 5px;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 600;
}

.course-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f0f0;
    padding: 5px 15px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #c41e3a;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Video Testimonial */
.video-testimonial {
    padding: 0;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #c41e3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-badge {
    background: #c41e3a;
    color: white;
    padding: 3px 10px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a4a4a;
    font-weight: 500;
}

.trust-item i {
    color: #c41e3a;
    font-size: 1.2rem;
}

/* CTA Section */
.testimonials-cta {
    text-align: center;
    background: white;
    padding: 50px;
    border-radius: 60px;
    border: 1px solid #eaeaea;
    box-shadow: 0 20px 40px rgba(0,0,0,0.02);
}

.testimonials-cta h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials-cta p {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.cta-button:not(.outline) {
    background: #c41e3a;
    color: white;
}

.cta-button:not(.outline):hover {
    background: #a01830;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(196,30,58,0.3);
}

.cta-button.outline {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #c41e3a;
}

.cta-button.outline:hover {
    background: #ffeeee;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-card.featured {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card.featured {
        grid-column: span 1;
    }

    .trust-badges {
        gap: 20px;
    }

    .testimonials-cta {
        padding: 30px 20px;
    }

    .cta-button {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .stats-row {
        grid-template-columns: 1fr;
        padding: 25px;
    }
}
