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

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Mulish", 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%;
}

.centrum {
    font-family: "Karla", Helvetica, Arial, sans-serif;
}

a {
    color: #00a651;
    background-color: transparent;
    transition: .2s ease-in-out;
}

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

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

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


.btn-main__without a,
.btn-main__dark a,
.btn-line__border a,
.btn-main__full-white a,
.btn-main__full a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    min-width: 42px;
    min-height: 42px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
}

.btn-line__border a {
    border: 2px solid #20a85c;
    color: #20a85c;
    background: transparent;
}

.btn-line__border a:hover {
    background: #20a85c;
    color: #fff;
}

.btn-main__full a {
    background: #20a85c;
    color: #fff;
    border: 2px solid #20a85c;
}

.btn-main__full a:hover {
    background: #148b4c;
    border-color: #148b4c;
}

.btn-main__full-white a {
    background: #fff;
    color: #148b4c;
    border: 2px solid #fff;
}

.btn-main__full-white a:hover {
    background: #0f6b3a;
    border-color: #0f6b3a;
    color: #fff
}

.btn-main__dark a {
    border: 2px solid #222;
    background: #222;
    color: #fff;
}

.btn-main__dark a:hover {
    background: #0f6b3a;
    border-color: #0f6b3a;
    color: #fff;
}

.btn-main__without a {
    border: 2px solid transparent;
    background: transparent;
    color: #222;
    font-weight: 700
}

.btn-main__without a:hover {
    border: 2px solid transparent;
    background: transparent;
    color: #0f6b3a;
}

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


/* Nagłówek mh-top */

.mh-top {
    background: #2d2d2d;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.4rem 0;
}

.mh-top .contact-info {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

.mh-top .contact-info .phone,
.mh-top .contact-info .envelope {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

.mh-top .contact-info i {
    font-size: 0.9rem;
    color: #20a85c;/
}

.mh-top .contact-info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.mh-top .contact-info a:hover {
    color: #20a85c;
}

/* Nagłówek mh-main */

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

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

.mh-main .logo {
    position: absolute;
    top: 0rem;
}

.mh-main .logo img {
    max-height: 120px;
    width: auto;
    z-index: 9999;
    position: relative;
}

.main-nav .nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.mh-main .main-nav .nav-list li.current-menu-item a {
    color: #00a651;
}

.main-nav .nav-list li {
    text-align: center;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.main-nav .nav-list li a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.main-nav .nav-list li a:hover {
    color: #20a85c;
}


.mh-main .main-nav .nav-list li a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.mh-main .main-nav .nav-list li a:hover {
    color: #20a85c;
}

.mh-main .btn-row {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
}

.mh-main .social-links {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    align-items: center;
}

.mh-main .social-links a {
    color: #000;
    font-size: 1.2rem;
    transition: color 0.2s ease-in-out;
}

.mh-main .social-links a:hover {
    color: #20a85c;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#main {
    position: relative;
    z-index: 1;
}

body.page-id-308 #main::before {
    content: none
}

body.page-id-111 #main::before {
    content: none
}

#main::before {
    content: "";
    position: absolute;
    top: -109px;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/header-bg.png') no-repeat top right;
    background-size: contain;
    pointer-events: none;
}

.item.rotator {
    position: relative;
    padding: 12rem 0 10rem;
}

.item.rotator .container-big {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.item.rotator .box {
    flex: 1 1 50%;
    z-index: 2;
    max-width: 30%;
}

body.page-id-2 #slider .owl-wrapper>*:nth-child(7) .item.rotator .box,
body.page-id-2 #slider .owl-wrapper>*:nth-child(5) .item.rotator .box,
body.page-id-2 #slider .owl-wrapper>*:nth-child(3) .item.rotator .box,
body.page-id-2 #slider .owl-wrapper>*:nth-child(2) .item.rotator .box,
body.page-id-2 #slider .owl-wrapper>*:nth-child(1) .item.rotator .box {
    flex: 1 1 50%;
    z-index: 2;
    max-width: 35%;
}

body.page-id-2 #slider .item.rotator .box {
    flex: 1 1 50%;
    z-index: 2;
    max-width: 45%;
}

.hero3 .item.rotator .box {
    max-width: 35%;
}

.hero2 .item.rotator .box {
    max-width: 42%;
}

.hero2 .item.rotator .box h2 {
    font-size: 3rem
}

.hero3 .item.rotator .box h3 {
    text-transform: none;
    font-size: 1.8rem;
}

.item.rotator .box h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #222;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

.hero2 .item.rotator .box h2 {
    max-width: 100%;
}

.item.rotator .box h2 {
    font-size: 2.4rem;
    font-weight: 800;
    max-width: 100%;
    margin-bottom: 3.5rem;
    line-height: 1.2;
    color: #111;
}

