@font-face {
  font-family: 'Celias';
  src: url('/wp-content/themes/estetyczna/fonts/Celias.ttf') format('truetype')
}

@font-face {
  font-family: 'Celias-Thin';
  src: url('/wp-content/themes/estetyczna/fonts/Celias-Thin.ttf') format('truetype')
}

@font-face {
  font-family: 'Celias-Light';
  src: url('/wp-content/themes/estetyczna/fonts/Celias-Light.ttf') format('truetype')
}

@font-face {
  font-family: 'Safira';
  src: url('/wp-content/themes/estetyczna/fonts/Safira.ttf') format('truetype')
}

@font-face {
  font-family: 'WhiteAngelica';
  src: url('/wp-content/themes/estetyczna/fonts/WhiteAngelica.ttf') format('truetype')
}

a:visited {
  color: #fff;
}

body {
  background-color: #F7F3E4;
  font-family: 'Safira' !important;
  margin: 0;
  padding: 0;
  color: #000;
}

.post,
.page {
  margin: auto;
}

svg {
  width: 105px;
}


/* Klasa, która zostanie dodana po scrollu */
.header-fixed {
  position: fixed !important;
  max-width: 100% !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  background: #f7f3e4 !important;
  border-bottom: 2px solid #3d7a78 !important;
  /* Zmień na kolor tła Twojej strony */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px 0;
  /* Opcjonalnie: mniejszy padding, by menu było węższe */
  animation: slideDown 0.3s ease-out;
  /* Płynne pojawienie się */
}

.header-fixed svg {
  width: 59px;
  padding-top: 8px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.mezo {
  display: none;
}

.postid-248 .mezo {
  display: block;
}

/* Upewnij się, że flexbox trzyma logo po lewej, a menu po prawej */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  /* Dopasuj do szerokości swojej strony */
  margin: 0 auto;
  padding: 0 20px;
}

.logo-path {
  fill: none;
  stroke: #e58b96;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
  transition: filter 0.8s ease-out, opacity 0.8s ease-out;
}

.baner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.text-section {
  max-width: 500px;
}

.text-section h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}

.text-section p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.button {
  background-color: #4f8c8d;
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #e06c9f;
}

.note {
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.image-section {
  background: radial-gradient(circle at top left, #b25a63 0%, #7a2b34 100%);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow: hidden;
  width: 450px;
  height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 20px 20px 20px;
}

.image-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.baner-wrapper h1 {
  font-size: 62px;
  text-transform: uppercase;
  line-height: 63px;
  max-width: 500px;
  letter-spacing: 7px;
  padding-top: 41px;
}

.single-oferta .baner-wrapper h1 {
  font-size: 62px;
  text-transform: uppercase;
  line-height: 63px;
  max-width: 500px;
  letter-spacing: 7px;
  padding-top: 85px;
}

.baner-wrapper p {
  font-size: 37px;
  line-height: 42px;
  max-width: 400px;
  position: relative;
  top: -21px;
}

.single-oferta .baner-wrapper p {
  font-size: 37px;
  line-height: 42px;
  max-width: 281px;
  margin-bottom: 110px;
}

.baner img {
  border-top-left-radius: 540px;
  border-top-right-radius: 540px;
  max-width: 650px;
  position: relative;
}

.banerImg {
  position: relative;
  margin-top: 57px;
}

.banerImg::after {
  content: '';
  width: 370px;
  height: 389px;
  background-color: #358083;
  position: absolute;
  left: -50px;
  bottom: 60px;
  z-index: -1;
  border-top-left-radius: 206px;
}

.otoczkaBaner {
  position: relative;
  margin-top: -50px;
  background-image: url('/wp-content/themes/estetyczna/images/lisc_bg_top.png');
  background-position: 0px -31px;
  background-repeat: no-repeat;
}

.otoczkaBaner::after {
  content: '';
  width: 1480px;
  border: 1px solid #e58b96;
  height: 517px;
  position: absolute;
  top: 152px;
  z-index: -1;
  border-top-right-radius: 124px;
}

.floating-btn {
  display: none !important;
}

.btn {
  background-color: #358083;
  height: 59px;
  color: #FFF9E1;
  max-width: 208px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 22px;
  border-radius: 50px;
  color: #fff !important;
  transition: 0.3s;
  padding-top: 19px;
  padding-bottom: 15px;
  position: relative;
  top: -20px;
}

.btn:hover {
  background-color: #e58b96;
  border: 2px solid #358083;
}

.home .btn {
  top: 16px;
}

.single-oferta .btn {
  top: -28px;
}

.page-id-19 .btn {
  top: -58px;
}

@media (max-width: 768px) {
  .single-oferta .btn {
    top: 26px;
  }

  .page-id-19 .baner-wrapper h1 {
    font-size: 30px !important;
    line-height: 34px !important;
    padding-top: 72% !important;
    color: #fff;
    margin-left: 42px;
  }
}

.main-navigation ul ul {
  background: #f7f3e4 !important;
}

#masthead.site-header {
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 100;
  margin-bottom: -103px;
}

.header-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
  position: relative;
  top: 16px;
}

.site-branding {
  flex-shrink: 0;
  margin-right: 20px;
}

.site-branding .custom-logo-link img {
  max-height: 80px;
  width: auto;
  display: block;
}

.site-branding .site-title a,
.site-branding .site-description {
  text-decoration: none;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

#masthead,
.site-header,
.header-container,
.main-navigation {
  overflow: visible !important;
}

.main-navigation {
  flex-grow: 1;
  text-align: center;
  width: auto;
  position: relative;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-navigation li {
  margin: 0 15px;
}

.main-navigation a {
  text-decoration: none;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100% !important;
  display: block;
  text-align: left !important;
}

.main-navigation a:hover {
  color: #e58b96;
}

.main-navigation li.current-menu-item a,
.main-navigation li.current_page_item a {
  color: #e68b96;
}

.main-navigation .menu-toggle {
  display: none;
}

.social-icons {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
  margin-left: 20px;
}

.social-icons a {
  display: block;
  width: 54px;
  height: 54px;
}

.oferta-section {
  font-family: 'Safira';
  text-align: center;
  max-width: 1600px;
  margin: auto;
}

.oferta-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #333;
}

.oferta-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px auto;
  font-family: 'Celias-Thin';
}

.oferta-item {
  width: 380px;
  border-radius: 40px;
  overflow: visible;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 3px solid transparent;
  position: relative;
}

.oferta-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.home .oferta-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 130px 130px 0 0;
}

.oferta-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  object-fit: cover;
}

.oferta-item img:hover {
  transform: scale(1.05);
}

.oferta-content {
  text-align: center;
  transition: background-color 0.3s ease;
  color: #FFF9E1;
  position: relative;
  top: -12px;
}

.oferta-content h3 {
  font-family: 'WhiteAngelica';
}


.oferta-item.lewa {
  margin-bottom: 0px;
  border: 4px solid #E58B96;
  position: relative;
  margin-bottom: -1px;
  background: #e58b96;
  border-radius: 230px 230px 0 0;
}

.oferta-image-clipper {
  overflow: hidden;
  border-radius: 230px 230px 0 0;
}

.oferta-item.lewa .btn {
  background-color: #358083;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  margin-top: 15px;
  transition: all 0.3s ease;
  max-width: 200px;
  position: relative;
  top: 29px;
  border-radius: 51px;
  color: #FFF9E1;
  margin: auto;
  margin-top: auto;
  margin-top: 34px;
  padding-top: 19px;
  padding-bottom: 15px;
}

.oferta-item.lewa:hover .btn {
  background-color: #E58B96;
  border: 2px solid #358083;
}

.oferta-item.prawa {
  margin-bottom: 0px;
  border: 4px solid #358083;
  border-radius: 230px 230px 0 0;
  position: relative;
  margin-bottom: -1px;
  background: #358083;
}

.oferta-image-clipper {
  overflow: hidden;
  border-radius: 230px 230px 0 0;
}

.oferta-item.prawa {
  background-color: #358083;
}

