/* 
Theme Name: Turulo
Theme URI: koncept404.pl
Author: Adrian Turulski
Author URI: turulo.pl/
Description: Motyw firmowy
Version: 1.0 
*/

/*-----------------------------------------------------------*/


@import url("https://use.typekit.net/dtf8dow.css");

html{
	scroll-behavior: smooth;
	margin-top: 0 !important;
    overflow-x: hidden;
}



/*-----------------------------------------------------------
	Fonts
-------------------------------------------------------------*/

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



h1,
h2, 
h3 {
	font-family: stix-two-text, serif;
	color: #744D2D;
	margin: 0;
	line-height: 105%;
	font-weight: 400;
  font-style: italic;
}


h1 {
	/*F:27-55;*/
}

h2 {
	/*F:25-40;*/
}

h3 {
	/*F:20-25;*/
}

h4 {
	/*F:13-20;*/
  font-family: proxima-nova, sans-serif;
  color:#744D2D;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}


body {
    /* F:14-16; */
    color:#744D2D;
    font-family: stix-two-text, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
    background-color: #F0EBE5;
}

body p{
  margin-top: 0;
}

body p:last-child {
    margin: 0;
}

a {
	color: #744D2D;
	text-decoration: none;
	transition: all 0.3s;
    margin: 0;
}




  

/*-----------------------------------------------------------
	WSPÓLNE WARTOŚCI
-------------------------------------------------------------*/



#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	z-index: 99999; /* makes sure it stays on top */
  background-color: #F0EBE5;
}

#status {
	width: 158px;
	height: auto;
	position: absolute;
	left: 0; /* centers the loading animation horizontally one the screen */
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%; /* centers the loading animation vertically one the screen */
	transform: translateY(-50%);
}

#status img{
  width: 100%;
  height: auto;
  object-fit: contain;
}






#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
    text-decoration: none !important;
}




/*-----------------------------------------------------------
	HEADER
-------------------------------------------------------------*/


.header-wrapper {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99991;
  background: transparent;
  transition: .3s;
}

.header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: auto;
  /* Pt:20-35; */
  /* Pb:20-35; */
  /* Pl:20-100; */
  /* Pr:20-100; */
}

.header .menu-desktop .menu {
  display: inline-flex;
  gap: 30px;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.header .menu-desktop ul.menu li a {
  position: relative;
  color: #744D2D;
}

.header .menu-desktop ul.menu li a.current-page-item{
  position: relative;
}

.header .menu-desktop ul.menu li a:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #744D2D;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.header .menu-desktop ul.menu li a:hover:before{
  opacity: 1;
}




.header .menu-desktop ul.menu li a.current-page-item:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #744D2D;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}



.home .header-wrapper {
  position: absolute;
}

.home .header .menu-desktop ul.menu li a {
  color: #F0EBE5;
}



.header img.custom-logo {
  /* W:117-158; */
  /* H:45-61; */
  transition-delay: .3s;
}

.home .header .custom-logo {
  filter: brightness(0) saturate(100%)
          invert(99%) sepia(70%) saturate(7392%)
          hue-rotate(287deg) brightness(135%) contrast(127%);
}

.overlay-section,
.menu-mobile { 
  display: none; 
}





/*---------------------------------------------
	Page header
---------------------------------------------*/

/*---------------------------------------------
	SLIDER
---------------------------------------------*/

/*-----------------------------------------------------------
	Home Content wrapper
-------------------------------------------------------------*/

/*-----------------------------------------------------------
	Content wrapper
-------------------------------------------------------------*/

/*-----------------------------------------------------------
	404
-------------------------------------------------------------*/

#section-1.section.page-404 {
	position: relative;
	width: 100%;
    height: 100vh;
    transition: .5s;
}


#section-1.section.page-404 .video-background {
	position: absolute;
	inset: 0;
	z-index: -1;
}

#section-1.section.page-404 .video-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section-1.section.page-404 .section-content {
    display: grid;
	text-align: center;
}