.item.rotator .image-wrap {
    position: absolute;
    right: 0;
    top: 0rem;
    flex: 0 0 auto;
    max-width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.item.rotator .image-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

#slider .owl-controls .owl-page span {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #00a751;
}

#slider .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 30%;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

/********* ABOUT *********/

.about {
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/bg-3-scaled.jpg') no-repeat top center;
    padding: 6rem 0 0 0;
    position: relative;
    color: #111;
    min-height: 1430px;
    background-size: cover;
}

.about .box {
    padding-left: 5rem
}

.about h3 {
    font-size: 3.4rem;
    font-weight: 800;
    max-width: 75%;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #111;
}

.about h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #222;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

.about h4 {
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 60%;
    line-height: 2;
}

.about h4 span {
    background-color: #20a85c;
    color: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 0px;
}

/********* INCLUDING *********/

.including {
    position: relative;
    z-index: 1;
}

.including::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/including-bg.png') no-repeat top center;
    background-size: contain;
    z-index: 1;
}

.including .box {
    position: absolute;
    top: -18rem;
    left: auto;
    width: 680px;
    background-color: #00a751;
    color: #fff;
    padding: 4rem;
    z-index: 999;
    right: 8rem;
}

.including .box .logo-wrap img {
    max-width: 240px;
    height: auto;
    margin-bottom: 2rem;
}

.including .box .text-wrap {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #111;
}

/********* INCLUDING - REPEATER ICON *********/

.repeater__icon {
    padding: 16rem 0 3rem 0;
    text-align: center;
}

body.page-id-2 .ri2 {
    padding: 3rem 0 6rem 0;
    text-align: center;
}

.repeater__icon .section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}

.repeater__icon .inwestycja-item {
    margin-bottom: 3rem;
    padding: 1rem 2rem;
}

.repeater__icon .inwestycja-item .icon-wrap {
    margin-bottom: 1.5rem;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repeater__icon .inwestycja-item .icon-wrap img {
    max-width: 80px;
    height: auto;
}

.repeater__icon .inwestycja-item .item-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 0.75rem;
}

.repeater__icon .inwestycja-item .item-text {
    font-size: 1rem;
    color: #1c1c1c;
    line-height: 1.6;
}


/********* LOKAL USLUGOWY *********/

.lokal-uslugowy {
    position: relative;
    background: #fff;
    padding: 6rem 0 0;
}

.lokal-uslugowy::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    background: url(https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/ac-3.png) no-repeat right bottom;
    background-size: contain;
    z-index: 1;
    top: -12rem;
}

.lokal-uslugowy .container-big {
    position: relative;
    z-index: 2;
}

.lokal-uslugowy__box {
    background: #009640;
    color: #fff;
    max-width: 760px;
    padding: 5rem 3rem;
}

.lokal-uslugowy__icon img {
    max-width: 120px;
    height: auto;
    margin-bottom: 2rem;
}

.lokal-uslugowy__heading {
    font-weight: 800;
    letter-spacing: .5px;
    margin: 0 0 1rem;
}

.lokal-uslugowy__text {
    font-size: 1.125rem;
    line-height: 1.7;
}

/********* WIDGETS THREE *********/

.widgets-three {
    padding: 6rem 0;
    position: relative;
    z-index: 999;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/widgetx-bg.png') center center;
    background-repeat: no-repeat;
    background-color: #eaeaea;
}

.widget-card {
    position: relative;
    margin: 0;
}

.widget-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 820px;
    max-height: 820px;
}

.widget-caption {
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    width: 70%;
    background: rgba(0, 150, 64, .65);
    padding: 4rem 2rem;
    text-align: center;
}

.widget-caption span {
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.3;
    display: block;
    font-size: 1.2rem;
}



/********* LOKALE *********/

body.page-id-308 .lokale {
    padding: 6rem 0;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/9-scaled.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;

}

body.page-id-155 .lokale {
    padding: 18rem 0;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/bottom-box-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;

}

body.page-id-155 .repeater__icon .row {
    align-items: center;
    justify-content: center;
}

body.page-id-155 .lokale__box {
    padding: 0;
    background: transparent;
}

body.page-id-155 .lokale__box .btn-main__full-white a {
    color: #3c3535;
}

body.page-id-155 .lokale__box .btn-main__full-white a:hover {
    color: #fff;
    background: #3c3535;
    border-color: #3c3535;
}

.lokale {
    padding: 6rem 0;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/5-scaled.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lokale__box {
    width: 60%;
    background: rgba(0, 150, 64, .65);
    padding: 4rem 2rem;
    margin: 0 0 0 auto;
}

.lokale__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-width: 660px;
    text-align: center;
    margin: 0 auto -28rem auto;
}

body.page-id-308 .lokale__box h2 {
    margin-bottom: 3rem;
    line-height: 3.5rem;
    font-size: 3rem;
}

.lokale__box h2,
.lokale__heading {
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: #fff;
}

.lokale__box p,
.lokale__text {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    color: #fff;
}

