.education-portal{padding:80px 0;background-color:#f8fbff}.education-portal .section-header{text-align:center;margin-bottom:60px}.education-portal .section-header h1{font-size:clamp(32px, 5vw, 48px);color:var(--primary-color,#003366);margin-bottom:20px;font-weight:800}.education-portal .section-header .subtitle{font-size:18px;color:#666;max-width:700px;margin:0 auto}.education-portal .wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.education-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .05);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;height:100%}.education-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgb(0 0 0 / .1)}.education-card .image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden}.education-card .image-container img{width:100%;height:100%;object-fit:cover}.education-card .card-content{padding:40px;flex-grow:1;display:flex;flex-direction:column}.education-card .card-content .head{display:flex;align-items:center;gap:15px}.education-card .icon-box{width:60px;height:60px;background:#e6f0ff;color:#06c;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:24px;margin-bottom:25px}.education-card h2{font-size:28px;color:#333;margin-bottom:20px;font-weight:700}.education-card .description{font-size:16px;line-height:1.6;color:#555;margin-bottom:25px;flex-grow:1}.education-card ul.features{list-style:none;padding:0;margin:0 0 30px 0}.education-card ul.features li{position:relative;padding-left:30px;margin-bottom:12px;font-size:15px;color:#666}.education-card ul.features li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;color:#06c}.education-card .card-footer{margin-top:auto}.education-card .btn-link{display:inline-flex;align-items:center;gap:10px;background:#06c;color:#fff;padding:12px 25px;border-radius:8px;font-weight:600;text-decoration:none;transition:background 0.3s ease}.education-card .btn-link:hover{background:#004d99}.education-archive{padding:80px 0}.education-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.education-archive-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .05);border:1px solid #eee}.education-archive-item .thumb{width:100%;aspect-ratio:16 / 9;overflow:hidden}.education-archive-item .thumb img{width:100%;height:100%;object-fit:cover}.education-archive-item .content{padding:20px}.education-archive-item h3{font-size:18px;color:#333;margin-bottom:15px;font-weight:600;line-height:1.4}.education-archive-item .btn{display:inline-block;color:#06c;text-decoration:none;font-weight:600;font-size:14px}@media (max-width:991px){.education-portal .wrapper{grid-template-columns:1fr}}