/*
Theme Name: Medestelle
*/

:root {
	--beige:#ecebe6;
	--dark-beige:#DDD8D1;
	--black: #222223;
	--line-color: #c5c4c3
}

body {
 background-color:#fcfbf9;
 font-family: "Lato", sans-serif;
 font-weight: 300;
 color:#222223;
 font-style: normal;
 font-size:18px;
 line-height:27px;

  
}

.fupi_buttons button {
  border-radius: 30px;
  border:1px solid #222223
}

.accordion-body .list-unstyled {
	margin-bottom:0px
}

.booksy-widget-container-dialog {
  display: inline-block !important;
  width: 1px !important;
  height: 1px !important;
  text-align: center !important;
  visibility: hidden !important;
  margin-top: -20px !important;
  position: absolute !important;
}

.booksy-widget-container-default.booksy-widget-container-pl .booksy-business-link {
  display: inline-block !important;
  width: 1px !important;
  height: 1px !important;
  text-align: center !important;
  visibility: hidden !important;
  margin-top: -20px !important;
  position: absolute !important;
}

.booksy-widget-container-dialog .booksy-widget-button {
  display: inline-block !important;
  width: 1px !important;
  height: 1px !important;
  text-align: center !important;
  visibility: hidden !important;
  margin-top: -20px !important;
  position: absolute !important;
}

.kategoria-video-container {
	margin-bottom:120px
}

.darker-bg {
	background-color:#ecebe6
}

a {
	color:#222223;
	transition:.3s;
	text-decoration:none
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ivypresto-headline", serif;
font-weight: 400;
font-style: normal;
  letter-spacing:.2px
}

h1 {
	font-size:48px;
	line-height:59px;
}

h2 {
		font-size:32px;
	line-height:42px;
	margin-bottom:35px
}

h3 {
	font-size:24px;
	line-height:32px;
	margin-bottom:35px
}

.wow {
	visibility:hidden
}

.bg-light {
  --bs-bg-opacity: 1;
  background:none !important;
}

.navbar {
	padding-top:25px;
	padding-bottom:25px;
	transition:.3s
}

.navbar .container-fluid {
	padding-left:80px;
	padding-right:80px
}

.navbar.bg-light.scrolled  {

	  	padding-top:15px;
	padding-bottom:15px
}

.nav-logo {
	transition:.3s;
	width:250px
}

.scrolled .nav-logo {
	max-width:230px;
}

.border-radius {
	border-radius:20px
}



.oferta-page-box {
	padding-bottom:0px;
	margin-top:-150px;
	padding-left:45px;
	padding-right:45px
}

.oferta-page-box-inner {
	position:relative;
	overflow:hidden;
}

.oferta-page-box-inner span {
	font-size:48px;
	line-height:62px;
	font-family: "ivypresto-headline", serif;
	font-weight:400;
	color:#fff;
	position:absolute;
	bottom:40px;
	left:40px;
	transition:.4s
}

.home-s2-logo {
	margin-bottom:40px
}

.home-s2-carousel {
	margin-bottom:20px;
	margin-top:25px
}

.home-s2-item {
	padding:10px
}

#oferta-main {
	padding-top:165px
}

#oferta-main .oferta-page-box:nth-of-type(even) {
  padding-top: 280px;
}

.lightbg {
	background-color:#ecebe6
}

.oferta-page-box-inner img {
  transition: transform 0.5s ease;
}

.oferta-page-box-inner span {
  transition: all 0.5s ease;
  display: inline-block;
}

.oferta-page-box:hover img,
.oferta-page-box:hover span {
  transform: scale(1.1);
}

.oferta-page-box:hover span {
  transform: translateY(-20px);
}

/* === O NAS: dropdown (desktop) === */
.mega-menu-onas{
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #222223;
  border-radius: 22px;
  padding: 20px 28px;
  min-width: 320px;            /* węższe niż CENNIK */
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  z-index: 1050;

  opacity: 0;
  transform: translateY(8px) scale(.98);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .22s ease,
    transform .24s ease,
    visibility 0s linear .24s;
}
.mega-menu-onas.show{
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity .22s ease,
    transform .24s ease;
}

.mega-menu-onas .mega-menu-inner{ width:100%; }
.mega-menu-onas ul{ margin:0; padding:0; }
.mega-menu-onas li{ list-style:none; }
.mega-menu-onas a{
  display:block;
  text-decoration:none;
  color:#FCFBF9;
  padding:10px 0;
  letter-spacing:.02em;
  font-size:17px;
}
.mega-menu-onas a:hover,
.mega-menu-onas a:focus{ color:#FCFBF9; text-decoration:none; }

.mega-menu-onas:before{
  content:"";
  position:absolute;
  top:-12px; right: 28px;
  width:24px; height:12px;
  background: transparent;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  box-shadow: 0 12px 0 0 #222223;
}

/* Mobile: zachowuj się jak blok (jak w CENNIK) */
@media (max-width: 991.98px){
  .mega-menu-onas{
    position: static;
    display: none;
    min-width: 0;
    margin-top: 8px;
    width: 100%;
  }
  .mega-menu-onas.show{ display:block; }
}

/* Ten sam kontekst pozycjonowania co dla CENNIK */
.navbar-nav { position: relative; }
.mega-menu-onas{ right:0; }


/* stan domyślny: ukryte + gotowe do animacji */
.mega-menu-cennik{
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #222223;
  border-radius: 22px;
  padding: 24px 48px;
  min-width: 560px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  z-index: 1050;

  /* animacja */
  opacity: 0;
  transform: translateY(8px) scale(.98);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .22s ease,
    transform .24s ease,
    visibility 0s linear .24s; /* widoczność przełączy się po animacji */
}

/* po otwarciu */
.mega-menu-cennik.show{
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity .22s ease,
    transform .24s ease;
}

/* prefer-reduced-motion – wyłącz animacje */
@media (prefers-reduced-motion: reduce){
  .mega-menu-cennik{ transition: none; transform: none; }
}

/* Wnętrze + siatka 2 kolumny */
.mega-menu-cennik .mega-menu-inner { width: 100%; }
.mega-menu-cennik .mega-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(220px,1fr));
  gap: 8px 38px;
}

