/* ===================================
   Single Event Page Styles
   =================================== */

/* Global Vienna Styles */
.single-event-page-hero-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 120px 20px 80px;
}

.single-event-page-section-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-txt-color);
    max-width: 800px;
    margin: 15px auto 0;
}

/* Section 1: Hero Section */
.single-event-page-hero-meta-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.single-event-page-hero-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    font-weight: 500;
}

.single-event-page-hero-info-item i {
    font-size: 18px;
    color: var(--main-theme-color);
}

.single-event-page-hero-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.single-event-page-hero-main-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.single-event-page-hero-description {
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    max-width: 720px;
    margin: 0 auto 40px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.single-event-page-hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.single-event-page-hero-section {
    position: relative;
    min-height: 650px;
    background: var(--main-theme-dark-color);
    overflow: hidden;
    padding: 100px 0;
}

.single-event-hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-theme-dark-color);
    z-index: 0;
}

.single-event-page-hero-video-iframe,
.single-event-hero-video-mp4 {
    z-index: 0;
}

.event-detail-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.85) 0%, rgba(12, 16, 125, 0.85) 100%);
    z-index: 2;
    opacity: 0.85;
}

.single-event-page-hero-container {
    position: relative;
    z-index: 3;
}

.single-event-page-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.single-event-page-hero-title {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.single-event-page-hero-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
}

.single-event-page-hero-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.single-event-page-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-icon {
    font-size: 24px;
}

.detail-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.single-event-page-hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Section 2: Event Highlights */
.single-event-page-highlights-section {
    padding: 80px 0;
    background: #ffffff;
}

.single-event-page-highlight-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.single-event-page-highlight-card:hover {
    transform: translateY(-5px);
    border-color: var(--main-theme-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Section 3: Key Themes */
.single-event-page-themes-section {
    padding: 80px 0;
    background: var(--main-gray-bg-color);
}

.single-event-page-themes-section .ts-section-heading-txt {
    color: var(--main-dark-txt-color);
}

.single-event-page-theme-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.single-event-page-theme-card:hover {
    transform: translateY(-5px);
    border-color: var(--main-theme-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Section 5: Exhibit at Tech Summit Vienna */
.single-event-page-exhibit-section {
    padding: 80px 0;
    background: var(--main-gray-bg-color);
}

/* Section 9: Venue & Location */

.single-event-page-map-placeholder {
    background: #e5e7eb;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder-content {
    padding: 40px;
}

.map-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.map-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    margin-bottom: 5px;
}

.map-subtext {
    font-size: 14px;
    color: var(--main-txt-color);
}

.venue-details-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .single-event-page-hero-section {
        min-height: 500px;
        padding: 60px 0;
    }

    .single-event-page-hero-meta-info {
        flex-direction: column;
        gap: 12px;
    }

    .single-event-page-hero-main-title {
        font-size: 42px;
    }

    .single-event-page-hero-separator {
        display: none;
    }

    .single-event-page-hero-description {
        font-size: 17px;
    }

    .single-event-page-hero-cta-group {
        flex-direction: column;
        gap: 12px;
    }

    .single-event-page-hero-info-item {
        font-size: 15px;
    }

    .single-event-page-hero-title {
        font-size: 36px;
        line-height: 44px;
    }

    .single-event-page-hero-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .single-event-page-ticketing-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    .single-event-page-hero-main-title {
        font-size: 34px;
    }

    .single-event-page-hero-details {
        flex-direction: column;
        gap: 15px;
    }

    .single-event-page-hero-info-item {
        font-size: 14px;
    }

    .single-event-page-hero-info-item i {
        font-size: 16px;
    }
}

/* ===================================
   Vienna Key Themes Section - Enhanced Design with Brand Colors
   =================================== */

.single-event-page-theme-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}


.single-event-page-theme-card:hover {
    transform: translateY(-8px);
    border-color: var(--main-theme-color);
    box-shadow: 0 15px 40px rgba(252, 135, 0, 0.2);
}

.single-event-page-theme-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--main-theme-color), #ff9a1f);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 4px 16px rgba(252, 135, 0, 0.25);
}

