/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.kosciuszki26 {
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
}

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

a:active,
a:hover {
    color: #c59b6b;
    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;
}

.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #c59b6b;
    border: 2px solid #c59b6b;
    color: #fff;
    border-radius: 2rem;
    padding: .75rem 1.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
}

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

.btn-main a .fa-sharp {
    padding-left: .5rem;
}

.btn-main a:hover .fa-sharp {
    padding-left: .5rem;
    color: #51bf9a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.phone-call-cta {
    position: fixed;
    right: 0rem;
    width: 64px;
    height: 64px;
    background-color: #c59b6b;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    top: 15rem;
    z-index: 999;
}

.phone-call-cta a {
    color: #fff;
}

.phone-call-cta:hover {
    transform: scale(1.1);
    /* Powiększenie ikony na hover */
}

.header-sticky-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1100 !important;
    transition: top 0.3s ease-in-out;
    background: #1f1c19
}

.mastheader.hidden {
    top: -100px;
    transition: top 0.3s ease-in-out;
}

.header-sticky-top .logo {
    position: static;
}

.header-sticky-top .logo img {
    max-width: 100%;
    max-height: 80px;
}

.header-sticky-top .mh-main {
    padding: 1rem 0;
}

.mastheader {
    position: relative;
    width: 100%;
    z-index: 999;
}

.mastheader .toggler-icon {
    text-align: right;
    transition: 0.3s ease-in-out;
}

.mastheader .toggler-icon .fa-regular {
    padding: 1rem 1.05rem;
    background: #fff;
    color: #222;
    transition: 0.3s ease-in-out;
    border-radius: 100%;
}

.mastheader .toggler-icon:hover .fa-regular {
    background: #000000;
    color: #fff;
    cursor: pointer;
}

.sidebar {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -40%;
    background: #111;
    color: white;
    transition: right 0.3s;
    z-index: 9999;
    padding-top: 60px;
    overflow-y: auto;
    border-left: 2px solid #c59b6b40;
}

.sidebar.show {
    right: 0;
}

.sidebar a {
    padding: .5rem 1rem;
    text-decoration: none;
    font-size: 2rem;
    color: #c59b6b;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #cf0000;
}

.sidebar a.closebtn {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111de;
    z-index: 1040;
}

.overlay.show {
    display: block;
}

.sidebar .company-logo {
    position: absolute;
    top: 2.5rem;
    right: 5rem;
}

.sidebar .company-logo img {
    max-width: 200px;
}

.sidebar .navbar-on-sidebar ul {
    list-style-type: none;
    margin: 12rem 3rem 0 3rem;
    padding: 0;
}

.sidebar .navbar-on-sidebar ul li {
    margin: 0 0 1rem;
}

.sidebar .navbar-on-sidebar ul li a {
    color: #d1d1d1;
    font-size: 1.2rem;
    padding: 0 0 .75rem 0;
    border-bottom: 1px solid #c59b6b40;
    transition: .2s ease-in-out;
}

.sidebar .navbar-on-sidebar ul li a:hover {
    padding-left: .5rem;
    border-bottom: 1px solid #c59b6b80;
}

.social-links {
    display: flex;
    gap: 0 1rem;
    margin: 6rem 0 3rem 3rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #c59b6b;
    color: #ffffff;
    border-radius: 50%;
    transition: .2s ease-in-out;
    text-decoration: none;
}

.social-links a i {
    font-size: 16px;
}

.social-links a:hover {
    color: #fff;
    background: #6d6d6d
}

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

.mh-main .row {
    align-items: center;
    padding-right: 3rem;
    padding-left: 3rem;
}

.logo {
    height: auto;
}

.logo img {
    max-width: 320px;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 3rem;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

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

.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: 1px solid #c59b6b;
}

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

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

.btn-line a {
    background: none;
    padding: 0;
    border: none;
    font-size: 1.2rem;
    text-transform: none;
    text-shadow: 0rem 0rem .5rem #000;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
}

.btn-line a:hover {
    background: none;
    border: none;
}

.btn-line a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #c59b6b;
    transition: width 0.3s ease-in-out;
}

.btn-line a:hover::after {
    width: 100%;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top>* {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin-top: -140px;
    z-index: 9;
}

#slider .item {
    position: relative;
    min-height: 100vh;
    padding: 16rem 0 4rem;
    overflow: hidden;
}

#slider .background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: zoomIn 10s ease-in-out infinite;
}

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

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

