/* ==========================================================================
   Figtree Font Family
   ========================================================================== */

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==========================================================================
   Polymath Display Font Family
   ========================================================================== */

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolymathDisplay';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* ==========================================================================
   Design Tokens & CSS Variables
   ========================================================================== */

:root {
    --pu-art-cultural-primary-purple: #5538e5;
    --pu-art-cultural-primary-purple-hover: #4326cf;
    --pu-art-cultural-body-text: #151515;
    --pu-art-cultural-muted-text: #5a5666;
    --pu-art-cultural-navy: #0d0739;
    --pu-art-cultural-pill-border: rgba(115, 98, 176, 0.48);
    --pu-dark-navy: #0b0730;
    --pu-gold: #ffc800;

    /* Consolidated Font Variables */
    --pu-font-heading: 'PolymathDisplay', sans-serif;
    --pu-font-body: 'Figtree', sans-serif;
    --pu-art-cultural-font: var(--pu-font-body);
}


/* ==========================================================================
   Consolidated Font Grouping
   ========================================================================== */

/* Headings Group */
.pu-art-cultural-hero-title,
.pu-art-cultural-section-title,
.pu-art-cultural-card-highlight,
.pu-art-cultural-card-title,
.pu-art-cultural-matters-title,
.pu-art-cultural-matters-card-title,
.pu-art-cultural-director-title,
.pu-art-cultural-director-name,
.pu-art-cultural-stage-banner-title {
    font-family: var(--pu-font-heading);
}

/* Base Copy & UI Elements Group */
body,
p,
.pu-art-cultural-section,
.pu-art-cultural-stats-banner,
.pu-art-cultural-hero-section,
.pu-art-cultural-achievements-section,
.pu-art-cultural-matters-section,
.pu-art-cultural-director-section,
.pu-art-cultural-button,
.pu-art-cultural-stats-pill,
.pu-art-cultural-section-badge,
.pu-art-cultural-event-tag,
.pu-art-cultural-event-title,
.pu-art-cultural-event-desc,
.pu-art-cultural-event-card .btn-light,
.pu-art-cultural-faq-accordion .accordion-button,
.pu-art-cultural-faq-accordion .accordion-body {
    font-family: var(--pu-font-body);
}


/* ==========================================================================
   Base Section & General Styles
   ========================================================================== */

.pu-art-cultural-section {
    color: var(--pu-art-cultural-body-text);
    padding: 60px 0;
}

.pu-art-cultural-section * {
    box-sizing: border-box;
}

.pu-art-cultural-hero-section,
.pu-art-cultural-stats-banner,
.pu-art-cultural-achievements-section,
.pu-art-cultural-matters-section,
.pu-art-cultural-director-section {
    color: var(--pu-art-cultural-body-text);
}

.pu-art-cultural-hero-section *,
.pu-art-cultural-stats-banner *,
.pu-art-cultural-achievements-section *,
.pu-art-cultural-matters-section *,
.pu-art-cultural-director-section * {
    box-sizing: border-box;
}

.pu-art-cultural-hero-section img,
.pu-art-cultural-stats-banner img,
.pu-art-cultural-achievements-section img,
.pu-art-cultural-matters-section img,
.pu-art-cultural-director-section img {
    max-width: 100%;
}

.pu-art-cultural-scroll-anchor {
    display: block;
    height: 0;
    overflow: hidden;
}

