.dept-section{background-color:var(--color-bg);width:100%;padding:60px 0 80px}.dept-container{width:100%;padding:0 50px}.dept-header{text-align:center;justify-content:center;align-items:center;margin-bottom:48px;display:flex;position:relative}.dept-header-leaf{opacity:.7;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;width:330px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dept-heading{font-family:var(--font-primary);color:var(--color-primary-dark);text-align:center;z-index:1;margin-bottom:0;font-size:38px;font-weight:700;line-height:1.2;position:relative}.dept-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.dept-card{text-align:center;cursor:pointer;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(#a2d07e 0%,#45716f 100%) border-box;border:1.5px solid #0000;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:260px;padding:28px 16px 24px;text-decoration:none;transition:box-shadow .3s,transform .25s;display:flex;position:relative}.dept-card:hover{background:linear-gradient(135deg,#a2d07e 0%,#45716f 100%) padding-box padding-box,linear-gradient(#a2d07e 0%,#45716f 100%) border-box;transform:translateY(-3px);box-shadow:0 8px 28px #45716f40}.dept-card-icon .dept-icon-hover,.dept-card:hover .dept-icon-default{display:none}.dept-card:hover .dept-icon-hover{display:block}.dept-card:hover .dept-card-name{color:#f1f6e0}.dept-card-icon{justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;display:flex}.dept-card-icon img{object-fit:contain;width:68px;height:68px;display:block}.dept-card-name{font-family:var(--font-primary);color:var(--color-text);margin-bottom:0;font-size:clamp(13px,1.8vw,21px);font-weight:600;line-height:1.4}@keyframes deptTextBounce{0%{opacity:0;transform:translateY(8px)}55%{opacity:1;transform:translateY(-4px)}75%{transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes deptArrowBounce{0%{opacity:0;transform:translate(-8px)}55%{opacity:1;transform:translate(4px)}75%{transform:translate(-2px)}to{opacity:1;transform:translate(0)}}.dept-know-more{font-family:var(--font-primary);color:var(--color-text);align-items:center;gap:8px;margin-top:16px;font-size:clamp(12px,1.1vw,16px);font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.dept-card:hover .dept-know-more{color:#f1f6e0}.dept-know-more-icon img.dept-arrow-hover,.dept-card:hover .dept-know-more-icon img.dept-arrow-default{display:none}.dept-card:hover .dept-know-more-icon img.dept-arrow-hover{display:block}.dept-know-more-text{display:inline-block}.dept-know-more:hover .dept-know-more-text{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards deptTextBounce}.dept-know-more-icon{background-color:var(--color-dark-green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background-color .3s;display:inline-flex}.dept-card:hover .dept-know-more-icon{background-color:#f1f6e0}.dept-know-more:hover .dept-know-more-icon{animation:.5s cubic-bezier(.34,1.56,.64,1) 50ms forwards deptArrowBounce}.dept-know-more-icon img{width:10px;height:10px;display:block}@media (max-width:1280px){.dept-container{padding:0 36px}.dept-card{min-height:240px}.dept-heading{font-size:34px}.dept-header{padding:40px 20px 30px}}@media (max-width:1024px){.dept-container{padding:0 24px}.dept-card{min-height:220px}.dept-header{margin-bottom:36px;padding:36px 20px 28px}.dept-heading{font-size:30px}.dept-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:768px){.dept-section{padding:40px 0 60px}.dept-container{padding:0 20px}.dept-header{margin-bottom:28px;padding:28px 16px 22px}.dept-heading{font-size:26px}.dept-grid{grid-template-columns:repeat(2,1fr);gap:14px}.dept-card{justify-content:flex-start;min-height:auto;padding:24px 16px 20px}.dept-card-name{flex:0}.dept-know-more{margin-top:14px}.dept-card-icon{width:60px;height:60px}.dept-card-icon img{width:56px;height:56px}.dept-card-name{font-size:14px}}@media (max-width:480px){.dept-section{padding:32px 0 48px}.dept-container{padding:0 16px}.dept-header{margin-bottom:24px;padding:24px 14px 18px}.dept-heading{font-size:22px}.dept-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dept-card{padding:24px 12px 18px}.dept-card-icon{width:52px;height:52px;margin-bottom:12px}.dept-card-icon img{width:48px;height:48px}.dept-card-name{margin-bottom:12px;font-size:13px}.dept-know-more{gap:6px;font-size:12px}.dept-know-more-icon{width:24px;height:24px}.dept-know-more-icon img{width:12px;height:12px}}@media (max-width:375px){.dept-container{padding:0 12px}.dept-grid{gap:10px}.dept-card{padding:20px 10px 16px}}
