/* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Playfair+Display:wght@700&family=Poppins:wght@300;400;600&display=swap');

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    background-color: #090a0ae8;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Pages should stack vertically */
.menu-page {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0b0b1f69;
    position: relative;
    border: 1px solid #333;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    overflow: hidden;
    height: 1250px;
}

/* Background Pattern */
.bg-pattern {
    position: absolute;
    top: -1244px;
    left: -671px;
    width: 2042px;
    height: 3808px;
    background-image: url('images/BG-Pttern-png-01-01.webp');
    background-size: 913px;
    opacity: 0.1;
    z-index: 1;
}

/* Top Border */
.top-border {
    position: absolute;
    top: -488px;
    left: -525px;
    width: 175%;
    height: 1014px;
    background-image: url('images/kolam-png-01.webp');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center top;
    z-index: 2;
    opacity: 0.8;
    filter: brightness(1.9);
}

/* Hanging lights */
.hanging-lights {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
}

.hanging-lights-img {
    width: 100%;
    height: auto;
    margin-top: -201px;
    opacity: 0.7;
}

.right-lights, .left-lights {
    position: absolute;
    width: 150px;
    height: auto;
}

.right-lights {
    right: 10%;
    top: 0;
}

.right-lights img {
    margin-top: -229px;
    margin-left: -332px;
    width: 637px;
    height: 921px;
}

.left-lights {
    left: 10%;
    top: 0;
}

.left-lights img {
    width: 390px;
    height: 392px;
    margin-top: -140px;
    margin-left: -145px;
}

/* Pillar Base Style */
.pillar {
    position: absolute;
    bottom: -6px;
    height: 1256px;
    width: 1059px;
    z-index: 3;
    opacity: 0.6;
    filter: grayscale(1);
}

.pillar-left {
    left: -629px;
}

.pillar-right {
    right: -629px;
    transform: scaleX(-1);
}

/* Center Content Container */
.center-content {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 150px;
    width: 80%;
}

/* Logo Section */
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.main-logo-img {
    margin-top: -10px;
    height: 310px;
    width: 310px;
    filter: brightness(1.2) contrast(1.1);
}

/* Brand Name Section */
.brand-name {
    margin-top: -132px;
    color: #e0c31f;
}

/* Main Brand Heading */
.brand-name h1 {
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: -38px;
}

/* Sub Tag */
.sub-tag {
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    font-size: 22px;
    margin-top: -38px;
    font-weight: 550;
}

/* Divider Section */
.divider-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    gap: 15px;
}

.design {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.design.left {
    margin-right: 2px;
    margin-top: -49px;
    width: 102px;
}

.design.right {
    margin-left: 2px;
    margin-top: -49px;
    width: 102px;
}

/* Menu Title Section */
.menu-title {
    text-align: center;
}

/* Menu Heading */
.menu-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 207px;
    margin-left: 8px;
    color: #e0c31f;
    letter-spacing: -8px;
    line-height: 1;
    margin-top: 63px;
    margin-bottom: -25px;
}

/* Motto Text */
.motto {
    color: #fff;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-weight: 550;
    margin: 24px 0;
    font-size: 20.5px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 0px;
}

/* Sub-heading */
.menu-title h3 {
    color: #fff;
    font-family: 'Times New Roman', "Arial Bold", sans-serif;
    font-size: 58px;
    letter-spacing: 3px;
    margin-top: -15px;
    margin-left: 0px;
    font-weight: 525;
}

/* Health Icons */
.health-icons {
    display: flex;
    justify-content: center;
    margin-top: -4px;
    margin-left: 39px;
}

.health-icons img {
    width: 650px;
    filter: brightness(1.2);
}

/* ========================= */
/* INDO-CHINESE MENU PAGE   */
/* ========================= */

.indo-page {
    background: #0b0b1f69;
    position: relative;
    padding: 60px 70px 50px;
    color: #fff;
    height: 1260px;
}

/* Header */
.indo-header {
    text-align: center;
    margin-bottom: 30px;
}

