.paragraph {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.25% !important;
}

.academic-program {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 40px;

}

.description-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.academic-program img {
    width: 398px;
    height: 398px;
    border-radius: 16px;
    cursor: pointer;
    object-fit: cover;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    scale: 1.03;
}

.academic-program .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.academic-program .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 350ms ease-in-out;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(227, 172, 132, 0.4) 100%);
    z-index: 100;
}

.academic-program:hover .overlay {
    opacity: 1;
}

.testimonials-academy-selectors-swiper .swiper-wrapper {
    /* align-items: stretch !important; */
}

.testimonials-academy-selectors-swiper .swiper-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.gap-4px {
    gap: 4px !important;
}

.border-radius-16 {
    border-radius: 16px;
}

.border-bottom-0 {
    border-bottom: 0;
}

#hero {
    height: auto;
    position: relative;
}

#hero img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

#hero .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

#testimonials .position-relative {
    background-image: url(../images/icons/testimonials-curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-testimonial {
    border-radius: 16px !important;
    border: 1px solid #CCCCCC !important;
    /*width: 400px;*/
    padding: 30px 40px !important;
    height: 100% !important;
}

p.subheading-2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 0.px !important;
}

.avatar {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

p.user-name {
    font-family: 'OpenSans' !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.25% !important;
}

p.caption-1 {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.024px !important;
}

.testimonials-academy-selectors-swiper {
    /*margin-left: 50px !important;*/
    /*	margin-right: 0;
    margin-left: calc(50vw - 600px);*/
}

.swiper-button-next {
    right: 5% !important;
}

.swiper-button-prev {
    left: 5% !important;
}

/* Small Mobile */
@media screen and (max-width: 376px) {
    .card-testimonial {
        width: auto !important;
        padding: 25px 25px !important;
    }
}

.detail-text img{
    max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    .academic-program {
        gap: 20px !important;
    }

    .academic-program img {
        width: 335px !important;
        height: 200px !important;
        border-radius: 16px;
    }

    .card-testimonial {
        width: auto !important;
    }

    .description-img {
        height: 250px !important;
    }

    .detail-text img{
        height: auto !important;
        width: auto !important;
    }
}

.fw-600 {
    font-weight: 600 !important;
}

.mw-640 {
    max-width: 640px !important;
}

.swiper-backface-hidden .swiper-slide {
    height: 100%;
}

.swiper-slide {
    padding: 0px !important;
    height: 100% !important;
}

.ws-pre-line {
    white-space: pre-line;
}

.text-justify {
    text-align: justify;
}

.select2-dropdown {
    border: 1px solid #dee2e6 !important;
}

.form-control {
    line-height: 26px !important;
}

.form-control:focus {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container *:focus {
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.375rem !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single:not(.border-danger) {
    border-color: #dee2e6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529 !important;
    line-height: 1.5 !important;
    font-size: 1rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem 2.25rem .375rem .75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    align-self: anchor-center;
    right: 10px !important;
}

/* Show placeholder even when search input is active */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
    min-width: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    display: block !important;
    color: #999;
}

/* Ensure placeholder is visible when no selections */
.select2-container--default .select2-selection--multiple:not(.select2-selection--clearable) .select2-selection__placeholder {
    display: block !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.is-invalid {
    color: #f00;
    font-size: 13px;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #000000 !important;
}

/* Desktop */
@media screen and (min-width: 1024px) {
    .testimonials-academy-selectors-swiper .swiper-wrapper {
        align-items: stretch !important;
    }
}