@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Typography revision: balanced global font-size reduction.
   Desktop display sizes reduced more; mobile text kept at a readable 14px minimum. */

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 600;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 28px;
  border-radius: 8px;
  border: 1px solid #e5ffcc;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.button.btn-out {
  background-color: transparent;
  border-color: #fff;
}

.button.btn-out:hover {
  background-color: var(--fs-color-primary);
}

.button.ws::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/uploads/2026/06/whatsapp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button.clr::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/06/arrow-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button.cll::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/arrow-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.m-title {
  margin-bottom: 32px;
}

.m-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  margin-bottom: 0;
 font-weight: 800;
}

/*  */
.header .flex-row {
  max-width: 1440px;
}

.logo-left .logo {
  margin-right: 64px;
}

.header .nav > li {
  margin: 0 32px;
}

.header .nav > li > a {
  font-size: 15px;
  text-transform: none;
}

#masthead .header-button > .button:not(.is-outline) {
  background-color: var(--fs-color-primary) !important;
  font-size: 15px;
  line-height: 150% !important;
  height: 40px;
  padding: 8px 24px;
  border: 0;
}

#masthead .header-button > .button.is-outline {
  font-size: 15px;
  line-height: 150% !important;
  height: 40px;
  padding: 8px 24px;
  border: 0;
  color: var(--fs-color-primary) !important;
  border: 1px solid var(--fs-color-primary) !important;
}

#masthead .header-button > .button.is-outline::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2026/06/ic_baseline-whatsapp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#masthead .nav-right > li {
  margin: 0 12px;
}

.main_banner .section-content {
  padding-top: 100px;
  padding-bottom: 70px;
}

.main_banner .b-text h4 {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}

.main_banner .b-text h1 {
  font-size: 54px;
  line-height: 125.00000000000001%;
  letter-spacing: -2%;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.main_banner .b-text h1::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 5px;
  background-color: var(--fs-color-secondary);
  bottom: 0;
  left: 0;
}

.main_bannerp .b-text h1::after {
  background-color: #a5ea57;
}

.main_banner .b-text h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -1%;
  max-width: 690px;
  margin-bottom: 48px;
}