#slider .box {
    position: relative;
    z-index: 999;
    padding-left: 3rem;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(160deg, rgb(0 0 0) 0%, rgb(0 0 0 / 63%) 30%, rgb(255 255 255 / 0%) 60%);
    top: 0;
    left: 0;
    pointer-events: none;
}

#slider .mask2 {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(45deg, rgb(0 0 0) 0%, rgb(0 0 0 / 63%) 30%, rgb(255 255 255 / 0%) 60%);
    top: 0;
    left: 0;
    pointer-events: none;
}


#slider .item h2 {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 6rem;
    line-height: 5.4rem;
    max-width: 45%;
    color: #fff;
    text-shadow: 12px 8px 16px rgb(0 0 0);
}

#slider .hdng__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2rem;
    gap: 3rem;
}

#slider .item h3 {
    color: #fff;
    margin: 0 0rem 0 0;
    font-size: 1.4rem;
    border: 2px solid #c59b6b;
    padding: .75rem 1.9rem;
    border-radius: 2rem;
    font-weight: 400;
}

#slider .item h4 {
    color: #fff;
    margin: 0 0rem 0 0;
    font-size: 1.4rem;
    border: 2px solid #c59b6b;
    padding: .75rem 1.9rem;
    border-radius: 2rem;
    font-weight: 400;
}

#slider .item .box__content {
    max-width: 45%;
    margin: 0 0 4rem;
}

#slider .item .box__content p {
    color: #cfcfcf;
    font-size: 1.1rem;
    text-shadow: 12px 8px 16px rgb(0 0 0);
}

#slider .item .btn-main {}

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

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

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

.scroll-down {
    position: absolute;
    bottom: 8rem;
    right: 3rem;
    z-index: 9;
}


.scroll-down a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    transition: .25s ease-in-out;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
}

.scroll-down a:hover {
    transform: translateY(1.5rem);
}

.scroll-down a .fa-regular {
    color: #c59b6b
}

.scroll-down .scroll-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: 1.5rem;
}


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

.about {
    padding: 8rem 0;
    background-image: url('https://www.kosciuszki26.pl/wp-content/uploads/2025/05/about-bg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.about .about__left {
    width: 100%;
    position: relative;
    display: inline-block;
}

.play-icon {
    position: absolute;
    top: 38%;
    left: 51.5%;
    transform: translate(-50%, -50%);
    width: 6.5rem;
    height: 6.5rem;
    background-color: #111;
    border: .5rem solid rgb(255 255 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-icon i {
    font-size: 1.6rem;
    padding-left: .3rem;
    color: #fff;
}


.about .about__left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
}

.about .about__right {
    padding-left: 3rem;
}


.about .about__right h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #c59b6b;
    max-width: 50%;
}

.about .about__right h1 {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 3.4rem;
}

.about .about__right .content {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 2rem;
}

.about .about__right .btn-main {
    margin: 2rem 0 0 0
}

.contact-box {
    margin: 2rem 0 4rem 0;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-box .contact-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0c0c0c;
    font-size: 1.4rem;
}

.contact-box i {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 2px solid #c59b6b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #333;
    margin-right: 1rem;
}

.contact-box span {
    display: inline-block;
}

.service {
    padding: 0 0 8rem 0;
    background: linear-gradient(to bottom, #ffffff 0%, #c59b6b14 100%);

}

.service h2 {
    font-size: 3.2rem;
    font-weight: 400;
    margin-top: 4rem;
    text-align: center;
    color: #0c0c0c;
}

.service__widgets .row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 0;
}



.service__widgets .box {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #c59b6b47;
}

.service__widgets .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.service__widgets .box__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: #f5f1ee;
    border: 1px solid #c59b6b47;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #c59b6b;
    margin: -4.5rem 0 1.5rem;
}

.service__widgets .box h3 {
    font-size: 1.35rem;
    margin-bottom: .75rem;
    font-weight: 500;
}

.service__widgets .box h3 a {
    text-decoration: none;
    color: #0c0c0c;
    transition: color 0.2s ease;
}

.service__widgets .box h3 a:hover {
    color: #c59b6b;
}

.service__widgets .box__content {
    font-size: .9rem;
    color: #888;
    line-height: 1.6;
}

