@charset "UTF-8";
/* ETmodules icon font – ensures dropdown arrows & Divi icons render */
@font-face {
  font-family: "ETmodules";
  font-display: block;
  src: url("../Divi/core/admin/fonts/modules/all/modules.eot");
  src: url("../Divi/core/admin/fonts/modules/all/modules.eot?#iefix") format("embedded-opentype"), url("../Divi/core/admin/fonts/modules/all/modules.woff") format("woff"), url("../Divi/core/admin/fonts/modules/all/modules.ttf") format("truetype"), url("../Divi/core/admin/fonts/modules/all/modules.svg#et-modules") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Plus Jakarta Sans - applied site-wide */
body,
body #page-container,
body #page-container .et_pb_section,
body .et_pb_module {
  font-family: "Plus Jakarta Sans", sans-serif;
}



h1, h2, h3, h4, h5, h6,
body #page-container h1,
body #page-container h2,
body #page-container h3,
body #page-container h4,
body #page-container h5,
body #page-container h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =============================================
   Transparent Header
   ============================================= */
#page-container {
  padding-top: 0 !important;
}

#main-header {
  background-color: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: none !important;
}

#top-header {
  background-color: transparent !important;
}

#main-header.et-fixed-header {
  background-color: rgba(0, 0, 0, 0.85) !important;
  position: fixed !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

#main-header .et_menu_container,
#top-menu > li > a {
  color: #ffffff !important;
}

#top-menu > li > a:hover,
#top-menu > li.current-menu-item > a {
  opacity: 0.8;
}

#main-header.et-fixed-header #top-menu > li > a {
  color: #ffffff !important;
}

/* =============================================
   #rpa – Regional Platforms Across Asia-Pacific
   ============================================= */
#rpa {
  background: url(./images/container.jpg);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
}

#transparent-container {
  margin: 60px auto 0px;
}

a.rpa-btn:first-child {
  position: relative;
  top: -25px;
}

a.expertise-card__arrow:hover {
  background: #ed8b00;
  cursor: pointer;
  border-radius: 50%;
}

#rpa::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(30, 80, 160, 0.25) 0%, transparent 60%), radial-gradient(ellipse at 80% 30%, rgba(50, 100, 200, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 60% 80%, rgba(20, 60, 140, 0.2) 0%, transparent 50%);
  pointer-events: none;
}

.rpa-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.rpa-header {
  text-align: center;
  margin-bottom: 60px;
}

h2.rpa-title {
  align-self: stretch;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.wpf_item.wpf_item_product_brand label {
    color: #000 !important;
}
#rpa .rpa-subtitle {
  font-size: 14px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 6px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.rpa-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rpa-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.3s ease;
}

.wpf_item label {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: 0;
  vertical-align: middle;
  max-width: 135px;
  width: 100%;
}

.rpa-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.rpa-card-map {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.02);
}

.rpa-card-map img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.rpa-card-content {
  display: flex;
  flex-direction: column;
  padding: 36px 36px 30px;
}

#rpa .rpa-card-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
}

#rpa .rpa-card-content p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 20px;
}

#rpa .transparent-cont {
  display: flex;
  padding: 25px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  align-self: stretch;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.04);
}

.rpa-card-email {
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.rpa-card-email svg {
  flex-shrink: 0;
}
.rpa-card-email a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.rpa-card-email a:hover {
  color: #ffffff;
}

.rpa-card-action {
  margin-top: auto;
  align-self: flex-end;
}

a.rpa-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 22px;
  border: 1px solid #eee;
  border-radius: 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  justify-content: center;
}
a.rpa-btn svg {
  flex-shrink: 0;
}
a.rpa-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

/* =============================================
   Row-based RPA Cards (Divi Builder layout)
   ============================================= */
.row-content {
  display: flex;
  height: 284.333px;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}

.main-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  border: 3px solid #FFF;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main-image:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
}
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.main-image:hover img {
  transform: scale(1.08);
}

#japan {
  background: url("./images/JAPAN.jpg") lightgray -0.568px -19.524px/168.917% 143.27% no-repeat;
  background-size: cover;
  background-position: left;
}

#ph {
  background: url("./images/PH.jpg") lightgray -0.568px -19.524px/168.917% 143.27% no-repeat;
  background-size: cover;
  background-position: left;
}

#sg {
  background: url("./images/SINGAPORE.jpg") lightgray -0.568px -19.524px/168.917% 143.27% no-repeat;
  background-position: left;
  background-size: cover;
}

.cont-api-text {
  display: flex;
  padding: 15px 29px;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.2);
  border: 3px solid rgba(217, 217, 217, 0.2);
  overflow: hidden;
}

