	  .pillar-item {
		transition: transform 0.3s ease, color 0.3s ease;
		cursor: pointer;
	  }

	  .pillar-item:hover {
		transform: translateY(-5px) scale(1.05);
	  }

	  .pillar-icon {
		color: #ff6600;
		transition: transform 0.3s ease, color 0.3s ease;
	  }

	  .pillar-text {
		color: #007caf;
		transition: color 0.3s ease;
	  }

	  .pillar-item:hover .pillar-icon {
		color: #e65500;
	  }

	  .pillar-item:hover .pillar-text {
		color: #005b80;
	  }	  
