/* ==== FOLD 1-I ==== */

.fold1i-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.break-fold-g-content p.bold {
    font-weight: 600;
    color: #b9a170;
    font-size: 21px;
}
.break-fold-g-content p {
    font-size: 17px;
}
.fold1i-item {
    position: relative;
}

.fold1i-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold1i-content {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 200px 0px 200px;
    flex-direction: column;
}

.service .fold1i-content {
    padding: 150px 0px 150px;
}

.fold1i-content .title {
    color: white;
    text-transform: capitalize;
    font-size: 96px;
    line-height: 96px;
    text-shadow: 0px 0px 20px #646464;
}

.fold1i-content .title:last-child {
    margin-left: 80px;
}

.fold1i-background::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: var(--fold1-color);
    opacity: 0.25;
}

.fold1i-content .undertext {
    color: white;
    font-size: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

.flipped .fold1i-content .title:last-child {
    margin-left: -80px;
}


/*== == CONTENT FOLD I == ==*/
.content-fold-i-wrapper {
    display: flex;
    align-items: stretch;
    padding: 110px 0px;
    gap: 40px;
}

.content-fold-i-content .small-title::before {
    width: 30px;
    position: relative;
    content: '';
    height: 2px;
    background: var(--color1);
    display: block;
}

.content-fold-i-content .small-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-fold-i-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-i-img {
    flex: 0 0 540px;
    position: relative;
    border-radius: 20px;
}

.rounded-fold .content-fold-i-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-i-img img{
    clip-path: circle(50%);
    overflow: hidden;
    height: auto;
    width: auto;
}

.content-fold-i-img img {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    width: 100%;
    border-radius: 15px;
}


.content-fold-i-content {
    display: flex;
    flex-direction: column;
}

.content-fold-i {
    background: whitesmoke;
    position: relative;
    z-index: 3;
}


.content-fold-i-content .title {
    margin-bottom: 20px;
    position: relative;
}


.flipped .content-fold-i-wrapper{
    flex-direction: row-reverse;
}

.content-fold-i .icon-module-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.content-fold-i .icon-modules {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
    flex-direction: column;
    max-width: 500px;
}

.content-fold-i .icon-module-item-header {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    align-items: center;
}

.content-fold-i .icon-module-item-header p {
    margin: 0px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.content-fold-i .icon-module-item-header i {
    display: block;
    border-radius: 0;
    width: 84px;
    height: 84px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--color0b);
    font-size: 40px;
    line-height: 40px;
    background: var(--color3);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    opacity: .5;
    border-radius: 15px;
}

.rounded-fold .content-fold-i .icon-module-item-header i{
    border-radius: 10px;
}

.circle-fold .content-fold-i .icon-module-item-header i{
    border-radius: 50%;
}

.icon-module-item-body p:last-child {
    margin-bottom: 0px;
}

.icon-module-item-header-content p {
    font-weight: 800;
}

/* ==== PAGE BREAK G ==== */
.break-fold-g{
    height: 0px;
}

.break-fold-g-wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    transform: translateY(-60%);
    margin-bottom: -128px;
    overflow: hidden;
}

.break-fold-g-item {
    flex: 0 0 calc((100% / 3) - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    filter: drop-shadow(2px 4px 5px rgba(0,0,0,0.2));
}

.break-fold {
    position: relative;
    z-index: 4;
}

.break-fold-g-content p {
    margin: 0px;
}

.break-fold-g-item i {
    font-size: 40px;
    line-height: 40px;
}

.break-fold-g-item.center {
    flex: 0 0 50%;
    background: var(--color2);
}

.break-fold-g-icon {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    background: #cdc4bf;
    color: var(--color1);
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    border-radius: 15px;
}

.rounded-fold .break-fold-g-icon{
    border-radius: 10px;
}

.circle-fold .break-fold-g-icon{
    border-radius: 50%;
}

.break-fold-g-item.center p {
    font-size: 40px;
    line-height: 40px;
}

.break-fold-g-content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    padding: 20px 20px 20px 35%;
    position: relative;
    background: var(--color3b);
    border-radius: 0px;
    margin: 10px;
}

.rounded-fold .break-fold-g-content{
    border-radius: 10px;
}

.circle-fold .break-fold-g-content{
    border-radius: 40px;
}
/*== == CONTENT FOLD A == ==*/
.content-fold-a-wrapper {
    display: flex;
    align-items: stretch;
    padding: 110px 0px;
    gap: 40px;
}

.content-fold-a-img {
    flex: 0 0 500px;
    border-radius: 20px
px
;
}
.rounded-fold .content-fold-a-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-a-img img{
    clip-path: circle(50%);
    overflow: hidden;
    height: auto;
    width: auto;
}

.content-fold-a-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-a-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}