.main_banner .stack {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.main_banner .stack-row > * ~ * {
  margin-left: unset !important;
}

.main_bannerp .icon-box P {
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  margin: 0;
}

.main_mess .message-box {
  padding: 58px 44px !important;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 48px;
}

.main_mess .message-box p {
  font-weight: 600;
  font-size: 40px;
  line-height: 110.00000000000001%;
  letter-spacing: -1%;
  max-width: 700px;
}

.main_mess .message-box .button {
  margin-left: auto;
}

.main_mess2 {
  margin-bottom: 48px;
}

.main_mess2 .message-box {
  background-color: var(--fs-color-primary);
  border-radius: 12px;
  overflow: hidden;
  padding: 44px !important;
}

.main_mess2 .message-box p {
  display: flex;
  align-items: center;
  gap: 52px;
}

.main_mess2 .message-box p strong {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  max-width: 534px;
  display: block;
}

.main_mess2 .stack {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: end;
}

.main_mess2 .stack-row > * ~ * {
  margin-left: unset !important;
}

.main_mess2 .bbg2 {
  background-color: #3d8a3ecc;
  border-color: #3d8a3ecc;
}

.home1 {
  padding-top: 98px;
  padding-bottom: 68px;
}

.home1 h3 {
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
}

.home1 p {
  font-size: 18px;
  font-weight: 500;
}

.home1 .button {
  margin-bottom: 0;
}

.home2 {
  padding-bottom: 68px;
}

.home2 .s-title h2 {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  position: relative;
  width: fit-content;
  margin: 0 auto 12px;
}

.home2 .s-title h2::before {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.home2 .s-title h2::after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.home2 .s-title p {
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 32px;
}

.home2 .large-columns-5 .col:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/Arrow-13.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.home2 .large-columns-5 .col {
  padding: 0 40px 30px;
}

.home2 .icon-box {
  position: relative;
}

.home2 .icon-box .icon {
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home2 .icon-box .icon .icon-inner {
  max-width: 52px;
}

.home2 .icon-box h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.home2 .icon-box p {
  color: #4c4c4c;
}

.home2 .icon-box h5 {
  position: absolute;
  top: 0;
  left: calc(50% - 56px);
  background-color: var(--fs-color-primary);
  width: 32px;
  height: 32px;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

.home3 .m-title h2 {
  margin-bottom: 12px;
}

.home3 .m-title p {
  font-size: 19px;
  margin-bottom: 0;
}

.home3 .icon-box {
  align-items: center;
}

.home3 .box {
  background-color: var(--fs-color-primary);
  border-radius: 12px;
  overflow: hidden;
}

.home3 .box .box-text {
  padding: 12px;
}

.home3 .box .box-text h3 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.home3 .box .box-text p {
  font-size: 15px;
  color: #fff;
}

.home3 .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 12px;
}

.home4 {
  padding-top: 68px;
}

.home4 .s-title h2 {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
 font-weight: 800;
}

.home4 .s-title h2::before {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.home4 .s-title h2::after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.home4 .row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.home4 .icon-box {
  align-items: center;
  gap: 8px;
}

.home4 .icon {
  width: 72px;
  height: 72px;
  background-color: #edf4ba;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home4 .icon-inner {
  max-width: 44px;
}

.home4 .icon-box h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 12px;
  color: var(--fs-color-primary);
}

.origin1 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.origin1 .b-text h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  margin-bottom: 20px;
  color: var(--fs-color-primary);
}

.origin1 .b-text p {
  font-size: 18px;
  font-weight: 500;
  max-width: 345px;
}

.origin1 .b-row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 115px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.origin1 .b-row .col {
  padding-bottom: 0;
}

.origin1 .b-row h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 12px;
  color: var(--fs-color-primary);
}

.origin1 .b-row p {
  color: #4c4c4c;
}

.origin2 {
  padding-bottom: 20px;
}

.origin2 .box {
  background-color: var(--fs-color-primary);
  border-radius: 12px;
  overflow: hidden;
}

.origin2 .box-text {
  padding: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.origin3 {
  padding-bottom: 10px;
}

.origin3 .col-inner {
  padding: 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #a1a1a140;
}

.origin3 h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  margin-bottom: 32px;
}

.origin3 .icon-box {
  align-items: center;
}

.origin3 .icon-box:not(:last-of-type) {
  margin-bottom: 24px;
}

.origin3 .icon {
  width: 92px;
  height: 92px;
  background: #d0dbc533;
  border: 0.5px solid #3d8a3e;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.origin3 .icon-inner {
  width: 52px;
}

.origin3 .icon-box h3 {
  font-size: 16px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.origin4 .s-title h2 {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
 font-weight: 800;
}

.origin4 .s-title h2::before {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.origin4 .s-title h2::after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.origin4 .icon-box {
  align-items: center;
}

.origin4 .icon-box:not(:last-of-type) {
  margin-bottom: 30px;
}

.origin4 .icon-box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.origin4 .icon-box p {
  font-weight: 500;
}

.origin4 .img {
  border-radius: 12px;
  overflow: hidden;
}

.main_bannerp .r-icons .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 108px;
  background-color: #a5ea57;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.process1 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.process1 .large-columns-7 .col:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/Arrow-13.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.process1 .icon-box {
  position: relative;
  padding-top: 36px;
}

.process1 .icon-box .icon {
  border: 1px solid #3d8a3e;
  border-radius: 99px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process1 .icon-box .icon .icon-inner {
  max-width: 52px;
}

.process1 .icon-box h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin: 0;
}

.process1 .icon-box h5 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3d8a3e;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
}

.process2 {
  padding-bottom: 10px;
}

.process2 .r-boxs .col-inner {
  border: 1px solid var(--fs-color-primary);
  padding: 12px;
  border-radius: 12px;
  height: 100%;
}

.process2 .icon-box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.process2 .icon-box {
  margin-bottom: 30px;
  align-items: center;
}

.process2 .img {
  border-radius: 12px;
  overflow: hidden;
}

.process2 .r-main > .col {
  padding-bottom: 0;
}

.process2 .r-main > .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 270px;
  background-color: #c8c8c8;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.process3 {
  padding-bottom: 40px;
}

