.hero{

padding:90px 0;

background:#f8fbff;

}

.hero h1{

font-size:55px;

font-weight:700;

line-height:70px;

margin-bottom:25px;

}

.hero p{

font-size:18px;

color:#666;

line-height:32px;

}

.hero-buttons{

margin-top:40px;

display:flex;

gap:20px;

}

.hero-search{

display:flex;

background:white;

padding:10px;

border-radius:50px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

margin-top:40px;

}

.hero-search input{

border:none;

box-shadow:none;

}

.hero-search button{

border-radius:40px;

padding:10px 25px;

}


/* ===========================
   Categories
=========================== */

.category-card{

    background:#fff;

    padding:35px 25px;

    border-radius:20px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;
}

.category-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(37,99,235,.18);

}

.category-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.category-icon i{

    font-size:40px;

    color:#2563eb;

}

.category-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.category-card p{

    color:#6b7280;

    min-height:70px;

}

.category-btn{

    color:#2563eb;

    text-decoration:none;

    font-weight:600;

}

.category-btn:hover{

    color:#1d4ed8;

}


/* ===========================
Featured Courses
=========================== */

.course-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

}

.course-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.course-image{

    position:relative;

}

.course-image img{

    height:220px;

    width:100%;

    object-fit:cover;

}

.course-badge{

    position:absolute;

    top:15px;

    left:15px;

    background:#2563eb;

    color:#fff;

    padding:6px 15px;

    border-radius:30px;

    font-size:13px;

}

.course-content{

    padding:25px;

}

.course-category{

    color:#2563eb;

    font-size:14px;

    font-weight:600;

}

.course-content h4{

    margin:15px 0;

    font-size:22px;

    font-weight:700;

}

.course-meta{

    display:flex;

    justify-content:space-between;

    margin-top:20px;

    color:#6b7280;

    font-size:14px;

}

.new-price{

    color:#2563eb;

    font-size:28px;

    font-weight:700;

}

.old-price{

    margin-left:15px;

    text-decoration:line-through;

    color:#999;

}

/* ==========================
WHY CHOOSE US
========================== */

.feature-box{

    display:flex;

    gap:20px;

    align-items:flex-start;

}

.feature-icon{

    width:70px;

    height:70px;

    background:#eef4ff;

    color:#2563eb;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    transition:.3s;

}

.feature-box:hover .feature-icon{

    background:#2563eb;

    color:#fff;

}

.feature-box h5{

    font-weight:700;

}

.feature-box p{

    color:#666;

}

/* ==========================
Statistics
========================== */

.statistics{

    padding:90px 0;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    color:#fff;

}

.stats-box{

    padding:35px;

}

.stats-box i{

    font-size:55px;

    margin-bottom:20px;

}

.stats-box h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:10px;

}

.stats-box p{

    font-size:18px;

    opacity:.9;

}

/* ==========================
Testimonials
========================== */

.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-8px);

}

.quote-icon{

    width:60px;

    height:60px;

    background:#2563eb;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.stars{

    color:#fbbf24;

    font-size:22px;

}

.testimonial-card p{

    color:#666;

    line-height:28px;

}

.testimonial-user{

    display:flex;

    align-items:center;

    margin-top:30px;

}

.testimonial-user img{

    width:65px;

    height:65px;

    border-radius:50%;

    margin-right:15px;

    object-fit:cover;

}

.testimonial-user h5{

    margin-bottom:4px;

    font-weight:700;

}

.testimonial-user span{

    color:#777;

    font-size:14px;

}

/* ==========================
Hiring Partners
========================== */

.partner-card{

    background:#fff;

    border-radius:18px;

    padding:30px 15px;

    text-align:center;

    transition:.3s;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    height:100%;

}

.partner-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.partner-card i{

    font-size:50px;

    color:#2563eb;

    margin-bottom:20px;

}

.partner-card h6{

    font-weight:600;

    margin:0;

}

/* ===========================
Latest Blogs
=========================== */

.blog-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

}

.blog-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.blog-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.blog-content{

    padding:25px;

}

.blog-category{

    display:inline-block;

    background:#eef4ff;

    color:#2563eb;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:15px;

}

.blog-content h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.blog-content p{

    color:#666;

    line-height:28px;

}

.blog-btn{

    color:#2563eb;

    font-weight:600;

    text-decoration:none;

}

.blog-btn:hover{

    color:#1d4ed8;

}

/* ===========================
FAQ
=========================== */

.accordion-item{

    border:none;

    margin-bottom:15px;

    border-radius:15px !important;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

}

.accordion-button{

    font-size:18px;

    font-weight:600;

    padding:22px;

}

.accordion-button:not(.collapsed){

    background:#2563eb;

    color:white;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-body{

    padding:25px;

    color:#666;

    line-height:30px;

}

/* ===========================
CTA
=========================== */

.cta-section{

    padding:90px 0;

    background:linear-gradient(135deg,#2563eb,#4f46e5);

    color:white;

}

.cta-badge{

    display:inline-block;

    background:rgba(255,255,255,.15);

    padding:8px 20px;

    border-radius:30px;

    margin-bottom:20px;

}

.cta-section h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-section p{

    font-size:18px;

    line-height:32px;

    opacity:.95;

}

.cta-section .btn{

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;

}