@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="tel"] {
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #E1E1E1;
  padding-left: 10px;
  border-radius: 5px; }
  @media (max-width: 991px) {
    input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="tel"] {
      height: 38px; } }
  input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder {
    color: #ACACAC; }
  input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
    outline: none;
    box-shadow: none;
    border-color: #ACACAC; }

textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #E1E1E1;
  font-size: 13px;
  padding: 10px;
  max-height: 200px; }
  textarea:focus {
    outline: 0;
    border-color: #ACACAC; }

a {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #5badff; }

img {
  max-width: 100%; }

* {
  font-family: 'Poppins';
  /* Handle */
  /* Handle on hover */ }
  * ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  * ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px; }
  * ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px; }
  * ::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer; }

body {
  font-family: 'Poppins';
  font-size: 16px;
  background-color: #F9F9F9;
  font-weight: 400;
  color: #000000;
  line-height: 20px; }

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
p,
a,
span {
  margin: 0;
  padding: 0;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize; }

h1,
.h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 15px; }
  @media (max-width: 1200px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 10px; } }

h2,
.h2 {
  font-size: 34px;
  line-height: 50px;
  font-weight: 500; }
  @media (max-width: 1200px) {
    h2,
    .h2 {
      font-size: 30px;
      line-height: 40px; } }

h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500; }
  @media (max-width: 1200px) {
    h3,
    .h3 {
      font-size: 26px;
      line-height: 35px; } }

h4,
.h4 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 500; }
  @media (max-width: 1200px) {
    h4,
    .h4 {
      font-size: 22px;
      line-height: 34px; } }

h5,
.h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500; }
  @media (max-width: 1200px) {
    h5,
    .h5 {
      font-size: 18px; } }

h6,
.h6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500; }
  @media (max-width: 1200px) {
    h6,
    .h6 {
      font-size: 16px; } }

/* Paragraph style based on style guide */
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0; }

span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0; }

ul {
  list-style: none;
  padding-left: 0; }
  ul.custom-list {
    list-style: disc;
    padding-left: 20px; }
  ul li {
    line-height: 24px; }

i {
  font-family: 'FontAwesome'; }

a {
  cursor: pointer; }

