.business-home-title .slider-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--form-text);
    margin-bottom: 0px;
    margin-left: 30px;
}
.sec-our-coaching-edge{
    background-color: var(--white);
}
.sec-theprocess{
    background-color: var(--pink);
}
.sec-theprocess .title-box {
    margin-bottom: 0px;
}
.sec-theprocess .sec-title {
    color: var(--orange);
    text-align: center;
}
.sec-theprocess .step-title {
    background-color: var(--yellow);
    padding: .375rem 1.5rem;
    border-radius: 1.875rem;
    font-weight: 500;
    color: var(--text-red);
    font-size: .875rem;
    white-space: nowrap;
    margin: .625rem 0;
    z-index: 2;
    min-width: 10.3125rem;
}
.sec-theprocess .step-subtitle {
    font-size: .8125rem;
    line-height: 1.125rem;
    color: var(--text-gray);
    max-width: 12.5rem;
    margin: .625rem 0;
}
.sec-theprocess .process-flow-container {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}
.sec-theprocess .process-flow {
     position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
}
.sec-theprocess .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
}
.sec-theprocess .marker-up, .sec-theprocess .marker-down {
    width: 0;
    height: 0;
    margin: 0 auto;
}
.sec-theprocess .marker-up {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--yellow);
    margin-bottom: 20px;
}
.sec-theprocess .marker-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--yellow);
    margin-top: 20px;
}
.sec-theprocess .progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--orange);
    z-index: 1;
    border-radius: 3px;
    transform: translateY(-50%);
    width: 0;
    animation: growLine 1.6s ease-out 0.6s forwards;
}
@keyframes growLine {
    to {
        width: 100%;
    }
}
.sec-core-programs .card-icon {
    width: 60px;
    height: 60px;
    background: var(--yellow);
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sec-core-programs .gray-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: var(--light-gray);
    padding: 20px;
    height: 100%;
    text-align: left;
    border-radius: 10px;
    border: 1px solid var(--yellow);
     z-index: 1;
}
.sec-core-programs .gray-card::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--light-gray);
    z-index: 2;
}
.sec-core-programs .yellow-card {
    min-height: 175px!important;
}
.sec-core-programs .gray-card::after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid var(--yellow);
    z-index: 1;
}

#coached-at-uplifyt-carousel.owl-carousel .item {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

#coached-at-uplifyt-carousel.owl-carousel .center .item {
  opacity: 1 !important;
}
.business-whyuplifyt{
    background-color: var(--orange);
}
.business-whyuplifyt p{
    color: var(--white);
}
.business-whyuplifyt .yellow-box p{
     color: var(--black);
}
.round-box{
    max-width: 76%;
}
.round-box-wrapper .thumb-image{
    left: 7%;
}
.sec-space.sec-know-your-coach{
    border-top:  2px solid var(--yellow);
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
    .round-box{
        max-width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .round-box-wrapper .thumb-image {
        max-width: 366px;
        left: 30px;
        top: 160px;
        transform: rotate(-10deg);
    }
    .round-box {
        max-width: 90%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .sec-theprocess .process-flow {
        flex-direction: column;
    }
    .sec-theprocess .sec-title {
        text-align: left;
    }
    .sec-theprocess .progress-line {
        height: 100%;
        width: 6px!important;
    }
    .sec-theprocess .marker-up {
        margin-bottom: 0px;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid var(--yellow);
        margin-left: 5px; 
    }
    .sec-theprocess .marker-down {
        margin-top: 0px;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid var(--yellow);
        margin-left: 5px; 
    }
    .sec-theprocess .marker-up, .sec-theprocess .marker-down {
        left: 0;
        position: absolute;
    }
    .sec-theprocess .step {
        margin-bottom: 1rem;
    }
    .sec-our-coaching-edge .image{
        margin-top: 30px;
    }
    .round-box-wrapper .thumb-image{
        left: unset;
    }
}