/* Personalize EQ Page Styles */
.featured-image-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.featured-image-header img.wp-image-featured-header {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.featured-image-header img.wp-image-featured-header:hover {
    transform: scale(1.01);
}

.page-template-page-personalize-equipment h1.entry-title {


    letter-spacing: -1px;
    text-align: center;
    padding: 27px 0;
}

.page-template-page-personalize-equipment .entry-content-wrap {
    padding: 0;
    font-size: 14px;
    color: #505050;
}

.page-template-page-personalize-equipment .entry-header {
    margin-bottom: 0;
}

.naugahyde-section {
    padding-top: 30px;
}

.naugahyde-section h2 {
    text-align: center;
    font-size: 28px;
}

.personalize-equipment-header {
    padding-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    border: 3px solid #c3cd26;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: scale(1.005);
}

.feature-top {
    background-color: #c3cd26;
    padding: 10px 5px;
    text-align: center;
}

.feature-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    background-color: transparent;

    background-size: 62px 62px;
    background-position: center;
    background-repeat: no-repeat;
}


.feature-icon.antibacterial {
    background-image: url('../../img/powloka_antybakteryjna.png');
}

.feature-icon.durability {
    background-image: url('../../img/trwalosc_ognioodpornosc.png');
}

.feature-icon.disinfection {
    background-image: url('../../img/skuteczna_dezynfekcja.png');
}


.feature-top h3 {
    font-size: 20px;
    font-weight: bold;
    color: #505050;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 10px !important;
}

.feature-bottom {
    background-color: white;
    padding: 12px 18px;
    min-height: 80px;
}

.feature-bottom p {
    line-height: 1.6;

}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .features-grid {
        grid-template-columns: 1fr;
    }


}



/* Important Information Section */
.important-info-section {


    padding: 90px 0px;
}

.important-info-section>h2 {
    text-align: center;

    color: #4a4a4a;
    margin-bottom: 50px;
}

.important-info-section .info-row {
    padding-top: 29px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-image {
    flex: 0 0 45%;
    display: block;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    align-self: stretch;
    transition: transform 0.3s ease;
    background-color: #f3f3f3;
}

.info-image:hover {
    transform: scale(1.01);
}

.info-image.upholstery-colors {
    background-image: url('../../img/kolory-tapicerek-bb.jpg');
}

.info-image.studio-interior {
    background-image: url('../../img/kolor-tapicerki-bb.jpg');
}

.info-content {
    flex: 1;
}

.info-content h3 {
    color: #505050;
    margin-bottom: 25px;
}

.important-info-section .info-content ul {
    list-style: none;
    padding-left: 1em;
}

.info-content ul li {

    line-height: 26px;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative;
}

.info-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a4a4a;
    font-weight: bold;
}


@media (max-width: 992px) {
    .info-row {
        flex-direction: column;
    }

    .info-image {
        flex: 0 0 100%;
        width: 100%;
        min-height: 300px;
        width: auto;
    }

    .info-row.reverse {
        flex-direction: column;
    }
}

/* Contact Page Styles */
span.form-message {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px;
}

.contact-form-container {
    border-radius: 10px;
    padding: 30px;
    font-size: 14px;
    border: 3px solid #c4cd26;
        max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    display: flex;
	margin-top:70px;
}

.contact-details-row {
    display: flex;
    gap: 30px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;

}

.contact-details-row .row1,
.contact-details-row .row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    border: 3px solid #c4cd26;
    border-radius: 10px;
    font-size: 22px;
}

.contact-details-row .row1 {
      flex-grow: 2;

    display: block;
    line-height: 1.9;
    display: flex;
    flex-direction: column;
}

.contact-details-row .row2 {
      flex-grow: 1; /* Zajmie 1/3 dostępnego miejsca, proporcjonalnie do 1 */

    /* zajmuje resztę miejsca */
}

.contact-details-row a {
    text-decoration: none;
    color: inherit;
    /* opcjonalnie – przejmie kolor tekstu */
    text-transform: uppercase;
}

span.working-hours-info {
    font-size: 20px;

}


.contact-details-row .row1,
.contact-details-row .row2,
.contact-form-container {
    position: relative;
}


.contact-details-row .row1:before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -20px;

    width: 46px;
    /* 36px obrazek + 20px margines (po 10px z każdej strony) */
    height: 46px;

    background: #fff url(../../img/tel.jpg) no-repeat center/36px 36px;
    border-radius: 6px;
}

.contact-details-row .row2:before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -20px;

    width: 59px;
    /* 36px obrazek + 20px margines (po 10px z każdej strony) */
    height: 42px;

    background: #fff url(../../img/mail.jpg) no-repeat center/40px 31px;
    border-radius: 6px;

}

.contact-form-container:before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -25px;

    width: 59px;
    /* 36px obrazek + 20px margines (po 10px z każdej strony) */
    height: 42px;

    background: #fff url(../../img/wiadomosc.jpg) no-repeat center/45px 36px;
    border-radius: 6px;

}

@media (max-width: 768px) {
    .contact-details-row {
        flex-direction: column;
    }

    .contact-details-row .row1,
    .contact-details-row .row2 {
        width: 100%;
    }

    .contact-details-row .row1:before,
    .contact-details-row .row2:before,
    .contact-form-container:before {
        position: absolute;
        right: 18px;
        bottom: -25px;
    }
}
.form-field label
{
    padding-left: 15px;
    line-height: 2;
}