.single-event-page-theme-card:hover .single-event-page-theme-icon-wrapper {
    background: linear-gradient(135deg, var(--main-theme-dark-color), #1a1c9d);
    box-shadow: 0 6px 24px rgba(12, 16, 125, 0.35);
    transform: translateY(-4px);
}

.single-event-page-theme-icon-wrapper i {
    font-size: 28px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.single-event-page-theme-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 16px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.single-event-page-theme-card:hover .single-event-page-theme-title {
    color: var(--main-theme-color);
}

.single-event-page-theme-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-event-page-theme-card {
        padding: 32px 24px;
    }

    .single-event-page-theme-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .single-event-page-theme-icon-wrapper i {
        font-size: 32px;
    }

    .single-event-page-theme-title {
        font-size: 20px;
    }

    .single-event-page-theme-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .single-event-page-theme-card {
        padding: 28px 20px;
    }

    .single-event-page-theme-icon-wrapper {
        width: 64px;
        height: 64px;
    }

    .single-event-page-theme-icon-wrapper i {
        font-size: 28px;
    }

    .single-event-page-theme-title {
        font-size: 18px;
    }
}

/* ===================================
   Vienna Exhibit/Benefit Cards - Enhanced Design with Brand Colors
   =================================== */

.single-event-page-benefit-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.single-event-page-benefit-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.single-event-page-benefit-card:hover::after {
    transform: scaleY(1);
}

.single-event-page-benefit-card:hover {
    transform: translateY(-6px);
    border-color: var(--main-theme-color);
    box-shadow: 0 12px 35px rgba(252, 135, 0, 0.18);
}

.single-event-page-benefit-icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1), rgba(252, 135, 0, 0.15));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.single-event-page-benefit-icon-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--main-theme-color), #ff9a1f);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.single-event-page-benefit-card:hover .single-event-page-benefit-icon-box::before {
    opacity: 1;
}

