#block-39 {
	margin-top: 20px !important;
}

#block-24 p {
	line-height: 187%;
}

.icon-button-arrow {
	text-indent: 0 !important;
}

.icon-button-arrow::before,
.icon-button-arrow::after,
.testimonial .wp-block-button.custom-button-fill a.custom-button-solution::before,
.testimonial .wp-block-button.custom-button-fill a.custom-button-solution::after {
	font-family: 'icons' !important;
	content: "\e900" !important;
	font-size: 32px;
}

.custom-ul ul {
	display:flex;
	flex-direction:column;
	gap:10px;
}

.custom-ul ul > li {
	padding-left:14px;
}

.custom-ul ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
	border: 0.50px solid rgba(255, 255, 255, 0.15);
width: 6px;
height: 6px;
	background: #0e0e11;
}

.elementor-widget-container p a {
	color: var(--dark-gray);
}

.custom-c-black a {
	color: var(--black);
}

.content-wrapper .content {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.mobile-header-row {
	background-color: var(--white);
}

.current-menu-item a {
	background-color:#281451 !important;
	color:#ffffff !important;
}

.current-menu-item a span {
	color:#ffffff !important;
}

.menu-item a span {
	vertical-align:text-top
}
	

/* pricing */

.aiero-price-item-widget .price-item .price-item-label-wrapper {
	left: 30%;
}

.custom-swiper-prices-slide.swiper-slide .custom-button.elementor-widget-aiero_price_item,
.aiero-price-item-widget,
.price-item.price-item-type-standard,
.aiero-price-item-widget .price-item-inner {
	height: 100%;
}

.aiero-price-item-widget .price-item-inner {
	display: flex;
	flex-direction: column;
}

.aiero-price-item-widget .price-item-inner .price-item-custom-fields {
	flex: 1 1 auto;
}

.custom-pricing-order .price-item-inner .price-item-title {
	order: 1;
}

.custom-pricing-order .price-item-inner .price-item-custom-fields {
	order: 2;
	flex: 0 1 auto;
}

.custom-pricing-order .price-item-inner .price-item-description {
	order: 3;
	flex: 1 1 auto;
}

.custom-pricing-order .price-item-inner .price-item-currency-position-before {
	order: 4;
}

.custom-pricing-order .price-item-inner .price-item-button-container {
	order: 5;
}

/*  */

.header .header-row .logo-link,
.slide-sidebar .logo-link,
.mobile-header-row .logo-link {
	width: 170px;
	height: 40px;
}

.header .header-row .logo-link img,
.slide-sidebar .logo-link img,
.mobile-header-row .logo-link img {
	width: 100%;
	height: 100%;
}

/*  */

.slide-sidebar .sidebar-logo-container {
	padding: 0 !important;
}

.slide-sidebar ul.wrapper-socials li a {
	color: #281451 !important;
}

.slide-sidebar-wrapper .slide-sidebar {
	padding: 50px 30px 50px 30px;
}

.slide-sidebar-content .wp-block-button .wp-block-button__link .icon-button-arrow {
	display: inline-block;
}

/*  */

.mobile-header-menu-container {
	width: 300px;
}

.mobile-header-menu-container .header-icons-container {
	margin: 10px 20px !important;
	width: calc(100% - 50px) !important;
}

.mobile-header-menu-container .main-menu {
	margin-top: 5px;
}

.mobile-header-menu-container ul#menu-main-menu>li>a {
	padding-top: 16px;
	padding-bottom: 16px;
}

.mobile-header-menu-container ul.sub-menu {
	padding-left: 10px !important;
}

.mobile-header-menu-container ul.sub-menu li {
	margin-left: 0 !important;
}

