/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
        font-family: Arial, sans-serif;
        background-color: #f8fafc;
        margin: 0;
        padding: 0;
        color: #1e293b;
        
    }

    .container {
        max-width: 1000px;
        margin: 40px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        
    }

    .banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(90deg, #dbeafe, #e0f2fe);
        padding: 20px;
        border-left: 6px solid #3b82f6;
        border-radius: 8px;
        margin-bottom: 30px;
        
    }

    .banner-icon {
        background-color: #e0f2fe;
        color: #1e40af;
        font-size: 30px;
        padding: 15px;
        border-radius: 50%;
        margin-right: 20px;
        
    }

    .banner-text h2 {
        margin: 0;
        font-size: 22px;
        color: #1e40af;
        
    }

    .banner-text p {
        margin: 4px 0 0;
        font-size: 14px;
        
    }

    .btn {
        background-color: #3b82f6;
        color: white;
        border: none;
        padding: 10px 20px;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
        
    }

    .info-boxes {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        
    }

    .box {
        flex: 1;
        background-color: #f1f5f9;
        padding: 20px;
        border-radius: 8px;
        
    }

    .box h3 {
        margin-top: 0;
        font-size: 16px;
        color: #1e3a8a;
        
    }

    .dot {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
        
    }

    .dot.red {
        background-color: #ef4444;
    }

    .dot.yellow {
        background-color: #facc15;
    }

    .dot.green {
        background-color: #22c55e;
    }

    .dot.blue {
        background-color: #3b82f6;
    }

    .steps {
        border-top: 1px solid #e2e8f0;
        padding-top: 20px;
        
    }

    .steps h3 {
        font-size: 20px;
        margin-bottom: 20px;
        
    }

    .step-flow {
        display: flex;
        justify-content: space-between;
        
    }

    .step {
        flex: 1;
        text-align: center;
        
    }

    .step-number {
        background-color: #dbeafe;
        color: #1e3a8a;
        font-weight: bold;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        
    }

    .step-title {
        font-weight: bold;
        color: #1e3a8a;
        
    }

    .step-desc {
        font-size: 14px;
        color: #475569;
        
    }

.input_container .elementor-button span {
	font-size: inherit !important;
}
