@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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");

:root {
  --primaryColor: #7c5aa5;
  --secondaryColor: #a188bc;
  --headingColor: #181818;
  --lightBGColor: #f5f5f5;
  --bodyTextColor: #272727;
  --textLightBlack: #555555;
  --linkHoverColor: #707070;
  --btnTextColor: #ffffff;
  --overlayColor: rgba(0, 0, 0, 0.33);
  --bodyBGColor: #ffffff;
  --borderColor: #e6e6e6;
  --grayLightBG: #fefefe;
  --bodyFontFamliy: "Be Vietnam Pro", system-ui;
  --headingFont: "Be Vietnam Pro", system-ui;
}

/*  Header Css */
/* navbar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background-color: var(--bodyBGColor);
}
body {
  overflow-x: hidden;
  color: var(--bodyTextColor);
  font-family: var(--bodyFontFamliy);
  font-size: 14px;
  background-color: var(--bodyBGColor);
}
.container {
  max-width: 1420px;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}
input {
  font-family: var(--bodyFontFamliy);
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--headingFont);
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: bold;
}
a {
  font-family: var(--bodyFontFamliy);
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: var(--primaryColor);
}
a:hover {
  color: var(--secondaryColor);
}
button {
  font-family: var(--bodyFontFamliy);
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
img {
  width: 100%;
  height: 100%;
}
p,
small {
  font-family: var(--bodyFontFamliy);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
a {
  transition: all 0.35s ease-in-out;
}
ul {
  padding: 0;
  margin-bottom: 0;
}
li {
  list-style: none;
}
.btn,
.gform_button {
  padding: 8px 20px;
  border: 0;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  overflow: hidden;
}
.btn::after,
.gform_button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #5c5c5c;
  left: -100%;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.btn:hover::after {
  left: 100%;
  border-radius: 0;
}
.btn i {
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
}

.btn:hover i {
  transform: translateX(5px);
}
.btn-secondary {
  --bs-btn-bg: #3b3b3b !important;
}
.btn-primary,
.gform_button {
  background: var(--primaryColor);
  color: var(--btnTextColor);
  font-weight: bold;
}
.btn-primary:hover,
.gform_button:hover {
  background: var(--secondaryColor);
  color: var(--btnTextColor);
}
.enquiry-btn {
  transform: rotate(270deg);
  position: fixed;
  top: 40%;
  right: -3.5%;
  z-index: 999;
  border-bottom-left-radius: 0;
  padding: 10px 16px;
  color: #fff;
  line-height: 1.33;
  text-transform: uppercase;
}

/* navbar */

.navbar {
  background: var(--bodyBGColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .logo {
  width: 170px;
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .navigation {
    position: fixed;
    width: 100%;
    background: var(--overlayColor);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition: all 0.35s ease-in;
    pointer-events: none;
  }

  .navigation.open {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
  }
}

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
  cursor: pointer;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.125rem;
  background: var(--secondaryColor);
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: var(--bodyTextColor);
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: var(--lightBGColor);
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 65px;
  border-top: 1px solid var(--bodyBGColor);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  pointer-events: none;
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .dropdown-menu,
.menu-left {
  left: unset;
  right: 0;
}
.navbar .menu-left {
  left: -100%;
}
.navbar .sub-menu .menu-item a {
  width: 100%;
  margin: 0;
  padding: 4px 15px;
  border-bottom: 1px solid #dcbfff;
}

.navbar .sub-menu .menu-item a:after {
  display: none;
}

.navbar .sub-menu {
  overflow: hidden;
}
.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  /* padding: 0.5rem 1.5rem; */
  font-size: 14px;
}
.navbar .menu-item:hover {
  color: var(--primaryColor);
}

.navbar .menu-item a {
  padding: 1.3585em 1em;
  color: var(--primaryColor);
  font-size: 15px;
  font-family: var(--headingFont);
  position: relative;
  margin: 0 5px;
}
.navbar .menu-item a:after {
  content: "";
  width: 0;
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.35s ease-in;
}

.navbar .menu-item a:hover:after,
.navbar .menu-item.current-menu-item a:after {
  width: 100%;
}
.navbar .menu-item a:hover,
.navbar .menu-item.current-menu-item a {
  color: var(--linkHoverColor);
}
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: var(--secondaryColor);
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: var(--secondaryColor);
}
.navbar.desktop-menu {
  padding: 0;
}
/* Responsive style */
@media (min-width: 1024px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .navbar {
    padding: 10px 20px;
  }

  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .dropdownOpen ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    pointer-events: all;
    width: 100%;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 80%;
    top: 0;
    right: 0;
    background: var(--lightBGColor);
    display: block;
    transform: translateX(200%);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
    font-size: 14px;
  }

  .menu-items.open {
    transform: translateY(0);
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 9px 0.1rem;
    display: block;
    font-size: 15px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .navbar .dropdown:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media (max-width: 1024px) {
  .navigation .menu-btn {
    opacity: 0;
  }
  .navigation.open .menu-btn {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
  }

  /* animation menu hamburger */
  .navigation.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
  }

  .navigation.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: var(--secondaryColor);
  }

  .navigation.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: var(--secondaryColor);
  }
  .main-search {
    display: none;
  }
  .info-block {
    display: none;
  }
  .menu-item.first-item {
    padding: 1.3585em 1.1em;
    border-bottom: 1px solid var(--borderColor);
  }
}

/* topbar */
.topbar {
  background: var(--primaryColor);
  padding: 10px 0;
}
.fixed-header .main-nav {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 29px #0000005c;
}
#product-explore-parent .product-explore-child {
  height: 100%;
}

#product-explore-parent .product-explore-child .swiper-slide,
#product-explore-parent .product-explore-child .swiper-wrapper {
  height: 100%;
}
.topbar .topbar-contact-info ul li a {
  color: var(--btnTextColor);
  font-weight: 600;
}

.topbar .topbar-contact-info ul {
  display: flex;
}

.topbar .topbar-contact-info ul li:not(:last-child) {
  margin-right: 20px;
}

.topbar .topbar-contact-info ul li a i {
  margin-right: 7px;
}

.topbar-contact-info {
  padding: 10px 0;
}

/* banner section */
.home-banner-slider .swiper-container {
  padding: 0;
  height: 680px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home-banner-slider .swiper-container .swiper-item {
  height: 100%;
}
.home-banner-slider .swiper-container .swiper-item img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: var(--primaryColor);
  font-size: 35px;
  text-shadow: 2px 1px 0px white;
}
.home-banner-slider .swiper-container .swiper-item img {
  width: 100%;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}
@media (max-width: 1199px) {
  .home-banner-slider .swiper-container {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .home-banner-slider .swiper-container {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .home-banner-slider .swiper-container {
    max-height: 280px;
    height: 100%;
  }
  .topbar .topbar-contact-info ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .quick-enquiry-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 0 30px -6px #999999;
  }

  .quick-enquiry-btn a {
    width: 100%;
    border-radius: 0;
  }
}
/* who we are */

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 90%;
  left: 0;
  right: 0;
  top: 0%;
  background-color: #fff;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  z-index: 9999;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999;
}
#video-popup-close.fade:not(.show) {
  opacity: 1;
}
#video-popup-close:hover {
  color: #de0023;
}
.video-banner {
  position: relative;
  max-height: 390px;
  height: 100%;
}

.video-banner img {
  height: 100%;
  object-fit: cover;
}

.video-banner .video-bnt {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.video-banner .video-bnt i {
  font-size: 60px;
}

.who-we-are-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.who-we-are-content .who-we-are-title h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--headingColor);
  margin-bottom: 20px;
}

.who-we-are-content .who-we-are-title h1 {
  color: var(--headingColor);
  font-size: 34px;
  margin-bottom: 20px;
}

.who-we-are-content .who-we-are-title p {
  line-height: 1.85;
}

section.who-we-are {
  padding: 26px 0;
}
section.why-buy {
  padding: 26px 0;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: auto;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #ededed;
  color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d3d3d3;
}

/* Style the back side */
.flip-card-back {
  color: white;
  display: flex;
  transform: rotateX(180deg);
  height: 100%;
}
.why-buy-content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 30px;
  margin-top: 50px;
}
.why-buy-content ul li {
  width: 100%;
}
.flip-card-inner-main .flip-card-icon svg {
  width: 87px;
  height: 87px;
}

.flip-card-inner-main .flip-card-icon {
  margin-bottom: 40px;
}

.flip-card-inner-main .flip-card-icon img {
  width: 87px;
  height: 87px;
}

.flip-card-inner-main {
  padding: 40px;
}
.why-buy-title p {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
}
.flip-card-content h6 {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1380px) {
  .why-buy-content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .flip-card {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .why-buy-content ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-explore-image-slider {
  max-height: 390px;
  height: 100%;
  overflow: hidden;
}

.product-explore-image-slider img {
  height: 100%;
  object-fit: cover;
}
.product-explore {
  position: relative;
  background: url(../img/electric-buggy-manufacturer.jpg);
  padding: 50px 0;
  z-index: 1;
}

.product-explore:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
}

.product-explore .product-explor-title h3 {
  color: var(--btnTextColor);
  font-size: 23px;
  line-height: 35px;
}
.product-explore-main {
  border: 1px solid #f1f1f1;
  height: 100%;
}
.product-explore .product-explor-title {
  margin-bottom: 30px;
}

.product-explore-content {
  height: 100%;
  background: var(--borderColor);
  padding: 20px;
}
#product-explore-parent {
  height: 540px;
  padding: 0 10px;
}
#product-explore-parent .swiper-slide {
  height: auto;
}

.product-explore-content .product-explore-categories {
  position: relative;
  padding: 0 32px;
}