.process3 .b-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.process3 .b-img p {
  background: #191919a3;
  border-radius: 12px;
  padding: 30px;
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  max-width: 860px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.process5 .icon-box {
  margin-bottom: 0;
}

.process5 .r-boxs .col-inner {
  height: auto;
  display: flex;
  gap: 12px;
}

.main_mess3 p {
  padding: 10px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  background-color: #deedd066;
  color: var(--fs-color-primary);
  border-radius: 4px;
}

.main_mess31 p {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-title h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  margin-bottom: 24px;
}

.standard1 {
  padding-top: 40px;
}

.standard1 .icon-box {
  margin-bottom: 0;
}

.standard1 .icon-box p {
  max-width: 170px;
  margin: 0 auto;
}

.standard2 {
  padding-bottom: 10px;
}

.standard2 .b-p p {
  max-width: 225px;
  margin: 16px auto 0;
}

.standard3 .col-left .b-text {
  background-color: #fafafa;
  padding: 20px 12px;
  border-radius: 12px;
}

.standard3 .col-left .b-text h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: -1%;
  margin-bottom: 24px;
}

.standard3 .col-left .b-text p {
  font-size: 19px;
  line-height: 100%;
  margin-bottom: 24px;
}

.standard3 .col-left .f-text p,
.standard3 .col-right .b-text p {
  margin: 0;
  background-color: #fafafa;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  color: var(--fs-color-primary);
}

.standard3 .col-left .f-text p img {
  margin-bottom: 0;
}

.standard3 .col-right .col-inner {
  box-shadow: 0px 4px 4px 0px #a1a1a140;
  padding: 24px;
  border-radius: 12px;
}

.standard3 .col-right .icon-box {
  margin-bottom: 24px;
  align-items: center;
}

.standard3 .col-right .icon-inner {
  width: 92px;
  height: 92px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0dbc533;
}

.standard3 .col-right .icon-inner img {
  max-width: 52px;
}

.standard3 .col-right .icon-box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
  color: var(--fs-color-primary);
}

.standard3 .col-right .icon-box p {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  max-width: 310px;
}

.supply1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.supply1 .b-row {
  padding: 30px 10px 0px;
  box-shadow: 0px 4px 20px 0px #dddddd40;
  border-radius: 12px;
}

.supply1 .b-row h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 8px;
}

.supply1 .b-row p {
  margin: 0;
}

.supply1 .b-row .icon-box {
  align-items: center;
}

.supply1 .b-row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 56px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.supply2 .row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 366px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.supply2 p {
  font-size: 15px;
}

.supply2 h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.supply3 .icon-box {
  margin-bottom: 0;
  align-items: unset;
}

.supply4 .box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #bebebe40;
  background-color: #fff;
}

.supply4 .box-text {
  padding: 24px;
}

.supply4 .box-text h4 {
  width: 52px;
  height: 52px;
  border-radius: 99px;
  box-shadow: 0px 4px 4px 0px #6b6b6b40;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  background-color: #fff;
}

.supply4 .box-text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 8px;
}

.supply4 {
  padding-bottom: 20px;
}

.supply5 .large-columns-5 .col:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/Arrow-13.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.supply5 h3 {
  color: var(--fs-color-primary);
}

.supply6 .col-inner {
  height: 100%;
}

.supply6 .img {
  border-radius: 12px;
  overflow: hidden;
}

