/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:    Hello Elementor Child Theme. A lightweight and minimalist child theme of Hello Elementor, built for flexibility and customization using Elementor.
 Author:         Your Name
 Author URI:     https://yourwebsite.com/
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    hello-elementor-child
*/

/* Add custom styles below */
body b, body strong {
    font-weight: 800;
}
.background-box .elementor-widget-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #6831FF;
    top: -20px;
    right: -20px;
    z-index: -1;
    border-radius:8px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #150D3F;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
}

.contact-form input.wpcf7-form-control.wpcf7-text {
    border-radius: 50px;
    border: none;
    background: #150d3f17;
    padding: 15px 15px 15px 25px;
}

.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 20px;
    border: none;
    background: #150d3f17;
    padding: 15px 15px 15px 25px;
    height: 100px;
}
input.wpcf7-form-control.wpcf7-text:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus{
outline:none
}

.client-logo .swiper-slide img.swiper-slide-image {
    object-fit: contain;
    max-width: 170px;
    height: 100px;
    padding: 24px;
    background: #fff;
}footer .elementor-icon svg {
    width: 16px;
    fill: #fff;
}
@media screen and (max-width:1024px){
#header-menu nav.hfe-nav-menu__layout-horizontal {
        position: fixed;
        top: 83px;
        left: 0 !important;
        right: 0;
        width: 100% !important;
    }
}
 