.section{padding:40px 5%;min-height:100vh;background:linear-gradient(135deg,#eef2ff,#f8fafc);flex-direction:column}.loadingContainer,.section{display:flex;align-items:center}.loadingContainer{justify-content:center;height:60vh;font-size:1.5rem;color:#3498db}.loadingSpinner{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite;margin-right:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-title{text-align:center;font-size:2.1rem;color:#2c3e50;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #3498db;margin-top:-30px}.section-subtitle{text-align:center;color:#000;margin-bottom:30px;font-size:clamp(16px,2vw,20px)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:22px;gap:22px;width:100%;max-width:1300px;margin:0 auto}.service-box{background:hsla(0,0%,100%,.9);border-radius:18px;overflow:hidden;border:1px solid rgba(226,232,240,.8);box-shadow:0 8px 25px rgba(0,0,0,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:16px;transition:all .35s ease;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%;min-height:350px;box-sizing:border-box;margin-top:-20px}.service-box:hover{transform:translateY(-10px);box-shadow:0 18px 40px rgba(0,0,0,.12);border-color:#3b82f6}.header-title-subtitle{width:100%;max-width:1400px;box-sizing:border-box;margin-bottom:8 px}.department-container{background-color:#fff;padding:2rem;width:100%;max-width:1300px;border-radius:20px;margin:0 auto;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #e2e8f0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}@media (max-width:768px){.department-container,.section{padding:20px 15px}.services-grid{grid-template-columns:1fr;margin-top:-20px}.header-title-subtitle{padding:1.5rem 1rem}}.paragraph{margin:0;font-size:1rem;color:var(--muted-text);height:6em;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;color:#000}@media (min-width:1000px){.services-grid{margin-top:30px}.section-title{font-size:40px;border-bottom:3px solid #3498db}}