.elementor-296680 .elementor-element.elementor-element-9219181{--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-296680 .elementor-element.elementor-element-d077d85{--spacer-size:20px;}.elementor-296680 .elementor-element.elementor-element-156044f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-296680 .elementor-element.elementor-element-f8c21e7{--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;--justify-content:center;--padding-top:0em;--padding-bottom:0em;--padding-left:01em;--padding-right:01em;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-296680 .elementor-element.elementor-element-807830d{--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-296680 .elementor-element.elementor-element-73c289e{--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-296680 .elementor-element.elementor-element-b55ebbd{--spacer-size:20px;}.elementor-296680 .elementor-element.elementor-element-9d52371{--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;}body.elementor-page-296680:not(.elementor-motion-effects-element-type-background), body.elementor-page-296680 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-296680 .elementor-element.elementor-element-f8c21e7{--width:50%;}.elementor-296680 .elementor-element.elementor-element-807830d{--width:50%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-11a898d */.dateblock-wrapper {
            font-family: 'Arial', sans-serif;
            display: flex;
            justify-content: center;
        }

        .dateblock-container {
        
            width: 100%;
        }

    
        .dateblock-main {
            background: #54A8DC;
            border-radius: 30px;
            padding: 20px;
            color: white;
            text-align: center;
            box-shadow: 0 20px 40px rgba(238, 122, 59, 0.4);
            position: relative;
            overflow: hidden;
            transform: translateY(0);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .dateblock-main:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(238, 122, 59, 0.5);
        }

        .dateblock-main::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle,  #3A5EA6 0%, transparent 20%);
            animation: dateblock-rotate 15s linear infinite;
        }

        @keyframes dateblock-rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .dateblock-content {
            position: relative;
            z-index: 1;
        }
        

        .dateblock-title {
            font-size: 4em;
            font-weight: 900;
            margin-bottom: 5px;
            color: white;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
            letter-spacing: 2px;
            position: relative;
            font-family: inherit;
            padding-bottom: 10px
        }
        @keyframes dateblock-shimmer {
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }

        @keyframes dateblock-glow {
            from {
                box-shadow: 0 0 5px #3A5EA6, 0 0 10px  #54A8DC;
            }
            to {
                box-shadow: 0 0 10px  #3A5EA6, 0 0 20px  #3A5EA6, 0 0 30px  #3A5EA6;
            }
        }

        .dateblock-subtitle {
            font-size: 1.2em;
            margin-bottom: 30px;
            color:  #3A5EA6;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            opacity: 0.9;
        }

        .dateblock-divider {
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, transparent,  #54A8DC, transparent);
            margin: 5px auto;
            border-radius: 2px;
        }

        .dateblock-date {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 25px;
            background:  #3A5EA6;
            padding: 18px 35px;
            border-radius: 50px;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(58, 94, 166, 0.3);
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .dateblock-date:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 30px rgba(58, 94, 166, 0.4);
        }

        .dateblock-venue {
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 12px;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .dateblock-address {
            font-size: 1.1em;
            opacity: 0.95;
            line-height: 1.4;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .dateblock-icon {
            font-size: 1.3em;
            margin-right: 8px;
            animation: dateblock-bounce 2s infinite;
        }

        @keyframes dateblock-bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-5px);
            }
            60% {
                transform: translateY(-3px);
            }
        }

        @media (max-width: 768px) {
            .dateblock-main {
                padding: 40px 30px;
            }
            
            .dateblock-title {
                font-size: 3em;
                letter-spacing: 2px;
            }
            
            .dateblock-date {
                font-size: 1.6em;
                padding: 15px 25px;
            }
            
            .dateblock-venue {
                font-size: 1.3em;
            }
        }

        @media (max-width: 480px) {
            .dateblock-title {
                font-size: 2.5em;
                letter-spacing: 1px;
            }
            
            .dateblock-date {
                font-size: 1.4em;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4ce1b6 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .pie-registration-body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            min-height: 100vh;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pie-container {
            width: 100%;
            max-width: 1000px;
            background: white;
            border-radius: 30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            align-items: center;
        }

        .pie-header {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            text-align: center;
            padding: 40px 30px;
            color: white;
        }

        .pie-header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            font-weight: 700;
            color: white;
        }

        .pie-header h3 {
            font-size: 1.1em;
            opacity: 0.9;
            color: white;
        }

        .selection-area {
            padding: 40px 30px;
        }

        .attendee-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }

        .attendee-card {
            border: 3px solid #e0e0e0;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            background: white;
        }

        .attendee-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .attendee-card.standard {
            border-color: #54A8DC;
        }

        .attendee-card.standard:hover {
            border-color: #54A8DC;
            background: linear-gradient(135deg, rgba(84, 168, 220, 0.05), rgba(253, 218, 22, 0.05));
        }

        .attendee-card.business {
            border-color: #EE7A3B;
        }

        .attendee-card.business:hover {
            border-color: #EE7A3B;
            background: linear-gradient(135deg, rgba(238, 122, 59, 0.05), rgba(58, 94, 166, 0.05));
        }

        .attendee-type {
            font-size: 1.8em;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
        }

        .price {
            font-size: 3em;
            font-weight: 800;
            margin: 30px 0;
            color: #3A5EA6;
        }

        .standard .price {
            color: #54A8DC;
        }

        .business .price {
            color: #EE7A3B;
        }

        .description {
            font-size: 1em;
            line-height: 1.6;
            color: #666;
            margin-bottom: 25px;
        }

        .register-btn {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 15px;
        }

        .standard .register-btn {
            background: linear-gradient(135deg, #54A8DC, #FDDA16);
        }

        .business .register-btn {
            background: linear-gradient(135deg, #EE7A3B, #3A5EA6);
        }

        .register-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .free-code-btn {
            background: linear-gradient(135deg, #28a745, #20c997);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 50px;
            font-size: 0.95em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            position: relative;
            overflow: hidden;
            margin-top: 10px;
        }

        .free-code-btn::before {
            content: '✨';
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2em;
            animation: sparkle 2s infinite;
        }

        .free-code-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
            background: linear-gradient(135deg, #20c997, #28a745);
        }

        @keyframes sparkle {
            0%, 100% { left: -20px; opacity: 0; }
            50% { left: calc(100% + 5px); opacity: 1; }
        }

        .free-tag {
            background: linear-gradient(135deg, #28a745, #20c997);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8em;
            font-weight: 600;
            position: absolute;
            top: -10px;
            right: -10px;
            transform: rotate(15deg);
            box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: rotate(15deg) scale(1); }
            50% { transform: rotate(15deg) scale(1.1); }
        }

        .button-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .divider {
            display: flex;
            align-items: center;
            margin: 15px 0 10px 0;
            width: 100%;
        }

        .divider::before,
        .divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: #e0e0e0;
        }

        .divider-text {
            padding: 0 15px;
            color: #999;
            font-size: 0.85em;
            font-weight: 500;
        }

        .important-info {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 30px;
            margin-top: 30px;
        }

        .info-section {
            margin-bottom: 20px;
        }

        .info-section:last-child {
            margin-bottom: 0;
        }

        .info-title {
            font-weight: 700;
            color: #3A5EA6;
            margin-bottom: 10px;
        }

        .info-text {
            color: #666;
            line-height: 1.6;
        }

        .contact-info {
            text-align: center;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 2px solid #e0e0e0;
        }

        .contact-link {
            color: #EE7A3B;
            text-decoration: none;
            font-weight: 600;
        }

        .contact-link:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
    .pie-registration-body {
        padding: 15px;
        min-height: 100vh;
    }
    
    .pie-container {
        margin: 0;
        border-radius: 20px;
        max-width: 100%;
    }
    
    .pie-header {
        padding: 30px 20px;
    }
    
    .pie-header h1 {
        font-size: 1.8em;
        margin-bottom: 8px;
    }
    
    .pie-header h3 {
        font-size: 1em;
    }
    
    .selection-area {
        padding: 30px 20px;
    }
    
    .attendee-options {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .attendee-card {
        padding: 25px 20px;
        min-height: auto;
    }
    
    .attendee-type {
        font-size: 1.5em;
        margin-bottom: 12px;
    }
    
    .price {
        font-size: 2.2em;
        margin: 20px 0;
    }
    
    .description {
        font-size: 0.95em;
        margin-bottom: 20px;
    }
    
    .register-btn {
        padding: 14px 25px;
        font-size: 1em;
        max-width: 100%;
        margin-bottom: 12px;
    }
    
    .free-code-btn {
        padding: 11px 20px;
        font-size: 0.9em;
        max-width: 100%;
        margin-top: 8px;
    }
    
    .important-info {
        padding: 25px 20px;
        margin-top: 25px;
        border-radius: 12px;
    }
    
    .info-title {
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    
    .info-text {
        font-size: 0.95em;
    }
    
    .free-tag {
        font-size: 0.75em;
        padding: 4px 12px;
        top: -8px;
        right: -8px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .pie-registration-body {
        padding: 10px;
    }
    
    .pie-container {
        border-radius: 15px;
    }
    
    .pie-header {
        padding: 25px 15px;
    }
    
    .pie-header h1 {
        font-size: 1.6em;
    }
    
    .pie-header h3 {
        font-size: 0.95em;
    }
    
    .selection-area {
        padding: 25px 15px;
    }
    
    .attendee-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .attendee-type {
        font-size: 1.3em;
    }
    
    .price {
        font-size: 2em;
        margin: 15px 0;
    }
    
    .description {
        font-size: 0.9em;
        margin-bottom: 18px;
    }
    
    .register-btn {
        padding: 12px 20px;
        font-size: 0.95em;
        border-radius: 40px;
    }
    
    .free-code-btn {
        padding: 10px 18px;
        font-size: 0.85em;
        border-radius: 40px;
    }
    
    .important-info {
        padding: 20px 15px;
        border-radius: 10px;
    }
    
    .info-title {
        font-size: 1em;
    }
    
    .info-text {
        font-size: 0.9em;
    }
}

/* Landscape Mobile Optimization */
@media (max-width: 768px) and (orientation: landscape) {
    .pie-registration-body {
        padding: 10px;
    }
    
    .pie-header {
        padding: 20px 25px;
    }
    
    .pie-header h1 {
        font-size: 1.7em;
        margin-bottom: 5px;
    }
    
    .pie-header h3 {
        font-size: 0.95em;
    }
    
    .attendee-options {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .attendee-card {
        padding: 20px 15px;
    }
    
    .price {
        font-size: 1.8em;
        margin: 15px 0;
    }
    
    .attendee-type {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
}

/* Touch-friendly improvements */
@media (pointer: coarse) {
    .register-btn,
    .free-code-btn {
        min-height: 48px;
        touch-action: manipulation;
    }
    
    .attendee-card:hover {
        transform: none;
    }
    
    .register-btn:hover,
    .free-code-btn:hover {
        transform: none;
    }
    
    .register-btn:active,
    .free-code-btn:active {
        transform: scale(0.98);
    }
}/* End custom CSS */