:root {
	--brand-color: #281451;
	--secondary-red: #ef454e;
	--secondary-orange: #f06347;
	--secondary-orange2: #f37b3c;
	--secondary-yellow: #f68f30;
	--secondary-yellow2: #f8a519;
	--black: #0e0e11;
	--white: #f8f7f1;
	--light-gray: #ededf1;
	--dark-gray: #48495c;
	--white-850: rgba(255, 255, 255, 0.85);
}

body {
	font-family: 'Safiro', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
ol,
li,
button,
input,
textarea,
option,
select,
label {
	font-family: inherit !important;
}

a::before {
	font-family: 'Font Awesome 5 Brands' !important;
}

/* ! list custom classes */
/* 
.custom-c-black 					- color var(--black)
.custom-m-0     					- margin: 0
.custom-m-b-17  					- margin-bottom: 17px
.custom-gap-40  					- gap:40px
.custom-img-no-fit					- object-fit:none
.custom-hero-bg						- hero block main page
.custom-button						- button with arrow
.custom-button-fill					- button fill orange
.custom-button-transparent			- button transparent
.custom-button-decor				- white border around button
.custom-button-decor-svg			- white border around button
.custom-button-solution				- button withuot <span class="icon-button-arrow"></span>
.custom-mobile-menu-buttons			- buttons container for mobile menu
.custom-hero-buttons				- buttons container for hero block main page
.custom-subheading-01,02,...		- subhedings
.custom-block-decor					- decorative block
.custom-max-width					- max-width
.custom-max-width-880				- max-width 880px
.custom-max-width-420				- max-width 420px
.custom-max-width-305				- max-width 305px
.custom-max-width-765				- max-width 765px
.custom-max-width-500				- max-width 500px
.custom-max-width-820				- max-width 820px
.custom-footer-socials				- footer socials icons block
.custom-img-decor-gradient			- background gradient for images
.custom-decor-lamp					- image lamp decor
.custom-decor-problem				- image lamp problem
.custom-form-style					- style WP Forms
.custom-slider-pricing-box			- box for slider pricing-page
.custom-swiper-prices				- wrapper for swiper-prices
.custom-swiper-prices-slide			- wrapper for swiper-prices-slide
.custom-pricing-order				- class for order for mobile
.custom-blog-list					- class for change article for mobile blog-page
.custom-single-page					- class for single page (template themes\aiero-child\single.php)
.custom-content-single-page   		- class for content for single page
.custom-align-end					- align-items:flex-end
.custom-ul							- style dots for li


*/
/* custom classes */

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

.custom-m-0,
.custom-m-0 .e-con-inner {
	margin: 0 !important;
}

.custom-m-b-17 {
	margin-bottom: 17px !important;
}

.custom-img-no-fit img {
	object-fit: none !important;
}

.custom-img-decor-gradient,
.custom-decor-lamp,
.custom-decor-problem {
	position: relative;
}

.custom-img-decor-gradient::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: linear-gradient(135deg, #ef454e 0%, #f8a519 100%);
	filter: blur(250px);
	opacity: 0.45;
	transform: rotate(165.56deg);
	pointer-events: none;
	z-index: -1;
}

.custom-decor-lamp::after,
.custom-decor-problem::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	pointer-events: none;
}

.custom-decor-lamp::after {
	background: url('https://symar.ai/wp-content/uploads/2025/10/decor-lamp.webp') no-repeat;
	mix-blend-mode: color-dodge;
	background-position: bottom right;
}

.custom-decor-problem::after {
	background: url('https://symar.ai/wp-content/uploads/2025/10/decor-problem.webp') no-repeat;
	mix-blend-mode: luminosity;
}


/* button */

button.wpforms-submit.custom-button,
.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button {
	padding: 16px 14px 16px 24px !important;
	border-radius: 50px !important;
	gap: 12px;
}

.custom-button-decor-svg svg {
	opacity: 0.2;
}

.custom-button a.aiero-button,
.custom-button-fill a,
.custom-button-transparent a,
button.wpforms-submit.custom-button,
.custom-button .price-item-button-container a.aiero-button,
.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between;
}

