/*
Theme Name:   Bizzpro Child
Theme URL:    https://wowtheme7.com/bizzpro-child/
Description:  Bizzpro Digital Agency WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     bizzpro
Version:      1.0.2
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bizzprochildtheme
*/

/*
Please Add your custom styles here
*/

.main_header {
	background: url(/wp-content/uploads/2025/07/Section.png), #fff;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_header.sticky_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999;
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
}

.hh-heading span {
	position: relative;
}

.hh-heading span::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(/wp-content/uploads/2025/07/image-1.png);
	width: 60px;
	height: 60px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 8px;
}

.purpose-list .col-xxl-5.col-xl-5.col-lg-6.align-self-center {
	width: 100%;
}

.event-box p, .event-box h5, .membership-box h5 {
	font-weight: 400 !important;
	font-size: 20px;
	line-height: 27px;
}

button#wpfront-scroll-top-container {
	background: linear-gradient(to top, #b69974 0%, #0e1e2a 25%, #b69974 50%, #0e1e2a 75%, #b69974 100%);
	background-size: 400% 400%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

button#wpfront-scroll-top-container:hover {
	visibility: visible;
	background-position: 100% 100%;
}

.pwrdbfuse .elementor-image-box-content {
	width: auto !important;
	padding-right: 10px;
}

.purpose-text p {
	overflow-wrap: normal !important;
	word-break: normal;
	hyphens: none;
	color: #67687A;
}

.event-fi img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: top center;
}

.wpforms-container .wpforms-field, 
.wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0 0 20px 0 !important;
}

div.wpforms-container-fully) {
	margin: 0 !important;
}

div.wpforms-container-full button[type=submit] {
	text-transform: uppercase !important;
	width: 200px !important;
	height: 60px !important;
	font-weight: 700 !important;
}

.about-s-img .projects {
    display: none;
}

/* Responsive Qureis */
@media (min-width: 1800px) {
	.hh-heading span::after {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 1024px) {
	.hh-heading span::after {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.hh-heading span::after {
		width: 45px;
		height: 45px;
	}

	.pwrdbfuse .elementor-image-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}