.elementor-44 .elementor-element.elementor-element-4c53e40:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-4c53e40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#191725;}.elementor-44 .elementor-element.elementor-element-4c53e40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-44 .elementor-element.elementor-element-4c53e40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-b435b77 *//* Custom CSS for the marketing page */
        .marketing-header {
            background: linear-gradient(to bottom, #191725, #191725);
            color: #fff;
            text-align: center;
            padding: 60px 0;
        }
        .marketing-header h1 {
            font-size: 36px;
            margin-bottom: 20px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        .marketing-header p {
            font-size: 18px;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        .btn-get-started {
            background-color: #5FE1FA;
            color: black;
            font-size: 24px;
            border-radius: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: background-color 0.3s ease-in-out;
            width: 70%;
            margin: 0 auto;
            padding: 15px 30px;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        .btn-get-started:hover {
            background-color: #5FE1FA;
        }
        .marketing-image {
            max-width: 100%; /* Make the image responsive */
            height: auto;
            margin-top: 20px;
            border: 5px solid #FF4D00;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        }
        .logo-image {
            max-width: 150px; /* Adjust the logo size as needed */
            height: auto;
        }/* End custom CSS */