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

/* Add your custom styles here */
.swiper-slide{
	filter: grayscale(100%) !important;
}
/* Styl formularza Contact Form 7 */
.wpcf7 form {
    background-color: #323232; /* czarne tło formularza */
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

/* Styl pól tekstowych i textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="subject"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #FFffff; 
    border-radius: 4px;
    background-color: transparent; /* przezroczyste tło */
    color: #fff; /* biała czcionka */
    font-size: 16px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #FFffff; /* pomarańczowy placeholder */
}

/* Dwa pola w jednej linii */
.wpcf7 .two-columns {
    display: flex;
    gap: 15px;
}

.wpcf7 .two-columns input {
    flex: 1;
}

/* ===============================
   CONTACT FORM 7 – PRZYCISK
   Styl skopiowany z Elementora
================================ */

.wpcf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;

    color: #ffffff;
    background: linear-gradient(180deg, #f2295b 0%, #f2295b 100%);
    border: none;
    border-radius: 6px;

    cursor: pointer;

    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

/* Hover – grow jak w Elementorze */
.wpcf7 input[type="submit"]:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

/* Kliknięcie */
.wpcf7 input[type="submit"]:active {
    transform: scale(0.98);
}
.wpcf7-form label {
	color: #fff;
	margin-bottom:10px;
}

.wpcf7 input[type="submit"] {
    background: #000;
	border: solid 1px #fff;
	border-radius:0%;
	width:30%;
}


