/* TEXT STYLING --------------------------------------- */
.h1-pwd.important{
    font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.75rem,6vw,3.5rem) !important;
    letter-spacing: 0.825rem;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 1 !important;
    strong{
        font-style: italic;
        font-weight: 700 !important;
    }
}
.h2-pwd.important{
    font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.5rem,4vw,2.5rem) !important;
    letter-spacing: 0.825rem;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 1 !important;
    strong{
        font-style: italic;
        font-weight: 700 !important;
    }
}
.h4-pwd.important{
    font-family: "DM Sans";
    font-size: clamp(1.25rem,4vw,1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 1.5rem */
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}
.h6-pwd.important{
    font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(0.8rem,3vw,1.25rem) !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1;
    letter-spacing: 0.625rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem !important;
    color: rgba(198, 193, 164, 1) !important;
}
.testimonial-list a{
    color: #000000;
}
.content-pwd{
    font-size: 1rem;
    font-style: normal;
    font-weight: 300 !important;
    a{
        color: #000000;
    }
}

/* GENERAL CSS ------------------------------------ */
.text-center{
    text-align: center;
}
.mb-1-pwd{
    margin-bottom: 1.875rem !important;
}
.mb-2-pwd{
    margin-bottom: 3.125rem !important;
}
.content{
    strong{
        font-weight: 700;
    }
}
.banner-container{
    margin: 0 !important;
    .banner{
        max-width: unset !important;
    }
}

/* BUTTON STYLING ------------------------------ */
a{
    color: #212529;
}
a.btn-black{
    background: #212529  !important;
    border-color: #212529 !important;
    border-radius: 0.2rem;
    padding: 0.9375rem 1.25rem !important;
    &:hover{
        background: transparent !important;
    }
}
a.btn-white{
    background: #ffffff  !important;
    border-color: #ffffff !important;
    border-radius: 0.2rem;
    padding: 0.9375rem 1.25rem !important;
    &:hover{
        background: transparent !important;
    }
}
a.btn-ghost{
    border-radius: 0.2rem;
    padding: 0.9375rem 1.25rem !important;
    &:hover{
        background: #212529!important;
    }
}
a.btn-primary{
    background: #212529  !important;
    border-color: #212529 !important;
    border-radius: 0.2rem;
    padding: 0.9375rem 1.25rem !important;
    &:hover{
        background: transparent !important;
    }
}
a.btn-brown-white{
    border-radius: 0.125rem;
    background: #FAF8F1 !important;
    color: #212529 !important;
    border-width: 0 !important;
    &:hover{
        background: #c5c2b9 !important;
    }
}

/* NAV ---------------------------------------------------------- */
div.announcement{
    position: relative;
    z-index: 999;
}
header.new-nav-pwd{
    .logo img{
        max-width: 15.938rem;
    }
    .logo{
        width: fit-content;
    }
    background-color: transparent !important;
    margin-bottom: -12.5rem !important;
    position: relative;
    z-index: 999;
    .container-fluid{
        .row{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap:1rem;
            .hamburger-wrapper{
                width: 100% !important;
                gap:1rem;
                justify-content: center;
                color: #ffffff !important;
                li.menu-item-has-children, li.menu-item{
                    a::after{
                        filter: brightness(0) invert(1);
                    }
                }
                li a{
                    color: #ffffff !important;
                }
                li .sub-menu{
                    padding-top: 1rem !important;
                }
                li .sub-menu a{
                    color: #000000 !important;
                }
                .btn.btn-brown-white{
                    font-size: 1rem !important;
                    padding: 0.9375rem 1.25rem !important; 
                }
            }
        }
    }
}
header.new-nav-pwd.contact-version{
    margin-bottom: 0rem !important;
    .container-fluid{
        .row{
            .hamburger-wrapper{
                color: #212529 !important;
                li.menu-item-has-children, li.menu-item{
                    a::after{
                        filter: brightness(0) invert(0);
                    }
                }
                li a{
                    color: #212529 !important;
                }
            }
        }
    }
}
@media only screen and (max-width: 1200px){
    header.new-nav-pwd{
        margin-bottom: -9rem !important;
        .container-fluid{
            .row{
                justify-content: space-between;
                flex-direction: row;
                flex-wrap: nowrap;
                .hamburger-wrapper{
                    nav#MainNav.active{
                        top:100%;
                    }
                    width: fit-content !important;
                    .hamburger-menu button span{
                        background: #ffffff !important;
                    }
                    li a{
                        color: #000000 !important;
                    }
                    li.menu-item-has-children, li.menu-item{
                        a::after{
                            filter: brightness(0) invert(0);
                        }
                    }
                }
            }
        }
    }
    header.new-nav-pwd.contact-version{
        .container-fluid .row .hamburger-wrapper .hamburger-menu button span{
            background: #212529 !important;
        }
    }
}
@media only screen and (max-width: 600px){
    header.new-nav-pwd{
        margin-bottom: -5rem !important;
        .logo{
            margin:0 !important;
        }
        .logo img{
            max-width: 10rem !important;
        }
        .container-fluid{
            .row{
                flex-wrap: nowrap;
                a.btn{
                    display: none;
                }
            }
        }
    }
}
/* HOME  PAGE BANNER ------------------------------------------- */
.banner.banner-home.version-2-pwd .banner-video:after{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 10.99%, #303030 100%) !important;
    background-blend-mode: multiply;
}
.banner.banner-home.version-2-pwd{
    max-width: unset !important;
    width: 100%;
    min-height: fit-content !important;
    height: 80vh !important;
    .banner-video{
        max-width: unset !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0 !important;
        height: unset !important;
        .container-video{
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            padding-bottom: 56.25% !important;
        }
        iframe{
            position: absolute;
            top: 50% !important;
            left: 50% !important;
            width: 177.78% !important; /* 100 / 56.25 * 100 = 177.78% to cover */
            height: 100% !important;
            transform: translate(-50%, -50%);
        }
    }
}
.banner-content.version-2-pwd{
    .h1-pwd,.h6-pwd{
        text-align: left;
    }
    .home-row-pwd{
        display: flex;
        gap:2rem;
        align-items: flex-end;
        .title-col{
            width: 60%;
        }
        .buttons{
            display: flex;
            gap:1rem;
            align-items: center;
            justify-content: flex-end;
            width: 40% !important;
            a{
                margin: 0 !important;
            }
        }
    }
    .row.justify-content-center{
        align-items: flex-end !important;
        padding-bottom: 3.125rem;
    }
}