.property {
    padding: 0 0 8rem;
    background: linear-gradient(to bottom,
            #c59b6b14 0px,
            #c59b6b14 599px,
            #2b2723 600px,
            #25211e 100%);
}

.property .section-title h2 {
    font-size: 3.2rem;
    font-weight: 400;
    text-align: center;
    color: #0c0c0c;
    margin: 0 0 4rem;
}

.property .property__inner .property__image {
    margin-bottom: 4rem;
}

body.page-id-143 img,
.property .property__inner .property__image img {
    border-radius: 1rem;
    max-width: 100%;
}

.property__navi {
    margin: 4rem 0 1rem;
    text-align: center;
}

.property__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.page-id-143 .property__navi ul li a {
    color: #0c0c0c;
}

body.page-id-143 .property__navi ul li a:hover {
    color: #fff;
}

.property__navi ul li a {
    display: inline-block;
    padding: 0.7rem 2rem;
    background-color: transparent;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    border-radius: 3rem;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    font-family: "Cormorant", serif;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.05);
    border: 2px solid #c59b6b;
}

.property__navi ul li a:hover,
.property__navi ul li a.active {
    background-color: #9e7b54;
    color: #fff;
    transform: translateY(-2px);
}


.property__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4rem;
    font-size: 1rem;
    border: 1px solid #e0ddd8;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
}

.property__table thead {

    background-color: #c59b6b;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.property__table thead th {
    padding: 1rem 1.2rem;
    text-align: center;
    border-bottom: 1px solid #e0ddd8;
    font-family: "Cormorant", serif;
}

.property__table tbody tr.rezerwacja {
    background: #fff7ee;
}

.property__table tbody tr {
    background-color: #fff;
    transition: background 0.2s ease-in-out;
}

.property__table tbody tr:hover {
    background-color: #fdf9f3;
}

.property__table tbody td {
    padding: 1rem 1.2rem;
    text-align: center;
    border-bottom: 1px solid #f1ece6;
    vertical-align: middle;
}

.property__table tbody td a {
    color: #0c0c0c;
    font-weight: 500;
    transition: color 0.2s ease;
    text-decoration: none;
}

.property__table tbody td a:hover {
    color: #c59b6b;
}

.property__table .info {
    font-size: 0.8rem;
    color: #aaa;
    padding-left: 0.25rem;
}

.property__table td.wolne span {
    color: #51bf9a;
    font-weight: 600;
}

.property__table td.zarezerwowane span {
    color: #c59b6b;
    font-weight: 600;
}

.property__table td.sprzedane span {
    color: #ff0000;
    font-weight: 600;
}

.property__table thead tr th:last-child,
.property__table tbody tr td:last-child {
    text-align: right;
}

.property__table thead tr th:nth-last-child(2),
.property__table tbody tr td:nth-last-child(2) {
    text-align: center;
}

.property__table td.table-pdf a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #c59b6b;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.property__table td.table-pdf a:hover {
    background-color: #9e7b54;
}

.property__table td.table-pdf i {
    pointer-events: none;
}

.property__table .table-icon {
    font-size: .8rem;
    align-items: center;
    text-transform: uppercase;
}

.property__table .table-icon .fa-light {
    font-size: 1.2rem;
    padding-left: .35rem;
    color: #c59b6b;
    transition: transform 0.3s ease, color 0.3s ease;
}

.property__table .table-icon:hover .fa-light {
    transform: translateX(5px);
    color: #9e7b54;
}

/* Ukrywanie wierszy tabeli */

.property__table tbody tr.is-hidden {
    display: none;
}

.property__table tbody tr.is-reveal {
    opacity: 0;
    transform: translateY(10px);
    animation: rowReveal .35s ease forwards;
}

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

.table-load-more {
    margin: 3rem auto 0;
    text-align: center;
}