.product-explore-content .product-explore-categories:after {
  content: "";
  width: 25px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.why-buy-title h4 {
  color: var(--headingColor);
  font-size: 23px;
  line-height: 35px;
}

.product-explore-content .product-explore-categories a {
  color: #444444;
}

.product-explore-content .product-explore-product-title h5 {
  font-size: 19px;
  color: #444444;
  margin-top: 15px;
}

.product-explore-content .product-explore-product-title h5 a {
  color: #444444;
}

.quick-contact-title h6 {
  font-family: var(--bodyFont);
  font-weight: 600;
  font-size: 14px;
  color: var(--headingColor);
}

.quick-contact-title h3 {
  color: var(--headingColor);
  font-size: 23px;
  line-height: 35px;
}

.quick-contact-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.quick-contact:after {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--primaryColor);
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.quick-contact {
  padding: 26px 0;
  background: #f3f3f3;
  z-index: 1;
  position: relative;
}
.quick-contact-title:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background: var(--primaryColor);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  pointer-events: none;
}
.quick-contact-form {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 10px;
  background-image: url(../img/electric-buggy-enquiry.jpg);
  box-shadow: 0 0 20px -5px #000;
  background-position: -406px -364px;
}

.quick-contact-form .quick-contact-form-inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 730px;
}
.gform_wrapper.gravity-theme
  .gform_validation_errors
  > h2.hide_summary:focus-visible {
  outline: unset !important;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  border: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border: 0 !important;
  box-shadow: unset !important;
  padding: 0 !important;
}

.number-counter ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.number-counter ul li {
  flex: 0 0 22.12%;
  margin: 20px;
  text-align: center;
}

.number-counter ul li .number {
  color: var(--btnTextColor);
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.number-counter ul li .content h5 {
  color: var(--btnTextColor);
  font-family: var(--bodyFont);
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .number-counter ul li .number {
    font-size: 30px;
  }
}

section.news-entvents {
  padding: 26px 0;
  background: #f3f3f3;
}

.news-entvents .news-entvents-inner {
  box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
  background: #ffff;
  height: 100%;
}

.news-entvents-content {
  margin-top: 20px;
}
.news-entvents-content p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
}
.news-entvents-centent-inner {
  padding: 0 0px;
  margin-top: 15px;
}
.news-entvents-content h5 a {
  font-size: 20px;
  line-height: 32px;
}
.news-entvents .news-entvents-inner .news-entvents-image img {
  transition: all 0.4s ease;
}
.news-entvents .news-entvents-inner:hover .news-entvents-image img {
  transform: scale(1.05);
  opacity: 0.8;
}
.news-entvents-title {
  margin-bottom: 30px;
}

footer {
  background: #3c3c3c;
  padding: 50px 0 0px;
}

.footer-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}
footer ul li a {
  color: #ffff;
  font-size: 14px;
}

footer ul li a:hover {
  color: var(--primaryColor);
}

footer ul li:not(:last-child) {
  margin-bottom: 2px;
  font-size: 16px;
}

footer ul li ul {
  margin-top: 12px;
  margin-left: 30px;
}

.footer-contact-info {
  margin-bottom: 30px;
}

.footer-contact-info h6 {
  color: #fff;
  font-weight: 900;
}

.footer-contact-info ul {
  margin-top: 30px;
}

.footer-contact-info ul li i {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: var(--primaryColor);
  color: var(--btnTextColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.footer-contact-info ul li {
  display: flex;
  align-items: center;
}

.footer-social ul {
  display: flex;
}

.footer-social ul li:not(:last-child) {
  margin-right: 25px;
}
.copyrights {
  background: #7c5aa5;
  padding: 15px 0;
  margin-top: 20px;
}
.footer-contact-info ul li {
  color: #fff;
}
.footer-contact-info p {
  color: #fff;
}

.footer-contact-info ul li a {
  padding-right: 3px;
  display: block;
}
.copyrights ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyrights li,
.copyrights li a {
  color: #fff;
}
ul.foot-links.sub {
  margin-left: 20px;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .copyrights {
    /* margin-bottom: 60px; */
  }
}
@media (max-width: 767px) {
  .copyrights ul {
    justify-content: center;
  }
  .copyrights ul li {
    text-align: center;
  }
}

/* about page */
.about-us {
  padding: 26px 0;
}
.about-image {
  padding: 0 60px;
  max-height: 390px;
}

.about-content {
  padding: 0px 30px 30px 0px;
  text-align: justify;
}
.about-content ul {
  padding-left: 20px;
  margin: 15px 0;
}

.about-content ul li:not(:last-child) {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}
.about-content ul li i {
  color: var(--primaryColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
}

.about-content ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 26px;
}
/* service */
.service {
  padding: 26px 0;
}
.service-content h5 {
  margin: 20px 0;
  font-size: 23px;
  line-height: 35px;
  color: var(--headingColor);
}

.service-content .btn-primary {
  font-size: 18px;
}

.features-slider {
  position: relative;
  padding: 26px 0;
  z-index: 1;
  background: url(../img/kp2_header.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.features-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
  opacity: 0.65;
  pointer-events: none;
  z-index: -1;
  left: 0;
}
.features-slider-title h3 {
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.features-slider-title p {
  color: #fff;
  margin-bottom: 0;
}
.features-slider .swiper-wrapper {
  height: 100%;
}
.features-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.features-slider .features-inner {
  height: 100%;
}
.features-slider .swiper-item {
  height: 100%;
}
.features-slider .features-inner {
  background: #fff;
  padding: 30px;
  position: relative;
}
.features .features-content {
  padding: 26px;
}
.features-inner .features-content {
  margin-top: 20px;
}
.features-inner .features-content h5 {
  font-size: 20px;
  line-height: 32px;
}
.features-inner:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--primaryColor);
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.features-inner .features-image {
  max-height: 270px;
  height: 100%;
  overflow: hidden;
}
.features-content p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.features-inner .features-image img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .features-inner .features-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .features .features-content {
    padding: 10px;
  }
}

/* product Tab */
.tab-wrapper {
  text-align: center;
  display: block;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-link {
  margin: 5px 1%;
  list-style: none;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  background-color: var(--secondaryColor);
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}
.tab-link:hover {
  border-color: var(--primaryColor);
}
.tab-link.active {
  color: #fff;
  border-color: var(--secondaryColor);
  background-color: var(--primaryColor);
}
.content-wrapper {
  padding: 20px 0 0px;
}
.tab-content {
  display: none;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.tab-content.active {
  display: block;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.product {
  border: 1px solid var(--primaryColor);
  padding: 30px;
  transition: 0.35s ease all;
  background: #fff;
  height: 100%;
}
.product:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.product-categories {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.product-categories:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--headingColor);
  left: 0;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.product-categories a {
  color: var(--headingColor);
}
section.products-main {
  background: #e5e5e5;
  padding: 26px 0;
}
.product-slider {
  border: 1px solid var(--primaryColor);
}
.swiper-wrapper {
  height: auto;
}
.product-info .row {
  padding: 26px 20px;
  background: #f6f6f6;
}
.product-thumbs .swiper-slide img {
  border: 1px solid var(--primaryColor);
  object-fit: cover;
  cursor: pointer;
  opacity: 0.25;
}
.product-thumbs .swiper-slide-active img {
  border-color: var(--primaryColor);
  opacity: 1;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
ul.product-breadcrumb {
  display: flex;
  margin-bottom: 30px;
}

ul.product-breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: currentColor;
}

ul.product-breadcrumb li a {
  color: #777;
}

.product-content h5 {
  color: var(--headingColor);
  margin-bottom: 30px;
}
.multi-button ul {
  display: flex;
  align-items: center;
  position: relative;
}

li.btn-or {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 50%;
  width: 40px !important;
  transform: translateX(-50%);
  height: 40px;
  top: 12px;
  bottom: 0;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.multi-button ul li a,
.multi-button ul li {
  width: 100%;
}

.multi-button ul li a {
  padding: 20px;
  font-size: 16px;
  border-radius: 0;
}
.multi-button {
  margin-top: 20px;
}
li.btn-or:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  z-index: -1;
  opacity: 0.35;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .multi-button ul {
    flex-direction: column;
  }
  li.btn-or:after {
    width: 40px;
    height: 40px;
  }
  li.btn-or {
    top: 50%;
    width: 30px !important;
    height: 30px;
    transform: translateY(-50%) translateX(-50%);
  }
}

.product-specification {
  padding: 26px 0;
  background: #f5f5f5;
  margin-top: 26px;
}

.product-specification-table-inner table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
  border-top: 1px solid;
}

.product-specification-table-inner table tr th {
  width: 240px;
  padding: 10px;
  border-style: solid;
  border-color: var(--bodyTextColor);
  border-left-width: 1px;
  border-bottom-width: 1px;
}

.product-specification-table-inner table tr td {
  border-bottom: 1px solid;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 0.85em;
}

.product-specification-table-inner table tr:nth-child(odd) {
  background: #dbdbdb;
  font-size: 14px;
}
.product-specification-table-title {
  margin-bottom: 20px;
}

.product-specification-table-title h6 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--headingColor);
}
.product-specification-table-inner table tr:nth-child(even) {
  background: #fff;
  font-size: 14px;
}
@media (max-width: 576px) {
  .product-specification-table-inner {
    width: 100%;
  }

  .product-specification-table-inner table {
    width: 100%;
  }
}

.product-features-main .product-features-title h4 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--headingColor);
}

.product-features-main .product-features-title {
  margin-bottom: 20px;
}

.product-features-main .product-features-content-inner h5 {
  color: var(--headingColor);
  font-size: 16px;
}

.product-features-main .product-features-content-inner:not(:last-child) {
  margin-bottom: 30px;
}

.product-features-main .product-features-content-inner ul li:not(:last-child) {
  margin-bottom: 10px;
}

.product-features-main .product-features-content-inner ul {
  margin-top: 0px;
}