h3.rpa-content-title {
  align-self: stretch;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

p.rpa-text {
  align-self: stretch;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* =============================================
   About Section
   ============================================= */
p.about_title {
  color: #ED8B00;
  text-align: right !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 45px auto 30px;
}

/* =============================================
   Blue Container
   ============================================= */
.blue-cont {
  display: flex;
  padding: 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 28px;
  background: linear-gradient(0deg, #41B6E6 -257.31%, #134274 114.78%);
}
.blue-cont p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}
.blue-cont svg {
  align-self: stretch;
  stroke-width: 2px;
  stroke: rgba(255, 255, 255, 0.13);
}

/* =============================================
   Core Expertise





   ============================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0D0D0D;
}

.core-expertise {
  width: 100%;
  padding: 100px 160px;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.core-expertise__header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.core-expertise__badge {
  padding: 7px 23px;
  background: rgba(244, 244, 244, 0.6);
  border-radius: 45px;
  color: #ED8B00;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.core-expertise__title {
  align-self: stretch;
  text-align: center;
  color: #ED8B00;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}
.core-expertise__description {
  text-align: center;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.core-expertise__cards {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0D0D0D;
}

.core-expertise {
  width: 100%;
  padding: 100px 160px;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.core-expertise__header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.core-expertise__badge {
  padding: 7px 23px;
  background: rgba(244, 244, 244, 0.6);
  border-radius: 45px;
  color: #ED8B00;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.core-expertise__title {
  align-self: stretch;
  text-align: center;
  color: #ED8B00;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}
.core-expertise__description {
  text-align: center;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.core-expertise__cards {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.expertise-card {
  width: 338px;
  align-self: stretch;
  padding: 29px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F9F9F9;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.expertise-card__header {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expertise-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.expertise-card__icon svg {
  display: block;
}
.expertise-card__arrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.expertise-card__arrow svg {
  display: block;
}
.expertise-card__body {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.expertise-card__title {
  align-self: stretch;
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.expertise-card__desc {
  align-self: stretch;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* ========================
   Portfolio Section
   ======================== */
/* ========================
   Header
   ======================== */
.portfolio {
  --color-primary: #ED8B00;
  --color-dark: #0D0D0D;
  --color-body: #222222;
  --color-bg: #F9F9F9;
  --color-white: #ffffff;
  --color-border: #DDDDDD;
  --font-family: 'Plus Jakarta Sans', sans-serif;
  width: 100%;
  padding: 100px 160px;
  background: var(--color-bg);
  background-image: url(./images/round.png);
  background-size: cover;
  background-position: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.portfolio .portfolio__header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.portfolio .badge {
  padding: 7px 23px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 45px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.portfolio .portfolio__title {
  align-self: stretch;
  text-align: center;
  color: var(--color-primary);
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}
.portfolio .portfolio__description {
  max-width: 800px;
  text-align: center;
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.portfolio {
  /* ========================
     Cards Container
     ======================== */
}
.portfolio .cards {
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}
.portfolio {
  /* ========================
     Card
     ======================== */
}
.portfolio .card {
  flex: 1 1 0;
  max-width: 361px;
  padding: 27px 25px;
  background: var(--color-white);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  outline: 1px var(--color-border) solid;
  outline-offset: -1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.portfolio .card__text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.portfolio .card__title {
  color: var(--color-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.portfolio .card__description {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 75px;
}
.portfolio {
  /* ========================
     Button
     ======================== */
}
.portfolio .btn {
  padding: 4px 12px;
  background: var(--color-primary);
  border-radius: 25px;
  outline: 1px #EEEEEE solid;
  outline-offset: -1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  cursor: pointer;
}
.portfolio .btn__label {
  padding: 9px 4px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.portfolio .btn__icon {
  width: 31px;
  height: 31px;
  padding: 6px 8px;
  background: var(--color-white);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio .btn__arrow {
  width: 13px;
  height: 13px;
  background: var(--color-primary);
}
.portfolio {
  /* ========================
     Feature List
     ======================== */
}
.portfolio .feature-list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.portfolio .feature-list__item {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-dark);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.portfolio .feature-list__item::before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  background: var(--color-body);
  border-radius: 9999px;
}

/* =============================================================================
   RESPONSIVE – All media queries MUST come after all base styles
   ============================================================================= */
/* Mobile header */
@media all and (max-width: 980px) {
  #main-header {
    background-color: transparent !important;
    position: absolute !important;
  }
  #main-header .mobile_menu_bar::before {
    color: #ffffff !important;
  }
  #main-header.et-fixed-header {
    background-color: rgba(0, 0, 0, 0.85) !important;
    position: fixed !important;
  }
}
/* Tablet */
@media all and (max-width: 980px) {
  #rpa {
    padding: 70px 0;
  }
  .rpa-inner {
    padding: 0 24px;
  }
  .rpa-header {
    margin-bottom: 40px;
  }
  h2.rpa-title {
    font-size: 36px;
    line-height: 44px;
  }
  .rpa-card {
    grid-template-columns: 1fr;
  }
  .rpa-card-map {
    min-height: 200px;
  }
  .rpa-card-content {
    padding: 28px;
  }
  .row-content {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
  .main-image {
    min-height: 200px;
    width: 100%;
  }
  .cont-api-text {
    padding: 20px 22px;
    width: 100%;
  }
  #rpa .transparent-cont {
    padding: 20px 16px;
    gap: 20px;
  }
  p.about_title {
    font-size: 32px;
    line-height: 42px;
    text-align: center !important;
    margin: 30px auto 20px;
  }
  .blue-cont {
    padding: 22px;
    border-radius: 20px;
  }
}
/* Mobile */
@media all and (max-width: 768px) {
  #rpa {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
  }
  .rpa-inner {
    padding: 0 16px;
  }
  .rpa-header {
    margin-bottom: 32px;
  }
  h2.rpa-title {
    font-size: 28px;
    line-height: 36px;
  }
  #rpa .rpa-subtitle {
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
  }
  .rpa-card {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .rpa-card-map {
    min-height: 160px;
    padding: 20px;
  }
  .rpa-card-content {
    padding: 20px;
  }
  #rpa .rpa-card-content h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #rpa .rpa-card-content p {
    font-size: 13px;
    margin: 0 0 14px;
  }
  .rpa-card-email a {
    font-size: 13px;
  }
  a.rpa-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  .row-content {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
  .main-image {
    min-height: 180px;
    border-radius: 14px;
  }
  .main-image:hover {
    transform: none;
    box-shadow: none;
  }
  .main-image:hover img {
    transform: none;
  }
  .cont-api-text {
    padding: 18px;
    gap: 12px;
    border-radius: 14px;
  }
  h3.rpa-content-title {
    font-size: 20px;
    line-height: 28px;
  }
  p.rpa-text {
    font-size: 13px;
    line-height: 18px;
  }
  #rpa .transparent-cont {
    padding: 16px 14px;
    gap: 16px;
    border-radius: 18px;
  }
  .rpa-cards {
    gap: 20px;
  }
  p.about_title {
    font-size: 26px;
    line-height: 34px;
    text-align: center !important;
    margin: 24px auto 16px;
    letter-spacing: -0.5px;
  }
  .blue-cont {
    padding: 18px;
    gap: 14px;
    border-radius: 16px;
  }
  .blue-cont p {
    font-size: 14px;
    line-height: 20px;
  }
  #core-expertise span.mini-banner {
    padding: 5px 16px;
    font-size: 12px;
  }
}
/* Small Mobile */
@media all and (max-width: 480px) {
  #rpa {
    padding: 40px 0;
  }
  .rpa-inner {
    padding: 0 12px;
  }
  h2.rpa-title {
    font-size: 24px;
    line-height: 32px;
  }
  #rpa .rpa-subtitle {
    font-size: 12px;
  }
  .rpa-card-content {
    padding: 16px;
  }
  .row-content {
    gap: 12px;
  }
  .main-image {
    min-height: 150px;
    border-width: 2px;
  }
  .cont-api-text {
    padding: 14px;
    border-width: 2px;
  }
  p.about_title {
    font-size: 22px;
    line-height: 30px;
  }
  .blue-cont {
    padding: 14px;
  }
  .blue-cont p {
    font-size: 13px;
    line-height: 18px;
  }
}
/* ========================
   Partners Section
   ======================== */