/* Linki */
.mega-menu-cennik a{
  display: inline-block;
  text-decoration: none;
  color: #FCFBF9;
  padding: 8px 0;
  letter-spacing: .02em;
  font-size:17px
}
.mega-menu-cennik a:hover,
.mega-menu-cennik a:focus{ color: #FCFBF9; text-decoration: none; }

/* Zaokrąglone rogi jak na screenie */
.mega-menu-cennik:before{
  content:"";
  position:absolute;
  top:-12px; right: 38px;      /* „trójkąt” łączący z linkiem */
  width:24px; height:12px;
  background: transparent;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  box-shadow: 0 12px 0 0 #222223;
}

/* Widoczność */
.mega-menu-cennik.show{ display:block; }

/* Mobile: panel pełnej szerokości wewnątrz rozwiniętego offcanvas/collapse */
@media (max-width: 991.98px){
  .mega-menu-cennik{
    position: static;
    display: none;
    min-width: 0;
    margin-top: 8px;
    width: 100%;
  }
  .mega-menu-cennik .mega-grid{
    grid-template-columns: 1fr; /* jedna kolumna na mobile */
    gap: 8px 0;
  }
}

.navbar-nav {
  position: relative; /* punkt odniesienia */
}

.mega-menu-cennik {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;   /* teraz liczone od prawej krawędzi całego ul */
}


.booksy {
	position:fixed;
	bottom:45px;
	right:25px;
	width:60px;
	z-index:9999
}

.phone {
		position:fixed;
	bottom:115px;
	right:25px;
	display:none;
	width:60px;
		z-index:9999
}

.zalecane-page-box-inner {
	position:relative;
	overflow:hidden;
}

.zalecane-page-box-inner span {
	font-size:24px;
	line-height:32px;
	font-family: "ivypresto-headline", serif;
	font-weight:400;
	color:#fff;
	position:absolute;
	bottom:30px;
	left:25px;
	transition:.4s;
	padding-right:25px;
	text-align:left !important
}

.zalecane-page-box-inner img {
  transition: transform 0.5s ease;
}

.zalecane-page-box-inner span {
  transition: all 0.5s ease;
  display: inline-block;
}

.zalecane-page-box-inner:hover img,
.zalecane-page-box-inner:hover span {
  transform: scale(1.1);
}

.zalecane-page-box-inner:hover span {
  transform: translateY(-20px);
}

.breadcrumb-on-page {
	margin-bottom:60px
}

.wpcf7-list-item input {
	width:auto !important;
	float:left;
	margin-top:8px;
	margin-right:10px
}

.wpcf7-list-item {
	padding-top:10px;
	padding-bottom:10px
}

.wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
}

.wpcf7-list-item-label a{
  color:#fff !important;
  font-weight:400
}

.kontakt-form-box .wpcf7-list-item-label a {
  color: #222223 !important;
}

.footer-newsletter-box .wpcf7-submit {
  text-align: center;
  background-color: #FCFBF9;
  color: #111111 !important;
  transition: .3s;
}

.footer-newsletter-box .wpcf7-submit:hover {
  background-color: #222223 ;
  color: #fff !important;
}

.kontakt-form-box .wpcf7-submit {
  text-align: center;
  background-color: #222223 !important;
  color: #fff !important;
  transition: .3s;
  width:50%
}

.kontakt-form-box  .wpcf7-submit:hover {
  background-color: #FCFBF9 !important;
  color: #111111 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 10px;
}

#kontakt-address {
	padding-bottom:70px
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #4a4a4a;
  border:1px solid #4a4a4a
}

.wpcf7 form.sent .wpcf7-response-output {
   border-color: #4a4a4a;
  border:1px solid #4a4a4a
}


.accordion {
border-radius: 25px;
  border: 1px solid #bcbcb7;
  background:none !important;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  padding-left: 30px;
}