.product-enquire-title {
  position: relative;
  text-align: center;
}
.product-enquire-title h5:after {
  content: "";
  background: #000;
  width: 100%;
  height: 0.15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.product-enquire-title h5 {
  position: relative;
}
.product-enquire-form {
  margin-top: 50px;
}

.product-enquire-title h3 {
  margin-top: 30px;
}
.product-enquire-title h5 span {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 3px 10px;
  border: 1px solid;
  font-size: 14px;
}
.hotspot-main {
  padding: 26px 0;
}

.hotspot-main .hotspot-title h4 {
  color: var(--headingColor);
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}
.hotspot-main .wrapper {
  position: relative;
  max-width: 685px;
  width: 100%;
  overflow-x: clip;
  margin: 0 auto;
}

.hotspots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 100;
}
.hotspots .hotspot-item {
  position: absolute;
}
.hotspots .hotspot-item.hotspot-item-1 {
  left: 4%;
  top: 24%;
}
.hotspots .hotspot-item.hotspot-item-2 {
  left: 7%;
  top: 35%;
}
.hotspots .hotspot-item.hotspot-item-3 {
  left: 6%;
  top: 47%;
}
.hotspot-item.hotspot-item-4 {
  top: 58%;
  left: 7%;
}
.hotspot-item.hotspot-item-5 {
  top: 27%;
  left: 30%;
}
.hotspot-item.hotspot-item-6 {
  top: 55%;
  left: 23%;
}
.hotspot-item.hotspot-item-7 {
  top: 48%;
  left: 35%;
}
.hotspot-item.hotspot-item-8 {
  top: 50%;
  left: 42%;
}
.hotspot-item.hotspot-item-9 {
  top: 22%;
  left: 55%;
}
.hotspot-item.hotspot-item-10 {
  top: 66%;
  left: 55%;
}
.hotspot-item.hotspot-item-11 {
  top: 54%;
  left: 64%;
}
.hotspot-item.hotspot-item-12 {
  left: 70%;
  top: 33%;
}
.hotspot-item.hotspot-item-13 {
  top: 58%;
  left: 77%;
}
.hotspot-item.hotspot-item-14 {
  top: 68%;
  left: 82%;
}
.hotspot-item.hotspot-item-15 {
  top: 34%;
  left: 87%;
}
.hotspot-item.hotspot-item-16 {
  top: 47%;
  left: 87%;
}
.hotspots .hotspot-item a {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: auto;
  top: auto;
  border-radius: 100%;
  -moz-transition: all 0.2s 0;
  -o-transition: all 0.2s 0;
  -webkit-transition: all 0.2s 0;
  transition: all 0.2s 0;
}
.hotspots .hotspot-item a:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.hotspots .hotspot-item a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 100%;
  position: absolute;
  display: block;
  background: #fff;
  left: 50%;
  top: 50%;
}
.hotspots .hotspot-item a.hotspot-red {
  background: rgba(255, 0, 0, 0.4);
  border-color: red;
}
.hotspots .hotspot-item a.hotspot-green {
  background: rgba(0, 255, 0, 0.2);
  border-color: green;
}
.hotspots .hotspot-item a.hotspot-blue {
  background: rgba(0, 0, 255, 0.5);
  border-color: blue;
}
.hotspots .hotspot-item a.hotspot-yellow {
  background: rgba(255, 255, 0, 0.5);
  border-color: yellow;
}
span.tool-info {
  position: absolute;
  left: 0;
  width: fit-content;
  padding: 5px 10px;
  top: 50px;
  background: #fff;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 0;
  pointer-events: none;
}

.hotspots .hotspot-item {
  width: 100%;
}

span.tool-info:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 10px;
  right: 0;
  transform: rotate(45deg);
  z-index: -1;
  pointer-events: none;
}

.hotspots .hotspot-item a:hover + span.tool-info {
  opacity: 1;
  top: 40px;
  z-index: 9;
  pointer-events: all;
}
.card-flip {
  background: #f5f5f5;
  padding: 26px 0;
}
.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  /* margin-bottom: 35px; */
  height: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  min-height: 275px;
  height: 100%;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 20px;
  line-height: 32px;
  color: var(--btnTextColor);
}
.flip-box-front:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.45;
}
.flip-box p {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--btnTextColor);
}
.flip-box-back .flip-box-header {
  font-size: 16px;
}
.flip-box-img {
  margin-top: 25px;
}

aside#mob-menu {
  display: none;
}
.breadcrumb-section {
  background-color: var(--primaryColor);
  padding: 80px 0;
}

.breadcrumb-section.about:before,
.breadcrumb-section.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: -1;
  opacity: 0.75;
}
.breadcrumb-section.about {
  z-index: 1;
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/EHS-environment_v2-1-scaled.jpg);
  padding: 150px 0px 150px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.breadcrumb-section.contact {
  z-index: 1;
  position: relative;
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/Form-contatti_2-3.jpg);
  padding: 150px 0px 150px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.breadcrumb-section .breadcrumb-title {
  text-align: center;
}

.breadcrumb-section .breadcrumb-title h1 {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
}

.breadcrumb-section .breadcrumb-title .breadcrumb-links span {
  color: #fff;
}
.breadcrumb-links {
  color: #fff;
}
section.product-category {
  padding: 26px 0;
}

.product-category-products {
  margin-top: 50px;
}
.page-template-product-category .product-category-products {
  margin-top: 0;
}
/* contact Page */
.contact-form-info {
  display: block;
  padding: 26px 0;
}

.contact-form-info .contact-form-wrapper {
  padding: 10px;
}
.contact-form-info-main {
  padding: 10px;
}
.contact-form-info .contact-form-info-wrapper {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--primaryColor);
}

.contact-form-info .contact-form-info-support {
  padding-top: 30px;
}

.contact-form-info ul li a,
.contact-form-info ul li {
  font-weight: 600;
  color: var(--headingColor);
}

.contact-form-info ul li {
  margin-bottom: 20px;
  line-height: 1.8;
}

.contact-social-info {
  background: #f5f5f5;
  padding: 26px 0;
}

.contact-social-infom-grid {
  display: grid;
  grid-template-columns: 0.75fr 5fr 6.25fr;
}

.contact-social-infom-grid .contact-social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contact-social-infom-grid .contact-social .contact-social-inner {
  background: #fff;
  padding: 100px 36px;
}

.contact-social-infom-grid .contact-social .contact-social-inner ul {
  text-align: center;
}

.contact-social-infom-grid
  .contact-social
  .contact-social-inner
  ul
  li:not(:last-child) {
  margin-bottom: 22px;
}

.contact-social-contact {
  padding: 30px 50px;
  background: var(--primaryColor);
  box-shadow: 0px 0px 20px 0px rgba(33, 33, 33, 0.25);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}

.contact-social-contact .contact-social-contact-title h4 {
  color: #fff;
  border-bottom: 1px solid #886ca9;
  padding-bottom: 15px;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.contact-social-contact ul li {
  display: flex;
  align-items: center;
}

.contact-social-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
  margin-right: 15px;
}

.contact-social-address h5 {
  color: #fff;
}

.contact-social-address p {
  color: #fff;
  line-height: 1.95;
}

.contact-social-address p a {
  color: #fff;
}

.contact-social-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .contact-social-infom-grid {
    grid-template-columns: 1fr;
  }
  .contact-social-infom-grid .contact-social .contact-social-inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-social-infom-grid
    .contact-social
    .contact-social-inner
    ul
    li:not(:last-child) {
    margin-bottom: 0;
  }

  .contact-social-infom-grid .contact-social .contact-social-inner ul li a {
    padding: 8px 20px;
    font-size: 20px;
  }
  .contact-social-infom-grid .contact-social .contact-social-inner {
    padding: 20px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-social-contact ul li {
    flex-direction: column;
    text-align: center;
  }
  .contact-social-icon {
    margin-right: 0;
  }
  .contact-social-contact .contact-social-contact-title h4 {
    text-align: center;
  }
  .contact-social-contact {
    padding: 30px;
  }
}

.blog-single-main {
  padding: 26px 0;
}