#section-1.section.page-404 .title-wrapper h2 {
	color: #000;
	text-align: center;
	font-family: Aileron;
	font-size: 350px;
	font-weight: 300;
	/* Mb:50-70; */
}


#section-1.section.page-404 .text-editor p {
	color: #000;
	text-align: center;
	font-family: Aileron;
	font-size: 70px;
	font-weight: 300;
	margin: 0;
}




/* ----------------------------------------------------------
BUTTON SECTION
-------------------------------------------------------------*/


.button-section {
    display: flex;
}

.button-section a {
  display: inline-flex;
  align-items: center;
  color: #744D2D;
  font-family: stix-two-text, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
}

.button-section a::after{
  content:"";
  flex:0 0 auto;
  background-image:url('/wp-content/uploads/2025/08/Frame-22.png');
  background-repeat:no-repeat;
  background-size: contain;
  /* W:28-36; */
  /* H:28-36; */
  /* P:14 9-18 9; */
  /* Ml:15-20; */
}







/*-----------------------------------------------------------
	SECTION COMMON
-------------------------------------------------------------*/

.section {
    width: 100%;
	padding: 0;
	z-index: 1;
} 

.section-width {
    /* P:0 20-100; */
}

#hero.section {
  position: relative;
  width: 100%;
  height: calc(var(--vh) * 100);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero.section .section-width {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* Pl:20-100; */
  /* Pr:20-100; */
}

#hero.section .title-wrapper {
  /* W:280-582; */
}

#hero.section .title-wrapper h1,
#hero.section .subtitle-wrapper {
  color: #F0EBE5;
}

#hero.section .subtitle-wrapper {
  /* Mt:25-50; */
  /* W:280-324; */
}

#hero.section .subtitle-wrapper p{
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}

#hero.section::after {
  content: "";
  position: absolute;
  /* L: 20-100; */
  /* B:30-73; */
  /* W:130-220; */
  height: 1px;
  background: #F0EBE5;
}


.button-slider{
  position: absolute;
  /* R:20-100; */
  bottom: 3.44vw;
}

.button-slider .button-section a::after{
  background-image: url(/wp-content/themes/turulo/images/arr-slide.svg);
}

.button-slider .button-section a{
  color: #F0EBE5;
}



/* Sekcja 1 */ 

#section-1.section {
  /* Mt:60-140; */
  /* Mb:60-100; */
}

#section-1.section .section-content {
  display: grid;
}

#section-1.section .title-wrapper {
  /* W:280-927; */
}

#section-1.section .suport-wrapper {
  justify-self: end;
  /* Mt:35-40; */
  display: grid;
}

#section-1.section .suport-wrapper .text-editor {
  /* W:280-572; */
  text-align: left;
}

#section-1.section .suport-wrapper .button-section {
  /* W:280-572; */
  /* Mt:30-50; */
  display: flex;
}


/* Sekcja 2 */

#section-2.section  {
  /* Mb:60-130; */
}

#section-2.section .title-wrapper {
  /* Mb:35-50; */
}

#section-2.section .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* G:20-20; */
}

#section-2.section .repeater .item {
  background: #E6DDD3B0;
  /* Pt:30-70; */
  /* Pb:30-70; */
  /* Pl:20-100; */
  /* Pr:20-100; */
}

#section-2.section .repeater .subtitle-wrapper {
  /* Mb:20-40; */
}

#section-2.section .repeater .text-editor {
  /* Mb:25-50; */
}


/* Sekcja 3 */

#section-3.section {
  /* Mb:60-130; */
}

#section-3.section .section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

#section-3.section .section-content .title-wrapper {
  grid-column: 1 / -1;
  /* Mb:20-40; */
}

#section-3.section .col-left .text-editor {
  /* Mb:20-50; */
}

#section-3.section .col-left {
  /* W:280-470; */
}

#section-3.section .col-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  align-items: start;         /* zamiast domyślnego stretch */
  gap: clamp(12px, 1.6vw, 24px) clamp(20px, 2.6vw, 40px);
}