.supply6 .b-text {
  background-color: #fafafa;
  padding: 20px 30px;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.supply6 .b-text h3 {
  font-size: 19px;
  color: var(--fs-color-primary);
}

.supply6 .b-text p {
  font-size: 19px;
  margin-bottom: 15px;
}

.supply7 {
  padding-top: 30px;
}

.supply7 .s-title h2 {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
  font-weight: 800;
}

.supply7 .s-title h2::before {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.supply7 .s-title h2::after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.supply7 .s-title p {
  font-weight: 400;
  font-size: 19px;
  line-height: 180%;
  max-width: 1000px;
  margin: 0 auto;
}

.supply7 .accordion-item:first-child .accordion-title {
  border-top: 0;
}

.supply7 .accordion-item .accordion-title {
  font-size: 21px;
  line-height: 24px;
  color: #0a0a0a;
  padding: 24px 0 24px;
  background-color: transparent !important;
  padding-right: 40px;
}

.supply7 .accordion .toggle {
  margin: 0;
  left: unset;
  right: 0;
  opacity: 1;
  border: 0;
  width: 42px;
  height: 42px;
  min-height: unset;
  top: 16px;
}

.supply7 .accordion .toggle .icon-angle-down:before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%208C0%203.58172%203.58172%200%208%200H34C38.4183%200%2042%203.58172%2042%208V34C42%2038.4183%2038.4183%2042%2034%2042H8C3.58172%2042%200%2038.4183%200%2034V8Z%22%20fill%3D%22%23E5FFCC%22%2F%3E%3Cpath%20d%3D%22M29.9875%2025.1124C29.8742%2025.226%2029.7397%2025.3161%2029.5916%2025.3777C29.4434%2025.4392%2029.2846%2025.4708%2029.1242%2025.4708C28.9638%2025.4708%2028.805%2025.4392%2028.6568%2025.3777C28.5087%2025.3161%2028.3741%2025.226%2028.2609%2025.1124L21.0002%2017.8517L13.7375%2025.1124C13.5085%2025.3413%2013.198%2025.4699%2012.8742%2025.4699C12.5504%2025.4699%2012.2399%2025.3413%2012.0109%2025.1124C11.7819%2024.8834%2011.6533%2024.5729%2011.6533%2024.2491C11.6533%2023.9253%2011.7819%2023.6148%2012.0109%2023.3858L20.1359%2015.2608C20.2491%2015.1472%2020.3837%2015.057%2020.5318%2014.9955C20.68%2014.934%2020.8388%2014.9023%2020.9992%2014.9023C21.1596%2014.9023%2021.3184%2014.934%2021.4666%2014.9955C21.6147%2015.057%2021.7492%2015.1472%2021.8625%2015.2608L29.9875%2023.3858C30.1011%2023.499%2030.1912%2023.6336%2030.2528%2023.7817C30.3143%2023.9299%2030.3459%2024.0887%2030.3459%2024.2491C30.3459%2024.4095%2030.3143%2024.5683%2030.2528%2024.7165C30.1912%2024.8646%2030.1011%2024.9991%2029.9875%2025.1124Z%22%20fill%3D%22%230A0A0A%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.supply7 .accordion .active .toggle .icon-angle-down:before {
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%208C0%203.58172%203.58172%200%208%200H34C38.4183%200%2042%203.58172%2042%208V34C42%2038.4183%2038.4183%2042%2034%2042H8C3.58172%2042%200%2038.4183%200%2034V8Z%22%20fill%3D%22%230A0A0A%22%2F%3E%3Cpath%20d%3D%22M31.1562%2021C31.1562%2021.3232%2031.0278%2021.6332%2030.7993%2021.8618C30.5707%2022.0903%2030.2607%2022.2188%2029.9375%2022.2188H12.0625C11.7393%2022.2188%2011.4293%2022.0903%2011.2007%2021.8618C10.9722%2021.6332%2010.8438%2021.3232%2010.8438%2021C10.8438%2020.6768%2010.9722%2020.3668%2011.2007%2020.1382C11.4293%2019.9097%2011.7393%2019.7812%2012.0625%2019.7812H29.9375C30.2607%2019.7812%2030.5707%2019.9097%2030.7993%2020.1382C31.0278%2020.3668%2031.1562%2020.6768%2031.1562%2021Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
}

.supply7 .accordion .accordion-inner {
  padding: 0;
  padding-bottom: 24px;
}

.supply7 .accordion .accordion-inner * {
  margin-bottom: 0;
}

.supply7 .accordion-title.active {
  color: var(--fs-color-primary);
  opacity: 1;
}

.market1 {
  padding-top: 40px;
}

.market1 .r-boxs .col-inner {
  height: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.market1 .r-boxs .icon-box {
  margin-bottom: 0;
}

.market1 .r-boxs .col-inner > * {
  flex: 1;
}

.market2 {
  padding-bottom: 20px;
}

.market2 h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  color: var(--fs-color-primary);
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.market2 h3 strong {
  width: 32px;
  height: 32px;
  background-color: var(--fs-color-primary);
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  border-radius: 99px;
}

.market2 .img {
  border-radius: 12px;
  overflow: hidden;
}

.market4 .large-columns-4 .col:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/Arrow-13.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.quote1 {
  padding-top: 40px;
}

.quote2 {
  padding-top: 42px;
}

.quote2 .icon-box .icon {
  height: 116px;
}

.quote2 .icon-box .icon .icon-inner {
  max-width: 64px;
}

.quote2 .icon-box h3 {
  font-size: 19px;
}

.quote3 .icon-box {
  background-color: #f4f6f1;
  padding: 24px;
  border-radius: 12px;
  height: 100%;
}

.quote3 .icon-box h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}

.quote3 .col-inner {
  height: 100%;
}

.quote4 {
  padding-top: 20px;
}

.quote4 .b-box {
  box-shadow: 0px 4px 24.4px 0px #96969626;
  padding: 24px;
  padding-bottom: 4px;
  border-radius: 12px;
}

.quote4 h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
  color: var(--fs-color-primary);
}

.quote4 .large-columns-6 .col {
  padding-bottom: 0;
}

.quote4 .icon-box {
  border: 1px solid #a3a3a3;
  padding: 20px 0px;
  border-radius: 8px;
}

.quote4 .icon-box p {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}

.quote5 {
  padding-top: 42px;
}

.quote5 .b-box {
  background-color: #f2f5ee;
  padding: 36px 24px;
  padding-bottom: 16px;
  border-radius: 12px;
}

.quote5 .b-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote5 .b-text p img {
  margin-bottom: 0;
}

.quote5 .large-8 .col {
  padding-bottom: 0;
}

.quote5 .large-8 .row .col {
  position: relative;
}

.quote5 .large-8 .row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quote5 .large-8 .col p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--fs-color-primary);
}

