/*
 Theme Name:   hotbytes® | tempmate.®
 Theme URI:    https://hotbytes.de/
 Description:  tempmate.com theme
 Author:       Ahmad Altilouni
 Author URI:   https://hotbytes.de/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hot_tempmate
*/

/* ###### soft relaunch ###### */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
a, button {
	cursor: pointer !important;
}

#wrap_all #main {
	padding: 20px 0 0 0 !important;
}

p {
	margin-block-start: 0;
}

a[href$=".pdf"], a[href$=".zip"], a[href$=".exe"], a[href$=".csa"], a[href$=".msi"], a[href$=".docx"], a[href$=".xlsx"], a[href$=".mp4"] {
	pointer-events: none;
}

#certificate-btn-container a, .unlocked .elementor-button-wrapper > a {
	pointer-events: all;
}

.avia-section .container {
	padding: 0;
	max-width: 1400px;
}

p.heightZero {
	display: none;
	height: 0;
}

div#av_section_2 p {
	color: #fff;
}

main.template-page.content {
	padding-top: 0;
}

div#av_section_2[style="background-color: #b40b2b;background-image: linear-gradient(to right,#b40b2b,#2c6e9f);"] {
	background: #1D4365 !important;
}

.otgs-development-site-front-end {
	display: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 100px
}

/* ###### navi ###### */
.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
	background-color: #2c6e9f !important;
}

/* ###### mobile navi ###### */

#hot_mobile_header ul {
	list-style: none;
}

#hot_mobile_header {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	padding-top: 85px;
}

#hot_mobile_header.collapse {
	width: 80%;
	z-index: 20;
	box-shadow: 0 0 20px 20px #0000004d;
	border-right: 2px solid #333;
	padding: 44px 20px 0 10px;
}

#hot_mobile_header .hot_mobile_navi, #hot_mobile_header .hot_mobile_navi .sub-menu {
	padding: 0;
	width: inherit;
}

#hot_mobile_header .hot_mobile_navi .sub-menu {
	padding-left: 20px;
}

.hot_logo_link {
	width: 0;
	opacity: 0;
	padding-left: 10px;
	margin-bottom: 25px;
}

#hot_mobile_header.collapse .hot_logo_link {
	opacity: 1;
	width: 192px;
	transition: all 0.2s ease;
}

#hot_mobile_navi_container {
	width: 100%;
}

#hot_mobile_header .hot_mobile_navi {
	width: 90%;
}

.hot_item_target a {
	font-family: inherit;
	color: #333 !important;
	margin-bottom: 10px;
	display: block;
	padding: 5px 10px;
}

.hot_item_target a:hover {
	color: #fff !important;
	background-color: #333;
}

#hot_mobile_header .hot_mobile_navi .menu-item.current-menu-item a {
	color: #fff !important;
	background-color: #2c6e9f;
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children .hot_item_target a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hot_hamburger_menu {
	width: 30px;
}

.hot_hamburger_toggle {
	display: flex;
	flex-direction: column;
	height: inherit;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.hot_hamburger_menu .bar {
	background: #ffffff;
	height: 3px;
	width: 100%;
	transition: transform 0.3s;
}

.hot_hamburger_menu span.bar.top_bar {
	margin-bottom: 10px;
}

.hot_hamburger_toggle.rebound span.bar.top_bar {
	margin-bottom: -2px;
}

#hot_mobile_header .hot_mobile_navi .menu-item .hot_item_target a {
	opacity: 0;
	width: 100%;
	display: block;
}

#hot_mobile_header.collapse ul.hot_mobile_navi li.menu-item .hot_item_target a {
	opacity: 1;
}

a.hot_hamburger_toggle.rebound {
	justify-content: center;
}

.hot_hamburger_toggle.rebound span.bar.top_bar {
	transform: rotate(135deg);
}

.hot_hamburger_toggle.rebound span.bar.bottom_bar {
	transform: rotate(45deg);
}

