@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --c_primary: #0FF0A4;
  --c_secondary: #01BBF6;
  --c_gradient_1: linear-gradient(90deg, var(--c_primary) 0%, var(--c_secondary) 100%);
  --c_gradient_2: linear-gradient(180deg, #2B2B2B 0%, #000000 100%);
  --c_heading: #272727;
  --c_text: #272727;
  --c_grey: #F0F0F0;
  --c_black: #272727;
  --c_white: #ffffff;
  --shadow: 0px 1px 3px 0px #0000004D, 0px 4px 8px 3px #00000026;
  --shadow1: 5px 5px 20px 0px #0C0C0D26;
  --f_body: "Poppins", sans-serif;
  --f_body2: "Inter Tight", sans-serif;
  --transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  body {
    zoom: calc(100vw / 1920px);
    overflow-x: hidden;
  }

  body .modal-backdrop {
    width: calc(100vw / var(--zoom-scale));
    height: calc(100vh / var(--zoom-scale));
  }
}

* {
  margin: 0;
  outline: none !important;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html:has(.admin-bar) {
  margin-top: 0 !important;
}

body {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  background-color: var(--c_white);
  font-family: var(--f_body2) !important;
}

.site {
  overflow: clip;
  position: relative;
  z-index: 1;
}

.site::before {
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('/wp-content/uploads/2026/02/Enaform-Background-01-scaled.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

body:has(.site_header.aside_active) {
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

a,
a:hover {
  color: var(--c_text);
  transition: var(--transition);
}

a,
a:not(.btn_n):hover {
  text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6) {
  line-height: 1.2;
  color: var(--c_heading);
  font-family: var(--f_body2) !important;
  margin-bottom: 0;
}

h1:not([class*="elementor"]),
.hd_1 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 75px !important;
  font-weight: 500 !important;
}

h2:not([class*="elementor"]),
.hd_2 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 55px !important;
  font-weight: 500 !important;
}

h3:not([class*="elementor"]),
.hd_3 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 45px !important;
  font-weight: 500 !important;
}

h4:not([class*="elementor"]),
.hd_4 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 30px !important;
  font-weight: 500 !important;
}

h5:not([class*="elementor"]),
.hd_5 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 25px !important;
  font-weight: 500 !important;
}

h6:not([class*="elementor"]),
.hd_6 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 20px !important;
  font-weight: 500 !important;
}

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

  h1:not([class*="elementor"]),
  .hd_1 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 64px !important;
  }

  h2:not([class*="elementor"]),
  .hd_2 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 48px !important;
  }

  h3:not([class*="elementor"]),
  .hd_3 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 40px !important;
  }

  h4:not([class*="elementor"]),
  .hd_4 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 28px !important;
  }

  h5:not([class*="elementor"]),
  .hd_5 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 23px !important;
  }

  h6:not([class*="elementor"]),
  .hd_6 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 19px !important;
  }
}

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

  h1:not([class*="elementor"]),
  .hd_1 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 55px !important;
  }

  h2:not([class*="elementor"]),
  .hd_2 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 42px !important;
  }

  h3:not([class*="elementor"]),
  .hd_3 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 34px !important;
  }

  h4:not([class*="elementor"]),
  .hd_4 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 26px !important;
  }

  h5:not([class*="elementor"]),
  .hd_5 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 22px !important;
  }

  h6:not([class*="elementor"]),
  .hd_6 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 18px !important;
  }
}

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

  h1:not([class*="elementor"]),
  .hd_1 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 50px !important;
  }

  h2:not([class*="elementor"]),
  .hd_2 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 36px !important;
  }

  h3:not([class*="elementor"]),
  .hd_3 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 30px !important;
  }

  h4:not([class*="elementor"]),
  .hd_4 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 24px !important;
  }

  h5:not([class*="elementor"]),
  .hd_5 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 20px !important;
  }

  h6:not([class*="elementor"]),
  .hd_6 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 17px !important;
  }
}

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

  h1:not([class*="elementor"]),
  .hd_1 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 45px !important;
  }

  h2:not([class*="elementor"]),
  .hd_2 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 32px !important;
  }

  h3:not([class*="elementor"]),
  .hd_3 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 26px !important;
  }

  h4:not([class*="elementor"]),
  .hd_4 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 22px !important;
  }

  h5:not([class*="elementor"]),
  .hd_5 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 19px !important;
  }

  h6:not([class*="elementor"]),
  .hd_6 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 16px !important;
  }
}

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

  h1:not([class*="elementor"]),
  .hd_1 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 38px !important;
  }

  h2:not([class*="elementor"]),
  .hd_2 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 28px !important;
  }

  h3:not([class*="elementor"]),
  .hd_3 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 24px !important;
  }

  h4:not([class*="elementor"]),
  .hd_4 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 20px !important;
  }

  h5:not([class*="elementor"]),
  .hd_5 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 18px !important;
  }

  h6:not([class*="elementor"]),
  .hd_6 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 16px !important;
  }
}

p,
li {
  margin: 0;
  font-family: var(--f_body2) !important;
}

:where(p, ul, ol, li):not(:last-child) {
  margin-bottom: 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

.ut_spc,
.u_spc {
  padding-top: 80px;
}

.ub_spc,
.u_spc {
  padding-bottom: 80px;
}

.content,
.elementor-location-archive,
.elementor-location-single {
  overflow: clip;
  padding-top: 106px;
}

.btnn,
.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btnn::before,
.elementor-button::before {
  /* content: ""; */
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%) scale(1) !important;
  background-color: var(--c_white);
  transition: var(--transition);
  border-radius: 0;
  z-index: -1;
  opacity: 0;
}

.btnn:hover::before,
.elementor-button:hover::before {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
  opacity: 0.5;
}

.elementor-button:has(svg path[fill="white"]):hover::before,
.btnn.btn_black:hover::before {
  opacity: 0.3;
}

.no_shadow .elementor-button {
  box-shadow: none !important;
}

.elementor-widget-button {
  font-size: 0;
}


.btnn {
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  min-height: 60px;
  padding: 5px 25px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border: 1px solid transparent;
  transition: var(--transition);
  text-transform: initial;
  letter-spacing: 0px;
  position: relative;
  line-height: 1.2;
  text-indent: 0px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.btnn.sm {
  min-height: 54px;
}

.btnn img {
  transition: var(--transition);
}

.btnn.has_shadow,
.btnn,
.elementor-button {
  box-shadow: var(--shadow) !important;
}

.btn_primary_gradient {
  color: #000;
  background: var(--c_black) var(--c_gradient_1);
  border: none;
}

.btn_primary_gradient:hover {
  color: var(--c_white);
  background: var(--c_black);
  border: none;
}

.btn_black {
  color: var(--c_white) !important;
  background: var(--c_black) !important;
  border: none !important;
}

.btn_black:hover {
  color: #000 !important;
  background: var(--c_gradient_1) !important;
  border: none !important;
}

.btn_black:hover img {
  filter: brightness(0) !important;
}

.btn_black.br {
  color: var(--c_black) !important;
  background: var(--c_white) !important;
  border: 1px solid var(--c_black) !important;
}

.btn_black.br:hover {
  color: var(--c_black) !important;
  background: #d3d2d2 !important;
  border: 1px solid var(--c_black) !important;
}

.elemntor_btn_white .elementor-button:hover {
  background: var(--c_grey) !important;
}

.btn_white {
  color: var(--c_black);
  background: var(--c_white);
  border-color: var(--c_white);
}

.btn_white:hover {
  color: var(--c_white);
  background: var(--c_grey);
  border-color: var(--c_white);
}

.btn_white.br {
  color: var(--c_white);
  background: transparent;
  border-color: var(--c_white);
}

.btn_white.br:hover {
  color: var(--c_black);
  background: var(--c_grey);
  border-color: var(--c_white);
}

label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #0A0909;
  line-height: 1.3;
  margin: 0 0 4px;
}

.control_group:not(:last-child) {
  margin-bottom: 12px;
}

.control_group br {
  display: none;
}

input:not([type="checkbox"], [type="radio"]),
select,
textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: var(--c_black);
  background-color: var(--c_white);
  border: 1px solid var(--c_black);
  outline: none !important;
  border-radius: 5px;
  box-shadow: none;
}

input:not([type="checkbox"], [type="radio"]) {
  height: 46px;
  padding: 0 12px;
}

select {
  height: 46px;
  padding: 0 40px 0 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 14px;
  appearance: none;
}

textarea {
  height: 96px;
  padding: 8px 12px;
  resize: none;
}

input:not([type="checkbox"], [type="radio"])::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--c_black);
  opacity: 0.5;
}

input:not([type="checkbox"], [type="radio"]):focus,
select:focus,
textarea:focus {
  border-color: var(--c_black);
}

.spinner-border.text-primary {
  border: var(--bs-spinner-border-width) solid transparent;
  background: linear-gradient(var(--c_white), var(--c_white)) padding-box, linear-gradient(90deg, var(--c_primary) 0%, var(--c_secondary) 100%) border-box;
}

.form_btn {
  margin-top: 40px;
}

.form_btn .btnn {
  width: auto;
  min-width: 185px;
}

.form_btn .btnn.w_100 {
  width: 100%;
}

.conta_iner,
.e-con>.e-con-inner {
  --content-width: 1340px;
  width: 90% !important;
}

.conta_iner {
  max-width: var(--content-width);
  margin-inline: auto;
}

