
.practitioners-container{
    margin-top:120px;
}
.wellness-banner{
    padding-bottom:40px;

    background-repeat:no-repeat!important;
    padding-top: 100px;
    background-color: #f9f9f3;
    background-size: auto!important;
    background-position: top !important;
}
.wellness-banner-overline{
    border-radius: 10px;
    border: 1px solid #7737B2;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    padding:20px 60px;
}

.hero-heading {
    color: #5d5757;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 54px;
    padding:20px 0 20px
}

.hero-sub-heading{
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    background: #7737B2;
    width:fit-content;
    margin:0 auto;
}
.wellness_banner-block{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-top:40px
}
.wellness_item {
    max-width:45%;
    width:100%
}
.holistic-approach-container{
    background:#fffaf7;
    padding: 50px;
    border-bottom: 1px solid #E2E2EA;
}
.holistic-item-image{
    width:130px;
    border-radius:100%
}
.wellness_item_title{
    margin-bottom:30px;
    font-size: 22px;
    color:#5d5757;
}

.wellness_item_desc{
    color: #3A3438;
    font-size: 16px;
    font-weight: 500;
}
.wellness_item_desc_right{
    /*font-size: 11px;*/
}
/* Practitioners */
.section-title{
    color: #3A3438;
    font-size: 32px;
    font-weight: 500;
    text-align:center;
}
.practitioners_items{
    display:flex;
    justify-content:space-between;
    gap:20px;
}
.practitioner-item{
    max-width:40%;
    width:100%;
}
.thumb{
    width:fit-content;
}
.thumb img{
    width:300px;
    height:300px;
    border-radius:100%;
    object-fit:cover;
}
.practitioner-title{
    margin-bottom:0;
    font-size: 17.28px;
    line-height: 27.648px;
    font-weight: 700;
    color: #7737B2;
    text-align: center;
}
.show-more,
.show-less{
    padding:5px 10px;
    background:#7737B2;
    color:#fff;
    border-radius:30px;
    transition:.3s all ;
    cursor:pointer;
    border:1px solid #7737B2 ;
    font-size:15px;
}
.show-less:hover{
    background: transparent;
    border:1px solid #7737B2;
    color:#7737B2;
}
.more-block{
    text-align:center;
    /*margin:20px 0 40px;*/
}
.excerpt p{
    margin-top:10px
}
.practitioner-item p{
    color: #3A3438;
    font-size: 16px;
    font-weight: 500;
    line-height:24px
}
.book-btn .wp-block-button,
.app-btn .wp-block-button{
    width:100%;
}
.book-btn a,
.app-btn a{
    margin-bottom:20px;
    border-radius:30px;
    width:100%;
}
.book-btn a {
    background: #3D8C86;
    transition:.3s all ;
    border:1px solid #3D8C86;
}
.book-btn a:hover{
    background: transparent;
    border:1px solid #3D8C86;
    color:#3D8C86;
}
.app-btn a{
    background: #7737B2 !important;
    transition:.3s all ;
    border:1px solid #7737B2 ;

}
.show-more:hover{
    background: transparent;
    border:1px solid #a48eea;
    color:#a48eea;
}
.app-btn a:hover{
    background: transparent!important;
    border:1px solid #7737B2;
    color:#7737B2;
}
.other-color{
    color:#7737B2!important;
}

/*Holistic*/
.holistic-title{
    color:#7737B2;
    max-width:800px;
    margin:0 auto ;

}
.holistic-item-border{
    padding:20px 0;
    margin:40px 0;
    border-bottom:1px solid #418B86;
    border-top: 1px solid #418B86;
}
.holistic-item-text{
    margin:0;
    display:inline;
}
.holistic-item-title{
    margin-bottom:5px;
    font-size:18px;
    color: #7737B2;
    font-weight:600;
}
.holistic-items{
    margin-top:60px;
    display: flex;
    flex-wrap:wrap;
    gap:20px;
}
.holistic-item{
    max-width:30%;
    text-align:center;
    margin-top:40px
}
.traning_programs{
    font-weight:bold;
}
.free_registration{
    color:#fff;
    background:#7737B2;
    width:fit-content;
    font-size:22px;
}


.hidden {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.hidden.open {
    max-height: 1000px; /* large enough for your content */
    opacity: 1;
}
.show-more{
    display: block;
    width: fit-content!important;
    margin: 20px 0 0 0!important;
}
.show-less{
    display: none;
    width: fit-content!important;
    margin: 20px 0 0 0!important;
}
.toggleBtn,.link-btn2{
    font-weight:bold;
    cursor:pointer  ;
    color: #7737B2 !important;
}

.toggleBtn{
    position:relative;
}
.link-btn2{
    position:relative;
}
.link-btn2 svg,
.toggleBtn svg{
    position:absolute;
    top: 0;
}
/*.holistic-item-text {*/
/*    max-height: 6.4em; !* 3  *!*/
/*    overflow: hidden;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.holistic-item-text {*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 4;   !* 4 lines max *!*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

/*.show-more-btn {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    !*background: linear-gradient(to right, transparent, white 40%);*!*/
/*    padding-left: 20px;*/
/*    cursor: pointer;*/
/*    font-weight: bold;*/
/*    color:#000*/
/*}*/








/*.show_more_text {*/
/*    max-height: 6.4em; !* ~2 lines *!*/
/*    overflow: hidden;*/
/*    transition: max-height 0.5s ease;*/
/*}*/

/*.show_more_text.expanded {*/
/*    max-height: 1000px; !* big enough to show all *!*/
/*}*/

.show_more_text{
    display:inline;
}





/*.holistic-item-text.expanded {*/
/*    max-height: 1000px;*/
/*    transition: all 0.5s ease;*/
/*}*/
/*.show-more-btn,*/
.link-btn{
    padding: 10px 30px;
    background: #7737B2;
    color: #fff;
    border-radius: 30px;
    transition: .3s all;
    cursor: pointer;
    border: 1px solid #7737B2;
    font-size: 15px;
    margin-top:15px
}
/*.show-more-btn:hover{*/
/*    background: transparent;*/
/*    border:1px solid #7737B2;*/
/*    color:#7737B2;*/
/*}*/
.free_registration_btn{
    margin-bottom:40px
}
.meditation-info::first-line {
    font-weight: bold;
}
#toggleBtn{

}

@media (max-width: 1300px) {
    .holistic-items {
        justify-content: space-between;
    }
}
@media (max-width: 1300px) {
    .holistic-item {
        max-width: 48%;
    }
}
@media (max-width: 768px) {
    .wellness_banner-block{
        flex-direction:column;
        align-items:center
    }
    .wellness_item {
        max-width:100%;
    }
    .holistic-title{
        font-size:24px;
        line-height:32px;
    }
}

@media (max-width: 640px) {
    .hero-heading {
        font-size: 32px;
    }
    .practitioners_items{
        flex-direction:column;
    }
    .practitioner-item{
        max-width:100%;
        background:#fff;
        padding:20px;
    }
    .practitioners-container{
        background:#7737b203
    }
    .thumb,
    .practitioner-title,
    .excerpt p{
        text-align:center;
    }
    .thumb img {
        width: 250px;
        height: 250px;
    }
    .practitioners-container{
        padding:30px 0;
        margin:40px 0 0 0!important;
    }
    .wellness-banner{
        background-size: auto!important;
    }
    .wellness-banner-overline{
        padding:20px;
    }
    .holistic-item {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .hero-sub-heading{
        font-size:20px
    }
    .wellness-banner{
        padding-top:140px
    }
}