/* Start Banner Section */
.banner {
    background-image: url(../../img/testimonial/banner-bg.webp);
    background-size: cover;
}

.banner .banner-container .breadcrumb li a {
    color: var(--black) !important;
}

.banner .breadcrumb li:first-child a {
    width: 18px;
    height: 18px;
}

/* End Banner Section */

/* Start Term Section */
.term .term-container {
    border-radius: 15px;
}

.term .heading {
    border-bottom: 1px solid var(--darkGreyColor);
}

.term .heading::before {
    content: "";
    background-image: url(../../img/common/term.svg);
    background-size: 25px 30px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 48px;
    height: 48px;
    background-color: var(--darkBlue);
    margin-right: 1.2rem;
    border-radius: 100%;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.term .term-content h3 {
    font-size: 22px;
}

.term .term-left li {
    margin: 16px 0 0 20px;
}

.term .term-left li a {
    color: var(--grey);
}

.term .term-left li.active {
    background-color: var(--white);
    border-radius: 60px 0 0 60px;
    z-index: 1;
    box-shadow: -13px 4px 30px -6px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin: 16px 0 0;
}

.term .term-left li:first-child {
    margin-top: 0;
}

.term .term-left li.active a {
    color: var(--black);
    font-weight: 600 !important;
}

.term .term-right {
    border-radius: 15px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.102);
}

.term .term-content li::before {
    content: "";
    background-image: url(../../img/onsite/element.svg);
    background-size: 100% 100%;
    height: 22px;
    min-width: 22px;
    animation: rotation 2s linear infinite;
    position: absolute;
    top: 2px;
    left: -3px;
}

/* End Term Section */

@media screen and (min-width: 768px) {
    /* Start Term Section */
    .term .term-left {
        padding-left: 1.8rem !important;
    }

    .term .term-right {
        padding: 3rem 1.8rem !important;
    }
    /* End Term Section */
}

@media screen and (min-width: 1024px) {
    /* Start Banner Section */
    .banner .banner-container h1::after {
        content: "";
        background-image: url(../../img/testimonial/arrow.webp);
        background-size: 100% 100%;
        min-width: 85px;
        height: 82px;
        margin-left: 8rem;
    }
    /* End Banner Section */
}

@media screen and (min-width: 1366px) {
    /* Start Banner Section */
    .banner {
        background-size: 100% 100%;
    }

    .banner .banner-container h1 {
        font-size: 50px;
    }
    /* End Banner Section */

    /* Start Term Section */
    .term {
        padding-top: 6rem;
    }
    /* End Term Section */
}
