.ppds_heading_center {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 15px;
}

.ppds_heading_left {
    flex-direction: column;
    -webkit-align-items: start !important;
    align-items: start !important;
    justify-content: left !important;
    -webkit-justify-content: left !important;
    gap: 15px;
}

.ppds-sidecourse-card {
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background-color: white;
    color: #424242;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.ppds-sidecourse-card-red {
    border-color: #811C1C;
    background-color: #F2E8E8;
}

.box-card__img2 {
    overflow: hidden;
    margin: 15px;
    /* width: fit-content; */
    min-width: 8rem;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.box-card__img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 70%;
    opacity: 0.9;
}

.card-faq {
    display: flex;
    color: #736A41;
    flex-direction: column;
    gap: 12px;
    border-left: 2px solid var(--secondary-ppds-secondary-05, #736A41);
    background: var(--soft-seconday-secondary-02, #FAF9F5);
    transition: all 0.3s ease;

}

.card-best-student {
    /* width: 360px;
    height: 420px; */
    height: 60vh;
    flex-shrink: 0;
    aspect-ratio: 6/7;
    border-radius: var(--radius-xxl, 24px);
    border: 4px solid var(--secondary-ppds-secondary-06, #3A3521);
    overflow: hidden;
}

.card-best-student .md {
    width: 16rem !important;
    height: unset !important;
}

.ppds_heading_center span {
    font-size: 24;
    width: 548px;
}

.box-card__testimonial-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.rating2 {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 12px 0px 0px 0px;
}

.rating-top {
    top: 0px;
    height: fit-content;
    border-radius: 0px 0px 0px 12px;
}

.rating-top-left {
    top: 0px;
    left: 0px;
    height: fit-content;
    width: fit-content;
    border-radius: 0px 0px 12px 0px;
}

.box-card__img .description {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #3A3521;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 12px 0px 12px;
}

.box-card__testimonial-profile .image {
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

.box-card__testimonial-profile .profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box-card__testimonial {
    display: flex;
    width: 358px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.testimonial-text {
    align-self: stretch;

    color: var(--secondary-color-10, #3D3C3E);
    text-align: center;

    /* Base/Body - Bold */
    font-family: Source Sans 3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
}

/* CALENDAR */
.ppds-box-calendar {
    background: #F7F0F0;
    border-radius: 24px;
    padding: 40px 32px;
    font-family: 'Montserrat', 'Roboto', arial, sans-serif;
}

.ppds-box-calendar .buttons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
    margin-bottom: 30px;
    padding: 0px 1.3rem;
    padding-bottom: 20px;
}

.ppds-box-calendar .buttons-container .month-container {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #811C1C;
    text-align: left;
    font-size: 20px;
}

.ppds-box-calendar .buttons-container .prev-button,
.ppds-box-calendar .buttons-container .next-button {
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ppds-box-calendar .buttons-container .prev-button {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-image: url("../images/ic-arrow-left.svg");
}

.ppds-box-calendar .buttons-container .next-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    background-image: url("../images/ic-arrow-right.svg");
    margin-left: 16px;
}

.ppds-box-calendar .weeks-wrapper.header {
    border-bottom: 0;
}

.ppds-box-calendar .weeks-wrapper.header .week {
    margin-bottom: 30px;
}

.ppds-box-calendar .weeks-wrapper.header .day {
    color: #811C1C;
    font-size: 16px;
    line-height: 24px;
}

.ppds-box-calendar .weeks-wrapper .day {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    color: #202320;
}

.ppds-box-calendar .weeks-wrapper .day span {
    border-radius: 14px;
    font-size: 100%;
}

.ppds-box-calendar .weeks-wrapper .day:hover span {
    background: #811C1C;
    color: white;
}

.week .day.highlight span {
    color: unset !important;
}

.week .day.selected span {
    background: #811C1C;
    color: #fff !important;
    font-weight: 500;
}

.week.start-on-monday.highlight {
    background: transparent;
}

.ppds-box-calendar .weeks-wrapper .week:not(:last-child) {
    margin: 0 0 60px;
}

.ppds-box-calendar .weeks-wrapper .week:not(.start-on-monday) .day:first-child span {
    color: #202320;
}

.ppds-box-calendar .weeks-wrapper .week:not(.start-on-monday) .day:last-child span {
    color: #202320;
}

.ppds-box-calendar .special-buttons {
    display: none;
}

.ppds-class-navigation {
    display: flex;
    align-items: flex-start;
    color: #939393;
}

.ppds-class-navigation a {
    text-decoration: none;
    color: inherit;
}

.ppds-class-navigation li {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-weight: 600;

    border-bottom: 1px solid #939393;
    border-radius: 8px 8px 0px 0px;
}

.ppds-class-navigation li.selected {
    border-bottom: 2px solid #811C1C;
    background: #F2E8E8;
    color: #811C1C;
}