/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Home page */ 

.counter-box {
    z-index: 2;
    position: absolute;
    bottom: 107px;
    left: 12%;
}

.video-poster, .video-poster-corporate {
    position: relative;
}

.video-poster-overlay, .video-poster-corporate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    z-index: 2;
}

.bg-section-one {
    background: linear-gradient(to bottom, #ffffff 90%, #f5f5f5 10%);
}

.bg-section-two {
    background: linear-gradient(to bottom, #f5f5f5 40%, #ffffff 0%);
}

.bg-section-two::before {
    content: "";
    position: relative;
    width: 250px;
    height: 125px;
    background: url('/wp-content/uploads/2025/02/Mask-Group-1-1.png') no-repeat center/contain;
    left: 17%;
    top: 770px;
}

.bg-section-four {
	background: linear-gradient(to bottom, #ffffff 7%, #f5f5f5 0%);
}

.bg-section-five {
	background: linear-gradient(to bottom, #ffffff 75%, #f5f5f5 0%);
}

@media (max-width: 992px) {
    .bg-section-two {
        background: linear-gradient(to bottom, #f5f5f5 70%, #ffffff 0%);
    }
    
  	.bg-section-four {
		background: #f5f5f5;
	}
}

@media (max-width: 767px) {
  	.counter-box {
        bottom: 30px;
        left: 12%;
	}
}

/* Corporate Services page */

.bg-column-one .fl-col-content {
    background-position: left 90px bottom !important;
    background-size: 150px !important;
}

.bg-corporate-three {
	background: linear-gradient(to bottom, #ffffff 55%, #f5f5f5 0%);
}

.form-corporate {
	width: 100%;
}

.form-corporate .wpforms-submit {
	padding: 12px 24px !important;
    height: 100% !important;
}

/* Individual Services Page */

.link-text a {
	font-size: inherit !important;
	color: #b10303 !important;
}

.link-text a strong {
	color: #b10303 !important;
}