.custom-button.custom-align-end a.aiero-button {
	align-items: flex-end !important;
	;
}

.custom-button .navigation.pagination .nav-links a,
.custom-button .navigation.pagination .nav-links span.page-numbers.current {
	border-radius: 50px;
}

.custom-button .navigation.pagination .nav-links a.next.page-numbers,
.custom-button .navigation.pagination .nav-links a.prev.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-radius: 50px;
}

.testimonial .wp-block-button.custom-button-fill a.custom-button-solution {
	position: relative;
	padding-right: 66px;
	overflow: hidden;
}

.testimonial .wp-block-button.custom-button-fill a.custom-button-solution::before,
.testimonial .wp-block-button.custom-button-fill a.custom-button-solution::after {
	position: absolute;
	right: 20px;
	top: 18px;
	transition: transform 0.3s ease 0s;
}

.testimonial .wp-block-button.custom-button-fill a.custom-button-solution::after {
	opacity: 0;
	transform: translateX(-120%) translateY(0%);
}

.custom-button a.aiero-button .icon-button-arrow::after,
.slide-sidebar-content .custom-button-fill a.wp-block-button__link .icon-button-arrow::after,
.slide-sidebar-content .custom-button-transparent a.wp-block-button__link .icon-button-arrow::after,
form button.wpforms-submit.custom-button .icon-button-arrow::after,
.custom-button .navigation.pagination .nav-links a.next.page-numbers .icon-button-arrow::after,
.custom-button .navigation.pagination .nav-links a.prev.page-numbers .icon-button-arrow::after,
.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button .icon-button-arrow::after {
	transform: translateX(-160%) translateY(0%);
}

.custom-button-fill,
.custom-button-transparent {
	width: 255px !important;
	height: 60px !important;
}

.custom-button-fill a,
.custom-button-transparent a {
	position: relative;
	text-align: left;
	width: 100%;
}

.custom-mobile-menu-buttons a {
	flex-direction: row-reverse;
	width: 100% !important;
	font-weight: 700;
}

.custom-button-fill a,
.custom-mobile-menu-buttons .custom-button-fill a,
.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button {
	background: linear-gradient(135deg, var(--secondary-red) 0%, var(--secondary-yellow2) 100%) !important;
}

.custom-button-transparent a::after {
	background: var(--brand-color) !important;
}


.custom-button-transparent a span.button-inner::after {
	background: transparent !important;
}

.custom-button-transparent a {
	color: var(--brand-color) !important;
}

.custom-button-fill span.icon-button-arrow {
	position: relative;
}

.custom-mobile-menu-buttons {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 20px;
}

.custom-mobile-menu-buttons .custom-button-fill a::before,
.custom-mobile-menu-buttons .custom-button-transparent a::before {
	font-family: 'icons' !important;
	font-size: 32px;
}

.custom-mobile-menu-buttons .custom-button-fill a,
.custom-mobile-menu-buttons .custom-button-fill a::before {
	color: var(--white);
	position: relative;
}

.custom-mobile-menu-buttons .custom-button-transparent a,
.custom-hero-buttons .custom-button-transparent a {
	background: transparent;
	border: 1px solid var(--brand-color);
}

.custom-mobile-menu-buttons .custom-button-transparent a::before {
	color: var(--brand-color);
}

.custom-hero-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
}

.custom-hero-buttons .custom-button-fill {
	margin: 0;
}

.custom-button-decor {
	position: relative;
	background: #f8f7f1;
}

.custom-button-decor::before,
.custom-button-decor::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 40px;
	background: transparent;
}

.custom-button-decor::before {
	left: -20px;
	border-bottom-right-radius: 24px;
	box-shadow: 0 24px 0 0 #ffffff;
}

.custom-button-decor::after {
	right: -20px;
	border-bottom-left-radius: 24px;
	box-shadow: 0 24px 0 0 #ffffff;
}

/*  */

.custom-gap-40 .elementor-row {
	gap: 40px;
}

/* custom-subheading */