.blog-single-main .entry-title {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.blog-single-main .entry-content {
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
}

.blog-single-main .entry-content h4 {
  margin-bottom: 0;
}

.post-type-archive-blog .type-blog {
  height: 100%;
}
.single-blog .type-blog {
  line-height: 1.9;
}

.navigation.post-navigation {
  margin-top: 30px;
}
.blog-single-main figure.post-thumbnail {
  margin: 30px 0;
}

.blog-single-main .nav-links {
  display: flex;
  justify-content: space-between;
}

.blog-single-main .nav-links .meta-nav {
  color: var(--headingColor);
  transition: all 0.3s ease;
}

.blog-single-main .nav-links:hover .meta-nav {
  color: var(--primaryColor);
}

.blog-single-main .nav-links .post-title {
  font-weight: 800;
  color: var(--headingColor);
  transition: all 0.3s ease-in-out;
}

.blog-single-main .nav-links:hover .post-title {
  color: var(--primaryColor);
}
.blog-single-sidebar ul li {
  display: grid;
  grid-template-columns: 1.75fr 2fr;
  gap: 15px;
}
.blog-single-sidebar ul li:not(:last-child) {
  margin-bottom: 12px;
}

.entry-content a {
  color: #000;
}

.back-top {
  position: fixed;
  bottom: 0;
  background: var(--primaryColor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: none;
  color: #fff;
  cursor: pointer;
  right: 25px;
  bottom: 25px;
  transform: translateY(50px);
  z-index: 99999;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.back-top a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 24px;
}
.breadcrumb-section .breadcrumb-title .page-title {
  font-size: 0;
}
.main-news-event.news-entvents {
  display: block;
  padding: 26px 0;
}
.breadcrumb-section .breadcrumb-title .page-title span {
  font-size: 30px;
  line-height: 42px;
}
.back-top.show {
  opacity: 1;
  transform: translateY(0px);
  bottom: 45px;
  pointer-events: all;
}
/* landing page */
.ads-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.ads-logo li {
  max-width: 200px;
}

.ads-landing-banner {
  position: relative;
  z-index: 1;
  background: url(../img/kp2_header.jpg);
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.ads-landing-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0.75;
}
.ads-landing-banner-form {
  padding: 30px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(1px);
}

.ads-landing-banner-form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
  border-radius: 10px;
}

.ads-landing-banner-content h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.ads-landing-banner-content p {
  color: #fff;
}
.page-template-ads-landing-page .menu-btn {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
section.ads-products {
  padding: 50px 0;
  background: #f4f5f5;
}

.ads-products-inner {
  margin-top: 20px;
}

.ads-products-btn {
  margin-top: 30px;
  text-align: center;
}

.ads-products-btn .btn.btn-primary {
  padding: 10px 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ads-products-inner-content {
  padding: 10px 0;
}
.ads-products .container .ads-product-main:not(:first-child) {
  margin-top: 80px;
}
.client-slider {
  padding: 50px;
}

.client-slider .client-inner {
  padding: 0 60px;
}
.ads-products-inner-content p {
  font-size: 16px;
  font-weight: 600;
}

.thank-you-inner img {
  width: 80px;
  margin: 20px 0;
}
.main-news-event figure.post-thumbnail {
  height: unset;
}

.main-news-event figure.post-thumbnail a img {
  height: 100% !important;
  /*   object-fit: cover; */
}

.main-news-event .news-entvents-image {
  height: 260px;
}
.thank-you {
  background: #f5f5ff;
  padding: 80px;
}

.thank-you-inner {
  background: #fff;
  padding: 50px 20px;
  box-shadow: 0 0 20px -11px #00000040;
  border-radius: 10px;
}

.thank-you-inner h5 {
  font-size: 30px;
}

.thank-you-inner p {
  font-weight: 600;
  margin-bottom: 30px;
}

section.page-404 {
  background: #f5f5f5;
}
.page-404 {
  padding: 80px 0;
}
.page-404-inner {
  text-align: center;
  background: #fff;
  padding: 50px 30px;
  box-shadow: 0 0 20px -11px #00000040;
  border-radius: 10px;
}
.page-404-inner h6 {
  font-size: 30px;
  text-transform: uppercase;
}
.page-404-inner-content h1 {
  font-size: 100px;
  color: var(--headingColor);
}
.breadcrumb-section span.current-breadcrumbs-item.text-uppercase {
  color: #d1bcbc;
}
@media (max-width: 767px) {
  .ads-logo li {
    max-width: 100px;
  }
}

.about-image img {
  height: 100%;
  object-fit: cover;
}

.about-image-content {
  background: #efefef;
  padding: 26px;
  margin-top: 26px;
}

.multi-call {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  width: fit-content;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 0 30px -10px #000;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  border-radius: 20px;
}

.multi-call h4 {
  margin: 0;
}

.multi-call ul li a {
  font-size: 18px;
  font-weight: 600;
}

.multi-call ul li i {
  font-size: 22px;
  margin-right: 5px;
}

.multi-call ul li:not(:last-child) {
  margin-right: 30px;
}

.multi-call ul {
  display: flex;
}

.product-desc-main {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.product-desc-main .product-desc-inner {
  background: #f5f5f5;
  padding: 30px;
  width: 80%;
  border-radius: 30px;
}

.why-us-item {
  background: #f3e9ff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 17px -6px #7c5aa59c;
  height: 100%;
}

.why-us-item p {
  margin-bottom: 0;
}

.why-us {
  padding: 50px 0;
}
.call-to-action {
  padding: 0 0 50px;
}

.call-to-action-content p {
  font-size: 18px;
}
ul.top-bullet li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1rem;
  border-left: 4px solid #7c5aac;
  padding: 0 12px 0;
}
.grw-slider-dots {
  display: none !important;
}
.fixed-header .main-nav .navbar img {
  height: 100%;
  width: 100%;
}
.footer-contact-info p a {
  color: #fff;
}
.lan-logo-wrap .ads-logo li {
  max-width: 140px !important;
}
.count-wrapper-spl .number-counter ul li .number {
  color: #000;
}
.count-wrapper-spl .number-counter ul li .content h5 {
  color: #a188bc;
}
.ads-product-main.ads-product-main-spl {
  margin-top: 30px !important;
}
.ads-products-btn-spl {
  margin-top: 0 !important;
}
.ads-product-main-splll .ads-products-btn {
  margin-top: 0px !important;
}
.ads-product-main.ads-product-main-splll {
  margin-top: 30px !important;
}
.ads-product-main.ads-product-main-spl .ads-products-btn {
  margin-top: 0;
}
.products-main .tab-link {
  margin: 5px 10px;
  padding: 10px 15px;
}
.count-wrapper-spl .number-counter ul li .content h5 {
  color: #a188bc;
}
.ads-product-main.ads-product-main-spl {
  margin-top: 30px !important;
}
.ads-products-btn-spl {
  margin-top: 0 !important;
}
.ads-product-main-splll .ads-products-btn {
  margin-top: 0px !important;
}
.ads-product-main.ads-product-main-splll {
  margin-top: 30px !important;
}
.ads-product-main.ads-product-main-spl .ads-products-btn {
  margin-top: 0;
}
.products-main .tab-link {
  margin: 5px 10px;
  padding: 10px 15px;
}
.review-main-grid {
  display: grid;
  grid-template-columns: 2fr 6fr;
  gap: 30px;
}
.review-title {
  margin-bottom: 30px;
}
.review-header-content {
  display: flex;
  justify-content: space-between;
}
.review-header-content .review-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.review-header-content .review-header-content-inner {
  width: calc(100% - 70px);
}
.review-header-content .review-header-content-inner h6 a {
  line-height: 1.5;
  color: #565656;
}
.review-header-content .review-header-content-inner h6 a:hover {
  color: var(--primaryColor);
}
.review-main-grid .swiper-container {
  max-width: 100%;
  padding: 30px;
}
.review_info {
  box-shadow: 0 3px 42px -23px #0000114d;
  background: #f3e9ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.review_info_header {
  display: flex;
  justify-content: space-between;
}
.review_icon {
  width: 50px;
  height: 50px;
  background: #7c5aa5;
  border-radius: 50%;
  overflow: hidden;
}
.review_info_author {
  width: calc(100% - 70px);
}
.review_info_author h6 {
  margin-bottom: 0;
}
.review_info_author p {
  margin-bottom: 0;
}
.review-content-inner {
  margin-top: 20px;
}
.review_slider-item {
  height: 100%;
}
.review-main-grid .swiper-wrapper {
  height: 100%;
}
.review-main-grid .swiper-container .swiper-item {
  height: 100%;
}

.blog-post a.electric-btn.btn {
  background: var(--primaryColor);
  color: #fff;
}

.blog-post .quiet-cont h2 {
  font-size: 20px;
}
.blog-post {
  position: relative;
}
.blog-post .content-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px 2rem 0;
}
aside.col-md-9.quiet-cont {
  padding-bottom: 1rem;
}

.blog-post .img-wrap img {
  height: 255px;
}

button.sub-menu-toggle {
  display: none;
}
.navbar .dropdown-right:hover .sub-menu {
  left: 100%;
  opacity: 1;
  top: 0;
  visibility: visible;
  pointer-events: all;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .sub-menu,
.menu-right {
  position: absolute;
  background: #fae0c0;
  width: max-content;
  line-height: 30px;
  border-radius: 5px;
  top: 100%;
  border-top: 1px solid var(--bodyBGColor);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  pointer-events: none;
  display: block;
  border: 0;
  padding: 0;
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .sub-menu,
.menu-left {
  left: 0;
}
.navbar .menu-left {
  left: -100%;
}

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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");

:root {
  --primaryColor: #7c5aa5;
  --secondaryColor: #a188bc;
  --headingColor: #181818;
  --lightBGColor: #f5f5f5;
  --bodyTextColor: #272727;
  --textLightBlack: #555555;
  --linkHoverColor: #707070;
  --btnTextColor: #ffffff;
  --overlayColor: rgba(0, 0, 0, 0.33);
  --bodyBGColor: #ffffff;
  --borderColor: #e6e6e6;
  --grayLightBG: #fefefe;
  --bodyFontFamliy: "Be Vietnam Pro", sans-serif;
  --headingFont: "Be Vietnam Pro", sans-serif;
}

/*  Header Css */
/* navbar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background-color: var(--bodyBGColor);
}
body {
  overflow-x: hidden;
  color: var(--bodyTextColor);
  font-family: var(--bodyFontFamliy);
  font-size: 14px;
  background-color: var(--bodyBGColor);
}
.container {
  max-width: 1420px;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}
input {
  font-family: var(--bodyFontFamliy);
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--headingFont);
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: bold;
}
a {
  font-family: var(--bodyFontFamliy);
  color: var(--secondaryColor);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: var(--primaryColor);
}
a:hover {
  color: var(--secondaryColor);
}
button {
  font-family: var(--bodyFontFamliy);
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
img {
  width: 100%;
  height: 100%;
}
p,
small {
  font-family: var(--bodyFontFamliy);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
a {
  transition: all 0.35s ease-in-out;
}
ul {
  padding: 0;
  margin-bottom: 0;
}
li {
  list-style: none;
}
.btn,
.gform_button {
  padding: 8px 20px;
  border: 0;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  overflow: hidden;
}
.btn::after,
.gform_button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #5c5c5c;
  left: -100%;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.btn:hover::after {
  left: 100%;
  border-radius: 0;
}
.btn i {
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
}

.btn:hover i {
  transform: translateX(5px);
}
.btn-secondary {
  --bs-btn-bg: #3b3b3b !important;
}
.btn-primary,
.gform_button {
  background: var(--primaryColor);
  color: var(--btnTextColor);
  font-weight: bold;
}
.btn-primary:hover,
.gform_button:hover {
  background: var(--secondaryColor);
  color: var(--btnTextColor);
}
/* navbar */

.navbar {
  background: var(--bodyBGColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .logo {
  width: 170px;
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .navigation {
    position: fixed;
    width: 100%;
    background: var(--overlayColor);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition: all 0.35s ease-in;
    pointer-events: none;
  }

  .navigation.open {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
  }
}

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
  cursor: pointer;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.125rem;
  background: var(--secondaryColor);
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: var(--bodyTextColor);
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: var(--lightBGColor);
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 65px;
  border-top: 1px solid var(--bodyBGColor);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  pointer-events: none;
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .dropdown-menu,
.menu-left {
  left: unset;
  right: 0;
}
.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  /* padding: 0.5rem 1.5rem; */
  font-size: 14px;
}
.navbar .menu-item:hover {
  color: var(--primaryColor);
}

.navbar .menu-item a {
  padding: 0.3em 1em;
  color: var(--primaryColor);
  font-size: 15px;
  font-family: var(--headingFont);
  position: relative;
  margin: 0 5px;
}
.navbar .menu-item a:after {
  content: "";
  width: 0;
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.35s ease-in;
}

.navbar .menu-item:hover a:after,
.navbar .menu-item.current-menu-item a:after {
  width: 100%;
}
.menu-item-has-children:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: currentColor !important;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

.menu-item-has-children a {
  padding-right: 30px !important;
}
.navbar .menu-item a:hover,
.navbar .menu-item.current-menu-item a {
  color: var(--linkHoverColor);
}
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: var(--secondaryColor);
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: var(--secondaryColor);
}
.navbar.desktop-menu {
  padding: 0;
}
/* Responsive style */
@media (min-width: 1024px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .menu-item a {
    width: 100%;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .navbar {
    padding: 10px 20px;
  }

  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 80%;
    top: 0;
    right: 0;
    background: var(--lightBGColor);
    display: block;
    transform: translateX(200%);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
    font-size: 14px;
  }

  .menu-items.open {
    transform: translateY(0);
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 9px 0.1rem;
    display: block;
    font-size: 15px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .navigation .menu-btn {
    opacity: 0;
  }
  .navigation.open .menu-btn {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
  }

  /* animation menu hamburger */
  .navigation.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
  }

  .navigation.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: var(--secondaryColor);
  }

  .navigation.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: var(--secondaryColor);
  }
  .main-search {
    display: none;
  }
  .info-block {
    display: none;
  }
  .menu-item.first-item {
    padding: 1.3585em 1.1em;
    border-bottom: 1px solid var(--borderColor);
  }
}

/* topbar */
.topbar {
  background: var(--primaryColor);
  padding: 10px 0;
}
.fixed-header .main-nav {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 29px #0000005c;
}
#product-explore-parent .product-explore-child {
  height: 100%;
}

#product-explore-parent .product-explore-child .swiper-slide,
#product-explore-parent .product-explore-child .swiper-wrapper {
  height: 100%;
}
.topbar .topbar-contact-info ul li a {
  color: var(--btnTextColor);
  font-weight: 600;
}