#section-3.section .col-right .col-1 {
  display: grid;
  /* Pr:20-65; */
}

#section-3.section .col-right .col-2 {
  display: grid;
  border-left: 1px solid #744D2D; 
  /* Pl:20-50; */
}

#section-3.section .col-right .ikona { 
/* Mb:20-40; */ 
line-height: 0;
}

#section-3.section .col-right .ikona img {
  /* W:52-57; */
  /* H:52-57; */
}

#section-3.section .col-right .title-wrapper {
/* Mb:20-27; */
line-height: 0;
}



/* Sekcja 4 */

#section-4.section {
  position: relative;
  /* Mb:60-160; */
  /* Pl:20-100; */
  /* Pr:20-100; */
}

#section-4.section .section-width {
  /* H:170-778; */
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#section-4.section .section-content {
  position: relative;
  height: 100%;
}


#section-4.section .title-wrapper {
  position: absolute;
  left: 8vw;
  bottom: 4vw;
  /* W:280-640; */
}

#section-4.section .title-wrapper h1 {
  color: #F0EBE5;
}



/* Sekcja 5 */

#section-5.section .section-width {
  /* Pl:20-337; */
  /* Pr:20-337; */
  /* Mb:60-160; */
}

#section-5.section .title-wrapper {
  /* Mb:35-50; */
}

#section-5.section .repeater{
  display: grid;
}

#section-5.section .repeater.faq .item {
  border-bottom: 1px solid #744D2D;
  cursor: pointer;
  transition: .5s;
  /* Pt:20-25; */
  /* Pb:20-25; */
}
#section-5.section .repeater.faq .item:first-child {
  border-top: 1px solid #744D2D;
}

#section-5.section .repeater.faq .item .pytanie {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* G:15-20; */
}

#section-5.section .repeater.faq .item .pytanie h3 {
  margin: 0;
}


#section-5.section .repeater.faq .item .toggle {
  display: inline-flex;
  align-items: center;
  /* G:15-20; */
}


#section-5.section .repeater.faq .item .toggle-label {
  color: #744D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
  white-space: nowrap;
}

#section-5.section .repeater.faq .item .icon {
  /* W:28-36; */
  /* H:28-36; */
}

#section-5.section .repeater.faq .item .icon img {
  display: block;
  object-fit: contain;
  transition: .5s;
  /* W:28-36; */
  /* H:28-36; */
}

#section-5.section .repeater.faq .item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
  text-align: left;
  /* W:180-690; */
}

#section-5.section .repeater.faq .item .answer p{
  margin-top: 20px;
}

/* Sekcja 6 */

#section-6.section .title-wrapper {
  /* Mb:30-50; */
}

#section-6.section .posts {
    display: grid;
    grid-template-columns: repeat(3, 28.31vw);
    justify-content: space-between;
    /* G:20-20; */
}

#section-6.section .post-item {
  /* Pb:20-30; */
}



/* miniatura */

#section-6.section .post-thumbnail {
  overflow: hidden;
}

#section-6.section .post-thumbnail,
#section-6.section .post-thumbnail img {
  width: 28.31vw;
  height: 19.38vw;
  object-fit: cover;
  display: block;
}

#section-6.section .meta{
  width: 28.31vw;
}

#section-6.section .post-title {
  /* Mt:20-30; */
  /* Mb:20-30; */
}

#section-6.section .post-excerpt { 
  /* Mb:20-35; */
}

#section-6.section .post-item .button-section {
  /* Mt:20-35; */
}




#section-6.section.loop {
  /* Mb:60-130; */
  /* Mt:55-125; */
}









/* Sekcja 7 */

#section-7.section {
    /* M: 70-150 0; */
    overflow: hidden;
}

#section-7.section .title-wrapper {
  /* Mb:30-50; */
}

#section-7.section .section-width{
    /* Pl: 20-100; */
    /* Pr: 20-100; */
}

