/*------------------------------------------------------------
# Global classes

// COlor code for titles texts
background-image: radial-gradient(circle farthest-corner, #d19e1d 0%, #ffd86e 50%, #e3a812 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;


        background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;


------------------------------------------------------------*/
.flex {
    display: flex;
}

@font-face {
    font-family: 'ananda_namste';
    /* Choose a name to use later in your CSS */
    src: url('fonts/ananda_namste.ttf') format('truetype');
    /* Specify the correct path and format */
    font-weight: normal;
    /* Define the weight and style for this specific file */
    font-style: normal;
    font-display: swap;
    /* Optional: helps control font loading behavior */
}


html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 15px;
    font-weight: normal;
    /* background: url("images/bg-image.png") repeat; */
    color: hsl(0, 0%, 90%);
}

body {
    font-family: 'outfit', sans-serif;
    background-image: url("images/bg/bggg.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
}

h1,
h2,
.section-header h2 {
    font-family: 'Playfair Display', serif;
}




/* Your existing image */
/* .site-bg-image {
    position: fixed;
    inset: 0;
    background: url("images/bg-image.png") repeat;
    z-index: -2;
    opacity: 0.35;
} */

body .container {
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
}

/* Content */
.site-wrapper {
    position: relative;
    z-index: 1;
}


/*  */

.awards-btn {
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    background: hsla(0, 0%, 100%, 0.126);
    color: hsl(0, 100%, 7%);
    transition: all 0.3s ease;
    border: 2px solid #d7c81e;
}

.awards-btn:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37, #c9a227);
    color: #000000 !important;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 15px 40px rgba(108, 31, 17, 0.4);
    text-decoration: none;
}


.d-col-n {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.brand-logo img {
    max-height: 65px;
    width: auto;
    display: block;
}




/* ==========================================================
   NAVBAR / HEADER – DESI DHAAKAD
========================================================== */

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; 
    z-index: 999;
    transition: top 0.4s ease-in-out;
}

/* HEADER BAR */
.header-bar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 14px 30px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    border-radius: 50px;
}

/* LOGO */

.site-logo {
    max-height: 45px;
    /* adjust as needed */
    width: auto;
}

.site-branding img{
   max-width: 100px;
   width: 100%;
}
.site-branding a {
    font-family: "Berkshire Swash", cursive;
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
}

/* NAVIGATION */
.site-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* MENU */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-menu li a:hover {
    opacity: 0.8;
}

/* CTA BUTTON */
.nav-btn {
    padding: 10px 22px;
    background: linear-gradient(90deg, #f5d76e, #d4af37, #c9a227);
    color: #000000 !important;
    border-radius: 30px;
    font-weight: 600;
    white-space: nowrap;

    /* NO hover transition */
}

/* mobile hamburg */
.hamburger-menu {
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: 0.3s;
}

.hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


/* ================================
   HERO SECTION – DESI DHAAKAD
================================ */

.hero-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(20px, 5vw, 50px);
    margin-top: 100px;
}

