/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.btn_4.learn-more {
    width: 190px;
}

.btn_4.learn-more .button-text {
    left: 20px;
    right: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem 0.75rem 2.25rem;
    white-space: nowrap;
}

.video-card--region {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #f3ede5 0%, #ffffff 100%);
    box-shadow: 0 20px 60px rgba(34, 34, 34, 0.14);
    padding: 14px;
}

.video-card__media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

.video-card__media video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.video-card--region .plyr {
    border-radius: 18px;
    overflow: hidden;
    --plyr-color-main: #b88a52;
    --plyr-video-control-color: #ffffff;
    --plyr-menu-background: rgba(24, 24, 24, 0.92);
    --plyr-menu-color: #ffffff;
    --plyr-tooltip-background: rgba(24, 24, 24, 0.92);
}

.video-card--region .plyr--video {
    background: #000;
}

.video-card--region .plyr__control--overlaid {
    background: rgba(184, 138, 82, 0.9);
    border: 0;
}

.video-card--region .plyr__control--overlaid:hover {
    background: #b88a52;
}

@media (max-width: 991px) {
    .video-card--region {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .parallax_section_1 {
        height: auto;
        min-height: 0;
    }

    .parallax_section_1 .wrapper {
        position: relative;
        min-height: 0;
        padding: 50px 0;
    }

    .parallax_section_1 .title h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .carousel_testimonials .owl-stage-outer {
        overflow: visible;
    }

    .margin_120_95 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .bg_white .add_bottom_90 {
        flex-direction: column-reverse;
        align-items: stretch !important;
        gap: 8px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .bg_white .add_bottom_90 > [class*="col-"] {
        width: 100%;
    }

    .bg_white .add_bottom_90 .title {
        margin-bottom: 0;
    }

    .video-card--region {
        border-radius: 20px;
        padding: 10px;
        box-shadow: 0 14px 35px rgba(34, 34, 34, 0.14);
    }

    .video-card--region.mb-4 {
        margin-bottom: 0 !important;
    }

    .video-card__media,
    .video-card--region .plyr {
        border-radius: 14px;
    }

    .video-card__media video {
        aspect-ratio: 4 / 3;
    }

    .bg_white .container.margin_120_95 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box_overlay {
        padding: 24px 20px;
        min-height: 0;
    }

    .pic {
        margin-bottom: 18px;
    }

    .pic figure {
        width: 70px;
        height: 70px;
    }

    .pic figure img {
        width: 70px;
    }

    .pic h4 {
        font-size: 14px;
        line-height: 1.25;
    }

    .pic h4 small {
        font-size: 12px;
        line-height: 1.25;
    }

    .comment {
        font-size: 16px;
        line-height: 1.45;
    }
}

@media (min-width: 768px) {
    .box_overlay {
        padding-left: 290px;
    }

    .pic {
        width: 215px;
    }

    .pic h4 {
        width: 120px;
        line-height: 1.25;
    }

    .pic h4 small {
        line-height: 1.25;
    }
}

@media (min-width: 992px) {
    .box_overlay {
        padding-left: 340px;
    }

    .pic {
        width: 265px;
    }

    .pic h4 {
        width: 170px;
    }
}
