﻿/*#region intro*/
#testimonials_intro_section{

}

#testimonials_intro_section .testimonials_div,
#testimonials_pearl_section .testimonials_div{
    width: 75%;
    margin: auto;
    padding-top: 109px;
}
@media(max-width: 1200px){
    #testimonials_intro_section .testimonials_div,
    #testimonails_pearl_section .testimonails_div{
        padding-top: 50px;
        width: 85%;
    }
}
@media(max-width: 768px){
    #testimonials_intro_section .testimonials_div,
    #testimonials_pearl_section .testimonials_div{
        width: calc(90% - 10px);
        padding-left: 10px;
    }
}

#testimonials_intro_section .testimonials_div h2{    
    padding-bottom: 84px;
    font-size: 110px;
    font-weight: 600;
    line-height: 120px;
}
@media(max-width: 1200px){
    #testimonials_intro_section .testimonials_div h2{
        font-size: 86px;
        padding-bottom: 40px;
    }
}
@media(max-width: 768px){
    #testimonials_intro_section .testimonials_div h2{
        font-size: 45px;
        line-height: 55px;
    }
}

#testimonials_intro_section .testimonial_border_div,
#testimonials_pearl_section .testimonial_border_div{
    border-bottom: 1px solid var(--mtc-orange);
    padding-bottom: 110px;
    margin-bottom: 131px;
}
@media(max-width: 768px){
    #testimonials_intro_section .testimonial_border_div,
    #testimonials_pearl_section .testimonial_border_div{
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

#testimonials_intro_section .single_testimonial_div,
#testimonials_pearl_section .single_testimonial_div{    
    padding-left: 138px;
    width: 80%;
}
@media(max-width: 1200px){
    #testimonials_intro_section .single_testimonial_div,
    #testimonials_pearl_section .single_testimonial_div{
        padding-left: 20px;
        width: 100%;
    }
}
@media(max-width: 768px){
    #testimonials_intro_section .single_testimonial_div,
    #testimonials_pearl_section .single_testimonial_div{
        padding-left: 0;
    }
}

#testimonials_intro_section .single_testimonial_div h3,
#testimonials_pearl_section .single_testimonial_div h3{
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    padding-bottom: 20px;
}
@media(max-width: 768px){
    #testimonials_intro_section .single_testimonial_div h3,
    #testimonials_pearl_section .single_testimonial_div h3{
        font-size: 45px;
        padding: 0 0 10px;
        line-height: 50px;
        font-weight: 300;
    }
}

#testimonials_intro_section .single_testimonial_div p,
#testimonials_pearl_section .single_testimonial_div p{
    color: var(--mtc-blue);
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

#testimonials_intro_section .single_testimonial_div figure,
#testimonials_pearl_section .single_testimonial_div figure{
    padding-top: 30px;
    display: flex;
    align-items: center;
}
@media(max-width: 768px) {
    #testimonials_intro_section .single_testimonial_div figure,
    #testimonials_pearl_section .single_testimonial_div figure {
        flex-wrap: wrap;
        padding-top: 30px;
        justify-content: center;
        column-gap: 50px;
        flex-direction: column;
    }
}

#testimonials_intro_section .single_testimonial_div .headshot_div,
#testimonials_pearl_section .single_testimonial_div .headshot_div{
    position: relative;
}

#testimonials_intro_section .single_testimonial_div .headshot,
#testimonials_pearl_section .single_testimonial_div .headshot {
    position: relative;
    z-index: 1;
    width: 196px;
    border-radius: 100%;
    filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.25));
}

#testimonials_intro_section .single_testimonial_div .headshot_background,
#testimonials_pearl_section .single_testimonial_div .headshot_background{
    position: absolute;
    z-index: 0;
    left: 18px;
    top: 18px;
}

#testimonials_intro_section .single_testimonial_div figcaption,
#testimonials_pearl_section .single_testimonial_div figcaption{
    margin-left: 56px;
}
@media(max-width: 768px){
    #testimonials_intro_section .single_testimonial_div figcaption,
    #testimonials_pearl_section .single_testimonial_div figcaption{
        margin-left: 0;
        margin-top: 30px;
    }
}

#testimonials_intro_section .single_testimonial_div figcaption h4,
#testimonials_pearl_section .single_testimonial_div figcaption h4{
    color: var(--mtc-timber);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

#testimonials_intro_section .single_testimonial_div figcaption p,
#testimonials_pearl_section .single_testimonial_div figcaption p{   
    color: var(--mtc-timber); 
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