.pu-art-cultural-top-header-spacer {
    display: block;
    width: 100%;
    height: 150px;
    background-color: #0F0445;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */

.pu-art-cultural-hero-section {
    position: relative;
    background: #ffffff;
}

.desktop-actions{
    display:flex;
}

.mobile-actions{
    display: none !important;
}

.pu-art-cultural-hero-content {
    padding-top: 18px;
}

.pu-art-cultural-hero-title {
    display: block;
/*     max-width: 520px; */
    margin: 0;
    background: linear-gradient(90deg, #5641E0 0%, #B53C72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 0;
}

.pu-art-cultural-hero-desc {
    max-width: 450px;
    margin: 22px 0 0;
    color: var(--pu-art-cultural-body-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.30;
}

.pu-art-cultural-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
    flex-direction: column;
}

.pu-art-cultural-button {
    display: inline-flex;
    min-width: 190px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: fit-content;
    text-decoration: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, border-color 0.35s ease;
}

.pu-art-cultural-button-primary {
    background: var(--pu-art-cultural-navy);
    color: #ffffff;
}

.pu-art-cultural-button-primary:hover,
.pu-art-cultural-button-primary:focus-visible {
    border-color: var(--pu-art-cultural-primary-purple-hover);
    background: var(--pu-art-cultural-primary-purple-hover);
    color: #ffffff;
}

.pu-art-cultural-button-outline {
    position: relative;
    border: none;
    background: #fff;
    color: var(--pu-art-cultural-navy);
    overflow: hidden;
    z-index: 1;
}

.pu-art-cultural-button-outline::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(
        180deg,
        rgba(15, 4, 69, 0.12) 0%,
        rgba(15, 4, 69, 0.30) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    transition: background .3s ease;
}

.pu-art-cultural-button-outline:hover::before,
.pu-art-cultural-button-outline:focus-visible::before {
    background: linear-gradient(
        180deg,
        rgba(15, 4, 69, 0.35) 0%,
        rgba(15, 4, 69, 0.65) 100%
    );
}

.pu-art-cultural-button-outline:hover,
.pu-art-cultural-button-outline:focus-visible {
    background: #fff;
    color: var(--pu-art-cultural-navy);
}

.pu-art-cultural-hero-collage {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.pu-art-cultural-collage-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f2f2;
}

.pu-art-cultural-collage-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.pu-art-cultural-collage-item-tall {
    grid-row: span 2;
}

.pu-art-cultural-collage-item:hover img {
    transform: scale(1.045);
}


/* ==========================================================================
   Stats Banner Section
   ========================================================================== */

.pu-art-cultural-stats-banner {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: var(--pu-art-cultural-navy);
    color: #ffffff;
}

.pu-art-cultural-stats-banner .container {
    position: relative;
    z-index: 1;
}

.pu-art-cultural-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.pu-art-cultural-stats-flower {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 198px;
    height: 198px;
    max-width: none;
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 26px rgba(102, 79, 218, 0.34));
    transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.pu-art-cultural-stats-flower-left {
    left: -83px;
    transform: translateY(-50%) scale(0.78) rotate(-130deg);
}

.pu-art-cultural-stats-flower-right {
    right: -83px;
    transform: translateY(-50%) scale(0.78) rotate(130deg);
}

.pu-art-cultural-stats-banner:hover .pu-art-cultural-stats-flower-left,
.pu-art-cultural-stats-banner:focus-within .pu-art-cultural-stats-flower-left {
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(0deg);
}

.pu-art-cultural-stats-banner:hover .pu-art-cultural-stats-flower-right,
.pu-art-cultural-stats-banner:focus-within .pu-art-cultural-stats-flower-right {
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(0deg);
}

.pu-art-cultural-champion-badge {
    min-width: 0;
}

.pu-art-cultural-laurel {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.pu-art-cultural-laurel img,
.pu-art-cultural-laurel svg {
    width: auto;
    height: 84px;
    filter: drop-shadow(0 4px 9px rgba(255, 200, 0, 0.2));
}

.pu-art-cultural-champion-text {
    min-width: 350px;
    text-align: center !important;
}

.pu-art-cultural-champion-num {
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0;
	font-family: var(--pu-font-heading);
}

.pu-art-cultural-champion-sub {
    margin-top: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-stats-pill {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: default;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, border-color 0.35s ease;
}

.pu-art-cultural-stats-pill:hover {
    border-color: rgba(115, 98, 176, 0.82);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 24px rgba(23, 13, 82, 0.28);
    transform: translateY(-3px);
}


/* ==========================================================================
   Section Header Block & Shared Badges
   ========================================================================== */

.pu-art-cultural-section-header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
}

.pu-art-cultural-section-badge {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    margin-bottom: 14px;
    border: 1px solid #dfddef;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(13, 7, 57, 0.13);
    color: #05040f;
    font-size: 16px;
    font-weight: 700;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-section-title {
    display: block;
    margin: 0 0 13px;
    background: linear-gradient(90deg, #5641E0 0%, #B53C72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.pu-art-cultural-section-desc {
    max-width: 90%;
    margin: 0 auto;
    color: #07070a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}


/* ==========================================================================
   Achievements & National Honours Section
   ========================================================================== */

.pu-art-cultural-cards-grid {
    margin-bottom: 75px;
}

.pu-art-cultural-achievement-card {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid rgba(15, 4, 69, 0.3);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.pu-art-cultural-achievement-card:hover {
    border-color: #b9b4d7;
    box-shadow: 0 8px 24px rgba(13, 7, 57, 0.07);
    transform: translateY(-2px);
}

.pu-art-cultural-card-left {
    position: relative;
    z-index: 1;
    display: flex;
    width: calc(100% - 250px);
    min-height: inherit;
    flex-direction: column;
    padding: 24px 26px;
}

.pu-art-cultural-card-highlight {
    display: inline-block;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #5641E0 0%, #B53C72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 85px;
    font-weight: 700;
    line-height: 0.9;
}

.pu-art-cultural-card-title {
    margin: 0;
    color: #5b3ee3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
}

.pu-art-cultural-card-desc {
    margin: auto 0 0;
    color: var(--pu-art-cultural-muted-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.pu-art-cultural-card-right {
    position: absolute;
    right: 48px;
    bottom: -10px;
    width: 178px;
    height: 215px;
}

.pu-art-cultural-card-image-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 8px 0 18px rgba(13, 7, 57, 0.23);
    opacity: 0.88;
    transform: translateY(25px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, box-shadow 0.4s ease;
}

.pu-art-cultural-achievement-flower {
    position: absolute;
    top: 75%;
    left: 37%;
    width: 280px;
    height: 280px;
    max-width: none !important;
    margin-top: -120px;
    margin-left: -120px;
    z-index: 1;
    opacity: 0;
    transform: scale(0) rotate(-90deg);
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.pu-art-cultural-achievement-card:hover .pu-art-cultural-achievement-flower {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
}

.pu-art-cultural-card-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center top;
}

.pu-art-cultural-achievement-card:hover .pu-art-cultural-card-image-wrapper {
    box-shadow: 8px -4px 22px rgba(13, 7, 57, 0.3);
    opacity: 1;
    transform: translateY(0);
}


/* ==========================================================================
   Honors List Section
   ========================================================================== */

.pu-art-cultural-honors-list {
    margin: 0;
    padding: 0 50px;
    background: #ffffff;
}

.pu-art-cultural-honors-row {
    margin: 0 auto 28px;
}

.pu-art-cultural-honors-row-secondary {
    max-width: 760px;
}

.pu-art-cultural-honor-item {
    display: flex;
    width: 100%;
    max-width: 360px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.pu-art-cultural-honor-laurel {
    width: auto;
    height: 63px;
    flex: 0 0 auto;
}

.pu-art-cultural-honor-text {
    min-width: 0;
}

.pu-art-cultural-honor-headline {
    margin: 0;
    color: #040404;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-honor-sub {
    margin: 4px 0 0;
    color: #151515;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.pu-art-cultural-honors-disclaimer {
    max-width: 760px;
    margin: 43px auto 0;
    color: rgba(21, 21, 21, 0.55);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
}


/* ==========================================================================
   Matters Section (Why It Matters)
   ========================================================================== */

.pu-art-cultural-matters-section {
    padding: 72px 0 96px;
    background: #ffffff;
}

.pu-art-cultural-matters-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
    text-align: center;
}

.pu-art-cultural-matters-title {
    margin: 10px 0 14px;
    background: linear-gradient(90deg, #5641E0 0%, #B53C72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.pu-art-cultural-matters-desc {
    max-width: 90%;
    margin: 0;
    color: #05040f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}

.pu-art-cultural-matters-grid {
    margin-top: 0;
}

.pu-art-cultural-matters-card {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 325px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 58px 40px 40px;
    border-radius: 18px;
    background: #120648;
    color: #ffffff;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.pu-art-cultural-matters-card > *:not(.pu-art-cultural-matters-flower) {
    position: relative;
    z-index: 1;
}

.pu-art-cultural-matters-flower {
    position: absolute;
    top: -95px;
    right: -100px;
    width: 400px;
    height: 260px;
    max-width: none !important;
    z-index: 0;
    opacity: 0;
    transform: scale(0) rotate(-90deg);
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.pu-art-cultural-matters-card:hover .pu-art-cultural-matters-flower {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
}

.pu-art-cultural-matters-card:hover {
    box-shadow: 0 18px 36px rgba(18, 6, 72, 0.18);
    transform: translateY(-3px);
}

.pu-art-cultural-matters-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 20px;
}

.pu-art-cultural-matters-card-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.pu-art-cultural-matters-card-desc {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}


/* ==========================================================================
   Director Section
   ========================================================================== */

.pu-art-cultural-director-section {
    background: #ffffff;
}

.pu-art-cultural-director-content {
    max-width: 560px;
}

.pu-art-cultural-director-title {
    margin: 22px 0 18px;
    background: linear-gradient(90deg, #5641E0 0%, #B53C72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.pu-art-cultural-director-quote {
    max-width: 530px;
    margin: 0 0 18px;
    color: #05040f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-director-name {
    color: #05040f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.pu-art-cultural-director-role {
    margin-top: 3px;
    color: #05040f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.pu-art-cultural-director-media {
    display: flex;
    justify-content: center;
}

.pu-art-cultural-director-media img {
    display: block;
    width: min(100%, 100%);
    height: auto;
    object-fit: contain;
}


/* ==========================================================================
   Events Section
   ========================================================================== */

.pu-art-cultural-events-section {
    background-color: #ffffff;
}

.pu-art-cultural-text-gradient {
    background: linear-gradient(90deg, #5e42e2, #d93988);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.pu-art-cultural-event-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: var(--pu-dark-navy);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.pu-art-cultural-event-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s ease;
}

.pu-art-cultural-event-card:hover .pu-art-cultural-event-card-img {
    transform: scale(1.05);
}

.pu-art-cultural-event-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(11, 7, 48, 0) 0%, rgba(11, 7, 48, 0.2) 30%, rgba(11, 7, 48, 0.95) 75%, rgba(11, 7, 48, 1) 100%);
    z-index: 2;
}

.pu-art-cultural-event-card-icon {
    position: absolute;
    top: -160px;
    right: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffc400;
    color: #000;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--pu-font-body);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    transition: all .3s ease;
	cursor: pointer;
}

.pu-art-cultural-event-card-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.pu-art-cultural-event-card:hover .pu-art-cultural-event-card-icon {
    transform: translateY(-2px);
}

.pu-art-cultural-event-card .pu-art-cultural-event-card-icon span{
	font-size: 13px;
	font-weight: 700;
    font-family: var(--pu-font-body);
}

.pu-art-cultural-event-card-content {
    position: relative;
    z-index: 3;
    padding: 30px 25px;
    height: 300px;
    display: flex;
    flex-direction: column;
}

.pu-art-cultural-event-sub-card-content{
	height: 210px !important;
}

.pu-art-cultural-event-card-sub-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pu-art-cultural-event-tag {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 16px;
    padding: 4px 14px;
    border-radius: 50px;
    margin-right: 6px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    font-weight: 700;
    font-family: var(--pu-font-body);
}

.pu-art-cultural-event-title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 12px;
}

.pu-art-cultural-text-gold {
    color: var(--pu-gold) !important;
}

.pu-art-cultural-event-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    color: #6f688f !important;
}

.pu-art-cultural-event-card .btn-light {
    width: fit-content;
    margin-top: auto; /* Pushes button to bottom */
    color: var(--pu-dark-navy);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.pu-art-cultural-event-card .btn-light:hover {
    background-color: var(--pu-gold);
    border-color: var(--pu-gold);
    color: var(--pu-dark-navy);
    transform: translateY(-2px);
}

/* ==========================================================================
   Stage Section & Infinite Carousel
   ========================================================================== */

.pu-art-cultural-stage-section {
    background-color: #ffffff;
}

.pu-art-cultural-stage-images-container {
    width: 100%;
	margin-bottom: 85px !important;
}

.pu-art-cultural-stage-images-track {
    width: max-content;
    animation: slideTrack 25s linear infinite;
    will-change: transform;
}

.pu-art-cultural-stage-images-track:hover {
    animation-play-state: paused;
}

@keyframes slideTrack {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.pu-art-cultural-stage-img {
    height: 300px;
    width: 280px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.pu-art-cultural-stage-fade-left,
.pu-art-cultural-stage-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 2;
    pointer-events: none;
}

.pu-art-cultural-stage-fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 100%);
}

.pu-art-cultural-stage-fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 100%);
}

.pu-art-cultural-stage-banner {
    background-color: #0F0445; 
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 55px 30px;
}

.pu-art-cultural-stage-banner-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #FFC800;
	margin-bottom: 1rem;
}

.pu-art-cultural-stage-banner-desc {
    margin-bottom: 0;
    color: rgba(255,255,255,0.85);
    font-size: 1.15rem;
    line-height: 1.3;
	width: 65%;
}

.pu-art-cultural-stage-cta-wrapper {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.pu-art-cultural-stage-cta-flower {
    position: absolute;
    top: 50%;
    left: 67%;
    width: 250px;
    height: 250px;
    margin-top: -125px;
    margin-left: -125px;
    opacity: 0;
    transform: scale(0) rotate(-90deg);
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    z-index: -1;
}

.pu-art-cultural-stage-banner:hover .pu-art-cultural-stage-cta-flower {
    opacity: 1;
    transform: scale(1.5) rotate(0deg);
}

.pu-art-cultural-stage-banner-btn {
    color: #0b0730 !important;
    box-shadow: 0px 0px 45.26px 0px #FFFFFF40;
    border-radius: 74.06px;
	padding: 15.46px 33.91px !important;
    gap: 8.23px;
    background: linear-gradient(180deg, #FFC800 0%, #FFB700 100%);
    border: 1.09px solid #ffc800;
    font-size: 1.4rem;
    font-weight: 700;
    transition: transform 0.3s ease, background-color 0.3s ease;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-stage-banner:hover .pu-art-cultural-stage-banner-btn {
    transform: translateY(-2px);
}


/* ==========================================================================
   International Exchange Section
   ========================================================================== */

.pu-art-cultural-international-section {
    background-color: #fafafa;
}

.pu-art-cultural-international-badge {
    font-size: 0.85rem;
    border-color: rgba(0,0,0,0.08) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.pu-art-cultural-international-desc {
    max-width: 950px;
    color: #111827;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
}

.pu-art-cultural-international-section .pu-art-cultural-event-card {
    height: 520px;
    background-color: #0b0730;
}

.pu-art-cultural-international-section .pu-art-cultural-event-card-overlay {
    background: linear-gradient(to bottom, rgba(11, 7, 48, 0) 0%, rgba(11, 7, 48, 0.2) 30%, rgba(11, 7, 48, 0.95) 75%, rgba(11, 7, 48, 1) 100%);
}

.pu-art-cultural-international-tag {
    font-size: 0.75rem;
    font-weight: 700;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-international-sub-tag{
	width: fit-content;
}

.pu-art-cultural-international-section .pu-art-cultural-event-desc {
    -webkit-line-clamp: 4;
}


/* ==========================================================================
   Festival Section & Dual Infinite Track
   ========================================================================== */

.pu-art-cultural-festival-section {
    background-color: #0b0730;
    overflow: hidden;
}

.pu-art-cultural-festival-section .pu-art-cultural-section-title {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: #FFC800;
    -webkit-text-fill-color: #FFC800;
}

.pu-art-cultural-festival-section .pu-art-cultural-section-desc {
    color: rgba(255, 255, 255, 0.85);
}

.pu-art-cultural-festival-badge {
    background-color: #ffffff;
    color: #0b0730;
    font-size: 1.125rem;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-festival-track-left,
.pu-art-cultural-festival-track-right {
    width: max-content;
    will-change: transform;
}

.pu-art-cultural-festival-track-left {
    animation: slideTrackLeft 35s linear infinite;
}

.pu-art-cultural-festival-track-right {
    animation: slideTrackRight 35s linear infinite;
}

.pu-art-cultural-festival-track-left:hover,
.pu-art-cultural-festival-track-right:hover {
    animation-play-state: paused;
}

@keyframes slideTrackLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes slideTrackRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.pu-art-cultural-festival-card {
    position: relative;
    width: 260px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.pu-art-cultural-festival-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pu-art-cultural-festival-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.pu-art-cultural-festival-card-tag {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: #111827;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    white-space: nowrap;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-festival-fade-left,
.pu-art-cultural-festival-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 2;
    pointer-events: none;
}

.pu-art-cultural-festival-fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(11, 7, 48, 1) 0%, rgba(11, 7, 48, 0.7) 40%, rgba(11, 7, 48, 0) 100%);
}

.pu-art-cultural-festival-fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(11, 7, 48, 1) 0%, rgba(11, 7, 48, 0.7) 40%, rgba(11, 7, 48, 0) 100%);
}


/* ==========================================================================
   Workshops Section
   ========================================================================== */

.pu-art-cultural-workshops-section {
    background-color: #fafafa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pu-art-cultural-workshop-badge {
    font-size: 0.85rem;
    border-color: rgba(0,0,0,0.08) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.pu-art-cultural-workshop-card {
    position: relative;
    border-radius: 16px;
    height: 250px;
    background: radial-gradient(circle at right center, #250AAB 0%, #0F0445 75%);
    transition: transform 0.3s ease;
}

.pu-art-cultural-workshop-img {
    position: absolute;
    bottom: 0;
    right: 1%;
    height: 115%;
    width: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.pu-art-cultural-workshop-content {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 2;
}

.pu-art-cultural-workshop-title {
    font-size: 1.45rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-workshop-desc {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    margin-bottom: 0;
}


/* ==========================================================================
   Student Clubs Section
   ========================================================================== */

.pu-art-cultural-clubs-section {
    background-color: #fafafa;
}

.pu-art-cultural-club-card {
    background-color: #ffffff;
    border: 2px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 50px 30px 30px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pu-art-cultural-club-card > * {
    position: relative;
    z-index: 1;
}

.pu-art-cultural-club-flower {
    position: absolute;
    top: -67px;
    right: -47px;
    width: 180px;
    height: 180px;
    opacity: 0;
    transform: scale(0) rotate(90deg);
    transform-origin: calc(100% - 47px) 67px;
    transition: opacity 0.4s ease, transform 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.pu-art-cultural-club-card:hover .pu-art-cultural-club-flower {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.pu-art-cultural-club-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.pu-art-cultural-club-logo-wrapper {
    position: relative;
    height: 80px;
	margin-bottom: 20px !important;
}

.pu-art-cultural-club-logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 180px;
    height: auto;
    object-fit: contain;
    transition: opacity 0.4s ease;
}

.pu-art-cultural-club-logo-hover {
    opacity: 0;
}

.pu-art-cultural-club-card:hover .pu-art-cultural-club-logo-default {
    opacity: 0;
}

.pu-art-cultural-club-card:hover .pu-art-cultural-club-logo-hover {
    opacity: 1;
}

.pu-art-cultural-club-desc {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0;
}


/* ==========================================================================
   FAQ Section
   ========================================================================== */

.pu-art-cultural-faq-section {
    background-color: #f5f5f7;
}

.pu-art-cultural-faq-accordion .accordion-button {
    color: #4b5563;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-weight: 700;
    font-size: clamp(1.1rem, 2.2vw, 1.3rem);
}

.pu-art-cultural-faq-accordion .accordion-body {
    line-height: 1.6;
    font-size: 1rem;
    color: #4b5563;
/* 	padding: 0 23px 23px !important; */
}

.pu-art-cultural-faq-accordion .accordion-button:not(.collapsed) {
    color: #111827;
}

.pu-art-cultural-faq-accordion .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 1.8rem;
    font-weight: 500;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.pu-art-cultural-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.pu-art-cultural-faq-accordion .border-secondary-subtle {
    border-color: rgba(0,0,0,0.08) !important;
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
}


/* ==========================================================================
   Miscellaneous Utilities
   ========================================================================== */

img.pu-art-cultural-select-disable {
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.apply-area {
    background: linear-gradient(90deg, #362B8D -13.85%, #9360A2 24.7%, #F9C474 84.1%);
    padding: .75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.apply-area .apply-area-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.apply-area .apply-area-wrapper .apply-area-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 .4375rem;
}

.apply-area .admission {
    padding-right: 1rem;
    border-right: 2px solid var(--white);
}

.apply-area .apply-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    gap: .4375rem;
    transition: all .35s;
}


/* ==========================================================================
   CONSOLIDATED RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* --- 1. Large Screens (> 1440px) --- */
@media (min-width: 1441px) {
    .pu-art-cultural-stats-flower-left {
        left: calc(50% - 660px - 200px);
    }
    .pu-art-cultural-stats-flower-right {
        right: calc(50% - 660px - 200px);
    }
}

/* --- 2. Desktop Standard (1200px - 1440px) --- */
@media (min-width: 1200px) and (max-width: 1440px) {
    .pu-art-cultural-stats-flower-left {
        left: calc(50% - 570px - 245px);
    }
    .pu-art-cultural-stats-flower-right {
        right: calc(50% - 570px - 245px);
    }
}

@media (max-width: 1399px) {
    .pu-art-cultural-stats-banner {
        padding: 44px 0;
    }
    .pu-art-cultural-laurel img,
    .pu-art-cultural-laurel svg {
        height: 75px;
    }
    .pu-art-cultural-champion-text {
        min-width: 300px;
    }
    .pu-art-cultural-champion-num {
        font-size: 52px;
    }
    .pu-art-cultural-champion-sub {
        font-size: 17px;
    }
    .pu-art-cultural-stats-pill {
        min-width: 236px;
        min-height: 66px;
        padding: 0 28px;
        font-size: 17px;
    }
}

/* --- 3. Small Laptop / Large Tablet (1041px - 1199px) --- */
@media (max-width: 1199px) {
/*     .pu-art-cultural-hero-collage {
        height: 380px;
    } */
	.pu-art-cultural-stage-banner-btn{
		    width: max-content;
		    font-size: 1.125rem;
	}
    .pu-art-cultural-stats-banner {
        padding: 34px 0;
    }
    .pu-art-cultural-stats-row {
        gap: 20px;
    }
    .pu-art-cultural-laurel img,
    .pu-art-cultural-laurel svg {
        height: 60px;
    }
    .pu-art-cultural-champion-text {
        min-width: 246px;
    }
    .pu-art-cultural-champion-num {
        font-size: 44px;
    }
    .pu-art-cultural-champion-sub {
        font-size: 14px;
    }
    .pu-art-cultural-stats-pills {
        width: auto;
        flex-wrap: wrap !important;
        gap: 12px !important;
    }
    .pu-art-cultural-stats-pill {
        min-width: 196px;
        min-height: 56px;
        padding: 0 22px;
        font-size: 15px;
    }
    .pu-art-cultural-stats-flower {
        width: 168px;
        height: 168px;
    }
    .pu-art-cultural-stats-flower-left {
        left: -115px;
    }
    .pu-art-cultural-stats-flower-right {
        right: -115px;
    }
    .pu-art-cultural-card-left {
        width: calc(100% - 160px);
        padding: 20px;
    }
    .pu-art-cultural-card-right {
        right: 20px;
        width: 130px;
        height: 180px;
        bottom: -10px;
    }
    .pu-art-cultural-card-image-wrapper {
        width: 100%;
        height: 100%;
        transform: translateY(15px);
    }
    .pu-art-cultural-card-highlight {
        font-size: 56px;
        margin-bottom: 10px;
    }
    .pu-art-cultural-card-title {
        font-size: 18px;
    }
    .pu-art-cultural-card-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .pu-art-cultural-achievement-flower {
        width: 180px;
        height: 180px;
        margin-top: -90px;
        margin-left: -90px;
    }
    .pu-art-cultural-workshop-card {
        height: auto;
        min-height: 275px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 20px;
    }
    .pu-art-cultural-workshop-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .pu-art-cultural-workshop-img {
        position: relative;
        bottom: 0;
        right: 0;
        height: 180px;
        width: auto;
        align-self: center;
        margin-top: auto;
    }
}

/* --- 4. Transition Breakpoint (1040px) --- */
@media (max-width: 1040px) {
	
		.pu-art-cultural-workshop-img{
		    height: 112% !important;
	}
	
	.pu-art-cultural-workshop-card{
		    height: 219px !important;
	}
    .pu-art-cultural-stats-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pu-art-cultural-stats-pills {
        flex-wrap: wrap !important;
        justify-content: center;
        width: 100%;
    }
    .pu-art-cultural-stats-pill {
        min-width: 170px;
        padding: 0 20px;
    }
}

/* --- 5. Tablet Landscape (991px) --- */
@media (max-width: 991px) {
	

	
    .pu-art-cultural-section {
        padding: 56px 0;
    }
    .pu-art-cultural-hero-content {
        padding-top: 0;
    }
    .pu-art-cultural-hero-title,
    .pu-art-cultural-hero-desc {
        max-width: none;
    }
    .pu-art-cultural-hero-title {
        font-size: clamp(34px, 7vw, 44px);
    }
    .pu-art-cultural-hero-desc {
        font-size: 16px;
    }
    .pu-art-cultural-hero-collage {
        height: auto;
        aspect-ratio: 1.47 / 1;
    }
    .pu-art-cultural-stats-row {
        flex-direction: column;
    }
	
	.pu-art-cultural-workshop-row{
		gap: 2.5rem 0;
	}
	
    .pu-art-cultural-stats-pills {
        width: 100%;
        flex-wrap: wrap !important;
    }
    .pu-art-cultural-cards-grid {
        margin-bottom: 48px;
    }
    .pu-art-cultural-matters-section {
        padding: 56px 0 72px;
    }
    .pu-art-cultural-matters-title {
        font-size: clamp(34px, 7vw, 46px);
    }
    .pu-art-cultural-matters-card {
        min-height: 190px;
        padding: 34px;
    }
    .pu-art-cultural-director-content {
        max-width: none;
        text-align: center;
    }
    .pu-art-cultural-director-title {
        font-size: clamp(34px, 7vw, 46px);
    }
    .pu-art-cultural-director-quote {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
    }
    .pu-art-cultural-director-media img {
        width: min(100%, 380px);
    }
}

/* --- 6. Tablet Portrait (767px) --- */
@media (max-width: 767px) {
	.pu-art-cultural-workshop-row{
		gap: 2.5rem 0;
	}
    .pu-art-cultural-stage-cta-wrapper {
/*         align-self: center; */
        margin-top: 20px;
        display: inline-block;
    }
    .pu-art-cultural-stage-banner-btn {
        padding: 3px 14px !important
    }
/*     .pu-art-cultural-honors-list {
        padding: 0 15px;
    } */
}

/* --- 7. Smartphones Standard (575px) --- */
@media (max-width: 575px) {
	
	.pu-art-cultural-section-header-block{
		    margin-bottom: 40px;
	}
	
	.pu-art-cultural-section-header-block{
		        margin-bottom: 30px;
	}
	
	
	.pu-art-cultural-hero-content{
		text-align: center;
	}
	
	.pu-art-cultural-hero-section .container .gy-5{
		gap: 1rem 0 !important;
	}
	
	.pu-art-cultural-honors-list{
		padding: 0;
	}
	
	.pu-art-cultural-stage-banner-btn{
		font-size: 1rem;
	}
	
    .pu-art-cultural-section {
        padding: 30px 0;
    }
    .pu-art-cultural-hero-title {
        font-size: 40px;
    }
    .pu-art-cultural-hero-desc {
        margin-top: 18px;
        font-size: 14px;
    }
    .pu-art-cultural-hero-actions {
        display: grid;
        gap: 12px;
    }
    .pu-art-cultural-button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        font-size: 15px;
    }
    .pu-art-cultural-hero-collage {
        display: flex;
        flex-direction: column;
        gap: 12px;
        aspect-ratio: auto;
    }
    .pu-art-cultural-collage-item-tall {
        aspect-ratio: 1.1 / 1;
    }
    .pu-art-cultural-collage-item-top,
    .pu-art-cultural-collage-item-bottom {
        aspect-ratio: 1.52 / 1;
    }
	
	
	    .pu-art-cultural-hero-collage {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pu-art-cultural-collage-item-tall {
        grid-column: 1 / -1;
        aspect-ratio: 1.6 / 1;
    }

    .pu-art-cultural-collage-item-top,
    .pu-art-cultural-collage-item-bottom {
        aspect-ratio: 1 / 1;
    }

    .pu-art-cultural-hero-collage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
	
	
	
    .pu-art-cultural-laurel img,
    .pu-art-cultural-laurel svg {
        height: 48px;
    }
    .pu-art-cultural-stats-banner {
        padding: 24px 0;
    }
    .pu-art-cultural-stats-flower {
        width: 132px;
        height: 132px;
    }
    .pu-art-cultural-stats-flower-left {
        left: -76px;
    }
    .pu-art-cultural-stats-flower-right {
        right: -76px;
    }
    .pu-art-cultural-champion-badge {
        width: 100%;
        gap: 10px !important; 
    }
    .pu-art-cultural-champion-text {
        min-width: 0;
    }
    .pu-art-cultural-champion-num {
        font-size: 42px;
    }
    .pu-art-cultural-champion-sub {
        font-size: 12px;
        white-space: normal;
    }
    .pu-art-cultural-stats-pills {
        display: grid;
        gap: 12px;
    }
    .pu-art-cultural-stats-pill {
        width: 100%;
        min-width: 0;
        min-height: 46px;
        padding: 0 18px;
        font-size: 14px;
        white-space: normal;
    }
    .pu-art-cultural-section-title {
        font-size: 32px;
    }
    .pu-art-cultural-section-desc {
        font-size: 15px;
    }
    .pu-art-cultural-achievement-card {
        min-height: 168px;
    }
    .pu-art-cultural-card-left {
        width: calc(100% - 112px);
        padding: 18px;
    }
    .pu-art-cultural-card-highlight {
        font-size: 40px;
    }
    .pu-art-cultural-card-title {
        font-size: 15px;
    }
    .pu-art-cultural-card-desc {
        font-size: 12px;
    }
    .pu-art-cultural-card-right,
    .pu-art-cultural-card-image-wrapper {
        width: 94px;
        height: 122px;
    }
    .pu-art-cultural-card-right {
        right: 24px;
        bottom: -12px;
    }
    .pu-art-cultural-achievement-flower {
        width: 150px;
        height: 150px;
        max-width: none !important;
        margin-top: -75px;
        margin-left: -75px;
    }
    .pu-art-cultural-honor-item {
        max-width: 100%;
    }
    .pu-art-cultural-honor-laurel {
        height: 100%;
    }
    .pu-art-cultural-matters-section {
        padding: 48px 0 60px;
    }
    .pu-art-cultural-matters-header {
        margin-bottom: 26px;
    }
    .pu-art-cultural-matters-title {
        font-size: 32px;
    }
    .pu-art-cultural-matters-desc {
        font-size: 15px;
    }
    .pu-art-cultural-matters-card {
        min-height: 178px;
        padding: 28px 24px;
        border-radius: 14px;
    }
    .pu-art-cultural-matters-flower {
        width: 140px;
        height: 140px;
        top: -45px;
        right: -45px;
    }
    .pu-art-cultural-matters-card-title {
        font-size: 18px;
    }
    .pu-art-cultural-matters-card-desc {
        font-size: 13px;
    }
    .pu-art-cultural-director-title {
        margin-top: 18px;
        font-size: 33px;
    }
    .pu-art-cultural-director-quote {
        font-size: 15px;
        line-height: 1.42;
    }
    .pu-art-cultural-director-name {
        font-size: 16px;
    }
    .pu-art-cultural-director-role {
        font-size: 13px;
    }
    .pu-art-cultural-stage-img {
        height: 200px;
        width: 180px;
    }
    .pu-art-cultural-festival-card {
        width: 180px;
        height: 240px;
    }
    .pu-art-cultural-stage-banner {
        padding: 40px 20px !important;
    }
    .pu-art-cultural-stage-banner-text h3 {
        font-size: 1.5rem !important;
    }
    .pu-art-cultural-stage-banner-text p {
        font-size: 0.95rem !important;
    }
	
}

/* --- 8. Compact Smartphones (430px) --- */
@media (max-width: 430px) {
	
	.pu-art-cultural-workshop-row{
		gap: 3.5rem;
	}
	
    .pu-art-cultural-event-card {
        height: 400px;
    }
	.pu-art-cultural-international-section{
		        padding: 14px 0 !important;
	}
    .pu-art-cultural-international-section .pu-art-cultural-event-card {
        height: 420px;
    }
    .pu-art-cultural-stage-img {
        height: 180px;
        width: 160px;
    }
    .pu-art-cultural-festival-card {
        width: 160px;
        height: 220px;
    }
}

/* --- 9. Small Screen Smartphones (360px) --- */
@media (max-width: 360px) {
    .pu-art-cultural-champion-num {
        font-size: 38px;
    }
    .pu-art-cultural-champion-sub {
        font-size: 11px;
    }
    .pu-art-cultural-laurel img,
    .pu-art-cultural-laurel svg {
        height: 38px;
    }
    .pu-art-cultural-stats-pill {
        font-size: 13px;
        padding: 0 12px;
    }
    .pu-art-cultural-card-left {
        width: calc(100% - 100px);
        padding: 12px;
    }
    .pu-art-cultural-card-right {
        width: 80px;
        height: 110px;
        right: 12px;
    }
}







/* --- Workshops Section --- */
.pu-art-cultural-workshops-section {
    background-color: #fafafa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pu-art-cultural-workshop-badge {
    font-size: 0.85rem;
    border-color: rgba(0,0,0,0.08) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.pu-art-cultural-workshop-card {
    position: relative;
    border-radius: 16px;
    height: 280px;
    background: radial-gradient(circle at right center, #250AAB 0%, #0F0445 75%);
    transition: transform 0.3s ease;
}

.pu-art-cultural-workshop-img {
    position: absolute;
    bottom: 0;
    right: 1%;
    height: 115%;
    width: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.pu-art-cultural-workshop-content {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 2;
}

.pu-art-cultural-workshop-title {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.pu-art-cultural-workshop-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- Mobile Layout (Content Top + Image Bottom) --- */
@media (max-width: 767px) {

    .pu-art-cultural-workshop-card {
        height: 500px;
        overflow: hidden;
    }

    .pu-art-cultural-workshop-content {
        position: absolute;
        top: 40px;
        left: 24px;
        right: 24px;
        width: auto;
        transform: none;
        text-align: center;
    }

    .pu-art-cultural-workshop-img {
        position: absolute;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        height: 60%;
        width: auto;
    }
	
	.pu-art-culture-faq-block-badge{
		font-size: 1.3rem !important;
	}
}

/* --- Extra Small Devices --- */
@media (max-width: 480px) {

    .pu-art-cultural-workshop-card {
        height: 400px;
    }

    .pu-art-cultural-workshop-content {
        top: 24px;
        left: 20px;
        right: 20px;
    }

    .pu-art-cultural-workshop-title {
        font-size: 1.15rem;
    }

    .pu-art-cultural-workshop-desc {
        font-size: 0.8rem;
    }

    .pu-art-cultural-workshop-img {
        height: 75%;
    }
	    .pu-art-cultural-workshop-row {
        gap: 0px;
    }
}

/* --- Very Small Devices (360px) --- */
@media (max-width: 360px) {

    .pu-art-cultural-workshop-card {
        height: 340px;
    }

    .pu-art-cultural-workshop-img {
        height: 60%;
    }
}






/* --- FAQ Section --- */
.pu-art-cultural-faq-section {
    background-color: #f5f5f7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pu-art-cultural-faq-accordion .accordion-button {
    color: #4b5563;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pu-art-cultural-faq-accordion .accordion-button:not(.collapsed) {
    color: #111827;
}

.pu-art-cultural-faq-accordion .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 1.8rem;
    font-weight: 500;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.pu-art-cultural-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.pu-art-cultural-faq-accordion .border-secondary-subtle {
    border-color: rgba(0,0,0,0.08) !important;
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
}

.pu-art-culture-faq-block-badge{
	font-size: 32px;
	font-weight: 400;
	font-family: var(--pu-font-body);
}

.pu-art-cultural-faq-section .pu-art-cultural-hero-title{
	max-width: 100% !important;
}

.pu-art-culture-faq-question{
	padding: 0;
}
.pu-art-cultural-faq-accordion .accordion-body{
	padding-bottom: 1.5rem !important;
}







/* ==========================================================================
   Event Gallery Modal
   ========================================================================== */

.pu-art-cultural-gallery-modal .modal-dialog{
    max-width: 1320px;
}

.pu-art-cultural-gallery-modal .modal-content{
    border: none;
    border-radius: 32px;
    padding: 50px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(16,24,40,.12);
}

/* Header */

.pu-art-cultural-gallery-modal .modal-header{
    border: 0;
    padding: 0;
    position: relative;
    justify-content: center;
    text-align: center;
}

.pu-art-cultural-gallery-modal .modal-header > div{
    width: 100%;
}

.pu-art-cultural-gallery-tags{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:22px;
}

.pu-art-cultural-gallery-tags .pu-art-cultural-modal-event-tag{
    margin:0;
    font-family: var(--pu-font-body);
    font-size:15px;
    font-weight:700;
	border: 1px solid #0F04450A;
	box-shadow: 0px 0px 7px 0px #5641E033 inset;
	box-shadow: 0px 4px 6px 0px #00000014;
	width: 145;
	height: 44;
	padding: 8px 16px;
	gap: 8px;
	opacity: 1;
	border-radius: 24px;
	border-width: 1px;
}



.pu-art-cultural-gallery-title{
    font-family: var(--pu-font-heading);
    font-size: clamp(2.4rem,4vw,4rem);
    line-height:1.08;
    color:#6B46E5;
    margin-bottom:18px;
    font-weight:700;
    text-align:center;
}

.pu-art-cultural-gallery-description{
    font-family: var(--pu-font-body);
    font-size:18px;
    line-height:1.5;
    color:#444;
    max-width:760px;
    margin:0 auto;
    text-align:center;
}

/* Close */

.pu-art-cultural-gallery-close{
    position:absolute;
    top:0;
    right:0;
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.pu-art-cultural-gallery-close:hover{
    background:#ececec;
    transform:rotate(90deg);
}

/* Body */

.pu-art-cultural-gallery-body{
    padding:50px 0 0;
}

.pu-art-cultural-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.pu-art-cultural-gallery-grid img{
    width:100%;
    aspect-ratio:1;
    object-fit:cover;
    border-radius:18px;
    transition:.35s;
}

.pu-art-cultural-gallery-grid img:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

/* Empty */

.pu-art-cultural-gallery-empty{
    grid-column:1/-1;
    padding:80px 20px;
    border:2px dashed #e5e5e5;
    border-radius:22px;
    text-align:center;
    font-family:var(--pu-font-body);
    font-size:18px;
    color:#8b8b8b;
}

/* Footer */

.pu-art-cultural-gallery-footer{
    border:0;
    justify-content:center;
    padding:42px 0 0;
}

.pu-art-cultural-gallery-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	min-width: fit-content;
    height: 50px;
    padding: 0 30px;
    border: none;
	border: 2px solid #ffcc4d;
    border-radius: 999px !important;
    font-family: var(--pu-font-body);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #111 !important;
    text-decoration: none;
    background: linear-gradient(180deg, #FFD43B 0%, #FFC107 100%);
    transition: all .35s ease;
}

.pu-art-cultural-gallery-button:hover {
    color: #111 !important;
    text-decoration: none;
}

.pu-art-cultural-gallery-button:focus {
    color: #111 !important;
    box-shadow:
        0 0 0 4px rgba(255,193,7,.25),
        inset 0 3px 0 rgba(255,255,255,.35);
}
/* Responsive */

@media (max-width:1199px){

    .pu-art-cultural-gallery-modal .modal-content{
        padding:40px;
    }

    .pu-art-cultural-gallery-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:767px){

    .pu-art-cultural-gallery-modal .modal-content{
        padding:22px;
        border-radius:22px;
    }

    .pu-art-cultural-gallery-title{
        font-size:2rem;
    }

    .pu-art-cultural-gallery-description{
        font-size:16px;
    }

    .pu-art-cultural-gallery-grid{
        grid-template-columns:repeat(2,1fr);
        gap:14px;
    }

    .pu-art-cultural-gallery-button{
        width:100%;
    }

}



@media (max-width: 991.98px) {
    .pu-art-cultural-top-header-spacer {
        height: 120px !important;
    }

    .pu-art-cultural-hero-section {
        padding-top: 20px !important;
        padding-bottom: 24px !important;
    }

    .pu-art-cultural-hero-section .gy-5 {
        --bs-gutter-y: 1rem !important;
        row-gap: 16px !important;
    }

    .desktop-actions {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 14px !important;
        margin-top: 20px !important;
    }

    .mobile-actions {
        display: none !important;
    }

    .pu-art-cultural-hero-content {
        order: 1;
        text-align: center;
        padding-top: 0;
        max-width: 100% !important;
    }

    .pu-art-cultural-hero-media {
        order: 2;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    .pu-art-cultural-hero-title {
        font-size: clamp(34px, 5vw, 46px) !important;
        line-height: 1.15 !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .pu-art-cultural-hero-desc {
        max-width: 680px !important;
        margin: 14px auto 0 !important;
        font-size: 17px !important;
        line-height: 1.45 !important;
    }

    .pu-art-cultural-hero-actions {
        margin-top: 20px !important;
        gap: 14px !important;
        width: 100% !important;
        justify-content: center !important;
        flex-direction: row !important;
    }

    .pu-art-cultural-button {
        width: auto !important;
        min-width: 180px !important;
        min-height: 48px !important;
        font-size: 16px !important;
    }

    /* Images Collage on Tablet */
    .pu-art-cultural-hero-collage {
        display: grid !important;
        grid-template-columns: 1.35fr 1fr !important;
        grid-template-rows: 1fr 1fr !important;
        gap: 12px !important;
        height: 100% !important;
        aspect-ratio: auto !important;
        margin-bottom: 0 !important;
    }

    .pu-art-cultural-collage-item-tall {
        grid-row: span 2 !important;
        grid-column: auto !important;
        aspect-ratio: auto !important;
    }

    .pu-art-cultural-collage-item-top,
    .pu-art-cultural-collage-item-bottom {
        aspect-ratio: auto !important;
    }

    .pu-art-cultural-collage-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
}


@media (max-width: 575px) {
    .pu-art-cultural-hero-section {
        padding-top: 15px !important;
        padding-bottom: 20px !important;
    }

    .pu-art-cultural-hero-media {
        margin-top: 16px !important;
        margin-bottom: 0 !important;
    }

    .desktop-actions {
        display: none !important;
    }

    .mobile-actions {
        display: flex !important;
        flex-direction: column !important;
        margin-top: 16px !important;
        margin-bottom: 0 !important;
        gap: 10px !important;
        width: 100% !important;
    }

	.pu-art-cultural-hero-content{
		margin-top: 30px;
	}
	
    .pu-art-cultural-hero-title {
        font-size: 40px !important;
        line-height: 1.15 !important;
    }

    .pu-art-cultural-hero-desc {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-top: 12px !important;
    }

    .pu-art-cultural-button {
        min-height: 48px !important;
        font-size: 16px !important;
        width: 100% !important;
    }

    .pu-art-cultural-hero-collage {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        height: auto !important;
        margin-bottom: -56px !important;
    }

    .pu-art-cultural-collage-item-tall {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        aspect-ratio: 1.6 / 1 !important;
    }

    .pu-art-cultural-collage-item-top,
    .pu-art-cultural-collage-item-bottom {
        aspect-ratio: 1.15 / 1 !important;
    }
}


/* ==========================================================================
   MOBILE PHONE RESPONSIVE OVERRIDES (max-width: 576px)
   ========================================================================== */

/* Modifier utilities */
@media (min-width: 577px) {
	
	.pu-art-cultural-gallery-tags{
		flex-direction: column !important;
	}
    .pu-mobile-only {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .pu-desktop-only {
        display: none !important;
    }

    /* ----------------------------------------------------------------------
       Section 1: Hero Stat Banner
       ---------------------------------------------------------------------- */
    .pu-art-cultural-stats-row {
        flex-direction: column !important;
        gap: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pu-art-cultural-stats-pills {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .pu-art-cultural-stats-pill {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 0 12px !important;
        font-size: 14px !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* 75+ Nationalities pill is 3rd child in PHP HTML: display first, full width, single line */
    .pu-art-cultural-stats-pills .pu-art-cultural-stats-pill:nth-child(3) {
        grid-column: 1 / -1 !important;
        order: -1 !important;
        white-space: nowrap !important;
        font-size: clamp(11px, 3.4vw, 15px) !important;
        padding: 0 8px !important;
    }

    .pu-art-cultural-stats-pills .pu-art-cultural-stats-pill:nth-child(2) {
        order: 1 !important;
    }

    .pu-art-cultural-stats-pills .pu-art-cultural-stats-pill:nth-child(1) {
        order: 2 !important;
    }


    /* ----------------------------------------------------------------------
       Section 2: Champions on National Stage (Awards Cards)
       ---------------------------------------------------------------------- */
    .pu-art-cultural-cards-grid .col-md-6,
    .pu-art-cultural-cards-grid .col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pu-art-cultural-achievement-card {
        min-height: 180px !important;
        margin-bottom: 0 !important;
    }

    .pu-art-cultural-card-left {
        width: calc(100% - 130px) !important;
        padding: 20px 16px !important;
    }

    .pu-art-cultural-card-highlight {
        font-size: clamp(41px, 12vw, 75px) !important;
        margin-bottom: 8px !important;
        line-height: 0.9 !important;
    }

    .pu-art-cultural-card-title {
        font-size: clamp(16px, 4vw, 22px) !important;
        line-height: 1.2 !important;
    }

    .pu-art-cultural-card-desc {
        font-size: clamp(12px, 3vw, 15px) !important;
        margin-top: 8px !important;
    }

    .pu-art-cultural-card-right {
        right: 15px !important;
        bottom: 0px !important;
        width: 127px !important;
        height: 155px !important;
    }

    .pu-art-cultural-card-image-wrapper {
        width: 100% !important;
        height: 100% !important;
        transform: translateY(0) !important;
        opacity: 1 !important;
    }

    /* Preserve yellow scalloped background flourish behind each badge image */
    .pu-art-cultural-achievement-flower {
        opacity: 1 !important;
        transform: scale(1) rotate(0deg) !important;
        width: 213px !important;
        height: 253px !important;
        top: 60% !important;
        left: 26% !important;
        max-width: none !important;
    }


    /* ----------------------------------------------------------------------
       Section 3: Events & Activities ("From every week to once a year.")
       Matches attached screenshot image 1
       ---------------------------------------------------------------------- */
    .pu-art-cultural-events-section {
        background-color: #ffffff !important;
        padding: 25px 0 !important;
    }

    .pu-events-slider-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        overflow: visible !important;
    }

    .pu-events-slide-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card {
        background-color: #0b0730 !important;
        border: none !important;
        flex-direction: row !important;
        align-items: center !important;
        height: auto !important;
        min-height: 130px !important;
        padding: 12px !important;
        border-radius: 18px !important;
        gap: 14px !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card-img {
        position: relative !important;
        width: 110px !important;
        height: 110px !important;
        min-height: 110px !important;
        object-fit: cover !important;
        border-radius: 14px !important;
        flex-shrink: 0 !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card-overlay {
        display: none !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card-content {
        position: relative !important;
        width: calc(100% - 124px) !important;
        height: auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-tag {
        font-size: 11px !important;
        padding: 2px 10px !important;
        margin-bottom: 6px !important;
        margin-right: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-radius: 50px !important;
        background: transparent !important;
        color: #ffffff !important;
        width: fit-content !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-title {
        font-size: 17px !important;
        font-weight: 700 !important;
        color: #ffc800 !important;
        margin-top: 2px !important;
        margin-bottom: 10px !important;
        line-height: 1.2 !important;
    }

    /* Visually remove description text on mobile */
    .pu-art-cultural-events-section .pu-art-cultural-event-desc {
        display: none !important;
    }

    /* Primary white button + Explore button on same line */
    .pu-art-cultural-events-section .pu-art-cultural-event-card-actions {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: 2px !important;
		justify-content: space-between;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card-actions .btn-light {
        margin-top: 0 !important;
                padding: 6px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        color: #0b0730 !important;
        border: none !important;
        line-height: 1 !important;
width: 47%;
    }

    /* Explore button matching attached image 1: dark background, gold border, gold text, gold icon */
    .pu-art-cultural-events-section .pu-art-cultural-event-card-icon {
        position: static !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        margin: 0 !important;
        padding: 5px 6px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        border-radius: 8px !important;
        background: #0d0739 !important;
        border: 1.5px solid #ffc800 !important;
        color: #ffc800 !important;
        cursor: pointer !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card-icon span {
        color: #ffc800 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    .pu-art-cultural-events-section .pu-art-cultural-event-card-icon img {
        width: 16px !important;
        height: 16px !important;
        filter: invert(82%) sepia(85%) saturate(1480%) hue-rotate(358deg) brightness(103%) contrast(106%) !important;
    }

    /* Nav arrows at bottom of Section 3 */
    .pu-events-nav-controls {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        margin-top: 24px !important;
		font-weight: 700;
    }

    .pu-events-nav-btn {
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        border: none !important;
        background: #ffffff !important;
        color: #111827 !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    }


    /* ----------------------------------------------------------------------
       Section 4: International Exchange ("Global understanding, by design.")
       Matches attached reference screenshot image
       ---------------------------------------------------------------------- */
    .pu-art-cultural-international-section {
        background-color: #ffffff !important;
        padding: 15px 0 !important;
    }

    .pu-art-cultural-international-section .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .pu-intl-slider-wrapper {
        position: relative !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
/*         padding: 0 28px !important; */
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .pu-intl-cards-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        gap: 0 !important;
        width: 96% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pu-intl-cards-row::-webkit-scrollbar {
        display: none !important;
    }

    .pu-intl-slide-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: center !important;
        scroll-snap-stop: always !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    .pu-art-cultural-international-section .pu-art-cultural-event-card {
        position: relative !important;
        height: 460px !important;
        width: 100% !important;
        border-radius: 28px !important;
        overflow: hidden !important;
        background-color: #0b0730 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        border: none !important;
        margin: 0 auto !important;
        box-shadow: 0 12px 30px rgba(11, 7, 48, 0.15) !important;
    }

    .pu-art-cultural-international-section .pu-art-cultural-event-card-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
        z-index: 1 !important;
        border-radius: 28px !important;
    }

    .pu-art-cultural-international-section .pu-art-cultural-event-card-overlay {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(180deg, rgba(11, 7, 48, 0.05) 0%, rgba(11, 7, 48, 0.35) 40%, rgba(11, 7, 48, 0.88) 75%, #0b0730 100%) !important;
        z-index: 2 !important;
        pointer-events: none !important;
    }

    .pu-art-cultural-international-section .pu-art-cultural-event-card-content {
        position: relative !important;
        z-index: 3 !important;
        padding: 24px 22px !important;
        height: auto !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        box-sizing: border-box !important;
    }

    .pu-art-cultural-international-tag {
        background-color: #ffffff !important;
        color: #0b0730 !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        padding: 5px 16px !important;
        border-radius: 999px !important;
        margin-bottom: 12px !important;
        width: fit-content !important;
        display: inline-block !important;
        border: none !important;
    }

    .pu-art-cultural-international-section .pu-art-cultural-event-title {
        color: #ffc800 !important;
        font-size: 23px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .pu-art-cultural-international-section .pu-art-cultural-event-desc {
        display: block !important;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        margin-bottom: 0 !important;
        -webkit-line-clamp: 4 !important;
        font-weight: 400 !important;
    }

    /* Chevron arrow icons - Positioned relative to .pu-intl-slider-wrapper */
    .pu-intl-nav-btn {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10 !important;
        width: 24px !important;
        height: 40px !important;
        border: none !important;
        background: transparent !important;
        color: #111827 !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: none !important;
        cursor: pointer !important;
        padding: 0 !important;
        transition: opacity 0.2s ease !important;
    }

    .pu-intl-prev-btn {
        left: -16px !important
    }

    .pu-intl-next-btn {
        right: -16px !important;
    }


    /* ----------------------------------------------------------------------
       Section 5: Workshops & Training ("Where talent is trained, not just shown.")
       ---------------------------------------------------------------------- */
    .pu-art-cultural-workshop-row .col-md-6,
    .pu-art-cultural-workshop-row .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pu-art-cultural-workshop-card {
        height: 190px !important;
        min-height: 180px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        position: relative !important;
        background: radial-gradient(circle at right center, #250AAB 0%, #0F0445 75%) !important;
        display: flex !important;
        align-items: center !important;
    }

    .pu-art-cultural-workshop-content {
        position: absolute !important;
        top: 50% !important;
        left: 20px !important;
        right: auto !important;
        transform: translateY(-50%) !important;
        width: 46% !important;
        text-align: left !important;
        margin: 0 !important;
        z-index: 2 !important;
    }

    .pu-art-cultural-workshop-title {
        font-size: clamp(16px, 4.5vw, 22px) !important;
        color: #ffffff !important;
        margin-bottom: 6px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    .pu-art-cultural-workshop-desc {
        font-size: clamp(11px, 3.2vw, 14px) !important;
        color: rgba(255, 255, 255, 0.7) !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }

    .pu-art-cultural-workshop-img {
        position: absolute !important;
		bottom: -40px !important;
        right: 0px !important;
        top: auto !important;
        left: auto !important;
                height: 106% !important;
        max-height: 215px !important;
        width: auto !important;
        object-fit: contain !important;
        transform: none !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }


    /* ----------------------------------------------------------------------
       Section 6: Student Clubs ("Six clubs, one creative ecosystem.")
       Matches attached screenshot image 2
       ---------------------------------------------------------------------- */
    .pu-art-cultural-clubs-section {
        background-color: #ffffff !important;
        padding: 40px 0 !important;
    }

    .pu-art-cultural-clubs-section .row > .col-md-6,
    .pu-art-cultural-clubs-section .row > .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .pu-art-cultural-club-card {
        background: #ffffff !important;
        border: 1.5px solid #e5e7eb !important;
        border-radius: 18px !important;
        padding: 14px 10px !important;
        height: 100px !important;
        min-height: 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04) !important;
        position: relative !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }

    .pu-art-cultural-club-logo-wrapper {
        position: relative !important;
        height: 60px !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Hide greyscale default logo on mobile, show full-color logo */
    .pu-art-cultural-club-logo-default {
        display: none !important;
        opacity: 0 !important;
    }

    .pu-art-cultural-club-logo-hover {
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        max-width: 90% !important;
        max-height: 55px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    /* Fallback if hover logo is not present */
    .pu-art-cultural-club-card:not(:has(.pu-art-cultural-club-logo-hover)) .pu-art-cultural-club-logo-default {
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        max-width: 90% !important;
        max-height: 55px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    .pu-art-cultural-club-desc,
    .pu-art-cultural-club-flower,
    .pu-art-cultural-club-action-icon {
        display: none !important;
    }
}

/* Tablet (1024px - 768px) */
@media (max-width: 1024px) and (min-width: 768px) {
	
	.pu-art-cultural-hero-title{
		font-size: 56px !important;
	}
	
	.pu-art-cultural-international-section .pu-art-cultural-event-card{
		height: 400px;
	}
	
	.pu-art-cultural-workshop-card{
		        min-height: 211px !important;
	}
	
	.pu-art-cultural-workshop-img{
		        height: 99% !important;
	}

}

@media (max-width: 360px) {
    .pu-art-cultural-workshop-img {
        height: 93% !important;
        bottom: -8px !important;
        right: -3px !important;
    }
	.pu-art-cultural-workshop-desc{
		        width: 87% !important;
	}
	
	.pu-art-cultural-achievement-flower{
		        width: 199px !important;
        height: 266px !important;
        top: 60% !important;
        left: 34% !important;
	}
	
	    .pu-art-cultural-card-right {
			right: 8px !important;
	}
	
	.pu-art-cultural-festival-badge{
		font-size: 0.85rem;
	}
	
	
}
