:root {
  --red-700: #ce1010;
  --red-500: #ff3a42;
  --cyan-900: #21406c;
  --blue-800: #1c43b9;
  --blue-900: #254977;
  --neutral-100: #f6f6f6;
  --neutral-600: #555;
  --neutral-700: #343434;
  --zinc-50: #fbfbfb;
  --zinc-100: #f4f4f4;
  --zinc-600: #606060;
  --zinc-800: #2e2e2e;
  --stone-50: #f9f9f9;
  --stone-300: #c6c6c6;
  --slate-100: #eef1fa;
  --slate-500: #65758b;
  --slate-900: #0f1729;
  --black: #000000;
  --white: #ffffff;
  --text-8xl: 80px;
  --text-7xl: 70px;
  --text-6xl: 60px;
  --text-5xl: 50px;
  --text-3xl: 30px;
  --text-4xl: 40px;
  --text-2xl: 25px;
  --text-xl: 20px;
  --text-lg: 18px;
  --text-base: 16px;
  --text-sm: 14px;
  --text-xsm: 12px;
  --ftlight: "inter-light", sans-serif;
  --ftbold: "inter-bold", sans-serif;
  --ftextrabold: "inter-extra-bold", sans-serif;
  --ftregular: "inter-regular", sans-serif;
  --ftsemibold: "inter-semi-bold", sans-serif;
  --ftmedium: "inter-medium", sans-serif;
}

.position-relative {
  position: relative;
}