#testimonials_intro_section .first_role_div{
    display: inline-block;
    padding-right: 90px;
    margin-top: 10px;
    border-right: 1.5px solid var(--mtc-timber);
    margin-right: 45px;
}
@media(max-width: 1200px){
    #testimonials_intro_section .first_role_div{
        padding-right: 50px;
    }
}
@media(max-width: 768px){
    #testimonials_intro_section .first_role_div{
        padding-right: 20px;
        margin-right: 15px;
    }
}
@media(max-width: 768px){
    #testimonials_intro_section .single_testimonial_div figcaption .first_role_div p {
        font-size: 20px;
    }
}
#testimonials_intro_section .second_role_div{
    display: inline-block;
}
@media(max-width: 768px) {
    #testimonials_intro_section .single_testimonial_div figcaption .second_role_div p {
        font-size: 20px;
    }
}

/*#region collapse expand testimonials*/
#testimonials_intro_section #show_more_testimonials{
    display: none;
}
#testimonials_intro_section #show_even_more_testimonials {
    display: none;
}

#testimonials_intro_section .more_testimonials_div {
    display: block;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 1s ease-in-out, max-height .7s ease-in-out;
}
/* max height content dependant*/
#testimonials_intro_section #show_more_testimonials:checked ~ .more_testimonials_div {
    opacity: 1;
    max-height: 2990px;
}
@media(max-width: 1200px) {
    #testimonials_intro_section #show_more_testimonials:checked ~ .more_testimonials_div {
        max-height: 3065px;
    }
}
@media(max-width: 768px) {
    #testimonials_intro_section #show_more_testimonials:checked ~ .more_testimonials_div {
        max-height: 4590px;
    }
}

#testimonials_intro_section .even_more_testimonials_div {
    display: block;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 1s ease-in-out, max-height .7s ease-in-out;
}
/* max height content dependant*/
#testimonials_intro_section #show_even_more_testimonials:checked ~ .even_more_testimonials_div {
    opacity: 1;
    max-height: 3245px;
}
@media(max-width: 1200px) {
    #testimonials_intro_section #show_even_more_testimonials:checked ~ .even_more_testimonials_div {
        max-height: 3665px;
    }
}
@media(max-width: 768px) {
    #testimonials_intro_section #show_even_more_testimonials:checked ~ .even_more_testimonials_div {
        max-height: 5230px;
    }
}

#testimonials_intro_section .collapse_expand_flex_div{
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

#testimonials_intro_section .collapse_expand_div {
    width: fit-content;
    padding-bottom: 70px;
}
#testimonials_intro_section .collapse_expand_div p {
        color: #7F7F7E;
        font-size: 32px;
        font-weight: 300;
        line-height: 40px;
    }
@media(max-width: 768px) {
    #testimonials_intro_section .collapse_expand_div p {
        font-size: 28px;
    }
}
#testimonials_intro_section .show_more_button {
    border: none;
    background: none;
    margin: auto;
    margin-top: 10px;
    display: block;
    width: fit-content;
}
@media(max-width: 768px) {
    #testimonials_intro_section .show_more_button {
        margin-top: 20px;
    }
}
#testimonials_intro_section .show_more_button:hover {
    cursor: pointer;
}
#testimonials_intro_section .show_more_button::after {
    content: url(/images/arrow_down_orange_circle.png);
}

#testimonials_intro_section #show_more_testimonials:checked ~ .collapse_expand_flex_div .show_more_div .show_more_button::after {
    content: url(/images/arrow_up_orange_circle.png);
}
#testimonials_intro_section #show_more_testimonials:checked ~ .collapse_expand_flex_div .show_more_div .more {
    display: none;
}
#testimonials_intro_section .show_more_div .less {
    display: none;
}
#testimonials_intro_section #show_more_testimonials:checked ~ .collapse_expand_flex_div .show_more_div .less {
    display: revert;
}

#testimonials_intro_section .show_even_more_div {
    display: none;
}
#testimonials_intro_section #show_more_testimonials:checked ~ .collapse_expand_flex_div .show_even_more_div {
    display: revert;
}
#testimonials_intro_section #show_even_more_testimonials:checked ~ .collapse_expand_flex_div .show_even_more_div .more {
    display: none;
}
#testimonials_intro_section .show_even_more_div .less{
    display: none;
}
#testimonials_intro_section #show_even_more_testimonials:checked ~ .collapse_expand_flex_div .show_even_more_div .less {
    display: revert
}
#testimonials_intro_section #show_even_more_testimonials:checked ~ .collapse_expand_flex_div .show_even_more_div .show_more_button::after {
    content: url(/images/arrow_up_orange_circle.png);
}

#testimonials_intro_section #show_even_more_testimonials:checked ~ .collapse_expand_flex_div .show_more_div {
    display: none;
}
/*#endregion*/