.partners {
  --color-primary: #ED8B00;
  --color-dark: #0D0D0D;
  --color-white: #ffffff;
  --font-family: 'Plus Jakarta Sans', sans-serif;
  width: 100%;
  position: relative;
  background: var(--color-white);
  overflow: hidden;
}
.partners .partners__content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 68px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
}
.partners {
  /* ========================
     Partners Header
     ======================== */
}
.partners .partners__header {
  width: 777px;
  height: 87px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.partners .partners__title {
  align-self: stretch;
  flex: 1 1 0;
  text-align: center;
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  word-wrap: break-word;
}
.partners .partners__subtitle {
  align-self: stretch;
  flex: 1 1 0;
  text-align: center;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.partners {
  /* ========================
     Carousel
     ======================== */
}
.partners .partners__carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.partners .carousel__viewport {
  overflow: hidden;
  width: 100%;
}
.partners .carousel__track {
  display: flex;
  align-items: center;
  gap: 29px;
  will-change: transform;
}
.partners .carousel__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners {
  /* ========================
     Partner Logos
     ======================== */
  /* ========================
     Fade Overlay
     ======================== */
}
.partners .partners__fade {
  width: 1442px;
  height: 163px;
  position: absolute;
  left: 1440px;
  top: 318px;
  transform: rotate(180deg);
  transform-origin: top left;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, white 100%);
  pointer-events: none;
}

#oliver {
  --color-primary: #ED8B00;
  --color-dark: #0D0D0D;
  --color-white: #ffffff;
  --color-blue: #4FB1CC;
  --color-blue-dark: #107CC4;
  --color-bg: #F9F9FB;
  --font-family: 'Plus Jakarta Sans', sans-serif;
  /* ========================
     About Section
     ======================== */
}
#oliver .about-leader {
  width: 100%;
  position: relative;
  overflow: visible;
  background: linear-gradient(0deg, var(--color-bg) 0%, var(--color-bg) 100%), linear-gradient(180deg, #41B6E6 0%, var(--color-primary) 68%, var(--color-bg) 100%);
}
#oliver .about__content {
  max-width: 1005px;
  margin: 0 auto;
  padding: 50px 0 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
#oliver {
  /* ========================
     Leader Profile
     ======================== */
}
#oliver .leader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 43px;
}
#oliver .leader__photo {
  width: 350px;
  height: 429px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
  margin-top: -180px;
  position: relative;
  z-index: 2;
}
#oliver .leader__info {
  width: 603px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
#oliver .leader__name {
  align-self: stretch;
  color: black;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
#oliver .leader__bio {
  align-self: stretch;
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
#oliver {
  /* ========================
     Stats Grid
     ======================== */
}
#oliver .stats {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
#oliver {
  /* Top Row */
}
#oliver .stats__row-top {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
#oliver {
  /* Image with text overlay */
}
#oliver .stats__image-overlay {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
#oliver .stats__image-lg {
  width: 625px;
  height: 345px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
#oliver .stats__since {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
}
#oliver .stats__since-label {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
#oliver .stats__since-year {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}
#oliver {
  /* ========================
     Stat Cards Column
     ======================== */
}
#oliver .stats__cards-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#oliver .stat-card {
  padding: 26px 20px;
  background: url("../divi-child/images/JAPAN.jpg");
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
#oliver .stat-card--tall {
  padding: 39px 20px;
}
#oliver .stat-card__highlight {
  text-align: center;
  color: var(--color-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
#oliver .stat-card__text {
  text-align: center;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
#oliver {
  /* ========================
     Bottom Row
     ======================== */
}
#oliver .stats__row-bottom {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
#oliver .stat-card--wide {
  width: 345px;
  flex-shrink: 0;
}
#oliver {
  /* ========================
     Experience Block (image + overlay)
     ======================== */
}
#oliver .stats__experience {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 134px;
}
#oliver .stats__experience-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#oliver .stats__experience-overlay {
  position: absolute;
  inset: 0;
  background: var(--color-blue-dark);
  opacity: 0.75;
}
#oliver .stats__experience-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#oliver .stats__experience-value {
  display: flex;
  align-items: baseline;
}
#oliver .stats__years-number {
  color: var(--color-white);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
