/* Event Page Styles - Complete CSS File */
/* Save as: event-styles.css */

.event-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 18px;
}

.event-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.event-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.event-col {
    padding: 0 15px;
    flex: 1;
}

.event-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.event-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.event-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.event-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.event-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.event-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Intro Section */
.event-intro {
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.event-intro-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.event-intro-text {
    flex: 1;
}

.event-intro-text h2 {
    color: #2c3e50;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.event-intro-text p {
    font-size: 1.7rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.event-intro-right {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-video-container {
    width: 100%;
    max-width: 400px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.event-video-container:hover {
    transform: translateY(-5px);
}

.event-video-thumb {
    width: 100%;
    height: auto;
    display: block;
}

.event-video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(107, 184, 190, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-video-overlay:hover {
    background: rgba(107, 184, 190, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.event-video-overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
}

.event-video-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 20px 15px 15px;
    font-weight: 500;
}

/* Compact Badges for Intro Section */
.event-badges-compact {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.event-badges-compact-title {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}

.event-badges-compact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.event-badge-small {
    max-width: 125px;
    height: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.event-badge-small:hover {
    transform: scale(1.05);
}

/* Meeting Section */
.event-meeting {
    padding: 80px 0;
    background: #fff;
}

.event-meeting-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 40px;
}

.event-date-container {
    flex: 1;
}

.event-date {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0;
}

.event-date-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(107, 184, 190, 0.25);
}

.event-date-text h3 {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.event-date-text p {
    color: #666;
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 500;
}

.event-cta-prominent {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.event-btn-primary-large {
    display: inline-block;
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    color: white;
    padding: 22px 45px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    transition: all 0.4s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(107, 184, 190, 0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.event-btn-primary-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.event-btn-primary-large:hover::before {
    left: 100%;
}

.event-btn-primary-large:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(107, 184, 190, 0.45);
    color: white;
    text-decoration: none;
}

.event-cta-text {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

.event-booth-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #333;
    padding: 40px;
    border-radius: 20px;
    margin: 0 0 40px 0;  /* Remove top margin, keep bottom */
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(107, 184, 190, 0.1);
    position: relative;
}

.event-booth-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    border-radius: 20px 0 0 20px;
}

.event-booth-info h4 {
    margin: 0 0 25px;
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    z-index: 1;
}

.event-booth-info p {
    margin: 12px 0;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 500;
    position: relative;
    z-index: 1;
    color: #555;
}

.event-booth-info i {
    width: 20px;
    font-size: 1.8rem;
    color: #6bb8be;
}

.event-demo-link {
    display: inline-block;
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    color: white;
    padding: 16px 28px;
    border-radius: 12px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(107, 184, 190, 0.3);
}

.event-demo-link:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 184, 190, 0.4);
    text-decoration: none;
}

.event-booth-info .event-session-details {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid rgba(107, 184, 190, 0.2);
    position: relative;
    z-index: 1;
}

.event-booth-info .event-session-details strong {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    color: #2c3e50;
}

.event-booth-info .event-session-details p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #555;
}

.event-booth-info .event-session-details .event-demos-by {
    margin-top: 20px;
    padding: 15px;
    background: rgba(107, 184, 190, 0.08);
    border-radius: 10px;
    border-left: 3px solid #6bb8be;
}

.event-booth-info .event-session-details .event-demos-by strong {
    color: #6bb8be;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.event-booth-info .event-session-details .event-demos-by p {
    font-size: 1.2rem;
    margin: 0;
}

.event-visual-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 0;
    align-self: flex-start;
}

.event-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start; /* This ensures both columns start at the same height */
}

.event-main-image {
    flex: 0 0 250px;
    margin-top: 0; 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    position: relative;
}

.event-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.event-main-image:hover img {
    transform: scale(1.05);
}

.event-booth-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 140px;
}

.booth-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.booth-number {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .event-booth-label {
        bottom: 15px;
        left: 15px;
        padding: 10px 15px;
        min-width: 120px;
    }
    
    .booth-text {
        font-size: 0.85rem;
    }
    
    .booth-number {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .event-booth-label {
        bottom: 12px;
        left: 12px;
        padding: 8px 12px;
        min-width: 110px;
    }
    
    .booth-text {
        font-size: 0.8rem;
    }
    
    .booth-number {
        font-size: 1.1rem;
    }
}

.event-tech-showcase {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.event-tech-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(107, 184, 190, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.event-tech-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
}

.event-tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.event-tech-icon {
    font-size: 2.5rem;
    color: #6bb8be;
    margin-bottom: 15px;
}

.event-tech-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px;
}

.event-tech-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Tech Talks Section */
.event-tech-talks {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.event-section-title {
    text-align: center;
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}



.event-talk-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(107, 184, 190, 0.2);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 35px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.event-talk-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #6bb8be, transparent);
}

.event-talk-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(107, 184, 190, 0.15);
}

.event-talk-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 20px;
}