.custom-subheading-01 .aiero-subheading-inner,
.custom-subheading-02 .aiero-subheading-inner,
.custom-subheading-03 .aiero-subheading-inner,
.custom-subheading-04 .aiero-subheading-inner,
.custom-subheading-05 .aiero-subheading-inner,
.custom-subheading-06 .aiero-subheading-inner,
.custom-subheading-07 .aiero-subheading-inner {
	position: relative;
	padding-left: 34px;
}

.custom-subheading-01 .aiero-subheading-inner::before,
.custom-subheading-02 .aiero-subheading-inner::before,
.custom-subheading-03 .aiero-subheading-inner::before,
.custom-subheading-04 .aiero-subheading-inner::before,
.custom-subheading-05 .aiero-subheading-inner::before,
.custom-subheading-06 .aiero-subheading-inner::before,
.custom-subheading-07 .aiero-subheading-inner::before {
	content: '' !important;
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	margin: 0;
}

.custom-subheading-01 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-01.svg') no-repeat;
}

.custom-subheading-02 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-02.svg') no-repeat;
}

.custom-subheading-03 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-03.svg') no-repeat;
}

.custom-subheading-04 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-04.svg') no-repeat;
}

.custom-subheading-05 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-05.svg') no-repeat;
}

.custom-subheading-06 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-06.svg') no-repeat;
}

.custom-subheading-07 .aiero-subheading-inner::before {
	background: center url('https://symar.ai/wp-content/uploads/2025/10/subheading-07.svg') no-repeat;
}

.custom-subheading-01 .aiero-subheading-inner::after,
.custom-subheading-02 .aiero-subheading-inner::after,
.custom-subheading-03 .aiero-subheading-inner::after,
.custom-subheading-04 .aiero-subheading-inner::after,
.custom-subheading-05 .aiero-subheading-inner::after,
.custom-subheading-06 .aiero-subheading-inner::after,
.custom-subheading-07 .aiero-subheading-inner::after {
	display: none !important;
}

.custom-block-decor {
	position: relative;
}

.custom-block-decor::before {
	content: '' !important;
	position: absolute !important;
	left: 2px !important;
	top: calc(100% - 132px) !important;
	width: 175px !important;
	height: 130px !important;
	z-index: 1 !important;
	pointer-events: none !important;
	background: url('https://symar.ai/wp-content/uploads/2025/10/block-decor-bottom.svg') no-repeat;
}

.custom-block-decor::after {
	content: '';
	position: absolute;
	right: 2px;
	top: 2px;
	width: 130px;
	height: 130px;
	z-index: 2;
	pointer-events: none;
	background: url('https://symar.ai/wp-content/uploads/2025/10/block-decor-top.svg') no-repeat;
}

.page-title-decoration-tl {
	position: absolute;
	left: 0;
	top: -70px;
	padding: 0 24px 40px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	pointer-events: none;
	
}

.page-title-decoration-tl::before {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 40px;
	width: 24px;
	box-shadow: 0 -20px 0 0 #ffffff;
	left: 0;
	bottom: 0px;
	border-top-left-radius: 20px;
}

.page-title-decoration-tl::after {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 40px;
	width: 24px;
	box-shadow: 0 -20px 0 0 #ffffff;
	right: 0;
	top: 0;
	border-top-left-radius: 20px;
}

.page-title-decoration-tl-inner {
	width: 160px;
	height: 110px;
	background-color: var(--white);
	border-radius: 0px 0 24px 0;
	pointer-events: none;
}

.page-title-decoration-br {
	display: block;
	position: absolute;
	right: 0;
	bottom: -70px;
	padding: 40px 0px 0px 24px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	pointer-events: none;
	background-color: #f8f7f1;
}

.page-title-decoration-br-inner {
	width: 160px;
	height: 80px;
	background-color: #f8f7f1;
	border-radius: 24px 0 0px 0;
	pointer-events: none;
}

.page-title-decoration-br::before {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 40px;
	width: 24px;
	box-shadow: 0 20px 0 0 #f8f7f1;
	left: 0;
	bottom: 0px;
	border-bottom-right-radius: 20px;
}