.toggle-icon {
	cursor: pointer;
	font-size: 22px;
	transition: all 0.3s ease;
}
.accordion-button::after {
	display: none; /* ukrywamy standardowy Bootstrapowy plus/minus */
}
.accordion-button {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.accordion-item {
	background-color: transparent;
}
.accordion-body a {
	color: #000;
	text-decoration: none;
}
.accordion-body a:hover {
	text-decoration: underline;
}

.border-bottom {
  border-bottom: 1px solid #bcbcb7 !important;

}

.accordion-item.border-bottom:last-child {
  border-bottom: none !important;
}

.accordion-item.border-bottom:last-child  h2{
  border-radius:0px 0px 25px 25px
}

.accordion-item.border-bottom:first-child  h2{
  border-radius:25px 25px 0px 0px
}

h2.accordion-header {
	padding:30px 50px;
	font-weight:300 !important;
	  background-color:#fcfbf9 !important
}

h2.accordion-header button {
padding: 0px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  background: none !important;
  letter-spacing:.2px
}

.accordion-button:not(.collapsed) {
  color: #222212;
}

.accordion-body {
  padding: 0px !important;
}


.accordion-body a {
  color: #222223;
  text-decoration: none;
  background:none !important;
  display: block;
  padding: 20px 50px;
  border-bottom: 1px solid #bcbcb7;
  	font-family: "ivypresto-headline", serif;
	font-size:24px;
	line-height:32px;
	font-weight:300;
	letter-spacing:.2px
}

.accordion-body li:last-child a {
  border-bottom: none !important;
}


.nav-link {
	color:#222223;
	font-size:18px;
	padding-left:25px !important;
	padding-right:25px !important
}

section {
	padding-top:128px;
	padding-bottom:128px
}

.button {
	display:inline-block;
	border-radius:20px;
	padding:10px 35px
}

.button-black {
	color:#fcfbf9;
	background-color:#222223;
}

footer {
	background-color:#222223;
	color:#FCFBF9;
	padding-top:25px;
	padding-bottom:25px
}

footer .container-fluid {
	padding-left:90px;
	padding-right:90px
}

#page-header {
	padding-top:200px;
	padding-bottom:100px
}

.hero-wrap {
	  background-color: #222223; /* Stałe ciemne tło */
}

#hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;

}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.kategoria-video-title {
  position: absolute;
  top: 50%;              /* od góry 50% */
  left: 50%;             /* od lewej 50% */
  transform: translate(-50%, -50%); /* cofnięcie o 50% szerokości i wysokości */
  z-index: 2;            /* żeby było nad wideo */
  color: #fff;
  font-size: 90px;
  line-height:90px;
  font-weight:400;
  text-align: center;
  font-family:"ivypresto-headline", serif;
  letter-spacing:1px
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222223;
  color: #fff;
  font-size: 30px;
  line-height:38px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.8s ease; /* płynne zanikanie */
}

#loader.fade-out {
  opacity: 0; /* zmiana opacity powoduje animację */
}

.wskazania-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolumny */
  gap: 25px; /* odstęp między wierszami i kolumnami */
  justify-items: center; /* wyśrodkowanie przycisków */
  margin-top: 30px;
  margin-bottom: 100px;
  padding-bottom:100px;
  border-bottom:1px solid var(--line-color)
}

.wskazania-button {
  display: flex;              /* zamiast inline-block */
  align-items: center;        /* wyśrodkowanie pionowe */
  justify-content: center;    /* wyśrodkowanie poziome */
  
  padding: 28px 25px;
  border-radius: 999px;
  background-color: #ecebe6;
  color: #222223;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  letter-spacing:.5px;
  text-align: center;
  font-family: "ivypresto-headline", serif;
}

.wskazania-button:hover {
  background-color: #d0cac3;
}

.single-zabieg-wskz {
  display: flex;              /* zamiast inline-block */
  align-items: center;        /* wyśrodkowanie pionowe */
  justify-content: center;    /* wyśrodkowanie poziome */
  
  padding: 28px 25px;
  border-radius: 999px;
  background-color: #fcfbf9;
  color: #222223;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  letter-spacing:.5px;
  width: 100%;
  text-align: center;
  font-family: "ivypresto-headline", serif;
}

.single-zabieg-wskz:hover {
  background-color: #d0cac3;
}


.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}


#home-baner {
	height:100vh;
	background: url(img/homebg.png) no-repeat center center;
	background-size:cover
}

#home-about {
	background-color:var(--beige);
}

.cennik-header-row .col-md-2 {
	text-align:center
}

.home-about-right {
	padding-left:80px
}

.home-about-button {
	margin-top:30px
}

.home-podaruj-left {
	padding-right:20px
}

.home-podaruj-right {
	padding-left:80px
}

.button {
	display:inline-block;
	border:1px solid var(--black);
	background-color:var(--black);
	color:#fcfbf9;
	line-height:22px;
	padding:16px 40px;
	border-radius:30px;
	transition:.3s
}

.button:hover {
	border:1px solid #939393;
	background:none !important;
	color:var(--black);
}

.button-light {
	border:1px solid var(--black);
	background:none;	
	color:var(--black)
}

.button-light:hover {
	background-color:var(--black) !important;
	color:#fcfbf9
}

.kat-opis-right {
	padding-left:80px
}


.breadcrumb-inner {
	font-size:16px;
	line-height:22px;
	font-weight:300;
	text-transform:uppercase;
}

.breadcrumb-inner a {
	font-size:16px;
	line-height:22px;
	font-weight:300;
	text-transform:uppercase;
}

.breadcrumb-inner span {
	font-size:16px;
	line-height:22px;
	font-weight:400;
	text-transform:uppercase;
}