.mobile-header-menu-container ul.sub-menu li a {
	color: var(--dark-gray) !important;
	text-transform: uppercase !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mobile-header-menu-container li {
	width: fit-content !important;
	border-radius:10px;
	overflow:hidden;
}

.mobile-header-menu-container a {
	padding-left: 20px !important;
	padding-right: 20px !important;
	/* width: fit-content !important; */
	color: var(--dark-gray);
}

.mobile-header-menu-container .sub-menu-trigger::after {
	right: 2px !important;
	top: 27px !important;
	color: var(--dark-gray);
}

.mobile-header.mobile-header-transparent.mobile-header-position-above.sticky-header-on.mobile-header-type-3 .mobile-header-row {
	border: 1px solid var(--light-gray);
	border-radius: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.mobile-header-row .logo-container {
	margin: 14px 0px;
}

/* hamburger menu */

.menu-trigger .menu-trigger-icon {
	width: 48px;
	height: 52px;
}

.menu-trigger .hamburger {
	width: 36px;
	height: 32px;
	right: 0px;
	top: 11px;
	margin: 0;
	left: 6px;
}

.menu-trigger .hamburger span {
	height: 2px;
	width: 36px;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-trigger .hamburger span:first-child {
	margin-bottom: 0px;
}

.menu-trigger .hamburger span:nth-child(2) {
	margin-top: 8px;
	width: 28px;
	float: right;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.menu-trigger .hamburger span:nth-child(3) {
	margin-top: 8px;
	width: 36px;
	float: right;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.menu-trigger .hamburger span:nth-child(4) {
	margin-top: 8px;
	width: 28px;
	float: right;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.menu-close .menu-close-icon {
	font: 400 normal 30px/20px 'fontello';
}

/*  */

.custom-hero-bg {
	position: relative;
}

/* .custom-hero-bg::before,
.custom-hero-bg::after {
	content: '' !important;
	position: absolute !important;
	pointer-events: none !important;
	z-index: 1 !important;
}

.custom-hero-bg::before {
	left: 30px !important;
	width: 280px !important;
	height: 110% !important;
	top: -10% !important;
	background: bottom / contain url('https://symar.ai/wp-content/uploads/2025/10/left-pixxels.svg') no-repeat !important;
}

.custom-hero-bg::after {
	right: 20px;
	width: 420px;
	height: 100%;
	top: 0;
	background: bottom / contain url('https://symar.ai/wp-content/uploads/2025/10/right-pixels.svg') no-repeat;
} */

/* style for tetris in hero block */

.elementor-element.elementor-element-e83697c.elementor-widget__width-inherit.elementor-absolute.elementor-widget.elementor-widget-html {
	margin-bottom:0 !important;
	bottom:0 !important;
}

:root {
	--secondary-red: #ef454e;
	--secondary-orange: #f06347;
	--secondary-orange2: #f37b3c;
	--secondary-yellow: #f68f30;
	--secondary-yellow2: #f8a51a;
}


.pixels-section {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.side {
	display: grid;
	grid-template-columns: repeat(var(--cols), 70px);
	grid-template-rows: repeat(10, 70px);
	gap: 1px;
	position: relative;
}

.cell {
	width: 70px;
	height: 70px;
}

.pixel,
.trail {
	position: absolute;
	width: 70px;
	height: 70px;
}

.trail {
	pointer-events: none;
	transition: opacity 0.3s ease-out;
}

/*  */

h5.elementor-tab-title.elementor-active {
	padding-bottom: 20px !important;
}

.elementor-element.custom-max-width.custom-max-width-880 {
	max-width: 880px;
	flex: 1 1 auto !important;
}

.elementor-element.custom-max-width.custom-max-width-420 {
	max-width: 420px;
}

.elementor-element.custom-max-width.custom-max-width-765 {
	max-width: 765px;
	flex: 1 1 auto;
}

.elementor-element.custom-max-width.custom-max-width-500 {
	max-width: 500px;
}

.elementor-element.custom-max-width.custom-max-width-820 {
	max-width: 820px;
	flex: 1 1 auto;
}

.elementor-element.custom-max-width.custom-max-width-305 {
	max-width: 305px;
	flex: 1 1 auto;
}

.elementor-element.custom-max-width.custom-max-width-420 .elementor-widget-container {
	margin: 0 !important;
}

/* footer */

.footer-wrapper {
	margin: 0 10px 10px;
}

.footer-section,
.footer-row {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-type-4 .footer-widgets>.widget:nth-child(4n+1) {
	width: 100%;
	max-width: 390px;
}

.footer-type-4 .footer-widgets {
	display: flex;
	justify-content: space-between;
	padding-top: 126px;
	padding-bottom: 109px;
	flex-wrap: nowrap;
	gap: 49px;
	border-bottom: 1px solid #cbcbcb !important;
	position: relative;
}

.footer-type-4 .footer-widgets #block-33 .wp-widget-group__inner-blocks p:first-child,
.footer-type-4 .footer-widgets #block-33 .wp-widget-group__inner-blocks p:last-child {
	margin: 0;
}

.footer-type-4 .footer-widgets #block-33 .wp-widget-group__inner-blocks p:nth-child(2) {
	margin: 17px 0 9px 0;
}

.footer-widgets>div.widget,
.footer-columns-wrap>div {
	margin: 0 !important;
}

.footer-columns-wrap>div {
	width: fit-content !important;
}

#aiero_nav_menu_widget-4 {
	width:100% !important;
	max-width:200px;
}

.footer-columns-wrap {
	display: flex;
	column-gap: 30px;
	row-gap: 60px;
	justify-content: space-between;
	width: 100%;
}

.footer-columns-row {
	padding-bottom: 17px;
}

.footer-decor-01 {
	position: absolute;
	filter: blur(400px);
	border-radius: 100%;
	left: -270px;
	bottom: -40%;
	transform: rotate(14deg);
	pointer-events: none;
}

.footer-decor-02 {
	position: absolute;
	/* filter: blur(400px); */
	border-radius: 100%;
	right: -260px;
	top: -40%;
	transform: rotate(-14deg);
	pointer-events: none;
}

.footer.footer-type-4.footer-br-no-top-border-radius {
	overflow: hidden;
}

/* Team */

.team-item .team-item-media img.attachment-aiero_team_thumbnail {
	height: 110%;
	top: auto;
	z-index: 2;
}

.team-item .team-item-media,
.team-item {
	overflow: visible;
}

.team-item-media {
	background: var(--secondary-yellow);
}

.team-item .team-item-media img {
	left: -10px;
}

.team-item .team-item-media:before {
	top: inherit;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	filter: blur(0);
	border-radius: 0;
	transform: none;
	background: url('https://symar.ai/wp-content/uploads/2025/10/team-card-bg-hover.svg') no-repeat;
	background-size: cover;
	background-color: transparent !important;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
}

/* 404 */

.error-404-wrapper.custom-hero-bg {
	min-height: 100dvh;
	min-height: 100vh;
}

.error-404-wrapper.custom-hero-bg .error-404-container h1.error-404-title {
	font-weight: 400;
	font-size: 120px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: var(--brand-color);
	margin: 0;
}

.error-404-wrapper.custom-hero-bg .error-404-container p.error-404-info-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: var(--dark-gray);
	margin-top: 30px;
}


/*  */

.testimonial h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 125%;
	background: linear-gradient(135deg, #ef454e 0%, #f8a519 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
	width: fit-content;
}

.testimonial h4 {
	font-size: 24px;
	line-height: 187%;
	letter-spacing: -0.03em;
	color: var(--white);
	margin-bottom: 12px;
	margin-top: 0;
	font-weight: 400;
}

.testimonial h4 strong {
	font-weight: 700;
}

.testimonial,
.testimonial p {
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 187% !important;
	color: var(--white-850);
}

.testimonial .wp-block-button.custom-button-fill {
	max-width: fit-content !important;
	margin-top: 70px;
}

.testimonial .wp-block-button.custom-button-fill a {
	gap: 12px;
}

.testimonial .wp-block-button.custom-button-fill a .icon-button-arrow {
	width: 32px;
	height: 32px;
	position: relative;
	overflow: hidden;
}

.testimonial .wp-block-button.custom-button-fill a .icon-button-arrow::before,
.testimonial .wp-block-button.custom-button-fill a .icon-button-arrow::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all 0.3s ease 0s;
	line-height: normal
}

.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper .owl-nav-wrapper {
	height: 70px;
}

.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper .owl-nav {
	gap: 10px;
	padding-top: 10px;
}

.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper button.owl-prev,
.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper button.owl-next {
	border: 1px solid var(--light-gray);
	border-radius: 50px;
	padding: 14px;
	width: 60px;
	height: 60px;
}

.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper button.owl-prev::before,
.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper button.owl-next::before {
	font-family: 'icons';
	content: "\e900";
	color: var(--black);
	font-size: 28px;
}

.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper button.owl-prev {
	transform: rotate(180deg);
}

/*  */

@media only screen and (max-width: 1200px) {
	.footer-type-4 .footer-widgets>.widget:nth-child(4n+1) {
		max-width: 240px;
	}
}

@media only screen and (max-width: 992px) {

	.custom-hero-bg::before {
		background: bottom left / contain url('https://symar.ai/wp-content/uploads/2025/10/Group-18445.svg') no-repeat !important;
		height: 70px !important;
		top: calc(100% - 70px) !important;
	}

	.custom-hero-bg::after {
		background: bottom right / contain url('https://symar.ai/wp-content/uploads/2025/10/Group-18444.svg') no-repeat !important;
		height: 70px !important;
		top: calc(100% - 70px) !important;
	}

	.elementor-element.custom-max-width.custom-max-width-880 {
		max-width: 100%;
		flex: 1 1 auto !important;
	}

	.elementor-element.custom-max-width.custom-max-width-880 h5>span {
		align-self: start;
	}

	.elementor-element.custom-max-width.custom-max-width-420,
	.elementor-element.custom-max-width.custom-max-width-500,
	.elementor-element.custom-max-width.custom-max-width-820 {
		max-width: 100%;
	}

	.footer-type-4 .footer-widgets {
		flex-direction: column;
		align-items: center;
		padding-top: 45px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.custom-max-width .elementor-accordion-title {
		padding-left: 0 !important;
	}

	.custom-max-width .elementor-accordion-title::before {
		display: none !important;
	}

	.custom-max-width .elementor-tab-title.elementor-active i.fontello.icon-arrow-top::before {
		content: '\e836' !important;
	}

	.custom-max-width .elementor-tab-title i.fontello.icon-button-arrow-down::before {
		content: '\e835' !important;
	}
}

@media only screen and (min-width: 768px) {
	.slide-sidebar-wrapper {
		width: 315px;
		background-size: cover
	}

	.content-wrapper .content {
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	h5.elementor-tab-title.elementor-active {
		padding-bottom: 10px !important;
	}

	.custom-form-style .aiero-wpforms-widget h4.wpforms-widget-heading {
		margin: 0 0 1.1em;
	}
}

@media only screen and (max-width: 700px) {
	.footer-type-4 .footer-widgets {
		align-items: start;
	}

	.footer-columns-wrap {
		flex-direction: column;
	}

	.footer-columns-row .footer-column {
		text-align: left;
	}

	.footer-columns-row {
		padding-top: 40px !important;
		padding-bottom: 48px;
	}

	.footer-decor-01,
	.footer-decor-02 {
		display: none;
	}
}

@media (any-hover:hover) {
	.slide-sidebar ul.wrapper-socials li a:hover {
		color: var(--secondary-yellow2) !important;
	}

	.menu-trigger .hamburger:hover span:nth-child(2) {
		width: 100%;
	}

	.team-item:hover .team-item-media img {
		left: 10px;
	}

	.team-item:hover .team-item-media:before {
		background-color: transparent !important;
	}

	.elementor-widget-container p a:hover {
		color: var(--secondary-orange2);
	}

	.elementor-grid-item:hover a svg path {
		fill: var(--secondary-orange2);
	}
	.header .main-menu > li > a:hover > span:not(.text-active) {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(2px);
	}
    
    .header.sticky-header.header-type-3.header-menu-style-standard.sticky-active {
		background: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
   
}