.topbar .topbar-contact-info ul {
  display: flex;
}

.topbar .topbar-contact-info ul li:not(:last-child) {
  margin-right: 20px;
}

.topbar .topbar-contact-info ul li a i {
  margin-right: 7px;
}

.topbar-contact-info {
  padding: 10px 0;
}

/* banner section */
.home-banner-slider .swiper-container {
  padding: 0;
  height: 680px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home-banner-slider .swiper-container .swiper-item {
  height: 100%;
}
.home-banner-slider .swiper-container .swiper-item img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: var(--primaryColor);
  font-size: 35px;
  text-shadow: 2px 1px 0px white;
}
.home-banner-slider .swiper-container .swiper-item img {
  width: 100%;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}
@media (max-width: 1199px) {
  .home-banner-slider .swiper-container {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .home-banner-slider .swiper-container {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .home-banner-slider .swiper-container {
    max-height: 280px;
    height: 100%;
  }
}
/* who we are */

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 90%;
  left: 0;
  right: 0;
  top: 0%;
  background-color: #fff;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  z-index: 9999;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999;
}
#video-popup-close.fade:not(.show) {
  opacity: 1;
}
#video-popup-close:hover {
  color: #de0023;
}
.video-banner {
  position: relative;
  max-height: 390px;
  height: 100%;
}

.video-banner img {
  height: 100%;
  object-fit: cover;
}

.video-banner .video-bnt {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.video-banner .video-bnt i {
  font-size: 60px;
}

.who-we-are-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.who-we-are-content .who-we-are-title h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--headingColor);
  margin-bottom: 20px;
}

.who-we-are-content .who-we-are-title h1 {
  color: var(--headingColor);
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 20px;
}

.who-we-are-content .who-we-are-title p {
  line-height: 1.85;
}

section.who-we-are {
  padding: 26px 0;
}
section.why-buy {
  padding: 26px 0;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: auto;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #ededed;
  color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d3d3d3;
}

/* Style the back side */
.flip-card-back {
  color: white;
  display: flex;
  transform: rotateX(180deg);
  height: 100%;
}
.why-buy-content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 30px;
  margin-top: 50px;
}
.why-buy-content ul li {
  width: 100%;
}
.flip-card-inner-main .flip-card-icon svg {
  width: 87px;
  height: 87px;
}

.flip-card-inner-main .flip-card-icon {
  margin-bottom: 40px;
}

.flip-card-inner-main {
  padding: 40px;
}
.why-buy-title p {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
}
.flip-card-content h6 {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1380px) {
  .why-buy-content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .flip-card {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .why-buy-content ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-explore-image-slider {
  max-height: 390px;
  height: 100%;
  overflow: hidden;
}

.product-explore-image-slider img {
  height: 100%;
  object-fit: cover;
}
.product-explore {
  position: relative;
  background: url(../img/electric-buggy-manufacturer.jpg);
  padding: 50px 0;
  z-index: 1;
}

.product-explore:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
}

.product-explore .product-explor-title h3 {
  color: var(--btnTextColor);
  font-size: 23px;
  line-height: 35px;
}
.product-explore-main {
  border: 1px solid #f1f1f1;
  height: 100%;
}
.product-explore .product-explor-title {
  margin-bottom: 30px;
}

.product-explore-content {
  height: 100%;
  background: var(--borderColor);
  padding: 20px;
}
#product-explore-parent {
  height: 540px;
  padding: 0 10px;
}
#product-explore-parent .swiper-slide {
  height: auto;
}

.product-explore-content .product-explore-categories {
  position: relative;
  padding: 0 32px;
}

.product-explore-content .product-explore-categories:after {
  content: "";
  width: 25px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.why-buy-title h4 {
  color: var(--headingColor);
  font-size: 23px;
  line-height: 35px;
}

.product-explore-content .product-explore-categories a {
  color: #444444;
}

.product-explore-content .product-explore-product-title h5 {
  font-size: 19px;
  color: #444444;
  margin-top: 15px;
}

.product-explore-content .product-explore-product-title h5 a {
  color: #444444;
  font-size: 20px;
  line-height: 32px;
}

.quick-contact-title h6 {
  font-family: var(--bodyFont);
  font-weight: 600;
  font-size: 14px;
  color: var(--headingColor);
}

.quick-contact-title h3 {
  color: var(--headingColor);
  font-size: 23px;
  line-height: 35px;
}

.quick-contact-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.quick-contact:after {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--primaryColor);
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.quick-contact {
  padding: 26px 0;
  background: #f3f3f3;
  z-index: 1;
  position: relative;
}
.quick-contact-title:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 2px;
  background: var(--primaryColor);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  pointer-events: none;
}
.quick-contact-form {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 10px;
  background-image: url(../img/electric-buggy-enquiry.jpg);
  box-shadow: 0 0 20px -5px #000;
  background-position: -406px -364px;
}

.quick-contact-form .quick-contact-form-inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 730px;
}
.gform_wrapper.gravity-theme
  .gform_validation_errors
  > h2.hide_summary:focus-visible {
  outline: unset !important;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  border: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border: 0 !important;
  box-shadow: unset !important;
  padding: 0 !important;
}

.number-counter ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.number-counter ul li {
  flex: 0 0 22.12%;
  margin: 20px;
  text-align: center;
}

.number-counter ul li .number {
  color: var(--btnTextColor);
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.number-counter ul li .content h5 {
  color: var(--btnTextColor);
  font-family: var(--bodyFont);
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .number-counter ul li .number {
    font-size: 30px;
  }
}

section.news-entvents {
  padding: 26px 0;
  background: #f3f3f3;
}

.news-entvents .news-entvents-inner {
  box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
  background: #ffff;
  height: 100%;
}

.news-entvents-content {
  margin-top: 20px;
}
.news-entvents-content p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
}
.news-entvents-centent-inner {
  padding: 0 0px;
  margin-top: 15px;
}
.news-entvents-content h5 a {
  font-size: 20px;
  line-height: 32px;
}
.news-entvents .news-entvents-inner .news-entvents-image img {
  transition: all 0.4s ease;
}
.news-entvents .news-entvents-inner:hover .news-entvents-image img {
  transform: scale(1.05);
  opacity: 0.8;
}
.news-entvents-title {
  margin-bottom: 30px;
}

footer {
  background: #3c3c3c;
  padding: 50px 0 0px;
  border-top: 5px solid #7c5aa5;
}

.footer-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}
footer ul li a {
  color: #ffff;
  font-size: 14px;
}

footer ul li a:hover {
  color: var(--primaryColor);
}

footer ul li:not(:last-child) {
  margin-bottom: 2px;
}

footer ul li ul {
  margin-top: 12px;
  margin-left: 30px;
}

.footer-contact-info {
  margin-bottom: 30px;
}

.footer-contact-info h6 {
  color: #fff;
  font-weight: 900;
}

.footer-contact-info ul {
  margin-top: 30px;
}