.table-load-more button {
    background: #c59b6b;
    border: 2px solid #c59b6b;
    color: #fff;
    border-radius: 2rem;
    padding: .75rem 2rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.table-load-more button:hover {
    background: #9e7b54;
    border-color: #9e7b54;
}


.overview {
    padding: 0 0 8rem;
    background: url('https://www.kosciuszki26.pl/wp-content/uploads/2025/07/overview-bg.jpg') top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview .section-title {
    margin-bottom: 4rem;
}

.overview .section-title .row {
    align-items: flex-end;
}

.overview .section-title h2 {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 3.4rem;
    color: #c59b6b;
}

.overview .section-title .content {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    max-width: 85%;
}

.overview .section-title .btn-main {
    text-align: center;
}

.overview article {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview article:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.overview .content__thumb img {
    width: 100%;
    max-height: 320px;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.overview article:hover .content__thumb img {
    transform: scale(1.03);
}

.overview .content__box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.overview .content__box h3 {
    font-family: "Cormorant", serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2b2723;
    transition: color 0.2s ease;
}

.overview .content__box h3 a {
    text-decoration: none;
    color: inherit;
}

.overview .content__box h3 a:hover {
    color: #c59b6b;
}

.overview .excerpt p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

.overview .btn-small a {
    font-size: 0.95rem;
    font-weight: 600;
    color: #c59b6b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.overview .btn-small a:hover {
    color: #9e7b54;
}

.overview .btn-small i {
    font-size: 1rem;
}

.cta {
    padding: 8rem 0;
    background-image: url('https://www.kosciuszki26.pl/wp-content/uploads/2025/07/cta-bg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.cta .cta__left {
    width: 100%;
    position: relative;
    display: inline-block;
}


.cta .cta__left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
}

.cta .cta__right {
    padding-left: 3rem;
}


.cta .cta__right h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #c59b6b;
    max-width: 85%;
}

.cta .cta__right h2 {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 3.4rem;
}

.cta .cta__right p {
    margin-bottom: 4rem;
}

.faq-accordion {
    margin-top: 0rem;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.2rem 1rem;
    position: relative;
    cursor: pointer;
    color: #2b2723;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 1.2rem;
    font-size: 1.5rem;
    color: #c59b6b;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: '–';
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 1rem 1rem 1rem;
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.mieszkania-random {
    margin-top: 5rem;
}

.mieszkania-random h2 {
    margin-bottom: 3rem;
}

.mieszkania-random .box {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    border: 1px solid #c59b6b47;
    text-align: center;
}

.mieszkania-random .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.mieszkania-random .box a {
    display: block;
    text-decoration: none;
    color: #0c0c0c;
    font-family: "Cormorant", serif;
    font-size: 1.8rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mieszkania-random .box:hover a {
    color: #c59b6b;
}


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

.page-bg {
    margin-top: -160px;
    padding: 24rem 0 2rem 0;
    position: relative;
}

.page-bg .container-big {
    position: relative;
    z-index: 999;
}

.page-bg .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(160deg, rgb(0 0 0) 0%, rgb(0 0 0 / 63%) 30%, rgb(255 255 255 / 0%) 60%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.pt-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pt-inner .pt-text {
    display: flex;
    flex-direction: column;
    width: 50%
}

.pt-inner .btn-main {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.page-title {
    padding: 5rem 0
}

.page-title h1 {
    margin: 0rem 0 1rem;
    font-size: 4.4rem;
    color: #25211e;
}

.page-title h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(197, 155, 107);
}

body.page-id-59 .entry-page {
    display: none;
}

.page-wrapper {
    padding: 0rem 0 5rem;
    background-image: url(https://www.kosciuszki26.pl/wp-content/uploads/2025/05/about-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.entry-page {
    padding: 0rem 3rem 8rem;
}

.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
}

.entry-content h3 {
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #c59b6b;
    text-transform: uppercase;
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
}

.entry-content h4 {
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: #c59b6b;
    text-transform: uppercase;
}

.entry-content .wp-block-image img,
.entry-content .wp-block-gallery img {
    border-radius: 1rem;
}

.entry-content a {}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content .wp-block-migb-masonry-gallery img {
    transition: .25s ease-in-out;
}

.entry-content .wp-block-migb-masonry-gallery img:hover {
    opacity: .7
}

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

.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: #55ab8e;
    font-weight: 300;
}

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

.entry-content table {
    margin: 1.5rem 0;
}

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

.entry-content .wpcf7 {
    margin-top: 3rem;
}

.entry-content .wpcf7 form {
    font-family: "Inter", Helvetica, Arial, sans-serif;
}

.entry-content .wpcf7 .form-control {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    font-weight: 300;
    border-radius: .75rem;
    border: 1px solid #c59b6b47;
    background: #fff;
    color: #0c0c0c;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.entry-content .wpcf7 .form-control::placeholder {
    color: #999;
}

.entry-content .wpcf7 .form-control:focus {
    outline: none;
    border-color: #c59b6b;
    box-shadow: 0 0 0 3px rgba(197, 155, 107, 0.15);
}

.entry-content .wpcf7 textarea.form-control {
    resize: vertical;
    min-height: 160px;
}

.entry-content .wpcf7 p {
    margin-bottom: 1.5rem;
    font-size: .95rem;
    color: #333;
}

.entry-content .wpcf7 .wpcf7-acceptance {
    margin-right: .5rem;
}

.entry-content .wpcf7 input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #c59b6b;
    cursor: pointer;
}

.entry-content .wpcf7 a {
    color: #c59b6b;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.entry-content .wpcf7 a:hover {
    border-bottom: 1px solid #c59b6b;
}

.entry-content .wpcf7 input[type="submit"] {
    background: #c59b6b;
    border: 2px solid #c59b6b;
    color: #fff;
    border-radius: 2rem;
    padding: .9rem 2.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Cormorant", Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.entry-content .wpcf7 input[type="submit"]:hover {
    background: #9e7b54;
    border-color: #9e7b54;
}

.entry-content .wpcf7 input[type="submit"]:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.entry-content .wpcf7 .wpcf7-spinner {
    margin-left: .75rem;
}

.entry-content .wpcf7 .wpcf7-response-output {
    margin: 2rem 0 0;
    padding: 1.2rem 1.5rem;
    border-radius: .75rem;
    font-size: .95rem;
    line-height: 1.6;
}

.entry-content .wpcf7 form.sent .wpcf7-response-output {
    background: #edf7f3;
    border: 1px solid #51bf9a;
    color: #2b2723;
}

.entry-content .wpcf7 form.invalid .wpcf7-response-output,
.entry-content .wpcf7 form.failed .wpcf7-response-output {
    background: #fff2f2;
    border: 1px solid #ff0000;
    color: #2b2723;
}

.entry-content .wpcf7 .wpcf7-not-valid-tip {
    font-size: .85rem;
    color: #ff0000;
    margin-top: .4rem;
}

.pw-archive article {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pw-archive article:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

/* ================= IMAGE ================= */

.pw-archive .content__thumb img {
    width: 100%;
    height: auto;
    min-height: 320px;
    max-height: 320px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pw-archive article:hover .content__thumb img {
    transform: scale(1.03);
}

/* ================= CONTENT ================= */

.pw-archive .content__box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.pw-archive .content__box h3 {
    font-family: "Cormorant", serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2b2723;
    transition: color 0.2s ease;
}

.pw-archive .content__box h3 a {
    text-decoration: none;
    color: inherit;
}

.pw-archive .content__box h3 a:hover {
    color: #c59b6b;
}

/* ================= EXCERPT ================= */

.pw-archive .excerpt p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

/* ================= BUTTON ================= */

.pw-archive .btn-small a {
    font-size: 0.95rem;
    font-weight: 600;
    color: #c59b6b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.pw-archive .btn-small a:hover {
    color: #9e7b54;
}

.pw-archive .btn-small i {
    font-size: 1rem;
}


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

#footer-wrapper {
    background-color: #25211e;
    color: #fff;
    font-size: 16px;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#footer-wrapper .widget_media_image {
    margin-bottom: 2rem;
}

#footer-wrapper img {
    max-width: 160px;
    height: auto;
    margin: 0 auto;
}

#footer-wrapper a:hover {
    color: #d8b28a;
}

.row__first {
    text-align: center
}

#block-5 p {
    font-size: 4rem;
    font-weight: 500;
    margin: 0 0 -1rem;
}

#block-4 p {
    font-size: 2rem;
}

#block-4 p a {
    color: #fff
}