.oferta-item.prawa .btn {
  background-color: #E58B96;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  margin-top: 15px;
  transition: all 0.3s ease;
  max-width: 200px;
  position: relative;
  top: 29px;
  border-radius: 51px;
  color: #FFF9E1;
  margin: auto;
  margin-top: auto;
  margin-top: 34px;
  transition: 0.3s;
  padding-top: 18px;
  padding-bottom: 15px;
}

.oferta-item.prawa:hover .btn {
  background-color: #358083;
  border: 2px solid #E58B96;
}

.co-mozemy-section {
  padding: 60px 20px;
}

.co-mozemy-header {
  text-align: center;
  margin-bottom: 40px;
}

.co-mozemy-header h2 {
  font-family: 'Safira';
  font-size: 2.5rem;
}

.co-mozemy-header p {
  font-family: 'Celias-Thin';
  margin-top: -22px;
}

.co-mozemy-grid a:nth-child(5) .co-mozemy-content h3 {
  max-width: 230px;
}

.co-mozemy-grid .co-mozemy-box {
  font-family: 'Safira';
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  color: #000 !important;
}

.co-mozemy-image-wrapper {
  overflow: hidden;
  border-radius: 106px;
}

.co-mozemy-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
  overflow: hidden;
}

.co-mozemy-content {
  padding: 20px;
}

.co-mozemy-content p {
  font-family: 'Celias-Thin';
}

.co-mozemy-box:hover .co-mozemy-image-wrapper img {
  transform: scale(1.05);
  /* delikatny zoom */
}

.co-mozemy-content h3 {
  margin: 0 0 10px;
  font-size: 27px;
  letter-spacing: 3px;
  max-width: 270px;
}

.wizyta-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1600px;
  margin: auto;
  position: relative;
}

.wizyta-image-wrapper {
  position: relative;
  width: 60%;
  aspect-ratio: 6 / 9;
  margin: auto;
}

.wizyta-image-wrapper::after {
  content: '';
  position: absolute;
  top: -25px;
  left: -21px;
  width: 148px;
  height: 80px;
  background-color: #358083;
  z-index: 3;
  border-bottom-left-radius: 342px;
  border-bottom-right-radius: 342px;
}

.wizyta-image-wrapper .wizyta-img {
  height: auto;
  object-fit: cover;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wizyta-image-wrapper .img1 {
  z-index: 1;
  opacity: 1;
}

.wizyta-image-wrapper .img2 {
  z-index: 2;
  opacity: 0;
}

.wizyta-wrapper::before {
  content: '';
  width: 506px;
  height: 585px;
  position: absolute;
  background-color: #e58b96;
  left: 110px;
  right: 0;
  margin: auto;
  z-index: -1;
  top: 5%;
  border-top-right-radius: 342px;
  border-bottom-right-radius: 342px;
}

.wizyta-hover-trigger {
  max-width: 376px;
  transition: 0.3s;
}

.wizyta-hover-trigger:hover {
  background-color: #e58b96;
  border: 2px solid #358083;
}

/* Hover effect — zmiana na drugie zdjęcie */
.wizyta-wrapper.hover-active .img1 {
  opacity: 0;
}

.wizyta-wrapper.hover-active .img2 {
  opacity: 1;
}

.wizyta-content h2 {
  font-size: 39px;
  max-width: 480px;
  margin-top: 174px;
}

.wizyta-content {
  position: relative;
  left: -149px;
}

/* --- GŁÓWNE STYLE I ZMIENNE --- */
:root {
  --color-bg: #F7F3E4;
  --color-teal: #3d7a78;
  --color-pink: #e8a0a8;
  --color-pink-light: #f5d4d8;
  --color-text: #333;
}

.zespol-section {
  padding: 30px 20px;
  background-color: var(--color-bg);
}

.zespol-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.zespol-naglowek {
  text-align: center;
  font-family: 'Safira';
  font-size: 2.5rem;
  margin-bottom: 0px;
}

.zespol-podnaglowek {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px auto;
  font-family: 'Celias-Thin';
}

.zespol-pracownicy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 111px;
}

.zespol-pracownik {
  text-align: center;
  width: 450px;
  position: relative;
}

.zespol-zdjecie-wrapper {
  position: relative;
  width: 450px;
  height: 720px;
  margin: 0 auto;
  border: 4px solid var(--color-teal);
  border-radius: 230px 230px 0 0;
  overflow: hidden;
  margin-bottom: -1px;
}

.zespol-zdjecie-wrapper::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 0;
  border: 2px solid var(--color-teal);
  border-radius: 130px 130px 0 0;
  z-index: -1;
}

.zespol-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease-in-out;
}

.zespol-pracownik:hover .zespol-img {
  transform: scale(1.07);
}

.zespol-info {
  background-color: var(--color-teal);
  color: white;
  padding: 20px;
}

.zespol-imie {
  font-family: 'WhiteAngelica';
  font-size: 17px;
  max-width: 227px;
  text-align: center;
  margin: auto;
  line-height: 46px;
}

.zespol-pracownik--highlight .zespol-imie {
  max-width: 307px;
}

.zespol-pracownik--highlight .zespol-zdjecie-wrapper {
  height: 770px;
  margin-top: -49px;
}

.zespol-nazwisko {
  font-size: 0.9rem;
  margin: 5px 0 0 0;
  font-family: var(--font-body);
}

.zespol-btn {
  display: inline-block;
  background-color: #3d7a78;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 180px;
  font-size: 18px;
  margin: auto;
  bottom: -19px;
  padding-top: 9px;
  padding-bottom: 7px;
}

.zespol-btn:hover {
  background-color: #e8a0a8;
  border: 2px solid #3d7a78;
  color: #fff;
  padding: 6px;
}

.zespol-pracownik--highlight .zespol-zdjecie-wrapper {
  border-color: var(--color-pink);
}

.zespol-pracownik--highlight .zespol-zdjecie-wrapper::before {
  border-color: var(--color-pink-light);
}

.zespol-pracownik--highlight .zespol-info {
  background-color: var(--color-pink);
}

.wnetrzeTitle {
  max-width: 570px;
  margin: auto;
  margin-bottom: auto;
  padding-top: 72px;
  text-align: center;
  font-family: 'Safira';
  font-size: 2.5rem;
  margin-bottom: 0px;
}

.byLink {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  font-size: 19px;
  color: #000 !important;
  text-decoration: none;
  transition: 0.3s;
}

.byLink:hover {
  color: #e58b96 !important;
}

.piekne-wnetrze {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}

.piekne-wnetrze:after {
  content: '';
  background-color: #f7d4d7;
  position: absolute;
  width: 100%;
  height: 742px;
  top: 132px;
  padding: 0;
  margin: 0;
}

.wnetrze-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.wnetrze-sliders {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 5;
}

.wnetrze-right-image {
  width: 57%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 0 0 400px 400px;
  margin-top: 199px;
}

.ramka {
  background-image: url('/wp-content/themes/estetyczna/images/ramka.png');
  position: absolute;
  width: 100%;
  height: 622px;
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
  left: 482px;
  top: 142px;
  margin: auto;
  text-align: center;
}

.cennikHead {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
}

.contactHead {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
}

.contactSmallHead {
  text-align: center;
  margin-top: -27px;
  font-size: 1.1rem;
  font-family: 'Celias-Thin';
  max-width: 400px;
  margin: auto;
  margin-top: auto;
  margin-top: -26px;
}

.slider {
  width: 100%;
  height: 419px;
  position: relative;
  overflow: hidden;
}

.slider-top {
  border-radius: 220px 220px 0 0;
  border: 3px solid #e8a0a8;
}

.slider-down {
  border-radius: 0 0 220px 220px;
  border: 3px solid #358083;
}

.slider img,
.wnetrze-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.wnetrze-sliders::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 110%;
  top: -5%;
  left: -10%;
  z-index: -1;
}

.wnetrze-right-image::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 110%;
  top: -5%;
  left: -10%;
  z-index: -1;
}