.rfq-form {
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.05);
  color: #17231d;
}

.rfq-form label {
  display: block;
  margin-bottom: 9px;
  color: #17231d;
  font-size: 15px;
  font-weight: 500;
}

.rfq-form label span.required {
  color: #ea4b48;
}

.rfq-form input.wpcf7-form-control:not(.wpcf7-submit) {
  height: 44px;
  border: 1px solid #d8dde3;
  box-shadow: 0px 0px 4px 0px #17191c0d;
  border-radius: 8px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 8px;
}

.rfq-heading p {
  border: 1px solid #00441c;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: var(--fs-color-primary);
  text-align: center;
  border-radius: 12px;
  margin-bottom: 12px;
}

.rfq-radio p {
  margin: 0;
}

.rfq-radio .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rfq-radio .wpcf7-list-item {
  margin: 0 !important;
}

.rfq-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  cursor: pointer;
  color: #123c28;
  font-size: 15px;
  line-height: 1;
}

.rfq-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0 !important;
  padding: 0;
  background: #fff;
  border: 1px solid #17643b;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

.rfq-radio input[type="radio"]::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #00763c;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: 0.15s ease;
}

.rfq-radio input[type="radio"]:checked::after {
  opacity: 1;
  transform: scale(1);
}

.rfq-radio input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 118, 60, 0.15);
}

.rfq-radio .wpcf7-list-item-label {
  color: #123c28;
  font-weight: 400;
}

.rfq-radio {
  margin-bottom: 4px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  background-color: #fff0;
  font-size: 14px;
  opacity: 1;
  left: 0;
  padding: 0;
  bottom: -15px;
  color: red;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.rfq-section2 .rfq-radio .wpcf7-radio {
  display: flex;
  gap: 12px;
  flex-direction: column-reverse;
  justify-content: start;
  text-align: left;
  align-items: revert;
}

.rfq-columns .col {
  padding-bottom: 20px;
}

.rfq-columns .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.rfq-form input[type="submit"] {
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
}

.rfq-note p {
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  color: var(--fs-color-primary);
  text-align: center;
}

.rfq-note p span {
  width: 26px;
  height: 26px;
  display: inline-block;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  line-height: 1.2;
}

#footer {
  background-color: #f8f9f5;
  padding-top: 98px;
}

#footer > section:first-of-type {
  padding-bottom: 40px;
}

#footer .row.row-large {
  max-width: 1470px;
}

#footer .i-logo {
  max-width: 135px;
  margin-bottom: 50px;
}

#footer .button.icon.circle {
  width: 40px;
  height: 40px;
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #fff;
  line-height: 33px;
  font-size: 15px;
  padding: 0;
}

#footer h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 16px;
}

#footer p img {
  margin: 0;
}

.f-box {
  display: flex;
  gap: 12px;
}

.f-box > * {
  flex: 1;
}

#footer p {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 130%;

  display: flex;
  align-items: center;
  gap: 8px;
}

#footer .row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 140px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.absolute-footer.dark {
  background-color: var(--fs-color-primary);
}

.dawp-breadcrumbs-nav {
  display: none !important;
}

.mfp-bg.main-menu-overlay {
  background-color: #edf4ba !important;
  opacity: 1;
}

.img {
  border-radius: 10px;
  overflow: hidden;
}