.indo-logo {
    width: 79px;
    margin-top: -13px;
    margin-bottom: 10px;
    filter: brightness(1.2);
}

.brand-name-indo h1 {
    font-family: 'Playfair Display', serif;
    margin-top: -42px;
    color: #e0c31f;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 800;
}

.divider-section-indo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-bottom: 24px;
}

.divider-section-indo .design {
    width: 28px;
    height: 33px;
    margin-bottom: -55px;
}

.divider-section-indo .design.left {
    margin-left: -5px;
    margin-top: -49px;
}

.divider-section-indo .design.right {
    margin-left: 1px;
    margin-top: -49px;
}

.divider-section-indo .sub-tag {
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: -46px;
    font-size: 6px;
    font-weight: 571;
}

.indo-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 22px;
}

/* --- CONTENT LAYOUT (2 Columns) --- */
.indo-content {
    display: flex;
    position: relative;
    width: 105%;
    margin-top: 2px;
    margin-left: -29px;
    flex: 1;
    align-items: flex-start;
}

/* Vertical Gold Line Divider */
.indo-content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #cba84e;
    opacity: 0.6;
    transform: translateX(-50%);
}

.indo-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 23px 0px 40px;
}

/* --- RIBBON TITLE STYLE (Yellow Banner) --- */
.ribbon-title {
    background-color: #e0c31f;
    color: #0d0d0d;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 22px;
    padding: 8px 40px;
    text-align: center;
    width: max-content;
    margin: 27px auto 17px 0;
    position: relative;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        92% 50%, 
        100% 100%, 
        0% 100%, 
        8% 50%
    );
    min-width: 180px;
}

/* --- MENU ITEMS --- */
.menu-items-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(120px, 26%, 185px);
}

.menu-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: left;
    width: 100%;
}

.menu-row span {
    font-weight: 500;
    line-height: 1.35;
}

.menu-row span + span {
    font-weight: 500;
    white-space: nowrap;
    font-style: initial;
    font-family: sans-serif;
}

.right-col .menu-items-group.top-align {
    margin-top: 88px;
}

/* --- FOOTER --- */
.indo-footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -112px;
    padding-top: 7px;
    padding-bottom: 14px;
    margin-left: -2px;
}

.footer-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 102px;
    margin-top: 105px;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}

.parcel-text {
    color: #e0c31f;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: -267px;
}

.wait-text {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: 0.9;
    margin-left: -88px;
}

.footer-icons {
    display: flex;
    gap: 8px;
    margin-top: 6px;
    margin-left: 10px;
}

.footer-icons img {
    height: 156px;
    margin-top: 88px;
    margin-left: 25px;
    width: 385px;
    filter: brightness(0) invert(1);
}

/* Background Pattern Overlay */
.indo-page .bg-pattern {
    opacity: 0.08;
}

.indo-page .top-border {
    opacity: 0.6;
    filter: brightness(1.6);
}

.indo-page::before,
.indo-page::after {
    content: "";
    position: absolute;
    top: -313px;
    width: 900px;
    height: 1860px;
    background: url('images/pillar-png-01.webp') no-repeat center/contain;
    opacity: 0.12;
    filter: grayscale(1);
    pointer-events: none;
}

.indo-page::before {
    left: -531px;
}

.indo-page::after {
    right: -531px;
    transform: scaleX(-1);
}

.bottom-border {
    position: absolute;
    bottom: -513px;
    left: -525px;
    width: 174%;
    height: 1014px;
    background-image: url('images/kolam-png-01.webp');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center bottom;
    z-index: 2;
    opacity: 0.8;
    filter: brightness(0.9) rotate(180deg);
}

/* Last Page Specific Styles */
.services-container {
    text-align: center;
    font-family: 'poppins',sans-serif;
    z-index: 10;
    width: 100%;
    margin-top: -69px;
    margin-left: 50px;
    color: #fff;
}

.service-logos {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: -12px;
    align-items: center;
    margin-left: -79px;
}

.service-img {
    height: 322px;
    width: 332px;
}

