.elementor-298706 .elementor-element.elementor-element-640bb4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-298706 .elementor-element.elementor-element-f30fb81{--spacer-size:20px;}.elementor-298706 .elementor-element.elementor-element-1627948{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-298706 .elementor-element.elementor-element-4d3e027{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-298706 .elementor-element.elementor-element-c97693c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-298706 .elementor-element.elementor-element-f05d56d.elementor-element{--align-self:center;}body.elementor-page-298706:not(.elementor-motion-effects-element-type-background), body.elementor-page-298706 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-75c15c5 */.page-pie26-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .page-pie26-wrapper {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 30%, #3A5EA6 100%);
            min-height: 100vh;
            line-height: 1.6;
            color: #333;
            position: relative;
        }

        /* Animated background elements */
        .page-background-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
            pointer-events: none;
        }

        .page-floating-shape {
            position: absolute;
            opacity: 0.1;
            animation: pageFloat 20s infinite linear;
        }

        .page-floating-shape:nth-child(1) {
            top: 20%;
            left: 10%;
            width: 80px;
            height: 80px;
            background: #FDDA16;
            border-radius: 50%;
            animation-delay: -5s;
        }

        .page-floating-shape:nth-child(2) {
            top: 60%;
            right: 15%;
            width: 60px;
            height: 60px;
            background: #EE7A3B;
            border-radius: 20px;
            animation-delay: -12s;
        }

        .page-floating-shape:nth-child(3) {
            bottom: 30%;
            left: 20%;
            width: 100px;
            height: 40px;
            background: #54A8DC;
            border-radius: 20px;
            animation-delay: -8s;
        }

        @keyframes pageFloat {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            25% { transform: translateY(-20px) rotate(90deg); }
            50% { transform: translateY(-10px) rotate(180deg); }
            75% { transform: translateY(-30px) rotate(270deg); }
        }

        /* Header */
        .page-header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 3px solid #FDDA16;
            padding: 2rem 0;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            z-index: 10;
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent, #FDDA16, transparent);
            animation: pageShimmer 3s infinite;
        }

        @keyframes pageShimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .page-header h1 {
            color: #3A5EA6;
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
            background: linear-gradient(45deg, #3A5EA6, #54A8DC);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .page-header .page-subtitle {
            color: #666;
            font-size: 1.3rem;
            font-weight: 300;
            margin-bottom: 1rem;
        }

        .page-header .page-cta-text {
            background: linear-gradient(135deg, #EE7A3B, #FDDA16);
            color: white;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(238, 122, 59, 0.3);
            animation: pagePulse 2s infinite;
        }

        .page-header .page-cta-text h3 {
            color: white;
        }

        .page-header .page-cta-text p {
            color: white;
        }

        @keyframes pagePulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        /* Navigation */
        .page-nav-tabs {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            padding: 1rem 0;
            display: flex;
            justify-content: center;
            gap: 2rem;
            border-bottom: 1px solid rgba(58, 94, 166, 0.2);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .page-nav-tab {
            background: linear-gradient(135deg, #f8fafc, #e2e8f0);
            border: 2px solid transparent;
            padding: 1rem 2rem;
            border-radius: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            color: #4a5568;
            position: relative;
            overflow: hidden;
        }

        .page-nav-tab::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s;
        }

        .page-nav-tab:hover::before {
            left: 100%;
        }

        .page-nav-tab.active {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(58, 94, 166, 0.3);
        }

        .page-nav-tab:hover:not(.active) {
            transform: translateY(-2px);
            border-color: #3A5EA6;
            box-shadow: 0 5px 15px rgba(58, 94, 166, 0.2);
        }

        /* Main Container */
        .page-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 3rem 2rem;
            position: relative;
            z-index: 10;
        }

        /* Tab Content */
        .page-tab-content {
            display: none;
            animation: pageFadeInUp 0.6s ease forwards;
        }

        .page-tab-content.active {
            display: block;
        }

        @keyframes pageFadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Section Cards */
        .page-section-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 25px;
            padding: 3rem;
            margin-bottom: 2rem;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
        }

        .page-section-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #3A5EA6, #54A8DC, #EE7A3B, #FDDA16);
            background-size: 200% 100%;
            animation: pageGradientShift 3s infinite;
        }

        @keyframes pageGradientShift {
            0%, 100% { background-position: 0% 0%; }
            50% { background-position: 100% 0%; }
        }

        .page-section-title {
            color: #3A5EA6;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-align: center;
            position: relative;
        }

        .page-section-titleFP {
            color: #3A5EA6;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-align: center;
            position: relative;
        }

        .page-section-titleFP::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #EE7A3B, #FDDA16);
            border-radius: 2px;
        }



        .page-section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #EE7A3B, #FDDA16);
            border-radius: 2px;
        }

        .page-section-description {
            text-align: center;
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 2rem;
            margin-left: auto;
            margin-right: auto;
        }

        .page-section-descriptionFP {
            text-align: center;
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 2rem;
            margin-left: auto;
            margin-right: auto;
        }

        /* Form Styling */
        .page-form-container {
            background: linear-gradient(135deg, #f8fafc, #ffffff);
            border-radius: 20px;
            border: 2px solid #e2e8f0;
            padding: 2rem 2rem;
            position: relative;
            align-content: center;
            
            
        }

        .page-form-container::before {
            content: '📝';
            position: absolute;
            top: -20px;
            left: 30px;
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            
        }

        /* Map Container */
.page-map-container {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    position: relative;
    width: 100%;
}

.page-map-container::before {
    content: '🗺️';
    position: absolute;
    top: -20px;
    left: 30px;
    background: linear-gradient(135deg, #EE7A3B, #FDDA16);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 1;
}

        .page-map-placeholder {
            text-align: center;
            color: #666;
            font-size: 1.1rem;
            background: rgba(238, 122, 59, 0.05);
            padding: 2rem;
            border-radius: 15px;
            border: 2px dashed #EE7A3B;
            max-width: 500px;
            width: 100%;
        }

        /* Exhibitors Container */
        .page-exhibitors-container {
            background: linear-gradient(135deg, #fefefe, #f8fafc);
            border-radius: 20px;
            padding: 2rem;
            border: 2px solid #e2e8f0;
            position: relative;
        }

        .page-exhibitors-container::before {
            content: '🏢';
            position: absolute;
            top: -20px;
            left: 30px;
            background: linear-gradient(135deg, #54A8DC, #3A5EA6);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }

        /* Benefits Section */
        .page-benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .page-benefit-card {
            background: linear-gradient(135deg, #ffffff, #f8fafc);
            padding: 2rem;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .page-benefit-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(58, 94, 166, 0.05), transparent);
            transition: left 0.5s;
        }

        .page-benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

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

        .page-benefit-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            display: block;
        }

        .page-benefit-title {
            color: #3A5EA6;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .page-benefit-description {
            color: #666;
            font-size: 0.95rem;
        }

        /* CTA Section */
        .page-cta-section {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            padding: 3rem;
            border-radius: 25px;
            text-align: center;
            margin-top: 3rem;
            position: relative;
            overflow: hidden;
        }

        .page-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(238, 122, 59, 0.1), rgba(253, 218, 22, 0.1));
            animation: pageGradientMove 4s ease-in-out infinite;
        }

        @keyframes pageGradientMove {
            0%, 100% { transform: translateX(-10px) translateY(-10px); }
            50% { transform: translateX(10px) translateY(10px); }
        }

        .page-cta-content {
            position: relative;
            z-index: 2;
        }

        .page-cta-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: white;
        }

        .page-cta-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 2rem;
            color: white;
        }

        .page-cta-subtitle h4 {
            color: white;
        }

        .page-cta-button {
            background: linear-gradient(135deg, #EE7A3B, #FDDA16);
            color: white;
            padding: 1rem 3rem;
            border: none;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(238, 122, 59, 0.4);
        }

        .page-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(238, 122, 59, 0.5);
        }

        /* Footer */
        .page-footer {
            background: rgba(45, 55, 72, 0.95);
            color: white;
            padding: 2rem;
            text-align: center;
            margin-top: 3rem;
        }

