/* --- UKG SPECTACULAR PREMIUM DESIGN (V6) - Playful High-End --- */

:root {
    --ukg-orange: #f25334;
    --ukg-green: #75c137;
    --ukg-blue: #2390ff;
    --ukg-dark: #1f2235;
    --ukg-glass: rgba(255, 255, 255, 0.95);
}

.ukg-premium-v6 {
    padding: 160px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

/* Background Decorative Elements */
.v6-shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url('../images/shapes/program-bg-shape-3.png') repeat-x;
    opacity: 0.08;
    z-index: 0;
    filter: hue-rotate(15deg);
}

.v6-shape-bottom {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 83, 52, 0.08) 0%, transparent 70%);
    z-index: 0;
}

.v6-shape-center {
    position: absolute;
    top: 30%;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(117, 193, 55, 0.05) 0%, transparent 70%);
    z-index: 0;
}

/* Collage Wrapper */
.v6-collage-wrapper {
    position: relative;
    padding-right: 60px;
    z-index: 1;
}

.v6-collage-item {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.v6-collage--main {
    z-index: 2;
    box-shadow: 0 60px 120px rgba(0,0,0,0.18);
    border: 20px solid #fff;
}

.v6-collage--main img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}

.v6-image-border {
    position: absolute;
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
    border: 3px dashed var(--ukg-orange);
    border-radius: 75px;
    z-index: -1;
    opacity: 0.3;
}

.v6-collage--secondary {
    position: absolute;
    bottom: -80px;
    left: -50px;
    width: 360px;
    height: 360px;
    border-radius: 50px;
    overflow: hidden;
    z-index: 3;
    border: 15px solid #fff;
    box-shadow: 0 40px 80px rgba(0,0,0,0.25);
}

.v6-collage--secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-secondary-shadow {
    position: absolute;
    top: 30px;
    left: 30px;
    right: -30px;
    bottom: -30px;
    background: var(--ukg-green);
    opacity: 0.15;
    border-radius: 50px;
    z-index: -1;
}

/* Stat Card */
.v6-stat-card {
    position: absolute;
    top: 50px;
    right: 20px;
    background: #fff;
    padding: 30px 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 5;
    box-shadow: 0 35px 70px rgba(0,0,0,0.12);
    border: 1px solid rgba(242, 83, 52, 0.1);
}

.v6-stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--ukg-orange), #ff7b5f);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    box-shadow: 0 15px 30px rgba(242, 83, 52, 0.3);
}

.v6-stat-content h4 {
    margin: 0;
    font-size: 38px;
    font-weight: 800;
    color: var(--ukg-dark);
    font-family: 'Fredoka', sans-serif;
}

.v6-stat-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Glass Card Content */
.v6-glass-card {
    position: relative;
    z-index: 2;
    margin-left: -80px;
}

.v6-card-inner {
    background: var(--ukg-glass);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 80px;
    border-radius: 70px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 50px 100px rgba(0,0,0,0.1);
}

.v6-tag {
    color: var(--ukg-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 25px;
    background: rgba(242, 83, 52, 0.08);
    padding: 10px 25px;
    border-radius: 50px;
}

.v6-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--ukg-dark);
    font-family: 'Fredoka', sans-serif;
    margin-bottom: 35px;
}

.text-orange {
    color: var(--ukg-orange);
}

.v6-text-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.v6-lead {
    font-size: 22px !important;
    line-height: 1.6 !important;
    font-weight: 600;
    color: var(--ukg-dark) !important;
    margin-bottom: 30px !important;
}

/* Features Grid */
.ukg-v6-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.ukg-v6-feature {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
}

.ukg-v6-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-color: var(--ukg-orange);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(117, 193, 55, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ukg-green);
    font-size: 28px;
}

.ukg-v6-feature:nth-child(even) .feature-icon {
    background: rgba(35, 144, 255, 0.1);
    color: var(--ukg-blue);
}

.feature-info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--ukg-dark);
}

