*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.work-with-mylf-wrp {
    padding-top: 80px;
    padding-bottom: 60px;
}
.work-with-mylf-wrp header.header-work-with-mylf {
    background: #3E6D74;
    text-align: center;
    padding: 14px 20px 20px;
    position:sticky;
    top:82px;
    z-index:9;
    overflow: hidden;
    width:100%;
}
.work-with-mylf-wrp header.header-work-with-mylf h1 {
    /* color: #BEF5FB; */
    color: #ffffff;
    font-size: 68px;
    margin:0;
    font-family: "Oswald", sans-serif;
}
.button-head-wrp{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:12px;
}
.button-head-wrp a{
    display: block;
    padding:8px 16px;
    border-radius: 20px;
    background-color: #243249;
    color:white;
}
.work-with-mylf-wrp header.header-work-with-mylf svg {
    margin: 10px 0;
}
.work-with-mylf-wrp header.header-work-with-mylf p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Serif Georgian", serif;
}
section.coaching-section-wrp {
    /* max-width: 1440px; */
    background: #EBEBEE;
    margin: 0px auto;
    overflow: hidden;
    padding: 20px 16px 0;
}
.work-with-mylf-wrp header.header-work-with-mylf a.back-to-home {
    color: #fff;
    outline:none;
    position: absolute;
    left: 70px;
    top: 0px;
    gap:0;
    margin-top: 4px;
}
.work-with-mylf-wrp header.header-work-with-mylf a.back-to-home b {
    background: white;
    color: #3e6d74;
    padding:0px 4px;
    border-radius: 2px;
}
section.coaching-section-wrp > h2 {
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
section.coaching-section-wrp > h2 span {
    color: #243249;
    font-size: 40px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
section.coaching-section-wrp > h2 svg {
    width: 50%;
    height: fit-content;
}
.coaches-slider-wrp {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 22px;
}
#private-coaching.coaches-slider-wrp{
    padding-bottom: 20px;
}
.coaches-slider-wrp .coach-box {
    /* flex: 1; */
    background: #E0E2E5;
    border: 1px solid #BEC2C7;
    border-radius: 12px;
    padding: 20px;
}
.coaches-slider-wrp .coach-box {
    width:calc(25% - 16.5px);
}
.coaches-slider-wrp .coach-box .coach-header-wrp {
    background: #243249;
    border-radius: 8px 8px 0 0;
    color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 19px;
}
.coaches-slider-wrp .coach-box .coach-header-wrp img.coach-img {
    position: relative;
}
.coaches-slider-wrp .coach-box .coach-header-wrp .coach-detail-wrp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.coaches-slider-wrp .coach-box .coach-header-wrp .coach-detail-wrp .coach-name-price {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.coaches-slider-wrp .coach-box .coach-header-wrp .coach-detail-wrp p.program-leanth {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.coaches-slider-wrp .coach-box .coach-details {
    background: #F1F2F4;
    height: calc(100% - 105px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 8px 8px;
}
.coaches-slider-wrp .coach-box .coach-details .min-height-bx{
    min-height: 160px;
}
.coaches-slider-wrp .coach-box .coach-details ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.coaches-slider-wrp .coach-box .coach-details ul li {
    list-style: none;
    font-size: 12px;
    color: #1E3A50;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.coaches-slider-wrp .coach-box .coach-details ul li svg{
    min-width:15px;
}
.coaches-slider-wrp .coach-box .coach-details ul:has(li:nth-child(6)) {
    flex-direction:unset;
    flex-wrap:wrap;
}
.coaches-slider-wrp .coach-box .coach-details ul:has(li:nth-child(6)) li {
    width: calc(50% - 7px);
}
.coaches-slider-wrp .coach-box .coach-details .buttons-wrp-bx {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
.coaches-slider-wrp .coach-box .coach-details .buttons-wrp-bx .info-video {
    background: #3E6D74;
    border: 1px solid white;
    padding: 16px 25px;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.coaches-slider-wrp .coach-box .coach-details .buttons-wrp-bx .join-btn ,
.coaches-slider-wrp .coach-box .coach-details .buttons-wrp-bx .jump-btn{
    background: #243249;
    color: white;
    width: 250px;
    padding: 12px 10px;
    border-radius: 7px;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    cursor: pointer;
    margin:0;
}
.coaches-slider-wrp .coach-box .coach-details .compare-checkbox-wrp {
    padding-top: 10px;
}
.coaches-slider-wrp .coach-box .coach-details .compare-checkbox-wrp label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5A7A90;
    font-size: 16px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}
.coaches-slider-wrp .coach-box .coach-details .compare-checkbox-wrp label input {
    width: 16px;
    height: 16px;
    margin:0;
}




/* continued coaching Section */
section.continued-coaching.coaching-section-wrp {
    background: #E9EAEC;
}
section.continued-coaching.coaching-section-wrp > h2 span{
    display: flex;
    align-items: center;
    gap: 6px;
}
section.continued-coaching.coaching-section-wrp > h2 span em {
    font-size: 24px;
    font-style: normal;
    font-family: "Noto Serif Georgian", serif;
    font-weight: 700;
    text-transform: capitalize;
}
section.continued-coaching.coaching-section-wrp > h2 span {
    color: #3E6D74;
}
section.continued-coaching.coaching-section-wrp > h2 svg path {
    fill: #45697B;
}
section.continued-coaching.coaching-section-wrp .coach-box .coach-header-wrp{
    background-color: #3E6D74;
}



/* Non-Coached Programs Section */
section.non-coached-programs.coaching-section-wrp {
    background: #EBEBEE;
}
section.non-coached-programs.coaching-section-wrp > h2 span {
    color: #A5D0D6;
}
section.non-coached-programs.coaching-section-wrp > h2 svg path {
    fill: #45697B;
}
section.non-coached-programs.coaching-section-wrp .coach-box .coach-header-wrp{
    background-color: #A5D0D6;
}
section.non-coached-programs.coaching-section-wrp .coach-box .coach-header-wrp .coach-detail-wrp p.program-leanth {
    color: black;
}


/* OUR COACHES Section */
section.our-coaches{
    background-color: #EBEBEE;
    margin: 0px auto;
    padding: 20px 16px 20px;
}
section.our-coaches > h2 {
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
section.our-coaches > h2 span {
    color: #4E4E4E;
    font-size: 40px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
section.our-coaches > h2 svg {
    width: 50%;
    height: fit-content;
}
section.non-coached-programs.coaching-section-wrp > h2 svg path {
    fill: #45697B;
}
section.our-coaches .our-coaches-slider {
    padding: 20px 16px;
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}
section.our-coaches .our-coaches-slider .our-coaches-box {
    background: #EFEFF2;
    border: 1px solid #BEC2C7;
    box-shadow: 0 3px 14px #00000021;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: calc(25% - 16.5px);
}
section.our-coaches .our-coaches-slider .our-coaches-box img.our-coaches-img {
    margin-top: -50px;
    width: 150px;
}
section.our-coaches .our-coaches-slider .our-coaches-box .buttons-wrp-bx {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
section.our-coaches .our-coaches-slider .our-coaches-box .buttons-wrp-bx .info-video {
    background: #3E6D74;
    border: 1px solid white;
    padding: 16px 25px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
}
section.our-coaches .our-coaches-slider .our-coaches-box .buttons-wrp-bx .join-btn ,
section.our-coaches .our-coaches-slider .our-coaches-box .buttons-wrp-bx .jump-btn{
    background: #243249;
    color: white;
    width: 250px;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 7px;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    cursor: pointer;
}
section.our-coaches .our-coaches-slider .our-coaches-box h4.coach-name{
    font-size: 35px;
    font-family: "Noto Serif Georgian", serif;
    color: #143F5B;
    line-height: 64px;
    margin-top: -20px;
    font-weight: 700;
}
section.our-coaches .our-coaches-slider .our-coaches-box p{
    color: #3A5A70;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}
section.book-free-call{
    background-color: #E1E2E8;
    padding: 15px 20px;
    display: flex;
    /* position: sticky;
    bottom: 0; */
    justify-content: center;
    gap: 20px;
}
section.book-free-call button,
section.book-free-call a{
    text-decoration: none;
    background-color: #3E6D74;
    cursor: pointer;
    border:0;
    border-radius: 8px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 38px;
}
section.book-free-call button:hover,
section.book-free-call a:hover{
    background-color: #1e5b65;
}


/* Custom Modal CSS */

.cstm-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000059;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
}
.cstm-modal{
    display: none;
}
.cstm-modal.is-open {
    display: block;
}
.cstm-modal .modal-dialog-wrp {
    max-width: 1240px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cstm-modal .modal-dialog-wrp .modal-inner-wrp {
    width: 100%;
    border-radius: 8px;
    background-color: white;
}
.cstm-modal .modal-dialog-wrp .modal-heading {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #00000024;
}
.cstm-modal .modal-dialog-wrp .modal-content {
    padding: 20px;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    border:0;
    min-height: calc(100dvh - 250px);
}
.cstm-modal .modal-dialog-wrp .modal-content#video-container > iframe {
    width: 100%;
    height: calc(100dvh - 310px);
}
.cstm-modal .modal-dialog-wrp .modal-heading button {
    background: transparent;
    border: 0;
    cursor: pointer;
}
.cstm-modal .modal-dialog-wrp .modal-heading  h4{
    font-size: 24px;
    font-family: "Noto Serif Georgian", serif;
    color: #143F5B;
    font-weight: 700;
}
.cstm-modal .modal-dialog-wrp .modal-heading button:active {
    transform: scale(1.1);
}
.cstm-modal .modal-dialog-wrp .modal-content video {
    max-height: calc(100dvh - 140px);
}



/* Back To Home Button */
.back-to-home svg{
    display: none;
}
a.back-to-home {
    display: flex;
    font-family: "Open Sans", sans-serif;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 10px auto 0;
    /* color: white; */
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding-top: 12px;
    gap: 6px;
}
a.back-to-home svg{
    margin:0;
    width:20px;
    height: 20px;
}
a.back-to-home span{
    background-color: #3e6d74;
    padding: 2px 10px;
    color: white;
    border-radius: 4px;
}

.relative{
    position: relative;
}
section.our-coaches .our-coaches-slider .our-coaches-box p.desc-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 14px;
    min-height: 84px;
    position: relative;
}
section.our-coaches .our-coaches-slider .our-coaches-box a.read-more {
    position: absolute;
    right: 14px;
    bottom: -16px;
    font-size: 12px;
    outline:none;
}
section.our-coaches .our-coaches-slider .our-coaches-box .show-desc .desc-text {
    display: block;
    overflow: auto;
}
section.our-coaches .our-coaches-slider .our-coaches-box p.desc-text {
    max-height: 240px;
}
section.our-coaches .our-coaches-slider .our-coaches-box .buttons-wrp-bx .jump-btn{
    margin-top: 0;
}
button.compare-btn-js {
    background: #243249;
    position: fixed;
    bottom: 60px;
    left:0;
    right: 0px;
    margin: 0px auto;
    width:fit-content;
    color: white;
    display: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-family:"Open Sans", sans-serif;
    border: 0;
    font-weight: 600;
    pointer-events: all;
    text-transform: uppercase;
    box-shadow: 0px 0px 14px rgb(0,0,0,0.4);
}
button.compare-btn-js.show {
    display: block;
}
.pricing_footer{
    z-index:9;
}
.coaches-slider-wrp .coach-box .coach-header-wrp .thumb-sign-img {
    position: absolute;
    width: 140px;
    top: -29px;
    right: 60px;
    z-index:1;
    margin: 0px auto;
}
.coaches-slider-wrp .coach-box .coach-header-wrp .thumb-sign-img img {
    width: 100%;
}
.coaches-slider-wrp .coach-box .coach-header-wrp .thumb-sign-img span {
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.info-video svg {
    vertical-align: baseline !important;
}


.header-title-work-mylf {
    position: fixed;
    top: 0;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    font-size: 68px;
    margin: auto;
    width:fit-content;
    font-family: "Oswald", sans-serif;
}
.work-with-mylf-wrp header.header-work-with-mylf svg {
    display: none;
}

/* add css dev */
.desc-text-wrapper.scroll-container {
    height: 200px; 
    overflow: hidden;
    transition: all 0.3s ease;
}
.desc-text-wrapper.enable-scroll {
    overflow-y: auto;
    padding-right: 5px; 
}
.desc-text-wrapper.enable-scroll::-webkit-scrollbar {
    width: 5px;
}
.desc-text-wrapper.enable-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.desc-text-wrapper.enable-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.desc-text-wrapper.enable-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.desc-text-wrapper p {
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    line-height: 1.4;
}

/* end */