.elementor-2795 .elementor-element.elementor-element-828972d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-666f601 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            line-height: 1.8;
            color: #2c3e50;
            background: linear-gradient(135deg, #fdf6e3 0%, #f4f1e8 100%);
            min-height: 100vh;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-radius: 15px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .header {
            text-align: center;
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 2px solid #d4af37;
        }

        .om-symbol {
            font-size: 48px;
            color: #d4af37;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }

        .main-title {
            font-size: 28px;
            color: #8b4513;
            margin-bottom: 15px;
            font-weight: normal;
            letter-spacing: 1px;
        }

        .subtitle {
            font-size: 18px;
            color: #5d4e37;
            font-style: italic;
            margin-bottom: 30px;
        }

        .quote {
            background: linear-gradient(135deg, #f8f4e6 0%, #f0e6d2 100%);
            padding: 25px;
            border-left: 5px solid #d4af37;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
            font-style: italic;
            font-size: 16px;
            color: #5d4e37;
            position: relative;
        }

        .quote:before {
            content: '"';
            font-size: 60px;
            color: #d4af37;
            position: absolute;
            top: -10px;
            left: 10px;
            opacity: 0.3;
        }

        .quote-author {
            text-align: right;
            margin-top: 15px;
            font-weight: bold;
            color: #8b4513;
        }

        .section {
            margin: 40px 0;
        }

        .section-title {
            font-size: 24px;
            color: #8b4513;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .section-icon {
            font-size: 24px;
        }

        .section-description {
            margin-bottom: 25px;
            color: #4a4a4a;
            font-size: 16px;
        }

        .practice-list {
            list-style: none;
            margin-left: 20px;
        }

        .practice-item {
            margin: 15px 0;
            padding: 15px;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 8px;
            border-left: 3px solid #d4af37;
        }

        .practice-name {
            font-weight: bold;
            color: #8b4513;
            margin-bottom: 5px;
        }

        .practice-description {
            color: #5d4e37;
            font-size: 15px;
        }

        .requirements {
            background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            border: 2px solid #c3e6cb;
        }

        .requirements-title {
            font-size: 20px;
            color: #155724;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .requirements-list {
            list-style: none;
        }

        .requirements-item {
            margin: 10px 0;
            padding-left: 25px;
            position: relative;
            color: #155724;
        }

        .requirements-item:before {
            content: '●';
            color: #28a745;
            position: absolute;
            left: 0;
        }

        .final-quote {
            background: linear-gradient(135deg, #fff8dc 0%, #f5deb3 100%);
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin-top: 40px;
            border: 2px solid #daa520;
            position: relative;
            overflow: hidden;
        }

        .final-quote:before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .final-quote-text {
            position: relative;
            z-index: 1;
            font-size: 18px;
            font-style: italic;
            color: #8b4513;
            line-height: 1.6;
        }

        .decorative-border {
            height: 3px;
            background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
            margin: 30px 0;
        }

        @media (max-width: 768px) {
            .container {
                margin: 10px;
                padding: 30px 15px;
            }

            .main-title {
                font-size: 24px;
            }

            .section-title {
                font-size: 20px;
            }

            .om-symbol {
                font-size: 36px;
            }
        }/* End custom CSS */