.page-footer p {
    color: white;
}

        /* Exhibitor Card Styles */
        .page-pie26-directory-wrapper {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: transparent;
            min-height: auto;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        
        .page-pie26-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 2rem;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .page-pie26-exhibitor-card {
            background: linear-gradient(135deg, #f6f9fc 0%, #ffffff 100%);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(255,255,255,0.3);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }
        
        .page-pie26-exhibitor-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #3A5EA6, #54A8DC);
            transform: translateX(-100%);
            transition: transform 0.4s ease;
        }
        
        .page-pie26-exhibitor-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }
        
        .page-pie26-exhibitor-card:hover::before {
            transform: translateX(0);
        }
        
        .page-pie26-expand-indicator {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 30px;
            height: 30px;
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            font-weight: bold;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .page-pie26-card-header {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .page-pie26-company-info h3 {
            color: #2d3748;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 0 0.5rem 0;
            line-height: 1.2;
        }
        
        .page-pie26-sponsor-tier {
            display: inline-block;
            background: linear-gradient(135deg, #FDDA16, #f7d117);
            color: #8b4513;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
            box-shadow: 0 2px 8px rgba(253, 218, 22, 0.3);
        }
        
        .page-pie26-sponsor-tier.bronze {
            background: linear-gradient(135deg, #EE7A3B, #e76a28);
            color: white;
        }
        
        .page-pie26-booth-info {
            display: flex;
            gap: 1rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }
        
        .page-pie26-booth-number {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            padding: 0.4rem 1rem;
            border-radius: 25px;
            font-size: 0.95rem;
            font-weight: 600;
            white-space: nowrap;
        }
        
        .page-pie26-company-description {
            color: #4a5568;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }
        
        .page-pie26-card-links {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        
        .page-pie26-link-btn {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.25rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.95rem;
            flex: 1;
            justify-content: center;
            min-width: 120px;
        }
        
        .page-pie26-website-link {
            background: linear-gradient(135deg, #54A8DC, #3A5EA6);
            color: white;
        }
        
        .page-pie26-website-link:hover {
            background: linear-gradient(135deg, #3A5EA6, #2c4a8c);
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(84, 168, 220, 0.3);
        }
        
        .page-pie26-email-link {
            background: linear-gradient(135deg, #EE7A3B, #e76a28);
            color: white;
        }
        
        .page-pie26-email-link:hover {
            background: linear-gradient(135deg, #e76a28, #d65c1f);
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(238, 122, 59, 0.3);
        }
        
        /* Collapse/Expand functionality */
        .page-pie26-card-content {
            transition: all 0.4s ease;
            overflow: hidden;
        }
        
        .page-pie26-exhibitor-card:not(.expanded) .page-pie26-card-content {
            max-height: 0;
            opacity: 0;
            margin-top: 0;
            margin-bottom: 0;
        }
        
        .page-pie26-exhibitor-card.expanded .page-pie26-card-content {
            max-height: 1000px;
            opacity: 1;
        }
        
        .page-pie26-exhibitor-card.expanded .page-pie26-expand-indicator {
            background: linear-gradient(135deg, #EE7A3B, #e76a28);
            transform: rotate(45deg);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2.5rem;
            }

            .page-nav-tabs {
                flex-direction: column;
                gap: 1rem;
                padding: 2rem;
            }

            .page-section-card {
                padding: 2rem 1.5rem;
            }

            .page-section-title {
                font-size: 2rem;
            }

            .page-container {
                padding: 2rem 1rem;
            }

            .page-cta-title {
                font-size: 2rem;

            }
            
            .page-pie26-card-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }

/* Enhanced Mobile Responsive Design */

/* Small mobile devices (320px - 479px) */
@media (max-width: 479px) {
    .page-header {
        padding: 1.5rem 0.5rem;
    }

    .page-header h1 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .page-header .page-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .page-header .page-cta-text {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
        margin: 0 1rem;
    }

    .page-nav-tabs {
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem 0.5rem;
    }

    .page-nav-tab {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        margin: 0 0.5rem;
    }

    .page-container {
        padding: 1.5rem 0.5rem;
    }

    .page-section-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
        border-radius: 15px;
    }

    .page-section-title, .page-section-titleFP {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .page-section-description, .page-section-descriptionFP {
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .page-form-container, .page-map-container, .page-exhibitors-container {
        padding: 1.5rem 1rem;
        border-radius: 15px;
    }

    .page-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .page-benefit-card {
        padding: 1.5rem 1rem;
        border-radius: 15px;
    }

    .page-benefit-icon {
        font-size: 2.5rem;
    }

    .page-benefit-title {
        font-size: 1.1rem;
    }

    .page-cta-section {
        padding: 2rem 1rem;
        margin-top: 2rem;
        border-radius: 15px;
    }

    .page-cta-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .page-cta-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .page-cta-button {
        padding: 0.75rem 2rem;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
    }

    .page-pie26-card-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }

    .page-pie26-exhibitor-card {
        padding: 1.5rem 1rem;
        border-radius: 15px;
    }

    .page-pie26-card-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .page-pie26-company-info h3 {
        font-size: 1.25rem;
    }

    .page-pie26-booth-info {
        justify-content: center;
    }

    .page-pie26-card-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .page-pie26-link-btn {
        min-width: auto;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

/* Mobile devices (480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .page-header {
        padding: 1.75rem 1rem;
    }

    .page-header h1 {
        font-size: 2.5rem;
    }

    .page-header .page-subtitle {
        font-size: 1.1rem;
    }

    .page-nav-tabs {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    .page-nav-tab {
        margin: 0 1rem;
    }

    .page-container {
        padding: 2rem 1rem;
    }

    .page-section-card {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }

    .page-section-title, .page-section-titleFP {
        font-size: 2rem;
    }

    .page-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .page-cta-section {
        padding: 2.5rem 1.5rem;
    }

    .page-cta-title {
        font-size: 2rem;
    }

    .page-pie26-card-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .page-pie26-exhibitor-card {
        padding: 1.75rem;
    }

    .page-pie26-card-links {
        gap: 0.75rem;
    }
}

/* Tablet devices (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .page-nav-tabs {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    .page-nav-tab {
        flex: 1;
        min-width: 200px;
    }

    .page-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .page-pie26-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .page-container {
        padding: 2.5rem 1.5rem;
    }
}

/* Large tablet/small desktop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .page-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-pie26-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .page-nav-tab, .page-cta-button, .page-pie26-link-btn {
        min-height: 44px;
        touch-action: manipulation;
    }

    .page-pie26-exhibitor-card:hover {
        transform: none;
    }

    .page-pie26-exhibitor-card:active {
        transform: scale(0.98);
    }

    .page-benefit-card:hover {
        transform: none;
    }

    .page-benefit-card:active {
        transform: scale(0.98);
    }
}

/* Accessibility improvements for mobile */
@media (max-width: 767px) {
    .page-floating-shape {
        display: none; /* Reduce visual complexity on small screens */
    }

    /* Ensure text is readable */
    .page-section-description, .page-section-descriptionFP {
        line-height: 1.7;
    }

    .page-pie26-company-description {
        line-height: 1.7;
    }

    /* Make interactive elements more touch-friendly */
    .page-pie26-expand-indicator {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }

    /* Improve form readability */
    .page-form-placeholder, .page-map-placeholder {
        padding: 1.5rem 1rem;
        font-size: 1rem;
    }

    /* Stack sponsor tier and company info better */
    .page-pie26-sponsor-tier {
        margin-bottom: 1rem;
    }
}

/* Landscape orientation for mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .page-header {
        padding: 1rem;
    }

    .page-header h1 {
        font-size: 1.75rem;
    }

    .page-nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1rem;
        gap: 0.5rem;
    }

    .page-nav-tab {
        margin: 0;
        flex: 1;
        min-width: 120px;
        padding: 0.75rem 1rem;
    }

    .page-section-card {
        padding: 1.5rem;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .page-section-title::after, .page-section-titleFP::after {
        height: 3px; /* Thinner on high DPI to maintain visual weight */
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .page-floating-shape,
    .page-header::before,
    .page-section-card::before,
    .page-cta-section::before {
        animation: none;
    }

    .page-tab-content {
        animation: none;
    }

    .page-pie26-exhibitor-card,
    .page-benefit-card,
    .page-nav-tab,
    .page-cta-button {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbc74bb */.responsive-iframe {
    border: 1px #FFFFFF none;
    width: 100%;
    scrolling: no;
    frameborder: no;
}

/* Desktop */
@media (min-width: 769px) {
    .responsive-iframe {
        height: 1520px;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {
    .responsive-iframe {
        height: 1000px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .responsive-iframe {
        height: 600px;
    }
}/* End custom CSS */