@charset "UTF-8";
/*
 Theme Name:   Alpha Theme Child
 Theme URI:    http://saberion.com
 Description:  Alpha Theme
 Author:       Denuka Jayasekara
 Author URI:   http://saberion.com
 Template:     alpha-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  alpha-theme-child
*/
/* Be Vietnam Pro */
/* Thin (100) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-Thin.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-ThinItalic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* Light (300) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-Light.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-LightItalic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Regular (400) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-Regular.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-Italic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium (500) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-Medium.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-MediumItalic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* SemiBold (600) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-SemiBold.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-SemiBoldItalic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Bold (700) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-Bold.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-BoldItalic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ExtraBold (800) */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-ExtraBold.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("fonts/beVietnam/BeVietnamPro-ExtraBoldItalic.woff2") format("woff2"), url("fonts/beVietnam/BeVietnamPro-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
.relative {
  position: relative;
}

.hidden {
  display: none;
}

.text-white {
  color: #fff;
}

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

html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  margin-top: 0;
  padding: 0;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  background: #faf9f9;
  scroll-behavior: smooth;
}

::selection {
  background: #1e3157;
  color: #fff;
}

::-moz-selection {
  background: #1e3157;
  color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 9px;
}

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

/* handle */
::-webkit-scrollbar-thumb {
  background: #121f3a;
}

/* handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1e3157;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
}

h2 {
  font-size: clamp(2.25rem, 3.6458333333vw, 4.375rem);
  letter-spacing: -4px;
}

h3 {
  font-size: clamp(2rem, 2.0833333333vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -2px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1e3157;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.32px;
}
@media (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
p.white {
  color: #fff;
}

section,
footer,
header {
  padding: 0;
  margin: 0;
}

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

img {
  width: 100%;
  border-radius: 0;
}

.main-container {
  max-width: 1617px;
  margin: 0 auto;
  padding-inline: 60px;
}
@media (max-width: 700px) {
  .main-container {
    padding-inline: 12px;
  }
}

.wide-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 60px;
}
@media (max-width: 700px) {
  .wide-container {
    padding-inline: 12px;
  }
}

.hero-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 24px;
}
@media (max-width: 500px) {
  .hero-container {
    padding-inline: 20px;
  }
}

.slider-container {
  padding-left: 25px;
}
@media (max-width: 500px) {
  .slider-container {
    padding-left: 20px;
  }
}

.section-top {
  padding-top: 50px;
}

.section-bottom {
  padding-bottom: 50px;
}

.heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section-title {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.section-title.white {
  color: #fff;
}

.button-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
}

.sub-text {
  color: var(--Neutral-700, #344054);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.fullwidth {
  width: 100%;
  float: left;
}

.notfound {
  color: #3b2424;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .notfound {
    font-size: 16px;
  }
}

.slick-disabled {
  opacity: 0.6;
}

.slick-arrow {
  cursor: pointer;
}

.arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.not-found-page .error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background: #f8f9fa;
  text-align: center;
  color: #1e3157;
}
.not-found-page .error-404 .container {
  max-width: 600px;
  padding: 2rem;
}
.not-found-page .error-404 .container .error-code {
  font-size: 8rem;
  font-weight: bold;
  color: #1e3157;
  margin-bottom: 0.5rem;
}
.not-found-page .error-404 .container .error-message {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1e3157;
}
.not-found-page .error-404 .container .error-description {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 50px;
}
.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2c3e50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px;
  text-decoration: none;
  transition: background 0.3s;
}
.social-links a:hover {
  background: #1a252f;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  background: #fff;
}
@media (max-width: 1000px) {
  header {
    height: 72px;
    border-bottom: 1px solid rgba(34, 30, 31, 0.2);
  }
}
header .desktop-header {
  height: 100%;
}
@media (max-width: 1000px) {
  header .desktop-header {
    display: none;
  }
}
header .desktop-header .header-container {
  max-width: 1920px;
  padding-inline: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .desktop-header .logo-wrap {
  width: 186px;
  height: 45px;
}
header .desktop-header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
header .desktop-header .header-right ul#menu-main-menu {
  display: flex;
  gap: 28px;
}
header .desktop-header .header-right ul#menu-main-menu > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 4;
  /* ================= MEGA MENU ================= */
  /* Show mega menu on hover */
}
header .desktop-header .header-right ul#menu-main-menu > li > a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
header .desktop-header .header-right ul#menu-main-menu > li:has(ul.sub-menu) {
  padding-right: 20px;
}
header .desktop-header .header-right ul#menu-main-menu > li:has(ul.sub-menu)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.854 4.561L7.708 0.708L7.001 0L3.854 3.147L0.708 0L0 0.708L3.854 4.561Z" fill="%231E3157"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -190%;
  transform: translateX(-50%);
  width: 1244px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  z-index: 99;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1300px) {
  header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu {
    width: 950px;
    left: 0;
  }
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item {
  position: relative;
  line-height: 1.25;
  padding: 40px 60px;
  border-right: 1px solid rgba(30, 49, 87, 0.2);
  /* Column heading */
  /* Sub items */
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1e3157;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu {
  display: block;
  position: static;
  padding: 0;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu > li {
  margin-bottom: 12px;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu > li > a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1e3157;
  line-height: 1.6;
  letter-spacing: -0.32px;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu {
  display: block;
  position: static;
  padding: 0;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li {
  margin-bottom: 12px;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li > a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1e3157;
  line-height: 1.6;
}
header .desktop-header .header-right ul#menu-main-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  font-weight: 400;
}
header .desktop-header .header-right ul#menu-main-menu > li:hover > ul.sub-menu {
  display: grid;
}
header .desktop-header .header-right .search-wrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mobile-header {
  display: none;
  height: 100%;
}
@media (max-width: 1000px) {
  header .mobile-header {
    display: block;
  }
}
header .mobile-header .header-container {
  max-width: 1220px;
  padding-inline: 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 101;
}
header .mobile-header .header-container .logo-wrap {
  width: 167.865px;
  height: 42.667px;
}
@media (max-width: 600px) {
  header .mobile-header .header-container .logo-wrap {
    width: 125.919px;
    height: 32.001px;
  }
}
header .mobile-header .header-container .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  height: 100%;
  margin-right: 8px;
}
header .mobile-header .header-container .header-right .line {
  width: 1px;
  height: 100%;
  background: rgba(34, 30, 31, 0.2);
}
header .mobile-header .header-container .header-right .search-wrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
header .mobile-header .header-container .header-right .mobile-menu-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  width: 32px;
  height: 24px;
  transition: all 0.3s ease;
}
header .mobile-header .header-container .header-right .mobile-menu-icon span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #1e3157;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
header .mobile-header .header-container .header-right .mobile-menu-icon span:not(:last-child) {
  margin-bottom: 6px;
}
header .mobile-header .header-container .header-right .mobile-menu-icon.active span:first-child {
  transform: translateY(8px) rotate(45deg);
}
header .mobile-header .header-container .header-right .mobile-menu-icon.active span:nth-child(2) {
  opacity: 0;
}
header .mobile-header .header-container .header-right .mobile-menu-icon.active span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
header .mobile-header .menu-wrapper {
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: calc(100vh - 72px);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
  z-index: 100;
  padding: 40px 22px;
}
@media (max-width: 1000px) {
  header .mobile-header .menu-wrapper {
    top: 72px;
    height: calc(100vh - 72px);
  }
}
header .mobile-header .menu-wrapper.active {
  transform: translateX(0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-height: 70vh;
  overflow-y: scroll;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu::-webkit-scrollbar-track {
  background: #fff;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu::-webkit-scrollbar {
  width: 2px;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu::-webkit-scrollbar-thumb {
  background: rgba(153, 154, 154, 0.13);
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.25;
  padding: 0;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li:has(ul.sub-menu) {
  flex-direction: column;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li.current_page_item {
  padding-bottom: 16px;
  border-bottom: 4px solid #1e3157;
  width: 100%;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li.current_page_item > a {
  font-weight: 700;
  font-size: 24px;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li > a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li > ul.sub-menu {
  display: none;
  position: static;
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 16px 0 16px 24px;
  margin-top: 12px;
  border-top: none;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li > ul.sub-menu > li.menu-item {
  padding: 12px 0;
  border-right: none;
  border-bottom: 1px solid rgba(30, 49, 87, 0.05);
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li > ul.sub-menu > li.menu-item > a {
  font-size: 16px;
  margin-bottom: 0;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding: 12px 0 12px 16px;
}
header .mobile-header .menu-wrapper ul#menu-mobile-menu > li:hover > ul.sub-menu, header .mobile-header .menu-wrapper ul#menu-mobile-menu > li.open > ul.sub-menu {
  display: block;
}
header .mobile-header .menu-wrapper .wrapper-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
header .mobile-header .menu-wrapper .wrapper-bottom p {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
header .mobile-header .menu-wrapper .wrapper-bottom .social-links {
  justify-content: center;
  margin: 0;
}

.search-wrapper {
  width: 100%;
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 100;
}
.search-wrapper .main-container {
  margin: 0 0;
}
.search-wrapper .search-form {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
}
.search-wrapper .search-form .search-field {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1e3157;
  font-weight: 400;
  background-color: #fff;
}
.search-wrapper .search-form .search-field::placeholder {
  color: #1e3157;
  opacity: 0.5;
}
.search-wrapper .search-form .search-submit {
  border: none;
  background-color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #fff;
  outline: none;
  font-weight: 400;
}
.search-wrapper.active {
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .search-wrapper.active {
    display: flex;
  }
}
@media (max-width: 1000px) {
  .search-wrapper.active {
    display: none;
  }
}

#search-wrapper-mobile {
  top: 78px;
}
#search-wrapper-mobile .main-container {
  width: 100%;
}
#search-wrapper-mobile .search-form {
  width: 100%;
}
#search-wrapper-mobile .search-form > label {
  width: 70%;
}
#search-wrapper-mobile .search-form .search-field {
  width: 100%;
}
#search-wrapper-mobile .search-form .search-submit {
  width: 30%;
}
@media (max-width: 1000px) {
  #search-wrapper-mobile.active {
    display: flex;
  }
}
@media (min-width: 1000px) {
  #search-wrapper-mobile.active {
    display: none;
  }
}

footer {
  width: 100%;
  background: #fff;
  /* Footer Top */
  /* Brand Section */
  /* Footer Columns */
  /* Contact Info */
  /* Footer Bottom */
}
footer .footer-top {
  padding: 80px 0 40px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  footer .footer-top {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    padding: 60px 0 30px;
  }
}
footer .footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  footer .footer-content {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
}
footer .footer-brand {
  padding-right: 20px;
}
@media (max-width: 768px) {
  footer .footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
}
footer .footer-logo {
  width: 236px;
  height: 60px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  footer .footer-column {
    width: 100%;
    padding: 20px;
    border-top: 1px solid rgba(34, 30, 31, 0.1);
  }
}
footer .footer-column h3 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11; /* 111.111% */
  letter-spacing: -0.36px;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .footer-column h3 {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  footer .footer-column h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.854 4.561L7.708 0.708L7.001 0L3.854 3.147L0.708 0L0 0.708L3.854 4.561Z" fill="%231E3157"/></svg>') no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
}
footer .footer-column ul {
  list-style: none;
}
@media (max-width: 768px) {
  footer .footer-column ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
footer .footer-column ul li {
  margin-bottom: 12px;
}
footer .footer-column ul li a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.11; /* 111.111% */
  letter-spacing: -0.36px;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  footer .footer-column ul li a {
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  footer .footer-column.active ul {
    max-height: 500px;
  }
  footer .footer-column.active h3::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer-column.active h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-column:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2;
  }
  footer .footer-column:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2;
  }
}
footer .contact-info p,
footer .contact-info a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.11; /* 111.111% */
  letter-spacing: -0.36px;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  footer .contact-info p,
  footer .contact-info a {
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  footer .contact-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
@media (max-width: 768px) {
  footer .contact-info.active {
    max-height: 500px;
  }
}
footer .contact-info a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
}
footer .contact-info a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer .contact-info a {
    justify-content: center;
  }
}
footer .certification-logo {
  width: 169.2px;
  height: 60px;
  aspect-ratio: 169.2/60;
  margin-top: 17px;
}
@media (max-width: 768px) {
  footer .certification-logo {
    margin-inline: auto;
  }
}
footer .footer-bottom {
  padding: 20px 0;
}
@media (max-width: 480px) {
  footer .footer-bottom {
    padding: 16px 0;
  }
}
footer .footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-bottom .flex {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
footer .footer-bottom p,
footer .footer-bottom a {
  color: #666;
  font-size: clamp(0.75rem, 0.7291666667vw, 0.875rem);
  line-height: 1.4;
  font-family: "Be Vietnam Pro", sans-serif;
}
footer .footer-bottom strong {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
footer .footer-bottom strong:hover {
  text-decoration: underline;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: 100px;
  border: 1px solid rgba(30, 49, 87, 0.3);
  text-decoration: none;
  color: #1e3157;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  line-height: 1.11;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.primary-btn .label {
  position: relative;
  z-index: 1;
}
.primary-btn .icon {
  border-radius: 50%;
  background: #1e3157;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 11.333px 10.667px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background 0.3s ease;
}
.primary-btn:hover {
  border-color: #1e3157;
  background: rgba(26, 58, 82, 0.03);
}
.primary-btn:hover .icon {
  transform: translateX(4px);
  background: #163145;
}
.primary-btn.white {
  background: #fff;
}
.primary-btn.white:hover {
  border: 1px solid rgba(30, 49, 87, 0.3);
}
.primary-btn.white:hover .icon {
  transform: translateX(4px);
  background: #163145;
}
.primary-btn.white-border {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
  background: transparent;
}
.primary-btn.white-border .icon {
  background: #fff;
}
.primary-btn.no-border {
  border: none;
  border-radius: unset;
  gap: 8px;
  padding: 0;
  padding-right: 10px;
  color: #1e3157;
  font-size: clamp(0.8125rem, 0.7291666667vw, 0.875rem);
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  line-height: 1.14;
}
.primary-btn.no-border .icon {
  width: 16px;
  height: 16px;
  padding: 5.667px 5.333px;
}
.primary-btn.no-border:hover {
  border-color: inherit;
  background: inherit;
}

.solution-filters {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.solution-filters .filter-btn {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(30, 49, 87, 0.5);
  background: white;
  cursor: pointer;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.solution-filters .filter-btn:hover {
  border-color: #1a3a52;
  color: #1a3a52;
}
.solution-filters .filter-btn.active {
  background: #1a3a52;
  color: white;
  border-color: #1a3a52;
}

.cart-button {
  position: fixed;
  top: 83%;
  right: 12px;
  width: 73px;
  height: 73px;
  background-color: transparent;
  z-index: 55;
}
@media (max-width: 600px) {
  .cart-button {
    width: 50px;
    height: 50px;
  }
}
.cart-button .outer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  background: #163145;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10px;
}
.cart-button .outer .cart-qty {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  background-color: #f33a3d;
  font-size: 13px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 17;
}
.cart-button .outer .inner {
  width: 85%;
  height: 85%;
  border-radius: 100%;
  position: absolute;
  z-index: 16;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
}
.cart-button .outer .inner img {
  transition: all 0.6s ease-in-out;
}
.cart-button .outer:hover .inner img {
  margin-bottom: 100px;
}

.woocommerce-message, .woocommerce-info {
  background: #fff;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.32px;
  border-left: 4px solid #1e3157;
  outline: none;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: 2em 3em 2em 1em;
}
.woocommerce-message .button.wc-forward, .woocommerce-info .button.wc-forward {
  color: #1e3157;
}

.woocommerce-info {
  width: 100%;
}

.short-banner {
  padding-top: 80px;
}
@media (max-width: 1000px) {
  .short-banner {
    padding-top: 72px;
  }
}
.short-banner .banner-background {
  height: 60vh;
  max-height: 600px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.short-banner .banner-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.short-banner .banner-background .banner-mobile {
  display: none;
}
@media (max-width: 767px) {
  .short-banner .banner-background .banner-desktop {
    display: none;
  }
  .short-banner .banner-background .banner-mobile {
    display: block;
  }
}
.short-banner .breadcrumb {
  text-align: center;
}
.short-banner .breadcumb-container {
  padding: 0.7rem 0;
  width: 100%;
  margin: 0 auto;
  max-width: 97.5%;
  border-bottom: 1px solid rgba(30, 49, 87, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.short-banner .breadcumb-container .sep {
  border-radius: 10px;
  background: #1e3157;
  display: inline-block;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  margin: 0 16px;
}
.short-banner .breadcumb-container .main-link {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}
.short-banner .breadcumb-container .current {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.short-banner .breadcumb-container.products-breadcumb a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  text-decoration: none;
}
.short-banner .breadcumb-container.products-breadcumb nav,
.short-banner .breadcumb-container.products-breadcumb .woocommerce-breadcrumb > span:last-child,
.short-banner .breadcumb-container.products-breadcumb .woocommerce-breadcrumb > :last-child {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.short-banner.detail-page {
  padding-top: 30px;
}

.page-introduction .heading {
  max-width: 908px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.page-introduction .heading .section-title {
  margin-bottom: 32px;
  max-width: 485px;
  margin-inline: auto;
}

.discover-more__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .discover-more__cards {
    grid-template-columns: 1fr;
  }
}
.discover-more__cards .discover-card .card-image {
  display: block;
  height: 400px;
}
@media (max-width: 870px) {
  .discover-more__cards .discover-card .card-image {
    height: 229px;
  }
}
.discover-more__cards .discover-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-more__cards .discover-card .card-body {
  display: flex;
  padding: 16px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
}
.discover-more__cards .discover-card .card-body .top h6 {
  color: #1e3157;
  font-size: clamp(1.375rem, 1.6666666667vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}

.space-item {
  display: block;
  height: 581px;
  position: relative;
}
@media (max-width: 767px) {
  .space-item {
    height: 220px;
  }
}
@media (max-width: 1200px) {
  .space-item {
    height: 400px;
  }
}
.space-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space-item .space-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  padding: 16px 24px;
}
.space-item .space-content h6 {
  color: #fff;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.24px;
}
.space-item .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(30, 49, 87, 0) 34.85%, #1e3157 100%);
}

.blog-card .card-image {
  display: block;
  height: 400px;
}
@media (max-width: 600px) {
  .blog-card .card-image {
    height: 229px;
  }
}
.blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .card-body {
  width: 100%;
  display: flex;
  padding: 20px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  background: #fff;
}
.blog-card .card-body .top {
  width: 100%;
}
.blog-card .card-body .top .blog-data {
  margin-bottom: 12px;
}
.blog-card .card-body .top .blog-data p {
  font-weight: 600;
}
.blog-card .card-body .top .line {
  background: rgba(30, 49, 87, 0.3);
  width: 100%;
  height: 1px;
  margin: 12px 0;
}
.blog-card .card-body .top h6,
.blog-card .card-body .top a {
  color: #1e3157;
  font-size: clamp(1.375rem, 1.6666666667vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  letter-spacing: -0.24px;
  text-decoration: none;
}

.sust-blogs .swiper_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}
.sust-blogs .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.sust-blogs .swiper-button-next::after {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 29.779px;
  border: 0.794px solid rgba(30, 49, 87, 0.3);
  aspect-ratio: 1/1;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M10.7395 7.66696H0V5.53817H10.7311L6.6982 1.50527L8.20347 0L14.8103 6.60682L8.20347 13.2136L6.6982 11.7083L10.7395 7.66696Z" fill="%231E3157"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .sust-blogs .swiper-button-next {
    display: none;
  }
}
.sust-blogs .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  margin-top: 0px;
}
.sust-blogs .swiper-button-prev::after {
  display: block;
  width: 54px;
  height: 54px;
  aspect-ratio: 1/1;
  border-radius: 29.779px;
  border: 0.794px solid rgba(30, 49, 87, 0.3);
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M10.7395 7.66696H0V5.53817H10.7311L6.6982 1.50527L8.20347 0L14.8103 6.60682L8.20347 13.2136L6.6982 11.7083L10.7395 7.66696Z" fill="%231E3157"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
}
@media (max-width: 900px) {
  .sust-blogs .swiper-button-prev {
    display: none;
  }
}
.sust-blogs .swiper-pagination {
  bottom: -32px;
}
.sust-blogs .swiper-pagination .swiper-pagination-bullet {
  background: rgb(162, 162, 162);
  width: 16px;
  height: 16px;
}
.sust-blogs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e3157;
  opacity: 1;
}
.sust-blogs .sust-blogs-swiper {
  padding-bottom: 20px;
}

.home-page .banner .banner-wrapper {
  height: 100dvh;
  position: relative;
}
.home-page .banner .banner-wrapper .banner-slide {
  height: 100dvh;
  position: relative;
}
.home-page .banner .banner-wrapper .banner-slide img,
.home-page .banner .banner-wrapper .banner-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-page .banner .banner-wrapper .banner-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-page .banner .banner-wrapper .banner-content__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-page .banner .banner-wrapper .banner-content__inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  opacity: 0.7;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 14.4%, #000 120.99%), linear-gradient(-180deg, rgba(0, 0, 0, 0) 12.06%, #000 105.07%);
  z-index: 1;
}
.home-page .banner .banner-wrapper .banner-content__inner .banner-details {
  z-index: 2;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .home-page .banner .banner-wrapper .banner-content__inner .banner-details {
    padding-inline: 40px;
  }
}
.home-page .banner .banner-wrapper .banner-content__inner .banner-details h1 {
  color: #fff;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(2.25rem, 3.5416666667vw, 4.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 0.94; /* 94.118% */
  letter-spacing: -2px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .home-page .banner .banner-wrapper .banner-content__inner .banner-details h1 {
    margin-bottom: 16px;
  }
}
.home-page .banner .banner-wrapper .banner-content__inner .banner-details h5 {
  color: #fff;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 120% */
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .home-page .banner .banner-wrapper .banner-content__inner .banner-details h5 {
    margin-bottom: 24px;
  }
}
.home-page .stats__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.home-page .stats__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .home-page .stats__top {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.home-page .stats__top .left {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 767px) {
  .home-page .stats__top .left {
    max-width: 100%;
  }
  .home-page .stats__top .left h3 {
    text-align: center;
  }
}
.home-page .stats__top .right {
  max-width: 459px;
  width: 100%;
}
@media (max-width: 767px) {
  .home-page .stats__top .right {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .home-page .stats__top .right p {
    text-align: center;
  }
}
.home-page .stats__top .right .primary-btn {
  margin-top: 12px;
}
.home-page .stats__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 870px) {
  .home-page .stats__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page .stats__bottom .stat-item {
  display: flex;
  padding: 20px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.home-page .stats__bottom .stat-item:not(:last-child) {
  border-right: 1px solid rgba(34, 30, 31, 0.2);
}
@media (max-width: 870px) {
  .home-page .stats__bottom .stat-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(34, 30, 31, 0.2);
  }
}
@media (max-width: 870px) {
  .home-page .stats__bottom .stat-item {
    align-items: center;
    gap: 16px;
  }
}
.home-page .stats__bottom .stat-item .item-top .value {
  color: #1e3157;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(3.75rem, 3.6458333333vw, 4.375rem);
}
@media (max-width: 870px) {
  .home-page .stats__bottom .stat-item .item-top .value {
    text-align: center;
  }
}
.home-page .stats__bottom .stat-item .item-top h3 {
  font-size: clamp(2rem, 1.9791666667vw, 2.375rem);
  line-height: 1.1;
  font-weight: 600;
  color: #1e3157;
  padding: 0;
  border: none;
}
@media (max-width: 870px) {
  .home-page .stats__bottom .stat-item .item-top h3 {
    text-align: center;
  }
}
@media (max-width: 870px) {
  .home-page .stats__bottom .stat-item .item-bottom p {
    text-align: center;
  }
}
.home-page .interior-solution {
  background: #221e1f;
  position: relative;
}
.home-page .interior-solution .heading {
  gap: 8px;
}
.home-page .interior-solution__cards {
  margin-top: 40px;
  overflow: hidden;
}
.home-page .interior-solution__cards .swiper-wrapper {
  gap: 20px;
  display: flex;
}
.home-page .interior-solution__cards .solution-card {
  flex-shrink: 0;
  width: calc(25% - 15px);
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .home-page .interior-solution__cards .solution-card {
    width: calc(25% - 15px);
  }
}
@media (max-width: 870px) {
  .home-page .interior-solution__cards .solution-card {
    width: calc(100vw - 40px);
    max-width: 120%;
  }
}
.home-page .interior-solution__cards .solution-card .card-image {
  display: block;
  height: 374px;
}
@media (max-width: 870px) {
  .home-page .interior-solution__cards .solution-card .card-image {
    height: 272px;
  }
}
.home-page .interior-solution__cards .solution-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .interior-solution__cards .solution-card .card-body {
  display: flex;
  padding: 16px 32px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  height: 160px;
  background: #fff;
}
.home-page .interior-solution__cards .solution-card .card-body .top h6 {
  color: #1e3157;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
.home-page .interior-solution__cards .solution-card .card-body .button-wrap {
  margin-top: 0;
}
.home-page .interior-solution .swiper-pagination {
  bottom: 50px;
}
.home-page .interior-solution .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.home-page .interior-solution .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.home-page .quiz__inner {
  max-width: 1650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .home-page .quiz__inner {
    flex-direction: column;
  }
}
.home-page .quiz__inner-left {
  max-width: 375px;
  width: 100%;
}
.home-page .quiz__inner-left h3 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .home-page .quiz__inner-left h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home-page .quiz__inner-left p {
    text-align: center;
  }
}
.home-page .quiz__inner-right {
  max-width: 1195px;
  width: 100%;
}
.home-page .quiz__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .home-page .quiz__content {
    flex-direction: column;
  }
}
.home-page .quiz__content__content-left {
  display: flex;
  flex-direction: column;
}
.home-page .quiz__box {
  background: #dae4ec;
  padding: 60px;
}
.home-page .quiz__progress {
  height: 2px;
  max-width: 748px;
  background: rgba(30, 49, 87, 0.3);
  margin-bottom: 50px;
  position: relative;
  border-radius: 4px;
}
.home-page .quiz__progress-bar {
  height: 100%;
  width: 0%;
  background: #1e3157;
  transition: width 0.3s ease;
  display: block;
  border-radius: 4px;
  height: 4px;
}
.home-page .quiz__question {
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
}
.home-page .quiz__question .quiz__step {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.32px;
}
.home-page .quiz__answers {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.home-page .quiz__answer {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(30, 49, 87, 0.5);
  background: white;
  cursor: pointer;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.home-page .quiz__answer:hover {
  border-color: #1a3a52;
  color: #1a3a52;
}
.home-page .quiz__answer.active {
  background: #1a3a52;
  color: white;
  border-color: #1a3a52;
}
.home-page .quiz__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 26px;
}
.home-page .quiz__footer button {
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.home-page .quiz .hidden {
  display: none;
}
.home-page .interior-spaces {
  background: #0f0c05;
}
.home-page .interior-spaces .wide-container {
  padding-right: 0;
}
.home-page .interior-spaces__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .home-page .interior-spaces__content {
    flex-direction: column;
    align-items: center;
  }
  .home-page .interior-spaces__content p {
    text-align: center;
  }
}
.home-page .interior-spaces__content .left {
  width: 30%;
}
@media (max-width: 700px) {
  .home-page .interior-spaces__content .left {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .interior-spaces__content .left {
    width: 100%;
    text-align: center;
    padding-right: 60px;
  }
  .home-page .interior-spaces__content .left p {
    text-align: center;
  }
}
.home-page .interior-spaces__content .left p {
  margin-top: 28px;
  margin-bottom: 42px;
}
.home-page .interior-spaces__content .right-grid {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .home-page .interior-spaces__content .right-grid {
    width: 100%;
  }
}
.home-page .interior-spaces__content .swiper-pagination {
  bottom: -28px;
}
.home-page .interior-spaces__content .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.home-page .interior-spaces__content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.home-page .discover-more {
  background: #faf9f9;
}

.about-page .introduction .heading {
  max-width: 1194px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.about-page .introduction .heading .section-title {
  margin-bottom: 32px;
  max-width: 485px;
  margin-inline: auto;
}
.about-page .introduction .video-wrapper {
  width: 100%;
  height: 600px;
}
@media (max-width: 800px) {
  .about-page .introduction .video-wrapper {
    height: 300px;
  }
}
.about-page .introduction img,
.about-page .introduction video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .milestones {
  background: #dae4ec;
  position: relative;
}
.about-page .milestones .milestones-heading {
  text-align: center;
  margin-bottom: 60px;
}
.about-page .milestones .milestones-heading .milestones-title {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.48px;
}
.about-page .milestones .milestones-slider-container {
  position: relative;
  margin-bottom: 40px;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider {
  overflow: visible;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .swiper-wrapper {
  display: flex;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1029px;
  background-color: #fff;
}
@media (max-width: 968px) {
  .about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide {
    flex-direction: column;
    gap: 0;
  }
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-image {
  flex: 0 0 45%;
  height: 400px;
}
@media (max-width: 968px) {
  .about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-image {
    flex: unset;
    height: 300px;
    width: 100%;
  }
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content {
  flex: 0 0 55%;
  padding: 44px;
}
@media (max-width: 968px) {
  .about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content {
    flex: 0 0 100%;
  }
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content h3 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content .milestone-text {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content .milestone-text h2 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content .milestone-text p {
  margin-bottom: 12px;
}
.about-page .milestones .milestones-slider-container .milestones-main-slider .milestone-slide .milestone-content .milestone-text p:last-child {
  margin-bottom: 0;
}
.about-page .milestones .milestones-slider-container .milestones-nav {
  position: absolute;
  right: -50px;
  left: -50px;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 auto;
  width: 80%;
  z-index: 10;
}
@media (max-width: 968px) {
  .about-page .milestones .milestones-slider-container .milestones-nav {
    display: none;
  }
}
@media (max-width: 1200px) {
  .about-page .milestones .milestones-slider-container .milestones-nav {
    width: 100%;
    right: -200px !important;
    left: -200px !important;
  }
}
.about-page .milestones .milestones-slider-container .milestones-nav .milestones-button-prev,
.about-page .milestones .milestones-slider-container .milestones-nav .milestones-button-next {
  width: 54px;
  height: 54px;
  border-radius: 29.779px;
  border: 0.794px solid rgba(30, 49, 87, 0.3);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #1e3157;
  padding: 18px;
}
.about-page .milestones .milestones-slider-container .milestones-nav .milestones-button-prev:hover,
.about-page .milestones .milestones-slider-container .milestones-nav .milestones-button-next:hover {
  background: #fff;
  border-color: #1e3157;
}
.about-page .milestones .milestones-slider-container .milestones-nav .milestones-button-prev svg,
.about-page .milestones .milestones-slider-container .milestones-nav .milestones-button-next svg {
  width: 20px;
  height: 20px;
}
.about-page .milestones .milestones-thumbs-slider {
  overflow: hidden;
}
.about-page .milestones .milestones-thumbs-slider .swiper-wrapper {
  display: flex;
  gap: 20px;
}
.about-page .milestones .milestones-thumbs-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .milestones .milestones-thumbs-slider .milestone-thumb {
  flex-shrink: 0;
}
.about-page .milestones .milestones-thumbs-slider .milestone-thumb .thumb-button {
  background: transparent;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 0;
  outline: none;
  position: relative;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(30, 49, 87, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .milestones .milestones-thumbs-slider .milestone-thumb .thumb-button::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 8px;
  background: #dae4ec;
  position: relative;
}
.about-page .milestones .milestones-thumbs-slider .milestone-thumb .thumb-button::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #1e3157;
  border-radius: 50%;
  z-index: 1;
}
.about-page .milestones .milestones-thumbs-slider .swiper-slide-thumb-active .thumb-button {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: -8px;
}
.about-page .milestones .milestones-thumbs-slider .swiper-slide-thumb-active .thumb-button::before {
  width: 13px;
  height: 13px;
  bottom: 24px;
}
.about-page .milestones .wide-container {
  position: relative;
  padding: 0;
}
.about-page .milestones .wide-container .line {
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background: rgba(30, 49, 87, 0.3);
  z-index: 1;
}
.about-page .team {
  background: #fff;
}
.about-page .team .teams-inner {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  align-items: center;
  background: #faf9f9;
}
@media (max-width: 968px) {
  .about-page .team .teams-inner {
    flex-direction: column;
    gap: 0;
  }
}
.about-page .team .teams-inner .image-container {
  width: 50%;
  position: relative;
  height: 480px;
}
@media (max-width: 968px) {
  .about-page .team .teams-inner .image-container {
    width: 100%;
    height: 250px;
  }
}
.about-page .team .teams-inner .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .team .teams-inner .content-container {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 968px) {
  .about-page .team .teams-inner .content-container {
    max-width: 100%;
    padding: 40px;
  }
}
.about-page .team .teams-inner .content-container .section-title {
  margin-bottom: 20px;
}
.about-page .team .teams-inner .content-container p {
  margin-bottom: 32px;
  max-width: 530px;
}
.about-page .team .teams-inner .content-container .team-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-page .team.careers {
  background: #faf9f9;
}
.about-page .team.careers .teams-inner {
  background: transparent;
}
.about-page .principles-section .section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}
@media (max-width: 968px) {
  .about-page .principles-section .section-header {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .principles-section .section-header {
    flex-direction: column;
  }
}
.about-page .principles-section .section-header .section-title {
  max-width: 586px;
  width: 100%;
}
.about-page .principles-section .section-header p {
  max-width: 459px;
  width: 100%;
}
.about-page .principles-section .principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 968px) {
  .about-page .principles-section .principles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-page .principles-section .principles-grid .principle-card {
  padding: 20px 32px;
}
.about-page .principles-section .principles-grid .principle-card .label {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.about-page .principles-section .principles-grid .principle-card h3 {
  color: #1e3157;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.about-page .stats {
  background: #dae4ec;
}
.about-page .stats__inner {
  display: flex;
  flex-direction: column;
}
.about-page .stats__top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about-page .stats__top .section-title {
  margin-bottom: 24px;
}
.about-page .stats__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media (max-width: 767px) {
  .about-page .stats__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-page .stats__bottom .stat-item {
  display: flex;
  padding: 20px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.about-page .stats__bottom .stat-item:not(:last-child) {
  border-right: 1px solid rgba(34, 30, 31, 0.2);
}
@media (max-width: 767px) {
  .about-page .stats__bottom .stat-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(34, 30, 31, 0.2);
  }
}
@media (max-width: 767px) {
  .about-page .stats__bottom .stat-item {
    align-items: center;
    gap: 16px;
  }
}
.about-page .stats__bottom .stat-item .item-top .value {
  color: #1e3157;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-page .stats__bottom .stat-item .item-top .value {
    text-align: center;
  }
}
.about-page .stats__bottom .stat-item .item-top h3 {
  font-size: clamp(1.5rem, 1.9791666667vw, 2.375rem);
  line-height: 1.1;
  font-weight: 600;
  color: #1e3157;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .about-page .stats__bottom .stat-item .item-top h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-page .stats__bottom .stat-item .item-bottom p {
    text-align: center;
  }
}
.about-page .brands {
  padding: 40px 0;
  background: #fff;
}
.about-page .brands .brands-slider .swiper-slide {
  width: 271.833px;
  height: 139.8px;
  aspect-ratio: 271.83/139.8;
}
.about-page .brands .brands-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .brand-partners-page .button-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .brand-partners-page .button-wrap .no-border {
    margin-left: 16px;
  }
}

.spaces-page .solutions-section .solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .spaces-page .solutions-section .solutions-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1100px) {
  .spaces-page .solutions-section .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.spaces-page .solutions-section .solution-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
}
.spaces-page .solutions-section .solution-item.hidden {
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.spaces-page .solutions-section .solution-item.initially-hidden {
  display: none;
}
.spaces-page .solutions-section .solution-load-more {
  text-align: center;
  margin-top: 40px;
}

.solution-details {
  background: #f8f8f8;
}
.solution-details .details-grid {
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(4, 1fr);
  justify-self: center;
  width: 100%;
}
@media (max-width: 992px) {
  .solution-details .details-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .solution-details .details-grid {
    grid-template-columns: 1fr;
  }
}
.solution-details .detail-item {
  text-align: center;
  padding: 0 20px;
}
.solution-details .detail-item:not(:last-child) {
  border-right: 1px solid rgba(30, 49, 87, 0.3);
}
@media (max-width: 576px) {
  .solution-details .detail-item:not(:last-child) {
    border: none;
  }
}
@media (max-width: 992px) {
  .solution-details .detail-item:nth-child(2) {
    border-right: none;
  }
}
.solution-details .detail-item .detail-label {
  color: #1e3157;
  text-align: center;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.24px;
}
.solution-details .detail-item .detail-value {
  text-align: center;
}

.challenge-solution .content-wrapper {
  max-width: 792px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
}
.challenge-solution .content-wrapper ul {
  list-style-type: disc;
  width: 60%;
  margin: 0 auto;
}
.challenge-solution .content-wrapper ul li {
  color: #1e3157;
  /* Font/Body-1 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.2; /* 125% */
  letter-spacing: -0.32px;
  text-align: left !important;
}

.project-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.project-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .project-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.project-gallery .gallery-grid .gallery-item {
  position: relative;
  height: auto;
}
.project-gallery .gallery-grid .gallery-item.initially-hidden {
  display: none;
}
.project-gallery .gallery-grid .gallery-item img,
.project-gallery .gallery-grid .gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-gallery .gallery-grid .gallery-item .gallery-video {
  cursor: pointer;
}
.project-gallery .gallery-grid .gallery-item .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
.project-gallery .gallery-grid .gallery-item .video-overlay:hover {
  background: rgba(0, 0, 0, 0.4);
}
.project-gallery .gallery-grid .gallery-item .video-overlay .video-play-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.project-gallery .gallery-grid .gallery-item .video-overlay .video-play-btn:hover {
  transform: scale(1.1);
}
.project-gallery .gallery-grid .gallery-item .video-overlay .video-play-btn svg {
  transition: transform 0.3s ease;
}
.project-gallery .gallery-grid .gallery-item .video-overlay .video-play-btn svg:hover {
  transform: scale(1.1);
}
.project-gallery .solution-load-more {
  text-align: center;
  margin-top: 40px;
}

.team {
  background: #fff;
}
.team .teams-inner {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  align-items: center;
  background: #faf9f9;
}
@media (max-width: 968px) {
  .team .teams-inner {
    flex-direction: column;
    gap: 0;
  }
}
.team .teams-inner .image-container {
  width: 50%;
  position: relative;
  height: 480px;
}
@media (max-width: 968px) {
  .team .teams-inner .image-container {
    width: 100%;
    height: 250px;
  }
}
.team .teams-inner .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .teams-inner .content-container {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 968px) {
  .team .teams-inner .content-container {
    max-width: 100%;
    padding: 40px;
  }
}
.team .teams-inner .content-container .section-title {
  margin-bottom: 20px;
}
.team .teams-inner .content-container p {
  margin-bottom: 32px;
  max-width: 530px;
}
.team .teams-inner .content-container .team-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.team.careers {
  background: #faf9f9;
}
.team.careers .teams-inner {
  background: transparent;
}

.solutions-detail-page .page-introduction .heading p {
  text-align: center;
}
.solutions-detail-page .discover-more .heading {
  margin-bottom: 40px;
}
.solutions-detail-page .discover-more .heading h3 {
  margin-bottom: 8px;
}

.solution-products__slider {
  position: relative;
}

.product-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.product-card__image {
  background-color: #fff;
  height: 460px;
}
@media (max-width: 1340px) {
  .product-card__image {
    height: 300px;
  }
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card__content {
  padding: 12px 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.product-card__title {
  color: #1e3157;
  text-align: center;
  padding: 0 16px;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}

.blogs-page .solutions-section .solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 768px) {
  .blogs-page .solutions-section .solutions-grid {
    grid-template-columns: 1fr;
  }
}
.blogs-page .solutions-section .solution-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
}
.blogs-page .solutions-section .solution-item.hidden {
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.blogs-page .solutions-section .solution-item.initially-hidden {
  display: none;
}
.blogs-page .solutions-section .solution-load-more {
  text-align: center;
  margin-top: 40px;
}

.blog-detail-page .blog-details .blog-detail-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1000px) {
  .blog-detail-page .blog-details .blog-detail-inner {
    flex-direction: column;
  }
}
.blog-detail-page .blog-details .blog-detail-inner .left {
  max-width: 1007px;
  width: 100%;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-meta p {
  font-weight: 600;
}
.blog-detail-page .blog-details .blog-detail-inner .left h1.section-title {
  font-size: clamp(1.875rem, 2.0833333333vw, 2.5rem);
}
.blog-detail-page .blog-details .blog-detail-inner .left .line {
  background: rgba(30, 49, 87, 0.3);
  width: 100%;
  height: 1px;
  margin: 12px 0;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content {
  margin-top: 24px;
  margin-bottom: 60px;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content .line2 {
  background: rgba(30, 49, 87, 0.3);
  width: 70%;
  height: 1px;
  margin-inline: auto;
  margin-top: 60px;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content > img {
  width: 80%;
  margin: 0 auto 15px;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content p:not(:first-child),
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content ul:not(:first-child) {
  margin: 20px 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  line-height: 1.25;
  color: #1e3157;
  font-weight: 300;
  letter-spacing: -0.32px;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content p:first-child,
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content ul:first-child {
  margin-bottom: 20px;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content ul {
  list-style: disc;
}
.blog-detail-page .blog-details .blog-detail-inner .left .blog-detail-content ul li {
  margin-left: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  line-height: 1.25;
  color: #1e3157;
  font-weight: 300;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.blog-detail-page .blog-details .blog-detail-inner .right {
  width: 100%;
  max-width: 455px;
  padding: 20px;
  background: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .blog-detail-page .blog-details .blog-detail-inner .right {
    max-width: unset;
  }
}
.blog-detail-page .blog-details .blog-detail-inner .right .item-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.blog-detail-page .blog-details .blog-detail-inner .right .recent .title-wrap {
  padding: 10px 12px 24px 12px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(30, 49, 87, 0.5);
}
.blog-detail-page .blog-details .blog-detail-inner .right .recent .blog-card .card-body {
  padding: 0;
}
.blog-detail-page .blog-details .blog-detail-inner .right .recent .blog-card .card-body .top .blog-data {
  margin-bottom: 12px;
  padding: 0 12px;
}
.blog-detail-page .blog-details .blog-detail-inner .right .recent .blog-card .card-body .top .blog-data p {
  font-weight: 400;
}
.blog-detail-page .blog-details .blog-detail-inner .right .recent .blog-card .card-body .top h6,
.blog-detail-page .blog-details .blog-detail-inner .right .recent .blog-card .card-body .top a {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
}
.blog-detail-page .blog-details .blog-detail-inner .right .recent .blog-card .card-body .top h6 {
  padding: 0 12px;
}
.blog-detail-page .focus .heading .section-title {
  margin-bottom: 0;
}
.blog-detail-page .focus .wide-container {
  max-width: 1700px;
}
@media (max-width: 1800px) {
  .blog-detail-page .focus .wide-container {
    max-width: 90%;
  }
}
@media (max-width: 900px) {
  .blog-detail-page .focus .wide-container {
    max-width: unset;
  }
}

.careers-page .core-values .core-values-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media (max-width: 1200px) {
  .careers-page .core-values .core-values-inner {
    flex-direction: column;
  }
}
.careers-page .core-values .left-img {
  max-width: 748px;
  height: 750px;
  width: 100%;
}
@media (max-width: 1200px) {
  .careers-page .core-values .left-img {
    height: 500px;
  }
}
.careers-page .core-values .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-page .core-values .right-info {
  max-width: 689px;
  width: 100%;
}
@media (max-width: 1200px) {
  .careers-page .core-values .right-info {
    max-width: unset;
  }
}
.careers-page .core-values .right-info .section-title {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .careers-page .core-values .right-info .section-title {
    margin-bottom: 15px;
  }
}
.careers-page .core-values .right-info .values-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.careers-page .core-values .right-info .values-list .value-item {
  display: flex;
  padding: 0 16px 20px 16px;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  border-bottom: 1px solid rgba(30, 49, 87, 0.3);
}
@media (max-width: 600px) {
  .careers-page .core-values .right-info .values-list .value-item {
    gap: 16px;
  }
}
.careers-page .core-values .right-info .values-list .value-item .icon {
  display: flex;
  max-width: 80px;
  width: 100%;
  height: 80px;
  padding: 19px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 1px solid rgba(30, 49, 87, 0.3);
}
@media (max-width: 600px) {
  .careers-page .core-values .right-info .values-list .value-item .icon {
    height: 50px;
    max-width: 50px;
    padding: 12px;
  }
}
.careers-page .core-values .right-info .values-list .value-item .value-content h6 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .careers-page .core-values .right-info .values-list .value-item .value-content h6 {
    margin-bottom: 5px;
  }
}
.careers-page .roles .heading {
  max-width: 908px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.careers-page .roles .heading .section-title {
  margin-bottom: 32px;
  max-width: 485px;
  margin-inline: auto;
}
.careers-page .roles .roles-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.careers-page .roles .role-item {
  display: flex;
  padding: 16px 51px;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(30, 49, 87, 0.3);
}
@media (max-width: 1160px) {
  .careers-page .roles .role-item {
    gap: 10px;
  }
}
@media (max-width: 900px) {
  .careers-page .roles .role-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 16px;
  }
}
.careers-page .roles .role-item .details {
  display: flex;
  flex-direction: column;
  max-width: 482px;
  width: 100%;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1160px) {
  .careers-page .roles .role-item .details {
    gap: 6px;
    max-width: 300px;
  }
}
.careers-page .roles .role-item .details h6.name {
  color: #1e3157;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
}
.careers-page .roles .role-item .location {
  max-width: 200px;
  width: 100%;
}
.careers-page .roles .role-item .location h6 {
  color: #13153e;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.11;
  /* 111.111% */
}
.careers-page .job-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.careers-page .job-modal.active {
  display: block;
}
.careers-page .job-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.careers-page .job-modal-content {
  position: relative;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  margin: 5vh auto;
}
.careers-page .job-modal-content p,
.careers-page .job-modal-content li,
.careers-page .job-modal-content a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
.careers-page .job-modal-body {
  padding: 95px 75px 0 75px;
}
@media (max-width: 600px) {
  .careers-page .job-modal-body {
    padding: 40px;
  }
}
.careers-page .job-modal-close {
  position: absolute;
  top: 50px;
  right: 75px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 17px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 0.8px solid rgba(30, 49, 87, 0.3);
  background: #fff;
  cursor: pointer;
}
@media (max-width: 600px) {
  .careers-page .job-modal-close {
    padding: 10px;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.careers-page .job-modal .job-heading {
  margin-bottom: 25px;
}
.careers-page .job-modal .job-heading .title {
  margin-bottom: 6px;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  /* 105% */
  letter-spacing: -1.5px;
}
.careers-page .job-modal .job-heading .job-meta {
  font-size: 12px;
}
.careers-page .job-modal .job-section {
  margin-bottom: 25px;
}
.careers-page .job-modal .job-section h5 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.18px;
  margin-bottom: 12px;
}
.careers-page .job-modal .job-section ul {
  list-style-type: disc;
}
.careers-page .job-modal .job-section li {
  margin-left: 20px;
}
.careers-page .job-modal .job-form {
  margin-top: 40px;
  padding-top: 30px;
  background: #dae4ec;
  padding: 30px 75px;
  position: relative;
}
.careers-page .job-modal .job-form .cf7-form-grid {
  width: 85%;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row {
  margin-bottom: 20px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row.two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .careers-page .job-modal .job-form .cf7-form-grid .form-row.two-col {
    grid-template-columns: 1fr;
  }
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row.checkbox-row span.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row.checkbox-row span.wpcf7-list-item {
  margin-left: 0;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row.checkbox-row input[type=checkbox] {
  margin-top: 4px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-row.submit-row {
  margin-top: 30px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field {
  display: flex;
  flex-direction: column;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field label {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.24px;
  margin-bottom: 6px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field input:not([type=checkbox]),
.careers-page .job-modal .job-form .cf7-form-grid .form-field textarea {
  width: 100%;
  height: 27px;
  padding: 9px;
  border: 1px solid rgba(30, 49, 87, 0.3);
  color: rgb(30, 49, 87);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.21px;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field input:not([type=checkbox]):focus,
.careers-page .job-modal .job-form .cf7-form-grid .form-field textarea:focus {
  border-color: rgba(30, 49, 87, 0.6);
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field input:not([type=checkbox])::placeholder,
.careers-page .job-modal .job-form .cf7-form-grid .form-field textarea::placeholder {
  color: rgba(30, 49, 87, 0.4);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.21px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field .wpcf7-form-control-wrap input.wpcf7-file[type=file] {
  width: 100%;
  min-height: 140px;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field .wpcf7-form-control-wrap:has(input.wpcf7-file) {
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M9.625 13.9995V6.86826L7.35 9.14326L6.125 7.87451L10.5 3.49951L14.875 7.87451L13.65 9.14326L11.375 6.86826V13.9995H9.625ZM5.25 17.4995C4.76875 17.4995 4.35692 17.3283 4.0145 16.9859C3.67208 16.6435 3.50058 16.2313 3.5 15.7495V13.1245H5.25V15.7495H15.75V13.1245H17.5V15.7495C17.5 16.2308 17.3288 16.6429 16.9864 16.9859C16.644 17.3289 16.2318 17.5001 15.75 17.4995H5.25Z" fill="%231E3157"/></svg>');
  background-repeat: no-repeat;
  background-position: center 40px;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field .wpcf7-form-control-wrap:has(input.wpcf7-file)::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(30, 49, 87, 0.3);
  background-color: transparent;
  z-index: 1;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field .wpcf7-form-control-wrap:has(input.wpcf7-file)::after {
  content: "Click to upload resume (PDF or Word, max 5MB)";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 20px;
  color: #7a7a7a;
  pointer-events: none;
  z-index: 1;
}
.careers-page .job-modal .job-form .cf7-form-grid .form-field p > small {
  display: none;
}
.careers-page .job-modal .job-form .cf7-form-grid .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.careers-page .job-modal .job-form .cf7-form-grid .wpcf7-response-output {
  margin-top: 20px;
  font-size: 14px;
}
.careers-page .job-modal .job-form .cf7-form-grid .primary-btn .icon {
  background-image: url("images/icons/primary-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

.sustainability-page .focus .heading .section-title {
  margin-bottom: 0;
}

.solution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.solution-list.staff .solution-item:nth-child(even) {
  flex-direction: row-reverse;
}
.solution-list.staff .solution-item:nth-child(even) .solution-image {
  width: 35%;
}
@media (max-width: 968px) {
  .solution-list.staff .solution-item:nth-child(even) .solution-image {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .solution-list.staff .solution-item:nth-child(even) .solution-image {
    width: 50%;
  }
}
.solution-list.staff .solution-item:nth-child(even) .solution-content {
  width: 65%;
}
@media (max-width: 968px) {
  .solution-list.staff .solution-item:nth-child(even) .solution-content {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .solution-list.staff .solution-item:nth-child(even) .solution-content {
    width: 50%;
  }
}
.solution-list.staff .solution-item .solution-image {
  width: 35%;
}
@media (max-width: 968px) {
  .solution-list.staff .solution-item .solution-image {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .solution-list.staff .solution-item .solution-image {
    width: 50%;
  }
}
.solution-list.staff .solution-item .solution-content {
  width: 65%;
  max-width: 880px;
}
.solution-list.staff .solution-item .solution-content .section-title {
  margin-bottom: 5px;
}
.solution-list.staff .solution-item .solution-content .designation {
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 968px) {
  .solution-list.staff .solution-item .solution-content {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .solution-list.staff .solution-item .solution-content {
    width: 50%;
  }
}
.solution-list .solution-item {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(30, 49, 87, 0.2);
}
.solution-list .solution-item:nth-child(even) {
  flex-direction: row-reverse;
}
.solution-list .solution-item:nth-child(even) .solution-image {
  width: 52%;
}
@media (max-width: 968px) {
  .solution-list .solution-item:nth-child(even) .solution-image {
    width: 100%;
  }
}
.solution-list .solution-item:nth-child(even) .solution-content {
  width: 48%;
}
@media (max-width: 968px) {
  .solution-list .solution-item:nth-child(even) .solution-content {
    width: 100%;
  }
}
.solution-list .solution-item .solution-image {
  width: 48%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 968px) {
  .solution-list .solution-item .solution-image {
    height: 480px;
  }
}
.solution-list .solution-item .solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-list .solution-item .solution-content {
  width: 52%;
  max-width: 580px;
  margin: 0 auto;
  padding-inline: 10px;
}
.solution-list .solution-item .solution-content .section-title {
  margin-bottom: 20px;
}
@media (max-width: 968px) {
  .solution-list .solution-item {
    flex-direction: column !important;
    gap: 20px;
  }
  .solution-list .solution-item .solution-image {
    width: 100%;
    max-width: unset;
  }
  .solution-list .solution-item .solution-content {
    width: 100%;
    max-width: unset;
    padding: 20px;
  }
}

.focus .heading {
  max-width: 908px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.focus .heading .section-title {
  margin-bottom: 32px;
  max-width: 485px;
  margin-inline: auto;
}
.focus .wide-container {
  max-width: 1700px;
}
@media (max-width: 1800px) {
  .focus .wide-container {
    max-width: 90%;
  }
}
@media (max-width: 900px) {
  .focus .wide-container {
    max-width: unset;
  }
}

.product-collections .collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .product-collections .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .product-collections .collections-grid {
    grid-template-columns: 1fr;
  }
}
.product-collections .collection-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.product-collections .collection-card .image-wrap {
  height: 374px;
}
.product-collections .collection-card .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-collections .collection-card__body {
  padding: 16px 32px 20px 32px;
}
.product-collections .collection-card__body .title {
  margin-bottom: 1rem;
  color: #1e3157;
  display: block;
  text-decoration: none;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
}
.product-collections .collection-card__body .subcategory-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .subcategory-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .subcategory-row .row-left {
  width: 70%;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item span,
.product-collections .collection-card__body .subcategory-list .subcategory-item a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .dropdown-toggle {
  width: 20%;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .dropdown-toggle .count {
  margin-right: 0.75rem;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .dropdown-toggle .icon {
  transition: transform 0.3s ease;
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 18.75px;
  border: 0.5px solid rgba(30, 49, 87, 0.3);
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .dropdown-toggle .icon img {
  width: 7.708px;
  height: 4.561px;
  flex-shrink: 0;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .dropdown-content {
  display: none;
  padding: 0.5rem 0 1rem 2rem;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item .dropdown-content a {
  text-decoration: none;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item.active .dropdown-content {
  display: block;
}
.product-collections .collection-card__body .subcategory-list .subcategory-item.active .icon {
  transform: rotate(180deg);
}

.materials .heading {
  margin-bottom: 2rem;
}
.materials .heading .section-title {
  margin-bottom: 0.5rem;
}
.materials .heading p {
  margin: 0 auto;
  max-width: 820px;
}
.materials .materials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1200px) {
  .materials .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .materials .materials-grid {
    grid-template-columns: 1fr;
  }
}
.materials .materials-grid .material-card {
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.materials .materials-grid .material-card .card-image {
  height: 374px;
  overflow: hidden;
}
.materials .materials-grid .material-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.materials .materials-grid .material-card .card-body {
  padding: 18px 20px 24px;
}
.materials .materials-grid .material-card .card-body .card-title {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 600;
  margin-bottom: 8px;
}
.materials .materials-grid .material-card .card-body .card-desc {
  color: rgba(30, 49, 87, 0.9);
  font-size: clamp(0.8125rem, 0.7291666667vw, 0.875rem);
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.filter-btn-wrapper {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .filter-btn-wrapper {
    display: block;
  }
}
.filter-btn-wrapper .mob-filter-btn {
  background-color: transparent;
  outline: none;
  width: max-content;
  border: 1px solid #1e3157;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  justify-self: flex-end;
  gap: 5px;
  padding: 2px 10px;
}
.filter-btn-wrapper .mob-filter-btn img {
  width: 30px;
  height: 30px;
}

.sidebar-overlay {
  display: none;
}
@media (max-width: 1100px) {
  .sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9998;
  }
  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.shop-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1100px) {
  .shop-layout {
    flex-direction: column;
  }
}
.shop-layout .shop-sidebar {
  max-width: 435px;
  width: 100%;
  background: #fff;
  padding: 40px 28px;
  margin-bottom: 30px;
  /* Close button (add inside sidebar HTML) */
  /* Checkbox */
  /* Checked */
  /* Checkmark */
}
@media (max-width: 1600px) {
  .shop-layout .shop-sidebar {
    max-width: 350px;
    width: 30%;
  }
}
@media (max-width: 1100px) {
  .shop-layout .shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 85%;
    max-width: 380px;
    padding-top: 80px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 9999;
    overflow-y: auto;
    margin-bottom: 0;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1100px) {
  .shop-layout .shop-sidebar.active {
    transform: translateX(0);
  }
}
.shop-layout .shop-sidebar .close-sidebar {
  display: none;
}
@media (max-width: 1100px) {
  .shop-layout .shop-sidebar .close-sidebar {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
  }
}
.shop-layout .shop-sidebar .widget::marker {
  content: none;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item-count,
.shop-layout .shop-sidebar .count {
  display: none;
}
.shop-layout .shop-sidebar .widget {
  margin-bottom: 30px;
}
.shop-layout .shop-sidebar .widget .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 0;
  display: inline-block;
}
.shop-layout .shop-sidebar .wp-block-heading,
.shop-layout .shop-sidebar .widget-title {
  color: #1e3157;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
}
.shop-layout .shop-sidebar .widgettitle {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  padding-bottom: 0;
  margin-bottom: 24px;
  border-bottom: none;
}
.shop-layout .shop-sidebar .widget-title {
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
}
.shop-layout .shop-sidebar .wp-block-heading {
  margin-bottom: 24px;
}
.shop-layout .shop-sidebar .wp-block-woocommerce-product-categories {
  margin-top: 16px;
}
.shop-layout .shop-sidebar .wpc-edit-filter-set {
  display: none;
}
.shop-layout .shop-sidebar .wpc-search-field-wrapper .wpc-search-icon {
  left: 10px;
  width: 24px;
  cursor: pointer;
}
.shop-layout .shop-sidebar .wpc-search-field-wrapper .wpc-search-icon::before {
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 20L16.1396 16.1396M16.1396 16.1396C16.7999 15.4793 17.3237 14.6953 17.6811 13.8326C18.0385 12.9698 18.2224 12.0451 18.2224 11.1112C18.2224 10.1774 18.0385 9.25264 17.6811 8.38987C17.3237 7.5271 16.7999 6.74316 16.1396 6.08283C15.4793 5.42249 14.6953 4.89868 13.8326 4.54131C12.9698 4.18394 12.0451 4 11.1112 4C10.1774 4 9.25264 4.18394 8.38987 4.54131C7.5271 4.89868 6.74316 5.42249 6.08283 6.08283C4.74921 7.41644 4 9.2252 4 11.1112C4 12.9972 4.74921 14.806 6.08283 16.1396C7.41644 17.4732 9.2252 18.2224 11.1112 18.2224C12.9972 18.2224 14.806 17.4732 16.1396 16.1396Z" stroke="%231E3157" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.shop-layout .shop-sidebar .wpc-search-field-wrapper .wpc-search-field {
  background-color: transparent;
  padding: 7px 16px;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1;
  font-weight: 300;
  box-shadow: none;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list .wc-block-product-categories-list-item__name {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 18px;
  display: inline-block;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list .wc-block-product-categories-list--depth-1 {
  margin-left: 10px;
  width: 64%;
  margin-bottom: 5px;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
  padding-left: 24px;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item .wc-block-product-categories-list-item__name {
  margin-bottom: 12px;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list--depth-2 {
  margin-left: 0;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item:has(> ul.wc-block-product-categories-list--depth-1) {
  padding-left: 0;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item:has(> ul.wc-block-product-categories-list--depth-1)::before {
  content: none;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item:has(> ul.wc-block-product-categories-list--depth-1) > a > .wc-block-product-categories-list-item__name {
  position: relative;
  width: 80%;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-weight: 600;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item:has(> ul.wc-block-product-categories-list--depth-1) > a > .wc-block-product-categories-list-item__name::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17L7.41 8.59L6 10L12 16L18 10L16.59 8.59Z' fill='%231E3157'/%3E%3C/svg%3E");
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item:has(> ul.wc-block-product-categories-list--depth-1) > a::after {
  content: none;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item {
  position: relative;
  padding-left: 28px;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item:has(> a.is-current-category)::before {
  background: #1e3157;
  border-color: #1e3157;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #1e3157;
  background: #fff;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item a.is-current-category::before {
  background: #333;
  border-color: #333;
}
.shop-layout .shop-sidebar .wc-block-product-categories-list-item a.is-current-category::after {
  content: "✔";
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
}
.shop-layout .shop-sidebar .wc-block-product-filter-checkbox-list__text {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 0;
  display: inline-block;
}
.shop-layout .shop-content {
  margin-bottom: 50px;
}
.shop-layout .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  max-width: 1345px;
  width: 100%;
}
.shop-layout .products.columns-4::before {
  content: none;
}
@media (max-width: 1360px) {
  .shop-layout .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .shop-layout .products.columns-4 {
    gap: 10px;
  }
}
.shop-layout .products.columns-4 .product {
  float: none;
  width: auto;
  margin: 0;
  background: #fff;
}
.shop-layout .products.columns-4 .product .attachment-woocommerce_thumbnail {
  width: 100%;
  height: 460px;
  object-fit: contain;
  margin: 0;
}
@media (max-width: 400px) {
  .shop-layout .products.columns-4 .product .attachment-woocommerce_thumbnail {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .shop-layout .products.columns-4 .product .attachment-woocommerce_thumbnail {
    height: 200px;
  }
}
@media (max-width: 700px) {
  .shop-layout .products.columns-4 .product .attachment-woocommerce_thumbnail {
    height: 300px;
  }
}
.shop-layout .products.columns-4 .product .woocommerce-loop-product__title {
  color: #1e3157;
  text-align: center;
  padding: 0 16px;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
.shop-layout .products.columns-4 .product .primary-btn.no-border {
  padding: 0 16px 12px 16px;
}
.shop-layout .products.columns-4 .product .primary-btn.no-border .icon img {
  margin: 0;
}

.single-product {
  padding-top: 50px;
}
.single-product .product-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}
@media (max-width: 1480px) {
  .single-product .product-grid {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .single-product .product-grid {
    grid-template-columns: 1fr;
  }
}
.single-product .product-grid .product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .single-product .product-grid .product-gallery {
    justify-content: center;
  }
}
@media (max-width: 830px) {
  .single-product .product-grid .product-gallery {
    flex-direction: column;
  }
}
.single-product .product-grid .product-gallery .swiper-product-main {
  width: 100%;
  max-width: 641px;
}
@media (max-width: 1480px) {
  .single-product .product-grid .product-gallery .swiper-product-main {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .single-product .product-grid .product-gallery .swiper-product-main {
    margin: 0;
  }
}
@media (max-width: 830px) {
  .single-product .product-grid .product-gallery .swiper-product-main {
    height: auto;
    max-width: calc(100vw - 120px);
  }
}
@media (max-width: 700px) {
  .single-product .product-grid .product-gallery .swiper-product-main {
    max-width: calc(100vw - 24px);
  }
}
.single-product .product-grid .product-gallery .swiper-product-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 600px;
}
@media (max-width: 1480px) {
  .single-product .product-grid .product-gallery .swiper-product-main .swiper-slide {
    height: 480px;
  }
}
.single-product .product-grid .product-gallery .swiper-product-main .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
}
@media (max-width: 968px) {
  .single-product .product-grid .product-gallery .swiper-product-main .milestones-nav {
    display: none;
  }
}
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav .milestones-button-prev,
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav .milestones-button-next {
  width: 54px;
  height: 54px;
  border-radius: 29.779px;
  border: 0.794px solid rgba(30, 49, 87, 0.3);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #1e3157;
  padding: 18px;
}
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav .milestones-button-prev:hover,
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav .milestones-button-next:hover {
  background: #fff;
  border-color: #1e3157;
}
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav .milestones-button-prev svg,
.single-product .product-grid .product-gallery .swiper-product-main .milestones-nav .milestones-button-next svg {
  width: 20px;
  height: 20px;
}
.single-product .product-grid .product-gallery .swiper-product-thumbs {
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 1480px) {
  .single-product .product-grid .product-gallery .swiper-product-thumbs {
    height: 480px;
    max-width: 160px;
  }
}
@media (max-width: 1200px) {
  .single-product .product-grid .product-gallery .swiper-product-thumbs {
    margin: 0;
  }
}
@media (max-width: 830px) {
  .single-product .product-grid .product-gallery .swiper-product-thumbs {
    height: auto;
    max-width: calc(100vw - 120px);
  }
}
@media (max-width: 700px) {
  .single-product .product-grid .product-gallery .swiper-product-thumbs {
    max-width: calc(100vw - 24px);
  }
}
.single-product .product-grid .product-gallery .swiper-product-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  border: 1px solid #eee;
  padding: 4px;
  width: 200px;
  height: 194px !important;
  transition: opacity 0.3s ease;
}
@media (max-width: 1480px) {
  .single-product .product-grid .product-gallery .swiper-product-thumbs .swiper-slide {
    height: 154px !important;
    width: 160px;
  }
}
@media (max-width: 830px) {
  .single-product .product-grid .product-gallery .swiper-product-thumbs .swiper-slide {
    height: 100px !important;
    width: 100px !important;
  }
}
.single-product .product-grid .product-gallery .swiper-product-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .product-grid .product-gallery .swiper-product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #1e3157;
}
.single-product .product-grid .product-info {
  padding: 52px 48px;
  background: #fff;
}
.single-product .product-grid .product-info h1 {
  color: #1e3157;
  margin-bottom: 24px;
  /* Font/Heading-1 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  /* 105% */
  letter-spacing: -2px;
}
.single-product .product-grid .product-info .product-short-desc {
  margin-bottom: 32px;
}
.single-product .product-grid .product-info .product-short-desc ul {
  padding-left: 18px;
  margin-top: 15px;
  list-style-type: disc;
}
.single-product .product-grid .product-info .product-short-desc ul li {
  color: #1e3157;
  /* Font/Body-1 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
}
.single-product .product-grid .product-info .unit {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  margin-bottom: 24px;
}
.single-product .product-grid .product-info .unit h4.unit-title {
  color: #1e3157;
  margin-bottom: 12px;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
}
.single-product .product-grid .product-info .unit-options {
  display: flex;
  gap: 14px;
}
.single-product .product-grid .product-info .unit-options button {
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid rgba(30, 49, 87, 0.5);
  background: #fff;
  color: #1e3157;
  text-align: center;
  /* Font/Body-1 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
}
.single-product .product-details {
  /* CONTENT */
  /* TYPOGRAPHY */
  /* ANIMATION */
  /* RESPONSIVE */
}
.single-product .product-details .product-detail-inner {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
.single-product .product-details .product-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.single-product .product-details .tab-btn {
  background: none;
  border: none;
  padding: 15px 10px;
  color: #1e3157;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  cursor: pointer;
  position: relative;
  flex: 1;
  text-align: center;
}
.single-product .product-details .tab-btn.active::after {
  width: 100%;
}
.single-product .product-details .tab-btn.active {
  border-bottom: 1px solid #1e3157;
}
.single-product .product-details .tab-content-wrapper {
  width: 100%;
}
.single-product .product-details .tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}
.single-product .product-details .tab-content.active {
  display: block;
}
.single-product .product-details .tab-content p,
.single-product .product-details .tab-content li,
.single-product .product-details .tab-content a {
  color: #1e3157;
  /* Font/Body-1 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
}
.single-product .product-details .tab-content p {
  margin-bottom: 20px;
}
.single-product .product-details .tab-content ul {
  padding-left: 18px;
  margin-top: 15px;
  list-style-type: disc;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .single-product .product-details .product-tabs {
    flex-direction: column;
  }
  .single-product .product-details .tab-btn {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
  }
  .single-product .product-details .tab-btn.active::after {
    display: none;
  }
}
.single-product .safe-features__inner {
  padding: 24px 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-product .safe-features__inner .safe-info-item {
  display: flex;
  min-width: 249px;
  min-height: 165px;
  padding: 27px 14px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.single-product .safe-features__inner .safe-info-item h3 {
  color: #1e3157;
  /* Font/Heading-2 */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  position: relative;
  flex: 1;
  text-align: center;
}
.single-product .safe-features__inner .safe-info-item .safe-info {
  width: 100%;
  text-align: center;
}
.single-product .safe-features__inner .safe-info-item .safe-info img {
  display: inline-block;
  float: none;
  margin: 0px 3px;
  max-width: 40px;
}
.single-product .safe-features__inner .safe-info-item .protect-line {
  float: left;
  width: 100%;
  margin-top: -15px;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour {
  float: left;
  width: 100%;
  position: relative;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .proline-txt {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  color: #e8730f;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 3px;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .proline-lines {
  float: left;
  width: 100%;
  background: #fff;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .pro-line-itm {
  float: left;
  width: 25%;
  height: 15px;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .pro-line-itm.itm-1 {
  background: #fdd2b2;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .pro-line-itm.itm-2 {
  background: #fab581;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .pro-line-itm.itm-3 {
  background: #f89f4e;
}
.single-product .safe-features__inner .safe-info-item .protect-line .pro-line-colour .pro-line-itm.itm-4 {
  background: #f88829;
}
.single-product .safe-features__inner .safe-info-item .pro-line-colour-fire {
  float: left;
  width: 100%;
}
.single-product .safe-features__inner .safe-info-item .pro-line-colour-fire .proline-lines {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.single-product .safe-features__inner .safe-info-item .pro-line-colour-fire .proline-lines .pro-line-itm {
  float: left;
  width: 25%;
  border-right: 1px solid #c5c5c5;
}
.single-product .safe-features__inner .safe-info-item .pro-line-colour-fire .proline-lines .pro-line-itm .filled {
  float: left;
  width: 100%;
  height: 15px;
  background: #b3b3b3;
}
.single-product .safe-features__inner .safe-info-item .pro-line-colour-fire .proline-lines .pro-line-itm .filled.active {
  background-image: linear-gradient(180deg, #ff3c3c 0%, #ffb41f 48%, #ff0000 100%);
}
.single-product .safe-features__inner .safe-info-item .pro-line-colour-fire .proline-lines .pro-line-itm span {
  float: left;
  width: 100%;
  font-weight: 500;
  text-align: right;
  font-size: 9px;
  color: #ff0601;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 8px;
  padding-top: 18px;
}
.single-product .safe-features__inner .safe-info-item.safe-info-ideal .safe-info img {
  max-height: 50px;
}

.inquiry-page .inquiry-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1124px) {
  .inquiry-page .inquiry-layout {
    flex-direction: column;
  }
}
.inquiry-page .inquiry-layout .inquiry-products {
  flex: 1;
  background: #fff;
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(30, 49, 87, 0.2);
}
@media (max-width: 600px) {
  .inquiry-page .inquiry-layout .inquiry-products .inquiry-product {
    gap: 10px;
  }
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .image {
  width: 16%;
  height: auto;
  aspect-ratio: 1/1;
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 84%;
}
@media (max-width: 600px) {
  .inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content {
    gap: 10px;
  }
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content .info h3 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content .info h3 {
    margin-bottom: 0;
  }
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content .info p {
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content .remove {
  padding: 12px 8px;
  border-radius: 100px;
  border: 1px solid rgba(30, 49, 87, 0.5);
  text-indent: unset;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  min-width: 131px;
  height: 44px;
}
@media (max-width: 600px) {
  .inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content .remove {
    height: 33px;
    padding: 7px 5px;
    min-width: 90px;
  }
}
.inquiry-page .inquiry-layout .inquiry-products .inquiry-product .content .remove::before {
  content: none;
}
.inquiry-page .inquiry-layout .contact-form-wrapper {
  background: #e9f0f6;
  padding: 60px;
  flex: 1;
}
@media (max-width: 1124px) {
  .inquiry-page .inquiry-layout .contact-form-wrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .inquiry-page .inquiry-layout .contact-form-wrapper {
    padding: 20px;
  }
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group {
  position: relative;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group label {
  color: #1e3157;
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.24px;
  margin-bottom: 6px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group input,
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group textarea {
  width: 100%;
  height: 36px;
  padding: 9px;
  border: 1px solid rgba(30, 49, 87, 0.3);
  color: rgb(30, 49, 87);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.21px;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group input:focus,
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group textarea:focus {
  border-color: rgba(30, 49, 87, 0.6);
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group input::placeholder,
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group textarea::placeholder {
  color: rgba(30, 49, 87, 0.4);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.21px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group textarea {
  min-height: 140px;
  resize: none;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group.full-width {
  grid-column: span 2;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group.checkbox .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 9px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .form-group.checkbox span {
  font-size: 14px;
  color: #1c2a44;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .wpcf7-response-output {
  margin-top: 20px;
  font-size: 14px;
}
.inquiry-page .inquiry-layout .contact-form-wrapper .contact-form-grid .primary-btn .icon {
  background-image: url("images/icons/primary-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

.empty-cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
}
.empty-cart-wrapper .empty-cart-content {
  max-width: 500px;
  margin: 0 auto;
}
.empty-cart-wrapper .empty-cart-content .empty-cart-icon {
  font-size: 64px;
  margin-bottom: 20px;
}
.empty-cart-wrapper .empty-cart-content .empty-cart-title {
  font-size: 28px;
  font-weight: bold;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
.empty-cart-wrapper .empty-cart-content .empty-cart-subtext {
  font-size: 16px;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 30px;
}

.woocommerce-pagination {
  margin-top: 60px;
  float: none;
}
.woocommerce-pagination .prev::after,
.woocommerce-pagination .next::after {
  content: none;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li {
  display: flex;
  /* Arrow button inside link */
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(30, 49, 87, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
  color: #1e3157;
  background: transparent;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  border-color: #1e3157;
  font-weight: 600;
  background: #fff;
  border-color: #1e3157;
  color: #1e3157;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  border: none;
  width: auto;
  height: auto;
  padding: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  border: none;
  padding: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next .pagination-button-prev,
.woocommerce-pagination ul.page-numbers li .page-numbers.next .pagination-button-next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev .pagination-button-prev,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev .pagination-button-next {
  width: 54px;
  height: 54px;
  border-radius: 29.779px;
  border: 4px solid rgba(30, 49, 87, 0.3);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #1e3157;
  padding: 18px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next .pagination-button-prev:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers.next .pagination-button-next:hover, .woocommerce-pagination ul.page-numbers li .page-numbers.prev .pagination-button-prev:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev .pagination-button-next:hover {
  background: #fff;
  border-color: #1e3157;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next .pagination-button-prev svg,
.woocommerce-pagination ul.page-numbers li .page-numbers.next .pagination-button-next svg, .woocommerce-pagination ul.page-numbers li .page-numbers.prev .pagination-button-prev svg,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev .pagination-button-next svg {
  width: 20px;
  height: 20px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: #fff;
}

.contact-page .contact .contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 1000px) {
  .contact-page .contact .contact-inner {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact .contact-inner .info-wrapper {
  background: #dae4ec;
  padding: 77px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.contact-page .contact .contact-inner .info-wrapper .footer-logo {
  width: 196.75px;
  height: 50px;
  margin-bottom: 8px;
  margin-inline: auto;
}
.contact-page .contact .contact-inner .info-wrapper h4 {
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.contact-page .contact .contact-inner .info-wrapper .contact-list {
  margin-bottom: 25px;
  color: #1e3157;
  font-size: 0.95rem;
  line-height: 1.6;
}
.contact-page .contact .contact-inner .info-wrapper .contact-list h5 {
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
.contact-page .contact .contact-inner .info-wrapper .contact-list h5:not(:first-child) {
  margin-top: 20px;
}
.contact-page .contact .contact-inner .info-wrapper .contact-list p,
.contact-page .contact .contact-inner .info-wrapper .contact-list a {
  display: block;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: 6px;
}
.contact-page .contact .contact-inner .info-wrapper .social-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .contact .contact-inner .connect-form-wrapper {
  padding: 40px 0 40px 40px;
}
@media (max-width: 1000px) {
  .contact-page .contact .contact-inner .connect-form-wrapper {
    padding: 40px 20px;
  }
}
.contact-page .contact .contact-inner .connect-form-wrapper .form-heading {
  margin-bottom: 32px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .form-heading h3 {
  margin-bottom: 20px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .form-heading p {
  max-width: 548px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid {
  width: 100%;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row {
  margin-bottom: 20px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.two-col {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.checkbox-row span.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.checkbox-row span.wpcf7-list-item {
  margin-left: 0;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.checkbox-row input[type=checkbox] {
  margin-top: 4px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-row.submit-row {
  margin-top: 30px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field {
  display: flex;
  flex-direction: column;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field label {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.24px;
  margin-bottom: 6px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field input:not([type=checkbox]),
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field textarea,
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field select {
  width: 100%;
  height: 36px;
  padding: 9px;
  border: 1px solid rgba(30, 49, 87, 0.3);
  color: rgb(30, 49, 87);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.21px;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field input:not([type=checkbox]):focus,
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field textarea:focus,
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field select:focus {
  border-color: rgba(30, 49, 87, 0.6);
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field input:not([type=checkbox])::placeholder,
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field textarea::placeholder,
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field select::placeholder {
  color: rgba(30, 49, 87, 0.4);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.21px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field textarea {
  height: 165px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field .wpcf7-form-control-wrap input.wpcf7-file[type=file] {
  width: 100%;
  min-height: 140px;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field .wpcf7-form-control-wrap:has(input.wpcf7-file) {
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M9.625 13.9995V6.86826L7.35 9.14326L6.125 7.87451L10.5 3.49951L14.875 7.87451L13.65 9.14326L11.375 6.86826V13.9995H9.625ZM5.25 17.4995C4.76875 17.4995 4.35692 17.3283 4.0145 16.9859C3.67208 16.6435 3.50058 16.2313 3.5 15.7495V13.1245H5.25V15.7495H15.75V13.1245H17.5V15.7495C17.5 16.2308 17.3288 16.6429 16.9864 16.9859C16.644 17.3289 16.2318 17.5001 15.75 17.4995H5.25Z" fill="%231E3157"/></svg>');
  background-repeat: no-repeat;
  background-position: center 40px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field .wpcf7-form-control-wrap:has(input.wpcf7-file)::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(30, 49, 87, 0.3);
  background-color: transparent;
  z-index: 1;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field .wpcf7-form-control-wrap:has(input.wpcf7-file)::after {
  content: "Click to upload resume (PDF or Word, max 5MB)";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 20px;
  color: #7a7a7a;
  pointer-events: none;
  z-index: 1;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .form-field p > small {
  display: none;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .wpcf7-response-output {
  margin-top: 20px;
  font-size: 14px;
}
.contact-page .contact .contact-inner .connect-form-wrapper .alpha-cf7-wrapper .cf7-form-grid .primary-btn .icon {
  background-image: url("images/icons/primary-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.contact-page .network.network-section .heading {
  margin-bottom: 40px;
}
.contact-page .network.network-section .heading h3 {
  margin-bottom: 8px;
}
.contact-page .network.network-section .network-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 750px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .contact-page .network.network-section .network-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.contact-page .network.network-section .network-grid .map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: #eee;
}
.contact-page .network.network-section .network-grid .map-wrapper iframe {
  filter: grayscale(30%);
  opacity: 0.9;
}
.contact-page .network.network-section .network-grid .locator-wrapper {
  background-color: #dae4ec;
  padding: 60px 60px 34px 60px;
  overflow-y: auto;
}
.contact-page .network.network-section .network-grid .locator-wrapper h3 {
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 28px;
  width: 80%;
  margin-inline: auto;
}
.contact-page .network.network-section .network-grid .locator-wrapper .branch-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.contact-page .network.network-section .network-grid .locator-wrapper .branch-tab-btn {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(30, 49, 87, 0.5);
  background: transparent;
  cursor: pointer;
  color: #1e3157;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: capitalize;
  transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
}
.contact-page .network.network-section .network-grid .locator-wrapper .branch-tab-btn:hover {
  border-color: #1a3a52;
  color: #1a3a52;
}
.contact-page .network.network-section .network-grid .locator-wrapper .branch-tab-btn.active {
  background: #1a3a52;
  color: white;
  border-color: #1a3a52;
}
.contact-page .network.network-section .network-grid .locator-wrapper .branch-tab-content {
  display: none;
}
.contact-page .network.network-section .network-grid .locator-wrapper .branch-tab-content.active {
  display: block;
}
.contact-page .network.network-section .network-grid .locator-wrapper .locator-search {
  margin-bottom: 30px;
}
.contact-page .network.network-section .network-grid .locator-wrapper .locator-search .city-select {
  width: 100%;
  max-width: 410px;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(30, 49, 87, 0.3);
  outline: none;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.32px;
  cursor: pointer;
  margin-top: 8px;
}
.contact-page .network.network-section .network-grid .locator-wrapper .dealer-card {
  background: transparent;
  border: 1px solid rgba(30, 49, 87, 0.3);
  padding: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contact-page .network.network-section .network-grid .locator-wrapper .dealer-card:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #1e3157;
}
.contact-page .network.network-section .network-grid .locator-wrapper .dealer-card.active {
  background: rgba(255, 255, 255, 0.6);
  border-color: #1e3157;
  border-width: 1px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.contact-page .network.network-section .network-grid .locator-wrapper .dealer-card h4 {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  /* 125% */
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
.contact-page .network.network-section .network-grid .locator-wrapper .dealer-card .dealer-info p {
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
}
.contact-page .network.network-section .network-grid .locator-wrapper .dealer-card .dealer-info p .lbl {
  min-width: 60px;
  display: inline-block;
}

.privacy-page h2 {
  margin-bottom: 10px;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  letter-spacing: -0.32px;
  margin-top: 2rem;
  font-size: clamp(1.125rem, 1.5625vw, 1.875rem);
}
.privacy-page h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  letter-spacing: -0.32px;
  margin-top: 0;
}
.privacy-page .page-introduction ul {
  list-style: disc;
}
.privacy-page .page-introduction ul li {
  margin-left: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  line-height: 1.25;
  color: #1e3157;
  font-weight: 300;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.privacy-page .page-introduction a {
  color: #1e3157;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  line-height: 1.25;
  color: #1e3157;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: -0.32px;
}

.search-page {
  padding-bottom: 100px;
}
.search-page .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .search-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .search-page .products-grid {
    grid-template-columns: 1fr;
  }
}
.search-page .products-grid .product-card {
  overflow: visible;
}
.search-page .products-grid .product-card .product-card__link {
  height: auto;
}
.search-page .blogs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 768px) {
  .search-page .blogs-grid {
    grid-template-columns: 1fr;
  }
}
.search-page .search-section h3.section-title {
  margin-bottom: 1rem;
  font-size: 22px;
}
.search-page .search-section .initially-hidden {
  display: none;
}
.search-page .search-section .search-page-load-more {
  text-align: center;
  margin-top: 40px;
}

/*# sourceMappingURL=style.css.map */
