.rotate-180 { transform: rotate(180deg); transition: transform 0.3s ease; } #toggleIcon { transform: rotate(0deg); transition: transform 0.3s ease; }