/* =========================
   LEARNFO HERO SLIDER
========================= */

.hero-slider{
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0px 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

/* Slides */

.slide{
    width:100%;
    height:auto;
    display:none;

    user-select:none;
    -webkit-user-drag:none;
    pointer-events:none;
}

.slide.active{
    display:block;
}

/* Text */

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    width:90%;
    color:#fff;
}

.hero-content h1{
    margin:0;
    font-size:4rem;
    font-weight:800;
    text-shadow:0 4px 15px rgba(0,0,0,.7);
}

.hero-content p{
    margin-top:12px;
    font-size:1.2rem;
    text-shadow:0 3px 10px rgba(0,0,0,.7);
}





.learnfo-hr{
    border: none;
    height: 2px;
    width: 100%;
    margin: 8px auto;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    border-radius: 50px;
}

/* ===== FYUG SECTION ===== */

.container-{
    width:100%;
    max-width:1600px;
    margin:auto;
}

.div--bar{
    margin:15px;
    padding:20px;
    background:#f8fafc;
    border-radius:20px;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
    text-align:center;
}

.boss-{
    margin:4px 0;
    color:#555;
    font-size:14px;
    font-weight:500;
}

.bosss-{
    margin:8px 0 15px;
    color:#0f62fe;
    font-size:18px;
    font-weight:700;
}

/* ===== SECTION TITLE ===== */

.section--title{
    margin:20px 15px 10px;
    font-size:22px;
    font-weight:700;
    color:#222;
}

/* ===== ROWS ===== */

.box--container{
    display:flex;
    gap:12px;
    margin:12px 15px;
}

/* ===== FYUG BUTTONS ===== */

.box1{
    flex:1;
    background:linear-gradient(135deg,#0f62fe,#2563eb);
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:18px 10px;
    border-radius:16px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.box1:hover{
    transform:translateY(-3px);
}

/* ===== QUICK ACCESS CARDS ===== */

.column--box{
    flex:1;
    min-height:95px;
    background:#cceadc;
    text-decoration:none;
    color:#222;
    border:1px solid #080b0a;

    border-radius:18px;
    padding:15px 8px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    box-shadow:
    0 3px 12px rgba(0,0,0,.08);

    transition:.3s;
}

.column--box:hover{
    transform:translateY(-4px);
    box-shadow:
    0 10px 25px rgba(0,0,0,.12);
}

.column--box small{
    margin-top:6px;
    color:#666;
    font-size:11px;
    line-height:1.3;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    .div--bar{
        padding:15px;
        border-radius:16px;
    }

    .boss-{
        font-size:13px;
    }

    .bosss-{
        font-size:16px;
    }

    .box--container{
        gap:8px;
        margin:8px;
    }

    .box1{
        padding:14px 6px;
        font-size:12px;
    }

    .column--box{
        min-height:85px;
        padding:10px 5px;
        font-size:12px;
    }

    .column--box small{
        font-size:9px;
    }
}

/* ===== DESKTOP ===== */

@media(min-width:1024px){

    .box--container{
        max-width:1200px;
        margin:15px auto;
    }

    .column--box{
        min-height:120px;
    }

    .box1{
        padding:22px;
    }
}


/* ===== FEATURES SECTION ===== */

.features-{
    padding:50px 15px;
    background:#ffffff;
}

.container--sec{
    max-width:1200px;
    margin:auto;
}

.section--title{
    text-align:center;
    margin-bottom:35px;
}

.ll{
    font-size:22px;
    color:#222;
    margin-bottom:10px;
}

.lll{
    font-size:20px;
    color:#6b6464;
    margin-bottom:10px;
}

.section--title p{
    color:#666;
    max-width:500px;
    margin:auto;
    line-height:1.7;
}

/* ===== GRID ===== */

.features--grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* ===== CARDS ===== */

.feature--card{
    background:#fff;
    padding:30px 25px;
    border-radius:22px;
    text-align:center;

    box-shadow:
    0 6px 20px rgba(0,0,0,.08);

    transition:.3s ease;
    border:1px solid #f1f1f1;
}

.feature--card:hover{
    transform:translateY(-8px);
    box-shadow:
    0 15px 35px rgba(0,0,0,.12);
}

.feature--icon{
    font-size:45px;
    margin-bottom:15px;
}

.feature--card h3{
    font-size:20px;
    margin-bottom:10px;
    color:#222;
}

.feature--card p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    .features--grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .feature--card{
        padding:22px 18px;
        border-radius:18px;
    }

    .ll{
        font-size:14px;
    }

    .lll{
    font-size:12px;
    color:#6b6464;
    margin-bottom:10px;
}

    .feature--icon{
        font-size:38px;
    }

    .feature--card h3{
        font-size:18px;
    }

    .feature--card p{
        font-size:14px;
    }

}

/* ===== TABLET ===== */

@media(min-width:769px) and (max-width:1024px){

    .features--grid{
        grid-template-columns:repeat(2,1fr);
    }
}