*,
::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;
  position: fixed;
}
.site-header.highlight {
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.3803921569);
}

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 15px 40px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
}
@media (max-width: 1480px) {
  .header-main {
    padding: 15px 20px 15px;
  }
}
@media (max-width: 991px) {
  .header-main {
    padding: 15px 20px;
    gap: 10px;
  }
}

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

.header-language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1365px) {
  .header-language-switcher {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .header-language-switcher {
    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: 20px;
}
@media (max-width: 1366px) {
  .header-menu .menu {
    gap: 15px;
  }
}
@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;
    height: 100vh;
  }
}
@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: 6px;
  border-top: 1px solid transparent;
}
@media (max-width: 1439px) {
  .header-menu .menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-menu .menu > li > a {
    font-size: 12px;
  }
}
@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;
    font-size: 16px;
  }
}
.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");
  }
}

.header-logo {
  line-height: 0;
}
@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: 1365px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    font-size: 0 !important;
  }
}
@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: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  min-width: 150px;
  padding: 8px;
  border-radius: 10px;
  display: none;
}
@media (max-width: 1365px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    right: 0 !important;
    left: auto !important;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:not(:last-child) {
    margin-bottom: 5px;
  }
}
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;
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  display: block;
}

.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;
  right: 20px;
}
.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;
}