/* TREATMENTS MODULE ----------------------------------- */
.module-treatments.pwd-version{
	padding-inline:1.5rem !important;
    .h2-pwd{
        text-align: center;
    }
/* 	.h4-pwd{
		max-width:19rem;
	} */
    .treatment-list{
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        .pwd-version{
            text-transform: uppercase !important;
        }
        .col-12,.card{
            margin: 0 !important;
            padding: 0 !important;
        } 
        .col-12{
            width: calc(33% - 0.5rem);
        }
        .card{
            transition: .3s;
            background-size: 150%;
            /* background-repeat: no-repeat; */
        }
        .card:hover{
            background-size: 180%;
        }
    }
}

/* CHOOSE YOUR PACKAGE MODULE ------------------------- */
.module-choose-your-package{
    background-color: rgba(33, 37, 41, 1);
    color: #ffffff !important;
    .credits-packages-row{
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        .package-card{
            width: calc(33% - 0.5rem);
            border-radius: 0.5rem;
            overflow: hidden;
            position: relative;
            &:hover{
                .feature-img{
                    transform: scale(1.2);
                }
            }
            .feature-img{
                aspect-ratio: 1/1;
                object-fit: cover;
                object-position: center;
                transition: .3s;
            }
            .credits-content{
                position: absolute;
                top:0;
                left: 0;
                right: 0;
                bottom: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                padding: 1.5rem;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
                img{
                    width: 3.125rem;
                }
                .credits-num{
                    font-size: 8rem;
                    font-weight: 500;
                    line-height: 1;
                    color: #ffffff !important;
                }
                .credits-text{
                    margin-bottom: 1.5rem;
                    color: #ffffff !important;
                }
            }
        }
    }
}

