<style>
    .testimonial-premium-section {
    background: linear-gradient(180deg, #ffad1e29 0%, #ffffff 78%);
    padding: 80px 8%;
    overflow: hidden;
    position: relative;
    }
    .testimonial-premium-section::after {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 35px;
    width: 360px;
    height: 360px;
    filter: blur(10px);
    z-index: 0;
    }
    .testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
    }
    .testimonial-eyebrow {
    color: #ffad1e;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
    }
    .testimonial-header h2 {
    color: #3d3541;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    }
    .testimonial-arrow-wrap {
    display: flex;
    gap: 16px;
    }
    .testimonial-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid #4b2378;
    background: transparent;
    color: #2d0b5f;
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    }
    .testimonial-arrow:hover {
    background: #2d0b5f;
    color: #ffffff;
    }
    .testimonial-arrow.prev {
    opacity: 0.45;
    }
    .testimonial-slide-row {
    display: flex;
    gap: 0;
    position: relative;
    z-index: 2;
    }
    .testimonial-card-pro {
    flex: 1;
    min-height: 460px;
    background: #ffffff;
    border-radius: 28px;
    padding: 42px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .testimonial-card-pro.video-card {
    padding: 12px;
    }
    .testimonial-logo {
    max-height: 54px;
    max-width: 190px;
    object-fit: contain;
    opacity: 0.45;
    margin: 0 auto 38px;
    display: block;
    }
    .testimonial-profile-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 28px;
    display: block;
    }
    .testimonial-stars i {
    color: #ffba06;
    font-size: 14px;
    }
    .testimonial-quote {
    color: #2d0b5f;
    font-size: 14px;
    line-height: 1.58;
    }
    .testimonial-person {
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: auto;
    }
    .testimonial-person img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    }
    .testimonial-person h6 {
    color: #2d0b5f;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    }
    .testimonial-person small {
    color: #2d0b5f;
    font-size: 12.5px;
    line-height: 1.35;
    display: block;
    }
    .youtube-video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background: #f4efff;
    margin-bottom: 14px;
    }
    .youtube-video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    }
    .carousel-fade .carousel-item {
    transition: opacity 0.45s ease-in-out;
    }
    .carousel-indicators {
    bottom: -48px;
    }
    .carousel-indicators li {
    background-color: #2d0b5f;
    opacity: 0.25;
    }
    .carousel-indicators .active {
    opacity: 1;
    }
    /* Hide mobile carousel on desktop */
    .mobile-testimonial-carousel {
    display: none;
    }
    @media (max-width: 991px) {
    .testimonial-header h2 {
    font-size: 34px;
    }
    .testimonial-card-pro {
    padding: 34px 28px;
    }
    .testimonial-quote {
    font-size: 15px;
    }
    }
    @media (max-width: 767px) {
    .testimonial-premium-section {
    padding: 56px 18px 80px;
    }
    .testimonial-header {
    margin-bottom: 34px;
    }
    .testimonial-header h2 {
    font-size: 28px;
    }
    .testimonial-arrow-wrap {
    display: none;
    }
    .desktop-testimonial-carousel {
    display: none;
    }
    .mobile-testimonial-carousel {
    display: block;
    }
    .testimonial-card-pro {
    min-height: auto;
    padding: 30px 24px;
    border-radius: 24px;
    }
    .testimonial-card-pro.video-card {
    padding: 18px;
    }
    .testimonial-logo {
    margin-bottom: 28px;
    }
    .testimonial-quote {
    font-size: 15px;
    line-height: 1.55;
    }
    .testimonial-person {
    justify-content: flex-start;
    }
    .carousel-indicators {
    bottom: -42px;
    }
    }
</style>