/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playwrite+AT:ital,wght@0,100..400;1,100..400&family=Roboto+Slab:wght@100..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


a {
    color: #0c0c0c;
    font-weight: 400;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #a9a9a9;
    outline: 0;
    text-decoration: none;
}

.wieczorek {
    font-family: "Playwrite AT", serif;
}

.entry-content ul li,
p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 400;
}

.btn-main {
    line-height: 2rem;
}

.footer-widget input[type="submit"],
.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #6d5d3b;
    border: 2px solid #87744a;
    color: #ffffff;
    border-radius: 30px;
    padding: .6rem 1.2rem .75rem;
    font-size: 1rem;
    font-weight: 300;
}

.footer-widget input[type="submit"]:hover,
.entry-content input[type="submit"]:hover,
.btn-main a:hover {
    background: #87744a;
    border: 2px solid #87744a;
    color: #fff;
}


.btn-main a .fa-light {
    padding-left: .5rem;
    color: #fff;
}

.btn-main a:hover .fa-light {
    padding-left: .5rem;
    color: #ffffff
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.mastheader {
    position: relative;
    padding: 0;
    z-index: 9999;
    background: linear-gradient(to right, transparent 0%, #72624054 60%, #72624054 100%)
}

.mh-main {
    padding: 2rem 0;
    position: relative;
}

.mh-main .row {
    align-items: center;
}

.logo {
    height: auto;
}

.logo img {
    position: absolute;
    z-index: 999;
    top: 0rem;
    max-height: 240px;
    left: -5rem;
}

.mhm-btn {
    text-align: right;
}

.mhm-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;

}

.mhm-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.mhm-contact a {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 1.4rem;
    color: #fff;
}

.mhm-contact>* {
    display: flex;
}

.mhm-contact a .fa-light {
    margin: 0 1rem 0 0;
    color: #87744a
}

.mhm-contact .social {
    margin-left: 3rem;
}

.mhm-contact a .fa-brands {
    margin: 0 0 0 1rem;
    color: #fff;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
    margin: 0 1.5rem 0 0;
    padding: 0;
    font-size: 1.1rem;
    border-bottom: 2px solid transparent
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #87744a
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #fff;
    border-bottom: 2px solid #87744a
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-toggle::after {
    color: #a9a9a9
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top {
    position: relative;
    z-index: 9;
    margin-top: -122px;
}

#slider-wtht {}

#slider-wtht .item {
    position: relative;
    overflow: hidden;
    padding: 24rem 0 6rem 0;
    height: 100vh;
}

#slider-wtht .item .box {}

#slider-wtht .item.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--bg-image);
    /* Używamy zmiennej CSS tutaj */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomEffect 5s infinite;
    z-index: -1;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


#slider-wtht .box {
    position: relative;
    z-index: 999;
    text-align: center;
}

#slider-wtht .box img {
    background: #fff;
    padding: 1rem;
    max-width: 320px;
    border-radius: 30px;
    margin: 0 0 2rem;
}

#slider-wtht .item h2 {
    margin: 0 0 3rem;
    font-weight: 300;
    font-size: 4.6rem;
    color: #fff;
}

#slider-wtht .item .text {
    margin: 0 auto 2.5rem;
    letter-spacing: 0px;
    max-width: 50%;
    color: #f3f3f3
}

#slider-wtht .item .text p {
    font-size: 1.1rem;
    font-weight: 300;
}

#slider-wtht .item h3 {
    margin: 0rem 0 1rem;
    font-weight: 300;
    font-size: 2rem;
    color: #fff
}


#slider-wtht .item h4 {
    margin: 0rem 0 5rem;
    font-weight: 300;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #bca981
}

#slider-wtht .item h4 span {
    background: #0c0c0c;
    padding: .5rem;
    color: #fff;
}


#slider-wtht .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

#slider-wtht .mask2 {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(45deg, rgb(0 0 0 / 81%) 0%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

#slider-wtht .more a {
    background: transparent;
    color: #fff;
}

#slider-wtht .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 8rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider-wtht .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#slider-wtht .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#slider-wtht .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

#slider-wtht .owl-prev::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f104";
}

#slider-wtht .owl-next::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
}


#slider-wtht .owl-controls .owl-page span {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 .3rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

#slider-wtht .owl-controls .owl-page.active span,
#slider-wtht .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: 7rem;
    right: 2.5rem;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #6d5d3b;
    border: 2px solid #87744a;
    padding: 0.8rem 1.1rem;
    border-radius: 100%;
}

.scroll-down a:hover {
    color: #fff;
    background: #87744a;
    border: 2px solid #87744a;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.service {
    background: #f7f7f3;
    padding: 6rem 0 3rem 0;
}

.section-title {
    text-align: center;
    margin: 0 0 3rem;
}

.section-title h2,
.section-title h1 {
    color: #282e24;
    margin: 0 auto 2rem auto;
    max-width: 52%;
    font-weight: 400;
    font-size: 2.4rem;
}

.section-title h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0 0 0 0;
    color: #bca981;
}

body.page-id-151 .pricing-table {
    padding-top: 6rem;
}

