/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

#price-mid .elementor-widget-container {
    background: linear-gradient(360deg, #02F5FB -31.9%, #1B62BE 85.45%), #1B62BE;
}

#price-mid .elementor-price-table .elementor-price-table__header {
    background: transparent;
}

#ser-sec .elementor-icon {
    background:  linear-gradient(360deg, #02F5FB -14.37%, #1B62BE 85.45%), #1B62BE;
    color: white;
    transition: 1s all ease;
}

#ser-sec .elementor-cta:hover .elementor-icon {
    background: white;
    color: #1B62BE;
}

#ser-sec .elementor-cta:hover .elementor-cta__bg-overlay {
    background: linear-gradient(360deg, rgba(2, 245, 251, 0.65) -14.37%, rgba(27, 98, 190, 0.65) 85.45%);
}

#ser-sec .elementor-cta:hover .elementor-cta__bg.elementor-bg {
    filter: brightness(0.5);
}

#foot-cont span.elementor-icon-list-icon i {
    background: linear-gradient(360deg, #02F5FB -31.9%, #1B62BE 85.45%), #1B62BE;
    width: 30px !important;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
}

#inn-text h4 {
    color: #111111;
}

#inn-text li::marker {
    color: #1b62be;
}

#inn-text li {
    margin-bottom: 5px;
}