.elementor-12 .elementor-element.elementor-element-cb8cfa1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6a26a11 .card-orange .card-icon svg,
                         .elementor-12 .elementor-element.elementor-element-6a26a11 .card-dark .card-icon svg,
                         .elementor-12 .elementor-element.elementor-element-6a26a11 .card-orange .card-icon svg *,
                         .elementor-12 .elementor-element.elementor-element-6a26a11 .card-dark .card-icon svg *{fill:#ffffff;color:#ffffff;stroke:#ffffff;}.elementor-12 .elementor-element.elementor-element-6a26a11 .card-light .card-icon svg,
                         .elementor-12 .elementor-element.elementor-element-6a26a11 .card-light .card-icon svg *{fill:#ea580c;color:#ea580c;stroke:#ea580c;}.elementor-12 .elementor-element.elementor-element-6a26a11 .card-icon svg{width:40px;height:40px;}:root{--page-title-display:none;}/* Start custom CSS for sugham_stats, class: .elementor-element-6a26a11 *//* Base Section Setup */
.janata-stats-section {
    padding: 96px 0; /* py-24 */
    background-color: #ffffff;
    font-family: 'Inter', sans-serif; /* Matches Tailwind Default */
}

.janata-stats-container {
    max-width: 80rem; /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1rem; /* px-4 */
}

/* Grid Logic */
.janata-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem; /* gap-6 */
}

@media (min-width: 640px) {
    .janata-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .card-span-2 { grid-column: span 2; }
}

@media (min-width: 1024px) {
    .janata-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Card Styling */
.stat-card {
    position: relative;
    padding: 2rem; /* p-8 */
    border-radius: 2.5rem; /* rounded-[2.5rem] */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
}

@media (min-width: 768px) {
    .stat-card { 
        padding: 2.5rem; /* md:p-10 */
        border-radius: 3rem; /* md:rounded-[3rem] */
    }
}

/* Dark Card (Group Hover Effect) */
.card-dark {
    background-color: #1c1917; /* stone-900 */
    color: #ffffff;
}

.glow-effect {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background-color: rgba(249, 115, 22, 0.2); /* orange-500/20 */
    filter: blur(80px);
    border-radius: 9999px;
    margin-right: -8rem;
    margin-top: -8rem;
    transition: transform 0.7s duration;
}

.card-dark:hover .glow-effect {
    transform: scale(1.1);
}

.card-content { position: relative; z-index: 10; }

/* Orange Card */
.card-orange {
    background-color: #ea580c; /* orange-600 */
    color: #ffffff;
    justify-content: space-between;
}

/* Light Card */
.card-light {
    background-color: #f5f5f4; /* stone-100 */
    color: #1c1917; /* stone-900 */
    border: 1px solid #e7e5e4; /* stone-200 */
    justify-content: space-between;
}

/* Typography */
.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem; /* text-4xl */
    font-weight: 800; /* font-extrabold */
    line-height: 1;
    margin-bottom: 0.5rem;
}

.num-large {
    font-size: 3rem; /* text-5xl */
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .num-large { font-size: 3.75rem; } /* md:text-6xl */
    .stat-number { font-size: 3rem; } /* md:text-5xl */
}

.stat-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem; /* text-xl */
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .title-large { font-size: 1.5rem; } /* md:text-2xl */
}

.stat-desc {
    color: #a8a29e; /* stone-400 */
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .stat-desc { font-size: 1rem; }
}

.stat-badge {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10px;
    color: #fed7aa; /* orange-200 */
}

@media (min-width: 768px) {
    .stat-badge { font-size: 0.875rem; }
}

.badge-stone { color: #78716c; } /* stone-500 */

/* Icon Settings */
.card-icon { width: 2.5rem; height: 2.5rem; margin-bottom: 2rem; }
.icon-orange { color: #ea580c; }

@media (min-width: 768px) {
    .card-icon { width: 3rem; height: 3rem; }
}/* End custom CSS */
/* Start custom CSS for qa_section, class: .elementor-element-7ec8ecb */.qa-section {
    padding: 128px 0; /* py-32 */
    background: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}
@media (max-width: 768px) {
  
.terminal-box {
   
    padding: 1.8rem !important;
  
}}
.qa-bg-glow {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(255, 247, 237, 0.5), transparent, transparent);
    pointer-events: none;
}

.qa-container {
    max-width: 1280px; /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 10;
}

.qa-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px; /* gap-20 */
    align-items: center;
}

@media (min-width: 1024px) {
    .qa-grid { grid-template-columns: 1fr 1fr; }
}

/* Badge & Typography */
.qa-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    margin-bottom: 1.5rem;
    background: #fff7ed; /* orange-50 */
    border: 1px solid #ffedd5; /* orange-100 */
    border-radius: 9999px;
    color: #c2410c; /* orange-700 */
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.icon-tiny { width: 12px; height: 12px; }

.qa-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #1c1917; /* stone-900 */
    line-height: 1.1;
    margin-bottom: 2rem;
}

