.edu-testimonial-activation {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card-box .inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.testimonial-wrapper {
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.carouselcard {
    padding: 20px 15px;
    background-color: #f8f9fa;
}

.carousel {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.NguCarousel {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.NguCarousel:hover {
    transform: translateY(-5px);
}

.image {
    text-align: center;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.image img:hover {
    transform: scale(1.05);
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #bbb;
    border-radius: 50%;
    margin: 0 5px !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

@media (max-width: 768px) {
    .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.testimonial-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.testimonial-section .main_title_2 h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.testimonial-section .main_title_2 h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #007bff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 40px;
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.testimonial-card h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.testimonial-card span {
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .testimonial-card iframe {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .testimonial-card iframe {
        height: 180px;
    }

    .testimonial-card h4 {
        font-size: 18px;
    }

    .testimonial-card span {
        font-size: 13px;
    }
}

.description {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.maintitle {
    font-size: 35px !important;
}

.descriptiontext {
    font-size: 16px !important;
}

.contenttext {
    font-size: 14px !important;
}

.featured-img-slider img {
    max-width: 191px;
}

.h6title {
    font-size: 20px !important;
    line-height: 1.6 !important;
}