@charset "UTF-8";

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #c7c7c7;
}

body::-webkit-scrollbar-thumb {
    background-color: #211E1B;
    border-radius: 10px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: #ffff;
    font-family: "Raleway", -apple-system, system-ui, sans-serif;
    width: 100%;
    --blue: #116DF8;
    --white: #ffff;
    --black-50: #333333;
    --black-75: #272727;
    --black-100: #0a0a0a;
}

body, html {
    overflow-x: hidden !important;
}

a:active, a:focus, a:hover {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
    object-fit: cover;
}

a {
    color: #171717;
}

input[type=email], input[type=tel], input[type=text], textarea {
    display: block;
    width: 300px;
    height: 40px;
    padding: 0 25px;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    color: #21212d;
    font-size: 13px;
    font-weight: 600;
}

:focus-visible {
    outline: none !important;
}

input[type=submit] {
    padding: 1% 5%;
}

textarea {
    display: block;
    width: 515px;
    height: 155px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    resize: none;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #21212d;
}

h3 {
    font-family: "Playfair Display", serif;
}

.section-margin {
    margin: 100px 0 80px;
}

.section-margin-in {
    margin: 30px 0 100px;
}

.text-red {
    color: #be393e;
    margin: 0 0 0.9em;
    font-size: 12px;
    letter-spacing: 0.65em;
    text-transform: uppercase;
    text-align: center;
}

.title-section,
.title-warsztaty,
.title-szkolenie {
    font-size: 42px;
    line-height: 1.142em;
    font-weight: 400;
    text-align: center;
}

.title-section-black {
    color: #333;
}

.title-section-white {
    color: #ffffff;
    margin-bottom: 5%;
}

.theraphy-row {
    justify-content: space-evenly;
}

.theraphy-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.theraphy-text .title-section-white {
    color: black;
    margin-bottom: 5%;
}

.booksy-btn {
    width: 200px;
    height: 50px;
    text-align: center;
    background: #42CBC4;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.booksy-btn a {
    color: white;
}

.subtitle-section {
    font-size: 16px;
    margin: 2em 0 1em 0;
    text-align: center;
}

.subtitle-section-black {
    color: rgb(102, 102, 102);
}

.subtitle-section-white {
    color: #ffffff;
}

.text-description {
    font-size: 16px;
    margin: 1em 0 1em 0;
    z-index: 2;
    position: relative;
}

.text-description-black {
    color: rgb(102, 102, 102);
}

.text-description-white {
    color: #ffffff;
}

.subtitle-section:after,
.text-description:after,
.title-warsztaty:after,
.title-szkolenie:after {
    content: ' ';
    display: block;
    margin: 1em auto 1.2em;
    background-size: cover;
    background-position: center;
    background-image: url('https://templobeauty.com/wp-content/uploads/2025/03/title_line.webp');
    width: 220px;
    height: 36px;
}

.subtitle-section-icon:after,
.text-description:after {
    background-image: url('https://templobeauty.com/wp-content/uploads/2025/03/title_line.webp');
    width: 220px;
    height: 36px;
}

.subtitle-section-hairstyle:after,
.subtitle-section-headmasage:after {
    background-image: url('https://templobeauty.com/wp-content/uploads/2025/03/drzewo-biale-1.png');
    width: 130px;
    height: 100px;
}

.subtitle-section-holistic:after,
.subtitle-section-masaje:after {
    background-image: url('https://templobeauty.com/wp-content/uploads/2025/03/drzewo-1.png');
    width: 130px;
    height: 100px;
}

.subtitle-section-wedding:after {
    background-image: url('https://templobeauty.com/wp-content/uploads/2025/03/drzewo-1.png');
    width: 130px;
    height: 100px;
}

.btn-primary,
.wpcf7-submit {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-primary:hover,
.wpcf7-submit:hover {
    color: black;
    background-color: #fff;
    border-color: black;
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: black !important;
    background-color: #fff !important;
    border-color: black !important;
}

.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 8px 16px !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    position: absolute !important;
    width: 200% !important
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #D59F3E !important;
    font-size: 14px !important;
}

/* NAV */
.navbar {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #FFFFFF80;
    margin: 0 15px;
}

.single-holistic-warsztaty .navbar,
.single-szkolenia-profi .navbar {
    background: #161412;
    margin: 0;
}

.navbar a {
    color: white;
}

.navbar a:hover {
    color: white;
    border-bottom: 2px solid white;
}

.logo-text {
    display: flex;
    align-items: center;
}

.logo-text img {
    width: 27%;
    padding: 0 5%;
}

.navbar-brand {
    padding: 0 2%;
}

.navbar-brand:hover {
    border: none !important;
}

.navbar-brand p {
    color: white;
    margin: 0;
}

#navbarNavAltMarkup li {
    padding: 0 2%;
}

.navbar-nav .nav-link {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}

.navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-icons {
    display: flex;
    align-items: center;
    position: relative;
}

.navbar-icons a {
    margin-right: 15px;
    font-size: 20px;
    color: #333;
}