@media (max-width: 1199.98px) {

  .conta_iner,
  .e-con>.e-con-inner {
    padding-inline: 0 !important;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

/* Header */
.site_header_main {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
}

.site_header {
  padding-block: 20px 5px;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
}

.site_header_main.scrolled .site_header {
  padding-block: 0;
  background-color: var(--c_white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
}

.site_header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px 18px;
  position: relative;
}

.site_logo,
.site_logo .custom-logo-link {
  display: inline-flex;
}

.site_logo .custom-logo-link img {
  height: 31px;
  width: auto;
  transition: var(--transition);
}

.menu_aside {
  display: inline-flex;
  margin: 0 0 0 55px;
}

.menu_aside .site_logo {
  display: none;
}

.site_menu {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}

.site_menu>li,
.action_menu>li {
  display: inline-flex;
  margin-bottom: 0;
  gap: 10px;
}

.site_menu>li>a {
  font-size: 20px;
  color: var(--c_black);
  display: inline-flex;
  align-items: center;
  min-height: 80px;
  gap: 6px;
}

.site_menu>li:has(.site_megaMenu)>a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-flex;
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z" fill="%23262626"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
  background-size: 12px;
  position: relative;
  top: 1px;
}

.site_menu>li:has(.site_megaMenu):hover>a::after {
  transform: scale(-1);
}

.action_menu {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 0;
  gap: 20px;
}

.action_menu .btn_flex {
  gap: 30px;
  align-items: center;
}

.action_menu .btnn {
  font-weight: 500;
}

.action_menu .btnn_text {
  font-size: 20px;
  color: #272727;
  display: inline-flex;
}

.action_menu .icon_btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.action_menu .icon_btn img {
  max-width: 100%;
  max-height: 100%;
}

.site_megaMenu {
  left: 0;
  top: 100%;
  width: 100%;
  position: absolute;
  background-color: var(--c_white);
  transform: translate(0, 10px);
  transition: var(--transition);
  box-shadow: var(--shadow1);
  border-radius: 8px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}

.site_menu li:hover .site_megaMenu {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.megaMenu_inner {
  display: flex;
  padding: 30px 35px 30px 50px;
}

.megaMenu_inner .lt_s {
  width: 340px;
  min-width: 340px;
  padding-right: 35px;
  border-right: 2px solid #B9B9B9;
  min-height: 185px;
}

.megaMenu_inner.v2 .lt_s {
  width: 180px;
  min-width: 180px;
}

.megaMenu_inner .nav-tabs {
  display: flex;
  flex-direction: column;
  border: none;
}

.megaMenu_inner .nav-tabs .nav-link {
  border: none;
  width: 100%;
  margin: 0;
  min-height: 50px;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  color: var(--c_black);
  background: var(--c_white);
  position: relative;
}

.megaMenu_inner .nav-tabs .nav-link::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-flex;
  background: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.18264 7.05783L4.53024 6.38025L0.367965 2.21797L1.33594 1.25L7.14376 7.05783L1.33593 12.8657L0.367959 11.8977L4.53024 7.73541L5.18264 7.05783Z" fill="black" stroke="black" stroke-width="0.5"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
  transform: translateX(2px);
  visibility: hidden;
  opacity: 0;
}

.megaMenu_inner .nav-tabs .nav-link:is(.active, :hover)::after {
  visibility: visible;
  transform: translateX(.5rem);
  opacity: 1;
}

/* .megaMenu_inner .nav-tabs .nav-link.active {
  font-weight: 600;
  z-index: 1;
}

.megaMenu_inner .nav-tabs .nav-link.active::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: var(--shadow);
  pointer-events: none;
  border-radius: 5px;
  opacity: .7;
  z-index: -1;
} */

.megaMenu_inner .rt_s {
  width: calc(100% - 340px);
  display: flex;
  align-items: flex-start;
}

.megaMenu_inner.v2 .rt_s {
  width: calc(100% - 180px);
}

.megaMenu_inner .rt_s .tab-content {
  width: 100%;
  padding-left: 70px;
}

.megaMenu_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.megaMenu_box {
  width: 100%;
  min-height: 185px;
  background: linear-gradient(180deg, rgba(1, 187, 246, 0) 22.02%, rgba(1, 187, 246, 0.15) 169.64%);
  box-shadow: 5px 5px 30px 0px #0000001A;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px;
  z-index: 1;
}

.tab-content .megaMenu_box {
  width: calc(100% / 3 - (30px * 2 / 3));
}

.megaMenu_box .figure_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  background-color: var(--c_black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.megaMenu_box .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 600;
  color: var(--c_black);
  line-height: 1.1;
  gap: 30px;
}

.megaMenu_box .info strong {
  font-weight: 600;
  width: max-content;
  position: relative;
}

.megaMenu_box>span {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 400;
  color: var(--c_black);
  line-height: 1.3;
  gap: 40px;
}

.megaMenu_box .info strong::after,
.megaMenu_list li a>:is(span, strong)::after,
.megaMenu_list li a.active>:is(span, strong)::after {
  content: "";
  top: 8px;
  left: calc(100% + 2px);
  width: 12px;
  height: 12px;
  position: absolute;
  transition: all .2s ease;
  background: url(/wp-content/uploads/2025/08/arrow_outward_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
}

.megaMenu_box:is(:hover, .active) .info strong::after,
.megaMenu_list li a:hover>:is(span, strong)::after,
.megaMenu_list li a.active>:is(span, strong)::after {
  transform: translateX(.5rem);
  visibility: visible;
  opacity: 1;
}

.megaMenu_case {
  width: 44%;
  position: relative;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px 22px 16px;
  display: flex;
  align-items: flex-end;
  min-height: 200px;
  overflow: hidden;
  z-index: 1;
}

.megaMenu_case figure {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.megaMenu_case figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.megaMenu_case p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--c_white);
  line-height: 1.4;
  gap: 5px;
}

.megaMenu_case p strong {
  font-weight: 600;
  font-size: 111%;
}

.megaMenu_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0FF0A4 0%, #01BBF6 100%);
  padding: 16px 35px 16px 50px;
  gap: 20px;
}

.megaMenu_bar ul {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.megaMenu_bar ul li {
  font-weight: 500;
  display: inline-flex;
  line-height: 1.3;
  margin-bottom: 0;
}

.megaMenu_bar ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  background-color: var(--c_black);
  display: inline-flex;
  margin: 0 10px;
}

.megaMenu_bar ul li a {
  font-size: 22px;
  font-weight: 500;
  color: var(--c_black);
}

.megaMenu_bar ul li a:hover {
  text-decoration: underline;
}

.megaMenu_bar .btnn_btn {
  font-size: 22px;
  font-weight: 500;
  color: var(--c_black);
  display: inline-flex;
  align-items: center;
  transition: var(--transition);
  line-height: 1.3;
  gap: 8px;
}

.megaMenu_bar .btnn_btn:hover {
  text-decoration: underline;
}

.megaMenu_bar .btnn_btn img {
  transition: var(--transition);
  filter: brightness(0) invert(18%) sepia(7%) saturate(0%) hue-rotate(236deg) brightness(97%) contrast(106%);
}

.megaMenu_bar .btnn_btn:hover img {
  transform: translateX(4px);
}

.megaMenu_list {
  width: 56%;
  padding: 0 40px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}

.megaMenu_list:only-child {
  width: 100%;
  padding: 0;
}

.megaMenu_list li {
  font-weight: 400;
  width: calc(50% - 10px);
  margin-bottom: 0;
}

.megaMenu_list:only-child li {
  width: calc(100% / 3 - (20px * 2 / 3));
}

.megaMenu_list li a {
  display: flex;
  align-items: center;
  color: var(--c_black);
  width: 100%;
  gap: 15px;
}

.megaMenu_list li a.active,
.megaMenu_list li a:hover {
  font-weight: 600;
}

.megaMenu_list li a img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: scale-down;
}

.megaMenu_list li a :is(span, strong) {
  position: relative;
}

.megaMenu_list li a strong {
  font-weight: 600;
}

.megaMenu_list li>ul {
  margin-top: 15px;
}

.megaMenu_list li>ul li {
  width: 100% !important;
}

.megaMenu_list li>ul li:not(:last-child) {
  margin-bottom: 10px;
}

.megaMenu_list li>ul li a {
  padding-left: 45px;
}






@media screen and (min-width: 1199.98px) {
  .site_hamburgur {
    display: none;
  }
}

/* Footer */
.site_footer {
  background: var(--c_gradient_2);
}

.site_footer .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 70px 110px;
  gap: 30px;
}

.site_footer .site_logo .custom-logo-link img {
  height: 40px;
  filter: brightness(0) invert(1);
}

.site_footer .inner .rt_group {
  display: flex;
  align-items: flex-start;
  padding-left: 35px;
  flex-wrap: wrap;
  width: 50%;
  gap: 120px;
}

.site_footer .inner .single {
  max-width: 265px;
}

.site_footer .inner .single h2 {
  color: var(--c_white);
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-block: 0 22px;
  line-height: 1.2;
}

.site_footer .footer_menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.site_footer .footer_menu li {
  font-size: 20px;
  display: inline-flex;
  line-height: 1.2;
}

.site_footer .footer_menu li:not(:last-child) {
  margin-bottom: 10px;
}

.site_footer .footer_menu li a {
  display: flex;
  font-weight: 400;
  color: var(--c_white);
}

.site_footer .footer_menu li a:hover {
  text-decoration: underline;
}

.site_footer .inner2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
  gap: 20px;
}

.site_footer .client_logos {
  display: inline-flex;
}

.site_footer .store_btns {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.copywrite {
  padding: 27px 0;
  border-top: 1px solid var(--c_white);
}

.copywrite .conta_iner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copywrite p {
  font-weight: 200;
  color: var(--c_white);
  margin-bottom: 0;
}

.social_icons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.social_icons li {
  display: inline-flex;
  margin-bottom: 0;
}

.social_icons li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c_white);
  border-radius: 50%;
}

.social_icons.v2 li a {
  border-color: var(--c_black);
}

.social_icons.v2 li a img {
  filter: brightness(0);
}


/* Elementor */
.elementor-button {
  width: 100%;
  transition: var(--transition) !important;
}

.elementor-button span.elementor-button-icon svg path {
  transition: var(--transition) !important;
  fill: currentColor !important;
}

.elementor-button span.elementor-button-icon svg {
  width: 14px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.has_shadow:not(.elementor-widget-button),
.has_shadow .elementor-button {
  box-shadow: var(--shadow);
}

.has_shadow.elementor-widget-image {
  overflow: hidden;
}

.checkbox_label span.wpcf7-list-item.first.last {
  margin: 0;
}

.checkbox_label span.wpcf7-list-item.first.last label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox_label span.wpcf7-list-item.first.last label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  appearance: none;
  border-radius: 3px;
  background: #fff;
}

.checkbox_label span.wpcf7-list-item.first.last label input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml,<svg width="15" height="12" viewBox="0 0 -19 12" fill="%23000" xmlns="http://www.w3.org/2000/svg"><path d="M14.4607 1.20039C14.0607 0.800391 13.4607 0.800391 13.0607 1.20039L5.56074 8.70039L2.46074 5.60039C2.06074 5.20039 1.46074 5.20039 1.06074 5.60039C0.660742 6.00039 0.660742 6.60039 1.06074 7.00039L4.86074 10.8004C5.06074 11.0004 5.26074 11.1004 5.56074 11.1004C5.86074 11.1004 6.06074 11.0004 6.26074 10.8004L14.4607 2.60039C14.8607 2.20039 14.8607 1.60039 14.4607 1.20039Z" fill="%23000"/></svg>'), var(--c_gradient_1);
  background-size: 12px, cover;
  background-repeat: no-repeat;
  background-position: center;
}

.file_flex {
  padding: 15px 0 5px;
}

.file_flex>p {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 30px;
}

.file_flex>p label {
  margin: 0;
}

.custom_file {
  height: 46px;
  min-width: 165px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--c_black);
  border: 1px solid var(--c_black);
  background-color: var(--c_white);
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}

.custom_file .wpcf7-form-control-wrap {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.custom_file .wpcf7-form-control-wrap input {
  text-indent: -1000px;
}

.elementor-shortcode form.wpcf7-form.init>p {
  margin: 0;
  position: relative;
}

.elementor-shortcode form.wpcf7-form>p .wpcf7-spinner {
  top: 18px;
  right: 15px;
  position: absolute;
  z-index: 1;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  font-size: 16px;
}

.feature_list {
  overflow: hidden;
  position: relative;
}

.started .feature_list.feature_active::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  position: absolute;
  background: var(--c_gradient_1);
  animation: fillBar 5s linear forwards;
  z-index: 1;
}

@keyframes fillBar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.feature_list .feature_content {
  display: none;
}

.feature_list.feature_active {
  box-shadow: var(--shadow);
}

.feature_list:not(.feature_active) {
  cursor: pointer;
}

.feature_list.feature_active .feature_content {
  display: flex;
}

.feature_list>.elementor-element:nth-child(2) {
  align-self: center;
}

.feature_list>.elementor-widget-icon {
  min-width: 50px;
}