#section-7.section .karuzela-logo .swiper-wrapper{
  align-items: center;
}

#section-7.section .karuzela-logo .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-7.section .karuzela-logo .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}


#section-7.section .karuzela-logo .image-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: clamp(32px, 5.5vw, 72px);
    filter: brightness(0) saturate(100%) invert(25%) sepia(99%) 
          saturate(304%) hue-rotate(345deg) brightness(97%) contrast(86%);
}



#section-7.section .karuzela-logo img { 
  display: block; 
      filter: brightness(0) saturate(100%) invert(25%) sepia(99%) 
          saturate(304%) hue-rotate(345deg) brightness(97%) contrast(86%);
}



/* Sekcja 8 */

#section-8.section {
  /* Mb:60-130; */
  /* Mt:55-125; */
}

#section-8.section .title-wrapper {
  /* Mb:35-100; */
}

#section-8.section .repeater {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8.75vw 0;
}

#section-8.section .repeater .item {
  display: grid;
  border-top: none;
  border-right: none;
  position: relative;
}

#section-8.section .repeater .item .support-wrapper{
  width: 26.56vw;
  position: relative;
  padding-bottom: 80px;
}

#section-8.section .repeater .item .support-wrapper .toggle-text{
  position: absolute;
  bottom: 0;
  lefT: 0;
}

/* Środkowa kolumna (co 3 element od 2) */
#section-8.section .repeater .item:nth-child(3n+2) .support-wrapper {
  width: 24.94vw;
  margin: 0 auto;
}

/* Prawa kolumna (co 3 element od 3) */
#section-8.section .repeater .item:nth-child(3n+3) .support-wrapper {
  margin-left: auto;
}

/* Linie górne dla 2. rzędu i kolejnych */
#section-8.section .repeater .item:nth-child(n+4):before {
  content: '';
  width: 27.5vw;
  height: 1px;
  background-color: #744D2D;
  position: absolute;
  top: -4.38vw;
  left: 0;
}

/* Dostosowanie dla środkowej kolumny */
#section-8.section .repeater .item:nth-child(3n+2):before {
  left: 50%;
  transform: translateX(-50%);
  width: 24.94vw;
}

/* Dostosowanie dla prawej kolumny */
#section-8.section .repeater .item:nth-child(3n+3):before {
  left: unset;
  right: 0;
}

/* Ramki pionowe dla środkowej kolumny */
#section-8.section .repeater .item:nth-child(3n+2) {
  border-left: 1px solid #744D2D;
  border-right: 1px solid #744D2D;
}

#section-8.section .repeater .item .ikona {
  /* Mb:20-30; */
}

#section-8.section .repeater .item .ikona img {
  /* W:52-57; */
  /* H:52-57; */
  object-fit: contain;
}

#section-8.section .repeater .item .subtitle-wrapper {
  /* Mb:20-35; */
}

#section-8.section .button-section a::after {
  content:"";
  flex:0 0 auto;
  background-image:url('/wp-content/uploads/2025/08/Frame-14.png');
  background-repeat:no-repeat;
  background-size: contain;
  /* W:28-36; */
  /* H:28-36; */
  /* P:14 9-18 9; */
  /* Ml:15-20; */
}

#section-8.section .text-editor .toggle-text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Mt:25-60; */
}

#section-8.section .text-editor .toggle-text::after {
  content:"";
  background-image:url('/wp-content/uploads/2025/08/Frame-14.png');
  background-repeat:no-repeat;
  background-size: contain;
  display:inline-block;
  /* W:28-36; */
  /* H:28-36; */
  /* Ml:15-20; */
}

#section-8.section .text-editor .toggle-text.is-open::after {
  background-image:url('/wp-content/uploads/2025/08/Frame-13.png');
}


/* Sekcja 9 */

#section-9.section {
  /* Mb:60-100; */
  /* Mt:55-125; */
}

#section-9.section .section-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