.wskazania-txt-col {
	padding-right:100px;
	padding-bottom:50px
}

.zalecane-zabiegi-row {
	margin-top:60px
}

.zalecane-zabieg-col  {
	padding-bottom:30px
}

ul {
	padding-left:20px
}

.footer-row-one {
	border-top:1px solid #4a4a4a;
}

.footer-col-left {
	border-right:1px solid #4a4a4a;
	padding-top:65px;
}

.footer-col-right {
	padding-left:100px;
	padding-top:50px
}

footer {
padding-top:100px;
padding-bottom:40px
}	

.footer-some a {
	display:inline-block;
	margin-right:30px
}
	
.footer-menu {
margin-top:40px;
}	

.footer-menu a{
	display:block;
	color:#FCFBF9;
	margin-bottom:33px
}
	
.footer-row-two {
margin-top:70px
}	
	
.footer-second-col-left a {
	display:inline-block;
	color:#FCFBF9;
	margin-right:30px;
	font-size:16px
}	

.footer-second-col-right {
	text-align:right
}

.footer-second-col-right a {
	display:inline-block;
	color:#FCFBF9;
	margin-left:30px;
	font-size:16px
}	
	
.footer-newsletter-box {
padding-right:100px
}	
	

.footer-newsletter-box input {
border-radius:30px;
border:1px solid #4a4a4a;
display:block;
margin-bottom:10px;
color:#fcfbf9;
width:100%;
background-color:#222223;
padding:18px 30px;
font-weight:300 !important
}	

.kontakt-form-box input {
border-radius:30px;
border:1px solid #d0cac3;
display:block;
margin-bottom:10px;
width:100%;
background:none !important;
padding:18px 30px;
font-weight:300 !important
}	

.kontakt-form-box textarea {
border-radius:30px;
border:1px solid #d0cac3;
display:block;
margin-bottom:10px;
width:100%;
background:none !important;
padding:18px 30px;
font-weight:300 !important
}	


.newsletter-terms {
	font-size:16px;
	line-height:24px;
	margin-bottom:30px;
	margin-top:30px
}

.newsletter-terms a {
	font-weight:400;
	color:#fff
}

.footer-newsletter-box input.newsletter-input-send {
	text-align:center;
	background-color:#FCFBF9;
	color:#111111 !important;
	transition:.3s
}

.footer-newsletter-box input.newsletter-input-send:hover {
	background-color:#222223;
	color:#fcfbf9 !important
}

#home-before-after {
	background-color:var(--beige)
}
	
.before-after-wrapper {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}

.before-after {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* Zapewnia kwadratowy kształt */
  overflow: hidden;
  cursor: ew-resize;
  border-radius: 12px;
}

.before-after img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-img {
  clip-path: inset(0 0 0 50%);
}

.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;   /* dostosuj do rozmiaru ikony */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  z-index: 3;
}

.slider-button img {
  width: 100%;
  height: 100%;
}

.before-after-title {
	font-size:32px;
	line-height:40px;
	text-align:center;
	font-weight:300;
	padding-top:40px;
		font-family: "ivypresto-headline", serif;
}

.home-before-after-second-row {
	margin-top:120px
}

.home-testimonials-second-row {
	margin-top:50px
}

/* === RÓWNE WYSOKOŚCI W SLICK === */
.testimonials-slider .slick-track {
  display: flex !important;           /* układa slajdy w jednej linii jako flex */
}
.testimonials-slider .slick-slide {
  height: auto;                        /* pozwala rosnąć wg zawartości */
}
.testimonials-slider .slick-slide > div {
  height: 100%;                        /* slick owija slajd dodatkowym <div> */
}

/* === KOLUMNY / KAFELKI === */
.home-testimonials-second-row {
  display: flex;
  flex-wrap: wrap;
}

.testimonials-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.home-testimonials-single {
  display: flex;                        /* pozwala rozciągnąć .-inner na pełną wysokość */
  padding-left: 15px;
  padding-right: 15px;
}

/* === WNĘTRZE KAFELKA: WYŚRODKOWANIE PIONOWE === */
.home-testimonials-single-inner {
  border-radius: 30px;
  background-color: #FCFBF9;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  padding: 50px;
  padding-bottom: 110px;                /* miejsce na autora/dekor na dole */
  
  display: flex;
  flex-direction: column;
  justify-content: center;              /* wyśrodkowanie pionowe treści opinii */
  height: 100%;                         /* rozciągnięcie do pełnej wysokości slajdu */
  min-height: 370px;                    /* opcjonalnie: bazowa wysokość kafelka */
}

/* Autor i dekor zostają przyklejone na dole – bez zmian */
.testimonials-author {
  position: absolute;
  right: 50px;
  bottom: 40px;
  text-align: right;
  font-family: "ivypresto-headline", serif;
  font-size: 24px;
  line-height: 32px;
}

.testimonials-decor {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

.testimonials-decor img {
  display: inline-block !important;
}

/* Tło sekcji – bez zmian */
#home-testimonials {
  background-color: var(--dark-beige);
  padding-bottom: 160px;
}