.has_gradient .elementor-heading-title {
  background: var(--c_gradient_1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.elementor-element.work_sc::before {
  content: "" !important;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  background-color: #E3E3E3;
}

.elementor-element.work_sc::after,
.work_sc>.elementor-element::after {
  content: "" !important;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  background-color: #E3E3E3;
}

.elementor-element.work_sc::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work_sc>.elementor-element:first-child::after {
  left: 50%;
  top: -30px;
  transform: translate(-50%, 0);
  background: var(--c_gradient_1);
}

.work_sc>.elementor-element:last-child::after {
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
}

[data-slide="2"] .elementor-element.work_sc::after,
[data-slide="3"] .elementor-element.work_sc::after {
  background: var(--c_gradient_1);
}

[data-slide="3"] .work_sc>.elementor-element:last-child::after {
  background: var(--c_gradient_1);
}

[data-slide="2"] .elementor-element.work_sc::before {
  background: linear-gradient(-180deg, var(--c_primary) 0%, var(--c_secondary) 50%, #E3E3E3 50%);
}

[data-slide="3"] .elementor-element.work_sc::before {
  background: linear-gradient(-180deg, var(--c_primary) 0%, var(--c_secondary) 50%, var(--c_primary) 50%, var(--c_secondary) 100%);
}

.products_search {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products_search .tab_container {
  padding: 3px;
  display: inline-flex;
  align-items: center;
  background-color: var(--c_white);
  box-shadow: var(--shadow);
  border-radius: 5px;
  position: relative;
  margin: 0;
}

.products_search .tab_container .tab_indicator {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0;
  height: calc(100% - 6px);
  background-color: var(--c_black) !important;
  transition: var(--transition);
  border-radius: 5px;
  z-index: 1;
}

.products_search .tab_container>.nav {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.products_search .tab_container>.nav li {
  margin: 0;
}

.products_search .tab_container>.nav li .nav-link {
  min-height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #27272780;
  background: transparent !important;
  transition: var(--transition);
  line-height: 1.25;
  padding: 0 16px;
  min-width: 112px;
  position: relative;
  z-index: 2;
}

.products_search .tab_container>.nav li .nav-link:hover {
  color: var(--c_black);
  background: transparent !important;
}

.products_search .tab_container>.nav li .nav-link.active {
  background: transparent !important;
  color: var(--c_white);
}

.products_search .tab-content {
  width: 100%;
  margin-top: 25px;
}

.products_search .form {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--c_white);
  box-shadow: var(--shadow);
  border-radius: 5px;
  overflow: hidden;
}

.products_search .form .control_group:first-child {
  flex: 1.75;
}

.products_search .form .control_group {
  flex: 1;
  position: relative;
  margin-bottom: 0;
}

.products_search .form .control_group:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.products_search .form .control_group .float_icon {
  top: 19px;
  left: 19px;
  position: absolute;
  z-index: 1;
}

.products_search input:not([type="checkbox"], [type="radio"]),
.products_search select,
.products_search textarea {
  height: 60px;
  border-radius: 0;
  font-size: 20px;
  padding: 0 20px;
  border: none;
}

.products_search .form .control_group:has(.float_icon) input:not([type="checkbox"], [type="radio"]) {
  padding-left: 55px;
}

.products_search .form .btnn {
  padding: 0;
  min-width: 142px;
  border: 2px solid var(--c_white);
  box-shadow: none !important;
}

.products_search .form .btnn img,
.loadmore_wrp .btnn.btn_primary_gradient img {
  transition: var(--transition);
}

.categoryMain_grid {
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(5px 5px 20px #0C0C0D26);
  gap: 40px;
}

.categoryMain_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  aspect-ratio: 1 / 0.69;
  width: calc(100% / 3 - (40px * 2 / 3));
  border-radius: 15px;
  padding: 25px 35px;
  overflow: hidden;
  z-index: 1;
}

.overlay_link {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 9;
}

.categoryMain_item figure {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.categoryMain_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
}

.categoryMain_item h4 {
  width: 100%;
  color: var(--c_white) !important;
  margin-bottom: 15px;
}

.view_text {
  display: inline-flex;
  align-items: center;
  color: var(--c_white) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
  padding: 0 !important;
  gap: 8px !important;
}

.view_text img {
  filter: brightness(0) invert(1);
}

.view_text::before {
  display: none !important;
}

.productMain_slider,
.serviceMain_slider,
.platformItem_slider {
  padding: 62px 10px 15px !important;
  margin: -62px -10px -15px !important;
}

.productMain_slider,
.platformItem_slider {
  filter: drop-shadow(5px 5px 30px #0000001A);
}

.productMain_slider .productMain_item,
.platformItem_slider .platformItem_item {
  box-shadow: none !important;
}

.productMain_slider .swiper-slide,
.serviceMain_slider .swiper-slide,
.platformItem_slider .swiper-slide {
  height: auto;
}

.swiper_btn_flex {
  top: 0;
  right: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  gap: 10px;
}

.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next) {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background: #2727271A !important;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  transform: none;
  right: auto;
  left: auto;
  padding: 0;
  margin: 0;
}

.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next) svg {
  display: none;
}

.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next)::after {
  display: none !important;
}

.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next)::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('/wp-content/uploads/2025/08/arrow_outward_black.svg');
  filter: invert(46%) sepia(14%) saturate(0%) hue-rotate(293deg) brightness(105%) contrast(82%);
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
  transform: rotate(45deg);
  background-size: 13px;
  z-index: 1;
}

.swiper_btn_flex :is(.swiper-button-prev)::before {
  transform: rotate(45deg) scale(-1);
}

.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next):hover,
.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next):focus {
  background: var(--c_black) !important;
}

.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next):hover::before,
.swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next):focus::before {
  filter: brightness(0) invert(1);
}

.productMain_item {
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  background-color: var(--c_white);
  box-shadow: 5px 5px 30px 0px #0000001A;
  border-radius: 15px;
  overflow: hidden;
}

.productMain_item figure {
  width: 100%;
  aspect-ratio: 1 / 0.7;
}

.productMain_item figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.productMain_item ._item_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 18px 18px;
  min-height: 240px;
}

.productMain_item ._item_info .product-link {
  width: 100%;
  display: block;
  margin: 10px 0;
}

.productMain_item .sku {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: var(--c_grey);
}

.productMain_item .sku:hover {
  text-decoration: underline;
}

.productMain_item ._item_info :is(h2.woocommerce-loop-product__title, h3) {
  color: var(--c_black) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  width: 100%;
  margin: 0;
}

.productMain_item ._item_info h3 {
  margin: 10px 0 !important;
}

.productMain_item .btn_flex {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: auto;
  gap: 10px;
}

.productMain_item .btn_flex .yith-ywraq-add-button,
.elementor-add-to-cart form.cart {
  position: relative;
}

.productMain_item .btn_flex .yith-ywraq-add-button>img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.quantity_wrp,
.productMain_item .btn_flex label {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  padding: 5px 15px;
  border: 1px solid var(--c_black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 0;
  height: 50px;
  gap: 20px;
}

.elementor-add-to-cart form.cart .quantity_wrp {
  font-size: 20px;
  height: 60px;
}

.quantity_wrp select,
.productMain_item .btn_flex label select {
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 0 15px 0 6px;
  background-position: right 0 center;
  background-size: 12px;
  border: none;
  width: auto;
}

.elementor-add-to-cart form.cart .quantity_wrp select {
  height: 40px;
  font-size: 20px;
}

.productMain_item .quantity_wrp {
  width: 90%;
}

.productMain_item .btn_flex>span.screen-reader-text,
.productMain_item .btn_flex>.clear,
.elementor-add-to-cart form.cart .clear {
  display: none;
}

.productMain_item .yith_ywraq_add_item_response_message,
.productMain_item .yith_ywraq_add_item_product_message,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_response_message,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_product_message {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 8px;
  opacity: 0.6;
}

.productMain_item .yith_ywraq_add_item_response_message,
.productMain_item .yith_ywraq_add_item_product_message {
  margin-top: 14px;
}

.productMain_item .btn_flex .yith-ywraq-add-to-quote,
.elementor-add-to-cart form.cart .yith-ywraq-add-to-quote {
  width: 100%;
  margin: 0 !important;
}

.productMain_item .btn_flex .btnn,
.productMain_item .btn_flex .add-request-quote-button,
.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a,
.woocommerce-active .productMain_item .btn_flex .yith-ywraq-add-button a.add-request-quote-button.button,
.bulk-request-header.list-view .button.bulk-add-to-request {
  font-size: 15px;
  min-height: 50px;
  padding: 5px 15px;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin-top: 0;
  z-index: 1;
}

.bulk-request-header.list-view .button.bulk-add-to-request {
  width: auto;
}

.productMain_item .btn_flex .btnn::before,
.productMain_item .btn_flex .add-request-quote-button::before,
.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a::before,
.woocommerce-active .productMain_item .btn_flex .yith-ywraq-add-button a.add-request-quote-button.button::before,
.bulk-request-header.list-view .button.bulk-add-to-request::before {
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%) scale(1);
  background-color: var(--c_white);
  transition: var(--transition);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}

.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a {
  font-size: 14px;
}

.woocommerce .productMain_item .btn_flex .add-request-quote-button,
.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a,
.elementor-add-to-cart form.cart .add-request-quote-button,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a,
.bulk-request-header.list-view .button.bulk-add-to-request {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 1px !important;
  color: var(--c_white) !important;
  background: var(--c_black) !important;
  border: none !important;
  transition: var(--transition);
  border-radius: 5px;
  font-weight: 500 !important;
  text-decoration: none !important;
  font-style: normal !important;
  position: relative;
  z-index: 1;
  gap: 8px;
}

.elementor-add-to-cart form.cart .add-request-quote-button,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a {
  height: auto;
  font-size: 20px;
  min-height: 60px;
  padding: 5px 25px;
  color: var(--c_black) !important;
  background: var(--c_gradient_1) !important;
  box-shadow: var(--shadow);
  margin-top: 0;
}

.woocommerce .productMain_item .btn_flex .add-request-quote-button::after,
.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a::after,
.elementor-add-to-cart form.cart .add-request-quote-button::after,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a::after,
.bulk-request-header.list-view .button.bulk-add-to-request::after {
  content: "";
  display: inline-flex;
  transition: var(--transition);
  background-image: url('/wp-content/uploads/2025/08/arrow_outward_white.svg');
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: 12px;
  position: relative;
  height: 12px;
  width: 12px;
  top: -1px;
}

.elementor-add-to-cart form.cart .add-request-quote-button::after,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a::after {
  filter: brightness(0);
  background-size: 14px;
  height: 14px;
  width: 14px;
}

.woocommerce .productMain_item .btn_flex .add-request-quote-button:hover,
.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a:hover {
  color: var(--c_white) !important;
  background: var(--c_black) !important;
  border: none !important;
}

.woocommerce .productMain_item .btn_flex .add-request-quote-button:hover::before,
.woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a:hover::before,
.bulk-request-header.list-view .button.bulk-add-to-request:hover::before {
  transform: translate(-50%, -50%) scale(1) !important;
  border-radius: 0 !important;
  opacity: 0.3 !important;
}

.elementor-add-to-cart form.cart .add-request-quote-button:hover,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a:hover {
  color: var(--c_black) !important;
  background: var(--c_gradient_1) !important;
  border: none !important;
}

.elementor-add-to-cart form.cart .add-request-quote-button::before,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a::before {
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.5);
  background-color: var(--c_white);
  transition: var(--transition);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}

.elementor-add-to-cart form.cart .add-request-quote-button:hover::before,
.elementor-add-to-cart form.cart .yith_ywraq_add_item_browse_message a:hover::before {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
  opacity: 0.5;
}

.productMain_item .btn_flex .btnn img,
.serviceMain_item ._item_info .btnn img {
  height: 10px;
  transition: var(--transition);
}

.serviceMain_item {
  height: 100%;
  box-shadow: var(--shadow);
  background-color: var(--c_white);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.serviceMain_item figure {
  width: 100%;
  height: 195px;
}

.serviceMain_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.serviceMain_item ._item_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 18px;
}

.serviceMain_item ._item_info h6 {
  margin-bottom: 10px;
}

.serviceMain_item ._item_info h5 {
  margin-bottom: 15px;
}

.serviceMain_item ._item_info p {
  line-height: 1.3;
  margin-top: auto;
  margin-bottom: 20px;
}

.serviceMain_item ._item_info .btnn {
  font-size: 15px;
  min-height: 50px;
  padding: 5px 20px;
}

.platformItem_slider ._item_info .btnn {
  padding: 0;
  min-height: 1px;
  background: transparent !important;
  color: var(--c_black) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
  box-shadow: none !important;
}

.platformItem_slider ._item_info .btnn img {
  filter: brightness(0) invert(13%) sepia(0%) saturate(0%) hue-rotate(269deg) brightness(96%) contrast(93%);
}

