.elementor-4474 .elementor-element.elementor-element-65a7d119{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7ba58a4f */.manufacturing-video {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
}

.manufacturing-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
  
}
.watch-text{
    margin-top: 10px;
}
.video-content {
    width: 80%;
    max-width: 666px;
    padding: 35px 35px;
    border: 1px solid;
    border-image-source: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.202) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    

    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.16) 0%,
        rgba(153, 153, 153, 0) 100%
    );

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    box-shadow: 0px 9.41px 25.1px 0px #EFA4340F;

    border-radius: 18px;
}
.video-overlay h2 {
    color: #fff;
    margin: 10px 0 20px;
}

.video-small-title,
.watch-text {
    color: #fff;
}

.video-play {
    color:#EF7F1B;
    position: relative;
    z-index: 5;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    cursor: pointer;
}
.video-play:hover {
    background: #EF7F1B;
}
@media (max-width: 767px) {
    .manufacturing-video {
        height: 300px;
    }

    .video-content {
        width: 85%;
        padding: 15px 15px;
    }

    .video-overlay h2 {
        font-size: 22px;
        line-height: 1.2;
        margin: 8px 0 12px;
    }

    .video-play {
        width: 45px;
        height: 45px;
    }

    .video-small-title,
    .watch-text {
        font-size: 11px;
    }

    .explore-button {
        font-size: 11px;
    }
}/* End custom CSS */