.pricing-table .section-title h3 {
    max-width: 65%;
    margin: 0 auto
}


.four-widgets .row>* {
    display: flex;
    flex-direction: column;
}

.four-widgets .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    background: #fff;
    padding: 6rem 1.75rem;
    text-align: center;
    border-radius: 1rem;
    transition: box-shadow 0.3s ease-in-out;
    margin-bottom: 3rem;
}

.four-widgets .box:hover {
    box-shadow: 0 0rem 1rem rgb(135 116 74 / 10%)
}

.four-widgets .box-icon {}

.four-widgets .box img {
    max-width: 25%;
    margin: 0 auto 2rem;
}

.four-widgets .box h3 {
    margin: 0 0 .5rem;
    min-height: 61px;
}

.four-widgets .box h3 a {
    font-weight: 400;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
    color: #282e24;
}

.four-widgets .box h3 a:hover {
    text-decoration: underline;
}

.four-widgets .box .box__content .txt {
    font-weight: 300;
    font-size: .9rem;
    color: #2d2d2dc4;
}

.four-widgets .box .box__content .btn-small {
    margin-top: 3rem;
}

.btn-small a,
.four-widgets .box .box__content .btn-small a {
    color: #282e24;
    font-size: .75rem;
    font-weight: 400;
    padding: .3rem 1rem .4rem;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    border: 2px solid #87754c45
}

.btn-small a:hover,
.four-widgets .box .box__content .btn-small a:hover {
    color: #fff;
    background: #87754c;
    border: 2px solid #87754c
}

.about {
    padding: 0 0 6rem 0;
    position: relative;
    background: linear-gradient(to bottom, #f7f7f3 0px, #f7f7f3 420px, #fff 420px, #fff 100%);

}

.about .box {}

.about .box h2 {
    color: #282e24;
    margin: 6rem 0 2rem 0;
    font-weight: 400;
    font-size: 2.4rem;
}

.about .box h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0 0 3rem 0;
    color: #bca981;
    line-height: 1.4;
    max-width: 85%;
}

.about .box .content__txt {
    max-width: 85%;
}

.about .box .content__img {
    position: absolute;
    top: 35%;
    left: 85.5%;
    z-index: 999;
}

.about .box .content__img img {
    max-width: 360px;
    padding: 1rem;
    border: 2px dashed #bca981;
    border-radius: 100%;
}

.about__right {}

.about__right img {
    max-width: 100%;
    border-radius: 1rem;
}

.pricing-table {
    padding: 0rem 0 4rem;
}

.pricing-table .row>* {
    display: flex;
    flex-direction: column;
}

.pricing-widgets .row>*:nth-child(1) .box,
.pricing-widgets .row>*:nth-child(6) .box {
    background: #b7ab9029
}

.pricing-widgets .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    padding: 6rem 2rem 3rem;
    margin-bottom: 2rem;
    border: 2px dashed #a3936f;
    transition: 0.3s ease-in-out;
    border-radius: 1rem;
}

.pricing-widgets .row>*:nth-child(1) .box:hover,
.pricing-widgets .row>*:nth-child(6) .box:hover,
.pricing-widgets .box:hover {
    background: #b7ab9054
}

.pricing-widgets .box__content {}

.pricing-widgets .box__content h3 {
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0 0 1.5rem 0;
}

.pricing-widgets .box__content .txt {
    font-size: .9rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.pricing-widgets .box__content .price {
    transition: 0.3s ease-in-out;

}

.pricing-widgets .box:hover .price-amount {
    background: #87744a;
    border-color: #87744a;
    color: #fff
}

.price-amount {
    color: #6b5f43;
    font-size: 1.5rem;
    font-weight: 700;
    padding: .4rem 1.2rem .5rem 1.2rem;
    border-radius: 30px;
    border: 2px solid #6b5f436b;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.price-amount .currency {
    font-size: 1.3rem;
    font-weight: 300;
}

.price .extra {
    font-size: .9rem;
    font-weight: 300;
    margin-top: .75rem;
    display: block;
}

.blog {
    padding: 6rem 0 0 0;
    background: #f7f7f3
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    margin-top: -100px;
    position: relative;
    padding: 12rem 0 6rem;
    text-align: center;
}

.page-title .container-mid {
    position: relative;
    z-index: 999;
}

.page-title .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 65%) 50%, rgb(109 93 59 / 77%) 100%);
    top: 0;
    left: 0;
}

.page-title h1 {
    margin: 0 0 0rem;
    font-weight: 300;
    font-size: 3.45rem;
    color: #fff;
}

.page-title h3 {
    margin: 0 0 0rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #87744a
}

body.page-id-155 .page-wrapper {
    display: none
}

.page-wrapper {
    margin: 6rem 0;
}

body.product-template-default #main,
.entry-page {
    padding: 6rem 3rem 6rem;
    border: 2px dashed #a3936f;
    border-radius: 1rem;
}

.entry-content {}

.entry-content h2 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    color: #87744a
}


.entry-content h3 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
    color: #87744a
}

.entry-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #87744a;
    font-weight: 300;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content label {
    width: 100%;
}

