/* 
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
*/

/* section name custom css start */
.amq-section-name h4 {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    letter-spacing: 0.15em;
}

.amq-section-name h4:before {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background: #c9a84c;
}
/* section name custom css end */


/* Step Custom css Start */
.amq-step-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #0d1b3e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    position: relative;
    box-shadow: 0 0 0 8px white, 0 0 0 9px #e2e8f0;
}

.amq-step-num .elementor-widget-container {
    display: flex;
    align-items: center;
}

.amq-steps > .e-child:nth-child(3) .amq-step-num {
    background: #c9a84c;
}

@media only screen and (min-width: 992px) {
    .amq-steps::before {
        content: '';
        position: absolute;
        top: 45px;
        left: calc(16.67% + 36px);
        right: calc(16.67% + 36px);
        height: 2px;
        width: 65%;
        background: linear-gradient(90deg, #c9a84c 0%, #2a4080 100%);
        z-index: 0;
    }
}
.amq-steps {
    position: relative;
}
/* Step Custom css End */