#section-9.section .col-left .title-wrapper {
  /* Mb:25-40; */
}
#section-9.section .col-left .subtitle-wrapper {
  /* Mb:35-70; */
  text-transform: uppercase;
}

#section-9.section .col-left .text-editor{
  /* W:280-690; */
}

#section-9.section .col-left .image-wrapper{
  display: none;
}

#section-9.section .image-wrapper {
  /* W:280-572; */
  /* H:354-737; */
  overflow: hidden;
}

#section-9.section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Sekcja 10 */

#section-10.section {
  background-color: #E6DDD3B0;
  /* Pt:35-100; */
  /* Pb:35-100; */
  /* Mb:60-100; */
}

#section-10.section .section-content {
  display: grid;
  grid-template-columns: auto 1fr;
  /* G:35-140; */
}

#section-10.section .col-left .image-wrapper {
  /* W:280-690; */
  /* H:170-511; */
  overflow: hidden;
}

#section-10.section .col-left .image-wrapper img {
  width: 100%;
  /* H: 170-511; */
  object-fit: cover;
  display: block;
}

#section-10.section .col-right .title-wrapper {
  /* Mb:20-20; */
}



/* =========================================
   Lightbox – podstawy
========================================= */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none; /* JS ustawia 'block' przy otwarciu */
}

/* (Opcjonalnie, jeśli wolisz klasę zamiast inline style)
#lightbox.is-open {
  display: block;
}
*/

/* =========================================
   Tło (backdrop)
========================================= */

#lightbox .lb-backdrop {
  background: rgba(0, 0, 0, 0.8);
  /* P:0 20-218;*/
  align-items: center;
  display: flex;
}

/* =========================================
   Obszar obrazu
========================================= */

#lightbox .media-wrap {
    position: absolute;
    top: 50%;
    lefT: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox .media-wrap img {
    display: block;
    width: 100%;
    height: 40.31vw;
    object-fit: contain;
}

/* =========================================
   Przyciski (zamknięcie + strzałki)
========================================= */

#lightbox .close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
}

#lightbox .close img{
  width: 25px;
  height: 25px;
}

#lightbox .arrow {
  border: none;
  position: absolute;
  /* W: 28-36; */
  /* H: 28-36; */
  cursor: pointer;
  user-select: none;
  background-color: transparent;
}

#lightbox .arrow img{
  /* W: 28-36; */
  /* H: 28-36; */
  object-fit: contain;
}

#lightbox .close {
  /* T: 30-68; */
  /* R: 20-218; */
}

#lightbox .arrow.left {
  top: 50%;
  /* L:20-100; */
  transform: translateY(-50%);
}

#lightbox .arrow.right {
  top: 50%;
  /* R:20-100; */
  transform: translateY(-50%);
}


/* =========================================
   Metadane (licznik + opis)
========================================= */

#lightbox .lb-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: none;
}

#lightbox .image-count {
  margin-right: 8px;
  opacity: 0.85;
}

#lightbox .description {
  display: inline-block;
  opacity: 0.95;
}



/*======================================
  STRONA TEKSTOWA
======================================*/

#page-tekst.section {
  /* Mt:55-125; */
  /* Mb:60-135; */
}

#page-tekst .section-width {
  /* Pl:20-337; */
  /* Pr:20-337; */
}

#page-tekst .section-content h1,
#page-tekst .section-content h2,
#page-tekst .section-content h3,
#page-tekst .section-content h4,
#page-tekst .section-content h5 {
  /* Mb:30-30; */
  /* Mt:30-30; */
}


/* ----------------------------------------
   Wpis 
-----------------------------------------*/

#wpis.section {
  /* Mt:75-165; */
  /* Mb:60-135; */
}

#wpis .text-editor {
    /* Mb:60-135; */
}

#wpis.section > div.section-width {
  /* Pl:20-337; */
  /* Pr:20-337; */
}

#wpis .title-wrapper { 
  /* Mb:35-70; */
}

.obrazek-wyrozniajacy img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    /* Mb:35-70; */
}

