/***********************************************/
/* HEADER */
/***********************************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f7;
  width: 100%;
  height: 9.6rem;
  padding: 0 4.8rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(249, 249, 247, 0.8);
  /* opacity: 1; */
  z-index: 9999;
  -webkit-backdrop-filter: blur(
    6px
  ); /* optional visual polish for translucent header */
  backdrop-filter: blur(6px);
}

.fizjoklucz-logo-header {
  height: 7rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.4rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 2rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  background-color: #f9f9f7;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  background-color: #e1e1d6;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #f9f9f7;
  border-radius: 5%;
  border-color: #333;
  border: #333;
}

/* MOBILE */

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/***********************************************/
/* HERO */
/***********************************************/

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-left {
  text-align: center;
  padding: 10rem 10rem 10rem 5rem;
  margin: 0 auto;
}
.hero-right {
  grid-column: span 2;
  padding: 0rem;
  display: flex;
  justify-content: center;
}

.hero-img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-methods {
  font-size: 3.2rem;
  font-weight: 350;
  text-align: center;
  margin-bottom: 1.6rem;
}

.hero-quote {
  font-size: 2.2rem;
  font-weight: 350;
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.hero-heading-primary {
  font-size: 13rem;
  font-weight: 500;
  text-align: left;
}

.hero-heading-secondary {
  font-size: 4rem;
  font-weight: 400;

  text-align: left;
}

.hero-heading-tertiary {
  font-size: 3rem;
  font-weight: 400;

  text-align: left;
}

.hero-heading-text {
  font-size: 3rem;
  font-weight: 400;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
  text-align: left;
}
/***********************************************/
/* WORK METHODS */
/***********************************************/

.work-methods {
  padding: 0 2.4rem 9.6rem 2.4rem;
}

.methods-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.methods-img-box::before,
.methods-img-box::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.methods-img-box::before {
  height: 25rem;
  width: 25rem;
  z-index: -2;
  background-color: #edede6;
}

.methods-img-box::after {
  height: 20rem;
  width: 20rem;
  z-index: -1;
  background-color: #d5d5cf;
}

.methods-img {
  width: 30%;
  height: 30%;
}

.method-description {
  font-size: 2rem;
  line-height: 1.8;
  text-align: justify;
}

/***********************************************/
/* PHILOSOPHY */
/***********************************************/

.section-philosophy {
  max-width: 260rem;
  padding-top: 2.4rem;
  padding-bottom: 9.6rem;
  display: grid;
  background-color: #f9f9f7;
}

.philosophy-left {
  background-color: #edede6;
}

.philosophy-right {
  padding: 3.2rem;
  background-color: #edede6;
}

.philosophy-description {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  /* padding: 2.5rem 9.8rem 1.2rem 9.8rem; */
  text-align: justify;
}

.philosophy-img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.philo-heading {
  padding-bottom: 2.4rem;
}
/***********************************************/
/* TESTIMONIALS */
/***********************************************/

.section-testimonials {
  height: auto;
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.8rem;1
}

.testimonial {
  position: relative;
  height: 500px;
  max-width: 900px;
  width: 90%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slide {
  /* background-color: #f9f9f7; */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0px 0rem 2.8rem rgba(0, 0, 0, 0.15);
  padding: 2.5rem;
}

.slide .p {
  padding: 0 160px;
  text-align: center;
}

.quote-icon {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #edede6;
}

.swiping-pagination {
  padding-bottom: 9.6rem;
}

/* .section-testimonials {
  padding: 9.6rem 9.6rem;
}

.testimonials {
  display: grid;

  gap: 4.8rem;
  padding-left: 10rem;
  padding-right: 10rem;
}

.testimonial {
  height: 36rem;
  background-color: #f9f9f7;
  border-color: #777;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  text-align: center;
  align-content: center;
  flex: 0 0 49rem;
  scroll-snap-stop: start;
  flex: 0 0 20em;
  height: 12em;
  background-color: #f9f9f7;
  padding: 1em;
  border-radius: 0.5em;
  text-align: center;
  align-content: center;
}

.testimonial-arrow {
  position: relative;
  border: 1px solid #ccc;
}

.testimonial-arrow:before,
.testimonial-arrow:after {
  position: absolute;
  left: 20px;
  bottom: -19px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #f9f9f7;
  content: " ";
}
.testimonial-arrow:before {
  left: 19px;
  bottom: -21px;
  border-left-color: #ccc;
}
*/
.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  padding: 2.5rem 2.4rem 0rem 2.4rem;
  text-align: justify;
}

.testimonial-name {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  padding-left: 2rem;
  color: #555;
  text-align: left;
}

.testimonial-btn {
  background-color: #f9f9f7;
  color: #555;
  text-decoration: none;
  padding: 6px;
  border-radius: 6px;
  transition: all 0.3s;
  margin-top: 4.8rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #555;
}

.swiper-pagination-bullet-active {
  background-color: #555;
}

/***********************************************/
/* ABOUT */
/***********************************************/

.section-about {
  max-width: 260rem;

  display: grid;
  padding-top: 2.4rem;
  padding-bottom: 9.6rem;
  background-color: #f9f9f7;
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-left {
  background-color: #edede6;
  padding: 3rem 10rem 3rem 10rem;
}

.about-right {
  background-color: #edede6;
  /* padding: 3rem; */
}

.about-text {
  font-size: 2rem;
  line-height: 1.8;

  padding: 2.5rem 0rem 1.2rem 0rem;
  text-align: justify;
}

.about-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  /* margin: 4.4rem auto 3.2rem auto; */
  /* border-radius: 5px; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2);
}

/***********************************************/
/* PRICES */
/***********************************************/

.section-prices {
  max-width: 260rem;
  display: grid;
}

.prices {
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;

  padding-left: 10rem;
  padding-right: 10rem;
}

.price-service {
  padding-top: 2.4rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
}

.prices-description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  padding: 0rem 3.2rem 0rem 3.2rem;
  text-align: justify;
  text-align: center;
}

/***********************************************/
/* FOOTER */
/***********************************************/

.section-footer {
  padding: 9.6rem 0;
}

.footer-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  z-index: -1;
}

.footer-right {
  background-color: #edede6;
  padding-bottom: 3.2rem;
}

.footer-text {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;

  text-align: justify;
}

.fizjoklucz-logo-footer {
  margin-bottom: 1rem;
  display: block;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.footer-heading {
  font-weight: 700;
}

.footer-hours {
  list-style: none;
}

.footer-right-left {
  text-align: center;
  padding: 2.5rem 0rem 2.5rem 2.5rem;
}

.footer-right-right {
  text-align: center;
  margin: auto;
  padding: 2.5rem 2.5rem 2.5rem 0rem;
}

.footer-opening-hours {
  margin-bottom: 1rem;
}

.social-logo {
  margin-top: 1rem;
  width: 10%;
  margin-bottom: 1rem;
}

.contact {
  display: flex;
  flex-direction: column;
}
.date-time {
  display: flex;
  justify-content: space-around;
}
.date,
.time {
  width: 50%;
  text-align: center;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  color: #767676;
}

.copyright {
  text-align: center;
}

.year {
  display: table;
  margin: 0 auto;
}
