/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1785226035
Updated: 2026-07-28 10:07:15

*/

/* przyciski */
.cs-button-float:hover{
	transform: translateY(-3px);
}

/* usługi na stronie głównej */
.main-page-service-wrapper sup{
	font-size: 12px;
	font-family: "Manrope";
	color: #34c67a;
}

.service-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}
.service-links a {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #c5d0d7!important;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 12px;
    line-height: 1.4;
    transition: color .25s ease, transform .25s ease;
}
.service-links a:hover {
    transform: translateY(-2px);
    color: #34c67a!important;
}
.service-links a i{
	color: #34c67a;
}