.footer-contact-info ul li i {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: var(--primaryColor);
  color: var(--btnTextColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.footer-contact-info ul li {
  display: flex;
  align-items: center;
}

.footer-social ul {
  display: flex;
}

.footer-social ul li:not(:last-child) {
  margin-right: 25px;
}
.copyrights {
  background: #7c5aa5;
  padding: 10px 0;
  margin-top: 20px;
}

.copyrights ul li {
  margin-bottom: 0 !important;
}

.footer-contact-info ul li {
  color: #fff;
}
.footer-contact-info p {
  color: #fff;
}

.footer-contact-info ul li a {
  padding-right: 3px;
  display: block;
}
.copyrights ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyrights li,
.copyrights li a {
  color: #fff;
}

@media (max-width: 1024px) {
  .copyrights {
    /* margin-bottom: 60px; */
  }
}
@media (max-width: 767px) {
  .copyrights ul {
    justify-content: center;
  }
  .copyrights ul li {
    text-align: center;
  }
}

/* about page */
.about-us {
  padding: 26px 0;
}
.about-image {
  padding: 0 60px;
  max-height: 390px;
}

.about-content {
  padding: 0px 30px 30px 0px;
  text-align: justify;
}
.about-content ul {
  padding-left: 20px;
  margin: 15px 0;
}

.about-content ul li:not(:last-child) {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}
.about-content ul li i {
  color: var(--primaryColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
}

.about-content ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 26px;
}
/* service */
.service {
  padding: 26px 0;
}
.service-content h5 {
  margin: 20px 0;
  font-size: 23px;
  line-height: 35px;
  color: var(--headingColor);
}

.service-content .btn-primary {
  font-size: 18px;
}

.features-slider {
  position: relative;
  padding: 26px 0;
  z-index: 1;
  background: url(../img/kp2_header.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.features-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
  opacity: 0.65;
  pointer-events: none;
  z-index: -1;
  left: 0;
}
.features-slider-title h3 {
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.features-slider-title p {
  color: #fff;
  margin-bottom: 0;
}
.features-slider .swiper-wrapper {
  height: 100%;
}
.features-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.features-slider .features-inner {
  height: 100%;
}
.features-slider .swiper-item {
  height: 100%;
}
.features-slider .features-inner {
  background: #fff;
  padding: 30px;
  position: relative;
}
.features .features-content {
  padding: 26px;
}
.features-inner .features-content {
  margin-top: 20px;
}
.features-inner .features-content h5 {
  font-size: 20px;
  line-height: 32px;
}
.features-inner:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--primaryColor);
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.features-inner .features-image {
  max-height: 270px;
  height: 100%;
  overflow: hidden;
}
.features-content p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.features-inner .features-image img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .features-inner .features-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .features .features-content {
    padding: 10px;
  }
}

/* product Tab */
.tab-wrapper {
  text-align: center;
  display: block;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-link {
  margin: 5px 1%;
  list-style: none;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  background-color: var(--secondaryColor);
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}
.tab-link:hover {
  border-color: var(--primaryColor);
}
.tab-link.active {
  color: #fff;
  border-color: var(--secondaryColor);
  background-color: var(--primaryColor);
}
.content-wrapper {
  padding: 20px 0 0px;
}
.tab-content {
  display: none;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.tab-content.active {
  display: block;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.product {
  border: 1px solid var(--primaryColor);
  padding: 30px;
  transition: 0.35s ease all;
  background: #fff;
  height: 100%;
}
.product:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.product-categories {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.product-categories:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--headingColor);
  left: 0;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.product-categories a {
  color: var(--headingColor);
}
section.products-main {
  background: #e5e5e5;
  padding: 26px 0;
}
.product-slider {
  border: 1px solid var(--primaryColor);
}
.swiper-wrapper {
  height: auto;
}
.product-info .row {
  padding: 26px 20px;
  background: #f6f6f6;
}
.product-thumbs .swiper-slide img {
  border: 1px solid var(--primaryColor);
  object-fit: cover;
  cursor: pointer;
  opacity: 0.25;
}
.product-thumbs .swiper-slide-active img {
  border-color: var(--primaryColor);
  opacity: 1;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
ul.product-breadcrumb {
  display: flex;
  margin-bottom: 30px;
}

ul.product-breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: currentColor;
}

ul.product-breadcrumb li a {
  color: #777;
}

.product-content h5 {
  color: var(--headingColor);
  margin-bottom: 30px;
}
.multi-button ul {
  display: flex;
  align-items: center;
  position: relative;
}

li.btn-or {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 50%;
  width: 40px !important;
  transform: translateX(-50%);
  height: 40px;
  top: 12px;
  bottom: 0;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.multi-button ul li a,
.multi-button ul li {
  width: 100%;
}

.multi-button ul li a {
  padding: 20px;
  font-size: 16px;
  border-radius: 0;
}
.multi-button {
  margin-top: 20px;
}
li.btn-or:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  z-index: -1;
  opacity: 0.35;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .multi-button ul {
    flex-direction: column;
  }
  li.btn-or:after {
    width: 40px;
    height: 40px;
  }
  li.btn-or {
    top: 50%;
    width: 30px !important;
    height: 30px;
    transform: translateY(-50%) translateX(-50%);
  }
}

.product-specification {
  padding: 26px 0;
  background: #f5f5f5;
  margin-top: 26px;
}

.product-specification-table-inner table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
  border-top: 1px solid;
}

.product-specification-table-inner table tr th {
  width: 240px;
  padding: 10px;
  border-style: solid;
  border-color: var(--bodyTextColor);
  border-left-width: 1px;
  border-bottom-width: 1px;
}

.product-specification-table-inner table tr td {
  border-bottom: 1px solid;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 0.85em;
}

.product-specification-table-inner table tr:nth-child(odd) {
  background: #dbdbdb;
  font-size: 14px;
}
.product-specification-table-title {
  margin-bottom: 20px;
}

.product-specification-table-title h6 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--headingColor);
}
.product-specification-table-inner table tr:nth-child(even) {
  background: #fff;
  font-size: 14px;
}
@media (max-width: 576px) {
  .product-specification-table-inner {
    width: 100%;
  }

  .product-specification-table-inner table {
    width: 100%;
  }
}

.product-features-main .product-features-title h4 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--headingColor);
}

.product-features-main .product-features-title {
  margin-bottom: 20px;
}

.product-features-main .product-features-content-inner h5 {
  color: var(--headingColor);
  font-size: 16px;
}

.product-features-main .product-features-content-inner:not(:last-child) {
  margin-bottom: 30px;
}

.product-features-main .product-features-content-inner ul li:not(:last-child) {
  margin-bottom: 10px;
}

.product-features-main .product-features-content-inner ul {
  margin-top: 0px;
}

.product-enquire-title {
  position: relative;
  text-align: center;
}
.product-enquire-title h5:after {
  content: "";
  background: #000;
  width: 100%;
  height: 0.15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.product-enquire-title h5 {
  position: relative;
}
.product-enquire-form {
  margin-top: 50px;
}

.product-enquire-title h3 {
  margin-top: 30px;
}
.product-enquire-title h5 span {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 3px 10px;
  border: 1px solid;
  font-size: 14px;
}
.hotspot-main {
  padding: 26px 0;
}

.hotspot-main .hotspot-title h4 {
  color: var(--headingColor);
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}
.hotspot-main .wrapper {
  position: relative;
  max-width: 685px;
  width: 100%;
  overflow-x: clip;
  margin: 0 auto;
}

.hotspots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 100;
}
.hotspots .hotspot-item {
  position: absolute;
}
.hotspots .hotspot-item.hotspot-item-1 {
  left: 4%;
  top: 24%;
}
.hotspots .hotspot-item.hotspot-item-2 {
  left: 7%;
  top: 35%;
}
.hotspots .hotspot-item.hotspot-item-3 {
  left: 6%;
  top: 47%;
}
.hotspot-item.hotspot-item-4 {
  top: 58%;
  left: 7%;
}
.hotspot-item.hotspot-item-5 {
  top: 27%;
  left: 30%;
}
.hotspot-item.hotspot-item-6 {
  top: 55%;
  left: 23%;
}
.hotspot-item.hotspot-item-7 {
  top: 48%;
  left: 35%;
}
.hotspot-item.hotspot-item-8 {
  top: 50%;
  left: 42%;
}
.hotspot-item.hotspot-item-9 {
  top: 22%;
  left: 55%;
}
.hotspot-item.hotspot-item-10 {
  top: 66%;
  left: 55%;
}
.hotspot-item.hotspot-item-11 {
  top: 54%;
  left: 64%;
}
.hotspot-item.hotspot-item-12 {
  left: 70%;
  top: 33%;
}
.hotspot-item.hotspot-item-13 {
  top: 58%;
  left: 77%;
}
.hotspot-item.hotspot-item-14 {
  top: 68%;
  left: 82%;
}
.hotspot-item.hotspot-item-15 {
  top: 34%;
  left: 87%;
}
.hotspot-item.hotspot-item-16 {
  top: 47%;
  left: 87%;
}
.hotspots .hotspot-item a {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: auto;
  top: auto;
  border-radius: 100%;
  -moz-transition: all 0.2s 0;
  -o-transition: all 0.2s 0;
  -webkit-transition: all 0.2s 0;
  transition: all 0.2s 0;
}
.hotspots .hotspot-item a:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.hotspots .hotspot-item a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 100%;
  position: absolute;
  display: block;
  background: #fff;
  left: 50%;
  top: 50%;
}
.hotspots .hotspot-item a.hotspot-red {
  background: rgba(255, 0, 0, 0.4);
  border-color: red;
}
.hotspots .hotspot-item a.hotspot-green {
  background: rgba(0, 255, 0, 0.2);
  border-color: green;
}
.hotspots .hotspot-item a.hotspot-blue {
  background: rgba(0, 0, 255, 0.5);
  border-color: blue;
}
.hotspots .hotspot-item a.hotspot-yellow {
  background: rgba(255, 255, 0, 0.5);
  border-color: yellow;
}
span.tool-info {
  position: absolute;
  left: 0;
  width: fit-content;
  padding: 5px 10px;
  top: 50px;
  background: #fff;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 0;
  pointer-events: none;
}

.hotspots .hotspot-item {
  width: 100%;
}

