body{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    font-family: 'Manrope', sans-serif;
}
html, body {
    height: 100%;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    /*overflow-x: hidden;*/
}
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
section {
    width: 100%;
}
header, footer {
    width: 100%;
}
img, video {
    max-width: 100%;
    height: auto;
}
nav ul li {
    display: inline;
}
main {
    flex: 1;
}
header.bg-image{
    height: 669px!important;
}
.bg-image {
    background-image: url('/assets/images/home-main-background.jpg'); /* Replace with your image URL */
    background-size: cover; /* Cover the entire header area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    min-height: 669px; /* Set a height for the header */
    color: white; /* Set text color to contrast the background */
    display: flex; /* Use flexbox to center the content */
    align-items: center; /* Vertically center the content */
    text-align: center; /* Center the text */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
    box-sizing: border-box; /* Ensure padding and border do not affect height */
}
p{
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #4D5A65;
    text-align: left;
}
a{
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #4D5A65;
    text-decoration: none!important;
}
a:hover {
    color: #4D5A65!important;
}
h1, h2{
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    color: #4D5A65;
}
.logo-img{
    width: 252.69px;
    height: 60px;
}
.nav-menu{
    width: -webkit-fill-available;
    height: fit-content;
    padding: 15px 24px 15px 24px;
    border-radius: 0px 0px 40px 40px;
    background-color: #ffffff;
    margin: 0px 50px 0px 49px;
    position: fixed;
    top: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
    z-index: 9;
}
.li-style{
    text-align: end;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 0 0 10px;
    width: auto;
}
.contact-btn{
    border-radius: 32px;
    padding: 15px 20px;
    color: #ffffff!important;
    background-color: #4D5A65;
}
.symbol{
    width: 58px;
    height: 29px;
    margin: auto;
    display: block;
}
.p-title{
    padding: 10px 0 15px 0;
    line-height: 30px;
}
.txt-bold{
    font-weight: 700;
    font-size: 18px;
}
.img-lr{
    height: 426px;
    width: -webkit-fill-available;
}
.bg-img-masaz{
    background-image: url('/assets/images/section-2-bg.png'); /* Replace with your image URL */
    background-size: cover; /* Cover the entire header area */
    background-position: inherit;
    background-repeat: no-repeat; /* Prevent the image from repeating */
    min-height: 717px; /* Set a height for the header */
    color: white; /* Set text color to contrast the background */
    display: flex; /* Use flexbox to center the content */
    align-items: center; /* Vertically center the content */
    text-align: center; /* Center the text */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
    box-sizing: border-box; /* Ensure padding and border do not affect height */
}
.bg-footer{
    background-image: url('/assets/images/footer-bg.jpg'); /* Replace with your image URL */
    background-size: cover; /* Cover the entire header area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    min-height: auto; /* Set a height for the header */
}
.drop-icon{
    margin-bottom: 15px;
    height: 150px;
    width: auto;
    display: block;
}
.img-person{
    height: 680px;
    width: auto;
}
.accordion-button{
    padding: 32px;
    border: none !important;
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    box-shadow: none!important;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #4D5A65!important;
}
.accordion-body{
    padding: 0 32px 32px 32px;
    border: none !important;
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4D5A65!important;
}
.accordion{
    --bs-accordion-btn-focus-box-shadow: none!important;
    --bs-accordion-border-color: none!important;
}
.accordion-item{
    border-radius: 8px!important;
    border: none!important;
}
.accordion-button.collapsed {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.accordion-button::after{
    display: none!important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
}
.acc-color-1{
    background-color: #91ADC21A!important;
}
.acc-color-2{
    background-color: #F6FCFB!important;
}
.acc-color-3{
    background-color: #F1FAFD!important;
}
.acc-color-4{
    background-color: #F4F7F9!important;
}
.img-therapies{
    height: 829px;
    width: -webkit-fill-available;
}
.small-symbol{
    width: 44px;
    height: 59px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background-color: #4D5A65;
    border-color: #4D5A65;
    border-radius: 32px;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: none!important;
}
.footer-style{
    width: -webkit-fill-available;
    padding: 24px;
    border-radius: 40px 40px 0px 0px;
    background-color: #ffffff;
    margin: 65px 50px 0px 49px;
    position: relative;
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    box-shadow: 0px 4px 26.1px 0px rgba(0, 0, 0, 0.06);
}
.ipro-icon{
    height: 24px;
    width: auto;
}
.form-control, .form-control:focus {
    color: #4D5A65;
    background-color: #fff;
    border: none!important;
    outline: 0;
    box-shadow: 0px 4px 27.5px 0px rgba(0, 0, 0, 0.04);
}
/* Placeholder styles for modern browsers */
.form-control::placeholder {
    color: #91ADC2;
}
/* Placeholder styles for Firefox */
.form-control:-moz-placeholder {
    color: #91ADC2;
}
/* Placeholder styles for Internet Explorer 10+ */
.form-control:-ms-input-placeholder {
    color: #91ADC2;
}
/* Placeholder styles for older versions of Chrome */
.form-control::-webkit-input-placeholder {
    color: #91ADC2;
}
.form-floating>label{
    left: 15px!important;
    color: #91ADC2;
    font-weight: 500;
    font-size: 16px;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    opacity: 1;
    font-weight: 800;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
    padding-left: 16px;
}
.contact-btn:hover{
    color: #ffffff!important;
}
.fs-14{
    font-size: 14px!important;
}
.color-white{
    color: #ffffff;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-left: 27px!important;
}
@media (max-width: 992px) {
    .bg-img-masaz{
        background-image: url('/assets/images/spa-bg-vertical.png'); /* Replace with your image URL */
        background-size: cover; /* Cover the entire header area */
        background-position: bottom;
        background-repeat: no-repeat; /* Prevent the image from repeating */
        min-height: 1000px; /* Set a height for the header */
        color: white; /* Set text color to contrast the background */
        display: flex; /* Use flexbox to center the content */
        align-items: start; /* Vertically center the content */
        text-align: center; /* Center the text */
        padding: 45px 0; /* Remove any default padding */
        margin: 0; /* Remove any default margin */
        box-sizing: border-box; /* Ensure padding and border do not affect height */
    }
}
@media (min-width: 825px){
    .d-md-block-custom{
        display: block !important;
    }
    .d-md-none-custom {
        display: none !important;
    }
}
@media (max-width: 825px){
    .logo-img {
        margin: auto;
    }
    .li-style {
        text-align: center;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .panostherapies_sidebar{
        transition: all 0.5s ease 0s;
        z-index: 9999999;
        height: fit-content;
        background: #FFFFFF;
    }
}
@media (max-width: 768px) {
    .img-lr {
        height: 323px;
        width: 409px;
    }
    .img-person {
        height: 478px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .img-therapies{
        height: 476px;
    }
}
@media (max-width: 580px) {
    .bg-img-masaz {
        min-height: 1200px;
    }
}
@media (max-width: 481px) {
    .nav-menu {
        margin: 0px 30px 0px 14px;
        padding: 15px;
    }
    .footer-style {
        margin: 65px 14px 0px 14px;
        padding: 15px;
    }
    .logo-img {
        width: 220px;
        height: 50px;
    }
    .img-lr {
        height: auto;
        width: -webkit-fill-available;
    }
    p, a{
        font-size: 16px;
    }
    .img-therapies {
        height: 450px;
    }
    .fc-12{
        font-size: 12px;
    }
}
.mx-xxl-5{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
@media (max-width: 420px) {
    .bg-img-masaz {
        min-height: 1760px;
    }
    .img-person {
        height: 300px;
    }
    .accordion-button{
        font-size: 26px;
    }
}
@media (max-width: 381px) {
    .logo-img {
        width: 180px;
        height: 40px;
    }
}
