/*
Theme Name: Beluga Theme
Theme URI: https://belugaweb.com/
Author: Beluga Team
Author URI: https://belugaweb.com/
Description: Beluga Theme được lập trình và phát triển bởi Beluga Team. Beluga cung cấp giải pháp thiết kế website tổng thể cho cá nhân & doanh nghiệp.
Version: 1.6.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://belugaweb.com/
*/
.ho-content03 {
    position: relative;
    overflow: hidden;
}

/* Wrapper video */
.ho-content03 .bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    overflow: hidden;
}

/* Video tự phủ kín */
.ho-content03 .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: right;
}

/* Overlay trắng mờ fade nhẹ */
.ho-content03 .bg-video::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #ffffff, #ffffff00);
    backdrop-filter: blur(1px);
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
