*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .padding-section-small {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .padding-section-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.margin-section-small {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-section-small {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.4s;
}

button {
  transition: all 0.4s;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Open Sans";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5E5C5C;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5E5C5C;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5E5C5C;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5E5C5C;
}

.text-color-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-yellow {
  background-color: #FFE700;
}

.bg-grey {
  background-color: #F4F4F4;
}

.relative {
  position: relative;
}

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

.section-title {
  margin-bottom: 30px;
}

.link-hover {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-hover:after {
  content: "";
  background-image: url(../images/btn-arrow.svg);
  width: 20px;
  height: 20px;
}
.link-hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  content: "";
  transition: all 0.3s linear;
}
.link-hover:hover:before {
  width: 100%;
}

.swiper-container .custom-swiper-pagination, .swiper-container .swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiper-container .custom-swiper-pagination .swiper-pagination-bullet, .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #000000;
  width: 12px;
  height: 12px;
}
.swiper-container .custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFE700;
}

.page-not-found {
  max-width: 1200px;
  margin: auto;
}
.page-not-found h2 {
  font-size: 140px;
  line-height: 160px;
}
@media (max-width: 479px) {
  .page-not-found h2 {
    font-size: 110px;
    line-height: 100px;
  }
}
.page-not-found h2 .text {
  color: #FFE700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.page-not-found h4 {
  margin-bottom: 30px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Yorkten Slab Norm";
  src: url("../fonts/YorktenSlab-NorReg.eot");
  src: url("../fonts/YorktenSlab-NorReg.eot?#iefix") format("embedded-opentype"), url("../fonts/YorktenSlab-NorReg.woff2") format("woff2"), url("../fonts/YorktenSlab-NorReg.woff") format("woff"), url("../fonts/YorktenSlab-NorReg.ttf") format("truetype"), url("../fonts/YorktenSlab-NorReg.svg#YorktenSlab-NorReg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yorkten Slab Norm";
  src: url("../fonts/YorktenSlab-NorMed.eot");
  src: url("../fonts/YorktenSlab-NorMed.eot?#iefix") format("embedded-opentype"), url("../fonts/YorktenSlab-NorMed.woff2") format("woff2"), url("../fonts/YorktenSlab-NorMed.woff") format("woff"), url("../fonts/YorktenSlab-NorMed.ttf") format("truetype"), url("../fonts/YorktenSlab-NorMed.svg#YorktenSlab-NorMed") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5E5C5C;
}

p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.08px;
  color: #5E5C5C;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
}