.page-title-decoration-br::after {
	content: "";
	position: absolute;
	background-color: transparent;
	height: 40px;
	width: 24px;
	box-shadow: 0 20px 0 0 #f8f7f1;
	right: 0;
	top: 0;
	border-bottom-right-radius: 20px;
}

/* custom swiper */

.custom-slider {
	width: 100%;
	position: relative;
	background: url('https://symar.ai/wp-content/uploads/2025/11/slider-bg.webp') no-repeat center 90%;
}

.custom-slider:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background: linear-gradient(0deg, #f0f2f4 16.31%, rgba(240, 242, 244, 0) 100%);
	pointer-events: none;
}



.reviews-slider .swiper-wrapper {
	align-items: stretch;
}

.reviews-slider .swiper-wrapper .swiper-slide.review-item {
	height: auto;
}

.review-item {
	display: flex;
	flex-direction: column;
	padding: 40px;
	background-color: var(--white);
	border-radius: 24px;
	overflow: hidden;
	gap: 50px;
}

.review-top {
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1 1 auto;
}

.review-item h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.05em;
	color: var(--black);
	margin: 0;
}

.review-position {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: -0.05em;
	color: var(--dark-gray);
}

.review-rating {
	display: flex;
	align-items: center;
	gap: 3px;
}

.review-rating img {
	width: 12px;
	height: 11px;
}

.review-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: var(--dark-gray);
}

.elementor-shortcode .custom-slider .reviews-button-prev,
.elementor-shortcode .custom-slider .reviews-button-next,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-prev,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-next,
.category-slider-box .category-button-prev,
.category-slider-box .category-button-next {
	border: 1px solid var(--light-gray);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.elementor-shortcode .custom-slider .reviews-button-prev.swiper-button-disabled,
.elementor-shortcode .custom-slider .reviews-button-next.swiper-button-disabled,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-prev.swiper-button-disabled,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-next.swiper-button-disabled,
.category-slider-box .category-button-prev.swiper-button-disabled,
.category-slider-box .category-button-next.swiper-button-disabled {
	opacity: 0.2;
	pointer-events: none;
}


.elementor-shortcode .custom-slider .reviews-button-prev {
	left: -100px;
}

.elementor-shortcode .custom-slider .reviews-button-next {
	right: -100px;
}

.elementor-shortcode .custom-slider .reviews-button-prev::before,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-prev::before,
.category-slider-box .category-button-prev::before {
	transform: rotate(180deg);
}

.custom-slider .reviews-button-prev::before,
.custom-slider .reviews-button-next::before,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-prev::before,
.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-next::before,
.category-slider-box .category-button-prev::before,
.category-slider-box .category-button-next::before {
	font-family: 'icons';
	color: var(--black);
	font-size: 28px;
}

/* pricing swiper */

.custom-slider-pricing-box {
	position: relative;
}

.custom-slider-pricing-box .elementor-widget-html {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.custom-swiper-prices.swiper {
	overflow: hidden;
	padding-left: 300px;
	margin-left: -300px;
	width: calc(100% + 300px);
}

.custom-slider-pricing-box::before {
	content: '' !important;
	position: absolute !important;
	left: -450px !important;
	top: 0 !important;
	width: 400px !important;
	height: 100% !important;
	background: linear-gradient(90deg, #fff 60.08%, rgba(255, 255, 255, 0) 100%) !important;
	z-index: 2 !important;
}

.custom-slider-pricing-box::after {
	content: '';
	position: absolute;
	left: calc(-200% - 300px);
	top: 0;
	width: 200%;
	height: 100%;
	background: #fff;
	z-index: 2;
}

.custom-swiper-prices.swiper,
.custom-swiper-prices .swiper-slide {
	display: block !important;
	flex: none !important;
}

.custom-swiper-prices .swiper-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	width: 100% !important;
	transform: translateX(-460px);
}

.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-prev {
	left: -150px;
}

.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-next {
	right: -150px;
}

.custom-swiper-prices .swiper-wrapper {
	display: flex !important;
	transition-property: transform !important;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease) !important;
}

.custom-swiper-prices .swiper-slide {
	flex-shrink: 0 !important;
	box-sizing: border-box !important;
}

.elementor-element.elementor-element-62e3b6d.custom-swiper-prices-slide {
	width: 10px !important;
}

/* category swiper */

.category-slider-box {
	position: relative;
}

.category-slide {
	aspect-ratio: 420/500;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.category-slide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	transition: all 0.3s ease 0s;
}

.category-slide a,
.category-slide a .slide-thumb {
	width: 100%;
	height: 100%;
}

.category-slide a .slide-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease 0s;
}