.content-fold-a-content {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.content-fold-a-bottom {
    display: flex;
    background: var(--color3);
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
    box-sizing: border-box;
    border-radius: 15px;
}

.rounded-fold .content-fold-a-bottom{
    border-radius: 30px;
}

.circle-fold .content-fold-a-bottom{
    border-radius: 100px;
}

.content-fold-a {
    background: var(--color3b);
}

.content-fold-a-bottom .readmore {
    margin: 0px;
}

.content-fold-a-bottom p {
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    color: var(--color0b);
}

.content-fold-a-content .title {
    margin-bottom: 20px;
}

.content-fold-a-content-inner {
    position: relative;
    padding: 20px;
    border-radius: 15px;
}

.content-fold-a-content-inner::before{
	top: 0;
	left: 0;
	position: absolute;
	content: '';
	background: var(--color3);
	opacity: 0.05;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.rounded-fold .content-fold-a-content-inner{
    border-radius: 30px;
	overflow: hidden;
}

.circle-fold .content-fold-a-content-inner{
    border-radius: 40px;
	overflow: hidden;
}

.flipped .content-fold-a-wrapper{
    flex-direction: row-reverse;
}


/*MODULE FOLD G*/
.module-fold-g-wrapper {
    display: flex;
    padding-top: 70px;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
}

.flipped .module-fold-g-wrapper{
    flex-direction: row-reverse;
}

.module-fold-g-img {
    flex: 0 0 540px;
}

.module-fold-g-content {
    max-width: 640px;
}

.module-fold-g-content .title {
    margin-bottom: 20px;
}

.module-fold-g-modules {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.module-fold-g-module-item {
    background: var(--color3);
    position: relative;
    border-radius: 15px;
}

.module-fold-g-module-item a {
     display: flex;
     align-items: center;
     gap: 20px;
     cursor: pointer;
     padding: 20px;
}

.rounded-fold .module-fold-g-module-item{
    border-radius: 20px;
    overflow: hidden;
}

.rounded-fold .module-fold-g-module-icon{
    border-radius: 15px;
    overflow: hidden;
}

.circle-fold .module-fold-g-module-item{
    border-radius: 60px;
    overflow: hidden;
}

.circle-fold .module-fold-g-module-icon{
    border-radius: 50%;
    overflow: hidden;
}

.module-fold-g-module-icon {
    display: flex;
    width: 75px;
    height: 75px;
    justify-content: center;
    align-items: center;
    background: var(--color1);
    color: var(--color4);
    font-size: 30px;
    line-height: 30px;
    flex: 0 0 75px;
    position: relative;
    z-index: 2;
    transition: all .5s ease;
    border-radius: 15px;
}

.module-fold-g {
    background: var(--color3b);
}

.module-fold-g-module-content .subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}

.module-fold-g-module-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.module-fold-g-module-content p:last-child {
    margin: 0px;
}

.module-fold-g-module-item::before {
    width: 100%;
    height: 100%;
    background: var(--color1);
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease;
    transform: scaleX(0);
    transform-origin: center left;
    border-radius: 15px;
    opacity: 0;
    pointer-events: none;
}

.module-fold-g-module-item:hover::before {
    transform: none;
    opacity: 1;
}

.module-fold-g-module-item:hover p {
    color: white;
}

.module-fold-g-module-content p {
	transition: all .5s ease;
	color: var(--color0b);
}

.module-fold-g-module-item:hover .module-fold-g-module-icon{
    background: white;
    color: var(--color1);
}

.module-fold-g-img img {
    width: 100%;
}

/*== == CONTENT FOLD B == ==*/
.content-fold-b-wrapper {
    display: flex;
    align-items: stretch;
    padding: 110px 0px;
    gap: 40px;
    padding-top: 160px;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-b-img {
    flex: 0 0 540px;
}

.content-fold-b-img img {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    width: 100%;
    border-radius: 15px;
}

.rounded-fold .content-fold-b-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-b-img img{
    clip-path: circle(50%)
}


.content-fold-b-content {
    display: flex;
    flex-direction: column;
}

.content-fold-b {
    position: relative;
    z-index: 3;
}

.content-fold-b::before{
    width: 100%;
    height: 150px;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    position: absolute;
    background: var(--color1);
    z-index: -1;
}

.content-fold-b-content .title {
    margin-bottom: 20px;
}


.flipped .content-fold-b-wrapper{
    flex-direction: row-reverse;
}
ul.treatments {
    padding: 0px;
    float: left;
    width: 100%;
}
ul.treatments li {
    font-size: 20px;
    list-style-type: none;
    width: 46%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: whitesmoke;
    margin: 10px;
    border-radius: 7px;
}
ul.treatments li:nth-child(odd) {
    margin-left: 0px;
}
ul.treatments li i.fa-light.fa-badge-check {
    font-size: 24px;
}
.page-id-14597 p.bold {
    text-align: center;
}
.page-id-14597 .content-fold-i .icon-modules {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
}
.page-id-14597 .content-fold-i .icon-module-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 1 40%;
}
.page-id-14597 .content-fold-i-content .title {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.page-id-14597 .content-fold-i-wrapper {
    /* display: flex; */
    /* align-items: stretch; */
    padding: 110px 0px;
    /* gap: 40px; */
flex-direction: row;
}



/* reviews */
.reviews-fold {
    background-color: whitesmoke;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px 0px 70px;
}
.reviews-fold-header {
    text-align: center;
    padding: 50px 0px;
}
.reviews-fold-inner-wrapper {
    gap: 15px;
    display: flex;
}
.reviews-fold-block {
    background: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.reviews-fold-block-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reviews-fold-block-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reviews-fold-block-padding.column {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.reviews-fold-block-padding {
    padding: 30px;
}
.reviews-fold-block-top-content {
    padding: 10px 0px 0px;
}
.reviews-fold-block-padding.row {
    display: flex;
    flex-direction: row;
}
.row .reviews-fold-block-top {
    flex: 0 0 180px;
}
i.fa-light.fa-user-tie-hair {
    font-size: 100px;
}
.reviews-fold-block-top-content p {
    font-size: 20px;
    color: #b9a170;
    font-weight: 600;
}
/* reviews end */