/*
	Theme Name: Tworzówka Theme
	Theme URI: https://snleaders.pl
	Description: Szablon zaprojektowany dla Tworzowka.pl
	Version: 1.0
	Author: System Net Leaders
	Author URI: https://snleaders.pl
*/




/*------------------------------------*\
    Tworzówka CSS
\*------------------------------------*/
:root {
	--highlight: #82c324;
	--hover: #157347;
	--semidark-color: #565656;
}
body {
    margin: 0;
    font-family: 'Jost', Poppins, Arial, sans-serif;
}
html {
	padding: 0 0;
	margin: 0 0 !important;
}
h1,
h3 {
    font-family: 'Oranienbaum', serif;
}

h2 {
    font-size: 3rem;
    font-family: 'Oranienbaum', serif;
    margin-bottom: 1rem;
}

h6 {
    font-family: 'Jost', serif;
}

.nav-item {
    font-family: 'Jost', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.section-wrapper,
.container,
.container-fluid {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.top-bar {
    background: transparent;
    color: white;
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
    font-family: 'Jost', serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 2rem;
}

.topbar-icon {
    width: 13px;
    height: auto;
    margin-top: -2px;
}

.navbar-toggler {
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: white;
    text-align: center;
    background: url('/wp-content/uploads/2025/04/img//bg.png') center/cover no-repeat;
    max-height: calc(100vh - 50px);
}

.navbar {
    background: transparent;
}

.navbar .nav-link {
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 1rem;
}

.hero-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hero-header {
    z-index: 10;
}

.hero-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    border-radius: 8px;
    max-width: 800px;
    padding: 100px 20px 20px;
}

.hero-content h1 {
    font-size: 46px;
	line-height: 50px;
    font-weight: 300;
}
.hero-content h6 {
	font-size: 14px;
	color: var(--highlight);
}

.btn-success {
    background-color: #8cc63f;
    border: none;
}

.hero-contact-bar {
    width: 100%;
    background: transparent;
    font-size: 1.2rem;
    z-index: 20;
    text-align: left;
    text-transform: uppercase;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'Jost', serif;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.hero-content h1 {
		font-size: 30px !important;
		font-weight: 300;
		line-height: 34px;
		letter-spacing: -.5px;
	}
}

.hero-contact-bar i {
    color: #8cc63f;
}

@media (min-width: 992px) {
    .hero-contact-bar {
        display: none;
    }
}

/* Custom Mobile Sidebar */
.custom-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    z-index: 1050;
    padding: 2rem;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out;
}

.custom-sidebar.active {
    left: 0;
}