.navbar-icons a:hover {
    color: #000;
}

@media (max-width: 991px) {
    .navbar {
        height: 75px;
        background: #161412;
        margin: 0;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-collapse.collapse.show {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 999;
    }

    .navbar-collapse.collapse.show ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        line-height: 5rem;
    }

    .navbar-toggler {
        display: block;
        border: none;
        background: transparent;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 10px;
        z-index: 1000;
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 3px;
        background-color: white;
        position: relative;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: white;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 8px;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        background-color: white;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon::before {
        transform: rotate(0);
        top: -8px;
        left: 0;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon::after {
        transform: rotate(0);
        top: 8px;
        left: 0;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
        left: 0;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        top: 0;
        left: 0;
    }

    button:focus {
        outline: none !important;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-color: transparent;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-link {
        color: black;
        padding: 15px;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav .nav-link:hover {
        color: black;
        background-color: #f8f8f8;
    }

    .navbar-icons {
        position: absolute;
        top: 5px;
        width: 100%;
        justify-content: center;
    }

    .navbar-icons a {
        color: white;
    }

    .navbar-icons a:hover {
        color: black;
    }

    .navbar-brand {
        position: absolute;
        top: 15px;
        left: 15px;
        color: black;
    }

    .logo-text img {
        width: 15%;
        padding: 0 3%;
    }

    .navbar.scrolled .navbar-toggler.collapsed .navbar-toggler-icon {
        background-color: black;
    }

    .navbar.scrolled .navbar-toggler-icon::before,
    .navbar.scrolled .navbar-toggler-icon::after {
        background-color: black;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
        background-color: black;
    }

    .navbar .show a {
        color: black;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
    }

    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 565px) {
    .navbar-icons {
        left: 20%;
    }

    .navbar-icons .nav-link {
        margin-right: 0 !important;
    }
}

/* Language Switcher */
.navbar-icons .lang-item {
    list-style: none;
}

.navbar-icons .lang-item:not(.current-lang) {
    display: none;
    position: absolute;
    top: 40px;
    right: -16px;
    z-index: 1000;
}

.lang-item-es {
    top: 135% !important;
}

.navbar-icons.active .lang-item:not(.current-lang) {
    display: block;
}

.navbar-icons .lang-item a {
    display: flex;
    align-items: center;
    color: black;
    padding: 5px 10px;
    width: 100%;
}

.navbar-icons a:hover {
    border: none !important;
}

.navbar-icons .lang-item img {
    margin-right: 5px;
}

/* navbar scrolled */
.navbar.scrolled,
.single-holistic-warsztaty .navbar.scrolled,
.single-szkolenia-profi .navbar.scrolled {
    background-color: white;
    transition: background-color 0.3s ease;
    margin: 0;
}

.navbar.scrolled .navbar-brand p {
    color: black;
    transition: color 0.3s ease;
}

.navbar.scrolled a {
    color: black;
    transition: color 0.3s ease;
}

.navbar.scrolled .logo-text img {
    content: url('https://templobeauty.com/wp-content/uploads/2025/03/drzewo2.png');
    transition: content 0.3s ease;
}

/* HEADER */
.welcome-sections {
    position: relative;
    min-height: 100vh;
    height: auto;
}

.slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.carousel {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item img,
.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-sections::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content-on-slider {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 50px;
    padding-bottom: 3%;
}

.title-section, .subtitle-section, .text-description {
    position: relative;
    z-index: 2;
}

.section-margin-slider {
    padding: 113px 0 0;
}

.swiper-slide img {
    height: 400px;
    object-fit: cover;
    width: auto;
}

/* LOGOS */
.logos-sections {
    margin: 130px 0;
}

.row-logos img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* HAIRSTYLE - MAIN PAGE */
.hairstyle-sections-container {
    position: relative;
    margin: 0 20px;
    z-index: 1;
}

.hairstyle-sections-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    z-index: -1;
    transform: scale(1);
    transform-origin: center;
}

.hairstyle-sections-container:hover::before {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.booksy-tekst {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.booksy-tekst button {
    background: #2C8CA3;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 2% 10%;
    font-size: 20px;
    cursor: pointer;
}

.hairstyle_opis {
    margin-top: -5%;
    margin-bottom: 5%;
    color: white;
}

/* WEDDING - MAIN PAGE */
.wedding-sections-container {
    position: relative;
    margin: 0 20px;
    z-index: 1;
}

.wedding-sections-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FABDCB;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    z-index: -1;
    transform: scale(1);
    transform-origin: center;
}

.wedding-sections-container:hover::before {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(250, 189, 203, 0.5);
}

.wedding_opis {
    margin-top: -5%;
    margin-bottom: 5%;
    color: white;
}

/* HOLISTIC - MAIN PAGE */
.holistic-sections-container {
    position: relative;
    margin: 0 20px;
    z-index: 1;
}

.warsztat-text,
.szkolenie-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.holistic_opis {
    margin-top: 5%;
}

.holistic_opis h3 {
    margin-bottom: 3%;
}

.holistic_opisLong {
    margin-top: -5%;
    margin-bottom: 5%;
}

/* HEAD MASAJE - MAIN PAGE */
.headmasage-sections-container {
    position: relative;
    margin: 0 20px;
    z-index: 1;
}

.headmasage-sections-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    z-index: -1;
    transform: scale(1);
    transform-origin: center;
}

.headmasage-sections-container:hover::before {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.headmasage_opis {
    color: white;
    margin-bottom: 5%;
    margin-top: -5%;
}

.headmasahe_images {
    margin-bottom: 5%;
}

.headmasage_opis h3 {
    margin-bottom: 3%;
}

/* MASAZ KALIFORNIJSKI - MAIN PAGE */
.masaje-sections-container {
    position: relative;
    margin: 0 20px;
    z-index: 1;
}

.masaje-sections-container:hover::before {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.masaje_opis {
    color: black;
    margin-bottom: 5%;
    margin-top: -5%;
}

.masaje_images {
    margin-bottom: 5%;
}

.masaje_opis h3 {
    margin-bottom: 3%;
}

/*reili*/
#reikiCarousel {
    max-width: 100%;
    margin: 30px auto;
}

/* zdjecia w sekcjach */
.image-wrapper {
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease-in-out;
}

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

.iconhair {
    fill: #A38D7C;
    stroke: #A38D7C;
    color: #A38D7C;
    border-color: #A38D7C;
    height: 130px;
}

.hair-services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.hair-services h3 {
    padding: 3% 0;
    font-size: 20px;
}

.hair-services p {
    font-size: 13px;
    color: #ffffff;
}

/* warsztaty - seperate page */
.content-area {
    margin-top: 180px;
}

.workshop-header {
    margin-bottom: 40px;
}

.workshop-header img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.workshop-header ul {
    list-style-type: none;
    padding: 0;
    color: rgb(102, 102, 102);
    font-size: 16px;
    margin: 2em 0 2em 0;
    text-align: center;
}

.workshop-header ul li {
    color: rgb(102, 102, 102);
    font-size: 16px;
    margin: 2em 0 2em 0;
    text-align: center;
}

@media (max-width: 767px) {
    .workshop-header {
        text-align: center;
    }

    .welcome-sections {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-form-1 {
    margin: 50px auto;
}

form {
    background: #D9C3B2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5% 0 0 0;
    margin: 5% 0;
}

/* footer */
.pre-footer {
    background: #636363;
    color: #fff;
    padding: 3% 0 15px 0;
    position: relative;
    font-size: .9em;
    margin-top: 0;
}

.pre-footer hr {
    display: block;
    margin: 17px 0;
    width: 50px;
    border: none;
    height: 4px;
    background: #fff
}

.pre-footer ul li {
    list-style: none
}

.pre-footer .pre-footer-inner {
    padding-bottom: 20px
}

.pre-footer .pre-footer-inner .pre-footer-list h4 {
    font-weight: 600;
    font-size: 1em;
    color: #fff
}

.pre-footer .pre-footer-inner .pre-footer-list .list-inner,
.pre-footer .pre-footer-inner .pre-footer-list #menu-o-nas,
.pre-footer .pre-footer-inner .pre-footer-list #menu-oferta {
    margin-top: 20px;
    list-style-type: none;
    padding: 0
}

.pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item,
.pre-footer .pre-footer-inner .pre-footer-list #menu-o-nas .menu-item,
.pre-footer .pre-footer-inner .pre-footer-list #menu-oferta .menu-item {
    font-size: .9em;
    padding: .2em 0
}

.pre-footer ul {
    padding-left: 0
}

.pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item a, .pre-footer .pre-footer-inner .pre-footer-list p, .pre-footer ul li a {
    color: #fff;
    font-size: .9em;
    transition: ease .45s
}

.pre-footer ul li a:hover {
    color: #EC5133;
}

.logo-footer {
    margin-top: -32px;
    margin-left: -28px;
}

.cookies-modal {
    list-style: none;
    color: #666;
    font-size: .8em;
}

#searchform input {
    background: #2C6DF8;
    border: 2px solid #2C6DF8;
}

footer {
    position: relative;
    z-index: 1;
    background: #959595;
    padding: 20px 0
}

.footer-inner {
    display: flex;
    justify-content: space-between
}

footer .footer-inner .footer-inner-text {
    color: #666;
    font-size: .8em
}

footer .footer-inner .footer-inner-text .underline {
    text-decoration: underline
}

footer span {
    margin: 5px 0
}

footer .bspan {
    font-weight: 600
}

.footer_page {
    padding-top: 3%;
    padding-bottom: 3%
}

.footer_page-header {
    text-align: center
}

.text-footer_page {
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: left
}

/* Button: scroll to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #D59F3E;
    color: white;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: rgba(218, 161, 65, 0.5);
}

/* CURSOR */
.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 100;
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #DAA141;
}

.cursor-dot-outline {
    width: 40px;
    height: 40px;
    background-color: rgba(218, 161, 65, 0.5);
}