.button {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  line-height: 33px;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all .3s ease;
  position: relative;
  border-radius: 0;
  min-height: 33px;
  border: 0;
  border-bottom: 2px solid transparent;
  box-shadow: none;
  align-content: center;
  outline: none;
  border-radius: 5px; }
  .button:focus, .button:active {
    box-shadow: none;
    outline: none; }
  .button:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }
  .button-primary {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px;
    background-color: #536976;
    border-color: #536976; }
    .button-primary:hover, .button-primary:active, .button-primary:not(:disabled):not(.disabled):active {
      background-color: #6b7588;
      border-color: #6b7588;
      color: #ffffff; }
    .button-primary:focus, .button-primary:active {
      box-shadow: none;
      outline: none; }
    .button-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-secondary {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px;
    background-color: #8693AB;
    border-color: #6b7588; }
    .button-secondary:hover, .button-secondary:active, .button-secondary:not(:disabled):not(.disabled):active {
      background-color: #6b7588;
      border-color: #8693AB;
      color: #ffffff; }
    .button-secondary:focus, .button-secondary:active {
      box-shadow: none;
      outline: none; }
    .button-secondary:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-light-green {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px; }
    .button-light-green:focus, .button-light-green:active {
      box-shadow: none;
      outline: none; }
    .button-light-green:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-outline-primary {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px;
    border: 1px solid #536976;
    color: #536976; }
    .button-outline-primary:hover, .button-outline-primary:active, .button-outline-primary:not(:disabled):not(.disabled):active {
      background-color: #536976;
      border-color: #536976;
      color: #ffffff; }
    .button-outline-primary:focus, .button-outline-primary:active {
      box-shadow: none;
      outline: none; }
    .button-outline-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-outline-white {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ACACAC;
    color: #536976;
    background-color: #ffffff; }
    .button-outline-white:hover, .button-outline-white:active, .button-outline-white:not(:disabled):not(.disabled):active {
      background: #8693AB;
      border-color: #8693AB;
      color: #ffffff; }
      .button-outline-white:hover svg path, .button-outline-white:active svg path, .button-outline-white:not(:disabled):not(.disabled):active svg path {
        stroke: #ffffff; }
      .button-outline-white:hover svg line, .button-outline-white:active svg line, .button-outline-white:not(:disabled):not(.disabled):active svg line {
        stroke: #ffffff; }
    .button-outline-white:focus, .button-outline-white:active {
      box-shadow: none;
      outline: none; }
    .button-outline-white:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-disabled {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ACACAC;
    color: #ACACAC;
    background-color: #F2F1F9;
    cursor: not-allowed; }
    .button-disabled:hover, .button-disabled:active, .button-disabled:not(:disabled):not(.disabled):active {
      border: 1px solid #ACACAC;
      color: #ACACAC;
      background-color: #F2F1F9;
      cursor: not-allowed; }
    .button-disabled:focus, .button-disabled:active {
      box-shadow: none;
      outline: none; }
    .button-disabled:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-add-to-cart {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px; }
    .button-add-to-cart:focus, .button-add-to-cart:active {
      box-shadow: none;
      outline: none; }
    .button-add-to-cart:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }
  .button-outline-red {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all .3s ease;
    position: relative;
    border-radius: 0;
    min-height: 33px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    align-content: center;
    outline: none;
    border-radius: 5px; }
    .button-outline-red:focus, .button-outline-red:active {
      box-shadow: none;
      outline: none; }
    .button-outline-red:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }

.container {
  max-width: 1340px;
  padding-inline: 20px; }
  @media (max-width: 991px) {
    .container {
      padding: 5px 20px; } }

header {
  transition: background-color 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 9; }
  header .search-icon button {
    background-color: transparent;
    border: 0;
    color: #ffffff; }
  header .searchModal .modal-dialog {
    max-width: 100%;
    margin-top: 0; }
    header .searchModal .modal-dialog .modal-content {
      background-color: transparent; }
  header .searchModal .search-open {
    background-color: #000000c4;
    padding-block: 40px;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 991px) {
      header .searchModal .search-open {
        padding-inline: 10px; } }
    header .searchModal .search-open .search {
      display: flex;
      max-width: 500px;
      justify-content: center;
      align-items: center;
      margin: auto; }
      header .searchModal .search-open .search .button-close {
        color: #ffffff;
        font-size: 20px; }
    header .searchModal .search-open .search-input {
      flex: 1;
      border: none;
      padding: 10px;
      font-size: 16px;
      color: #333;
      outline: none; }
    header .searchModal .search-open .search-btn {
      background-color: #009dff;
      border: none;
      padding: 10px;
      cursor: pointer;
      color: #fff; }
      header .searchModal .search-open .search-btn i {
        font-size: 16px; }
    header .searchModal .search-open .close-btn {
      background-color: transparent;
      border: none;
      padding: 10px;
      cursor: pointer;
      color: #999; }
      header .searchModal .search-open .close-btn i {
        font-size: 16px; }
  header .header-top-menu {
    background-color: #000000;
    height: 30px; }
    header .header-top-menu .navbar {
      justify-content: end;
      padding: 2px 0px; }
      header .header-top-menu .navbar .nav-container {
        display: flex;
        align-items: center;
        gap: 30px; }
        header .header-top-menu .navbar .nav-container .nav-links {
          display: flex;
          align-items: center;
          gap: 30px; }
          header .header-top-menu .navbar .nav-container .nav-links a {
            font-size: 12px;
            color: #ffffff; }
  header .main-header {
    background: #536976;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #292E49, #536976);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #292E49, #536976);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
    header .main-header .header-content {
      position: relative; }
      header .main-header .header-content .navbar {
        position: static; }
        @media (max-width: 991px) {
          header .main-header .header-content .navbar {
            padding: 0; } }
        header .main-header .header-content .navbar .container-fluid {
          padding: 0; }
        header .main-header .header-content .navbar .navbar-brand {
          position: relative;
          z-index: 2; }
          header .main-header .header-content .navbar .navbar-brand img {
            max-inline-size: 300px; }
            @media (max-width: 768px) {
              header .main-header .header-content .navbar .navbar-brand img {
                max-inline-size: 250px;
                min-inline-size: 250px; } }
        @media (max-width: 991px) {
          header .main-header .header-content .navbar .nav-item:not(:last-child) {
            border-bottom: 0.1px solid #5d7685;
            margin-bottom: 5px;
            padding-bottom: 5px; } }
        @media (min-width: 992px) {
          header .main-header .header-content .navbar .nav-item .hover-menu-section {
            display: none;
            position: absolute;
            background: #536976;
            /* fallback for old browsers */
            background: -webkit-linear-gradient(to left, #292E49, #536976);
            /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #292E49, #536976);
            /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            left: 0;
            right: 0;
            top: 0;
            padding-block: 90px;
            z-index: 0; } }
        @media (max-width: 991px) {
          header .main-header .header-content .navbar .nav-item .hover-menu-section {
            display: none !important; } }
        @media (min-width: 992px) {
          header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card {
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 20px;
            transition: all 0.3s ease-in-out;
            color: #ffffff; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card:hover {
              background: rgba(255, 255, 255, 0.2);
              transform: scale(1.02); }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card a:hover {
              text-decoration: underline;
              color: #ffffff; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header h3 {
              color: #ffffff;
              font-size: 18px;
              font-weight: 700; }
              header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header h3 a:hover {
                text-decoration: underline;
                color: #ffffff; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .items .child-item:not(:first-child) {
              margin-top: 20px; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .items .child-item h5 {
              color: #ffffff;
              font-size: 16px; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .items .child-item p, header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .items .child-item a {
              color: #ffffff; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .items .child-item .card-title {
              display: flex;
              justify-content: space-between;
              align-items: center;
              gap: 16px; }
              header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .items .child-item .card-title a {
                cursor: pointer; } }
        header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: bold; }
          header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header h3 {
            margin: 0; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header h3 a:hover {
              text-decoration: underline; }
          header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header .icon-circle {
            width: 30px;
            height: 30px;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-header .icon-circle i {
              color: white; }
        header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-body h5 {
          font-weight: bold;
          margin-top: 10px; }
        header .main-header .header-content .navbar .nav-item .hover-menu-section .pxm-card .card-body p {
          font-size: 14px;
          color: #ddd; }
        header .main-header .header-content .navbar .nav-item .hover-menu-section .video-card h3 {
          color: #ffffff; }
        header .main-header .header-content .navbar .nav-item .hover-menu-section .video-card .card-body {
          display: flex;
          align-items: center; }
        header .main-header .header-content .navbar .nav-item .hover-menu-section .video-card .video-thumbnail {
          position: relative;
          width: 150px;
          height: 100px;
          margin-right: 20px; }
          header .main-header .header-content .navbar .nav-item .hover-menu-section .video-card .video-thumbnail img {
            width: 100%;
            border-radius: 8px; }
          header .main-header .header-content .navbar .nav-item .hover-menu-section .video-card .video-thumbnail .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 0, 100, 0.7);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer; }
            header .main-header .header-content .navbar .nav-item .hover-menu-section .video-card .video-thumbnail .play-button:hover {
              background: #ff0064; }
        header .main-header .header-content .navbar .nav-item .nav-link {
          font-size: 15px;
          color: white !important;
          font-weight: bold;
          transition: opacity 0.3s ease;
          position: relative;
          z-index: 2; }
          @media (max-width: 991px) {
            header .main-header .header-content .navbar .nav-item .nav-link {
              display: flex;
              align-items: center;
              justify-content: space-between; } }
          header .main-header .header-content .navbar .nav-item .nav-link:hover + .hover-menu-section {
            display: block; }
        @media (min-width: 992px) {
          header .main-header .header-content .navbar .nav-item:hover .nav-link {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 5px; } }
        header .main-header .header-content .navbar .nav-item:hover .hover-menu-section {
          display: block; }
        header .main-header .header-content .navbar .nav-item .mobile-menu ul {
          padding-left: 20px;
          margin-bottom: 10px; }
          header .main-header .header-content .navbar .nav-item .mobile-menu ul li a {
            color: #ffffff; }
        header .main-header .header-content .navbar .request-demo {
          position: relative;
          z-index: 2; }
        header .main-header .header-content .navbar .navbar-toggler {
          border: none;
          background-color: transparent;
          box-shadow: none; }
          header .main-header .header-content .navbar .navbar-toggler span {
            color: #ffffff;
            font-size: 19px; }
        header .main-header .header-content .navbar .navbar-toggler-icon {
          filter: invert(1); }

.modal-backdrop {
  display: none; }

.hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: sticky; }

.tab {
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-right: 10px;
  color: gray; }
  .tab:hover {
    border: 1px solid #536976;
    color: #536976;
    font-weight: bold; }

.tab.active {
  border: 1px solid #536976;
  color: #536976;
  font-weight: bold;
  background-color: #ffffff; }

.tab-content {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  block-size: 100%; }

/* Make the content always visible with scrolling */
.tab-content {
  display: block !important;
  /* Always show content */ }

.tab-content > .tab-pane {
  display: block !important;
  /* Always show content */ }

/* Hide all tab content by default except the first */
.intro-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px 0; }
  .intro-wrapper .intro-heading {
    color: #1e212c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0; }

.m-block-50 {
  margin: 50px 0; }
  @media (max-width: 991px) {
    .m-block-50 {
      margin: 30px 0; } }
  @media (max-width: 768px) {
    .m-block-50 {
      margin: 16px 0; } }

.digital-leader-post {
  margin-block: 60px;
  padding-block-start: 60px;
  border-block-start: 1px solid #cfcfcf; }
  .digital-leader-post .title {
    text-align: center;
    margin-block-end: 40px; }
  .digital-leader-post .cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    .digital-leader-post .cards .card {
      max-inline-size: 350px;
      block-size: 100%; }
      .digital-leader-post .cards .card .card-img-top {
        max-block-size: 250px;
        object-fit: cover; }
    @media (max-width: 768px) {
      .digital-leader-post .cards {
        flex-wrap: wrap; } }

.cards {
  display: flex;
  justify-content: center;
  gap: 20px; }
  .cards .card {
    max-inline-size: 350px; }
    .cards .card .card-img-top {
      max-block-size: 250px;
      object-fit: cover; }
  @media (max-width: 768px) {
    .cards {
      flex-wrap: wrap; } }

.icon-circle {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer; }
  .icon-circle i {
    color: white; }

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-weight: bold; }
  .cta-button:hover {
    background: #ffffff;
    color: #536976; }

.accordion .accordion-button {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500; }
  @media (max-width: 991px) {
    .accordion .accordion-button {
      font-size: 18px; } }
  .accordion .accordion-button:focus {
    border-color: #ffffff;
    box-shadow: none; }
  .accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #354552;
    box-shadow: none; }
    .accordion .accordion-button:not(.collapsed):after {
      background-image: url("/images/chevron.png");
      transform: rotate(-180deg); }

.border-right {
  border-inline-end: 1px solid #ffffff4a; }

button, a {
  cursor: pointer; }

.bg-img {
  background: url("/images/centralize-bg.png") no-repeat left; }

.border-shadow {
  -webkit-box-shadow: 0px -10px 10px -14px #354552;
  -moz-box-shadow: 0px -10px 10px -14px #354552;
  box-shadow: 0px -10px 10px -14px #354552; }

.img-wrapper img {
  max-block-size: 478px;
  object-fit: cover; }

.list {
  list-style: disc;
  padding-inline-start: 18px; }

hr {
  margin-block: 10px; }

.form-control:focus, .form-select:focus {
  border-color: #ACACAC;
  box-shadow: none; }

.toast-body {
  color: #ffffff; }

.footer {
  padding: 80px 0 40px;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  @media (max-width: 991px) {
    .footer {
      padding: 40px 0; } }
  @media (max-width: 768px) {
    .footer {
      padding: 40px 0  0; } }
  .footer .footer-heading {
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer .footer-heading i {
      font-size: 15px;
      transition: transform 0.3s ease; }
    .footer .footer-heading a {
      color: #ffffff;
      font-size: 15px;
      text-decoration: none;
      transition: color 0.3s ease;
      cursor: pointer; }
      .footer .footer-heading a:hover {
        text-decoration: underline; }
      .footer .footer-heading a.button-outline-white {
        color: #536976; }
        .footer .footer-heading a.button-outline-white:hover {
          text-decoration: none;
          color: #ffffff; }
  .footer .footer-heading[aria-expanded="true"] i {
    transform: rotate(180deg); }
  .footer ul {
    padding: 0;
    list-style: none; }
    .footer ul li {
      margin-bottom: 5px;
      cursor: pointer; }
      .footer ul li strong {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700; }
      .footer ul li a {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        transition: color 0.3s ease;
        cursor: pointer; }
        .footer ul li a:hover {
          text-decoration: underline; }
        .footer ul li a.button-outline-white {
          color: #536976; }
          .footer ul li a.button-outline-white:hover {
            text-decoration: none;
            color: #ffffff; }
  .footer .footer-bottom {
    margin-top: 30px;
    padding: 20px 0;
    color: white;
    font-family: 'Poppins'; }
    @media (max-width: 991px) {
      .footer .footer-bottom {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .footer .footer-bottom {
        margin-top: 0px; } }
    .footer .footer-bottom .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .footer .footer-bottom .footer-content {
          gap: 20px; } }
      .footer .footer-bottom .footer-content .footer-social {
        margin-bottom: 10px; }
        .footer .footer-bottom .footer-content .footer-social a {
          color: white;
          font-size: 18px;
          margin-right: 15px;
          text-decoration: none;
          transition: 0.3s;
          font-family: 'Poppins'; }
          .footer .footer-bottom .footer-content .footer-social a:hover {
            color: #ccc; }
      .footer .footer-bottom .footer-content .footer-links {
        text-align: center;
        flex-grow: 1;
        font-family: 'Poppins'; }
        .footer .footer-bottom .footer-content .footer-links p {
          color: #ffffff;
          margin: 5px 0;
          font-size: 12px;
          letter-spacing: 1px; }
        .footer .footer-bottom .footer-content .footer-links a {
          color: #ffffff;
          margin: 0 10px;
          text-decoration: none;
          font-size: 16px;
          font-family: 'Poppins'; }
          .footer .footer-bottom .footer-content .footer-links a:hover {
            text-decoration: underline; }
      .footer .footer-bottom .footer-content .footer-logo {
        margin-top: 10px; }
        .footer .footer-bottom .footer-content .footer-logo img {
          max-inline-size: 300px;
          inline-size: 100%; }
  @media (max-width: 991px) {
    .footer .footer-content {
      flex-direction: column;
      text-align: center; } }

.hero-section {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  text-align: center;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  font-family: Arial, sans-serif; }
  .hero-section h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    max-inline-size: 80%;
    margin: 0 auto;
    line-height: 1.4; }
    @media (max-width: 991px) {
      .hero-section h1 {
        font-size: 24px;
        max-inline-size: 90%; } }

.why-section {
  padding-block: 40px; }
  .why-section h2 {
    text-align: center;
    margin-block: 30px; }
  .why-section .card {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
    .why-section .card * {
      color: #000000; }
  .why-section .icon {
    font-size: 40px; }

.vision-section {
  margin-top: 30px;
  padding-block: 60px; }
  .vision-section h2 {
    text-align: center;
    margin-block: 20px; }
  .vision-section h3 {
    padding-block-end: 10px; }
  .vision-section p {
    margin-block: 12px; }
  .vision-section .btn-dark {
    background-color: #000;
    border: none; }
    .vision-section .btn-dark:hover {
      background-color: #333; }

.team-section {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 30px;
  padding-block: 60px;
  color: #ffffff; }
  .team-section h2 {
    text-align: center;
    margin-block-end: 30px; }
  .team-section .team-card {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    block-size: 100%;
    color: #000000; }
    .team-section .team-card .card-body > .title {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-block-end: 16px; }
      .team-section .team-card .card-body > .title img {
        max-inline-size: 80px; }
  .team-section p > a {
    color: #ffffff;
    cursor: pointer; }
    .team-section p > a:hover {
      color: #5badff;
      text-decoration: underline; }

.growth-section {
  padding-block: 60px; }
  .growth-section .wrapper h3 {
    margin-block-end: 16px; }

.privacy-policy {
  padding-block: 60px; }
  .privacy-policy .content {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px; }
    .privacy-policy .content .wrapper h1 {
      padding: 30px;
      text-align: center; }
    .privacy-policy .content .wrapper h3 {
      margin-block-start: 20px; }
    .privacy-policy .content .wrapper p {
      letter-spacing: 1px;
      margin-block: 10px; }
      .privacy-policy .content .wrapper p a:hover {
        text-decoration: underline; }

.main-content .inner {
  float: none;
  margin-inline: auto;
  margin-top: 20px;
  max-width: 1366px;
  padding-inline: 2%;
  position: relative;
  z-index: 1; }
  .main-content .inner .tab-content-row {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    position: relative; }
    .main-content .inner .tab-content-row .carousel-container {
      min-inline-size: 400px;
      inline-size: 44%;
      block-size: 100%;
      position: sticky;
      top: 140px; }
      .main-content .inner .tab-content-row .carousel-container .carousel-wrapper {
        text-align: center;
        background-color: white;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .main-content .inner .tab-content-row .carousel-container .carousel-main {
        position: relative;
        width: 100%; }
        .main-content .inner .tab-content-row .carousel-container .carousel-main img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 12px; }
      .main-content .inner .tab-content-row .carousel-container .carousel-thumbnails {
        display: flex;
        justify-content: center;
        margin-block-start: 16px; }
        .main-content .inner .tab-content-row .carousel-container .carousel-thumbnails img {
          inline-size: 70px;
          block-size: 70px;
          margin: 5px;
          cursor: pointer;
          border-radius: 5px;
          border: 2px solid transparent;
          transition: 0.3s; }
          .main-content .inner .tab-content-row .carousel-container .carousel-thumbnails img.active {
            border: 2px solid #00796b; }
    .main-content .inner .tab-content-row .product-container {
      min-inline-size: 400px;
      inline-size: 56%;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: left; }
      .main-content .inner .tab-content-row .product-container a {
        color: #6b25c3;
        text-decoration: none;
        font-weight: bold; }
      .main-content .inner .tab-content-row .product-container h1 {
        margin: 10px 0; }
      .main-content .inner .tab-content-row .product-container .price {
        font-size: 22px;
        color: #ff0000;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .main-content .inner .tab-content-row .product-container .price .discount {
          color: #ff0000;
          margin-left: 8px;
          text-decoration: none; }
      .main-content .inner .tab-content-row .product-container .rating {
        color: gold;
        margin-top: 5px; }
      .main-content .inner .tab-content-row .product-container .options {
        display: flex;
        align-items: center;
        margin-top: 15px; }
        .main-content .inner .tab-content-row .product-container .options .option-circle {
          width: 30px;
          height: 30px;
          border: 2px solid #6b25c3;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 10px; }
        .main-content .inner .tab-content-row .product-container .options .selected {
          background: #6b25c3; }
      .main-content .inner .tab-content-row .product-container .free-shipping {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 8px;
        margin: 10px 0;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
        .main-content .inner .tab-content-row .product-container .free-shipping img {
          width: 20px;
          margin-right: 8px; }
      .main-content .inner .tab-content-row .product-container .btn-wrapper {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: space-between;
        margin-block: 20px; }
      .main-content .inner .tab-content-row .product-container .btn-request {
        width: 70%;
        padding: 10px;
        border: none;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #536976;
        background: #536976;
        color: white; }
        .main-content .inner .tab-content-row .product-container .btn-request:hover {
          background: #fff;
          color: #111;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
      .main-content .inner .tab-content-row .product-container .in-stock {
        color: green;
        font-weight: bold;
        margin-top: 5px; }
      .main-content .inner .tab-content-row .product-container .accordion .accordion-button:focus {
        border-color: #ddd;
        box-shadow: none; }
      .main-content .inner .tab-content-row .product-container .accordion .accordion-button:not(.collapsed) {
        color: #354552;
        background-color: #ffffff;
        box-shadow: none; }
        .main-content .inner .tab-content-row .product-container .accordion .accordion-button:not(.collapsed):after {
          background-image: url("/images/chevron.png");
          transform: rotate(-180deg); }
      .main-content .inner .tab-content-row .product-container .accordion table tbody tr td {
        color: #424551;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5; }
        .main-content .inner .tab-content-row .product-container .accordion table tbody tr td:first-child {
          font-weight: 600; }
      @media (max-width: 768px) {
        .main-content .inner .tab-content-row .product-container .accordion table tbody tr:first-child {
          display: none; }
        .main-content .inner .tab-content-row .product-container .accordion table tbody tr td {
          display: block; } }
    @media (max-width: 991px) {
      .main-content .inner .tab-content-row {
        flex-wrap: wrap; }
        .main-content .inner .tab-content-row .carousel-container {
          inline-size: 100%;
          position: initial;
          top: 0; }
        .main-content .inner .tab-content-row .product-container {
          inline-size: 100%; } }
.main-content .hero-section {
  display: flex;
  gap: 5%;
  align-items: center; }
  .main-content .hero-section .img-wrapper {
    inline-size: 35%; }
  .main-content .hero-section .text-wrapper {
    inline-size: 65%; }
    .main-content .hero-section .text-wrapper h2 {
      margin-block-end: 10px; }
    .main-content .hero-section .text-wrapper p {
      margin-block-end: 10px; }
.main-content .our-brand {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 30px;
  margin-block: 30px;
  align-items: center;
  color: #fff; }
  .main-content .our-brand .hero-section {
    text-align: center;
    padding: 50px 20px; }
  .main-content .our-brand .hero-image {
    max-width: 100%;
    height: auto; }

.feature-card {
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

.feature-card img {
  width: 100%;
  height: auto; }

.product-management {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0;
  color: #fff;
  padding-block-start: 60px;
  margin-block-end: 30px; }
  .product-management .hero-content-title {
    margin: 0 auto;
    max-width: 800px;
    padding-top: 0;
    text-align: center; }
    .product-management .hero-content-title h1 {
      margin-block-end: 30px; }
    .product-management .hero-content-title .btn-wrapper {
      margin-block: 30px; }
  .product-management .text-wrapper {
    text-align: center; }
  .product-management .cards {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3%;
    padding-inline: 5%;
    justify-content: center; }
    .product-management .cards .card {
      inline-size: 32%;
      block-size: 100%; }
  .product-management .pim-background {
    background: url("/images/image (22).png") no-repeat center;
    background-size: cover;
    padding-block: 80px; }
  .product-management p {
    text-align: center; }

.pxm-diagram {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0;
  color: #fff;
  color: #ffffff;
  position: relative; }
  .pxm-diagram .pim-background {
    background: url("/images/image (22).png") no-repeat center;
    background-size: cover;
    padding: 20px 0 60px 0; }
  .pxm-diagram p {
    text-align: center; }

.pxm-deliver {
  padding: 60px 20px; }
  .pxm-deliver .feature-section {
    text-align: center; }
    .pxm-deliver .feature-section p {
      letter-spacing: 1px;
      line-height: 32px;
      margin-block: 20px; }
  .pxm-deliver .feature-card {
    background: #536976;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #292E49, #536976);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #292E49, #536976);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding: 25px;
    border-radius: 12px;
    block-size: 100%; }
    .pxm-deliver .feature-card p {
      margin-block: 20px; }
  @media (max-width: 768px) {
    .pxm-deliver {
      padding: 30px 20px; } }

.bim-accordion {
  margin-block: 50px;
  padding-block: 70px;
  border-block-start: 1px solid #A7A5A5; }
  .bim-accordion .left-content {
    max-inline-size: 650px;
    margin-inline-end: auto; }
    .bim-accordion .left-content .title {
      margin-block-end: 20px; }
    .bim-accordion .left-content p {
      margin-block-end: 40px;
      color: #000000; }
  .bim-accordion .right-content img {
    inline-size: 100%; }
  .bim-accordion .right-content.bim {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    block-size: 100%; }
    .bim-accordion .right-content.bim img {
      max-inline-size: 480px;
      inline-size: 100%; }
  @media (max-width: 768px) {
    .bim-accordion {
      margin-block: 20px;
      padding-block: 40px; }
      .bim-accordion .left-content {
        margin-inline: auto; } }

.bim-accordion#security {
  background: none; }

.collaborate-title {
  margin: 40px auto;
  text-align: center;
  padding-block-start: 30px; }
  .collaborate-title .strategy-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-block-start: 30px;
    margin-block-end: 60px; }
    .collaborate-title .strategy-options .feature-card {
      background: #536976;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to left, #292E49, #536976);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to left, #292E49, #536976);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      color: white;
      padding-block: 60px;
      min-inline-size: 250px; }
      .collaborate-title .strategy-options .feature-card p {
        margin-block: 16px; }
  @media (max-width: 575px) {
    .collaborate-title {
      margin: 0 auto; }
      .collaborate-title .strategy-options {
        flex-wrap: wrap; } }

.automation-info {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  padding-block: 60px;
  margin-block-start: 60px; }
  .automation-info .content p {
    margin-block: 16px; }

.security-title {
  padding-block: 100px;
  text-align: center;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; }
  .security-title .text-wrapper {
    max-inline-size: 800px;
    margin: 0 auto; }

.security-page {
  padding-block: 60px; }
  .security-page .accordion .accordion-body h6 {
    margin-block-start: 20px; }
  .security-page .accordion .accordion-body p {
    margin-block: 12px; }

.security-body {
  position: relative; }
  .security-body .tabs {
    background: #000000;
    justify-content: center;
    border: 0;
    position: sticky;
    top: 115px;
    z-index: 1; }
    .security-body .tabs.active {
      border: 0; }
  .security-body .BI-compliance {
    padding-block: 60px;
    background: #536976;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #292E49, #536976);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #292E49, #536976);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff; }
    .security-body .BI-compliance .tab-pane .tab-content {
      background: #536976;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #292E49, #536976);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #292E49, #536976);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .security-body .BI-compliance .tab-pane .tab-content .content {
        max-inline-size: 800px;
        margin: auto;
        text-align: center; }
        .security-body .BI-compliance .tab-pane .tab-content .content .text-wrapper p {
          line-height: 32px;
          letter-spacing: 1px;
          font-weight: 400;
          margin-block: 30px; }

.privacy-section {
  text-align: center;
  padding-block: 60px; }
  .privacy-section h2 {
    margin-bottom: 20px; }
  .privacy-section .privacy-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; }
    .privacy-section .privacy-cards .card {
      background: #536976;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to left, #292E49, #536976);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to left, #292E49, #536976);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      color: #ffffff;
      padding: 20px;
      border-radius: 12px;
      width: 300px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      block-size: 100%; }
      .privacy-section .privacy-cards .card h5 {
        margin-bottom: 10px; }

.data-request {
  padding: 60px 20px;
  text-align: center; }
  .data-request p {
    margin: 10px 0; }

.agreements-section {
  text-align: center;
  padding-block: 60px; }
  .agreements-section h2 {
    color: black;
    margin-bottom: 30px; }
  .agreements-section .agreements-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; }
    .agreements-section .agreements-container .agreement-card {
      padding: 20px;
      border-radius: 12px;
      width: 250px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease; }
      .agreements-section .agreements-container .agreement-card i {
        font-size: 40px;
        margin-bottom: 10px; }
      .agreements-section .agreements-container .agreement-card h3 {
        margin-bottom: 15px; }

.compliance {
  padding-block: 60px;
  text-align: center; }
  .compliance .title {
    margin-block-end: 10px; }
  .compliance .compliance-img-wrap {
    display: flex;
    justify-content: center;
    margin-block-start: 40px;
    gap: 30px;
    flex-wrap: wrap; }
    .compliance .compliance-img-wrap img {
      border-radius: 100%;
      block-size: 110px;
      inline-size: 110px;
      outline: 2px solid #8693AB;
      object-fit: contain; }
      @media (max-width: 768px) {
        .compliance .compliance-img-wrap img {
          block-size: 100px;
          inline-size: 100px;
          outline: 3px solid #8693AB; } }
    .compliance .compliance-img-wrap > li .active img {
      outline: 5px solid #ff9933; }

.certifications .tab-content {
  block-size: auto;
  max-inline-size: 910px;
  margin: auto;
  border-radius: 20px;
  margin-block-start: 40px;
  border: 2px solid #ff9933;
  position: relative; }
  .certifications .tab-content > .tab-pane {
    display: none !important; }
    .certifications .tab-content > .tab-pane.active {
      display: block !important; }
  .certifications .tab-content > .tab-pane.active:after {
    content: ' ';
    position: absolute;
    top: -36px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 30px 20px 0;
    border-color: transparent #ff9933 transparent transparent;
    transform: rotate(90deg); }
  .certifications .tab-content > .tab-pane.ISO-1.active:after {
    content: ' ';
    left: 10%; }
  .certifications .tab-content > .tab-pane.ISO-2.active:after {
    content: ' ';
    left: 25%; }

@media (max-width: 768px) {
  .agreements-section .agreements-container {
    flex-direction: column;
    align-items: center; } }
@media (max-width: 768px) {
  .privacy-section .privacy-cards {
    flex-direction: column;
    align-items: center; }

  .data-request {
    padding: 30px 10px; } }
#logoCarousel .brand-logo {
  max-height: 50px;
  margin: 0 15px;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  filter: contrast(0); }
  #logoCarousel .brand-logo:hover {
    opacity: 1; }
#logoCarousel .carousel-control-prev, #logoCarousel .carousel-control-next {
  filter: contrast(0); }

.lead {
  font-size: 30px;
  line-height: 50px; }
  @media (max-width: 991px) {
    .lead {
      font-size: 20px;
      line-height: 30px; } }

.testimonial-box {
  background-color: #f4f4f4;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
  .testimonial-box .quote {
    font-size: 40px;
    font-weight: bold;
    color: #536976; }
  .testimonial-box .author {
    font-style: italic;
    font-weight: bold;
    margin-top: 10px; }

.form-container {
  margin-bottom: 20px;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #536976, #292E49);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #536976, #292E49);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 12px;
  padding: 30px; }
  .form-container .form-control::placeholder {
    color: #ACACAC; }
  .form-container .form-control.form-select {
    background: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #536976; }
  .form-container h2 {
    margin-block-end: 16px;
    color: #ffffff; }

.contact-us-form {
  margin-block-start: 60px; }
  .contact-us-form > .form-container {
    max-inline-size: 700px;
    margin: auto; }

.why-us-section {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-block: 30px; }
  .why-us-section h2 {
    margin-block: 30px;
    color: #ffffff; }
  .why-us-section .key-points ul li {
    background: #536976;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #292E49, #536976);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #292E49, #536976);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.checkmark {
  color: #ffffff;
  font-size: 20px;
  margin-right: 5px; }

.stats-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  padding-block: 60px; }
  .stats-grid div:nth-child(odd) {
    border-right: 1px solid #536976; }
  .stats-grid p {
    color: rgba(255, 255, 255, 0.8); }
  .stats-grid .grid-cell h4 {
    margin-block-end: 16px; }

.demo-request-section {
  margin-block-start: 60px; }
  .demo-request-section .demo-request-body-wrapper {
    margin-block: 40px; }
  @media (max-width: 991px) {
    .demo-request-section {
      margin-block-start: 40px; } }
  @media (max-width: 768px) {
    .demo-request-section {
      margin-block-start: 30px; } }

.terms-of-service {
  padding-block: 60px; }
  .terms-of-service .content {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px; }
    .terms-of-service .content .wrapper h1 {
      padding: 30px;
      text-align: center; }
    .terms-of-service .content .wrapper h3 {
      margin-block-start: 20px; }
    .terms-of-service .content .wrapper p {
      letter-spacing: 1px;
      margin-block: 10px; }
      .terms-of-service .content .wrapper p a:hover {
        text-decoration: underline; }

.connect-section {
  padding-inline: 20px;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .connect-section * {
    color: #ffffff; }
  .connect-section .subheading {
    font-size: 20px;
    font-weight: 300; }

.connect-card {
  background: #ffffff;
  padding: 20px;
  block-size: 100%;
  color: #536976;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease; }
  .connect-card * {
    color: #000000; }
  .connect-card h6 > span {
    margin-block-start: 10px;
    display: inline-block; }
  .connect-card > p {
    margin-block-end: 14px; }
  .connect-card a {
    cursor: pointer; }

.icon {
  font-size: 30px;
  margin-bottom: 15px; }

.locations-section {
  background: transparent; }

.location-card {
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  block-size: 100%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  height: 100%;
  color: #000000; }
  .location-card i {
    color: #536976;
    margin-right: 8px; }
  .location-card p {
    margin-bottom: 10px; }
  .location-card img {
    height: 100px; }

.newsroom-section {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 30px 0; }
  .newsroom-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .newsroom-section .text-content {
    max-width: 50%; }
    .newsroom-section .text-content * {
      color: #ffffff; }
  .newsroom-section .image-content img {
    max-width: 250px; }
  .newsroom-section .btn {
    color: #ffffff; }

.bim-brand {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; }

.bim-brand-accordion {
  padding-block: 60px; }
  .bim-brand-accordion .left-content .title {
    margin-block: 30px; }
    .bim-brand-accordion .left-content .title h2 {
      margin-block-end: 20px; }
  @media (max-width: 991px) {
    .bim-brand-accordion {
      margin-block: 30px;
      padding: 0; } }

.bim-brand-value {
  padding-block: 60px; }
  .bim-brand-value .content {
    max-inline-size: 1050px;
    margin: auto; }
    .bim-brand-value .content h1 {
      text-align: center;
      margin-block-end: 40px; }
    .bim-brand-value .content .cards .card {
      padding: 20px;
      block-size: auto; }
      .bim-brand-value .content .cards .card h5 {
        margin-block: 20px; }
  @media (max-width: 991px) {
    .bim-brand-value {
      padding-block: 40px; } }

.gradient-section {
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 12px 1px #536976 inset; }
  .gradient-section h2 {
    margin: 0 0 10px; }
  .gradient-section p {
    margin: 0 0 20px; }
  @media (max-width: 991px) {
    .gradient-section {
      margin-block-start: 16px; } }

.cta-button
.quote-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 20px; }

.quote-box {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  padding: 30px;
  max-width: 800px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  margin: 60px auto; }
  .quote-box .quote-title {
    font-size: 20px;
    font-weight: bold; }
  .quote-box .quote-text {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic; }
  .quote-box .quote-source {
    font-size: 14px;
    margin-top: 20px;
    opacity: 0.8; }
  .quote-box .disclaimer {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 10px; }

.pxm-section {
  padding: 40px; }
  .pxm-section .heading {
    text-align: center; }
  .pxm-section .content {
    padding-block: 30px; }
    .pxm-section .content .content-body {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 25px;
      flex-direction: column; }
    .pxm-section .content .img-wrapper {
      padding: 20px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }

/* Responsive Design */
@media (max-width: 768px) {
  .quote-box {
    max-width: 90%;
    padding: 20px; }

  .quote-text {
    font-size: 16px; } }
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.swiper {
  width: 80%;
  max-width: 1200px;
  height: 400px;
  display: flex;
  align-items: center; }

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .swiper-slide {
      flex-wrap: wrap; } }
  .swiper-slide img {
    width: 40%;
    border-radius: 8px; }
    @media (max-width: 991px) {
      .swiper-slide img {
        max-width: 100%;
        width: 100%; } }
  .swiper-slide .slide-content {
    max-width: 50%; }
    @media (max-width: 991px) {
      .swiper-slide .slide-content {
        max-width: 100%; } }
    .swiper-slide .slide-content h2 {
      font-size: 24px;
      color: #333; }
    .swiper-slide .slide-content p {
      font-size: 16px;
      color: #666; }

.custom-dots {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .custom-dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #000000; }
  .custom-dots .swiper-pagination-bullet-active {
    background: #536976;
    width: 12px;
    height: 32px;
    border-radius: 10px;
    border: 0; }

.support-section {
  text-align: center;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 60px 20px; }
  .support-section .support-content {
    max-width: 800px;
    width: 90%;
    margin: auto; }
  .support-section h1 {
    margin-bottom: 15px;
    color: #ffffff; }
  .support-section p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff; }

/* Section Styling */
.premium-support {
  text-align: center;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 60px 20px;
  color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  /* Card Container */ }
  .premium-support::before {
    content: "";
    background: url("https://www.transparenttextures.com/patterns/hexellence.png");
    /* Background Pattern */
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .premium-support h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ffffff; }
  .premium-support .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    /* Individual Cards */ }
    .premium-support .card-container .card {
      background: rgba(255, 255, 255, 0.1);
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease-in-out;
      block-size: 100%; }
      .premium-support .card-container .card p {
        font-size: 14px;
        color: #ddd; }
      .premium-support .card-container .card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff; }

.support-section-contact-us {
  text-align: center;
  padding: 60px;
  border-radius: 10px;
  color: #000000;
  margin-block: 20px; }
  .support-section-contact-us h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px; }
  .support-section-contact-us p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.5; }

.support-page .key-points ul li {
  inline-size: 48%; }
  @media (max-width: 768px) {
    .support-page .key-points ul li {
      inline-size: 100%; } }

.home-banner {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white; }

.text-box {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }
  .text-box a {
    color: white;
    text-decoration: none; }
    .text-box a:hover {
      text-decoration: underline; }
  .text-box span {
    display: flex;
    justify-content: space-between;
    max-inline-size: 325px; }

.key-points .title {
  max-inline-size: 900px;
  margin: 0 auto 40px; }
.key-points ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .key-points ul li {
    background: #536976;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #292E49, #536976);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #292E49, #536976);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 20px;
    padding-left: 40px;
    inline-size: 47.8%;
    border-radius: 10px;
    position: relative;
    color: #ffffff; }
    .key-points ul li p {
      margin-block: 14px; }
    .key-points ul li i {
      position: absolute;
      left: 7px;
      top: 6px;
      font-size: 28px;
      color: #ff9933; }
    @media (max-width: 768px) {
      .key-points ul li {
        inline-size: 100%; } }
.key-points span.diamond {
  position: absolute;
  left: 24px; }
.key-points .quotes {
  max-inline-size: 800px;
  margin: auto;
  font-size: 28px;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  padding: 30px 20px;
  border-radius: 10px; }
  .key-points .quotes p::before {
    content: '“';
    font-size: 65px;
    color: #f47c28;
    line-height: 24px;
    vertical-align: middle; }
  .key-points .quotes p::after {
    content: '"';
    font-size: 65px;
    color: #f47c28;
    line-height: 24px;
    vertical-align: bottom; }
  .key-points .quotes span.auther {
    display: block;
    font-size: 14px;
    padding-block-start: 10px;
    font-weight: bold; }

.request-demp {
  padding-block: 50px;
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; }
  .request-demp .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .request-demp .wrapper a {
      white-space: nowrap; }

.cards .card-img-top {
  height: 250px; }
.cards .card {
  max-inline-size: 400px;
  border: none;
  box-shadow: 5px 8px 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .cards .card * {
    text-decoration: none; }
  .cards .card .card-title {
    color: black;
    font-weight: bold;
    margin-block: 10px; }
  .cards .card .card-text {
    color: black;
    margin-bottom: 15px; }

.Commerce-Platform .commercial-img-wrap {
  display: flex;
  justify-content: center;
  margin-block-start: 40px;
  gap: 30px;
  flex-wrap: wrap; }
  .Commerce-Platform .commercial-img-wrap img {
    block-size: 130px;
    inline-size: 130px;
    object-fit: contain; }
    @media (max-width: 768px) {
      .Commerce-Platform .commercial-img-wrap img {
        block-size: 100px;
        inline-size: 100px; } }

.swiper {
  inline-size: 100%;
  height: 40px; }
  .swiper .swiper-slide {
    display: flex;
    justify-content: center; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .overlay .updated {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    max-inline-size: 660px;
    inline-size: 100%;
    block-size: auto;
    z-index: 1; }
    .overlay .updated .title {
      display: flex;
      justify-content: space-between;
      align-items: center; }

#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px;
  text-align: center;
  display: none;
  z-index: 1000; }

.cancel-button {
  border: 1px solid #FF3B3B;
  background: #ffffff;
  color: #FF3B3B;
  border-radius: 5px;
  padding: 0 14px;
  min-width: 100px;
  font-family: "Poppins";
  font-size: 15px;
  height: 35px;
  vertical-align: middle;
  font-weight: 600;
  line-height: 0;
  text-transform: uppercase;
  cursor: pointer; }
  .cancel-button:hover {
    background: #FF3B3B;
    color: #ffffff; }
