.elementor-element.elementor-widget-search-form {
	outline: none!important;
}

.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
	margin-bottom: -0.9rem
}

ol, ul {
	margin-bottom: 0.9rem;
}

.page-banner {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 25% 85%, 0 85%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 25% 85%, 0 85%);
}

#custom-slider .e-n-carousel {
	overflow: visible;
}

#custom-slider .swiper-slide .custom-slider-box,
#custom-slider .swiper-slide .custom-slider-box .elementor-widget-image {
	transition: 0.5s;
}

#custom-slider .swiper-slide.swiper-slide-prev {
	opacity: 0;
}

#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box {
	background: #00000000;
}

#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-image {
	transform: scale(1.5) translate(-20px, -15px);
}

#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box {
	width: 210px;
}

#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
	margin: 0;
}

#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-title {
	color: #001E50;
	font-size: 16px;
}

.polygon-box {
	filter: drop-shadow(0px 0px 10px #DFDFDF8C);
}

.polygon {
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	cursor: pointer;
}

.highlight-product[slide="2"] .polygon {
	cursor: default;
}

.highlight-product {
	transition: 0.5s;
	z-index: 1;
}

.highlight-product img {
	transition: 0.5s;
	opacity: 0.5;
}

.highlight-product[slide="2"] img {
	opacity: 1;
}

.highlight-product[slide="1"] {
	position: absolute;
    left: -380px;
    top: -230px;
}

.highlight-product[slide="2"] {
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.highlight-product[slide="3"] {
	position: absolute;
    left: 380px;
    top: -230px;
}

.highlight-product[slide="4"] {
	position: absolute;
    left: 100px;
    top: -420px;
	opacity: 0;
	pointer-events: none;
}

.highlight-product[slide="5"] {
	position: absolute;
    left: -95px;
    top: -420px;
	opacity: 0;
	pointer-events: none;
}

.highlight-product .polygon {
	transform: scale(0.6);
	transition: 0.5s;
}

.highlight-product .elementor-widget-text-editor,
.highlight-product .details-main {
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}

.highlight-product[slide="2"] .polygon {
	transform: none;
}

.highlight-product[slide="2"] .elementor-widget-text-editor,
.highlight-product[slide="2"] .details-main {
	opacity: 1;
	pointer-events: auto;
}

.pagination-btn,
.prev-btn,
.next-btn {
	cursor: pointer;
}

.pagination-btn.active {
	background: #E3001B!important;
	cursor: default;
}

.slider-banner .e-n-carousel {
	padding-bottom: 0!important;
}

.slider-banner span.swiper-pagination-bullet {
	width: 20px;
    border-radius: 20px;
	opacity: 1;
}

.slider-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #E3001B;
	width: 25px;
}

.banner-arrow-text::before {
	content: "";
    clip-path: polygon(86% 0, 100% 65%, 93% 100%, 0 100%, 0 0);
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
	left: 0;
}

.banner-arrow-text::after {
	content: "";
    clip-path: polygon(86.5% 0, 100% 65%, 93% 100%, 0 100%, 0 0);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #001E50;
    position: absolute;
    top: 10px;
	left: 0;
}

.slanted-box .content {
	height: 100%;
}

#custom-review .elementor-main-swiper {
	width: 100%;
}

#custom-review .elementor-testimonial {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
	padding: 40px 30px 30px 30px;
}

#custom-review .elementor-testimonial__header {
	display: flex;
    flex-direction: column;
}

#custom-review .elementor-testimonial__icon {
	margin: 0;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

#custom-review .elementor-star-rating {
	order: 1;
	text-align: center;
}

#custom-review .elementor-testimonial__name {
	order: 2;
	text-align: center;
}

#custom-review .elementor-testimonial__title {
	order: 3;
	text-align: center;
}

#custom-review .elementor-testimonial__text {
	text-align: center;
}

#custom-review .swiper-slide {
	margin-top: 40px;
	overflow: visible;
}

#custom-review .elementor-swiper-button {
	background: #001E50;
	padding: 10px;
	border-radius: 5px;
	top: 50%;
    transform: translateY(-50%);
}

#custom-review .elementor-swiper-button.elementor-swiper-button-prev {
	left: calc(33% - 20px);
}

#custom-review .elementor-swiper-button.elementor-swiper-button-next {
	right: calc(33% - 20px);
}

