.therapy {
    background: url(../images/therapy-bg.jpg);
    background-attachment: fixed;
}

.trp1 {
    background-color: #f5f5f5;
    background: url(../images/sc1-bg.jpg) no-repeat;
    background-size: cover;
}

.trp1-title {
    text-align: center;
    margin-bottom: 5rem;
}

.trp1-title h5 {
    color: var(--main-color);
    font-size: 80px;
}

.trp1-title h5 span {
    font-size: 24px;
    opacity: .6;
}

.trp1-title p {
    color: #aaa;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1.5rem;
}

.trp1-title p span {
    color: #222;
    font-size: 32px;
    font-weight: 700;
}


.trp2-title {
    color: #222;
    font-size: 55px;
    margin-bottom: 3rem;
}

.trp2-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.trp2-box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 10px;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 2px 0 rgb(0 0 0 / 10%);
}

.trp2-box h4 {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
}

.trp2-box h5 {
    color: #222;
    font-size: 24px;
    text-align: center;
}

.trp2-box p {
    color: #777;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}


.trp3 {
    position: relative;
    height: 1200px;
    padding-bottom: 0;
    justify-content: flex-start !important;
    background-color: #f5f5f5;
    overflow: hidden;
}

.trp3-image {
    position: absolute;
    bottom: 0; left: 45%;
    width: 700px;
    margin-bottom: -100px;
}

.trp3-title {
    text-align: center;
}

.trp3-title p {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.trp3-title h5 {
    color: #222;
    font-size: 55px;
}

.trp3-title h5 span {
    color: var(--main-color);
    font-weight: 800;
}

.trp3-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 8rem;
    z-index: 2;
}

.trp3-text h5 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 800;
}

.trp3-text p {
    color: #444;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1.5rem;
}


.trp4 {
    position: relative;
    height: 100vh;
    background: url(../images/trp4-bg.jpg) no-repeat;
    background-position: right !important;
    background-size: cover;
}

.trp4::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8), transparent 100%);
    z-index: 1;
}

.trp4-title {
    width: 100%;
    z-index: 2;
}

.trp4-title h5 {
    color: #fff;
    font-size: 80px;
    line-height: 1.3;
}

.trp4-title p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 2rem;
}


.trp5-title {
    text-align: center;
    margin-bottom: 4rem;
}

.trp5-title h5 {
    color: #222;
    font-size: 55px;
}

.trp5-title h5 span {
    color: #0ab04c;
}

.trp5-title p {
    color: #888;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1.5rem;
}

.trp5-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}



.trp6 {
    background-image: linear-gradient(to top, #fff 0%, #f5f5f5 100%);
}

.trp6-title {
    color: #222;
    font-size: 55px;
    margin-bottom: 5rem;
}

.trp6-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.trp6-box {
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .07);
}

.trp6-box h5 {
    color: #fff;
    padding: 20px 0;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: var(--main-color);
}

.trp6-box h5 span {
    width: 36px;
    height: 36px;
    color: var(--main-color);
    font-size: 17px;
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #fff;
}

.trp6-box ul li {
    color: #222;
    padding: 22px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
}

.trp6-box ul li:last-child {
    border-bottom: none;
}


.trp7 {
    padding-top: 200px;
    background: url(../images/trp7-bg.jpg) no-repeat;
    background-position: top !important;
    background-size: cover;
}

.trp7-title {
    text-align: center;
    margin-bottom: 4rem;
}

.trp7-title h5 {
    color: #222;
    font-size: 55px;
}

.trp7-title p {
    color: #888;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1.5rem;
}

.trp7-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.trp7-box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .05);
}

.trp7-box-icon img {
    height: 60px;
    filter: invert(85%) sepia(4%) saturate(5494%) hue-rotate(329deg) brightness(82%) contrast(82%);
    user-select: none;
    margin-bottom: 1rem;
}

.trp7-box-text {
    text-align: center;
}

.trp7-box-text h5 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
}

.trp7-box-text p {
    color: #aaa;
    font-size: 17px;
    line-height: 1.7;
    margin-top: 1rem;
}


.trp8 {
    position: relative;
    background-color: #fbfbfb;
}

.trp8::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 45%;
    background-color: #6f4e4e;
    z-index: 1;
}

.trp8-bg {
    position: absolute;
    bottom: 5%; right: 2%;
    z-index: 2;
}

.trp8-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.trp8-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 8rem 0 5rem 0;
}

.trp8-box {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.trp8-bottom {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}


.trp9::after {
    height: 40%;
    background-color: #2e3031;
}

.trp9 .trp8-bg {
    right: unset;
    left: 2%;
}

.trp10::after {
    background-color: #9b3f48;
}

.trp9 .trp8-box-wrapper,
.trp10 .trp8-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
}


/*==================================================*/
@media (min-width: 2250px) {
    .trp8-bg {
        right: 15%;
    }

    .trp9 .trp8-bg {
        right: unset;
        left: 15%;
    }
}


@media (max-width: 1550px) {
    .trp8-bg {
        display: none;
    }
}


@media (max-width: 1050px) {
    .trp3 {
        height: auto;
        padding-bottom: 30%;
    }

    .trp3-title {
        width: 100%;
        text-align: left;
    }

    .trp3-wrapper {
        width: 100%;
    }

    .trp3-image {
        width: auto;
        height: 80%;
    }

    .trp5-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .trp5-title p {
        width: 80%;
    }
    
    .trp5-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .trp6-box-wrapper {
        gap: 1rem;
    }

    .trp7-box-wrapper {
        gap: 1rem;
    }

    .trp7-box-text p br {
        display: none;
    }
}