/* === RESPONSYWNOŚĆ (opcjonalnie, wygodniej na mobile) === */
@media (max-width: 767.98px) {
  .home-testimonials-single-inner {
    padding: 30px;
    padding-bottom: 100px;
    min-height: 260px;
  }
  .testimonials-author {
    right: 30px;
    bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .testimonials-decor {
    left: 30px;
    bottom: 30px;
  }
}


.slick-dots {
  position: absolute;
  bottom: -75px;
  max-width: 1296px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slick-dots li {
  position: relative;
  width: 16px;   /* większa kropka */
  height: 16px;  /* większa kropka */
  margin: 0 26px; /* mniejszy odstęp */
}

/* kropki */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;   /* większa kropka */
  height: 16px;  /* większa kropka */
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #888888;
  outline: none;
  background: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.slick-dots li.slick-active button {
  border: 1px solid #222223;
  background-color: #222223;
}

.slick-dots li button:before {
  display: none;
}

/* linia między kropkami */
.slick-dots li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 52px; /* dopasowane do marginesu (15px + 15px) */
  height: .5px;
  background: #888888;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-dots li:last-child::after {
  display: none;
}



#zabieg-dodatkowe {
	font-size:24px;
	line-height:32px;
	padding-bottom:0px
}

#zabieg-dodatkowe .container {
	border-bottom:1px solid var(--line-color);
	padding-bottom:60px
	}

.zabieg-dodatkowe-text {
	font-weight:400;
	font-size:32px;
	line-height:42px;
	margin-top:10px
}

#zabieg-sekcje-dodatkowe {
	padding-bottom:80px
}

#zabieg-skutecznie-dziala {
	background-color:#ddd8d1
}

#efekty-main {
	padding-top:0px;
	padding-bottom:0px
}

.efekty-container {
	margin-bottom:100px
}

.efekty-page-title {
	
}

.efekty-page-txt-row {
	margin-top:10px
}

.efekty-page-gallery-row {
	margin-top:60px
}

.efekty-page-col-txt-right {
	text-align:right
}

.efekty-page-col-txt-right a{
	margin-top:-20px
}

.efekty-page-gallery-row .before-after-wrapper {
  padding-bottom: 25px;
}

#cennik-main .container {
	border:1px solid #737373;
	border-radius:25px
}

.cennik-header-row {
	background-color:var(--beige);
	border-radius:25px 25px 0px 0px;
	padding-left:90px;
	padding-right:90px;
	padding-top:15px;
	padding-bottom:15px;
}

.cennik-category-row {
	border-top:1px solid #737373;
		padding-left:90px;
	padding-right:90px;
}

.cennik-category-inner-row {
	border-top:1px solid #737373;
		padding-left:90px;
	padding-right:90px;
}

.cennik-category-dodatkowe {
	color:#008D9B;
	font-weight:400;
	padding-top:0px;
padding-bottom:35px;
margin-top:-25px
}

.cennik-category-dodatkowe-row {
	border-top:1px solid #737373;
		padding-left:90px;
	padding-right:90px;
}

#cennik-main .col-2 {
	text-align:center;
}

.cennik-category-title {
	padding-top:35px;
		font-family: "ivypresto-headline", serif;
font-weight: 400;
}

.cennik-category-inner {
		font-family: "ivypresto-headline", serif;
font-weight: 400;
padding-top:15px;
padding-bottom:15px;
font-size:24px;
line-height:32px;

}

.cennik-amount {
text-align:center;
padding-top:15px;
padding-bottom:15px;
}

.cennik-category-inner {
	
}

#cennik-main {
	padding-top:0px
}

#cennik-search {
  padding: 0px;
  padding-bottom: 90px;
}
.cennik-searchbar { position:relative; }
#cennik-search-input{
  width:100%; height:66px; border:1px solid #000; border-radius:36px;
  padding:0 56px 0 28px; font-size:16px; background:#fff;
}
.cennik-search-icon{
  position:absolute; right:16px; top:50%; transform:translateY(-50%);
  border:0; background:none; color:#8f8a84; pointer-events:none;
}
.cennik-search-hint{ margin-top:8px; font-size:14px; color:#8f8a84; }
.cennik-item mark{ background:#fff2b2; padding:0 .1em; border-radius:2px; }

#kontakt-bg-wrapper {
	padding-top:0px;
	padding-bottom:0px
}

.kontakt-bg-left {
	padding-top:430px;
	padding-bottom:100px
}

.kontakt-bg-right {
	padding-top:460px;
	text-align:right;
	padding-bottom:100px
}

.kontakt-bg-left span {
	
}

.kontakt-details {
  display: flex;
  align-items: center; /* wyrównanie w pionie */
  gap: 20px; /* odstęp między ikoną a tekstem */
}



.kontakt-details img {
  width: 29px;   /* dostosuj wielkość ikonki */
  height: auto;
  flex-shrink: 0; /* zapobiega ściskaniu obrazka */
}

.kontakt-ig-details {
  display: flex;
  align-items: center; /* wyrównanie w pionie */
  gap: 20px; /* odstęp między ikoną a tekstem */
  margin-top:10px
}

.kontakt-address-first-row {
	border-bottom:1px solid #d0cac3;
	padding-bottom:50px;
	margin-bottom:100px
}

.kontakt-address-first-row {
	line-height:34px
}

#kontakt-ig .kontakt-ig-photo-col img {
	border-radius:30px;
	margin-bottom:20px
}