.feature-info p {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.v6-enroll-btn {
    margin-top: 20px;
    padding: 22px 50px !important;
    font-size: 18px !important;
    border-radius: 50px !important;
}

/* Responsive */
@media (max-width: 1400px) {
    .v6-title { font-size: 50px; }
    .v6-card-inner { padding: 60px; }
}

@media (max-width: 1199px) {
    .ukg-premium-v6 { padding: 100px 0 160px; }
    .v6-glass-card { margin-left: 0; margin-top: 100px; }
    .v6-collage--main img { height: 500px; }
    .v6-collage--secondary { width: 280px; height: 280px; bottom: -60px; }
}

@media (max-width: 991px) {
    .ukg-v6-features-grid { grid-template-columns: 1fr; }
    .v6-stat-card { top: 0; right: 0; }
}

@media (max-width: 767px) {
    .v6-title { font-size: 38px; }
    .v6-card-inner { padding: 40px 30px; }
    .v6-lead { font-size: 18px !important; }
    .v6-stat-card { padding: 20px; }
    .v6-stat-icon { width: 50px; height: 50px; font-size: 24px; }
    .v6-stat-content h4 { font-size: 28px; }
    .v6-collage--secondary { width: 200px; height: 200px; bottom: -40px; left: -20px; }
}

.ukg-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}

.ukg-section__image {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.ukg-section__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 30px;
	transition: 0.4s ease;
}

.ukg-section__image:hover img {
	transform: scale(1.04);
}

.ukg-section__content {
	padding-left: 20px;
}

.ukg-section__tag {
	display: inline-block;
	padding: 8px 18px;
	background: #fef3e2;
	color: #f7941d;
	font-size: 14px;
	font-weight: 700;
	border-radius: 30px;
	margin-bottom: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.ukg-section__title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 20px;
	font-family: 'Fredoka', sans-serif;
}

.ukg-section__text {
	font-size: 17px;
	line-height: 1.9;
	color: #5f5f5f;
	margin-bottom: 16px;
	font-family: 'DM Sans', sans-serif;
}

.ukg-section__text--last {
	margin-bottom: 28px;
}

.ukg-section__features {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 30px;
}

.ukg-feature-box {
	background: #ffffff;
	border: 1px solid #f1e3cc;
	padding: 12px 18px;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	font-size: 15px;
	font-weight: 600;
	color: #2b2b2b;
}