#custom-review .swiper-slide.swiper-slide-next {
	background: #FFFFFF;
}

#custom-review span.swiper-pagination-bullet {
	width: 20px;
	border-radius: 20px;
}

#custom-review span.swiper-pagination-bullet:hover {
	background: #E3001B;
}

#custom-review span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px;
}

#custom-review .elementor-main-swiper {
	padding-bottom: 60px;
}

.custom-listing-link .elementor-icon-list-item a {
	flex-direction: row-reverse;
	justify-content: space-between;
	background: #F5F5F5;
	border-radius: 5px;
	padding: 10px;
	min-height: 55px;
	gap: 10px;
	transition: 0.5s;
}

.custom-listing-link li.elementor-icon-list-item {
	padding: 0!important;
}

.custom-listing-link .elementor-icon-list-item a:hover {
	background: #5C7DB4;
}

.custom-listing-link .elementor-icon-list-text {
	padding: 0!important;
}

.custom-listing-link .elementor-icon-list-icon svg {
	margin: 0!important;
}

#product-category li.menu-item {
	width: 100%;
}

#product-category li.menu-item a {
	width: 100%;
	background: #F5F5F5;
	border-radius: 5px;
	display: flex;
    justify-content: space-between;
    gap: 10px;
}

#product-category li.menu-item a::after {
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    position: unset;
	opacity: 1;
	transition: 0s;
}

#product-category li.menu-item a:hover,
#product-category li.menu-item.current-menu-item a {
	background: #E3001B;
}

#product-category li.menu-item.current-menu-item a {
	font-weight: bold;
}

#product-category li.menu-item.current-menu-item a::after {
	display: none;
}

.custom-counter .elementor-counter-number-wrapper {
	align-items: flex-end;
}

.custom-counter span.elementor-counter-number-suffix {
	font-size: 40px;
}

.custom-counter .elementor-counter-title {
	background: #E3001B;
}

.vertical-text {
	writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.custom-map {
	overflow: auto;
}

.custom-map svg {
	width: 100%;
	height: 100%;
}

.custom-map #Group_771,
.custom-map #Group_774,
.custom-map #Group_858,
.custom-map #Group_776,
.custom-map #Group_781,
.custom-map #Group_777 {
	pointer-events: none;
	opacity: 0;
	transition: 0.5s;
}

.custom-map #Group_860:hover #Group_771,
.custom-map #Group_865:hover #Group_774,
.custom-map #Group_864:hover #Group_858,
.custom-map #Group_862:hover #Group_776,
.custom-map #Group_863:hover #Group_781,
.custom-map #Group_861:hover #Group_777 {
	pointer-events: auto;
	opacity: 1;
}

.custom-map #Path_3470-2,
.custom-map #Path_3469-2,
.custom-map #Path_3472-2,
.custom-map #Path_3467-2,
.custom-map #Path_3468-2,
.custom-map #Path_3466-2 {
	cursor: pointer;
}

.news .post-box h3.elementor-heading-title.elementor-size-default a {
	font-size: 16px;
    font-weight: bold;
}

.news .post-box a.elementor-button.elementor-button-link.elementor-size-sm {
	background: #E3001B;
	color: #FFFFFF;
	transition: 0.5s;
}

.news .post-box a.elementor-button.elementor-button-link.elementor-size-sm .elementor-button-icon {
	color: #FFFFFF;
	fill: #FFFFFF;
}

.news .post-box a.elementor-button.elementor-button-link.elementor-size-sm:hover {
	transform: scale(0.9);
}

.post-box {
	height: 100%;
}

.post-img {
	aspect-ratio: 1.8;
}

.post-listing .elementor-post__read-more {
	background: #FFFFFF;
	padding: 14px 30px;
	border-radius: 5px;
	border: solid 1px #E3001B;
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 10px;
	transition: 0.5s;
}

.post-listing .elementor-post__read-more:hover {
	background: #E3001B;
	color: #FFFFFF!important;
}

.post-listing .elementor-pagination {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.post-listing .elementor-pagination > .page-numbers {
	border: solid 1px #001E50;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-listing .elementor-pagination > .page-numbers:hover {
	background: #DDDDDD;
}

.post-listing .elementor-pagination > span.page-numbers.current {
	background: #001E50;
}

.custom-meta-data,
.custom-meta-data a {
	color: #AFAFAF;
	font-size: 14px;
	text-transform: uppercase;
}

.custom-meta-data .divider:last-child {
	display: none;
}

.post-listing .post-box h3.elementor-heading-title.elementor-size-default a {
	font-weight: bold;
	line-height: 1.2em;
}

.form-agreement-info {
	display: flex;
    flex-direction: column;
}

.custom-title {
	background: #F2F2F2;
	padding: 20px 30px;
	color: #001E50;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.custom-title::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #F2F2F2;
    display: flex;
    position: absolute;
    bottom: -9px;
    left: 60px;
    transform: rotate(45deg);
}

.agreement-detail {
	color: #000000;
	font-size: 15px;
}

.agreement-detail a {
	color: #E3001B;
}

#custom-step-form .elementor-field-type-step.e-form__step.elementor-hidden {
	display: none;
}

#custom-step-form .elementor-field-type-step.e-form__step {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group {
	margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-required label::after,
#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-field_498bdb9::after {
	content: "*Required";
	color: #E3001B;
	font-size: 13px;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group label {
	width: calc(30% - 10px);
    background: #F5F5F5;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 5px;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group input,
#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group textarea {
	width: calc(70% - 10px);
	height: 100%;
	flex-basis: unset;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-first_name label,
#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-last_name label {
	display: none;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-field_498bdb9 {
	width: calc(30% - 10px);
    background: #F5F5F5;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	line-height: 1.2em;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-first_name,
#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-last_name {
	width: calc(35% - 15px);
}

#custom-step-form .custom-confirmation-inquiry {
	width: 100%;
}

#custom-step-form .custom-confirmation-inquiry .info-confirmation {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

#custom-step-form .custom-confirmation-inquiry .info-confirmation > div {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#custom-step-form .custom-confirmation-inquiry .info-confirmation .title {
	background: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 30%;
}

#custom-step-form .custom-confirmation-inquiry .info-confirmation .data {
	width: 70%;
    border: solid 1px #001E50;
    border-radius: 5px;
    padding: 10px;
	background: #F5F5F5;
	display: flex;
    flex-direction: row;
    gap: 20px;
}

#custom-step-form .custom-confirmation-inquiry .info-confirmation .name .data {
	border: none;
    border-radius: 0px;
    padding: 0px;
	background: transparent;
}

#custom-step-form .custom-confirmation-inquiry .info-confirmation .data .first-data,
#custom-step-form .custom-confirmation-inquiry .info-confirmation .data .last-data {
	width: 50%;
    border: solid 1px #001E50;
    border-radius: 5px;
    padding: 10px;
	background: #F5F5F5;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-error {
	margin-bottom: 40px;
}

#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-error .elementor-message.elementor-message-danger {
	position: absolute;
	bottom: -40px;
	left: calc(30% + 10px);
}

#custom-step-form .e-form__indicators__indicator__separator {
	display: none;
	order: 2;
}

#custom-step-form .elementor-form-fields-wrapper.elementor-labels-above {
	margin: 0;
}

#custom-step-form .e-form__buttons {
	margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#custom-step-form .e-form__indicators__indicator {
	flex-basis: unset;
}

#custom-step-form .e-form__indicators__indicator:nth-child(1) {
	clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}

#custom-step-form .e-form__indicators__indicator:nth-child(3) {
	clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);
}

#custom-step-form .e-form__indicators__indicator:nth-child(5) {
	clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%, 6% 50%);
}

#custom-step-form .e-form__indicators__indicator.e-form__indicators__indicator--state-active {
	background: #001E50;
}

#custom-step-form .e-form__indicators__indicator.e-form__indicators__indicator--state-active .e-form__indicators__indicator__number {
	color: #E3001B;
}

#custom-step-form .e-form__indicators__indicator {
	background: #EFEFEF;
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 40px;
	gap: 10px;
	order: 1;
}

#custom-step-form .e-form__indicators__indicator__number {
	margin: 0;
    border: none;
    font-weight: bold;
    color: #BCBCBC;
}

#custom-step-form .e-form__indicators__indicator__separator:nth-child(2) {
	background: #EFEFEF;
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 40px;
	gap: 10px;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%);
	width: unset;
	margin: 0;
	height: auto;
}

#custom-step-form .e-form__indicators__indicator__separator:nth-child(2)::before {
	content: "4";
	width: 30px;
    height: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#custom-step-form .e-form__indicators__indicator__separator:nth-child(2)::after {
	content: "Submit Inquiry";
    line-height: 1.1em;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}

#custom-step-form .e-form__indicators__indicator__label {
	text-align: left;
	max-width: 150px;
}

#custom-step-form .e-form__indicators__indicator.e-form__indicators__indicator--state-completed label {
	color: #333333;
}

#whatsapp .e-contact-buttons__chat-button-container {
	padding: 0;
}

#whatsapp .e-contact-buttons__chat-button {
	width: 60px;
	height: 60px;
	border-radius: 10px;
}

#whatsapp img.e-contact-buttons__profile-image-el {
	height: 50px;
    width: 50px;
}

#whatsapp .e-contact-buttons__profile-image.has-dot:after {
	width: 15px;
	height: 15px;
}

#to-top {
	width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #FFFFFF;
    font-size: 22px;
    position: fixed;
    right: 10px;
    bottom: 160px;
    z-index: 10;
	cursor: pointer;
}

#tags p.elementor-heading-title.elementor-size-default {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
    gap: 15px;
}

#tags p.elementor-heading-title.elementor-size-default a {
	background: #129318;
	padding: 5px 30px 5px 20px;
	margin-left: 15px;
	position: relative;
}

#tags p.elementor-heading-title.elementor-size-default a::before {
	content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 13.5px solid transparent;
    border-bottom: 13.5px solid transparent;
    border-right: 16px solid #129318;
}

#tags p.elementor-heading-title.elementor-size-default a::after {
	content: "";
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: calc(100% - 3px);
    top: 50%;
    transform: translateY(-50%);
}

.category-content b {
	color: #001E50;
}

.category-content a {
	color: #E3001B;
	font-style: italic;
}

.category-content a > i::before {
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-style: normal;
}

.child-type-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 20px;
}

.child-type-grid .product-type-item {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.child-type-grid .product-type-item .image-box {
	display: flex;
}

.product-loop .elementor-widget-image a {
	width: 100%;
}

.product-loop img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}

.child-type-grid .product-type-item .image-box img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}

.child-type-grid .product-type-item .link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 10px;
	background: #F5F5F5;
	color: #001E50;
    font-size: 12px;
    line-height: 1.2em;
	border-radius: 5px;
	min-height: 50px;
	transition: 0.5s;
}

.child-type-grid .product-type-item .link i {
	font-size: 16px;
}

.child-type-grid .product-type-item .link:hover {
	background: #5C7DB4;
	color: #FFFFFF;
}

.custom-product-link,
.custom-product-link p,
.custom-product-link svg path {
	transition: 0.5s;
}

.custom-product-link:hover {
	background: #5C7DB4!important;
}

.custom-product-link:hover p {
	color: #FFFFFF!important;
}

.custom-product-link:hover svg path {
	fill: #FFFFFF;
}

.custom-gradient-bg {
	background-image: linear-gradient(90deg, #FFFFFF calc(50% + 300px), #F5F5F5 calc(50% + 300px))!important;
}

.custom-gradient-bg::before {
	background-image: linear-gradient(90deg, #F5F5F5 calc(50% - 300px), #FFFFFF00 calc(50% - 300px))!important;
}

@media (max-width: 1024px) {
	.page-banner {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 25% 80%, 0 80%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 25% 80%, 0 80%);
	}
	
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-image {
		transform: scale(1.4) translate(-10px, -15px);
	}
	
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box {
		width: 50%;
	}
	
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-title {
		font-size: 14px;
	}
	
	.highlight-product[slide="1"] {
		left: -325px;
		top: -195px;
	}
	
	.highlight-product[slide="3"] {
		left: 325px;
		top: -195px;
	}
	
	.highlight-product[slide="4"] {
		left: 90px;
		top: -365px;
	}

	.highlight-product[slide="5"] {
		left: -90px;
		top: -365px;
	}
	
	#custom-review .elementor-swiper-button.elementor-swiper-button-prev {
		left: 10px;
	}

	#custom-review .elementor-swiper-button.elementor-swiper-button-next {
		right: 10px;
	}
	
	#custom-review .elementor-testimonial__icon {
		top: -27px;
	}

	#custom-review .elementor-testimonial {
		padding: 40px 55px 30px 55px;
	}
	
	#custom-step-form .e-form__indicators__indicator__separator:nth-child(2)::after {
		font-size: 10px;
	}
	
	#custom-step-form .e-form__indicators__indicator,
	#custom-step-form .e-form__indicators__indicator__separator:nth-child(2) {
		padding: 20px 25px;
	}

	#custom-step-form .e-form__indicators__indicator__label {
		max-width: 110px;
	}
	
	#to-top,
	#whatsapp .e-contact-buttons__chat-button {
		width: 50px;
		height: 50px;
	}
	
	#to-top {
		font-size: 20px;
		bottom: 150px;
	}
	
	.child-type-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 767.9px) {
	.child-type-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box {
		background: #DFDFDF99;
	}

	#custom-slider .swiper-slide .custom-slider-box .elementor-widget-image,
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-image {
		transform: none;
		position: relative;
        left: unset;
        top: unset;
	}
	
	#custom-slider .swiper-slide.swiper-slide-prev {
		opacity: 1;
	}

	#custom-slider .swiper-slide .custom-slider-box .elementor-widget-icon-box,
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box {
		width: fit-content;
	}

	#custom-slider .swiper-slide .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-wrapper,
	#custom-slider .swiper-slide.swiper-slide-active .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
	}
	
	#custom-slider .swiper-slide .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin: 0;
	}

	#custom-slider .swiper-slide .custom-slider-box .elementor-widget-icon-box .elementor-icon-box-title {
		color: #001E50;
		font-size: 14px;
	}
	
	.page-banner {
		-webkit-clip-path: none;
        clip-path: none;
    }
	
	.highlight-product[slide="1"] {
		left: -250px;
		top: -120px;
	}

	.highlight-product[slide="3"] {
		left: 250px;
		top: -120px;
	}
	
	.highlight-product[slide="4"] {
		left: 90px;
		top: -245px;
	}

	.highlight-product[slide="5"] {
		left: -90px;
		top: -245px;
	}
	
/* 	#highlight-product-box {
		height: 650px;
	} */
	
	.details-main,
	.details-box {
		position: unset;
	}
	
	.highlight-product .details-box,
	.highlight-product .details-main{
		position: unset;
	}
	
	.slanted-box .content {
		position: unset;
	}
	
	.slider-box::before {
		background-image: linear-gradient(87deg, #FFFFFF00 0%, #001E50 0%)!important;
	}
	
	.vertical-text {
		writing-mode: unset;
		transform: none;
	}
	
	#custom-step-form .e-form__indicators.e-form__indicators--type-number_text {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	#custom-step-form .e-form__indicators__indicator, #custom-step-form 
	.e-form__indicators__indicator__separator:nth-child(2) {
		width: 100%;
		clip-path: none!important;
		justify-content: flex-start;
	}
	
	#custom-step-form .e-form__indicators__indicator__label {
		max-width: 100%;
	}
	
	#custom-step-form .e-form__indicators__indicator, 
	#custom-step-form .e-form__indicators__indicator__separator:nth-child(2) {
		padding: 15px;
	}
	
	#to-top,
	#whatsapp .e-contact-buttons__chat-button {
		width: 40px;
		height: 40px;
	}
	
	#whatsapp .e-contact-buttons__chat-button svg {
		width: 20px;
		height: 20px;
	}

	#to-top {
		font-size: 18px;
		bottom: 140px;
	}
}

@media (max-width: 700px) {
	#highlight-product-box {
		height: 670px;
	}
}

@media (max-width: 590px) {
	#highlight-product-box {
		height: 700px;
	}
}

@media (max-width: 510px) {
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group label,
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group input,
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group textarea,
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-field_498bdb9 {
		width: 100%;
	}
	
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-first_name, 
	#custom-step-form .elementor-field-type-step.e-form__step .elementor-field-group.elementor-field-group-last_name {
		    width: calc(50% - 10px);
	}
}

@media (max-width: 500px) {
	#highlight-product-box {
		height: 730px;
	}
}


@media (max-width: 480px) {
	.custom-map svg {
		width: 700px;
		transform: translateX(-110px);
	}
}

@media (max-width: 439px) {
	.highlight-product .details-box {
		width: 100%;
	}

	#highlight-product-box {
		height: 920px;
	}
}

@media (max-width: 360px) {
	#highlight-product-box {
		height: 960px;
	}
}

@media (max-width: 330px) {
	#highlight-product-box {
		height: 1000px;
	}
}