#hot_mobile_header .hot_mobile_navi .sub-menu {
	display: none;
}

#hot_mobile_header .sub-menu.collapse {
	display: block;
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children {
	position: relative;
}

#hot_mobile_header.collapse .hot_mobile_navi .menu-item.menu-item-has-children .hot_item_target:before {
	content: "\e925"
}

#hot_mobile_header.collapse .hot_mobile_navi .menu-item.menu-item-has-children.collapse .hot_item_target:before {
	content: "\e923"
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children .hot_item_target:before {
	font-family: LineAwesome !important;
	position: absolute;
	right: 10%;
	font-size: 16px;
	top: 5px;
	color: #fff;
	font-weight: 600;
	transition: all .5s ease;
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children:hover .hot_item_target:before {
	color: #041827;
	font-weight: 600;
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children.collapse .hot_item_target:before {
	color: #041827;
	font-weight: 400;
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children.collapse > span.hot_item_target a {
	background-color: #fff !important;
}

#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children.collapse > span.hot_item_target a,
#hot_mobile_header .hot_mobile_navi .menu-item.menu-item-has-children.collapse > span.hot_item_target a span.hot_target_text {
	color: #041827 !important;
}

#hot_mobile_header, #hot_mobile_header > * {
	transition: all 0.3s ease;
}

#mobile-header {
	width: 0;
	height: 0;
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	padding: 22px;
	visibility: hidden;
	margin-inline: auto;
	transition: opacity .3s ease .3s, visibility .3s ease .3s, z-index .5s ease .3s;
}

/* Track */
#mobile-header::-webkit-scrollbar-track {
	background: #0000;
}

body.admin-bar #mobile-header {
	top: 151px !important;
	height: calc(100% - 151px);
}

#mobile-header.collapse {
	width: 100%;
	top: 105px;
	height: calc(100% - 105px);
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease, visibility .3s ease, z-index 0s ease;
	z-index: 10000;
	background-color: transparent;
	background-image: linear-gradient(135deg, var(--e-global-color-51a84d0) 40px, var(--e-global-color-fe4415b) 184px);
}

body:has(#mobile-header.collapse) {
	height: 100%;
	overflow: hidden;
}

#mobile-header-container {
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	transition: height .3s ease;
}

#mobile-nav-container {
	height: 100%;
	margin: 0 auto;
	opacity: 1;
	transition: transform .3s ease-in-out;
	position: relative;
}

#mobile-nav-container > .overlay {
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: content-box;
	position: relative;
}

#mobile-nav-container > .overlay .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	z-index: -1;
}

#mobile-nav-container ul li.current > .overlay.last-visible,
#mobile-nav-container ul li.active > .overlay.last-visible,
#mobile-nav-container ul li.current .overlay:has(.last-visible),
#mobile-nav-container ul li.active .overlay:has(.last-visible) {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

#mobile-nav-container .no-overflow {
	height: 100%;
	overflow: hidden;
}

#mobile-nav-container ul {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	list-style-type: none;
}

#mobile-nav-container ul li {
	color: #fff;
	font-family: inherit;
	margin-bottom: 10px;
	display: block;
	padding-block: 8px;
	text-transform: initial;
	cursor: pointer;
}

#mobile-nav-container ul li a {
	font: inherit;
	color: inherit;
	display: block;
	text-transform: inherit;
}

#mobile-nav-container ul .back_btn a {
	font-size: 0;
}

#mobile-nav-container ul .back_btn a::before {
	font-family: LineAwesome !important;
	content: "\e924";
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

#mobile-nav-container ul .submenu_title a::after {
	content: "";
	height: 1px;
	width: calc(100% - 8px);
	display: block;
	background: var(--e-global-color-primary);
	margin-block-start: 16px;
}

#mobile-nav-container ul .menu-item-has-children > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: calc(100% - 8px);
	transition: width .5s ease;
}

