
		h1 {
			text-align: center;
			font-size: 30px;
			padding: 20px;
		}

		.clas td {
			border: 1px solid #d5d5d5;
			text-align: center;
			align-items: center;
			padding: 4px;
		}

		.evep td {
			border: 1px solid #d5d5d5;
			text-align: center;
			align-items: center;
			padding: 4px;
		}


		.claas tr {
			text-align: center;
			align-items: center;
			padding: 4px;
		}

		.claas img {
			width: 90%;
			border-bottom: 1px solid #d5d5d5;
		}

		.timer {
			border-radius: 120px;
			background-color: #d0e3d1;
			color: #000;
			line-height: 25px;
			font-size: 28px;
			text-align: center;
			padding: 10px;
		}

		.cla {
			padding: 3px;
		}
/* ===============================
   SPONSOR MAIN TITLE
================================ */
.section h2{
    font-size:32px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:40px;
}


/* ===============================
   SECTION TITLES
================================ */
.sponsor-title{
    margin:60px 0 25px;
    text-align:center;
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    
}

/* title colors */
.sponsor-title.event{ color:#0d6efd; }
.sponsor-title.gold{ color:#c9a227; }
.sponsor-title.silver{ color:#8a8a8a; }
.sponsor-title.bronze{ color:#c07e11; }
.sponsor-title.corporate{ color:#444; }


/* ===============================
   GRID LAYOUT
================================ */
.sponsor-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:5px;
    margin-bottom:25px;
}


/* ===============================
   CLEAR SIZE HIERARCHY
================================ */

/* EVENT — very large */
.sponsor-grid.big .sponsor-item{
    width:280px;
   
}

/* GOLD — medium */
.sponsor-grid.medium .sponsor-item{
    width:210px;
   
}

/* SILVER — small */
.sponsor-grid.ssmall .sponsor-item{
    width:210px;
    
}

/* SILVER — small */
.sponsor-grid.bsmall .sponsor-item{
    width:210px;
   
}

/* CORPORATE — smaller */
.sponsor-grid.small .sponsor-item{
    width:190px;
   
}


/* ===============================
   LOGO BOX DESIGN
================================ */
.sponsor-item{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:4px;
    background:#fff;
    border-radius:10px;
    border:1px solid #e8e8e8;
    transition:0.25s ease;
}

.sponsor-item:hover{
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transform:translateY(-4px);
}

.sponsor-item img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}


/* ===============================
   MEDIA PARTNERS
================================ */
.media-logos{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.media-item{
    width:130px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border:1px solid #eee;
    border-radius:8px;
    background:#fff;
}
.media-item img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.assoc-logos{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.assoc-item{
    width:130px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border:1px solid #eee;
    border-radius:8px;
    background:#fff;
}
.assoc-item img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
.partner-section{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin:10px auto;	
}

.partner-card{
    width:180px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 4px 6px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
    border:1px solid #eee;
}

.partner-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 35px rgba(0,0,0,0.12);
}

.partner-badge{
    background:linear-gradient(135deg,#0d6efd,#004ea8);
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:600;
    padding:2px;
    text-transform:uppercase;
  
}

.partner-badgeg{
    background:linear-gradient(135deg,#497702,#3e521e);
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:600;
    padding:2px;
    text-transform:uppercase;
  
}



.partner-logo{
    padding:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:150px;
}

.partner-logo img{
    max-width:100%;
    max-height:150px;
    object-fit:contain;
}

@media(max-width:768px){
    .partner-card{
        width:100%;
        max-width:350px;
    }
}
/* Conference Sponsor */
.conference-grid{
    display: flex;
    justify-content: center;
    align-items: flex-start;   /* Top align */
    height: 100%;
    padding-top: 10px;
}

.conference-grid .sponsor-item{
    display: flex;
    justify-content: center;
    align-items: flex-start;   /* Top align */
    height: auto;
}

/* ================================
   foodpro GALLERY
================================ */

.foodpro-gallery-section {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

.gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #091d50;
    margin-bottom: 0;
}

.gallery-title span {
    color: #e21e2b;
}

.foodpro-gallery-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.foodpro-gallery-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: foodproGalleryScroll 145s linear infinite;
}

.foodpro-gallery-track:hover {
    animation-play-state: paused;
}

.foodpro-gallery-item {
    width: 320px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #f5f5f5;
}

.foodpro-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.foodpro-gallery-item:hover img {
    transform: scale(1.08);
}


/* Continuous scrolling */
@keyframes foodproGalleryScroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-57% - 10px));
    }

}


/* ================================
   LIGHTBOX
================================ */

.foodpro-lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 99999;
}

.foodpro-lightbox.active {
    display: flex;
}

.foodpro-lightbox-content {
    width: calc(100% - 180px);
    height: calc(100% - 120px);

    display: flex;
    align-items: center;
    justify-content: center;
}

.foodpro-lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

    border-radius: 6px;
}


/* Close */

.foodpro-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;

    border: 0;
    background: transparent;

    color: #fff;
    font-size: 45px;
    line-height: 1;

    cursor: pointer;

    z-index: 10;
}


/* Previous / Next */

.foodpro-lightbox-prev,
.foodpro-lightbox-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 55px;
    height: 55px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);
    color: #fff;

    font-size: 28px;

    cursor: pointer;

    transition: 0.3s;
}

.foodpro-lightbox-prev:hover,
.foodpro-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.foodpro-lightbox-prev {
    left: 25px;
}

.foodpro-lightbox-next {
    right: 25px;
}


/* Mobile */

@media (max-width: 767px) {

    .foodpro-gallery-section {
        padding: 40px 0;
    }

    .gallery-title {
        font-size: 28px;
    }

    .foodpro-gallery-item {
        width: 250px;
        height: 170px;
    }

    .foodpro-gallery-track {
        gap: 12px;
        animation-duration: 25s;
    }

    .foodpro-lightbox-content {
        width: calc(100% - 80px);
        height: calc(100% - 120px);
    }

    .foodpro-lightbox-prev,
    .foodpro-lightbox-next {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .foodpro-lightbox-prev {
        left: 10px;
    }

    .foodpro-lightbox-next {
        right: 10px;
    }

    .foodpro-lightbox-close {
        right: 15px;
        top: 15px;
        font-size: 35px;
    }
}
