html,
body {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.item-bg1{
    background-image: url(/images1/new-slider/slide1.png);
}
.item-bg2{
    background-image: url(/images1/new-slider/slide2.png);;
}
.item-bg3{
    background-image: url(/images1/new-slider/slide3.png);
}
.item-bg4{
    background-image: url(/images1/new-slider/slide4.png);
}
/* Secondary font */
h1,
h2,
h3,
h4,
.is-secondary-font,
.header-menu__list>.header-menu__item>.header-menu__item-link-wrapper>.header-menu__item-link {
    font-family: 'Poltawski Nowy', serif;
}

.img-width-hd {
    width: 152px !important;
}

.page__content {
    margin-top: 50px !important;
}

.page-header {
    margin-top: 60px !important;
}

/*
    .header-bb {
        margin-bottom: 16px !important;
    } */


/* .header-menu__list {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    } */


.log-img {
    width: 110px;
    height: 110px;
}

.header-menu__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.logo {
    top: 0;
    right: 40%;
    margin-right: 10px;

}

.header-menu__item {
    margin-right: 20px;

}

.header-menu__submenu {
    display: none;
    /* Hide submenus by default */
    position: absolute;
    background-color: #fff;
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.header-menu__item--has-children:hover .header-menu__submenu {
    display: block;
    height: auto;

}

@media only screen and (min-width: 1200px) {
    .header-menu__submenu {
        width: 930px;
        /* Adjusted width for the 900px breakpoint */
    }
}

@media only screen and (min-width: 1400px) {
    .header-menu__submenu {
        width: 1200px;
        /* Adjusted width for the 1200px breakpoint */
    }

    .header-menu__list>.header-menu__item {
        margin-top: 10px;
        padding: 0 10px !important;
    }
}

.logo-margin {
    margin-left: 10px;
}

.title-name {
    color: white;
    /* font-family: 'beautyspot-icons'; */
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}

.book-btn-mobile {
    display: none !important;
}

.book-btn {
    -webkit-appearance: none;
    border: 0 solid #ebdbd7;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000000;
    letter-spacing: 2px;
    box-sizing: border-box;
    background-color: #ED658D;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    line-height: normal;
    padding: 15px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.book-panel {
    display: flex;
    justify-content: end;
    margin-top: 11%;
    margin-left: 60px !important;
}

@media only screen and (max-width: 600px) {
    .log-img {
        width: 60px;
        height: 60px;
    }

    .title-name {
        font-size: 10px !important;
        color: white;
        /* font-family: 'beautyspot-icons'; */
        font-family: 'Montserrat', Arial, sans-serif !important;
        font-style: normal !important;
        font-weight: bold !important;
    }


    .book-btn-mobile {

        display: block !important;
        margin-top: 10px;
        padding: 10px !important;
        font-size: 10px !important;
        font-weight: 600 !important;


        /* margin-left: 30px; */
        -webkit-appearance: none;
        border: 0 solid #ebdbd7;

        text-transform: uppercase;
        white-space: nowrap;
        color: #545454;
        letter-spacing: 2px;
        box-sizing: border-box;
        background-image: linear-gradient(to right, #e8f3f1, #fcecea, #f3f3e8, #d1e1f4);
        background-color: #ecdbd7;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 0;
        line-height: normal;
        padding: 15px;
        /* margin: 10px 0; */
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .display-none {
        display: none;
    }

    .img-width-hd {
        width: 100px !important;
    }

    .page__content {
        margin-top: 0px !important;
    }

    .page-header {
        margin-top: -20px !important;
    }

}

@media only screen and (max-width: 1199px) {
    .header-menu__list {
        flex-direction: column;
        text-align: center;
    }

    .logo {
        margin-right: 0;
    }

    .header-menu__item {
        margin-right: 0;

        margin-bottom: 10px;

    }

    .header-menu__submenu {
        position: static;
        /* display: block; */
        margin-top: 10px;

    }

    .header-branding__inner {
        margin-top: 10px;
        width: 100%;
    }

    .header-menu__submenu .header-menu__item-link {
        box-shadow: 0 0 0 0 #fff;
        color: #fff;
    }

    .header-menu__submenu {
        background-color: transparent;
    }

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


}

.head-log {
    top: 10px;
    display: flex;

}

.row {

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

a:hover {
    color: #ffffff;
}


.col-md-4 {
    height: fit-content;
    padding-bottom: 20px;

}

.slider {
    background: white;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* padding-bottom: 10%; */
    margin-bottom: 2%;
    margin-top: 2%;
}

.slider-1 {
    background: white;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* padding-bottom: 10%; */
    margin-bottom: 5%;
}

.slider::before,
.slider::after {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slide {
    height: 100px;
    width: 200px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@media only screen and (max-width: 767px) {
    .slider {
        background: white;
        box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .125);
        /* height: 150px; */
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        /* padding-bottom: 18%; */
        margin-bottom: 10%;
    }


    .page-header__title {
        margin-top: 10px;
        font-size: 25px;

    }

    .lsvr-slide-list__item {
        top: 0px;
    }

    .item-bg1{
        background-image: url(/images1/new-slider/mob1.png) !important;
    }
    .item-bg2{
        background-image: url(/images1/new-slider/mob2.png) !important;
    }
    .item-bg3{
        background-image: url(/images1/new-slider/mob3.png) !important;
    }
    .item-bg4{
        background-image: url(/images1/new-slider/mob4.png) !important;
    }
    .lsvr-slide-list__item-bg {
        background-size: contain !important;
    }
    .lsvr-slide-list__list {
        height: 320px;
    }
}
.u-shape-background {
    position: relative;
    width: 100%;
    /* Extends to screen width */
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
    /* Space between items */
}

.u-shape-background.u-shape-left::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    border-radius: 0% 70% 70% 0;
    background-color: #fdd0ff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* U-Shaped Background Styling for Right-Aligned */
.u-shape-background.u-shape-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    border-radius: 70% 0% 0% 70%;
    background-color: #fdd0ff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.bg-image {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    z-index: 2;
}

.bg-image.roundeds-right {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

/* Left-Side Roundeds Corners for Right-Aligned Images */
.bg-image.roundeds-left {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
    .u-shape-background.u-shape-right::before {
        background-color: transparent !important;
    }

    .u-shape-background.u-shape-left::before {
        background-color: transparent !important;
    }

    .bg-image {
        height: 270px !important;
        width: 85%;
    }

    .core--fullwidth .core__columnss {
        margin-top: 0px;
    }
}

/* FAQ Accordion */
.faq-accordion {

    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    color: #000;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #eaeaea;
}

.faq-toggle-icon {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s;
}

.faq-question[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(45deg); /* Change '+' to 'x' when expanded */
}

.faq-answer {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
}

/* Show Answer when Expanded */
.faq-item.expanded .faq-answer {
    display: block;
}
.info-section {
    margin-top: 20px;
}

.info-step {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.info-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.info-step h3 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.info-step p,
.info-step ul {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.info-step ul {
    padding-left: 20px;
    list-style: disc;
    color: #000;
}

.info-step ul li {
    margin-bottom: 8px;
    color: #000;
}

strong {
    font-weight: bold;
    color: #000;
}