.btn-main__row {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap
}

.btn-line__border a,
.btn-main__full a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .7rem 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: .2s;
}

.btn-line__border a {
    border: 2px solid #20a85c;
    color: #20a85c;
    background: transparent
}

.btn-line__border a:hover {
    background: #20a85c;
    color: #fff
}

/* solid */
.btn-main__full a {
    background: #20a85c;
    border: 2px solid #20a85c;
    color: #fff
}

.btn-main__full a:hover {
    background: #148b4c;
    border-color: #148b4c
}


/********* MAPS *********/

.maps {
    position: relative;
    padding: 12rem 0 6rem 0
}

.maps::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/maps-bg.png") no-repeat bottom center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.maps__title {
    font-size: 3rem;
    font-weight: 800;
    max-width: 75%;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #111;
}

.maps__text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3a3a3a
}

.maps__map {
    width: 100%
}

/* --- mieszkaj-centrum --- */
.mieszkaj-centrum {
    padding: 12rem 0;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/mieszkaj-centrum-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mieszkaj-centrum .box h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2b2b2b;
    margin: 0 0 .75rem;
}

.mieszkaj-centrum .box h3 {

    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #111;
}

.mieszkaj-centrum .box h4 {
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 60%;
    line-height: 2;
    margin: 1rem 0 3rem
}

.mieszkaj-centrum .box h4 span {
    background-color: #20a85c;
    color: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 0px;
}

.white-space {
    text-align: center;
    position: relative;
}

.white-space figure {
    margin: 0
}

.white-space__img img {
    width: 100%;
    margin-top: 0rem;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- filozofia --- */

.filozofia {
    padding: 0;
    background: #fff;
    position: relative
}

.box__green {
    background: #00a751;
    color: #fff;
    max-width: 600px;
    padding: 6rem 3.5rem;
    font-weight: 700;
    line-height: 1.75;
    font-size: 1.2rem;
    margin: 0 0 2rem auto;
    position: absolute;
    top: -6rem;
    right: 12rem;
    z-index: 9;
}

.filozofia__box {
    background: #f4f4f4;
    padding: 6rem 3rem
}

.filozofia__box h2 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2b2b2b;
    margin: 0 0 2rem;
}

.filozofia__text h4 {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 1.1rem;
}

.filozofia__text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3a3a3a;
    position: relative;
}

.filozofia__text::before {
    content: "";
    position: absolute;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    height: 480px;
    background: url(https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/sygnet.png) no-repeat center center;
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
    z-index: 9999;
}

.entry-page ul,
.filozofia__text ul {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

.entry-page ul li,
.filozofia__text ul li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #222;
    line-height: 1.6;
}

.entry-page ul li::before,
.filozofia__text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 16px;
    height: 16px;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/li-dot.png") no-repeat center center;
    background-size: contain;
}

.entry-page ul li,
.filozofia__text ul li {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 1.1rem;
}

.entry-page ul.slick-dots li {
    border: none;
    padding: 0 .5rem;
}

.entry-page ul.slick-dots li::before {
    content: none
}

.entry-page ul.slick-dots li button:before {
    font-family: slick;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '■';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.filozofia .btn-main__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 1rem;
    margin-bottom: 4rem
}

.filozofia__text2 {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333
}

/* --- jak-bedzie --- */

.jak-bedzie {
    position: relative;
    padding: 10rem 0 8rem;
    background: #fff;
    overflow: hidden;
}

.jak-bedzie .container-big {
    position: relative;
    z-index: 2;
}

.jak-bedzie::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 1200px;
    height: 100%;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/ac-8.png") no-repeat right top;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.jak-bedzie .box h2 {
    font-size: 3rem;
    max-width: 55%;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #222;
    margin: 0 0 1rem;
}

.jak-bedzie .box .text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3a3a3a;
    max-width: 55%;
    margin: 0 0 4rem;
    max-width: 640px;
}

/* --- PRZYKŁADOWE REALIZACJE --- */

.przykladowe-realizacje {
    position: relative;
    padding: 6rem 0 4rem;
    background: #fff;
    z-index: 2;
}

.przykladowe-realizacje::before {
    content: "";
    position: absolute;
    top: -12rem;
    left: 0;
    width: 100%;
    height: 600px;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/przykladowe-bg.png") no-repeat top center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
}

.realizacje__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2b2b2b;
    margin: 0 0 2.5rem;
}

.realizacje__grid .realizacje__card {
    margin: 0;
    position: relative;
}

.realizacje__grid .realizacje__card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 660px;
}

.realizacje__grid>*:nth-child(2) .realizacje__card {
    margin-top: 6rem;
}

.realizacje__grid>*:nth-child(3) .realizacje__card {
    margin-top: 3rem;
}