span.tool-info:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 10px;
  right: 0;
  transform: rotate(45deg);
  z-index: -1;
  pointer-events: none;
}

.hotspots .hotspot-item a:hover + span.tool-info {
  opacity: 1;
  top: 40px;
  z-index: 9;
  pointer-events: all;
}
.card-flip {
  background: #f5f5f5;
  padding: 26px 0;
}
.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  /* margin-bottom: 35px; */
  height: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  min-height: 275px;
  height: 100%;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 20px;
  line-height: 32px;
  color: var(--btnTextColor);
}
.flip-box-front:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.45;
}
.flip-box p {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--btnTextColor);
}
.flip-box-back .flip-box-header {
  font-size: 16px;
}
.flip-box-img {
  margin-top: 25px;
}

aside#mob-menu {
  display: none;
}
.breadcrumb-section {
  background-color: var(--primaryColor);
  padding: 80px 0;
}

.breadcrumb-section.about:before,
.breadcrumb-section.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: -1;
  opacity: 0.75;
}
.breadcrumb-section.about {
  z-index: 1;
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/EHS-environment_v2-1-scaled.jpg);
  padding: 150px 0px 150px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.breadcrumb-section.contact {
  z-index: 1;
  position: relative;
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/Form-contatti_2-3.jpg);
  padding: 150px 0px 150px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.breadcrumb-section .breadcrumb-title {
  text-align: center;
}

.breadcrumb-section .breadcrumb-title h1 {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
}

.breadcrumb-section .breadcrumb-title .breadcrumb-links span {
  color: #fff;
}
.breadcrumb-links {
  color: #fff;
  text-transform: uppercase;
}
section.product-category {
  padding: 26px 0;
}

.product-category-products {
  margin-top: 50px;
}
.page-template-product-category .product-category-products {
  margin-top: 0;
}
/* contact Page */
.contact-form-info {
  display: block;
  padding: 26px 0;
}

.contact-form-info .contact-form-wrapper {
  padding: 10px;
}
.contact-form-info-main {
  padding: 10px;
}
.contact-form-info .contact-form-info-wrapper {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--primaryColor);
}

.contact-form-info .contact-form-info-support {
  padding-top: 30px;
}

.contact-form-info ul li a,
.contact-form-info ul li {
  font-weight: 600;
  color: var(--headingColor);
}

.contact-form-info ul li {
  margin-bottom: 20px;
  line-height: 1.8;
}

.contact-social-info {
  background: #f5f5f5;
  padding: 26px 0;
}

.contact-social-infom-grid {
  display: grid;
  grid-template-columns: 0.75fr 5fr 6.25fr;
}

.contact-social-infom-grid .contact-social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contact-social-infom-grid .contact-social .contact-social-inner {
  background: #fff;
  padding: 100px 36px;
}

.contact-social-infom-grid .contact-social .contact-social-inner ul {
  text-align: center;
}

.contact-social-infom-grid
  .contact-social
  .contact-social-inner
  ul
  li:not(:last-child) {
  margin-bottom: 22px;
}

.contact-social-contact {
  padding: 30px 50px;
  background: var(--primaryColor);
  box-shadow: 0px 0px 20px 0px rgba(33, 33, 33, 0.25);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}

.contact-social-contact .contact-social-contact-title h4 {
  color: #fff;
  border-bottom: 1px solid #886ca9;
  padding-bottom: 15px;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.contact-social-contact ul li {
  display: flex;
  align-items: center;
}

.contact-social-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
  margin-right: 15px;
}

.contact-social-address h5 {
  color: #fff;
}

.contact-social-address p {
  color: #fff;
  line-height: 1.95;
}

.contact-social-address p a {
  color: #fff;
}

.contact-social-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .contact-social-infom-grid {
    grid-template-columns: 1fr;
  }
  .contact-social-infom-grid .contact-social .contact-social-inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-social-infom-grid
    .contact-social
    .contact-social-inner
    ul
    li:not(:last-child) {
    margin-bottom: 0;
  }

  .contact-social-infom-grid .contact-social .contact-social-inner ul li a {
    padding: 8px 20px;
    font-size: 20px;
  }
  .contact-social-infom-grid .contact-social .contact-social-inner {
    padding: 20px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-social-contact ul li {
    flex-direction: column;
    text-align: center;
  }
  .contact-social-icon {
    margin-right: 0;
  }
  .contact-social-contact .contact-social-contact-title h4 {
    text-align: center;
  }
  .contact-social-contact {
    padding: 30px;
  }
}

.blog-single-main {
  padding: 26px 0;
}
.post-type-archive-blog .type-blog {
  height: 100%;
}
.single-blog .type-blog {
  line-height: 1.9;
}

.navigation.post-navigation {
  margin-top: 30px;
}
.blog-single-main figure.post-thumbnail {
  margin: 30px 0;
}

.blog-single-main .nav-links {
  display: flex;
  justify-content: space-between;
}

.blog-single-main .nav-links .meta-nav {
  color: var(--headingColor);
  transition: all 0.3s ease;
}

.blog-single-main .nav-links:hover .meta-nav {
  color: var(--primaryColor);
}

.blog-single-main .nav-links .post-title {
  font-weight: 800;
  color: var(--headingColor);
  transition: all 0.3s ease-in-out;
}

.blog-single-main .nav-links:hover .post-title {
  color: var(--primaryColor);
}
.blog-single-sidebar ul li {
  display: grid;
  grid-template-columns: 1.75fr 2fr;
  gap: 15px;
}
.blog-single-sidebar ul li:not(:last-child) {
  margin-bottom: 12px;
}