.header-search .header-search-inner {
  position: relative;
}
.header-search .header-search-inner .header-search-btn {
  width: 54px;
  height: 54px;
  padding: 0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1365px) {
  .header-search .header-search-inner .header-search-btn {
    width: 44px;
    height: 44px;
  }
}
.header-search .header-search-inner .header-search-btn .search-ic {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.header-search .header-search-inner .header-search-btn:hover {
  background: #FFE700;
}
.header-search .header-search-inner .search-form-wrap {
  position: absolute;
  width: 100%;
  min-width: 364px;
  right: 0;
  left: auto;
  z-index: 99;
  top: calc(100% + 6px);
}
.header-search .header-search-inner .search-form-wrap .search-form {
  position: relative;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-submit {
  position: absolute;
  background: #FFE700;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 5px 12px;
  min-height: 34px;
  transition: all 0.3s;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-submit:hover {
  opacity: 0.8;
}
.header-search .header-search-inner .search-form-wrap .search-form label {
  width: 100%;
  display: block;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-field {
  min-height: 50px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4993 2C9.14387 2.00012 7.80814 2.32436 6.60353 2.94569C5.39893 3.56702 4.36037 4.46742 3.57451 5.57175C2.78866 6.67609 2.27829 7.95235 2.08599 9.29404C1.89368 10.6357 2.02503 12.004 2.46906 13.2846C2.91308 14.5652 3.65692 15.7211 4.63851 16.6557C5.6201 17.5904 6.81098 18.2768 8.11179 18.6576C9.4126 19.0384 10.7856 19.1026 12.1163 18.8449C13.447 18.5872 14.6967 18.015 15.7613 17.176L19.4133 20.828C19.6019 21.0102 19.8545 21.111 20.1167 21.1087C20.3789 21.1064 20.6297 21.0012 20.8151 20.8158C21.0005 20.6304 21.1057 20.3796 21.108 20.1174C21.1102 19.8552 21.0094 19.6026 20.8273 19.414L17.1753 15.762C18.1633 14.5086 18.7784 13.0024 18.9504 11.4157C19.1223 9.82905 18.8441 8.22602 18.1475 6.79009C17.4509 5.35417 16.3642 4.14336 15.0116 3.29623C13.659 2.44911 12.0952 1.99989 10.4993 2ZM3.99928 10.5C3.99928 8.77609 4.6841 7.12279 5.90308 5.90381C7.12207 4.68482 8.77537 4 10.4993 4C12.2232 4 13.8765 4.68482 15.0955 5.90381C16.3145 7.12279 16.9993 8.77609 16.9993 10.5C16.9993 12.2239 16.3145 13.8772 15.0955 15.0962C13.8765 16.3152 12.2232 17 10.4993 17C8.77537 17 7.12207 16.3152 5.90308 15.0962C4.6841 13.8772 3.99928 12.2239 3.99928 10.5Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 14px center;
  padding: 10px 104px 10px 50px;
  font-weight: 600;
  color: #000000;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-field::-webkit-input-placeholder {
  font-weight: 600;
  color: #000000;
  opacity: 60%;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-field::-moz-placeholder {
  font-weight: 600;
  color: #000000;
  opacity: 60%;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-field:-ms-input-placeholder {
  font-weight: 600;
  color: #000000;
  opacity: 60%;
}
.header-search .header-search-inner .search-form-wrap .search-form .search-field:-moz-placeholder {
  font-weight: 600;
  color: #000000;
  opacity: 60%;
}
.header-search .header-search-inner.active .header-search-btn {
  background: #FFE700;
}

@media (max-width: 991px) {
  .header-search .header-search-inner .header-search-btn {
    width: 36px;
    height: 35px;
    margin-top: 2px;
  }
  .header-search .header-search-inner .header-search-btn .search-ic {
    width: 18px;
    height: 18px;
  }
  body.menu-open .header-search {
    display: none;
  }
}
@media (max-width: 576px) {
  .header-search .header-search-inner .search-form-wrap {
    min-width: auto;
    width: calc(100% - 30px);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(100% - 10px);
  }
  .header-search .header-search-inner {
    position: static;
  }
  .contact-btn .btn.cta-button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-btn .btn.cta-button:after {
    background-size: 18px;
  }
  .site-branding {
    align-items: center;
  }
  .header-language-switcher {
    gap: 8px;
  }
}
@media (max-width: 576px) and (max-width: 991px) {
  .header-language-switcher {
    position: relative;
    z-index: 99;
  }
}
.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;
}
.top-content-wrapper .button-wrapper-center {
  text-align: center;
  margin-top: 20px;
}

.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;
  }
}
.image-gallery-list.full-gallery-wrapper {
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1500px) {
  .image-gallery-list.full-gallery-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .image-gallery-list.full-gallery-wrapper {
    grid-template-columns: auto;
  }
}
.image-gallery-list.full-gallery-wrapper .gallery-list img {
  height: 430px;
}

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

.top-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.left-gallery .gallery-list:nth-child(even) img {
  height: 580px;
}

.right-gallery .gallery-list:nth-child(odd) img {
  height: 580px;
}

.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;
}

.documentation-section .card-section {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .documentation-section .card-section {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .documentation-section .card-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .documentation-section .card-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .documentation-section .card-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .documentation-section .card-section {
    grid-template-columns: auto;
  }
}
.documentation-section .card-section .card-title {
  color: #000000;
  margin-bottom: 14px;
}
.documentation-section .card-section .icon {
  margin-bottom: 20px;
  min-height: 50px;
}
.documentation-section .card-section .icon img {
  margin: auto;
}
.documentation-section .card-section .card-description {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.documentation-section .card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px #f6f6f6;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #CFCFCF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.documentation-section .card:hover {
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .documentation-section .card {
    padding: 20px;
  }
}
.documentation-section .card .card-title {
  margin-bottom: 20px;
}
.documentation-section .card .doc-title {
  width: 100%;
}
.documentation-section .card .icon {
  min-height: 42px;
}

.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;
  }
}

.sub-category-listing-section .product_card {
  display: flex;
  flex-direction: column;
}
.sub-category-listing-section .product_card .product-info-wrap .link_icon {
  display: flex;
  align-self: flex-end;
}

.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;
  border-radius: 16px;
  height: 100%;
}
.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;
}
.certification-list-section .product_card {
  display: flex;
  flex-wrap: wrap;
  flex-flow: 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%;
  height: auto;
}
@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;
}

