.elementor-7286 .elementor-element.elementor-element-48f06e9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5635ba1 */.alira-thank-you-wrapper {
            font-family: 'Georgia', serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin: 0;
            width: 100%;
        }
        
        .alira-thank-you-container {
            background: #fff;
            width: 100%;
            max-width: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            text-align: center;
        }
        
        .alira-header {
            background: linear-gradient(135deg, #d4a574 0%, #c49564 100%);
            padding: 80px 30px;
            color: #fff;
        }
        
        .alira-checkmark {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            animation: aliraScaleIn 0.5s ease-in-out;
        }
        
        .alira-checkmark svg {
            width: 50px;
            height: 50px;
            stroke: #d4a574;
            stroke-width: 3;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        @keyframes aliraScaleIn {
            0% {
                transform: scale(0);
            }
            100% {
                transform: scale(1);
            }
        }
        
        .alira-header h1 {
            font-size: 3em;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.2;
        }
        
        .alira-header p {
            font-size: 1.3em;
            opacity: 0.95;
        }
        
        .alira-content {
            padding: 60px 30px;
            flex: 1;
        }
        
        .alira-message {
            font-size: 1.2em;
            color: #555;
            line-height: 1.8;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .alira-message p {
            margin-bottom: 15px;
        }
        
        .alira-contact-section {
            background: #f9f4ef;
            padding: 50px 30px;
            border-radius: 10px;
            margin: 40px auto;
            max-width: 700px;
        }
        
        .alira-contact-section h2 {
            font-size: 2.2em;
            color: #2c3e50;
            margin-bottom: 30px;
            border-bottom: 3px solid #d4a574;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .alira-contact-item {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 30px 0;
            font-size: 1.3em;
            color: #333;
        }
        
        .alira-contact-item svg {
            width: 28px;
            height: 28px;
            margin-right: 15px;
            fill: #d4a574;
        }
        
        .alira-contact-item a {
            color: #d4a574;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        
        .alira-contact-item a:hover {
            color: #c49564;
            text-decoration: underline;
        }
        
        .alira-cta-button {
            display: inline-block;
            padding: 18px 50px;
            background: #d4a574;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1.2em;
            font-weight: 600;
            margin-top: 30px;
            transition: background 0.3s ease;
        }
        
        .alira-cta-button:hover {
            background: #c49564;
        }
        
        .alira-footer {
            padding: 30px;
            background: #f5f5f5;
            color: #666;
            font-size: 1em;
        }
        
        .alira-social-links {
            margin-top: 20px;
        }
        
        .alira-social-links a {
            display: inline-block;
            margin: 0 10px;
            color: #d4a574;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        
        .alira-social-links a:hover {
            color: #c49564;
        }
        
        @media (max-width: 768px) {
            .alira-header {
                padding: 60px 20px;
            }
            
            .alira-header h1 {
                font-size: 2.2em;
            }
            
            .alira-header p {
                font-size: 1.1em;
            }
            
            .alira-content {
                padding: 40px 20px;
            }
            
            .alira-message {
                font-size: 1.1em;
            }
            
            .alira-contact-section {
                padding: 30px 20px;
            }
            
            .alira-contact-section h2 {
                font-size: 1.8em;
            }
            
            .alira-contact-item {
                flex-direction: column;
                text-align: center;
                font-size: 1.1em;
            }
            
            .alira-contact-item svg {
                margin-right: 0;
                margin-bottom: 10px;
            }
        }/* End custom CSS */