#mobile-nav-container ul .menu-item-has-children > a::after {
	font-family: LineAwesome !important;
	content: "\e925";
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

#mobile-nav-container ul .menu-item-has-children:hover {
	width: 100%;
}

/* ###### Newsletter form ###### */
#mc_embed_signup {
	background: transparent;
	clear: left;
	font: 14px "Satoshi", Sans-serif;
	width: 100%;
}

#mc_embed_signup form {
	margin: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe {
	padding: 0;
	margin: 0;
	font-size: inherit;
	height: auto;
	line-height: inherit;
	background: transparent;
	font-weight: inherit;
	letter-spacing: inherit;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	margin-bottom: 8px;
}

#mc_embed_signup div#mce-responses {
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

div#mc_embed_signup_scroll {
	display: flex;
}

#mc_embed_signup .elementor-button {
	margin: 3px 0 0;
}

#mc_embed_signup .mc-field-group {
	margin-right: -40px;
}

#mc_embed_signup .mc-field-group input {
	/*padding: 10px;*/
	text-indent: 6% !important;
	border: none;
	border-bottom: 1px solid var(--e-global-color-2e9a67b);
	border-radius: 20px;
	padding-left: 24px;
!important;
	font-family: var(--e-global-typography-c1b5756-font-family), Sans-serif;
	font-size: var(--e-global-typography-c1b5756-font-size);
	font-weight: var(--e-global-typography-c1b5756-font-weight);
	line-height: var(--e-global-typography-c1b5756-line-height);
	letter-spacing: var(--e-global-typography-c1b5756-letter-spacing);
	word-spacing: var(--e-global-typography-c1b5756-word-spacing);
	color: #041827;
}

#mc_embed_signup .mc-field-group input:focus {
	outline: none;
	/*border-bottom: 2px solid #0171A6 !important;*/
}

div#mc_embed_signup_scroll .elementor-button:hover input {
	color: var(--e-global-color-ef2a36a);
}

div#mc_embed_signup_scroll .elementor-button {
	display: flex;
	flex-direction: row;
	width: fit-content;
	align-items: flex-end;
}

/* ###### BUTTONS ###### */
span.elementor-button-text {
	display: flex;
	align-items: baseline;
}

div.elementor-widget-button:not(.no-indicator) span.elementor-button-text:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #D3232A;
	margin-left: 8px;
	border-radius: 50%;
}

.elementor-button.hot-download-lm {
	cursor: pointer;
	color: inherit;
}

.vg-footer-mother-container {
	position: absolute !important
}

/* ###### scrollbar tempmate ###### */
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #041827;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #187CAD;
	border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b40b2b;
}

