.courses-wrapper1{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden;background:#ebebeb;box-sizing:border-box;font-family:Inter,sans-serif}.expert-section{position:relative;width:100vw;min-height:570px;background:linear-gradient(180deg,rgba(182,225,209,.8),rgba(235,235,235,.9) 60%,#ebebeb);display:flex;align-items:center;justify-content:center;padding:40px 20px;margin:0;left:50%;transform:translateX(-50%);box-sizing:border-box}.expert-container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.expert-text{flex:1 1;min-width:280px}.expert-text h1{font-size:2.5rem;font-weight:700;color:#1a2b3c;line-height:1.1}.expert-text h1 span{color:#00a86b}.expert-text p{margin-top:20px;font-size:16px;color:#333;line-height:1.6;font-weight:300}.expert-image{flex:1 1;display:flex;justify-content:center;min-width:280px}.expert-image img{width:100%;max-width:555px;height:auto;border-radius:25px;object-fit:cover}.courses-header{text-align:center;margin:40px 0;padding:0 15px}.courses-title{font-weight:600;font-size:32px;line-height:39px;letter-spacing:-.02em;color:#1a2b3c;margin:0}.courses-subtitle{font-weight:400;font-size:16px;line-height:23px;letter-spacing:-.02em;color:#000;margin-top:8px}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));justify-items:center;grid-gap:25px;gap:25px;width:100vw;max-width:1300px;padding:0 20px 60px;margin:0 auto;box-sizing:border-box}.courses-wrapper1 .card{position:relative;width:100%;max-width:300px;background:#ebebeb;box-shadow:0 0 7px 3px rgba(0,0,0,.25);border-radius:10px;padding:20px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;color:#000;overflow:hidden;box-sizing:border-box}.courses-wrapper1 .card:hover{background-color:#8b8a8a!important}.courses-wrapper1 .card:hover *{color:#fff}.courses-wrapper1 .card:hover .card-text{color:#fff!important}.courses-wrapper1 .card-image-wrapper{width:100%;height:140px;border-radius:13px;overflow:hidden;margin-bottom:15px}.courses-wrapper1 .card-image{width:100%;height:100%;background-size:cover;background-position:50%;border-radius:13px;filter:grayscale(100%);transition:transform .3s ease,filter .3s ease}.courses-wrapper1 .card:hover .card-image{transform:scale(1.1);filter:grayscale(0)}.courses-wrapper1 .card-title{margin:0 0 5px;font-weight:600;font-size:16px;color:#2c3e50}.courses-wrapper1 .card-text{font-size:11px;line-height:14px;margin-bottom:25px;color:inherit}.courses-wrapper1 .badge{position:absolute;bottom:15px;right:15px;background:#bbb9b9;border-radius:39px;padding:2px 10px;font-size:10px;font-weight:500;color:#2c3e50;transition:background-color .3s ease,color .3s ease}.courses-wrapper1 .card:hover .badge{background-color:#68bb7b;color:#fff}@media (max-width:900px){.courses-wrapper1 .expert-container{flex-direction:column;text-align:center}.courses-wrapper1 .expert-image,.courses-wrapper1 .expert-text{flex:unset;width:100%}.courses-wrapper1 .expert-text h1{font-size:2rem}}@media (max-width:600px){.courses-wrapper1 .grid-container{grid-template-columns:1fr;gap:20px;padding:0 15px 50px}.courses-wrapper1 .card{max-width:100%}.courses-wrapper1 .expert-text h1{font-size:1.8rem}}@keyframes shine{0%{background-position:200%}to{background-position:-200%}}.text-shine{background:linear-gradient(90deg,#002a11 20%,#0b0703 40%,#17944d 60%,#036c2d 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:shine 4.5s linear infinite;font-weight:700}