#oliver .stats__years-text {
  color: var(--color-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
#oliver .stats__experience-label {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

/* ========================
   Quote Banner
   ======================== */
.quote-banner {
  --color-primary: #ED8B00;
  --color-dark: #0D0D0D;
  --color-white: #ffffff;
  --color-cream: #ECDAC1;
  --font-family: 'Plus Jakarta Sans', sans-serif;
  width: 100%;
  padding: 53px 160px;
  background: url(./images/banner.png) center/cover no-repeat, linear-gradient(91deg, #ED8B00 0.62%, #874F00 147.78%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.quote-banner .et_pb_text_inner {
  display: flex;
  padding: 53px 160px;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
}
.quote-banner .quote-banner__icon {
  width: 75.85px;
  height: 55.62px;
  flex-shrink: 0;
}
.quote-banner .quote-banner__text {
  width: 649.85px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.quote-banner .quote-banner__quote {
  color: var(--color-cream);
  font-style: italic;
  font-weight: 700;
  line-height: 48.75px;
  font-size: 41px;
}
.quote-banner .quote-banner__author {
  color: var(--color-cream);
  font-size: 25.16px;
  font-weight: 400;
  line-height: 30.75px;
  text-align: right;
}

/* ========================
   Technical Leadership Section
   ======================== */
.tech-leadership {
  width: 100%;
  padding: 32px 160px;
  background: #0F3157;
  background-image: url(./images/container.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.tech-leadership .tech-leadership__row {
  display: flex;
  height: 559px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.tech-leadership .tech-leadership__row .tech-leadership__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.tech-leadership .tech-leadership__row .tech-leadership__content h1 {
  align-self: stretch;
  color: #FFF;
  /* font-family: var(--Typeface-Family-Heading, "Plus Jakarta Sans"); */
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  font-size: 48px;
  text-align: left;
}
.tech-leadership .tech-leadership__row .tech-leadership__content p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.tech-leadership .tech-leadership__images {
  position: relative;
  flex: 1;
  min-width: 500px;
  height: 559px;
}
.tech-leadership .tech-leadership__photo {
  position: absolute;
  object-fit: cover;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  outline: 10px #F5F5F5 solid;
}
.tech-leadership .tech-leadership__photo--top {
  width: 381px;
  height: 265px;
  top: 20px;
  right: 0;
  z-index: 1;
  transform: rotate(3deg);
}
.tech-leadership .tech-leadership__photo--bottom {
  width: 407px;
  height: 283px;
  bottom: 60px;
  right: 40px;
  z-index: 2;
  transform: rotate(-3deg);
}

.regional-experts {
  width: 100%;
  padding: 94px 5%;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.regional-experts__header {
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.regional-experts__badge {
  padding: 7px 23px;
  background: rgba(244, 244, 244, 0.6);
  border-radius: 45px;
  color: #ED8B00;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.regional-experts__title-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}
.regional-experts__title {
  align-self: stretch;
  text-align: center;
  color: #ED8B00;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.regional-experts__divider {
  width: 391px;
  max-width: 100%;
  height: 0;
  border: 1.5px solid rgba(143, 143, 143, 0.18);
}
.regional-experts__cards {
  width: 100%;
  max-width: 1345px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.expert-card {
  padding: 25px 20px;
  background: rgb(255, 255, 255);
  border-radius: 36px;
  border: 2px solid #F2F2F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.expert-card__photo {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: contain;
}
.expert-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.expert-card__name-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expert-card__name {
  align-self: stretch;
  text-align: center;
  color: #0D0D0D;
  font-size: clamp(20px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
}
.expert-card__role {
  align-self: stretch;
  text-align: center;
  color: #ED8B00;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.expert-card__bio {
  text-align: center;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.expert-card__quote {
  text-align: center;
  margin-top: auto;
}
.expert-card__quote-text {
  color: #5E87A2;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.expert-card__quote-author {
  color: #5E87A2;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

/* =============================================
   Community Impact – Advancing Industry Section
   ============================================= */
#community-impact {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 160px;
  background: #0F3157;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-repeat: no-repeat !important;
  background-position: center;
}
#community-impact .community-impact__photo {
  visibility: hidden;
}
#community-impact {
  /* Concentric circles decoration */
}
#community-impact .community-impact__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#community-impact .community-impact__badge {
  display: inline-flex;
  padding: 6px 18px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#community-impact .community-impact__title {
  color: #FFF;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  margin: 0;
}
#community-impact .community-impact__subtitle {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
#community-impact .community-impact__stat {
  color: #ED8B00;
  font-size: 103.914px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.161px; /* 103.125% */
  letter-spacing: -2.078px;
  text-align: center;
  margin: 10px 0;
  padding-bottom: 30px;
}
#community-impact .community-impact__stat span {
  color: #FFF;
  text-align: center;
  font-size: 103.914px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.161px; /* 103.125% */
  letter-spacing: -2.078px;
  font-weight: 400;
}
#community-impact .community-impact__desc {
  color: #fcfcfc;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  max-width: 786px;
  text-align: center;
  margin: 0;
}
#community-impact {
  /* Circular photos positioned around the edges */
}
#community-impact .community-impact__photo {
  position: absolute;
  z-index: 9999;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid rgba(255, 255, 255, 0.15);
}
#community-impact .community-impact__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#community-impact .community-impact__photo--tl {
  top: 60px;
  left: 80px;
}
#community-impact .community-impact__photo--tr {
  top: 60px;
  right: 80px;
}
#community-impact .community-impact__photo--bl {
  bottom: 60px;
  left: 80px;
}
#community-impact .community-impact__photo--br {
  bottom: 60px;
  right: 80px;
}

/* Community Impact – Responsive */
@media (max-width: 1200px) {
  #community-impact {
    padding: 80px 60px;
  }
  #community-impact .community-impact__photo {
    width: 120px;
    height: 120px;
  }
  #community-impact .community-impact__photo--tl {
    top: 40px;
    left: 40px;
  }
  #community-impact .community-impact__photo--tr {
    top: 40px;
    right: 40px;
  }
  #community-impact .community-impact__photo--bl {
    bottom: 40px;
    left: 40px;
  }
  #community-impact .community-impact__photo--br {
    bottom: 40px;
    right: 40px;
  }
  #community-impact .community-impact__title {
    font-size: 42px;
    line-height: 52px;
  }
  #community-impact .community-impact__stat {
    font-size: 32px;
    line-height: 42px;
  }
  #community-impact .community-impact__stat span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #community-impact {
    padding: 60px 24px;
  }
  #community-impact::before {
    width: 400px;
    height: 400px;
    box-shadow: 0 0 0 50px transparent, 0 0 0 51px rgba(255, 255, 255, 0.06), 0 0 0 110px transparent, 0 0 0 111px rgba(255, 255, 255, 0.06);
  }
  #community-impact .community-impact__photo {
    width: 90px;
    height: 90px;
  }
  #community-impact .community-impact__photo--tl {
    top: 20px;
    left: 16px;
  }
  #community-impact .community-impact__photo--tr {
    top: 20px;
    right: 16px;
  }
  #community-impact .community-impact__photo--bl {
    bottom: 20px;
    left: 16px;
  }
  #community-impact .community-impact__photo--br {
    bottom: 20px;
    right: 16px;
  }
  #community-impact .community-impact__title {
    font-size: 30px;
    line-height: 40px;
  }
  #community-impact .community-impact__stat {
    font-size: 26px;
    line-height: 36px;
  }
  #community-impact .community-impact__stat span {
    font-size: 18px;
  }
  #community-impact .community-impact__subtitle,
  #community-impact .community-impact__desc {
    font-size: 14px;
    line-height: 22px;
  }
}
div#news-section {
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 120px 160px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
}

/* =============================================
   Talk To Us – CTA Section
   ============================================= */
#talk-to-us {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 160px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: url("./images/start-discussion.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* Decorative wave/gradient overlay */
}
#talk-to-us::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 70% 20%, rgba(237, 139, 0, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 30% 80%, rgba(237, 139, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
#talk-to-us .talk-to-us__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
#talk-to-us .talk-to-us__badge {
  display: inline-flex;
  padding: 6px 20px;
  border-radius: 100px;
  border: 1px solid rgba(237, 139, 0, 0.3);
  background: rgba(255, 255, 255, 0.6);
  color: #ED8B00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#talk-to-us .talk-to-us__title {
  color: #ED8B00;
  font-size: 64px;
  font-weight: 800;
  line-height: 76px;
  margin: 0;
}
#talk-to-us .talk-to-us__desc {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 780px;
  margin: 0;
  text-align: center;
}
#talk-to-us .talk-to-us__actions {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
#talk-to-us .talk-to-us__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border: none;
}
#talk-to-us .talk-to-us__btn:hover {
  opacity: 0.85;
}
#talk-to-us .talk-to-us__btn--primary {
  background: #ED8B00;
  color: #FFF;
}
#talk-to-us .talk-to-us__btn--secondary {
  background: #B0B0B0;
  color: #FFF;
}