.platformItem_slider ._item_info .btnn::before {
  display: none;
}

.circle_list ul.elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.circle_list ul.elementor-icon-list-items.elementor-inline-items {
  flex-direction: row;
}

.circle_list ul.elementor-icon-list-items li.elementor-icon-list-item {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--c_black);
  padding: 0 15px !important;
  border-radius: 40px;
  min-height: 42px;
}

.circle_list.v2.elementor-icon-list--layout-inline ul.elementor-icon-list-items li.elementor-icon-list-item {
  padding: 0 12px !important;
  min-height: 28px;
}

.circle_list.v2 ul.elementor-icon-list-items li.elementor-icon-list-item {
  border: 1px solid var(--c_white);
}

.circle_list ul.elementor-icon-list-items:not(.elementor-inline-items) li.elementor-icon-list-item {
  margin: 0 !important;
  padding: 0 25px !important;
}

.circle_list ul.elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
  margin-bottom: 15px !important;
}

.circle_list.v2 ul.elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
  margin-bottom: 10px !important;
}

.circle_list.v3 ul.elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
  margin-bottom: 10px !important;
}

.subs_list .elementor-widget-text-editor ul {
  list-style: disc;
  padding-left: 25px;
}

.subs_list .elementor-widget-text-editor ul li {
  line-height: 1.2;
}

.subs_list .elementor-widget-text-editor ul li:not(:last-child) {
  margin-bottom: 9px;
}

.customer_logos_sc {
  padding: 50px 0;
  background-color: var(--c_white);
}

.customer_logos_sc h6 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-bottom: 20px;
}

.logos_slider .swiper-wrapper {
  align-items: center;
}

.logos_slider .swiper-slide {
  height: auto;
}

.logos_slider figure {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos_slider figure img {
  max-height: 100%;
}

.logos_slider figure img {
  filter: grayscale(1);
}

.platformItem_item {
  height: 100%;
  box-shadow: 5px 5px 30px 0px #0000001A;
  background-color: var(--c_white);
  border-radius: 15px;
  overflow: hidden;
}

.platformItem_item figure {
  width: 100%;
  aspect-ratio: 1 / 0.71;
  background-color: #F5F5F5;
  padding: 20px;
}

.platformItem_item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.platformItem_item ._item_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 25px;
}

.platformItem_item ._item_info h5 {
  font-weight: 600 !important;
}

.platformItem_item ._item_info table {
  width: 100%;
  margin: 15px 0 40px;
}

.platformItem_item ._item_info table td {
  padding: 6px 12px;
  line-height: 1.2;
  font-weight: 400;
}

.platformItem_item ._item_info table td:first-child {
  width: 80px;
  padding-left: 0;
}

.platformItem_item ._item_info table td:last-child {
  padding-right: 0;
}

.platformItem_slider:not(.swiper) {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 25px;
}

.platformItem_slider:not(.swiper) .platformItem_item {
  width: calc(25% - (25px * 3 / 4));
}

.serviceMain_slider:not(.swiper) {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 !important;
  gap: 25px;
}

.serviceMain_slider:not(.swiper) .serviceMain_item {
  height: auto;
  width: calc(25% - (25px * 3 / 4));
}

.serviceMain_slider.grid_3 .serviceMain_item {
  width: calc(100% / 3 - (25px * 2 / 3));
}

.title_gradient .elementor-image-box-title {
  width: auto;
  display: inline-flex;
  background: var(--c_gradient_1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cust_accordion .e-n-accordion-item:not([open]) {
  height: auto !important;
}

.cust_accordion .e-n-accordion-item:not(:last-child) {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 0;
}

.cust_accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding-block: 20px;
}

.cust_accordion .e-n-accordion-item>.elementor-element {
  top: -5px;
  position: relative;
}

.swiper_slider .elementor-swiper-button-prev svg {
  transform: rotate(45deg) scale(-1);
}

.swiper_slider .elementor-swiper-button-next svg {
  transform: rotate(45deg);
}

.elementor-swiper-button.elementor-swiper-button-prev {
  transform: translate(calc(-100% - 30px), -50%) !important;
}

.elementor-swiper-button.elementor-swiper-button-next {
  transform: translate(calc(100% + 30px), -50%) !important;
}

.caseStudy_sc .s_head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  gap: 15px;
}

.caseStudy_sc .s_head h6 {
  text-transform: uppercase;
}

.caseStudy_sc .s_head p {
  font-size: 25px;
  line-height: 1.4;
}

.caseStudy_grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 40px;
}

.caseStudy_item {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: calc(100% / 3 - (40px * 2 / 3));
  background-color: var(--c_white);
  box-shadow: var(--shadow);
  border-radius: 5px;
  overflow: hidden;
}

.caseStudy_item>figure {
  width: 100%;
  aspect-ratio: 1 / 0.62;
  position: relative;
}

.caseStudy_item>figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}

.caseStudy_item ._item_info {
  flex: 1;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.caseStudy_item ._item_info h4 {
  line-height: 1.1;
  margin-bottom: 8px;
}

.caseStudy_item ._item_info p {
  line-height: 1.3;
}

.caseStudy_item ._item_info .btnn {
  font-size: 15px;
  min-height: 45px;
  margin-top: auto;
}

.caseStudy_item ._item_info .btnn img {
  width: 12px;
}

.caseStudy_sc .btn_center {
  margin-top: 60px;
  text-align: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  overflow: visible !important;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  box-shadow: 5px 5px 20px 0px #0C0C0D26;
  border-radius: 15px;
  max-width: 460px;
  object-fit: cover;
}

table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.shop_attributes th {
  width: 200px;
  padding: 3px 20px 3px 0;
  line-height: 1.2;
  color: #686868;
  font-weight: 400;
}

table.shop_attributes td {
  padding: 3px 0;
  color: var(--c_black);
  line-height: 1.2;
  font-weight: 400;
}

.elementor-add-to-cart.elementor-product-simple .stock {
  display: none;
}

.elementor-add-to-cart>form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-breadcrumb * {
  line-height: 1.2;
}

.woocommerce-breadcrumb a {
  text-decoration: underline !important;
}

.quantity_wrp:has(~.yith-ywraq-add-to-quote .yith-ywraq-add-button.addedd, ~.yith-ywraq-add-to-quote .yith-ywraq-add-button.hide) {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #E3E3E3 !important;
  opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c_black) !important;
}

.casestudy_features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.casestudy_features .feature_item {
  padding: 30px 25px;
  width: calc(50% - (25px / 2));
  background: linear-gradient(180deg, rgba(1, 187, 246, 0) 22.02%, rgba(1, 187, 246, 0.15) 169.64%);
  box-shadow: 5px 5px 30px 0px #0000001A;
  border-radius: 15px;
}

.casestudy_features .feature_item figure {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px !important;
  background-color: var(--c_black);
  border-radius: 7px;
}

.casestudy_features .feature_item h3 {
  margin-bottom: 15px;
}

.post_grid_sc .eael-post-grid-container .eael-post-grid,
.post_grid_sc1 .eael-post-grid-container .eael-post-grid,
.post_list_sc .eael-post-grid-container .eael-post-grid {
  margin: 0;
}

.post_grid_sc .eael-post-grid-container .eael-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.post_grid_sc.elementor-grid-eael-col-3 .eael-post-grid-container .eael-grid-post {
  overflow: hidden;
  width: calc(100% / 3 - (40px * 2 / 3));
}

.post_grid_sc .eael-grid-post .eael-entry-title a {
  white-space: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_grid_sc .eael-grid-post .eael-grid-post-holder {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.post_grid_sc .eael-grid-post .eael-grid-post-holder .eael-entry-media {
  height: 100% !important;
}

.post_grid_sc.grid_06 .eael-grid-post .eael-grid-post-holder .eael-entry-thumbnail {
  height: 100% !important;
}

.post_grid_sc .eael-grid-post .eael-entry-wrapper {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  padding: 25px;
}

.post_grid_sc .eael-grid-post .eael-entry-wrapper::before {
  content: "News";
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--c_white);
  margin-bottom: auto;
  line-height: 1.2;
  display: flex;
}

.post_grid_sc.case_grid .eael-grid-post .eael-entry-wrapper::before {
  content: "Case Studies";
}

.post_grid_sc .eael-entry-media .eael-entry-overlay {
  opacity: 0;
}

.post_grid_sc .eael-entry-meta .eael-posted-by,
.post_grid_sc .eael-entry-meta span::before {
  display: none !important;
}

.post_grid_sc.grid_06 .eael-post-grid {
  display: grid;
  --item_gap: 15px;
  --item_height: 260px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: var(--item_height);
  grid-column-gap: var(--item_gap);
  grid-row-gap: var(--item_gap);
  grid-auto-flow: row dense;
}

.post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 1) {
  grid-column: 1 / 4;
  grid-row: span 1;
  height: var(--item_height);
}

.post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 2) {
  grid-column: 1 / 2;
  grid-row: span 1;
  height: var(--item_height);
}

.post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 3) {
  grid-column: 2 / 4;
  grid-row: span 1;
  height: var(--item_height);
}

.post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 4) {
  grid-column: 4 / 6;
  grid-row: span 2;
  height: calc((var(--item_height) * 2) + var(--item_gap));
}

.post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 5) {
  grid-column: 6 / 7;
  grid-row: span 1;
  height: var(--item_height);
}

.post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 6) {
  grid-column: 6 / 7;
  grid-row: span 1;
  height: var(--item_height);
}


/* grid_3 */
.post_grid_sc.grid_03 .eael-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.post_grid_sc.grid_03 .eael-grid-post:nth-child(3n + 1) {
  width: 100%;
}

.post_grid_sc.grid_03 .eael-grid-post:nth-child(3n + 2) {
  width: calc(50% - 10px);
}

.post_grid_sc.grid_03 .eael-grid-post:nth-child(3n + 3) {
  width: calc(50% - 10px);
}

.post_grid_sc .eael-load-more-button {
  color: var(--c_black) !important;
  background: var(--c_gradient_1) !important;
  gap: 10px !important;
}

.post_grid_sc .eael-load-more-button:hover {
  color: var(--c_white) !important;
  background: var(--c_black) !important;
}

.post_grid_sc .eael-load-more-button::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41562 13.75L0.015625 12.35L9.61563 2.75H1.01562V0.75H13.0156V12.75H11.0156V4.15L1.41562 13.75Z" fill="currentColor"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0);
}

.post_grid_sc .eael-load-more-button:hover::after {
  filter: brightness(0) invert(1);
}

.sticky_image {
  position: sticky !important;
  top: 80px;
}

.auth_left_box {
  padding-left: 15% !important;
}

.auth_box .form .control_group,
.auth_box .form .row {
  margin-bottom: 25px;
}

.auth_box .form .row .control_group {
  margin-bottom: 0;
}

.auth_box .form :is(input, select) {
  height: 52px;
}

.auth_box .form :is(input, select):not(:focus) {
  border-color: var(--c_black);
}

.auth_box .form :is(input, select)::placeholder {
  color: var(--c_black);
}

.auth_box .form .btn_flex {
  padding-block: 5px 30px;
}

.auth_box .form .btn_flex .btnn {
  width: 100%;
  min-height: 52px;
  padding: 5px 25px;
}

.auth_box .auth_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.auth_box .auth_bottom.center {
  justify-content: center;
}

.auth_box .auth_bottom a {
  color: var(--c_black);
}

.auth_box .auth_bottom a:hover,
.auth_box .auth_bottom a:last-child {
  text-decoration: underline;
}

div#wc-login-message:empty {
  display: none !important;
}

div#wc-login-message {
  background: var(--c_grey);
  border-left: 3px solid var(--c_grey);
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