@media (max-width: 768px) {
  .zespol-wrapper {
    display: none;
    position: relative;
    padding: 0;
  }

  .dt-bg-teal {
    padding-top: 68px;
  }

  .section-reverse .section-description ul {
    padding-left: 15px;
  }

  .wizyta-hover-trigger {
    display: none !important;
  }

  .btn-wizyta-mobile {
    display: block !important;
  }

  .hours-wrapper {
    display: block !important;
    position: relative;
  }

  .hours-section {
    margin-top: 115px !important;
  }

  .hours-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    padding: 0 20px;
  }

  .hoursText {
    font-size: 30px !important;
    margin-bottom: 92px;
    padding-top: 2px;
    padding-left: 0px !important;
    text-align: center;
  }

  .text-small {
    font-size: 23px !important;
    padding: 0;
    margin-bottom: -24px;
    margin-top: -23px;
  }

  .section-2 {
    margin-top: 450px !important;
  }

  .waitingText {
    padding: 0 20px;
  }

  .contactHead {
    font-size: 30px;
  }

  .wysiwyg-content h2,
  .wysiwyg-content p:first-child {
    font-size: 31px !important;
  }

  .wnetrze-wrapper {
    flex-direction: column;
  }

  .wnetrze-sliders,
  .wnetrze-right-image {
    width: 100%;
  }

  .wnetrze-right-image {
    height: 350px;
    border-radius: 175px 0 0 175px;
  }

  .header-fixed .site-branding {
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .contactInfo a {
    color: #ee9ca8;
    text-decoration: none;
  }

  .header-fixed button.menu-toggle {
    top: -57px;
  }

  .header-fixed .mobileLogo img {
    max-width: 54px;
    position: relative;
    top: 16px;
    margin-top: 14px;
  }

  .co-mozemy-grid {
    padding: 0 !important;
    grid-template-columns: auto !important;
  }

  .promo-content .btn {
    font-size: 19px !important;
    padding-top: 9px !important;
  }

  .wnetrzeTitle {
    font-size: 33px;
  }

  .card-container {
    position: relative;
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    padding-top: 40px;
  }

  .decoration-circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #3b8282;
    border-radius: 50%;
    left: -100px;
    top: 150px;
    z-index: 0;
    opacity: 0.6;
    display: none;
  }

  .promo-card {
    position: relative;
    z-index: 1;
    background: transparent;
  }

  .header-teal {
    background-color: #3b8282;
    width: 53%;
    margin-left: auto;
    padding: 30px 20px;
    border-radius: 0 0 100px 100px;
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -72px;
  }

  .header-teal h2 {
    color: #000;
    text-align: center;
    font-family: 'Safira' !important;
    font-size: 31px;
    text-align: right;
  }

  .image-section {
    width: 90%;
    margin: -40px auto 0 0;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

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

  .button-container {
    text-align: center;
    margin-top: -25px;
    position: relative;
    z-index: 3;
    top: -49px;
  }

  .cta-button {
    background-color: #e5979c;
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    padding-top: 15px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    color: #fff !important;
    font-size: 18px;
    margin-top: -15px;
    font-family: 'Safira' !important;
    padding-top: 12px;
    width: 100%;
    height: 48px;
  }

  .cta-button:active {
    transform: scale(0.95);
  }

  .page-id-19 .baner-wrapper p {
    font-size: 21px !important;
    margin-bottom: 73px !important;
    padding-top: 27px;
  }

  .cennikHead {
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 58px;
  }

  .single-oferta .baner-wrapper h1 {
    text-transform: uppercase;
    line-height: 63px;
    max-width: 500px;
    letter-spacing: 7px;
    font-size: 32px;
    line-height: 45px;
    padding-top: 65%;
    color: rgb(255, 255, 255);
    margin-left: 42px;
  }

  .single-oferta .baner-wrapper p {
    font-size: 21px;
    margin-bottom: 61px;
    line-height: 27px;
  }

  .home .btn {
    top: -30px !important;
  }
}

.pageBaner {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: auto;
  display: flex;
  margin-top: 96px;
  font-size: 24px;
}

.tresc-strony-wrapper {
  max-width: 1500px;
  margin: auto;
  margin-bottom: 230px;
  padding: 0 30px;
  text-align: justify;
  font-family: 'Celias-Thin';
}

.page-id-19 .baner-wrapper h1 {
  font-size: 62px;
  text-transform: uppercase;
  line-height: 63px;
  max-width: 500px;
  letter-spacing: 7px;
  padding-top: 117px;
}

.promo-section {
  padding: 60px 20px;
  overflow: hidden;
  position: relative;
  background-image: url('/wp-content/themes/estetyczna/images/lisc_bg.png');
  margin-top: 25px;
  margin-bottom: 220px;
  background-position: 0px -31px;
  background-repeat: no-repeat;
}

.promo-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.promo-image-wrapper,
.promo-content {
  flex: 1;
  min-width: 0;
  position: relative;
}


.promo-content {
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.promo-content::before {
  content: '';
  width: 506px;
  height: 585px;
  position: absolute;
  background-color: #358083;
  left: 110px;
  right: 0;
  margin: auto;
  top: -216px;
  border-top-left-radius: 342px;
  border-bottom-left-radius: 342px;
  z-index: -99999;
}

.promo-container {
  position: relative;
  display: block;
  z-index: 1;
}

.promo-image-wrapper {
  overflow: hidden;
  position: relative;
}

.promo-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.promo-image-wrapper:hover .promo-img {
  transform: scale(1.05);
}


.promo-container::after {
  content: '';
  position: absolute;
  top: -25px;
  right: -21px;
  width: 148px;
  height: 80px;
  background-color: #e8899a;
  z-index: 3;
  border-bottom-left-radius: 342px;
  border-bottom-right-radius: 342px;
}

.promo-content h2 {
  font-size: 39px;
  margin-bottom: 20px;
  color: #000;
  text-align: right;
  position: absolute;
  top: -106px;
  max-width: 273px;
  right: 0;
}

.promo-content .btn {
  background-color: #e8899a;
  color: white;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: block;
  margin: 20px auto 0 auto;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  max-width: 390px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  top: 55px;
  padding-top: 14px;
  padding-bottom: 15px;
  float: right;
}

.promo-content .btn:hover {
  background-color: #38787f;
  border-color: #e8899a;
  color: white;
}


@media (max-width: 768px) {
  .promo-wrapper {
    flex-direction: column;
  }

  .promo-content {
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    padding: 40px 20px;
  }

  .promo-content::before {
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%) rotate(-5deg);
  }

  .promo-image-wrapper::after {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}


:root {
  --footer-bg-dark-teal: #3d7a78;
  --footer-bg-darker-teal: #3d7a78;
  --footer-bg-hover-teal: #3d7a78;
  --footer-accent-pink: #d99a9a;
  --footer-text-light: #fdf6ed;
}


.site-footer {
  position: relative;
  background-color: var(--footer-bg-dark-teal);
  color: var(--footer-text-light);
}

.footer-main-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  position: relative;
}


.footer-col-left {
  background-image: url('/wp-content/themes/estetyczna/images/kontakt.png');
  background-size: contain;
  background-position: left;
  min-height: 446px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  position: relative;
  z-index: 5;
  margin-top: -160px;
  background-repeat: no-repeat;
}

.footer-left-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-socials {
  gap: 5px;
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

.footer-socials a {
  color: var(--footer-text-light);
  font-size: 24px;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  color: var(--footer-accent-pink);
}

.footer-cta-button {
  background-color: var(--footer-accent-pink);
  color: var(--footer-text-light);
  padding: 14px 33px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: lowercase;
  transition: all 0.3s ease;
  font-size: 22px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 2px solid transparent;
  padding-top: 19px;
}

.footer-cta-button:hover {
  background-color: var(--footer-bg-hover-teal);
  border-color: var(--footer-accent-pink);
  color: #fff;
}


.footer-col-right {
  background-color: var(--footer-bg-dark-teal);
  padding: 180px 40px 60px 80px;
  min-height: 600px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.footer-col-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 457px;
  height: 362px;
  background-color: var(--footer-bg-dark-teal);
  border-radius: 230px 230px 0 0;
  z-index: 1;
}


.footer-right-content {
  width: 100%;
  margin-top: -45px;
}

.footer-header-group {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}

.footer-logo {
  margin: 0 auto 25px auto;
  max-width: 321px;
}

.footer-logo img {
  width: 100%;
}

.brand-title {
  font-size: 26px;
  letter-spacing: 1.5px;
  margin: 0;
  color: var(--footer-text-light);
}

.brand-subtitle {
  font-size: 11px;
  letter-spacing: 3px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}

.contact-details {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-left: -42px;

}

.contact-block {
  margin-bottom: 25px;
  text-align: center;
}

.contact-heading {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--footer-text-light);
  text-align: center;
  font-family: 'Celias-Thin';
  font-weight: 400;
}

