/* =========================================================
   EDUCATION TESTIMONIALS
   ========================================================= */

.education-testimonials {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(6, 199, 232, 0.13), transparent 30%),
        var(--navy);
}

.education-testimonials::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 70px 70px;
    content: "";
    pointer-events: none;
}

.education-testimonials .container {
    position: relative;
    z-index: 2;
}

.education-testimonials .kicker {
    color: var(--cyan);
}

.education-testimonial-carousel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 4px solid var(--cyan);
    background:
        radial-gradient(circle at 50% 0, rgba(6, 199, 232, 0.08), transparent 42%),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.22);
}

.education-testimonial {
    display: flex;
    min-height: 425px;
    padding: 65px 110px 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.education-testimonial > i {
    display: block;
    margin-bottom: 22px;
    color: var(--cyan);
    font-size: 4.4rem;
    line-height: 1;
}

.education-testimonial blockquote {
    max-width: 1050px;
    margin: 0;
    color: rgba(255, 255, 255, 0.83);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: clamp(1.25rem, 2.15vw, 1.85rem);
    font-weight: 300;
    line-height: 1.6;
}

.education-testimonial footer {
    display: flex;
    margin-top: 30px;
    align-items: center;
    flex-direction: column;
}

.education-testimonial footer::before {
    width: 48px;
    height: 3px;
    margin-bottom: 19px;
    background: var(--yellow);
    content: "";
}

.education-testimonial strong {
    color: var(--white);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.education-testimonial footer span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.education-testimonial-carousel .carousel-control-prev,
.education-testimonial-carousel .carousel-control-next {
    width: 72px;
}

.education-testimonial-carousel .carousel-control-prev-icon,
.education-testimonial-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background-color: rgba(7, 19, 61, 0.78);
    background-size: 17px;
}

.education-testimonial-carousel .carousel-indicators {
    bottom: 22px;
    margin-bottom: 0;
}

.education-testimonial-carousel .carousel-indicators button {
    width: 22px;
    height: 3px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.48);
}

.education-testimonial-carousel .carousel-indicators button.active {
    background-color: var(--cyan);
}

/* =========================================================
   RESPONSIVE STYLES
   ========================================================= */

@media (max-width: 991.98px) {
    .education-testimonial {
        min-height: 455px;
        padding-right: 85px;
        padding-left: 85px;
    }
}

@media (max-width: 767.98px) {
    .education-testimonial {
        min-height: 520px;
        padding: 52px 55px 75px;
    }

    .education-testimonial > i {
        font-size: 3.6rem;
    }

    .education-testimonial blockquote {
        font-size: 1.17rem;
        line-height: 1.55;
    }

    .education-testimonial-carousel .carousel-control-prev,
    .education-testimonial-carousel .carousel-control-next {
        width: 48px;
    }

    .education-testimonial-carousel .carousel-control-prev-icon,
    .education-testimonial-carousel .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 479.98px) {
    .education-testimonial {
        min-height: 575px;
        padding: 45px 38px 72px;
    }

    .education-testimonial > i {
        margin-bottom: 15px;
        font-size: 3rem;
    }

    .education-testimonial blockquote {
        font-size: 1.02rem;
    }

    .education-testimonial footer {
        margin-top: 24px;
    }

    .education-testimonial strong {
        font-size: 0.8rem;
    }

    .education-testimonial footer span {
        font-size: 0.72rem;
    }
}
