.elementor-296704 .elementor-element.elementor-element-11f9bcb{--display:flex;}body.elementor-page-296704:not(.elementor-motion-effects-element-type-background), body.elementor-page-296704 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);}/* Start custom CSS for html, class: .elementor-element-8dcff03 */.block * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .block-body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            min-height: 100vh;
        }

        .block-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }

        .block-header {
            text-align: center;
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .block-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #3A5EA6,#c21e36, #54A8DC, #FDDA16);
        }

        .block-logo-placeholder {
            width: 200px;
            height: 80px;
            background: linear-gradient(45deg, #3A5EA6, #54A8DC);
            border-radius: 10px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 24px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .block h1 {
            color: #3A5EA6;
            font-size: 2.5em;
            margin-bottom: 10px;
            background: linear-gradient(45deg, #3A5EA6, #c21e36);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .block-subtitle {
            color: #666;
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .block-event-details {
            background: #c21e36;
            padding: 15px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            margin-top: 20px;
        }

        .block-letter-container {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .block-letter-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #c21e36, #FDDA16);
        }

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

        .block-letter-header h2 {
            font-size: 1.8em;
            margin-bottom: 5px;
            font-style: bold;
            color: white;
        }

        .block-letter-content {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            border-left: 5px solid #c21e36;
            margin: 20px 0;
            font-family: 'Georgia', serif;
            line-height: 1.8;
        }

        .block-form-field {
            background: #FDDA16;
            padding: 3px 8px;
            border-radius: 4px;
            color: #333;
            font-weight: bold;
            display: inline-block;
            margin: 0 2px;
        }
        
        .block-form-field2 {
            background: #FDDA16;
            padding: 3px 3px;
            border-radius: 4px;
            color: #333;
            display: inline-block;
            margin: 0 2px;
        }


        .block-highlight {
            background: linear-gradient(120deg, transparent 0%, transparent 40%, #FDDA16 40%, #FDDA16 60%, transparent 60%);
            padding: 2px 0;
            font-weight: bold;
        }

        .block-cost-breakdown {
            background: #f1f8ff;
            border: 2px solid #54A8DC;
            border-radius: 10px;
            padding: 20px;
            margin: 20px 0;
        }

        .block-cost-breakdown h3 {
            color: #3A5EA6;
            margin-bottom: 15px;
            border-bottom: 2px solid #c21e36;
            padding-bottom: 5px;
        }

        .block-cost-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .block-cost-item:last-child {
            border-bottom: none;
            font-weight: bold;
            font-size: 1.1em;
            color: #3A5EA6;
            border-top: 2px solid #3A5EA6;
            margin-top: 10px;
            padding-top: 15px;
        }

        .block-actions {
            text-align: center;
            margin: 30px 0;
        }

        .block-btn {
            background: linear-gradient(135deg, #EE7A3B, #FDDA16);
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1.1em;
            font-weight: bold;
            cursor: pointer;
            margin: 0 10px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(238, 122, 59, 0.3);
        }

        .block-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(238, 122, 59, 0.4);
        }

        .block-btn-secondary {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            box-shadow: 0 5px 15px rgba(58, 94, 166, 0.3);
        }

        .block-btn-secondary:hover {
            box-shadow: 0 8px 25px rgba(58, 94, 166, 0.4);
        }

        .block-tips {
            background: linear-gradient(135deg, #54A8DC, #3A5EA6);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin-top: 30px;
        }

        .block-tips h3 {
            margin-bottom: 20px;
            font-size: 1.5em;
            color: white;
        }

        .block-tips ul {
            list-style: none;
            padding-left: 0;
        }

        .block-tips li {
            margin: 15px 0;
            padding-left: 30px;
            position: relative;
        }

        .block-tips li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0;
            background: #FDDA16;
            color: #333;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 12px;
        }

        @media (max-width: 768px) {
            .block-container {
                padding: 10px;
            }
            
            .block h1 {
                font-size: 2em;
            }
            
            .block-letter-container {
                padding: 20px;
            }
            
            .block-letter-content {
                padding: 20px;
            }
            
            .block-btn {
                display: block;
                margin: 10px 0;
                width: 100%;
            }
        }/* End custom CSS */