


																																<span class="shimmer"></span>
*/
				/* HOVER EFFECT 9: Pulse Animation */
				@keyframes pulse-glow {

					0%,
					100% {
						box-shadow:
							0 8px 25px rgba(59, 130, 246, 0.3),
							0 0 0 1px rgba(59, 130, 246, 0.2);
					}

					50% {
						box-shadow:
							0 8px 35px rgba(59, 130, 246, 0.5),
							0 0 0 1px rgba(59, 130, 246, 0.3);
					}
				}

        /* UNIQUE LIGHT SECTION STYLES ONLY */
	
	
	/* Animated Background Container */
	
	
	
	.primary-light {
		background: linear-gradient(135deg, #16469D 0%, #16469D 100%);
		color: white;
		box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
	}
	
	.primary-light::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
		transition: left 0.6s;
		z-index: -1;
	}
	
	.primary-light:hover::before {
		left: 100%;
	}
	
	.primary-light:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
	}
	/* Outline Button */
	
	

	

	/* Profile Image */
	
	
	

	


	
	


/*industries-common-section-css*/




/*common*/


	@media (max-width: 767px) {
		

		.icon-category-card .icon-wrapper svg {
		width: 24px;
		height: 24px;
		}

		.icon-focus-areas {
		padding-bottom: 0px !important;

		}

		.icon-category-row {
    		margin-bottom: 0px;
	}



	}




	.sec-title {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 15px;
	color: #16469D;
	}


	 
        
        /* Two items center */
        .icon-category-row.two-items-center {
          justify-content: center;
        }
        .icon-category-row.two-items-center .icon-category-card {
          flex: 0 1 calc(50% - 60px);
          max-width: 400px;
        }

		
        @media (max-width: 768px) {
          .icon-category-row.two-items-center .icon-category-card {
            flex: 0 1 100%;
          }

		



        }



        
        
@media (max-width: 991px) {
		.zi-industry-card .zi-card-image {
			display:none;
		}

		.zi-industry-title {
			font-size:18px !important;
		}

}
      
        
  




		
