/* ========================================================================
   PARUL UNIVERSITY REDESIGN — PUBLISHED IMPACT FIGURES
   DESKTOP BASE STYLES (>767px)
   ======================================================================== */

/* Section Container */
.pu-new-src-impact-section {
	padding: 70px 0 76px;
	background: #0f0445 !important;
	color: #ffffff !important;
}

.pu-new-src-impact-section .pu-new-src-impact-heading {
	max-width: 1080px;
}

/* Eyebrow Header */
.pu-new-src-impact-section .pu-new-src-impact-eyebrow {
	margin: 0 0 8px;
	color: #ffffff !important;
	font-family: var(--font-body);
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
}

/* Main Display Heading (H2) */
.pu-new-src-impact-section .pu-new-src-impact-heading h2 {
	max-width: 700px;
	margin: 0;
	color: #ffc800 !important;
	font-family: var(--font-display);
	font-size: 64px;
	font-weight: 700;
	line-height: 110%;
}

.pu-new-src-impact-section .pu-new-src-impact-heading h2 span {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* Section Description */
.pu-new-src-impact-section .pu-new-src-impact-description {
	max-width: 1080px;
	margin: 10px 0 0;
	color: #ffffff !important;
	font-family: var(--font-figtree);
    font-size: 20px;
	font-weight: 400;
/* 	line-height: 130%; */
}

/* Slider Track & Layout Rules */
.pu-new-src-impact-section .pu-new-src-impact-slider {
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
}

.pu-new-src-impact-section .pu-new-src-impact-track {
	display: flex !important;
	flex-wrap: nowrap !important;
	margin-right: -6px;
	margin-left: -6px;
	touch-action: pan-y;
	transition: transform 350ms cubic-bezier(.4, 0, .2, 1);
}

.pu-new-src-impact-section .pu-new-src-impact-slide {
	display: flex;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 10px;
}

/* Cards */
.pu-new-src-impact-section .pu-new-src-impact-card {
	display: flex;
	width: 100%;
	min-height: 286px;
	flex-direction: column;
	padding: 35px 33px;
	border: 2px solid #ffffff !important;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #ffffff !important;
}

.pu-new-src-impact-section .pu-new-src-impact-card h3 {
	margin: 0;
	color: #ffc800 !important;
	font-family: var(--font-display);
	font-size: 50px;
	font-weight: 700;
	line-height: 100%;
}

.pu-new-src-impact-section .pu-new-src-impact-card h4 {
	max-width: 300px;
	margin: 6px 0 0;
	color: #ffffff !important;
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
}

.pu-new-src-impact-section .pu-new-src-impact-card p {
	margin: auto 0 9px;
	color: rgba(255, 255, 255, 0.8) !important;
	font-family: var(--font-body);
	font-size: inherit;
	font-weight: 400;
/* 	line-height: 135%; */
}

/* Button */
.pu-new-src-impact-section .pu-new-src-impact-button {
	display: inline-flex;
	width: fit-content;
	min-width: 150px;
	height: 32px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 6px 15px;
	border: 2px solid #ffc800 !important;
	border-radius: 20px;
	background: #ffc800 !important;
	color: #000000 !important;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	text-decoration: none !important;
	margin-top: 15px;
	
	/* Smooth Transition & Hardware Acceleration */
	transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	will-change: transform;
}

.pu-new-src-impact-section .pu-new-src-impact-button span {
	color: #000000 !important;
}

/* Slight Scale Up on Hover */
.pu-new-src-impact-section .pu-new-src-impact-button:hover {
	transform: scale(1.05);
}

/* Dots (Hidden on Desktop) */
.pu-new-src-impact-section .pu-new-src-impact-dots {
	display: none;
}