/* Talk To Us – Responsive */
@media (max-width: 1200px) {
  #talk-to-us {
    padding: 90px 60px;
  }
  #talk-to-us .talk-to-us__title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 768px) {
  #talk-to-us {
    padding: 60px 24px;
  }
  #talk-to-us .talk-to-us__title {
    font-size: 34px;
    line-height: 44px;
  }
  #talk-to-us .talk-to-us__desc {
    font-size: 15px;
    line-height: 24px;
  }
  #talk-to-us .talk-to-us__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  #talk-to-us .talk-to-us__btn {
    width: 100%;
    padding: 14px 32px;
  }
}
div#about_row {
  padding: 100px 0;
}

/* Hide Divi default footer */
#main-footer {
  display: none !important;
}

/* =============================================
   Footer
   ============================================= */
.site-footer {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #FFF;
  padding: 0;
}
.site-footer .footer__main {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  padding: 100px 160px;
  max-width: 1440px;
  margin: 0 auto;
}
.site-footer {
  /* Logo column */
}
.site-footer .footer__logo {
  flex-shrink: 0;
}
.site-footer .footer__logo img {
  width: 160px;
  height: auto;
}
.site-footer {
  /* Quick Links column */
}
.site-footer .footer__links {
  flex: 1;
}
.site-footer .footer__links h3 {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.site-footer .footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer .footer__links a {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer__links a:hover {
  color: #ED8B00;
}
.site-footer {
  /* Vertical divider */
}
.site-footer .footer__divider {
  width: 1px;
  align-self: stretch;
  background: #D9D9D9;
}
.site-footer {
  /* Contact column */
}
.site-footer .footer__contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  text-align: right;
}
.site-footer .footer__contact h3 {
  color: #ED8B00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.site-footer .footer__contact p {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  max-width: 400px;
  text-align: right;
}
.site-footer .footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 10px;
  background: #ED8B00;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.site-footer .footer__cta:hover {
  opacity: 0.85;
}
.site-footer .footer__cta svg {
  width: 18px;
  height: 18px;
}
.site-footer .footer__socials {
  display: flex;
  gap: 16px;
}
.site-footer .footer__socials a {
  color: #999;
  transition: color 0.2s ease;
}
.site-footer .footer__socials a:hover {
  color: #ED8B00;
}
.site-footer .footer__socials a svg {
  width: 24px;
  height: 24px;
}
.site-footer {
  /* Copyright bar */
}
.site-footer .footer__copyright {
  text-align: center;
  padding: 24px 160px;
  border-top: 1px solid #ECECEC;
  color: #ED8B00;
  font-size: 14px;
  font-weight: 500;
}