div#wc-login-message:has(.error) {
  border-left-color: #ff0000;
  background-color: rgba(255, 0, 0, .1);
}

div#wc-login-message p,
label.error {
  font-size: 14px;
}

label.error {
  color: #ff0000;
  margin: 3px 0 0;
}

.elementor-widget-yith_wcan_filters .reset-filters,
.bulk-request-header,
.yith-request-checkbox-wrap {
  display: none;
}

.list-view.bulk-request-header,
.products.list-view .yith-request-checkbox-wrap {
  display: block;
}

.region_select .elementor-field .select-caret-down-wrapper {
  display: none;
}

.yith-request-a-quote-page table.shop_table.cart :is(tbody, tfoot) :is(td, th).product-name a {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  font-weight: 400;
  gap: 5px;
}

.yith-request-a-quote-page table.shop_table.cart :is(tbody, tfoot) :is(td, th).product-name a small {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: var(--c_grey);
  margin-bottom: 5px;
  gap: 5px;
}

.casestudy_features .feature_item p {
  font-size: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 1300px) {
  .casestudy_features .feature_item p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1250px) {
  .casestudy_features .feature_item p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199.98px) {
  .casestudy_features .feature_item p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.98px) {
  .casestudy_features .feature_item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .casestudy_features .feature_item p {
    font-size: 16px;
  }
}

.cs_meta_list .eael-feature-list-items .eael-feature-list-item {
  padding: 0 !important;
  margin-bottom: 0;
}

.cs_meta_list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
  display: flex;
  align-items: center;
  margin: 0 !important;
  gap: 10px;
}

.cs_meta_list .eael-feature-list-items .eael-feature-list-title {
  margin-top: 0 !important;
}




/* Responsiveness */
@media screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }

  .btnn {
    font-size: 18px;
  }

  label {
    font-size: 18px;
  }

  .btnn.sm {
    min-height: 50px;
  }

  .site_logo .custom-logo-link img {
    height: 28px;
  }

  .menu_aside {
    margin: 0 0 0 50px;
  }

  .site_menu {
    gap: 35px;
  }

  .site_footer .footer_menu li,
  .site_footer .inner .single h2 {
    font-size: 18px !important;
  }

  .site_footer .inner {
    padding-block: 60px 100px;
  }

  .site_footer .inner .rt_group {
    gap: 100px;
  }

  .site_footer .site_logo .custom-logo-link img {
    height: 35px;
  }

  .custom_file {
    min-width: 155px;
    font-size: 18px;
  }

  .products_search input:not([type="checkbox"], [type="radio"]),
  .products_search select,
  .products_search textarea {
    height: 55px;
    font-size: 18px;
  }

  .products_search .btnn {
    min-height: 55px;
  }

  .products_search .form .control_group .float_icon {
    top: 17px;
  }

  .platformItem_slider:not(.swiper) {
    gap: 30px 20px;
  }

  .platformItem_slider:not(.swiper) .platformItem_item {
    width: calc(25% - (20px * 3 / 4));
  }

  .caseStudy_sc .s_head {
    margin-bottom: 30px;
    gap: 10px;
  }

  .caseStudy_sc .s_head p {
    font-size: 22px;
  }

  .caseStudy_grid {
    margin-top: 50px;
    gap: 30px;
  }

  .caseStudy_item {
    width: calc(100% / 3 - (30px * 2 / 3));
  }

  .post_grid_sc.grid_06 .eael-post-grid {
    --item_height: 250px;
  }

  .site_menu>li>a {
    font-size: 18px;
  }

  .megaMenu_box .info {
    font-size: 22px;
  }

  .megaMenu_box .figure_icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 8px;
    padding: 10px;
  }

  .megaMenu_box>span {
    font-size: 16px;
    gap: 30px;
  }

  .megaMenu_box {
    min-height: 170px;
  }

  .megaMenu_inner .lt_s {
    min-height: 170px;
  }

  .megaMenu_inner .nav-tabs .nav-link {
    font-size: 20px;
  }

  .action_menu .btnn_text {
    font-size: 18px;
  }

  .megaMenu_bar ul li a {
    font-size: 18px;
  }

  .megaMenu_bar .btnn_btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  body {
    font-size: 15px;
  }

  .ut_spc,
  .u_spc {
    padding-top: 60px;
  }

  .ub_spc,
  .u_spc {
    padding-bottom: 60px;
  }

  .btnn {
    font-size: 16px;
    min-height: 51px;
  }

  .elementor-button span.elementor-button-icon svg {
    top: 0px;
    width: 12px;
    font-size: 12px;
  }

  .btnn.sm {
    min-height: 45px;
  }

  .content,
  .elementor-location-archive,
  .elementor-location-single {
    padding-top: 70px;
  }

  label {
    font-size: 16px;
  }

  input:not([type="checkbox"], [type="radio"]),
  select,
  textarea {
    font-size: 16px;
  }

  input:not([type="checkbox"], [type="radio"]) {
    height: 42px;
    padding: 0 10px;
  }

  select {
    height: 42px;
    padding: 0 35px 0 10px;
    background-position: right 12px center;
    background-size: 12px;
  }

  .custom_file {
    height: 42px;
    min-width: 150px;
    font-size: 16px;
  }

  .site_logo .custom-logo-link img {
    height: 25px;
  }

  .menu_aside {
    margin: 0 0 0 45px;
  }

  .site_menu {
    gap: 30px;
  }

  .site_menu>li>a {
    font-size: 16px !important;
    min-height: 70px;
    gap: 4px;
  }

  .site_menu>li:has(.site_megaMenu)>a::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
    top: 0px;
  }

  .megaMenu_box .info strong::after,
  .megaMenu_list li a>:is(span, strong)::after,
  .megaMenu_list li a.active>:is(span, strong)::after {
    top: 7px;
    width: 10px;
    height: 10px;
  }

  .action_menu .btnn_text {
    font-size: 16px;
  }

  .action_menu .btn_flex {
    gap: 20px;
  }

  .action_menu {
    gap: 15px;
  }

  .megaMenu_box .info {
    font-size: 20px;
  }

  .megaMenu_box>span {
    font-size: 15px;
    gap: 20px;
  }

  .megaMenu_bar .btnn_btn {
    font-size: 18px;
  }

  .site_footer .footer_menu li,
  .site_footer .inner .single h2 {
    font-size: 16px !important;
  }

  .site_footer .site_logo .custom-logo-link img {
    height: 30px;
    filter: brightness(0) invert(1);
  }

  .megaMenu_inner {
    padding: 25px 25px 25px 45px;
  }

  .site_footer .inner {
    padding-block: 55px 80px;
  }

  .site_footer .footer_menu li:not(:last-child) {
    margin-bottom: 12px;
  }

  .site_footer .client_logos img,
  .site_footer .store_btns img {
    height: 45px;
  }

  .site_footer .inner2 {
    padding-bottom: 35px;
  }

  .social_icons li a {
    width: 35px;
    height: 35px;
  }

  .copywrite {
    padding: 22px 0;
  }

  .logos_slider figure img {
    max-height: 60px;
    max-width: 150px;
  }

  .productMain_item .sku {
    min-height: 36px;
    font-size: 14px;
    padding: 5px 15px;
  }

  .productMain_item ._item_info :is(h2.woocommerce-loop-product__title, h3) {
    font-size: 16px !important;
  }

  .quantity_wrp,
  .productMain_item .btn_flex .btnn {
    font-size: 14px;
    min-height: 50px;
    padding: 5px 15px;
  }

  .productMain_item .btn_flex select {
    font-size: 14px;
  }

  .categoryMain_grid {
    gap: 20px;
  }

  .categoryMain_item {
    width: calc(100% / 3 - (20px * 2 / 3)) !important;
  }

  .products_search input:not([type="checkbox"], [type="radio"]),
  .products_search select,
  .products_search textarea {
    height: 50px;
    font-size: 16px;
  }

  .products_search .form .btnn {
    min-width: 140px;
    min-height: 50px;
  }

  .products_search .form .control_group .float_icon {
    top: 14px;
    left: 15px;
  }

  .products_search .form .control_group:has(.float_icon) input:not([type="checkbox"], [type="radio"]) {
    padding-left: 48px;
  }

  .products_search .tab_container>.nav li .nav-link {
    font-size: 16px;
    min-height: 40px;
  }

  .circle_list ul.elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-bottom: 10px !important;
  }

  .circle_list ul.elementor-icon-list-items li.elementor-icon-list-item {
    padding: 0 12px !important;
    min-height: 34px;
  }

  .circle_list ul.elementor-icon-list-items:not(.elementor-inline-items) li.elementor-icon-list-item {
    padding: 0 16px !important;
  }

  .platformItem_item ._item_info {
    padding: 25px 20px 20px;
  }

  ._item_info ._item_info h5 {
    font-size: 20px;
  }

  .platformItem_item ._item_info table {
    margin: 12px 0 16px;
  }

  .elementor-swiper-button.elementor-swiper-button-prev {
    transform: translate(calc(-100% - 15px), -50%) !important;
  }

  .elementor-swiper-button.elementor-swiper-button-next {
    transform: translate(calc(100% + 15px), -50%) !important;
  }

  .casestudy_features .feature_item figure {
    margin-bottom: 25px !important;
  }

  .caseStudy_sc .s_head {
    margin-bottom: 20px;
    gap: 5px;
  }

  .caseStudy_sc .s_head p {
    font-size: 20px;
  }

  .caseStudy_grid {
    margin-top: 40px;
    gap: 20px;
  }

  .caseStudy_item {
    width: calc(100% / 3 - (20px * 2 / 3));
  }

  .caseStudy_sc .btn_center {
    margin-top: 40px;
  }

  .post_grid_sc.grid_06 .eael-post-grid {
    --item_height: 220px;
  }

  .auth_left_box {
    padding-left: 5vw !important;
  }

  .auth_box .form .control_group {
    margin-bottom: 15px;
  }

  section.related.products .productMain_slider.swiper {
    padding-top: 75px !important;
    margin-top: -75px !important;
  }

  .single-case-study .casestudy_features {
    gap: 25px;
  }

  .single-case-study .casestudy_features .feature_item {
    padding: 25px;
    width: calc(50% - (25px / 2));
  }

  .megaMenu_bar ul li a {
    font-size: 16px;
  }

  .megaMenu_box {
    padding: 16px;
    min-height: 150px;
    border-radius: 10px;
  }

  .megaMenu_box .figure_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 6px;
    padding: 10px;
  }

  .megaMenu_inner .rt_s .tab-content {
    padding-left: 50px;
  }

  .megaMenu_inner .nav-tabs .nav-link {
    font-size: 18px;
  }

  .megaMenu_inner .lt_s {
    width: 320px;
    min-width: 320px;
    padding-right: 30px;
    min-height: 150px;
  }

  .megaMenu_inner.v2 .lt_s {
    width: 150px;
    min-width: 150px;
    padding-right: 20px;
  }

  .megaMenu_inner .rt_s {
    width: calc(100% - 320px);
  }

  .megaMenu_inner.v2 .rt_s {
    width: calc(100% - 150px);
  }

  .megaMenu_list {
    width: 58%;
    padding: 0 35px;
    gap: 20px 20px;
  }

  .megaMenu_case {
    width: 42%;
    padding: 20px 20px 16px;
    min-height: 185px;
  }

  .megaMenu_bar .btnn_btn img {
    width: 12px;
  }

  .megaMenu_boxes {
    gap: 20px;
  }

  .tab-content .megaMenu_box {
    width: calc(100% / 3 - (20px * 2 / 3));
  }

  .megaMenu_inner .nav-tabs .nav-link::after {
    width: 12px;
    height: 12px;
    top: 1px;
  }

  .megaMenu_bar {
    padding: 15px 25px 15px 45px;
  }

  .auth_box .form :is(input, select) {
    height: 46px;
  }

  .auth_box .form .btn_flex .btnn {
    min-height: 46px;
  }
}