/* Floating hero container */
.hero-content {
    width: 100%;
    max-width: 1400px;
    min-height: 80vh;

    background-image: url("images/hero/heromain.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 30px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(60px, 8vw, 100px);
    padding-bottom: 70px;
}

/* Inner wrapper */
.hero-inner {
    width: 100%;
    text-align: center;
}

.hero-location {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    gap: 8px;

    /* Glow Effect */
    text-shadow: 
        0 0 5px rgba(255, 0, 0, 0.7),
        0 0 10px rgba(255, 0, 0, 0.6),
        0 0 20px rgba(255, 0, 0, 0.5);
}

.hero-location i {
    color: #ffffff;
}

/* ================= BUTTONS ================= */

.entry-footer {
    display: flex;
    gap: clamp(20px, 3vw, 30px);
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

/* Base button */
.entry-footer .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: transparent;
    color: #fff;
    border: 2px solid #d3b624;
    border-radius: 40px;

    /* ↓ Reduced size */
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;

    transition: all 0.3s ease;
}


/* Primary button */
.entry-footer .btn.current {
    background: linear-gradient(
        135deg,
        hsl(16, 93%, 24%),
        hsl(0, 100%, 16%)
    );
}

/* Hover effects */
.entry-footer .btn:hover {
    background: linear-gradient(135deg, #f5d76e, #ffd700, #d4af37);
    color: #1a1a1a;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 20px 40px rgba(245, 215, 110, 0.45);
}

/* ================= HERO TEXT ================= */

.hero-text {
    max-width: 900px;
    margin: 0 auto 40px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

/* desi dhaakad */
.hero-brand {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

/* 2025–26 */
.hero-year {
    display: block;
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 18px;
}

/* SOCIAL IMPACT AWARDS */
.hero-title {
    font-size: clamp(34px, 6vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 14px;
}

.hero-title span {
    display: block;
    font-weight: 900;
}

/* Celebrating the Unstoppable Spirit of Change */
.hero-tagline {
    font-size: clamp(16px, 2.2vw, 22px);
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

/* Description */
.hero-description {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 680px;
    margin: 0 auto 22px;
}

/* Event Date */
.hero-date {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 600;
    letter-spacing: 0.4px;
}

.hero-date sup {
    font-size: 60%;
}

.hero-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.hero-logo img {
    width: 80%;
    max-width: clamp(280px, 55vw, 580px);
    height: auto;
}

/* Optional glow for readability */
.hero-logo img {
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.55));
}


/*  ABOUT SECTION – DESI DHAKAD */
.about-section {
    background: transparent;
}

/* IMAGE WRAP */
.about-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.about-image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* TEXT ON IMAGE */
.about-image-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
    circle farthest-corner,
    #9E0017 0%,
    #D3525C 45%,
    #A50014 70%,
    #9C2329 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;

    display: flex;
    align-items: flex-start;
    padding: 30px;
}

.about-image-overlay h2 {
    color: #020202;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

/* RIGHT CONTENT */
.about-content {
    color: #000000;
    padding-left: 10px;
}

.about-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* BUTTON */
.about-content .btn {
    background: #ffc107;
    color: #000;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.about-content .btn:hover {
    background: #ffb300;
}




/* ==========================================================
   WHY THESE AWARDS MATTER SECTION
========================================================== */
/* ================= WHY AWARDS MATTER – BLACK THEME ================= */

.awards-matter-section {
    padding: 50px 0;
    color: #4f0000;
    
}

/* LEFT IMAGE */
.awards-image img {
    width: 80%;
    border-radius: 22px;
}

/* TEXT */
.awards-content .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.awards-content .section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #0a0000;
    max-width: 520px;
}

/* ✅ THIS IS THE FIX */
.impact-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.impact-card {
    padding: 26px 28px;
    border-radius: 18px;
    background: #F8B8D0;  /* deep blush pink fallback */
background: -webkit-linear-gradient(to right, #FFFFFF, #F8B8D0);
background: linear-gradient(to right, #FFFFFF, #f8b8d08e);


    border: 1px solid rgba(255, 174, 0, 0.546);
    backdrop-filter: blur(3px);
    transition: all 0.35s ease;
    /* 🔥 REQUIRED */
}

/* HOVER */
.impact-card:hover {
    transform: translateY(-8px);
   background: #F8B8D0;  /* deep blush pink fallback */
background: -webkit-linear-gradient(to right, #FFFFFF, #F8B8D0);
background: linear-gradient(to right, #FFFFFF, #f72a7568);

    box-shadow: 0 10px 45px rgba(46, 46, 46, 0.365);
}


.impact-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.impact-card p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}


/* =====================================================
   OBJECTIVES SECTION – IMAGE CARDS (NO TEXT)
===================================================== */

/* SECTION BASE */
.objectives-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: transparent;
}

/* CONTAINER WIDTH */
.objectives-section .container {
    max-width: 1600px !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* REMOVE BACKGROUND SHAPES COMPLETELY */
.bg-shapes,
.shape,
.shape-1,
.shape-2,
.shape-3 {
    display: none !important;
}

/* FLOATING MAIN PLATE */
.objectives-plate {
    background: linear-gradient(
    135deg,
    rgba(250, 170, 185, 0.35) 0%,   
    rgba(255, 255, 255, 0.75) 50%, 
    rgba(245, 160, 175, 0.45) 100% 
);
backdrop-filter: blur(10px);

    border-radius: 30px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 5rem 4rem;
    position: relative;
    z-index: 2;
    animation: plateFloat 6s ease-in-out infinite;
}

/* FLOAT ANIMATION */
/* @keyframes plateFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-15px) scale(1.02);
    }
} */

/* GRID SPACING FIX */
.objectives-section .col-md-6,
.objectives-section .col-lg-4 {
    margin-bottom: 2rem;
}

/* IMAGE CARD BASE */
.objective-card {
    position: relative;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    /* background: rgba(255, 107, 0, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); */
}

/* SHIMMER EFFECT (PRESERVED) */
.objective-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: 0.6s;
    z-index: 2;
}

/* IMAGE */
.objective-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.45s ease;
}

/* HOVER EFFECTS */
.objective-card:hover {
    transform: translateY(-12px) scale(1.04);
    background: rgba(255, 107, 0, 0.25);
    box-shadow: 0 5px 20px rgba(99, 99, 99, 0.628);
}

.objective-card:hover::before {
    left: 100%;
}

.objective-card:hover img {
    transform: scale(1.1);
}

/* OPTIONAL GOLDEN BORDER GLOW */
.objective-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 165, 0, 0.35);
    pointer-events: none;
}

/* SECTION HEADING */
.objectives-plate h2 {
    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;

    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}


/* ================= Award Categories Section ================= */
/* ================= Award Cards ================= */

.award-categories-section {
    background: #fff;
    padding: 50px 6%;
    color: #000;
}

.award-container {
    display: flex;
    /* gap: 50px; */
    align-items: flex-start;   /* shifts content upward */
}

/* LEFT IMAGE */

.award-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.award-left img {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
}

/* RIGHT SIDE */

.award-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* CONTENT */

.award-text-content {
    margin-bottom: 40px;
}

.award-text-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.award-text-content p {
    font-size: 17px;
    margin-bottom: 25px;
}

.subcategories {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.subcategories li i {
    color: #a00c01; /* gold/orange color for awards */
    margin-right: 8px;
    margin-bottom: 15px;
}

/* THUMBNAILS UNDER CONTENT */

.thumbnail-section {
    margin-top: 10px;
    padding: 20px;
}

.thumbnail-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.thumbnail-slider::-webkit-scrollbar {
    display: none;
}

/* 3:4 SMALL CARDS */

.thumb {
    flex: 0 0 auto;
    width: 120px;
    aspect-ratio: 3 / 4;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s ease;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb.active,
.thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* ARROWS */

.slider-arrows {
    margin-top: 20px;
    text-align: center;
}

.slider-arrows button {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 14px;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
}



/* ==========================================================
   PROGRAM STRUCTURE – BASE STYLES
========================================================== */

.program-structure-section {

    /* background: linear-gradient(135deg, #0b0b0b, #2a041b); */
    color: #540000;
}

/* Floating Plate */
.program-structure-plate {
    background: linear-gradient(
    135deg,
    rgba(250, 170, 185, 0.35) 0%,   
    rgba(255, 255, 255, 0.75) 50%, 
    rgba(245, 160, 175, 0.45) 100% 
);
backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 70px 60px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* Header */
.program-structure-section .section-header h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.program-structure-section .section-header p {
    font-size: 1.05rem;
    opacity: 0.85;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Cards Layout */
.program-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* Individual Card */
.program-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.program-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

/* Icon */
.program-icon {
    font-size: 40px;
    margin-bottom: 18px;
}

/* Text */
.program-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.program-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
}


/* ============================================================
   LINEUP SECTION – BASE (DESKTOP FIRST)
============================================================ */

.content-section {
    width: 100%;
    padding: 10px 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* =====================================
   LINEUP ARTISTS – OVERLAPPING CARDS
===================================== */

.lineup-artists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers the children horizontally */
}

.lineup-artists-wrap {
    width: 100%;
    display: flex;
    justify-content: center; /* center its inner content */
    flex-wrap: wrap;
}

.lineup-artists-headline {
    color: #000;
}

/* Section heading */
.lineup-artists .entry-title p {
    color: black;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.lineup-artists-headline .entry-title h2 {
    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 90px;
}

/* Row wrapper */
.lineup-artists-wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

/* IMAGE */
.lineup-artists-wrap .featured-image {
    width: 38%;
    position: relative;
    z-index: 1;
    max-width: 520px;
}

.lineup-artists-wrap .featured-image img {
    width: 90%;
    height: auto;
    display: block;
}

/* CARD */
.lineup-artists-description {
    width: 58%;
    position: relative;
    z-index: 2;
}

/* WHITE CARD */
.lineup-artists-description-container {
    background: #fff;
    padding: 50px 55px;
    max-width: 760px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
    position: relative;
}

/* TEXT */
.lineup-artists-description .entry-title {
    font-size: 28px;
}

.lineup-artists-description .entry-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #000 !important;
}

/* PLUS ICON */
.box-link {
    position: absolute;
    top: -18px;
    right: -18px;
    background: #00ffd5;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-link img {
    width: 40px;
}

/* IMAGE LEFT – CARD OVER IMAGE */
/* default (image left, card right) */
.lineup-artists-wrap .lineup-artists-description {
    margin-left: -60px;
}

/* alternate layout (image right, card left) */
.lineup-artists-wrap:nth-child(even) .lineup-artists-description {
    margin-left: 0;
    margin-right: -60px;
}


/* ===============================
   COMMITTEE CARD – IMAGE STYLE
================================ */

.committee-card-new {
    background: #F8B8D0;  /* deep blush pink fallback */
background: -webkit-linear-gradient(to right, #FFFFFF, #F8B8D0);
background: linear-gradient(to right, #FFFFFF, #f8b8d08e);

    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.119);
    transition: all 0.4s ease;
    height: 100%;
}

.committee-card-new:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 30px rgba(211,82,92,0.28);
}

/* IMAGE AREA */
.card-image {
    background: #fff;
    padding: 12px;
    border-radius: 22px 22px 0 0;
}

.card-image img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-radius: 16px;
}

/* CONTENT */
.card-content {
    padding: 28px 26px;
    text-align: center;
}

.card-content h5 {
    color: #680000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.card-content p {
    color: #3d0000;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0;
}

/* FOOTER (like Reserve button area) */
.card-footer {
    background:  #3d0000;
    padding: 14px;
    text-align: center;
}

.card-footer span {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .card-image img {
        height: 425px;
    }
}






/* ============================================================
   COMPLETE LINEUP
============================================================ */

.the-complete-lineup {
    margin-top: 20px;
}

.the-complete-lineup .entry-title p {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

#highlights .artist-single h2 {
    color: #000000 !important;
}

.the-complete-lineup .entry-title h2 {
    font-size: 48px;
    font-weight: 700;
    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

/* ---------- Grid ---------- */
.the-complete-lineup-artists {
    margin-top: 50px;
}

.artist-single {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.artist-single figure {
    position: relative;
}

.artist-single img {
    width: 100%;
    max-width: 260px;
    display: block;
    margin: auto;
}

.artist-single .box-link {
    position: absolute;
    top: 14px;
    right: 14px;
}

.artist-single h2 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

/* ---------- Button ---------- */
.see-complete-lineup {
    margin-top: 100px;
    text-align: center;
}

.see-complete-lineup .btn {
    padding: 16px 44px;
    border-radius: 40px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    backdrop-filter: blur(8px);
    transition: 0.3s;
}

.see-complete-lineup .btn:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37);
    color: #000;
}



/* Scroll animation */
.animate-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: 1s ease;
}

.animate-right {
    opacity: 0;
    transform: translateX(80px);
    transition: 1s ease;
}

.animate-show {
    opacity: 1;
    transform: translateX(0);
}

.artist-animate-up,
.artist-animate-down {
    opacity: 0;
    transition: all 1.2s ease;
}

.artist-animate-up {
    transform: translateY(80px);
}

.artist-animate-down {
    transform: translateY(-80px);
}

.artist-show {
    opacity: 1;
    transform: translateY(0);
}

/*------------------------------------------------------------
# See Complete Lineup Button
------------------------------------------------------------*/
.see-complete-lineup {
    margin-top: 105px;
}

.see-complete-lineup .btn {
    padding: 16px 42px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    backdrop-filter: blur(6px);
    transition: 0.35s;
}

.see-complete-lineup .btn:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37);
    color: #000;
}


/* -------------process selection--------------- */
/* ================= NOMINATION PROCESS ================= */
.process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.nomination-section .container .section-subtext{
    color: #000;
}

.nomination-section p{
    color: #3d0000;
    font-size: 20px;
}

.process-step {
  background: #F8B8D0;  /* deep blush pink fallback */
background: -webkit-linear-gradient(to right, #FFFFFF, #F8B8D0);
background: linear-gradient(to right, #FFFFFF, #f8b8d08e);

    padding: 20px 15px;
    border-radius: 12px;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.217);

}

.process-step i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    /* circle width */
    height: 50px;
    /* circle height */
    border-radius: 50%;
    /* makes it a circle */
    background: #d19e1d;
    background: -webkit-linear-gradient(180deg, #d19e1d 0%, #ffd86e 50%, #e3a812 100%);
    background: linear-gradient(180deg, #d19e1d 0%, #ffd86e 50%, #b0820e 100%);
    color: #fff;
    font-size: 28px;
    /* icon size */
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.105);
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-step h5 {
    margin-top: 10px;
    color: #010000;
}

.process-step p {
    font-size: 0.85rem;
    color: #1f0000;
}

.process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .nomination-section .container{
    max-width: 1400px;
} */


.animate-step {
    opacity: 0;
    transform: translateX(-40px);
    animation: slideStep 1s ease forwards;
}

.delay-1 {
    animation-delay: .2s;
}

.delay-2 {
    animation-delay: .4s;
}

.delay-3 {
    animation-delay: .6s;
}

.delay-4 {
    animation-delay: .8s;
}

@keyframes slideStep {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =====================================================
   EVENT FRAMEWORK – GLASS IMAGE CARDS
===================================================== */

.event-framework {
    min-height: 100vh;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* CONTAINER */
.event-framework .container {
    max-width: 1600px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* FLOATING GLASS PLATE */
.framework-plate {
    background: linear-gradient(
    135deg,
    rgba(250, 170, 185, 0.35) 0%,   
    rgba(255, 255, 255, 0.75) 50%, 
    rgba(245, 160, 175, 0.45) 100% 
);
backdrop-filter: blur(10px);

    border-radius: 30px;
    padding: 4rem 4rem;
    animation: plateFloat 6s ease-in-out infinite;
}

/* @keyframes plateFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-15px) scale(1.02); }
} */

/* HEADER */
.framework-header {
    text-align: center;
    margin-bottom: 60px;
}

.framework-header h2 {
    font-size: 48px;
    font-weight: 700;
    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.framework-header p {
    font-size: 17px;
    color: rgba(78, 0, 0, 0.95);
    max-width: 620px;
    margin: 15px auto 0;
}

/* GRID */
.framework-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* IMAGE CARD */
.framework-card {
    height: 360px;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.114);
}

/* SHINE EFFECT */
.framework-card::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: 0.6s;
    z-index: 2;
}

/* HOVER */
.framework-card:hover {
    transform: translateY(-14px) scale(1.04);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.199);
}

.framework-card:hover::before {
    left: 100%;
}

/* OVERLAY CONTENT (HIDDEN BY DEFAULT) */
.framework-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 2rem;
}

.framework-overlay p {
    font-size: 17px;
    line-height: 1.7;
    color: #fff;
    transform: translateY(20px);
    transition: 0.4s ease;
}

/* SHOW CONTENT ON HOVER */
.framework-card:hover .framework-overlay {
    opacity: 1;
}

.framework-card:hover .framework-overlay p {
    transform: translateY(0);
}




/*  Eligibilityy*/

/* ================= Eligibility Section ================= */

.eligibility-section {
    background: transparent;
    /* black site safe */
    color: #fff;
}

.eligibility-content p{
    font-size: 20px;
    color: #3d0000;
}

.eligibility-content {
    max-width: 560px;
}

.section-tag {
    color: black;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;

}

.eligibility-text {
    font-size: 15px;
    line-height: 1.8;
    color: #3c0000;
    /* margin-bottom: 24px; */
}

/* LIST */
.eligibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eligibility-list li {
    font-size: 15px;
    color: #620000;
    margin-bottom: 10px;
}

/* IMAGE */
.eligibility-image img {
    max-width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.13);
    margin: 20px;
    border-radius: 20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .eligibility-section{
        margin-top: 50px;
    }

    .section-title {
        font-size: 32px;
        
    }

    .eligibility-content {
        max-width: 100%;
        text-align: center;
    }

    .eligibility-list li {
        text-align: left;
        display: inline-block;
        width: 100%;
    }
}


/* impact */

/* ============================================================
   IMPACT SECTION – MODERN DESIGN
============================================================ */
.impact-section {
    /* background: #00000069; */
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.impact-section .container {
     background: linear-gradient(
    135deg,
    rgba(156, 35, 41, 0.10) 0%,   /* soft wine red */
    rgba(255, 255, 255, 0.85) 50%, /* airy white center */
    rgba(211, 82, 92, 0.12) 100%  /* light rose red */
);
backdrop-filter: blur(10px);

    border-radius: 20px;
    color: #fff;
    padding: 10px;
    max-width: 1220px;
    position: relative;
    overflow: hidden;
}

.impact-section .section-tag {
    color: black;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.impact-section .section-title {
    font-size: 48px;
    font-weight: 700;
    /* margin-bottom: 60px; */
    line-height: 1.2;
    background-image: radial-gradient(circle farthest-corner, #d19e1d 0%, #ffd86e 50%, #e3a812 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.impact-section .impact-plate {
    max-width: 1200px;
    margin: auto;
}

.impact-section .impact-item {
    /* background: rgba(255, 255, 255, 0.05); */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* backdrop-filter: blur(10px); */
    border-radius: 20px;
    /* padding: 50px 20px; */
    margin: 15px 0;
    transition: all 0.35s ease;
    cursor: default;
}


.impact-section .impact-item span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    color: #7d0000;
}

.impact-section .impact-item {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #672e00;
}

.impact-section .btn.awards-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px 42px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid rgb(211, 177, 26);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    color: #753f00;
    transition: all 0.35s ease;
}

.impact-section .btn.awards-btn:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37);
    color: #000;
}



/* =====================================
   VIDEO SECTION
===================================== */
.video-section {
    /* background: #000; */
    color: #fff;
    padding: 0 0;
}

.video-section .section-tag {
    color: black;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.video-section .section-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Video container */
.video-wrapper {
    display: flex;
    justify-content: center;
}

/* Responsive iframe box */
.video-frame {
    position: relative;
    width: 100%;
    max-width: 980px;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    overflow: hidden;
    /* box-shadow: 0 30px 70px rgba(74, 74, 74, 0.288); */
    border: 1px solid rgb(218, 195, 15);
    padding: 30px;
    /* margin-bottom: 30px; */
}

/* iframe */
.video-frame iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


/* ================================
   SHAKTI CREDITS HERO
================================ */

.shakti-hero-section {
    padding: 30px 20px 20px;
}

.shakti-hero-content {
    max-width: 1400px;
    margin: auto;
    aspect-ratio: 16 / 9;

    background: url("images/hero/shakti.jpg") center/cover no-repeat;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.shakti-hero-inner {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 40px;
}

.shakti-mini-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 1;
    color: #000;
    margin-bottom: 0px !important;
}

.shakti-main-title {
    font-size: clamp(36px, 6vw, 70px);
    font-weight: 800;
    margin: 0px 0;
     background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
    
}

.shakti-main-title span {
    color: #380f08;
}

.shakti-tagline {
    font-size: 18px;
    margin-bottom: 30px;
}

/* BUTTONS */

.shakti-btn-primary {
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    background: hsl(0, 0%, 100%);
    color: hsl(0, 100%, 7%);
    transition: all 0.3s ease;
    border: 2px solid #d7c81e;
}

.shakti-btn-primary:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37, #c9a227);
    color: #000000 !important;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 15px 20px rgba(108, 31, 17, 0.4);
    text-decoration: none;
}

.shakti-btn-outline {
    padding: 14px 34px;
    border-radius: 50px;
    border: 2px solid #d4af37;
    color: #000000;
    background: hsl(0, 0%, 100%);
    text-decoration: none;
    margin-left: 20px;
}

.shakti-btn-outline:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37, #c9a227);
    color: #000000 !important;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 15px 20px rgba(108, 31, 17, 0.4);
    text-decoration: none;
}

