/* assets/css/style.css */

:root {
    --bg-dark:      #0d1117;
    --card-bg:      #161b22;
    --text:         #c9d1d9;
    --text-muted:   #8b949e;
    --primary:      #388bfd;
    --primary-dark: #1f6feb;
    --border:       #30363d;
}

body {
    font-family: 'Roboto', system-ui, -apple-system, sans-serif;
    background-color: var(--bg-dark);
    color: var(--text);
    font-size: 0.92rem;           /* zvogëlim më i madh i bazës për të gjithë tekstin */
    line-height: 1.45;
    color: #e0e0e0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-size: 1.2rem;            /* zvogëlim i titujve */
}

.card {
    background-color: var(--card-bg);
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0,0,0,0.6);  /* korrigjim i box-shadow */
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    max-width: 98%;
    width: 100%;
}
.container, 
.py-5
{
   padding-right: 0px;
   padding-left: 20px;
    align-items: center;
    justify-content: center;
}



.form-label {
    font-size: 0.88rem;           /* zvogëlim i etiketave të formës */
    color: #adbac7;
    margin-bottom: 0.35rem;
}

.form-control,
.form-select,
.form-check-label {
    font-size: 0.9rem;            /* zvogëlim i input-eve dhe label-eve */
    border-color: var(--border);
    color: var(--text);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(56,139,253,0.25);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 0.92rem;           /* zvogëlim i butonave */
    background-color: #0d6efd;
            border: none;
            transition: all 0.3s;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    
}

.lead {
    font-size: 1rem;              /* zvogëlim i klasës .lead */
    line-height: 1.45;
}

.fs-5 { font-size: 0.95rem !important; }  /* korrigjim i override për fs-5 */
.fs-4 { font-size: 1.05rem !important; }  /* korrigjim i override për fs-4 */

.text-content p {
    font-size: 1.3rem;           /* zvogëlim specifik për paragrafët në .text-content */
    margin-bottom: 1rem;
}

.text-content {
            line-height: 1.6;
            font-size: 14px;
        }

.progress {
    height: 8px;
    background-color: var(--border);
}

.progress-bar {
    background-color: var(--primary);
}

/* Numri i madh në loop (section3 & section4) */
.number {
    font-size: 7.5rem;          /* pak më i vogël se 8rem */
    font-weight: 700;
    text-shadow: 0 0 25px rgba(56,139,253,0.5);
}

/* Slider në section6 */
.ui-slider {
    height: 10px !important;
    background-color: var(--border) !important;
}
.ui-slider-range {
    background-color: var(--primary) !important;
}
.ui-slider-handle {
    background-color: #58a6ff !important;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
    top: -5px !important;
}

       
.error {
            color: #ff6b6b;
            font-weight: bold;
        }

    
            .box{max-width:900px;margin:0 auto;background:#161b22;border:1px solid #30363d;border-radius:16px;padding:28px;}
            .meta{color:#8b949e;text-align:center;margin-bottom:14px;}
            .txt{font-size:1.25rem;line-height:1.7;text-align:center;}
            .btn{display:inline-block;margin-top:22px;background:#388bfd;color:white;border:none;padding:12px 26px;border-radius:12px;font-size:1.1rem;cursor:pointer;}
            