@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@font-face {
  font-family: "BDScript-Regular";
  src: url("../fonts/BDScript-Regular.ttf") format("truetype");
  /font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BDSans-Regular";
  src: url("../fonts/BDSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #e0e0e0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "BDSans-Regular", "Lato", sans-serif;
  font-size: 12px;
}

h1.title_primary {
  font-size: 4em;
  margin: 0;
  padding: 150px 30px 80px 30px;
  text-align: center;
  font-weight: normal;
}

h1.title_primary.title_primary_smaller {
  font-size: 3em;
}
h2 {
  margin: 0;
}

h3 {
  margin: 10px;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 1.8em;
}

.h3_offer {
  width: 100%;
}
.bold {
  font-weight: bold;
}

.a_font_size_offer_smaller {
  font-size: 1.7em !important;
}

.offer_top_60 {
  top: 60% !important;
}

.top_50 {
  top: 50% !important;
}

.makijaz_offer_top_60 {
  top: 60% !important;
}
.single-offer:hover .so-title .title-container.offer_title_top_30 {
  top: 30% !important;
}
.font2 {
  font-family: "Parisienne", cursive;
}

.no-wrap {
  white-space: nowrap;
}

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

/* .pages_ul {
  width: fit-content;
  text-align: left;
  margin: 20px auto;
  padding-left: 20px;
} */

.pages_ul {
  width: fit-content;
  min-width: 300px;
  /* max-width: 80%; */
  display: block;
  margin: 20px auto;
  text-align: left;
  padding-left: 0;
  list-style-position: inside;
  line-height: 1.6;
}

.pages_ul li {
  font-size: 1.3em;
  margin: 6px 0;
  line-height: 1.6em;
}

/* 1. CENTROWANIE CAŁEGO BLOKU LISTY */
.list_container_custom {
  width: fit-content; /* Lista jest tylko tak szeroka, jak jej zawartość */
  margin: 20px auto; /* CENTRUJE listę poziomo */
  max-width: 80%; /* Ogranicza szerokość na dużych ekranach */
}

/* 2. STYLIZACJA POJEDYNCZEGO ELEMENTU LISTY (ZMIANA) */
.list_item_custom {
  display: flex;
  align-items: center; /* ZMIANA: Wyrównanie do środka, aby linia była centrowana względem CAŁEGO Wiersza */

  position: relative;
  text-align: left;

  padding-left: 30px;
  margin: 15px 0;
  line-height: 1.6;
  font-size: 1.3em;
}

/* 3. GENEROWANIE DYNAMICZNEJ LINII PIONOWEJ - KOREKTA OPTYCZNA */
.list_item_custom::before {
  content: "";
  position: absolute;
  left: 10px;

  /* Ustawiamy środek nieco niżej niż matematyczne 50% (np. 53-54%), 
     aby zrównać linię z optycznym środkiem dużych liter */
  top: 54%;
  transform: translateY(-50%);

  width: 1px;
  background-color: #000;

  /* Wysokość dynamiczna: 
     Dla 1 linii: będzie wyglądać solidnie.
     Dla wielu linii: rozciągnie się wraz z paragrafem. */
  height: calc(100% - 18px);

  max-height: 70%;
}

/* 4. STYLIZACJA TEKSTU */
.list_item_custom .text {
  flex-grow: 1; /* Tekst zajmuje resztę dostępnego miejsca */
}

.fa-phone-volume,
.fa-paper-plane {
  font-size: 1.2em;
  color: #000;
  margin: 0 5px;
}

.title {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.title h1 {
  font-size: 4.5em;
  font-weight: normal;
}
.title h2 {
  font-size: 3.4em;
  margin: 0;
  margin-bottom: 30px;
}
.title h3 {
  margin: 10px;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 1.8em;
}
.title p {
  font-size: 1.2em;
  font-size: 1.8em;
  line-height: 45px;
  letter-spacing: 1px;
}
.title .suggestion {
  color: #747473;
  text-transform: uppercase;
  font-size: 2.2em;
  margin-top: 50px;
  margin-bottom: 100px;
  animation: pulse 1s alternate-reverse infinite;
}
.italic {
  font-style: italic;
  font-size: 1em !important;
}
@-webkit-keyframes pulse {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pulse {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

/* Gradient dla ANN MARIÉ */
.gradient-annmarie {
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900;
  letter-spacing: 1px;
}

/* Gradient dla beauty clinic */
.gradient-beautyclinic {
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "BDScript-Regular", cursive;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1.5em; /* delikatnie mniejszy */
}
.art h1 {
  font-size: 3.5em;
}
.title .incentive {
  margin-bottom: 100px;
}

.top-main {
  background: #000 !important;
}

.suggestion-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.suggestion-link:hover,
.suggestion-link:focus,
.suggestion-link:active {
  text-decoration: none; /* wyłącza podkreślenie */
}
#Top_bar {
  position: relative;
  top: 0;
  height: 70px;
  z-index: 100;
  background: white;
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
#Top_bar .container {
  margin: 0 auto;
}
#Top_bar .container.menu_wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* Wyłącz tło obrazka */
#Top_bar .container.menu_wrapper .logo {
  background: none;
  height: 70px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 30px;
}

/* Tekst logotypu */
.logo-text {
  line-height: 1;
  text-align: center;
  font-size: 20px; /* dopasuj, jeśli chcesz większe litery */
  letter-spacing: 1px;
  margin: 0;
}

/* Gradient dla ANN */
.nav-content-desc_grandient_first {
  font-weight: 900;
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gradient dla MARIÉ */
.nav-content-desc_grandient_second {
  font-weight: 900;
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Podpis “beauty clinic” */
.logo-subtitle {
  display: block;
  font-size: 20px;
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "BDScript-Regular", cursive;
  letter-spacing: 1px;
}

.font-beautifully-logo {
  font-family: "BDScript-Regular", cursive;
  font-size: 30px;
}

#Top_bar .container.menu_wrapper .hamburger {
  font-size: 30px;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 30px;
}
#Top_bar .container.menu_wrapper .hamburger:hover {
  color: #c1c1c0;
}
#Top_bar .container.menu_wrapper #menu {
  display: none;
  width: 100%;
  flex-basis: 100%;
}
#Top_bar .container.menu_wrapper #menu.show {
  display: block;
}
#Top_bar .container.menu_wrapper #menu #main_first {
  list-style: none;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 10;
}
#Top_bar .container.menu_wrapper #menu #main_first > li {
  background: rgb(228, 228, 228);
  width: 100%;
  border-bottom: 1px solid rgb(200, 200, 200);
}
#Top_bar .container.menu_wrapper #menu #main_first > li:hover {
  background: rgb(218, 218, 218);
}
#Top_bar .container.menu_wrapper #menu #main_first > li:last-child {
  border-bottom: none;
}
#Top_bar .container.menu_wrapper #menu #main_first > li a,
#Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec,
#Top_bar .container.menu_wrapper #menu #main_first > li .expand_style {
  text-decoration: none;
  padding: 15px;
  display: block;
  position: relative;
  color: rgb(94, 94, 94);
}
#Top_bar .container.menu_wrapper #menu #main_first > li a span,
#Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec span,
#Top_bar .container.menu_wrapper #menu #main_first > li .expand_style span {
  font-size: 1.2em;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second {
  display: none;
  list-style: none;
  padding: 0;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second.show_main_sec {
  display: block;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li {
  background: rgb(245, 245, 245);
  border-bottom: 1px solid rgb(200, 200, 200);
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li:hover {
  background: rgb(235, 235, 235);
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li:last-child {
  border-bottom: none;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li a,
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .expand_style {
  color: rgb(94, 94, 94);
  margin-left: 20px;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .expand_style:hover {
  cursor: context-menu !important;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li a:hover,
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .expand_style:hover {
  color: black;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third {
  display: none;
  list-style: none;
  padding: 0;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third li {
  background: white;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third li:hover {
  background: rgb(245, 245, 245);
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third li:hover a {
  color: black;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third a {
  padding: 10px;
  padding-left: 40px;
}
#Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third.show_main_thi {
  display: block;
}
.active {
  display: block !important;
}
@media (max-width: 1024px) {
  #Top_bar .container.container.menu_wrapper .logo {
    width: 250px;
  }
}
@media (max-width: 600px) {
  /* #Top_bar .container.container.menu_wrapper .logo {
    width: 80px;
    background-image: url("../img/logo/logo_sygnet.jpg");
  }
  .webp #Top_bar .container.container.menu_wrapper .logo {
    background-image: url("../img/logo/logo_sygnet.webp");
  } */
  /* Logo wrapper */
  #Top_bar .container.menu_wrapper .logo {
    height: 55px;
    margin-left: 5px;
  }
  #Top_bar .container.container.menu_wrapper .logo {
    width: 180px;
  }
  /* Tekst logotypu */
  .logo-text {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  /* Gradienty ANN / MARIÉ */
  .nav-content-desc_grandient_first,
  .nav-content-desc_grandient_second {
    font-size: 22px;
  }

  /* Podpis “beauty clinic” */
  .logo-subtitle,
  .font-beautifully-logo {
    font-size: 32px;
    letter-spacing: 0.5px;
  }
}

.no-js {
  background-image: url(../img/bg/main_bg_w1920.jpeg);
}

/* header {
  background: #fff;
} */
header .nav-content {
  z-index: 0;
  background-image: url("../img/bg/main_bg_w1920_new.jpeg");
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

/* półprzezroczysta nakładka */
header .nav-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.font-beautifully {
  font-family: "BDScript-Regular";
  letter-spacing: 1px;
  font-size: 120px;
  font-weight: 400;
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.nav-content-desc_gradient_all {
  font-weight: 900;
  font-size: 22px; /* dopasuj do loga */
  background: linear-gradient(90deg, #000000, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  display: inline-block;
}

.webp header .nav-content {
  background-image: url("../img/bg/main_bg_w1920_new.webp");
}
header .nav-content .nav-content-imgContainer {
  text-align: right;
}
header .nav-content .nav-content-imgContainer img {
  width: 100%;
}
header .nav-content .nav-content-desc {
  letter-spacing: 10px;
  font-size: 95px;
  font-weight: 300;
  text-align: center;
  margin-left: 30px;
  line-height: 1;
}
header .nav-content .nav-content-desc .nav-content-desc-br {
  display: none;
}
header .nav-content .nav-content-desc .nowrap {
  white-space: nowrap;
}
header .nav-content .nav-content-desc .nav-content-desc_gradient_front {
  font-weight: 900;
  background: linear-gradient(to right, #ac8f68 50%, #f7e1bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

header .nav-content .nav-content-desc .nav-content-desc_grandient_first,
header .nav-content .nav-content-desc .nav-content-desc_grandient_second {
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
header .nav-content .nav-content-desc .nav-content-desc_grandient_first {
  background-image: linear-gradient(to right, #ac8f68 10%, #f7e1bf 100%);
  padding-right: 12px;
}
header .nav-content .nav-content-desc .nav-content-desc_grandient_second {
  background-image: linear-gradient(to left, #ac8f68 30%, #f7e1bf 51%);
}
header .nav-content .nav-content-desc .nav-content-desc_name {
  font-size: 0.8em;
}

.nav-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateX(-50%);
}

#gallery {
  background: #000;
}

#offer {
  border-top: 1px solid #000;
  margin: 0;
  padding: 0;
}
#offer .offer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#offer .offer-container .single-offer {
  flex-basis: 50%;
  display: flex;
  color: #000;
  overflow: hidden;
  height: 600px;
}
#offer .offer-container .single-offer .so-img {
  flex-basis: 50%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#offer .offer-container .single-offer .so-img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
#offer .offer-container .single-offer .so-title {
  flex-basis: 50%;
  background: #fafafa;
  background: #f0f0f0;
  height: 100%;
  text-align: center;
  position: relative;
  transition: 1s;
}
#offer .offer-container .single-offer .so-title .title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 0;
}
#offer .offer-container .single-offer .so-title .title-container h3 {
  font-size: 2.5em;
  line-height: 45px;
}
#offer .offer-container .single-offer .so-title .offer-navigation {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box {
  transform: translateX(-300%);
  height: 60px;
  width: 600px;
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.appear_change_side {
  transform: translateX(300%);
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box a {
  display: inline-block;
  position: relative;
  z-index: 0;
  text-decoration: none;
  color: #000;
  font-size: 1.9em;
  /* position: static; */
  font-size: 1.9em;
  text-decoration: none;
  color: #000;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box a::after {
  content: "";
  display: block;
  border-bottom: 2px solid #c1c1c0;
  width: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box a:hover {
  transition: 1.4s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box a:hover::after {
  width: 100%;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.offer_box_1 {
  transition: 0.15s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.offer_box_2 {
  transition: 0.3s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.offer_box_3 {
  transition: 0.45s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.offer_box_4 {
  transition: 0.6s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.offer_box_5 {
  transition: 0.75s;
}
#offer .offer-container .single-offer .so-title .offer-navigation .offer_box.offer_box_6 {
  transition: 0.9s;
}
#offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation {
  top: 60%;
}
#offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box {
  margin-bottom: 5px;
}
#offer .offer-container .single-offer .so-title.mobile_middle .offer-navigation {
  top: 60%;
}
#offer .offer-container .single-offer:hover img {
  transform: scale(1.1, 1.1);
}
#offer .offer-container .single-offer:hover .so-title {
  background: #c1c1c0;
  background: #fcfcfc;
}
#offer .offer-container .single-offer:hover .so-title .title-container {
  color: #1d1b1b;
  top: 20%;
}
#offer .offer-container .single-offer:hover .so-title .title-container.none {
  top: 50%;
}
#offer .offer-container .single-offer:hover .so-title .offer-navigation .offer_box {
  transform: translateX(0);
}
#offer .offer-container .single-offer .so-title.mobile_middle .offer-navigation {
  top: 70%;
}
#offer .offer-container .single-offer.offer_last {
  margin: 0 auto;
}
#offer .offer-container .change-side {
  flex-direction: row-reverse;
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  color: #fff;
}
.contact .container .contactHeader {
  text-align: center;
  font-size: 2em;
  margin-bottom: 60px;
  background: #000;
}
.contact .container .contactHeader::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-radius: 15px;
  width: 100px;
  margin: 0 auto;
  display: block;
}
.contact .container .contactBox {
  width: 100%;
  height: 200px;
  text-align: center;
}
.contact .container .contactBox .span-container {
  margin: 0;
  line-height: 24px;
  font-size: 1.4em;
}
.contact .container .contactBox .contactAddress,
.contact .container .contactBox .contactPhone,
.contact .container .contactBox .openingHours {
  display: inline-block;
  width: 30%;
  height: 100%;
  vertical-align: top;
}
.contact .container .contactBox .contactPhone {
  position: relative;
  transition: 1s;
}
.contact .container .contactBox .contactPhone::before,
.contact .container .contactBox .contactPhone::after {
  content: "";
  position: absolute;
  display: block;
  height: 210px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.contact .container .contactBox .contactPhone:before {
  border-left: 2px solid #fff;
  left: 10px;
}
.contact .container .contactBox .contactPhone:after {
  right: 10px;
  border-right: 2px solid #fff;
}
.contact .container .contactBox .contactPhone .span-contactPhone {
  padding: 4% 20px 5px 0;
  font-size: 1.4em;
}
.contact .container .contactBox .contactPhone .fa-phone-volume,
.contact .container .contactBox .contactPhone .fa-paper-plane {
  color: #000;
  transition: 0.7s;
  position: relative;
  left: -5px;
}
.contact .container .contactBox .contactPhone .fa-paper-plane {
  left: -12px;
}
.contact .container .contactBox .contactPhone .cpWrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.contact .container .contactBox .openingHours .box {
  display: inline-block;
  font-size: 1.4em;
  width: 80%;
}
.contact .container .contactBox .openingHours .box .span-openingHours {
  float: left;
  margin-left: 10px;
}
.contact .container .contactBox .openingHours .box .hours {
  text-align: right;
  float: right;
  margin-right: 10px;
}
.contact .container .contactBox .openingHours .box .hours:after {
  content: "";
  clear: both;
  display: block;
}
.contact .container section {
  text-align: center;
}
.contact .container section a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  background: #eaeaea;
  padding: 10px;
  width: 110px;
  font-size: 1.1em;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  border: 1px solid #000;
  box-shadow: 0px 16px 15px -10px black;
  transition: 0.7s;
  margin-top: 10px;
}
.contact .container section a:hover {
  transition: 0.5s;
  background: #c1c1c0;
  color: #000;
  transform: scale(0.9, 0.9);
}
.contact .container .mediaSocial {
  padding-top: 50px;
}
.contact .container .mediaSocial a {
  background: transparent;
  padding: 0;
  margin-right: 20px;
  width: 50px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact .container .mediaSocial a:hover {
  background: none;
}
.contact .container .mediaSocial a i {
  color: #fff;
  transition: 0.3s;
  font-size: 50px;
  background-size: 10px 10px;
}

.prices {
  padding-bottom: 80px;
  max-width: 800px;
  margin: 0 auto;
}
.prices .singlePrice {
  text-align: center;
  border-bottom: 1px solid #000;
  align-items: center;
  font-size: 1.5em;
  transition: 0.2s;
  padding: 15px 0 15px 0;
}
.prices .singlePrice .price_inside_left,
.prices .singlePrice .price_inside_right {
  display: inline-block;
  vertical-align: middle;
}
.prices .singlePrice .price_inside_left p,
.prices .singlePrice .price_inside_right p {
  margin: 0;
}
.prices .singlePrice .price_inside_left {
  width: 79%;
  text-align: left;
}
.prices .singlePrice .price_inside_left .mobile_price_info {
  display: none;
  color: #c1c1c0;
  padding-left: 10px;
  font-size: 0.8em;
  width: 50%;
}
.prices .singlePrice .price_inside_right {
  width: 19%;
  text-align: right;
}
.prices .singlePrice:last-child {
  border-bottom: none;
}
.prices .singlePrice:nth-child(even) {
  background: #fafafa;
}
.prices .singlePrice .signleTitle {
  font-weight: bold;
  padding-left: 30px;
}
.prices .singlePrice .signleTitle .info {
  font-size: 0.7em;
  font-weight: normal;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.prices .singlePrice .signleTitle .info .fa-bookmark {
  font-size: 15px;
  color: #3b5998;
  width: 12px;
  height: 14px;
  margin-top: 4px;
}
.prices .singlePrice .signleTitle .info::after {
  content: "Dowiedz się więcej!";
  z-index: 0;
  right: -130px;
  width: 130px;
  color: #000;
  transition: 0.1s;
  opacity: 0;
  position: absolute;
  top: -7px;
}
.prices .singlePrice .signleTitle .info:hover {
  overflow: visible;
}
.prices .singlePrice .signleTitle .info:hover .fa-bookmark {
  color: #000;
}
.prices .singlePrice .signleTitle .info:hover::after {
  transform: translateY(10px);
  opacity: 1;
  transition: 0.5s;
}
.prices .singlePrice p {
  padding-right: 40px;
}
.prices .singlePrice:hover {
  background: #ececec;
}
.prices .singlePrice:hover a,
.prices .singlePrice:hover p {
  font-weight: bold;
}
.prices .pricesTitle {
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 2em;
  margin: 0 auto;
  text-align: center;
}
.prices .pricesTitle:nth-child(1) {
  padding-top: 50px;
}

.contact-form .contact_form_inside {
  background: #eaeaea;
  display: flex;
  margin-bottom: 80px;
}
.contact-form .contact_form_inside picture {
  flex-basis: 50%;
}
.contact-form .contact_form_inside picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-form .contact_form_inside form {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 30px 50px 40px;
}
.contact-form .contact_form_inside form .inputField {
  width: 100%;
  display: block;
  position: relative;
}
.contact-form .contact_form_inside form .inputField label {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 30px;
  color: black;
  transition: 0.3s;
}
.contact-form .contact_form_inside form .inputField input,
.contact-form .contact_form_inside form .inputField textarea {
  border: none;
  outline: none;
  padding: 10px;
  margin: 20px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contact-form .contact_form_inside form .inputField input:hover,
.contact-form .contact_form_inside form .inputField textarea:hover {
  width: 100%;
  cursor: default;
  color: black;
}
.contact-form .contact_form_inside form .inputField input:focus,
.contact-form .contact_form_inside form .inputField textarea:focus {
  width: 100%;
  cursor: default;
  color: black;
  position: relative;
  border: 1px solid #000;
}
.contact-form .contact_form_inside form .inputField.focus label {
  top: 0;
  transition: 0.5s;
  color: black;
}
.contact-form .contact_form_inside form .send {
  width: 150px;
  height: 50px;
  color: white;
  font-size: 15px;
  border-radius: 50px;
  border: none;
  background: black;
  transition: 0.3s;
}
.contact-form .contact_form_inside form .send:hover {
  background: black;
  box-shadow: inset 0 0 20px #c1c1c0;
  font-size: 14.4px;
}
.contact-form .contact_form_inside form .formMessage {
  position: absolute;
  bottom: 200px;
}
.contact-form .contact_form_inside form .formMessage.error {
  color: #b53626;
}
.contact-form .contact_form_inside form .formMessage.ok {
  color: #488300;
}

.opinions {
  height: 400px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  background-color: black;
  text-align: center;
}

.comment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 0 auto;
}
.comment-container .comment-title {
  margin-bottom: 40px;
}
.comment-container .comment-title h3 {
  font-size: 4.5em;
  /* letter-spacing: 4px; */
  font-weight: normal;
  margin: 0;
  padding: 30px 0 30px 0;
  color: white;
}
.comment-container .comment {
  width: 60vw;
  text-align: center;
  font-size: 1.7em;
  color: white;
}
.comment-container .comment p {
  line-height: 1.2em;
}
.comment-container .comment .quote-top,
.comment-container .comment .quote-bottom {
  font-size: 40px;
  position: relative;
}
.comment-container .comment .quote-top {
  bottom: -10px;
  left: -5px;
  vertical-align: top;
}
.comment-container .comment .quote-bottom {
  bottom: 8px;
  right: -3px;
  vertical-align: bottom;
}
.comment-container .comment a {
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}

.slick-dots li.slick-active button:before {
  color: white;
}
.slick-dots li button:before {
  font-size: 10px;
  color: white;
}

.art {
  padding-bottom: 80px;

  padding: 0 15px 80px 15px;
  font-size: 1.4em;
  width: 850px;
  min-height: 300px;
}

.art_smaller_width {
  width: 1100px;
  flex-direction: row !important;
}
.art_smaller_width img {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
.art p.art_center {
  text-align: center;
}
.art p {
  vertical-align: top;
  margin: 0;
  line-height: 30px;
  text-align: justify;
  font-size: 1.4em;
}
.about_us_font_size p {
  font-size: 1.2em;
}
.art .pic {
  /* padding-top: 10px; */
  width: 100%;
}

.art .pic.about_us {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 45px;
}
.art .pic img {
  border: 1px solid #000;
  box-shadow: 0 0 6px -1px black;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.art .pic img.w245 {
  width: 245px;
}
.art .pic img.w300 {
  width: 300px;
}
.flex {
  display: flex;
  flex-direction: column-reverse;
  /* flex-direction: row-reverse; */
  flex-wrap: nowrap;
  /* justify-content: space-evenly; */
  align-items: center;
  gap: 60px;
}
.flex .display_inline_block {
  display: inline-block;
  width: 100%;
}
.flex .width_60 {
  /* width: 60%; */
  width: 70%;
  width: 100%;
}
.flex .width_60 p {
  font-size: 1.3em;
  text-align: center;
}

.flex .width_60 .li_padding-bottom li {
  padding-bottom: 10px;
}

.flex .pic .height_big {
  height: 530px !important;
  object-position: center 50%;
}

.flex .pic .height_big_95 {
  height: 530px !important;
  object-position: center 95% !important;
}
.flex .pic .height_big_bottom {
  height: 530px !important;
  object-position: bottom;
}

#online_booking {
  height: 400px;
  background-image: url("../img/booking/online_booking_w1920_compress.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: left;
  position: relative;
  margin-top: 80px;
}
.webp #online_booking {
  background-image: url("../img/booking/online_booking_w1920_compress.webp");
}
#online_booking::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#online_booking .booking_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#online_booking .booking_box p {
  margin: 0;
  font-size: 5em;
  color: white;
}
#online_booking .booking_box input {
  margin: 50px;
  font-size: 3em;
  border: none;
  cursor: pointer;
  animation: pulse 1s alternate-reverse infinite;
  background: white;
  color: black;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
}
#online_booking .booking_box input:hover {
  letter-spacing: 3px;
  -webkit-animation: none;
  animation: none;
}

footer {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-top: 1px solid white;
  position: relative;
}
footer p {
  display: inline-block;
  vertical-align: bottom;
}

.arrow {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: translateY(200px);
  z-index: 1000;
}
.arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
  font-size: 40px;
  background: transparent;
  transition: 0.1s;
}
.arrow i:hover {
  color: darkgray;
  font-size: 38px;
  cursor: pointer;
}

.toTheLeft {
  float: left;
  margin-right: 30px;
}

.toTheRight {
  float: right;
  margin-left: 30px;
}

.art.container .about_us_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.art.container .main_image {
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}

.art.container .about_us_img_big {
  width: 100%;
  height: auto;
}

.art.container .image_row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  /* padding-top: 100px; */
}

.art.container .image_item {
  display: flex;
  /* align-items: space-between; */
  align-items: flex-start;
  gap: 10px;
}

.art.container .image_item h1 {
  font-size: 2.3em;
  margin-top: 0;
}

.art.container .image_item p {
  font-size: 1.1em;
}

.art.container .image_item.pic picture {
  width: 200px;
  height: 100%;
}

.art.container .image_item picture img {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
  border: 1px solid #000;
  box-shadow: 0 0 6px -1px black;
  flex-basis: 400px;
  object-position: center;
}

.obj_position_rigth {
  object-position: right !important;
}

.art.container .image_item p {
  margin: 0;
  padding-left: 10px;
  text-align: left;
  display: flex;
  align-items: center;
}

.art.container .image_item h1 {
  text-align: center;
}

.art .pic .smaller_height img {
  height: 150px;
}
/* Styl dla szybkiego menu (spisu treści) */
.rituals_nav {
  background-color: #fcfcfc;
  padding: 25px;
  border-left: 2px solid #000;
  margin: 20px 0;
}
.nav_link {
  text-decoration: none;
  color: #555;
  line-height: 2.2;
  font-family: "BDSans-Regular", sans-serif;
  transition: 0.3s ease;
  display: inline-block;
}
.nav_link:hover {
  color: #000;
  transform: translateX(5px);
}

/* Przycisk Booksy */
.btn-booksy {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1.5px;
  margin-top: 25px;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.btn-booksy:hover {
  background-color: transparent;
  color: #000;
}

/* Płynne przewijanie do sekcji po kliknięciu w menu */
html {
  scroll-behavior: smooth;
}

/* Centrowanie nagłówków H3 w sekcji rytuałów */
.width_60 h3.bold {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
}

/* Centrowanie przycisków Booksy */
.btn-booksy {
  display: block; /* Zmieniamy na block, aby zadziałało margin auto */
  width: fit-content; /* Przycisk dopasuje się do tekstu */
  margin: 30px auto 10px auto; /* Centrowanie: góra 30px, boki auto, dół 10px */
  background-color: #000;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1.5px;
  border: 1px solid #000;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-booksy:hover {
  background-color: transparent;
  color: #000;
}

.o_nas_center_32 {
  object-position: center 32% !important;
}

.price-subtitle {
  display: block; /* Wymusza nową linię */
  font-size: 0.85em; /* Delikatnie zmniejsza tekst */
  color: #777; /* Opcjonalnie: nadaje subtelniejszy kolor (np. ciemnoszary) */
  margin-top: 2px; /* Minimalny odstęp od nazwy głównej */
  font-weight: normal; /* Upewnia się, że tekst nie jest pogrubiony */
}

/* Nawigacja w cenniku */
.price-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 40px;
  padding: 0 15px;
  max-width: 1000px;
}

.nav-button {
  text-decoration: none;
  color: #333;
  background: #f9f9f9;
  padding: 10px 18px;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-button:hover {
  background: #be9d5c; /* Kolor złoty/beżowy Twojej marki */
  color: white;
  border-color: #be9d5c;
}
.prices-booksy-style {
  max-width: 900px;
  margin: 40px auto;
  font-family: "Inter", -apple-system, sans-serif;
  color: #333;
}

/* Przycisk Booksy */
.booksy-main-btn {
  display: block;
  background-color: #00a8ff;
  color: white !important;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 168, 255, 0.3);
  transition: transform 0.2s;
}

.booksy-main-btn:hover {
  transform: translateY(-2px);
}

.booksy-inline-btn {
  display: inline-block;
  margin-top: 15px;
  color: #00a8ff;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #00a8ff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
}

/* Kategorie */
.category-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.category-header {
  width: 100%;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  border: none;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: left;
}

.category-header:hover {
  background: #fcfcfc;
}

.arrow-icon {
  font-size: 0.8rem;
  transition: transform 0.3s;
  color: #999;
}

.category-content {
  display: none;
  padding: 0 22px 22px 22px;
  border-top: 1px solid #f9f9f9;
}

/* Stan aktywny akordeonu */
.category-item.active .category-content {
  display: block;
}
.category-item.active .arrow-icon {
  transform: rotate(180deg);
}
.category-item.active .category-header {
  color: #00a8ff;
}

/* Grupy usług */
.service-group {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.service-group:last-child {
  border-bottom: none;
}

.service-main-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #111;
}

.variant-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
}

.price {
  font-weight: 600;
  color: #000;
}

.promo-info {
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
  margin-top: 15px;
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@font-face {
  font-family: "BDScript-Regular";
  src: url("../fonts/BDScript-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BDSans-Regular";
  src: url("../fonts/BDSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "BDSans-Regular", "Lato", sans-serif;
  font-size: 12px;
}

h1.title_primary {
  font-size: 4em;
  margin: 0;
  padding: 150px 30px 40px 30px; /* Zmniejszyłem padding dolny dla lepszego układu */
  text-align: center;
  font-weight: normal;
}

/* --- NOWE STYLE CENNIKA --- */

.prices-booksy {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
}

/* Przycisk Booksy Górny/Dolny */
.booksy-wrapper {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
}
.booksy-btn-main {
  display: inline-block;
  background: #333;
  color: #e0e0e0 !important;
  padding: 18px 40px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #333;
  font-weight: bold;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}
.booksy-btn-main:hover {
  background: #fff;
  color: #000 !important;
}

/* Przyciski wewnątrz kategorii */
.booksy-btn-inline {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000 !important;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
.booksy-btn-inline:hover {
  background: #000;
  color: #fff !important;
}

/* Kategorie Główne */
.main-cat {
  border-bottom: 1px solid #eee;
}
.main-cat-header {
  width: 100%;
  padding: 25px 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
  font-family: "BDSans-Regular", serif;
}
.main-cat-content {
  display: none;
  padding: 10px 0 40px 0;
}
.main-cat.active .main-cat-content {
  display: block;
}
.main-cat.active .fa-plus::before {
  content: "\f068";
}

/* Podkategorie (Laser) */
.sub-cat {
  margin-bottom: 15px;
  border: 1px solid #f0f0f0;
}
.sub-cat-header {
  width: 100%;
  padding: 15px 20px;
  background: #fcfcfc;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: left !important;
  flex-wrap: wrap;
  position: relative;
}

/* MAGIA: Od 640px w dół przenosimy badge do nowej linii */
@media (max-width: 640px) {
  .sub-cat-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Tekst nagłówka zostaje do lewej */
    position: relative;
  }

  /* Wyśrodkowanie samego badge'a */
  .badge-promo {
    display: table; /* Zmieniamy na block, żeby marginesy auto zadziałały */
    margin: 15px auto 0 auto !important; /* Środkujemy w poziomie i dodajemy odstęp od góry */
    text-align: center;
    width: fit-content; /* Badge dopasuje się do tekstu, nie na całą szerokość */
  }

  /* Poprawka ikony, aby nie przesuwała się przy pionowym układzie */
  .sub-cat-header i {
    position: absolute;
    right: 20px;
    top: 20px; /* Pozycja strzałki przy pierwszej linii tekstu */
  }
}

.sub-cat-content {
  display: none;
  padding: 10px 20px 20px 20px;
}
.sub-cat.open .sub-cat-content {
  display: block;
}
.sub-cat.open .fa-chevron-down {
  transform: rotate(180deg);
  transition: 0.3s;
}

/* Elementy Cennika */
.service-group {
  margin-bottom: 25px;
}
.service-main-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 3px solid #000;
  padding-left: 10px;
}
.variant-list {
  padding-left: 0;
}
.variant-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  border-bottom: 1px solid #fcfcfc;
  font-size: 13px;
}
.variant-item:hover {
  background: #f9f9f9;
}
.price {
  font-weight: bold;
  color: #000;
  margin-left: 20px;
  white-space: nowrap;
}

.mobile-float-cta {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px; /* Po lewej, by nie zasłaniać strzałki "do góry" */
  background-color: #222;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 50px;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
  border: 1px solid #c5a47e;
  overflow: hidden;
  /* transform: translateX(-50%); */
}

.mobile-float-cta i {
  margin-right: 8px;
  color: #c5a47e;
}

.mobile-float-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 230, 0.6), /* Jasne złoto/biały */ transparent);
  transform: skewX(-25deg);

  /* PRZYPISUJEMY ANIMACJĘ TUTAJ, A NIE DO PRZYCISKU */
  animation: ctaShineOnly 4s infinite;
  z-index: 2;
}