.event-text {
    font-family: 'poppins',sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.contact-info, .address-section {
    font-family: 'poppins',sans-serif;    
    margin-bottom: 40px;
}

.info-label {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.phone-number, .address-text {
    color: #e0c31f;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 3px;
}

.address-text {
    color: #e0c31f;
    line-height: 1.5;
    font-family: 'poppins',sans-serif;
    font-style: italic;
}

.safety-icons-row img {
    width: 700px;
    margin: -92px 52px;
    margin-left: 72px;
    filter: brightness(0) invert(1);
}

.social-footer {
    font-family: 'poppins',sans-serif;
    display: flex;
    align-items: stretch;
    margin-top: 95px;
    padding: 0px 116px;
    margin-left: 32px;
}

.qr-code {
    width: 381px;
    height: 353px;
    margin-top: -92px;
}

.swiggy-logo {
    width: 262px;
    margin-top: -34px;
    margin-left: -46px;
}

.inqr-group p span {
    color: #e0c31f;
    font-family: 'poppins',sans-serif;
}

.instaqr-code {
    width: 280px;
    height: 255px;
    margin-top: -42px;
}

/* Mobile View Modifications (max-width: 768px) */
@media (max-width: 768px) {
    /* Overall */
    .menu-page {
        height: auto;
    }

    /* Decorative Elements */
    .bg-pattern {
        background-size: 150px;
        opacity: 0.03;
    }

    .top-border {
        height: 60px;
        opacity: 0.2;
    }

    .bottom-border {
        height: 60px;
        opacity: 0.2;
    }

    .hanging-lights {
        top: 5%;
    }

    .right-lights img,
    .left-lights img {
        width: 80px;
        height: auto;
        opacity: 0.3;
    }

    .right-lights {
        right: 5%;
    }

    .left-lights {
        left: 5%;
    }

    .pillar {
        height: 200px;
        opacity: 0.15;
    }

    .pillar-left {
        left: -50px;
    }

    .pillar-right {
        right: -50px;
    }

    .indo-page::before,
    .indo-page::after {
        width: 150px;
        opacity: 0.08;
    }

    /* Content Layout */
    .indo-content {
        flex-direction: column;
        width: 100%;
    }

    .indo-content::after {
        display: none;
    }

    .indo-col {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .menu-row {
        font-size: 14px;
        justify-content: center;
    }

    .menu-row span {
        font-size: 14px;
    }

    /* Font Sizes */
    .brand-name h1 {
        font-size: 2rem;
    }

    .menu-title h2 {
        font-size: 2rem;
    }

    .menu-title h3 {
        font-size: 1.5rem;
    }

    .ribbon-title {
        font-size: 16px;
        padding: 6px 30px;
    }

    .motto {
        font-size: 16px;
    }

    .sub-tag {
        font-size: 12px;
    }

    .udupis {
        font-size: 1.2rem;
    }

    .brand-name-indo h1 {
        font-size: 16px;
    }

    .indo-header h2 {
        font-size: 24px;
    }

    /* Spacing */
    .center-content {
        margin-top: 100px;
        width: 90%;
    }

    .logo-section {
        margin-top: 30px;
    }

    .main-logo-img {
        height: 200px;
        width: 200px;
    }

    .brand-name {
        margin-top: -80px;
    }

    .menu-title {
        margin-top: 30px;
    }

    .divider-section {
        margin: 20px 0;
        gap: 10px;
    }

    .design {
        width: 60px;
    }

    .health-icons {
        margin-top: -2px;
    }

    .health-icons img {
        width: 400px;
    }

    .indo-header {
        margin-bottom: 20px;
    }

    .indo-logo {
        width: 50px;
        margin-top: -8px;
        margin-bottom: 5px;
    }

    .divider-section-indo {
        margin-bottom: 15px;
    }

    .ribbon-title {
        margin: 15px auto 15px 0;
    }

    .menu-items-group {
        gap: 8px;
    }

    .indo-footer-section {
        margin-top: -50px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .footer-text {
        margin-left: 50px;
        margin-top: 50px;
    }

    .parcel-text {
        font-size: 12px;
        margin-left: -150px;
    }

    .wait-text {
        font-size: 12px;
        margin-left: -50px;
    }

    .footer-icons {
        margin-top: 3px;
        margin-left: 5px;
    }

    .footer-icons img {
        height: 100px;
        margin-top: 50px;
        margin-left: 15px;
        width: 250px;
    }

    /* Last Page */
    .services-container {
        margin-top: -50px;
        margin-left: 20px;
    }

    .service-logos {
        flex-direction: column;
        gap: 20px;
        margin-bottom: -5px;
        margin-left: -50px;
        align-items: center;
    }

    .service-img {
        height: 200px;
        width: 250px;
    }

    .event-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .contact-info,
    .address-section {
        margin-bottom: 30px;
    }

    .info-label {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .phone-number,
    .address-text {
        font-size: 20px;
    }

    .safety-icons-row img {
        width: 500px;
        margin: -50px 30px;
        margin-left: 40px;
    }
}

/* ========================================
   HOME PAGE STYLES (Hero Section)
   ======================================== */

/* Hero Content */
.hero-content {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
}

.welcome-text {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #dbc027;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.hero-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}

/* CTA Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.cta-button.primary {
    background: #e0c31f;
    color: #0d0d0d;
    border: 2px solid #e0c31f;
}

.cta-button.primary:hover {
    background: transparent;
    color: #e0c31f;
}

.cta-button.secondary {
    background: transparent;
    color: #e0c31f;
    border: 2px solid #e0c31f;
}

.cta-button.secondary:hover {
    background: #e0c31f;
    color: #0d0d0d;
}

/* Featured Section */
.featured-section {
    text-align: center;
    margin-top: 30px;
    padding: 30px 20px;
    background: rgba(245, 218, 73, 0.05);
    border-top: 1px solid rgba(245, 218, 73, 0.2);
    border-bottom: 1px solid rgba(245, 218, 73, 0.2);
}

.featured-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #e0c31f;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.featured-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.featured-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(245, 218, 73, 0.3);
    transition: all 0.3s ease;
    min-width: 150px;
}

.featured-item:hover {
    transform: translateY(-5px);
    background: rgba(245, 218, 73, 0.1);
    border-color: #e0c31f;
}

.feature-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.feature-icon {
    font-size: 40px;
}

.featured-item span:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

/* Home Page Specific */
.home-page .center-content {
    margin-top: 120px;
}

.home-page .brand-name {
    margin-top: -100px;
}

.home-page .menu-title {
    display: none;
}

.awards-section {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    max-width: 580px;
    margin: 40px auto;
    padding: 40px 20px;
    position: relative;
}

.awards-section h3 {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 25%, #e0c31f 50%, #ffd700 75%, #ffed4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
    z-index: 10;
    white-space: nowrap;
}

.awards-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd700, #e0c31f, #ffd700, transparent);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.award-img {
    position: relative;
    width: 240px;
    height: 240px;
    object-fit: contain;
    border-radius: 20px;
    border: 4px solid transparent;
    background: rgba(20,20,40,0.9);
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.6),
        0 0 0 2px rgba(245,218,73,0.5),
        inset 0 1px 0 rgba(255,255,255,0.2),
        0 0 25px rgba(245,218,73,0.2);
    transition: all 0.4s ease-out;
}

.award-img::before {
    content: attr(data-badge);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #e0c31f, #e6b800);
    color: #0f0f1f;
    padding: 6px 20px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(245,218,73,0.4);
    z-index: 5;
}

.award-img:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 80px rgba(0,0,0,0.7),
        0 0 0 3px rgba(245,218,73,0.7),
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 0 35px rgba(245,218,73,0.3);
    filter: brightness(1.08);
}

.award-img:first-of-type::before {
    content: '🏆 BEST AWARD';
}

.award-img:last-of-type::before {
    content: '🏆 EXCELLENCE';
}

.home-page .health-icons {
    display: none;
}

@media (max-width: 768px) {
    .awards-section {
        column-gap: 30px;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
        margin: 30px auto;
    }
    
    .award-img {
        width: 200px;
        height: 200px;
    }
    
    .awards-section h3 {
        font-size: 24px;
        top: -30px;
    }
    
    .award-img::before {
        font-size: 12px;
        padding: 5px 16px;
    }
}

/* ========================================
   GALLERY PAGE STYLES
   ======================================== */

.gallery-page {
    background: #0b0b1f69;
    position: relative;
    padding: 58px 72px 70px;
    color: #fff;
    height: auto;
    min-height: 1260px;
}

.gallery-header {
    text-align: center;
    margin-bottom: 34px;
    z-index: 10;
    position: relative;
    width: 100%;
}

.gallery-logo {
    width: 100px;
    margin-bottom: 15px;
    filter: brightness(1.2);
}

.gallery-title {
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    line-height: 1;
    color: #e0c31f;
    margin-top: 34px;
    letter-spacing: 2px;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.gallery-section {
    text-align: center;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 54px;
    position: relative;
    z-index: 10;
}

.gallery-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-family: 'Cinzel', serif;
    font-size: 31px;
    font-weight: 700;
    color: #f7df63;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gallery-section-title::before,
.gallery-section-title::after {
    content: "";
    width: 92px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 218, 73, 0.85));
}

.gallery-section-title::after {
    background: linear-gradient(90deg, rgba(245, 218, 73, 0.85), transparent);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
    margin: 0 auto;
    align-items: stretch;
}

.performers-grid {
    grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
    gap: 18px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(18, 18, 38, 0.95), rgba(8, 9, 24, 0.96));
    border: 1px solid rgba(245, 218, 73, 0.34);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    padding: 12px;
    box-shadow: 
        0 16px 36px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gallery-item:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 218, 73, 0.78);
    box-shadow: 
        0 24px 50px rgba(0, 0, 0, 0.55),
        0 0 24px rgba(245, 218, 73, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.gallery-item img {
    width: 100%;
    height: 255px;
    object-fit: contain;
    border-radius: 6px;
    display: block;
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.awards-grid .gallery-item img {
    height: 285px;
}

.performers-grid .gallery-item img {
    height: 205px;
}

.gallery-item:hover img {
    transform: scale(1.025);
    filter: brightness(1.06) contrast(1.03);
}

/* Gallery item hover tooltip */
.gallery-item {
    /* make tooltip positioning easier */
    position: relative;
}

.gallery-item[data-caption] {
    cursor: pointer;
}

.gallery-item::after {
    content: attr(data-caption);

    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) translateY(8px);
    background: rgba(15, 15, 35, 0.92);
    color: #fff;
    border: 1px solid rgba(245, 218, 73, 0.6);
    padding: 10px 12px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    width: calc(100% - 26px);
    max-width: 320px;
    text-align: center;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 50;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

.gallery-item:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Gallery page pillars */
.gallery-page::before,
.gallery-page::after {
    content: "";
    position: absolute;
    top: -11px;
    width: 1128px;
    height: 1270px;
    background: url('images/pillar-png-01.webp') no-repeat center/contain;
    opacity: 0.25;
    filter: grayscale(1) brightness(1.2);
    pointer-events: none;
    z-index: 1;
}


.gallery-page::before {
    left: -643px;
}

.gallery-page::after {
    right: -643px;
    transform: scaleX(-1);
}

/* Mobile Gallery */
@media (max-width: 768px) {
    .gallery-page {
        padding: 30px 18px 50px;
    }
    
    .gallery-title {
        font-size: 38px;
        margin-top: 24px;
    }
    
    .gallery-section-title {
        gap: 12px;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .gallery-section-title::before,
    .gallery-section-title::after {
        width: 42px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    
    .gallery-item {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
    
    .gallery-item img,
    .awards-grid .gallery-item img,
    .performers-grid .gallery-item img {
        height: 255px;
    }
    
    .gallery-page::before,
    .gallery-page::after {
        width: 150px;
        height: 400px;
    }
    
    .gallery-page::before {
        left: -80px;
    }
    
    .gallery-page::after {
        right: -80px;
    }
}