h1 {
  font-family: "Yorkten Slab Norm";
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0.3px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

h2 {
  font-family: "Yorkten Slab Norm";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.1px;
  color: #000000;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3 {
  font-family: "Yorkten Slab Norm";
  font-size: 32px;
  font-weight: 500;
  line-height: 44.16px;
  color: #000000;
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-family: "Yorkten Slab Norm";
  font-size: 28px;
  font-weight: 500;
  line-height: 36.12px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

h5 {
  font-family: "Yorkten Slab Norm";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.92px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

h6 {
  font-family: "Yorkten Slab Norm";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
}

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 20px 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1480px) {
  .header-main {
    padding: 20px 20px 0;
  }
}
@media (max-width: 991px) {
  .header-main {
    padding: 15px 20px;
  }
}

.site-branding {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .header-language-switcher {
    gap: 15px;
  }
}

.submenu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .submenu-toggle {
    display: block;
    background-image: url("../images/select-arrow-bottom.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition: 0.4s all;
    background-position: center;
    background-size: 16px;
  }
}

.custom-logo-link-mobile {
  display: none;
}

.header-menu .menu {
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .header-menu .menu {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header-menu .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    background: #ffffff;
    transition: all 0.3s;
    z-index: 99;
    display: block;
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .header-menu .menu li {
    border-top: 1px solid #e6e6e6;
  }
}
.header-menu .menu li.submenu-open > a .submenu-toggle {
  transform: rotate(180deg);
}
.header-menu .menu > li > a {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid transparent;
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .header-menu .menu > li > a {
    color: #000000;
    border: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-menu .menu > li > a:hover {
  color: #FFE700;
  border-color: #FFE700;
}
.header-menu .menu > li > a:hover:after {
  background-image: url("../images/arrow-yellow.svg");
  transform: rotate(180deg);
}
.header-menu .menu > li.current-menu-item > a {
  color: #FFE700;
  border-color: #FFE700;
}
.header-menu .menu > li.current-menu-item > a:after {
  background-image: url("../images/arrow-yellow.svg");
}
.header-menu .menu > li.current-menu-item > a .submenu-toggle {
  background-image: url("../images/select-yellow-arrow-bottom.svg");
}
.header-menu .menu > li.current-menu-parent > a {
  color: #FFE700;
  border-color: #FFE700;
}
.header-menu .menu > li.current-menu-parent > a:after {
  background-image: url("../images/arrow-yellow.svg");
}
.header-menu .menu > li.current-menu-parent > a .submenu-toggle {
  background-image: url("../images/select-yellow-arrow-bottom.svg");
}
.header-menu .menu > li.current_page_ancestor > a {
  color: #FFE700;
  border-color: #FFE700;
}
.header-menu .menu > li.current_page_ancestor > a:after {
  background-image: url("../images/arrow-yellow.svg");
}
.header-menu .menu > li.current_page_ancestor > a .submenu-toggle {
  background-image: url("../images/select-yellow-arrow-bottom.svg");
}
.header-menu .menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header-menu .menu > .menu-item-has-children > a:after {
    display: none;
  }
}
.header-menu .menu .sub-menu {
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  gap: 20px;
  border-bottom: 4px solid #FFE700;
  min-width: 240px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu {
    position: static;
    float: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    padding: 0 0 0 30px;
    min-width: 100%;
  }
}
.header-menu .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu > .menu-item-has-children > a {
    width: 100%;
    padding-right: 20px;
  }
}
.header-menu .menu .sub-menu > .menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/arrow-grey.svg");
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu > .menu-item-has-children > a::after {
    display: none;
  }
}
.header-menu .menu .sub-menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 50px;
  top: 0;
  bottom: 0;
  height: 40px;
  display: block;
}
.header-menu .menu .sub-menu li a {
  color: #5E5C5C;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu li a {
    padding: 10px 0;
  }
}
.header-menu .menu .sub-menu li a:hover {
  color: #000000;
}
.header-menu .menu .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.header-menu .menu .sub-menu .sub-menu {
  left: 116%;
  float: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  border-bottom: 0;
  display: none;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu .menu .sub-menu .current-page-parent > a {
  color: #FFE700;
}
.header-menu .menu .sub-menu .current-page-parent > a:hover {
  color: #FFE700;
}
.header-menu .menu .sub-menu .current-page-parent > a:after {
  background-image: url(../images/arrow-yellow.svg);
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu .current-page-parent > a .submenu-toggle {
    background-image: url("../images/select-yellow-arrow-bottom.svg");
  }
}
.header-menu .menu .sub-menu .current-menu-item > a {
  color: #FFE700;
}
.header-menu .menu .sub-menu .current-menu-item > a:hover {
  color: #FFE700;
}
.header-menu .menu .sub-menu .current-menu-item > a:after {
  background-image: url(../images/arrow-yellow.svg);
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu .current-menu-item > a .submenu-toggle {
    background-image: url("../images/select-yellow-arrow-bottom.svg");
  }
}

@media (max-width: 991px) {
  .header-logo {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 150px;
  }
}

body .site .wpml-ls-legacy-dropdown {
  width: auto;
}
body .site .wpml-ls-legacy-dropdown ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
body .site .wpml-ls-legacy-dropdown ul li a {
  color: #ffffff !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: transparent !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 28px;
  padding-left: 0;
}
@media (max-width: 767px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    font-size: 0;
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
}
body .site .wpml-ls-legacy-dropdown ul li a .wpml-ls-native {
  margin: 0;
}
body .site .wpml-ls-legacy-dropdown ul li a img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 9999px;
  object-fit: cover;
}
body .site .wpml-ls-legacy-dropdown ul li a:after {
  content: "";
  border: 0;
  right: 10px;
  top: 10px;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(225deg);
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-color: #ffffff;
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding: 4px;
    display: block;
    text-align: center;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a::after {
  display: none;
}

.humbergar-menu {
  display: none;
}
@media (max-width: 991px) {
  .humbergar-menu {
    display: block;
  }
}
.humbergar-menu .menu-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 22px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 991px) {
  .humbergar-menu .menu-toggle {
    display: block;
  }
}
.humbergar-menu .menu-toggle .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.humbergar-menu .menu-toggle .menuicon:before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon::before, .humbergar-menu .menu-toggle .menuicon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

@media (max-width: 991px) {
  .contact-btn .btn.cta-button {
    font-size: 0;
    padding: 6px;
    gap: 0;
    line-height: 20px;
    background-color: transparent;
  }
  .contact-btn .btn.cta-button::after {
    background-image: url("../images/call.svg") !important;
    background-size: 20px;
  }
}

