.elementor-380566 .elementor-element.elementor-element-3890deff{--display:flex;}@media(min-width:1920px){.elementor-380566 .elementor-element.elementor-element-3890deff{--content-width:1300px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:020px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-7ec5c50 */h1, h2, h3 {
            color: #000;
            font-weight: 700;
        }
        
        .elementor-380566 .elementor-element.elementor-element-7ec5c50 h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .elementor-380566 .elementor-element.elementor-element-7ec5c50 h2 {
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 20px;
            border-bottom: 2px solid #0066cc;
            padding-bottom: 10px;
        }
        
        h3 {
            font-size: 1.4rem;
            margin: 25px 0 15px;
            color: #0066cc;
        }
        
        p, li {
            font-weight: 400;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .divider {
            height: 1px;
            background-color: #ddd;
            margin: 30px 0;
        }
        
        .contact-info {
            background-color: #f5f5f5;
            padding: 25px;
            border-radius: 8px;
            margin-top: 30px;
            border-left: 4px solid #0066cc;
        }
        
        a {
            color: #0066cc;
            text-decoration: none;
            font-weight: 500;
        }
        
        a:hover {
            text-decoration: underline;
        }
        
        strong {
            font-weight: 600;
        }
        
        .image-container {
            text-align: center;
            margin: 30px 0;
        }
        
        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .steps-section {
            margin: 40px 0;
        }
        
        .step-container {
            background: white;
            border-radius: 10px;
            padding: 25px;
            margin: 25px 0;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            border-left: 4px solid #0066cc;
        }
        
        .step-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .step-number {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #0066cc;
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            font-weight: bold;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        
        .step-content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 30px;
        }
        
        .step-text {
            flex: 1;
            min-width: 300px;
        }
        
        .step-image {
            flex: 1;
            min-width: 300px;
            text-align: center;
        }
        
        .step-image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            border: 1px solid #eee;
        }
        
        .method-section {
            margin: 30px 0;
            padding: 25px;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #F05A28;
        }
        
        .note {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 5px;
            padding: 20px;
            margin: 25px 0;
        }
        
        .data-section {
            background-color: #e8f4fd;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        @media (max-width: 768px) {
            .step-content {
                flex-direction: column;
            }
            
            .step-text, .step-image {
                min-width: 100%;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            h2 {
                font-size: 1.6rem;
            }
        }/* End custom CSS */