.realizacje__overlay {
    margin: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    width: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.realizacje__overlay-inner {
    background: rgba(0, 150, 64, .70);
    padding: 3rem 6rem;
    width: 100%;
    text-align: center
}

.realizacje__lead {
    margin: 0 0 .75rem;
    font-size: .95rem;
    font-weight: 700;
    color: #e9fff2;
}

.realizacje__headline {
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    font-size: clamp(28px, 3.8vw, 44px);
}

/* --- Metraż --- */

.metraze {
    position: relative;
    padding: 6rem 0 4rem;
    background: #fff;
}

.metraze::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/including-bg.png) no-repeat top center;
    background-size: contain;
    z-index: 0;
}

.metraze .section-title h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2b2b2b;
    margin: 0 0 3rem;
}


.metraz-card {
    position: relative;
    background: #f6f7f7;
    border: 1px solid #ececec;
    padding: 2rem 2rem 1.5rem;
    height: 100%;
}

.metraz-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/metraz-before.png") no-repeat bottom left;
    background-size: contain;
    opacity: .18;
    z-index: 0;
    pointer-events: none;
}

.metraz-card__plan {
    margin: 0 0 1.25rem;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.metraz-card__plan img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.metraz-card__rows {
    display: grid;
    gap: .85rem;
}

.metraz-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: .6rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.metraz-row:last-child {
    border-bottom: 0;
}

.metraz-row__label {
    font-size: .9rem;
    letter-spacing: .02em;
    color: #626262;
}

.metraz-row__val {
    font-weight: 800;
    color: #00a651;
    font-size: 1rem;
}

.metraze__cta {
    margin-top: 2.25rem;
}



/* --- Ikony 3 --- */

.repeater__icon3 {
    position: relative;
    padding: 6rem 0 4rem
}

.repeater__icon3 h3 {
    max-width: 50%;
    margin: 3rem auto 6rem;
    font-size: 1.1rem
}

.repeater__icon3 .row h3.item-heading {
    max-width: 100%;
    margin: 0 0 0 0
}

.repeater__icon3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/repeater-3.png") no-repeat top right;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    margin-top: -3rem
}

/* --- FAQ --- */
.faq {
    position: relative;
}

.faq::before {
    content: "";
    position: absolute;
    top: -500px;
    left: 0;
    width: 100%;
    height: 1024px;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/przykladowe-bg2.png") no-repeat top center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
}

.faq .entry-page {
    padding: 0;
}

.faq .section-title h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2b2b2b;
    margin: 0 0 3rem;
}

.faq .section-title h3 {
    max-width: 50%;
    margin: 3rem auto 6rem;
    font-size: 1.1rem
}

#wp-block-themeisle-blocks-accordion-6adbfd08 {
    background: #00a651;
    color: #fff;
    padding: 6rem 4rem;
    border-radius: 0;
    font-family: "Mulish", sans-serif;
}

#wp-block-themeisle-blocks-accordion-6adbfd08 details {
    border-bottom: 2px solid #fff;
    padding: 1rem 0 1rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.wp-block-themeisle-blocks-accordion:not(.is-style-default) .wp-block-themeisle-blocks-accordion-item__content {
    border: none;
    border-top: none;
    padding: 1rem 0 2rem;
}

.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title>* {
    margin: 0 2rem;
}

.wp-block-themeisle-blocks-accordion:not(.is-style-default) .wp-block-themeisle-blocks-accordion-item__title {
    border: 0;
}

#wp-block-themeisle-blocks-accordion-6adbfd08 summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    outline: none;
    position: relative;
}

#wp-block-themeisle-blocks-accordion-6adbfd08 summary::-webkit-details-marker {
    display: none;
}

#wp-block-themeisle-blocks-accordion-6adbfd08 summary::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 1rem;
    background: #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
}

#wp-block-themeisle-blocks-accordion-6adbfd08 .wp-block-themeisle-blocks-accordion-item__content {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    animation: fadeIn .4s ease-in-out;
    max-width: 85%;
    padding-left: 2rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover / focus */
#wp-block-themeisle-blocks-accordion-6adbfd08 summary:hover {
    color: #e3ffe8;
}

@media (max-width: 991px) {
    #wp-block-themeisle-blocks-accordion-6adbfd08 {
        padding: 3rem 1.5rem;
    }

    #wp-block-themeisle-blocks-accordion-6adbfd08 summary {
        font-size: 1rem;
    }
}

/**** Umów się na spotkanie ****/

.umow-sie {
    position: relative;
    margin-top: 3rem;
    padding: 18rem 0;
    overflow: hidden;
    z-index: 1;
}

.umow-sie .umow-sie__title {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2b2b2b;
    margin: 0 0 3rem;
}

.umow-sie .umow-sie__text {
    margin: 3rem 0 0 0;
    font-size: 1.1rem;
    max-width: 50%;
}

.umow-sie::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/3-scaled.jpg") no-repeat center center;
    background-size: cover;
    z-index: 0;
}

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