/* MODULE MEMBERSHIP PACKAGES -------------------------- */
.module-membership-packages{
    .btn-primary{
        width: fit-content !important;
        margin-inline: auto;
        display: block;
    }
    .membership-packages-row{
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        .package-card{
            width: calc(33% - 0.5rem);
            border-radius: 0.5rem;
            overflow: hidden;
            position: relative;
            &:hover{
                .feature-img{
                    transform: scale(1.2);
                }
            }
            .feature-img{
                aspect-ratio: 1/1;
                object-fit: cover;
                object-position: center;
                transition: .3s;
            }
            .package-content{
                position: absolute;
                color: #ffffff;
                top:0;
                left: 0;
                right: 0;
                bottom: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                padding: 1.5rem;
                background: rgba(0, 0, 0, 0.35);
                img{
                    width: 3.125rem;
                }
                .credits-num{
                    font-size: 8rem;
                    font-weight: 500;
                    line-height: 1;
                    color: #ffffff !important;
                }
                .credits-text{
                    margin-bottom: 1.5rem;
                    color: #ffffff !important;
                }
            }
        }
    }
}

/* MODULE CTA BACKGROUND ------------------------------ */
.module-cta-background{
    .container{
        padding: 3.125rem;
        border-radius: 0.375rem;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(238, 238, 238, 0.06);
        box-shadow: 4px 4px 100px 0px rgba(255, 255, 255, 0.25) inset;
        backdrop-filter: blur(10px);
        color: #ffffff;
        max-width: 56rem;
        margin-inline: auto;
        .bg-text{
            background-color: #212529;
            padding: 0.62rem;
            width: fit-content;
            margin-inline: auto;
        }
        .btn{
            display: block;
            width: fit-content;
            margin-inline: auto;
        }
    }
}

/* MODULE TWO COLUMN + BOOK YOUR SESSION */
.two-column.pwd-version{
    .h2-pwd{
        margin-bottom: 1.25rem;
    }
    #sessions{
        .module-blurb{
            padding: 0 !important;
            .h4-pwd{
                margin-bottom: 1.25rem;
            }
            .treatment-form{
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap:1rem;
            }
            #treatment-select{
                border-radius: 0.125rem;
                border: 1px solid #D9D9D9;
                background: #FAF8F1;
                padding: 1rem;
                text-transform: uppercase;
                font-weight: 700;
            }
            button,#book-session{
                background: #212529  !important;
                border-color: #212529 !important;
                border-radius: 0.2rem !important;
                padding: 0.9375rem 1.25rem !important;
                &:hover{
                    background: transparent !important;
                }
            }
        }
    }
}

/* MODULE THREE COLUMN NO BG ------------------------ */
.module-three-column-no-bg{
    .content-row{
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
        .content-card{
            width: calc(33% - 2rem);
            .h4-pwd{
                position: relative;
                padding-bottom: 2rem;
                &::after{
                    content:"";
                    position: absolute;
                    background-color: #000000;
                    width: 6.0625rem;
                    height: 0.0625rem;
                    bottom: 0;
                    left: 0;
                }
            }
        }
    }
}