.kontakt-ig-details img {
	margin-right:20px
}

#kontakt-ig {
	background-color:#ecebe6
}

#kontakt-ig .row {
  display: flex;
  align-items: stretch; /* kolumny równej wysokości */
}

.kontakt-ig-text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* zawartość do dołu */
  padding-bottom:80px;
  padding-left:100px;
  padding-right:180px
}

#kontakt-address td{
	padding-right:35px
}

.navbar {
  background-color: rgba(236, 235, 230, 0.5); /* kolor #ecebe6 z 50% przezroczystością */
  backdrop-filter: blur(5px);                /* rozmycie tła */
  -webkit-backdrop-filter: blur(5px);        /* dla Safari */
    background-clip: padding-box;

}

#about-us-txt {
	background-color:#ddd8d1;
	padding-top:95px;
	padding-bottom:95px
}

.slick-slide .gallery-item {
	padding:20px;
}

.slick-slide.slick-current .gallery-item {
	padding:0px
}

.gallery-item img {
	border-radius:35px
}

.center-gallery-arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.center-gallery-arrows .btn-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #222223;
  background:#222223;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  padding: 0;
}

.center-gallery-arrows .btn-arrow img {
  width: 16px;
  height: 16px;
  display: block;
}

.center-gallery-arrows .btn-arrow:hover {
  transform: translateY(-4px);
  border-color:#222223;
}

.gallery-center-wrap {
	overflow-x:hidden
}

.about-us-feature h1 {
	font-weight:300
}

#about-us-features {
	background-color:#ecebe6;
	padding-top:220px;
	padding-bottom:220px
}

.about-us-features-col {
border-left:1px solid #008D9B;
padding-top:60px;
padding-bottom:0px;

}

.about-us-feature {
	margin-bottom:125px;
	padding-left:70px;
	position:relative
}

.kropka {
	background-color:#008D9B;
	height:16px;
	width:16px;
	border-radius:50px;
	position:absolute;
	top:26px;
	left:-20px;
}

#about-us-photo {
	padding:0px
}

#about-us-jolanta-zwolinska {
background-color:#ECEBE6
}

.about-us-jz-right {
	padding-left:80px;
	padding-top:20px
}

.about-us-jz-photo-desc {
	text-align:center;
	padding-top:20px
}

.about-us-jz-photo-desc h2 {
	margin-bottom:10px
}

.about-us-jolanta-zwolinska-second-row {
	margin-top:70px
}

#about-us-team {
	text-align:center
}

#about-us-team h1 {
	margin-bottom:100px
}



.team-box img {
	border-radius:30px
}

.team-category {
		font-family: "ivypresto-headline", serif;
font-weight: 300;
font-size:48px;
line-height:56px;
margin-bottom:50px
}

.team-box {
	padding-bottom:45px;
	text-align:center
}

.team-box h2 {
	margin-bottom:10px
}

.team-box-desc {
	padding-top:20px
}

.team-separator {
	height:70px
}

/* Karta ze zdjęciem */
.team-card{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

/* Zdjęcie — proporcje i przycięcie */
.team-photo{
  width: 100%;
  height: auto;
  display: block;
}

/* Panel opisu (glassmorphism w zieleni) */
.team-overlay{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  transform: translate(-50%, 110%); /* start: schowany poniżej */
  opacity: 0;
  padding: 55px 65px;
  font-size:17px;
  line-height:26px;
  border-radius: 30px;
  color: #FCFBF9;
  z-index: 2;

  /* zielony „szkło + blur” */
  background:#008D9B66;              /* zielona poświata */
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2); /* Safari/iOS */

  transition: transform .35s ease, opacity .35s ease;
  text-align:left
}

/* Pokazanie na hover/focus */
.team-card:hover .team-overlay,
.team-card:focus-within .team-overlay,
.team-card.is-open .team-overlay{  /* klasa z JS na mobile */
  transform: translate(-50%, 0%);
  opacity: 1;
}

/* Dostępność: mniej ruchu */
@media (prefers-reduced-motion: reduce){
  .team-overlay{ transition: none; }
}

/* Drobne: gdy obrazki mają zaokrąglenia */
.team-card::after{
  content:"";
  position:absolute; inset:0;
  border-radius:24px;
  pointer-events:none;
}

/* Hamburger button */
.hamburger-btn{
  display:none;
  align-items:center;
  justify-content:center;
  width:30px; height:40px;
  border:0; background:transparent; padding:0; margin-left:10px;
  cursor:pointer;
}
.hamburger-btn img{ display:block; }

/* Overlay pod menu */
.menu-overlay{
  position:fixed; inset:0;
  opacity:0; pointer-events:none;
  transition:opacity .35s ease;
  z-index:998;
}

/* Panel offcanvas */
.offcanvas-menu{
  position:fixed;
  top:0; right:0;
  width:100vw; height:100vh;   /* pełny ekran */
  background:#ecebe6;             /* zmień pod swój motyw */
  transform:translateX(100%);  /* start poza ekranem po prawej */
  transition:transform .5s cubic-bezier(.22,.61,.36,1); /* przyjemne wysuwanie */
  z-index:9999;
  display:flex; flex-direction:column;
}
.offcanvas-inner{
  padding:15px 20px;
  height:100%;
  display:flex; flex-direction:column;
}
.offcanvas-logo{
  font-size:28px;
  font-weight:600;
  letter-spacing:.06em;
}