.event-talk-info {
    flex: 1;
}

.event-talk-title {
    color: #2c3e50;
    font-size: 2rem; /* Increased from 1.6rem */
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.3;
}

.event-talk-description {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1.4rem; /* Increased from 1.1rem */
}

.event-talk-details {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.event-speaker-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-speaker-photo {
    width: 100px; /* Increased from 50px */
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #6bb8be; /* Thicker border to scale */
}

.event-speaker-name {
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    font-size: 1.2rem; /* Increased from 0.95rem */
}

.event-speaker-title {
    color: #666;
    margin: 5px 0 0;
    font-size: 1rem; /* Increased from 0.85rem */
}
.event-talk-schedule {
    text-align: center;
}

.event-talk-stage {
    font-weight: 500;
    color: #6bb8be;
    font-size: 1.1rem; /* Increased from 0.9rem */
}

.event-talk-time {
    color: #2c3e50;
    font-weight: 600;
    margin: 8px 0;
    font-size: 1.3rem; /* Increased from 0.95rem */
}

.event-talk-date {
    color: #666;
    font-size: 1.1rem; /* Increased from 0.85rem */
}

.event-schedule-btn {
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    color: white;
    padding: 15px 30px; /* Increased padding */
    border-radius: 25px;
    text-decoration: none;
    font-size: 1.1rem; /* Increased from 0.9rem */
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(107, 184, 190, 0.3);
}

.event-schedule-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(107, 184, 190, 0.4);
    color: white;
    text-decoration: none; /* No underline on hover */
}

/* Best Practices & Download Sections */
.event-best-practices, .event-downloads {
    padding: 50px 0;
}

.event-best-practices {
    background: #fff;
}

.event-downloads {
    background: #f8f9fa;
}