/* MODULE HOW THE TREATMENTS WORK --------------------- */
.module-how-the-treatments-work{
    background-color: rgba(33, 37, 41, 1);
    color: #ffffff;
    .feature-img{
        width: 100%;
        aspect-ratio: 16/5;
        border-radius: 0.3125rem;
        object-fit: cover;
        object-position: center;
        margin-bottom: 1rem;
    }
    .processes-row{
        display: flex;
        gap: 1rem;
        flex-direction: column;
        .process-card{
            background-color: rgba(0,0,0,0.4);
            padding: 2rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: flex-start;
            gap:1rem;
            *{
                height: fit-content;
            }
            .num{
                font-family: "DM Sans";
                font-size: clamp(2.5rem,6vw,3.5rem);
                font-style: normal;
                font-weight: 700;
                line-height: 100%; /* 3.5rem */
                letter-spacing: 0.875rem;
                text-transform: uppercase;
                min-width: 6.25rem;
            }
        }
    }
}

/* MODULE TREATMENT BENEFITS ------------------------------- */
.module-treatment-benefits{
    .benefits-row{
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        .benefits-card{
            width: calc(33% - 0.25rem);
            background-color: #212529;
            border-radius: 0.3125rem;
            color: #ffffff;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap:2rem;
            img{
                object-fit: contain;
                object-position: center;
                width: 3.125rem;
                height: 3.125rem;
            }
            .h4-pwd{
                margin-bottom: 1rem;
            }
        }
    }
}

/* MODULE ONE COLUMN WITH H3 CONTENT REPEATER -------------- */
.module-one-column-with-h3-content-repeater{
    .heading-content-row{
        display: flex;
        gap:1rem;
        flex-direction: column;
        .h4-pwd{
            margin-bottom: 0.63rem;
        }
    }
    .disclaimer-cont{
        border-radius: 0.3125rem;
        padding: 2rem;
        background: #D9D9D9;
        .dis-head{
            color: #212529;
            text-align: center;
            font-family: "DM Sans";
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 1.25rem */
            letter-spacing: 0.0125rem;
            margin-bottom: 0.6rem;
        }
        .content{
            max-width: 46rem;
            margin-inline: auto;
        }
    }
}

/* MODULE FAQ COLUMN ---------------------------------------- */
.module.faq-column{
	table{
		color:#ffffff !important;
	}
    background-color: #212529;
    color: #ffffff;
    ul li{
        color: #ffffff !important;
    }
    h2,.sub-heading{
        text-align: center;
    }
    .sub-heading{
        margin-bottom: 0 !important;
    }
    .faq-list{
        .col-12{
            width: 100% !important;
            padding: 0 !important;
            .faq-item {
                margin-bottom: 0 !important;
                &.active{
                    background-color: rgba(0, 0, 0, 0.4) !important;
                    border-radius: 0.3125rem;
                }
                background-color: #212529;
                border-width: 0 !important;
                border-bottom: 0.06rem solid rgba(255, 255, 255, 0.5) !important;
                .faq-answer p{
                    color: #ffffff !important;
                }
                h3{
                    color: #FFF !important;
                    font-family: "DM Sans";
                    font-size: 1.25rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 100%; /* 1.25rem */
                    letter-spacing: 0.0125rem;
                }
                h3:after{
                    content:none;
                }
            }
        }
    }
}

/* MODULE BLOG --------------------------------------------- */
.module.team-column.blog-column{
    .h2-pwd{
        margin-bottom: 0;
        max-width: 70rem;
        margin-inline: auto;
    }
    .h4-pwd a{
        font-family: "DM Sans";
        font-size: clamp(1.25rem,4vw,1.5rem) !important;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 1.5rem */
        letter-spacing: 0.3rem;
        text-transform: uppercase;
    }
    .row{
        justify-content: center;
    }
    .news-image{
        border-radius: 0.3125rem;
        overflow: hidden;
    }
    .news-content{
        .news-date{
            font-size: 1rem !important;
            font-weight: 300;
            .category{
                color: #ffffff !important;
                border-radius: 62.5rem;
                background: rgba(0, 0, 0, 0.40);
                padding: 0.3125rem 0.9375rem;
            }
        }
    }
}