/* 3. Definicja animacji ruchu samego światła */
@keyframes ctaShineOnly {
  0% {
    left: -150%;
  }
  20% {
    left: 150%; /* Przelot w pierwszej fazie (szybki) */
  }
  100% {
    left: 150%; /* Reszta czasu to pauza (przycisk odpoczywa) */
  }
}

@media (max-width: 768px) {
  .mobile-float-cta {
    display: flex;
  }
}

.booksy-cat-btn {
  /* Kluczowe dla poprawnego wyśrodkowania i szerokości */
  display: block;
  width: 100%;
  box-sizing: border-box; /* Zapobiega wychodzeniu poza okno */
  margin: 20px auto 0 auto;

  padding: 12px 20px;

  /* Kolorystyka spójna z szarościami layoutu */
  background-color: transparent;
  color: #333 !important;
  border: 1px solid #d1d1d1;

  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;

  transition: all 0.3s ease;
  cursor: pointer;
}

.booksy-cat-btn:hover {
  background-color: #333;
  border-color: #333;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Subtelny, mniejszy przycisk rezerwacji Ann Marié */
.mobile-float-cta {
  position: fixed;
  bottom: 25px;
  left: 20px; /* Przeniesiony na lewo */
  right: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  /* Zmniejszone wymiary */
  padding: 10px 18px;
  height: 44px;

  /* Kolorystyka: Czarny matowy */
  background: #1a1a1a;
  color: #ffffff !important;

  text-decoration: none;
  font-weight: 500;
  font-size: 12px; /* Mniejszy font */
  letter-spacing: 0.5px;
  text-transform: uppercase;

  /* Zaokrąglone rogi */
  border-radius: 12px;

  /* Subtelny obrys i cień */
  border: 1px solid #333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

  z-index: 9999;
  transition: all 0.3s ease;
}

.mobile-float-cta i {
  margin-right: 8px;
  font-size: 14px;
  color: #d1d1d1; /* Jasnoszara ikona */
}

/* Efekt najechania i kliknięcia */
.mobile-float-cta:hover {
  background: #333333;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.mobile-float-cta:active {
  transform: translateY(0);
}

/* Dostosowanie dla bardzo małych ekranów */
@media (max-width: 380px) {
  .mobile-float-cta {
    padding: 8px 14px;
    font-size: 11px;
    bottom: 20px;
    left: 15px;
  }
}

/* Marketing Laserowy */
/* Naprawa zlewania się tekstu w variant-item */
.name-box {
  display: flex;
  flex-direction: column; /* Wymusza tekst pod tekstem */
  align-items: flex-start;
}

.name-box span {
  font-weight: 500;
  display: block;
}

/* Stylizacja informacji o oszczędnościach */
.loss-info {
  color: #b08d57;
  display: block; /* Gwarantuje nową linię */
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  margin-top: 2px;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

.savings {
  color: #c9a050;
  font-weight: 700;
  font-size: 11px;
  display: block; /* Gwarantuje nową linię */
}

/* Etykieta przy nagłówku */
.badge-promo {
  display: inline-block;
  background-color: #333 !important; /*  tło */
  color: #c9ab6f !important; /* Złoty font */
  border: 1px solid#c9ab6f !important; /* Złoty border */
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 10px;
  vertical-align: middle;
  box-shadow: 0 0 5px rgba(201, 160, 80, 0.2); /* Bardzo delikatna złota poświata */
}

/* Przycisk w HTML musi mieć tylko klasę: btn-premium-gold */

.btn-premium-gold {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 25px auto 10px auto;
  padding: 12px 20px;
  background-color: #333 !important;
  color: #e0e0e0 !important;
  border: 1px solid #1a1a1a !important;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: bold;
}

/* Tworzymy "Błysk" (odbicie światła) */
.btn-premium-gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Startuje daleko z lewej */
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(232, 210, 166, 0.7), /* Jasne odbicie */ transparent);
  transform: skewX(-25deg); /* Skos błysku */
  transition: none;
  z-index: 2;
}

/* Efekt Hover - Blask + Przelatujące światło */
.btn-premium-gold:hover {
  background-color: #000000 !important;
  border: 1px solid #c9ab6f !important;
  color: #c9ab6f !important;

  /* Twój potężny box-shadow */
  box-shadow: 0 8px 15px rgba(201, 160, 80, 0.3) !important;
  transform: scale(1.03);
}

/* Aktywacja przelotu światła po najechaniu */
.btn-premium-gold:hover::before {
  left: 150%; /* Przelatuje na prawą stronę */
  transition: all 1s ease-in-out;
}

/* nowe style start */
/* --- TOTAL RESET DLA NOWEJ SEKCJI --- */
.reviews-section-final {
  background-color: #fcfcfc !important;
  padding: 80px 0 100px 0 !important;
  height: auto !important;
  min-height: auto !important;
  width: 100% !important;
  overflow: hidden !important;
  display: block !important;
  box-sizing: border-box !important;
}

.reviews-inner-container {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

.reviews-header-new {
  text-align: center;
  margin-bottom: 40px;
}

.reviews-header-new h3 {
  font-family: "BDSans-Regular", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.reviews-gold-line {
  width: 50px;
  height: 2px;
  background: #c89116;
  margin: 0 auto;
}

/* Fix dla Slicka, żeby nie wychodził poza ekran */
.modern-slick-slider {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative;
  display: block;
}

.modern-slide-item {
  outline: none !important;
  padding: 15px !important; /* Margines bezpieczeństwa */
  box-sizing: border-box !important;
}

.modern-review-bubble {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-sizing: border-box !important;
  max-width: 750px;
  margin: 0 auto;
}

.modern-stars {
  color: #c89116;
  margin-bottom: 20px;
  font-size: 14px;
}

.modern-review-content {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin-bottom: 25px;
}

.modern-review-author {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.modern-review-author strong {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.modern-review-author a {
  color: #999;
  font-size: 0.8em;
  text-decoration: none;
}

/* KROPKI */
.modern-slick-slider .slick-dots {
  bottom: -50px;
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.modern-slick-slider .slick-dots li {
  margin: 0 5px;
}

.modern-slick-slider .slick-dots li button:before {
  color: #c89116 !important;
  font-size: 12px;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .reviews-section-final {
    padding: 50px 0 80px 0 !important;
  }
  .modern-review-bubble {
    padding: 30px 20px;
  }
  .modern-review-content {
    font-size: 1.05em;
  }
}

/* Specyficzny styl dla nagłówka w opiniach */
.reviews-main-title {
  font-family: "BDSans-Regular", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 2.2em !important; /* Rozmiar dopasowany do prestiżowego wyglądu */
  letter-spacing: 2px !important;
  margin: 0 0 20px 0 !important;

  /* KLUCZOWE: Odstęp między liniami przy łamaniu tekstu */
  line-height: 1.4 !important;

  /* Centrowanie na wypadek gdyby kontener nie wymuszał */
  text-align: center !important;
}

/* Poprawka dla bardzo małych ekranów (smartfony) */
@media (max-width: 480px) {
  .reviews-main-title {
    font-size: 1.6em !important; /* Nieco mniejszy font na wąskich telefonach */
    line-height: 1.3 !important;
    padding: 0 10px;
  }
}
/* nowe style koniec */

@media (min-width: 650px) {
  .art.container .pic img.image_depilacja {
    object-position: center 65% !important;
  }
}

@media (max-width: 2000px) {
  #offer .offer-container .single-offer {
    height: 550px;
  }
}
@media (max-width: 1750px) {
  header .nav-content {
    flex-direction: column;
  }
  /* header .nav-content .nav-content-desc {
    margin-left: 0;
    padding: 0 50px;
    font-size: 30px;
    letter-spacing: 7px;
  } */
  /* header .nav-content .nav-content-desc .nav-content-desc_grandient_first,
  header .nav-content .nav-content-desc .nav-content-desc_grandient_second {
    font-size: 1.3em;
    letter-spacing: 16px;
  } */
  .makijaz_offer_top_60 {
    top: 60% !important;
  }
  header .nav-content .nav-content-desc .nav-content-desc_name {
    font-size: 0.7em;
  }
  header .nav-content .nav-content-desc .nav-content-desc-br {
    display: block;
  }
  #offer .offer-container .single-offer {
    height: 500px;
  }
  /* #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container {
    top: 18%;
  } */
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .offer-navigation .offer_box {
    height: 40px;
    margin-bottom: 15px;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_middle .offer-navigation .offer_box {
    /* height: 50px; */
  }
  #offer .offer-container .single-offer:hover .so-title .offer-navigation .offer_box {
    /* height: 50px; */
    /* margin-bottom: 10px; */
    margin-bottom: 10px;
    height: 40px;
  }
}
@media (max-width: 1500px) {
  #offer .offer-container .single-offer {
    height: 400px;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 8px;
    height: 40px;
  }
  /* #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container {
    top: 15%;
  } */

  #offer .offer-container .single-offer:hover .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 8px;
    height: 40px;
  }

  #offer .offer-container .single-offer .so-title .title-container h3 {
    font-size: 2.5em;
  }

  .a_font_size_offer_smaller {
    font-size: 1.4em !important;
  }
  .font_size_mobile_smaller {
    font-size: 1.5em !important;
  }
  #offer .offer-container .single-offer:hover .h3_font-size_mobile_smaller {
    font-size: 2.2em !important;
  }
  #offer .offer-container .single-offer:hover .so-title .offer-navigation .offer_box {
    margin-bottom: 5px;
  }
  /* .a_font_size_offer_smaller {
    font-size: 1.6em !important;
  } */
}
@media (min-width: 1240px) {
  .adding_width {
    width: 210px !important;
  }

  .adding_width li {
    width: 100% !important;
  }

  #Top_bar {
    display: block;
    position: fixed;
    width: 100vw;
    opacity: 0.95;
  }
  #Top_bar .container.menu_wrapper .hamburger {
    display: none;
  }
  #Top_bar .container.menu_wrapper #menu {
    float: none;
    display: block;
  }
  #Top_bar .container.menu_wrapper #menu #main_first {
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    width: 680px;
    right: 0;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li {
    display: inline;
    position: relative;
    border-bottom: none;
    background: none;
    padding: 16px 0 16px 0;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li:hover {
    background: white;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li:hover .expand_sec {
    cursor: default;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li:hover .expand_sec::after {
    display: none;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li:hover #main_second {
    display: block;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li a,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_style {
    display: inline;
    padding: 20px;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li a:hover::after,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec:hover::after,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_style:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid black;
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li a:hover span,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec:hover span,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_style:hover span {
    color: black;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li a span,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec span,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_style span {
    color: #000;
    font-size: 1.4em;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li a .nav-arrow,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec .nav-arrow,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_style .nav-arrow {
    border-top-color: black;
    border-right-width: 3px;
    border-left-width: 3px;
    right: 10px;
    top: 48%;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li a .edit-arrow,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec .edit-arrow,
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_style .edit-arrow {
    right: 0;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li .expand_sec:hover::after {
    display: none;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second {
    position: absolute;
    left: -50px;
    top: 50px;
    display: none;
    z-index: 10;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li {
    position: relative;
    background: #000;
    width: 200px;
    text-align: left;
    background: rgb(228, 228, 228);
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li:hover {
    display: block;
    background: rgb(218, 218, 218);
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li:hover .main_third {
    display: block !important;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li:hover a span {
    color: #000;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li a,
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .expand_style {
    margin: 0 !important;
    display: block;
    padding: 10px;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li a:hover,
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .expand_style:hover {
    color: gray;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li a:hover::after,
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .expand_style:hover::after {
    display: none;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third {
    display: none;
    position: absolute;
    left: 200px;
    top: 0;
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third li {
    background: rgb(245, 245, 245);
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third li:hover {
    background: rgb(235, 235, 235);
  }
  #Top_bar .container.menu_wrapper #menu #main_first > li #main_second li .main_third li a {
    padding: 10px;
  }
  .container {
    max-width: 1220px;
  }
  .contact .container .contactPhone::before {
    left: 0;
  }
  .contact .container .contactPhone::after {
    right: 0;
  }
}
@media (max-width: 1239px) {
  #offer {
    position: relative !important;
    top: -70px !important;
  }
  header .nav-content .nav-content-desc {
    margin-left: 0;
    padding: 0 50px;
    font-size: 30px;
    letter-spacing: 7px;
    line-height: 1.3;
  }
  header .nav-content .nav-content-desc .nav-content-desc_grandient_first,
  header .nav-content .nav-content-desc .nav-content-desc_grandient_second,
  header .nav-content-desc_gradient_front {
    font-size: 10vw;
    letter-spacing: 16px;
  }

  .font-beautifully {
    font-size: 9vw;
  }
  header .nav-content {
    top: -70px;
  }
  header .nav-content .nav-content-logo img {
    width: 78%;
  }
  header .nav-content .logo_anim_wrapper {
    top: 10%;
  }
  header .nav-content .logo_anim_wrapper .logo_anim_main {
    font-size: 8em;
  }
  header .nav-content .logo_anim_wrapper .logo_anim_secondary {
    font-size: 2.2em;
    letter-spacing: 6px;
  }
  @-webkit-keyframes second_go {
    0% {
      top: 70%;
    }
    100% {
      top: 35%;
    }
  }
  @keyframes second_go {
    0% {
      top: 70%;
    }
    100% {
      top: 35%;
    }
  }
  #Top_bar .container.menu_wrapper #menu #main_first {
    width: 300px;
    right: 0;
  }
  .container {
    max-width: 940px;
  }
  .comment-container .comment-title h3 {
    font-size: 4em;
    padding-bottom: 20px;
  }
  .comment-container .comment {
    width: 50vw;
  }
  #offer .offer-container .single-offer {
    height: 600px;
    position: relative;
    display: block;
  }
  #offer .offer-container .single-offer:hover .so-img img {
    transform: scale(1, 1);
  }
  #offer .offer-container .single-offer:hover .so-title {
    background: none;
    top: 0;
  }
  #offer .offer-container .single-offer:hover .so-title .title-container {
    top: 15%;
  }
  /* #offer .offer-container .single-offer:hover .so-title .title-container h3 {
    font-size: 4em;
  } */

  #offer .offer-container .single-offer:hover .so-title .title-container_remove_hover {
    top: 15% !important;
  }
  #offer .offer-container .single-offer:hover .so-title .offer-navigation .offer_box {
    margin-bottom: 20px;
    height: 60px;
  }
  #offer .offer-container .single-offer:hover .so-title .offer-navigation .offer_box a {
    font-size: 1.7em;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container h3 {
    font-size: 3em !important;
  }

  #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container h3 {
    font-size: 3em !important;
  }
  #offer .offer-container .single-offer .so-title .title-container h3 {
    font-size: 3em !important;
  }
  #offer .offer-container .single-offer .so-title .mobile_title_container {
    top: 13% !important;
  }

  .manicure_mobile {
    top: 60% !important;
  }
  /* #offer .offer-container .single-offer .so-title .title-container {
    top: 20% !important;
  } */
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 15px;
    height: 55px;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_middle .offer-navigation .offer_box {
    height: 60px;
  }
  #offer .offer-container .single-offer .so-img {
    position: relative;
    z-index: 0;
  }
  #offer .offer-container .single-offer .so-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    display: block;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
  }
  #offer .offer-container .single-offer .so-title {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #offer .offer-container .single-offer .so-title .title-container {
    top: 15%;
  }
  #offer .offer-container .single-offer .so-title .title-container h3 {
    color: white;
    /* font-size: 4em; */
    line-height: 45px;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box {
    transform: translateX(0);
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    height: 60px;
    max-width: 400px;
    position: relative;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box a {
    color: black;
    text-decoration: none;
    font-size: 1.7em;
    letter-spacing: 5px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 18px 0 18px 0;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box a::after {
    display: none;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box.appear_change_side {
    transform: translateX(0);
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box:hover {
    background: #fcfcfc;
    transition: 0s;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 15px;
    height: 55px;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box a {
    padding: 14px 0 14px 0;
  }
  #offer .offer-container .single-offer.offer_last .so-title .title-container {
    top: 50%;
  }
  #online_booking .booking_box input {
    padding: 15px;
    font-size: 2em;
  }
  #online_booking .booking_box p {
    font-size: 3.5em;
  }
  .contact .container .contactBox .contactPhone::after {
    right: -10px;
  }
  .contact .container .contactBox .contactPhone::before {
    left: -10px;
  }
  .contact-form h2 {
    padding-top: 80px;
  }
  h1.title_primary {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .art.container .about_us_container .image_item.pic {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }

  .art.container .image_item p {
    text-align: center;
  }

  .art_smaller_width {
    /* width: 1100px; */
    flex-direction: column-reverse !important;
    flex-wrap: wrap;
  }

  .art_smaller_width .pic img {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 800px;
  }
  .container section {
    margin-bottom: 30px;
  }
  .contact .container .contactHeader {
    margin-bottom: 30px;
  }
  .contact .container .contactBox {
    min-height: 800px;
  }
  .contact .container .contactBox .contactAddress,
  .contact .container .contactBox .contactPhone,
  .contact .container .contactBox .openingHours {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 33%;
  }
  .contact .container .contactBox .ohWrapper,
  .contact .container .contactBox .caWrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact .container .contactBox .contactPhone .span-contactPhone {
    margin-bottom: 20px;
  }
  .contact .container .contactBox .contactPhone::before,
  .contact .container .contactBox .contactPhone::after {
    border-left: none;
    border-right: none;
    width: 100%;
    height: 0;
    left: 50%;
  }
  .contact .container .contactBox .contactPhone::before {
    border-top: 2px solid #fff;
    top: 0px;
  }
  .contact .container .contactBox .contactPhone::after {
    border-bottom: 2px solid #fff;
    top: 100%;
  }
  .contact .container section {
    text-align: center;
  }
  .contact .container section a {
    margin-top: 20px;
  }
  .contact .container .mediaSocial {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
  }
  #offer .offer-container .single-offer .so-title .title-container h3 {
    line-height: 45px;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 10px;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box a {
    padding: 13px 0 13px 0;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box {
    width: 300px;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box a {
    padding: 15px 0 15px 0;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container h3 {
    line-height: 45px;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 10px;
  }
  .comment-container .comment-title h3 {
    font-size: 3.5em;
  }

  .art .display_inline_block {
    width: 100%;
  }
  .art .width_60 {
    width: 100%;
    /* padding-top: 30px; */
  }
  .art.container .pic {
    width: 100%;
  }

  .mobile_single_height_95 {
    height: 95px !important;
  }
}
@media (max-width: 850px) {
  .art .pic img.height_big {
    height: auto !important;
    margin: 0 auto;
  }
  .list_item_custom {
    font-size: 1.1em;
  }
  .italic {
    font-size: 0.9em !important;
  }
  .art.container .about_us_container .main_image.pic {
    width: 100%;
    padding-top: 50px;
    margin: 0;
  }
  .about_us_container_mobile_margin {
    margin: 0 10px !important;
  }

  .art .h1_smaller_mobile {
    font-size: 3em !important;
  }

  #offer .h1_smaller_mobile {
    font-size: 3em !important;
  }
  .art .title p.about_us_offer_font_size {
    font-size: 1.2em;
  }
  .art.container .about_us_container .image_row {
    padding-top: 100px;
  }

  header .nav-content {
    background-position: 20% 50%;
  }
  header .nav-content .nav-content-imgContainer {
    text-align: center;
    padding: 0 20px;
  }
  #Top_bar .container.menu_wrapper #menu {
    width: 100%;
  }
  #Top_bar .container.menu_wrapper #menu #main_first {
    float: none;
    position: absolute;
    width: 100%;
  }
  #offer .offer-container {
    flex-direction: column;
  }
  #offer .offer-container .change-side {
    flex-direction: row;
  }
  #offer .offer-container .single-offer .so-img {
    height: 600px;
  }
  #offer .offer-container .single-offer .so-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  #offer .offer-container .single-offer .so-title .title-container {
    top: 20%;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box a {
    padding: 15px 0 15px 0;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .title-container {
    top: 15%;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 15px;
  }
  #offer .offer-container .single-offer.offer_last {
    margin: 0;
    flex-direction: row-reverse;
  }
  #offer .offer-container .single-offer:hover .so-title .title-container {
    top: 20%;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .offer-navigation .offer_box {
    margin-bottom: 15px;
  }
  .opinions {
    height: 500px;
  }
  .opinions .comment-container {
    padding: 0;
  }
  .opinions .comment-container .comment-title {
    width: 80vw;
  }
  .opinions .comment-container .comment-title h3 {
    font-size: 3.5em;
    line-height: 45px;
    padding: 0;
  }
  .opinions .comment-container .comment {
    font-size: 1.5em;
  }
  .container {
    /* max-width: 600px; */
  }
  .prices {
    max-width: 600px;
  }
  .prices .pricesTitle h2 {
    font-size: 1.3em;
  }
  .prices .singlePrice .price_inside_left {
    width: 73%;
  }
  .prices .singlePrice .price_inside_left .mobile_price_info {
    display: block;
  }
  .prices .singlePrice .price_inside_left .signleTitle .info {
    display: none;
  }
  .prices .singlePrice .price_inside_left p {
    padding-left: 20px;
    padding-right: 10px;
  }
  .prices .singlePrice .price_inside_right {
    width: 25%;
  }
  .prices .singlePrice .price_inside_right p {
    padding-right: 25px;
  }
  .prices .singlePrice:nth-child(even) {
    background: #ececec;
  }
  .prices .singlePrice:hover .price_inside_right p {
    font-weight: normal;
  }
  .contact-form.container {
    margin: 0 auto;
  }
  .contact-form .contact_form_inside {
    justify-content: center;
  }
  .contact-form .contact_form_inside picture {
    display: none;
  }
  .contact-form .contact_form_inside form .formMessage {
    bottom: 70px;
  }
  .art.container {
    padding-top: 30px;
    margin: 0 50px;
    width: auto;
    /* text-align: center; */
  }
  .art.container .pic {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .art.container .pic.about_us {
    padding-top: 20px;
    gap: 30px;
    justify-content: space-evenly;
  }
  .art.container .pic.about_us img {
    margin-top: 30px;
  }
  .art.container .pic img {
    margin: 0 auto;
    width: 100%;
  }
  .art .width_60 p {
    font-size: 1.1em;
  }

  .art .width_60 {
    padding-top: 0px;
  }

  h1.title_primary.title_primary_smaller {
    font-size: 2.5em;
  }
  .contact .container .contactBox .contactAddress,
  .contact .container .contactBox .contactPhone,
  .contact .container .contactBox .openingHours {
    width: 80%;
  }
  h1.title_primary {
    font-size: 3.5em;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  #offer .offer-container .single-offer:hover .so-title .title-container {
    top: 20% !important;
  }

  #offer .offer-container .single-offer:hover .so-title .zabiegi,
  #offer .offer-container .single-offer .so-title .zabiegi {
    top: 19% !important;
  }
  #offer .offer-container .single-offer:hover .so-title .depilacja,
  #offer .offer-container .single-offer .so-title .depilacja {
    top: 25% !important;
  }

  #offer .offer-container .single-offer:hover .so-title .manicure,
  #offer .offer-container .single-offer .so-title .manicure {
    top: 13% !important;
  }

  #offer .offer-container .single-offer:hover .so-title .pedicure,
  #offer .offer-container .single-offer .so-title .pedicure {
    top: 12% !important;
  }

  #offer .offer-container .single-offer:hover .so-title .brwi,
  #offer .offer-container .single-offer .so-title .brwi {
    top: 13% !important;
  }

  #offer .offer-container .single-offer:hover .so-title .makijaz,
  #offer .offer-container .single-offer .so-title .makijaz {
    top: 21% !important;
  }

  .pages_ul li {
    font-size: 1.1em;
  }
}
@media (max-width: 490px) {
  .list_item_custom {
    font-size: 1em;
  }

  .pages_ul li {
    font-size: 1em;
  }
  .pages_ul {
    max-width: 85%;
    min-width: 0;
  }
  .italic {
    font-size: 0.8em !important;
  }

  .font-beautifully {
    font-size: 14vw;
  }

  .art .h1_smaller_mobile {
    font-size: 2.2em;
  }
  .art .title p.about_us_offer_font_size {
    font-size: 1em;
  }
  #offer .offer-container .single-offer .so-title .pedicure h3,
  #offer .offer-container .single-offer .so-title .brwi h3 {
    font-size: 2.5em !important;
  }

  header .nav-content .nav-content-desc {
    padding: 0 5px;
    font-size: 6vw;
    letter-spacing: 2vw;
  }
  header .nav-content .nav-content-desc .nav-content-desc_grandient_first,
  header .nav-content .nav-content-desc .nav-content-desc_grandient_second,
  header .nav-content-desc_gradient_front {
    font-size: 12vw;
    letter-spacing: 3vw;
  }
  .opinions .comment-container .comment-title h3 {
    font-size: 3em;
  }
  .opinions .comment-container .comment {
    height: 250px;
  }
  .opinions .comment-container .comment p {
    margin: 0;
  }
  .contact .container .contactBox .contactAddress,
  .contact .container .contactBox .contactPhone,
  .contact .container .contactBox .openingHours {
    width: 90%;
  }
  #offer .offer-container .single-offer .so-title .title-container {
    top: 20%;
  }
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box {
    width: 290px;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .title-container {
    top: 12%;
  }
  #offer .offer-container .single-offer:hover .so-title .title-container {
    top: 20%;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container {
    top: 12%;
  }
  .container {
    margin: 0 15px 0 15px;
  }

  .art .width_60 p {
    font-size: 1em;
  }
  h1.title_primary.title_primary_smaller {
    font-size: 2em;
  }
  .prices .singlePrice {
    font-size: 1.2em;
  }
  .prices .singlePrice .price_inside_left {
    width: 71%;
  }
  .prices .singlePrice .price_inside_right {
    width: 27%;
  }
  .prices .singlePrice .price_inside_right p {
    padding-right: 25px;
  }
  .contact-form .contact_form_inside {
    align-items: center;
  }
  .contact-form .contact_form_inside form {
    flex-basis: 100%;
    margin: 40px 0;
  }
  .contact-form .contact_form_inside form .inputField {
    width: 80%;
  }
  .contact-form .contact_form_inside form .inputField label {
    top: 40px;
  }
  .contact-form .contact_form_inside form .inputField input,
  .contact-form .contact_form_inside form .inputField textarea {
    margin: 20px 0 10px 0;
    padding: 20px;
  }
  .contact-form .contact_form_inside form .formMessage {
    bottom: 26px;
  }

  .art.container {
    margin: 0 5px;
  }
  .art.container .pic {
    width: 100%;
  }
  h1.title_primary {
    font-size: 3em;
  }
}
@media (max-width: 375px) {
  .pages_ul {
    /* padding-left: 40px; */
  }
  .art.container .title {
    padding: 0;
  }

  .art .h1_smaller_mobile {
    font-size: 1.5em;
  }

  #offer .h1_smaller_mobile {
    font-size: 3.5em;
  }

  .art .title p.about_us_offer_font_size {
    font-size: 0.8em;
  }
  #offer .offer-container .single-offer:hover .so-title .pedicure,
  #offer .offer-container .single-offer .so-title .pedicure {
    top: 10% !important;
  }
  .p_smaller_mobile {
    font-size: 1.4em !important;
    letter-spacing: 0px !important;
    line-height: 40px !important;
  }

  #offer .offer-container .single-offer .so-img {
    height: 550px;
  }
  #offer .offer-container .single-offer .so-title .title-container h3 {
    font-size: 3.1em;
  }
  #offer .offer-container .single-offer .so-title.mobile_multi .offer-navigation .offer_box {
    height: 50px;
  }
  #offer .offer-container .single-offer .so-title.mobile_middle .offer-navigation {
    top: 65%;
  }
  #offer .offer-container .single-offer .so-title.mobile_middle .offer-navigation .offer_box {
    margin-bottom: 15px;
  }
  #offer .offer-container .single-offer:hover .so-title .title-container {
    top: 20%;
  }
  #offer .offer-container .single-offer:hover .so-title .title-container h3 {
    font-size: 3.1em;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .title-container h3 {
    font-size: 3.1em;
  }
  #offer .offer-container .single-offer:hover .so-title.mobile_multi .offer-navigation .offer_box {
    height: 50px;
  }
  .prices .singlePrice {
    font-size: 1.1em;
  }
  .prices .singlePrice .pricesTitle {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .prices .singlePrice .pricesTitle h2 {
    font-size: 1.1em;
  }
  .prices .singlePrice .pricesTitle:nth-child(1) {
    padding-top: 40px;
  }
  .prices .singlePrice .price_inside_left {
    width: 69%;
  }
  .prices .singlePrice .price_inside_left .mobile_price_info {
    width: 70%;
  }
  .prices .singlePrice .price_inside_right {
    width: 29%;
  }
  h1.title_primary {
    font-size: 2.7em;
    padding: 50px 10px 10px 10px;
  }
  .opinions .comment-container .comment-title h3 {
    font-size: 2.7em;
  }
  .opinions .comment-container .comment {
    height: 270px;
  }
  .contact-form .contact_form_inside form .formMessage {
    bottom: 30px;
  }
}
@media (max-width: 320px) {
  #offer .offer-container .single-offer .so-title .offer-navigation .offer_box {
    width: 290px;
  }
  .opinions .comment-container .comment {
    height: 275px;
  }
  .contact .container .contactBox .contactAddress,
  .contact .container .contactBox .contactPhone,
  .contact .container .contactBox .openingHours {
    width: 95%;
  }
}