.qa-title span { color: #2563eb; /* blue-600 */ }

.qa-description {
    font-size: 1.125rem;
    color: #57534e; /* stone-600 */
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 540px;
}

/* Stat Cards */
.qa-stat-stack { display: flex; flex-direction: column; gap: 1rem; }

.qa-stat-card {
    background: #fafaf9; /* stone-50 */
    border: 1px solid #e7e5e4; /* stone-200 */
    border-radius: 1.25rem;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.3s ease;
}

.qa-stat-card:hover { border-color: #fdba74; /* orange-300 */ }

.stat-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #a8a29e; /* stone-400 */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}

.stat-main { display: flex; align-items: baseline; gap: 0.25rem; }
.stat-value { font-family: 'JetBrains Mono', monospace; font-size: 1.875rem; font-weight: 700; color: #1c1917; }
.stat-unit { font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; color: #78716c; }

.status-tag {
    background: #eff6ff; /* blue-50 */
    color: #2563eb; /* blue-600 */
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.dot-pulse {
    width: 6px; height: 6px; border-radius: 50%;
    background: #2563eb;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.2); }
}

/* Right Side: Terminal Visual */
.qa-visual { position: relative; }

.terminal-box {
    background: #1c1917; /* stone-900 */
    border: 1px solid #292524; /* stone-800 */
    border-radius: 3rem;
    padding: 2.5rem;
    position: relative;
    z-index: 10;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.terminal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.window-dots { display: flex; gap: 0.75rem; }
.window-dots .dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.orange { background: #ea580c; }
.dot.blue { background: #3b82f6; }
.dot.stone { background: #44403c; }

.terminal-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #78716c;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.scan-bar-row { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; }
.test-tube-icon {
    width: 80px; height: 80px;
    background: rgba(234, 88, 12, 0.1);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea580c;
}

.progress-container { flex: 1; }
.progress-track { height: 8px; background: #292524; border-radius: 9999px; overflow: hidden; }
.progress-fill {
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #ea580c, #3b82f6);
    animation: scanFill 2s infinite linear;
}

@keyframes scanFill {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #78716c;
}

.terminal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.grid-item {
    background: rgba(41, 37, 36, 0.5);
    border: 1px solid #44403c;
    padding: 1.5rem;
    border-radius: 1.25rem;
}

.grid-label { display: block; font-size: 12px; font-weight: 700; color: #a8a29e; margin-bottom: 0.25rem; text-transform: uppercase; }
.grid-value { font-family: 'JetBrains Mono', monospace; color: #ffffff; font-size: 1.125rem; }

.icon-blue { color: #3b82f6; margin-bottom: 1rem; }
.icon-orange { color: #ea580c; margin-bottom: 1rem; }

/* Background Decoration */
.glow-blur { position: absolute; width: 160px; height: 160px; border-radius: 50%; filter: blur(64px); opacity: 0.2; pointer-events: none; }
.orange-glow { top: -40px; right: -40px; background: #ea580c; }
.blue-glow { bottom: -40px; left: -40px; background: #3b82f6; }/* End custom CSS */
/* Start custom CSS for voices_section, class: .elementor-element-d5c1f29 */.voices-section {
    padding: 128px 0; /* py-32 */
    background-color: #fafaf9; /* bg-stone-50 */
    overflow: hidden;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.voices-container {
    max-width: 1280px; /* max-w-7xl */
    margin: 0 auto;
    padding: 0 1.5rem;
}

.voices-header {
    text-align: center;
    max-width: 48rem; /* max-w-3xl */
    margin: 0 auto 80px auto; /* mb-20 */
}

.voices-badge {
    color: #ea580c; /* orange-600 */
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 1rem;
}

.voices-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem; /* text-5xl */
    font-weight: 800;
    color: #1c1917; /* stone-900 */
}

.voices-title span {
    color: #ea580c;
}

.voices-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem; /* gap-10 */
}

@media (min-width: 768px) {
    .voices-grid { grid-template-columns: repeat(3, 1fr); }
}

.voice-card {
    background-color: #ffffff;
    padding: 2.5rem; /* p-10 */
    border-radius: 3rem; /* rounded-[3rem] */
    box-shadow: 0 20px 25px -5px rgba(231, 229, 228, 0.5); /* shadow-stone-200/50 */
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voice-card:hover {
    transform: translateY(-10px); /* whileHover={{ y: -10 }} */
}

.avatar-box {
    width: 5rem; /* w-20 */
    height: 5rem;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 2rem; /* mb-8 */
    border: 4px solid #fafaf9; /* border-stone-50 */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-text {
    font-family: 'Cormorant Garamond', serif; /* Or any serif font available */
    font-style: italic;
    font-size: 1.5rem; /* text-2xl */
    color: #292524; /* stone-800 */
    line-height: 1.625;
    margin-bottom: 2rem;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid #f5f5f4; /* border-stone-100 */
}

.author-name {
    font-weight: 700;
    color: #1c1917;
}

.author-region {
    font-size: 12px;
    font-weight: 700;
    color: #ea580c;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.leaf-icon {
    color: #e7e5e4; /* text-stone-200 */
    width: 2.5rem; /* w-10 */
    height: 2.5rem;
    transition: color 0.3s ease;
}

.voice-card:hover .leaf-icon {
    color: #ffedd5; /* text-orange-100 */
}/* End custom CSS */