.entry-page {
    padding: 18rem 0;
}

body.page-id-111 .entry-page {
    text-align: center
}

.entry-page h2 {
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: .06em;
    color: #2b2b2b;
    margin: 0 0 3rem;
}

.entry-page h4 {
    width: 100%;
    max-width: max-content;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
    background-color: #20a85c;
    color: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 0;
    margin: 0.3rem auto;
    text-align: left;
}

/********* Pakiety Inwestycyjne *********/
.pi-sec {
    position: relative;
    z-index: 9999;
    padding-bottom: 6rem
}

.pi-sec--arr {
    position: relative;
    overflow: hidden;
}

.pi-sec ul {
    list-style: none;
    margin: 3rem 0 0 0;
    padding: 0;
}

.pi-sec ul>li {
    position: relative;
    padding: 1rem 1rem 1rem 6.5rem;
    margin: 1rem 0;
    line-height: 1.7;
    font-size: 1.1rem;
    color: #444;
    border-bottom: 1px solid #d8d8d8;
}

.pi-sec ul>li:last-child {
    border-bottom: none;
}

.pi-sec ul>li span {
    margin-left: 150px;
}

.pi-sec ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    background-image: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/arrow.png');
    background-repeat: repeat-x;
    background-size: 20px auto;
    width: calc(var(--stars, 1) * 20px);
}

/* liczba gwiazdek wg atrybutu data-stars */
.pi-sec ul>li[data-stars="1"] {
    --stars: 1;
}

.pi-sec ul>li[data-stars="2"] {
    --stars: 2;
}

.pi-sec ul>li[data-stars="3"] {
    --stars: 3;
}

.pi-sec ul>li[data-stars="4"] {
    --stars: 4;
}

.pi-sec ul>li[data-stars="5"] {
    --stars: 5;
}

.pi-sec ul>li[data-stars="6"] {
    --stars: 6;
}

.pi-cta {
    position: relative;
    z-index: 9;
    position: absolute;
    right: 0;
    top: auto;
    background: rgba(0, 150, 64);
    padding: 6rem 3rem;
    color: #fff;
    bottom: -12rem;
    left: -4rem;
}

.pi-cta h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 700;
    margin: 0 0 .5rem;
    color: #fff;
}

.pi-cta-sub {
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0 0 2rem 0rem;
    color: #fff;
}

.pi-card {
    background: #f3f4f3;
    position: relative;
    z-index: 9;
    padding: 3rem 3rem 6rem 3rem
}

.pi-card--bottom {
    position: relative;
    z-index: 9;
    max-width: 40%;
    margin-top: 6rem;
    background: #f3f4f3;
    padding: 3rem 3rem 6rem 3rem
}

.pi-card--bottom h3 {
    margin-bottoM: 2rem;
}


.pi-imgwrap img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 65%;
    height: auto;
    z-index: 0;
}

body.page-id-114 .btn-main__row {
    justify-content: center;
}

body.page-id-115 .entry-page {
    padding: 10rem 0 6rem;
}

/********* Przegląd budowy *********/
#i_group {
    padding: 6rem 3rem;
    background: #eaeaea;
}

.pw-archive {
    padding-bottom: 6rem
}

.pw-archive article {
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 2rem;
}

.pw-archive article .content__thumb img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.pw-archive article .content__box {
    padding: 28px 32px 34px;
}

.pw-archive article h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    margin: 0 0 1rem;
    color: #202326;
    font-weight: 700;
}

.pw-archive article .excerpt p {
    margin: 0 0 1.25rem;
    color: #50565a;
    line-height: 1.85;
    font-size: 1rem;
}

.pw-archive article .btn-small a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .04em;
    color: #7a7f84;
    text-decoration: none;
    transition: color .2s ease;
}

.pw-archive article .btn-small a i {
    margin-left: .35rem;
}

.pw-archive article .btn-small {
    margin-bottom: 1rem;
}

.pw-archive article .date {
    margin-top: .5rem;
    font-weight: 700;
    color: #1f2326;
}

.pw-archive article:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

.pw-archive article:hover .content__thumb img {
    transform: scale(1.01);
    transition: transform .25s ease;
}

@media (max-width: 1199px) {
    .pw-archive article .content__thumb img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .pw-archive article {
        margin-bottom: 1.5rem;
    }

    .pw-archive article .content__box {
        padding: 22px 22px 26px;
    }

    .pw-archive article h3 {
        font-size: 1.2rem;
    }

    .pw-archive article .content__thumb img {
        height: 240px;
    }
}

/********* Inwestycja *********/

.i-about {
    padding: 6rem 0;
    background: #efefef;
}

.i-about .img__row {
    display: flex;
    gap: 0rem;
    align-items: flex-start;
}