.contact-details p {
  font-size: 29px;
  margin: 8px 0;
}

.contact-details i {
  margin-right: 15px;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.footer-socials>a>i {
  margin-right: 15px;
  font-size: 29px;
}

.contact-details a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: var(--footer-accent-pink);
}

.email-link:hover {
  color: var(--footer-accent-pink) !important;
}

@keyframes blink-effect {
  50% {
    opacity: 0.6;
  }
}


.footer-curve-shape {
  position: absolute;
  top: -20%;
  left: 50%;
  width: 350px;
  height: 0;
  background-color: var(--footer-bg-dark-teal);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}


.footer-bottom-bar {
  background-color: var(--footer-bg-darker-teal);
  padding: 25px 20px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.footer-legal-nav a {
  color: var(--footer-text-light);
  font-family: 'Celias-Light';
  text-decoration: none;
  margin: 0 25px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer-legal-nav a:hover {
  color: var(--footer-accent-pink);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.menu-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

.main-menu .sub-menu {
  display: block !important;
}

#masthead,
.site-header,
.header-container,
.main-navigation {
  overflow: visible !important;
}

.main-navigation {
  position: relative;
}

.co-mozemy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 20px;
  max-width: 1500px;
  margin: auto;
  padding: 0 30px;
}


:root {
  --c-pink-bg: #E6919D;
  --c-teal-btn: #358B8E;
  --c-text-dark: #1a1a1a;
  --c-text-white: #ffffff;
}

.contact-section {
  position: relative;
  width: 100%;
  max-width: 990px;
  margin: 50px auto;
  padding: 0 15px;
}

.contact-inner {
  display: flex;
  align-items: center;
  background-color: var(--c-pink-bg);
  border-top-right-radius: 430px;
  border-bottom-right-radius: 430px;
  padding: 60px 100px 60px 40px;
  position: relative;
}

.contact-image-col {
  flex: 0 0 55%;
  position: relative;
  margin-right: 50px;
}

.image-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.contact-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.deco-shape {
  position: absolute;
  top: -40px;
  left: -30px;
  width: 199px;
  height: 99px;
  background-color: var(--c-teal-btn);
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  transform: rotate(0deg);
  z-index: 5;
}

.is-clinic .deco-shape {
  background-color: #E6919D;
}

.contact-info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-block_2 {
  text-align: left;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--c-text-dark);
  line-height: 1.1;
}

.contact-desc {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--c-text-dark);
  max-width: 285px;
}

.contact-btn {
  display: inline-block;
  background-color: var(--c-teal-btn);
  color: var(--c-text-white);
  text-decoration: none;
  padding: 12px 30px;
  padding-top: 12px;
  border-radius: 50px;
  font-size: 22px;
  transition: all 0.3s ease;
  padding-top: 19px;
  border: 2px solid transparent;
}

.contact-btn:hover {
  background-color: #e6919d;
  border-color: #358b8e;
  color: #fff;
  transition: all 0.3s ease;
}

.contact-info-col div:nth-child(3) {
  margin-top: -40px;
}

.contact-info-col div:nth-child(2) {
  margin-top: -40px;
  max-width: 289px;
}

.clinic-card-section {
  background-color: #f7f3e4;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.clinic-container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #398286;
  border-top-left-radius: 430px;
  border-bottom-left-radius: 430px;
  padding: 60px 50px 60px 40px;
  position: relative;
}

.clinic-card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 550px;
}

.clinic-text-col {
  flex: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px 60px 80px;
  position: relative;
  z-index: 2;
}

.clinic-text-inner {
  max-width: 400px;
  text-align: center;
}

.wysiwyg-content {
  text-align: left;
  font-size: 25px;
}

.osobiscie {
  font-size: 42px;
  letter-spacing: 3px;
  margin-bottom: 31px;
}

.odwiedz {
  font-size: 21px;
}

.wysiwyg-content h2,
.wysiwyg-content h3 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 25px;
}

.adresKontakt {
  font-size: 31px;
}

.wysiwyg-content h2 {
  font-size: 3.2rem;
}

.wysiwyg-content h3 {
  font-size: 44px;
  letter-spacing: 5px;
}

.wysiwyg-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: left;
  width: 100%;
}

.wysiwyg-content a {
  display: flex;
  background-color: #EA969E;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  padding-top: 12px;
  padding-top: 12px;
  padding-top: 12px;
  border-radius: 50px;
  font-size: 22px;
  transition: all 0.3s ease;
  padding-top: 19px;
  border: 2px solid transparent;
  max-width: 207px;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 55px;
  float: left;
}

.wysiwyg-btn:hover {
  background-color: #398286;
  border-color: #e6919d;
  color: #fff;
  transition: all 0.3s ease;
}

.clinic-image-col {
  flex: 1;
  position: relative;
}

.image-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clinic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.deco-circle-pink {
  position: absolute;
  top: -27px;
  right: -20px;
  width: 199px;
  height: 99px;
  background-color: #ea969e;
  border-radius: 0 0 100px 100px;
  z-index: 3;
}

.hours-section {
  background-color: #eabbbd;
  height: 420px;
  margin-top: 65px;
}

.hours-container {
  max-width: 990px;
  margin: 0 auto;
}

.hours-wrapper {
  display: flex;
  align-items: center;
  border-radius: 0;
}

.hours-text-col {
  flex: 1;
  color: #1e1e1e;
  margin-top: -45px;
}