.entry-content input,
.entry-content textarea {
    border-radius: 0;
    border: 2px solid #ddd;
}

.entry-content textarea {
    margin-top: 1.5rem;
}

.entry-content .wpcf7 label {
    font-weight: 700;
    margin: 1rem 0 0 0;
}

.entry-content .cf-agree {
    margin-bottom: 1rem;
}

.entry-content .wpcf7 .wpcf7-radio label {
    font-weight: 400;
    margin-top: .5rem;
}

.entry-content .wpcf7 .wpcf7-radio .first {
    margin: 0;
}

.entry-content .form-control:focus {
    border-color: #c5aa5c;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: .7rem;
    font-weight: normal;
    display: block;
    padding: 0 0 0 .5rem;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
}


.thumb-img img {
    max-width: 100%;
    transition: .25s ease-in-out;
    min-height: 420px;
    object-fit: cover;
}

.thumb-img img:hover {
    opacity: .85
}

.blog article,
.pw-archive article {
    margin: 0 0 6rem 0;
    text-align: center;
}

.blog h2.entry-title,
.pw-archive h2.entry-title {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem 0;
}

.blog h2.entry-title a,
.pw-archive h2.entry-title a {
    color: #111;
    font-weight: 400;
}

.pwa-box .text {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.cta {
    padding: 12rem 0 0 0;
    background: url(https://www.fizjoterapiawieczorek.pl/wp-content/uploads/2025/10/cta-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


.cta-inner {
    position: relative;
    z-index: 2;
    max-width: 50%;
    margin: 0 0 0 auto;
    background: #fff;
    padding: 6rem 3rem;
    border-radius: 1rem 1rem 0 0;
}

.cta h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 1.5rem;
    max-width: 80%;
}

.cta .cta-text {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    font-weight: 300;
}

.cta .contact-row {
    display: block;
    margin-bottom: 1rem;
    margin-top: 0rem;
}

.cta .contact-row>* {
    font-size: 1.4rem;
}

.cta .phone {
    display: flex;
}

.cta .phone a {
    color: #87744a;
    font-size: 2rem;
}

.cta .envelope {
    display: flex;
    margin-left: 0rem;
}

.cta .envelope a {
    font-weight: 300;
    color: #535353;
}

.cta .btn-main {
    margin-top: 2rem
}

#footer-wrapper {
    background: url(https://www.fizjoterapiawieczorek.pl/wp-content/uploads/2025/10/fw-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget {
    position: relative;
}

.footer-widget .logo img {
    position: absolute;
    z-index: 999;
    top: 0rem;
    left: 45%;
    transform: translate(-50%, -50%);
    max-height: 250px;
    max-width: 100%;
    background: #87744a;
    padding: 1rem;
    border-radius: 100%;
}

.footer-widget .row>*:nth-child(2) {
    padding-left: 6rem
}

.footer-widget .row>*:nth-child(2) .row>*:nth-child(2) {
    padding-left: 15px;
}

.footer-widget .row>*:nth-child(2) h2 {
    margin-top: 3rem
}

#first-col-fw {
    padding: 3rem;
    background: #87744a;
    border-radius: 1rem;
    color: #fff
}

#first-col-fw p {
    color: #fff5df
}

#first-col-fw p a {
    color: #fff
}

#block-5 p {
    margin-bottom: 1rem;
}

#block-9 p {
    font-size: .75rem;
    margin-bottom: 1.5rem
}

.footer-widget {
    padding: 10rem 0 6rem 0;
}

.footer-widget h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 1rem;
}

.footer-widget .widget {}

.footer-widget a {
    color: #87744a
}

.footer-widget p {
    font-size: 1rem;
    margin-bottom: .75rem;
}

.footer-widget textarea,
.footer-widget input {
    border: 2px solid #87744a45;
    background: transparent;
    color: #5b5b5b;
    border-radius: 1rem;
    font-size: .8rem;
    transition: .2s ease-in-out;
}

.footer-widget textarea {
    max-height: 120px;
    padding: 1rem
}

.footer-widget textarea::placeholder,
.footer-widget input::placeholder {
    color: #bbbbbb;
    font-size: .8rem;
    font-weight: 400;
}

.footer-widget textarea:focus,
.footer-widget input:focus {
    color: #5b5b5b;
    background-color: #fff;
    border-color: #87744a;
    outline: 0;
    font-size: .8rem;
}

.footer-widget .cf-agree p {
    font-size: .8rem;
}

.wpcf7 form .wpcf7-response-output {
    padding: .5rem 1rem;
    font-size: .75rem;
    border-radius: 30px;
}

.wpcf7-not-valid-tip {
    color: #ffc900;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.footer-bottom {
    padding: 2rem 0;
    font-size: .8rem;
    background: #f7f7f380;
    position: relative;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .footer-author {
    text-align: center;

}

.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    position: absolute;
    bottom: 5.5rem;
    right: 3rem;
}


.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #6d5d3b;
    border: 2px solid #87744a;
    padding: 0.8rem 1.1rem;
    border-radius: 100%;
}

.scroll-top a:hover {
    color: #fff;
    background: #87744a;
    border: 2px solid #87744a;
}