/*
Theme Name: Targi
Author: Codmi
Version: 1.0
*/

.wpcf7-form {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-family: Lato, Helvetica, sans-serif;
}

.wpcf7-form label {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 1rem;
    color: #444;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #B2084E;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
}


.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    text-align: center;
    font-size: 0.95rem;
}

.wpcf7-mail-sent-ok {
    border-color: #28a745 !important;
    color: #28a745;
    background: #f4fff6;
}

.wpcf7-form p {
    margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
    .wpcf7-form {
        padding: 1.5rem;
        margin: 0.5rem;
    }
}
.hidden-fields-container {
  display: none;
}
h1{
    display: flex;
    justify-content: center;
    text-align: center;
}

.logo {
  position: absolute;
  right: 25px;
  top: 25px;
}
.form-container {
  padding-top: 100px;
}
.wpcf7-submit {
  border: 0px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #FFF;
  background: #D30057;
  align-items: center;
  display: flex;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
}
.wpcf7-submit:hover {
  background: #B2084E;
  color: #fff;
}
.screen-reader-response {
  display: none;
}
body {
  font-family: Lato, Helvetica, sans-serif;
}
input {
  accent-color: #B2084E;
}
.wpcf7-form select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 1rem;
    color: #444;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* custom strzałka */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23444' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 7.5l4.5 4.5 4.5-4.5' stroke='%23444' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.wpcf7-form select:focus {
    outline: none;
    border-color: #B2084E;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(178, 8, 78, 0.1);
}

.wpcf7-form select:hover {
    border-color: #B2084E;
}
.wpcf7-list-item-label {
  font-weight: 500;
  padding-left: 5px;
}
