.education-section{background-color:#0a0f1a;padding:100px 10%}.section-title{text-align:center;color:#ededed;margin-bottom:60px;font-size:40px}.education-container{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1400px;margin:0 auto;display:grid}.education-card{opacity:0;background:#00abf00d;border:1px solid #00abf033;border-radius:15px;padding:30px;transition:all .4s;animation:.6s forwards educationFadeIn;transform:translateY(30px)}@keyframes educationFadeIn{to{opacity:1;transform:translateY(0)}}.education-card:first-child{animation-delay:.1s}.education-card:nth-child(2){animation-delay:.2s}.education-card:nth-child(3){animation-delay:.3s}.education-card:hover{background:#00abf014;transform:translateY(-10px)scale(1.02);box-shadow:0 10px 30px #00abf026}.education-header{align-items:center;gap:20px;margin-bottom:20px;display:flex}.education-logo-container{background:0 0;border-radius:12px;justify-content:center;align-items:center;width:70px;min-width:70px;height:70px;display:flex;overflow:hidden}.education-logo{object-fit:contain;max-width:100%;max-height:100%}.education-info{flex:1}.education-degree{color:#ededed;margin-bottom:5px;font-size:20px;font-weight:600;line-height:1.3}.education-institution{color:#00abf0;margin-bottom:10px;font-size:16px}.education-year{color:#00abf0;background:#00abf01a;border-radius:20px;padding:4px 12px;font-size:13px;font-weight:500;display:inline-block}.education-description{color:#8892b0;text-align:justify;margin-top:15px;font-size:15px;line-height:1.6}@media (max-width:1200px){.education-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.education-section{padding:80px 5%}.section-title{font-size:32px}.education-container{grid-template-columns:1fr;gap:20px}.education-card{padding:25px}.education-header{flex-direction:row;gap:15px}.education-logo-container{width:60px;min-width:60px;height:60px}.education-degree{font-size:18px}}@media (max-width:480px){.education-header{flex-direction:column;align-items:flex-start}.education-logo-container{margin-bottom:10px}}
