.container-widget-hcor-testimonials {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.container-widget-hcor-testimonials svg {
    display: block;
}

.container-widget-hcor-testimonials .hcor-testimonials-header {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 1264px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .container-widget-hcor-testimonials .hcor-testimonials-header {
        padding: 0 40px;
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .container-widget-hcor-testimonials .hcor-testimonials-header {
        padding: 0 20px;
    }
}

.container-widget-hcor-testimonials .hcor-testimonials-header-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 80px;
}

@media (max-width: 1024px) {
    .container-widget-hcor-testimonials .hcor-testimonials-header-left {
        padding-top: 0;
        width: 100%;
    }
}

.container-widget-hcor-testimonials .hcor-testimonials-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 8.5px;
}

.container-widget-hcor-testimonials .hcor-testimonials-subtitle-icon {
    width: 12px;
    height: 12px;
}

.container-widget-hcor-testimonials .hcor-testimonials-subtitle-line {
    background: #e71861;
    height: 1px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-testimonials .hcor-testimonials-subtitle-text {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.06px;
    line-height: 1.2;
}

.container-widget-hcor-testimonials .hcor-testimonials-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    max-width: 488px;
}

.container-widget-hcor-testimonials .hcor-testimonials-header-right {
    width: 616px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .container-widget-hcor-testimonials .hcor-testimonials-header-right {
        width: 100%;
    }
}

.container-widget-hcor-testimonials .hcor-testimonials-video-block {
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
}

@media (max-width: 768px) {
    .container-widget-hcor-testimonials .hcor-testimonials-video-block {
        height: 250px;
    }
}

.container-widget-hcor-testimonials .hcor-testimonials-video-thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 21, 43, 0.4);
    z-index: 1;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-copyright {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 2;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-ytlogo {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-ytlogo img,
.container-widget-hcor-testimonials .hcor-testimonials-video-ytlogo svg {
    max-height: 24px;
    width: auto;
    object-fit: contain;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-logo-left {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-logo-left img,
.container-widget-hcor-testimonials .hcor-testimonials-video-logo-left svg {
    max-height: 32px;
    width: auto;
    object-fit: contain;
}

.container-widget-hcor-testimonials .hcor-testimonials-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.container-widget-hcor-testimonials .hcor-testimonials-video-block:hover .hcor-testimonials-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.container-widget-hcor-testimonials .hcor-testimonials-swiper {
    width: 100%;
    overflow: hidden;
}

.container-widget-hcor-testimonials .hcor-testimonials-card {
    background: #ffffff;
    border: 1px solid #cdc7c7;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 320px;
}

.container-widget-hcor-testimonials .hcor-testimonials-card-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.container-widget-hcor-testimonials .hcor-testimonials-quote-mark {
    color: #c51b53;
    font-size: 52px;
    line-height: 0.8;
    height: 16px;
}

.container-widget-hcor-testimonials .hcor-testimonials-text {
    color: #4e4b59;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.28px;
    margin: 0;
}

.container-widget-hcor-testimonials .hcor-testimonials-card-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: auto;
}

.container-widget-hcor-testimonials .hcor-testimonials-line {
    background: #e71861;
    height: 2px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-testimonials .hcor-testimonials-author-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-widget-hcor-testimonials .hcor-testimonials-author-name {
    color: #4e4b59;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.container-widget-hcor-testimonials .hcor-testimonials-author-role {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .container-widget-hcor-testimonials .hcor-testimonials-card {
        padding: 24px;
    }
}