.box-image::before,
.img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.box-image:hover::before,
.img:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.last-reset p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 17px;
    text-transform: none;
    color: var(--fs-color-primary);
    font-weight: 700;
  }

  .off-canvas-center:not(.dark) .mfp-close {
    justify-content: center;
    color: var(--fs-color-primary);
    border: 0;
  }

  .off-canvas .nav-vertical .header-button {
    display: flex;
    justify-content: center;
  }

  .off-canvas .nav-vertical .header-button a {
    height: 42px;
    width: 150px;
    justify-content: center;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .main_banner {
    min-height: 350px !important;
  }

  .main_banner .section-content {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .main_banner .b-text h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .main_banner .b-text h1 {
    font-size: 22px;
  }

  .main_banner .b-text h1 br {
    display: none;
  }

  .main_banner .b-text h3 {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .m-title {
    margin-bottom: 16px;
  }

  .m-title h2 {
    font-size: 17px;
  }

  .home1 h3 {
    font-size: 22px;
	font-weight: 800;
  }

  .home1 p {
    font-size: 14px;
  }

  .home2 .large-columns-5 .col {
    padding: 0 20px 30px;
  }

  .home2 .s-title h2 {
    font-size: 17px;
  }

  .home2 .s-title p {
    font-size: 15px;
  }

  .home2 .icon-box h3 {
    font-size: 15px;
  }

  .home2 .icon-box p {
    font-size: 14px;
  }

  .home2 .large-columns-5 {
    justify-content: center;
  }

  .home2 .large-columns-5 .col:not(:last-of-type)::after {
    display: none;
  }

  .home3 .m-title p {
    font-size: 14px;
  }

  .home3 .box .box-text h3 {
    font-size: 15px;
  }

  .home3 .box .box-text p {
    font-size: 14px;
  }

  .home4 .s-title h2 {
    font-size: 17px;
  }

  .main_mess .message-box,
  .main_mess2 .message-box {
    padding: 24px 10px !important;
  }

  .main_mess .message-box p,
  .main_mess2 .message-box p strong {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .main_mess2 .message-box p {
    gap: 8px;
  }

  .col.fcol-last {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home4 .icon-box h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .home4 .icon-box p {
    font-size: 14px;
  }

  .origin1 .b-text h2,
  .origin3 h2,
  .p-title h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .origin1 .b-text p {
    font-size: 15px;
  }

  .origin1 .b-row .col {
    padding-bottom: 24px;
  }

  .origin4 .s-title h2 {
    font-size: 20px;
  }

  .main_bannerp .icon-box P {
    font-size: 15px;
  }

  .process1 .icon-box h3 {
    font-size: 17px;
  }

  .process1 .large-columns-7 .col:nth-child(even)::after {
    display: none;
  }

  .main_mess3 p {
    font-size: 15px;
  }

  .process2 .icon-box h3 {
    font-size: 15px;
  }

  .r-boxs {
    padding: 0 7px;
  }

  .r-boxs > .col {
    padding: 0 8px 16px;
  }

  .standard3 .col-left .b-text h3 {
    font-size: 17px;
  }

  .standard3 .col-left .b-text p {
    font-size: 15px;
  }

  .standard3 .col-left .f-text p,
  .standard3 .col-right .b-text p {
    font-size: 17px;
  }

  .supply1 .b-row .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .supply3 .icon-box {
    display: block;
  }

  .supply3 .icon-box-left .icon-box-img + .icon-box-text {
    padding: 0;
    padding-top: 12px;
  }

  .supply4 .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .supply5 .large-columns-5 .col:nth-child(even)::after {
    display: none;
  }

  .supply7 .s-title h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .supply6 .b-text h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .supply6 .b-text p {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .supply7 .s-title p {
    font-size: 15px;
  }

  .supply7 .accordion-item .accordion-title {
    font-size: 18px;
  }

  .quote5 .large-8 .row {
    justify-content: center;
  }

  .quote5 .large-8 .col {
    padding-bottom: 12px;
  }

  .rfq-note p {
    font-size: 15px;
  }

  .quote4 .large-columns-6 .col {
    padding-bottom: 20px;
  }

  #footer .button.icon.circle {
    width: 30px;
    height: 30px;
    min-width: unset;
    min-height: unset;
    font-size: 10px;
    line-height: 26px;
  }

  #footer p {
    font-size: 14px;
  }
}