.hours-image-col {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hours-img-frame {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 0 0 300px 300px;
  margin-top: -45px;
}

.hours-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wysiwyg-content h2,
.wysiwyg-content p:first-child {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.wysiwyg-content strong {
  font-size: 36px;
  display: block;
  margin-top: 10px;
}

.hours-text-col .wysiwyg-content p {
  letter-spacing: 3px;
}

.hoursText {
  font-size: 43px;
  padding-left: 70px;
  position: relative;
  top: 10px;
  line-height: 51px;
  letter-spacing: 3px;
}

.text-small {
  font-size: 23px !important;
  font-family: 'Celias-Thin' !important;
  letter-spacing: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  margin-bottom: -43px;
  margin-top: -37px;
}

.text-open {
  font-size: 32px;
}

.lastSectionContact {
  max-width: 470px;
  margin: auto;
  text-align: center;
  letter-spacing: 0px;
}

.lastBtn {
  right: 130px !important;
}

.waitingText {
  font-size: 1.1rem !important;
  font-family: 'Celias-Thin' !important;
  margin-bottom: 246px !important;
}

.section-2 {
  margin-top: 110px;
  margin-bottom: 200px;
}

.oferta-archive-container {
  background-color: #fdfaf3;
  padding: 60px 20px;
  color: #333;
}

.oferta-header {
  text-align: center;
  margin-bottom: 50px;
}

.oferta-subtitle {
  font-size: 14px;
  color: #8a7b6a;
  letter-spacing: 1px;
}

.oferta-grid {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.oferta-card {
  display: flex;
  flex-direction: column;
}

.oferta-image-wrapper {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 500px;
}

.oferta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.oferta-card:hover .oferta-img {
  transform: scale(1.05);
}


.oferta-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.oferta-title a {
  text-decoration: none;
  color: #000;
}


.oferta-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.ofertaPageTitle {
  text-align: center;
  font-size: 40px;
  font-weight: inherit;
  letter-spacing: 2px;
}

.vital-injector-section {
  padding: 60px 0;
  overflow: hidden;
  max-width: 990px;
  margin: auto;
}

.pink-container {
  background-color: #e9969a;
  border-top-right-radius: 430px;
  border-bottom-right-radius: 430px;
  margin-right: 5%;
  padding: 50px 0;
  position: relative;
}

.content-wrapper {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.image-column {
  flex: 1;
  position: relative;
  padding-left: 42px;
}

.image-column img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.teal-circle {
  position: absolute;
  top: -20px;
  left: 13px;
  width: 180px;
  height: 90px;
  background-color: #3b8d8e;
  border-radius: 0 0 100px 100px;
  z-index: 1;
}

.text-column {
  flex: 1;
  padding-right: 100px;
  color: #000;
}

.section-title {
  font-family: 'Safira';
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
}

.section-reverse .section-description p {
  font-size: 12px;
  line-height: 19px;
  max-width: 250px;
  margin: auto;
}

.section-description {
  line-height: 29px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-family: 'Safira';
}

.pink-bg-container .section-description {
  letter-spacing: 0px;
}

.pink-container .section-description p {
  font-family: 'Safira';
  font-size: 18px;
}

.section-description p {
  font-family: 'Celias-thin';
}

.section-reverse .teal-container {
  background-color: #3b8d8e;
  border-radius: 430px 0 0 430px;
  margin-left: 5%;
  padding: 50px 26px;
  position: relative;
}

.section-reverse .content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.section-reverse .text-column {
  flex: 1;
  padding-left: 100px;
  padding-right: 0;
  text-align: right;
  color: #000;
  letter-spacing: 2px;
}

.section-reverse .pink-circle {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 180px;
  height: 90px;
  background-color: #e9969a;
  border-radius: 0 0 100px 100px;
  z-index: 1;
}

.section-reverse .image-column {
  flex: 1;
  position: relative;
  padding-right: 20px;
}

.section-reverse .image-column img {
  width: 100%;
  height: auto;
  display: block;
}

.section-reverse .section-description ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.section-reverse .section-description ul li {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-reverse .section-description ul li::after {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #e9969a;
  border-radius: 50%;
  margin-left: 15px;
  display: inline-block;
}

.pink-container .text-column .section-description ul li::before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #3b8d8e;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
}

.pink-container .text-column .section-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 39px;
  margin-left: 15px !important;
}

.section-expectations {
  padding: 80px 0;
  background-color: #e9b1b2;
  margin-bottom: 281px;
  position: relative;
  margin-top: 120px;
}

.pink-bg-container {
  padding: 50px 0;
  height: 350px;
}

.section-expectations .content-wrapper {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: -110px;
}

.section-expectations .text-column {
  flex: 1.2;
}

.section-expectations .section-title {
  font-family: 'Safira';
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #000 !important;
  max-width: 300px;
  padding-top: 23px;
}

.section-expectations .section-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #000;
  max-width: 500px;
  font-family: 'Celias-thin';
}

.section-expectations .images-column {
  flex: 0.8;
  display: flex;
  justify-content: center;
}

.pill-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: -80px;
}

.pill-image {
  width: 320px;
  height: 320px;
  background-color: #3b8d8e;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pill-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-pill {
  border-radius: 200px 200px 0 0;
}

.bottom-pill {
  border-radius: 0 0 200px 200px;
}

.entry-content {
  font-family: 'Celias-Thin';
  max-width: 400px;
  margin: auto;
  font-size: 21px;
}

.epd-wrapper {
  max-width: 900px;
  margin: 20px auto;
  font-family: sans-serif;
}

.epd-main-header {
  background-color: #f7f3e4 !important;
  border-radius: 0;
  color: #000 !important;
  padding: 0;
  font-family: 'Playfair Display', serif;
  border-top: 1px solid #e895a1;
}

.epd-frame {
  border: 1px solid #e895a1;
  border-top: none;
  padding: 20px;
  margin-bottom: 250px;
}

.epd-item {
  border-bottom: 1px solid #e895a1;
}

.epd-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 27px;
  font-family: 'Safira' !important;
  letter-spacing: 2px;
}

.epd-content {
  display: none;
  padding-bottom: 15px;
}

.epd-content.is-open {
  display: block;
}

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

.epd-content li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 0.5px solid #f2cbd1;
  font-size: 13px;
}

.no-price {
  font-style: italic;
  color: #e895a1;
  border: none !important;
  padding-top: 15px !important;
  font-weight: bold;
}

.epd-btn small {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 19px;
  color: #000;
  font-family: 'Celias-Light';
  letter-spacing: 0;
  padding-top: 8px;
}

.cennik-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0;
  border-bottom: 1px solid #f2cbd1;
  gap: 10px;
}

.cennik-nazwa {
  flex-shrink: 1;
  font-size: 17px;
  color: #000;
  line-height: 1.2;
  font-family: 'Celias-Light';
}


.cennik-spacer {
  flex-grow: 1;
  margin-bottom: 4px;
  opacity: 0.5;
}


.cennik-cena {
  flex-shrink: 0;
  font-weight: bold;
  color: #000;
  text-align: right;
  white-space: nowrap;
  min-width: 80px;
  font-size: 17px;
}

.page-id-13 .btn {
  top: 16px;
}

.epd-sub-accordion {
  margin: 10px 0;
  border-left: 2px solid #e895a1;
}

.epd-sub-btn {
  width: 100%;
  background: #fdf2f3;
  border: none;
  text-align: left;
  padding: 12px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
}

.epd-sub-content {
  display: none;
  padding: 5px 15px;
}

.epd-sub-content.active {
  display: block;
}

#secondary {
  display: none;
}

.page-id-19 .baner-wrapper p {
  font-size: 32px;
  margin-bottom: 142px;
}

.dream-team-section {
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 190px;
}

.kastBtn {
  right: 98px;
}

.dt-main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;

}

.dt-main-subtitle {
  text-align: center;
  margin-top: -26px;
  margin-bottom: 64px;
  font-family: 'Celias-Thin' !important;
}

.dt-container {
  max-width: 1100px;
  margin: 0 auto;
}