.single-event-page-benefit-icon-box i {
    font-size: 24px;
    color: var(--main-theme-color);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.single-event-page-benefit-card:hover .single-event-page-benefit-icon-box i {
    color: #ffffff;
}

.single-event-page-benefit-content {
    flex: 1;
}

.single-event-page-benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.single-event-page-benefit-card:hover .single-event-page-benefit-title {
    color: var(--main-theme-color);
}

.single-event-page-benefit-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-event-page-benefit-card {
        padding: 28px 24px;
        gap: 16px;
    }

    .single-event-page-benefit-icon-box {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .single-event-page-benefit-icon-box i {
        font-size: 24px;
    }

    .single-event-page-benefit-title {
        font-size: 18px;
    }

    .single-event-page-benefit-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .single-event-page-benefit-card {
        padding: 24px 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .single-event-page-benefit-icon-box {
        width: 64px;
        height: 64px;
    }

    .single-event-page-benefit-icon-box i {
        font-size: 28px;
    }
}

/* ===================================
   Vienna Audience Cards - Enhanced Design with Brand Colors
   =================================== */

.single-event-page-audience-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.single-event-page-audience-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.single-event-page-audience-card:hover::before {
    transform: scaleX(1);
}

.single-event-page-audience-card:hover {
    transform: translateY(-10px);
    border-color: var(--main-theme-color);
    box-shadow: 0 16px 40px rgba(252, 135, 0, 0.2);
}

.single-event-page-audience-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(252, 135, 0, 0.12));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.single-event-page-audience-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.single-event-page-audience-card:hover .single-event-page-audience-icon-wrapper::before {
    opacity: 1;
}

.single-event-page-audience-card:hover .single-event-page-audience-icon-wrapper {
    background: linear-gradient(135deg, var(--main-theme-color), #ff9a1f);
    transform: scale(1.1);
}

.single-event-page-audience-icon-wrapper i {
    font-size: 26px;
    color: var(--main-theme-color);
    transition: all 0.4s ease;
    z-index: 1;
}

.single-event-page-audience-card:hover .single-event-page-audience-icon-wrapper i {
    color: #ffffff;
}

.single-event-page-audience-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    line-height: 1.3;
    margin: 0;
    transition: color 0.3s ease;
}

.single-event-page-audience-card:hover .single-event-page-audience-title {
    color: var(--main-theme-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-event-page-audience-card {
        padding: 36px 24px;
    }

    .single-event-page-audience-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .single-event-page-audience-icon-wrapper i {
        font-size: 32px;
    }

    .single-event-page-audience-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .single-event-page-audience-card {
        padding: 32px 20px;
    }

    .single-event-page-audience-icon-wrapper {
        width: 64px;
        height: 64px;
    }

    .single-event-page-audience-icon-wrapper i {
        font-size: 28px;
    }

    .single-event-page-audience-title {
        font-size: 17px;
    }
}

/* ===================================
   Vienna Sustainability Section - Enhanced Design
   =================================== */

.single-event-page-sustainability-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.single-event-page-sustainability-card:hover {
    transform: translateY(-6px);
    border-color: #10b981;
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.15);
}

.single-event-page-sustain-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.single-event-page-sustainability-card:hover .single-event-page-sustain-icon-wrapper {
    background: linear-gradient(135deg, #10b981, #059669);
    transform: scale(1.1);
}

.single-event-page-sustain-icon-wrapper i {
    font-size: 26px;
    color: #10b981;
    transition: all 0.4s ease;
}

.single-event-page-sustainability-card:hover .single-event-page-sustain-icon-wrapper i {
    color: #ffffff;
}

.single-event-page-sustain-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.single-event-page-sustainability-card:hover .single-event-page-sustain-title {
    color: #10b981;
}

.single-event-page-sustain-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
}

.single-event-page-sustainability-banner {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-event-page-sustainability-card {
        padding: 32px 24px;
    }

    .single-event-page-sustain-icon-wrapper {
        width: 56px;
        height: 56px;
    }

    .single-event-page-sustain-icon-wrapper i {
        font-size: 24px;
    }

    .single-event-page-sustain-title {
        font-size: 18px;
    }

    .single-event-page-sustain-text {
        font-size: 14px;
    }

    .single-event-page-sustainability-banner {
        padding: 32px 24px;
    }
}

@media (max-width: 480px) {
    .single-event-page-sustainability-card {
        padding: 28px 20px;
    }

    .single-event-page-sustainability-banner {
        padding: 28px 20px;
    }
}


/* ===================================
   Vienna Partnership Section V2 - Modern Redesign
   =================================== */

.single-event-page-partnership-card-v2 {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.single-event-page-partnership-card-v2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--main-theme-color), var(--main-theme-dark-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.single-event-page-partnership-card-v2:hover::before {
    transform: scaleX(1);
}

.single-event-page-partnership-card-v2:hover {
    transform: translateY(-4px);
    border-color: var(--main-theme-color);
    box-shadow: 0 8px 24px rgba(252, 135, 0, 0.15);
}

.single-event-page-partner-icon-v2 {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(252, 135, 0, 0.12));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.single-event-page-partnership-card-v2:hover .single-event-page-partner-icon-v2 {
    background: linear-gradient(135deg, var(--main-theme-color), #ff9a1f);
    transform: translateY(-2px);
}

.single-event-page-partner-icon-v2 i {
    font-size: 22px;
    color: var(--main-theme-color);
    transition: all 0.3s ease;
}

.single-event-page-partnership-card-v2:hover .single-event-page-partner-icon-v2 i {
    color: #ffffff;
}

.single-event-page-partner-title-v2 {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    line-height: 1.3;
    margin: 0;
    transition: color 0.3s ease;
}

.single-event-page-partnership-card-v2:hover .single-event-page-partner-title-v2 {
    color: var(--main-theme-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .single-event-page-partnership-card-v2 {
        padding: 24px 16px;
    }

    .single-event-page-partner-icon-v2 {
        width: 44px;
        height: 44px;
    }

    .single-event-page-partner-icon-v2 i {
        font-size: 20px;
    }

    .single-event-page-partner-title-v2 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .single-event-page-partnership-card-v2 {
        padding: 22px 16px;
    }

    .single-event-page-partner-icon-v2 {
        width: 42px;
        height: 42px;
    }

    .single-event-page-partner-icon-v2 i {
        font-size: 19px;
    }

    .single-event-page-partner-title-v2 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .single-event-page-partnership-card-v2 {
        padding: 20px 14px;
    }

    .single-event-page-partner-icon-v2 {
        width: 40px;
        height: 40px;
    }

    .single-event-page-partner-icon-v2 i {
        font-size: 18px;
    }

    .single-event-page-partner-title-v2 {
        font-size: 12px;
    }
}

/* ===================================
   Vienna Venue Section - Redesigned Layout
   =================================== */

.single-event-page-venue-icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(252, 135, 0, 0.12));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.single-event-page-venue-icon-box i {
    font-size: 20px;
    color: var(--main-theme-color);
    transition: all 0.3s ease;
}

.single-event-page-map-wrapper {
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.single-event-page-map-wrapper:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 12px 35px rgba(252, 135, 0, 0.15);
}

.single-event-page-map-placeholder iframe {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-event-page-venue-icon-box {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .single-event-page-venue-icon-box i {
        font-size: 18px;
    }
}

/* ===================================
   Vienna Ticketing CTA Banner - Simple Design
   =================================== */

.single-event-page-ticketing-banner {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(252, 135, 0, 0.12));
}

.single-event-page-ticketing-title {
    color: var(--main-dark-txt-color);
}

/* ===================================
   Collaboration Event Section
   =================================== */

.collaboration-event-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

/* Three Cards Grid */
.collaboration-event-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.collaboration-event-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.collaboration-event-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.collaboration-event-card:hover::before {
    transform: scaleX(1);
}

.collaboration-event-card:hover {
    transform: translateY(-8px);
    border-color: var(--main-theme-color);
    box-shadow: 0 16px 40px rgba(252, 135, 0, 0.2);
}

.collaboration-event-card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1), rgba(252, 135, 0, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.collaboration-event-card-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.collaboration-event-card:hover .collaboration-event-card-icon::before {
    opacity: 1;
}

.collaboration-event-card:hover .collaboration-event-card-icon {
    background: linear-gradient(135deg, var(--main-theme-color), #ff9a1f);
    transform: scale(1.1);
}

.collaboration-event-card-icon i {
    font-size: 32px;
    color: var(--main-theme-color);
    transition: all 0.4s ease;
    z-index: 1;
}

.collaboration-event-card:hover .collaboration-event-card-icon i {
    color: #ffffff;
}

.collaboration-event-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 16px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.collaboration-event-card:hover .collaboration-event-card-title {
    color: var(--main-theme-color);
}

.collaboration-event-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--main-txt-color);
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .collaboration-event-section {
        padding: 70px 0;
    }

    .collaboration-event-heading-box {
        padding: 28px 32px;
        gap: 16px;
    }

    .collaboration-event-icon-wrapper {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .collaboration-event-icon-wrapper i {
        font-size: 28px;
    }

    .collaboration-event-content-title {
        font-size: 24px;
    }

    .collaboration-event-description-box {
        padding: 32px;
        margin-bottom: 40px;
    }

    .collaboration-event-cards-grid {
        gap: 24px;
    }

    .collaboration-event-card {
        padding: 32px 24px;
    }

    .collaboration-event-card-icon {
        width: 64px;
        height: 64px;
    }

    .collaboration-event-card-icon i {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .collaboration-event-section {
        padding: 60px 0;
    }

    .collaboration-event-heading-box {
        flex-direction: column;
        text-align: center;
        padding: 24px 28px;
        gap: 16px;
    }

    .collaboration-event-content-title {
        font-size: 22px;
        text-align: center;
    }

    .collaboration-event-description-box {
        padding: 28px;
        margin-bottom: 35px;
    }

    .collaboration-event-description-heading {
        font-size: 20px;
    }

    .collaboration-event-description-text {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .collaboration-event-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .collaboration-event-card {
        padding: 28px 24px;
    }

    .collaboration-event-card-title {
        font-size: 19px;
    }

    .collaboration-event-card-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .collaboration-event-section {
        padding: 50px 0;
    }

    .collaboration-event-heading-box {
        padding: 20px 24px;
        gap: 12px;
    }

    .collaboration-event-icon-wrapper {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .collaboration-event-icon-wrapper i {
        font-size: 24px;
    }

    .collaboration-event-content-title {
        font-size: 20px;
    }

    .collaboration-event-description-box {
        padding: 24px;
        margin-bottom: 30px;
    }

    .collaboration-event-description-heading {
        font-size: 18px;
    }

    .collaboration-event-description-text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .collaboration-event-card {
        padding: 24px 20px;
    }

    .collaboration-event-card-icon {
        width: 60px;
        height: 60px;
    }

    .collaboration-event-card-icon i {
        font-size: 26px;
    }

    .collaboration-event-card-title {
        font-size: 18px;
    }

    .collaboration-event-card-text {
        font-size: 14px;
    }
}
/* ===================================
   Collaboration Event Exhibit Section
   =================================== */

.collaboration-event-exhibit-section {
    padding: 80px 0;
    background: var(--main-gray-bg-color);
}

.collaboration-event-exhibit-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-theme-color);
    margin-bottom: 0;
}

/* Intro Text */
.collaboration-event-exhibit-intro {
    max-width: 900px;
    margin: 0 auto 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 40px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.collaboration-event-exhibit-intro-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--main-txt-color);
    margin: 0;
    text-align: center;
}

/* Benefits Wrapper */
.collaboration-event-exhibit-benefits-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.collaboration-event-exhibit-benefits-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.collaboration-event-exhibit-benefits-heading i {
    font-size: 28px;
    color: var(--main-theme-color);
}

/* CTA Section */
.collaboration-event-exhibit-cta {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(12, 16, 125, 0.08));
    border-radius: 16px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.collaboration-event-exhibit-cta:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 8px 25px rgba(252, 135, 0, 0.15);
}

.collaboration-event-exhibit-cta-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, var(--main-theme-color), #ff9a1f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(252, 135, 0, 0.25);
}

.collaboration-event-exhibit-cta-icon i {
    font-size: 28px;
    color: #ffffff;
}

.collaboration-event-exhibit-cta-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.collaboration-event-exhibit-cta-label {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
}

.collaboration-event-exhibit-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .collaboration-event-exhibit-section {
        padding: 70px 0;
    }

    .collaboration-event-exhibit-intro {
        padding: 28px 32px;
        margin-bottom: 35px;
    }

    .collaboration-event-exhibit-cta {
        padding: 28px 32px;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .collaboration-event-exhibit-section {
        padding: 60px 0;
    }

    .collaboration-event-exhibit-subtitle {
        font-size: 18px;
    }

    .collaboration-event-exhibit-intro {
        padding: 24px 28px;
        margin-bottom: 30px;
    }

    .collaboration-event-exhibit-intro-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .collaboration-event-exhibit-benefits-heading {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .collaboration-event-exhibit-benefits-heading i {
        font-size: 24px;
    }

    .collaboration-event-exhibit-cta {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
        gap: 20px;
    }

    .collaboration-event-exhibit-cta-content {
        flex-direction: column;
        gap: 16px;
    }

    .collaboration-event-exhibit-cta-label {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .collaboration-event-exhibit-section {
        padding: 50px 0;
    }

    .collaboration-event-exhibit-subtitle {
        font-size: 17px;
    }

    .collaboration-event-exhibit-intro {
        padding: 20px 24px;
        margin-bottom: 25px;
    }

    .collaboration-event-exhibit-intro-text {
        font-size: 15px;
    }

    .collaboration-event-exhibit-benefits-heading {
        font-size: 20px;
        margin-bottom: 20px;
        gap: 10px;
    }

    .collaboration-event-exhibit-benefits-heading i {
        font-size: 22px;
    }

    .collaboration-event-exhibit-cta {
        padding: 24px 20px;
        gap: 16px;
    }

    .collaboration-event-exhibit-cta-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .collaboration-event-exhibit-cta-icon i {
        font-size: 24px;
    }

    .collaboration-event-exhibit-cta-label {
        font-size: 17px;
    }
}