.shakti-cta-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}


/* ================= SECTIONS ================= */

.shakti-intro-section,
.shakti-synopsis-section,
.shakti-objectives-section {
    padding: 20px 20px;
}

.shakti-section-header h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;

    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
    
}


.shakti-intro-section p{
    color: #000;
    font-size: 20px;
}

/* OBJECTIVE GRID */

.shakti-objective-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 30px;
}

.shakti-objective-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.shakti-objective-card span {
    font-size: 22px;
    font-weight: 800;
    color: #9E0017;
    display: block;
    margin-bottom: 10px;
}


/* FINAL CTA */

.shakti-final-cta {
    padding: 20px 20px;
    background: linear-gradient(135deg,#9E0017,#3a0007);
    color: #fff;
    border-radius: 40px;
}

.shakti-final-cta h2 {
    font-size: 40px;
    margin-bottom: 20px;
    
}

.shakti-btn-primary.large {
    margin-top: 20px;
    display: inline-block;
}


/* =====================================
   LOGO STRIP
===================================== */
.logo-strip-section {
    /* background: #000; */
    padding: 50px 0px 20px 0px;
    overflow: hidden;
    text-align: center;
}

.logo-strip-section .section-tag {
    color: black;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.logo-strip-section .section-title {
    background-image: radial-gradient(
    circle farthest-corner,
    #9C2329 0%,
    #D3525C 50%,
    #9E0017 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* WRAPPER */
.logo-strip-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.logo-strip-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 30s linear infinite;
    will-change: transform;
}

.logo-item {
    flex: 0 0 auto;
    margin-right: 70px;
}

/* LOGO IMAGE */
.logo-item img {
    max-height: 100px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 0.8;
    transition: 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.5);
}

/* PERFECT LOOP */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ================= FLOATING GLASS FOOTER – NEW ================= */

/* ===============================
Floating Footer
================================ */
.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.contact-info i {
    color: #ecc239;
    font-size: 18px;
}


.floating-footer .container {
    max-width: 1440px;
}

.floating-footer {
    position: relative;
    margin: 50px 40px 40px;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
}

.footer-social {
    margin-top: 10px;
}

/* Background Image + Gradient */
.footer-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    filter: blur(6px);
    transform: scale(1.1);
    z-index: 1;
}

/* Inner Content */
.footer-inner {
    position: relative;
    z-index: 2;
    padding: 60px;
}


/* Grid */
.footer-inner .row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

/* Brand */
.footer-brand h3 {
    font-size: 28px;
    font-weight: 700;
}

.footer-brand p {
    font-size: 15px;
    opacity: 0.85;
    margin: 15px 0 20px;
}

.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ff4d5a;
}