#wpis .post-title h1,
#wpis .text-editor h2 {
  /* Mb:35-70; */
}

#wpis .text-editor h3,
#wpis .text-editor h4,
#wpis .text-editor h5 {
  /* Mb:13-30; */
}

#wpis .text-editor p {
  /* Mb:10-15; */
}

#wpis .text-editor img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: none;
}


#wpis .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* Mb:35-70; */
}

#wpis .gallery .gallery-item,
#wpis .gallery .gallery-icon {
  margin: 0;
  width: auto !important;
}

#wpis .gallery img,
#wpis .gallery img a{
  display: block;
  width: 100%;
  height: 13.50vw;
  object-fit: cover;
}

#wpis .gallery br{
  display: none !important;
}

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


.footer-wrapper {
    color:#F0EBE5;
    background-color: #744D2D;
    /* Pt:35-80; */
    /* Pb:20-30; */
    z-index: 999;
    position: relative;
}


.footer-wrapper .section-content {
    display: grid;
    grid-template-columns: 1fr;
}

.footer-wrapper .col-top {
    grid-column: 1 / -1;
    width: 100%;
    /* Mb:50-120; */
}

.footer-wrapper .col-top h2 {
    margin: 0;
}

.footer-wrapper .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-wrapper .col-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    /* G: 30-60; */
}

.footer-wrapper .col-left h2{
  color: #F0EBE5;
}

.footer-wrapper .col-left .support-wrapper {
  display: grid;
  grid-template-columns: 23.02vw 23.02vw;
  gap: 20px;
}

.footer-wrapper .col-left .support-wrapper p,
.footer-wrapper .col-left .support-wrapper p a{
  color: #F0EBE5;
}

.footer-wrapper .logo img {
    width: 128px;
    height: 49px;
}

.footer-wrapper .col-left .copyright {
    align-items: end;
}

.footer-wrapper .col-right {
    display: grid;
}

.footer-wrapper .copyright{
    /* Mt: 50-80; */
    display: flex;
    align-items: flex-end;
}

.footer-wrapper .copyright p,
.footer-wrapper .copyright a{
  font-size: 14px;
  color: #F0EBE5;
}

.footer-wrapper .only-mobile{
  display: none;
}




/* CONTACT FORM */

/* Wyłącz outline dla focus-visible na input/textarea/select */
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form select:focus-visible {
  outline: none;
  box-shadow: none; /* jeśli masz dodawany cień zamiast outline */
}



::-webkit-input-placeholder {
	color: #F0EBE5 !important;
  font-size: 16px;
	font-family: stix-two-text, serif;
	font-weight: 400 !important;
	line-height: 150% !important;
  letter-spacing: .6px !important;
}


.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="tel"], 
.contact-form textarea {
    font-weight: 400;
    font-family: stix-two-text, serif;
    width: 100%;
    border: none;
    border-bottom: 1px solid #F0EBE5;
    padding: 20px 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #F0EBE5;
    background: transparent;
    letter-spacing: .6px !important;
}

.contact-form input[type="text"]:first-child{
    padding-top: 0;
}

.contact-form textarea {
    height: 65px !important;
}

.contact-form .note {
  margin-top: 5px;
  font-size: 12px;
  color: #F0EBE5;
}


/* 1. Podstawowe style jak dla input-ów */

.contact-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #F0EBE5;
  padding: 25px 0;
  font-size: 16px;
  color: #F0EBE5;
  background: transparent;
  
  /* Wyłącz natywny appearance, by dało się w pełni kontrolować styl */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Styl placeholdera (pierwsza ukryta opcja) */
.contact-form select option[disabled] {
  color: #999;
}

/* 2. Dodanie własnej strzałki */

.select-wrapper {
  position: relative;
}

/* Ukrywamy natywną strzałkę i dajemy miejsce na własną */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px; /* zostaw miejsce na ikonę */
}

