/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/

body > div.elementor.elementor-13 > section.elementor-section.elementor-top-section.elementor-element.elementor-element-dc747ee.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-4d2c1d4 > div > div > div > div > div.elementor-icon-box-icon > span > svg > g > g > path:nth-child(1){
    /* color: green !important; */
}

div.st1 .butt10 .elementor-button.elementor-button-link{
    /* color: #585757!important;
    background-color: #ddd !important; */
    background-color: #F4F6FC;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #ccc;
        border: none;
        color: #4270D1
}
div.st1:hover div.butt10 .elementor-button.elementor-button-link{
    color: #ffffff!important;
    background-color: #4270D1!important;
}

div.st1:hover div.butt10 .elementor-button.elementor-button-link:hover {
    color: #ffffff !important;
    background-color: #2B135A !important;
    padding-left: 44px;
    padding-right: 44px;
}

div.st1 .st_html {
    background-color: #F4F6FC;
    width: 90px;
    height: 90px;
    fill: #ffffff !important;
    border-radius: 6px 6px 6px 6px;
    display: flex;
}

div.st1:hover .st_html {
    background-color: #4270D1 !important;
    
}

div.st1:hover .ikonastart .elementor-widget-container {
    background-color: #4270D1 !important;
    
}
div.st1 .tytul {
    min-height: 3.5em;
}
div.st1 .opis {
    min-height: 3.5em;
}


div.st1:hover svg rect,
div.st1:hover svg g,
div.st1:hover svg path{
    
    fill: rgb(255, 255, 255) !important;
    /* stroke: rgb(255, 0, 51) !important; */
}

div.st1 svg {
/* width: 222px; */
}

div.st1 svg rect,
div.st1 svg g,
div.st1 svg path{
    
    fill: #4270D1 !important;
    /* stroke: rgb(255, 0, 51) !important; */
}

div.st1:hover  .elementor-icon {
    background-color: #4270D1 !important;
}

div.st1:hover  h2 {
    /* color: #4270D1 !important; */
}



body > div.elementor.elementor-13 > section.elementor-section.elementor-top-section.elementor-element.elementor-element-dc747ee.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-4d2c1d4 > div > div > div > div > div.elementor-icon-box-content > h3 > span {
    color: red !important;
}

h2.ni_head_h2 {
text-align: left;
    color: #162C5B;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 51px;
    font-size: 2.5rem;
    text-align: left;
}

h4.ni_head_h4 {
text-align: left;
color: #4270D1;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;



}
.jasne_tlo1 .elementor-heading-title {
width: fit-content;
margin: 0 auto;
padding: 9px 30px 9px 30px;
background-color: rgba(255,255,255,04);
}

.p_0 p {
    margin-bottom: 0;
}

.box_startowy:hover {

}

/* Ogólne style formularza */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: none;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

/* Style etykiet */
.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    color: #333;
}

/* Style pól tekstowych */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
    background: #F6F6F6;
    font-size: 16px;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    transition: border-color 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #66afe9;
    outline: none;
}

/* Style przycisku */
.wpcf7-form input[type="submit"] {
    background-color: #4270D1;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #4cae4c;
}

/* Style wiadomości błędów i sukcesów */
.wpcf7-validation-errors {
    border: 1px solid #dc3545;
    padding: 10px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wpcf7-mail-sent-ok {
    border: 1px solid #28a745;
    padding: 10px;
    background: #d4edda;
    color: #155724;
    border-radius: 5px;
    margin-bottom: 20px;
}

.white_txt a:hover{
    color: #fff;
}