@media (max-width: 850px) {
    .trp2-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .trp3-title h5 {
        font-size: 45px;
    }

    .trp3-image {
        height: 90%;
    }
    
    .trp3-wrapper {
        gap: 3rem;
        margin-top: 5rem;
    }

    .trp3-text h5 {
        font-size: 24px;
    }

    .trp3-text p {
        font-size: 17px;
        line-height: 1.7;
        margin-top: 1rem;
    }

    .trp4 {
        height: 800px;
    }

    .trp4::after {
        width: 100%;
        background: rgba(0, 0, 0, .4);
    }

    .trp4-title {
        text-align: center;
    }

    .trp4-title h5 {
        font-size: 65px;
    }

    .trp4-title p {
        font-size: 20px;
        line-height: 1.7;
        margin-top: 1.5rem;
    }

    .trp6-title {
        font-size: 45px;
        margin-bottom: 3rem;
    }

    .trp6-box {
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .07);
    }

    .trp6-box h5 {
        padding: 15px 0;
        font-size: 20px;
    }

    .trp6-box h5 span {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .trp6-box ul li {
        padding: 18px;
        font-size: 16px;
    }

    .trp7-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .trp8-title {
        width: 60%;
    }

    .trp9 .trp8-title {
        width: 80%;
    }
    
    .trp8-box-wrapper {
        margin: 5rem 0 3rem 0;
    }

    .trp8-bottom {
        font-size: 22px;
    }
}


@media (max-width: 768px) {
    .trp6-box-wrapper {
        width: 70%;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .trp7 {
        padding-top: 140px;
    }
}


@media (max-width: 650px) {
    .trp1-title h5 {
        font-size: 65px;
    }

    .trp1-title p {
        line-height: 1.5;
    }

    .trp1-title p span {
        display: block;
        margin-top: 2px;
    }

    .trp2-title {
        font-size: 45px;
        margin-bottom: 2rem;
    }
    
    .trp2-box-wrapper {
        gap: 1rem;
    }

    .trp2-box {
        padding: 30px 10px;
    }

    .trp3 {
        padding-bottom: 20%;
    }
    
    .trp3-image {
        left: unset;
        right: -14%;
    }

    .trp5-title h5 {
        font-size: 45px;
    }
    
    .trp5-title p {
        font-size: 18px;
        line-height: 1.7;
        margin-top: 1rem;
    }

    .trp7-title {
        margin-bottom: 3rem;
    }

    .trp7-title h5 {
        font-size: 45px;
    }

    .trp7-title p {
        font-size: 18px;
        margin-top: 1rem;
    }

    .trp7-box {
        padding: 30px 10px;
    }

    .trp7-box-icon img {
        height: 50px;
        margin-bottom: 0;
    }
}


@media (max-width: 550px) {
    .trp2-title {
        font-size: 40px;
    }
    
    .trp2-box {
        padding: 20px 5px;
    }
    
    .trp2-box h4 {
        font-size: 14px;
    }
    
    .trp2-box h5 {
        font-size: 18px;
    }
    
    .trp2-box p {
        font-size: 15px;
    }

    .trp3-title p {
        font-size: 18px;
    }

    .trp3-title h5 {
        font-size: 36px;
    }

    .trp3-image {
        right: -20%;
    }

    .trp3-text h5 {
        font-size: 20px;
    }

    .trp3-text p {
        font-size: 14px;
    }

    .trp4 {
        height: 600px;
    }
    
    .trp4-title h5 {
        font-size: 45px;
    }

    .trp4-title p {
        font-size: 17px;
    }

    .trp5 .article-wrapper {
        width: 90%;
    }
    
    .trp5-title {
        margin-bottom: 3rem;
    }

    .trp5-title p {
        width: 100%;
        font-size: 16px;
    }
    
    .trp5-image {
        gap: 2rem;
    }

    .trp6-title {
        font-size: 36px;
        margin-bottom: 2rem;
    }
    
    .trp6-box-wrapper {
        width: 90%;
    }

    .trp6-box h5 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        font-size: 18px;
    }

    .trp6-box h5 span {
        width: 22px;
        height: 22px;
        font-size: 13px;
    }

    .trp7-title {
        margin-bottom: 2rem;
    }

    .trp7-title h5 {
        font-size: 36px;
    }

    .trp7-title p {
        font-size: 16px;
    }

    .trp7-box {
        border-radius: 10px;
    }
    
    .trp7-box-icon img {
        height: 40px;
    }
    
    .trp7-box-text h5 {
        font-size: 18px;
    }
    
    .trp7-box-text p {
        font-size: 13px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .trp8::after {
        height: 70%;
    }
    .trp9::after,
    .trp10::after {
        height: 40%;
    }
    
    .trp8-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin: 3rem 0;
    }

    .trp8-bottom {
        font-size: 16px;
    }
}


@media (max-width: 450px) {
    .trp3-title p {
        margin-bottom: 1rem;
    }
    
    .trp3-title h5 {
        font-size: 30px;
    }

    .trp3-wrapper {
        gap: 2rem;
    }
    
    .trp3-text h5 {
        font-size: 17px;
    }
    
    .trp3-text p {
        font-size: 12px;
    }

    .trp5-title h5 {
        font-size: 40px;
    }

    .trp8-title {
        width: 75%;
    }

    .trp9 .trp8-title {
        width: 95%;
    }
}