.category-slide a h4.slide-title {
	position: absolute;
	font-weight: 400;
	font-size: 25px;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: var(--white);
	left: 30px;
	bottom: 30px;
	transition: all 0.3s ease 0s;
	padding-right: 20px;
}

.category-slider-box .category-button-prev {
	left: -130px;
}

.category-slider-box .category-button-next {
	right: -130px;
}

/*  */

ul.custom-footer-socials {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 180px;
	margin: 0px;
	padding: 24px 0px;
}

ul.custom-footer-socials li {
	padding: 0;
}

ul.custom-footer-socials li::before {
	display: none;
}

/* custom-category-list */

.custom-category-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 480px;
}

.custom-category-list li {
	padding: 0;
	margin: 0;
}

.custom-category-list li::before {
	display: none !important;
}

.custom-category-list li,
.custom-category-list a {
	width: fit-content;
}

.custom-category-list a {
	border: 1.20px solid var(--secondary-orange2);
	border-radius: 60px;
	padding: 12px 16px;
	background: rgba(166, 166, 166, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: var(--dark-gray);
}

/* .custom-single-page */

.custom-single-page {
	max-width: 1880px;
	padding-left: 10px;
	padding-right: 10px;
}

.custom-single-page.content-wrapper .content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.custom-single-page .page-title-bg {
	border-radius: 24px;
	overflow: hidden;
}

.custom-single-page .page-title-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.custom-single-page h1.page-title {
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-align: center;
	color: var(--white);
	margin-bottom: 0;
}

.custom-single-page .page-meta-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.95);
	z-index: 2;
	position: relative;
	font-weight: 500;
}

.custom-single-page .page-meta-info .meta-author,
.custom-single-page .page-meta-info .meta-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.custom-single-page .page-meta-info svg {
	opacity: 0.9;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.custom-single-page .page-meta-info .meta-separator {
	opacity: 0.7;
	font-size: 16px;
	margin: 0 4px;
}

.custom-single-page .page-title-container .breadcrumbs-wrapper nav.breadcrumbs a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 24px;
	font-weight: 500;
	font-size: 27px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: var(--brand-color);
}

.custom-single-page .page-title-container .breadcrumbs-wrapper nav.breadcrumbs a .page-category-arrow {
	display: inline-block;
	width: 18px;
	height: 18px;
	transform: translate(0px, 0px) rotate(-90deg);
	transition: all 0.3s ease 0s;
}

.custom-single-page .page-title-container .breadcrumbs-wrapper nav.breadcrumbs a .page-category-arrow:after {
	font-family: 'fontello';
	content: '\e830';
	font-size: 18px;
	display: block;
}

.custom-single-page .breadcrumbs a:before {
	bottom: -9px;
}

.custom-single-page .page-title-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.custom-single-page .page-title-container::after {
	content: '';
	position: absolute;
	left: 30%;
	top: 15%;
	width: 558px;
	height: 528px;
	border-radius: 100%;
	filter: blur(200px);
	background: var(--secondary-red);
	transform: skew(7deg, 7deg);
	opacity: 0.5;
	z-index: -1;
	pointer-events: none;
}

.custom-single-page .page-title-container::before {
	content: '' !important;
	position: absolute !important;
	left: 60% !important;
	top: 15%;
	width: 558px;
	height: 528px;
	border-radius: 100%;
	filter: blur(200px);
	background: var(--brand-color);
	transform: skew(-7deg, -7deg);
	opacity: 0.5;
	z-index: -1;
	pointer-events: none;
}

.custom-single-page h1.page-title::before,
.custom-single-page h1.page-title:after {
	display: none;
}

.custom-single-page .page-title-decoration-tl .page-title-decoration-tl-inner {
	border-radius: 0px 0 25px 0;
}