form.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.nm_one_half.upload_field p {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

form.wpcf7-form label {
	font-size: 16px !important;
	font-weight: 500
}

form.wpcf7-form *:not(label) {
	font-size: 15px !important;
}

.wpcf7 .nm_row {
	display: flex;
	gap: 50px;
	width: 100%
}

.wpcf7 .nm_row > div {
	width: 100%;
}

.wpcf7 .nm_row > div[class^="nm_"] {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wpcf7-form-control {
	background: #fff;
	border: none !important;
	border-radius: 0 !important;
}

input.wpcf7-form-control.wpcf7-file {
	padding: 10px 0 !important;
}

input.wpcf7-form-control:not(.wpcf7-submit, .wpcf7-file) {
	padding: 0 10px !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form-control:not(.wpcf7-file,.wpcf7-acceptance) {
	border-bottom: 1px solid #828c93 !important;
}

.wpcf7-form-control-wrap:focus-visible, .wpcf7-form-control-wrap:focus, .wpcf7-form-control-wrap:focus-within {
	outline: none !important;
}

.wpcf7-form-control:not(.wpcf7-file,.wpcf7-acceptance):focus-visible,
.wpcf7-form-control:not(.wpcf7-file,.wpcf7-acceptance):focus,
.wpcf7-form-control:not(.wpcf7-file,.wpcf7-acceptance):focus-within {
	outline: none !important;
	border-bottom: 2px solid #0171A6 !important;
}

input.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
	display: none !important;
}

/* Upload button for mozilla*/
input.wpcf7-form-control.wpcf7-file::file-selector-button {
	cursor: pointer;
	background: #0171a6;
	color: #fff;
	display: inline-block;
	padding: .7em 3em;
	font-size: 12px;
	font-weight: 700;
	margin-right: 10px;
	border: none !important
}

input.wpcf7-form-control.wpcf7-file:before {
	content: 'Upload file';
	-webkit-user-select: none;
	cursor: pointer;
	background: #2c6e9f;
	color: #fff;
	display: inline-block;
	padding: 0.7em 3em;
	font-size: 12px;
	font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit {
	border-radius: 30px !important;
	padding: 5px 30px;
	border: 1px solid #2c6e9f !important;
}

.elementor-video {
	height: 100%;
}

/**
Borlabs
 */
.BorlabsCookie._brlbs-cb-calendly ._brlbs-default,
.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn {
	background: #fff0 !important;
	border: 1px solid #c8c8D034 !important;
	border-radius: 8px !important;
}

.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn {
	background: #2c6e9f !important;
	border: 1px solid #2c6e9f !important;
	border-radius: 30px !important;
}

.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover {
	background: #fff0 !important;
	color: #2c6e9f !important;
}

.BorlabsCookie._brlbs-cb-calendly ._brlbs-default * {
	color: var(--e-global-color-ef2a36a);
}

.BorlabsCookie._brlbs-cb-calendly a._brlbs-btn {
	background: var(--e-global-color-ef2a36a) !important;
}

.grecaptcha-badge {
	display: none !important;
}

button.brlbs-cmpnt-btn.brlbs-btn-accept-all {
	background: #D3232A !important;
}

button.brlbs-cmpnt-btn.brlbs-btn-accept-all:hover {
	background: #B40B2B !important;
}

.borlabs-cookie-open-dialog-preferences a {
	text-transform: capitalize !important;
	padding: 0 !important;
	color: var(--e-global-color-4e24f76) !important;
}

.borlabs-cookie-open-dialog-preferences:hover a {
	color: var(--e-global-color-fe4415b) !important;
}

@media screen and (max-width: 767px) {
	.wpcf7 .nm_row > div[class^="nm_"] {
		width: 100%;
	}

	.wpcf7 .nm_row {
		flex-direction: column;
	}
}

div:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) {
	position: relative;
}


div:not(:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker)) form {
	filter: blur(0);
	height: auto;
	overflow: unset;
}

.brlbs-cmpnt-cb-thumbnail {
	background-image: none !important;
}

div:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}

div:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) .brlbs-cmpnt-cb-preset-b.brlbs-cmpnt-cb-cf7-recaptcha,
div:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) .brlbs-cmpnt-cb-preset-b.brlbs-cmpnt-cb-elementor-recaptcha {
	min-height: 220px;
	height: 100% !important;
}

div:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) .brlbs-cmpnt-cb-thumbnail {
	max-width: 250px !important;
}

div:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main {
	overflow: visible;
}

/* Footer lang menu */
.hot-langs, .hot-lang-trigger.elementor-widget-text-editor {
	width: 0;
	height: 0;
	overflow: hidden;
}

.hot-langs *, .hot-lang-trigger.elementor-widget-text-editor * {
	font-size: 0;
	transition: font-size .3s ease;
}

.hot-lang-trigger.elementor-widget-text-editor.expand * {
	font-size: 18px;
}

.hot-langs.expand * {
	font-size: 16px;
}

.hot-lang-trigger.elementor-widget-text-editor.expand,
.hot-langs.expand {
	width: auto;
	height: auto;
}

