.vs-room--video {
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
    height: 280px;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.vs-room--ex {
    text-align: center;
    background-color: var(--ed-color-theme-primary);
    border: 3px dashed rgba(var(--vs-white-color-rgb), 0.3);
    border-right: 10px solid #fff;
    border-radius: 17px;
    padding: 40px 10px;
    min-width: 233px;
    box-shadow: 0 0 0px 7px var(--vs-white-color);
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.vs-room--ex__num {
    font-size: 55px;
    font-family: var(--vs-title-font);
    font-weight: 900;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.vs-room--icon {
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-room--play i {
    --icon-size: 80px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid rgba(var(--vs-white-color-rgb), 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 60px;
    color: rgba(var(--vs-white-color-rgb), 0.8);
}

.bg-color3 {
    background-color: #a60c56;
}

.vs-room {
    min-height: 300px;
}

.vs-room {
    text-align: center;
    padding: 42px 20px;
    border-radius: 17px;
    border: 3px dashed rgba(var(--vs-white-color-rgb), 0.25);
    overflow: hidden;
}

.vs-room__icon {
    margin-bottom: 23px;
}

.vs-room__title {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

.vs-room__text {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}

.class-section {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
}

.section-sub {
    margin-bottom: 40px;
    color: #777;
}

/* 
.class-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
} */

.class-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}

.class-card:hover {
    transform: translateY(-5px);
}

.class-img {
    /* width: 50%; */
    height: 260px;
    object-fit: cover;
    z-index: 0;
    position: relative;
    border-radius: 20px;
    border: 1px solid #eee;
}

.class-content {
    padding: 25px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 80%;
    margin-top: -30px;
    z-index: 9;
    border: 1px solid;
    width: 8 0%;
    background: #fff;
    border-radius: 20px;
}

.class-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #09A79B;
}

.class-content p {
    margin: 5px 0;
    color: #444;
}

.price-row {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.price {
    font-size: 40px;
    font-weight: 700;
    color: #ff0066;
}

.plus-btn {
    margin-left: auto;
    font-size: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ff0066;
    color: #ff0066;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.plus-btn:hover {
    background: #ff0066;
    color: #fff;
}

.banner-below-strip {
    display: flex;
    align-items: center;
    background: #09A79B;
    padding: 20px 20px 10px 20px;
}

.banner-b {
    width: 25%;
    text-align: center;
    border-right: 1px solid #eee;
}

.banner-b.noborder {
    border: none;
}

.banner-b h4 {
    /* color: #09A79B; */
}

@media only screen and (max-width: 767px) {
    .banner-below-strip {
        flex-wrap: wrap;
    }

    .banner-b {
        width: 50%;
        text-align: center;
        border-right: 1px solid #eee;
        padding: 10px;
    }

    .mb-none {
        border: none;
    }

    .slider-section .bg-img {
        background: url(assets/banner2m.jpg) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .slider-item .slider-content-wrap {
        padding: 10px 0 100px 0;
    }

    .slider-btn-wrap br {
        display: block;
    }

    .slider-btn-wrap>div {
        width: 45%;
    }

    .vs-grade__header ul {
        flex-direction: column;
    }

    .vs-grade__header ul li {
        width: 100%;
        border: none;
    }

    .vs-grade__feature {
        border: none;
        padding: 0;
        min-height: unset;
        padding-bottom: 5px;
    }

    .course-item-11 {
        padding: 0;
    }

    .about-box {
        height: 160px !important;
        width: 160px !important;
    }

    .about-img-wrap-11 .about-exp {
        background-color: var(--ed-color-theme-primary);
        padding: 15px 30px;
        position: absolute;
        bottom: 0%;
        top: unset;
        left: 0;
        display: flex;
        align-items: center;
        border-radius: 15px;
    }

}

.h1-tag {
    font-size: 14px !important;
    color: #fff;
    font-weight: 300px !important;
    margin: 0;
}

.special .col-lg-2 {
    width: 20%;
}

@media (max-width:767px) {
    .special .col-lg-2 {
        width: 100%;
    }
}

.award-slider {
  position: relative;
  /* height: 140px; */
  overflow: hidden;
}

.award-slide {
  display: flex;
  justify-content: center;
  align-items: start;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* animation: awardCycle 8s infinite; */
  width: fit-content;
}

/* 4 slides × 2s each = 8s total */
.award-slide:nth-child(1) { animation-delay: 0s; }
.award-slide:nth-child(2) { animation-delay: 2s; }
.award-slide:nth-child(3) { animation-delay: 4s; }
.award-slide:nth-child(4) { animation-delay: 6s; }

@keyframes awardCycle {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  10% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    visibility: visible;
  }

  50% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}