.custom-sidebar a {
    display: block;
    padding: 1rem 0;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.custom-sidebar {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    border: none;
    background: none;
}

@media (max-width: 991px) {
    .navbar-collapse {
        display: none !important;
    }
}

.section-domki {
    padding: 5rem 1rem 7rem;
    background-color: #fff;
    text-align: center;
}

.subtitle {
    padding-top: 1rem;
    font-size: 1rem;
    color: #8cc63f;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.description {
    max-width: 900px;
    margin: 0 auto 3rem;
    color: #a2a2a2;
    font-size: 1rem;
    font-family: 'Jost', serif;
    font-weight: 400;
}

.domki-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.domki-card {
    background: #f9f9f9;
    border-radius: 16px;
    overflow: visible;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    position: relative;
    padding-bottom: 2.5rem;
}

.domki-card img {
    width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.domki-card p {
    padding-top: 1rem;
    font-family: 'Jost', serif;
    font-weight: 300;
    text-align: center;
}

.domki-card .content {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
    width: 100%;
}

.domki-card h5 {
    margin-bottom: 0.5rem;
    font-family: 'Oranienbaum', serif;
    font-size: 2rem;
    font-weight: 400;

}

.domki-card p {
    font-size: 0.9rem;
    color: #444;
}

.domki-price {
    font-weight: 400;
    font-family: 'Jost', serif;
    margin: 0;
    text-align: center;
    display: block;
    padding-top: 1rem;
    font-size: 1.3rem;

}

.rezerwuj-btn {
    background: #8cc63f;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.9rem;
    z-index: 2;
    font-family: 'Jost', serif;
}

.gallery-section {
    background-color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.swiper-container {
    width: 100%;
    padding: 0 2rem;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 200px;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    color: black;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #8cc63f;
}

.btn-gallery {
    margin-top: 2rem;
    background-color: #8cc63f;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 400;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Jost', serif;
}

.attractions-section {
    background-color: #fff;
    padding: 5rem 1rem;
    text-align: center;
}
.attractions-section + .attractions-section,
.attractions-section + .gallery-section {
	padding-top: 0;
}
.attractions-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.attraction-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
}
@media (min-width: 767px) {
	.attraction-block {
		padding: 0 2em;
		align-items: center;
	}
	.attractions-section .attractions-content {		
		margin-top: 50px;
	}
}
.attraction-block.reverse {
    flex-direction: row-reverse;
}

.attraction-block img {
    flex: 1 1 45%;
    max-width: 50%;
    border-radius: 12px;
	max-height: 600px;
	object-fit: cover;
}
@media (max-width: 767px) {
  .attraction-block img {
    max-width: 100%;
  }
}


.attraction-text {
    flex: 1 1 45%;
    text-align: left;
}
@media (min-width: 767px) {
	.attraction-text {
		padding: 2em;
	}
}

.attraction-text h4 {
    padding-top: 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: 'Oranienbaum', serif;
}

@media (max-width: 767px) {
    .attraction-text h4 {
        padding-top: 0.2rem;
    }
}

.attraction-text p {
    font-size: 17px;
	line-height: 1.45em;
    color: var(--semidark-color);
    font-family: 'Jost', serif;
    font-weight: 400;
}

.attraction-text a {
    color: #8cc63f;
    text-decoration: none;
    font-weight: bold;
}
.gallery-section .swiper-slide img {
	border-radius: 12px; width: 100%; height: auto;
	transition: all .25s ease;
}
.gallery-section .swiper-slide:hover img {
	cursor: pointer;
	transform: scale(.95);
	filter: contrast(1.5);
}



/* .attraction-img {
    width: 100%;
} */

@media (max-width: 767px) {
    .attraction-img {
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .attraction-img {
        width: 50%;
    }
	
}




.wp-block-columns {
    margin: 30px auto;
    max-width: 1200px;
}
.wp-block-columns iframe {
	width: 100%;
	height: 500px;
	max-height: 50vh;
	border-radius: 15px;
}



.faq-section {
    position: relative;
    padding: 8rem 1rem;
    color: #292929;
    text-align: center;
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/04/img//faq-bg.png') center top no-repeat;
    background-size: auto;
    z-index: 0;
}

.faq-section>* {
    position: relative;
    z-index: 1;
}

/* .faq-section h2 {
      font-size: 2rem;
      font-weight: 500;
    } */
.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px;
}

.accordion-item h2 {
    font-family: 'Jost', serif;
    font-weight: 400;
}

/* Ostatni bez kreski */
.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    background: transparent;
    font-weight: 600;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    color: #000 !important;
    text-align: left;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/04/img//arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.75rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* Rotacja po rozwinięciu */
.accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
}

.accordion-button.collapsed::before {
    transform: rotate(0deg);
}

/* Usuwamy strzałkę Bootstrapa */
.accordion-button::after {
    display: none;
}

.accordion-body {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    color: #a2a2a2;
    font-family: 'Jost', serif;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 768px) {
    .accordion-columns {
        display: flex;
        gap: 4rem;
    }

    .accordion-columns .accordion {
        flex: 1;
    }
	.gallery-section .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.footer-wrapper {
    padding: 2rem 0;
    background-color: transparent;
}

.footer {
    background-color: #292929;
    color: white;
    padding: 3rem 2rem 1rem;
    border-radius: 12px;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 0.9rem;
}

.footer a {
    color: #8cc63f;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .logo {
    max-height: 60px;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo-info-wrapper {
    display: inline-block;
    text-align: center;
}

.logo-info-wrapper .info {
    font-size: 0.9rem;
    color: #4e4e4e;
    font-family: 'Jost', serif;
    font-weight: 400;
}

.menu {
    padding-top: 3rem;
}

.footer .menu a {
    color: white;
    margin: 0 0.4rem;
    font-size: 0.85rem;
}

.footer .menu a:hover {
    color: #8cc63f;
}

.footer .bottom-text {
    font-size: 0.7rem;
    color: #4e4e4e;
    margin-top: 1.5rem;
    text-align: right;
    font-family: 'Jost', serif;
    font-weight: 400;
}

.footer .social-icons a {
    font-size: 1.2rem;
    margin-left: 1rem;
    color: #8cc63f;
}

.footer .right-section {
    text-align: right;
}

.footer-credit {
    text-align: center;
    font-size: 0.7rem;
    color: #a2a2a2;
    margin-bottom: 1rem;
    font-family: 'Jost', serif;
    font-weight: 400;
}

.footer .contact-links a {
    color: white;
    font-size: 1.75rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-family: 'Oranienbaum', serif;
    font-weight: 300;
}
.footer .contact-links a:hover {
	color: var(--highlight);
}

.footer .menu a {
    color: #a2a2a2;
    font-size: 12px;
    font-family: 'Jost', serif;
    font-weight: 400;
	text-transform: uppercase;
	margin: 0 2px;
}

.footer .menu a:hover {
    color: #8cc63f;
}

.footer .contact-links a i {
    color: #8cc63f;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.footer .social-icons i {
    font-size: 1.4rem;
}

.footer .menu .divider {
    color: #4e4e4e;
}
.footer-credit a {
	color: inherit;
}

body.woocommerce .navbarnew,
body.woocommerce-cart .navbarnew,
body.woocommerce-page .navbarnew {
	background-color: rgba(0,0,0,.8);
}
body.woocommerce #hidableContact,
body.woocommerce-cart #hidableContact,
body.woocommerce-page #hidableContact {
	display: none !important;
}
.moved-wrapper {
    margin: 180px auto;
}


@media (max-width: 767px) {
    .contact-links {
        flex-direction: column !important;
        gap: 0.5rem;
        text-align: center;
    }

    .contact-links a {
        width: 100%;
        justify-content: center;
        font-size: 1rem;
    }

    .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .menu a {
        display: block;
        font-size: 1rem;
    }

    .menu .divider {
        display: none;
    }

    .bottom-text {
        text-align: center;
        margin-top: 1rem;
        font-size: 0.8rem;
    }
}


@media (max-width: 768px) {
    .footer .right-section {
        text-align: center;
        margin-top: 2rem;
    }

    .footer .bottom-text {
        padding-top: 1.3rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .domki-card {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767.98px) {

    .attraction-block,
    .attraction-block.reverse {
        flex-direction: column !important;
    }
}




/* Mobile sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    background-color: #292929;
    color: white;
    z-index: 1100;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.logo {
    max-height: 60px;
}

.close-btn-mobile {
    font-size: 3rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.menu-section {
    padding-top: 1rem;
}

.menu-section a,
.menu-item {
    display: block;
    padding: 0.75rem 0 0.75rem 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-family: 'Jost', serif;
    font-weight: 500;
}
.menu-item {
    cursor: pointer;
    position: relative;
    font-size: 17px;
}
.menu-item a {
	color: #FFF;
	display: block;
	padding: 5px 10px;
	margin: 0 10px;
	transition: all .25s ease;
}
#menu-menu-glowne li.menu-item:hover > a,
#menu-menu-glowne .menu-item > a:hover {
	color: var(--highlight);
}
ul.sub-menu.tt-dropdown-menu {
    background: rgba(0,0,0,.85);
    padding: 15px;
    margin: 0 0;
	display: none;
	position: absolute;
}
li.menu-item:hover ul.sub-menu.tt-dropdown-menu {
    display: block;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 1rem;
}

.submenu a {
    text-transform: none;
    font-weight: 400;
    color: #818181;
    font-size: 0.9rem;
    font-family: 'Jost', serif;
    font-weight: 500;
}

.menu-item.open+.submenu {
    max-height: 500px;
}

.sidebar-footer {
    padding: 1.5rem;
    text-align: center;
}

.btn-reservation {
    background: none;
    color: white;
    border: 1px solid white;
    padding: 0.9rem 1.5rem;
    display: inline-block;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Jost', serif;
    font-weight: 400;
	transition: all .25s ease;
}
.btn-reservation:hover {
	color: var(--highlight);
	border-color: var(--highlight);
	background-color: rgba(0,0,0,.25);
}

.mobile-sidebar .btn-reservation {
    margin-bottom: 5rem;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.contact-info {
    font-size: 0.85rem;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    text-align: left;
    padding-top: 15px;
    font-family: 'Jost', serif;
    font-weight: 500;
}

.mobile-sidebar-logo {
    width: 50%;
    margin-top: 10px;
}

.btn-jost {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    background-color: #82c324;
    font-size: 0.9rem;
}

.icons-double {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.icon-detail {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 140px;
}

.icon-img {
    width: 2rem !important;
}

.icon-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-family: 'Jost', serif;
    font-weight: 400;
}

.icon-main {
    font-size: 1.2rem;
    font-weight: 600;
    color: #292929;
}

.icon-sub {
    font-size: 0.75rem;
    color: #292929;
}

@media (max-width: 767.98px) {
    .icons-double {
        gap: 1rem;
    }

    .icon-detail {
        min-width: unset;
    }

    .icon-main {
        font-size: 0.95rem;
    }

    .icon-sub {
        font-size: 0.7rem;
    }
}


.banner-section {
	position: relative;
	height: 500px;
}
.banner-section .hero-content {
	text-align: center;
}
.banner-section h1 {
    font-size: 20px;
    font-family: 'Jost';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 5px;
	color: var(--highlight);
}
.banner-section h1 + h2 {
	font-size: 56px;
    color: #FFF;
}


.custom-menu-with-divider li {
    display: inline;
    color: #a2a2a2;
    font-size: 0.8rem;
    font-family: 'Jost', serif;
    font-weight: 400;
}
.custom-menu-with-divider li:not(:last-child)::after {
    content: " / ";
    margin: 0 5px;
    color: #4e4e4e;
}
@media (max-width: 767px) {
    .custom-menu-with-divider li:not(:last-child)::after {
        content: none;
        margin: 0;
    }
}
@media (max-width: 767px){
    .contact-row > .contact-text{
        font-size: 0.7rem;
    }
}
#menu-menu-glowne-1.mobile-menuu{
    padding-left: 0.25rem;
}

body.tax-product_cat .woocommerce-products-header {
	text-align: center;
}
.ovabrw-related-products {
	display: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: var(--highlight);
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

@media (min-width: 767px) {
	.hero-contact-bar .d-flex {
		justify-content: space-between;
	}
	.gallery-section {
		
	}
	.gallery-section .swiper-slide,
	.gallery-section .swiper-slide img {
		height: 300px !important;
		width: 100%;
		object-fit: cover !important;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}


@media (max-width: 767px) {
	body {
		font-size: 13px;
	}
	.subtitle {
		font-size: 12px;
	}
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.hero-center {
		height: 100vh;
		max-height: 800px;
		position: relative;
	}
	.hero-content h6 {
		font-size: 10px;
	}
	.hero-contact-bar {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0px;
		transform: initial !important;
		font-size: 13px;
	}
	.hero-contact-bar .d-flex {
		justify-content: space-around;
	}
	.domki-card {
		padding-bottom: 20px;
	}
	.domki-card img {
		max-height: 180px;
		object-fit: cover;
	}
	.domki-card h5 {
		font-size: 24px;
	}
	.domki-card p {
		font-size: 13px;
		line-height: 15px;
		text-align: justify;
		margin: 0 0;
		padding: .5em 0;
	}
	.section-domki {
		padding: 50px 15px;
	}
	.description {
		font-size: 14px;
		line-height: 18px;
	}
	.gallery-section {
		padding: 50px 0;
	}
	.gallery-section .swiper-wrapper,
	.gallery-section .swiper-wrapper .swiper-slide {
		height: 500px;		
	}
	.gallery-section .swiper-wrapper .swiper-slide {
		display: flex;
		align-items: center;
	}
	.gallery-section .swiper-wrapper .swiper-slide img {
		vertical-align: middle;
	}
	.attractions-section {
		padding: 50px 0px;
	}
	.attraction-text p {
		font-size: 13px;
		line-height: 16px;
	}
	.faq-section {
		padding: 50px 0;
	}
	.accordion-button {
		line-height: 1.2em;
	}
	.footer {
		padding: 50px 0;
	}
	.footer .menu {
		column-count: 2;
		display: block;
	}
	.footer .menu a {
		display: block;
		text-align: left;
		margin: 5px 0;
		padding: 3px;
	}
	.footer .contact-links a {
		font-size: 22px;
	}
}