/* RRT UK Police Appreciation Week */
.regular-row-container.full-width-image {
    img {
        width: 100%;
        height: auto;
    }
}
.live-dashboard {
    img {
        @media screen and (max-width: 991px) {
            aspect-ratio: 4/3;
            object-fit: cover;            
        }
    }
}
.thank-you-header {
    @media screen and (max-width: 991px) {
       .featured-image-video {
        order: 2 !important;
       } 
    }
}
.basic-testimonial {
    background: #E6E7E8 !important;

    .featured-text {
        align-items: center !important;
    }

    h1 {
        color: #12365a !important;
        font-size: 32px;
        line-height: 1.25;
        text-align: center;
    }
    .description {
        color: #12365a !important;
        font-size: 24px;
        line-height: 1.25;
        text-align: center;
    }

    .clip-left,
    .clip-right {
        pointer-events: none;
    }

    
}
.basic-testimonial:not(.basic-testimonial ~ .basic-testimonial) {
    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        background: url('https://rrtglobal.org/wp-content/uploads/2026/04/quote-top-1.png') no-repeat center center;
        background-size: contain;
        z-index: 3;
    }
}
.basic-testimonial:not(:has(~ .basic-testimonial)) {
    &:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 20px;
        transform: translateY(50%);
        width: 100px;
        height: 100px;
        background: url('https://rrtglobal.org/wp-content/uploads/2026/04/quote-bottom-1.png') no-repeat center center;
        background-size: contain;
        z-index: 3;
    }
}
.basic-testimonial:has(~ .basic-testimonial) {
    &:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100px;
        height: 100px;
        background: url('https://rrtglobal.org/wp-content/uploads/2026/04/quote-bottom-1.png') no-repeat center center;
        background-size: contain;
        z-index: 3;
    }
}

.regular-row-container.social-media {
    @media screen and (min-width: 992px) {
        .col-lg-9 {
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
        }
        .col-lg-3 {
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
        }
    }
    @media screen and (max-width: 991px) {
        .col-lg-3 {
            margin-top: 40px;
            padding-top: 40px;
            border-top: .6rem dotted #ec1d23;
        }
    }
}