@media screen and (max-width: 1199.98px) {
  body {
    font-size: 14px;
  }

  .site_header {
    padding: 12px 0;
  }

  a.site_hamburgur {
    margin-left: auto;
  }

  a.site_hamburgur img {
    height: 25px;
  }

  .action_menu {
    margin-left: 30px;
  }

  .aside_active .menu_aside {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0);
  }

  .menu_aside {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: var(--c_white);
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    transform: translate(-100%, 0);
    transition: var(--transition);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    z-index: 9;
  }

  .menu_aside .site_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
  }

  .site_menu {
    gap: 0;
    flex-direction: column;
    width: 100%;
  }

  .site_menu>li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site_menu>li:not(:last-child) {
    margin-bottom: 20px;
  }

  .site_menu>li>a {
    width: 100%;
    min-height: 1px;
    font-weight: 600;
    padding: 10px 15px;
    justify-content: space-between;
    background-color: var(--c_grey);
    border-radius: 5px;
    gap: 10px;
  }

  .site_menu>li>a:has(+.site_megaMenu.menu_active) {
    border-radius: 5px 5px 0 0;
  }

  .site_megaMenu {
    opacity: 1;
    border: none;
    position: initial;
    visibility: visible;
    border-radius: 0 0 5px 5px;
    transform: none;
    display: none;
  }

  .site_megaMenu.menu_active {
    display: block;
  }

  .site_megaMenu .conta_iner {
    width: 100%;
  }

  .megaMenu_inner {
    padding: 25px;
  }

  .megaMenu_inner.v2 .lt_s {
    width: 135px;
    min-width: 135px;
    padding-right: 15px;
  }

  .megaMenu_inner.v2 .rt_s {
    width: calc(100% - 135px);
  }

  .megaMenu_inner .nav-tabs .nav-link {
    font-size: 16px;
    min-height: 40px;
  }

  .megaMenu_inner .rt_s .tab-content {
    padding-left: 30px;
  }

  .megaMenu_boxes {
    gap: 15px;
  }

  .tab-content .megaMenu_box {
    width: calc(100% / 3 - (15px * 2 / 3));
  }

  .megaMenu_box .info {
    font-size: 18px;
  }

  .megaMenu_box>span {
    font-size: 14px;
  }

  .megaMenu_bar {
    padding: 15px 25px;
  }

  .megaMenu_bar .btnn_btn {
    font-size: 16px;
  }

  .site_footer .inner {
    flex-wrap: wrap;
  }

  .site_footer .inner .single {
    max-width: initial !important;
  }

  .site_footer .inner {
    gap: 40px 40px;
  }

  .site_footer .inner .rt_group {
    width: 100%;
    padding-left: 0;
    gap: 150px;
  }

  .site_footer .client_logos img,
  .site_footer .store_btns img {
    height: 40px;
  }

  .products_search .tab_container>.nav {
    padding: 3px;
  }

  .products_search .tab_container>.nav li .nav-link {
    min-height: 38px;
    min-width: 110px;
  }

  .products_search .tab-content {
    margin-top: 15px;
  }

  .products_search .form {
    padding: 5px;
    flex-direction: column;
    align-items: stretch;
    max-width: 500px;
    margin: 0 auto;
  }

  .products_search .form .control_group:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .productMain_item ._item_info {
    min-height: 220px;
    padding: 12px 15px 15px;
  }

  .categoryMain_item h4 {
    font-size: 20px !important;
  }

  .categoryMain_item {
    border-radius: 10px;
    padding: 25px 25px;
  }

  .platformItem_slider:not(.swiper) .platformItem_item {
    width: calc(100% / 3 - (20px * 2 / 3));
  }

  .serviceMain_slider:not(.swiper) {
    gap: 20px;
  }

  .serviceMain_slider:not(.swiper) .serviceMain_item,
  .serviceMain_slider.grid_3 .serviceMain_item {
    width: calc(100% / 3 - (20px * 2 / 3));
  }

  .caseStudy_sc .s_head {
    text-align: center;
  }

  .caseStudy_sc .s_head p {
    font-size: 18px;
  }

  .caseStudy_item {
    width: calc(100% / 2 - (20px * 1 / 2));
  }

  .post_grid_sc.grid_06 .eael-post-grid {
    display: flex;
    flex-wrap: wrap;
    --item_gap: 15px;
    --item_height: 200px;
    gap: var(--item_gap);
  }

  .post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 1),
  .post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 4) {
    width: 100%;
    height: var(--item_height);
  }

  .post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 2),
  .post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 3),
  .post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 5),
  .post_grid_sc.grid_06 .eael-grid-post:nth-child(6n + 6) {
    width: calc(50% - (var(--item_gap) / 2));
    height: var(--item_height);
  }

  .auth_left_box {
    padding-right: 5vw !important;
  }

  .site_header nav {
    padding-inline: 0;
  }

  .casestudy_features .feature_item figure {
    width: 45px;
    height: 45px;
    margin-bottom: 20px !important;
    border-radius: 5px;
    padding: 10px;
  }

  .casestudy_features .feature_item h3 {
    margin-bottom: 10px;
  }

  .single-case-study .casestudy_features {
    gap: 20px;
  }

  .single-case-study .casestudy_features .feature_item {
    padding: 20px;
    width: calc(50% - (20px / 2));
  }
}

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

  .content,
  .elementor-location-archive,
  .elementor-location-single {
    padding-top: 65px;
  }

  .action_menu li .btnn {
    font-size: 14px;
    min-height: 40px;
    padding: 5px 15px;
  }

  .action_menu li:has(.icon_btn):not(:last-child) {
    margin-left: 12px;
    margin-right: 2px;
  }

  .elementor-element.work_sc::before,
  .elementor-element.work_sc::after,
  .work_sc>.elementor-element::after {
    display: none;
  }

  .categoryMain_grid {
    gap: 15px !important;
  }

  .categoryMain_item {
    width: calc(100% / 2 - (15px * 1 / 2)) !important;
  }

  .swiper_btn_flex {
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
    top: auto;
    bottom: 0;
  }

  .productMain_slider,
  .serviceMain_slider,
  .platformItem_slider {
    padding: 15px 10px 65px !important;
    margin: -15px -10px 0 !important;
  }

  .productMain_slider:not(.swiper),
  .serviceMain_slider:not(.swiper),
  .platformItem_slider:not(.swiper) {
    padding-bottom: 0 !important;
  }

  .swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next) {
    width: 45px;
    height: 45px;
  }

  .platformItem_slider:not(.swiper) {
    gap: 20px 15px;
  }

  .serviceMain_slider:not(.swiper) {
    gap: 15px;
  }

  .platformItem_slider:not(.swiper) .platformItem_item,
  .serviceMain_slider:not(.swiper) .serviceMain_item,
  .serviceMain_slider.grid_3 .serviceMain_item {
    width: calc(100% / 2 - (15px / 2));
  }

  .elementor-swiper-button.elementor-swiper-button-next {
    top: calc(100% + 16px) !important;
    transform: translate(calc(100% + 10px), 0%) !important;
  }

  .elementor-swiper-button.elementor-swiper-button-prev {
    top: calc(100% + 16px) !important;
    transform: translate(calc(-100% - 10px), 0%) !important;
  }

  .caseStudy_sc .s_head p {
    font-size: 16px;
  }

  .caseStudy_sc.u_spc {
    padding-bottom: 20px;
  }

  .case_study_decs :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: 20px;
  }

  .megaMenu_inner {
    padding: 20px;
    flex-wrap: wrap;
  }

  .megaMenu_inner.v2 .lt_s {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    min-height: 1px;
    border: none;
  }

  .megaMenu_inner .nav-tabs {
    flex-direction: row;
    gap: 30px;
  }

  .megaMenu_inner .nav-tabs .nav-link {
    font-size: 15px;
    min-height: 1px;
    width: auto;
  }

  .megaMenu_inner .nav-tabs .nav-link::after {
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
  }

  .megaMenu_inner.v2 .rt_s {
    width: 100%;
    margin-top: 20px;
  }

  .megaMenu_inner .rt_s .tab-content {
    padding-left: 0;
  }

  .megaMenu_box .info {
    font-size: 16px;
  }

  .megaMenu_box .info strong::after,
  .megaMenu_list li a>:is(span, strong)::after,
  .megaMenu_list li a.active>:is(span, strong)::after {
    top: 4px;
  }

  .megaMenu_box .figure_icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 5px;
    padding: 8px;
  }

  .megaMenu_bar ul li a {
    font-size: 14px;
  }

  .megaMenu_bar .btnn_btn {
    font-size: 14px;
  }

  .megaMenu_bar .btnn_btn img {
    width: 10px;
    position: relative;
    top: 1px;
  }

  .megaMenu_bar {
    padding: 12px 20px;
  }
}

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

  .content,
  .elementor-location-archive,
  .elementor-location-single {
    padding-top: 101px;
  }

  .btnn {
    min-height: 46px;
    padding: 5px 20px;
  }

  .action_menu>li.btn_flex {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    gap: 0;
  }

  .action_menu>li.btn_flex .btnn,
  .action_menu>li.btn_flex .btnn_text {
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
  }

  .action_menu>li.btn_flex .btnn_text {
    font-size: 14px;
    min-height: 40px;
    padding: 5px 15px;
    font-weight: 500;
    color: var(--c_white);
    background: var(--c_black);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    text-transform: initial;
    letter-spacing: 0px;
    position: relative;
    line-height: 1.2;
    text-indent: 0px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
  }

  .site_header {
    padding: 55px 0 15px;
  }

  .site_header nav {
    position: initial;
  }

  .action_menu {
    margin-left: 15px;
  }

  .action_menu li:has(.icon_btn):not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }

  .menu_aside {
    padding: 20px 20px;
  }

  .site_megaMenu .conta_iner {
    padding: 0 !important;
  }

  .site_footer .inner .rt_group {
    gap: 30px;
    flex-wrap: wrap;
  }

  .site_footer .inner .single {
    width: calc(100% / 3 - (30px * 2 / 3));
  }

  .site_footer .inner .site_logo {
    margin-inline: auto;
  }

  .site_footer .inner .single h2 {
    margin-block: 0 15px;
  }

  .site_footer .footer_menu {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 20px;
  }

  .site_footer .inner2 {
    flex-direction: column;
  }

  .site_footer .inner {
    padding-block: 50px 70px;
  }

  .client_logos figure img {
    max-width: 80px;
    max-height: 28px;
  }

  .site_footer .client_logos {
    gap: 15px;
  }

  .site_footer .store_btns {
    gap: 10px;
  }

  .site_footer .store_btns img {
    height: 40px;
  }

  .social_icons li a {
    width: 35px;
    height: 35px;
  }

  .casestudy_features {
    gap: 15px;
  }

  .casestudy_features .feature_item {
    width: calc(50% - (15px / 2));
  }

  .caseStudy_sc .s_head p {
    font-size: 16px;
  }

  .auth_box .form .btn_flex {
    padding-block: 5px 20px;
  }

  .region_select .elementor-field select {
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    width: 160px !important;
    height: 46px !important;
  }

  .single-case-study .casestudy_features {
    gap: 15px;
  }

  .single-case-study .casestudy_features .feature_item {
    padding: 20px 18px;
    width: 100%;
  }

  .auth_box .form :is(input, select) {
    height: 42px;
  }

  .auth_box .form .btn_flex .btnn {
    min-height: 42px;
  }

  .tab-content .megaMenu_box {
    padding: 15px;
    min-height: 130px;
    width: calc(100% / 2 - (15px * 1 / 2));
  }
}

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

  label {
    font-size: 14px;
  }

  input:not([type="checkbox"], [type="radio"]),
  select,
  textarea {
    font-size: 14px;
  }

  .site_footer .footer_menu li {
    width: 100%;
  }

  .site_footer .inner {
    text-align: center;
  }

  .site_footer .footer_menu li {
    justify-content: center;
  }

  .site_footer .inner {
    padding-block: 50px 60px;
  }

  .copywrite .conta_iner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .site_footer .inner .single {
    width: 100%;
  }

  .copywrite p {
    font-size: 13px;
  }

  .logos_slider figure img {
    max-height: 40px;
    max-width: 80px;
  }

  .products_search .form .control_group:has(.float_icon) input:not([type="checkbox"], [type="radio"]) {
    padding-left: 35px;
  }

  .products_search .form .control_group .float_icon {
    top: 12px;
    left: 6px;
  }

  .products_search input:not([type="checkbox"], [type="radio"]),
  .products_search select,
  .products_search textarea {
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
  }

  .categoryMain_item {
    width: 100% !important;
    aspect-ratio: 1 / 0.55;
    padding: 30px 20px;
  }

  .categoryMain_item h4 {
    font-size: 18px !important;
  }

  .categoryMain_grid {
    gap: 10px;
  }

  .swiper_btn_flex :is(.swiper-button-prev, .swiper-button-next)::before {
    background-size: 12px;
  }

  .platformItem_slider:not(.swiper) .platformItem_item,
  .serviceMain_slider:not(.swiper) .serviceMain_item,
  .serviceMain_slider.grid_3 .serviceMain_item {
    width: 100% !important;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
  }

  .casestudy_features .feature_item {
    padding: 20px 15px;
    width: 100%;
  }

  .casestudy_features .feature_item figure {
    margin-bottom: 15px !important;
  }

  .casestudy_features .feature_item h5 {
    margin-bottom: 10px;
  }

  .post_grid_sc.grid_03 .eael-post-grid {
    gap: 10px;
  }

  .post_grid_sc.grid_03 .eael-grid-post:nth-child(3n + 2),
  .post_grid_sc.grid_03 .eael-grid-post:nth-child(3n + 3) {
    width: calc(50% - 5px);
  }

  .products_search .form .btnn img,
  .loadmore_wrp .btnn.btn_primary_gradient img {
    height: 12px;
    position: relative;
    top: 1px;
  }

  .caseStudy_sc .btn_center {
    margin-top: 30px;
  }

  .caseStudy_grid {
    margin-top: 30px;
    gap: 15px;
  }

  .caseStudy_item {
    width: 100%;
  }

  .post_grid_sc.grid_06 .eael-post-grid {
    --item_gap: 10px;
  }

  .customer_logos_sc {
    padding: 40px 0;
  }

  .megaMenu_inner {
    padding: 20px 15px;
  }

  .tab-content .megaMenu_box {
    min-height: 1px;
    width: 100%;
  }
}

