/* =====================================
   COURSES PAGE
   RSSS Education
===================================== */


/* =====================================
   COURSES HERO
===================================== */

.courses-hero{
    padding:90px 0;
    background:linear-gradient(180deg,#F8FAFC 0%,#FFFFFF 100%);
}

.courses-hero-wrapper{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:70px;
}

.courses-hero-content h1{

    font-size:56px;

    line-height:1.15;

    color:#0F172A;

    margin:20px 0;

    font-family:'Poppins',sans-serif;

}

.courses-hero-content p{

    font-size:18px;

    line-height:32px;

    color:#64748B;

    margin-bottom:35px;

}

.courses-hero-actions{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}
.hero-btn.secondary{

    background:#ffffff;

    color:#2563EB;

    border:2px solid #2563EB;

}

.hero-btn.secondary:hover{

    background:#2563EB;

    color:#ffffff;

}


/* =====================================
   HERO CARD
===================================== */

.courses-hero-card{

    background:#ffffff;

    border-radius:24px;

    padding:40px;

    border:1px solid #E2E8F0;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

}

.card-badge{

    display:inline-block;

    padding:8px 18px;

    background:#DBEAFE;

    color:#2563EB;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;

}

.courses-hero-card h3{

    font-size:30px;

    color:#0F172A;

    margin-bottom:18px;

    font-family:'Poppins',sans-serif;

}

.courses-hero-card p{

    color:#64748B;

    line-height:28px;

    margin-bottom:25px;

}

.hero-course-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.hero-course-list li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:16px;

    color:#334155;

    font-weight:600;

}

.hero-course-list i{

    color:#2563EB;

    font-size:18px;

}


/* =====================================
   RESPONSIVE
===================================== */

@media(max-width:991px){

    .courses-hero-wrapper{

        grid-template-columns:1fr;

    }

}

/* =====================================
   COURSE STATS
===================================== */

.course-stats{

    margin-top:-40px;

    position:relative;

    z-index:5;

}

.course-stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.stat-card{

    background:#ffffff;

    border:1px solid #E2E8F0;

    border-radius:22px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 15px 35px rgba(15,23,42,.06);

    transition:.35s ease;

}

.stat-card:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

    box-shadow:0 25px 50px rgba(37,99,235,.15);

}

.stat-card h2{

    font-size:38px;

    color:#2563EB;

    margin-bottom:10px;

    font-family:'Poppins',sans-serif;

}

.stat-card p{

    color:#64748B;

    font-size:16px;

    font-weight:600;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

    .course-stats-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:576px){

    .course-stats-grid{

        grid-template-columns:1fr;

    }

}
/* =====================================
   WHY CHOOSE RSSS
===================================== */

.why-rsss{

    padding:100px 0;

    background:var(--bg);

    transition:background .35s ease;

}

.section-title{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.section-title h2{

    font-size:44px;

    color:#0F172A;

    margin:20px 0;

    font-family:'Poppins',sans-serif;

}

.section-title p{

    color:#64748B;

    line-height:30px;

    font-size:17px;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.why-card{

    background:#ffffff;

    border:1px solid #E2E8F0;

    border-radius:24px;

    padding:35px 30px;

    transition:.35s ease;

    text-align:center;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

    box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.why-icon{

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:18px;

    background:#EFF6FF;

    display:flex;

    align-items:center;

    justify-content:center;

}

.why-icon i{

    color:#2563EB;

    font-size:30px;

}

.why-card h3{

    font-size:22px;

    margin-bottom:15px;

    color:#0F172A;

    font-family:'Poppins',sans-serif;

}

.why-card p{

    color:#64748B;

    line-height:28px;

    margin:0;

}

@media(max-width:991px){

    .why-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:576px){

    .why-grid{

        grid-template-columns:1fr;

    }

}
/* =====================================
   BROWSE BY CATEGORY
===================================== */

.course-categories{

    padding:100px 0;

    background:#F8FAFC;

}

.category-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.category-card{

    background:#ffffff;

    border:1px solid #E2E8F0;

    border-radius:24px;

    padding:38px 32px;

    transition:.35s ease;

    position:relative;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.category-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#2563EB;

    transform:scaleX(0);

    transition:.35s ease;

}

.category-card:hover::before{

    transform:scaleX(1);

}

.category-card:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

    box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.category-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    background:#EFF6FF;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    transition:.35s;

}

.category-card:hover .category-icon{

    background:#2563EB;

}

.category-icon i{

    font-size:30px;

    color:#2563EB;

    transition:.35s;

}

.category-card:hover .category-icon i{

    color:#ffffff;

}

.category-card h3{

    font-size:24px;

    color:#0F172A;

    margin-bottom:15px;

    font-family:'Poppins',sans-serif;

}

.category-card p{

    color:#64748B;

    line-height:28px;

    margin-bottom:25px;

}

.category-link{

    text-decoration:none;

    color:#2563EB;

    font-weight:700;

    display:inline-flex;

    align-items:center;

    gap:10px;

}

.category-link i{

    transition:.3s;

}

.category-card:hover .category-link i{

    transform:translateX(6px);

}

/* Responsive */

@media(max-width:991px){

    .category-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:576px){

    .category-grid{

        grid-template-columns:1fr;

    }

}
<link rel="stylesheet" href="assets/css/franchise.css">