.p-0 {
  padding: 0;
}
body {
  background-color: var(--white);
}
main {
  margin-top: 120px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mb-5 {
  margin-bottom: 48px;
}
.common-padding-left-right {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
section {
  padding: 70px 0;
}

.font-regular {
  font-family: var(--ftregular) !important;
  font-weight: 400 !important;
}

.font-bold {
  font-family: var(--ftbold) !important;
  font-weight: 700 !important;
}

.font-medium {
  font-family: var(--ftmedium) !important;
  font-weight: 500 !important;
}

.font-light {
  font-family: var(--ftlight) !important;
  font-weight: 300 !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-2 {
  padding-bottom: 12px;
}

ul {
  list-style: none;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bg-slate-100 {
  background-color: var(--slate-100);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.no-gap {
  gap: 0 !important;
}

.border-0 {
  border: none !important;
}

.border-1 {
  border: 1px solid #e1e7ef;
}
.border-2 {
  border: 2px solid #e1e7ef;
}
.border-3 {
  border: 1px solid #00000033;
}

.border-5 {
  border-bottom: 5px solid var(--blue-800);
}

.bg-stone-50 {
  background-color: var(--stone-50) !important;
}

.text-neutral-600 {
  color: var(--neutral-600);
}

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

p {
  font-family: var(--ftregular);
  font-weight: 400;
  font-size: var(--text-lg);
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: var(--black);
}

h6 {
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-base);
  line-height: 1.2;
  letter-spacing: 0;
}

.heading3 {
  font-family: var(--ftmedium);
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}

.p2 {
  font-family: var(--ftregular);
  font-weight: 400;
  font-size: var(--text-xl);
  line-height: 1.1;
  letter-spacing: 0.51px;
}

.pt-0 {
  padding-top: 0 !important;
}

.hide-in-desktop {
  display: none !important;
}
.section-heading,
h2 {
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-4xl);
  line-height: 1;
  letter-spacing: 1px;

  text-align: center;
  color: var(--black);
}
.br-16 {
  border-radius: 16px;
}

.secHeading {
  position: relative;
  padding-bottom: 20px;
}

.align-items-center {
  align-items: center !important;
}

.icon-xsmall {
  height: 45px;
}

.icon-xlarge {
  width: 120px;
  height: 100px;
}

.pills {
  border-radius: 28px;
  padding: 10px 20px;
  background-color: var(--blue-800);
  color: var(--white);
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-lg);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}

.icon-box {
  background-color: var(--white);
  border: 1px solid var(--white);
  height: 80px;
  width: 80px;
  display: grid;
  place-content: center;
  border-radius: 20px;
}

.icon-dotted-box {
  border: 1px dashed #343434;
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  border-radius: 50%;
}

.pills span {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background: var(--red-700);
  border-radius: 50%;
  display: block;
}

.secHeading::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 154px;
  background: #343434;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0 !important;
}

/* Base */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* DEFAULT (mobile first) */
.max-w-25 {
  max-width: 25%;
}
.max-w-33 {
  max-width: 33.333%;
}
.max-w-50 {
  max-width: 50%;
}
.max-w-66 {
  max-width: 66.666%;
}
.max-w-75 {
  max-width: 75%;
}
.max-w-100 {
  max-width: 100%;
}

/* ---------------------------------- */
/* sm = 640px                         */
/* ---------------------------------- */
@media (min-width: 640px) {
  .sm\:max-w-25 {
    max-width: 25%;
  }
  .sm\:max-w-33 {
    max-width: 33.333%;
  }
  .sm\:max-w-50 {
    max-width: 50%;
  }
  .sm\:max-w-66 {
    max-width: 66.666%;
  }
  .sm\:max-w-75 {
    max-width: 75%;
  }
  .sm\:max-w-100 {
    max-width: 100%;
  }
}

/* ---------------------------------- */
/* md = 768px                         */
/* ---------------------------------- */
@media (min-width: 768px) {
  .md\:max-w-25 {
    max-width: 25%;
  }
  .md\:max-w-33 {
    max-width: 33.333%;
  }
  .md\:max-w-50 {
    max-width: 50%;
  }
  .md\:max-w-66 {
    max-width: 66.666%;
  }
  .md\:max-w-75 {
    max-width: 75%;
  }
  .md\:max-w-100 {
    max-width: 100%;
  }
}

/* ---------------------------------- */
/* lg = 1024px                        */
/* ---------------------------------- */
@media (min-width: 1024px) {
  .lg\:max-w-25 {
    max-width: 25%;
  }
  .lg\:max-w-33 {
    max-width: 33.333%;
  }
  .lg\:max-w-50 {
    max-width: 50%;
  }
  .lg\:max-w-66 {
    max-width: 66.666%;
  }
  .lg\:max-w-75 {
    max-width: 75%;
  }
  .lg\:max-w-100 {
    max-width: 100%;
  }
}

/* ---------------------------------- */
/* xl = 1280px                        */
/* ---------------------------------- */
@media (min-width: 1280px) {
  .xl\:max-w-25 {
    max-width: 25%;
  }
  .xl\:max-w-33 {
    max-width: 33.333%;
  }
  .xl\:max-w-50 {
    max-width: 50%;
  }
  .xl\:max-w-66 {
    max-width: 66.666%;
  }
  .xl\:max-w-75 {
    max-width: 75%;
  }
  .xl\:max-w-100 {
    max-width: 100%;
  }
}

/* ---------------------------------- */
/* 2xl = 1536px                       */
/* ---------------------------------- */
@media (min-width: 1536px) {
  .\32xl\:max-w-25 {
    max-width: 25%;
  }
  .\32xl\:max-w-33 {
    max-width: 33.333%;
  }
  .\32xl\:max-w-50 {
    max-width: 50%;
  }
  .\32xl\:max-w-66 {
    max-width: 66.666%;
  }
  .\32xl\:max-w-75 {
    max-width: 75%;
  }
  .\32xl\:max-w-100 {
    max-width: 100%;
  }
}

/* SM ≥ 576px */
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

/* MD ≥ 768px */
@media (min-width: 768px) {
  .container-md,
  .container {
    max-width: 720px;
  }
}

/* LG ≥ 992px */
@media (min-width: 992px) {
  .container-lg,
  .container {
    max-width: 960px;
  }
}

/* XL ≥ 1200px */
@media (min-width: 1200px) {
  .container-xl,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

/* FLUID */
.container-fluid {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.bg-zinc-100 {
  background-color: var(--zinc-100);
}

.text-blue-800 {
  color: var(--blue-800);
}

.text-black {
  color: var(--black);
}
.bg-transparent {
  background-color: transparent;
}

.box-shadown-none {
  box-shadow: none;
}

.text-red-700 {
  color: var(--red-700);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 12px;
}

.icon-small {
  width: 50px;
  height: 50px;
}

.show-in-desktop {
  display: block;
}

.banner-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  align-items: start;
  justify-content: space-between;
  z-index: 22;
  position: relative;
}

.banner-content p {
  margin-bottom: 15px;
}

.banner-content p:last-child {
  margin-bottom: 0;
}

.page-tag {
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-xl);
  line-height: 1.1;
  letter-spacing: 1px;

  color: var(--red-700);
}

.sub-para {
  margin-top: 20px !important;
  text-align: center;
  font-size: var(--text-xl);
}

.mt-0 {
  margin-top: 0 !important;
}
.btn-wrapper,
.pills-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.btn {
  cursor: pointer;
  outline: none;
  border: none;
  font-size: var(--text-xl);
  font-weight: 400;
  font-family: var(--ft);
}

.btn-primary {
  padding: 12px 24px;
  border-radius: 3px;
  background-color: var(--red-700);
  border: 1px solid var(--red-700);
  transition: all ease-in-out 300ms;
  border-radius: 70px;
  font-family: var(--ftsemibold);
  font-weight: 600;
  font-size: var(--text-base);
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--red-700);
  transition: all ease-in-out 300ms;
}

.btn-secondary {
  background-color: var(--blue-800);
  border: 1px solid var(--blue-800);
  border-radius: 100px;
  padding: 20px 40px;
  transition: all ease-in-out 300ms;
  color: var(--white);
}
.btn-secondary:hover {
  background-color: transparent;
  color: var(--blue-800);
  transition: all ease-in-out 300ms;
}

.banner-heading,
h1 {
  font-family: var(--ftextrabold);
  font-weight: 800;
  font-size: var(--text-5xl);
  line-height: 1;
  letter-spacing: 1px;
  color: var(--blue-800);
}

h3 {
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-2xl);
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--neutral-700);
}

h4 {
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-xl);
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--black);
}

.banner-content .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

.banner-content .right {
  width: 45%;
}

.banner-content .left-top {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 25px;
}

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

.align-self-start {
  align-self: start;
}
.text-white {
  color: var(--white) !important;
}

.column-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bottom-content {
  margin-top: 40px;
}

.number {
  width: 108px;
  height: 108px;
}
.text-start {
  text-align: start;
}

.w-100 {
  width: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.max-w-75 {
  max-width: 75%;
}

@media (min-width: 1024px) {
  .lg\:max-w-75 {
    max-width: 75%;
  }
}

.flex-column {
  flex-direction: column;
}

.three-column-wrapper .column {
  width: 30.33%;
}

.three-column-wrapper {
  gap: 3%;
}
.four-column-wrapper {
  gap: 2%;
}

.one-column-wrapper .banner-content {
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.one-column-wrapper .top-part {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.text-neutral-700 {
  color: var(--neutral-700);
}

.four-column-wrapper .column {
  width: 23.5%;
  display: flex;
}

.column .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.border-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px;
  margin-bottom: 25px;
}

.top-content {
  margin-bottom: 60px;
}

.column .icon {
  width: 80px;
  height: 80px;
}

.two-column-wrapper,
.two-column-wrapper .row {
  justify-content: space-between;
  gap: 10%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.two-column-wrapper .column {
  width: 45%;
}

.two-column-wrapper {
  flex-direction: column;
}

.one-column-wrapper {
  gap: 40px;
}

.even .image {
  order: 1;
}
.even .text {
  order: 2;
}
.odd .text {
  order: 1;
}
.odd .image {
  order: 2;
}

.two-column-wrapper .side h3 {
  margin-bottom: 40px;
}

.side ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.side ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
}

.side li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-800);
}