.dt-row {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

.dt-row.dt-reverse {
  flex-direction: row-reverse;
}

.dt-reverse .dt-wysiwyg {
  text-align: right;
}

.dt-image-col {
  width: 45%;
  position: relative;
  z-index: 2;
}

.dt-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.dt-decor {
  position: absolute;
  width: 160px;
  height: 80px;
  z-index: 3;
}

.dt-decor-top-left {
  top: -25px;
  left: -30px;
  border-radius: 0 0 160px 160px;
}

.dt-decor-top-right {
  top: -25px;
  right: -30px;
  border-radius: 0 0 160px 160px;
}

.dt-content-col {
  width: 55%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px 60px 40px;
  min-height: 690px;
}

.dt-shape-right {
  border-radius: 0 500px 500px 0;
  margin-left: -40px;
}

.dt-shape-left {
  border-radius: 500px 0 0 500px;
  margin-right: -40px;
  padding: 40px 40px 60px 60px;
}

.dt-bg-pink,
.dt-pink {
  background-color: #e29ba6;
}

.dt-bg-teal,
.dt-teal {
  background-color: #3e8c8b;
}

.page-id-13 .dt-wysiwyg {
  color: #000;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 35px;
  font-family: 'Celias-Thin';
  padding-right: 35px;
}

.zalozycielka {
  font-family: 'Celias-Thin';
}

.dt-wysiwyg h3,
.dt-wysiwyg h4,
.dt-wysiwyg p:first-child strong {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.dt-btn {
  position: absolute;
  bottom: -19px;
  right: -60px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 14px 45px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-transform: lowercase;
  text-decoration: none;
  border-radius: 40px;
  white-space: nowrap;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 4;
  width: 100%;
  text-align: center;
  max-width: 403px;
}

.dt-btn:hover {
  background-color: var(--footer-bg-hover-teal);
  border-color: var(--footer-accent-pink);
  color: #fff;
  border: 2px solid #e29ba6;
  transition: 0.2s;
}

.dt-btn-teal:hover {
  background-color: #e58b96;
  border: 2px solid #358083;
  transition: 0.2s;
}

.dt-btn-teal {
  background-color: #3e8c8b;
  transition: 0.2s;
  border: 2px solid transparent;
}

.dt-btn-pink {
  background-color: #e29ba6;
  left: auto;
  right: 73px;
  transform: translateX(0%);
  transition: 0.2s;
  border: 2px solid transparent;
  font-size: 19px;

}

ul,
ol {
  margin: 0 !important;
}

.is-clinic .contact-inner {
  background-color: #458383;
}

.namePoznaj {
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 3px;
  font-family: 'Safira';
}

.titlePoznaj {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
  font-family: 'Safira';
}

@media(min-width: 1400px) {
  .wizyta-wrapper {
    left: 158px;
  }
}

@media(min-width: 768px) {
  .mobileLogo {
    display: none;
  }

  .btn-wizyta-mobile {
    display: none;
  }
}

@media(max-width: 2500px) and (min-width: 1921px) {
  .footer-cta-button {
    position: relative;
    top: 31px;
  }
}

@media(max-width: 1470px) and (min-width: 992px) {
  .promo-content .btn {
    top: 92px;
  }
}

@media (max-width: 992px) {

  .dt-row,
  .dt-row.dt-reverse {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .dt-image-col,
  .dt-content-col {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 200px !important;
    padding: 12px 19px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 99;
    padding: 10px;
  }

  .zalozycielka {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .dt-row,
  .dt-row.dt-reverse .dt-content-col {
    min-height: 845px;
  }

  .dt-btn {
    right: 0 !important;
    transform: translateX(0%);
    max-width: 250px;
    left: 0;
    margin: auto;
  }

  .dt-shape-right {
    border-radius: 0 0px 200px 0;
  }

  .dt-shape-left {
    border-radius: 0 0px 200px 0;
  }

  .dt-reverse .dt-wysiwyg {
    text-align: left;
  }

  .dt-img {
    border-radius: 0;
  }

  .dt-shape-right,
  .dt-shape-left {
    margin-top: -30px;
  }

  .dt-decor {
    display: none;
  }

  .dt-btn {
    bottom: -25px;
  }

  .contact-title {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .content-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .pink-container {
    border-radius: 0;
    margin-right: 0;
  }

  .text-column {
    padding-right: 0;
  }

  .section-reverse .content-wrapper {
    flex-direction: column-reverse;
  }

  .pink-container .section-description p {
    text-align: center;
  }

  .section-reverse .image-column img {
    padding: 0 20px;
  }

  .section-reverse .teal-container {
    border-radius: 0;
    margin-left: 0;
  }

  .section-reverse .text-column {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .section-expectations .content-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .pill-image {
    width: 250px;
    height: 250px;
  }
}


@media (max-width: 992px) {
  .oferta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .oferta-grid {
    grid-template-columns: 1fr;
  }
}

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

  .pink-bg-container {
    padding: 50px 0;
    height: auto;
    margin-bottom: 300px;
  }

  .pink-bg-container .text-column {
    margin-bottom: -110px;
  }

  .section-expectations {
    background-color: #f7f3e4;
    margin-bottom: 0;
  }

  button.menu-toggle {
    display: block !important;
    background: transparent;
    border: none;
    position: absolute;
    top: -119px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    padding: 5px;
  }

  .main-navigation {
    position: relative;
    width: 100%;
  }

  .menu-menu-top-container {
    width: 100%;
  }

  button.menu-toggle span.bar {
    display: block;
    width: 30px;
    height: 3px;
    background: #358083;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
  }

  #site-navigation.otworz-to-menu .menu-toggle span.bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #site-navigation.otworz-to-menu .menu-toggle span.bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }

  #site-navigation.otworz-to-menu .menu-toggle span.bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #site-navigation ul#primary-menu {
    display: none;
  }

  @keyframes slideInMenu {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

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

  #site-navigation.otworz-to-menu ul#primary-menu {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: slideInMenu 0.4s ease forwards;
  }

  #site-navigation.otworz-to-menu li {
    display: block;
    text-align: center;
    margin: 8px 0;
    animation: slideInMenu 0.5s ease forwards;
    padding-left: 11px;
  }
}

@media (max-width: 1440px) {

  .wizyta-wrapper::before {
    width: 871px;
    height: 541px;
    left: 53px;
    right: 0;
    top: 40px;
  }

  .wizyta-image-wrapper {
    width: 83%;
  }

  .wizyta-wrapper {
    max-width: 1100px;
  }

  .wizyta-content {
    position: relative;
    left: 0;
  }

  .otoczkaBaner::after {
    width: 1253px;
  }

  .baner-wrapper h1 {
    font-size: 60px;
    padding-top: 56px;
  }

  .zespol-section {
    padding: 30px 20px;
    background-color: var(--color-bg);
  }

  .wizyta-hover-trigger {
    top: -3px !important;
  }

  .promo-container::after {
    right: 63px;
  }

  .promo-content::before {
    width: 531px;
    left: 61px;
  }

  .promo-content h2 {
    font-size: 44px;
    padding-right: 23px;
  }

  .promo-content {
    padding: 40px 23px;
  }

  .btn {
    position: relative;
    top: -31px;
  }

  .zespol-zdjecie-wrapper {
    width: 350px;
    height: 520px;
  }

  .zespol-pracownik {
    width: 350px;
  }

  .zespol-pracownik--highlight .zespol-zdjecie-wrapper {
    height: 570px;
  }

  .promo-img {
    width: 84%;
  }

  .wizyta-content h2 {
    font-size: 44px;
    margin-top: 106px;
  }

  .co-mozemy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 20px;
    max-width: 1500px;
    margin: auto;
    padding: 0 30px;
  }

  .footer-col-left {
    background-image: url('/wp-content/themes/estetyczna/images/kontakt.png');
    background-size: cover;
    background-position: center;
    min-height: 207px;
    padding: 40px;
    margin-top: 19px;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    top: -80px;
  }

  .footer-cta-button {
    position: relative;
    top: 70px;
  }

  .slider img .wnetrze-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 400px;
    border-radius: 0 0 1000px 1000px;
  }

  .wnetrze-right-image {
    width: 57%;
    z-index: 5;
    overflow: hidden;
    border-radius: 0 0 400px 400px;
    max-width: 500px;
    position: absolute;
    left: 150px;
    right: 0;
    margin: auto;
    bottom: 0px;
  }

  .ramka {
    height: 523px;
    left: 382px;
    top: 59px;
  }

  .piekne-wnetrze::after {
    height: 542px;
  }

  .wnetrze-wrapper {
    align-items: flex-start;
    margin-top: 52px;
    margin-left: 268px;
  }

  .slider {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }

  .slider-top {
    max-width: 300px;
  }

  .slider-down {
    max-width: 300px;
  }

  .piekne-wnetrze {
    margin-top: -70px;
  }
}

@media (max-width: 992px) {
  .contact-inner--reversed {
    flex-direction: column;
    border-radius: 50px;
    padding: 40px 20px;
  }

  .contact-inner--reversed .contact-image-col {
    width: 100%;
    min-height: 300px;
    margin: 0;
    margin-bottom: 20px;
  }

  .contact-inner--reversed .contact-info-col {
    padding-left: 0;
    text-align: center;
  }

  .contact-inner--reversed .wysiwyg-content {
    text-align: center;
  }

  .contact-inner {
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    min-height: 1160px;
  }

  .contact-image-col {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    max-width: 400px;
  }

  .contact-info-col {
    width: 100%;
    align-items: center;
    text-align: center;
    background: #e6919d;
    margin-top: -190px;
    z-index: 9;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }

  .is-clinic .contact-inner {
    min-height: 1005px;
  }

  .is-clinic .contact-info-col {
    background: #458383;
  }

  .osobiscie {
    font-size: 30px;
    margin-top: 35px;
  }

  .wysiwyg-content h3 {
    font-size: 30px;
  }

  .adresKontakt {
    font-size: 30px;
  }

  .contact-btn {
    font-size: 17px;
  }

  .contact-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .deco-shape {
    left: -10px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-curve-shape {
    display: none;
  }

  .footer-col-left,
  .footer-col-right {
    min-height: auto;
  }

  .footer-col-right {
    padding: 60px 40px;
    text-align: center;
  }

  .contact-details p {
    justify-content: center;
  }

  .footer-legal-nav a {
    display: block;
    margin: 15px 0;
  }
}

@media (min-width: 768px) {
  .card-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .promo-wrapper {
    display: none;
  }

  .section-reverse .section-description ul li {
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    text-align: left;
  }

  .ofertaPageTitle {
    text-align: center;
    font-size: 30px;
    font-weight: inherit;
    letter-spacing: 2px;
  }

  .vital-injector-section {
    padding: 0px 0;
  }

  .entry-content {
    font-size: 17px;
    padding: 0px 20px;
  }

  .section-description {
    font-size: 17px;
  }

  .section-title {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
  }

  .pill-image {
    width: 170px;
    height: 250px;
  }

  .top-pill {
    border-radius: 200px 0 0px 200px;
  }

  .bottom-pill {
    border-radius: 0 200px 200px 0px;
  }

  .pill-wrapper {
    flex-direction: revert;
    position: relative;
    top: 126px;
  }

  .section-expectations .section-title {
    font-size: 30px;
    margin-top: 99px;
    margin-bottom: -17px;
    padding: 0;
    padding-top: 0px;
    max-width: 200px;
    text-align: center;
    margin: auto;
    padding-top: 63px;
  }

  .section-expectations .section-description {
    font-size: 17px;
    margin-top: 50px;
  }

  .section-expectations .content-wrapper {
    background-color: #e9b1b2;
    margin-bottom: -35px;
  }

  .section-reverse .text-column {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    flex: 0;
  }

  .pink-container {
    border-radius: 0px 0px 200px 200px;
  }

  .vital-injector-section {
    padding: 40px 20px;
  }

  .image-column {
    padding-left: 0;
  }

  .baner-wrapper {
    background: url('http://estetyczna.imagisite.pl/wp-content/uploads/2026/04/DSC_3665-Edit_2.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    width: 100%;
    background-size: cover;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    height: 520px;
    background-position: center;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .section-reverse .image-column {
    padding-right: 0px;
  }

  .section-reverse .content-wrapper {
    flex-direction: column;
    padding: 0;
  }

  .section-reverse .teal-container {
    padding: 50px 0px;
    border-radius: 0px 0px 200px 200px;
  }

  .teal-circle {
    top: -50px;
    left: -8px;
  }

  .section-reverse .pink-circle {
    top: -50px;
    left: 11px;
    right: 0;
  }

  .baner-wrapper h1 {
    font-size: 30px;
    line-height: 34px;
    padding-top: 72%;
    color: #fff;
    margin-left: 42px;
  }

  .page-id-21 .baner-wrapper h1 {
    font-size: 30px;
    line-height: 34px;
    padding-top: 71%;
    color: #fff;
    margin-left: 42px;
  }

  .baner-wrapper p {
    font-size: 21px;
    line-height: 24px;
    max-width: 100%;
    color: #fff;
    padding-left: 41px;
    margin-top: 0px;
    margin-bottom: 40px;
    max-width: 225px;
  }

  .home .baner-wrapper .btn {
    margin-top: 0px;
  }


  .baner img {
    border-top-left-radius: 540px;
    border-top-right-radius: 540px;
    max-width: 100%;
    position: relative;
  }

  .banerImg::after {
    display: none;
  }

  .baner {
    display: block;
    padding: 0;
  }

  .banerImg {
    display: none;
  }

  .baner-wrapper .btn {
    margin-top: -44px;
  }

  .dream-team-section {
    margin-top: 42px;
  }

  .single-oferta .baner-wrapper .btn {
    margin-top: -59px;
  }

  .dt-main-title {
    font-size: 30px;
  }

  .co-mozemy-header h2 {
    font-size: 33px;
  }

  .container-oferta {
    margin-top: 66px;
  }

  .oferta-header {
    margin-top: 80px;
  }

  .btn {
    background-color: #358083;
    height: 48px;
    color: #FFF9E1;
    max-width: 198px;
    width: 100%;
    font-size: 25px;
    margin: auto;
    text-align: center;
    display: block;
    padding-top: 7px;
  }

  .otoczkaBaner::after {
    display: none;
  }

  .social-icons {
    display: none;
  }

  .oferta-header h2 {
    font-size: 33px;
    margin-bottom: 10px;
    color: #333;
    margin-top: 51px;
  }

  .oferta-section {
    padding: 0 30px;
  }

  .oferta-image-wrapper img {
    height: 330px;
  }

  .co-mozemy-image-wrapper img {
    width: 100%;
  }

  .zespol-pracownik--highlight {
    order: -1;
  }

  .wizyta-image-wrapper .img2 {
    display: none;
  }

  .wizyta-image-wrapper .wizyta-img {
    position: relative;
  }

  .wizyta-content {
    left: 0;
    text-align: center;
  }

  .wizyta-hover-trigger {
    max-width: 355px;
    text-align: center;
    font-size: 20px;
    padding-top: 11px;
    margin-top: -77px;
    z-index: 9;
  }

  .wizyta-image-wrapper::after {
    display: none;
  }

  .wizyta-content h2 {
    font-size: 31px;
    margin-left: 0px;
    margin-top: -54px;
    align-content: center;
    position: relative;
    margin-top: -109px;
    margin: auto;
    margin-top: auto;
    text-align: left;
    width: 200px;
  }

  .wizyta-image-wrapper {
    position: relative;
    width: 81%;
    aspect-ratio: auto;
    margin: auto;
  }

  .wizyta-content {
    z-index: 1;
    position: absolute;
    top: -25px;
    height: 219px;
    width: 203px;
    background: #e58b96;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
    left: 13px;
    padding-left: 18px;
    line-height: 35px;
    padding-top: 23px;
  }

  .wizyta-wrapper {
    display: block;
    position: relative;
  }

  .wizyta-wrapper::before {
    display: none;
  }

  .image-promo {
    position: relative;
    width: 81%;
    aspect-ratio: auto;
    margin: auto;
  }

  .zespol-section {
    padding: 0px 20px;
  }

  .wnetrze-wrapper {
    margin-left: 0;
  }

  .wnetrze-right-image {
    display: none;
  }

  .ramka {
    display: none;
  }

  .slider {
    margin: auto;
  }

  .promo-content h2 {
    font-size: 29px;
    max-width: 229px !important;
    margin-left: 0px;
    margin-top: -54px;
    background: #3d7a78;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
    height: 251px;
    align-content: center;
    position: relative;
    margin-top: -109px;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    color: #1f1f1f;
    text-align: right;
    top: 0;
    max-width: 100%;
    right: 0;
  }

  .promo-content .btn {
    top: 0px;
    float: none;
  }

  .promo-container::after {
    display: none;
  }

  .promo-content::before {
    display: none;
  }

  .promo-content .btn {
    padding-top: 7px;
  }

  .promo-section {
    margin-top: -45px;
  }

  .promo-image-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: -154px;
  }

  .promo-container {
    z-index: 0;
  }

  .promo-img {
    width: 75%;
    margin: auto;
  }

  .footer-right-content {
    width: 100%;
    margin-top: 0;
  }

  .footer-main-grid {
    display: block;
  }

  .footer-col-left {
    display: none;
  }

  .contact-details a {
    font-size: 21px;
  }

  .contact-details p {
    font-size: 21px;
  }

  .footer-col-right {
    padding: 55px 25px;
  }

  .footer-logo {
    max-width: 294px;
  }

  .footer-header-group {
    top: -50px;
  }

  .contact-details {
    margin-left: 0px;
  }

  .footer-col-right::before {
    width: 100%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }

  .clinic-card-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background: transparent;
  }

  .contact-img {
    margin-top: 10px;
  }

  .contactSmallHead {
    margin-top: -9px;
    max-width: 200px;
  }

  .wysiwyg-content h3 {
    font-size: 25px;
  }

  .adresKontakt {
    font-size: 24px;
  }

  /* Sekcja z obrazkiem */
  .clinic-image-col {
    width: 100%;
    max-width: 350px;
    /* Szerokość dopasowana do screena */
    position: relative;
    z-index: 2;
  }

  .clinic-image-col .image-frame img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
    margin-top: 51px;
    max-height: 335px;
  }

  /* Różowe kółko - pozycjonowanie na obrazku */
  .clinic-image-col .deco-circle-pink {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 199px;
    height: 99px;
    background-color: #E6919D;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    transform: rotate(0deg);
    z-index: 5;
  }

  .clinic-card-section {
    background-color: #f7f3e4;
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }

  .clinic-container {
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-top-left-radius: 0px;
    padding: 0 20px;
  }

  .clinic-text-col {
    width: 100%;
    max-width: 350px;
    padding: 40px 30px 80px 30px;
    margin-top: -5px;
    border-radius: 0 0 180px 180px;
    text-align: center;
    color: #000;
  }


  .clinic-text-col .wysiwyg-content h2,
  .clinic-text-col .wysiwyg-content h3 {
    margin-bottom: 15px;
  }

  .clinic-text-col .wysiwyg-content a,
  .clinic-text-col .wysiwyg-content .btn {
    display: inline-block;
    background-color: #f198a3;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    width: 146px;
  }

  .odwiedz {
    margin-top: -28px;
  }

  .osobiscie {
    font-size: 30px;
    margin-top: 5px;
  }
}

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

  #site-navigation.toggled ul#primary-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 85% !important;
    max-width: 320px;
    height: 100vh !important;
    background-color: #1a1a1a !important;
    z-index: 999999 !important;
    padding: 100px 25px 40px 25px !important;
    display: flex !important;
    flex-direction: column;
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  }

  #site-navigation.toggled ul#primary-menu.open {
    transform: translateX(0%) !important;
  }

  #site-navigation ul#primary-menu {
    animation: none !important;
  }

  .menu-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #111;
  }

  .menu-logo {
    max-height: 40px;
    width: auto;
  }

  .menu-close-icon {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    font-family: Arial, sans-serif;
  }

  /* Stylizacja linków menu */
  #primary-menu li {
    list-style: none !important;
    border-bottom: 1px solid #333 !important;
  }

  #primary-menu li a {
    padding: 18px 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    display: block;
  }

  /* Ikony Social Media na dole - POPRAWKA KÓŁEK */
  .menu-socials {
    margin-top: auto;
    display: flex;
    gap: 15px;
    padding-top: 30px;
  }

  .social-circle {
    width: 45px !important;
    /* Stała szerokość */
    height: 45px !important;
    /* Stała wysokość */
    min-width: 45px;
    border: 1px solid #fff;
    border-radius: 50% !important;
    /* To robi idealne koło */
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    /* Zapobiega spłaszczaniu w flexboxie */
  }

  .social-circle i,
  .social-circle svg {
    fill: #fff;
    color: #fff;
    width: 20px;
    height: 20px;
  }
}