.blog-wrapper article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
  border: 1px solid #CFCFCF;
  border-radius: 16px;
}
.blog-wrapper .featured-blog img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 40%;
  line-height: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .featured-blog img {
    max-width: 100%;
  }
}
.blog-wrapper .featured-blog .content {
  width: 100%;
  max-width: 60%;
  padding: 30px;
}
@media (max-width: 1199px) {
  .blog-wrapper .featured-blog .content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .featured-blog .content {
    max-width: 100%;
  }
}
.blog-wrapper .content .badge {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 133%;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding: 6px 8px;
  background-color: #FFE700;
  border-radius: 4px;
}
.blog-wrapper .content .blog-title {
  margin: 10px 0;
  font-size: 28px;
  line-height: 129%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .blog-wrapper .content .blog-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .content .blog-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog-wrapper .content .blog-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-wrapper .blog-bottom-content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px;
}
.blog-wrapper .blog-listing {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .blog-wrapper .blog-listing {
    margin-top: 20px;
    gap: 20px;
  }
}
.blog-wrapper .blog-listing article {
  width: 100%;
  max-width: calc(33.33% - 20px);
  flex-flow: column;
}
@media (max-width: 1199px) {
  .blog-wrapper .blog-listing article {
    max-width: calc(33.33% - 14px);
  }
}
@media (max-width: 991px) {
  .blog-wrapper .blog-listing article {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .blog-wrapper .blog-listing article {
    max-width: 100%;
  }
}
.blog-wrapper .blog-listing article img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.blog-wrapper .blog-listing article .content {
  padding: 20px;
}
.blog-wrapper .date-time {
  position: relative;
  padding-left: 34px;
  color: #000000;
}
.blog-wrapper .date-time:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/time.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.blog-wrapper .load-more-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .blog-wrapper .load-more-btn {
    margin-top: 20px;
  }
}

.accordion-item {
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.accordion-item h4 {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  margin: 0;
  color: #000000;
}
.accordion-item h4::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: normal;
}
.accordion-item.active h4::after {
  content: "-";
}
.accordion-item.active .accordion-body {
  display: block;
}

.accordion-body {
  display: none;
  overflow: hidden;
}
.accordion-body p {
  font-size: 16px;
  line-height: 150%;
}

.accordion {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.faqs-sec .inner-html {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 40px;
  max-width: 865px;
  margin: 0 auto;
}
.faqs-sec .faq-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 10px;
  text-align: center;
}
.faqs-sec .faq-heading p {
  max-width: 716px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 150%;
}
.faqs-sec .faq-heading h2 {
  margin: 0;
}

