@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  color: #000;
  font-size: 2rem;
  direction: ltr;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Fields", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.4em;
}

h3 {
  font-size: 3.5rem;
  line-height: 1.3;
}

h4 {
  font-size: 2rem;
}

.text-90 {
  font-size: 9rem;
  line-height: 1;
}

.text-75 {
  font-size: 7.5rem;
  line-height: 1.1;
}

.text-65 {
  font-size: 7.5rem;
  line-height: 1.1;
}

.text-50 {
  font-size: 5rem;
  line-height: 1.2;
}

.text-35 {
  font-size: 3.5rem;
  line-height: 1.3;
}

.text-30 {
  font-size: 3rem;
  line-height: 1.3;
}

.text-25 {
  font-size: 2.5rem;
  line-height: 1.35;
}

.text-18 {
  font-size: 1.8rem;
}

.text-16 {
  font-size: 1.6rem;
}

.title-font {
  font-family: "Fields", sans-serif;
  font-weight: 700;
}

.main-font {
  font-family: "Outfit", sans-serif;
}

.regular {
  font-weight: 400;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Outfit", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #E26014;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  border-radius: 50%;
}

.post-tags a {
  text-decoration: none !important;
  font-size: 1.4rem !important;
  font-weight: 100 !important;
}

.content p {
  font-size: 1em;
  margin-bottom: 1em;
}
.content p:last-child {
  margin-bottom: 0;
}
.content ol,
.content ul {
  margin-left: 14px;
  padding-left: 15px;
  font-size: 1em;
  margin-bottom: 1.5em;
}
.content ol > li,
.content ul > li {
  margin-bottom: 0.5em;
}
.content ul > li::marker {
  font-size: 1.3em;
  color: #E26014;
}
.content ol {
  list-style-type: none;
  margin-left: 7em;
  counter-reset: custom-counter;
  padding-left: 0;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.content ol > li {
  counter-increment: custom-counter;
  padding-left: 5.5em;
  position: relative;
  min-height: 3em;
  margin-bottom: 2em;
}
.content ol > li::before {
  content: counter(custom-counter, decimal-leading-zero) " ";
  position: absolute;
  left: 0;
  font-size: 3.5em;
  line-height: 0.9;
  font-family: "Fields", sans-serif;
  font-weight: bold;
}
.content h2 {
  margin-top: 1em;
}
.content a {
  color: inherit;
  text-decoration: underline;
}
.content a:hover {
  color: inherit;
  opacity: 0.7;
}
.content h3 {
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.content .wp-block-image {
  margin: 80px 0;
}
.content .wp-block-image img {
  max-height: 80vh;
}
.content .wp-block-image .wp-element-caption {
  margin-top: 10px;
  font-size: 0.9em;
}
.content .wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 30px 0;
  max-width: 13em;
}
.content .wp-block-button__link::before {
  content: "";
  position: block;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #E26014;
  background-image: url("../img/arrow.svg");
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s;
}
.content .wp-block-quote {
  position: relative;
  margin: 100px 0 80px;
  border-radius: 20px;
  background-color: #001D3F;
  color: #fff;
  padding: 60px 110px 40px 40px;
  font-size: 1.2em;
  margin-right: -80px;
  margin-left: -30px;
}
.content .wp-block-quote::before {
  content: "";
  position: absolute;
  top: -30px;
  background-image: url("../img/quotes.svg");
  width: 108px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content .gray-bg-block {
  width: 1400px;
  position: relative;
}
.content .gray-bg-block .col-md-7 {
  position: relative;
  padding: 50px;
  margin-top: 50px;
  font-size: 1.2em;
}
.content .gray-bg-block .col-md-7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #E3E7EF;
  border-radius: 20px;
  width: 130%;
  height: 100%;
  z-index: 1;
}
.content .gray-bg-block .col-md-7 > * {
  position: relative;
  z-index: 2;
}
.content .gray-bg-block .col-md-5 {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.content .gray-bg-block .col-md-5 img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: inline-block;
  text-align: inherit;
  font-size: inherit;
  line-height: 1.2;
}
.btn.white-btn {
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
}
.btn.simple-btn {
  padding: 12px 20px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  text-align: center;
  line-height: 1.1;
}
.btn.simple-btn.primary {
  background-color: #E26014;
  color: #fff;
}
.btn.simple-btn > * {
  line-height: 1.1;
}
.btn.big-arrow-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 0;
  outline: 0;
}
.btn.big-arrow-btn .arrow-circle {
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #E26014;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s;
}
.btn.big-arrow-btn.blue-arrow {
  color: #001D3F;
}
.btn.big-arrow-btn.blue-arrow .arrow-circle {
  background-color: #001D3F;
}
.btn.big-arrow-btn:hover {
  color: #E26014;
}
.btn.big-arrow-btn:hover .arrow-circle {
  transform: scale(1.1);
}
.btn.big-arrow-btn .text-25 {
  width: 7em;
  max-width: 100%;
}
.btn.arrow-btn {
  display: inline-block;
  position: relative;
  align-items: center;
  gap: 15px;
  background-color: #F5F7FB;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 10px 50px 10px 25px;
  border-radius: 50px;
  color: #000;
  border: 0;
  outline: 0;
  margin-right: 20px;
}
.btn.arrow-btn .arrow-circle {
  display: inline-block;
  position: absolute;
  right: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E26014;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%) translateX(1px);
}
.btn.arrow-btn:hover, .btn.arrow-btn:focus {
  color: #000;
}
.btn.arrow-btn:hover .arrow-circle, .btn.arrow-btn:focus .arrow-circle {
  transform: translateY(-50%) translateX(1px) scale(1.1);
}

.popup {
  top: -200%;
  left: 0;
  z-index: 99999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.popup.active-popup {
  top: 0;
  opacity: 1;
}
.popup.active-popup .popup-content {
  transform: translateY(0);
}
.popup .popup-content {
  position: relative;
  max-width: 800px;
  width: 95%;
  padding: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #F5F7FB;
  transform: translateY(-150%);
}
.popup .popup-content h2 {
  font-size: 5rem;
}
.popup .popup-content .buttons {
  margin-top: 50px;
}
.popup .top-image {
  margin-top: -90px;
}
.popup .top-image img {
  border-radius: 64% 36% 40% 60%/42% 53% 47% 58%;
}
.popup .back-button {
  cursor: pointer;
  text-decoration: underline;
  transition: 0.5s;
}
.popup .back-button:hover {
  opacity: 0.7;
}

.close-x {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
}
.close-x::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-x::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 2px;
  height: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 50%;
  transition: 0.3s;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.8s;
}
.fadein-left.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 0.8s;
}
.fadein-right.viewed {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein-top {
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.8s;
}
.fadein-top.viewed {
  opacity: 1;
  transform: translate(0);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}
.fadein-bottom.viewed {
  opacity: 1;
  transform: translate(0);
}

.expose-bottom {
  clip-path: inset(100% 0 0 0);
  transition: 0.8s;
}
.expose-bottom.viewed {
  clip-path: inset(0);
  opacity: 1;
  transform: translate(0);
}

.expose-scroll-bottom {
  clip-path: inset(100% 0 0 0);
  transform: translateY(20px);
  transition: clip-path 0.1s, opacity 0.1s, transform 0.1s;
  will-change: clip-path, opacity, transform;
}

.expose-top {
  clip-path: inset(0 0 100% 0);
  transition: 0.8s;
}
.expose-top.viewed {
  clip-path: inset(0);
  opacity: 1;
  transform: translate(0);
}

.expose-left {
  clip-path: inset(0 100% 0 0);
  transition: 0.8s;
}
.expose-left.viewed {
  clip-path: inset(0);
  opacity: 1;
  transform: translate(0);
}

.hidden-auto {
  opacity: 0;
  transition: 0.5s opacity;
}
.hidden-auto.show {
  opacity: 1;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.container.full-container {
  max-width: calc(100% - 70px);
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row > * {
  padding-right: 20px;
  padding-left: 20px;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: relative;
  z-index: 555555;
}
header .container {
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  padding: 10px 15px;
  top: 30px;
  border-radius: 50px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  gap: 10px;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  color: #000;
  padding: 5px 10px;
}
ul#main-menu > li > a::before {
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  background-color: #E26014;
  position: absolute;
  bottom: 0;
  transition: 0.4s;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
}
ul#main-menu > li > a:focus::before, ul#main-menu > li > a:hover::before {
  width: calc(100% - 20px);
}
ul#main-menu > li.current-menu-item > a::before {
  width: calc(100% - 20px);
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  border-radius: 6px;
  z-index: 999;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

ul#main-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-inline-start: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'><path d='M5.74688 4.40811L1.46825 0.244875C1.38847 0.16724 1.29375 0.105657 1.1895 0.0636411C1.08525 0.0216254 0.973522 0 0.860687 0C0.632806 0 0.414258 0.0880841 0.253122 0.244875C0.173336 0.322509 0.110045 0.414675 0.066865 0.51611C0.0236848 0.617545 0.00146079 0.726262 0.00146079 0.836054C0.00146079 1.05779 0.0919858 1.27044 0.253122 1.42723L3.93274 4.99929L0.253122 8.57135C0.172916 8.64875 0.109255 8.74084 0.0658114 8.84231C0.0223674 8.94377 0 9.05261 0 9.16253C0 9.27244 0.0223674 9.38128 0.0658114 9.48274C0.109255 9.58421 0.172916 9.6763 0.253122 9.7537C0.332673 9.83175 0.427317 9.89369 0.531595 9.93596C0.635873 9.97824 0.747721 10 0.860687 10C0.973653 10 1.0855 9.97824 1.18978 9.93596C1.29406 9.89369 1.3887 9.83175 1.46825 9.7537L5.74688 5.59047C5.82708 5.51306 5.89075 5.42097 5.93419 5.31951C5.97763 5.21804 6 5.10921 6 4.99929C6 4.88937 5.97763 4.78054 5.93419 4.67907C5.89075 4.57761 5.82708 4.48552 5.74688 4.40811Z' fill='%23E46921'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}
ul#main-menu ul.sub-menu li.current-menu-item > a::before {
  width: 70px;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #000;
  margin-right: 2px;
  margin-left: 2px;
}
ul#main-menu ul.sub-menu li a::before {
  content: "";
  width: 0;
  height: 3px;
  left: 10px;
  border-radius: 5px;
  background-color: #E26014;
  position: absolute;
  bottom: 5px;
  transition: 0.4s;
}
ul#main-menu ul.sub-menu li a:hover {
  text-decoration: none;
}
ul#main-menu ul.sub-menu li a:hover::before {
  width: 70px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #000;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #000;
}

/****** General ******/
.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.blue {
  color: #001D3F;
}

.primary-color {
  color: #E26014;
}

.blue-bg {
  background-color: #001D3F;
  color: #fff;
}

.dark-bg {
  background-color: #000;
  color: #fff;
}

.soft-gray-bg {
  background-color: #F5F7FB;
}

.gray-bg {
  background-color: #E3E7EF;
}

.primary-bg {
  background-color: #E26014;
  color: #fff;
}