.hot-langs .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin: 0;
	padding: 0;
}

.hot-langs .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
	display: flex;
	flex-wrap: wrap;
}

ul.category-list {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

ul.category-list .category {
	font-family: "Satoshi", Sans-serif;
	font-size: 18px !important;
	text-transform: none;
	line-height: 1;
	width: 98%;
	transition: width 200ms ease;
}

.products-list .solution .elementor-post__title::after {
	content: "\e925";
	font-family: 'LineAwesome';
}

.products-list .solution .elementor-post__title {
	width: 98%;
	display: flex;
	justify-content: space-between;
	transition: width 200ms ease;
}

ul.category-list .category.expand,
.products-list .solution.expand .elementor-post__title {
	width: 100%;
	color: var(--e-global-color-primary);
}

ul.category-list .category a,
.products-list .solution .elementor-post__title a {
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	line-height: inherit;
	color: inherit;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products-cards .elementor-loop-container > .e-loop-item.solution,
.products-list .solution,
.subcategories-wrapper .category-list {
	transition: filter 200ms ease-in;
}

.subcategories-wrapper:has(.placeholder.active) .e-con-inner {
	padding: 0;
}

.products-cards-wrapper:not(:has(.solution.active)) {
	display: none;
}

.products-cards .elementor-loop-container > .e-loop-item.solution:not(.active),
.products-list .solution:not(.active),
.subcategories-wrapper .category-list:not(.active) {
	position: absolute;
	filter: blur(3px);
	opacity: 0;
	z-index: -1;
}

.products-list .solution.active {
	animation: hotLoading 200ms ease;
}

.navi-content-wrapper.wrapper-has-border:not(:has(.active)) {
	display: none;
}

@keyframes hotLoading {
	from {
		filter: blur(3px);
		opacity: 0;
	}
	to {
		filter: blur(0px);
		opacity: 1;
	}
}

#filters {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

#filters .fields-set {
	display: flex;
	gap: 40px;
	justify-content: flex-start;
	flex-basis: 50%
}

#filters .fields-set.checkboxes-fields-set {
	flex-basis: 40%;
}

#filters * {
	border: none;
	font-family: inherit;
	font-size: 15px !important;
}

#filters select {
	border-radius: 0;
	flex-basis: 250px;
	flex-grow: 1.2;
	border-bottom: 1px solid #828c93 !important;
	padding: 12px !important;
}

#filters label:has(input[type="checkbox"]) {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 32px;
	flex-basis: 125px;
	position: relative;
}

#filters .filter[type="checkbox"]::after {
	content: "";
	height: 36px;
	aspect-ratio: 1;
	background: #fff;
	display: block;
	margin-top: -10px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 5px;
}

#filters .filter[type="checkbox"]:checked::after {
	content: "\e9f8";
	font-family: 'LineAwesome';
	font-size: 26px;
	text-align: center;
	color: var(--e-global-color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
}

button#filter-reset {
	padding: 0;
	background: none;
	color: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	text-transform: none;
	gap: 8px;
	border-radius: 0;
}

button#filter-reset:hover i {
	rotate: 360deg;
}

button#filter-reset i {
	transition: rotate 300ms ease;
}

#filters .fields-set > *:not(label):focus, #filters .fields-set > *:not(label):focus-within, #filters .fields-set > *:not(label):focus-visible, #filter-reset:focus-within {
	outline: none !important;
	border-bottom: 2px solid var(--e-global-color-primary) !important;
}

@media screen and (max-width: 1024px) {
	#filters, #filters .fields-set {
		flex-wrap: wrap;
	}

	#filters > * {
		flex-basis: 100% !important;
	}

	#filter-reset {
		justify-content: flex-end;
	}
}

/* fix anchors scroll to offset when header is fixed */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display: block;
	height: 150px; /*header height + 20 */
	margin-top: -150px;
	visibility: hidden;
	pointer-events: none;
}

/** Languages **/
html[lang="es-ES"]:not(:has(body.region-lacnic)) .region-lacnic-form-section,
html[lang="es-ES"]:not(:has(body.region-lacnic)) .region-lacnic-form,
html[lang="es-ES"]:has(body.region-lacnic) .region-spain-form-section,
html[lang="es-ES"]:has(body.region-lacnic) .region-spain-form,
html[lang="es-ES"]:has(body.region-lacnic) .elementor-location-header .elementor-widget-wpml-language-switcher,
html[lang="en-APAC"] .elementor-location-header .elementor-widget-wpml-language-switcher,
html[lang="en-US"] .elementor-location-header .elementor-widget-wpml-language-switcher,
html[lang="en-APAC"] .elementor-location-header .top-header-icons .elementor-icon-list-items li.elementor-icon-list-item:last-child,
html[lang="en-US"] .elementor-location-header .top-header-icons .elementor-icon-list-items li.elementor-icon-list-item:last-child,
html[lang="es-ES"]:has(body.region-lacnic) .elementor-location-header .top-header-icons .elementor-icon-list-items li.elementor-icon-list-item:last-child {
	display: none !important;
}

button.iti__selected-country {
	border: none !important;
}

/*interactive map with tempmate locations*/


.contact-card p:first-of-type {
	padding-bottom: 30px !important;
}

.contact-card h2 {
	color: #2e8ab6 !important;
	font-size: 38px !important;
}

.contact-card p {
	color: #041827 !important;
}

.contact-card p a {
	color: #0171a6 !important;
}

.fm-tooltip .fm-tooltip-name {
	display: none !important;
}

span.country-warning {
	font-size: 14px;
	color: var(--e-global-color-fe4415b);
	position: relative;
	top: -70px;
	line-height: 1;
	left: 4px;
}

span.country-warning::after {
	content: "*";
	color: #d3232a;
	font-weight: 900;
	font-size: 16px;
}

@media (min-width: 768px) {
	.worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapStateInfo {
		left: 90px;
		top: 90px;
	}

	span.country-warning {
		top: -40px;
	}
}

body.elementor-page-111486 #elementor-popup-modal-62908 .dialog-widget-content {
	box-shadow: 10px 10px 0px 0px #BA89B3;
}

body.elementor-page-111486 #elementor-popup-modal-62908 button {
	background: #8A2C84;
	border-color: #8A2C84;
}

body.elementor-page-111486 #elementor-popup-modal-62908 button:hover {
	background: #634D95;
	color: #fff;
}

.dialog-widget:has(.brlbs-cmpnt-container) {
	position: absolute !important;
	top: 60px
}

.to-support-header {
	display: none;
}

/* Google Reviews */
.es-review-background-container {
	background-color: #121f37 !important;
}

body:not(.elementor-editor-active) .tooltip-content {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

#hot-feature-table .tooltip-trigger {
	cursor: pointer;

	.elementor-icon-box-wrapper {
		display: flex;
		gap: 16px;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}

	.elementor-icon-box-icon {
		margin: 0;
	}

	.elementor-icon-box-content {
		flex-grow: 0;
	}
}

.tooltip-content::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 10%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top-color: #041827;
}

@media (min-width: 768px) {
	.tooltip-content::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.tooltip-content {
		max-width: calc(100% - 40px);
		left: 20px !important;
	}
}

.vg-widget-controls-container {
	bottom: 24px !important;
	right: 24px !important;
}

.applications-tabs {
	.e-n-tab-icon {
		padding: 12px;
		background: linear-gradient(180deg, var(--e-global-color-fe4415b), var(--e-global-color-51a84d0));
		border-radius: 12px;
	}

	.e-n-tabs-heading > button,
	.e-n-tabs-heading > button:focus,
	.e-n-tabs-heading > button:focus-visible,
	.e-n-tabs-heading > button:hover {
		border-radius: 0;
	}

	.e-n-tab-title {
		width: 100%;
	}

	.e-n-tabs-content {
		overflow: hidden;
		border-radius: 0 0 24px 24px;
	}

	.e-n-tabs-heading > button:first-child {
		border-radius: 24px 24px 0 0;
	}

	.e-n-tabs-heading > button:last-child {
		border-radius: 0 0 24px 24px;
	}

	@media (min-width: 1024px) {
		.e-n-tabs-heading > button:first-child {
			border-radius: 24px 0 0 0;
		}

		.e-n-tabs-heading > button:last-child {
			border-radius: 0 24px 0 0;
		}
	}
}

.home-specifications .elementor-counter-number-suffix {
	font-size: 48px;
	display: flex;
	align-items: flex-end;
}

.home-specifications .elementor-counter-number-wrapper {
	align-items: baseline;
}

.home-cloud.elementor-widget-advanced-accordion-swiper .elementor-widget-container {
	display: flex;
	align-items: flex-start;
}

#home-hero {
	@media screen and (max-width: 767px) {
		.elementor-background-video-container.elementor-hidden-phone {
			display: block !important;
		}
	}
}

header {
	> div.scrolled {
		background-color: transparent;
		background-image: linear-gradient(90deg, var(--e-global-color-51a84d0) 0%, var(--e-global-color-fe4415b) 30%);
	}

	nav {
		.e-n-menu-title,
		.elementor-image-box-title {
			background: transparent;
			border: none;
			position: relative;
			overflow: hidden;
		}

		.e-n-menu-title .e-n-menu-title-text::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 0;
			height: 2px;
			background-color: #0171A6;
			transition: width 0.3s ease-in-out;
		}

		.e-n-menu-title:hover .e-n-menu-title-text::after {
			width: 100%;
		}

		.elementor-image-box-img {
			border-radius: 8px;
			overflow: hidden;
		}

		.elementor-image-box-img img {
			transition: transform .3s ease;
		}

		.elementor-widget-image-box:hover .elementor-image-box-img img {
			transform: scale(1.1);
		}

		.elementor-image-box-title a {
			text-transform: inherit;
			font: inherit;
		}
	}
}

body.admin-bar header > .home-header__container {
	top: 32px !important;
}

body:not(.home) > header > .home-header__container {
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--e-global-color-51a84d0) 0%, var(--e-global-color-fe4415b) 30%);
}

body:not(.home) main#content > .page-content > div[data-elementor-type="wp-page"] > .elementor-element:first-child,
body:not(.home) .elementor-location-archive > .elementor-element:first-child,
body:not(.home) .elementor-location-single > .elementor-element:first-child {
	padding-top: 120px;
}

@media (max-width: 769px) {
	header nav .elementor-image-box-img {
		display: none !important;
	}
}

form.post-password-form {
	margin: 300px 24px;
}


#ExpertsForm {
	.step_title {
		text-align: center;
		width: 100%;
		display: block;
		color: #fff;
	}
    .custom-label {
		font-size: 18px;
		color: #fff;
	}
	.elementor-field-type-radio .elementor-field-subgroup,
	.elementor-field-type-checkbox .elementor-field-subgroup {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
		width: 100%;
	}

	.elementor-field-group-primaryGoal .elementor-field-subgroup {
		grid-template-columns: repeat(5, 1fr);
	}

	.elementor-field-group-monitoring .elementor-field-subgroup {
		grid-template-columns: repeat(5, 1fr);
	}

	.elementor-field-type-checkbox .elementor-field-option label,
	.elementor-field-type-radio .elementor-field-option label {
		background-color: var(--e-global-color-4e24f76);
		padding: 16px 24px;
		width: 100%;
		display: block;
		border-radius: 24px;
	}

	.elementor-field-option input[type="radio"],
	.elementor-field-option input[type="checkbox"] {
		display: none;
	}

	.elementor-field-group-primaryGoal .elementor-field-option label,
	.elementor-field-group-monitoring .elementor-field-option label {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 8px 12px 24px 12px;
		background-color: #fff;
		border: 1px solid var(--e-global-color-4e24f76);
		border-radius: 24px;
		cursor: pointer;
		transition: all 0.3s ease;
		height: 100%;
		font-size: 18px;
		position: relative;
		color: var(--e-global-color-fe4415b);
		box-shadow: 0 2px 6px #d4d7e447;
		overflow: hidden;
		gap: 16px;
	}

	.elementor-field-group-primaryGoal .elementor-field-option label::before,
	.elementor-field-group-monitoring .elementor-field-option label::before {
		content: '';
		display: block;
		width: 120%;
		height: 230px;
		background-color: var(--e-global-color-4e24f76);
		margin: -24px;
		margin-bottom: 0;
		padding: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}


	.elementor-field-option label:hover {
		border-color: var(--e-global-color-4e24f76);
		transform: translateY(-2px);
		box-shadow: 0 8px 15px #d4d7e447;
	}

	.elementor-field-group-primaryGoal {
		.elementor-field-option:nth-child(1) label::before {
			background-image: url(/wp-content/uploads/2026/02/RealTimeExpForm.jpeg);
		}

		.elementor-field-option:nth-child(2) label::before {
			background-image: url(/wp-content/uploads/2026/02/OneWayExpForm.jpeg);
		}

		.elementor-field-option:nth-child(3) label::before {
			background-image: url(/wp-content/uploads/2026/02/DelayedAlertsExpForm.jpg);
		}

		.elementor-field-option:nth-child(4) label::before {
			background-image: url(/wp-content/uploads/2026/02/OtherExpForm.jpg);
		}
		.elementor-field-option:nth-child(5) label::before {
			background-image: url(/wp-content/uploads/2023/09/Logistics-02.jpg);
		}
	}

	.elementor-field-group-monitoring {
		.elementor-field-option:nth-child(1) label::before {
			background-image: url(/wp-content/uploads/2026/02/AirTansportExpForm.jpeg);
		}

		.elementor-field-option:nth-child(2) label::before {
			background-image: url(/wp-content/uploads/2026/02/SeaTransportExpForm.jpeg);
		}

		.elementor-field-option:nth-child(3) label::before {
			background-image: url(/wp-content/uploads/2026/02/LandTransportExpForm.jpeg);
		}

		.elementor-field-option:nth-child(4) label::before {
			background-image: url(/wp-content/uploads/2026/02/WarehouseExpForm.jpeg);
		}

		.elementor-field-option:nth-child(5) label::before {
			background-image: url(/wp-content/uploads/2026/02/LaboratoryExpForm.jpeg);
		}
	}

	.elementor-field-option input[type="radio"]:checked + label,
	.elementor-field-option input[type="checkbox"]:checked + label {
		border-color: var(--e-global-color-613ad48);
        background-color: var(--e-global-color-primary);
        box-shadow: -2px 2px 20px 0px var(--e-global-color-primary);
        color: #fff;
        font-weight: 600;
        border-width: 2px;
	}
	.e-form__indicators {
		width: 50%;
		margin-inline: auto;
	}
}

@media (max-width: 1024px) {
	#ExpertsForm {

		.e-form__indicators {
			width: 100%;
		}
		.elementor-field-group-primaryGoal .elementor-field-subgroup {
			grid-template-columns: repeat(2, 1fr);
		}
		.elementor-field-group-monitoring .elementor-field-subgroup {
			grid-template-columns: repeat(2, 1fr);
		}
	}
}
@media (max-width: 550px) {
	#ExpertsForm {
		.elementor-field-type-radio .elementor-field-subgroup,
		.elementor-field-type-checkbox .elementor-field-subgroup {
			grid-template-columns: 1fr;
		}
	}
}