/* CONTACT PAGE -------------------------------------------- */
.contact{
    .grey-bg{
        background-color: #ffffff !important;
    }
    .contact-form{
        border-radius: 0 !important;
        background-color: transparent !important;
    }
    .contact-details{
        background-color: unset !important;
        padding: 2rem !important;
    }
    .contact-phone,.opening-hours,.contact,.contact-address{
        padding-inline: 0 !important;
    }
    .pwd-col{
        width: 100% !important;
        max-width: 60rem !important;
    }
    .contact-phone{
        span{
            color: rgba(33, 37, 41, 1) !important;
            color: #212529 !important;
            font-family: "DM Sans";
            font-size: clamp(1.25rem,4vw,1.5rem) !important;
            font-style: normal;
            font-weight: 800;
            line-height: 100%; /* 1.5rem */
            letter-spacing: 0.3rem;
            a{
                color: rgba(33, 37, 41, 1) !important;
            }
        }
    }
    .opening-hours{
        color: #212529 !important;
        .d-flex{
            color: #212529 !important;
            span{
                color: #212529 !important;
                font-size: 1rem !important;
            }
            flex-direction: column !important;
            justify-content: flex-start !important;
            align-items: flex-start !important;
        }
    }
    a.email{
        color: #212529 !important;
        font-family: "DM Sans";
        font-size: clamp(1.25rem,4vw,1.5rem) !important;
        font-style: normal;
        font-weight: 800;
        line-height: 100%; /* 1.5rem */
        letter-spacing: 0.3rem;
    }
    .contact-address{
        p{
            font-size: 1rem !important;
        }
    }
}

/* MISC STYLING ---------------- */
.module:is(.three-column,.cta-column){
	.btn-primary{
		background:#ffffff !important;
	}
}
.module.two-text-column{
	a.readmore-link{
		filter:brightness(0);
	}
	a.readmore-link::after{
		color:#212529 !important;
		
	}
}

/* TREATMENT SINGLE PAGE ------------------------------ */
.treatment-banner-pwd{
    margin-inline: 0 !important;
    .banner{
        max-width: unset !important;
        &:before{
            background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 10.99%, #303030 100%) !important;
        }
    }
}

/* FOOTER --------------------------------------------- */
footer.footer{
    background: rgba(33, 37, 41, 1) !important;
	color:rgba(250, 248, 241, 1) !important;
    a::after{
        filter: brightness(0) invert(1);
    }
	a:hover{
		color:#ffffff !important;
	}
    #gform_submit_button_2{
        color: rgba(210, 207, 194, 1) !important;
    }
}

/* RESPONSIVE ----------------------------------------- */
@media only screen and (max-width: 1024px){
    .module-treatments.pwd-version{
        .treatment-list{
            .col-12{
                width: calc(50% - 0.5rem);
            }
        }
    }
    .module-choose-your-package,.module-membership-packages{
        .package-card{
            width: calc(50% - 0.5rem) !important;
        }
    }
    .module-three-column-no-bg .content-card{
        width: calc(50% - 2rem) !important;
    }
    .module-treatment-benefits{
        .benefits-row{
            .benefits-card{
                width: calc(50% - 0.25rem);
            }
        }
    }
}
@media only screen and (max-width: 700px){
    .banner.banner-home.version-2-pwd{
        height: 30rem !important;
        .banner-video iframe{
            width: 250% !important;
        }
    }
    .banner-content.version-2-pwd{
        .home-row-pwd{
            flex-direction: column;
            .title-col,.buttons{
                width: 100% !important;
            }
        }
    }
    .module-treatments.pwd-version{
        .treatment-list{
            .col-12{
                width: 100%;
            }
        }
    }
    .module-choose-your-package,.module-membership-packages{
        .package-card{
            width: 100% !important;
        }
    }
    .module-three-column-no-bg .content-card{
        width: 100% !important;
    }
    .module-how-the-treatments-work .process-card{
        flex-direction: column;
    }
    .module-treatment-benefits{
        .benefits-row{
            .benefits-card{
                width: 100%;
            }
        }
    }
}

.module.testimonial-list{
	.h2{
		text-align:center !important;
	}
}