@media (max-width: 991px) {
  .menu-open {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .menu-open .header-main {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .menu-open .header-main .site-branding {
    padding: 15px 20px;
    background: #ffffff;
    z-index: 111;
    position: relative;
  }
}
@media (max-width: 991px) {
  .menu-open .custom-logo-link-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu-open .custom-logo-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-open .header-lang {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-open .header-menu .menu {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu-open .humbergar-menu .menuicon {
  position: relative;
  background-color: transparent;
}
.menu-open .humbergar-menu .menuicon::before {
  background-color: #000000;
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.menu-open .humbergar-menu .menuicon:after {
  background-color: #000000;
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media (max-width: 991px) {
  .footer-widgets {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-widgets {
    grid-template-columns: auto;
  }
}

.site-footer {
  background: #000000;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
  }
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .menu li a {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.site-footer .menu li a:hover {
  color: #FFE700;
}
.site-footer .footer-title {
  margin-bottom: 10px;
  color: #FFE700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 30px;
  position: relative;
}
.footer-bottom:after {
  content: "";
  background-image: url("../images/footer-bg-log.svg");
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 97px;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.2;
  background-size: contain;
  max-width: 1200px;
  margin: auto;
  pointer-events: none;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  gap: 15px;
}

.copyright {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.copyright p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.privacy {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy li a {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.privacy li a:hover {
  color: #FFE700;
}
.privacy li p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.address p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.address p:last-child {
  margin-bottom: 0;
}
.address p a {
  color: #ffffff;
}
.address p a:hover {
  color: #FFE700;
}
.address ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.address ul li {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.address ul li a {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.address ul li a:hover {
  color: #FFE700;
}

.btn {
  display: inline-flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  color: #000000;
  border: 1px solid #000000;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  font-weight: 600;
  background-color: transparent;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 14px;
  }
}
.btn:hover {
  color: #000000;
  background-color: #FFE700;
  border-color: #FFE700;
}
.btn:after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.btn.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-secondary:hover::after {
  background-image: url("../images/btn-arrow-white.svg");
  background-repeat: no-repeat;
}
.btn.btn-primary {
  background-color: #FFE700;
  border-color: #FFE700;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-primary:hover::after {
  background-image: url("../images/btn-arrow-white.svg");
}

.banner-with-video {
  height: 980px;
  position: relative;
}
@media (max-width: 1200px) {
  .banner-with-video {
    height: 740px;
  }
}
@media (max-width: 767px) {
  .banner-with-video {
    height: 500px;
  }
}
.banner-with-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 24.77%, #000 80.7%);
}
.banner-with-video .video-wrapper {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.banner-with-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: calc(50% + 70px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-content {
    top: calc(50% + 30px);
  }
}

.hero-banner {
  position: relative;
}

.banner-content-inner {
  max-width: 620px;
  width: 100%;
}
.banner-content-inner h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-content-inner h1 {
    margin-bottom: 20px;
  }
}

.title-wrapper {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.08px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title-wrapper {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.title-wrapper p {
  color: #ffffff;
}

.heading_with_grid4 .inner_html {
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.heading_with_grid4 .heading_wrapper {
  display: flex;
  flex-flow: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 984px;
  width: 100%;
}
.heading_with_grid4 .heading_wrapper .category-title {
  color: #FFE700;
  margin-bottom: 0;
}
.heading_with_grid4 .heading_wrapper p {
  color: #ffffff;
}
.heading_with_grid4 .grid_wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
.heading_with_grid4 .grid_wrapper .grid_item {
  width: 100%;
  max-width: calc(50% - 15px);
  border: 1px solid #CFCFCF;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .heading_with_grid4 .grid_wrapper .grid_item {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .heading_with_grid4 .grid_wrapper .grid_item {
    flex-flow: column-reverse;
  }
}
@media (max-width: 767px) {
  .heading_with_grid4 .grid_wrapper .grid_item {
    max-width: 100%;
  }
}
.heading_with_grid4 .grid_wrapper .grid_item .col_link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.heading_with_grid4 .grid_wrapper .grid_item .content {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .heading_with_grid4 .grid_wrapper .grid_item .content {
    width: 100%;
    text-align: center;
  }
}
.heading_with_grid4 .grid_wrapper .grid_item .content .category-name {
  margin-bottom: 10px;
}
.heading_with_grid4 .grid_wrapper .grid_item .content p {
  font-size: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.heading_with_grid4 .grid_wrapper .grid_item .category-image {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .heading_with_grid4 .grid_wrapper .grid_item .category-image {
    width: 100%;
    text-align: center;
  }
}
.heading_with_grid4 .grid_wrapper .grid_item .category-image img {
  transition: all 0.3s linear;
  margin: auto;
}
.heading_with_grid4 .grid_wrapper .grid_item .category-image .category-image-box {
  max-width: 260px;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .heading_with_grid4 .grid_wrapper .grid_item .category-image .category-image-box {
    margin: auto;
  }
}
.heading_with_grid4 .grid_wrapper .grid_item:hover .category-image img {
  transform: scale(1.06);
}

.bg-mode-Dark {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .bg-mode-Dark {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .bg-mode-Dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bg-mode-Light.heading_with_grid4 .category-title {
  color: #000000;
}
.bg-mode-Light.heading_with_grid4 p {
  color: #5E5C5C;
}
.bg-mode-Light.bg-black {
  background-color: transparent;
}
.bg-mode-Light .btn {
  border-color: #000000;
}
.bg-mode-Light .btn:hover {
  border-color: #FFE700;
  background-color: #FFE700;
  color: #000000;
}
.bg-mode-Light .btn::after {
  background-image: url(../images/btn-arrow.svg);
}

.simple_card .card {
  background-color: #ffffff;
  border-radius: 16px;
}
.simple_card .card .card_img {
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
}
.simple_card .card .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  min-height: 250px;
}
.simple_card .card .card_content {
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}
.simple_card .card .card_content .cta-title {
  margin-bottom: 0;
}

.certifications .swiper {
  overflow: visible;
}
.certifications .inner-html .heading {
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
.certifications .inner-html .heading .certifications-title {
  margin: 0;
  color: #ffffff;
}
.certifications .inner-html .heading p {
  color: #ffffff;
}
.certifications .inner-html .button_wrapper {
  text-align: center;
  margin-top: 30px;
}

.brand-logo {
  height: 80px;
}
.brand-logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.5s;
  filter: grayscale(1);
}
.brand-logo img:hover {
  transform: scale(1.1);
  transform-origin: center;
  transition: all 0.5s;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.medai-section {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .medai-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .medai-section {
    padding-bottom: 50px;
  }
}

.media-title {
  margin-bottom: 30px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .card-container {
    grid-template-columns: auto;
  }
}
.card-container .card {
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  overflow: hidden;
}
.card-container .card:hover .card-image img {
  transform: scale(0.9999);
}

.card-content {
  padding: 20px;
}
.card-content .card-description {
  margin-bottom: 20px;
}
.card-content .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-image {
  border-radius: 10px;
  overflow: hidden;
}
.card-image img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.0999);
  aspect-ratio: 2/1.38;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .about-image {
    order: -1;
  }
}
.about-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  object-position: left;
}

.about-cards {
  display: grid;
  gap: 30px;
}
@media (max-width: 991px) {
  .about-cards {
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-cards {
    grid-column: auto;
    grid-template-columns: auto;
    gap: 20px;
  }
}
.about-cards .card {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .about-cards .card {
    padding: 20px;
  }
}
.about-cards .card.mission {
  background-color: #FFE700;
}
.about-cards .card.vision {
  border: 1px solid #CFCFCF;
}

.about-text .about-card-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-text .about-card-title {
    margin-bottom: 16px;
  }
}
.about-text p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-text p {
    margin-bottom: 16px;
  }
}

.service-card {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.service-card .card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: calc(33.333% - 20px);
}
@media (max-width: 1200px) {
  .service-card .card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .service-card .card {
    width: 100%;
  }
}
.service-card .card:hover .service-img img {
  transform: scale(1.04);
}
.service-card .card:hover:after {
  opacity: 0.6;
}
.service-card .card:hover .btn.btn-secondary {
  background-color: #FFE700;
  border-color: #FFE700;
}
.service-card .card:after {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  transition: all 0.5s;
}

.service-img {
  border-radius: 20px;
  overflow: hidden;
}
.service-img img {
  aspect-ratio: 23/16;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}

.service-card-item {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .service-card-item {
    padding: 20px;
  }
}
.service-card-item h3 {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 479px) {
  .service-card-item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.btn.btn-secondary.service-link {
  padding: 15px;
}
@media (max-width: 767px) {
  .btn.btn-secondary.service-link {
    padding: 10px;
  }
}
.btn.btn-secondary.service-link::after {
  background-image: url(../images/btn-arrow.svg);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .values-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.values-grid .card {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 15px;
  border-radius: 20px;
  min-height: 220px;
}
@media (max-width: 767px) {
  .values-grid .card {
    min-height: 170px;
  }
}

.values-card {
  position: relative;
  display: grid;
  gap: 30px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .values-card {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .values-card {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .values-card.left-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .values-card.left-card {
    grid-template-columns: auto;
  }
}
@media (max-width: 991px) {
  .values-card.right-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .values-card.right-card {
    grid-template-columns: auto;
  }
}

.middle-card-img img {
  aspect-ratio: 115/91;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.left-card-img img {
  aspect-ratio: 115/91;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.right-card-img img {
  aspect-ratio: 115/91;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.middle-card-col {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  align-content: space-between;
  z-index: 1;
}
.middle-card-col .values-title {
  color: #ffffff;
}
.middle-card-col p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.middle-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0) 47.6%, rgba(0, 0, 0, 0.6) 80.29%);
}

.card-reliability {
  background: #DFDFDF;
}

.card-service {
  background-color: #FFE700;
}

.card-box-title, .card-box-content {
  width: 100%;
}

.top-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.top-intro .intro-title {
  margin-bottom: 0;
}

.intro-inner-title {
  width: calc(43% - 10px);
  display: grid;
  gap: 30px;
}
@media (max-width: 767px) {
  .intro-inner-title {
    width: 100%;
    gap: 20px;
  }
}

.intro-content {
  width: calc(57% - 10px);
}
@media (max-width: 767px) {
  .intro-content {
    width: 100%;
  }
}

.industries-support-section {
  background-position: center;
  background-size: cover;
}

.industry-section {
  display: flex;
  gap: 30px;
  border-radius: 16px;
  border-top: 20px solid #ffffff;
  border-right: 8px solid #ffffff;
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid #ffffff;
}
@media (max-width: 767px) {
  .industry-section {
    padding-bottom: 330px;
    border: 20px solid #ffffff;
  }
}

.tabs-list {
  display: grid;
  gap: 10px;
}

.industry-tabs {
  width: 100%;
  max-width: 520px;
  padding: 30px;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .industry-tabs {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .industry-tabs {
    max-width: 100%;
    padding: 0 0 20px;
  }
}
.industry-tabs h2 {
  margin-bottom: 30px;
}
.industry-tabs .tab {
  padding: 20px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .industry-tabs .tab {
    padding: 15px;
    gap: 15px;
  }
}
.industry-tabs .tab.active {
  background: #000000;
  color: #ffffff;
}
.industry-tabs .tab.active .tabs-content {
  display: block;
}
.industry-tabs .tab.active .tab-icon img {
  filter: invert(87%) sepia(75%) saturate(2916%) hue-rotate(373deg) brightness(147%) contrast(103%);
}
.industry-tabs .tab.active h3 {
  color: #FFE700;
}
.industry-tabs .icon-yellow {
  display: none;
}

.tabs-content {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}
.tabs-content p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .tabs-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.industry-tabs-content h3 {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .industry-tabs-content h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .industry-tabs-content h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .contact-info {
    grid-template-columns: auto;
  }
}

.contact-info-box {
  padding: 40px;
  border-radius: 20px;
  display: grid;
  align-content: space-between;
  gap: 15px;
}
@media (max-width: 1200px) {
  .contact-info-box {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .contact-info-box {
    gap: 25px;
  }
}
.contact-info-box .contact-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.contact-title-with-info p {
  color: #DFDFDF;
}

.location-with-social {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .location-with-social {
    grid-template-columns: auto;
    gap: 25px;
  }
}
.location-with-social ul {
  list-style: none;
  margin: 0;
}
.location-with-social ul li {
  color: #DFDFDF;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.08px;
}

.contact-inner-info .contact-inner-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact-inner-info p {
  color: #DFDFDF;
}

.contact-with-fax li a {
  color: #DFDFDF;
}
.contact-with-fax li a:hover {
  color: #FFE700;
}

.mail-us li a {
  color: #DFDFDF;
}
.mail-us li a:hover {
  color: #FFE700;
}

.contact-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.more-contact-bg {
  border-radius: 16px;
  overflow: hidden;
  background-image: url("../images/info-bg.jpg");
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.more-contact-bg:before {
  content: "";
  border-radius: 16px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
.more-contact-bg .more-contact {
  position: relative;
  z-index: 1;
}
.more-contact-bg .more-contact h5 {
  margin-bottom: 20px;
  color: #ffffff;
}

.gravity-form-title {
  margin-bottom: 30px;
}
.gravity-form-title h3 {
  margin-bottom: 10px;
}

.gform_wrapper form .gform-body .gform_fields {
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 479px) {
  .gform_wrapper form .gform-body .gform_fields {
    grid-template-columns: auto;
  }
}
.gform_wrapper form .gform-body .gform_fields .gfield_required {
  color: #5E5C5C;
}
.gform_wrapper form .gform-body .gform_fields .gfield_label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20.02px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 400;
}
.gform_wrapper form .gform-body .gform_fields .gfield input {
  height: 52px;
  border: 1px solid #5E5C5C;
  font-family: "Open Sans" !important;
  outline: none;
  box-shadow: none;
  padding: 5px 14px !important;
  border-radius: 10px;
  font-size: 14px !important;
  line-height: 20px;
  color: #5E5C5C;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
  width: 100%;
}
.gform_wrapper form .gform-body .gform_fields .gfield input:focus {
  border-color: #5E5C5C;
}
.gform_wrapper form .gform-body .gform_fields .gfield input::placeholder {
  color: #5E5C5C;
  opacity: 1;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea {
  border-width: 1px;
  border: 1px solid #5E5C5C;
  outline: none;
  box-shadow: none;
  padding: 14px;
  font-family: "Open Sans" !important;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #5E5C5C;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
  width: 100%;
  min-block-size: 6rem;
  height: 100px;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea:focus {
  border-color: #5E5C5C;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea::placeholder {
  color: #5E5C5C;
  opacity: 1;
}
.gform_wrapper form .gform-body .gform_fields .gfield select {
  height: 52px;
  border-width: 1px;
  border: 1px solid #5E5C5C;
  outline: none;
  box-shadow: none;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #5E5C5C;
  transition: all 0.3s ease-in-out;
  background-image: url("../images/select-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  appearance: none;
  margin: 0 !important;
  font-family: "Open Sans" !important;
  width: 100%;
}
.gform_wrapper form .gform-body .gform_fields .gfield select:focus {
  border-color: #5E5C5C;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container_textarea .gfield_description {
  color: #5E5C5C;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description {
  color: #5E5C5C;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description a {
  text-decoration: underline;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description b {
  font-weight: 600;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description b a {
  text-decoration: underline;
}
.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .gfield_validation_message {
  color: var(--gf-form-validation-summary-color);
  margin-top: 6px;
  font-size: 14px;
}
.gform_wrapper form .gform_footer {
  margin-top: 30px;
}
.gform_wrapper form .gform_footer .gform-loader {
  position: absolute;
  top: -30px;
}
.gform_wrapper form .gform_footer input[type=submit] {
  display: inline-flex !important;
  padding: 14px 30px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  border-radius: 10px !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.16px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s !important;
  font-weight: 600 !important;
  background-color: #ffffff !important;
}
.gform_wrapper form .gform_footer input[type=submit]:after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 14px !important;
    padding: 14px !important;
  }
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  color: #000000 !important;
  background-color: #FFE700 !important;
  border-color: #FFE700 !important;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 24.77%, #000000 80.7%);
  opacity: 0.75;
}

.inner-banner {
  position: relative;
}

.inner-banner-image {
  height: 600px;
}
.inner-banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inner-banner-title {
  position: absolute;
  top: calc(50% + 70px);
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner-banner-title {
    top: calc(50% + 30px);
  }
}

.top-content-wrapper .image-wrapper {
  height: 225px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.top-content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top-content-wrapper .top-title {
  margin-bottom: 30px;
}
.top-content-wrapper .top-sub-title {
  margin-bottom: 30px;
  color: #5E5C5C;
}
.top-content-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: auto;
  }
}
.product-grid .grid-item {
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
}

.product-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
}
.product-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.products-grid-content {
  padding: 20px;
}
.products-grid-content .product-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.top-content-section + .products-section {
  margin-top: 0;
}

.benefits-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .benefits-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .benefits-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .benefits-card {
    grid-template-columns: auto;
  }
}
.benefits-card .card {
  border: 1px solid #CFCFCF;
  padding: 16px;
  text-align: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  background-color: #ffffff;
}
.benefits-card .card .icon {
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
}

.benefits-card-title {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5E5C5C;
}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .video-grid {
    gap: 20px;
  }
}

.video-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .video-card {
    width: 100%;
  }
}
.video-card:hover {
  transform: translateY(-5px);
}
.video-card .video-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.video-card-description {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-height: 100%;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.video-top-content .play {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card-description {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  justify-content: center;
}

.video-top-content, .description-wrapper {
  width: 100%;
}

.video-frame-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video-frame-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .image-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .image-gallery-list {
    grid-template-columns: auto;
  }
}

.gallery-list {
  cursor: pointer;
}
.gallery-list img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.certification-content-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.certification-content-section ul li {
  position: relative;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.08px;
  color: #5E5C5C;
  margin-bottom: 5px;
  padding-left: 30px;
}
.certification-content-section ul li::before {
  content: "";
  background-image: url("../images/checked-icon.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 4px;
}
@media (max-width: 767px) {
  .certification-content-section ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.instructions-video {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #F4F4F4;
  padding: 25px 20px;
  border-bottom: 2px solid #DFDFDF;
  border-radius: 10px;
  margin-bottom: 20px;
}
.instructions-video:last-child {
  margin-bottom: 0;
}
.instructions-video .cards-image {
  display: inline-flex;
  min-width: 30px;
}
.instructions-video .btn.btn-primary:hover {
  color: #000000;
  border-color: #000000;
}
.instructions-video .btn.btn-primary::after {
  background-image: url(../images/btn-arrow.svg);
}

.icon-with-title {
  display: inline-flex;
  gap: 15px;
}
.icon-with-title .instructions-title {
  margin-bottom: 0;
}

.intro__section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .intro__section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.intro__section .grid_wrap .title {
  margin-bottom: 20px;
  letter-spacing: 0.25px;
}
.intro__section .grid_wrap .about-image {
  position: relative;
  overflow: hidden;
  height: 278px;
  border-radius: 16px;
}
.intro__section .grid_wrap .about-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__section .grid_wrap .image_bottom .about-image {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .intro__section .grid_wrap .image_bottom .about-image {
    margin-top: 20px;
  }
}
.intro__section .grid_wrap .image_top .about-image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .intro__section .grid_wrap .image_top .about-image {
    margin-bottom: 20px;
  }
}

.company-feature-goals-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .company-feature-goals-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.company-feature-goals-section .grid_wrap .card-col {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .company-feature-goals-section .grid_wrap .card-col {
    padding: 20px;
  }
}
.company-feature-goals-section .grid_wrap .card-col.card-vision {
  background-color: #FFE700;
}
.company-feature-goals-section .grid_wrap .card-col.card-mission {
  border: 1px solid #CFCFCF;
}

.sub-category-listing-section {
  background-color: #F4F4F4;
}
.sub-category-listing-section .title_wrap .title {
  letter-spacing: 0.25px;
}
.sub-category-listing-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .sub-category-listing-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.product_card {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #CFCFCF;
  position: relative;
}
.product_card .col-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product_card:hover .product-image img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product_card:hover .link_icon a {
  background-color: #000000;
  border-color: #000000;
}
.product_card:hover .link_icon a:after {
  background-image: url(../images/btn-arrow-white.svg);
}
.product_card .product-image {
  margin-bottom: 20px;
}
.product_card .product-image img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  transition: all 0.5s;
  transform: scale(1);
}
.product_card .product-info-wrap {
  background-color: #FFE700;
  padding: 16px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  border-radius: 16px;
}
.product_card .product-info-wrap .product_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_card .product-info-wrap p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.certification-list-section .product_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.certification-list-section .product_card .product-image {
  margin-bottom: 25px;
  margin-top: 25px;
  max-width: 290px;
  width: 100%;
}
.certification-list-section .product_card .product-image img {
  height: 140px;
}
.certification-list-section .product_card .product-info-wrap {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .certification-list-section .product_card .product-info-wrap {
    flex-direction: column;
  }
}

.sub-category-developed-section .title_wrap .title {
  letter-spacing: 0.25px;
}
.sub-category-developed-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .sub-category-developed-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.developed_card {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #CFCFCF;
  position: relative;
}
.developed_card .developed-image {
  margin-bottom: 20px;
}
.developed_card .developed-image img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
.developed_card .developed-info-wrap .developed_title {
  margin-bottom: 20px;
}
.developed_card .developed-info-wrap p {
  font-size: 14px;
  line-height: 143%;
}

.sub-category-intro-with-image-section + .sub-category-intro-with-image-section {
  padding-top: 0;
}
.sub-category-intro-with-image-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-category-intro-with-image-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.sub-category-intro-with-image-section .grid_wrap .text_card .info-wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.sub-category-intro-with-image-section .grid_wrap .text_card .info-wrap .title {
  margin: 0;
  letter-spacing: 0.25px;
}
.sub-category-intro-with-image-section .grid_wrap .text_card .info-wrap p {
  margin: 0;
}
.sub-category-intro-with-image-section .grid_wrap .img_card {
  position: relative;
}
@media (max-width: 767px) {
  .sub-category-intro-with-image-section .grid_wrap .img_card {
    order: -1;
  }
}
.sub-category-intro-with-image-section .grid_wrap .img_card .image-box {
  position: relative;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}
.sub-category-intro-with-image-section .grid_wrap .img_card .image-box img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sub-category-intro-with-image-section .grid_wrap .lable_icon {
  display: none;
  background: #F4F4F4;
  width: 149px;
  height: 149px;
  border-radius: 149px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.sub-category-intro-with-image-section .grid_wrap .lable_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sub-category-intro-with-image-section .grid_wrap.left-img .img_card {
  order: -1;
}
.sub-category-intro-with-image-section .grid_wrap.left-img-right-icon .img_card {
  order: -1;
  padding-right: 83px;
}
@media (max-width: 991px) {
  .sub-category-intro-with-image-section .grid_wrap.left-img-right-icon .img_card {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .sub-category-intro-with-image-section .grid_wrap.left-img-right-icon .img_card {
    padding-right: 0px;
  }
}
.sub-category-intro-with-image-section .grid_wrap.left-img-right-icon .lable_icon {
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-category-intro-with-image-section .grid_wrap.right-img-right-icon .img_card {
  order: -1;
  padding-left: 83px;
}
@media (max-width: 991px) {
  .sub-category-intro-with-image-section .grid_wrap.right-img-right-icon .img_card {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .sub-category-intro-with-image-section .grid_wrap.right-img-right-icon .img_card {
    padding-left: 0px;
  }
}
.sub-category-intro-with-image-section .grid_wrap.right-img-right-icon .lable_icon {
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-category-application-listing-section .title_wrap .title {
  letter-spacing: 0.25px;
}
.sub-category-application-listing-section .grid_wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .sub-category-application-listing-section .grid_wrap {
    gap: 20px;
  }
}

.application_card {
  width: 100%;
  max-width: calc((100% - 120px) / 5);
}
@media (max-width: 1200px) {
  .application_card {
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 767px) {
  .application_card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 479px) {
  .application_card {
    max-width: 100%;
  }
}
.application_card .application-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 114%;
  margin-bottom: 20px;
  border-radius: 16px;
}
.application_card .application-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.5s;
}
.application_card .application_title {
  color: #000000;
}
.application_card:hover .application-image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.sub-category-cta-cards-section .title_wrap .title {
  letter-spacing: 0.25px;
}
.sub-category-cta-cards-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .sub-category-cta-cards-section .grid_wrap br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-category-cta-cards-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.cta-cards_card {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #CFCFCF;
  position: relative;
}
.cta-cards_card .cta-cards-image {
  margin-bottom: 20px;
}
.cta-cards_card .cta-cards-image img {
  width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.cta-cards_card .cta-cards-info-wrap .cta-cards_title {
  margin-bottom: 12px;
}
.cta-cards_card .cta-cards-info-wrap p {
  font-size: 14px;
  line-height: 143%;
}

.technical-specifications-section .title_wrap .title {
  letter-spacing: 0.25px;
}
.technical-specifications-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .technical-specifications-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.grid_inner_col {
  display: grid;
  gap: 30px;
}
@media (max-width: 767px) {
  .grid_inner_col {
    gap: 20px;
  }
}
.grid_inner_col.full-grid {
  background-color: #FFE700;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.grid_inner_col.full-grid .full-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.grid_inner_col.full-grid .full-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.technical_card {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #CFCFCF;
  position: relative;
}
.technical_card .technical-image {
  margin-bottom: 20px;
}
.technical_card .technical-image img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
.technical_card .technical-info-wrap .technical_title {
  margin-bottom: 20px;
}
.technical_card .technical-info-wrap p {
  font-size: 14px;
  line-height: 143%;
}

.fixing-materials-section .grid_inner_col.full-grid {
  background-color: transparent;
  border: 1px solid #CFCFCF;
  padding: 16px;
  display: block;
}
.fixing-materials-section .title_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-wrapper {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.why-choose-kox-section .title {
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
.why-choose-kox-section .grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .why-choose-kox-section .grid_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .why-choose-kox-section .grid_wrap {
    grid-template-columns: auto;
  }
}

.kox_card {
  padding: 30px;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kox_card .kox-info .kox_title {
  margin-bottom: 12px;
}
.kox_card .kox-info p {
  font-size: 14px;
  line-height: 143%;
}

.product-listing-section .container {
  overflow: visible;
}
.product-listing-section .grid_wrap .table-text p {
  font-size: 14px;
  color: #000000;
  text-align: right;
  margin-bottom: 10px;
}
.product-listing-section .grid_wrap .table_wrap {
  background: #ffffff;
  box-shadow: 0px 45px 112px rgba(0, 0, 0, 0.06), 0px 22.7812px 48.825px rgba(0, 0, 0, 0.0405), 0px 9px 18.2px rgba(0, 0, 0, 0.03), 0px 1.96875px 6.475px rgba(0, 0, 0, 0.0195);
  border-radius: 10px;
  width: 100%;
  overflow-x: auto;
}
.product-listing-section .grid_wrap .table_wrap table {
  text-align: left;
  border-collapse: separate;
  table-layout: fixed;
  margin: 0;
}
.product-listing-section .grid_wrap .table_wrap table thead tr {
  background-color: #FFE700;
}
.product-listing-section .grid_wrap .table_wrap table thead tr th:first-child {
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
}
.product-listing-section .grid_wrap .table_wrap table thead tr th:last-child {
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr {
  background-color: #ffffff;
  transition: all 0.5s;
  position: relative;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr:last-child td {
  border-bottom: 0;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -ms-border-radius: 0 0 0 10px;
  -o-border-radius: 0 0 0 10px;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr td {
  padding: 10px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5E5C5C;
  border-bottom: 1px solid #E1CFFF;
  transition: all 0.5s;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr td a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5E5C5C;
  transition: all 0.5s;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr td a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr:hover {
  background-color: #F4F4F4;
  transition: all 0.5s;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr:hover td {
  color: #000000;
  transition: all 0.5s;
}
.product-listing-section .grid_wrap .table_wrap table tbody tr:hover td a {
  color: #000000;
  transition: all 0.5s;
}
.product-listing-section .grid_wrap .table_wrap table th {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #0F1419;
  padding: 10px 16px;
  border-bottom: 1px solid #E1CFFF;
  width: 120px;
}
.product-listing-section .grid_wrap .table_wrap table th:first-child {
  width: 160px;
}

.product-detail-section {
  position: relative;
}
.product-detail-section .swiper-button-next, .product-detail-section .swiper-button-prev {
  display: none;
}
.product-detail-section .grid_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .product-detail-section .grid_wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.product-detail-section .grid_wrap .grid-col {
  width: 100%;
  max-width: calc((100% - 30px) / 2);
}
@media (max-width: 991px) {
  .product-detail-section .grid_wrap .grid-col {
    max-width: 100%;
  }
}

.product_info_wrap {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .product_info_wrap {
    gap: 20px;
  }
}
.product_info_wrap .title_wrap .title {
  margin-bottom: 10px;
}
.product_info_wrap .title_wrap .product-category {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5E5C5C;
}
.product_info_wrap .title_wrap .product-category span {
  color: #000000;
}
.product_info_wrap .sub-title {
  color: #000000;
  margin-bottom: 10px;
}
.product_info_wrap .specifications-detail-wrap {
  background: #F4F4F4;
  border: 1px solid #CFCFCF;
  padding: 16px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 20px;
  border-radius: 12px;
}
.product_info_wrap .detail-col {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .product_info_wrap .detail-col {
    flex-flow: wrap;
  }
}
.product_info_wrap .detail-col .name-col {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #000000;
  flex: 0 0 200px;
}
@media (max-width: 1200px) {
  .product_info_wrap .detail-col .name-col {
    flex: 0 0 150px;
  }
}
.product_info_wrap .detail-col .info-col {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5E5C5C;
}

.product_img_wrap .swiper-container-wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 479px) {
  .product_img_wrap .swiper-container-wrapper {
    width: 100%;
    flex-flow: column-reverse;
  }
}
.product_img_wrap .swiper-container-wrapper .product-top {
  width: calc(100% - 123px);
  overflow: hidden;
  margin-left: 30px;
  background: #F4F4F4;
  border-radius: 12px;
}
@media (max-width: 479px) {
  .product_img_wrap .swiper-container-wrapper .product-top {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.product_img_wrap .swiper-container-wrapper .product-top .swiper-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 105px 72px;
  position: relative;
  height: auto;
}
.product_img_wrap .swiper-container-wrapper .product-top .product-img-box img {
  object-fit: contain;
  object-position: center;
}
.product_img_wrap .swiper-container-wrapper .product-thumbs {
  width: 93px;
  order: -1;
  height: 609px;
}
@media (max-width: 479px) {
  .product_img_wrap .swiper-container-wrapper .product-thumbs {
    width: 100%;
  }
}
.product_img_wrap .swiper-container-wrapper .product-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: center;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 479px) {
  .product_img_wrap .swiper-container-wrapper .product-thumbs .swiper-slide {
    max-width: 93px;
  }
}
.product_img_wrap .swiper-container-wrapper .product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #FFE700;
}

.popup-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  z-index: 2;
  border-radius: 6px;
}
.popup-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.button-group {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.button-group .btn.btn-light {
  border-color: transparent;
  background-color: #FFE700;
}
.button-group .btn.btn-light:hover {
  background-color: transparent;
  border-color: #000000;
}

.popup-wrap {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: none;
  position: fixed;
  inset: 0;
  max-width: 828px;
  max-height: 682px;
  background: #F4F4F4;
  z-index: 999;
  margin: auto;
  padding: 20px;
  border-radius: 12px;
}
.popup-wrap.full-view {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
.popup-wrap .popup-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 24px;
}
.popup-wrap .popup-close img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  object-position: center;
}
.popup-wrap .popup-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.popup-wrap .popup-info-wrap h3 {
  margin: 0;
}
.popup-wrap .popup-inner {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.popup-wrap .canvas-wrap {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-radius: 8px;
  height: calc(100% - 54px);
}
.popup-wrap .canvas-wrap img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.popup-wrap .popup-icon-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-wrap .popup-icon-group .preview-full-screen {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  background-image: url(/wp-content/uploads/2025/09/open-preview-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.popup-wrap .popup-icon-group .preview-full-screen.full-view {
  background-image: url(/wp-content/uploads/2025/09/close-preview-icon.svg);
}

html.popup--open {
  overflow: hidden;
}
html.popup--open:before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.product-inner-wrapper {
  padding: 105px 72px;
}
@media (max-width: 991px) {
  .product-inner-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .product-inner-wrapper {
    padding: 105px 30px 30px;
  }
}

.slider-nav {
  width: 93px;
}
@media (max-width: 640px) {
  .slider-nav {
    width: 100%;
    order: 1;
  }
}
.slider-nav .slick-current .thumbs {
  border-color: #FFE700;
}

.gallery-thumbs {
  width: calc(100% - 123px);
  background: #F4F4F4;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 640px) {
  .gallery-thumbs {
    width: 100%;
  }
}

.slider-wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 640px) {
  .slider-wrapper {
    flex-direction: column;
  }
}
.slider-wrapper .product-img-box img {
  object-fit: contain;
  object-position: center;
}

.thumbs {
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 5px 0;
  height: 93px;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .thumbs {
    margin: 7px;
  }
}
.thumbs .thumbs-image img {
  height: 100%;
  object-fit: contain;
}

.product-image-list {
  display: none;
}
.product-image-list:first-child {
  display: block;
}