/* SEKCJA REZERWACJI - OPTYMALIZACJA */
/* GŁÓWNA SEKCJA */
.amn-bk-section {
  background-color: #fcfcfc;
  padding: 80px 0;
  font-family: "BDSans-Regular", sans-serif;
}

.amn-bk-full-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  width: 95%;
}

/* ZDJĘCIE */
.amn-bk-top-visual {
  position: relative;
  width: 100%;
}

.amn-bk-full-img {
  width: 100%;
  height: auto;
  display: block;
}

.amn-bk-photo-label {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #c89116;
  color: #fff;
  padding: 8px 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

/* KONTENER TREŚCI */
.amn-bk-bottom-content {
  padding: 60px;
}

.amn-bk-flex-content {
  display: flex;
  gap: 60px; /* Większy odstęp między lewą a prawą stroną */
  align-items: flex-start;
}

.amn-bk-text-main {
  flex: 1.2;
}

.amn-bk-features-area {
  flex: 1;
}

/* TYPOGRAFIA */
.amn-bk-tag {
  color: #c89116;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.amn-bk-main-title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 300;
  color: #1a1a1a;
}

.amn-bk-main-title strong {
  font-weight: 800;
  color: #c89116;
}

.amn-bk-main-desc {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

/* LISTA CECH */
.amn-bk-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.amn-bk-feature-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #333;
}

.amn-bk-feature-list i {
  color: #c89116;
  width: 20px;
  text-align: center;
}

/* PRZYCISK */
.amn-bk-cta-btn {
  display: block;
  text-align: center;
  background: #1a1a1a;
  color: #fff !important;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s;
  border: 1px solid #1a1a1a;
}

.amn-bk-cta-btn:hover {
  background: transparent;
  color: #1a1a1a !important;
}

/* GWIAZDKI I OPINIE */
.amn-bk-trust-container {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.amn-bk-row {
  display: flex;
  align-items: center;
}

.amn-stars-col {
  color: #c89116;
  font-size: 13px;
  width: 80px; /* Stała szerokość kolumny gwiazdek */
  flex-shrink: 0;
  letter-spacing: 1px;
}

.amn-info-col {
  font-size: 13px;
  color: #444;
}

.amn-info-col strong {
  color: #1a1a1a;
}
.amn-info-col span {
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 5px;
}

.amn-bk-divider {
  display: none; /* Ukrywamy kreskę na desktopie, bo mamy układ pionowy */
}

/* --- RESPONSIVE (MOBILE) --- */
@media (max-width: 992px) {
  .amn-bk-flex-content {
    flex-direction: column;
    gap: 40px;
  }

  .amn-bk-bottom-content {
    padding: 40px 25px;
    text-align: center;
  }

  .amn-bk-feature-list li {
    justify-content: center;
  }

  .amn-bk-trust-container {
    align-items: center;
  }

  .amn-bk-row {
    width: 260px; /* Stała szerokość kontenera opinii na mobile */
    justify-content: flex-start;
  }
}

/* --- RESPONSYWNOŚĆ I ZAUFANIE --- */

@media (max-width: 992px) {
  /* Sekcja Rezerwacji - Kontener */
  .amn-bk-flex-content {
    flex-direction: column;
    text-align: center;
  }
  .amn-bk-features-area {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
  .amn-bk-bottom-content {
    padding: 30px 20px;
  }
  .amn-bk-main-title {
    font-size: 24px;
  }

  /* LISTA CECH - Wyśrodkowana na ekranie, ale wyrównana do lewej wewnątrz */
  .amn-bk-feature-list {
    display: inline-block; /* Pozwala wycentrować listę jako blok */
    text-align: left;
    margin: 0 auto 30px auto;
  }
  .amn-bk-feature-list li {
    justify-content: flex-start; /* Ikony i tekst w jednej linii od lewej */
  }

  /* GWIAZDKI - Idealnie pod sobą na mobile */
  .amn-bk-trust-container {
    flex-direction: column;
    align-items: center; /* Centruje cały blok na ekranie */
    gap: 12px;
  }
  .amn-bk-trust-item {
    width: 100%;
    display: flex;
    justify-content: center; /* Centruje wiersz względem ekranu */
  }
  .amn-bk-row {
    width: 260px; /* Stała szerokość wiersza gwarantuje pion dla gwiazdek */
    justify-content: flex-start; /* Gwiazdka pod gwiazdką */
  }
  .amn-bk-divider {
    display: none;
  }
}

/* --- NOWOCZESNE HERO (Bez zmian) --- */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: url("../img/background_02.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.hero-eyebrow {
  font-family: "BDSans-Regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.9em;
  color: #c89116;
  display: block;
  margin-bottom: 15px;
  animation: fadeInUp 1s ease;
}

.hero-title {
  font-family: "BDSans-Regular", sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: normal;
  animation: fadeInUp 1.2s ease;
}

.hero-title span {
  font-family: "BDScript-Regular", cursive;
  color: #c89116;
  text-transform: none;
  font-size: 1.1em;
}

.hero-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.9;
  animation: fadeInUp 1.4s ease;
}

.hero-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  animation: fadeInUp 1.6s ease;
}

.btn-primary,
.btn-outline {
  padding: 15px 35px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.btn-primary {
  background: #c89116;
  color: #fff;
  border: 1px solid #c89116;
}

.btn-primary:hover {
  background: #a67912;
  border-color: #a67912;
  transform: translateY(-3px);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-btns {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 250px;
  }
}

/* --- KONFIGURACJA ZAUFANIA (DESKTOP) --- */
.amn-bk-trust-container {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.amn-bk-row {
  display: flex;
  align-items: center;
}

.amn-stars-col {
  color: #c89116;
  font-size: 14px;
  letter-spacing: 1px;
  width: 85px; /* Stała szerokość dla gwiazdek */
  flex-shrink: 0;
}

.amn-info-col {
  font-size: 13px;
  color: #1a1a1a;
  white-space: nowrap;
}

.amn-info-col strong {
  font-weight: 800;
}
.amn-info-col span {
  color: #777;
  font-size: 11px;
  margin-left: 5px;
  text-transform: uppercase;
}

.amn-bk-divider {
  width: 1px;
  height: 30px;
  background: #e0e0e0;
}

/* Stylizacja linków w opiniach */
a.amn-bk-trust-item {
  text-decoration: none; /* Usuwa podkreślenie */
  color: inherit; /* Przyjmuje kolor tekstu z rodzica */
  display: flex; /* Zachowuje układ */
  transition: opacity 0.3s ease;
}

a.amn-bk-trust-item:hover {
  opacity: 0.7; /* Delikatny efekt po najechaniu */
  text-decoration: none;
}

/* Upewniamy się, że gwiazdki i liczby nie zmieniają koloru */
a.amn-bk-trust-item .amn-info-col,
a.amn-bk-trust-item .amn-stars-col {
  text-decoration: none !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* RESET I GŁÓWNY HEADER */
.amn-nav-header {
  width: 100%;
  display: block; /* Header musi być blokiem, by kontener w środku mógł się wycentrować */
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.amn-nav-container {
  max-width: 1200px;
  width: 95%; /* Zapewnia margines na mniejszych ekranach */
  margin: 0 auto !important; /* !important wymusi centrowanie, jeśli coś je blokuje */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%; /* Żeby logo i menu były idealnie w osi pionowej */
}

/* LOGO */
.amn-nav-logo {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column; /* Układa napisy jeden pod drugim */
  align-items: center; /* Centruje je względem siebie */
  justify-content: center;
}

.amn-logo-text {
  margin: 0;
  line-height: 1;
  text-align: center; /* Gwarantuje centrowanie tekstu wewnątrz */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amn-logo-main {
  display: block;
  font-size: 22px; /* Nieco większy dla lepszej widoczności */
  letter-spacing: 1px; /* Eleganckie rozstrzelenie liter */
  font-weight: 900;
  background: linear-gradient(90deg, #1a1a1a, #c89116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.amn-logo-sub {
  font-family: "BDScript-Regular", cursive;
  color: #c89116;
  font-size: 29px; /* Zwiększony rozmiar dla "beauty clinic" */
  margin-top: -2px; /* Subtelne podciągnięcie do góry pod główny napis */
  display: block;
  width: 100%; /* Zapewnia przestrzeń do centrowania */
  text-align: center;
  text-transform: lowercase; /* Styl typowy dla fontów skryptowych */
  letter-spacing: 0.5px;
}

/* LISTA GŁÓWNA */
.amn-nav-first {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.amn-nav-first > li > a,
.amn-nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 10px 0;
  transition: color 0.3s;
  cursor: pointer;
}

.amn-nav-first li:hover > a {
  color: #c89116;
}

/* DROPDOWN - POZIOM 2 (Oferta) */
.amn-nav-has-sub {
  position: relative;
}

.amn-nav-second {
  position: absolute;
  top: 100%;
  top: 200%;
  left: 0;
  background: #fff;
  min-width: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  list-style: none;
  padding: 15px 0;
  border-top: 3px solid #c89116;
}

.amn-nav-has-sub:hover > .amn-nav-second {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.amn-nav-second li {
  position: relative;
}

.amn-nav-second a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.amn-nav-second li:hover > a {
  background: #f9f9f9;
  color: #c89116;
}

/* DROPDOWN - POZIOM 3 (Pod-zabiegi) */
.amn-nav-third {
  position: absolute;
  top: -15px;
  left: 100%;
  background: #fff;
  min-width: 240px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  list-style: none;
  padding: 15px 0;
}

.amn-nav-has-grand:hover > .amn-nav-third {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.amn-nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between; /* Równe odstępy */
  width: 30px;
  height: 21px; /* Stała wysokość całego hamburgera */
  cursor: pointer;
  z-index: 10001;
}

.amn-nav-hamburger span {
  display: block;
  width: 100%;
  height: 3px; /* Solidna, równa grubość */
  background-color: #1a1a1a;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0); /* Fix na różną grubość linii */
  backface-visibility: hidden;
}
/* Kiedy hamburger ma klasę .toggle (dodawaną przez JS) */
.amn-nav-hamburger.toggle span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.amn-nav-hamburger.toggle span:nth-child(2) {
  opacity: 0; /* Środkowa znika */
}

.amn-nav-hamburger.toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.amn-nav-hamburger.toggle span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.amn-nav-hamburger.toggle span:nth-child(2) {
  opacity: 0;
}
.amn-nav-hamburger.toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
/* MOBILE */
@media (max-width: 992px) {
  .amn-nav-hamburger {
    display: flex;
    z-index: 10000;
  }

  @media (max-width: 992px) {
    .amn-nav-menu {
      position: fixed;
      top: 0;
      right: -100%; /* Menu jest schowane za prawą krawędzią */
      width: 80%;
      height: 100vh;
      background: #fff;
      padding-top: 100px;
      transition: 0.4s ease-in-out;
      z-index: 999;
    }

    .amn-nav-menu.active {
      right: 0; /* Menu wjeżdża na ekran */
    }
  }

  .amn-nav-first {
    flex-direction: column;
    gap: 20px;
  }

  .amn-nav-second,
  .amn-nav-third {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 10px 0 10px 15px;
    display: none; /* Będziemy otwierać JS-em */
    border-top: none;
  }

  .amn-nav-has-sub.active > .amn-nav-second,
  .amn-nav-has-grand.active > .amn-nav-third {
    display: block;
  }
}

@media (max-width: 992px) {
  /* Kontener menu - teraz na 100% szerokości dla lepszego efektu lub zostaw 80% */
  .amn-nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100vh;
    background: #fff;
    padding: 100px 0 40px 0; /* Usuwamy padding boczne, by lista mogła być szeroka */
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  /* Główna lista */
  .amn-nav-first {
    flex-direction: column;
    gap: 0; /* Gap zastąpimy paddingiem w <a> dla większego obszaru kliku */
    width: 100%;
  }

  /* Linki główne */
  .amn-nav-first > li {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }

  .amn-nav-first > li > a,
  .amn-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px; /* Duży obszar dla palca */
    font-size: 16px; /* Większy font */
    letter-spacing: 2px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Podmenu (Oferta) */
  .amn-nav-second {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0;
    background: #fcfcfc; /* Delikatnie inny odcień dla odróżnienia */
    display: none; /* Sterowane klasą .active */
    border-top: none;
  }

  .amn-nav-second a {
    padding: 15px 30px 15px 50px; /* Większe wcięcie dla drugiego poziomu */
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }

  /* Pod-podmenu (Zabiegi szczegółowe) */
  .amn-nav-third {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #fff;
    display: none; /* Sterowane klasą .active */
    padding: 0;
  }

  .amn-nav-third a {
    padding: 12px 30px 12px 70px; /* Jeszcze większe wcięcie dla trzeciego poziomu */
    font-size: 13px;
    text-transform: none; /* Subtelniejszy wygląd dla najniższego poziomu */
    color: #666;
  }

  /* Klasy aktywne - pokazują listy */
  .amn-nav-has-sub.active > .amn-nav-second,
  .amn-nav-has-grand.active > .amn-nav-third {
    display: block;
  }

  /* Obracanie strzałek przy otwieraniu */
  .amn-nav-has-sub.active > a i,
  .amn-nav-has-grand.active > a i {
    transform: rotate(180deg);
    transition: 0.3s;
  }

  .amn-nav-has-sub.active > .amn-nav-second {
    display: block !important;
  }

  .amn-nav-has-grand.active > .amn-nav-third {
    display: block !important;
  }
}

/* Warstwa przyciemniająca tło */
.amn-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); /* Półprzezroczysta czerń */
  z-index: 998; /* Pod menu (999), ale nad stroną */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

/* Pokazujemy overlay, gdy menu jest aktywne */
.amn-nav-menu.active ~ .amn-nav-overlay {
  opacity: 1;
  visibility: visible;
}
/* GŁÓWNA SEKCJA KONTAKTU */
.amn-contact {
  padding: 80px 0;
  background-color: #fcfcfc;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
}

.amn-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.amn-section-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}

.amn-section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #c89116; /* Twoje złoto */
}

/* GRID KONTAKTOWY */
.amn-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.amn-contact-col {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.amn-contact-col:hover {
  transform: translateY(-5px);
}

.amn-contact-icon {
  font-size: 24px;
  color: #c89116;
  margin-bottom: 20px;
}

.amn-contact-col h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.amn-contact-text {
  line-height: 1.8;
  font-size: 15px;
  color: #555;
}

.amn-brand-name {
  font-weight: bold;
  color: #1a1a1a;
}

/* PRZYCISKI I LINKI */
.amn-contact-link {
  display: inline-block;
  margin-top: 15px;
  color: #c89116;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.amn-contact-link:hover {
  border-bottom: 1px solid #c89116;
}

.amn-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.amn-btn-secondary {
  padding: 10px 20px;
  border: 1px solid #c89116;
  color: #c89116;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
}

.amn-btn-secondary:hover {
  background: #c89116;
  color: #fff;
}

/* GODZINY */
.amn-hours-list {
  margin-top: 10px;
}

.amn-hour-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.amn-time {
  font-weight: 600;
}

/* SOCIAL MEDIA */
.amn-social-footer {
  text-align: center;
  margin-top: 60px;
}

.amn-social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}

.amn-social-icons a {
  font-size: 22px;
  color: #1a1a1a;
  transition: 0.3s;
}

.amn-social-icons a:hover {
  color: #c89116;
  transform: scale(1.2);
}

/* FOOTER LEGAL */
.amn-footer-legal {
  background: #1a1a1a;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}

.amn-footer-legal span {
  color: #c89116;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 992px) {
  .amn-contact-grid {
    grid-template-columns: 1fr; /* Jedna kolumna na mobile */
  }
}