/* Footer – Responsive */
@media (max-width: 1200px) {
  .site-footer .footer__main {
    padding: 50px 60px;
    gap: 40px;
  }
  .site-footer .footer__copyright {
    padding: 20px 60px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer__main {
    flex-direction: column;
    padding: 40px 24px;
    gap: 32px;
    align-items: center;
    text-align: center;
  }
  .site-footer .footer__logo img {
    width: 120px;
  }
  .site-footer .footer__links {
    align-items: center;
  }
  .site-footer .footer__links h3 {
    text-align: center;
  }
  .site-footer .footer__links ul {
    align-items: center;
  }
  .site-footer .footer__divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
  .site-footer .footer__contact {
    align-items: center;
    text-align: center;
  }
  .site-footer .footer__copyright {
    padding: 20px 24px;
  }
}
.founder {
  width: 100%;
  padding: 130px 160px !important;
  background: #F9F9FB;
}
.founder__content {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
.founder p.stat-card__value {
  padding-bottom: 0;
}
.founder__profile {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-bottom: 31px;
}
.founder__photo {
  width: 392px;
  height: 392px;
  object-fit: cover;
  flex-shrink: 0;
}
.founder__bio {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.founder__name {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.founder__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.founder__stats {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 31px;
}
.founder__stats-row {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.founder__stats-row--top {
  gap: 54px;
}
.founder__stats-row--bottom {
  gap: 36px;
}

.stat-card {
  padding: 26px 10px;
  background: #5E87A2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.stat-card__value {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.stat-card__label {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.stat-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1;
}
.stat-cards-stack .stat-card {
  padding: 26px 10px;
}

.founder__stats-row--bottom > .stat-card {
  width: 345px;
  flex-shrink: 0;
  padding: 40px 10px;
}

.stat-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.stat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stat-image__overlay {
  position: absolute;
  inset: 0;
  background: rgba(66, 80, 89, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 30px;
}
.stat-image__overlay--right {
  justify-content: center;
  align-items: flex-end;
  background-blend-mode: multiply;
}
.stat-image__label {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.stat-image__value {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}
@media (max-width: 500px) {
  .stat-image__value {
    font-size: 40px;
  }
}
.stat-image__value--sm {
  font-size: 36px;
  line-height: 44px;
}
.stat-image--lg {
  width: 625px;
  flex-shrink: 0;
  position: relative;
  top: -18px;
}
.stat-image--lg p {
  padding: 0;
}
.stat-image--lg .stat-image__label {
  font-size: 30px;
  line-height: 38px;
}
.stat-image--wide {
  flex: 1;
  height: 160px;
}
.stat-image--wide .stat-image__overlay {
  padding: 20px 30px;
}
.stat-image--wide .stat-image__label {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.stat-image--wide .stat-image__value {
  font-size: 48px;
  line-height: 60px;
}

.page.page-id-582 div#transparent-container .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.image-cont {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  align-self: stretch;
}
.image-cont img:first-child {
  display: flex;
  width: 688px;
  height: 357px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.image-cont img:nth-of-type(2) {
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
}

.our-story {
  width: 100%;
  padding: 100px 160px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.our-story .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.our-story__heading {
  text-align: center;
  color: #ED8B00;
  font-size: 72px;
  font-weight: 500;
  line-height: 75px;
}
.our-story__body {
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}
.our-story__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.our-story__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.our-story__title {
  color: #0D0D0D;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.our-story__title--orange {
  color: #ED8B00;
}
.our-story__text {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.our-story__right {
  width: 670px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.framework-card {
  padding: 20px 29px;
  background: #F9F9F9;
  border-radius: 11px;
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.framework-card__icon {
  width: 60px;
  height: 53px;
  padding: 4px 12px;
  border-radius: 25px;
  border: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.framework-card__icon svg {
  display: block;
}
.framework-card__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.framework-card__title {
  color: #0D0D0D;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.framework-card__desc {
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.our-partners-company .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: auto;
}
.our-partners-company .image-cont {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  align-self: stretch;
}
.our-partners-company .image-cont img {
  display: flex;
  width: 1120px;
  height: 301px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  object-fit: cover;
  object-position: 1% 30%;
}

.our-partners {
  width: 100%;
  padding: 72px 160px;
  background: #ffffff;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
.our-partners__heading {
  text-align: center;
  color: #ED8B00;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}
.our-partners__grid {
  width: 1280px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.partner-logo {
  padding: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 120px;
  border: 1px solid #C1B098;
  border-radius: 20px;
}
.partner-logo img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.page-id-799 #transparent-container .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page-id-799 h1.head1 {
  width: 746px;
  text-align: left;
}
.page-id-799 h1.head2 {
  display: flex;
  width: 822px;
  height: 75px;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  font-size: 72px;
  font-style: normal;
  line-height: 75px;
  letter-spacing: -1.44px;
}
.page-id-799 .image-cont img {
  display: flex;
  width: 1120px;
  height: 326px;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  object-fit: cover;
  object-position: 0px -45px;
  margin-bottom: 30px;
}

.contact {
  width: 100%;
  padding: 15px 104px 45px;
  background: #ffffff;
  border-radius: 13px 13px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
.contact__info {
  width: 523px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact__intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact__heading {
  color: #ED8B00;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}
.contact__subtext {
  color: #0D0D0D;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}
.contact__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__form-wrapper {
  flex-shrink: 0;
}
.contact form.contact-form input {
  display: flex;
  padding: 10px 16px;
  align-self: stretch;
  border-radius: 6.7px;
  border: 1px solid #d6d6d6;
}

.contact-feature {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ED8B00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-feature__icon svg {
  display: block;
}
.contact-feature__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-feature__title {
  color: #0D0D0D;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}
.contact-feature__desc {
  color: #6B6B6B;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.contact-form {
  padding: 31px 36px;
  background: #F5F5F5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 491px;
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-form__label {
  color: #1A1A1A;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.contact-form__input {
  width: 100%;
  padding: 10px 17px !important;
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid #D9D9D9 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #1A1A1A;
  outline: none;
}
.contact-form__input::placeholder {
  color: #999999;
}
.contact-form__input:focus {
  border-color: #ED8B00;
}
.contact-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 17px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact-form__textarea {
  min-height: 44px;
  resize: vertical;
}
.contact-form__checkboxes {
  display: flex;
  gap: 3px;
}
.contact-form__checkbox-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 28px;
  cursor: pointer;
}
.contact-form__checkbox input[type=checkbox] {
  width: 11px;
  height: 11px;
  accent-color: #ED8B00;
  cursor: pointer;
}
.contact-form__checkbox span {
  color: #1A1A1A;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.contact-form__submit {
  width: 100%;
  padding: 10px 15px;
  background: #ED8B00;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
.contact-form__submit:hover {
  background: #d07a00;
}

.page-id-898 span.small-title, .page-id-973 span.small-title {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  background: rgba(120, 120, 120, 0.35);
  display: flex;
  padding: 7px 23px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 312px;
  margin: 0 auto;
  border-radius: 22px;
}

html #logo {
  max-height: 85% !important;
}

.product-categories {
  width: 100%;
  padding: 87px 160px 53px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.product-categories__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.product-categories__title {
  text-align: center;
  color: #1A5F9E;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.product-categories__desc {
  width: 800px;
  text-align: center;
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.product-categories__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.product-categories__row {
  width: 1082px;
  display: flex;
  gap: 32px;
}
.product-categories__btn {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 5px 40px 5px 5px;
  background: #1b98cb;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  width: 438px;
  height: 67px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.product-categories__btn img {
  width: 56px;
  height: 56px;
  display: block;
}
.product-categories__btn span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.product-categories__btn:hover {
  background: #2fa8db;
}

.product-card {
  flex: 1;
  padding: 24px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
}
.product-card:hover {
  border-color: #616161;
}
.product-card__icon {
  width: 139px;
  height: 139px;
  background: #1B98CB;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}
.product-card__icon img {
  flex: 1;
  height: 91px;
  object-fit: contain;
}
.product-card__label {
  align-self: stretch;
  text-align: center;
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.product-categories .et_pb_code_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
}

.analytical-banner {
  width: 100%;
  padding: 72px 160px;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: radial-gradient(ellipse 86.31% 86.18% at 13.82% 45.31%, #41B6E6 0%, #104D60 100%);
}
.analytical-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.analytical-banner__content {
  position: relative;
  z-index: 1;
  width: 1120px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.analytical-banner__badge {
  padding: 7px 23px;
  background: rgba(120, 120, 120, 0.35);
  border-radius: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.analytical-banner__title {
  align-self: stretch;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.analytical-banner__desc {
  align-self: stretch;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.partners-analytical {
  width: 100%;
  padding: 117px 5%;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-analytical__title {
  align-self: stretch;
  text-align: center;
  color: #41B6E6;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.partners-analytical__grid {
  align-self: stretch;
  padding: 30px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.partner-logo-card {
  width: 190px;
  height: 137px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.partner-logo-card img {
  object-fit: contain;
  display: block;
}

#top-menu li.menu-item-has-children {
  position: relative;
}
#top-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(100%);
}
#top-menu li.menu-item-has-children > ul.sub-menu {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition-delay: 0.05s;
  pointer-events: none;
}
#top-menu li.menu-item-has-children:hover > ul.sub-menu, #top-menu li.menu-item-has-children.et-hover > ul.sub-menu, #top-menu li.menu-item-has-children.et-touch-hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transition-delay: 0s;
}
#top-menu ul.sub-menu {
  background: rgba(0, 0, 0, 0.43);
  border: none !important;
  margin-top: 0 !important;
  padding-top: 20px;
}
#top-menu ul.sub-menu .menu-item a {
  color: #fff !important;
}
#top-menu ul.sub-menu .current-menu-item a {
  color: #1b98cb !important;
}

.page-id-829 #main-header {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.page-id-829 #page-container,
.page-id-829 #page-container.et_non_fixed_nav,
.page-id-829 #page-container.et_fixed_nav {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.page-id-829 #main-content .container,
.page-id-829 #main-content > .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.page-id-829 #et-main-area {
  padding-top: 0 !important;
}
.page-id-829 .et_pb_section_0.et_pb_section_parallax,
.page-id-829 .et_pb_section:first-child {
  margin-top: 0 !important;
}
.page-id-829 #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.page-id-829 .contact__info {
  width: 523px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-id-829 .contact__info .our-partners {
  width: 100%;
  padding: 0;
  background: #ffffff;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.page-id-829 .contact__info .our-partners .our-partners__grid {
  width: 523px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.page-id-829 .contact__info .our-partners .our-partners__grid .partner-logo {
  padding: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 90px;
  border: 1px solid #C1B098;
  border-radius: 20px;
}
.page-id-829 .contact__info .our-partners .our-partners__grid .partner-logo img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

#about_row img {
  border-radius: 20px;
}

.page-id-27 .partner-logo, .page-id-1227 .partner-logo {
  border: none !important;
}

.page-id-1227 h1 {
  color: #fff !important;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -1.44px;
}

.page-id-1227 #orange-banner h1 {
  width: 695px;
  flex-shrink: 0;
  text-align: center;
  font-size: 52px;
  margin: 50px auto;
  font-weight: 700;
}
.page-id-1227 #orange-banner h1 > span {
  font-weight: 400 !important;
}
.page-id-1227 div#processes .et_pb_code_inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
}
.page-id-1227 .pro-section {
  display: flex;
  padding: 32px 41px;
  align-items: center;
  gap: 32px;
  border-radius: 23px;
  border-bottom: 1px solid #d6d6d6;
  background: rgba(255, 255, 255, 0.1);
}
.page-id-1227 .pro-section .image-side {
  width: 352px;
  height: 400px;
  aspect-ratio: 22/25;
  background: url("/wp-content/uploads/2026/02/e521554aa133e9aba74842ec8f24d59c6f81a67a.png");
  background-size: cover;
  border-radius: 20px;
  flex: auto;
  background-position: left;
}
.page-id-1227 .pro-section .image-side.right-side {
  width: 352px;
  height: 400px;
  aspect-ratio: 22/25;
  background: url("/wp-content/uploads/2026/02/ccde7eddec659e3de830bfbfcb525ce3ad35d064.png");
  background-size: cover;
  border-radius: 20px;
  background-position: right;
  flex: auto;
}
.page-id-1227 .pro-section .text-side {
  display: flex;
  width: 736px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.page-id-1227 .pro-section .text-side h3.api-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.72px;
}
.page-id-1227 .pro-section .text-side p, .page-id-1227 .pro-section .text-side ul li {
  color: #fff;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-align: left !important;
}
.page-id-1227 .pro-section .text-side .btn-cont {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  border: 1px solid #EEE;
}
.page-id-1227 .pro-section .text-side .btn-cont a {
  display: flex;
  padding: 9px 4px;
  justify-content: center;
  align-items: center;
  gap: 23px;
  border-radius: 32px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

.news-insights {
  width: 100%;
  padding: 100px 160px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.news-insights__content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-insights__text-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-insights__header {
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-insights__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 23px;
  border-radius: 45px;
  background: linear-gradient(180deg, rgba(67, 111, 152, 0.9) 0%, rgba(44, 76, 105, 0.9) 100%);
  border: 1px solid rgba(106, 146, 183, 0.65);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.news-insights__title {
  width: 100%;
  max-width: 931px;
  color: #fff;
  font-size: 59.85px;
  font-weight: 600;
  line-height: 74.81px;
}

.news-insights__description {
  width: 100%;
  max-width: 597px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 991px) {
  .news-insights {
    padding: 80px 56px;
    min-height: auto;
  }
  .news-insights__title {
    font-size: 46px;
    line-height: 58px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .news-insights {
    padding: 56px 24px;
  }
  .news-insights__title {
    font-size: 34px;
    line-height: 43px;
  }
  .news-insights__description {
    font-size: 15px;
    line-height: 23px;
  }
}
.page-id-1062 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-id-1062 .column.size-1of3 {
  display: flex;
  padding: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  background: #f9f9fb;
  gap: 20px;
  align-items: flex-start;
}

#main-header a.et-cart-info,
#top-header a.et-cart-info,
.et_slide_in_menu_container a.et-cart-info,
a.et-cart-info {
  display: none !important;
}

.wpf_column_horizontal {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wpf_column_horizontal li input {
  border-radius: 0 !important;
}

.product h2.woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 18px !important;
  text-align: center;
}

.product-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.product-grid .et_pb_column.et_pb_column_1_4.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
  margin: 0;
  width: 24%;
}

form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.contact-form__input.contact-form__textarea {
  height: 88px !important;
}

.btn-prod {
  display: flex;
  justify-content: center;
  /* margin-top: 39px; */
  position: relative;
  top: 44px;
}
.btn-prod a.orange-btn {
  background: #ED8B00;
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
}

.wpf_item.wpf_item_product_brand a {
  color: #000 !important;
}

.page page-id-898 .partner-logo-card:last-child {
  border: 1px solid #878787;
}

/* =============================================
   WPF Filter – Uniform Styles (Shop + Category pages)
   ============================================= */
.wpf_form .wpf_item_name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.wpf_form .wpf_hierachy,
.wpf_form ul.wpf_submenu,
.wpf_form ul.wpf_column_horizontal {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: none !important;
}
.wpf_form .wpf_hierachy li,
.wpf_form ul.wpf_submenu li,
.wpf_form ul.wpf_column_horizontal li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
  border: none !important;
  float: none !important;
  width: 100% !important;
}
.wpf_form .wpf_hierachy li input[type=checkbox],
.wpf_form ul.wpf_submenu li input[type=checkbox],
.wpf_form ul.wpf_column_horizontal li input[type=checkbox] {
  width: 14px;
  height: 14px;
  border-radius: 0 !important;
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.wpf_form .wpf_hierachy li label,
.wpf_form ul.wpf_submenu li label,
.wpf_form ul.wpf_column_horizontal li label {
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  cursor: pointer;
  flex: 1;
  min-width: 0;
}
.wpf_form .wpf_hierachy li .wpf_item_count,
.wpf_form ul.wpf_submenu li .wpf_item_count,
.wpf_form ul.wpf_column_horizontal li .wpf_item_count {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #ED8B00;
  border-radius: 10px;
  padding: 1px 7px;
  line-height: 1.4;
  flex-shrink: 0;
}
.wpf_form .wpf_item + .wpf_item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.wpf_form ul.wpf_submenu {
  padding-left: 20px;
  margin-top: 2px;
}

/* =============================================
   Product Category Archive – Fullwidth Layout
   ============================================= */
.tax-product_cat #sidebar {
  display: none !important;
}
.tax-product_cat #left-area {
  width: 100% !important;
  float: none !important;
  padding-bottom: 40px;
}
.tax-product_cat #content-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-products-header {
  display: none !important;
}
.tax-product_cat #left-area {
  display: grid !important;
  grid-template-columns: 260px 1fr;
  gap: 0 30px;
  align-items: start;
  padding-top: 24px;
}
.tax-product_cat #left-area > * {
  grid-column: 1/-1;
}
.tax-product_cat #left-area > .product-cat-filter-wrap {
  grid-column: 1;
  grid-row: 2/span 20;
  position: sticky;
  top: 100px;
}
.tax-product_cat #left-area > .wpf-search-container {
  grid-column: 2;
  grid-row: 2/span 20;
}
.tax-product_cat .product-cat-filter-wrap .wpf_form {
  visibility: visible !important;
}
.tax-product_cat .woocommerce-result-count {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.tax-product_cat .woocommerce-ordering {
  margin-bottom: 8px;
}
.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  padding: 0 !important;
  list-style: none !important;
}
.tax-product_cat ul.products::before, .tax-product_cat ul.products::after {
  display: none !important;
  content: none !important;
}
.tax-product_cat ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  padding: 16px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  transition: box-shadow 0.2s ease;
}
.tax-product_cat ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.tax-product_cat ul.products li.product .et_shop_image img {
  border-radius: 8px;
}
.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 15px !important;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}
.tax-product_cat #page-container {
  padding-top: 0 !important;
}

/* =============================================
   Product Category Hero
   ============================================= */
.product-cat-hero {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.product-cat-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 49, 87, 0.85) 0%, rgba(15, 49, 87, 0.7) 100%);
  z-index: 1;
}
.product-cat-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 40px 50px;
  max-width: 800px;
}
.product-cat-hero__breadcrumb {
  font-size: 14px;
  margin-bottom: 16px;
}
.product-cat-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.product-cat-hero__breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}
.product-cat-hero__breadcrumb .sep {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 6px;
}
.product-cat-hero__breadcrumb .current {
  color: #ED8B00;
  font-weight: 500;
}
.product-cat-hero__title {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.5px;
}
.product-cat-hero__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 28px;
  margin-top: 16px;
}

/* ===== 404 Page ===== */
.error404 #main-header {
  background: #0F3157 !important;
}
.error404 #main-content,
.error404 #content-area,
.error404 #left-area,
.error404 .container {
  display: none !important;
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #0F3157;
  text-align: center;
  padding: 40px 20px;
}
.page-404__inner {
  max-width: 560px;
}
.page-404__code {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(120px, 20vw, 200px);
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.15);
  letter-spacing: -4px;
  margin-bottom: 8px;
}
.page-404__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}
.page-404__desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 40px;
}
.page-404__btn {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #ED8B00;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.page-404__btn:hover {
  background: #d67a00;
  color: #fff;
}

/* ===== WooCommerce Pagination (Global) ===== */
.woocommerce-pagination {
  margin-top: 32px;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 6px;
  border: none;
}
.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #555;
  background: #f5f5f5;
  border: none;
  transition: all 0.2s ease;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  color: #ED8B00;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #ED8B00;
  color: #fff;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  background: none;
  border: none;
}

.page-id-582 .stat-card {
  background: url("../divi-child/images/oliver-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* ===== Visibility Utilities ===== */
.mobile-only {
  display: none !important;
}

form.woocommerce-ordering {
  visibility: hidden;
}

p.woocommerce-result-count {
  text-align: center !important;
}

.page-id-1062 .et_pb_row {
  display: flex;
  flex-wrap: wrap;
}
.page-id-1062 .et_pb_row > .et_pb_column {
  display: flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-id-1062 .et_pb_row > .et_pb_column .et_pb_blurb {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.page-id-1062 .et_pb_row > .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-id-1062 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  display: flex;
  gap: 5px;
  background: url(../divi-child/images/oliver-bg.jpg);
  border-radius: 20px;
  min-height: 300px;
  height: 300px;
  max-height: max-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-1062 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description img.wp-image-2459.alignnone.size-medium {
  object-fit: contain;
}
.page-id-1062 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h1 {
  color: #fff;
  font-size: 22px !important;
  text-align: center;
  font-weight: 600;
}
.page-id-1062 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  text-align: center;
  color: #fff;
}
.page-id-1062 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p.comingsoon {
  font-size: 100%;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(67, 111, 152, 0.9) 0%, rgba(44, 76, 105, 0.9) 100%);
  border: 1px solid rgba(106, 146, 183, 0.65);
  padding: 3% 10%;
  border-radius: 50px;
  margin-top: 33.5%;
  align-self: center;
  text-align: center;
}

.page-id-1062 .toggle-content {
  display: none;
}
.see-more-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.page-id-1062 .see-more-modal.is-open {
  display: flex;
}
.page-id-1062 .see-more-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.page-id-1062 .see-more-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 640px;
  max-height: 80vh;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: seeMoreFadeIn 0.25s ease;
}
.page-id-1062 .see-more-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 4px;
  border-radius: 6px;
  transition: background 0.2s;
}
.page-id-1062 .see-more-modal__close:hover {
  background: #f0f0f0;
  color: #333;
}
.page-id-1062 .see-more-modal__body {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
.page-id-1062 .see-more-modal__body h1, .page-id-1062 .see-more-modal__body h2, .page-id-1062 .see-more-modal__body h3 {
  color: #0F3157;
  margin-bottom: 12px;
}
.page-id-1062 .see-more-modal__body p {
  margin-bottom: 10px;
  color: #444;
}
.page-id-1062 .see-more-modal__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@keyframes seeMoreFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.page-id-1062 #first-row .et-last-child .et_pb_blurb_description {
  display: flex;
  gap: 5px;
  background: url(../divi-child/images/blip.jpg) !important;
  border-radius: 20px;
  min-height: 300px;
  height: auto;
  max-height: max-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 20px;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer !important;
}
.page-id-1062 .second-row .et-last-child .et_pb_blurb_description {
  display: flex;
  gap: 5px;
  background: url(../divi-child/images/oliver-bg.jpg);
  border-radius: 20px;
  min-height: 300px;
  height: auto;
  max-height: max-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-1062 .et_pb_blog_grid .et_pb_post h2.entry-title {
  text-align: left !important;
}
.page-id-1062 .et_pb_blog_grid .et_pb_post .post-meta,
.page-id-1062 .et_pb_blog_grid .et_pb_post .post-content {
  text-align: left !important;
}

.api-logo {
  display: flex;
  gap: 7px;
}
.api-logo img {
  width: 100px;
  height: 60px !important;
  background: #fff;
  border-radius: 19px;
  padding: 10px;
}

.toggle-content {
  width: 100%;
  display: none;
}

.inside-content {
  text-align: left !important;
  color: #fff;
}
.inside-content h5 {
  color: #fff;
  font-weight: bold;
}
.inside-content p {
  text-align: left !important;
}
.inside-content a {
  text-align: left !important;
  color: #fff;
}

.single-product .et_pb_module.et_pb_wc_meta.et_pb_wc_meta_0_tb_body.et_pb_bg_layout_.et_pb_wc_meta_layout_inline {
  display: none !important;
}