.i-about .img-card {
    position: relative;
    flex: 1 1 0;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.i-about .img-card img {
    display: block;
    width: 100%;
    height: 740px;
    object-fit: cover;
}

.i-about .img-card--right {
    transform: translateY(6rem);
}


.i-about .img-badge {
    position: absolute;
    left: 3rem;
    right: 3rem;
    bottom: 0;
    margin: 0;
    background: #20a85b8f;
    color: #fff;
    padding: 3rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1.4;
    text-align: center;
}

.i-about .row>*:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
}

.i-about__text {
    padding-left: 3rem;
    color: #3b3f43;
    line-height: 1.9;
    font-size: 1.1rem;
}

@media (max-width: 1199px) {
    .i-about .img-card img {
        height: 640px;
    }

    .i-about .img-badge {
        left: 10%;
        right: 10%;
        bottom: 7%;
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 991px) {
    .i-about .img__row {
        flex-direction: column;
        gap: 0;
    }

    .i-about .img-card--right {
        transform: none;
    }

    .i-about .img-card img {
        height: 540px;
    }

    .i-about__text {
        max-width: none;
        margin: 2rem 0 0;
    }
}

@media (max-width: 576px) {
    .i-about .img-card img {
        height: 420px;
    }

    .i-about .img-badge {
        font-size: .95rem;
        padding: 1rem 1rem;
    }
}

body.page-id-155 .repeater__icon {
    padding: 6rem 0 4rem
}

.i-pattern {
    position: relative;
    padding: 12rem 0;
    background: url('https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/11/ip-pattern-bg.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.i-pattern__text {
    max-width: 80%
}

.i-pattern__text p {
    color: #3b3f43;
    font-size: 1.1rem;
    line-height: 1.9;
}

.bottom-info {
    padding-bottom: 6rem;
}

.bottom-info__box {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.bottom-info__box::before {
    content: "";
    position: absolute;
    top: -20%;
    left: auto;
    width: 140%;
    height: 140%;
    background-image: url(https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/sygnet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
    right: 10%
}

.bottom-info__box {
    max-width: 70%;
    position: relative;
    z-index: 9;
    margin-top: -3rem;
    background: #f3f4f3;
    padding: 6rem 3rem 6rem 3rem;
}

.bottom-info__box h3 {
    margin-bottom: 2rem;
}



/*--------------------------------------------------------------
# CENY MODUŁ
--------------------------------------------------------------*/

.pw-price-history {
    padding: 6rem 0;
}

.ceny-mieszkan h2 {
    margin: 0 0 3rem;
    font-size: 2.4rem;
}

.ceny-dodatki h2 {
    margin: 6rem 0 3rem;
    font-size: 2.4rem;
}

/* ===== Tabela cen – baza ===== */
.ceny-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
    overflow: hidden;
    font-family: "Mulish", Arial, sans-serif;
}

/* Główek */
.ceny-table thead th {
    background: #4b4b4b;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
    font-size: .9rem;
    text-align: left;
    padding: 1rem 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.ceny-table thead th:last-child {
    border-right: 0;
}

.ceny-table tr.status-sprzedane td {
    background: #51515121
}

.ceny-dodatki tr.status-sprzedane td {
    background: #51515121
}

.ceny-table tr.status-sprzedane td .toggle-history {
    display: none
}

.ceny-dodatki tr.status-sprzedane td .toggle-history {
    display: none
}

/* Komórki */
.ceny-table td {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #202326;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

/* Hover wiersza (desktop) */
@media (hover:hover) {
    .ceny-table tbody tr:hover td {
        background: #20a85c36
    }
}

/* Kolumna status – chipy */
.ceny-table td.status {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    white-space: nowrap;
}

.ceny-table td.status-dostepne {
    color: #20a85c;
}

/* dostępne */
.status-sprzedane {
    color: #9a9a9a;
}

/* sprzedane */
.ceny-table td.status-rezerwacja {
    color: #ff9800;
}

/* Link „pobierz” jak przycisk */
.ceny-table td a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .9rem;
    border: 2px solid #20a85c;
    color: #20a85c;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .85rem;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.ceny-table td a:hover {
    background: #20a85c;
    color: #fff;
}

/* Przycisk historii (+) */
.toggle-history {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #222;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    transition: .2s;
}

.toggle-history:hover {
    border-color: #20a85c;
    color: #20a85c;
}

.history-row {
    background: #f8faf8;
}

.history-row .history-wrap {}

/* Wewnętrzna tabela historii */
.history-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: .95rem;
    color: #1f2326;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}

.history-table thead th {
    background: #ebebeb;
    color: #2b2b2b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: .75rem 1rem;
    font-size: .85rem;
}

.history-table td {
    padding: .75rem 1rem;
    border-bottom: 1px solid #eee;
    font-size: .95rem;
}

.history-table tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

/* Zaokrąglenia na rogach tabeli głównej */
.ceny-table thead th:first-child {
    border-top-left-radius: 10px;
}

.ceny-table thead th:last-child {
    border-top-right-radius: 10px;
}

.ceny-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.ceny-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Wyrównania pomocnicze */
.ceny-table td:nth-child(1),
.ceny-table td:nth-child(4) {
    text-align: left;
}

.ceny-table td:nth-child(6),
.ceny-table td:nth-child(7) {
    white-space: nowrap;
}

/* ===== Responsywność ===== */
@media (max-width: 768px) {
    .ceny-table {
        display: block;
        overflow-x: auto;
    }

    .ceny-table thead th {
        font-size: .75rem;
        padding: .5rem .65rem;
    }

    .ceny-table td {
        font-size: .75rem;
        padding: .5rem .65rem;
    }

    .toggle-history {
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }

    .history-row .history-wrap {
        padding: .75rem;
    }

    .history-table thead th {
        font-size: .8rem;
    }

    .history-table td {
        font-size: .9rem;
    }

    .ceny-dodatki h2 {
        margin: 3rem 0 2rem;
        font-size: 1.4rem;
    }

    .ceny-mieszkan h2 {
        margin: 0 0 2rem;
        font-size: 1.4rem;
    }
}

/* Drobny polishing 992–1200, żeby trzymało rytm projektu */
@media (min-width: 992px) and (max-width: 1200px) {
    .ceny-table thead th {
        font-size: .88rem;
        padding: .9rem 1.1rem;
    }

    .ceny-table td {
        padding: .9rem 1.1rem;
    }
}

/* Ukrycie kolumn w historii cen */
.pw-price-history .history-table th:nth-child(6),
.pw-price-history .history-table td:nth-child(6),
.pw-price-history .history-table th:nth-child(7),
.pw-price-history .history-table td:nth-child(7) {
    display: none;
}

.pw-price-history .ceny-dodatki .ceny-table th:nth-child(7),
.pw-price-history .ceny-dodatki .ceny-table td:nth-child(7) {
    display: none;
}

.pw-price-history .ceny-dodatki .history-table th:nth-child(4),
.pw-price-history .ceny-dodatki .history-table td:nth-child(4),
.pw-price-history .ceny-dodatki .history-table th:nth-child(5),
.pw-price-history .ceny-dodatki .history-table td:nth-child(5) {
    display: none;
}

/* ============================    SINGLE LOKAL    ============================ */

:root {
    --ac-green: #20a85c;
    --ac-grey: #f3f4f6;
    --ac-grey-200: #e7e9ee;
    --ac-dark: #0f172a;
    --ac-muted: #6b7280;
}

.pw-wrapper__lokal .entry-page {
    padding: 8rem 0 10rem 0;
}

#single-lokal {
    gap: 0 !important;
    align-items: stretch;
}

/* lewa kolumna = pasek boczny */
#single-lokal>.wp-block-column:first-child {
    background: var(--ac-grey);
    padding: 2.4rem 2rem;
    border-right: 1px solid var(--ac-grey-200);
    position: relative;
}

@media (min-width: 992px) {

    /* przyklejamy sidebar na desktopie */
    #single-lokal>.wp-block-column:first-child {
        position: sticky;
        top: 2rem;
        height: fit-content;
        align-self: flex-start;
        padding: 3rem 2.4rem;
    }
}

/* prawa kolumna (content) */
#single-lokal>.wp-block-column:last-child {
    padding: 2.4rem 2rem;
}

@media (min-width: 992px) {
    #single-lokal>.wp-block-column:last-child {
        padding: 0rem 3rem 3rem;
    }
}

#single-lokal h3.wp-block-heading {
    font-size: 2.4rem;
    font-weight: 800;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--ac-green);
}

#single-lokal h4 {
    color: #111;
    background: none;
    text-align: left;
    padding: 0;
    margin: 0 0 1rem 0;
}

#single-lokal__rzut1 img {
    max-height: 520px;
    width: auto;
    background: #fff;
    border: 1px solid var(--ac-grey-200);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
    margin: 1rem 0 1.5rem;
}

#single-lokal figure.wp-block-image img {
    display: block;
    height: auto;
}

#single-lokal>.wp-block-column:first-child .wp-block-columns {
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--ac-grey-200);
    align-items: center;
    gap: .75rem;
}

#single-lokal>.wp-block-column:first-child .wp-block-columns:first-of-type {
    border-top: none
}

#single-lokal>.wp-block-column:first-child .wp-block-columns>.wp-block-column:first-child p {
    margin: 0 0 .35rem;
    color: var(--ac-muted);
}

#single-lokal>.wp-block-column:first-child .wp-block-columns>.wp-block-column:first-child p strong {
    background: var(--ac-green);
    color: #fff;
    padding: .05rem .2rem;
    margin-right: .3rem;
}

#single-lokal>.wp-block-column:first-child .wp-block-columns>.wp-block-column:last-child {
    text-align: right;
}