.ukg-section__btn span {
	font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
	.ukg-section {
		padding: 70px 0;
	}

	.ukg-section__content {
		padding-left: 0;
		margin-top: 10px;
	}

	.ukg-section__title {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.ukg-section__title {
		font-size: 28px;
	}

	.ukg-section__text {
		font-size: 15px;
		line-height: 1.8;
	}

	.ukg-feature-box {
		width: 100%;
		text-align: center;
	}
}

/* --- UKG EXTRA UNIQUE PREMIUM DESIGN (V7) - Modern Playful Collage --- */

.ukg-v7-section {
    padding: 120px 0;
    background: radial-gradient(circle at 10% 20%, rgba(242, 83, 52, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(35, 144, 255, 0.05) 0%, transparent 40%),
                #fff;
    position: relative;
    overflow: hidden;
}

.ukg-v7-collage {
    position: relative;
    z-index: 2;
}

.ukg-v7-image-main {
    position: relative;
    border-radius: 80px 30px 100px 30px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.15);
    border: 12px solid #fff;
    transform: rotate(-2deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ukg-v7-image-main:hover {
    transform: rotate(0deg) scale(1.02);
}

.ukg-v7-image-main img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.ukg-v7-floating-badge {
    position: absolute;
    top: 30px;
    right: -20px;
    background: #f7941d;
    color: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    font-weight: 800;
    box-shadow: 0 15px 30px rgba(247, 148, 29, 0.4);
    z-index: 5;
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.ukg-v7-stat-overlay {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 4;
}

.ukg-v7-stat-icon {
    width: 50px;
    height: 50px;
    background: #e1f5fe;
    color: #03a9f4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ukg-v7-content {
    padding-left: 50px;
}

.ukg-v7-tag {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #f25334;
    margin-bottom: 20px;
    display: block;
}

.ukg-v7-title {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 800;
    color: #1f2235;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}

.ukg-v7-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 8px;
    background: #f7941d;
    border-radius: 4px;
}

.ukg-v7-text-block {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.ukg-v7-text-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 25px;
    background: #f25334;
    border-radius: 2px;
}

.ukg-v7-text-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.ukg-v7-text-block--blue::before { background: #2390ff; }
.ukg-v7-text-block--green::before { background: #75c137; }

/* Responsive */
@media (max-width: 1199px) {
    .ukg-v7-title { font-size: 42px; }
    .ukg-v7-content { padding-left: 20px; }
}

@media (max-width: 991px) {
    .ukg-v7-section { padding: 80px 0; }
    .ukg-v7-collage { margin-bottom: 60px; }
    .ukg-v7-image-main img { height: 450px; }
    .ukg-v7-stat-overlay { left: 20px; }
}

@media (max-width: 767px) {
    .ukg-v7-title { font-size: 34px; }
    .ukg-v7-image-main { border-radius: 40px; border-width: 8px; }
}

/* --- UKG SUBJECT SPOTLIGHT --- */
.ukg-subject-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.ukg-subject-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.ukg-subject-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    border-bottom: 5px solid #eee;
    transition: all 0.4s ease;
}

.ukg-subject-item:hover {
    transform: translateY(-10px);
    border-bottom-color: #f25334;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.ukg-subject-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: #fff5f2;
    color: #f25334;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.ukg-subject-item:nth-child(2) .ukg-subject-icon { background: #f2f9ff; color: #2390ff; }
.ukg-subject-item:nth-child(2):hover { border-bottom-color: #2390ff; }
.ukg-subject-item:nth-child(3) .ukg-subject-icon { background: #f4faf0; color: #75c137; }
.ukg-subject-item:nth-child(3):hover { border-bottom-color: #75c137; }
.ukg-subject-item:nth-child(4) .ukg-subject-icon { background: #fffdf2; color: #f7941d; }
.ukg-subject-item:nth-child(4):hover { border-bottom-color: #f7941d; }

.ukg-subject-item h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Fredoka', sans-serif;
}

.ukg-subject-item p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* --- UKG READINESS CARDS --- */
.ukg-readiness-row {
    margin-top: 100px;
}

.ukg-readiness-card {
    background: #1f2235;
    padding: 50px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    position: relative;
}

.ukg-readiness-card::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(242, 83, 52, 0.1);
    border-radius: 50%;
}

.ukg-readiness-info h3 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Fredoka', sans-serif;
}

.ukg-readiness-info p {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
}

@media (max-width: 991px) {
    .ukg-subject-grid { grid-template-columns: repeat(2, 1fr); }
    .ukg-readiness-card { flex-direction: column; text-align: center; }
}

/* --- UKG BUBBLE CARDS --- */
.ukg-bubble-section {
    padding: 100px 0;
    background: #fff;
}

.ukg-bubble-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.ukg-bubble-card {
    background: #fff;
    padding: 60px 40px;
    border-radius: 60px;
    text-align: center;
    box-shadow: 0 40px 80px rgba(0,0,0,0.06);
    transition: all 0.5s ease;
    border: 1px solid #f8f8f8;
}

.ukg-bubble-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 50px 100px rgba(0,0,0,0.1);
}

.ukg-bubble-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: var(--ukg-orange);
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    transition: all 0.5s ease;
}

.ukg-bubble-card:nth-child(2) .ukg-bubble-icon { background: var(--ukg-blue); }
.ukg-bubble-card:nth-child(3) .ukg-bubble-icon { background: var(--ukg-green); }

.ukg-bubble-card h4 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Fredoka', sans-serif;
}

.ukg-bubble-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* --- UKG ALTERNATING ROWS --- */
.ukg-feature-row {
    padding: 100px 0;
    background: #fbfbfc;
}

.ukg-f-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

.ukg-f-row:last-child {
    margin-bottom: 0;
}

.ukg-f-row:nth-child(even) {
    flex-direction: row-reverse;
}

.ukg-f-image {
    flex: 1;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.ukg-f-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ukg-f-content {
    flex: 1;
}

/* --- UKG PREMIUM V8 DESIGN - Clean Institutional High-Impact --- */

.ukg-v8-section {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.ukg-v8-section--alt {
    background: #fbfbfc;
    padding: 60px 0 0px;
}

/* --- V8 HERO COLLAGE --- */
.v8-collage-box {
    position: relative;
    z-index: 1;
}

.v8-image-main {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
    border: 15px solid #fff;
    transition: all 0.5s ease;
}

.v8-image-main:hover {
    transform: translateY(-10px);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.18);
}

.v8-image-main img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.v8-badge-float {
    position: absolute;
    top: 40px;
    left: -20px;
    background: #f25334;
    color: #fff;
    padding: 15px 30px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 15px 30px rgba(242, 83, 52, 0.3);
    z-index: 3;
    animation: bounceSlow 4s infinite ease-in-out;
}

@keyframes bounceSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* --- V8 TEXT CONTENT --- */
.v8-content-box {
    padding-left: 60px;
}

.v8-pre-title {
    display: inline-block;
    padding: 10px 25px;
    background: rgba(242, 83, 52, 0.08);
    color: #f25334;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.v8-main-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #1f2235;
    font-family: 'Fredoka', sans-serif;
    margin-bottom: 35px;
}

.v8-main-title span {
    color: #f25334;
}

.v8-lead-text {
    font-size: 20px;
    line-height: 1.8;
    color: #444;
    font-weight: 600;
    margin-bottom: 30px;
}

.v8-main-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

/* --- V8 FOCUS CARDS GRID --- */
.v8-focus-header {
    text-align: center;
    margin-bottom: 70px;
}

.v8-focus-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 40px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.v8-focus-card:hover {
    transform: translateY(-15px);
    border-color: #f25334;
    box-shadow: 0 30px 70px rgba(242, 83, 52, 0.12);
}

.v8-fc-icon {
    width: 70px;
    height: 70px;
    background: rgba(242, 83, 52, 0.08);
    color: #f25334;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.v8-focus-card:hover .v8-fc-icon {
    background: #f25334;
    color: #fff;
    transform: scale(1.1) rotate(5deg);
}

.v8-fc-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 26px;
    color: #1f2235;
    margin-bottom: 20px;
}

.v8-fc-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* Theme variations for focus cards */
.v8-fc--blue .v8-fc-icon { background: rgba(35, 144, 255, 0.08); color: #2390ff; }
.v8-fc--blue:hover { border-color: #2390ff; box-shadow: 0 30px 70px rgba(35, 144, 255, 0.12); }
.v8-fc--blue:hover .v8-fc-icon { background: #2390ff; }

.v8-fc--green .v8-fc-icon { background: rgba(117, 193, 55, 0.08); color: #75c137; }
.v8-fc--green:hover { border-color: #75c137; box-shadow: 0 30px 70px rgba(117, 193, 55, 0.12); }
.v8-fc--green:hover .v8-fc-icon { background: #75c137; }

/* Responsive Overrides */
@media (max-width: 1400px) {
    .v8-main-title { font-size: 48px; }
    .v8-content-box { padding-left: 30px; }
}

@media (max-width: 1199px) {
    .v8-image-main img { height: 500px; }
    .v8-content-box { padding-left: 0; margin-top: 80px; }
    .v8-main-title { font-size: 42px; }
}

@media (max-width: 767px) {
    .ukg-v8-section { padding: 80px 0; }
    .v8-main-title { font-size: 34px; }
    .v8-lead-text { font-size: 18px; }
    .v8-image-main { border-radius: 40px; border-width: 8px; }
    .v8-focus-card { padding: 40px 30px; }
}

@media (max-width: 575px) {
    .ukg-subject-grid { grid-template-columns: 1fr; }
}