.shop_filter .yith-wcan-filters {
  background-color: transparent;
  margin-bottom: 0;
}

.shop_filter .filters-container .active-filter a {
  background: var(--c_black);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 45px 10px 15px;
  line-height: 1;
  border: 1px solid var(--c_black);
}

.shop_filter .filters-container .active-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.shop_filter .filters-container .active-filter a::after {
  right: 15px;
  top: 50%;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path stroke="black" fill="black" stroke-width="5" d="M29.313 5.272l1.414 1.414-24.04 24.04-1.415-1.413z"/><path stroke="black" fill="black" stroke-width="5" d="M6.687 5.273l24.04 24.04-1.413 1.415L5.272 6.688z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  transform: translateY(-50%);
  background-position: center !important;
  background-color: #fff;
  color: var(--c_black);
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop_filter .yith-wcan-filter.filter-tax h4 {
  line-height: 1;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: var(--c_heading);
  padding-bottom: 5px;
  border-bottom: 1px solid #2727274D;
  margin-bottom: 20px;
}

.shop_filter .yith-wcan-filter.filter-tax h4::after {
  filter: brightness(0) invert(0);
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item {
  margin-bottom: 10px;
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item label input {
  height: 20px;
  width: 20px;
  min-width: 20px !important;
  border: 1px solid var(--c_black);
  appearance: none;
  border-radius: 4px;
  background: #fff;
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item label input:checked {
  background-image: url('data:image/svg+xml,<svg width="15" height="12" viewBox="0 0 -19 12" fill="%23000" xmlns="http://www.w3.org/2000/svg"><path d="M14.4607 1.20039C14.0607 0.800391 13.4607 0.800391 13.0607 1.20039L5.56074 8.70039L2.46074 5.60039C2.06074 5.20039 1.46074 5.20039 1.06074 5.60039C0.660742 6.00039 0.660742 6.60039 1.06074 7.00039L4.86074 10.8004C5.06074 11.0004 5.26074 11.1004 5.56074 11.1004C5.86074 11.1004 6.06074 11.0004 6.26074 10.8004L14.4607 2.60039C14.8607 2.20039 14.8607 1.60039 14.4607 1.20039Z" fill="%23000"/></svg>'), var(--c_gradient_1);
  background-size: 12px, cover;
  background-repeat: no-repeat;
  background-position: center;
}

.shop_filter .filter-items .toggle-handle {
  display: none !important;
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item a,
.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item a small {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--c_black) !important;
}

.shop_filter .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
  right: 5px;
  filter: brightness(0);
  top: calc(50% - 6px);
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item {
  margin-top: 10px;
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item a,
.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item a small {
  font-size: 16px !important;
}

.shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item label input {
  height: 18px !important;
  width: 18px !important;
  min-width: 18px !important;
}

.shop_resetBtn button {
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-align: right;
  text-decoration: underline;
  background-image: none !important;
  color: rgba(104, 104, 104, 1) !important;
  padding: 0 !important;

}

.shop_resultCount p {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  margin: 0 !important;
}

.shop_filter :is(.yith-wcan-active-filters, .yith-wcan-filters .yith-wcan-filter) {
  margin-bottom: 34px;
  position: relative;
  /* top: -20px; */
}

.shop_filter :is(.yith-wcan-active-filters, .yith-wcan-filters .yith-wcan-filter):last-child {
  margin-bottom: 0;
}

.shop_filter .yith-wcan-active-filters.no-titles.enhanced {
  top: -20px;
  margin-bottom: 20px;
}

.shop_productSort {
  display: flex;
  align-items: center !important;
  gap: 8px !important;
}

.shop_productSort .elementor-widget-heading span {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.shop_productSort .elementor-widget-shortcode form {
  margin: 0 !important;
}

.shop_productSort .elementor-widget-shortcode form select {
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  color: var(--c_black);
}

.shop_listGrid button {
  margin-left: 12px;
  height: 42px !important;
  border: 1px solid var(--c_black) !important;
  background: var(--c_black) !important;
  color: #fff !important;
  padding: 10px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  gap: 10px !important;
  background-image: none !important;

}

.shop_listGrid button span {
  color: #fff !important;
}

.shop_listGrid .grid-list-toggle-wrapper {
  margin: 0 !important;
}

.shop_productSearch .e-search .e-search-form {
  height: 40px !important;
  border: 1px solid var(--c_black) !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.shop_productSearch .e-search .e-search-form .e-search-input-wrapper input {
  min-height: unset !important;
  border: none !important;
  border-right: none !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: var(--c_black);
}

.shop_productSearch .e-search .e-search-form .e-search-submit {
  background-color: transparent !important;
  background-image: none !important;
  padding-inline: 8px !important;
}

.shop_productSearch .e-search .e-search-form .e-search-submit svg {
  margin: 0 !important;
  height: 13px;
  width: 13px;

}

.list-view {
  grid-template-columns: repeat(1, 1fr) !important;
}

.list-view li {
  width: 100% !important;
  border-radius: 0;
}

.list-view li .product-link {
  display: none;
}

.list-view li .add-request-quote-button {
  margin-top: 0 !important;
}

.grid-list-toggle-wrapper {
  margin-bottom: 20px;
}

.toggle-btn {
  padding: 6px 12px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.toggle-btn .icon {
  margin-right: 5px;
}

.list-view .productMain_item label.yith-request-checkbox-wrap {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  display: flex;
}

.list-view ._item_info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row !important;
  padding: 25px 20px 25px 60px !important;
  min-height: 1px !important;
}

.list-view ._item_info .sku {
  width: unset !important;
}

.list-view ._item_info a {
  margin-bottom: 0 !important;
}

.list-view:not(.bulk-request-header) {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  grid-row-gap: 0 !important;
}

.list-view li {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.list-view li .btn_flex {
  width: unset !important;
}

.list-view.bulk-request-header {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  margin: -15px 0 10px !important;
  gap: 10px;
}

.list-view.bulk-request-header label {
  margin: 0 !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--c_black);
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-view.bulk-request-header label input[type="checkbox"],
.list-view .productMain_item label.yith-request-checkbox-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  appearance: none;
  border-radius: 3px;
  background: #fff;
}

.list-view.bulk-request-header label input[type="checkbox"]:checked,
.list-view .productMain_item label.yith-request-checkbox-wrap input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml,<svg width="15" height="12" viewBox="0 0 -19 12" fill="%23000" xmlns="http://www.w3.org/2000/svg"><path d="M14.4607 1.20039C14.0607 0.800391 13.4607 0.800391 13.0607 1.20039L5.56074 8.70039L2.46074 5.60039C2.06074 5.20039 1.46074 5.20039 1.06074 5.60039C0.660742 6.00039 0.660742 6.60039 1.06074 7.00039L4.86074 10.8004C5.06074 11.0004 5.26074 11.1004 5.56074 11.1004C5.86074 11.1004 6.06074 11.0004 6.26074 10.8004L14.4607 2.60039C14.8607 2.20039 14.8607 1.60039 14.4607 1.20039Z" fill="%23000"/></svg>'), var(--c_gradient_1);
  background-size: 12px, cover;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-active .list-view .productMain_item .btn_flex .yith-ywraq-add-button a.add-request-quote-button.button {
  min-width: 140px !important;
}

.region_select .e-form__buttons {
  display: none;
}

.region_select .elementor-field select {
  width: 202px;
  height: 60px;
  font-size: 20px !important;
  font-weight: 400 !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-color: var(--c_black) !important;
  color: var(--c_white) !important;
  background-size: 16px;
  box-shadow: var(--shadow);
  border-radius: 6px;
  background-position: center right 20px;
  padding: 5px 24px;
}

.region_select .elementor-field select option {
  color: var(--c_black) !important;
  background-color: var(--c_white) !important;
  font-size: 16px;
}

.region_select+.elementor-element .elementor-button {
  box-shadow: none !important;
}

.work_swiper .e-n-carousel.swiper {
  height: 800px;
}

.useCase_grid .elementor-element .elementor-widget-text-editor {
  flex: 1;
}

.glass_effect {
  backdrop-filter: blur(10px);
  background: linear-gradient(109.78deg, rgba(1, 187, 246, 0) 42.6%, rgba(1, 187, 246, 0.15) 127.46%);
}



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

  .shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item a,
  .shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item a small,
  .shop_resultCount p,
  .shop_listGrid button,
  .shop_productSort .elementor-widget-shortcode form select,
  .shop_productSearch .e-search .e-search-form .e-search-input-wrapper input {
    font-size: 16px !important;
  }

  .shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item label input {
    height: 18px;
    width: 18px;
    min-width: 18px !important;
  }

  .shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item label input {
    height: 16px !important;
    width: 16px !important;
    min-width: 16px !important;
    background-size: 10px, cover;
  }

  .shop_filter .filters-container .active-filter a {
    font-size: 16px;
    padding: 10px 40px 10px 10px;
  }

  .shop_filter .filters-container .active-filter a::after {
    right: 10px;
    font-size: 18px;
    background-size: 10px !important;
    height: 18px;
    width: 18px;
  }

  .shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item a,
  .shop_filter .yith-wcan-filter.filter-tax .filter-content .filter-item .filter-checkbox .filter-item a small {
    font-size: 15px !important;
  }

  .shop_filter .yith-wcan-filter.filter-tax h4 {
    font-size: 18px !important;
  }

  .quantity_wrp,
  .productMain_item .btn_flex label,
  .productMain_item .btn_flex .btnn,
  .productMain_item .btn_flex .add-request-quote-button,
  .woocommerce .productMain_item .btn_flex .yith_ywraq_add_item_browse_message a,
  .woocommerce-active .productMain_item .btn_flex .yith-ywraq-add-button a.add-request-quote-button.button {
    font-size: 14px;
  }

  .list-view ._item_info {
    padding: 20px 20px 20px 60px !important;
  }

  .shop_productSearch .elementor-widget-search .e-search-label svg {
    --e-search-icon-label-size: 22px;
    left: 12px;
    top: 18px;
  }

  .region_select .elementor-field select {
    width: 180px;
    height: 52px;
    font-size: 16px !important;
  }
}

.benifits_card {
  overflow: hidden;
}

.benifits_card .elementor-icon-box-icon {
  text-align: right;
  margin-right: -35px;
}

.top_gradient_heading .elementor-icon-box-icon .elementor-icon {
  background: linear-gradient(115.11deg, #0FF0A4 6.27%, #01BBF6 106.84%);
}

.btn_text a.elementor-button {
  text-decoration-thickness: from-font;
  text-underline-offset: 4px;
  box-shadow: none !important;
}

.btn_text a.elementor-button::before {
  display: none;
}

.platform_page_tabs .e-n-tabs-heading {
  display: inline-flex;
  width: max-content;
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.49) 100%);
  border: 2px solid #FFFFFF80;
  border-radius: 50px;
  position: relative;
}

.platform_page_tabs .e-n-tabs-heading::before {
  content: "";
  top: 0;
  height: 100%;
  left: var(--tab-left);
  width: var(--tab-width);
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #01BBF617 0%, #01BBF63D 100%);
  outline: 2px solid #FFFFFFB2;
  transition: var(--transition);
  transform: translateX(-5px);
  border-radius: 30px;
  z-index: 1;
}

.platform_page_tabs .e-n-tabs-heading>button {
  margin-block: -2px;
}

.elementor-products-grid nav.woocommerce-pagination {
  display: none;
}

.post_grid_sc1 .eael-grid-post .eael-entry-wrapper,
.post_list_sc .eael-grid-post .eael-entry-wrapper {
  padding: 0;
}

.post_grid_sc1 .eael-grid-post .eael-entry-media,
.post_list_sc .eael-grid-post .eael-entry-media {
  border-radius: 15px;
  box-shadow: 5px 5px 20px 0px #0C0C0D26;
}

.post_grid_sc1 .eael-grid-post .eael-grid-post-holder,
.post_list_sc .eael-grid-post .eael-grid-post-holder {
  border: none;
}

.post_grid_sc1 .eael-grid-post .eael-entry-footer .eael-entry-meta .eael-posted-by,
.post_list_sc .eael-grid-post .eael-entry-footer .eael-entry-meta .eael-posted-by {
  display: none;
}

.post_grid_sc1 .eael-grid-post .eael-entry-wrapper {
  max-width: 650px;
}

.post_grid_sc1 .eael-grid-post .eael-entry-footer {
  left: 0;
  bottom: 85px;
  position: absolute;
}

.post_grid_sc1 .eael-grid-post .eael-entry-footer .eael-entry-meta .eael-posted-on time,
.post_list_sc .eael-grid-post .eael-entry-footer .eael-entry-meta .eael-posted-on time {
  display: inline-flex;
}

.post_grid_sc1 .eael-grid-post .eael-post-elements-readmore-btn,
.post_list_sc .eael-grid-post .eael-post-elements-readmore-btn,
.post_grid_sc .eael-grid-post .eael-post-elements-readmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.post_grid_sc .eael-grid-post .eael-post-elements-readmore-btn {
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
}

.post_grid_sc1 .eael-grid-post .eael-post-elements-readmore-btn::after,
.post_list_sc .eael-grid-post .eael-post-elements-readmore-btn::after,
.post_grid_sc .eael-grid-post .eael-post-elements-readmore-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-flex;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.post_grid_sc1 .eael-grid-post .eael-post-elements-readmore-btn::after,
.post_grid_sc .eael-grid-post .eael-post-elements-readmore-btn::after {
  background: url(/wp-content/uploads/2025/08/arrow_outward_white.svg);
}

.post_list_sc .eael-grid-post .eael-post-elements-readmore-btn::after {
  background: url(/wp-content/uploads/2025/08/arrow_outward_black.svg);
}

.post_list_sc .eael-grid-post .eael-grid-post-holder-inner {
  flex-direction: row;
  align-items: center;
}

.post_list_sc .eael-grid-post .eael-entry-media {
  width: 172px;
  min-width: 172px;
}

.post_list_sc .eael-grid-post .eael-entry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: calc(100% - 172px);
  padding-left: 25px;
}

.post_list_sc .eael-grid-post .eael-entry-content {
  order: 3;
}

.post_list_sc .eael-grid-post:not(:last-child) {
  margin-bottom: 50px;
}

.case_study_decs :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 600 !important;
  margin-bottom: 8px;
}

.case_study_decs :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 30px;
}

.news_imgRatio img,
.caseStudy_imgRatio img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.news_imgRatio {
  aspect-ratio: 1 / 0.68 !important;
}

.caseStudy_imgRatio {
  aspect-ratio: 1 / 0.7 !important;
}

.logout_modal .modal-dialog {
  max-width: 540px;
}

.logout_modal .modal-content {
  padding: 55px;
  text-align: center;
  box-shadow: 5px 5px 30px 0px #0000001A !important;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  border: none;
}

.logout_modal .modal-title {
  font-weight: 600;
}

.logout_modal .btn_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 25px;
}

.logout_modal .btn_flex .btnn {
  min-width: 162px;
  box-shadow: 0px 1px 3px 0px #0000004D, 0px 4px 8px 3px #00000026;
}

.logout_modal .btn_flex .btnn.br {
  box-shadow: none !important;
}



@media screen and (max-width: 1300px) {
  .benifits_card .elementor-icon-box-icon {
    margin-right: -30px;
  }

  .circle_list ul.elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .post_list_sc .eael-grid-post .eael-entry-media {
    width: 160px;
    min-width: 160px;
  }

  .post_list_sc .eael-grid-post .eael-entry-wrapper {
    width: calc(100% - 160px);
  }

  .post_list_sc .eael-grid-post:not(:last-child) {
    margin-bottom: 35px;
  }

  .post_grid_sc .eael-grid-post .eael-entry-wrapper::before {
    font-size: 18px;
  }

  .post_grid_sc .eael-post-grid-container .eael-post-grid {
    gap: 35px;
  }

  .post_grid_sc.elementor-grid-eael-col-3 .eael-post-grid-container .eael-grid-post {
    width: calc(100% / 3 - (35px * 2 / 3));
  }
}

@media screen and (max-width: 1250px) {
  .benifits_card .elementor-icon-box-icon {
    margin-right: -25px;
  }

  .post_list_sc .eael-grid-post .eael-entry-media {
    width: 150px;
    min-width: 150px;
  }

  .post_list_sc .eael-grid-post .eael-entry-wrapper {
    width: calc(100% - 150px);
    padding-left: 20px;
  }

  .post_list_sc .eael-grid-post:not(:last-child) {
    margin-bottom: 30px;
  }

  .post_grid_sc1 .eael-grid-post .eael-entry-footer {
    bottom: 72px;
  }

  .post_grid_sc .eael-grid-post .eael-entry-wrapper::before {
    font-size: 16px;
  }

  .post_grid_sc .eael-post-grid-container .eael-post-grid {
    gap: 30px;
  }

  .post_grid_sc.elementor-grid-eael-col-3 .eael-post-grid-container .eael-grid-post {
    width: calc(100% / 3 - (30px * 2 / 3));
  }

  .post_grid_sc .eael-grid-post .eael-entry-wrapper {
    padding: 22px;
  }
}

@media screen and (max-width: 1199.98px) {
  .post_list_sc .eael-grid-post .eael-entry-media {
    width: 120px;
    min-width: 120px;
  }

  .post_list_sc .eael-grid-post .eael-entry-wrapper {
    width: calc(100% - 120px);
  }

  .post_list_sc .eael-grid-post:not(:last-child) {
    margin-bottom: 20px;
  }

  .post_grid_sc .eael-post-grid-container .eael-post-grid {
    gap: 20px;
  }

  .post_grid_sc.elementor-grid-eael-col-3 .eael-post-grid-container .eael-grid-post {
    width: calc(100% / 2 - (20px * 1 / 2));
  }

  .post_grid_sc .eael-grid-post .eael-entry-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .benifits_card .elementor-icon-box-icon {
    margin-right: -20px;
  }

  .post_grid_sc .eael-post-grid-container .eael-post-grid {
    gap: 15px;
  }

  .post_grid_sc.elementor-grid-eael-col-3 .eael-post-grid-container .eael-grid-post {
    width: 100%;
  }
}

/* 1 April */
.elementor-widget-shortcode.is-submitting{position: relative;}
.elementor-widget-shortcode.is-submitting:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #f6f6f690;
    display: block;
    z-index: 9;
    position: absolute;
    top: 0;
}
.elementor-shortcode .wpcf7[data-wpcf7-id="8"] form.wpcf7-form>p .wpcf7-spinner {
   z-index: 10;
    top: 40%;
    right: 40%;
}
.file-preview img {
  display: block;
  border-radius: 6px;
}
.wpcf7[data-wpcf7-id="8"] form .wpcf7-response-output {
    margin: 0 0 10px !important;
}
.password-field {
  position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
}
#yith-ywraq-form .update-list-wrapper{
      margin-top: 10px;
}