.custom-single-page .page-title-decoration-br .page-title-decoration-br-inner {
	height: 190px;
}

.custom-single-page .page-category-list {
	z-index: 2;
	position: relative;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.custom-single-page .page-category-list a {
	color: var(--white);
}

.custom-toc-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.custom-toc-list .toc-item {
	padding: 0;
	transition: all 0.3s ease 0s;
}

.custom-toc-list .toc-item::before {
	opacity: 0;
	transform: rotate(-90deg);
	transition: all 0.3s ease 0s;
	color: var(--black);
}

.custom-toc-list .toc-item a {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #868687;
	transition: all 0.3s ease 0s;
}

/* Blog Post Content Styles */

.custom-single-page .post-content {
	margin-top: 80px;
	padding: 0 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.custom-single-page .post-content-inner {
	max-width: 820px;
	width: 100%;
}

.custom-single-page .post-content-inner>* {
	max-width: 100%;
}

.custom-single-page .post-content-inner p {
	font-size: 18px;
	line-height: 1.75;
	color: var(--dark-gray);
	margin-bottom: 20px;
	font-weight: 400;
}

.custom-single-page .post-content-inner h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--black);
	margin-top: 56px;
	margin-bottom: 20px;
}

.custom-single-page .post-content-inner h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: var(--black);
	margin-top: 40px;
	margin-bottom: 16px;
}

.custom-single-page .post-content-inner h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--black);
	margin-top: 32px;
	margin-bottom: 12px;
}

.custom-single-page .post-content-inner ul,
.custom-single-page .post-content-inner ol {
	margin-bottom: 20px;
	padding-left: 28px;
}

.custom-single-page .post-content-inner li {
	font-size: 18px;
	line-height: 1.75;
	color: var(--dark-gray);
	margin-bottom: 8px;
}

.custom-single-page .post-content-inner a {
	color: var(--secondary-orange2);
	text-decoration: none;
	border-bottom: 1px solid var(--secondary-orange2);
	transition: all 0.3s ease;
}

.custom-single-page .post-content-inner a:hover {
	color: var(--secondary-red);
	border-bottom-color: var(--secondary-red);
}

.custom-single-page .post-content-inner img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 40px 0;
	display: block;
}

.custom-single-page .post-content-inner blockquote {
	border-left: 3px solid var(--secondary-orange2);
	padding-left: 60px !important;
	margin: 32px 0;
	font-style: italic;
	color: var(--dark-gray);
	font-size: 19px;
	line-height: 1.7;
}

/*  */

@media only screen and (max-width: 1600px) {
	.custom-slider-pricing-box .elementor-widget-html {
		position: relative;
	}

	.pricing-buttons-navigation {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 60px;
		margin-top: 60px;
	}

	.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-prev,
	.custom-slider-pricing-box .pricing-buttons-navigation .pricing-button-next {
		position: relative;
		left: inherit;
		right: inherit;
		top: inherit;
		transform: none;
	}

	.custom-slider-pricing-box::before,
	.custom-slider-pricing-box::after {
		display: none !important;
	}
}


@media only screen and (max-width: 1800px) {
	.reviews-buttons-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		align-self: center;
		gap: 30px;
		margin-top: 40px;
	}

	.elementor-shortcode .custom-slider .reviews-button-prev,
	.elementor-shortcode .custom-slider .reviews-button-next {
		position: relative;
	}

	.elementor-shortcode .custom-slider .reviews-button-prev {
		transform: rotate(0deg) translateY(0);
		left: 0;
	}

	.elementor-shortcode .custom-slider .reviews-button-next {
		right: 0;
		transform: translateY(0);
	}
}

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

	.custom-block-decor::before,
	.custom-block-decor::after,
	.page-title-decoration-tl,
	.page-title-decoration-br {
		display: none !important;
		background: none !important;
	}

	.review-item {
		gap: 30px;
	}

	.custom-img-decor-gradient {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}

	.custom-img-decor-gradient::before {
		filter: blur(84px);
	}

	.custom-swiper-prices.swiper {
		padding-left: 0px;
		margin-left: 0px;
		width: 100%;
	}

	.custom-single-page h1.page-title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.review-item {
		gap: 30px;
	}

	.reviews-buttons-navigation {
		display: none;
	}

	.custom-slider .reviews-slider .swiper-wrapper {
		flex-direction: column;
		gap: 16px;
	}

	.pricing-buttons-navigation {
		display: none;
	}

	.custom-swiper-prices .swiper-wrapper {
		row-gap: 20px;
		transform: translateX(0);
	}

	.custom-swiper-prices .swiper-wrapper .custom-swiper-prices-slide:nth-child(1) {
		order: 4;
	}

	.custom-swiper-prices .swiper-wrapper .custom-swiper-prices-slide:nth-child(2) {
		order: 1;
	}

	.custom-swiper-prices .swiper-wrapper .custom-swiper-prices-slide:nth-child(3) {
		order: 2;
	}

	.custom-swiper-prices .swiper-wrapper .custom-swiper-prices-slide:nth-child(4) {
		order: 3;
	}

	.category-slider-box .category-button-prev,
	.category-slider-box .category-button-next {
		position: relative;
	}

	.category-buttons-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-top: 40px;
	}

	.category-slider-box .category-button-prev {
		transform: rotate(0deg) translateY(0);
		left: 0;
	}

	.category-slider-box .category-button-next {
		right: 0;
		transform: translateY(0);
	}

	.custom-single-page .page-title-container .breadcrumbs-wrapper {
		display: none;
	}

	.custom-single-page .page-title-container {
		aspect-ratio: 340/360;
	}

	.custom-single-page .page-title-container::after,
	.custom-single-page .page-title-container::before {
		display: none !important;
	}

	.custom-single-page .page-title-row {
		position: absolute;
		bottom: 20px;
	}

	.custom-single-page h1.page-title {
		font-size: 30px;
	}

	.custom-single-page .page-meta-info {
		font-size: 14px;
		gap: 12px;
		flex-wrap: wrap;
	}

	.custom-single-page .page-meta-info svg {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (max-width: 600px) {
	.custom-hero-buttons {
		flex-direction: column;
		row-gap: 20px;
	}

	.custom-blog-list .standard-blog-item-wrapper {
		aspect-ratio: 340/440;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a picture,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a picture source,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a picture img {
		height: 100%;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a picture,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a picture source,
	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a picture img {
		object-fit: cover;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item {
		padding: 0;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		border: none;
		z-index: 1;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper {
		margin: 0;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-media-wrapper a {
		display: block;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-labels {
		position: absolute;
		top: 20px;
		left: 20px;
		background: rgba(255, 255, 255, 0.15);
		border: 1px solid var(--secondary-orange);
		border-radius: 50px;
		padding: 10px 14px;
		margin: 0 !important;
		z-index: 2;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-labels .post-categories a.post-category-item {
		font-weight: 400;
		font-size: 12px;
		line-height: 100%;
		color: var(--white);
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-meta-header {
		display: none;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-title {
		position: absolute;
		bottom: 20px;
		left: 20px;
		margin: 0 !important;
		z-index: 2;
	}

	.custom-blog-list .standard-blog-item-wrapper .blog-item .post-title a {
		font-weight: 400;
		font-size: 25px;
		line-height: 140%;
		letter-spacing: -0.03em;
		color: var(--white) !important;
	}
}

/*  */


@media (any-hover:hover) {

	.custom-button-transparent a:hover span.button-inner::after {
		background: transparent !important;
	}

	.custom-mobile-menu-buttons .custom-button-fill a:hover,
	.custom-hero-buttons .custom-button-fill a:hover,
	.custom-mobile-menu-buttons .custom-button-transparent a:hover,
	.custom-hero-buttons .custom-button-transparent a:hover,
	.category-slider-box .category-button-prev:hover,
	.category-slider-box .category-button-next:hover,
	.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper .owl-nav button.owl-prev:hover {
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
		cursor: pointer;
	}

	.custom-max-width.custom-decor-problem.custom-max-width-820 .testimonial-carousel-wrapper .owl-nav button.owl-next:hover {
		box-shadow: 0px -6px 15px rgba(0, 0, 0, 0.15) !important;
		cursor: pointer;
	}

	.custom-button a.aiero-button:hover .icon-button-arrow::after,
	.slide-sidebar-content .custom-button-fill a.wp-block-button__link:hover .icon-button-arrow::after,
	.slide-sidebar-content .custom-button-transparent a.wp-block-button__link:hover .icon-button-arrow::after,
	form button.wpforms-submit.custom-button:hover .icon-button-arrow::after,
	.custom-button .navigation.pagination .nav-links a.next.page-numbers:hover .icon-button-arrow::after,
	.custom-button .navigation.pagination .nav-links a.prev.page-numbers:hover .icon-button-arrow::after,
	.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button:hover .icon-button-arrow::after {
		transform: translateX(0%) translateY(0%);
	}

	.custom-button a.aiero-button:hover .icon-button-arrow::before,
	.slide-sidebar-content .custom-button-fill a.wp-block-button__link:hover .icon-button-arrow::before,
	.slide-sidebar-content .custom-button-transparent a.wp-block-button__link:hover .icon-button-arrow::before,
	form button.wpforms-submit.custom-button:hover .icon-button-arrow::before,
	.custom-button .navigation.pagination .nav-links a.next.page-numbers:hover .icon-button-arrow::before,
	.custom-button .navigation.pagination .nav-links a.prev.page-numbers:hover .icon-button-arrow::before,
	.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button:hover .icon-button-arrow::before {
		transform: translateX(150%) translateY(0%);
	}

	.testimonial .wp-block-button.custom-button-fill a.custom-button-solution:hover::before {
		opacity: 0;
		transform: translateX(120%) translateY(0%);
		transition: transform 0.3s ease 0s;
	}

	.testimonial .wp-block-button.custom-button-fill a.custom-button-solution:hover::after {
		opacity: 1;
		transform: translateX(0%) translateY(0%);
		transition: transform 0.3s ease 0s;
	}

	.custom-category-list a:hover {
		color: var(--dark);
	}

	.custom-single-page .page-category-list a:hover {
		color: var(--secondary-orange);
	}

	.category-slide:hover a .slide-thumb img {
		transform: scale(1.05);
		transition: all 0.3s ease 0s;
	}

	.custom-single-page .page-title-container .breadcrumbs-wrapper nav.breadcrumbs a:hover .page-category-arrow {
		transform: translate(-5px, -5px) rotate(-90deg);
		transition: all 0.3s ease 0s;
	}

	.custom-toc-list .toc-item:hover {
		padding-left: 20px;
		transition: all 0.3s ease 0s;
	}

	.custom-toc-list .toc-item:hover a {
		color: var(--black);
		transition: all 0.3s ease 0s;
	}

	.custom-toc-list .toc-item:hover::before {
		opacity: 1;
		transition: all 0.3s ease 0s;
	}

	.error-404-wrapper.custom-hero-bg .error-404-container .error-404-home-button.custom-button:hover {
		box-shadow: none;
		color: var(--white);
	}
}

/* Post Meta Footer (at the end of content) */
.custom-single-page .post-meta-footer {
	font-size: 16px;
	color: var(--dark-gray);
	margin-top: 80px;
	/* Added significant space */
	padding-top: 30px;
	border-top: 1px solid var(--light-gray);
	font-weight: 400;
	margin-bottom: 50px !important;
	/* Increased bottom spacing */
}

.custom-single-page .post-meta-footer strong {
	font-weight: 600;
	color: var(--black);
}

.custom-single-page .post-meta-footer .meta-separator {
	margin: 0 10px;
	color: var(--secondary-orange2);
}

.custom-single-page .post-meta-footer .meta-categories a {
	color: var(--secondary-orange2);
	text-decoration: none;
	border-bottom: none !important;
	font-weight: 600;
}

.custom-single-page .post-meta-footer .meta-categories a:hover {
	color: var(--secondary-red);
	text-decoration: underline;
}

/* main menu css */
.main-menu .sub-menu {
    width: max-content;
    min-width: 425px !important; 
}