.event-subsection-title {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.event-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.event-video-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.event-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.event-video-card .event-video-container {
    flex: none;
    border-radius: 0;
    box-shadow: none;
}

.event-video-card .event-video-container:hover {
    transform: none;
}

.event-video-title {
    padding: 15px;
    color: #2c3e50;
    font-weight: 500;
    margin: 0;
}

.event-download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.event-download-item {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
	padding-bottom: 0;
}

.event-download-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Contact Section */
.event-contact {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.event-info-section {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.event-form-container {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.event-form-title {
    color: #2c3e50;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.event-form-description {
    color: #555;
    margin-bottom: 30px;
    font-size: 1.3rem;
}

.event-form-group {
    margin-bottom: 20px;
}

.event-form-label {
    display: block;
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 1.3rem;
}

.event-form-required {
    color: #e74c3c;
    margin-left: 3px;
}

.event-form-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.event-form-input:focus {
    outline: none;
    border-color: #6bb8be;
    box-shadow: 0 0 0 3px rgba(107, 184, 190, 0.1);
}

.event-form-submit {
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.event-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 184, 190, 0.3);
}

.event-form-terms {
    font-size: 1.2rem;
    color: #666;
    margin-top: 20px;
    line-height: 1.5;
}

.event-form-terms a {
    color: #6bb8be;
    text-decoration: none;
}

.event-form-terms a:hover {
    text-decoration: underline;
}


.event-conference-info {
    flex: 1;
  padding: 10px 30px;
    margin-top: 0;
}

.event-conference-info h5 {
    color: #2c3e50;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 15px;
}

.event-conference-info p {
    color: #555;
    font-size: 1.3rem;  
    line-height: 1.7;
    margin: 0 0 20px;
}

.event-conference-link {
    display: inline-block;
    color: #6bb8be;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.event-conference-link:hover {
    color: #5aa5ab;
    border-bottom-color: #5aa5ab;
    text-decoration: none;
}


/* Responsive Design */
@media (max-width: 768px) {
    .event-col-7, .event-col-5, .event-col-4, .event-col-3, .event-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .event-intro-content {
        flex-direction: column;
        text-align: center;
    }
    
    .event-intro-right {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 30px auto 0;
    }
    
    .event-badges-compact-row {
        gap: 8px;
    }
    
    .event-badge-small {
        max-width: 100px;
    }
    
    .event-intro-text h2 {
        font-size: 2rem;
    }
    
    .event-section-title {
        font-size: 2.2rem;
    }
    
    .event-meeting-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }
    
    .event-date-container {
        order: 1;
    }
    
    .event-cta-prominent {
        order: 2;
        margin-top: 0;
    }
    
    .event-date-text h3 {
        font-size: 2rem;
    }
    
    .event-date-text p {
        font-size: 1.2rem;
    }
    
    .event-btn-primary-large {
        padding: 18px 35px;
        font-size: 1.1rem;
    }
    
    .event-booth-info h4 {
        font-size: 1.6rem;
    }
    
    .event-booth-info p {
        font-size: 1.3rem;
    }
    
    .event-visual-content {
        min-height: auto;
        margin-top: 30px;
    }
    
    .event-main-image {
        flex: 0 0 200px;
    }
    
    .event-tech-showcase {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .event-tech-item {
        padding: 20px;
    }
    
    .event-talk-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .event-talk-details {
        grid-template-columns: 1fr;
        text-align: left;
    }
    
    .event-video-grid {
        grid-template-columns: 1fr;
    }
    
    .event-download-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .event-container {
        padding: 0 15px;
    }
    
    .event-page {
        font-size: 16px;
    }
    
    .event-intro, .event-meeting, .event-tech-talks, .event-contact {
        padding: 40px 0;
    }
    
    .event-intro-text h2 {
        font-size: 1.7rem;
    }
    
    .event-intro-text p {
        font-size: 1.4rem;
    }
    
    .event-section-title {
        font-size: 2rem;
    }
    
    .event-talk-card {
        padding: 25px;
    }
    
    .event-form-container, .event-info-section {
        padding: 30px;
    }
    
    .event-date-text h3 {
        font-size: 1.8rem;
    }
    
    .event-btn-primary-large {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .event-badge-small {
        max-width: 80px;
    }
    
    .event-booth-info {
        padding: 25px;
    }
    
    .event-booth-info h4 {
        font-size: 1.4rem;
    }
    
    .event-booth-info p {
        font-size: 1.1rem;
    }
    
    .event-tech-item h5 {
        font-size: 1rem;
    }
    
    .event-tech-item p {
        font-size: 0.85rem;
    }
}


/* Hero Section Enhancements - Updated */
#page {
    position: relative;
}

.page-header-wrap {
    position: relative;
    overflow: hidden;
}

.page-header {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.hero-event-details {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hero-date-item, .hero-location-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-date-icon, .hero-location-icon {
    width: 55px;
    height: 55px;
    background: rgba(107, 184, 190, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(107, 184, 190, 0.3);
}

.hero-date-icon i, .hero-location-icon i {
    color: #6bb8be;
    font-size: 1.6rem;
}

.hero-date-content, .hero-location-content {
    display: flex;
    flex-direction: column;
}

.hero-date-main, .hero-location-main {
    color: white;
    font-size: 1.9rem; /* Increased from 1.6rem */
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-date-sub, .hero-location-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem; /* Increased from 1rem */
    font-weight: 400;
    margin-top: 4px;
}

.hero-video-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0;
}

.hero-video {
    width: 75%;
  margin-top: 80px;
    max-width: 350px;
    max-height: 260px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.15);
}

.hero-bottom-effect {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 10px;
    background: linear-gradient(90deg, transparent 0%, #6bb8be 50%, transparent 100%);
}

/* Mobile responsive for hero */
@media (max-width: 768px) {
    .page-header {
        min-height: 400px;
    }
    
    .hero-video-container {
        justify-content: center;
        margin-top: 40px;
        padding: 20px;
    }
    
    .hero-video {
        max-width: 300px;
        max-height: 220px;
    }
    
        
    .hero-date-main, .hero-location-main {
        font-size: 1.5rem; /* Increased from 1.3rem */
    }
    
    .hero-date-sub, .hero-location-sub {
        font-size: 1rem; /* Increased from 0.9rem */
    }
    
    .hero-date-icon, .hero-location-icon {
        width: 45px;
        height: 45px;
    }
    
    .hero-date-icon i, .hero-location-icon i {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .hero-date-main, .hero-location-main {
        font-size: 1.3rem;
    }
    
    .hero-date-sub, .hero-location-sub {
        font-size: 0.95rem;
    }
}



/* Featured Products Section - Modern Dark Design */
.event-featured-products {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1d21 0%, #242831 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.event-featured-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(107, 184, 190, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(90, 165, 171, 0.06) 0%, transparent 50%),
        linear-gradient(45deg, transparent 0%, rgba(107, 184, 190, 0.02) 50%, transparent 100%);
    pointer-events: none;
}

.event-featured-products .event-section-title {
    color: white;
    position: relative;
    z-index: 1;
}

.event-featured-products .event-section-title::after {
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
}

.event-products-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
}

.event-product-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding: 50px 0;
    position: relative;
}

.event-product-item:not(:last-child) {
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(90deg, 
        transparent 0%, 
        rgba(107, 184, 190, 0.2) 20%, 
        rgba(107, 184, 190, 0.3) 50%, 
        rgba(107, 184, 190, 0.2) 80%, 
        transparent 100%
    );
    background-position: bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat;
}

.event-product-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 4px;
    height: 26px;
    background: linear-gradient(135deg, #6bb8be, #5aa5ab);
    border-radius: 2px;
}

.event-product-content {
    flex: 1;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}

.event-product-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
}

.event-product-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.event-product-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    flex-shrink: 0;
    margin-top: 50px;
}

.event-feature-tag {
    background: rgba(107, 184, 190, 0.15);
    color: #6bb8be;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 1.3rem;
    font-weight: 600;
    border: 1px solid rgba(107, 184, 190, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
    backdrop-filter: blur(5px);
}

.event-feature-tag:hover {
    background: rgba(107, 184, 190, 0.25);
    color: white;
    transform: translateX(-5px);
    border-color: rgba(107, 184, 190, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .event-featured-products {
        padding: 60px 0;
    }
    
    .event-products-list {
        margin-top: 40px;
    }
    
    .event-product-item {
        flex-direction: column;
        gap: 25px;
        padding: 40px 0;
        align-items: stretch;
    }
    
    .event-product-item::before {
        height: 30px;
        top: 40px;
    }
    
    .event-product-content {
        padding-left: 20px;
    }
    
    .event-product-title {
        font-size: 1.6rem;
    }
    
    .event-product-description {
        font-size: 1.2rem;
        text-align: left;
    }
    
    .event-product-tags {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-left: 20px;
        margin-top: 25px;
    }
    
    .event-feature-tag {
        font-size: 1.2rem;
        padding: 10px 16px;
    }
}

@media (max-width: 480px) {
    .event-product-item {
        padding: 30px 0;
        gap: 20px;
    }
    
    .event-product-item::before {
        height: 25px;
        top: 30px;
    }
    
    .event-product-content {
        padding-left: 15px;
    }
    
    .event-product-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .event-product-description {
        font-size: 1.1rem;
    }
    
    .event-product-tags {
        padding-left: 15px;
        gap: 10px;
        margin-top: 20px;
    }
    
    .event-feature-tag {
        font-size: 1.1rem;
        padding: 8px 14px;
    }
    
    .event-feature-tag:hover {
        transform: translateX(0);
    }
}




.event-booth-highlights {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 2px solid rgba(107, 184, 190, 0.2);
    position: relative;
    z-index: 1;
}

.event-booth-highlights h5 {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 25px;
}

.event-highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

.event-highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(107, 184, 190, 0.04);
    border-radius: 8px;
    border-left: 3px solid rgba(107, 184, 190, 0.3);
    transition: all 0.3s ease;
}

.event-highlights-list li:hover {
    background: rgba(107, 184, 190, 0.08);
    border-left-color: #6bb8be;
    transform: translateX(5px);
}

.event-highlights-list li i {
    color: #6bb8be;
    margin-top: 2px;
    flex-shrink: 0;
}

.event-highlights-list li strong {
    color: #2c3e50;
    font-weight: 600;
}

.event-highlights-list li {
    color: #555;
    font-size: 1.47rem;
    line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .event-booth-highlights h5 {
        font-size: 1.3rem;
    }
    
    .event-highlights-list {
        gap: 15px;
    }
    
    .event-highlights-list li {
        padding: 12px;
        font-size: 1.1rem;
        gap: 12px;
    }
    
    .event-highlights-list li i {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .event-highlights-list li {
        padding: 10px;
        font-size: 1rem;
    }
    
    .event-highlights-list li:hover {
        transform: translateX(2px);
    }
}


.event-booth-tagline {
    display: inline-block;
    margin-left: 25px;
    color: #6bb8be;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
}

.event-booth-tagline i {
    margin-right: 8px;
    color: #5aa5ab;
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .event-booth-tagline {
        display: block;
        margin-left: 0;
        margin-top: 8px;
        font-size: 1.3rem;
    }
}



/* Override for these specific classes on event pages */
.sbBoxWrap,
.infobox-clean {
    box-shadow: none !important;
margin-bottom:0;
}

/* Language links container - keep in one row */
.langlinks {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    padding: 10px 12px;
    background-color: rgba(107, 184, 190, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(107, 184, 190, 0.1);
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping to keep in one row */
    gap: 3px;
}

/* Style the language links - smaller and more compact */
.langlinks a {
    display: inline-block;
    padding: 4px 8px;
    margin: 1px;
    background-color: rgba(107, 184, 190, 0.08);
    color: #4a5568 !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 0.75em; /* Smaller font */
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    border: 1px solid rgba(107, 184, 190, 0.12);
    min-width: 35px; /* Smaller min-width */
    text-align: center;
    white-space: nowrap;
}

/* Hover effect for language links */
.langlinks a:hover {
    background-color: rgba(107, 184, 190, 0.15);
    color: #2d3748 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(107, 184, 190, 0.25);
}

/* Hide the pipe separators */
.langlinks span {
    display: none;
}

/* Polish the file name/title */
.imgText-thumb_sb_thumb_link2 .lbl {
    font-size: 0.78em;
    font-weight: 600;
    color: #2d3748;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: none;
    line-height: 1.3;
}