#block-6 p {
    margin-top: 2rem;
    font-size: 1.3rem
}

.advgb-social-icons {
    justify-content: center;
    display: flex;
    gap: 1.5rem;
    margin: 2rem 0;
}

.advgb-social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #fff;
}

.advgb-social-icon:hover {
    border-color: #d8b28a;
    color: #d8b28a;
}

.row__second ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#block-9 ul {
    text-align: left;
}

#block-10 ul {
    text-align: right;
}

#block-9 ul li {
    display: inline-block;
    margin: 0 1.5rem 0 0;
}

#block-10 ul li {
    margin: 0 0 0 1.5rem;
    display: inline-block;
}

.row__second li a {
    color: #fff;
    text-decoration: none;
}

.row__second li a:hover {
    color: #d8b28a;
}

.footer-bottom {
    padding: 4rem 0 0 0;
    font-size: .9rem;
    font-weight: 300;
}

.fb-inner {
    border-top: 1px solid #414141;
    padding: 4rem 0 0 0;
}

.footer-credits,
.footer-author {
    color: #fff;
    text-align: center;
}

.footer-author a {
    color: #c59b6b;
    font-weight: 500;
}

.footer-author a:hover {
    color: #d8b28a;
}

.scroll-top {
    margin-top: 4rem;
}

.scroll-top a {
    background: #d8b28a;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
    color: #0c0c0c;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.scroll-top a:hover {
    background: #b88c64;
}