#yith-ywraq-form.loading {
    position: relative;
}

/* Overlay */
#yith-ywraq-form.loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f6f6f6;
    z-index: 9;
    opacity: 0.88;
}

/* Spinner */
#yith-ywraq-form.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 4px solid #ccc;
    border-top: 4px solid #000; /* spinner color */
    border-radius: 50%;
    animation: ywraq-spin 0.8s linear infinite;
    z-index: 10;
}

/* Animation */
@keyframes ywraq-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* 1 April */

.ywraq_number_items{
  --btn_size:20px;
  min-width:var(--btn_size);
  min-height:var(--btn_size) ;
color: #000;
    background: var(--c_black) var(--c_gradient_1);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    right: -10px;
    box-sizing: border-box;
}




.table_filters .lt_s .control_group {
  margin-bottom: 0;
  position: relative;
}
span.select2-container.select2-container--bootstrap-5.select2-container--open:not(.select2) {
  left: 0 !important;
  top: 100% !important;
    width: 100% !important;
      max-width: unset;
}
span.woocommerce-input-wrapper {
  position: relative;
}
span.select2-container.select2-container--bootstrap-5.select2-container--open:not(.select2) span.select2-dropdown.select2-dropdown--below {
  width: 100% !important;
  position: initial;
}

span.woocommerce-input-wrapper span.select2-container.select2-container--bootstrap-5.select2-container--open:not(.select2) {
  top: auto !important;
  bottom: 100% !important;

}

html .select2_drpdwn+.select2.select2-container--bootstrap-5 .select2-selection{
  background-color: var(--c_grey);
    border: 1px solid var(--c_black);
    height: 46px;
    min-height: 46px;
}

.overlay-content{
      position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    z-index: 9;
}


.overlay-content h3:not([class*="elementor"]) {
    font-size: 36px !important;
    font-weight: 500 !important;
    margin-bottom: 16px;
}