.itemcol {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.itemcol:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.video-conversion-stats {
  margin-top: 40px;
}

.stats-box {
  padding: 30px;
  background-color: var(--zinc-100);
  border-radius: 10px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats-box h3 {
  text-align: center;
  color: var(--black);
}

.team-overview .column {
  width: 25%;
}

.team-member,
.more-infos {
  position: relative;
  height: 100%;
}

.team-member-info,
.other-info {
  position: absolute;
  bottom: 10%;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.team-members-wrapper {
  align-items: stretch;
}

.team-members-wrapper img,
.other-info img {
  height: 100%;
}

.other-info h2 {
  font-size: var(--text-6xl);
  color: var(--white);
  text-align: start;
}

.team-member-info h4,
.team-member-info a,
.more-infos a {
  color: #fff;
  font-size: var(--text-3xl);
  font-family: var(--ftbold);
  line-height: 1;
  font-weight: 700;
}

.option-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.option-box {
  border-radius: 10px;
  border: 1px solid var(--stone-300);
  padding: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #fdfdfd;
}

.fmcg-banner .option-box p {
  font-size: var(--text-xl);
}

.option-box .dot {
  width: 20px;
  height: 20px;
  border: 1px solid #ce1010;
  border-radius: 50%;
  position: relative;
}

.option-box .dot {
  position: relative;
}

.option-box .dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #d63b3b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.25s ease;
}

/* When active */
.option-box.active .dot::after {
  transform: translate(-50%, -50%) scale(1);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 2.5rem;
  border-radius: 0.5rem;
}

.form-modal .modal-content {
  display: flex;
  gap: 10%;
  overflow: hidden;
  align-items: center;
}

.left-modal-content {
  width: 45%;
}

.right-modal-content {
  width: 45%;
}

.close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 0.2em 0.15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #ddd;
  color: #333;
  transition: color 0.12s ease-in-out;
  position: absolute;
  right: 30px;
  top: 1rem;
}
.close-button:hover {
  color: #1c43b9;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.stack-card {
  border-radius: 35px;
  border: 1px solid #00000033;
  box-shadow: 20px 20px 30px 0px #00000033;
  background-color: #ffffff;
  padding: 60px;
}

.pagination-elements {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

.pagination-elements .pagination-text {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 6px;
  font-family: var(--ftregular);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.51px;
  text-align: center;
  font-size: var(--text-base);
}

.pagination-elements .pagination-text.active {
  font-family: var(--ftbold);
  font-weight: 700;
}

.pagination-elements .pagination-text.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #d71920; /* red underline */
  transform: translateX(-50%);
}

.custom-pagination .pagination-text.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #d63b3b;
}

.stack-card p {
  font-size: var(--text-2xl);
  line-height: 1.1;
}

.stack-card ul li {
  margin-bottom: 20px;
}

.stack-card h3 {
  margin-bottom: 40px;
  color: var(--blue-800);
  font-size: var(--text-3xl);
}

.stacked-card-wrapper {
  position: relative;
}
.swiper-nav-btn,
.stack-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: grid;
  place-content: center;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.swiper-nav-btn i,
.stack-nav-btn i {
  color: var(--black);
}

.stack-slider {
  position: relative;
  overflow: visible;
  height: 600px;
}

.stack-slider ul li {
  position: relative;
  padding-left: 2.5em;
}

.stack-slider ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("/wp-content/uploads/2025/11/green-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.stack-slide {
  position: absolute; /* stack them */
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 0.6s, opacity 0.6s;
  opacity: 0 !important; /* hide by default */
  transform: translateY(20px) scale(0.9); /* initial hidden state */
  z-index: 1;
  height: 550px;
}

/* TOP SLIDE */
.stack-slide.stack-1 {
  opacity: 1 !important;
  transform: translateY(0) scale(1);
  z-index: 4;
}

/* SECOND STACK SLIDE */
.stack-slide.stack-2 {
  opacity: 0.8 !important;
  transform: translateY(20px) scale(0.96);
  z-index: 3;
}

