#oom_header_icons {
	display: flex;
}

.menu-main-menu-container,
.header-menu .elementor-nav-menu::after,
.header-menu .elementor-nav-menu > li:last-child {
	display: none;
}

.header-menu .sub-menu.elementor-nav-menu--dropdown {
	padding: 24px;
}

.header-menu .elementor-nav-menu li:nth-last-child(2) .elementor-item {
	margin-right: 0;
}

.icon-fit .elementor-icon-wrapper {
	display: flex;
}

.oom-parent-box > .e-con-inner {
	width: 85%;
	min-width: 1024px;
	max-width: 1920px;
}

.oom-parent-box.big > .e-con-inner {
	width: 95%;
}

.oom-parent-box.small > .e-con-inner {
	width: 50%;
}

#blog-content > ul,
#blog-content > ol,
.elementor-widget-text-editor .elementor-text-editor > ul,
.elementor-widget-text-editor .elementor-text-editor > ol,
.elementor-widget-text-editor > ul,
.elementor-widget-text-editor > ol {
	margin-bottom: 0.9rem;
}

#blog-content > p:last-child,
#blog-content > ul:last-child,
#blog-content > ol:last-child,
.elementor-widget-text-editor .elementor-text-editor > p:last-child,
.elementor-widget-text-editor .elementor-text-editor > ul:last-child,
.elementor-widget-text-editor .elementor-text-editor > ol:last-child,
.elementor-widget-text-editor > p:last-child,
.elementor-widget-text-editor > ul:last-child,
.elementor-widget-text-editor > ol:last-child {
	margin: 0;
}

#blog-content h2 {
	font-family: var(--e-global-typography-4460c37-font-family), Sans-serif;
    font-size: var(--e-global-typography-4460c37-font-size);
    font-weight: var(--e-global-typography-4460c37-font-weight);
    line-height: var(--e-global-typography-4460c37-line-height);
	margin: 1.5rem 0;
}

#blog-content h3,
#blog-content h4,
#blog-content h5 {
	font-family: var(--e-global-typography-8bb9698-font-family), Sans-serif;
    font-size: var(--e-global-typography-8bb9698-font-size);
    font-weight: var(--e-global-typography-8bb9698-font-weight);
    line-height: var(--e-global-typography-8bb9698-line-height);
}

#blog-content img {
	width: 100%;
}

#blog-content a {
	color: #ed1c24;
	text-decoration: underline;
}

.animate-box .elementor-widget-image {
	transform: rotate(-5deg) translateY(-15px);
}

.animate-box .blur-bg {
	backdrop-filter: blur(3px);
	transform: rotate(5deg) translateY(15px);
}

.animate-box:hover .elementor-widget-image {
	transform: rotate(-4deg) translateY(-10px);
	z-index: 1;
}

.animate-box:hover .blur-bg {
	transform: rotate(4deg) translateY(10px);
}

.marquee-content .smaller {
	font-size: 30px;
}

.marquee {
	animation: marquee 30s linear infinite;
}

.marquee:hover {
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - 25px));
	}
}

.core-services:hover .middle-text {
	position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}

.core-services:hover .middle-text.elementor-widget-heading .elementor-heading-title {
	color: #FFFFFF;
}

.core-services .middle-text {
	position: absolute;
    bottom: 0%;
    transform: translateY(0%);
	transition: 0.5s;
}

.core-services .middle-text .elementor-heading-title {
	transition: 0.5s;
}

.core-services .elementor-widget-button {
	opacity: 0;
}

.core-services:hover .elementor-widget-button {
	opacity: 1;
	transition: 0.5s;
}

/* Home Core Service Animation */
.services-box .core-services {
	opacity: 0;
	transition: 1s;
}

.services-box .animation-target {
	transform: translateY(-100px);
	opacity: 0;
	transition: 1.5s;
}

.services-box > .elementor-element:nth-child(1) {
	position: relative;
	bottom: -300px;
	transition: 0.5s;
}

.services-box > .elementor-element:nth-child(1) .core-services:nth-child(1) {
	position: relative;
    left: 50%;
    transform: translateX(-50%) rotate(15deg);
	transition: 0.5s;
}

.services-box > .elementor-element:nth-child(1) .core-services:nth-child(3) {
	position: relative;
    right: 50%;
    transform: translateX(50%) rotate(-15deg);
	transition: 0.5s;
}

.services-box > .elementor-element:nth-child(3) {
	position: relative;
    top: -300px;
	transition: 0.5s;
}

.services-box > .elementor-element:nth-child(3) .core-services:nth-child(1) {
	position: relative;
    left: 50%;
    transform: translateX(-50%) rotate(15deg);
	transition: 0.5s;
}

.services-box > .elementor-element:nth-child(3) .core-services:nth-child(3) {
	position: relative;
    right: 50%;
    transform: translateX(50%) rotate(-15deg);
	transition: 0.5s;
}

/* Animation Part 1 */
.services-box.entrance-1 .animation-target {
	transform: translateY(0px);
	opacity: 1;
}

/* Animation Part 2 */
.services-box.entrance-2 .core-services {
	opacity: 1;
}

/* Animation Part 3 */
.services-box.entrance-3 > .elementor-element:nth-child(1) {
	bottom: 0;
}

.services-box.entrance-3 > .elementor-element:nth-child(1) .core-services:nth-child(1) {
    left: 0%;
    transform: translateX(0%) rotate(0deg);
}

.services-box.entrance-3 > .elementor-element:nth-child(1) .core-services:nth-child(3) {
    right: 0%;
    transform: translateX(0%) rotate(0deg);
}

.services-box.entrance-3 > .elementor-element:nth-child(3) {
	top: 0;
}

.services-box.entrance-3 > .elementor-element:nth-child(3) .core-services:nth-child(1) {
	position: relative;
    left: 0%;
    transform: translateX(0%) rotate(0deg);
	transition: 0.5s;
}

.services-box.entrance-3 > .elementor-element:nth-child(3) .core-services:nth-child(3) {
    right: 0%;
    transform: translateX(0%) rotate(0deg);
}
/* Home Core Service Animation End */

.custom-icon-btn .elementor-button:hover path {
	stroke: var(--e-global-color-b10379f);
}

.custom-icon-btn.grey path {
	stroke: #58595B;
}

.custom-icon-btn.grey .elementor-button:hover path {
	stroke: #FFFFFF;
}

.choose-us-item .custom-icon-btn {
	opacity: 0;
	transition: 0.5s;
}

.choose-us-item:hover .custom-icon-btn {
	opacity: 1;
}

.choose-us-item .elementor-widget-heading .elementor-heading-title,
.choose-us-item .elementor-widget-text-editor,
.choose-us-item .img::before {
	transition: 0.5s;
}

.choose-us-item:hover .elementor-widget-heading .elementor-heading-title,
.choose-us-item:hover .elementor-widget-text-editor {
	color: var(--e-global-color-b10379f);
}

.choose-us-item:hover .img::before {
	transform: scale(1.1)
}

.testimonial .swiper-pagination {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
	position: relative;
}

.custom-pagi .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	background-image: url(/wp-content/uploads/2026/02/slider-pagi-icon-yellow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.custom-pagi .swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	background-image: url('/wp-content/uploads/2026/02/slider-pagi-icon-red.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.custom-pagi .swiper-pagination .swiper-pagination-bullet:hover::before,
.custom-pagi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 0;
}

.custom-pagi .swiper-pagination .swiper-pagination-bullet:hover::after,
.custom-pagi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.blog-post {
	background: #ED1C24;
	border-radius: 8px;
	overflow: hidden;
}

.blog-post div.elementor-heading-title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.blog-post .elementor-widget-heading div.elementor-heading-title a {
	padding: 10px;
	background: #FCD3C1;
	border-radius: 20px;
	color: #ED1C24;
}

.blog-post .elementor-icon-list-text,
.blog-post h3.elementor-heading-title,
.blog-post .elementor-widget-text-editor {
	color: #FFFFFF;
}

.blog-post .elementor-icon-list-icon path {
	fill: #FFFFFF;
}

.blog-post .elementor-button-link {
	background: #FFFFFF00;
}

.blog-post .elementor-button-link:hover {
	background: #FFFFFF;
}

.blog-post .elementor-button-link:hover .elementor-button-text {
	color: #ED1C24;
}

.news-post {
	background: #FDDB2E;
	border-radius: 8px;
	overflow: hidden;
}

.news-post div.elementor-heading-title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.news-post .elementor-widget-heading div.elementor-heading-title a {
	padding: 10px;
	background: #FFF6D6;
	border-radius: 20px;
	color: #C0A51F;
}

.news-post .elementor-icon-list-text,
.news-post h3.elementor-heading-title,
.news-post .elementor-widget-text-editor {
	color: #58595B;
}

.news-post .elementor-icon-list-icon path {
	fill: #58595B;
}

.news-post .elementor-button-link {
	background: #FFFFFF00;
	border-color: #58595B;
}

.news-post .elementor-button-link .elementor-button-text {
	color: #58595B;
}

.news-post .elementor-button-link .elementor-button-icon path {
	stroke: #58595B;
}

.news-post .elementor-button-link:hover {
	background: #ED1C24;
	border-color: #ED1C24;
}

.news-post .elementor-button-link:hover .elementor-button-text {
	color: #FFFFFF;
}

.news-post .elementor-button-link:hover .elementor-button-icon path {
	stroke: #FFFFFF;
}

.home-list .feature-img::before {
	transition: 0.5s;
}

.home-list:hover .feature-img::before {
	transform: scale(1.2);
}

.custom-divider-left {
	background: linear-gradient(
		90deg,
		#FFFFFF 0%,
		#ED1C24 50%,
		#FEDB2E 100%
	);
}

.custom-divider-right {
	background: linear-gradient(
		90deg,
		#FEDB2E 0%,
		#ED1C24 50%,
		#FFFFFF 100%
	);
}

.outer-border-accor .e-n-accordion-item {
	border: solid 1px #DADBDC;
	border-radius: 8px;
}

.custom-slider .elementor-icon-box-title {
	margin-top: 0;
}

.custom-slider .elementor-icon-box-icon {
	transform: translate(-6px, 13px);
}

.overflow-box {
	overflow-y: auto;
	overflow-x: hidden;
}

.overflow-content {
	position: absolute;
	top: 0;
	left: 20px;
}

.custom-slider .slide {
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s;
}

.custom-slider .slide:hover,
.custom-slider .slide.current {
	opacity: 1;
}

.custom-slider .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.turnkey-item:hover .elementor-widget-text-editor {
	font-weight: 600;
}

.work-with .elementor-widget-image-box {
	position: absolute;
}

.work-with .item-1 {
	left: calc(50% - 80px);
	top: calc(50% - 80px);
	transform: translate(-50%, -50%);
}

.work-with .item-2 {
	left: calc(50% - 120px);
	top: calc(50% - 0px);
	transform: translate(-50%, -50%);
}

.work-with .item-3 {
	left: calc(50% - 0px);
	top: calc(50% - -80px);
	transform: translate(-50%, -50%);
}

.work-with .item-4 {
	left: calc(50% - -80px);
	top: calc(50% - 100px);
	transform: translate(-50%, -50%);
}

.work-with .item-5 {
	left: calc(50% - -120px);
	top: calc(50% - 20px);
	transform: translate(-50%, -50%);
}

.work-with .elementor-widget-image-box {
	transition: 0.5s;
}

.work-with.entrance-1 .item-1 {
	left: calc(50% - 300px);
	top: calc(50% - 230px);
	transform: translate(-50%, -50%);
}

.work-with.entrance-1 .item-2 {
	left: calc(50% - 480px);
	top: calc(50% + 80px);
	transform: translate(-50%, -50%);
}

.work-with.entrance-1 .item-3 {
	left: calc(50% - 0px);
	top: calc(50% + 250px);
	transform: translate(-50%, -50%);
}

.work-with.entrance-1 .item-4 {
	left: calc(50% + 420px);
	top: calc(50% - 170px);
	transform: translate(-50%, -50%);
}

.work-with.entrance-1 .item-5 {
	left: calc(50% + 480px);
	top: calc(50% + 200px);
	transform: translate(-50%, -50%);
}

.case-study-slider .case-study-detail {
	opacity: 0;
	transition: 0.5s;
}

.case-study-slider .swiper-slide-active .case-study-detail {
	opacity: 1;
}

.case-study-slider .e-n-carousel {
	overflow: visible;
}

.case-study-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
/*     top: auto;
    bottom: 165px;
    left: calc(100% - 190px); */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.case-study-slider img {
	aspect-ratio: 1.3;
	object-fit: cover;
}

.e-n-accordion-item .thin {
	font-weight: 400;
}

.process-marquee {
	position: relative;
	cursor: grab;
}

.process-marquee:active {
	cursor: grabbing;
}

.process-marquee .mrquee-track {
	transform: translateX(0);
	user-select: none;
}

.process-marquee .top .elementor-icon {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.process-marquee .bottom .elementor-icon {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.process-marquee .top .elementor-icon::before,
.process-marquee .bottom .elementor-icon::before{
	content: '';
    width: 1px;
    background: #58595B;
    height: 60px;
}

.portfolio_thumb_slider {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 32px;
}

.portfolio_thumb_slider .portfolio_thumb {
	width: 40%;
}

.portfolio_thumb .portfolio-swiper-pagination {
	position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.portfolio_thumb_slider .portfolio_thumb .portfolio-swiper-pagination .swiper-pagination-bullet {
	width: 100%;
	padding-bottom: 80%;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	box-shadow: inset 0em 0em 0px 2px #FDDB2E00;
	opacity: 1;
	transition: 0.5s;
}

.portfolio_thumb_slider .portfolio_thumb .portfolio-swiper-pagination .swiper-pagination-bullet:hover,
.portfolio_thumb_slider .portfolio_thumb .portfolio-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	box-shadow: inset 0em 0em 0px 2px #FDDB2E;
}

.portfolio_thumb_slider .swiper-navigation-icon {
	display: none;
}

.portfolio_thumb_slider .portfolio_slider {
	width: 60%;
	position: relative;
}

.portfolio_slider .focus_image {
	display: flex;
	width: 100%;
	padding-bottom: 80%;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.portfolio_slider .portfolio_slider_prev,
.portfolio_slider .portfolio_slider_next {
	width: 25px;
	height: 25px;
}

.portfolio_slider .portfolio_slider_prev svg,
.portfolio_slider .portfolio_slider_next svg {
	width: 100%;
	height: 100%;
}

.portfolio_slider .portfolio_slider_prev:hover svg path,
.portfolio_slider .portfolio_slider_next:hover svg path {
	stroke: #ED1C24;
}

#prev-next-navi .elementor-post-navigation {
	justify-content: space-between;
	gap: 10px;
}

#prev-next-navi .elementor-post-navigation__link {
	width: auto;
}

#prev-next-navi .elementor-post-navigation__link a {
	border: solid 1px #97999C;
	border-radius: 40px;
	padding: 12px;
	padding: 12px 16px 12px 16px;
}

#prev-next-navi .elementor-post-navigation__link a:hover span {
	color: #FFFFFF;
	fill: #FFFFFF;
}

#prev-next-navi .elementor-post-navigation__link a:hover {
	border-color: #ED1C24;
	background: #ED1C24;
}

.blog-cat li.menu-item {
	display: flex;
	justify-content: flex-start;
}

.current-cat .elementor-heading-title {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.current-cat .elementor-heading-title a {
	padding: 10px;
	border-radius: 20px;
	background: #FEEEB2;
}

.blog-type .jet-select {
	width: 130px;
}

.jet-sorting::after,
.jet-select::after {
	content: '';
    width: 8px;
    height: 8px;
    border: solid #97999C;
    border-width: 0px 2px 2px 0px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    right: 16px;
    top: calc(50% - 3px);
}

.blog-post-type .cat .elementor-heading-title,
.news-post-type .cat .elementor-heading-title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.blog-post-type .cat .elementor-heading-title a {
	padding: 10px;
	background: #FCD3C1;
	border-radius: 20px;
	color: #ED1C24;
}

.news-post-type .cat .elementor-heading-title a {
	padding: 10px;
	background: #FFF6D6;
	border-radius: 20px;
	color: #C0A51F;
}

.jet-filters-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link,
.jet-filters-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link:hover {
	background: #00000000;
	font-family: var(--e-global-typography-dca0c54-font-family), Sans-serif;
	font-size: var(--e-global-typography-dca0c54-font-size);
	font-weight: var(--e-global-typography-dca0c54-font-weight);
	line-height: var(--e-global-typography-dca0c54-line-height);
	text-transform: none;
}

.cat-menu-hori .elementor-nav-menu {
	gap: 16px;
}

.single-blog-cat .menu-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.recent-blog .elementor-post__text .elementor-post__title a:hover {
	color: #58595B;
}

.custom-btn .elementor-widget-icon .elementor-icon-wrapper {
	display: flex;
}

.specialization-slider .swiper-slide-image {
	aspect-ratio: 1;
	object-fit: cover;
}

.specialization-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.elementor-swiper-button-prev {
	top: auto;
	bottom: -8px;
	left: calc(50% - 60px);
	transform: translate(-50%, -50%);
}

.specialization-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.elementor-swiper-button-next {
	top: auto;
	bottom: -8px;
	right: calc(50% - 60px);
	transform: translate(50%, -50%);
}

.specialization-slider .swiper-pagination {
	z-index: 0;
}

@media (max-width: 1024px) {
	.oom-parent-box.big > .e-con-inner,
	.oom-parent-box.small > .e-con-inner,
	.oom-parent-box > .e-con-inner {
		width: 100%;
		min-width: unset;
	}

	.marquee-text .smaller {
		font-size: 24px;
	}
	
	@keyframes marquee {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(calc(-50% - 20px));
		}
	}
	
	.custom-slider .elementor-icon-box-icon {
		transform: translate(-6px, 10px);
	}
	
	.case-study-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: calc(100% - 110px);
	}
	
	.work-with.entrance-1 .item-1 {
		left: calc(50% - 160px);
        top: calc(50% - 150px);
	}

	.work-with.entrance-1 .item-2 {
		left: calc(50% - 320px);
        top: calc(50% + 50px);
	}

	.work-with.entrance-1 .item-3 {
		left: calc(50% - 0px);
		top: calc(50% + 160px);
	}

	.work-with.entrance-1 .item-4 {
		left: calc(50% + 200px);
        top: calc(50% - 170px);
	}

	.work-with.entrance-1 .item-5 {
		left: calc(50% + 320px);
        top: calc(50% + 90px);
	}
	
	.portfolio_thumb .portfolio-swiper-pagination {
		grid-template-columns: repeat(3, 1fr);
        gap: 8px;
	}
	
	.portfolio_thumb_slider {
		gap: 20px;
	}
	
	.portfolio_slider .portfolio_slider_prev, .portfolio_slider .portfolio_slider_next {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 767px) {
	.animate-box .elementor-widget-image,
	.animate-box .blur-bg,
	.animate-box:hover .elementor-widget-image,
	.animate-box:hover .blur-bg {
		transform: none;
	}
	
	.marquee-text .smaller {
		font-size: 20px;
	}
	
	@keyframes marquee {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(calc(-50% - 15px));
		}
	}
	
	.overflow-box {
		overflow: visible;
	}
	
	.overflow-content {
		position: relative;
		left: 0;
	}
	
	.custom-slider .slide {
		opacity: 1;
	}

	.custom-slider .elementor-icon-box-icon {
		transform: translate(-6px, 8px);
	}
	
	.case-study-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: 0;
		bottom: 0;
	}
	
	.case-study-slider .case-study-detail {
		opacity: 1;
	}
	
	.work-with .item-1,
	.work-with .item-2,
	.work-with .item-3,
	.work-with .item-4,
	.work-with .item-5,
	.work-with.entrance-1 .item-1,
	.work-with.entrance-1 .item-2,
	.work-with.entrance-1 .item-3,
	.work-with.entrance-1 .item-4,
	.work-with.entrance-1 .item-5 {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	
	.portfolio_thumb_slider {
		flex-direction: column-reverse;
	}
	
	.portfolio_thumb_slider .portfolio_thumb,
	.portfolio_thumb_slider .portfolio_slider {
		width: 100%
	}
	
	.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr);
    }
}