.back-top {
  position: fixed;
  bottom: 0;
  background: var(--primaryColor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: none;
  color: #fff;
  cursor: pointer;
  right: 25px;
  bottom: 25px;
  transform: translateY(50px);
  z-index: 99999;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.back-top a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 24px;
}
.breadcrumb-section .breadcrumb-title .page-title {
  font-size: 0;
}
.main-news-event.news-entvents {
  display: block;
  padding: 26px 0;
}

.main-news-event.news-entvents h4 {
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-title .page-title span {
  font-size: 30px;
  line-height: 42px;
}
.back-top.show {
  opacity: 1;
  transform: translateY(0px);
  bottom: 45px;
  pointer-events: all;
}
/* landing page */
.ads-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.ads-logo li {
  max-width: 200px;
}

.ads-landing-banner {
  position: relative;
  z-index: 1;
  background: url(../img/kp2_header.jpg);
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.ads-landing-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0.75;
}
.ads-landing-banner-form {
  padding: 30px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(1px);
}

.ads-landing-banner-form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
  border-radius: 10px;
}

.ads-landing-banner-content h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.ads-landing-banner-content p {
  color: #fff;
}
.page-template-ads-landing-page .menu-btn {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
section.ads-products {
  padding: 50px 0;
  background: #f4f5f5;
}

.ads-products-inner {
  margin-top: 20px;
}

.ads-products-btn {
  margin-top: 30px;
  text-align: center;
}

.ads-products-btn .btn.btn-primary {
  padding: 10px 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ads-products-inner-content {
  padding: 10px 0;
}
.ads-products .container .ads-product-main:not(:first-child) {
  margin-top: 80px;
}
.client-slider {
  padding: 50px;
}

.client-slider .client-inner {
  padding: 0 60px;
}
.ads-products-inner-content p {
  font-size: 16px;
  font-weight: 600;
}

.thank-you-inner img {
  width: 80px;
  margin: 20px 0;
}
.main-news-event figure.post-thumbnail {
  height: 100%;
}

.main-news-event figure.post-thumbnail a img {
  height: 100% !important;
  /* object-fit: cover;  */
}

.main-news-event .news-entvents-image {
  height: 260px;
}
.thank-you {
  background: #f5f5ff;
  padding: 80px;
}

.thank-you-inner {
  background: #fff;
  padding: 50px 20px;
  box-shadow: 0 0 20px -11px #00000040;
  border-radius: 10px;
}

.thank-you-inner h5 {
  font-size: 30px;
}

.thank-you-inner p {
  font-weight: 600;
  margin-bottom: 30px;
}

section.page-404 {
  background: #f5f5f5;
}
.page-404 {
  padding: 80px 0;
}
.page-404-inner {
  text-align: center;
  background: #fff;
  padding: 50px 30px;
  box-shadow: 0 0 20px -11px #00000040;
  border-radius: 10px;
}
.page-404-inner h6 {
  font-size: 30px;
  text-transform: uppercase;
}
.page-404-inner-content h1 {
  font-size: 100px;
  color: var(--headingColor);
}
.breadcrumb-section span.current-breadcrumbs-item.text-uppercase {
  color: #d1bcbc;
}
@media (max-width: 767px) {
  .ads-logo li {
    max-width: 100px;
  }
}

.about-image img {
  height: 100%;
  object-fit: cover;
}

.about-image-content {
  background: #efefef;
  padding: 26px;
  margin-top: 26px;
}

.multi-call {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  width: fit-content;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 0 30px -10px #000;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  border-radius: 20px;
}

.multi-call h4 {
  margin: 0;
}

.multi-call ul li a {
  font-size: 18px;
  font-weight: 600;
}

.multi-call ul li i {
  font-size: 22px;
  margin-right: 5px;
}

.multi-call ul li:not(:last-child) {
  margin-right: 30px;
}

.multi-call ul {
  display: flex;
}

.product-desc-main {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.product-desc-main .product-desc-inner {
  background: #f5f5f5;
  padding: 30px;
  width: 80%;
  border-radius: 30px;
}

.why-us-item {
  background: #f3e9ff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 17px -6px #7c5aa59c;
  height: 100%;
}

.why-us-item p {
  margin-bottom: 0;
}

.why-us {
  padding: 50px 0;
}
.call-to-action {
  padding: 0 0 50px;
}

.call-to-action-content p {
  font-size: 18px;
}
ul.top-bullet li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1rem;
  border-left: 4px solid #7c5aac;
  padding: 0 12px 0;
}
.grw-slider-dots {
  display: none !important;
}
.fixed-header .main-nav .navbar img {
  height: 100%;
  width: 100%;
}
.footer-contact-info p a {
  color: #fff;
}
.lan-logo-wrap .ads-logo li {
  max-width: 140px !important;
}
.count-wrapper-spl .number-counter ul li .number {
  color: #000;
}
.count-wrapper-spl .number-counter ul li .content h5 {
  color: #a188bc;
}
.ads-product-main.ads-product-main-spl {
  margin-top: 30px !important;
}
.ads-products-btn-spl {
  margin-top: 0 !important;
}
.ads-product-main-splll .ads-products-btn {
  margin-top: 0px !important;
}
.ads-product-main.ads-product-main-splll {
  margin-top: 30px !important;
}
.ads-product-main.ads-product-main-spl .ads-products-btn {
  margin-top: 0;
}
.products-main .tab-link {
  margin: 5px 10px;
  padding: 10px 15px;
}
.count-wrapper-spl .number-counter ul li .content h5 {
  color: #a188bc;
}
.ads-product-main.ads-product-main-spl {
  margin-top: 30px !important;
}
.ads-products-btn-spl {
  margin-top: 0 !important;
}
.ads-product-main-splll .ads-products-btn {
  margin-top: 0px !important;
}
.ads-product-main.ads-product-main-splll {
  margin-top: 30px !important;
}
.ads-product-main.ads-product-main-spl .ads-products-btn {
  margin-top: 0;
}
.products-main .tab-link {
  margin: 5px 10px;
  padding: 10px 15px;
}
.review-main-grid {
  display: grid;
  grid-template-columns: 2fr 6fr;
  gap: 30px;
}
.review-title {
  margin-bottom: 30px;
}
.review-header-content {
  display: flex;
  justify-content: space-between;
}
.review-header-content .review-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.review-header-content .review-header-content-inner {
  width: calc(100% - 70px);
}
.review-header-content .review-header-content-inner h6 a {
  line-height: 1.5;
  color: #565656;
}
.review-header-content .review-header-content-inner h6 a:hover {
  color: var(--primaryColor);
}
.review-main-grid .swiper-container {
  max-width: 100%;
  padding: 30px;
}
.review_info {
  box-shadow: 0 3px 42px -23px #0000114d;
  background: #f3e9ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.review_info_header {
  display: flex;
  justify-content: space-between;
}
.review_icon {
  width: 50px;
  height: 50px;
  background: #7c5aa5;
  border-radius: 50%;
  overflow: hidden;
}
.review_info_author {
  width: calc(100% - 70px);
}
.review_info_author h6 {
  margin-bottom: 0;
}
.review_info_author p {
  margin-bottom: 0;
}
.review-content-inner {
  margin-top: 20px;
}
.review_slider-item {
  height: 100%;
}
.review-main-grid .swiper-wrapper {
  height: 100%;
}
.review-main-grid .swiper-container .swiper-item {
  height: 100%;
}

.blog-post a.electric-btn.btn {
  background: var(--primaryColor);
  color: #fff;
}

.blog-post .quiet-cont h2 {
  font-size: 20px;
}
.blog-post {
  position: relative;
}
.blog-post .content-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px 2rem 0;
}
aside.col-md-9.quiet-cont {
  padding-bottom: 1rem;
}

.blog-post .img-wrap img {
  height: 255px;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .sub-menu,
.menu-right {
  position: absolute;
  background: #e8e2f0;
  width: max-content;
  line-height: 30px;
  /* border-radius: 5px; */
  top: 100%;
  border-top: 1px solid var(--bodyBGColor);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  pointer-events: none;
  display: block;
  border: 0;
  padding: 0;
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .sub-menu,
.menu-left {
  left: 0;
}
.navbar .menu-left {
  left: -100%;
}
.ads-landing-banner-form p.gform_required_legend {
  margin-bottom: 8px;
}
.ads-landing-banner-form .ginput_container_select select {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid;
  color: #121212;
}
.blog h4 {
  font-size: 18px;
}
.blog ul.neat-bullet {
  margin-bottom: 20px;
  padding-left: 20px;
}
.blog ul.neat-bullet li {
  list-style: disc;
  padding-left: 10px;
  line-height: 30px;
}

.breadcrumb-section
  .breadcrumb-title
  .breadcrumb-links
  span.post.post-page.current-item {
  color: #d1bcbc !important;
}

/* landing page */
#landing-ev-wrap .talk-experts-wrap {
  background: #7c5aa5;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
#landing-ev-wrap #review-wrapper {
  margin-bottom: 60px;
}
#landing-ev-wrap .talk-experts-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f3e9ff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48% 0% 26% 19% / 63% 25% 70% 0%;
  z-index: -1;
  pointer-events: none;
}

#landing-ev-wrap .unleash-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#landing-ev-wrap .expert-btn {
  background: #dc4433;
  color: #fff;
  font-weight: 500;
  display: flex;
  width: 70%;
  justify-content: center;
  margin-top: 15px;
  padding: 15px 15px;
  font-size: 18px;
  border-radius: 5px;
}

#landing-ev-wrap .talk-experts-wrap h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

#landing-ev-wrap .talk-experts-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
#landing-ev-wrap .talk-experts-wrap .row {
  align-items: center;
}
#landing-ev-wrap .talk-experts-wrap .ads-products-btn {
  margin: 0 0 auto auto;
  text-align: end;
}
#landing-ev-wrap .talk-experts-wrap .ads-products-btn .btn.btn-primary {
  font-size: 18px;
}
#landing-ev-wrap .lp-abt-spl {
  text-align: center;
  padding: 60px 0;
}
#landing-ev-wrap .lp-abt-spl h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#landing-ev-wrap .lp-abt-spl p {
  margin: 0;
  font-size: 20px;
}

@media (max-width: 767px) {
  .review-main-grid {
    display: block;
  }
  .number-counter ul {
    flex-direction: column;
  }
  .number-counter ul li {
    margin: 10px 0 0px 0;
  }
  #landing-ev-wrap .lp-abt-spl {
    padding: 30px 0;
  }
  #landing-ev-wrap .lp-abt-spl h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #landing-ev-wrap .lp-abt-spl p {
    font-size: 16px;
  }
  #landing-ev-wrap .ads-landing-banner-content h4 {
    font-size: 24px;
  }
  #landing-ev-wrap .talk-experts-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
  #landing-ev-wrap .unleash-foot {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  #landing-ev-wrap .talk-experts-wrap .ads-products-btn .btn.btn-primary {
    font-size: 14px;
  }
  #landing-ev-wrap .talk-experts-wrap .ads-products-btn {
    margin: 20px 0 0 0;
  }
  #landing-ev-footer {
    padding: 20px 0;
  }
  #landing-ev-footer .footer-title {
    font-size: 20px;
    margin: 20px 0;
  }
}
.ads-landing-banner-form .gfield_radio .gchoice input {
  margin-right: 10px;
  margin-top: 4px !important;
}

.ads-landing-banner-form .gfield_radio .gchoice {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.faq-section {
  padding: 26px 0px;
}
.faq-section h4 {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 35px;
}
.faq-section .su-spoiler-style-fancy > .su-spoiler-title {
  border-bottom: 1px solid #ccc;
  border-radius: 10px;
  background: #e5e5e5;
  font-size: 16px;
}
.faq-section p {
  font-size: 16px;
  font-weight: 500;
}
.faq-section .su-spoiler-icon {
  left: 10px;
  top: 15px;
}
.faq-section .su-spoiler-title {
  position: relative;
  cursor: pointer;
  min-height: unset;
  line-height: 20px;
  padding: 15px 10px 15px 40px;
  font-weight: 600;
  color: #000;
}
.faq-section .su-accordion .su-spoiler {
  margin-bottom: 17px;
}

/*  */

.home-blog {
  padding: 26px 0 !important;
}
.home-blog figure.post-thumbnail {
  height: auto !important;
}
.home-blog h4 {
  color: #000 !important;
  text-align: center !important;
  padding-bottom: 15px !important;
  font-size: 23px !important;
  line-height: 35px;
}
.home-blog .news-entvents-inner {
  box-shadow: none !important;
}
.home-blog .news-entvents-image {
  height: auto !important;
}
.home-blog .news-entvents-inner .news-entvents-image img {
  object-fit: cover;
  height: 270px !important;
}
.home-blog .news-entvents-centent-inner {
  padding: 0 !important;
  margin-top: 15px !important;
}
.home-blog .swiper-slide {
  height: auto !important;
}
.home-blog .swiper-slide .blog {
  height: 100% !important;
}

.products-main .product-inner h4 {
  font-size: 23px;
  line-height: 35px;
}

.product-category .product-category-content h4 {
  font-size: 23px;
  line-height: 35px;
}

.product .product-content h5 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

.product-desc-inner h5 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

.card-flip-title h3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.product-info .product-content h5 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.features h3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.blog-single-sidebar h5 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 17px;
}

.blog-single-sidebar .blog-content h6 {
  font-size: 16px;
  line-height: 26px;
}

.contact-form-title h4,
.contact-form-info-wrapper h4,
.contact-form-info-support h4 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .main-nav .navbar img {
    width: 150px !important;
  }
}

.footer-mobile {
  display: flex;
  flex-direction: column;
  gap: 5px 0px;
}

/* region popup */
section.r-ev-region-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
}

.r-ev-region-popup-content {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  max-width: 90%;
  width: 450px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: inherit;
}

.r-ev-region-popup-content p {
  font-size: 16px;
  margin-bottom: 2rem;
  color: #555;
  line-height: 1.5;
}

section.r-ev-region-popup-wrapper .btn-primary {
  padding: 12px 20px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: opacity 0.2s;
}

section.r-ev-region-popup-wrapper .btn-primary-outline {
  padding: 12px 20px;
  font-size: 16px;
  background-color: transparent;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}
.r-ev-region-popup-action-btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.r-ev-region-popup-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