.offcanvas-logo img {
	max-width:120px
}

/* Przycisk zamykania */
.offcanvas-close{
  position:absolute;
  top:14px; right:16px;
  width:44px; height:44px;
  background:transparent; color:#000; border:0;
  font-size:46px; line-height:1; cursor:pointer;
  opacity:1;
}

.offcanvas-details {
	padding-left:10px
}

.offcanvas-some {
	padding-left:10px;
	padding-top:20px
}

.offcanvas-some a {
	margin-right:15px
}

/* Stany otwarte */
.offcanvas-menu.is-open{
  transform:translateX(0);
}
.menu-overlay.is-visible{
  opacity:1; pointer-events:auto;
}

/* Blokada scrolla, opcjonalnie */
html.menu-locked, body.menu-locked{
  overflow:hidden;
}


@media only screen and (max-width: 998px) {


#hero {
  height: 70vh;

}

.home-podaruj-right {
	padding-left:12px
}


.hamburger-btn{
  display:inline-flex;
}

.phone {
	display:inline-block;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-s2-logo {
  margin-bottom: 25px;
}

.navbar .container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-toggler {
	display:none
}

.nav-logo {
  transition: .3s;
  width: 200px;
}

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

.nav-link {
  color: #222223;
  font-size: 18px;
  padding-left: 10px !important;
  padding-right: 15px !important;
  padding-top:5px;
  padding-bottom:5px
}

.offcanvas-links-two {
  padding-top: 20px;
  padding-bottom: 20px;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-about-right {
  padding-left: 15px;
  padding-top: 35px;
}


element.style {
  visibility: visible;
  animation-name: fadeIn;
}
.wow {
  visibility: hidden;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

body {
  font-size: 18px;
  line-height: 26px;
}

.home-podaruj-left {
  padding-right: 15px;
  padding-left: 15px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.home-med-carousel {
  margin-top: 35px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
}

.home-voucher-2 {
	padding-bottom:20px
}

.before-after-title {
  font-size: 20px;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.home-before-after-second-row {
  margin-top: 10px;
}

.button {
  padding: 14px 30px;
}

.home-testimonials-second-row {
  margin-top: 10px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}

.slick-dots li::after {

  width: 20px;
}

.home-testimonials-single {
  padding-left: 10px;
  padding-right: 10px;
}

.home-testimonials-single-inner {
    padding: 25px;
    padding-bottom: 90px;
    min-height: 260px;
  }
  
  #home-testimonials {
  padding-bottom: 50px;
}

footer {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align:center
}

  footer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

.navbar.bg-light.scrolled {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-col-left {
  border-right: 0px;
  padding-top: 0px;
}

.footer-newsletter-box {
  padding-right: 0px;
}

.footer-row-one {
  border-top: 0px;
}

.footer-col-right {
  padding-left: 0px;
  padding-top: 0px;
  padding-right:0px;
  text-align: center;
}

.footer-menu {
  margin-top: 30px;
}

.footer-some a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.footer-menu a {
  display: block;
  color: #FCFBF9;
  margin-bottom: 10px;
}

.footer-row-two {
  margin-top: 20px;
}

.footer-second-col-left a {
  display: block;
  text-align:center;
  margin-right: 0px;
  font-size: 14px;
  line-height: 28px;
}

.footer-second-col-right a {
  display: block;
  color: #FCFBF9;
  margin-left: 0px;
  font-size: 13px;
  text-align: center;
    line-height: 28px;
}

.testimonials-slider {
	padding-left:0px !important;
	padding-right:0px !important
}

.phone {
	width:45px;
	  bottom: 90px;
  right: 20px;
}

.booksy {
	width:45px;
	bottom: 30px;
  right: 20px;
}

/* === OFFCANVAS: CENNIK (submenu) === */
.offcanvas-cennik { margin:8px 0; }

.offcanvas-cennik-toggle{
  width:100%;
  text-align:left;
  background:transparent;
  padding:0px 10px;
  border:0px;
  font-weight:300;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.offcanvas-cennik-caret{ transition: transform .2s ease; }
.offcanvas-cennik-toggle[aria-expanded="true"] .offcanvas-cennik-caret{ transform: rotate(180deg); }

.offcanvas-cennik-menu{
  display:none;
margin-top: 10px;
    border-left: 1px solid #222223;
    padding-left: 8px;
    margin-left: 10px;
}
.offcanvas-cennik-menu.show{ display:block; }

.offcanvas-cennik-list li a{
  display:block;
  padding:5px 6px;
  text-decoration:none;
  color:#222223;
  border-radius:12px;
  transition: background-color .2s ease, transform .2s ease;
  font-size:17px;
}
.offcanvas-cennik-list li a:hover{ background-color:#ddd8d188; }


h1 {
  font-size: 32px;
  line-height: 40px;
}

#page-header {
  padding-top: 120px;
  padding-bottom: 40px;
}

.oferta-page-box {
  padding-bottom: 0px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

#oferta-main {
  padding-top: 0px;
}


#oferta-main .oferta-page-box:nth-of-type(even) {
  padding-top: 20px;
  padding-bottom:20px
}

.oferta-page-box-inner span {
  font-size: 40px;
  line-height: 48px;
  bottom: 25px;
  left: 25px;
}

.kategoria-video-title {
  font-size: 42px;
  line-height: 50px;
}

.kategoria-video-container {
  margin-bottom: 40px;
}

.kat-opis-right {
  padding-left: 15px;
  padding-top:30px
}

.kat-opis-left  {
	padding-top:10px
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.accordion-body a {
  padding: 15px 20px;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: .3px;
}

h2.accordion-header {
  padding: 20px 20px;
  font-weight: 300 !important;
}

h2.accordion-header button {
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .3px;
}

  h2.accordion-header {
    font-size: 20px;
  line-height: 30px;
  letter-spacing: .3px;
  }
  
  .breadcrumb-inner {
	  text-align:center
  }
  
  .breadcrumb-inner span {
  font-size: 14px;
  line-height: 20px;
  }

.breadcrumb-inner a {
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb-on-page {
  margin-bottom: 30px;
}

#page-header h1 {
	margin-bottom:0px
}

.m-pt-0 {
	padding-top:0px !important
}

.zabieg-dodatkowe-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#zabieg-dodatkowe {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 0px;
}

#zabieg-dodatkowe .container {
  border-bottom: 1px solid var(--line-color);
  padding-bottom: 20px;
}

.single-dodatkowa-sekcja {
	padding-bottom:20px
}

.single-dodatkowa-sekcja br {
	display:none
}

.single-dodatkowa-sekcja .col-md-12 {
	padding-bottom:12px
}

.wskazania-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-top: 0px;
}

#zabieg-skutecznie-dziala h2 {
	margin-bottom:10px
}

.single-zabieg-wskz {
  padding: 20px;
}

#zabieg-sekcje-dodatkowe {
  padding-bottom: 0px;
}

#efekty-find br {
	display:none
}