/* Twoja własna strzałka po prawej */
.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5rem;               /* odstęp od krawędzi */
  width: 16px;                 /* szerokość Twojego obrazka */
  height: 17px;                /* wysokość Twojego obrazka */
  pointer-events: none;        /* kliknięcia przechodzą do <select> */
  transform: translateY(-50%);
  background: url('/wp-content/themes/turulo/images/cf7-arr.png') 
              no-repeat center center;
  background-size: contain;    /* dopasuj proporcje */
}






/* Pole zgody */

.field-group {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #F0EBE5;
}

.contact-form .wpcf7-list-item {
    font-size: 14px;
    font-family: stix-two-text, serif;
    display: inline-block;
    margin: 0;
}

.contact-form .wpcf7-list-item a{
  color: #F0EBE5;
  text-decoration: underline;
}

.contact-form .wpcf7-list-item input{
  margin: 0;
  margin-right: 10px;
}

/* Styl przycisku */

.button-submit {
    /* W:141-176; */
    position: relative;
    min-width: 160px;
    /* Mt: 30-40; */
}

.button-submit input[type="submit"] {
    font-family: stix-two-text, serif;
    display: inline-flex;
    padding: 0;
    font-size: 16px;
    letter-spacing: -0.16px;
    background-color: transparent;
    color: #F0EBE5;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    transition: .5s;
    position: relative;
    border: none;
    /* H:28-36; */
}

.button-submit input[type="submit"]:hover{

}

.button-submit::after{
  content:"";
  background-image: url('/wp-content/themes/turulo/images/cf7-arr2.png');
  background-repeat: no-repeat;
  background-size: contain;
  /* W:28-36; */
  /* H:28-36; */
  position: absolute;
  top: 0;
  right: 0;
}

.wpcf7-spinner{
  display: none !important;
}





/*************************/













/*-----------------------------------------------------------
	Page Loader 
-------------------------------------------------------------*/



/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.menu-mobile{
	width: 30px;
}

/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.hamburger {
	padding: 0;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}

.hamburger:hover {
	opacity: 1; 
}

.hamburger.is-active:hover {
	opacity: 1; 
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 20px;
}

.hamburger-inner{
	transition: .5s;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 35px;
	height: 1px;
	position: absolute;
	transition: .2s !important;
	background-color: #744D2D;
}

.home .hamburger-inner, 
.home .hamburger-inner::before, 
.home .hamburger-inner::after{
  background-color: #F0EBE5;
}

.hamburger-inner {
	display: block;
	top: calc(50% - 1px);
	margin: 0 auto;
	lefT: 0;
	right: 0; 
}

.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block; 
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
	bottom: -9px; 
}

.hamburger--emphatic .hamburger-inner::after {
	top: 9px;
}


/* Specific state when active/not active */

.hamburger--emphatic .hamburger-inner,
.hamburger--emphatic .hamburger-inner::before,
.hamburger--emphatic .hamburger-inner::after {
    /* Ensure zero delay when closing */
    transition-delay: 0s !important;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
                top 0.05s 0.125s linear,
                left 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::after {
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
                top 0.05s 0.125s linear,
                right 0.125s 0.175s ease-in; 
}

.hamburger--emphatic.is-active .hamburger-inner,
.hamburger--emphatic.is-active .hamburger-inner::before,
.hamburger--emphatic.is-active .hamburger-inner::after {
    /* Apply 0.5s delay when opening */
    transition-delay: 0.5s !important;
    background-color: #F0EBE5;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out,
                top 0.05s 0.125s linear,
                transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); 
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out,
                top 0.05s 0.125s linear,
                transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); 
}





/*
* Emphatic
*/

.hamburger--emphatic {
	overflow: hidden; 
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::after {
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; 
}

.hamburger--emphatic.is-active .hamburger-inner,
.hamburger--emphatic.is-active .hamburger-inner::before,
.hamburger--emphatic.is-active .hamburger-inner::after {
	transition-delay: 0s;
	transition-timing-function: ease-out;
}








.d-see{
  display: block;
}

.m-none{
  display: none;
}
  
  

   








  