/* Location */
.footer-location h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

.footer-location p {
    font-size: 15px;
    opacity: 0.85;
    line-height: 1.6;
}

.contact-info {
    margin: 0px 0;
    font-size: 16px;
}

.contact-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #d3b624; /* Your gold color */
    text-decoration: none;
}

.contact-link i {
    font-size: 20px;
    width: 24px;
}



#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    background: #9E0017;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    display: none;
    z-index: 999;
  }

  #back-to-top:hover {
    background: #680010;
    transform: translateY(-3px);
  }

  /* ================= WINNERS GALLERY SECTION ================= */
.winners-gallery-section {
    padding: 60px 20px;
    background: transparent;
}

.winners-subtitle {
    color: #4a0000;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Image Container */
.winners-image-wrapper {
    max-width: 1400px;
    margin: 40px auto 0;
}

.winners-image-container {
    position: relative;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.winners-main-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover Zoom Effect */
.winners-image-container:hover .winners-main-img {
    transform: scale(1.02);
}

/* Overlay */
.winners-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transition: all 0.4s ease;
    align-items: flex-end;
}

.overlay-content {
    max-width: 600px;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.winners-image-container:hover .overlay-content {
    transform: translateY(-8px);
}

.overlay-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.overlay-description {
    font-size: clamp(14px, 2vw, 18px);
    color: rgba(255,255,255,0.95);
    margin-bottom: 28px;
    line-height: 1.6;
}

/* CTA Button */
.winners-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #d4af37, #f5d76e, #e3a812);
    color: #1a1a1a;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.winners-cta-btn i {
    transition: transform 0.3s ease;
}

.winners-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
    color: #000;
    text-decoration: none;
}

