.resources-section{margin:0 auto;width:80%}.resources-heading{color:#002c3e;font-size:2rem;margin-bottom:30px;text-align:center}.resources-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.resource-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:20px;transition:.3s}.resource-image{border-radius:6px;height:300px!important;margin-bottom:15px;object-fit:cover;width:100%}.resource-category{color:#007b7c;font-size:.9rem;font-weight:600;margin-bottom:5px}.resource-title{color:#002c3e;font-size:1.2rem;font-weight:700;margin-bottom:10px}.resource-description{color:#444;font-size:.95rem;margin-bottom:15px}.resource-description.full.hidden{display:none}.toggle-btn{background:none;border:none;color:#bad231;cursor:pointer;font-weight:700;padding:0}.toggle-btn:hover{text-decoration:underline}.resource-button{border:2px solid #002c3e;border-radius:6px;color:#002c3e;display:inline-block;font-weight:700;margin-top:10px;padding:10px 18px;text-decoration:none;transition:background .3s,color .3s}.resource-button:hover{background-color:#002c3e;color:#fff}@media (max-width:767px){.resources-section{padding:0 10px;width:100%}.resources-grid{gap:20px;grid-template-columns:1fr}.resource-image{height:200px!important}.resources-heading{font-size:1.5rem;margin-bottom:20px}.resource-title{font-size:1.1rem}.resource-description{font-size:.9rem}.resource-button{padding:10px;text-align:center;width:100%}}