/* THIRD STACK SLIDE */
.stack-slide.stack-3 {
  opacity: 0.6 !important;
  transform: translateY(35px) scale(0.92);
  z-index: 2;
}

.prev-btn {
  left: -10%;
}

.next-btn {
  right: -10%;
}

.card {
  padding: 25px;
  border-radius: 16px;
  gap: 25px;
  height: 100%;
}

.card {
  margin-bottom: 30px;
}

.card h3 {
  font-family: var(--ftbold);
  font-weight: 700;
  font-size: var(--text-xl);
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--slate-900);
}

.card p {
  font-family: var(--ftregular);
  font-weight: 400;
  font-size: var(--text-base);
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--slate-500);
}

.icon-large {
  width: 65px;
  height: 65px;
}

.awards,
.certificates {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.awards-certificates-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.awards {
  width: 30%;
  padding-right: 50px;
  border-right: 1px solid #d9d9d9;
  gap: 10%;
}

.img-box {
  border-radius: 50%;
  background: #eee;
  display: grid;
  overflow: hidden;
  place-content: center;
  padding: 20px;
  aspect-ratio: 1 / 1;
}

.awards > .box-wrappper {
  width: 45%;
}

.box-wrappper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box-wrappper p {
  text-align: center;
}

.certificates {
  width: 70%;
  padding-left: 50px;
  gap: 2%;
}

.certificates > .box-wrappper {
  width: 18.4%;
}

@media screen and (max-width: 1600px) {
  :root {
    --text-8xl: 70px;
    --text-7xl: 60px;
    --text-6xl: 50px;
    --text-5xl: 40px;
    --text-3xl: 25px;
    --text-2xl: 20px;
  }

  section {
    padding: 60px 0;
  }

  main {
    margin-top: 102px;
  }

  .banner-content .left {
    gap: 40px;
  }

  .prev-btn {
    left: -6%;
  }

  .next-btn {
    right: -6%;
  }

  .stack-card {
    padding: 50px;
  }

  .icon-box {
    height: 60px;
    width: 60px;
  }

  .current-onboarding .one-column-wrapper .column .card {
    padding: 20px;
  }

  .awards {
    padding-right: 40px;
  }

  .certificates {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --text-7xl: 50px;
    --text-6xl: 40px;
    --text-4xl: 25px;
    --text-3xl: 20px;
    --text-xl: 18px;
  }

  main {
    margin-top: 96px;
  }

  /* .number {
    width: 80px;
    height: 80px;
  } */

  .two-column-wrapper .side h3 {
    margin-bottom: 30px;
  }

  .column .icon {
    width: 60px;
    height: 60px;
  }

  .column .content {
    gap: 10px;
  }

  .card {
    padding: 20px;
  }

  .itemcol {
    padding: 30px 0;
  }

  .banner-content .left {
    gap: 30px;
  }

  .top-content {
    margin-bottom: 40px;
  }

  .prev-btn {
    left: -5%;
  }

  .next-btn {
    right: -5%;
  }

  .icon-xsmall {
    height: 35px;
  }

  .icon-dotted-box {
    width: 60px;
    height: 60px;
  }

  .our-trust-stack-features-box .card .card-header {
    gap: 20px;
  }

  .our-trust-stack-features-box .card {
    gap: 15px;
  }

  .our-trust-stack-features-box .card .card-footer {
    gap: 15px;
  }

  .certificates {
    padding-left: 30px;
  }

  .awards {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1366px) {
  :root {
    --text-8xl: 60px;
    --text-lg: 16px;
    --text-7xl: 40px;
    --text-5xl: 35px;
    --text-6xl: 30px;
  }

  main {
    margin-top: 96px;
  }

  .pagination-elements {
    margin-bottom: 30px;
  }

  .prev-btn {
    left: -4%;
  }

  .next-btn {
    right: -4%;
  }

  section {
    padding: 50px 0;
  }

  .two-column-wrapper .side h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --text-xl: 16px;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --text-8xl: 50px;
  }
  main {
    margin-top: 68px;
  }

  section {
    padding: 40px 0;
  }

  .banner-content {
    gap: 4%;
  }

  .banner-content .left,
  .banner-content .right {
    width: 48%;
  }

  .banner-content .left {
    gap: 20px;
  }

  .banner-content .left-top {
    gap: 15px;
    margin-bottom: 20px;
  }

  .top-content {
    margin-bottom: 30px;
  }

  .stats-box {
    padding: 20px;
  }

  .team-member-info,
  .other-info {
    gap: 10px;
  }

  .icon-small {
    width: 40px;
    height: 40px;
  }

  .data-wrapper {
    justify-content: center;
  }

  .hide-in-mobile {
    display: none !important;
  }

  .show-in-mobile {
    display: block !important;
  }

  .prev-btn {
    left: -7%;
  }

  .next-btn {
    right: -7%;
  }

  .stack-nav-btn,
  .swiper-nav-btn {
    width: 30px;
    height: 30px;
  }

  .awards,
  .certificates {
    width: 100%;
  }

  .awards,
  .certificates {
    border: none;
  }

  .awards,
  .certificates {
    width: 100%;
    justify-content: space-between;
    padding: 0;
    gap: 4%;
  }

  .awards {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
  }

  .certificates {
    padding-top: 25px;
  }

  .awards > .box-wrappper {
    width: 18.4%;
  }

  .certificates,
  .awards {
    gap: 2%;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --text-8xl: 30px;
    --text-xl: 16px;
    --text-5xl: 30px;
    --text-7xl: 30px;
    --text-base: 14px;
  }

  .left-modal-content {
    display: none;
  }

  .close-button {
    right: 30px;
    top: 1rem;
  }

  section {
    padding: 30px 0;
  }

  .right-modal-content {
    width: 100%;
  }

  .column {
    width: 100% !important;
  }

  .column {
    margin-bottom: 30px;
  }

  .column:last-child {
    margin-bottom: 0;
  }

  .column .content {
    align-items: center;
  }

  .column .content p,
  .column .content h3 {
    text-align: center;
  }

  .even .image,
  .odd .text {
    margin-bottom: 20px;
  }

  .team-overview .column {
    width: 50% !important;
    margin-bottom: 0;
  }

  .team-member-info h4,
  .team-member-info a,
  .more-infos a {
    font-size: var(--text-base);
  }

  .team-member-info,
  .other-info {
    gap: 5px;
  }

  .other-info h2 {
    font-size: var(--text-2xl);
  }

  .team-members-wrapper .column:nth-child(1) {
    order: 1;
  }

  .team-members-wrapper .column:nth-child(2) {
    order: 2;
  }

  .team-members-wrapper .column:nth-child(3) {
    order: 3;
  }

  .team-members-wrapper .column:nth-child(5) {
    order: 4;
  }

  .team-members-wrapper .column:nth-child(6) {
    order: 5;
  }

  .team-members-wrapper .column:nth-child(7) {
    order: 6;
  }

  .team-members-wrapper .column:nth-child(4) {
    order: 8;
  }

  .team-members-wrapper .column:nth-child(8) {
    order: 7;
  }

  .prev-btn {
    left: -15px;
    z-index: 222;
  }

  .next-btn {
    right: -15px;
    z-index: 222;
  }

  .stack-nav-btn,
  .swiper-nav-btn {
    width: 25px;
    height: 25px;
  }

  .option-box .dot {
    width: 15px;
    height: 15px;
  }

  .fmcg-banner .banner-content .option-box p {
    text-align: start;
    flex: 1;
  }

  .pagination-elements {
    overflow-x: scroll;
  }

  .box-wrappper {
    margin-bottom: 40px;
  }

  .certificates > .box-wrappper,
  .awards > .box-wrappper {
    width: 48%;
    margin-bottom: 23px;
  }

  .awards,
  .certificates {
    justify-content: center;
  }

  .awards {
    border: none;
  }
}