.winners-cta-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .winners-gallery-section {
        padding: 40px 16px;
    }
    
    .overlay-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .overlay-description {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .winners-cta-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    .winners-image-container {
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .overlay-title {
        font-size: 20px;
    }
    
    .overlay-description {
        font-size: 11px;
        margin-bottom: 16px;
    }
    
    .winners-cta-btn {
        padding: 8px 18px;
        font-size: 12px;
    }
}


 /* ================= WINNERS PAGE – PAGE HEADER ================= */
.winners-page-header {
    background: url("images/hero/team_2.jpg") center/cover no-repeat;
    padding: 140px 20px 140px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.winners-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.winners-page-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.winners-header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    top: 70px;
}

.winners-page-header h1 {
    font-size: clamp(32px, 6vw, 56px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    animation: winnersPageFadeUp 0.8s ease;
}

.winners-page-header p {
    font-size: clamp(16px, 2vw, 18px);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
    animation: winnersPageFadeUp 0.8s ease 0.1s both;
}

.winners-stat-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    animation: winnersPageFadeUp 0.8s ease 0.2s both;
}

.winners-stat-item {
    text-align: center;
}

.winners-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #f5c518;
}

.winners-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* ================= WINNERS PAGE – GRID ================= */
.winners-grid-section {
    padding: 60px 20px;
    background: transparent;
}