/* =======================================
   NOWE MENU MOBILNE - STYLIZACJA
======================================= */

/* Domyślnie ukrywamy nasze szuflady na komputerach */
.custom-mobile-drawer {
  display: none !important;
}

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

  /* 1. UKRYWAMY STARE MENU Z MOTYWU NA TELEFONACH */
  #site-navigation ul#primary-menu {
    display: none !important;
  }

  /* 2. GŁÓWNY KONTENER NASZEGO MENU */
  .custom-mobile-drawer {
    display: flex !important;
    position: fixed;
    top: 0;
    right: -100%;
    /* Ukryte z prawej */
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background-color: #276164;
    z-index: 999999;
    flex-direction: column;
    transition: right 0.4s ease-in-out;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.8);
  }

  /* KLASA AKTYWUJĄCA */
  .custom-mobile-drawer.aktywne {
    right: 0 !important;
  }

  /* 3. NAGŁÓWEK Z LOGO I KRZYŻYKIEM */
  .drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #075256;
  }

  .drawer-logo {
    height: 40px;
    width: auto;
  }

  .drawer-close {
    color: #fff;
    font-size: 45px;
    line-height: 1;
    cursor: pointer;
  }

  /* 4. LINKI MENU */
  .drawer-menu-container {
    padding: 20px 25px;
    overflow-y: auto;
  }

  .desktopLogo {
    display: none;
  }

  .mobileLogo {
    margin-top: -22px;
    margin-bottom: 16px;
  }

  .mobileLogo img {
    max-width: 121px;
  }

  .site-branding {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .drawer-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .drawer-nav-list li {
    margin: 0;
  }

  .drawer-nav-list a {
    color: #fff;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
  }

  /* 5. STOPKA (SOCIALE) */
  .drawer-footer {
    padding: 20px 25px;
    display: flex;
    gap: 15px;
    border-top: 1px solid #075256;
  }

  .drawer-header img {
    max-width: 70px;
    margin: auto;
  }

  .drawer-social-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .drawer-social-circle img {
    width: 35px;
    height: 35px;
  }

  .contactInfo {
    line-height: 7px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding-left: 16px;
  }

  /* Ukrywamy burgera gdy menu jest otwarte, żeby nie "przeszkadzał" */
  body.menu-wlaczone .menu-toggle {
    opacity: 0;
    pointer-events: none;
  }

  /* =======================================
   ROZWIJANE PODMENU (OFERTA I INNE)
======================================= */

  /* Zabezpieczamy pozycję, by plus był po prawej stronie */
  .drawer-nav-list li.menu-item-has-children {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* Pozwala podmenu spaść do nowej linii */
  }

  /* Zostawiamy miejsce na przycisk plusa, żeby tekst na niego nie wjechał */
  .drawer-nav-list li.menu-item-has-children>a {
    flex-grow: 1;
    padding-right: 50px !important;
  }

  /* Nasz nowy przycisk Plus / Minus */
  .submenu-toggle {
    position: absolute;
    right: 0;
    top: 1px;
    width: 50px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 55px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    padding-top: 9px;
  }

  /* Ukrywamy podmenu domyślnie */
  .drawer-nav-list .sub-menu {
    display: none;
    width: 100%;
    list-style: none;
    padding: 0 0 0 20px;
    /* Wcięcie z lewej strony, by było widać hierarchię */
    margin: 0;
    background-color: #ee9ca8;
  }

  /* Delikatniejsze formatowanie linków w podmenu */
  .drawer-nav-list .sub-menu a {
    font-size: 16px !important;
    text-transform: none !important;
    color: #000 !important;
    padding: 12px 0 !important;
    font-weight: normal !important;
    letter-spacing: 1px;
  }

  /* Liniowe oddzielenie elementów podmenu */
  .drawer-nav-list .sub-menu li {
    width: 100%;
  }

  .drawer-nav-list .sub-menu li:last-child {
    border-bottom: none;
  }

  /* Gdy JS doda klasę 'submenu-otwarte' -> Pokaż listę! */
  .drawer-nav-list li.submenu-otwarte>.sub-menu {
    display: block;
    animation: fadeInMenu 0.3s ease;
  }

  @keyframes fadeInMenu {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

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

@media (max-width: 450px) {
  .baner-wrapper h1 {
    max-width: 300px !important;
    display: block;
    margin-top: -3px;
    float: left;
    font-size: 30px !important;
    line-height: 34px !important;
    margin-bottom: 33px !important;
  }

  .home .btn {
    top: -37px !important;
  }

  .page-id-13 .btn {
    top: -6px;
  }

  .single-oferta .btn {
    top: 11px;
  }

  .baner-wrapper .btn {
    margin-top: -58px;
  }

  .page-id-13 .baner-wrapper .btn {
    margin-top: -30px;
  }

  .page-id-19 .baner-wrapper .btn {
    margin-top: -46px;
  }

  .contactHead {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 410px) {
  .baner-wrapper p {
    margin-bottom: 49px;
  }

  .home .btn {
    top: -24px !important;
  }

  .page-id-13 .btn {
    top: -6px;
  }

  .single-oferta .btn {
    top: 11px;
  }

  .single-oferta .baner-wrapper .btn {
    margin-top: -27px;
  }

  .baner-wrapper .btn {
    margin-top: -58px;
  }

  .page-id-13 .baner-wrapper .btn {
    margin-top: -18px;
  }

  .page-id-19 .baner-wrapper .btn {
    margin-top: 83px;
  }
}