.wskazania-txt-col {
  padding-right: 15px;
  padding-bottom:30px
}

.zalecane-zabiegi-row {
  margin-top: 10px;
}

.wskazania-button {
  padding: 20px;
}

.page-wskazania {
	padding-top:40px !important;
	padding-bottom:0px !important
}

.page-wskazania h2{
	margin-bottom:10px !important
}

.wskazania-grid {

  margin-bottom: 40px;
  padding-bottom: 40px;
}

#cennik-search {
  padding: 0px;
  padding-bottom: 40px;
}

#cennik-search-input {
  height: 56px;
}

#cennik-main {
  padding-left: 12px;
  padding-right: 12px;
}

.cennik-header-row {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size:14px
}

  .cennik-category-row {
    padding-left: 5px;
    padding-right: 5px;
  }

.cennik-category-title {
  padding-top: 25px;
}

.cennik-category-inner-row {
  padding-left: 5px;
  padding-right: 5px;
}

.cennik-category-inner {
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.cennik-amount {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.cennik-category-dodatkowe {
  padding-top: 15px;
  padding-bottom: 25px;
  margin-top: -25px;
  font-size: 15px;
  line-height: 24px;
}

.kontakt-bg-left {
  padding-top: 100px;
  padding-bottom: 0px;
}

.kontakt-bg-right {
  padding-top: 45px;
  text-align: left;
  padding-bottom: 50px;
}

.kontakt-address-first-row .col-md-4 {
	padding-bottom:25px
}

.kontakt-address-first-row {
  border-bottom: 1px solid #d0cac3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#kontakt-address h2{
    margin-bottom: 20px;
}	

.kontakt-ig-text-col {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

#kontakt-ig .kontakt-ig-photo-col img {
  border-radius: 30px;
  margin-bottom: 0px;
}

.kontakt-ig-details {

  margin-top: 0px;
}

#about-us-txt {
  padding-top: 45px;
  padding-bottom: 45px;
}

#about-us-features {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-us-feature {
  margin-bottom: 75px;
  padding-left: 30px;
}

#about-us-features .row {
	margin-left:15px
}

.kropka {
  top: 15px;
}

.about-us-jz-right {
  padding-left: 13px;
  padding-top: 20px;
}

.about-us-jolanta-zwolinska-second-row {
  margin-top: 5px;
}

.team-category {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 35px;
}

#about-us-team h1 {
  margin-bottom: 30px;
}

.team-separator {
  height: 10px;
}

.team-box {
  padding-bottom: 30px;
  text-align: center;
}

.team-overlay {
  padding: 32px 25px;
}

#kontakt-address {
  padding-bottom: 0px;
}

.kontakt-form-box input {
  padding: 15px 25px;
}

.kontakt-form-box textarea {
  padding: 15px 25px;
}

.wpcf7-list-item-label {
  font-size: 15px;
  line-height: 21px;
  display: block;
  text-align:left
}

.wpcf7-list-item input {
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 45px !important;
}

.efekty-page-col-txt-right {
  text-align: left;
}

.efekty-page-col-txt-right a {
  margin-top: 25px;
}

.efekty-page-gallery-row {
  margin-top: 30px;
}

.efekty-page-txt-row {
  margin-top: 0px;
}

.efekty-container {
  margin-bottom: 10px;
}

}