/*
	Theme Name:   Bisbuzz Child
	Theme URI:    https://demo.casethemes.net/bisbuzz/
	Description:  Demonstrate business innovation every step of the way with Bisbuzz, a modern theme we designed for all business consulting, business advisor and consulting services websites.
	Author:       Case-Themes
	Author URI:   https://casethemes.net/
	Template:     bisbuzz
	Version:      1.0.3
	License:      ThemeForest
	License URI:  https://themeforest.net/licenses
	Tags:         accountant, advisor, advertising, agency, business, company, consultant, consulting, corporate, finance, financial, marketing, multipurpose, saas, software, startup
	Text Domain:  bisbuzz-child
*/

#pxl-footer-elementor .container {
	max-width: 100%;
}

.pxl-footer-fixed #pxl-header-elementor,
.pxl-footer-fixed #pxl-page-title-elementor {
	background-color: transparent;
}

@media screen and (min-width: 1200px) {
	#pxl-header-elementor {
		position: fixed;
		width: 100%;
	}
}

.btn-primary {
	background-color: var(--primary-color);
}

.btn.btn-primary {
	color: #fff;
}

.pxl-heading.pxl-heading--tsize1 .pxl-item--title {
	line-height: 1;
}

.paestumservice-iconbox .pxl-item--inner {
	box-shadow: none !important;
	border: 1px solid #e1e1e1;
}

.pxl-partner-carousel1 .pxl-item--logo {
	padding: 1rem;
}

@media screen and (max-width: 1199px) {
	.pxl-menu-primary li.menu-item>a {
		color: #000;
		font-weight: 400;
	}
}

/* Shortcode: Accordion */
.e-con-inner>.elementor-widget-shortcode {
	width: 100%;
	min-width: 0;
}

.e-con-inner>.elementor-widget-shortcode .elementor-shortcode {
	width: 100%;
}

.ps-acc {
	width: 100%;
	min-width: 0;
}

.ps-acc {
	--ps-acc: #f08307;
	--ps-acc-soft: rgba(0, 168, 225, .12);
	display: grid;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	gap: 4rem;
	margin: 4rem auto 0 auto;
	font-family: "Montserrat", system-ui, sans-serif;
	padding: 0 1rem;
}

.ps-acc * {
	box-sizing: border-box;
}

.ps-acc__item {
	position: relative;
	background: #F5F5F5;
	border-radius: 1rem;
	transition: border-color .25s;
}

.ps-acc__item.is-open {
	border-color: var(--ps-acc);
	border-top: 5px solid var(--ps-acc);
}

.ps-acc__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 1rem;
	min-height: 220px;
	position: relative;
	user-select: none;
	font: inherit;
	color: inherit;
}

.ps-acc__head:focus-visible {
	outline: 3px solid var(--ps-acc);
	outline-offset: 3px;
	border-radius: 18px;
}

.ps-acc__title {
	font-weight: bold;
	font-size: 1.55rem;
	line-height: 1.05;
	color: var(--ps-acc);
	transition: color .2s;
	width: 100%;
	text-align: left;
}

.ps-acc__item.is-open .ps-acc__title {
	color: var(--ps-acc);
}

.ps-acc__head-pad {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 0 1rem;
	justify-content: space-between;
}

.ps-acc__toggle {
	margin: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--ps-acc);
	color: #fff;
	display: grid;
	place-items: center;
	flex: none;
	transition: .28s;
}

.ps-acc__toggle svg {
	width: 16px;
	height: 16px;
}

.ps-acc__item.is-open .ps-acc__toggle {
	background: var(--ps-acc);
	color: #fff;
	transform: rotate(135deg);
}

.ps-acc__prod {
	position: relative;
	display: block;
	margin: -2rem auto 0;
	max-width: 250px;
	height: auto;
	pointer-events: none;
	z-index: 3;
	filter: drop-shadow(0 16px 16px rgba(0, 0, 0, .20));
	transition: transform .35s ease;
}

.ps-acc__prod img,
.ps-acc__prod svg {
	display: block;
	width: 100%;
	height: auto;
}

.ps-acc__item.is-open .ps-acc__prod {
	transform: scale(1.07);
}

.ps-acc__body {
	display: none;
	overflow: hidden;
}

.ps-acc__item.is-open .ps-acc__body {
	display: grid;
}

.ps-acc__body>div {
	overflow: hidden;
}

.ps-acc__pad {
	padding: 0 2rem 2rem 2rem;
}

.ps-acc__pad p {
	margin: 0 0 14px;
	color: #555;
	font-size: .96rem;
	line-height: 1.6;
}

.ps-acc__items {
	font-size: .82rem;
	color: #8a8a8a;
	border-top: 1px dashed #e3e3e3;
	padding-top: 13px;
}

.ps-acc__items b {
	color: var(--ps-acc);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: .7rem;
}

.ps-acc__item-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.ps-acc__item-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--ps-acc-soft);
	color: #1c1c1c;
	font-weight: 600;
	border: 1px solid var(--ps-acc);
	white-space: nowrap;
}

@media (min-width: 992px) {
	.ps-acc {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}
}

@media(max-width:900px) {
	.ps-acc {
		grid-template-columns: 1fr;
	}

	.ps-acc__head {
		min-height: 124px;
	}

	.ps-acc__prod {
		width: 150px;
		top: -24px;
	}
}

@media(max-width:600px) {
	.ps-acc__head {
		min-height: 112px;
	}

	.ps-acc__title {
		font-size: 1.18rem;
	}

	.ps-acc__prod {
		width: 70%;
		height: auto;
		margin-top: -2rem;
	}

	.ps-acc__head-pad {
		padding: 0;
	}

	.ps-acc__pad {
		padding: 0 1rem 1rem 1rem;
	}
}

@media(prefers-reduced-motion:reduce) {
	.ps-acc * {
		transition: none !important;
	}
}

/* END Accordion */

.btn.btn-primary {
	background-color: var(--e-global-color-d60a71f);
	color: #fff;
	border-radius: 0.5rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.pxl-select-higthlight,
.nice-select {
	border-radius: 0.5rem !important;
}

#pxl-nav-mobile {
	display: none !important;
}