.winners-grid-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* ================= WINNER CARD ================= */
.winner-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: winnersPageFadeUp 0.6s ease forwards;
    display: flex;
    flex-direction: column;
}

.winner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.winner-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.winner-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.winner-card:hover .winner-card-image img {
    transform: scale(1.08);
}

.winner-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.winner-card-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.winner-card-org {
    font-size: 14px;
    color: #9E0017;
    font-weight: 500;
    margin-bottom: 12px;
}

.winner-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

/* ================= WINNER VIEW BUTTON ================= */
.winner-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(90deg, #f5d76e, #d4af37);
    color: #000;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    align-self: flex-start;
}

.winner-view-btn i {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.winner-view-btn:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37, #c9a227);
    color: #000000 !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.winner-view-btn:hover i {
    transform: translateX(4px);
}

/* ================= WINNERS PAGE ANIMATION ================= */
@keyframes winnersPageFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= NEWS SECTION ================= */

.news-section {
    background: transparent;
}

.news-subtitle {
    color: #4a0000;
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

/* CARD */
.news-card {
    background: linear-gradient(to bottom right, #ffffff, #f8b8d08e);
    border-radius: 24px;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.09); */
    border: 1px solid rgba(255, 174, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 20px 45px rgba(158, 0, 23, 0.15); */
}

/* IMAGE AREA */
.news-card-image {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.07);
}

/* BADGE */
.news-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #9E0017, #D3525C);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 30px;
}

/* BODY */
.news-card-body {
    padding: 26px 28px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* DATE */
.news-date {
    font-size: 13px;
    color: #9E0017;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-date i {
    font-size: 12px;
}

/* TITLE */
.news-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a0000;
    line-height: 1.45;
    margin-bottom: 12px;
}

/* EXCERPT */
.news-excerpt {
    font-size: 14px;
    color: #3d0000;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 22px;
}

/* READ MORE BUTTON */
.news-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 26px;
    background: linear-gradient(135deg, #d4af37, #f5d76e, #e3a812);
    color: #1a1a1a;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.news-read-btn i {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.news-read-btn:hover {
    background: linear-gradient(90deg, #f5d76e, #d4af37, #c9a227);
    color: #000000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.news-read-btn:hover i {
    transform: translateX(5px);
}