.single-post .site-main .inner-banner-section.overlay:after {
  background: #000;
  opacity: 0.6;
}
.single-post .site-main .inner-banner-section .inner-banner-title {
  position: relative;
  inset: 0;
  transform: unset;
  padding-left: 0;
  padding-right: 0;
}
.single-post .site-main .inner-banner-section .inner-banner-title h1 {
  margin-bottom: 0;
  letter-spacing: 0.005em;
}
.single-post .site-main .inner-banner-section span.badge {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
  background: #FFE700;
  border-radius: 4px;
  width: fit-content;
  margin: 0 auto 10px;
}
.single-post .site-main .inner-banner-section .inner-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-post .site-main .inner-banner-section .banner-info {
  position: relative;
  z-index: 2;
  min-height: 600px;
  padding-top: 240px;
  padding-bottom: 111px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .site-main .inner-banner-section .date-time {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #ffffff;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.single-post .site-main .inner-banner-section .date-time:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3.89999H17.4C17.4 3.15569 16.7943 2.54999 16.05 2.54999C15.3057 2.54999 14.7 3.15569 14.7 3.89999H9.3C9.3 3.15569 8.6943 2.54999 7.95 2.54999C7.2057 2.54999 6.6 3.15569 6.6 3.89999H5.25C4.00935 3.89999 3 4.90934 3 6.14999V19.2C3 20.4406 4.00935 21.45 5.25 21.45H18.75C19.9907 21.45 21 20.4406 21 19.2V6.14999C21 4.90934 19.9907 3.89999 18.75 3.89999ZM15.6 3.89999C15.6052 3.78412 15.6549 3.67472 15.7387 3.59456C15.8225 3.5144 15.934 3.46967 16.05 3.46967C16.166 3.46967 16.2775 3.5144 16.3613 3.59456C16.4451 3.67472 16.4948 3.78412 16.5 3.89999V4.79999C16.4948 4.91585 16.4451 5.02526 16.3613 5.10541C16.2775 5.18557 16.166 5.23031 16.05 5.23031C15.934 5.23031 15.8225 5.18557 15.7387 5.10541C15.6549 5.02526 15.6052 4.91585 15.6 4.79999V3.89999ZM7.5 3.89999C7.50518 3.78412 7.55486 3.67472 7.63868 3.59456C7.72251 3.5144 7.83402 3.46967 7.95 3.46967C8.06598 3.46967 8.1775 3.5144 8.26132 3.59456C8.34514 3.67472 8.39482 3.78412 8.4 3.89999V4.79999C8.39482 4.91585 8.34514 5.02526 8.26132 5.10541C8.1775 5.18557 8.06598 5.23031 7.95 5.23031C7.83402 5.23031 7.72251 5.18557 7.63868 5.10541C7.55486 5.02526 7.50518 4.91585 7.5 4.79999V3.89999ZM3.9 6.14999C3.9 5.40569 4.5057 4.79999 5.25 4.79999H6.6C6.6 5.54429 7.2057 6.14999 7.95 6.14999C8.6943 6.14999 9.3 5.54429 9.3 4.79999H14.7C14.7 5.54429 15.3057 6.14999 16.05 6.14999C16.7943 6.14999 17.4 5.54429 17.4 4.79999H18.75C19.4943 4.79999 20.1 5.40569 20.1 6.14999V7.94999H3.9V6.14999ZM20.1 19.2C20.1 19.9443 19.4943 20.55 18.75 20.55H5.25C4.5057 20.55 3.9 19.9443 3.9 19.2V8.84999H20.1V19.2Z' fill='white'/%3E%3Cpath d='M6.59922 13.8H7.94922C8.44557 13.8 8.84922 13.3963 8.84922 12.9V11.55C8.84922 11.0536 8.44557 10.65 7.94922 10.65H6.59922C6.10287 10.65 5.69922 11.0536 5.69922 11.55V12.9C5.69922 13.3963 6.10287 13.8 6.59922 13.8ZM6.59922 11.55H7.94922L7.95012 12.9H6.59922V11.55Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-post .site-main .blog--detail--wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .single-post .site-main .blog--detail--wrap {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .single-post .site-main .blog--detail--wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.single-post .site-main .blog--detail--wrap .entry-content {
  margin-top: 0;
}
.single-post .site-main .blog--detail--wrap .entry-content ul, .single-post .site-main .blog--detail--wrap .entry-content ol {
  margin-left: 20px;
}
.single-post .site-main .blog--detail--wrap .entry-content h1,
.single-post .site-main .blog--detail--wrap .entry-content h2,
.single-post .site-main .blog--detail--wrap .entry-content h3,
.single-post .site-main .blog--detail--wrap .entry-content h4,
.single-post .site-main .blog--detail--wrap .entry-content h5,
.single-post .site-main .blog--detail--wrap .entry-content h6 {
  color: #000000;
}
.single-post .site-main .blog--detail--wrap .back-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 6px;
  width: 104px;
  height: 52px;
  background: #F4F4F4;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000000;
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #F4F4F4;
  transition: all 0.5s;
}
.single-post .site-main .blog--detail--wrap .back-btn:hover {
  background-color: transparent;
  border: 1px solid #000000;
  transition: all 0.5s;
}
.single-post .site-main .blog--detail--wrap .back-btn:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6654 9.16665H6.5237L11.182 4.50831L9.9987 3.33331L3.33203 9.99998L9.9987 16.6666L11.1737 15.4916L6.5237 10.8333H16.6654V9.16665Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-post .site-main .blog--detail--wrap .container {
  max-width: 820px;
  font-size: 16px;
  line-height: 150%;
}
.single-post .site-main .blog--detail--wrap .container p {
  font-size: 16px;
  line-height: 150%;
}
.single-post .site-main .blog--detail--wrap .container h2 {
  line-height: 130%;
  letter-spacing: 0.0025em;
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-post .site-main .blog--detail--wrap .container h3 {
  font-size: 28px;
  line-height: 129%;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .single-post .site-main .blog--detail--wrap .container h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .single-post .site-main .blog--detail--wrap .container h3 {
    font-size: 20px;
  }
}
.single-post .site-main .blog--detail--wrap .container img {
  width: 100%;
  height: 349px;
  object-fit: cover;
  border-radius: 16px;
}

.video-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .video-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.video-section .video-container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .video-section .video-container {
    max-width: 900px;
  }
}
.video-section .video-container p {
  line-height: 0;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.video-section .video-container iframe, .video-section .video-container video {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}