body {
    background: var(--teflie-background-warm) !important;
}

.hero-container{
    width: 744px;
}
@media(max-width: 545px){
    .hero-container{
        width: 350px;
        padding-bottom: 20px;
    }
}

.hero-banner{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 283px;
}

.hero-title{
    font-weight: var(--teflie-font-weight-semibold);
    font-size: 56px;
}

.hero-banner *{
    color: white;
    line-height: 1.1;
}

.hero-banner .hero-container{
    padding-top: 50px
}

.section-subheading{
    font-size: var(--teflie-font-subheading);
}

/* Student Review Section */


@media(min-width: 992px){
    #student-review .ast-container{
        max-width: 1312px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width:545px){
    .slider-wrapper{
        margin-right: 0px !important;
    }
}

.short_wrapper{
    display: flex;
}

.student-reviews-section{
    background-image: url('/wp-content/uploads/2025/10/world-map.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Review Section */ 


.section-summary {
    font-size: 16px !important;
    margin-bottom: var(--teflie-space-md);
    line-height: 1.5;
    font-size: 18px;
}

.student-reviews-section .section-title {
    text-align: center;
    font-size: 40px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 1.2;
}

.section-title b {
    font-weight: var(--teflie-font-weight-semibold);
}

.student-reviews-section {
    padding: var(--teflie-space-2xl) 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 15.27%, #FFFFFF 84.73%, #F8F2E7 100%);
}

.student-reviews-wrapper {
    display: flex;
    gap: var(--teflie-space-sm);
}

.student-reviews-section__row .section-header {
    margin-bottom: var(--teflie-space-md);
}

.student-reviews-section__row .section-summary {
    text-align: center;
    line-height: 1.5;
}

.review-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

img.review-card__thumbnail {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.review-card::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    inset: 20% 0 0 0;
    border-radius: 2rem;
}

.review-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 80%;
    display: flex;
    justify-content: space-between;
    padding: var(--teflie-space-sm) var(--teflie-space-md);
    color: var(--teflie-white);
    align-items: center;
    z-index: 2;
    /* border-radius: 0 0 2rem 2rem; */
}

.review-card__title {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
}

.review-play-btn {
    width: 45px;
}

section.feature-benefits-section {
    padding-top: var(--teflie-space-xl);
}