#single-lokal>.wp-block-column:first-child .wp-block-columns>.wp-block-column:last-child p {
    margin: 0 0 .35rem;
    font-weight: 700;
    color: var(--ac-dark);
}

#single-lokal>.wp-block-column:first-child .wp-block-columns:nth-of-type(3) {
    align-items: flex-start;
}

#single-lokal>.wp-block-column:first-child .wp-block-columns:nth-of-type(3) .wp-block-column:last-child p {
    margin: 0 0 .35rem;
}

#single-lokal img[src*="arrow"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: .25rem;
}

#single-lokal>.wp-block-column:first-child>p {
    font-size: .82rem;
    line-height: 1.5;
    color: var(--ac-muted);
    margin: 2rem 0 0;
}

#single-lokal>.wp-block-column:first-child .wp-block-columns:nth-of-type(1) .wp-block-column:last-child p {
    color: var(--ac-green);
    font-weight: 800;
}


@media (max-width: 991px) {
    #single-lokal>.wp-block-column:first-child {
        margin-bottom: 1.5rem;
        border-right: none;
        border-bottom: 1px solid var(--ac-grey-200);
    }

    #single-lokal>.wp-block-column:first-child .wp-block-columns {
        gap: .5rem 1rem;
    }
}


/* ogólny kontener */
.lokale__row .row {
    row-gap: 2rem;
}

/* pojedynczy box */
.lokale__row .box {
    background: var(--ac-grey);
    border: 1px solid var(--ac-grey-200);
    padding: 3rem 2rem;
    text-align: center;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.lokale__row .box h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .02em;
}

/* link */
.lokale__row .box a {
    color: var(--ac-dark);
    text-decoration: none;
    transition: color .25s ease;
}

/* efekt hover */
.lokale__row .box:hover {
    border-color: var(--ac-green);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    background: #fff;
    transform: translateY(-2px);
}

.lokale__row .box:hover a {
    color: var(--ac-green);
}

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

.footer-cta {
    background: #f2f2f2;
    z-index: 0;
    position: relative;
    padding: 6rem 0;
}

.footer-cta__title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0 0 2rem;
}

.footer-cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 600px;
    background: url("https://www.apartamentycentrum.com.pl/wp-content/uploads/2025/10/footer-cta-bg.png") no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    opacity: 0.95;
}

.footer-cta__left {
    padding: 6rem 3rem 3rem 3rem;
    background: #fff;
}



.footer-cta__right {
    padding: 6rem 0 0 3rem
}

.footer-cta__right .contact-person {
    margin-bottom: 2rem;
}

.footer-cta__right .contact-person h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 .25rem;
    color: #2b2b2b;
}

.footer-cta__right p {
    margin: 0;
    font-size: 1.05rem;
    color: #333;
}

.footer-cta__right a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.footer-cta__right a:hover {
    color: #00a651;
    border-bottom-color: #00a651;
}

.footer-cta__social {
    display: flex;
    gap: 1rem;
    margin-top: .5rem;
}

.footer-cta__social .soc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #1a1a1a;
    transition: .2s;
}

.footer-cta__social .soc:hover {
    color: #fff;
    background: #00a651;
}

.footer-cta .wpcf7 form p {
    margin: 0 0 1rem;
}

.footer-cta .wpcf7 input[type="text"],
.footer-cta .wpcf7 input[type="email"],
.footer-cta .wpcf7 input[type="tel"],
.footer-cta .wpcf7 textarea {
    width: 100%;
    background: #eaeaea;
    border: 0;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    color: #222;
    outline: none;
}

.footer-cta .wpcf7 textarea {
    min-height: 80px;
    max-height: 80px;
    resize: vertical;
}

.footer-cta .wpcf7 input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: .6rem;
    vertical-align: middle;
}

.footer-cta .wpcf7 input[type="submit"],
.footer-cta .wpcf7 .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    background: #20a85c;
    border: 2px solid #20a85c;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.footer-cta .wpcf7 input[type="submit"]:hover,
.footer-cta .wpcf7 .wpcf7-submit:hover {
    background: #148b4c;
    border-color: #148b4c;
}

@media (max-width: 991px) {
    .footer-cta {
        padding: 4rem 0;
    }

    .footer-cta__title {
        font-size: 2.2rem;
        margin-bottom: 1.25rem;
    }
}

.footer-widget {
    background: #404041;
    padding: 3rem 0;
    color: #bbb;
}

.footer-widget a {
    color: #bbb;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s
}

.footer-widget .row {
    align-items: center;
}

.footer-widget .fa-brands {
    font-size: 2rem;
    color: #fff;
}

.footer-bottom {
    padding: 2rem 0;
    background: #333333;
    color: #fff;
    font-size: .9rem
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s
}

.footer-bottom a:hover {
    color: #20a85c;
    border-bottom-color: #20a85c
}

.footer-bottom .fb-credits {
    margin-top: 1rem;
    text-align: center
}

.footer-bottom .fb-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}