/**
* Theme Name: Biogenix Child
* Description: This is a child theme of Biogenix, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: biogenix
* Version: 1.5
*/
/* Disables the link inside the service card heading */
/* Disable clicking on the Service Card Image and Heading */
.service-block-one .image-box a, 
.service-block-one .lower-content h3 a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
}

.banner-carousel .owl-dots .owl-dot {
  
    display: block !important;
   
}.page-title .content-box {    position: relative;    z-index: 2;	height: 63px !important;}


header.main-header.header-style-one {

    display: flex;
    justify-content: center;
    align-items: center;
}



/* Hide the original Elementor Vimeo container */
.elementor-element-c81ba39 .elementor-background-video-container {
    display: none !important;
}

/* Style the new video to fill the background */
#custom-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.elementor-element-c81ba39 {
    position: relative;
    overflow: hidden; /* Prevent video from spilling out */
}
