.h-font{
    font-size: 40px;
    color: #464749;
}
body#cennik main{
    background: #f3f3f3;
}

/* Cennik */
.pricelist .table-price {
    border:1px #f3f3f3 solid;
}
.pricelist .table-price td{
    width: 200px;
    color: #68696c;
    text-align: center;
}
.pricelist .table-price .titles .dark{
    background: #464749;
    color: white;
    border: 1px #464749 solid;
}
.pricelist .table-price .titles  .light{
    color: white;
    background: #68696c;
    border: 1px #68696c solid;
}
.pricelist .table-price .titles  .blue{
    color: white;
    background: #00A1ED;
    border: 1px #00A1ED solid;
}
.pricelist .table-price tr  td:nth-of-type(4){
    color: #00A1ED;
    font-weight: 600;
    border: 2px #00A1ED solid;
}
    .pricelist .table-price td,
    .pricelist .table-price th {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top; 
}

/* Leczenie */
    
    .healing{
        background: white;
        padding: 25px 50px;
    }
    @media (max-width: 768px){
        .healing{
            padding: 25px;
        }
    }
    .healing-grid figure{
        width: 100%;
    }
    .healing-grid figure img{
        width: 100%;
    }
    .healing.blue{
        border-top: 1px #00A1ED solid;
        border-left: 1px #00A1ED solid;
        border-right: 1px #00A1ED solid;
    }
    .healing >p{
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px
    }
    .healing-grid{
        display: grid;
    }
    .healing .icon-title{
        display: grid;
        gap: 16px;
        margin-bottom: 20px;
        align-items: center;
        grid-template-columns: max-content 1fr;
    }
    .healing .icon-title >div{
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00A1ED;
        border-radius: 100%;
    }
    .healing .icon-title >p{
        display: flex;
        flex-direction: column;
        font-size: 32px;
        font-weight: 800;
        color: #464749;
        margin-bottom: 0;
    }
    .healing .icon-title >p span{
        color: #7A7A7A;
        font-size: 16px;
        font-weight: 400;
    }

    .healing-special{
        position: relative;
        padding: 50px 0;
    }
    .healing-special >figure{
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(0, -50%);
    }
    @media (max-width: 991px){
        .healing-special >figure{
            display: none;
        }
    }
    .healing-special .healing-special-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 60%;
        gap: 16px;
        position: relative;
        z-index: 1;
    }
    @media (max-width: 991px){
        .healing-special .healing-special-grid{
            max-width: 100%;
        }
    }
    @media (max-width: 575px){
        .healing-special .healing-special-grid{
            grid-template-columns: 1fr;
        }
    }
    .healing-special .healing-special-grid .content.main{
        background: #464749;
        display: flex;
        align-items: center;
    }
    .healing-special .healing-special-grid .content.main p{
        color: white;
        display: flex;
        flex-direction: column;
        font-weight: 800;
        font-size: 32px;
        gap: 16px;
    }
    .healing-special .healing-special-grid .content.main p span{
        font-size: 16px;
        font-weight: 400;
    }
    .healing-special .healing-special-grid .content{
        padding: 35px;
        background: white;
        border:1px #ddd solid;
    }
    .healing-special .healing-special-grid .content p{
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
        color: #464749;
    }
    .healing-special .healing-special-grid .content ul{
        list-style-type: none;
        padding-left: 16px;
    }
    .healing-special .healing-special-grid .content ul li{
        position: relative;
        color: #7A7A7A;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .healing-special .healing-special-grid .content ul li::before{
        content: "\2022";  
        color: #00A1ED; 
        font-weight: bold; 
        display: inline-block;
        width: 1em; 
        margin-left: -1em; 
    }

    .social-box a svg:nth-of-type(2){
        display: none;
    }
    .social-box a:hover svg:nth-of-type(1){
        display: none;
    }
    .social-box a:hover svg:nth-of-type(2){
        display: block;
    }


    /* Pierwsza wizyta */ 

    .first-visit-wrapper{
        padding-top: 25px;
        padding-bottom: 100px;
        position: relative;
    }
    .first-visit{
        background: white;
        padding: 20px;
        max-width: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    @media (max-width: 991px){
        .first-visit{
            max-width: 100%;
            position: relative;
        }
    }
    .first-visit >ul{
        padding-left: 16px;
    }
    .first-visit .title-box{
        display: grid;
        gap: 16px;
        margin-bottom: 20px;
        align-items: center;
        grid-template-columns: max-content 1fr;
    }
    .first-visit .title-box p{
        display: flex;
        flex-direction: column;
        font-size: 28px;
        font-weight: 800;
        color: #464749;
        margin-bottom: 0;
        line-height: 28px;
    }
    .first-visit .blue-box{
        background: #00A1ED;
        padding: 20px;
        margin-bottom: 16px;
    }
    .first-visit .blue-box p{
        color: white;
    }
    .first-visit .blue-box ul{
        padding-left: 16px;
    }
    .first-visit .blue-box ul li{
        color: white;
    }
    .first-visit .blue-box ul li a{
        color: white;
    }

    /* O mnie */

    .about-grid{
        background: white;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .about-grid >figure{
        margin-bottom: 0;
    }
    .about-grid >figure img{
        max-width: 100%;
        width: 100%;
    }
    .about-grid >div{
        padding: 20px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-grid >div p{
        color: #7A7A7A;
        line-height: 32px;
    }
@media (max-width: 991px){
    .about-grid{
        grid-template-columns: 1fr;
    }
    .about-grid figure:nth-of-type(3){
        display: none;
    }
}

/* Umów się na wizytę */
.appointment{
    position: relative;
    padding: 0 0 300px 0;
}
.appointment .title{
    background: #00A1ED;
    text-align: center;
    padding: 40px 0 360px 0;
}
.appointment .title p{
    color: white;
    font-size: 24px;
    font-weight: 800;
}
.appointment .cal{
    position: absolute;
    top:15%;
    width: 80%;
    left: 50%;
    transform: translate(-50%,0);
}

/* Poprawki before-navbar */

/* BAR z 4 kaflami */
#mod-custom91.bn-wrapper > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  padding: 18px 0;
}

/* pojedynczy kafel */
.bn-wrapper .bn {
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 12px;
  align-items: center;
}

/* typografia */
.bn-wrapper .bn p {
  margin: 0;
}

.bn-wrapper .bn p:first-child {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.75;
  line-height: 1.2;
}

.bn-wrapper .bn p:last-child {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

/* ikony przed kaflami (jak na screenie) */
.bn-wrapper .bn::before {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* PHONE */
.bn-wrapper .bn-1::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300a1ed'><path d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.85 21 3 13.15 3 3a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2Z'/></svg>");
}

/* LOCATION */
.bn-wrapper .bn-2::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300a1ed'><path d='M12 2c-3.86 0-7 3.14-7 7 0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5Z'/></svg>");
}

/* CLOCK */
.bn-wrapper .bn-3::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300a1ed'><path d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm1 10.41V6a1 1 0 0 0-2 0v7a1 1 0 0 0 .29.71l3 3a1 1 0 0 0 1.42-1.42L13 12.41Z'/></svg>");
}

/* "OBSERWUJ" - ikona użytkownika / sieci */
.bn-wrapper .bn-4::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300a1ed'><path d='M16 11c1.66 0 3-1.34 3-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3Zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3Zm0 2c-2.33 0-7 1.17-7 3.5V19a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2.5C13 14.17 8.33 13 8 13Zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.93 1.97 3.45V19a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2.5C24 14.17 18.33 13 16 13Z'/></svg>");
}

/* SOCIAL - układ i hover (masz 2 svg w linku: default + hover) */
.bn-wrapper .social-box {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.bn-wrapper .social-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  text-decoration: none;
}

.bn-wrapper .social-box a svg {
  display: block;
}

.bn-wrapper .social-box a svg:nth-child(2) {
  display: none;
}

.bn-wrapper .social-box a:hover svg:nth-child(1) {
  display: none;
}

.bn-wrapper .social-box a:hover svg:nth-child(2) {
  display: block;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 992px) {
  .bn-wrapper > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .bn-wrapper .bn p:last-child {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .bn-wrapper > div {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bn-wrapper .bn {
    grid-template-columns: 24px 1fr;
  }

  .bn-wrapper .bn p:last-child {
    font-size: 20px;
  }
}

/** OBRAZY BLOG **/
figure.left.item-image img {width:100%;}


.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: #00A1ED;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.2s;
    z-index: 1;
}

img.img-cover {
    width: 100%;
    height: auto;
}