#testimonials_intro_section .floating_div{
    position: relative;
    bottom: -140px;
    margin: auto;
    background: var(--mtc-blue);
    border-radius: 20px;
    display: flex;
}
#testimonials_intro_section .floating_div img{
    position: absolute;
    top: -25px;
}
@media(max-width: 1200px){
    #testimonials_intro_section .floating_div img {
        max-width: 70%;
        top: unset;
        bottom: 22px;
        left: -22px;
    }
}
@media(max-width: 768px){
    #testimonials_intro_section .floating_div img{
        opacity: .5;
        left: -30px;
        right: 0;
        top: -20px;
        bottom: unset;
        margin: auto;
        max-width: 100%;
    }
}
#testimonials_intro_section .floating_div .text_div{
    width: 50%;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    padding: 47px 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
@media(max-width: 768px){
    #testimonials_intro_section .floating_div .text_div{
        margin-left: unset;
        width: 80%;
        margin: auto;
    }
}

#testimonials_intro_section .floating_div .text_div h3{
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}
@media(max-width: 768px){
    #testimonials_intro_section .floating_div .text_div h3 {
        font-size: 32px;
    }
}
#testimonials_intro_section .floating_div .text_div p{
    padding-bottom: 15px;
    width: 80%;
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
@media(max-width: 768px){
    #testimonials_intro_section .floating_div .text_div p{
        width: unset;
        line-height: 32px;
    }
}
/*#endregion*/

/*#region pearl background section*/
#testimonials_pearl_section {
    background: var(--mtc-pearl);
    padding-top: 200px;
}
#testimonials_pearl_section .bottom_testimonial_padding{
    padding-bottom: 175px;
}

#testimonials_pearl_section #show_more_testimonials_pearl {
    display: none;
}
#testimonials_pearl_section #show_even_more_testimonials_pearl {
    display: none;
}

#testimonials_pearl_section .more_testimonials_div {
    display: block;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 1s ease-in-out, max-height .7s ease-in-out;
}
/* max height content dependant*/
#testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .more_testimonials_div {
    opacity: 1;
    max-height: 3500px;    
    transition: all 1s ease-in-out;
}
@media(max-width: 1200px) {
    #testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .more_testimonials_div {
        max-height: 3750px;
    }
}
@media(max-width: 768px) {
    #testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .more_testimonials_div {
        max-height: 5200px;
    }
}

#testimonials_pearl_section .even_more_testimonials_div {
    display: block;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 1s ease-in-out, max-height .7s ease-in-out;
}
/* max height content dependant*/
#testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .even_more_testimonials_div {
    opacity: 1;
    max-height: 3900px;
}
@media(max-width: 1200px){
    #testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .even_more_testimonials_div {
        max-height: 4450px;
    }
}
@media(max-width: 768px) {
    #testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .even_more_testimonials_div {
        max-height: 6800px;
    }
}

#testimonials_pearl_section .collapse_expand_flex_div {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

#testimonials_pearl_section .collapse_expand_div {
    width: fit-content;
    padding-bottom: 70px;
}
#testimonials_pearl_section .collapse_expand_div p {
    color: #7F7F7E;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}
@media(max-width: 768px) {
    #testimonials_pearl_section .collapse_expand_div p {
        font-size: 28px;
    }
}
#testimonials_pearl_section .show_more_button {
    border: none;
    background: none;
    margin: auto;
    margin-top: 10px;
    display: block;
    width: fit-content;
}
@media(max-width: 768px) {
    #testimonials_pearl_section .show_more_button {
        margin-top: 20px;
    }
}
#testimonials_pearl_section .show_more_button:hover {
    cursor: pointer;
}
#testimonials_pearl_section .show_more_button::after {
    content: url(/images/arrow_down_orange_circle.png);
}
#testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_more_div .show_more_button::after {
    content: url(/images/arrow_up_orange_circle.png);
}

#testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_more_div .more {
    display: none;
}
#testimonials_pearl_section .show_more_div .less {
    display: none;
}
#testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_more_div .less {
    display: revert;
}

#testimonials_pearl_section .show_even_more_div {
    display: none;
}
#testimonials_pearl_section #show_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_even_more_div {
    display: revert;
}
#testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_even_more_div .more {
    display: none;
}
#testimonials_pearl_section .show_even_more_div .less {
    display: none;
}
#testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_even_more_div .less {
    display: revert
}

#testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_even_more_div .show_more_button::after {
    content: url(/images/arrow_up_orange_circle.png);
}

#testimonials_pearl_section #show_even_more_testimonials_pearl:checked ~ .collapse_expand_flex_div .show_more_div {
    display: none;
}
/*#endregion*/