.mobile {
  display: none;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.rounded-20 {
  border-radius: 20px;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.contact-wrapper .wpcf7 label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.contact-wrapper .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
  font-size: 2.2rem;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: #F5F7FB;
}
.contact-wrapper .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  background-color: #fff;
  outline: none;
}
.contact-wrapper .wpcf7 select {
  width: 100%;
  font-size: 2.2rem;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: #F5F7FB;
}
.contact-wrapper .wpcf7 select:focus {
  background-color: #fff;
  outline: none;
}
.contact-wrapper .wpcf7 a {
  color: inherit;
  text-decoration: underline;
}
.contact-wrapper .wpcf7 a:hover {
  opacity: 0.8;
}
.contact-wrapper .wpcf7 .wpcf7-list-item {
  font-size: 1.8rem;
  margin: 0;
}
.contact-wrapper .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  padding-left: 25px;
  position: relative;
}
.contact-wrapper .wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 3px;
  top: 3px;
}
.contact-wrapper .wpcf7 .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contact-wrapper .wpcf7 .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  content: "✓";
  line-height: 0.9;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-wrapper .wpcf7 textarea {
  width: 100%;
  height: 4em;
  font-size: 2.2rem;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #F5F7FB;
}
.contact-wrapper .wpcf7 textarea:focus {
  background-color: #fff;
  outline: none;
}
.contact-wrapper .wpcf7 .arrow-btn {
  padding: 0;
  float: right;
}
.contact-wrapper .wpcf7 .arrow-btn .wpcf7-submit {
  position: relative;
  padding: 10px 70px 10px 25px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.contact-wrapper .wpcf7 .arrow-btn .wpcf7-spinner {
  position: absolute;
  right: 0;
}

.section {
  padding: 100px 0;
}

.hp-top-section {
  padding-bottom: 30px;
  min-height: 100vh;
}
.hp-top-section .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hp-top-section .container .big-arrow-btn {
  margin-top: 20px;
}
.hp-top-section .container .big-arrow-btn .text-25 {
  max-width: 7em;
}
.hp-top-section .solutions-row {
  justify-content: flex-end;
  align-items: center;
}
.hp-top-section .solutions-row.odd-layout .solution {
  transform-origin: left center;
}
.hp-top-section .solutions-row.odd-layout .row .solution-col:nth-child(2n) {
  margin-top: 20px;
}
.hp-top-section .solutions-row.odd-layout .row .solution-col:nth-child(2n-1) {
  margin-top: -10px;
}
.hp-top-section .solutions-row.odd-layout .row .solution-col:nth-child(1) .solution {
  transform-origin: top center;
}
.hp-top-section .solutions-row.odd-layout .row .solution-col:nth-child(2) .solution {
  transform-origin: top right;
}
.hp-top-section .solutions-row.odd-layout .row .solution-col:nth-child(3) .solution {
  transform-origin: bottom center;
}
.hp-top-section .solutions-row.odd-layout .row .solution-col:nth-child(4) .solution {
  transform-origin: bottom right;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(3n) {
  margin-top: 20px;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(3n-1) {
  margin-top: -80px;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(1) .solution {
  transform-origin: top left;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(2) .solution {
  transform-origin: top center;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(3) .solution {
  transform-origin: top right;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(4) .solution {
  transform-origin: bottom left;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(5) .solution {
  transform-origin: bottom center;
}
.hp-top-section .solutions-row.even-layout .solution-col:nth-child(6) .solution {
  transform-origin: bottom right;
}
.hp-top-section .solutions-row .solution-col {
  position: relative;
  margin-bottom: 30px;
  opacity: 0.001;
}
.hp-top-section .solutions-row .solution-col.show {
  animation: fadeInRight 0.5s forwards 0.5s;
}
.hp-top-section .solutions-row .solution-col .solution {
  border-radius: 10px;
  aspect-ratio: 2/2.5;
  width: 100%;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding: 10px 20px 40px 20px;
  transition: 0.4s;
  z-index: 2;
}
.hp-top-section .solutions-row .solution-col .solution::before {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.hp-top-section .solutions-row .solution-col .solution::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  transition: 0.5s;
  border-radius: 10px;
}
.hp-top-section .solutions-row .solution-col .solution .texts {
  position: relative;
  transition: 0.2s;
  transform-origin: bottom center;
}
.hp-top-section .solutions-row .solution-col .solution .texts .title {
  line-height: 1.2;
}
.hp-top-section .solutions-row .solution-col .solution .hidden {
  display: none;
}
.hp-top-section .solutions-row .solution-col .solution .btn {
  margin-top: 20px;
}
.hp-top-section .solutions-row .solution-col .solution:hover {
  color: #fff;
}
.hp-top-section .solutions-row .solution-col .solution:hover .btn {
  background-color: #fff;
  color: #000;
}
.hp-top-section .solutions-row .solution-col .solution.active {
  transition: 0.5s;
  transform: scale(2);
  z-index: 555;
}
.hp-top-section .solutions-row .solution-col .solution.active .texts {
  font-size: 1rem;
}
.hp-top-section .solutions-row .solution-col .solution.active .texts .text-25 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.hp-top-section .solutions-row .solution-col .solution.active .btn {
  border-width: 0.5px;
}
.hp-top-section .solutions-row .solution-col .solution.active .hidden {
  display: block;
}
.hp-top-section .solutions-row .solution-col .solution.active:hover .btn {
  background-color: #fff;
  color: #000;
}
.hp-top-section .solutions-row .solution-col .solution.non-active {
  z-index: 1;
}
.hp-top-section .solutions-row .solution-col .solution.non-active::after {
  opacity: 0.7;
}
.hp-top-section .solutions-row .solution-col .solution.freeze {
  transition: 0.5s;
  transform: scale(1);
  z-index: 1;
  padding-bottom: 40px;
}
.hp-top-section .solutions-row .solution-col .solution.freeze .texts {
  font-size: 2rem;
}
.hp-top-section .solutions-row .solution-col .solution.freeze .texts .text-25 {
  font-size: 2.5rem;
}
.hp-top-section .solutions-row .solution-col .solution.freeze .hidden {
  display: none;
}
.hp-top-section .solutions-row .solution-col .solution.freeze:hover .btn {
  background-color: #fff;
  color: #000;
}
.hp-top-section .solutions-row .solution-col .solution.freeze::after {
  opacity: 0;
}
.hp-top-section .solutions-row .solution-col .solution.freeze .map-orange-dot {
  width: 50px;
  height: 50px;
  z-index: 5;
  transition: 0.3s;
}

.width-100 {
  width: 100%;
}

.top-cards-mobile-slider {
  margin-top: 50px;
  margin-right: -15px;
  margin-left: -15px;
}
.top-cards-mobile-slider .solution {
  border-radius: 10px;
  aspect-ratio: 2/2.5;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px 20px 40px 20px;
  transition: 0.4s;
}
.top-cards-mobile-slider .solution::before {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.top-cards-mobile-slider .solution .texts {
  position: relative;
  transition: 0.2s;
  transform-origin: bottom center;
  display: flex;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
  text-align: left;
}
.top-cards-mobile-slider .solution .texts .title {
  flex: 1;
  line-height: 1.2;
  padding-right: 15px;
}
.top-cards-mobile-slider .solution .texts .arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-orange-dot {
  transition: transform 0.1s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  will-change: transform;
  background-color: #E26014;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  bottom: -10px;
  opacity: 1;
  pointer-events: none;
  border-radius: 50%;
  transform-origin: center;
}
.map-orange-dot.activated {
  opacity: 1;
}
.map-orange-dot.hide {
  opacity: 0;
}

.world-map-section {
  font-size: 99px;
  padding: 0;
}
.world-map-section .map-elemets {
  position: relative;
  font-size: 4em;
}
.world-map-section .gray-map-wrapper {
  clip-path: circle(1px);
  transition: 0.5s 0s;
}
.world-map-section .gray-map-wrapper.active {
  clip-path: circle(50%);
  transition: 4s 0.5s;
}
.world-map-section .gray-map-wrapper div.notice {
  text-align: center;
  height: 1em;
  position: relative;
}
.world-map-section .gray-map-wrapper .world {
  fill: #ddd;
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-image: url(#icon-world);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.world-map-section .gray-map-wrapper .world svg {
  width: 4em;
  height: 1em;
  margin-top: calc(-2px - 0.7em);
  display: inline;
  animation: world-scroll 10s linear infinite;
}
@keyframes world-scroll {
  from {
    margin-left: -2.75em;
  }
  to {
    margin-left: -1em;
  }
}
.world-map-section .orange-map {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.world-map-section .orange-map .center-of-map {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #E26014;
  border-radius: 50%;
}
.world-map-section .orange-map svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.world-map-section .orange-map.activated svg {
  opacity: 1;
}

.stats-container {
  padding-top: 70px;
  padding-bottom: 20px;
  margin-top: 100px;
}
.stats-container .screen {
  position: absolute;
  background-color: #001D3F;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: 2s 0.5s;
  transform: scaleX(0);
  transform-origin: top center;
}
.stats-container .dot {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #E26014;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(1) translateY(-200px);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, transform 0.5s;
  opacity: 0;
}
.stats-container .dot.viewed {
  width: 90px;
  height: 90px;
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.stats-container .row {
  position: relative;
  z-index: 1;
}
.stats-container.viewed .screen {
  transform: scaleX(1);
}
.stats-container .stat-col {
  margin-bottom: 30px;
}

.clients-section {
  background: linear-gradient(180deg, #FFF 0%, rgba(227, 231, 239, 0.6) 52.88%, #FFF 100%);
}
.clients-section .arrow-btn {
  margin: 30px 0;
}
.clients-section .group-name {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
}
.clients-section .group-name::before {
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  background-color: #B5C7DB;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: 0.5s;
}
.clients-section .group-name:hover {
  opacity: 0.8;
}
.clients-section .group-name.show {
  transform: translateY(0);
}
.clients-section .group-name.active {
  font-weight: 700;
}
.clients-section .group-name.active::before {
  transform: translateY(-50%) scale(1.8);
  background-color: #E26014;
}
.clients-section .logos-container {
  position: relative;
  min-height: 600px;
  width: 100%;
}
.clients-section .logos-group {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.clients-section .logos-group.active {
  display: flex;
}
.clients-section .logo-item {
  margin-bottom: 50px;
}
.clients-section .logo-item.visible {
  display: block;
}
.clients-section .logo-item.hidden {
  display: none;
}
.clients-section .logo-item:nth-child(1) .logo {
  transform: translate(100px, 0);
  animation: float1 6s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(2) .logo {
  transform: translate(120px, 80px);
  animation: float2 7s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(3) .logo {
  transform: translate(70px, -40px);
  animation: float3 5.5s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(4) .logo {
  transform: translate(-30px, 0);
  animation: float4 6.5s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(5) .logo {
  transform: translate(-7px, 35px);
  animation: float5 7.5s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(6) .logo {
  transform: translate(70px, 40px);
  animation: float6 6.2s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(7) .logo {
  transform: translate(120px, 20px);
  animation: float7 5.8s ease-in-out infinite;
}
.clients-section .logo-item:nth-child(8) .logo {
  transform: translate(140px, 0px);
  animation: float8 6.8s ease-in-out infinite;
}
.clients-section .logo {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 50px 30px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.clients-section .logo img {
  max-height: 100%;
  filter: grayscale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.clients-section .logo img.fade-out {
  opacity: 0;
  transform: scale(0.7);
}
.clients-section .logo img.fade-in {
  opacity: 1;
  transform: scale(1);
}
@keyframes float1 {
  0%, 100% {
    transform: translate(100px, 0) translateY(0px);
  }
  50% {
    transform: translate(100px, 0) translateY(-15px);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translate(120px, 80px) translateY(0px);
  }
  50% {
    transform: translate(120px, 80px) translateY(-20px);
  }
}
@keyframes float3 {
  0%, 100% {
    transform: translate(70px, -40px) translateY(0px);
  }
  50% {
    transform: translate(70px, -40px) translateY(-12px);
  }
}
@keyframes float4 {
  0%, 100% {
    transform: translate(-30px, 0) translateY(0px);
  }
  50% {
    transform: translate(-30px, 0) translateY(-18px);
  }
}
@keyframes float5 {
  0%, 100% {
    transform: translate(-7px, 35px) translateY(0px);
  }
  50% {
    transform: translate(-7px, 35px) translateY(-22px);
  }
}
@keyframes float6 {
  0%, 100% {
    transform: translate(70px, 40px) translateY(0px);
  }
  50% {
    transform: translate(70px, 40px) translateY(-16px);
  }
}
@keyframes float7 {
  0%, 100% {
    transform: translate(120px, 20px) translateY(0px);
  }
  50% {
    transform: translate(120px, 20px) translateY(-14px);
  }
}
@keyframes float8 {
  0%, 100% {
    transform: translate(140px, 0px) translateY(0px);
  }
  50% {
    transform: translate(140px, 0px) translateY(-19px);
  }
}

.journey-steps-section {
  height: 2100px;
  padding: 0;
  margin-bottom: 120px;
}
.journey-steps-section .btn {
  margin: 30px 0;
}
.journey-steps-section .container {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px 15px;
}
.journey-steps-section .laptop-image {
  position: relative;
  margin-bottom: -120px;
  margin-left: -10%;
}
.journey-steps-section .laptop-image img {
  position: relative;
  z-index: 1;
}
.journey-steps-section .laptop-image .laptop-screens {
  z-index: 2;
  position: absolute;
  top: 7%;
  left: 50%;
  width: 74%;
  transform: translate(-50%);
  overflow: hidden;
  aspect-ratio: 16/10;
}
.journey-steps-section .laptop-image .step-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform 0.5s ease;
  pointer-events: none;
  transition: 0.5s;
}
.journey-steps-section .laptop-image .step-screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.journey-steps-section .steps-container {
  position: relative;
}
.journey-steps-section .steps-dot {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #E26014;
  border-radius: 50%;
  left: -32px;
  z-index: 5;
}
.journey-steps-section .step-item {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding: 10px 0;
  padding-left: 50px;
  transform: translateY(50px);
}
.journey-steps-section .step-item.show {
  opacity: 0.2;
  transform: translateY(0);
}
.journey-steps-section .step-item.active {
  opacity: 1;
}
.journey-steps-section .left-col {
  background-color: #001D3F;
  border-radius: 0 20px 20px 0;
  padding-top: 50px;
  color: #fff;
  position: relative;
}
.journey-steps-section .left-col .bg-element {
  border-radius: 0 20px 20px 0;
  position: absolute;
  z-index: 1;
  width: 50vw;
  height: 100%;
  background-image: radial-gradient(circle 500px at 0 100%, #2165E4, #001D3F);
  right: 0;
  top: 0;
}
.journey-steps-section .left-col > * {
  z-index: 2;
  position: relative;
}

.hp-news-section {
  padding-top: 150px;
}
.hp-news-section .container {
  background-color: #E3E7EF;
  border-radius: 20px;
  padding: 30px 50px;
}
.hp-news-section .container .news-image {
  border-radius: 20px;
  margin-top: -100px;
  overflow: hidden;
}
.hp-news-section .container .news-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-news-section .container .news-item {
  color: inherit;
}
.hp-news-section .container .news-item .btn {
  margin-top: 20px;
}
.hp-news-section .container .news-item h3 {
  margin: 20px 0;
}
.hp-news-section .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.hp-success-stories-section .ss-item-slide {
  color: inherit;
}
.hp-success-stories-section h2 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.hp-success-stories-section .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 30px;
  overflow: hidden;
}
.hp-success-stories-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.hp-success-stories-section .image-wrapper .tag {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #2165E4;
  min-width: 7em;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0 0 50px;
  padding: 7px 15px 7px 20px;
  color: #fff;
}
.hp-success-stories-section .texts {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 100px;
  margin-top: -50px;
  display: flex;
}
.hp-success-stories-section .texts .btn {
  margin-right: -80px;
}
.hp-success-stories-section .nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
.hp-success-stories-section .nav-wrapper .custom-next, .hp-success-stories-section .nav-wrapper .custom-prev {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}

.swiper-outer-wrapper {
  position: relative;
}
.swiper-outer-wrapper .custom-next {
  left: 100%;
}
.swiper-outer-wrapper .custom-prev {
  right: 100%;
  left: auto;
}
.swiper-outer-wrapper .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.swiper-outer-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #001D3F;
  opacity: 0.5;
  width: 15px;
  height: 15px;
}
.swiper-outer-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.custom-next, .custom-prev {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  z-index: 10;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.custom-next::after, .custom-prev::after {
  content: none;
}

.contact-section {
  padding-bottom: 20px;
}
.contact-section .bg {
  border-radius: 30px;
  height: 100%;
  padding: 50px 50px;
}
.contact-section .bg a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.contact-section .bg a:not(.btn):hover {
  opacity: 0.7;
}
.contact-section .container.full-container > .row {
  gap: 20px 0;
}
.contact-section .blue-bg {
  padding: 50px 80px;
  background-image: radial-gradient(circle 600px at 110% -10%, #265dc2, #001D3F);
}
.contact-section .primary-bg {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.contact-section .info-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-section .details {
  display: flex;
  flex-direction: column;
}
.contact-section .socials {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: flex-end;
}
.contact-section .socials a {
  display: flex;
}

footer {
  margin-bottom: 15px;
  color: #fff;
}
footer .dark-bg {
  border-radius: 50px;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .links {
  display: flex;
  gap: 15px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.8;
}

.fixed-contact-btn {
  bottom: 20px;
  right: 20px;
  position: fixed;
  min-height: 2.5em;
  background-color: #001D3F;
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  z-index: 555;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
}
.fixed-contact-btn .text {
  display: none;
  overflow: hidden;
}
.fixed-contact-btn:hover {
  color: #fff;
}
.fixed-contact-btn:hover .text {
  display: block;
}

#breadcrumbs {
  margin-top: 20px;
  font-size: 1.7rem;
}
#breadcrumbs > * {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  color: #828282;
}
#breadcrumbs .icon {
  display: flex;
}
#breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
#breadcrumbs.white > * {
  color: white;
}
#breadcrumbs.white .icon path {
  fill: #fff;
}

.industry-top-section .full-container {
  padding: 0;
}
.industry-top-section .full-container .top-background {
  width: 100%;
  border-radius: 20px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.industry-top-section .row {
  gap: 70px 0;
}
.industry-top-section .icon-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.industry-top-section .icon-breadcrumbs #breadcrumbs {
  flex: 1;
  margin-top: 0;
}
.industry-top-section h1 {
  margin-bottom: 30px;
}
.industry-top-section .industry-icon {
  margin-top: -85px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-top-section .gray-bg {
  height: 100%;
  padding: 30px 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry-top-section .top-image {
  border-radius: 20px;
}

.logos-section {
  position: relative;
  padding: 30px 0;
}
.logos-section::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: -25%;
  height: 150%;
  background: linear-gradient(180deg, #FFF 0%, rgba(227, 231, 239, 0.6) 56.88%, #FFF 100%);
}
.logos-section .logos-group {
  display: none;
  position: relative;
  gap: 30px 0;
}
.logos-section .logos-group.active {
  display: flex;
}
.logos-section .logo-item.visible {
  display: block;
}
.logos-section .logo-item.hidden {
  display: none;
}
.logos-section .logo-item:nth-child(1) .logo {
  animation: floatLogo1 6s ease-in-out infinite;
}
.logos-section .logo-item:nth-child(2) .logo {
  animation: floatLogo2 7s ease-in-out infinite;
}
.logos-section .logo-item:nth-child(3) .logo {
  animation: floatLogo3 5.5s ease-in-out infinite;
}
.logos-section .logo-item:nth-child(4) .logo {
  animation: floatLogo4 6.5s ease-in-out infinite;
}
.logos-section .logo-item:nth-child(5) .logo {
  animation: floatLogo5 7.5s ease-in-out infinite;
}
.logos-section .logo-item:nth-child(6) .logo {
  animation: floatLogo6 6.2s ease-in-out infinite;
}
@keyframes floatLogo1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
}
@keyframes floatLogo2 {
  0%, 100% {
    transform: translate(10px, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
}
@keyframes floatLogo3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -12px);
  }
}
@keyframes floatLogo4 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
}
@keyframes floatLogo5 {
  0%, 100% {
    transform: translate(-7px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
}
@keyframes floatLogo6 {
  0%, 100% {
    transform: translate(0px, 4px);
  }
  50% {
    transform: translate(15px, 0px);
  }
}
.logos-section .logo {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 50px 30px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.logos-section .logo img {
  max-height: 100%;
  filter: grayscale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.logos-section .logo img.fade-out {
  opacity: 0;
  transform: scale(0.7);
}
.logos-section .logo img.fade-in {
  opacity: 1;
  transform: scale(1);
}

.horizontal_bullets-section .container {
  padding: 70px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.horizontal_bullets-section .row {
  gap: 30px 0;
}
.horizontal_bullets-section .col-md-3 {
  width: 29%;
}
.horizontal_bullets-section .col-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.5s;
  min-height: 70px;
}
.horizontal_bullets-section .col-item.hidden-auto:not(.show) {
  opacity: 0;
  transform: translateY(20px);
}
.horizontal_bullets-section .bullet {
  position: relative;
  width: 310px;
  max-width: 100%;
  padding-left: 30px;
}
.horizontal_bullets-section .bullet::before {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  height: 70px;
  background-color: #E26014;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s 0.5s;
}
.horizontal_bullets-section .bullet.hidden-auto:not(.show) {
  transform: translateY(-50%) scaleY(0);
}

.what_and_how-section .container .text-group {
  position: relative;
  margin-bottom: 50px;
  padding-left: 70px;
  padding-right: 30px;
}
.what_and_how-section .container .text-group .icon {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}
.what_and_how-section .container .text-group .icon::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  top: calc(50% - 17.5px);
  left: calc(50% - 17.5px);
  transition: 0.5s ease-in;
}
.what_and_how-section .container .text-group .icon svg {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transition: 0s clip-path 1s ease-in-out;
}
.what_and_how-section .container .text-group .icon.not-viewed svg {
  clip-path: circle(0%);
}
.what_and_how-section .container .text-group .icon.viewed svg {
  clip-path: circle(100%);
  animation: iconView 1s ease-in-out 0.7s;
}
.what_and_how-section .container .text-group .icon.viewed::before {
  transform: scale(0);
}
@keyframes iconView {
  0% {
    clip-path: circle(0%);
  }
  100% {
    clip-path: circle(100%);
  }
}
.what_and_how-section .container .text-group:first-child .icon svg {
  display: none;
}
.what_and_how-section .container .text-group:first-child .icon.viewed::before {
  transform: scale(1);
  animation: circleIcon 1s ease-in-out;
}
@keyframes circleIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.what_and_how-section .container .what-and-how-image {
  border-radius: 20px;
  aspect-ratio: 6.8/7.55;
  -o-object-fit: cover;
     object-fit: cover;
}
.what_and_how-section .gallery {
  gap: 40px 0;
}
.what_and_how-section .gallery img {
  border-radius: 15px;
}

.sticky_cards-section .bg {
  position: sticky;
  border-radius: 20px 0 0 20px;
  width: 100%;
  padding: 50px;
  top: 30vh;
  min-height: 370px;
}
.sticky_cards-section .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 80%;
  height: 100%;
  background-color: #E3E7EF;
  border-radius: 0 20px 20px 0;
}
.sticky_cards-section .sticky-cards-col {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.sticky_cards-section .sticky-card {
  top: calc(30vh + 50px);
  margin: 0;
  position: sticky;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  min-height: 280px;
}
.sticky_cards-section .sticky-card h3 {
  margin-bottom: 20px;
}

.image_and_text-section {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.image_and_text-section img {
  aspect-ratio: 6.8/4.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_and_text-section .container .row {
  gap: 40px 0;
}
.image_and_text-section .container:nth-child(even) .row {
  flex-direction: row-reverse;
}
.image_and_text-section .text-col {
  gap: 1em;
}

.journey-inner-section {
  overflow: hidden;
}
.journey-inner-section .btn {
  max-width: 15em;
  margin-top: 30px;
}
.journey-inner-section .nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 55;
}
.journey-inner-section .nav-wrapper .custom-next,
.journey-inner-section .nav-wrapper .custom-prev {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}

.solution-cards {
  gap: 40px 0;
  margin-top: 50px;
}
.solution-cards .solution-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 4.3/5.6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.solution-cards .solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.solution-cards .solution-card .texts {
  position: relative;
}

.solutions-slider .slider-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 50px;
  aspect-ratio: 4.3/5.6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  margin: 30px;
  padding: 30px;
  position: relative;
}
.solutions-slider .slider-card::before {
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.solutions-slider .slider-card .texts {
  position: relative;
}
.solutions-slider .swiper-slide {
  transition: 0.5s;
  opacity: 0;
}
.solutions-slider .swiper-slide-active, .solutions-slider .swiper-slide-prev {
  opacity: 1;
}

.indusrty-btn {
  display: flex;
  align-items: center;
  position: relative;
}
.indusrty-btn .hover-elmnt {
  position: absolute;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 150px;
  transition: 0.2s;
}
.indusrty-btn .icon {
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indusrty-btn .title {
  position: relative;
  flex: 1;
  color: #000;
  transition: 0.3s;
  transform: translateX(15px);
}
.indusrty-btn .arrow {
  position: relative;
  margin-right: 15px;
  margin-left: 5px;
  opacity: 0;
}
.indusrty-btn:hover .hover-elmnt {
  min-width: 100%;
}
.indusrty-btn:hover .title {
  color: #fff;
  transform: translateX(0);
}
.indusrty-btn:hover .arrow {
  opacity: 1;
}

.other-industries-section .container {
  padding: 70px 50px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.other-industries-section h2 {
  max-width: 10em;
}
.other-industries-section .text-col {
  border-left: 3px solid #E26014;
  padding-left: 30px;
}
.other-industries-section .text-col p:last-child {
  margin-bottom: 0;
}
.other-industries-section .indusrty-col {
  padding-right: 10px;
}
.other-industries-section .industries {
  margin-top: 50px;
  gap: 30px 0;
}

.all-industries-section .text-col p:last-child {
  margin-bottom: 0;
}
.all-industries-section .indusrty-col {
  padding-right: 10px;
}
.all-industries-section .industries {
  margin-top: 50px;
  gap: 30px 0;
}

.halo {
  pointer-events: none;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.halo::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1000px;
  right: 0;
  bottom: -200px;
  background: radial-gradient(100% 50% at 100% 50%, rgba(33, 101, 228, 0.3) 0%, rgba(33, 101, 228, 0) 97.01%);
  animation: halo 5s ease-in-out infinite;
  transform-origin: center right;
}

@keyframes halo {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
  }
}
.solution-top-section {
  position: relative;
  background-color: #F5F7FB;
}
.solution-top-section h1 {
  margin: 0.8em 0;
}
.solution-top-section h2 {
  margin-bottom: 0.4em;
}
.solution-top-section .sticky-circle {
  width: 60px;
  margin-left: -30px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.4s;
  transform-origin: center;
}
.solution-top-section .sticky-circle::before {
  content: "";
  display: block;
  background-color: #E26014;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: sticky;
  margin-top: 4em;
  top: 10em;
  margin-bottom: 5em;
  transition: 0.8s;
}
.solution-top-section .sticky-circle.not-viewed {
  margin-left: -80px;
}
.solution-top-section .sticky-circle.not-viewed::before {
  transform: scale(0);
}
.solution-top-section .dot {
  background-color: #E26014;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.solution-top-section .row {
  gap: 50px 0;
}
.solution-top-section .image-col {
  position: relative;
}
.solution-top-section .main-image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5.6/7.3;
}

.dark_blue_section-section .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.dark_blue_section-section .blue-bg {
  position: relative;
  padding: 50px 50px 50px 0;
  border-radius: 0 20px 20px 0;
}
.dark_blue_section-section .blue-bg::before {
  content: "";
  position: absolute;
  background-color: #001D3F;
  width: 80%;
  height: 100%;
  right: 100%;
  top: 0;
  border-radius: 20px 0 0 20px;
}
.dark_blue_section-section .blue-bg .content {
  margin-top: 20px;
}
.dark_blue_section-section .blue-bg .content :last-child {
  margin-bottom: 0;
}
.dark_blue_section-section .col-image {
  position: relative;
  z-index: 1;
}
.dark_blue_section-section .col-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 67/47;
  margin-bottom: 50px;
}

.image_and_text_with_dot-section .text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image_and_text_with_dot-section .text-col .text-row {
  position: relative;
}
.image_and_text_with_dot-section .circle-col {
  padding: 0;
}
.image_and_text_with_dot-section .sticky-circle {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.4s;
  transform-origin: center;
}
.image_and_text_with_dot-section .sticky-circle::before {
  content: "";
  display: block;
  background-color: #E26014;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: sticky;
  margin-top: 0.5em;
  top: 30vh;
  margin-bottom: 0.5em;
  transition: 0.8s;
}
.image_and_text_with_dot-section .sticky-circle.not-viewed {
  margin-left: -100px;
}
.image_and_text_with_dot-section .sticky-circle.not-viewed::before {
  transform: scale(0);
}

.big_sticky_cards_section-section .sticky-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 30px;
}
.big_sticky_cards_section-section .sticky-card {
  top: 120px;
  margin: 0;
  position: sticky;
  padding: 70px;
  border-radius: 20px;
  background-color: #fff;
  height: 750px;
  max-height: calc(100vh - 150px);
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.big_sticky_cards_section-section .sticky-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(259deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}
.big_sticky_cards_section-section .sticky-card .texts {
  position: relative;
  z-index: 2;
  width: 550px;
  max-width: 100%;
}
.big_sticky_cards_section-section .sticky-card h3 {
  margin-bottom: 20px;
}
.big_sticky_cards_section-section.industries-cards .icon {
  position: relative;
  width: 90px;
  height: 90px;
  min-height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.big_sticky_cards_section-section.industries-cards .sticky-card-wrapper {
  top: 120px;
  position: sticky;
  height: 750px;
  max-height: calc(100vh - 150px);
}
.big_sticky_cards_section-section.industries-cards .sticky-card-wrapper:last-child {
  height: auto;
}
.big_sticky_cards_section-section.industries-cards .sticky-card {
  overflow: auto;
  top: auto;
  height: auto;
  min-height: 615px;
  position: relative;
}
.big_sticky_cards_section-section.industries-cards .sticky-card .texts {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 730px;
}
.big_sticky_cards_section-section.industries-cards .sticky-card .texts .content {
  flex: 1;
}

.three_dots_with_big_text-section .dots-col {
  display: flex;
  gap: 30px;
}
.three_dots_with_big_text-section .dots-col .dot {
  display: block;
  border-radius: 800px;
  background-color: #E3E7EF;
  width: 100%;
  aspect-ratio: 1/1;
  transition: 1s;
}
.three_dots_with_big_text-section .dots-col .dot:last-child {
  background-color: #E26014;
}
.three_dots_with_big_text-section .dots-col.not-viewed .dot:nth-child(2) {
  transform: translateX(calc(-100% - 30px));
}
.three_dots_with_big_text-section .dots-col.not-viewed .dot:nth-child(3) {
  transform: translateX(calc(-200% - 60px));
}

.white_container-section {
  position: relative;
}
.white_container-section.last-flexible-section::before {
  content: "";
  position: absolute;
  background-color: #F5F7FB;
  width: 100%;
  bottom: 0;
  height: 40%;
}
.white_container-section .container {
  background-color: #fff;
  padding: 100px 130px 50px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.white_container-section .dot {
  position: absolute;
  left: 130px;
  top: 0;
  margin: 0 auto;
  background-color: #E26014;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(1) translateY(-200px);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, transform 0.5s;
  opacity: 0;
}
.white_container-section .dot.viewed {
  width: 90px;
  height: 90px;
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

.single-solution footer, .single-solution .contact-section, .single-solution .all-industries-section, .single-solution .journey-inner-section {
  background-color: #F5F7FB;
}

.about-top-section {
  padding-bottom: 0;
}
.about-top-section .full-container {
  padding-top: 30px;
  padding-bottom: 80px;
  color: #fff;
}
.about-top-section .full-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #001D3F 33%, rgba(0, 29, 63, 0.1));
}
.about-top-section .dot {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  background-color: #E26014;
  width: 65px;
  height: 65px;
  margin-top: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, transform 0.5s;
  opacity: 0;
}
.about-top-section .dot.viewed {
  opacity: 1;
  transform: scale(1);
}
.about-top-section .white-box-container .row {
  margin: 0 -50px;
}
.about-top-section .white-box {
  background-color: #fff;
  margin-top: -50px;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about-icons-section .halo {
  overflow: visible;
  z-index: 2;
}
.about-icons-section .container > .row {
  margin: 0 -50px;
}
.about-icons-section .box {
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #F5F7FB;
}
.about-icons-section .icons {
  gap: 50px 0;
}
.about-icons-section .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.about-icons-section .icon svg {
  width: 100%;
}

.about-video-section .box {
  position: relative;
  margin-top: 50px;
  border-radius: 20px 0 0 20px;
  padding: 70px 50px;
}
.about-video-section .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 80%;
  height: 100%;
  background-color: #E3E7EF;
  border-radius: 0 20px 20px 0;
}
.about-video-section .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.about-video-section .image-wrapper .file {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about-vid-bg-section .bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 70px 20px;
}
.about-vid-bg-section .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001D3F;
  opacity: 0.85;
  border-radius: 20px;
}
.about-vid-bg-section .bg .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about-vid-bg-section .btn {
  justify-content: center;
}
.about-vid-bg-section .row {
  position: relative;
  z-index: 2;
}

body.page-template-success-stories {
  background-image: linear-gradient(#fff, rgba(227, 231, 239, 0.5), #fff);
}

.success-stories-top-section {
  padding-bottom: 30px;
}
.success-stories-top-section .full-container {
  min-height: 350px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.success-stories-top-section .full-container > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}
.success-stories-top-section h1 {
  margin: 40px 0 20px;
}
.success-stories-top-section .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.success-stories-top-section .video-bg .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.success-stories-top-section .video-bg::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #001d3f 100px, rgba(0, 29, 63, 0));
}
.success-stories-top-section .white-box-container > .row {
  margin: 0 -50px;
}
.success-stories-top-section .white-box {
  background-color: #fff;
  margin-top: -50px;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.success-stories-top-section .ss-filter .filter-row {
  gap: 30px 0;
}
.success-stories-top-section .ss-filter .title {
  margin-bottom: 15px;
}
.success-stories-top-section .ss-filter select {
  max-width: 100%;
}
.success-stories-top-section .ss-filter .industries-col {
  border-left: 1px solid #000;
  padding-left: 30px;
}
.success-stories-top-section .ss-filter .all-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn {
  gap: 10px;
  cursor: pointer;
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn .hover-elmnt {
  display: none;
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  padding: 15px;
  transition: 0.2s;
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn .title {
  padding-right: 10px;
  margin: 0;
  width: 7.5em;
  transform: translate(0);
  font-size: 0.9em;
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn:hover .icon {
  transform: scale(1.1);
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn:hover .title {
  transform: translate(0);
  color: #000;
  padding-right: 10px;
}
.success-stories-top-section .ss-filter .all-industries .indusrty-btn.is-active .title {
  font-weight: 700;
}
.success-stories-top-section .ss-filter .all-industries input {
  position: absolute;
  opacity: 0;
}
.success-stories-top-section .dot {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  background-color: #E26014;
  width: 65px;
  height: 65px;
  margin-top: -75px;
  margin-bottom: 20px;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, transform 0.5s;
  opacity: 0;
}
.success-stories-top-section .dot.viewed {
  opacity: 1;
  transform: scale(1);
}

.success-stories-row {
  gap: 80px 0;
}

.ss-item-row .image-col {
  position: relative;
  z-index: 2;
  transform: translateY(-30px);
}
.ss-item-row .image-col .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  overflow: hidden;
}
.ss-item-row .image-col .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.ss-item-row .image-col .image-wrapper .tag {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #2165E4;
  min-width: 7em;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 50px 0;
  padding: 5px 10px 5px 15px;
  color: #fff;
}
.ss-item-row .bg-white {
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 150%;
  right: 20px;
  height: 100%;
}
.ss-item-row .date {
  margin-bottom: 20px;
}
.ss-item-row .texts {
  height: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ss-item-row .texts .btn {
  align-self: flex-end;
  margin-top: 20px;
}

/* ── Results container ────────────────────────────────────────────────────── */
#ss-results {
  position: relative;
  min-height: 200px;
  transition: opacity 0.25s ease;
}

#ss-results.is-loading {
  opacity: 0.35;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ── Loading overlay ──────────────────────────────────────────────────────── */
#ss-loading {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}

#ss-loading[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

.ss-spinner {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: ss-spin 0.7s linear infinite;
}

@keyframes ss-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ── No results ───────────────────────────────────────────────────────────── */
#ss-results .no-results {
  text-align: center;
  padding: 60px 20px;
  opacity: 0.5;
  animation: ss-fade-up 0.3s ease both;
}

/* ── Pagination ───────────────────────────────────────────────────────────── */
.ss-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
  flex-wrap: wrap;
  animation: ss-fade-up 0.4s ease 0.3s both;
}

.ss-pagination a,
.ss-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.ss-pagination a {
  color: inherit;
}

.ss-pagination a:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.ss-pagination span.current {
  background: #E26014;
  /* swap for your primary color var e.g. var(--primary) */
  color: #fff;
  cursor: default;
}

.ss-pagination .prev,
.ss-pagination .next {
  letter-spacing: -0.02em;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

/* Dim pagination while a new page is loading */
#ss-results.is-loading + .ss-pagination {
  opacity: 0.4;
  pointer-events: none;
}

/* ── Filter bar ───────────────────────────────────────────────────────────── */
/* Selecting a filter while loading — prevent double requests */
.ss-filter-disabled .indusrty-btn,
.ss-filter-disabled #ss-solution-select {
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.ss-dropdown {
  position: relative;
}

/* ── Custom solution dropdown ──────────────────────────────────────────────── */
.ss-dropdown {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Hide the native select — kept in DOM for semantics only */
.ss-dropdown select,
.ss-dropdown select:focus,
.ss-dropdown select:hover {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Trigger button */
.ss-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 1.85rem;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  text-align: left;
}
.ss-dropdown__trigger .left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ss-dropdown__trigger:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.ss-dropdown.is-open .ss-dropdown__trigger {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-dropdown__trigger-dot {
  background-color: #E26014;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}

/* Arrow icon */
.ss-dropdown__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  transition: transform 0.22s ease;
}

.ss-dropdown.is-open .ss-dropdown__arrow {
  transform: rotate(180deg);
}

/* Label truncation */
.ss-dropdown__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Active/filtered state — label turns bolder */
.ss-dropdown.has-value .ss-dropdown__label {
  font-weight: 600;
}

.ss-dropdown.has-value .ss-dropdown__trigger {
  border-color: rgba(0, 0, 0, 0.35);
}

/* Dropdown list */
.ss-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  /* Closed state */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  pointer-events: none;
}

.ss-dropdown.is-open .ss-dropdown__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Options */
.ss-dropdown__option {
  padding: 9px 14px;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background 0.12s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ss-dropdown__option:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ss-dropdown__option.is-selected {
  font-weight: 600;
  background: rgba(0, 0, 0, 0.04);
}

/* Disabled during loading */
.ss-filter-disabled .ss-dropdown__trigger {
  pointer-events: none;
  opacity: 0.55;
}

.single-ss-content-section {
  background-image: linear-gradient(180deg, #fff 500px, #F5F7FB 750px, #fff);
}
.single-ss-content-section h1 {
  margin: 30px 0;
  width: 13em;
  max-width: 100%;
}
.single-ss-content-section .industry-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-ss-content-section .image-col {
  position: relative;
  z-index: 2;
}
.single-ss-content-section .image-col img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-ss-content-section .wp-block-group.white-box {
  padding: 70px 40px;
  position: relative;
  margin: 90px 0;
  width: 38em;
  max-width: 100%;
}
.single-ss-content-section .wp-block-group.white-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  width: 1200px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.single-ss-content-section .wp-block-group.white-box > * {
  position: relative;
  z-index: 2;
}
.single-ss-content-section .wp-block-group.white-box:first-child {
  padding-top: 60px;
  margin-top: -50px;
}

.related-ss-section .title-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}
.related-ss-section .title-row h2 {
  margin: 0;
}
.related-ss-section .title-row .btn {
  margin: 0;
}
.related-ss-section .other-ss-slider {
  margin: 0 -20px;
}
.related-ss-section .other-ss-slider .swiper-slide {
  padding: 50px 20px 30px;
}
.related-ss-section .swiper-pagination {
  display: flex;
  justify-content: flex-end;
}

.single-post-content-section {
  padding-bottom: 0;
}
.single-post-content-section h1 {
  margin: 20px 0;
}
.single-post-content-section .top-white-box {
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
}
.single-post-content-section .top-white-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  width: 150%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.single-post-content-section .image-col {
  position: relative;
  z-index: 2;
}
.single-post-content-section .image-col img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-content-section .full-container {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.single-post-content-section .full-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #001D3F 33%, rgba(0, 29, 63, 0.1));
}
.single-post-content-section .full-container h2 {
  margin-bottom: 0;
  margin-top: 30px;
}

.top-blog-section {
  padding-bottom: 0 !important;
}
.top-blog-section h1 {
  margin: 20px 0;
}
.top-blog-section .full-container {
  min-height: 400px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #fff;
}
.top-blog-section .full-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #001D3F 33%, rgba(0, 29, 63, 0.1));
}
.top-blog-section .full-container > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-wrap.blog, .page-wrap.news {
  background: linear-gradient(180deg, #FFF 0%, rgba(227, 231, 239, 0.6) 52.88%, #FFF 100%);
}

.bp-filter-section {
  padding: 40px 0 0 !important;
}
.bp-filter-section .bp-filter > .row {
  gap: 15px 0;
}

.all-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.all-tags .tag-btn {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
}
.all-tags .tag-btn input {
  position: absolute;
  opacity: 0;
}
.all-tags .tag-btn.is-active {
  background-color: #E3E7EF;
}

input[type=search] {
  border-radius: 30px;
  padding: 10px 15px 10px 55px;
  width: 100%;
  max-width: 450px;
  border: 1px solid #ddd;
  background-image: url("../img/search.svg");
  background-size: 30px 30px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
input[type=search]:focus {
  outline: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.row.blog-posts-row {
  gap: 80px 0;
}

.bp-main-item {
  margin-bottom: 30px;
}
.bp-main-item .texts-col {
  display: flex;
}
.bp-main-item .texts {
  position: relative;
  padding: 30px;
  margin-top: 40px;
}
.bp-main-item .texts::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.bp-main-item .texts .title {
  margin: 20px 0;
}
.bp-main-item .texts > * {
  position: relative;
}
.bp-main-item .image-col {
  position: relative;
  z-index: 2;
}
.bp-main-item .image-col .image-wrapper {
  margin-bottom: 40px;
  aspect-ratio: 1/1;
}
.bp-main-item .image-col .image-wrapper img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bp-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bp-item .image-wrapper {
  position: relative;
  width: 80%;
  max-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: -80px;
  z-index: 2;
}
.bp-item .image-wrapper img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bp-item .bg-white {
  position: relative;
  padding: 100px 20px 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
}
.bp-item .bg-white .btn {
  position: absolute;
  left: 20px;
  bottom: -50px;
}
.bp-item .date {
  margin-bottom: 15px;
  font-size: 0.9em;
}

.np-main-item {
  margin-bottom: 30px;
}
.np-main-item .texts-col {
  display: flex;
}
.np-main-item .texts {
  position: relative;
  padding: 30px;
  margin-top: 40px;
}
.np-main-item .texts::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.np-main-item .texts .title {
  margin: 20px 0;
}
.np-main-item .texts > * {
  position: relative;
}
.np-main-item .image-col {
  position: relative;
  z-index: 2;
}
.np-main-item .image-col .image-wrapper {
  margin-bottom: 40px;
}
.np-main-item .image-col .image-wrapper img {
  aspect-ratio: 1/1;
}

.np-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0 15px;
}
.np-item .image-col {
  position: relative;
  z-index: 2;
  transform: translateY(-30px);
}
.np-item .image-col .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  overflow: hidden;
}
.np-item .image-col .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.np-item .image-col .image-wrapper .tag {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #2165E4;
  min-width: 7em;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 50px 0;
  padding: 5px 10px 5px 15px;
  color: #fff;
}
.np-item .date {
  margin-bottom: 20px;
}
.np-item .texts {
  height: 100%;
  padding: 20px 20px 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.np-item .texts .btn {
  position: absolute;
  right: 20px;
  bottom: -50px;
}

.platform-top-section {
  position: relative;
}
.platform-top-section h2 {
  margin: 0.8em 0 0.5em;
}
.platform-top-section .sticky-circle {
  width: 80px;
  margin-left: -40px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.4s;
  transform-origin: center;
}
.platform-top-section .sticky-circle::before {
  content: "";
  display: block;
  background-color: #E26014;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: sticky;
  margin-top: 4em;
  top: 10em;
  margin-bottom: 5em;
  transition: 0.8s;
}
.platform-top-section .sticky-circle.not-viewed {
  margin-left: -80px;
}
.platform-top-section .sticky-circle.not-viewed::before {
  transform: scale(0);
}
.platform-top-section .image-col {
  position: relative;
}
.platform-top-section .main-image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9.2/5.7;
}
.platform-top-section .blue-bg {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-w-3-circles {
  position: relative;
}
.image-w-3-circles .circle {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #E26014;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: 0.5s;
}
.image-w-3-circles .circle.show {
  width: 90px;
  height: 90px;
}
.image-w-3-circles .circle-1 {
  left: -30px;
  top: 50%;
  animation: floatCircles 9s ease-in-out infinite reverse;
}
.image-w-3-circles .circle-2 {
  top: 0;
  right: 10%;
  animation: floatCircles 11s ease-in-out infinite;
}
.image-w-3-circles .circle-3 {
  bottom: -20px;
  left: 20%;
  animation: floatCircles 14s ease-in-out infinite reverse;
}

@keyframes floatCircles {
  0%, 50%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translate(7px, 10px);
  }
  75% {
    transform: translate(15px, -15px);
  }
}
.square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.platform-capabilities-section {
  margin-bottom: 120px;
}
.platform-capabilities-section .btn {
  margin: 30px 0;
}
.platform-capabilities-section .container {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-capabilities-section .image {
  position: relative;
  margin-bottom: -120px;
  margin-left: 10%;
  margin-top: 50px;
}
.platform-capabilities-section .image img {
  position: relative;
  z-index: 1;
}
.platform-capabilities-section .steps-container {
  position: relative;
}
.platform-capabilities-section .bullets-row.row {
  gap: 40px 0;
}
.platform-capabilities-section .col-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.5s;
  min-height: 70px;
}
.platform-capabilities-section .col-item.hidden-auto:not(.show) {
  opacity: 0;
  transform: translateY(20px);
}
.platform-capabilities-section .bullet {
  position: relative;
  max-width: 90%;
  padding-left: 30px;
}
.platform-capabilities-section .bullet::before {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  height: 70px;
  background-color: #E26014;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s 0.5s;
}
.platform-capabilities-section .bullet.hidden-auto:not(.show) {
  transform: translateY(-50%) scaleY(0);
}
.platform-capabilities-section .bg-container {
  background-color: #001D3F;
  border-radius: 0 20px 20px 0;
  padding-top: 50px;
  color: #fff;
  position: relative;
}
.platform-capabilities-section .bg-container .bg-element {
  border-radius: 0 20px 20px 0;
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-image: radial-gradient(circle 500px at 0 100%, #2165E4, #001D3F);
  right: 0;
  top: 0;
}
.platform-capabilities-section .bg-container > * {
  z-index: 2;
  position: relative;
}

.platform-ai-section .row {
  gap: 50px 0;
}
.platform-ai-section .gray-bg {
  padding: 50px 30px;
  height: 100%;
}
.platform-ai-section .bullets {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.platform-ai-section .bullets .bullet {
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: -70px;
}

.platform-flexibility-section img {
  aspect-ratio: 14/4.7;
  margin-bottom: 80px;
}
.platform-flexibility-section .white-box {
  position: relative;
  background-color: #fff;
  padding: 80px 40px 40px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.platform-flexibility-section .white-box .dot {
  position: absolute;
  left: 40px;
  top: 0;
  margin: 0 auto;
  background-color: #E26014;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(1) translateY(-200px);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, transform 0.5s;
  opacity: 0;
}
.platform-flexibility-section .white-box .dot.viewed {
  width: 70px;
  height: 70px;
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.platform-flexibility-section .bullets {
  gap: 40px 0;
  display: flex;
  flex-direction: column;
}
.platform-flexibility-section .bullet {
  position: relative;
  max-width: 90%;
  padding-left: 30px;
  min-height: 70px;
  align-items: center;
  display: flex;
}
.platform-flexibility-section .bullet::before {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  height: 70px;
  background-color: #E26014;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s 0.5s;
}
.platform-flexibility-section .bullet.hidden-auto:not(.show) {
  transform: translateY(-50%) scaleY(0);
}

.ww-partners-top-section .row {
  gap: 0 30px;
}
.ww-partners-top-section .map-vid {
  position: absolute;
  top: -5vw;
  right: 0;
  width: 65%;
  z-index: -1;
}
.ww-partners-top-section h1 {
  margin: 0.8em 0 0.5em;
  max-width: 5em;
}
.ww-partners-top-section .white-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  gap: 20px;
}
.ww-partners-top-section .white-box .dot {
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #E26014;
  transition: 0.5s;
}
.ww-partners-top-section .white-box .content {
  flex: 1;
  max-width: calc(100% - 120px);
}
.ww-partners-top-section .white-box.viewed .dot {
  width: 100px;
  height: 100px;
}

.ww-chanels-partners-section .partner-row {
  gap: 40px 0;
}
.ww-chanels-partners-section .partner-col .white-box {
  background-color: #fff;
  height: 100%;
  padding: 30px 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ww-chanels-partners-section .partner-col .detail {
  display: flex;
  color: inherit;
  gap: 15px;
}
.ww-chanels-partners-section .partner-col .detail .icon {
  width: 22px;
}
.ww-chanels-partners-section .partner-col .detail .icon svg {
  width: 100%;
  height: auto;
}

.accordion {
  margin-top: 40px;
}
.accordion .single-row {
  margin-bottom: 30px;
}
.accordion .single-row .top-accordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 15px 20px 15px 30px;
  overflow: hidden;
  cursor: pointer;
}
.accordion .single-row .top-accordion::before {
  content: "";
  height: 100%;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E26014;
  transition: 0.2s;
}
.accordion .single-row .top-accordion .text-side {
  position: relative;
}
.accordion .single-row .top-accordion .content {
  z-index: 1;
}
.accordion .single-row .top-accordion .arrow {
  transition: 0.4s;
  z-index: 1;
  margin-inline-start: 30px;
  height: 25px;
  width: 25px;
  bottom: 0;
}
.accordion .single-row .hidden {
  display: none;
  padding-top: 30px;
}
.accordion .single-row .content {
  max-width: 800px;
}
.accordion .single-row:hover .top-accordion::before {
  width: 15px;
}
.accordion .single-row:hover .top-accordion .arrow {
  transform: scale(1.3);
}
.accordion .single-row.active .top-accordion {
  color: #fff;
}
.accordion .single-row.active .top-accordion::before {
  width: 100%;
}
.accordion .single-row.active .top-accordion .arrow {
  transform: rotate(90deg);
}
.accordion .single-row.active .top-accordion .arrow svg path {
  fill: white;
}

.ww-tech-partners-section .container > .row {
  gap: 60px 0;
}
.ww-tech-partners-section .logos-group {
  margin-top: 50px;
  justify-content: space-between;
}
.ww-tech-partners-section .logos-group.five-logos .logo-item:nth-child(2) {
  transform: translateY(50px);
}
.ww-tech-partners-section .logos-group.five-logos .logo-item:nth-child(4) {
  transform: translateX(50px);
}
.ww-tech-partners-section .img-wrapper .dot {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #E26014;
  top: 0;
  right: 25%;
  background-color: #E26014;
  margin-top: -100px;
  transform: scale(0) translate(50%, -50%);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, margin 0.5s, transform 0.5s;
  opacity: 0;
}
.ww-tech-partners-section .img-wrapper .dot.viewed {
  margin-top: 0;
  opacity: 1;
  transform: scale(1) translate(50%, -50%);
  animation: dotSlideOnImage 15s infinite 0.5s ease-in-out;
}
.ww-tech-partners-section .file {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 20px;
}

@keyframes dotSlideOnImage {
  0%, 5%, 80%, 100% {
    right: 25%;
    top: 0;
    width: 70px;
    height: 70px;
  }
  25% {
    right: 80%;
    top: 0;
    width: 50px;
    height: 50px;
  }
  40% {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
  }
  60% {
    right: 0;
    top: 70%;
    width: 50px;
    height: 50px;
  }
  70% {
    right: 0;
    top: 0;
  }
}
.ww-partner-section .blue-bg {
  padding: 40px 0;
}
.ww-partner-section .btn.big-arrow-btn .text-25 {
  width: 8.2em;
}

.contact-popup .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.contact-popup .wpcf7-response-output {
  margin: 2em 0 0;
}

/* ══════════════════════════════════════════
   PROGRESS BAR
   ══════════════════════════════════════════ */
.msf-progress {
  position: absolute;
  height: 4px;
  width: calc(100% - 160px);
  background: #E3E7EF;
  border-radius: 999px;
  overflow: hidden;
  top: 30px;
}

.msf-progress-bar {
  height: 100%;
  width: 0%;
  background: rgba(0, 0, 0, 0.75);
  transition: width 0.4s ease;
  border-radius: 999px;
}

/* ══════════════════════════════════════════
   PAGES — hide/show
   ══════════════════════════════════════════ */
.msf-page {
  display: none;
  animation: msfFadeIn 0.3s ease forwards;
  flex-direction: column;
  align-items: flex-start;
}
.msf-page--active {
  display: flex;
}
.msf-page .top-content {
  margin-bottom: 30px;
  text-align: center;
  align-self: center;
}
.msf-page .wpcf7-not-valid-tip {
  font-size: 0.85em;
  margin-top: 5px;
  line-height: 1;
}
.msf-page .btn {
  align-self: flex-end;
}

@keyframes msfFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ══════════════════════════════════════════
   BACK BUTTON
   ══════════════════════════════════════════ */
.msf-btn-back {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  transition: 0.3s;
  left: 0;
  top: -30px;
}
.msf-btn-back svg {
  width: 10px;
}
.msf-btn-back:hover {
  transform: scale(1.1);
}

/* ══════════════════════════════════════════
   RADIO CARD GROUP
   ══════════════════════════════════════════ */
.msf-radio-group {
  width: 100%;
}
.msf-radio-group .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px 30px;
}
.msf-radio-group .wpcf7-list-item {
  margin: 0;
}
.msf-radio-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border: 0;
  border-radius: 80px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.msf-radio-group .wpcf7-list-item label:hover {
  color: #fff;
  background: #E26014;
}
.msf-radio-group .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.msf-radio-group .wpcf7-list-item input[type=radio]:checked + span, .msf-radio-group .wpcf7-list-item:has(input:checked) label {
  color: #fff;
  background: #E26014;
}

/* ══════════════════════════════════════════
   GRID LAYOUT (pages 3 & 4)
   ══════════════════════════════════════════ */
.msf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

@media (max-width: 640px) {
  .msf-grid {
    grid-template-columns: 1fr;
  }
}
/* ══════════════════════════════════════════
   INPUTS & SELECTS
   ══════════════════════════════════════════ */
.msf-label {
  display: block;
  margin-bottom: 6px;
}

.msf-label abbr {
  color: #E26014;
  text-decoration: none;
  font-size: 0.85em;
  cursor: auto;
}

.msf-input,
.msf-select {
  width: 100%;
  padding: 5px 14px;
  border: 0;
  border-radius: 8px;
  background: #F5F7FB;
  transition: 0.3s;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.msf-input:focus, .msf-input:focus,
.msf-select:focus,
.msf-select:focus {
  background: #fff;
}

.msf-input--error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

/* ══════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════ */
.msf-btn-next {
  float: right;
  margin-top: 15px;
}

.submit-arrow-btn {
  padding: 0 !important;
  margin-top: 15px;
  float: right;
}
.submit-arrow-btn .wpcf7-submit {
  position: relative;
  padding: 10px 70px 10px 25px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.submit-arrow-btn .wpcf7-spinner {
  position: absolute;
  right: 0;
}

/* ══════════════════════════════════════════
   THANK YOU SCREEN
   ══════════════════════════════════════════ */
.msf-thankyou {
  background-color: #E3E7EF;
  padding: 30px 20px;
  border-radius: 30px;
  margin-top: 30px;
}
.msf-thankyou img {
  margin-top: -60px;
  border-radius: 30px;
}
.msf-thankyou .btn {
  margin-top: 30px;
}

body #acwp-toolbar-btn-wrap {
  right: 20px;
  left: auto !important;
  top: auto !important;
  bottom: 80px;
}

#acwp-toolbar.acwp-toolbar-show {
  z-index: 999999;
}

.industries-laptop-section .row {
  gap: 30px 0;
}
.industries-laptop-section .laptop-image {
  position: relative;
}
.industries-laptop-section .laptop-image img {
  position: relative;
  z-index: 1;
}
.industries-laptop-section .laptop-image .laptop-screens {
  z-index: 2;
  position: absolute;
  top: 7%;
  left: 50%;
  width: 74%;
  transform: translate(-50%);
  overflow: hidden;
  aspect-ratio: 16/10;
}
.industries-laptop-section .laptop-image .step-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  pointer-events: none;
  transition: 0.5s;
}
.industries-laptop-section .laptop-image .step-screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.industries-laptop-section .laptop-image .dot {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 5;
  background-color: #E26014;
  top: 25%;
  right: 12%;
  margin-top: -100px;
  transform: scale(0) translate(50%, -50%);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, margin 0.5s, transform 0.5s;
  opacity: 0;
}
.industries-laptop-section .laptop-image .dot.viewed {
  margin-top: 0;
  opacity: 1;
  transform: scale(1) translate(50%, -50%);
}

.solution-white-box-section .dot {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 5;
  background-color: #E26014;
  top: 0;
  left: 15px;
  margin-top: -100px;
  transform: scale(0) translate(50%, -50%);
  transform-origin: center;
  transition: 0.5s width 0.5s, 0.5s height 0.5s, margin 0.5s, transform 0.5s;
  opacity: 0;
}
.solution-white-box-section .dot.viewed {
  margin-top: 0;
  opacity: 1;
  transform: scale(1) translate(50%, -50%);
}
.solution-white-box-section .white-box {
  position: relative;
  padding: 50px;
}
.solution-white-box-section .white-box::before {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.solution-white-box-section .row {
  position: relative;
  z-index: 2;
  gap: 30px 0;
}
.solution-white-box-section img {
  width: 433px;
  border-radius: 15px;
  float: right;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 43/56;
}
.solution-white-box-section .bullets {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.solution-white-box-section .bullet {
  min-height: 70px;
  position: relative;
  width: 260px;
  max-width: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.solution-white-box-section .bullet::before {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  height: 70px;
  background-color: #E3E7EF;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s 0.5s;
}

.single-row {
  margin-bottom: 30px;
}
.single-row .hidden {
  display: none;
  padding: 20px 0;
}
.single-row.active .top-accordion .arrow-circle {
  transform: rotate(90deg);
}

.top-accordion {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 20px;
  cursor: pointer;
}
.top-accordion .row {
  gap: 20px 0;
}
.top-accordion .arrow-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E26014;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s;
}
.top-accordion:hover {
  background-color: #001D3F;
  color: #fff;
}

.landing-top-section .white-strip-col {
  padding-bottom: 30px;
  z-index: 5;
}
.landing-top-section .white-strip {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
  padding: 40px 40px;
  width: calc(100% + 40px);
}
.landing-top-section .white-strip .logo {
  margin-bottom: 55px;
}
.landing-top-section .white-strip .logo img {
  height: 45px;
  width: auto;
}
.landing-top-section .white-strip .details {
  position: relative;
  margin: 50px 0;
  padding-left: 30px;
}
.landing-top-section .white-strip .details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  border-radius: 20px;
  background-color: #E26014;
}
.landing-top-section .white-strip .big-arrow-btn .text-25 {
  width: 10em;
}
.landing-top-section .main-col {
  padding-right: 150px;
}
.landing-top-section .main-col, .landing-top-section .image-col {
  padding-top: 140px;
}
.landing-top-section .screen-img {
  max-width: calc(100% + 20px);
  margin-left: -20px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.landing-top-section .bottom-img {
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 1;
}
.landing-top-section .bg-circles {
  position: absolute;
  display: flex;
  gap: 40px;
  right: 0;
  top: 400px;
  z-index: -1;
}
.landing-top-section .bg-circles .circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #eee;
}
.landing-top-section .bg-circles .circle.light-gray {
  background-color: rgba(0, 29, 63, 0.03);
}
.landing-top-section .bg-circles .circle.gray {
  background-color: rgba(0, 29, 63, 0.15);
}
.landing-top-section .bg-circles .circle.orange {
  background-color: #E26014;
}
.landing-top-section.hp-event-section {
  position: relative;
}
.landing-top-section.hp-event-section .light-bg {
  background-color: #F5F7FB;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  min-height: 650px;
}
.landing-top-section.hp-event-section .white-strip-col {
  padding-bottom: 20px;
}
.landing-top-section.hp-event-section .white-strip {
  padding: 30px 30px;
}
.landing-top-section.hp-event-section .white-strip .details {
  margin: 30px 0;
}
.landing-top-section.hp-event-section .image-col {
  padding-top: 50px;
  z-index: 1;
}
.landing-top-section.hp-event-section .screen-img {
  width: 185px;
  margin-left: -90px;
}
.landing-top-section.hp-event-section .bottom-img {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  height: auto;
}
.landing-top-section.hp-event-section .bg-circles {
  gap: 40px;
  z-index: 0;
  right: 50px;
  top: 330px;
}
.landing-top-section.hp-event-section .bg-circles .circle {
  width: 150px;
  height: 150px;
}

.landing-sticky-cards-section .sticky-element {
  position: sticky;
  border-radius: 20px 0 0 20px;
  width: 100%;
  top: 0;
  min-height: 100vh;
}
.landing-sticky-cards-section .sticky-element img {
  border-radius: 20px;
  margin-top: 30px;
}
.landing-sticky-cards-section .sticky-cards-col {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  gap: 50px;
  padding-bottom: 450px;
}
.landing-sticky-cards-section .sticky-card {
  top: calc(10vh + 50px);
  margin: 0;
  position: sticky;
  padding: 30px;
  border-radius: 20px;
  background-color: #F5F7FB;
}
.landing-sticky-cards-section .sticky-card svg {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.landing-sticky-cards-section .sticky-card h3 {
  margin-bottom: 20px;
}

.hp-top-section.landing {
  padding-top: 0 !important;
  min-height: auto !important;
}
.hp-top-section.landing .solutions-row .solution-col .solution .btn {
  display: none;
}

.landing-video-section {
  position: relative;
  padding: 80px 0;
}
.landing-video-section .file {
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 40px;
  border-radius: 30px;
}
.landing-video-section .white-bg {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.logos-section.landing {
  padding: 300px 0;
  overflow: hidden;
}
.logos-section.landing::before {
  content: none;
}
.logos-section.landing .spinning-globe {
  position: absolute;
  height: 120%;
  width: 100%;
  left: 0;
  right: 0;
  top: -10%;
  transition: 1.5s;
  z-index: -1;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.logos-section.landing.not-viewed .spinning-globe {
  transform: scale(5);
  opacity: 0.2;
  filter: blur(20px);
}

.stats-section.landing .stats-container {
  margin-top: 50px;
}
.stats-section.landing .stats-container .screen {
  background: linear-gradient(92deg, #001D3F 53.81%, #2165E4 99.31%);
}

.landing-about-section .bullets {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.landing-about-section .col-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.5s;
  min-height: 70px;
}
.landing-about-section .col-item.hidden-auto:not(.show) {
  opacity: 0;
  transform: translateY(20px);
}
.landing-about-section .bullet {
  min-height: 70px;
  position: relative;
  width: 260px;
  max-width: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.landing-about-section .bullet::before {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  height: 70px;
  background-color: #E26014;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s 0.5s;
}
.landing-about-section img {
  margin-top: 50px;
}

.landing-bottom-section img {
  border-radius: 30px;
  margin-bottom: -80px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
.landing-bottom-section .white-bg {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 20px;
  padding-top: 130px;
}

.event-banner {
  padding: 10px 0;
  background-color: #F5F7FB;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.5s;
}
.event-banner.visible {
  transform: translateY(0);
  opacity: 1;
}
.event-banner .btns-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.event-banner .btns-col .btn {
  max-width: 15em;
}
.event-banner .details-col {
  display: flex;
  align-items: center;
}
.event-banner .details-col .details {
  position: relative;
  padding-left: 30px;
}
.event-banner .details-col .details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  border-radius: 20px;
  background-color: #E26014;
}
/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
  background-color: #E26014;
  padding: 20px;
  border-radius: 50px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 2px;
  width: calc(100% - 20px);
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 13px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 19px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 25px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 19px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 19px;
  transform: rotate(-135deg);
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  padding: 15px;
}
.off-canvas.is-open {
  z-index: 9999;
  transform: translate(0);
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
  background: #fff;
  border-radius: 30px;
  min-height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.menu-main-menu-container {
  width: 100%;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
ul#mobile-menu li {
  position: relative;
  display: block;
  text-align: center;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 2.5rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
}
ul#mobile-menu > li:not(:last-child) {
  padding-bottom: 8px;
}
ul#mobile-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #E26014;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 2rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #E26014;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1540px) {
  html {
    font-size: 8.5px;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4.5rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  .text-90 {
    font-size: 8rem;
  }
  .text-75 {
    font-size: 6rem;
    line-height: 1.1;
  }
  .text-65 {
    font-size: 5.8rem;
    line-height: 1.2;
  }
  .text-50 {
    font-size: 4.5rem;
  }
  .text-25 {
    font-size: 2.4rem;
  }
  header .logo img {
    max-width: 180px;
  }
  ul#main-menu > li > a {
    font-size: 2rem;
  }
  .container {
    max-width: 1200px;
  }
  .btn.big-arrow-btn .arrow-circle {
    min-width: 70px;
    height: 70px;
  }
  .btn.arrow-btn .arrow-circle {
    width: 55px;
    height: 55px;
  }
  .world-map-section {
    font-size: 90px;
  }
  .hp-top-section .solutions-row .solution-col .solution {
    max-width: 180px;
  }
  .clients-section .logo {
    max-width: 150px;
    padding: 30px 15px;
  }
  .contact-section .bg,
  .contact-section .blue-bg {
    padding: 35px;
  }
  .industry-top-section .industry-icon {
    width: 120px;
    height: 120px;
  }
  .what_and_how-section .container .text-group {
    padding-left: 60px;
    padding-right: 20px;
  }
  .what_and_how-section .container .text-group .icon {
    width: 40px;
    height: 40px;
  }
  .what_and_how-section .container .text-group .icon::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
  }
  .logos-section .logo {
    max-width: 150px;
    padding: 30px 15px;
  }
  .content .gray-bg-block {
    width: 1200px;
  }
  .single-ss-content-section {
    background-image: linear-gradient(180deg, #fff 550px, #F5F7FB 600px, #F5F7FB, #fff);
  }
  .single-ss-content-section .wp-block-group.white-box::before {
    width: 1000px;
  }
  .single-post-content-section .main-image {
    z-index: 5;
    position: relative;
    max-width: 80%;
    margin-bottom: 15px;
  }
  .landing-top-section .bottom-img {
    width: 75%;
  }
  .landing-top-section .bg-circles .circle {
    width: 150px;
    height: 150px;
  }
}
/* end of (max-width: 1540px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1300px) {
  .industry-top-section .industry-icon {
    margin-top: -55px;
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .industry-top-section .full-container {
    max-width: 100%;
    padding: 0;
  }
  .industry-top-section .full-container .top-background {
    height: 200px;
    border-radius: 0;
  }
  .industry-top-section .gray-bg {
    padding: 30px;
  }
  .industry-top-section .row {
    gap: 30px 0;
  }
  .about-top-section .full-container {
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about-top-section .full-container::before {
    border-radius: 0;
  }
  .about-top-section .white-box-container {
    max-width: calc(100% - 30px);
  }
  .about-top-section .white-box-container .row {
    margin: 0 -15px;
  }
  .about-top-section .white-box {
    padding: 30px;
  }
  .about-icons-section .container {
    max-width: calc(100% - 30px);
  }
  .about-icons-section .container > .row {
    margin: 0 -15px;
  }
  .about-icons-section .container .box {
    padding: 30px;
  }
  .about-video-section .container {
    max-width: calc(100% - 30px);
  }
  .about-video-section .box {
    padding: 30px;
  }
  .success-stories-top-section .full-container {
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .success-stories-top-section .full-container .video-bg .bg-image {
    border-radius: 0 !important;
  }
  .success-stories-top-section .full-container .video-bg::after {
    border-radius: 0;
  }
  .success-stories-top-section .white-box-container {
    max-width: calc(100% - 30px);
  }
  .success-stories-top-section .white-box-container .row {
    margin: 0 -15px;
  }
  .success-stories-top-section .white-box {
    padding: 30px;
  }
  .content .gray-bg-block {
    width: 1000px;
  }
  .single-ss-content-section .wp-block-group.white-box::before {
    width: 800px;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .single-ss-content-section .wp-block-group.white-box::before {
    width: 100%;
  }
  .content .gray-bg-block {
    width: auto;
  }
  .content .gray-bg-block .col-md-7::before {
    width: calc(100% - 30px);
  }
  .content .gray-bg-block .col-md-5 img {
    width: 80%;
    margin-top: -50px;
    margin-left: 30px;
  }
  .landing-top-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 20vw !important;
  }
  .landing-top-section .bg-circles {
    display: none;
  }
  .landing-top-section .white-strip {
    padding: 50px 30px;
    width: 100%;
  }
  .landing-top-section .white-strip .logo {
    margin-bottom: 30px;
  }
  .landing-top-section .white-strip .logo img {
    height: 35px;
  }
  .landing-top-section .main-col,
  .landing-top-section .image-col {
    padding-top: 0;
    padding-right: 20px;
  }
  .landing-top-section .image-col {
    display: flex;
    justify-content: flex-end;
  }
  .landing-top-section .image-col img {
    width: 30%;
    height: auto;
  }
  .landing-top-section .bottom-img {
    top: auto;
    bottom: 0;
    right: 0;
    width: 150%;
    max-width: 150%;
  }
  .landing-top-section.hp-event-section .container {
    background-color: #F5F7FB;
  }
  .landing-top-section.hp-event-section .light-bg {
    min-height: 0;
    padding: 0;
    overflow: visible;
  }
  .landing-top-section.hp-event-section .screen-img {
    margin-bottom: 30px;
    margin-left: 15px;
  }
  .landing-top-section.hp-event-section .image-col {
    display: flex;
    padding-top: 20px;
    justify-content: flex-start;
  }
  .landing-top-section.hp-event-section .bottom-img {
    width: 150%;
    right: -30%;
  }
  .landing-sticky-cards-section .sticky-cards-col {
    margin: 0;
    padding-bottom: 0;
  }
  .landing-sticky-cards-section .sticky-card {
    top: 0;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  .popup .popup-content {
    padding: 60px 40px;
  }
  .msf-progress {
    width: calc(100% - 100px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .msf-btn-back {
    left: -28px;
    top: -42px;
  }
  .text-90 {
    font-size: 7rem;
  }
  .hp-top-section {
    text-align: center;
  }
  .mobile {
    display: block;
  }
  .desk {
    display: none;
  }
  .container.full-container {
    max-width: 100%;
  }
  header .container {
    top: 15px;
    max-width: calc(100% - 30px);
  }
  header .logo img {
    max-width: 150px;
  }
  .hp-top-section {
    padding-bottom: 0;
  }
  .hp-top-section .container {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .hp-top-section .btn.big-arrow-btn {
    flex-direction: column;
    margin: 30px auto;
  }
  .world-map-section {
    font-size: 80px;
  }
  .stats-container {
    max-width: calc(100% - 30px);
  }
  .stats-container .screen {
    transform: scale(0);
    transform-origin: top center;
    transition: 1s ease-in-out;
  }
  .stats-container .screen.active {
    transform: scale(1);
  }
  .stats-container .dot.active {
    width: 30px;
    height: 30px;
  }
  .clients-section {
    padding-bottom: 0;
  }
  .clients-section .logos-container {
    min-height: 0;
  }
  .clients-section .logos-group {
    position: relative;
    margin-top: 3%;
    width: auto;
    justify-content: center;
  }
  .clients-section .logos-group .logo-item {
    margin-bottom: 30px;
  }
  .clients-section .logos-group .logo-item.visible {
    display: block;
  }
  .clients-section .logos-group .logo-item.hidden {
    display: none;
  }
  .clients-section .logos-group .logo-item:nth-child(1) .logo {
    transform: translate(0, 0);
    animation: float1 6s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(2) .logo {
    transform: translate(0, 0);
    animation: float2 7s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(3) .logo {
    transform: translate(0, 0);
    animation: float3 5.5s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(4) .logo {
    transform: translate(0, 0);
    animation: float4 6.5s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(5) .logo {
    transform: translate(0, 0);
    animation: float5 7.5s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(6) .logo {
    transform: translate(0, 0);
    animation: float6 6.2s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(7) .logo {
    transform: translate(0, 0);
    animation: float7 5.8s ease-in-out infinite;
  }
  .clients-section .logos-group .logo-item:nth-child(8) .logo {
    transform: translate(0, 0);
    animation: float8 6.8s ease-in-out infinite;
  }
  @keyframes float1 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-7px);
    }
  }
  @keyframes float2 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes float3 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes float4 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-18px);
    }
  }
  @keyframes float5 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-15px);
    }
  }
  @keyframes float6 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-12px);
    }
  }
  @keyframes float7 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes float8 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-14px);
    }
  }
  .journey-steps-section {
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .journey-steps-section .container {
    max-width: calc(100% - 30px);
    padding-bottom: 0;
    align-items: stretch;
  }
  .journey-steps-section .left-col {
    flex: 1;
    border-radius: 20px;
    margin-bottom: 120px;
  }
  .journey-steps-section .left-col .bg-element {
    left: 0;
    width: 100%;
    border-radius: 20px;
  }
  .journey-steps-section .left-col .btn {
    margin: 30px auto;
  }
  .journey-steps-section .laptop-image {
    margin-left: 0;
  }
  .journey-steps-section .steps-dot {
    left: 0;
    right: 0;
    margin: 10px auto 0;
    width: 25px;
    height: 25px;
  }
  .journey-steps-section .right-col {
    height: 200px;
  }
  .journey-steps-section .steps-container {
    width: 100%;
    min-height: 200px;
  }
  .journey-steps-section .step-item {
    position: absolute;
    opacity: 0;
    padding: 0;
    padding-top: 50px;
    width: 100%;
  }
  .journey-steps-section .step-item.show {
    opacity: 0;
  }
  .journey-steps-section .step-item.active {
    opacity: 1;
  }
  .hp-success-stories-section .texts {
    flex: 1;
    margin: -50px 30px 0 30px;
    flex-direction: column;
  }
  .hp-success-stories-section .texts .title {
    flex: 1;
  }
  .hp-success-stories-section .texts .btn {
    margin-bottom: -50px;
    margin-right: 0;
  }
  .hp-success-stories-section .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-top: 50px;
  }
  .hp-success-stories-section .nav-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hp-news-section .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .hp-news-section .container .news-image {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .contact-section {
    padding-bottom: 20px;
  }
  .contact-section .bg, .contact-section .blue-bg {
    padding: 30px 20px;
  }
  .contact-section form {
    margin-bottom: 30px;
  }
  footer .dark-bg {
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
  }
  .horizontal_bullets-section .container {
    padding: 50px 30px;
    max-width: calc(100% - 30px);
  }
  .horizontal_bullets-section .col-md-3 {
    width: 100%;
  }
  .logos-section .logos-group .logo-item:nth-child(1) .logo {
    transform: translate(0, 0);
    animation: float1 6s ease-in-out infinite;
  }
  .logos-section .logos-group .logo-item:nth-child(2) .logo {
    transform: translate(0, 0);
    animation: float2 7s ease-in-out infinite;
  }
  .logos-section .logos-group .logo-item:nth-child(3) .logo {
    transform: translate(0, 0);
    animation: float3 5.5s ease-in-out infinite;
  }
  .logos-section .logos-group .logo-item:nth-child(4) .logo {
    transform: translate(0, 0);
    animation: float4 6.5s ease-in-out infinite;
  }
  .logos-section .logos-group .logo-item:nth-child(5) .logo {
    transform: translate(0, 0);
    animation: float5 7.5s ease-in-out infinite;
  }
  .logos-section .logos-group .logo-item:nth-child(6) .logo {
    transform: translate(0, 0);
    animation: float6 6.2s ease-in-out infinite;
  }
  @keyframes float1 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-7px);
    }
  }
  @keyframes float2 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes float3 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes float4 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-18px);
    }
  }
  @keyframes float5 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-15px);
    }
  }
  @keyframes float6 {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-12px);
    }
  }
  .sticky_cards-section .bg {
    border-radius: 20px;
    padding-bottom: 100px;
  }
  .sticky_cards-section .bg::after {
    content: none;
  }
  .sticky_cards-section .sticky-cards-col {
    padding-top: 0;
    margin-top: -50px;
  }
  .sticky_cards-section .sticky-card {
    top: 110px;
  }
  .other-industries-section .container {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
  .other-industries-section .text-col {
    margin-top: 20px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dark_blue_section-section .row {
    flex-direction: column-reverse;
  }
  .dark_blue_section-section .row .col-image {
    text-align: center;
  }
  .dark_blue_section-section .row .col-image img {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .dark_blue_section-section .blue-bg {
    position: relative;
    padding: 50px 30px 30px;
    border-radius: 20px 20px 0 0;
  }
  .dark_blue_section-section .blue-bg::before {
    width: 100%;
    height: 100px;
    right: 0;
    top: 100%;
    border-radius: 0 0 20px 20px;
  }
  .dark_blue_section-section .blue-bg .content {
    margin-top: 20px;
  }
  .dark_blue_section-section .blue-bg .content :last-child {
    margin-bottom: 0;
  }
  .image_and_text_with_dot-section .container > .row {
    gap: 20px 0;
  }
  .image_and_text_with_dot-section .sticky-circle {
    left: -15px;
    width: 40px;
    z-index: 4;
  }
  .image_and_text_with_dot-section .sticky-circle::before {
    z-index: 2;
    width: 40px;
    height: 40px;
  }
  .big_sticky_cards_section-section .sticky-card {
    height: 450px;
    padding: 50px 30px;
  }
  .big_sticky_cards_section-section .sticky-card::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
  }
  .big_sticky_cards_section-section .sticky-card h3 {
    font-size: 4rem;
  }
  .big_sticky_cards_section-section.industries-cards {
    height: auto;
    min-height: 450px;
  }
  .three_dots_with_big_text-section .row {
    gap: 30px 0;
  }
  .white_container-section .dot {
    left: 30px;
  }
  .white_container-section .dot.viewed {
    width: 50px;
    height: 50px;
  }
  .white_container-section .container {
    max-width: calc(100% - 60px);
    padding: 80px 30px 30px 30px;
  }
  .about-icons-section .icons {
    margin-top: 50PX;
  }
  .about-icons-section .icon {
    margin-bottom: 10px;
  }
  .about-video-section .box {
    border-radius: 20px 20px 0 0;
  }
  .about-video-section .box::after {
    content: "";
    height: 100px;
    width: 100%;
    top: 100%;
    left: 0;
    border-radius: 0 0 20px 20px;
  }
  .ss-item-row .image-col {
    transform: translateY(0);
  }
  .ss-item-row .image-col .image-wrapper {
    margin-bottom: -30px;
    margin-left: 30px;
    width: 80%;
    max-width: 300px;
  }
  .ss-item-row .bg-white {
    position: absolute;
    width: calc(100% - 40px);
  }
  .ss-item-row .texts {
    padding: 80px 30px 30px;
  }
  .content .wp-block-quote {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 30px 30px;
  }
  .bp-main-item > .row {
    flex-direction: column-reverse;
  }
  .bp-main-item .image-col {
    margin-bottom: -50px;
  }
  .bp-main-item .image-col .image-wrapper {
    margin-bottom: 0;
    width: 80%;
    margin-left: 20px;
  }
  .bp-main-item .texts {
    padding-top: 80px;
    margin-top: 0;
  }
  .bp-main-item .texts::before {
    width: 100%;
  }
  .np-main-item .image-col .image-wrapper {
    margin-bottom: 0;
    width: 80%;
    margin-left: 20px;
  }
  .np-main-item .texts {
    margin-top: 0;
  }
  .np-main-item .texts::before {
    height: calc(100% + 50px);
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .np-main-item .texts .btn.big-arrow-btn {
    margin-bottom: -50px;
    justify-content: flex-end;
  }
  .np-item .texts .btn {
    bottom: -30px;
  }
  .platform-top-section .image-col {
    margin-top: 30px;
  }
  .platform-top-section .blue-bg {
    margin-top: 50px;
    padding: 50px 30px;
  }
  .mobile-row-reverse {
    flex-direction: column-reverse;
  }
  .image-w-dots-section .image-w-3-circles {
    margin-top: 50px;
  }
  .platform-capabilities-section .bullets-row {
    margin-top: 30px;
    gap: 30px 0;
  }
  .platform-ai-section .gray-bg {
    margin-left: 40px;
  }
  .platform-ai-section .gray-bg .bullets {
    gap: 20px 0;
  }
  .platform-flexibility-section img {
    border-radius: 15px;
    aspect-ratio: 10/5;
  }
  .platform-flexibility-section .white-box {
    margin-bottom: 50px;
  }
  .platform-flexibility-section .bullets {
    gap: 30px 0;
  }
  .ww-partners-top-section {
    overflow: hidden;
  }
  .ww-partners-top-section .map-vid {
    position: relative;
    width: 150vw;
    height: 55vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: -30vw;
  }
  .ww-partners-top-section .white-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
  }
  .ww-partners-top-section .white-box.viewed .dot {
    width: 60px;
    height: 60px;
  }
  .ww-partners-top-section .white-box .content {
    max-width: 100%;
  }
  .ww-chanels-partners-section .text-35 {
    font-size: 2.5rem;
  }
  .ww-partner-section .blue-bg {
    padding: 30px 20px;
  }
  .solution-white-box-section .row {
    flex-direction: column-reverse;
  }
  .solution-white-box-section .white-box {
    padding: 50px 40px;
  }
  .solution-white-box-section .white-box::before {
    width: calc(100% - 30px);
    left: 15px;
  }
  .solution-white-box-section img {
    width: 200px;
    float: none;
  }
  .single-news .single-post-content-section .main-image {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .single-news .single-post-content-section .top-white-box {
    padding: 80px 15px 40px;
    margin-top: -60px;
  }
  .single-news .single-post-content-section .top-white-box::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% + 80px);
  }
  .hp-top-section.landing {
    text-align: inherit;
    padding-bottom: 100px !important;
  }
  .hp-top-section.landing .btn {
    margin: 0 auto;
  }
  .logos-section.landing {
    padding: 250px 0 50px;
  }
  .logos-section.landing .spinning-globe {
    height: 100%;
    top: 0%;
  }
  .landing-video-section {
    padding-bottom: 60vw;
    padding-top: 20px;
  }
  .landing-video-section .white-bg {
    margin-left: 0;
    max-width: 85%;
  }
  .landing-video-section .file {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .landing-bottom-section .white-bg {
    padding: 20px;
    padding-top: 100px;
  }
  .landing-bottom-section img {
    max-width: 90%;
    margin-left: 15px;
    border-radius: 15px;
  }
  .event-banner {
    text-align: center;
  }
  .event-banner img {
    max-height: 50px;
    width: auto;
  }
  .event-banner .btns-col {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .event-banner .btns-col .btn {
    max-width: 100%;
  }
  .event-banner .details-col {
    justify-content: center;
    margin-bottom: 20px;
  }
  .event-banner .details-col .details {
    padding-left: 0;
    padding-top: 30px;
  }
  .event-banner .details-col .details::before {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 15px;
    height: 8px;
    width: 50px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
/* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */