@charset "UTF-8";
/**
 * Theme Name: Projectic Child
 * Template:   projectic
 * ...other header fields
 */
@import url("../projectic/style.css") layer(parent);
@layer tokens {
  :root {
    --color-primary: #191970;
    --color-accent: #f3a361;
    --color-accent-2: #b0dfe6;
    --color-text: var(--dark-blue);
    --color-muted: var(--muted-blue);
    --color-text-alt: rgba(25, 25, 112, 0.75);
    --color-bg: #ffffff;
    --color-surface: #f7faf9;
    --white: white;
    --black: #1e1e1e;
    --dark-blue: midnightblue;
    --blue: #b0dfe6;
    --orange: #f3a361;
    --light-blue: #edf7f9;
    --creme: #fcedc6;
    --beige: #cbaf95;
    --yellow: #fed801;
    --brown: #a48270;
    --black-2: black;
    --muted-blue: rgba(0, 46, 114, 0.5);
    --radius-lg: 16px;
    --shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    --container: 1200px;
    --gutter: 24px;
    --fs-sm: clamp(0.875rem, 0.82rem + 0.2vw, 0.95rem);
    --fs-base: 14px;
    --fs-xl: clamp(1.5rem, 1.2rem + 1.3vw, 2.25rem);
    --fs-xxl: clamp(2rem, 1.6rem + 2vw, 3rem);
    --section-img-height: 451px;
    --grid-column-gap: 100px;
    --grid-row-gap: 100px;
    --max-container-width: 1200px;
    --reveal-distance: 200px;
    --reveal-duration: 0.8s;
    --reveal-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
    --header-banner-back-color: var(--orange);
    --header-banner-text-color: var(--white);
  }
  /* @media (prefers-color-scheme:dark){
    :root{
      --color-bg:#0b1220; --color-surface:#0f172a;
      --color-text:#e5e7eb; --color-muted:#9ca3af;
    }
  } */
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  html,
  body {
    /* height: 100%; */
    overflow-x: clip;
  }
  body.page {
    margin: 0;
  }
  body {
    font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--color-text);
    /* background: var(--color-bg); */
    font-size: var(--fs-base);
    font-size: 14px;
  }
  /* Forms
  --------------------------------------------- */
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    border: 2px solid var(--blue);
    border-radius: 20px;
    padding: 5px;
    padding-left: 15px;
    color: var(--dark-blue);
    width: 100%;
    transition: all 0.2s ease-in-out;
  }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=range]:focus,
  input[type=date]:focus,
  input[type=month]:focus,
  input[type=week]:focus,
  input[type=time]:focus,
  input[type=datetime]:focus,
  input[type=datetime-local]:focus,
  input[type=color]:focus,
  textarea:focus {
    border-color: var(--color-accent);
    outline: 2px solid var(--color-accent);
  }
  select {
    border: 1px solid var(--blue);
  }
  textarea {
    width: 100%;
  }
  button,
  input[type=submit],
  input[type=reset] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
  input[type=button],
  input[type=reset],
  input[type=submit] {
    border: 1px solid;
    border-color: var(--dark-blue);
    background-color: var(--dark-blue);
    line-height: 20px;
    font-weight: 600;
    padding: 16px 45px;
    color: var(--white);
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.2s;
    border-radius: 54px;
  }
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
  }
  input[type=button]:active,
  input[type=button]:focus,
  input[type=reset]:active,
  input[type=reset]:focus,
  input[type=submit]:active,
  input[type=submit]:focus {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
  }
  .wpcf7-form {
    container-type: inline-size;
    container-name: wpcffrom;
  }
  .wpcf7-form p {
    margin-block: 20px;
  }
  .wpcf7-form.submitting .wpcf7-spinner {
    margin-top: 15px !important;
  }
  .wpcf7-form p:has(.wpcf7-submit) {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    align-items: center;
  }
  .contact-form-row {
    display: flex;
    gap: 20px;
    margin-block: 20px;
  }
  .contact-form-row p {
    margin: 0;
    width: 100%;
  }
  @container wpcffrom (max-width: 500px) {
    .contact-form-row {
      display: block;
    }
    .contact-form-row p {
      margin-block: 20px;
    }
  }
  a {
    text-decoration: none;
    line-height: 20px;
    color: var(--dark-blue);
    transition: color 0.3s ease-in-out;
  }
  a:hover {
    color: var(--color-accent);
  }
  .entry-content a {
    text-decoration: underline;
  }
  h2,
  .heading-2 {
    margin-top: 9px;
    margin-bottom: 2px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5;
  }
  @media screen and (width > 1200px) {
    h2,
    .heading-2 {
      padding-block: 30px;
    }
  }
  @media screen and (width <= 1200px) {
    h2,
    .heading-2 {
      font-size: 34px;
    }
  }
  @media screen and (width <= 767px) {
    h2,
    .heading-2 {
      font-size: 28px;
    }
  }
  @media screen and (width <= 479px) {
    h2,
    .heading-2 {
      text-align: center;
      font-size: 16px;
    }
  }
  @media screen and (width <= 386px) {
    h2,
    .heading-2 {
      font-size: 14px;
    }
  }
  h1,
  .heading-1 {
    text-transform: uppercase;
    margin-bottom: 19px;
    font-size: 55px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 20px;
  }
  @media screen and (width > 1200px) {
    h1,
    .heading-1 {
      padding-block: 0;
    }
  }
  @media screen and (width <= 1200px) {
    h1,
    .heading-1 {
      font-size: 45px;
    }
  }
  @media screen and (width <= 767px) {
    h1,
    .heading-1 {
      font-size: 40px;
    }
  }
  @media screen and (width <= 479px) {
    h1,
    .heading-1 {
      font-size: 35px;
    }
  }
  @media screen and (width <= 767px) {
    h1,
    .heading-1 {
      font-size: 42px;
    }
  }
  .section-header {
    /* margin-top: 40px; */
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
  }
  .section-header > img {
    box-sizing: content-box;
    max-width: 80px;
    max-height: 80px;
    padding-right: 30px;
  }
  @media screen and (width <= 767px) {
    .section-header {
      flex-wrap: wrap;
    }
  }
  @media screen and (width <= 479px) {
    .section-header > :not(img) {
      display: block;
      width: 100%;
      text-align: start;
    }
  }
  .section-header > :not(img) {
    margin-block: 20px 10px;
  }
  .container {
    z-index: 10;
    max-width: var(--max-container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
  }
  @media screen and (width <= 991px) {
    .container {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  .image-slider {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
  }
  .image-slider {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .image-slider:has(.image-wrapper-text.up) {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .image-slider .fade {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .image-slider.slider .fade {
    opacity: 0;
    transition: opacity 1s;
  }
  .image-slider.slider .fade:nth-child(1) {
    animation: fadeAnimation 20s infinite;
  }
  .image-slider.slider .fade:nth-child(2) {
    animation: fadeAnimation 20s infinite 5s;
  }
  .image-slider.slider .fade:nth-child(3) {
    animation: fadeAnimation 20s infinite 10s;
  }
  .image-slider.slider .fade:nth-child(4) {
    animation: fadeAnimation 20s infinite 15s;
  }
  @keyframes fadeAnimation {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 40px;
    /* max-height: 550px; */
    display: flex;
    position: relative;
  }
  .image-wrapper:has(.image-wrapper-text.down) {
    padding-top: 60px;
  }
  @media screen and (width <= 991px) {
    .image-wrapper:has(.image-wrapper-text.down) {
      padding-top: 0;
    }
  }
  .image-wrapper:has(.image-wrapper-text.up) {
    padding-top: 0;
  }
  .image-wrapper-inner {
    width: 100%;
    height: var(--section-img-height);
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .image-wrapper-text.down {
    padding-top: 14px;
  }
  .image-wrapper-text.up {
    padding-bottom: 14px;
  }
  .image-wrapper-text {
    width: fit-content;
  }
  .image-wrapper-text:not(.right) {
    align-self: end;
  }
  .image-wrapper:has(.image-slider) .image-wrapper-text:not(.right) {
    margin-left: auto;
  }
  .rectangle-box {
    border-radius: 0 30px 30px;
    padding: 20px 30px;
  }
  .rectangle-box span {
    font-size: 12px;
    line-height: 15px;
  }
  .rectangle-box.yellow {
    background-color: var(--creme);
  }
  .rectangle-box.blue {
    background-color: var(--blue);
  }
  .image-wrapper-text.up .rectangle-box {
    border-radius: 70px 70px 0 70px;
  }
  .text-alt {
    color: var(--color-muted);
  }
  .badge-list {
    margin-bottom: 24px;
    display: flex;
  }
  @media screen and (width <= 479px) {
    .badge-list {
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      flex-flow: column;
    }
  }
  .badge-list .badge {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--blue);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 13px 20px;
    display: flex;
  }
  .section-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .section-description {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.7;
  }
  @media screen and (width < 991px) {
    .section-description {
      margin-bottom: 0;
    }
    .section-description > *:last-child {
      margin-bottom: 0;
    }
  }
  .section-wrapper {
    position: relative;
    --section-margin-top: 60px;
    --section-margin-bottom: 60px;
    padding-top: 0;
    margin-top: var(--section-margin-top);
    margin-bottom: var(--section-margin-bottom);
  }
  @media screen and (width < 991px) {
    .section-wrapper {
      margin-top: calc(var(--section-margin-top) / 2);
      margin-bottom: calc(var(--section-margin-bottom) / 2);
    }
  }
  .section-grid {
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }
  .section-grid > * {
    min-width: 0;
  }
  @media screen and (width < 991px) {
    .section-grid {
      --grid-column-gap: 40px;
      --grid-row-gap: 40px;
      /* grid-column-gap: 40px; */
      /* grid-row-gap: 40px; */
      grid-template-columns: 1fr;
    }
  }
  @media screen and (width >= 991px) {
    .section-grid.reverse > :first-child {
      order: 2;
    }
    .section-grid.reverse > :nth-child(2) {
      order: 1;
    }
  }
  .section-grid > .section-grid .image-section {
    /* width: 531px; */
    max-height: var(--section-img-height);
    height: 100%;
    border-radius: 70px 100px 70px 0;
  }
  .image-section,
  .image-card {
    z-index: 40;
    object-fit: cover;
    margin-top: 0;
    margin-left: auto;
    transition: transform 0.2s;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .image-wrapper-image {
    height: 100%;
  }
  .image-wrapper-image:hover img {
    perspective: none;
    transform: scale(0.95);
  }
  .primary-button {
    background-color: var(--dark-blue);
    cursor: pointer;
    border-radius: 54px;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-height: 45px;
    transition: all 0.2s;
    display: flex;
  }
  .primary-button a {
    color: var(--white);
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 12px 29px;
  }
  .primary-button:hover {
    background-color: var(--orange);
  }
  .primary-button:hover .btn-arrow.w-embed svg path {
    stroke: var(--white);
  }
  .section-content-wrapper,
  .card-content-wrapper {
    container-type: inline-size;
    container-name: read-more;
  }
  .section-read-more {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }
  .section-read-more .primary-button {
    max-width: 260px;
    z-index: 51;
    right: 0;
    gap: 18px;
    position: absolute;
    padding: 12px 29px;
  }
  @media screen and (width < 991px) {
    .section-read-more {
      margin-top: 0;
    }
  }
  @media screen and (width <= 479px) {
    .section-read-more {
      flex-flow: column;
    }
  }
  @container read-more (width < 450px) {
    .section-read-more {
      margin-bottom: 60px;
    }
    .section-read-more .primary-button {
      right: unset;
      left: 0;
      bottom: -60px;
    }
  }
  .sectionbadge-wrapper {
    /* z-index: 20; */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    display: flex;
    position: absolute;
    top: -46px;
  }
  .sectionbadge {
    background-color: var(--white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* justify-content: center; */
    align-items: flex-end;
    /* width: auto; */
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }
  .sectionbadge span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
  }
  .contact-info {
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .contact-info div.phone-icon {
    display: flex;
    align-items: center;
  }
  .contact-info svg path {
    transition: fill 0.3s ease-in-out;
  }
  .contact-info:hover svg path {
    transition: fill 0.3s ease-in-out;
    fill: var(--orange) !important;
  }
  strong {
    color: var(--dark-blue);
    font-weight: 600;
  }
  .booksy-reservation-iframe-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .booksy-widget-button {
    position: relative;
    width: 245px !important;
    height: 45px !important;
    background-color: #191970 !important;
    background: #191970 !important;
    border-radius: 62px !important;
  }
  .booksy-widget-button::after {
    content: "Zarezerwuj wizytę" !important;
    letter-spacing: 1.6px;
    color: #ffffff !important;
    width: 100%;
    height: 100% !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: absolute !important;
    top: 12px !important;
    left: 0 !important;
  }
  .cool-link {
    position: relative;
    display: inline-block;
  }
  .cool-link::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0e7053, #149253);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .cool-link:hover::after {
    opacity: 1;
  }
  .cool-link:hover {
    color: transparent;
  }
}
.header-banner {
  background-color: var(--header-banner-back-color, var(--orange));
  color: var(--header-banner-text-color, var(--white));
  padding: var(--header-banner-padding, 20px 16px);
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.813rem, 0.29rem + 1.742vw, 1.125rem);
}
.header-banner a {
  color: var(--header-banner-text-color, var(--white));
  text-decoration: underline;
}
.header-banner a:hover {
  color: var(--dark-blue);
}
.header-banner p {
  margin: 0;
}
@media screen and (width >= 991px) {
  .header-banner.header-banner-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

@layer header {
  header.header {
    z-index: 100;
    background-color: var(--white);
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
  }
  @media screen and (width <= 991px) {
    header.header {
      position: sticky;
      top: 0;
    }
  }
  header .menu-item {
    cursor: pointer;
  }
  header .menu-item a {
    font-weight: 600;
    padding: 4px 16px;
    color: var(--dark-blue);
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.2s;
  }
  header .menu-item a:hover {
    background-color: var(--white);
    border-radius: 30px;
  }
  header .menu-item.current_page_parent > a, header .menu-item.current_page_item > a, header .menu-item.current-menu-item > a {
    border-radius: 30px;
  }
  header .menu-item:not(.primary-button).current_page_parent > a, header .menu-item:not(.primary-button).current_page_item > a, header .menu-item:not(.primary-button).current-menu-item > a {
    background-color: var(--white);
  }
  @media screen and (width <= 991px) {
    header .desktop {
      display: none;
    }
  }
  header .desktop .desktop-header-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  @media screen and (width >= 991px) {
    header .desktop .desktop-header-wrapper {
      display: flex;
    }
  }
  @media screen and (width <= 1200px) {
    header .desktop .desktop-header-wrapper {
      flex-direction: column;
    }
  }
  header .desktop .brand {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100% !important;
    width: 100%;
    display: flex;
  }
  @media screen and (width <= 1200px) {
    header .desktop .brand {
      align-items: center;
      justify-content: center;
    }
  }
  header .desktop .nav {
    z-index: 100;
    background-color: #a2d4db;
    border-radius: 54px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* max-width: 802px; */
    margin-top: 32px;
    padding-left: 0;
    display: flex;
    position: relative;
  }
  header .desktop .nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 4px;
  }
  header .desktop .nav ul .menu-item {
    position: relative;
  }
  header .desktop .nav ul .sub-menu {
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    position: absolute;
    top: calc(100% + 10px); /* moved down so it's not covering the nav */
    left: 0;
    height: auto; /* remove full-height */
    padding: 14px 20px;
    background-color: var(--blue);
    border-radius: 20px;
    min-width: 100%; /* match parent hover area */
    width: max-content;
    margin-left: 0; /* fix horizontal offset */
    z-index: 100;
    max-width: 300px;
  }
  header .desktop .nav ul .sub-menu li a {
    display: block;
  }
  header .desktop .nav ul .sub-menu li {
    width: 100%;
  }
  header .desktop .nav ul .sub-menu li:not(:first-child) {
    margin-top: 15px;
  }
  header .desktop .nav ul .sub-menu::before {
    content: "";
    position: absolute;
    top: -12px; /* sits above submenu */
    left: 0;
    right: 0;
    height: 12px;
    /* transparent bridge – still part of submenu hitbox */
  }
  header .desktop .nav ul .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  header .desktop .nav_phone {
    position: absolute;
    top: auto;
    bottom: -32px;
    right: 8px;
  }
  header .desktop .primary-button {
    margin-left: 4px;
    margin-right: -4px;
    position: relative;
  }
  header .desktop .primary-button .btn-arrow {
    position: absolute;
    right: 29px;
  }
  header .desktop .primary-button a {
    color: var(--white);
    padding-block: 16px;
    padding-left: 35px;
    padding-right: 66px;
  }
  header .desktop .primary-button a:hover {
    background-color: transparent;
  }
  header .mobile-nav-wrapper {
    z-index: 100;
    background-color: var(--white);
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 220px;
    margin-top: 0;
    margin-left: auto;
    padding-block: 20px 40px;
    padding-inline: 14px;
    position: absolute;
    top: 141px;
    left: -240px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  header .mobile-nav-wrapper .nav_phone {
    margin-top: 20px;
    padding-inline: 14px;
  }
  header .mobile-nav-wrapper .mobile-nav .menu {
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
  }
  header .mobile-nav-wrapper .mobile-nav .menu a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
    position: relative;
    padding: 4px 16px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--dark-blue);
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    flex-flow: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-block: 14px;
    margin-block: 6px;
    padding-left: 16px;
    width: fit-content;
  }
  header .mobile-nav-wrapper .mobile-nav .menu li {
    border-bottom: 1px solid rgba(25, 25, 112, 0.2);
    width: 100%;
  }
  header .mobile-nav-wrapper .menu-item a {
    border-radius: 30px;
  }
  header .mobile-nav-wrapper .menu-item a:hover {
    background-color: var(--orange);
    color: var(--white);
  }
  header .mobile-nav-wrapper .menu-item.current_page_parent > a, header .mobile-nav-wrapper .menu-item.current_page_item > a, header .mobile-nav-wrapper .menu-item.current-menu-item > a {
    background-color: var(--orange);
    color: var(--white);
  }
  header .mobile-nav-wrapper.open {
    transform: translate3d(248px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
  }
  header .mobile {
    justify-content: space-between;
    align-items: center;
    height: 100% !important;
    width: 100%;
    display: none;
  }
  header .mobile .div-block-5 img {
    max-width: 27px;
    max-height: 27px;
  }
  @media screen and (width <= 991px) {
    header .mobile {
      display: flex;
    }
  }
  header .mobile .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  header .mobile .line-block-3 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  @media screen and (width <= 991px) {
    header .mobile .div-block-5 a {
      font-size: 0;
      line-height: 0;
    }
    header .mobile .div-block-4 {
      grid-column-gap: 4px;
      grid-row-gap: 4px;
      flex-flow: column;
      width: 100px;
      display: block;
    }
    header .mobile .burgericon {
      grid-column-gap: 6px;
      grid-row-gap: 6px;
      cursor: pointer;
      flex-flow: column;
      width: 40px;
      display: flex;
    }
    header .mobile .div-block-6 {
      background-color: var(--dark-blue);
      border-radius: 20px;
      width: 18px;
      height: 3px;
      padding-bottom: 0;
      padding-right: 0;
    }
    header .mobile .div-block-6.navel2 {
      width: 32px;
    }
    header .mobile .div-block-6.navel3 {
      width: 24px;
    }
    header .mobile .link-block-3 {
      background-color: var(--dark-blue);
      border-radius: 50%;
      padding: 14px;
    }
  }
  @media screen and (width <= 479px) {
    header .mobile .div-block-4,
    header .mobile .div-block-5 {
      width: 60px;
    }
    header .mobile .link-block {
      width: 120px;
    }
  }
}
@layer footer {
  .footer {
    background-color: var(--light-blue);
    margin-top: auto;
    padding-top: 70px;
    /* padding-bottom: 70px; */
    position: relative;
  }
  .footer .div-block-7 {
    display: flex;
  }
  @media screen and (width <= 991px) {
    .footer .div-block-7 {
      flex-flow: column;
      padding-bottom: 400px;
    }
  }
  .footer .div-block-8 {
    width: 50%;
  }
  @media screen and (width <= 991px) {
    .footer .div-block-8 {
      z-index: 10;
      width: 100%;
      max-width: 100%;
      position: relative;
    }
  }
  .footer .mapcontainer {
    z-index: 2;
    background-color: var(--white);
    border-radius: 70px 100px 70px 0;
    width: 480px;
    height: 100%;
    max-height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  @media screen and (width <= 991px) {
    .footer .mapcontainer {
      width: 100%;
      height: 400px;
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
    }
  }
  .footer .animal-care-loading.footeranimation {
    z-index: 10;
    top: -110px;
    right: 0;
    transform: rotate(34deg);
  }
  @media screen and (width <= 479px) {
    .footer .animal-care-loading.footeranimation {
      z-index: 9;
      right: -100px;
    }
  }
  .footer .image-18 {
    z-index: 1;
    position: absolute;
    top: 32%;
    left: 48%;
  }
  @media screen and (width <= 991px) {
    .footer .image-18 {
      display: none;
    }
  }
  .footer .div-block-38 {
    background-color: #fff;
    margin-top: 40px;
    height: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media screen and (width <= 991px) {
    .footer .div-block-38 {
      height: 600px;
      margin-top: 40px;
    }
  }
  @media screen and (width <= 767px) {
    .footer .div-block-38 {
      height: 430px;
      margin-top: 40px;
    }
  }
  .footer .text-block-2 {
    color: var(--dark-blue);
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;
  }
  .footer .text-block-3 {
    color: var(--dark-blue);
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .footer .footer-date {
    margin-bottom: 16px;
    display: flex;
  }
  .footer .footer-day {
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 37px;
  }
  .footer .footer-day .mobile {
    display: none;
  }
  @media screen and (width <= 767px) {
    .footer .footer-day .desktop:has(+ .mobile) {
      display: none;
    }
    .footer .footer-day .mobile {
      display: inline-block;
    }
  }
  .footer .footer-hours {
    color: var(--dark-blue);
    background-color: #fff;
    border-radius: 30px;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 37px;
  }
  @media screen and (width <= 767px) {
    .footer .footer-hours {
      font-size: 16px;
    }
  }
  .footer .link-block-4 {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 54px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 248px;
    margin-top: 40px;
    padding: 0;
    text-decoration: none;
    display: flex;
  }
  .footer .div-block-37 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: -20px;
    display: flex;
  }
  .footer .text-block-31 {
    color: #6180a9;
  }
  .footer .footer-contact-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 110px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  @media screen and (width <= 1200px) {
    .footer .footer-contact-info-wrapper {
      margin-top: 50px;
      margin-bottom: 0px;
    }
  }
  @media screen and (width <= 991px) {
    .footer .footer-contact-info-wrapper {
      margin-bottom: 0px;
    }
  }
  .footer .footer-contact-info {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  @media screen and (width <= 1200px) {
    .footer .footer-contact-info .contact-info {
      margin-block: 10px;
    }
  }
  .footer .footerlink {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--dark-blue);
    text-decoration: none;
    display: flex;
  }
  .footer .div-block-29 {
    width: 100%;
  }
  .footer .text-block-21 {
    color: #6180a9;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
  }
  .footer .code-embed {
    border-top-left-radius: 70px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 70px;
    margin: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer .footer-copyright {
    position: relative;
    background-color: var(--light-blue);
    padding-block: 5px;
  }
  .footer .footer-copyright p {
    margin: 0;
    width: fit-content;
    margin-inline: auto;
  }
}
@layer orangePaw {
  .animal-care-loading {
    z-index: 50;
    color: var(--orange);
    width: 250px;
    height: 250px;
    position: absolute;
    transform: rotate(-34deg);
    pointer-events: none;
  }
  .secondanimation {
    top: -95px;
    right: 306px;
    transform: rotate(34deg);
  }
  @media screen and (width <= 991px) {
    .secondanimation {
      right: 0;
    }
  }
  @media screen and (width <= 479px) {
    .secondanimation {
      z-index: -1;
    }
  }
  .thirdanimation {
    top: unset;
    bottom: -145px;
    left: 23px;
    transform: rotate(-34deg);
    /* @media screen and (width <= 479px) {
      display: none;
    } */
  }
  .fifthanimiation {
    bottom: -151px;
    left: 318px;
    transform: rotate(-34deg);
  }
  @media screen and (width <= 991px) {
    .fifthanimiation {
      bottom: -152px;
      left: auto;
      right: 0;
    }
  }
  @media screen and (width <= 479px) {
    .fifthanimiation {
      bottom: -157px;
      right: -100px;
    }
  }
  .fourthanimation {
    top: -129px;
    left: auto;
    right: 0;
    transform: rotate(34deg);
  }
  @media screen and (width <= 479px) {
    .fourthanimation {
      display: none;
    }
  }
  .blog-top {
    z-index: -1;
    right: 0;
    top: -65px;
  }
  .footeranimation {
    transform: rotate(34deg);
  }
  @media screen and (width <= 991px) {
    .footeranimation {
      z-index: -1;
    }
  }
}
@layer parts.partialsCards {
  .cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }
  @media screen and (width <= 991px) {
    .cards-wrapper {
      grid-template-columns: 1fr;
    }
  }
  .singleservice {
    background-color: var(--light-blue);
    border-radius: 30px;
    overflow: hidden;
    --card-img-height: 345px;
  }
  .singleservice h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
  }
  .singleservice .card-image-wrapper {
    max-height: var(--card-img-height);
    overflow: hidden;
  }
  .singleservice .card-image-content:hover img {
    perspective: none;
    transform: scale(0.95);
  }
  .singleservice .image-card {
    width: 100%;
    height: var(--card-img-height);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .singleservice .card-content-wrapper {
    background-color: var(--light-blue);
    padding: 40px;
  }
  .singleservice .card-description {
    color: var(--color-text-alt);
    margin-top: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}
@layer parts.siteAnimations {
  .no-js .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .js .reveal {
    opacity: 0;
    transform: translateY(40px);
    filter: none;
    transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease), filter var(--reveal-duration) var(--reveal-ease);
    will-change: opacity, transform, filter;
  }
  .js .reveal.from-left {
    transform: translateX(calc(-1 * var(--reveal-distance)));
  }
  .js .reveal.from-right {
    transform: translateX(var(--reveal-distance));
  }
  .js .reveal.from-top {
    transform: translateY(calc(-1 * var(--reveal-distance)));
  }
  .js .reveal.from-bottom {
    transform: translateY(var(--reveal-distance));
  }
  .js .reveal.fade-in {
    transform: none;
  }
  .js .reveal.zoom-in {
    transform: scale(0.9);
  }
  .js .reveal.rotate-in {
    transform: rotate(-8deg);
    transform-origin: center;
  }
  .js .reveal.blur-in {
    filter: blur(10px);
  }
  .js .reveal.zoom-in.visible, .js .reveal.rotate-in.visible {
    transform: none;
  }
  .js .reveal.blur-in.visible {
    filter: blur(0);
  }
  .js .reveal.slow {
    transition-duration: 1.2s;
  }
  .js .reveal.fast {
    transition-duration: 0.4s;
  }
  .js .reveal.delay-100 {
    transition-delay: 0.1s;
  }
  .js .reveal.delay-200 {
    transition-delay: 0.2s;
  }
  .js .reveal.delay-300 {
    transition-delay: 0.3s;
  }
  .js .reveal.delay-400 {
    transition-delay: 0.4s;
  }
  .js .reveal.delay-600 {
    transition-delay: 0.6s;
  }
  .js .reveal.visible {
    opacity: 1;
    transform: none;
    filter: none;
  }
  /* Accessibility: disable animation if user prefers reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .reveal {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }
}
@layer parts.videoHeader {
  .herosection.video-header {
    background-color: var(--white);
    padding-top: 20px;
    position: relative;
    overflow: hidden;
  }
  .video-header .image-16 {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -50px;
    right: -200px;
    z-index: -1;
  }
  .video-header .videowr {
    width: 100%;
    height: 622px;
  }
  @media screen and (width <= 479px) {
    .video-header .videowr {
      width: 100%;
      height: 240px;
    }
  }
  .video-header .background-video {
    z-index: 2;
    border-radius: 30px;
    height: 100%;
    width: 100%;
    margin-top: 60px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .video-header .videowr video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .div-block-30 {
    background-color: var(--light-blue);
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@layer parts.aboutUs {
  .aboutussection {
    background-color: var(--light-blue);
    padding-top: 60px;
    padding-bottom: 185px;
  }
  .aboutussection .text-block-18 {
    color: var(--dark-blue);
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
  }
  .aboutussection .section-subtitle {
    text-transform: uppercase;
    font-weight: 800;
  }
  .aboutussection .section-after-text {
    color: var(--dark-blue);
    font-weight: 700;
    line-height: 24px;
  }
  .aboutussection .image-wrapper {
    padding-top: 60px;
  }
  .aboutussection .orange-paw-wrapper {
    position: absolute;
    top: -132px;
    left: -31px;
  }
  .aboutussection .image-wrapper-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 70px 100px 70px 0;
  }
}
@layer parts.specjalizacje {
  .specjalizacje {
    background-color: var(--white);
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
  }
  .specjalizacje .image-section {
    border-top-left-radius: 0;
    border-bottom-left-radius: 70px;
  }
  @media screen and (width <= 991px) {
    .specjalizacje {
      padding-top: 60px;
    }
    .specjalizacje:has(#okulistyka) .secondanimation {
      top: -160px;
    }
  }
  .text-block-24 {
    color: var(--dark-blue);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
  }
  .infowr {
    width: 100%;
    height: auto;
    padding-top: 12px;
    overflow: visible;
  }
  .read-more-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }
  .read-more-button .read-more-link:hover {
    color: inherit;
    text-decoration: underline;
  }
  .div-block-40,
  .div-block-41 {
    width: 150px;
    height: 20px;
  }
  .text-block-12 {
    color: var(--dark-blue);
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
  }
  .text-block-13 {
    opacity: 1;
    color: var(--dark-blue);
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 34px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: all 0.2s;
    /* display: flex; */
    overflow: hidden;
  }
  .buttonwr {
    position: absolute;
    left: 200px;
  }
  .text-block {
    color: var(--white);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow-wrap: normal;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
  }
}
@layer parts.otherServices {
  .otherservices {
    background-color: var(--white);
    padding-top: 220px;
    padding-bottom: 90px;
  }
  .otherservices h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 47px;
  }
  @media screen and (width <= 991px) {
    .otherservices {
      padding-top: 110px;
    }
  }
  .section-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }
  .section-footer p {
    margin: 0;
  }
  .section-footer-text {
    text-align: center;
    font-weight: 500;
    line-height: 24px;
  }
  .section-footer-contact {
    margin-top: 20px;
    gap: 20px;
    display: flex;
    justify-items: center;
    align-items: center;
  }
}
@layer parts.sectionTeam {
  .teamsection {
    background-color: var(--light-blue);
    padding-bottom: 0;
    position: relative;
  }
  .teamsection .sectionbadge {
    background-color: var(--light-blue);
  }
  .teamsection h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
  }
  .teamsection .text-wrapper {
    padding-top: 60px;
  }
  .teamsection p {
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
  .teamsection .swiper.team-slider {
    width: 100% !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .teamsection .swiper-slide.team-slider {
    /* width: 289px !important; */
    margin-right: 30px !important;
  }
  .teamsection .swiper-slide {
    transition: transform 25s linear !important;
    transition-property: transform !important;
  }
  @media screen and (min-width: 1700px) {
    .teamsection .team-img__wrapper {
      border-radius: 60px;
    }
  }
  .teamsection .team-img__wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
  }
  .teamsection .image-12 {
    border-radius: 30px;
    width: 100%;
    height: 100%;
  }
  @media screen and (min-width: 1700px) {
    .teamsection .team-slider__info {
      padding: 40px;
    }
  }
  .teamsection .team-slider__info {
    background-color: rgba(252, 237, 198, 0.9);
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    padding: 30px;
    border-radius: 30px;
    color: var(--dark-blue);
    transform: translateY(100%);
    transition: 0.5s;
  }
  .teamsection .swiper-wrapper.team-slider {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: -50px;
    display: flex;
    align-items: flex-start;
  }
  .team-img__wrapper:hover .team-slider__info {
    transform: translateY(0);
  }
  .text-block-19 {
    color: var(--dark-blue);
    margin-top: 15px;
    font-weight: 700;
    line-height: 22px;
  }
  .text-block-20 {
    color: var(--dark-blue);
    font-weight: 500;
    line-height: 22px;
  }
}
@layer parts.blogCard {
  .blog-single-card h2 {
    line-height: 1;
  }
  .blog-single-card .primary-button {
    margin-top: 20px;
    width: fit-content;
  }
  .blog-single-card-image {
    max-height: 400px;
  }
  .blog-single-card-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .blog-single-card-image img {
    border-radius: 70px 100px 70px 0;
  }
  .blog-placeholder-img {
    width: 100%;
    height: 100%;
  }
}
@layer parts.list {
  .list-section .section-subtitle {
    margin-bottom: 40px;
  }
  .list-section .section-footer {
    margin-top: 40px;
  }
  .list-row-right-icon {
    flex: 1 0 80px;
  }
  .list-rows-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin-inline: auto;
    width: 100%;
  }
  .list-rows-wrapper * {
    margin: 0;
  }
  .list-row {
    display: flex;
    border: 1px dashed var(--blue);
  }
  .list-row > * {
    flex-basis: 50%;
    display: flex;
    padding: 10px;
  }
  .list-row-right {
    gap: 20px;
    border-right: 1px dashed var(--blue);
  }
  .list-row-left {
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
  }
  .list-row-right-title {
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  .list-image {
    max-width: 80px;
    max-width: 80px;
    width: 100%;
  }
}
@layer parts.textImg {
  .section-text-img-flow {
    position: relative;
  }
  .section-text-img-flow .text-img-figure {
    margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
    clear: both;
  }
  .section-text-img-flow .text-img-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
  }
  .section-text-img-flow .text-img-figure.align-left {
    float: left;
    width: min(40%, 360px);
    margin-right: clamp(1.5rem, 3vw, 3rem);
  }
  .section-text-img-flow .text-img-figure.align-right {
    float: right;
    width: min(40%, 360px);
    margin-left: clamp(1.5rem, 3vw, 3rem);
  }
  .section-text-img-flow .text-img-paragraph {
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  }
  .section-text-img-flow::after {
    content: "";
    display: block;
    clear: both;
  }
  .section-text-img-flow .wp-block-heading,
  .section-text-img-flow h2,
  .section-text-img-flow h3,
  .section-text-img-flow h4 {
    clear: none;
  }
  @media (max-width: 900px) {
    .section-text-img-flow .text-img-figure.align-left,
    .section-text-img-flow .text-img-figure.align-right {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }
    .section-text-img-flow .text-img-flow {
      max-width: 100%;
    }
  }
}
@layer parts.textImg {
  .cta {
    border-radius: 0 100px 70px 70px;
    background-color: var(--blue);
    padding: 40px;
  }
  .cta-text {
    font-size: 22px;
    text-align: center;
  }
  .cta-subtitle {
    text-align: center;
  }
  .cta-actions .primary-button {
    margin-inline: auto;
    width: fit-content;
    padding: 12px 29px;
    max-height: unset;
  }
  .cta-actions .primary-button .text-block {
    white-space: wrap;
  }
  .cta-actions .primary-button:has(.is-wrapped) {
    text-align: center;
    text-wrap: balance;
  }
  .cta-actions .cta-additional {
    margin-inline: auto;
    width: fit-content;
    margin-top: 15px;
  }
  @media screen and (width <= 700px) {
    .cta-actions .contact-info {
      flex-direction: column;
    }
  }
  .cta-actions .addit-phone {
    display: flex;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
@layer pagination {
  .pagination {
    display: flex;
    justify-content: center;
    margin: 4rem 0;
    container-type: inline-size;
    container-name: pagination;
  }
  @container pagination (width < 479px) {
    .pagination .page-numbers {
      flex-wrap: wrap;
    }
    .pagination .not-number {
      width: 100%;
    }
  }
  .pagination .page-numbers {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pagination .page-item .page-link {
    display: inline-block;
    padding: 0.5rem 0.8rem;
  }
  .pagination .page-item.is-current {
    background-color: var(--orange);
    color: white;
  }
  .pagination .page-item.is-disabled {
    background-color: var(--blue);
  }
  .pagination .page-item.is-disabled,
  .pagination .page-item.is-disabled .page-link {
    pointer-events: none;
  }
}
@layer singlePost {
  .single-post .section-wrapper {
    --section-margin-top: 0px;
  }
  .single-post-image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border-radius: 1rem;
  }
  .single-post-image img {
    z-index: 40;
    object-fit: cover;
    margin-top: 0;
    margin-left: auto;
    transition: transform 0.2s;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@layer uslugiPage {
  .single-uslugi .section-description {
    line-height: 2;
  }
  .single-uslugi .section-description ul, .single-uslugi .section-description ol {
    line-height: 1.9;
  }
}
@layer contactPage {
  .contact-page h1,
  .contact-page .heading-1,
  .contact-page h2,
  .contact-page .heading-2 {
    font-weight: 300;
  }
}

/*# sourceMappingURL=style.css.map */
