/*** Common SAAS FILES ***/
/*** App color variable ***/
/*** App color variable ***/
/*** Font Family  ***/
/*** Font-size as h1-h6 headings ***/
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*** Common Layout  ***/
/*** Default Style Reset ***/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
body {
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img,
a,
input,
nav,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  display: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none !important;
}

input:focus,
select:focus {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
  transition: all 0.4s ease;
}

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

blockquote,
figure,
address {
  margin: 0;
  padding: 0;
  font-style: normal;
}

.templates-wrapper {
  overflow: hidden;
  width: 100%;
}

main {
  float: left;
  padding: 0px;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.page-wrapper {
  overflow: hidden;
}

section,
.section {
  float: left;
  width: 100%;
  padding: 0;
}

p {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  p {
    margin-bottom: 15px;
  }
}

/*** Heading ***/
h1,
.h1,
.font-xl {
  font-size: 44px;
  line-height: 64px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-Bold";
  font-weight: bold;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  h1,
  .h1,
  .font-xl {
    font-size: 38px;
    line-height: 48px;
  }
}
h1,
.h1,
.font-xl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  h1,
  .h1,
  .font-xl {
    margin-bottom: 15px;
  }
}

h2,
.h2,
.font-lg {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  h2,
  .h2,
  .font-lg {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2,
  .font-lg {
    font-size: 26px;
    line-height: 30px;
  }
}
h2,
.h2,
.font-lg {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  h2,
  .h2,
  .font-lg {
    margin-bottom: 15px;
  }
}

h3,
.h3,
.font-md {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  h3,
  .h3,
  .font-md {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3,
  .font-md {
    font-size: 22px;
    line-height: 30px;
  }
}
h3,
.h3,
.font-md {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  h3,
  .h3,
  .font-md {
    margin-bottom: 15px;
  }
}

h4,
.h4,
.font-sm {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  h4,
  .h4,
  .font-sm {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  h4,
  .h4,
  .font-sm {
    font-size: 20px;
    line-height: 28px;
  }
}
h4,
.h4,
.font-sm {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  h4,
  .h4,
  .font-sm {
    margin-bottom: 15px;
  }
}

h5,
.h5,
.subTitle1 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  h5,
  .h5,
  .subTitle1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  h5,
  .h5,
  .subTitle1 {
    font-size: 16px;
    line-height: 20px;
  }
}

h6,
.h6,
.subTitle2 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  h6,
  .h6,
  .subTitle2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  h6,
  .h6,
  .subTitle2 {
    font-size: 12px;
    line-height: 18px;
  }
}

/*** Listing ***/
ul {
  margin: 0px 0px 0px;
  padding: 0;
}
ul li {
  list-style: none;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
ul li {
  margin: 0px 0px 15px;
  padding: 0 0 0 32px;
  position: relative;
}
ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: #000000;
  border-radius: 100%;
}

ul.list-unstyled {
  margin: 0;
  padding: 0;
}
ul.list-unstyled li {
  margin: 0;
  padding: 0;
}
ul.list-unstyled li:before {
  content: normal;
}

ol {
  margin: 0px 0px 30px;
  padding: 0px;
  list-style: none;
}
@media only screen and (max-width: 576px) {
  ol {
    margin-bottom: 15px;
  }
}
ol li {
  counter-increment: av-counter;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
ol li {
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 20px;
  position: relative;
}
ol li:before {
  content: counter(av-counter) ".";
  counter-increment: none;
  color: #b2b2b2;
  position: absolute;
  left: 0px;
  top: 0px;
}

.txt-block {
  float: left;
  width: 100%;
}
.txt-block .cmn-border {
  border-bottom: transparent;
  margin-top: -1px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .txt-block .cmn-border {
    padding: 15px;
  }
}
.txt-block .cmn-border h3 {
  margin: 0 0 10px 0;
}
.txt-block .cmn-border p {
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}

section .my {
  margin-top: 60px;
  margin-bottom: 60px;
}

h2.sub-title {
  margin-top: 15px;
}
@media only screen and (max-width: 1440px) {
  h2.sub-title {
    margin-top: 10px;
  }
}

strong, .strong, bold {
  font-family: "Poppins-Bold";
  font-weight: bold;
}

/* Basic common reste style */
/* Custom Helper classes style */
/*** Common All Buttons ****/
.btn {
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 190px;
  min-height: 48px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    min-width: 150px;
  }
}
.btn::after, .btn::before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.btn::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.btn::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.btn.btn--primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn.btn--primary::before {
  background: rgba(255, 255, 255, 0.5);
}
.btn.btn--primary::after {
  background: rgba(255, 255, 255, 0.2);
}
.btn.btn--primary:hover {
  color: #ffffff;
  box-shadow: 0 0 20px #000000;
}
.btn.btn--secondary {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.btn.btn--secondary::before {
  background: rgba(0, 0, 0, 0.5);
}
.btn.btn--secondary::after {
  background: rgba(0, 0, 0, 0.2);
}
.btn.btn--secondary:hover {
  color: #000000;
  box-shadow: 0 0 20px #ffffff;
}
.btn:hover {
  color: #ffffff;
  box-shadow: 0 0 20px #000000;
  transform: translateY(-2px);
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover::before, .btn:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}

/* Theme common button style */
form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
form p {
  margin: 0;
  padding: 0;
}
form .form-group {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
form .form-group.half-width {
  max-width: 33.33%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  form .form-group.half-width {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  form .form-group.half-width {
    max-width: 100%;
  }
}
form .form-group label {
  max-width: 100%;
  width: 100%;
}
form .form-group p input.wpcf7-form-control,
form .form-group p textarea.wpcf7-form-control,
form .form-group p select.wpcf7-form-control {
  color: #000000;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
form .form-group p input.wpcf7-form-control::-moz-placeholder, form .form-group p textarea.wpcf7-form-control::-moz-placeholder, form .form-group p select.wpcf7-form-control::-moz-placeholder {
  color: #000000;
}
form .form-group p input.wpcf7-form-control::placeholder,
form .form-group p textarea.wpcf7-form-control::placeholder,
form .form-group p select.wpcf7-form-control::placeholder {
  color: #000000;
}
form .submit-box {
  margin-left: 15px;
}
form .submit-box .wpcf7-form-control {
  font-family: "Poppins-Regular";
  font-weight: 400;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  padding: 10px;
  min-width: 190px;
  min-height: 48px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}

/* Theme common Form Controls Style */
.header.site-header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.header .header-inner {
  transition: all 0.3s ease;
  transition-property: padding, box-shadow, transform, background-color;
  background-color: #ffffff;
  padding: 30px 50px;
  display: flex;
  z-index: 101;
  align-items: center;
  position: relative;
}
.header .header-inner.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  padding: 14px 50px;
  -ms-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(0px);
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .header .header-inner.sticky-top {
    padding: 10px 20px;
  }
}
.header .header-inner.sticky-animate {
  transform: translateY(-14px);
}
@media screen and (max-width: 1280px) {
  .header .header-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-inner {
    border-top: 1px solid;
    background-color: #ffffff;
    width: 100%;
    justify-content: space-between;
  }
}
.header .header-inner .header-logo {
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .header .header-inner .header-logo {
    margin: 0 auto;
    max-width: 140px;
  }
}
.header .header-inner .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-inner .nav-wrapper {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 120px);
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper {
    width: 100%;
    display: none;
    position: absolute;
    background-color: white;
    left: 0;
    top: 121px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-inner .nav-wrapper {
    top: 105px;
  }
}
.header .header-inner .nav-wrapper .mm-nav {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1178px;
  width: 100%;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
    max-width: 100%;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-cta {
  min-width: 170px;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-cta {
    margin-top: 15px;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #ffffff;
  transition: all 0.4s ease;
  display: block;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #000000;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item.lets-connect-item {
  display: none;
}
@media screen and (max-width: 576px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item.lets-connect-item {
    display: block;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-link {
  font-size: 16px;
  line-height: 58px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 1280px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-link {
    font-size: 14px;
    line-height: 58px;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-link {
    display: block;
    width: 100%;
    max-width: calc(100% - 30px);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    font-weight: 500;
    padding: 20px 0;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main {
  height: 0;
  position: absolute;
  right: 0;
  top: 57px;
  background-color: #ffffff;
  max-width: 100%;
  width: 100%;
  -ms-box-shadow: 0px 0px 20px #a7a7a7;
  -o-box-shadow: 0px 0px 20px #a7a7a7;
  box-shadow: 0px 0px 20px #a7a7a7;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main {
    box-shadow: none;
    position: relative;
    right: 0;
    top: 0px;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega {
  display: flex;
  position: relative;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside {
  width: 250px;
  padding: 12px 30px;
  min-height: 1px;
  background-color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0px 0px 37px 20px;
    border-left: 2px solid #000000;
    background: #ffffff;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li {
  position: static;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li > a {
  padding: 10px 0px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li > a {
    color: #000000;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li > a::after {
  content: "";
  background-color: #f6f6f6;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -138%;
  margin: auto;
  transition: all 0.4s ease;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li > a:hover::after {
  left: -105%;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li > a {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    font-weight: 500;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content {
  align-items: center;
  max-width: calc(100% - 250px);
  background-color: #ffffff;
  display: flex;
  position: absolute;
  right: 0;
  z-index: 11;
  width: 100%;
  top: 0;
  height: 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content {
    display: none;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content .mm-grid {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  height: 100%;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content .mm-grid .mm-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 16.6666666667%;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content .mm-grid .mm-grid-item img {
  max-width: 130px;
  height: 70px;
}
@media screen and (max-width: 1280px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content .mm-grid .mm-grid-item img {
    max-width: 100px;
    height: 50px;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content .mm-grid .mm-grid-item .mm-grid-item-link {
  padding: 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li .mm-content .mm-grid .mm-grid-item .mm-grid-item-link .mm-grid-item-title {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li:not(:first-child) .mm-content {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li:not(:first-child) .mm-content {
    opacity: 1;
    visibility: visible;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li:hover .mm-content {
  opacity: 1;
  visibility: visible;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li:hover :not(:first-child) .mm-content {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-mega-main .mm-mega .mm-aside .mm-aside-list > li:hover :not(:first-child) .mm-content {
    opacity: 1;
    visibility: visible;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1440px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:not(:last-child) {
    margin-right: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:not(:last-child) {
    margin-right: 0;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-arrow::before {
  content: "\e916";
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-arrow {
  transition: all 0.4s ease;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item .mm-arrow {
    font-size: 16px;
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:hover .mm-mega-main {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:hover .mm-arrow {
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item:hover .mm-arrow {
    transform: rotate(0deg);
  }
}
.header .header-inner .nav-wrapper .mm-nav .mm-nav-list .mm-item.is-open .mm-arrow {
  transform: rotate(180deg);
}
.header .header-inner .toggle-menu {
  display: none;
  margin-right: 20px;
  flex-direction: column;
  gap: 5px;
}
.header .header-inner .toggle-menu .border {
  height: 2px;
  display: block;
  transition: all 0.4s ease;
  border-radius: 2px;
  background-color: #000000;
}
.header .header-inner .toggle-menu .border.top {
  width: 24px;
}
.header .header-inner .toggle-menu .border.middle {
  width: 20px;
}
.header .header-inner .toggle-menu .border.bottom {
  width: 14px;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .toggle-menu {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .header .header-inner .let-connect {
    display: none;
  }
}

/* Style For Header */
/* Custom Footer */
.site-footer {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.site-footer .custom-footer {
  background: #0d0f12;
  color: #fff;
  padding: 56px 0 0;
  float: left;
  width: 100%;
}
.site-footer .custom-footer .footer-grid {
  display: flex;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .site-footer .custom-footer .footer-grid {
    gap: 30px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col {
  width: 100%;
}
.site-footer .custom-footer .footer-grid .footer-col .footer-title {
  margin-bottom: 30px;
  display: inline-flex;
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .site-footer .custom-footer .footer-grid .footer-col .footer-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col .footer-title span {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col .footer-title span {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col .footer-title span {
    font-size: 20px;
    line-height: 28px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col .footer-title span {
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #ffffff;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links, .site-footer .custom-footer .footer-grid .footer-col.footer-info {
  max-width: 14%;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links, .site-footer .custom-footer .footer-grid .footer-col.footer-info {
    max-width: 18%;
  }
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links, .site-footer .custom-footer .footer-grid .footer-col.footer-info {
    max-width: 30.33%;
  }
}
@media (max-width: 767px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links, .site-footer .custom-footer .footer-grid .footer-col.footer-info {
    max-width: 47%;
  }
}
@media (max-width: 576px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links, .site-footer .custom-footer .footer-grid .footer-col.footer-info {
    max-width: 100%;
    transition: all 0.3s ease;
  }
}
@media (max-width: 576px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-title, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-title {
    margin-bottom: 0px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-title span, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-title span {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-title span, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-title span {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-title span, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-title span {
    font-size: 20px;
    line-height: 28px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-title span, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-title span {
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 576px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-title::after, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-title::after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    font-family: "icomoon";
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list li, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list li {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list li:not(:last-child), .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list li:not(:last-child) {
  margin-bottom: 16px;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list li a, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list li a {
  color: #d7d7d7;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list li a, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list li a {
    font-size: 16px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links .footer-list li a:hover, .site-footer .custom-footer .footer-grid .footer-col.footer-info .footer-list li a:hover {
  color: #ffffff;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links.current .footer-title, .site-footer .custom-footer .footer-grid .footer-col.footer-info.current .footer-title {
  margin-bottom: 20px;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links.current .footer-title::after, .site-footer .custom-footer .footer-grid .footer-col.footer-info.current .footer-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links.current .footer-list, .site-footer .custom-footer .footer-grid .footer-col.footer-info.current .footer-list {
  max-height: 100%;
  overflow: visible;
  opacity: 1;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-links {
  margin-left: auto;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-info {
  margin-left: 60px;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-info {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-info {
    margin-left: 0px;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter {
  max-width: 383px;
  width: 100%;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-newsletter {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-newsletter {
    max-width: 100%;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-newsletter__form {
  display: grid;
  grid-template-columns: 1fr 64px;
  gap: 0;
  margin: 0 0 22px;
  border-radius: 0;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-newsletter__form .footer-input {
  width: 100%;
  height: 54px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 0;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-newsletter__form .footer-submit {
  background-color: #ffffff;
  border-radius: 0;
  color: #000000;
  font-size: 26px;
  padding: 0;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-newsletter__form .footer-submit.icon-send::before {
  content: "\e909";
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a span {
  border-bottom: 1px solid transparent;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a .icon {
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: bottom 0;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a .icon::before {
  color: #000000;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a .icon.icon-open-envelopee::before {
  content: "\e907";
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a .icon.icon-phone::before {
  content: "\e908";
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a:hover span {
  border-color: #ffffff;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a:hover .icon {
  background-color: transparent;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-newsletter .footer-contacts a:hover .icon::before {
  color: #ffffff;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location {
    max-width: 30.33%;
  }
}
@media (max-width: 767px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location {
    max-width: 100%;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map {
  position: relative;
  max-width: 222px;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse {
  position: absolute;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse::before {
  content: "\e917";
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse {
  color: #ffffff;
  border-radius: 999px;
  font-size: 24px;
  font-weight: bold;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.texas {
  left: 10px;
  top: 22%;
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.texas {
    left: 0;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.mi {
  left: 150px;
  top: 18%;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.mi {
    left: 150px;
  }
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.mi {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.mi {
    left: 52%;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.ahmedabad {
  left: 185px;
  top: 37%;
}
@media (max-width: 1280px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.ahmedabad {
    left: 185px;
  }
}
@media (max-width: 1024px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.ahmedabad {
    left: 160px;
  }
}
@media (max-width: 767px) {
  .site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse.ahmedabad {
    left: 75%;
  }
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -14px 0 0 -14px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 999px;
  animation: animation-pulse 2000ms linear infinite;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse .hotspot-box span {
  color: #ffffff;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse:hover .hotspot-box {
  opacity: 1;
  visibility: visible;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map .pulse:hover .hotspot-box span {
  background-color: #000000;
}
.site-footer .custom-footer .footer-grid .footer-col.footer-location .footer-map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.site-footer .custom-footer .footer-bottom {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .site-footer .custom-footer .footer-bottom {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .site-footer .custom-footer .footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list {
  gap: 0 14px;
  display: flex;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li {
  overflow: hidden;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a {
  color: #000000;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  position: relative;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 2;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a i {
  transition: all 0.5s ease;
  z-index: 3;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a i.icon-facebook::before {
  content: "\e90a";
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a i.icon-twitter-x::before {
  content: "\e905";
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a i.icon-insta::before {
  content: "\e904";
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a i.icon-linkedin::before {
  content: "\e906";
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a:hover i {
  transform: rotateY(360deg);
  color: #ffffff;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li a:hover::before {
  top: 0;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li:nth-child(1) a::before {
  background: #3b5999;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li:nth-child(2) a::before {
  background: #020202;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li:nth-child(3) a::before {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .social-list li:nth-child(4) a::before {
  background: #3b5999;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .copyright {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .copyright {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .copyright .footer-copyright-text {
    display: block;
  }
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .award-badge {
  margin: 0 auto;
}
.site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .award-badge img {
  max-width: 129px;
}
@media screen and (max-width: 767px) {
  .site-footer .custom-footer .footer-bottom .footer-bottom-wrapper .award-badge img {
    max-width: 210px;
  }
}
@keyframes animation-pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(3, 3);
  }
  100% {
    opacity: 0;
    transform: scale(6, 6);
  }
}

/* Style For Footer */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row .grid-item {
  display: flex;
  width: 25%;
  padding: 0 15px;
  flex-direction: column;
}
@media only screen and (max-width: 1280px) {
  .row .grid-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .row .grid-item {
    width: 50%;
  }
}
.row .grid-item.grid-item-width2 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .row .grid-item.grid-item-width2 {
    width: 100%;
  }
}
.row .grid-item.grid-item-width3 {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .row .grid-item.grid-item-width3 {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .row .grid-item.grid-item-width3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .row .grid-item.grid-item-width3.grid-item-width3-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .row .grid-item.grid-item-width3.grid-item-width3-2 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 576px) {
  .row .grid-item.grid-item-width3.grid-item-width3-2 {
    width: 50%;
  }
}
.row .grid-item.grid-item-width4 {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .row .grid-item.grid-item-width4 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .row .grid-item.grid-item-width4 {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .row .grid-item.grid-item-width4 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .row .grid-item.grid-item-width4.grid-item-width4-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .row .grid-item.grid-item-width4.grid-item-width4-2 {
    width: 100%;
  }
}
.row .grid-item.grid-item-width6 {
  width: 16.66%;
}
@media only screen and (max-width: 1280px) {
  .row .grid-item.grid-item-width6 {
    width: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .row .grid-item.grid-item-width6 {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .row .grid-item.grid-item-width6 {
    width: 33%;
  }
}
@media only screen and (max-width: 576px) {
  .row .grid-item.grid-item-width6 {
    width: 50%;
  }
}
.row .grid-item.grid-item-width3x {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .row .grid-item.grid-item-width3x {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .row .grid-item.half-width {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .row .grid-item.half-width {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .row .grid-item.half-width {
    width: 100%;
  }
}

.slick-slider .slick-arrow {
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
}
@media (max-width: 1024px) {
  .slick-slider .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.slick-slider .slick-arrow.slick-arrow::before {
  font-size: 20px;
  font-family: "icomoon";
}
@media (max-width: 1024px) {
  .slick-slider .slick-arrow.slick-arrow::before {
    font-size: 14px;
  }
}
.slick-slider .slick-arrow.slick-arrow.slick-prev::before {
  content: "\e902";
}
.slick-slider .slick-arrow.slick-arrow.slick-next::before {
  content: "\e900";
}
.slick-slider .slick-dots {
  padding: 0 0;
  margin: 0 0;
  display: flex;
  gap: 0 5px;
}
.slick-slider .slick-dots li {
  padding: 0 0;
  margin: 0 0;
  font-size: 0;
  line-height: 0;
}
.slick-slider .slick-dots li::before {
  display: none;
}
.slick-slider .slick-dots li button {
  border: 1px solid #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.4s ease;
  padding: 0;
  font-size: 0;
  background: transparent;
}
.slick-slider .slick-dots li button:hover {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
}
.slick-slider .slick-dots li button:focus {
  background: #ffffff;
}
.slick-slider .slick-dots li.slick-active button {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
}

.card-stack-section {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .card-stack-section {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .card-stack-section .container {
    padding: 0 0px;
  }
}
.card-stack-section .card-stack-top {
  max-width: 670px;
  margin: 0 auto 150px;
}
@media (max-width: 1440px) {
  .card-stack-section .card-stack-top {
    max-width: 558px;
    margin: 0 auto 100px;
  }
}
@media (max-width: 1024px) {
  .card-stack-section .card-stack-top {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .card-stack-section .card-stack-top {
    max-width: 484px;
  }
}
@media (max-width: 576px) {
  .card-stack-section .card-stack-top {
    max-width: 100%;
    padding: 0 15px;
  }
}
.card-stack-section .card-stack-top .section-title {
  margin: 0 0 20px;
}
.card-stack-section .card-stack-top .section-description {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
}
.card-stack-section .card-wrapper .card-right .card-right-wrapper .title {
  font-size: 40px;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .card-stack-section .card-wrapper .card-right .card-right-wrapper .title {
    font-size: 32px;
  }
}

[data-table=card_stack_half_image] .card-gradient,
[data-table=card_stack_half_image] .card-wrapper,
.card-stack li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.cms-btn,
a.cms-btn,
button.cms-btn,
div.cms-btn > a {
  display: inline-block;
  vertical-align: middle;
}

[data-table=card_stack_half_image] .card-gradient {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
}

[data-table=card_stack_half_image],
a.cms-btn,
button.cms-btn,
div.cms-btn > a,
.btn-red-circle,
[data-table=card_stack_half_image] *,
a.cms-btn *,
button.cms-btn *,
div.cms-btn > a *,
.btn-red-circle * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-table=card_stack_half_image] .card-wrapper {
  display: flex;
}

@media (max-width: 1080px) {
  .desktop-only {
    display: none !important;
  }
}
img:not([src]) {
  opacity: 0;
}

.wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 1081px) {
  .wrapper {
    min-width: 1080px;
    max-width: 90%;
    margin: 0 auto;
  }
}

.max-width {
  width: 100%;
}

[data-table=card_stack_half_image] .card-gradient {
  z-index: 9;
  opacity: 0;
}

[data-table=card_stack_half_image] .card-wrapper {
  position: relative;
  z-index: 10;
  opacity: 0;
}

[data-table=card_stack_half_image] .card-swipe {
  position: absolute;
  bottom: -10px;
  width: 100%;
  right: 0;
  z-index: 200;
  padding: 60px 20px 30px 20px;
  transition: opacity 100ms ease 0ms;
  opacity: 0;
  cursor: move;
}

[data-table=card_stack_half_image] .card-swipe svg {
  float: right;
}

[data-table=card_stack_half_image] .card.current .card-gradient {
  opacity: 1;
  transition: all 0.4s ease;
}

[data-table=card_stack_half_image] .card.current .card-wrapper {
  opacity: 1;
  transition: all 0.4s ease;
}

@media (max-width: 1080px) {
  [data-table=card_stack_half_image] .card.current .card-swipe {
    opacity: 1;
  }
}
[data-table=card_stack_half_image] .card:hover {
  opacity: 1;
}

@media (min-width: 1081px) {
  [data-table=card_stack_half_image] .card:hover .card-swipe {
    opacity: 1;
  }
  [data-table=card_stack_half_image] .card:hover .card-swipe svg {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    transform-origin: 70% 70%;
  }
}
@media (max-width: 1080px) {
  [data-table=card_stack_half_image] {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
}
@media (max-width: 1080px) and (max-width: 450px) {
  [data-table=card_stack_half_image] .wrapper .card-stack {
    width: calc(100% + 0px);
  }
}
@media (min-width: 1081px) {
  [data-table=card_stack_half_image] {
    left: 12px;
  }
}
@media (min-width: 1081px) {
  [data-table=card_stack_half_image] .card-stack {
    padding-bottom: 53.3333333333%;
  }
}
[data-table=card_stack_half_image] .card {
  background-color: #000000;
}

[data-table=card_stack_half_image] .card-gradient {
  z-index: 9;
}

[data-table=card_stack_half_image] .card-left {
  position: relative;
}

[data-table=card_stack_half_image] .card-right {
  position: relative;
  padding: 30px;
}

[data-table=card_stack_half_image] .card-right-wrapper {
  position: relative;
  z-index: 99;
}

@media (min-width: 1081px) {
  [data-table=card_stack_half_image] .card-left {
    position: relative;
    flex: 0 0 47%;
  }
  [data-table=card_stack_half_image] .card-left img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  [data-table=card_stack_half_image] .card-right {
    flex: 1;
  }
  [data-table=card_stack_half_image] .card-right-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
  }
  [data-table=card_stack_half_image] .card-right-wrapper .text {
    max-width: 360px;
  }
}
@media (max-width: 1080px) {
  [data-table=card_stack_half_image] .card-wrapper {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
  [data-table=card_stack_half_image] .card-right {
    flex: auto;
  }
  [data-table=card_stack_half_image] .card-right .text {
    padding-right: 65px;
  }
  [data-table=card_stack_half_image] .card-right .cms-btn {
    padding: 10px 12px 8px;
  }
  [data-table=card_stack_half_image] .card-left img {
    width: 72%;
    position: relative;
    bottom: 0;
    float: left;
    margin-right: 10px;
  }
}
.card-stack {
  position: relative;
  list-style: none;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% 150%;
  perspective: 1000px;
  perspective-origin: 50% 150%;
  margin: 0;
  width: 100%;
  margin-left: -30px;
  z-index: 95;
}
@media screen and (max-width: 767px) {
  .card-stack {
    perspective-origin: 17% 150%;
  }
}

.card-stack li {
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, -90px);
  transform-style: preserve-3d;
}

.card-stack li.animate {
  transition: all 0.3s ease-out;
}

@media (min-width: 1081px) {
  .card-stack {
    height: 0;
  }
}
@media (max-width: 1080px) {
  .card-stack {
    width: calc(100% + 50px);
  }
}
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(12deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(9deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 1081px) {
  section[data-block] {
    margin: 80px auto 180px;
  }
}
@media (max-width: 1080px) {
  section[data-block] {
    margin: 40px auto 90px;
  }
}
@media (max-width: 640px) {
  section[data-block] {
    margin: 30px auto 70px;
  }
}
section[data-block] [data-template] {
  position: relative;
  margin: 0;
}

[data-page-id="1"] section[data-block="673"] {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  [data-page-id="1"] section[data-block="673"] {
    margin-bottom: 60px;
  }
}
div.cms-btn {
  position: relative;
  text-align: center;
}

#interior-content a.cms-btn,
#interior-content button.cms-btn,
#interior-content div.cms-btn > a {
  transition: all 100ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}

a.cms-btn,
button.cms-btn,
div.cms-btn > a {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.92px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  isolation: isolate;
  padding: 10px 30px 8px;
  margin-bottom: 5px;
}

a.cms-btn:hover,
button.cms-btn:hover,
div.cms-btn > a:hover {
  text-decoration: none;
}

a.cms-btn.cms-btn-primary,
button.cms-btn.cms-btn-primary,
div.cms-btn > a.cms-btn-primary {
  color: #000000;
  background-color: transparent;
  border: 4px solid #000000;
  transition: all 100ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}

a.cms-btn.cms-btn-primary:hover,
button.cms-btn.cms-btn-primary:hover,
div.cms-btn > a.cms-btn-primary:hover {
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #4dc1fb;
  }
  40% {
    stroke: #ffd726;
  }
  66% {
    stroke: #34b8fa;
  }
  80%, 90% {
    stroke: #ffd20d;
  }
}
@media (max-width: 1080px) {
  .lets-talk-gradient {
    transform: translateZ(0);
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100vw;
    height: 105px;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(254, 49, 32, 0), #74d1ff);
    z-index: 1001;
    opacity: 0;
  }
}
.bg-color-bright-cyan {
  background-color: #4dc1fb !important;
}

.bg-color-bright-orange {
  background-color: #f45b0f !important;
}

.color-dark {
  color: #0c0c0d !important;
}

.border-color-dark {
  border-color: #0c0c0d !important;
}

.bg-color-pale-olive-green {
  background-color: #a6e26c !important;
}

.bg-color-sun-yellow {
  background-color: #ffd726 !important;
}

[data-table=card_stack_full_image] .timer,
[data-table=card_stack_half_image] .timer {
  display: flex;
  position: absolute;
  width: 22px;
  z-index: 999;
  left: 91%;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -ms-transition: opacity 500ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  -o-transition: opacity 500ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}

[data-table=card_stack_full_image] .timer {
  left: auto;
  right: 5%;
}

[data-table=card_stack_full_image] .timer [data-node]:before,
[data-table=card_stack_full_image] .timer [data-node]:after {
  background: #ffffff;
}

[data-table=card_stack_full_image] .timer [data-node], [data-table=card_stack_half_image] .timer [data-node] {
  flex: 1;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

[data-table=card_stack_full_image] .timer [data-node] .node-inner, [data-table=card_stack_half_image] .timer [data-node] .node-inner {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  width: 11px;
  height: 11px;
}

[data-table=card_stack_full_image] .timer [data-node] .progress, [data-table=card_stack_half_image] .timer [data-node] .progress {
  display: block;
}

[data-table=card_stack_full_image] .timer [data-node].current .progress-circle, [data-table=card_stack_half_image] .timer [data-node].current .progress-circle {
  stroke-dashoffset: 0;
  stroke: #000000;
}

[data-table=card_stack_full_image] .timer [data-node] .node-inner {
  background: #ffffff;
}

[data-table=card_stack_full_image] .timer [data-node].current .progress-circle {
  stroke: #ffffff;
}

[data-table=card_stack_full_image] .timer [data-node] .progress-circle, [data-table=card_stack_half_image] .timer [data-node] .progress-circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 56.5487, 56.5487;
  stroke-dashoffset: 56.5487;
}

[data-table=card_stack_full_image] .timer [data-node]:before,
[data-table=card_stack_half_image] .timer [data-node]:before,
[data-table=card_stack_full_image] .timer [data-node]:after,
[data-table=card_stack_half_image] .timer [data-node]:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}

[data-table=card_stack_full_image] .timer [data-node]::after, [data-table=card_stack_half_image] .timer [data-node]::after {
  bottom: -14px;
}

[data-table=card_stack_full_image] .timer [data-node]:last-child:before,
[data-table=card_stack_half_image] .timer [data-node]:last-child:before,
[data-table=card_stack_full_image] .timer [data-node]:last-child:after,
[data-table=card_stack_half_image] .timer [data-node]:last-child:after {
  display: none;
}

[data-table=card_stack_half_image] .timer [data-node].current.counting-down .progress .progress-circle {
  transition: stroke-dashoffset 4s linear;
}

[data-table=card_stack_full_image] .timer [data-node].current.counting-down .progress-circle, [data-table=card_stack_half_image] .timer [data-node].current.counting-down .progress-circle {
  stroke-dashoffset: 56.5487;
}

.hotspot-box {
  background-color: #000000;
  min-width: 110px;
  color: #ffffff;
  width: auto;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #fff;
  -ms-box-shadow: 0px 0px 20px #ffffff;
  -o-box-shadow: 0px 0px 20px #ffffff;
  box-shadow: 0px 0px 20px #ffffff;
  text-align: center;
  padding: 7px;
  position: absolute;
  top: -36px;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 11;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .hotspot-box {
    left: -25px;
  }
}
.hotspot-box span {
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  min-height: calc(100% - 3.5rem);
}
.modal__body {
  max-width: 100%;
  width: 100%;
  margin: 80px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.modal__body .modal__title {
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .modal__body {
    margin: 40px auto;
  }
}
.modal .modal__dialog {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  transform: scale(0);
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modal .modal__dialog {
    max-width: 90%;
  }
}
.modal .modal__dialog .modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
}
.modal .modal__dialog .modal__close.icon-close::before {
  content: "\e91f";
}
.modal.is-open {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.modal.is-open .modal__dialog {
  transform: scale(1);
  transition: all 0.6s ease-in-out ease;
}

.platforms-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.platforms-section .section-head {
  margin: 0 0 40px 0;
}
.platforms-section .platforms-grid {
  row-gap: 30px;
}
.platforms-section .platforms-grid .grid-item:nth-child(1) .ecommerce-platform-card__title,
.platforms-section .platforms-grid .grid-item:nth-child(1) .ecommerce-platform-card__content {
  background-color: #2D2E2E;
}
.platforms-section .platforms-grid .grid-item:nth-child(2) .ecommerce-platform-card__title,
.platforms-section .platforms-grid .grid-item:nth-child(2) .ecommerce-platform-card__content {
  background-color: #96bf48;
}
.platforms-section .platforms-grid .grid-item:nth-child(3) .ecommerce-platform-card__title,
.platforms-section .platforms-grid .grid-item:nth-child(3) .ecommerce-platform-card__content {
  background-color: #121118;
}
.platforms-section .platforms-grid .grid-item:nth-child(4) .ecommerce-platform-card__title,
.platforms-section .platforms-grid .grid-item:nth-child(4) .ecommerce-platform-card__content {
  background-color: #873EFF;
}
.platforms-section .platforms-grid .grid-item:nth-child(5) .ecommerce-platform-card__title,
.platforms-section .platforms-grid .grid-item:nth-child(5) .ecommerce-platform-card__content {
  background-color: #189EFF;
}

.latest-project-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0px;
}
.latest-project-section {
  position: relative;
  overflow: hidden;
  min-height: 938px;
}
@media screen and (max-width: 1440px) {
  .latest-project-section {
    min-height: 785px;
  }
}
@media screen and (max-width: 1024px) {
  .latest-project-section {
    min-height: auto;
  }
}
.latest-project-section .section-head {
  margin: 0px 0 40px;
}
.latest-project-section .latest-project-slider {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: calc(100% - 145px);
}
@media screen and (max-width: 1440px) {
  .latest-project-section .latest-project-slider {
    max-width: calc(100% - 0px);
    position: relative;
  }
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-slider {
    padding: 0 0 80px;
    max-width: calc(100% - 180px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .latest-project-section .latest-project-slider {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 576px) {
  .latest-project-section .latest-project-slider {
    max-width: calc(100% - 0px);
  }
}
.latest-project-section .latest-project-slider .slick-slide {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .latest-project-section .latest-project-slider .slick-slide {
    padding-right: 10px;
  }
}
.latest-project-section .latest-project-slider .slick-arrow {
  position: absolute;
  bottom: -80px;
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-slider .slick-arrow {
    bottom: 0px;
  }
}
.latest-project-section .latest-project-slider .slick-arrow.slick-next {
  right: 80px;
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
.latest-project-section .latest-project-slider .slick-arrow.slick-prev {
  right: 155px;
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-slider .slick-arrow.slick-prev {
    right: 90px;
  }
}
.latest-project-section .latest-project-slide__container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .latest-project-section .latest-project-slide__bg-image {
    height: 560px;
  }
}
@media screen and (max-width: 576px) {
  .latest-project-section .latest-project-slide__bg-image {
    height: 520px;
  }
}
.latest-project-section .latest-project-slide__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .latest-project-section .latest-project-slide__bg-image img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.latest-project-section .latest-project-slide__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
  padding: 60px 40px;
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-slide__content {
    padding: 30px 20px;
    max-width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .latest-project-section .latest-project-slide__content {
    max-width: 100%;
    height: auto;
  }
}
.latest-project-section .latest-project-logo {
  margin-bottom: 30px;
  display: inline-block;
  height: 50px;
  background-color: #ffffff;
  padding: 10px;
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-logo {
    margin-bottom: 15px;
    height: 40px;
  }
}
.latest-project-section .latest-project-logo img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.latest-project-section .latest-project-title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .latest-project-section .latest-project-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .latest-project-section .latest-project-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.latest-project-section .latest-project-title {
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-title {
    margin-bottom: 15px;
  }
}
.latest-project-section .latest-project-description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .latest-project-section .latest-project-description {
    font-size: 14px;
    line-height: 24px;
  }
}
.latest-project-section .latest-project-description {
  margin: 0 0 30px;
  max-width: 500px;
  opacity: 0.95;
}
@media screen and (max-width: 1024px) {
  .latest-project-section .latest-project-description {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .latest-project-section .latest-project-description {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 22px;
  }
}
.latest-project-section .tech-icons {
  display: inline-flex;
  background-color: #000000;
  margin-top: auto;
  padding: 25px 30px;
  border-radius: 50px;
  margin: auto 0 0 0;
}
@media screen and (max-width: 1024px) {
  .latest-project-section .tech-icons {
    padding: 15px;
  }
}
.latest-project-section .tech-icons .latest-project-tech-btn {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.latest-project-section .tech-icons .latest-project-tech-icons {
  display: flex;
}
.latest-project-section .tech-icons .latest-project-tech-icons span {
  color: #ffffff;
  font-size: 24px;
  padding-left: 15px;
}
.latest-project-section .tech-icons .latest-project-tech-icons span.icon-shopify::before {
  content: "\e92d";
}
.latest-project-section .tech-icons .latest-project-tech-icons span.icon-adobe::before {
  content: "\e930";
}
.latest-project-section .tech-icons .latest-project-tech-icons span.icon-magento::before {
  content: "\e92a";
}
.latest-project-section .tech-icons .latest-project-tech-icons span.icon-bigcommerce::before {
  content: "\e923";
}
.latest-project-section .tech-icons .latest-project-tech-icons span.icon-shipstation::before {
  content: "\e9c9";
}
.latest-project-section .tech-icons .latest-project-tech-icons span.icon-blue-yonder::before {
  content: "\e9c8";
}
.latest-project-section .tech-icons .latest-project-tech-icons span:not(:last-child) {
  border-right: 1px solid #ffffff;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .latest-project-section .tech-icons {
    display: none;
  }
}

.latest-insights {
  position: relative;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 1280px) {
  .latest-insights {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .latest-insights {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-insights {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
}
.latest-insights::after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 474px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
@media (max-width: 1024px) {
  .latest-insights::after {
    height: 100%;
  }
}
.latest-insights .li-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 47px;
  flex-wrap: wrap;
}
.latest-insights .li-head__left {
  max-width: 679px;
}
.latest-insights .li-head__left .section-title {
  color: #ffffff;
}
.latest-insights .li-sub {
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.latest-insights .li-view-all {
  white-space: nowrap;
}
.latest-insights .li-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .latest-insights .li-grid {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .latest-insights .li-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .latest-insights .li-grid {
    grid-template-columns: 1fr;
  }
}
.latest-insights .li-grid .li-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}
.latest-insights .li-grid .li-card__media {
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-insights .li-grid .li-card__media img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .latest-insights .li-grid .li-card__media img {
    height: 100%;
  }
}
.latest-insights .li-grid .li-card__body {
  padding: 16px;
}
.latest-insights .li-grid .li-card__body .li-cat {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .latest-insights .li-grid .li-card__body .li-cat {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .latest-insights .li-grid .li-card__body .li-cat {
    font-size: 20px;
    line-height: 28px;
  }
}
.latest-insights .li-grid .li-card__body .li-cat {
  margin: 0 0 10px;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.latest-insights .li-grid .li-card__body .li-title {
  margin: 8px 0 0;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.latest-insights .li-grid .li-card__body .li-title a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .latest-insights .li-grid .li-card__body .li-title a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .latest-insights .li-grid .li-card__body .li-title a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.latest-insights .li-grid .li-card__body .li-title a:hover {
  text-decoration: underline;
}
.latest-insights .li-grid .li-card:hover img {
  transform: scale(1.04);
}

.clients__title {
  margin: 0 0 34px;
  font-size: 72px;
  line-height: 108px;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .clients__title {
    margin: 30px 0;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: normal;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .clients__title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: normal;
    font-weight: bold;
  }
}
.clients__title span {
  display: inline-block;
  transform: scale(1, 1) !important;
}
.clients__title .clients__heart {
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .clients__title .clients__heart {
    max-width: 50px;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: normal;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .clients__title .clients__heart {
    margin: 0 10px;
  }
}

.marquee-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.marquee-section {
  overflow: hidden;
}
.marquee-section .container {
  max-width: 100%;
}
.marquee-section .section-head {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  text-align: center;
}

.marquee {
  overflow-x: hidden;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 320%;
  margin-bottom: 30px;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .marquee {
    min-width: 2000%;
  }
}
.marquee .marquee__track {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: marqueeScroll 15s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.marquee .marquee__track.reverse {
  animation: marqueeScrollReverse 15s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.marquee .marquee__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  filter: grayscale(0%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.marquee .marquee__item img {
  max-height: 100%;
  width: auto;
  display: block;
}
.marquee .marquee__item:hover {
  filter: grayscale(100%);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -o-opacity: 0.85;
  -ms-opacity: 0.85;
  opacity: 0.85;
}

@keyframes marqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marqueeScrollReverse {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/*** Common Library ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.gredient-round-arrow {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.18s box-shadow 0.18s ease;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  font-size: 20px;
  color: #ffffff;
}
.gredient-round-arrow::before {
  content: "\ea3b";
}
@media screen and (max-width: 1024px) {
  .gredient-round-arrow {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

.section-hero {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(235, 111, 129, 0.4) 0%, rgba(28, 65, 219, 0.4) 100%);
  padding: 190px 0 50px;
}
@media screen and (max-width: 1024px) {
  .section-hero {
    padding: 105px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero {
    padding: 145px 0 0px;
  }
}
.section-hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 360px;
}
@media screen and (max-width: 767px) {
  .section-hero__wrapper {
    flex-direction: column;
  }
}
.section-hero__wrapper-left {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-hero__wrapper-left {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section-hero__wrapper-left .section-hero__title {
  font-size: 44px;
  line-height: 64px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-Bold";
  font-weight: bold;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .section-hero__wrapper-left .section-hero__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.section-hero__wrapper-left .section-hero__title {
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .section-hero__wrapper-left .section-hero__title {
    margin-bottom: 20px;
  }
}
.section-hero__wrapper-left .section-hero__description {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000;
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-hero__wrapper-left .section-hero__description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.section-hero__wrapper-img {
  max-width: 35%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-hero__wrapper-img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-hero__wrapper-img {
    max-width: 100%;
    position: relative;
  }
}
.section-hero__wrapper-img .section-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-head .section-title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .section-head .section-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .section-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.section-head .section-title {
  margin: 0 0 20px;
  text-transform: none;
  display: inline-flex;
  padding: 0 0 12px;
}
.section-head .section-description p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
}
.section-head .section-description.medium-width {
  max-width: 990px;
  margin: 0 auto;
}
.section-head .btn {
  margin: 20px 0 0;
}
.section-head.center-title {
  text-align: center;
}
.section-head.center-title .section-title {
  text-align: center;
  position: relative;
}
.section-head.center-title .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  left: 50%;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
  transform: translateX(-50%);
}
.section-head.center-title .section-title {
  margin: 0 0 20px;
  position: relative;
}
.section-head.center-title .section-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: calc(50% - (97px / 2));
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  animation: moving-dot-center-title 2.5s linear 0s infinite normal;
  will-change: transform;
}
@keyframes moving-dot-center-title {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(97px - 10px));
  }
}
.section-head.left-title .section-title {
  position: relative;
}
.section-head.left-title .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  left: 0%;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.section-head.left-title .section-title {
  margin: 0 0 20px;
  position: relative;
}
.section-head.left-title .section-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  animation: moving-dot-left-title 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-left-title {
  0% {
    left: 0;
  }
  100% {
    left: calc(97px - 10px);
  }
}
.section-head.white-title .section-title {
  color: #ffffff;
}
.section-head.white-title .section-description p {
  color: #ffffff;
}

.service-hero-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  padding: 180px 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .service-hero-banner {
    padding: 130px 0 50px 0;
  }
}
.service-hero-banner__container {
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .service-hero-banner__container {
    flex-direction: column-reverse;
    height: auto;
    row-gap: 30px;
  }
}
.service-hero-banner__left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 50px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .service-hero-banner__left {
    flex: 1;
    padding: 0px 15px 0px 15px;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
}
.service-hero-banner__left.section-head .section-title {
  font-size: 44px;
  line-height: 64px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-Bold";
  font-weight: bold;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .service-hero-banner__left.section-head .section-title {
    font-size: 38px;
    line-height: 48px;
  }
}
.service-hero-banner__left.section-head .section-title {
  color: #000000;
  padding: 0 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 1199px) {
  .service-hero-banner__left.section-head .section-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .service-hero-banner__left.section-head .section-title {
    max-width: 100%;
  }
}
.service-hero-banner__tagline {
  color: #000000;
  margin: 0 0 20px;
}
@media screen and (max-width: 1199px) {
  .service-hero-banner__tagline {
    font-size: 14px;
  }
}
.service-hero-banner .banner-btn {
  margin: 0px 0 20px 0;
}
.service-hero-banner__clients-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .service-hero-banner__clients-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .service-hero-banner__clients-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.service-hero-banner__clients-title {
  color: #000000;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .service-hero-banner__clients-title {
    margin-bottom: 10px;
  }
}
.service-hero-banner__client-logos {
  display: flex;
  background: #fff;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .service-hero-banner__client-logos {
    flex-wrap: wrap;
  }
}
.service-hero-banner .client-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-hero-banner .client-logo {
    flex: 0 0 33.33%;
    padding: 15px;
  }
  .service-hero-banner .client-logo:nth-child(4) {
    display: none;
  }
}
.service-hero-banner .client-logo:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e0e0e0;
}
.service-hero-banner .client-logo img {
  max-width: 100%;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.service-hero-banner__right {
  max-width: 50%;
  width: 50%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .service-hero-banner__right {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
.service-hero-banner__right .main-img {
  z-index: 1;
  position: relative;
}
.service-hero-banner.digital-marketing-banner {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .service-hero-banner.digital-marketing-banner .service-hero-banner__left {
    background-color: rgba(255, 255, 255, 0.6039215686);
  }
}
.service-hero-banner.digital-marketing-banner .service-hero-banner__clients {
  margin-top: 0;
}
.service-hero-banner.digital-marketing-banner .canvas-animation-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.service-hero-banner.digital-marketing-banner .service-hero-banner__right {
  justify-content: flex-end;
}
.service-hero-banner.digital-marketing-banner .service-hero-banner__right::before {
  display: none;
}
.service-hero-banner.platforms-banner .platforms-banner__image {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
.service-hero-banner.platforms-banner .platforms-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-hero-banner.platforms-banner .section-hero__description p {
  color: #ffffff;
}
.service-hero-banner.platforms-banner canvas {
  position: absolute;
  left: 0;
  bottom: -120px;
  height: 350px !important;
  transform: rotate(180deg);
}
.service-hero-banner.ai-banner {
  margin: 123px 0 0px 0;
  padding: 0 0 0px 0;
}
@media screen and (max-width: 1199px) {
  .service-hero-banner.ai-banner {
    margin: 92px 0 0px 0;
  }
}
.service-hero-banner.ai-banner .service-hero-banner__container {
  position: static;
  flex-wrap: wrap;
}
.service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__left {
    flex: 0 0 60%;
    max-width: 60%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__left {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
  }
}
.service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__left .section-hero__description p {
  color: #ffffff;
}
.service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__left .service-hero-banner__clients-title {
  color: #ffffff;
}
.service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right {
  padding: 0 0;
  width: 100%;
  line-height: 0;
  max-width: 100%;
  height: 680px;
}
@media screen and (max-width: 1280px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right {
    height: 540px;
  }
}
@media screen and (max-width: 991px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right {
    height: 500px;
    position: relative;
  }
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right::after {
    background-color: rgba(0, 0, 0, 0.4392156863);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }
}
.service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right video {
  width: 145%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 1280px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right video {
    width: 150%;
  }
}
@media screen and (max-width: 991px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right video {
    width: 175%;
  }
}
@media screen and (max-width: 767px) {
  .service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right video {
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.service-hero-banner.ai-banner .service-hero-banner__container .service-hero-banner__right::before {
  display: none;
}

@keyframes sun-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes typing-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.gredient-box-main {
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 12px;
  -ms-box-shadow: 0px 17px 14px rgba(0, 0, 0, 0.1098039216);
  -o-box-shadow: 0px 17px 14px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 17px 14px rgba(0, 0, 0, 0.1098039216);
  overflow: hidden;
  padding: 1px;
  height: 100%;
}
.gredient-box-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000 0%, #b2b2b2 100%);
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}
.gredient-box-main .gredient-box {
  padding: 36px 16px 27px 22px;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .gredient-box-main .gredient-box {
    padding: 30px 20px;
  }
}
.gredient-box-main .gredient-box .icon {
  font-size: 50px;
  color: #000000;
  margin: 0 0 16px;
}
.gredient-box-main .gredient-box .title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .gredient-box-main .gredient-box .title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .gredient-box-main .gredient-box .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.gredient-box-main .gredient-box .title {
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .gredient-box-main .gredient-box .title {
    margin-bottom: 12px;
  }
}
.gredient-box-main .gredient-box .description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .gredient-box-main .gredient-box .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.gredient-box-main .gredient-box .description {
  margin: 0 0px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .gredient-box-main .gredient-box .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.gredient-box-main:hover .gredient-box {
  background-color: #000000;
}
.gredient-box-main:hover .gredient-box .title,
.gredient-box-main:hover .gredient-box .description {
  color: #ffffff;
}
.gredient-box-main:hover .gredient-box .icon {
  color: #ffffff;
}
.gredient-box-main:hover::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}

.second-section {
  padding: 110px 0 80px;
  background-color: #000000;
  min-height: 760px;
  padding-top: 110px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .second-section {
    padding-top: 70px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .second-section {
    padding-top: 155px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
.second-section {
  position: relative;
}
@media (max-width: 1280px) {
  .second-section {
    min-height: 605px;
  }
}
@media (max-width: 1024px) {
  .second-section {
    min-height: 580px;
  }
}
@media screen and (max-width: 767px) {
  .second-section {
    min-height: 655px;
  }
}
.second-section .section-title {
  position: relative;
}
.second-section .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: #ffffff;
  left: 0;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.second-section .section-title {
  color: #ffffff;
  margin: 0 0;
  position: relative;
}
.second-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  animation: moving-dot-opp 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-opp {
  0% {
    left: 0;
  }
  100% {
    left: calc(97px - 10px);
  }
}
.second-section .partner-slider {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: calc(100% - 145px);
}
@media (max-width: 1440px) {
  .second-section .partner-slider {
    max-width: calc(100% - 15px);
  }
}
.second-section .partner-slider .partner-slider-main {
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .second-section .partner-slider .partner-slider-main {
    padding: 50px 0 68px;
  }
}
.second-section .partner-slider .partner-slider-main .slick-list {
  margin-left: -15px;
}
.second-section .partner-slider .partner-slider-main .slick-slide {
  padding: 0 15px;
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 420px;
  padding: 30px;
  position: relative;
}
@media (max-width: 1280px) {
  .second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item {
    min-height: 335px;
  }
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item .expore-more {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #000000;
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item .expore-more::before {
  content: "\ea3b";
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item .expore-more {
  color: #ffffff;
  font-size: 20px;
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item img {
  height: auto;
  max-width: 80%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
@media (max-width: 1280px) {
  .second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item img {
    max-width: 60%;
  }
}
@media (max-width: 1024px) {
  .second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item img {
    max-width: 100%;
    filter: none;
  }
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item:hover img {
  filter: none;
}
.second-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item:hover .expore-more {
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  transform: rotate(45deg);
}
.second-section .partner-slider .partner-slider-main .slick-slide.slick-current .partner-slider-item img {
  filter: none;
}
.second-section .partner-slider .partner-slider-main .slick-slide.slick-current .partner-slider-item .expore-more {
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  transform: rotate(45deg);
}
.second-section .partner-slider .partner-slider-main .slick-arrow {
  position: absolute;
  bottom: 20px;
  background: transparent;
  border: 1px solid #ffffff;
}
@media (max-width: 1024px) {
  .second-section .partner-slider .partner-slider-main .slick-arrow {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .second-section .partner-slider .partner-slider-main .slick-arrow {
    bottom: 13px;
  }
}
.second-section .partner-slider .partner-slider-main .slick-arrow.slick-next {
  right: 127px;
}
@media (max-width: 1024px) {
  .second-section .partner-slider .partner-slider-main .slick-arrow.slick-next {
    right: 40px;
  }
}
.second-section .partner-slider .partner-slider-main .slick-arrow.slick-prev {
  right: 197px;
}
@media (max-width: 1024px) {
  .second-section .partner-slider .partner-slider-main .slick-arrow.slick-prev {
    right: 100px;
  }
}
.second-section.our-platform-partners-section {
  min-height: 626px;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0px;
}
.second-section.our-platform-partners-section {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .second-section.our-platform-partners-section {
    min-height: 516px;
  }
}
@media screen and (max-width: 1024px) {
  .second-section.our-platform-partners-section {
    min-height: 495px;
  }
}
@media screen and (max-width: 767px) {
  .second-section.our-platform-partners-section {
    min-height: 470px;
  }
}
.second-section.our-platform-partners-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item {
  min-height: 330px;
}
@media screen and (max-width: 1280px) {
  .second-section.our-platform-partners-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item {
    min-height: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .second-section.our-platform-partners-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item {
    min-height: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .second-section.our-platform-partners-section .partner-slider .partner-slider-main .slick-slide .partner-slider-item img {
    max-width: 220px;
  }
}

.process-list {
  display: flex;
}
.process-list__card {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .process-list__card {
    flex-direction: column;
  }
}
.process-list__card::before {
  content: "";
  background-color: #000000;
  margin-top: -1px;
  position: absolute;
  top: 60px;
  left: 55px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .process-list__card::before {
    top: 55px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #000000;
    border-right: 0px;
    z-index: 1;
  }
}
.process-list__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-list__left .icon {
  color: #000000;
  font-size: 50px;
}
.process-list__right {
  padding: 0 0 0 29px;
  width: calc(100% - 48px);
}
@media screen and (max-width: 991px) {
  .process-list__right {
    padding: 20px 0 0 0px;
    width: calc(100% - 0px);
  }
}
.process-list__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .process-list__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .process-list__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.process-list__title {
  margin: 0 0 12px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .process-list__title {
    margin-bottom: 8px;
  }
}
.process-list__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .process-list__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.process-list__description {
  margin: 0;
  color: #000000;
  line-height: 1.6;
}
.process-list.solid-connector .process-list__card::before {
  border: 0px solid rgba(54, 116, 185, 0.4);
}

.drive-list-image .row {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .drive-list-image .row {
    flex-direction: column;
    row-gap: 10px;
  }
}
.drive-list-image .row .drive-list-image__left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .drive-list-image .row .drive-list-image__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.drive-list-image .row .drive-list-image__right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .drive-list-image .row .drive-list-image__right {
    width: 100%;
  }
}
.drive-list-image__list .drive-list-image-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .drive-list-image__list .drive-list-image-item {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .drive-list-image__list .drive-list-image-item {
    padding: 20px 0;
    gap: 12px;
  }
}
.drive-list-image__list .drive-list-image-item:last-child {
  border-bottom: none;
}
.drive-list-image__list .drive-list-image-item:hover .drive-operation-item__icon {
  transform: translateX(5px);
}
.drive-list-image__list .drive-list-image-item__content {
  flex: 1;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .drive-list-image__list .drive-list-image-item__content {
    padding-right: 0;
  }
}
.drive-list-image__list .drive-list-image-item__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .drive-list-image__list .drive-list-image-item__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .drive-list-image__list .drive-list-image-item__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.drive-list-image__list .drive-list-image-item__title {
  color: #000000;
  margin: 0 0 12px;
}
.drive-list-image__list .drive-list-image-item__description p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .drive-list-image__list .drive-list-image-item__description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.drive-list-image__list .drive-list-image-item__description p {
  color: #000000;
  margin: 0;
}
.drive-list-image__list .drive-list-image-item__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .drive-list-image__list .drive-list-image-item__icon {
    align-self: flex-start;
  }
}
.drive-list-image__list .drive-list-image-item__icon span {
  font-size: 20px;
  display: block;
}
.drive-list-image__list .drive-list-image-item__icon span.icon-right-arrow::before {
  content: "\e900";
}

.why-choose-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-choose-section {
  background-color: #000000;
}
.why-choose-section .section-head {
  margin: 0 0 40px 0;
}
.why-choose-section .section-head .row {
  row-gap: 30px;
}
.why-choose-section .section-head .why-choose-iovista-section__title, .why-choose-section .section-head .why-choose-iovista-section__description {
  color: #ffffff;
}
.why-choose-section__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.why-choose-section .why-choose-item {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 35px 60px;
  display: flex;
  align-items: stretch;
}
.why-choose-section .why-choose-item__left {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-width: 380px;
  flex-shrink: 0;
  width: 100%;
}
.why-choose-section .why-choose-item__icon {
  font-size: 40px;
}
.why-choose-section .why-choose-item__right {
  position: relative;
  padding-left: 40px;
  margin-left: 20px;
}
.why-choose-section .why-choose-item__right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.35);
}
.why-choose-section .why-choose-item__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .why-choose-section .why-choose-item__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-choose-section .why-choose-item__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.why-choose-section .why-choose-item__title {
  margin: 0;
}
.why-choose-section .why-choose-item__text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .why-choose-section .why-choose-item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.why-choose-section .why-choose-item__text {
  margin: 0;
}
@media (max-width: 1024px) {
  .why-choose-section .why-choose-item {
    padding: 25px 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: column;
  }
  .why-choose-section .why-choose-item__left {
    max-width: 100%;
  }
  .why-choose-section .why-choose-item__right {
    margin-left: 0;
    padding-left: 0;
  }
  .why-choose-section .why-choose-item__right::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-section__title {
    text-align: left;
  }
  .why-choose-section__list {
    gap: 20px;
  }
  .why-choose-section .why-choose-item {
    padding: 20px;
  }
}

.zigzag-box-card-section .zigzag-box-card-container {
  padding: 40px 15px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.zigzag-box-card-section .zigzag-box-card {
  background-color: #000000;
  border-radius: 12px;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .zigzag-box-card-section .zigzag-box-card {
    flex-direction: column;
    min-height: auto;
  }
}
.zigzag-box-card-section .zigzag-box-card:nth-child(odd) .zigzag-box-card__content {
  flex: 1;
}
.zigzag-box-card-section .zigzag-box-card:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .zigzag-box-card-section .zigzag-box-card:nth-child(even) {
    flex-direction: column;
  }
}
.zigzag-box-card-section .zigzag-box-card:nth-child(even) .zigzag-box-card__content {
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .zigzag-box-card-section .zigzag-box-card:nth-child(even) .zigzag-box-card__content {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.zigzag-box-card-section .zigzag-box-card:nth-child(even) .zigzag-box-card__image img {
  -webkit-mask-image: url(../../assets/images/mask-shape-reverse.svg);
}
.zigzag-box-card-section .zigzag-box-card__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #ffffff;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .zigzag-box-card-section .zigzag-box-card__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .zigzag-box-card-section .zigzag-box-card__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.zigzag-box-card-section .zigzag-box-card__title {
  margin: 0 0 20px;
}
.zigzag-box-card-section .zigzag-box-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .zigzag-box-card-section .zigzag-box-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.zigzag-box-card-section .zigzag-box-card__description {
  color: #ffffff;
  margin: 0 0 20px;
}
.zigzag-box-card-section .zigzag-box-card__image {
  position: relative;
  aspect-ratio: 580/440;
  overflow: visible;
}
.zigzag-box-card-section .zigzag-box-card__image::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid #000000;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.94);
  z-index: 2;
  will-change: transform, opacity;
  box-shadow: 0 0 16px rgba(255, 95, 141, 0.35);
  -webkit-mask-image: url(../../assets/images/mask-shape.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url(../../assets/images/mask-shape.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.zigzag-box-card-section .zigzag-box-card__image img {
  height: 100% !important;
  left: 0;
  -webkit-mask-image: url(../../assets/images/mask-shape.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  will-change: filter, transform;
  transition: filter 0.4s ease, transform 0.4s ease;
}

.grid-border-card {
  background-color: #ffffff;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  border: none;
  max-width: 50%;
  min-height: 221px;
  row-gap: 25px;
}
@media (max-width: 1024px) {
  .grid-border-card {
    padding: 35px 25px;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .grid-border-card {
    padding: 20px;
    min-height: 269px;
  }
}
@media (max-width: 576px) {
  .grid-border-card {
    max-width: 100%;
    min-height: auto;
  }
}
.grid-border-card::before, .grid-border-card::after {
  content: "";
  position: absolute;
}
.grid-border-card:nth-child(odd)::before {
  width: 1px;
  height: 100%;
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
  right: 0;
  top: 0;
}
@media (max-width: 576px) {
  .grid-border-card:nth-child(odd) {
    display: none;
  }
}
.grid-border-card::after {
  height: 1px;
  width: 100%;
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
  bottom: 0;
  right: 0;
}
.grid-border-card__icon {
  font-size: 40px;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grid-border-card__top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.grid-border-card__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .grid-border-card__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .grid-border-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.grid-border-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .grid-border-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.grid-border-card__description {
  margin: 0;
}

.tools-used-section__container {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.tools-used-section__container {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
}
.tools-used-section__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tools-used-section__grid {
    flex-wrap: wrap;
  }
}
.tools-used-section__item {
  padding: 20px;
  transition: all 0.4s ease;
  max-width: 25%;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tools-used-section__item {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 576px) {
  .tools-used-section__item {
    max-width: 50%;
  }
}
.tools-used-section__item img {
  height: 50px;
  transition: all 0.4s ease;
  transform: scale(0.9);
}
.tools-used-section__item:hover img {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.tools-used-section__item:hover {
  -ms-box-shadow: 0 0 10px #a8a8a8;
  -o-box-shadow: 0 0 10px #a8a8a8;
  box-shadow: 0 0 10px #a8a8a8;
  background-color: #ffffff;
}

.core-features-section {
  margin: 0 0 50px 0;
}

.content-image-table-block {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.content-image-table-block .content-image-table-block__container {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.content-image-table-block .content-image-table-block__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content-image-table-block .content-image-table-block__top-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 40px 40px 0px;
}
@media (max-width: 1024px) {
  .content-image-table-block .content-image-table-block__top-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}
.content-image-table-block .content-image-table-block__media {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .content-image-table-block .content-image-table-block__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-image-table-block .content-image-table-block__media .content-image-table-block__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-image-table-block .content-image-table-block__grid {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  border: 1px solid #ffffff;
  border-radius: 14px;
  overflow: hidden;
}
.content-image-table-block .content-image-table-block__grid-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
}
.content-image-table-block .content-image-table-block__grid-row:last-child {
  border-bottom: none;
}
.content-image-table-block .content-image-table-block__card {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 24px 28px;
  border-right: 1px solid #ffffff;
}
.content-image-table-block .content-image-table-block__card:nth-child(2n) {
  border-right: none;
}
@media (max-width: 1024px) {
  .content-image-table-block .content-image-table-block__card {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .content-image-table-block .content-image-table-block__card:last-child {
    border-bottom: none;
  }
}
.content-image-table-block .content-image-table-block__card .content-image-table-block__list {
  margin: 0 0;
}
.content-image-table-block .content-image-table-block__card .content-image-table-block__list li {
  color: #ffffff;
}
.content-image-table-block .content-image-table-block__card .content-image-table-block__list li::before {
  background: #ffffff;
}
.content-image-table-block__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .content-image-table-block__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-image-table-block__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.content-image-table-block__title {
  color: #ffffff;
  margin: 0 0 10px 0;
}
.content-image-table-block__description {
  margin: 0 0 0 0;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .content-image-table-block__description {
    font-size: 14px;
    line-height: 24px;
  }
}

.shape-card {
  border-radius: 18px 18px 61px 18px;
  overflow: hidden;
}
.shape-card__image {
  width: 100%;
  height: 373px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shape-card__bottom {
  position: relative;
}
.shape-card__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .shape-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .shape-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.shape-card__title {
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 0 18px 0 0;
  padding: 15px 20px;
  min-width: 267px;
  display: inline-block;
  position: absolute;
  z-index: 11;
  top: -54px;
}
@media screen and (max-width: 1024px) {
  .shape-card__title {
    top: -47px;
    min-width: 200px;
  }
}
.shape-card__content {
  padding: 40px 20px;
}
.shape-card__content .shape-card__content-description {
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .shape-card__content .shape-card__content-description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .shape-card__content {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-item.grid-item-width3 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-item.grid-item-width3 {
    width: 100%;
  }
}

.card-number-icon-box__icon {
  font-size: 40px;
  margin: 0 0 15px;
}

.card-number-icon-box {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 8px;
  -ms-box-shadow: 0 2px 8px #a8a8a8;
  -o-box-shadow: 0 2px 8px #a8a8a8;
  box-shadow: 0 2px 8px #a8a8a8;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.card-number-icon-box:hover {
  transform: translateY(-5px);
  -ms-box-shadow: 0 4px 12px #a8a8a8;
  -o-box-shadow: 0 4px 12px #a8a8a8;
  box-shadow: 0 4px 12px #a8a8a8;
}
.card-number-icon-box__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-number-icon-box__number {
  font-family: "Poppins-Bold";
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #374151;
  position: absolute;
  right: 10px;
  top: 15px;
}
.card-number-icon-box__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .card-number-icon-box__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .card-number-icon-box__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.card-number-icon-box__title {
  color: #000000;
  margin: 0 0 15px;
}
.card-number-icon-box__text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .card-number-icon-box__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.card-number-icon-box__text {
  margin: 0;
  line-height: 1.6;
}

.card-top-round-icon-box {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px 40px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .card-top-round-icon-box {
    padding: 0 10px 30px;
  }
}
.card-top-round-icon-box__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  margin: -40px auto 0px;
  position: relative;
  background: #ffffff;
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1098039216);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1098039216);
}
@media (max-width: 1024px) {
  .card-top-round-icon-box__icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .card-top-round-icon-box__icon {
    width: 60px;
    height: 60px;
  }
}
.card-top-round-icon-box__icon span {
  font-size: 32px;
}
@media (max-width: 767px) {
  .card-top-round-icon-box__icon span {
    font-size: 26px;
  }
}
.card-top-round-icon-box__title {
  color: #000000;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .card-top-round-icon-box__title {
    padding: 10px 0;
  }
}
.card-top-round-icon-box__description {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .card-top-round-icon-box__description {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .card-top-round-icon-box__description {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.card-top-round-icon-box:hover .card-top-round-icon-box__icon {
  background-color: #000000;
  color: #ffffff;
}

.two-col-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.two-col-section .row {
  row-gap: 30px;
}
.two-col-section .row .two-col-item__image {
  justify-content: center;
}
.two-col-section .row .two-col-item__title {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .two-col-section .row .two-col-item__title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-section .row .two-col-item__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.two-col-section .row .two-col-item__title {
  color: #000000;
  margin: 0 0 15px;
}
.two-col-section .row .two-col-item__text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .two-col-section .row .two-col-item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.two-col-section .row .two-col-item__text {
  color: #000000;
  margin: 0 0 15px;
}
.two-col-section .row .two-col-item__list {
  margin: 0;
  padding: 0;
}

.card-top-right-icon-main {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.card-top-right-icon-main .section-head {
  margin: 0 0 40px 0;
}
.card-top-right-icon-main .row {
  row-gap: 30px;
}
.card-top-right-icon-main .row .card-top-right-icon-box {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.4117647059) 8.51%, rgba(235, 111, 129, 0.4117647059) 78.09%);
  padding: 40px 30px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border: 0px solid transparent;
}
@media screen and (max-width: 767px) {
  .card-top-right-icon-main .row .card-top-right-icon-box {
    padding: 30px 20px;
  }
}
.card-top-right-icon-main .row .card-top-right-icon-box-shape .card-top-right-icon-box-shape {
  position: absolute;
  right: -1px;
  top: 0;
  width: 130px;
  height: 120px;
}
.card-top-right-icon-main .row .card-top-right-icon-box-shape .card-top-right-icon-box-shape .icon {
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 11;
  font-size: 60px;
  position: absolute;
  justify-content: center;
  top: 12px;
  left: 55px;
}
.card-top-right-icon-main .row .card-top-right-icon-box__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .card-top-right-icon-main .row .card-top-right-icon-box__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .card-top-right-icon-main .row .card-top-right-icon-box__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.card-top-right-icon-main .row .card-top-right-icon-box__title {
  margin: 0 0 16px;
  max-width: calc(100% - 60px);
}
.card-top-right-icon-main .row .card-top-right-icon-box__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .card-top-right-icon-main .row .card-top-right-icon-box__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.card-top-right-icon-main .row .card-top-right-icon-box__description {
  flex-grow: 1;
  margin: 0 0 0 0;
}
.card-top-right-icon-main .row .card-top-right-icon-box .btn {
  margin: 0 0 20px 0;
}

.platform-features-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.platform-features-section {
  background-color: #1a1a1a;
  position: relative;
  margin: 0 0 50px 0;
}
.platform-features-section .row {
  display: flex;
  gap: 30px;
  margin: 0 0 40px 0;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .platform-features-section .row {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .platform-features-section .row {
    gap: 16px;
  }
}
.platform-features-section .row .platform-features-item__left {
  flex: 0 0 calc(40% - 30px);
}
.platform-features-section .row .platform-features-item__left .platform-features-item__image {
  align-items: center;
}
.platform-features-section .row .platform-features-item__left .platform-features-card {
  padding: 24px;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .platform-features-section .row .platform-features-item__left .platform-features-card {
    padding: 20px;
  }
}
.platform-features-section .row .platform-features-item__left .platform-features-card .platform-features-card__content {
  max-width: 100%;
}
.platform-features-section .row .platform-features-item__right {
  flex: 0 0 calc(60% - 0px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.platform-features-section .row .platform-features-item__right .platform-features-card {
  padding: 30px;
  min-height: 248px;
}
@media screen and (max-width: 576px) {
  .platform-features-section .row .platform-features-item__right .platform-features-card {
    padding: 20px;
  }
}
.platform-features-section .platform-features-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #2a2a2a;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.platform-features-section .platform-features-card__wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .platform-features-section .platform-features-card__wrapper {
    flex-direction: column;
  }
}
.platform-features-section .platform-features-card__image {
  max-width: 300px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .platform-features-section .platform-features-card__image {
    max-width: 100%;
  }
}
.platform-features-section .platform-features-card__content {
  max-width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .platform-features-section .platform-features-card__content {
    max-width: 100%;
  }
}
.platform-features-section .platform-features-card__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .platform-features-section .platform-features-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .platform-features-section .platform-features-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.platform-features-section .platform-features-card__title {
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 576px) {
  .platform-features-section .platform-features-card__title {
    margin: 0 0 10px 0;
  }
}
.platform-features-section .platform-features-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .platform-features-section .platform-features-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.platform-features-section .platform-features-card__description {
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 576px) {
  .platform-features-section .platform-features-card__description {
    margin: 0 0 10px 0;
  }
}
.platform-features-section .case-studies-cta {
  text-align: center;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .platform-features-section .case-studies-cta {
    margin: 40px 0 0 0;
  }
}

.strapline-section {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.strapline-section .strapline__content ul {
  margin: 0;
}
.strapline-section .strapline__content ul li {
  margin: 0 0 10px 0;
}

.ast-container {
  display: block !important;
  max-width: 100% !important;
  padding: 0 0 !important;
}

.home .so-gradient_animation {
  z-index: 33;
}
.home .so-gradient_animation span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.home .so-gradient_animation span:nth-child(1) {
  background: linear-gradient(90deg, rgb(156, 156, 156) 0%, rgb(8, 0, 1) 100%) !important;
  left: auto;
  bottom: auto;
  top: -150px;
  width: 90vw;
  height: 400px;
  filter: blur(200px);
  animation: fadeSwap_1 10s infinite ease;
}
.home .so-gradient_animation span:nth-child(2) {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(159, 159, 159) 100%) !important;
  left: auto;
  bottom: auto;
  top: -150px;
  width: 90vw;
  height: 400px;
  filter: blur(200px);
  animation: fadeSwap_2 10s infinite ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}

.so-gradient_animation {
  position: absolute;
  width: auto;
  height: 600px;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.banner {
  position: relative;
  padding: 173px 0 0px;
  z-index: 22;
}
@media (max-width: 1024px) {
  .banner {
    padding: 105px 0;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 145px 0px 0;
  }
}
.banner .container {
  max-width: 1379px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
.banner .container .hero {
  display: flex;
  min-height: 520px;
}
@media (max-width: 1024px) {
  .banner .container .hero {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  .banner .container .hero {
    padding-bottom: 200px;
  }
}
.banner .container .hero .hero__content {
  color: #000000;
  position: relative;
}
@media (max-width: 1199px) {
  .banner .container .hero .hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .banner .container .hero .hero__content {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .banner .container .hero .hero__content {
    padding-top: 0px;
  }
}
.banner .container .hero .hero__content .hero__title {
  font-size: 90px;
  line-height: 0.9;
  margin: 0 0 40px;
  letter-spacing: -2px;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner .container .hero .hero__content .hero__title {
    font-size: 70px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .banner .container .hero .hero__content .hero__title {
    font-size: 50px;
  }
}
.banner .container .hero .hero__content .hero__title span {
  position: absolute;
  transition: opacity 1s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  left: 0;
  top: 0;
  color: #000000;
}
.banner .container .hero .hero__content .hero__title span:nth-child(1) {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  position: static;
}
.banner .container .hero .hero__content .hero__subtitle {
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.2;
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin: 0 0 28px;
}
@media (max-width: 1024px) {
  .banner .container .hero .hero__content .hero__subtitle {
    margin: 0 0 20px;
  }
}

.hero__media {
  position: absolute;
  width: 60vw;
  height: 60vw;
  right: calc((100vw - 1160px) / 2 - 200px);
  bottom: -140px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  max-width: 800px;
  max-height: 800px;
}
@media (max-width: 1440px) {
  .hero__media {
    width: 50vw;
    height: 50vw;
    right: calc((100vw - 82%) / 2 - 140px);
  }
}
@media (max-width: 1280px) {
  .hero__media {
    right: calc((100vw - 85%) / 2 - 90px);
  }
}
@media (max-width: 1024px) {
  .hero__media {
    right: 0;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .hero__media {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 340px;
    bottom: -150px;
  }
}
.hero__media video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service-section {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px;
}
.service-section {
  position: relative;
}
.service-section .service-section-inner {
  transition: all 0.4s ease;
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .service-section .service-section-inner {
    margin: 0 auto 20px;
  }
}
.service-section .printing-panels__row {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row {
    overflow: auto;
    padding: 0 15px;
  }
}
.service-section .printing-panels__row .printing-panel {
  flex: 1;
  width: 100% !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.6s ease;
  will-change: flex;
  height: 780px;
}
@media screen and (max-width: 1440px) {
  .service-section .printing-panels__row .printing-panel {
    height: 700px;
  }
}
@media screen and (max-width: 1280px) {
  .service-section .printing-panels__row .printing-panel {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel {
    margin: 5px;
    min-height: 250px;
    height: 400px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .service-section .printing-panels__row .printing-panel {
    flex: 0 0 90%;
  }
}
.service-section .printing-panels__row .printing-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.418);
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  transition: all 0.4s ease;
}
.service-section .printing-panels__row .printing-panel .printing-panel__img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-section .printing-panels__row .printing-panel .printing-panel__inner {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  height: 100%;
  padding: 50px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__inner {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.service-section .printing-panels__row .printing-panel .printing-panel__title {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: start;
  display: flex;
  align-items: center;
  flex: 1;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: "Poppins-Bold";
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 700;
    writing-mode: unset;
    transform: rotate(0deg);
    width: 100%;
    flex: none;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0 0 10px;
  }
}
.service-section .printing-panels__row .printing-panel .printing-panel__info {
  padding: 0 0 40px 20px;
  flex: 0;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__info {
    padding: 0 0 0px 0px;
    width: 100%;
  }
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__cta,
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__content,
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list {
  transform: translateY(50px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  width: 20vw;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__cta,
  .service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__content,
  .service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list {
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    width: 100%;
  }
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__content {
  color: #ffffff;
  transition-delay: 25ms;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__content {
    margin: 0 0 10px;
  }
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list {
  transition-delay: 2ms;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list {
    display: none;
  }
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin: 0 0 20px;
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon {
  font-size: 24px;
  color: #ffffff;
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-adobe::before {
  content: "\e930";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-shopify::before {
  content: "\e92d";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-bigcommerce::before {
  content: "\e923";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-bulb-lightning::before {
  content: "\e911";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-design::before {
  content: "\e912";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-factory::before {
  content: "\e913";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-document-setting::before {
  content: "\e914";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-headphone-mic::before {
  content: "\e915";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-search-engine::before {
  content: "\e90b";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-click-pay::before {
  content: "\e90c";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-social-media::before {
  content: "\e90d";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-document-setting::before {
  content: "\e914";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-content-marketing::before {
  content: "\e90e";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-amazon-advertising::before {
  content: "\e910";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-ai-ready::before {
  content: "\e96a";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-ai-ml::before {
  content: "\e9c6";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-generative-ai::before {
  content: "\e9c7";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-adobe::before {
  content: "\e930";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-shopify::before {
  content: "\e92d";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-bigcommerce::before {
  content: "\e923";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-woocommerce::before {
  content: "\e968";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-shopware::before {
  content: "\e969";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-scalable-retainers::before {
  content: "\e962";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-doc-pen::before {
  content: "\e965";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-erp-integration::before {
  content: "\e9c1";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-crm-integration::before {
  content: "\e9c4";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-pim-integration::before {
  content: "\e9c3";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-wms-integration::before {
  content: "\e9c2";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .icon.icon-pos::before {
  content: "\e9c5";
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__list .printing-panel__list-items li .link {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.service-section .printing-panels__row .printing-panel .printing-panel__info .printing-panel__cta {
  transition-delay: 3ms;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-section .printing-panels__row .printing-panel:hover {
  flex: 2;
}
@media screen and (max-width: 1024px) {
  .service-section .printing-panels__row .printing-panel:hover {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .service-section .printing-panels__row .printing-panel:hover {
    flex: 0 0 90%;
  }
}
.service-section .printing-panels__row .printing-panel:hover .printing-panel__content,
.service-section .printing-panels__row .printing-panel:hover .printing-panel__cta,
.service-section .printing-panels__row .printing-panel:hover .printing-panel__list {
  transform: translateY(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.service-section .printing-panels__row .printing-panel:hover .printing-panel__content,
.service-section .printing-panels__row .printing-panel:hover .printing-panel__list {
  transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-section .printing-panels__row .printing-panel:hover .printing-panel__cta {
  transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-section .printing-panels__row .printing-panel:hover::before {
  background-color: rgba(0, 0, 0, 0.6196078431);
}

@keyframes fadeSwap_1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  25% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  75% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeSwap_2 {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  25% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  75% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
/* Steps Section */
.steps-section {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px;
}
.steps-section .steps-timeline {
  position: relative;
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  .steps-section .steps-timeline {
    row-gap: 30px;
  }
}
.steps-section .steps-timeline::before {
  content: "";
  background-image: url("../images/step-wav-boder.png");
  position: absolute;
  width: 66%;
  height: 120px;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .steps-section .steps-timeline::before {
    width: 64%;
    height: 130px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .steps-section .steps-timeline::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .steps-section .steps-timeline .step-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .steps-section .steps-timeline .step-item {
    width: 100%;
  }
}
.steps-section .steps-timeline .step-item {
  text-align: center;
  position: relative;
}
.steps-section .steps-timeline .step-item .step-icon {
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  .steps-section .steps-timeline .step-item .step-icon {
    width: 130px;
    height: 130px;
  }
}
.steps-section .steps-timeline .step-item .step-icon::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(106.96deg, #000000 8.51%, #b2b2b2 50.09%, #000000 100%);
  z-index: -1;
  border-radius: 50%;
}
.steps-section .steps-timeline .step-item .step-badge {
  position: absolute;
  right: -25px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 700;
  -ms-box-shadow: 0 4px 4px rgba(235, 111, 129, 0.1490196078);
  -o-box-shadow: 0 4px 4px rgba(235, 111, 129, 0.1490196078);
  box-shadow: 0 4px 4px rgba(235, 111, 129, 0.1490196078);
  transition: all 0.4s ease;
  z-index: 3;
  border: 5px solid #ffffff;
}
.steps-section .steps-timeline .step-item:hover .step-badge {
  top: 70px;
}
.steps-section .steps-timeline .step-item:hover .step-icon {
  border-color: #000000;
}
.steps-section .step-title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .steps-section .step-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .steps-section .step-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.steps-section .step-title {
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  margin: 27px 0 8px;
}
@media (max-width: 1024px) {
  .steps-section .step-title {
    margin: 10px 0;
  }
}
.steps-section .step-desc {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000;
  max-width: 340px;
  margin: 0 auto;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
@media (max-width: 1024px) {
  .steps-section .step-desc {
    font-size: 14px;
  }
}

.clients-section {
  position: relative;
  padding-top: 110px;
  padding-right: 0;
  padding-bottom: 110px;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .clients-section {
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .clients-section {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .clients-section {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}

/* Case Studies: fixed left, scrolling right */
.case-studies {
  position: relative;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.case-studies {
  background-color: #000000;
}
.case-studies .cs-grid {
  display: flex;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1024px) {
  .case-studies .cs-grid {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.case-studies .cs-left {
  padding-right: 12px;
  max-width: 424px;
  width: 100%;
}
@media (max-width: 1024px) {
  .case-studies .cs-left {
    max-width: 100%;
  }
}
.case-studies .cs-left.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  right: auto;
  max-width: 553px;
  padding-left: 6.3%;
}
@media (max-width: 1024px) {
  .case-studies .cs-left.fixed {
    max-width: 100%;
    position: static;
    top: 0px;
  }
}
.case-studies .cs-kicker {
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: bold;
  margin: 0 0 10px;
  background-image: linear-gradient(90deg, #000000, #ffffff, #000000, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300% 100%;
  animation: AnimatedTextGradient 3s linear infinite;
}
@media (max-width: 1280px) {
  .case-studies .cs-kicker {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: bold;
  }
}
@media (max-width: 1024px) {
  .case-studies .cs-kicker {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .case-studies .cs-kicker {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: bold;
  }
}
@keyframes AnimatedTextGradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.case-studies .cs-title {
  margin: 0 0 18px;
  padding: 0 0 12px;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .case-studies .cs-title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .case-studies .cs-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .case-studies .cs-title {
    font-size: 24px;
  }
}
.case-studies .cs-text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.case-studies .cs-right-wrapper {
  width: calc(60% - 44px);
  max-width: 100%;
  margin-left: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 1280px) {
  .case-studies .cs-right-wrapper {
    width: calc(60% - 57px);
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .case-studies .cs-right-wrapper {
    width: calc(100% - 0px);
  }
}
.case-studies .cs-right-wrapper .cs-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  z-index: 1;
}
@media (max-width: 767px) {
  .case-studies .cs-right-wrapper .cs-right {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .case-studies .cs-right-wrapper .cs-right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case-studies .cs-right-wrapper .cs-right .cs-card {
  display: block;
  position: relative;
  min-height: 240px;
  min-height: 274px;
  overflow: hidden;
  border-radius: 15px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.case-studies .cs-right-wrapper .cs-right .cs-card::before {
  content: "";
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 1024px) {
  .case-studies .cs-right-wrapper .cs-right .cs-card::before {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    top: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.568627451);
    transform: translate(0%, 0);
    height: 50px;
  }
}
.case-studies .cs-right-wrapper .cs-right .cs-card .cs-card__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-studies .cs-right-wrapper .cs-right .cs-card .cs-card__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #ffffff;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (max-width: 1024px) {
  .case-studies .cs-right-wrapper .cs-right .cs-card .cs-card__title {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 600;
    top: auto;
    bottom: 0;
    left: 0%;
    transform: translate(0%, 0);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.case-studies .cs-right-wrapper .cs-right .cs-card:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.case-studies .cs-right-wrapper .cs-right .cs-card:hover .cs-card__title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.case-studies .cs-right-wrapper .cs-right-btn {
  display: none;
  margin-top: 20px;
}
.case-studies .cs-right-wrapper .cs-right-btn .btn-text .btn-anchor {
  color: #ffffff;
}
.case-studies .cs-right-wrapper .cs-right-btn:hover .btn-text .btn-anchor {
  color: #000000;
}
.case-studies .cs-right-wrapper .cs-right-btn-link {
  margin-top: 20px;
  display: none;
}

.testimonials-section {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.testimonials-section {
  min-height: 677px;
  position: relative;
}
@media (max-width: 1024px) {
  .testimonials-section {
    overflow: hidden;
    padding: 60px 0;
  }
}
.testimonials-section .section-title {
  text-align: left;
  position: relative;
}
.testimonials-section .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: #ffffff;
  left: 0;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.testimonials-section .section-title {
  color: #ffffff;
  position: relative;
}
.testimonials-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  animation: moving-dot-testimonials 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-testimonials {
  0% {
    left: 0;
  }
  100% {
    left: calc(97px - 10px);
  }
}
.testimonials-section .testimonials-container {
  width: 100%;
  min-height: 500px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .testimonials-section .testimonials-container {
    margin-top: 0px;
    min-height: 620px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-container {
    min-height: 700px;
  }
}
.testimonials-section .testimonials-container .testimonials-holder {
  max-width: 1620px;
  width: 100%;
  min-height: 390px;
  height: 390px;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1649px) {
  .testimonials-section .testimonials-container .testimonials-holder {
    max-width: 97.91%;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-container .testimonials-holder {
    max-width: 100%;
    top: 0px;
  }
}
.testimonials-section .testimonials-container .testimonials-image {
  width: 40%;
  height: 100%;
  position: relative;
  z-index: 200;
  background-color: #ffffff;
  -ms-box-shadow: 0 40px 120px #a8a8a8;
  -o-box-shadow: 0 40px 120px #a8a8a8;
  box-shadow: 0 40px 120px #a8a8a8;
  overflow: visible;
}
@media (max-width: 1024px) {
  .testimonials-section .testimonials-container .testimonials-image {
    width: 270px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -130px;
  }
}
.testimonials-section .testimonials-container .testimonials-image .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  z-index: 400;
  transition: all 2s cubic-bezier(0.86, 0.3, 0.03, 1), opacity 0.7s cubic-bezier(0.86, 0.3, 0.47, 1) 0.3s;
}
.testimonials-section .testimonials-container .testimonials-image .img.active {
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  z-index: 500;
}
.testimonials-section .testimonials-container .testimonials-image .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonials-section .testimonials-container .testimonials-text {
  width: 60%;
  height: 350px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0px 40px 120px 0px rgba(0, 0, 0, 0.52);
}
@media (max-width: 1024px) {
  .testimonials-section .testimonials-container .testimonials-text {
    width: 90%;
    height: 370px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-container .testimonials-text {
    height: 470px;
  }
}
.testimonials-section .testimonials-container .testimonials-text .testimonials-center-text {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 20%;
  margin-top: -100px;
  padding: 10px 0;
  overflow: visible;
}
@media (max-width: 1024px) {
  .testimonials-section .testimonials-container .testimonials-text .testimonials-center-text {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 30%;
    margin-top: -100px;
    padding: 150px 0 !important;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-container .testimonials-text .testimonials-center-text {
    padding: 210px 0 !important;
    overflow: hidden;
  }
}
.testimonials-section .testimonials-container .testimonials-text .testimonials-center-text .testimonial-review {
  position: absolute;
  top: 45px;
  left: 0;
  right: -150px;
  bottom: 0;
  width: 100%;
  height: 150px;
  margin: auto;
  padding: 0 25px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  transition: all 2s cubic-bezier(0.86, 0.3, 0.03, 1), opacity 0.7s cubic-bezier(0.86, 0.3, 0.47, 1) 0.3s;
}
.testimonials-section .testimonials-container .testimonials-text .testimonials-center-text .testimonial-review p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  font-family: "Poppins-Regular";
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .testimonials-section .testimonials-container .testimonials-text .testimonials-center-text .testimonial-review p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.testimonials-section .testimonials-container .testimonials-text .testimonials-center-text .testimonial-review .author-name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  text-align: right;
  margin-top: 10px;
}
.testimonials-section .testimonials-container .testimonials-text .testimonials-center-text .testimonial-review.active {
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  background: transparent;
}
.testimonials-section .testimonials-container .testimonials-text .testimonials-center-text .active {
  background: #232323;
}
.testimonials-section .testimonials-container #nav-cirlces {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.testimonials-section .testimonials-container #nav-cirlces .circle {
  width: 20px;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  margin: 0 6px;
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  transition: all 0.75s cubic-bezier(0.86, 0.3, 0.07, 1);
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-container #nav-cirlces .circle {
    bottom: 3%;
  }
}
.testimonials-section .testimonials-container #nav-cirlces .circle.active {
  background: linear-gradient(106.96deg, #1C41DB 0%, #EB6F81 78.09%);
}
.testimonials-section .testimonials-container #bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.testimonials-section .testimonials-container .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  /*right: -100%;*/
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  transition: all 1.5s ease;
}
.testimonials-section .testimonials-container .slide.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.testimonials-section .testimonials-container .slide.active:nth-child(1) {
  background: linear-gradient(104.55deg, #168BF3 0%, #001C81 100%);
}
.testimonials-section .testimonials-container .slide.active:nth-child(2) {
  background: linear-gradient(104.55deg, #564FDF 0%, #76338B 100%);
}
.testimonials-section .testimonials-container .slide.active:nth-child(3) {
  background: linear-gradient(104.55deg, #46E2E2 0%, #0C6DA4 100%);
}
.testimonials-section .testimonials-container .slide.active:nth-child(4) {
  background: linear-gradient(104.55deg, #E36FB2 0%, #E49779 100%);
}

.events {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.events__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .events__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.events__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.events__title-wrap .events__title {
  margin: 0 0 0;
}
.events__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .events__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .events__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .events__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.events__grid .event-card {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  -ms-box-shadow: 0 8px 8px rgba(177, 192, 254, 0.2);
  -o-box-shadow: 0 8px 8px rgba(177, 192, 254, 0.2);
  box-shadow: 0 8px 8px rgba(177, 192, 254, 0.2);
}
.events__grid .event-card__media {
  display: block;
  background: #e9eef6;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.events__grid .event-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}
.events__grid .event-card:hover .events__grid .event-card__media img {
  transform: scale(1.04);
}
.events__grid .event-card__body {
  position: relative;
  padding: 31px 21px 21px 21px;
}
@media screen and (max-width: 1024px) {
  .events__grid .event-card__body {
    padding: 20px;
  }
}
.events__grid .event-card__body--left {
  max-width: calc(100% - 63px);
}
.events__grid .event-card__title {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .events__grid .event-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .events__grid .event-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.events__grid .event-card__date {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.events__grid .event-card__cta {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.18s box-shadow 0.18s ease;
  background: linear-gradient(106.96deg, #000000 8.51%, #b2b2b2 50.09%, #000000 100%);
  position: absolute;
  right: 24px;
  top: 42px;
  font-size: 20px;
  color: #ffffff;
}
.events__grid .event-card__cta::before {
  content: "\ea3b";
}
@media screen and (max-width: 1024px) {
  .events__grid .event-card__cta {
    width: 38px;
    height: 38px;
    font-size: 18px;
    right: 15px;
    top: 27px;
  }
}
.events__grid .event-card:hover {
  transform: translateY(-4px);
  -ms-box-shadow: 0 14px 34px rgba(177, 192, 254, 0.2);
  -o-box-shadow: 0 14px 34px rgba(177, 192, 254, 0.2);
  box-shadow: 0 14px 34px rgba(177, 192, 254, 0.2);
}
.events__grid .event-card:hover .event-card__cta {
  transform: rotate(45deg);
}

.cta-hero {
  position: relative;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.cta-hero {
  background: #f6f9ff;
  overflow: hidden;
}
.cta-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cta-hero__grid {
    gap: 20px;
  }
}
.cta-hero__content {
  padding-left: 89px;
  position: relative;
}
.cta-hero__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 58px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
  top: 27px;
  bottom: auto;
  transform: none;
}
.cta-hero__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .cta-hero__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-hero__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.cta-hero__title {
  margin: 0px 0 19px;
}
@media screen and (max-width: 767px) {
  .cta-hero__title {
    margin: 0 0 10px;
  }
}
.cta-hero__sub {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000;
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin: 0 0 31px;
}
@media screen and (max-width: 767px) {
  .cta-hero__sub {
    margin: 0 0 10px;
  }
}
.cta-hero__media {
  min-height: 340px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: relative;
  z-index: 11;
}
.cta-hero .waves_area {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
}
.cta-hero .waves_area .waves {
  position: absolute;
  width: 100%;
  height: 20vh;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  left: 0;
}
.cta-hero .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.cta-hero .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cta-hero .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cta-hero .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cta-hero .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 1024px) {
  .cta-hero__grid {
    grid-template-columns: 1fr;
  }
  .cta-hero__media {
    min-height: 260px;
  }
}

.scroll {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.scroll span {
  display: block;
}
.scroll svg {
  margin-top: 10px;
  width: 18px;
  height: 18px;
  animation: scroll 0.95s ease-in-out alternate infinite;
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 40%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  margin: -19px auto;
  transition: transform 1s cubic-bezier(0.14, 0.15, 0.13, 0.99);
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
#ast-scroll-top.ast-scroll-to-top-right {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  bottom: 110px;
}
#ast-scroll-top.ast-scroll-to-top-right .ast-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-form {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px;
}
.contact-form .contact-form__title {
  text-transform: none;
  position: relative;
}
.contact-form .contact-form__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  left: 0%;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.contact-form .contact-form__title {
  position: relative;
}
.contact-form .contact-form__title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  animation: moving-dot-form-title 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-form-title {
  0% {
    left: 0;
  }
  100% {
    left: calc(97px - 10px);
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__grid .contact-form__left {
    order: 2;
  }
}
.contact-form .contact-form__grid .contact-form__left video {
  height: 582px;
}
@media screen and (max-width: 1280px) {
  .contact-form .contact-form__grid .contact-form__left video {
    height: auto;
  }
}
.contact-form .contact-form__grid .contact-form__right {
  border-radius: 10px;
  -ms-box-shadow: 0 0px 20px #a5a5a5;
  -o-box-shadow: 0 0px 20px #a5a5a5;
  box-shadow: 0 0px 20px #a5a5a5;
  padding: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .contact-form .contact-form__grid .contact-form__right {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__grid .contact-form__right {
    padding: 20px;
    order: 1;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.contact-form form p {
  margin: 0;
  padding: 0;
}
.contact-form form .form-group {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.contact-form form .form-group.half-width {
  max-width: 33.33%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form form .form-group.half-width {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form form .form-group.half-width {
    max-width: 100%;
  }
}
.contact-form form .form-group label {
  max-width: 100%;
  width: 100%;
}
.contact-form form .form-group p input.wpcf7-form-control,
.contact-form form .form-group p textarea.wpcf7-form-control,
.contact-form form .form-group p select.wpcf7-form-control {
  color: #000000;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.contact-form form .form-group p input.wpcf7-form-control::-moz-placeholder, .contact-form form .form-group p textarea.wpcf7-form-control::-moz-placeholder, .contact-form form .form-group p select.wpcf7-form-control::-moz-placeholder {
  color: #000000;
}
.contact-form form .form-group p input.wpcf7-form-control::placeholder,
.contact-form form .form-group p textarea.wpcf7-form-control::placeholder,
.contact-form form .form-group p select.wpcf7-form-control::placeholder {
  color: #000000;
}
.contact-form form .submit-box {
  margin-left: 15px;
}
.contact-form form .submit-box .wpcf7-form-control {
  font-family: "Poppins-Regular";
  font-weight: 400;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  padding: 10px;
  min-width: 190px;
  min-height: 48px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}

.location-section {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.location-section__grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
.location-section__grid .location-section__title {
  position: relative;
}
.location-section__grid .location-section__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  left: 50%;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
  transform: translateX(-50%);
}
.location-section__grid .location-section__title {
  position: relative;
}
.location-section__grid .location-section__title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 37%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  animation: moving-dot-location 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-location {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(calc(-50% + 97px - 10px));
  }
}
@media (max-width: 1440px) {
  .location-section__grid .location-section__title {
    position: relative;
  }
  .location-section__grid .location-section__title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 37%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
    animation: moving-dot-location 2.5s linear 0s infinite normal;
    will-change: left;
  }
  @keyframes moving-dot-location {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(calc(-50% + 110px - 10px));
    }
  }
}
@media (max-width: 576px) {
  .location-section__grid .location-section__title {
    position: relative;
  }
  .location-section__grid .location-section__title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 36%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
    animation: moving-dot-location 2.5s linear 0s infinite normal;
    will-change: left;
  }
  @keyframes moving-dot-location {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(calc(-50% + 97px - 10px));
    }
  }
}
.location-section__grid .location-section__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
}
.location-section .location-grid {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid {
    flex-direction: column;
  }
}
.location-section .location-grid .location-card {
  width: 16%;
  height: 450px;
  margin: 0 7px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .location-section .location-grid .location-card {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card {
    margin: 0 0;
    height: unset;
    width: 100%;
  }
}
.location-section .location-grid .location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  -ms-opacity: 0.3;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card::before {
    display: none;
  }
}
.location-section .location-grid .location-card__img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card__img {
    position: relative;
    height: unset;
    border-radius: 20px;
  }
}
.location-section .location-grid .location-card__content {
  position: absolute;
  bottom: 20px;
  right: 7px;
  writing-mode: vertical-lr;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card__content {
    position: relative;
    writing-mode: unset;
    bottom: 0;
    margin: 10px 0;
    right: 0;
  }
}
.location-section .location-grid .location-card__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card__title {
    color: #000000;
    margin: 0 0 10px;
  }
}
.location-section .location-grid .location-card__title .mapimg {
  display: none;
  width: 35px;
  height: 100%;
  margin-right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card__title .mapimg {
    display: block;
    color: #000000;
  }
}
.location-section .location-grid .location-card__info {
  display: none;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card__info {
    display: block;
    color: #000000;
  }
}
.location-section .location-grid .location-card__sub, .location-section .location-grid .location-card__link {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card__sub, .location-section .location-grid .location-card__link {
    color: #000000;
  }
}
.location-section .location-grid .location-card__sub {
  margin: 0;
  padding: 0;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.location-section .location-grid .location-card__sub span::before {
  content: "\e917";
}
.location-section .location-grid .location-card__sub span {
  margin-right: 5px;
}
.location-section .location-grid .location-card:hover {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card:hover {
    width: 100%;
  }
}
.location-section .location-grid .location-card:hover .location-card__info {
  display: block;
}
.location-section .location-grid .location-card:hover .location-card__content {
  left: 10px;
  writing-mode: unset;
}
@media screen and (max-width: 767px) {
  .location-section .location-grid .location-card:hover .location-card__content {
    left: 0;
  }
}
.location-section .location-grid .location-card:hover .location-card__title .mapimg {
  display: block;
}

.globle-opportunities-section {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left {
  max-width: 100%;
  width: 60%;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left {
    width: 100%;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left .globle-opportunities-section__title {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 12px;
  position: relative;
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left .globle-opportunities-section__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  left: 0%;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left .globle-opportunities-section__title {
  position: relative;
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-left .globle-opportunities-section__title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  animation: moving-dot-opportunities 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-opportunities {
  0% {
    left: 0;
  }
  100% {
    left: calc(97px - 10px);
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right {
  max-width: 100%;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right {
    margin-top: 40px;
    width: 100%;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider {
    padding-bottom: 0px;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .opportunities-slide {
  border-radius: 10px;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .opportunities-slide {
    height: 305px;
  }
}
@media screen and (max-width: 767px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .opportunities-slide {
    height: 195px;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .opportunities-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0px 33%;
     object-position: 0px 33%;
}
@media screen and (max-width: 1024px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .opportunities-slide img {
    -o-object-position: center;
       object-position: center;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-arrow.slick-prev {
  left: 40%;
}
@media screen and (max-width: 1280px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-arrow.slick-prev {
    left: 36%;
  }
}
@media screen and (max-width: 767px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-arrow.slick-prev {
    left: 36%;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-arrow.slick-next {
  right: 40%;
}
@media screen and (max-width: 1280px) {
  .globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-arrow.slick-next {
    right: 36%;
  }
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-dots {
  margin: 20px 0 0;
  justify-content: center;
}
.globle-opportunities-section__wrapper .globle-opportunities-section__wrapper-right .opportunities-slider .slick-dots button {
  border-color: #ffffff;
}

@keyframes slide-dot-left {
  0% {
    left: 0;
  }
  100% {
    left: calc(47% - 10px);
  }
  100% {
    left: calc(47% - 10px);
  }
  0% {
    left: 0;
  }
}
/* Testimonials */
.testimonials {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.testimonials {
  background: #f8f9fa;
}
.testimonials .testimonial-slider {
  position: relative;
  margin: 0 0px 0 -40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .testimonials .testimonial-slider {
    padding-bottom: 0px;
    margin: 0 0px 0 -15px;
  }
}
.testimonials .testimonial-slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials .testimonial-slider .slick-arrow.slick-prev {
  transform: translateX(calc(-50% - 40px));
}
.testimonials .testimonial-slider .slick-arrow.slick-next {
  transform: translateX(calc(-50% + 40px));
}
.testimonials .testimonial-slider .slick-dots {
  margin: 20px 0 0;
  justify-content: center;
}
.testimonials .testimonial-slider .slick-dots li button {
  background: linear-gradient(106.96deg, #ffffff 8.51%, #ffffff 78.09%);
  border-color: #ffffff;
}
.testimonials .testimonial-slider .slick-dots li.slick-active button {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
}

.testimonial {
  position: relative;
  padding: 0 0 0 80px;
  min-height: 290px;
}
@media screen and (max-width: 1024px) {
  .testimonial {
    padding: 40px 0 0 15px;
    min-height: 422px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial {
    min-height: 347px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial {
    min-height: 513px;
  }
}
.testimonial {
  display: flex !important;
}
.testimonial .testimonial__avatar {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  -ms-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.testimonial .testimonial__avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .testimonial .testimonial__avatar {
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.testimonial .testimonial__box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -ms-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 28px 28px 28px 70px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .testimonial .testimonial__box {
    padding: 80px 20px 20px;
  }
}
.testimonial .testimonial__name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  color: #000000;
  margin: 0 0 4px;
  font-family: "Poppins-Bold";
  font-weight: bold;
}
.testimonial .testimonial__designation {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
  display: block;
  font-family: "Poppins-Medium";
  font-weight: 500;
}
.testimonial .testimonial__text {
  position: relative;
  display: inline;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
}
.testimonial .testimonial__text::before, .testimonial .testimonial__text::after {
  font-family: "icomoon";
  line-height: 1;
  content: "\e922";
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
  word-break: break-word;
  margin: 0 0 10px;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.testimonial .testimonial__text::before {
  margin-right: 8px;
}
.testimonial .testimonial__text::after {
  margin-left: 8px;
  display: inline-block;
  transform: scaleX(-1);
}

.life-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.life-section__head {
  text-align: center;
}
.life-section__title {
  margin: 0 0 20px;
  text-transform: none;
  display: inline-flex;
  padding: 0 0 8px;
  position: relative;
}
.life-section__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  left: 50%;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
  transform: translateX(-50%);
}
.life-section__title {
  position: relative;
}
.life-section__title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 30%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  animation: moving-dot-lifeiovista 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-lifeiovista {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(calc(-50% + 97px - 10px));
  }
}
@media (max-width: 1440px) {
  .life-section__title {
    position: relative;
  }
  .life-section__title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 22%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
    animation: moving-dot-lifeiovista 2.5s linear 0s infinite normal;
    will-change: left;
  }
  @keyframes moving-dot-lifeiovista {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(calc(-50% + 110px - 10px));
    }
  }
}
@media (max-width: 576px) {
  .life-section__title {
    position: relative;
  }
  .life-section__title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 23%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
    animation: moving-dot-lifeiovista 2.5s linear 0s infinite normal;
    will-change: left;
  }
  @keyframes moving-dot-lifeiovista {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(calc(-50% + 97px - 10px));
    }
  }
}
.life-section .life-grid {
  row-gap: 30px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .life-section .life-grid {
    row-gap: 20px;
  }
}
.life-section .life-grid__figure {
  border-radius: 10px;
  overflow: hidden;
}
.life-section .life-grid__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.life-section .life-grid__figure:hover img {
  transform: scale(1.2);
}

.perks-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.perks-section__head {
  margin: 0 0 40px 0;
}
.perks-section .perks-grid {
  padding: 12px 0 0;
}
.perks-section .perks-grid .perk {
  padding: 25px;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  align-items: flex-start;
}
.perks-section .perks-grid .perk:nth-child(n+5) {
  border-bottom: none;
}
.perks-section .perks-grid .perk:nth-child(4n) {
  border-right: none;
}
@media (max-width: 1024px) {
  .perks-section .perks-grid .perk {
    padding: 12px;
  }
  .perks-section .perks-grid .perk:nth-child(n+5) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .perks-section .perks-grid .perk {
    border-right: none;
  }
  .perks-section .perks-grid .perk:nth-child(odd) {
    border-right: 1px solid #dadada;
  }
  .perks-section .perks-grid .perk:nth-child(n+5) {
    border-bottom: none;
  }
  .perks-section .perks-grid .perk:last-child, .perks-section .perks-grid .perk:nth-child(7n), .perks-section .perks-grid .perk:nth-child(8n) {
    border-bottom: none;
  }
}
@media (max-width: 576px) {
  .perks-section .perks-grid .perk:nth-child(odd) {
    border-right: none;
  }
  .perks-section .perks-grid .perk:not(:last-child) {
    border-bottom: 1px solid #dadada;
  }
}
.perks-section .perks-grid .perk__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .perks-section .perks-grid .perk__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .perks-section .perks-grid .perk__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.perks-section .perks-grid .perk__title {
  font-family: "Poppins-Medium";
  font-weight: 500;
  margin: 0 0 10px;
}
.perks-section .perks-grid .perk__desc {
  color: #000000;
  margin: 0;
  padding: 0;
}
.perks-section .perks-grid .perk .perk__icon {
  font-size: 50px;
  margin: 0 0 10px;
}
.perks-section .perks-grid .perk .perk__icon.icon-growth-environment::before {
  content: "\e92e";
}
.perks-section .perks-grid .perk .perk__icon.icon-impact-ecommerce::before {
  content: "\e92f";
}
.perks-section .perks-grid .perk .perk__icon.icon-team-culture::before {
  content: "\e933";
}
.perks-section .perks-grid .perk .perk__icon.icon-transparent-communication::before {
  content: "\e927";
}
.perks-section .perks-grid .perk .perk__icon.icon-skill-development::before {
  content: "\e932";
}
.perks-section .perks-grid .perk .perk__icon.icon-great-work::before {
  content: "\e929";
}
.perks-section .perks-grid .perk .perk__icon.icon-innovation-mindset::before {
  content: "\e931";
}
.perks-section .perks-grid .perk .perk__icon.icon-flexible-work-options::before {
  content: "\e928";
}

.careers-listing {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.careers-listing .jobs-list {
  width: 100%;
  background: #f7faff;
  border-radius: 16px;
  -ms-box-shadow: 0 10px 26px rgba(27, 41, 80, 0.08);
  -o-box-shadow: 0 10px 26px rgba(27, 41, 80, 0.08);
  box-shadow: 0 10px 26px rgba(27, 41, 80, 0.08);
  overflow: hidden;
  margin: 40px 0 0;
}
.careers-listing .jobs-list .job-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #e9edf5;
}
.careers-listing .jobs-list .job-row::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .careers-listing .jobs-list .job-row::before {
    display: none;
  }
}
.careers-listing .jobs-list .job-row:hover::before {
  width: 100%;
}
.careers-listing .jobs-list .job-row__left {
  flex: 1;
  min-width: 0;
}
.careers-listing .jobs-list .job-row__right {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.careers-listing .jobs-list .job-row__title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .careers-listing .jobs-list .job-row__title {
    padding: 0 0 10px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 10px;
    border-bottom: 1px solid #e9edf5;
  }
}
.careers-listing .jobs-list .job-row__meta {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.careers-listing .jobs-list .job-row__meta span {
  white-space: nowrap;
}
.careers-listing .jobs-list .job-row__share {
  transition: all 0.2s ease;
  font-size: 30px;
  color: #000000;
}
.careers-listing .jobs-list .job-row__share::before {
  content: "\e91e";
}
@media (max-width: 767px) {
  .careers-listing .jobs-list .job-row__share {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .careers-listing .jobs-list .job-row {
    padding: 14px 16px;
  }
  .careers-listing .jobs-list .job-row__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .careers-listing .jobs-list .job-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    -ms-box-shadow: 0 6px 18px rgba(27, 41, 80, 0.12);
    -o-box-shadow: 0 6px 18px rgba(27, 41, 80, 0.12);
    box-shadow: 0 6px 18px rgba(27, 41, 80, 0.12);
  }
  .careers-listing .jobs-list .job-row__right {
    gap: 10px;
  }
}

.speakers-section-three {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@keyframes speakerInfoSlide {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(0%);
  }
}
.speakers-section-three.our-teams {
  margin: 0 0 50px 0;
}
.speakers-section-three .section-head {
  margin: 0 0 40px;
}
.speakers-section-three .row {
  row-gap: 20px;
}
.speakers-section-three .row .sec-title {
  position: relative;
}
.speakers-section-three .row .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  -ms-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  transition: all 600ms ease;
}
@media screen and (max-width: 1024px) {
  .speakers-section-three .row .inner-box {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
  }
}
.speakers-section-three .row .inner-box .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  transform: translateX(0%);
  transition: all 0.4s ease;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .speakers-section-three .row .inner-box .info-box {
    transform: translateX(0%);
    padding: 10px;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
  }
}
.speakers-section-three .row .inner-box .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  content: "";
  top: 0;
  height: 100%;
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}
@media screen and (max-width: 1024px) {
  .speakers-section-three .row .inner-box .info-box:before {
    display: none;
  }
}
.speakers-section-three .row .inner-box .info-box .name {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 11;
}
@media (max-width: 1024px) {
  .speakers-section-three .row .inner-box .info-box .name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.speakers-section-three .row .inner-box .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.speakers-section-three .row .inner-box .image-box {
  position: relative;
  display: block;
  text-align: center;
}
.speakers-section-three .row .inner-box .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  transition: all 600ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .speakers-section-three .row .inner-box .image-box .image {
    border-radius: 0%;
  }
}
.speakers-section-three .row .inner-box .image-box .image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  border-radius: 50%;
  margin-bottom: 0;
  transition: all 600ms ease;
  width: 100%;
  z-index: 0;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .speakers-section-three .row .inner-box .image-box .image::before {
    border-radius: 0%;
  }
}
.speakers-section-three .row .inner-box .image-box .image .image-inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 300ms ease;
  width: 122px;
  height: 122px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .speakers-section-three .row .inner-box .image-box .image .image-inner {
    border-radius: 0%;
  }
}
.speakers-section-three .row .inner-box .image-box .image .image-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.speakers-section-three .row .inner-box .image-box .image .inner-box:hover image {
  border-radius: 0;
  transform: scale(1.1);
}
.speakers-section-three .row .inner-box .image-box .image::before {
  border-radius: 0;
}
@media screen and (min-width: 1025px) {
  .speakers-section-three .row .inner-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .speakers-section-three .row .inner-box:hover .image-box .image {
    border-radius: 0;
    transform: scale(1.1);
  }
  .speakers-section-three .row .inner-box:hover .image-box .image .image-inner {
    border-radius: 0;
  }
  .speakers-section-three .row .inner-box:hover .info-box {
    transform: translateX(0%);
    transition: none;
    animation: speakerInfoSlide 0.8s ease-in-out 0s 1 both !important;
  }
}
@media screen and (min-width: 1025px) {
  .speakers-section-three .row .speaker-block-three .inner-box:hover .info-box {
    animation: speakerInfoSlide 0.8s ease-in-out 0s 1 both !important;
  }
}
.speakers-section-three.our-leaders {
  padding-top: 100px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .speakers-section-three.our-leaders {
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .speakers-section-three.our-leaders {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.speakers-section-three.our-leaders .section-title {
  margin: 0 0 0px;
}

.partnership {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.partnership__wrap {
  align-items: center;
}
.partnership__right {
  position: relative;
}
.partnership__right .svg-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.partnership__right .svg-blob path {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}
.partnership__right .team-matrix {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  width: 100%;
  padding: 5%;
  aspect-ratio: 1;
  z-index: 1;
}
.partnership__right .team-matrix .team-matrix-col {
  width: 20%;
}
.partnership__right .team-matrix .team-matrix-col img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  background: linear-gradient(120deg, var(--gradient-light));
  height: auto;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 10%;
  border: 0px solid transparent;
  transition: all 0.3s ease-out;
}
.partnership__right .team-matrix .team-matrix-col img:hover {
  transform: scale(1.2);
  border: 6px solid #ffffff;
}

.people-magic {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.people-magic {
  min-height: 545px;
}
@media (max-width: 1024px) {
  .people-magic {
    min-height: 458px;
  }
}
.people-magic__inner {
  position: relative;
  z-index: 1;
}
.people-magic__wrap {
  margin: 0 0;
}
.people-magic__left {
  max-width: 580px;
  width: 100%;
  align-items: flex-start;
  margin-left: 10%;
  padding: 20px 0 0;
}
@media (max-width: 1440px) {
  .people-magic__left {
    max-width: 33.33%;
    margin-left: 5%;
  }
}
@media (max-width: 1024px) {
  .people-magic__left {
    margin-left: 0%;
    max-width: 40.33%;
  }
}
@media (max-width: 767px) {
  .people-magic__left {
    max-width: 100%;
    padding: 0px 0 0;
  }
}
.people-magic__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 550px;
}
@media (max-width: 1440px) {
  .people-magic__right {
    width: 62%;
  }
}
@media (max-width: 1024px) {
  .people-magic__right {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .people-magic__right {
    width: 100%;
    position: relative;
    height: auto;
    padding: 30px 0 50px;
  }
}
.people-magic__right .people-magic__slider {
  height: 100%;
  max-width: 1620px;
}
.people-magic__right .people-magic__slider .people-magic__slide {
  padding: 20px 30px;
  min-height: 475px;
  display: flex;
}
@media (max-width: 1440px) {
  .people-magic__right .people-magic__slider .people-magic__slide {
    padding: 20px;
  }
}
@media (max-width: 1280px) {
  .people-magic__right .people-magic__slider .people-magic__slide {
    min-height: 477px;
  }
}
@media (max-width: 1024px) {
  .people-magic__right .people-magic__slider .people-magic__slide {
    min-height: 388px;
  }
}
@media (max-width: 767px) {
  .people-magic__right .people-magic__slider .people-magic__slide {
    padding: 0 15px;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .people-magic__right .people-magic__slider .people-magic__slide {
    min-height: 396px;
  }
}
@media (max-width: 767px) {
  .people-magic__right .people-magic__slider .people-magic__slide .slick-list {
    margin: 0 -15px;
  }
}
.people-magic__right .people-magic__slider .people-magic__slide-inner {
  flex: 1;
  border: 1px solid #aaaaaa;
  padding: 30px;
  border-radius: 20px;
  -ms-box-shadow: 0 10px 20px rgba(177, 192, 254, 0.2);
  -o-box-shadow: 0 10px 20px rgba(177, 192, 254, 0.2);
  box-shadow: 0 10px 20px rgba(177, 192, 254, 0.2);
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  .people-magic__right .people-magic__slider .people-magic__slide-inner {
    padding: 20px;
  }
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-content {
  margin: 20px 0 0;
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-content .people-magic__slide-designation {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-content .people-magic__slide-content-inner {
  position: relative;
  padding: 20px 0 0;
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-content .people-magic__slide-content-inner .people-magic__slide-quote::before {
  content: "\e922";
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-content .people-magic__slide-content-inner .people-magic__slide-quote {
  z-index: -1;
  position: absolute;
  left: -10px;
  top: 0;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 40px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -o-opacity: 0.1;
  -ms-opacity: 0.1;
  opacity: 0.1;
}
.people-magic__right .people-magic__slider .people-magic__slide-inner .people-magic__slide-content .people-magic__slide-content-inner .people-magic__slide-description {
  margin: 0;
  padding: 0;
}
.people-magic__right .people-magic__slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .people-magic__right .people-magic__slider .slick-arrow {
    bottom: -68px;
  }
}
.people-magic__right .people-magic__slider .slick-arrow.slick-prev {
  left: 50px;
}
@media (max-width: 576px) {
  .people-magic__right .people-magic__slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.people-magic__right .people-magic__slider .slick-arrow.slick-next {
  right: 50px;
}
@media (max-width: 576px) {
  .people-magic__right .people-magic__slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.people-magic__right .people-magic__progress {
  display: block;
  width: 70%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5 !important;
  background: linear-gradient(to right, #1C41DB, #EB6F81);
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 25px;
  left: 50%;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .people-magic__right .people-magic__progress {
    bottom: 17px;
    width: 56%;
  }
}
@media (max-width: 767px) {
  .people-magic__right .people-magic__progress {
    bottom: 0px;
  }
}
.people-magic__right .people-magic__progress .people-magic__bar {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.how-we-work {
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .how-we-work {
    padding-top: 90px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .how-we-work {
    padding-top: 90px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-work {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.how-we-work {
  background: #ffffff;
}
.how-we-work__wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1440px) {
  .how-we-work__wrapper {
    gap: 0px;
  }
}
@media (max-width: 1024px) {
  .how-we-work__wrapper {
    gap: 80px;
  }
}
@media (max-width: 1280px) {
  .how-we-work__wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .how-we-work__wrapper {
    flex-direction: column-reverse;
  }
}
.how-we-work__content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .how-we-work__content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.how-we-work__content .how-we-work__list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.how-we-work__content .how-we-work__list li {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  margin: 0 0 18px;
  padding: 0 0 0 32px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .how-we-work__content .how-we-work__list li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 0 0 0 28px;
  }
}
.how-we-work__content .how-we-work__list li:last-child {
  margin-bottom: 0;
}
.how-we-work__content .how-we-work__list li::before {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .how-we-work__content .how-we-work__list li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.how-we-work__content .how-we-work__list li:hover {
  color: #000000;
  padding-left: 36px;
}
@media (max-width: 767px) {
  .how-we-work__content .how-we-work__list li:hover {
    padding-left: 32px;
  }
}
.how-we-work__content .how-we-work__list li:hover::before {
  width: 12px;
  height: 12px;
  top: 8px;
  left: -2px;
}
@media (max-width: 767px) {
  .how-we-work__content .how-we-work__list li:hover::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}
.how-we-work__graphic {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .how-we-work__graphic {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.how-we-work__circle {
  position: relative;
  width: 500px;
  height: 500px;
}
@media (max-width: 1280px) {
  .how-we-work__circle {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .how-we-work__circle {
    transform: scale(0.6);
    height: 370px;
    width: 380px;
  }
}
@media (max-width: 400px) {
  .how-we-work__circle {
    height: 340px;
  }
}
.how-we-work__outer-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #1C41DB 0%, #EB6F81 100%);
  z-index: 1;
}
.how-we-work__outer-circle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  background: #ffffff;
}
.how-we-work__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  border: 2px dashed #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 3;
  animation: rotateClockwiseCenter 120s linear infinite;
}
@media (max-width: 767px) {
  .how-we-work__center {
    width: 200px;
    height: 200px;
  }
}
.how-we-work__center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: auto;
  z-index: 4;
}
@media (max-width: 767px) {
  .how-we-work__center-img {
    width: 110px;
  }
}
.how-we-work__center-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.how-we-work .how-we-work__wrapper-icons-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: spin 120s linear infinite reverse;
  z-index: 11;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons {
  position: absolute;
  animation: counter-spin 120s linear infinite reverse;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span {
  font-size: 26px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-bigcommerce::before {
  content: "\e923";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-bigcommerce {
  color: #000000;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-adobe::before {
  content: "\e930";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-adobe {
  color: #ed2224;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-digital-marketing::before {
  content: "\e925";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-digital-marketing {
  color: #1C41DB;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-google-partner::before {
  content: "\e926";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-google-partner {
  color: #DB4437;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-magento::before {
  content: "\e92a";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-magento {
  color: #f46f25;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-platform::before {
  content: "\e92b";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-platform {
  color: #0081FB;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-shopify::before {
  content: "\e92d";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-shopify {
  color: #96bf48;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-professional::before {
  content: "\e92c";
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon span.icon-professional {
  color: #0033a1;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon:nth-child(1) {
  width: 78px;
  height: 78px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon:nth-child(2) {
  width: 78px;
  height: 78px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons .how-we-work__icon:nth-child(3) {
  width: 58px;
  height: 58px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(1) {
  height: 150px;
  left: 30px;
  width: 161px;
  top: -10px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(1) .how-we-work__icon:nth-child(1) {
  left: 25px;
  top: 12px;
  width: 58px;
  height: 58px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(1) .how-we-work__icon:nth-child(2) {
  left: 80px;
  top: 40px;
  width: 78px;
  height: 78px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(1) .how-we-work__icon:nth-child(3) {
  left: 0px;
  top: 72px;
  width: 78px;
  height: 78px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(2) {
  top: auto;
  left: 350px;
  height: 130px;
  width: 170px;
  bottom: 45px;
}
@media (max-width: 1280px) {
  .how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(2) {
    left: 260px;
  }
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(2) .how-we-work__icon {
  top: auto;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(2) .how-we-work__icon:nth-child(1) {
  left: 90px;
  bottom: 0px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(2) .how-we-work__icon:nth-child(2) {
  left: 0px;
  bottom: 0px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(2) .how-we-work__icon:nth-child(3) {
  left: 54px;
  top: 0px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(3) {
  width: 104px;
  height: 104px;
  position: absolute;
  top: 30px;
  right: 0px;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(3) .how-we-work__icon:nth-child(1) {
  width: 100%;
  height: 100%;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(4) {
  width: 65px;
  height: 65px;
  bottom: 70px;
  left: 15px;
  position: absolute;
}
.how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(4) .how-we-work__icon:nth-child(1) {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .how-we-work .how-we-work__wrapper-icons-main .how-we-work__wrapper-icons:nth-child(4) .how-we-work__icon:nth-child(1) {
    top: 20px;
  }
}

@keyframes rotateClockwiseCenter {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes counter-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.stats-testimonial-section {
  position: relative;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.stats-testimonial-section {
  background-color: #ffffff;
  overflow: hidden;
}
.stats-testimonial-section .stats-testimonial-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #1C41DB 0%, #EB6F81 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 70% 100%);
  z-index: 0;
}
@media (max-width: 1024px) {
  .stats-testimonial-section .stats-testimonial-bg {
    width: 100%;
    height: 100%;
  }
}
.stats-testimonial-section .container {
  position: relative;
  z-index: 1;
}
.stats-testimonial-section .stats-grid {
  row-gap: 30px;
}
.stats-testimonial-section .stat-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0784313725);
  -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0784313725);
  padding: 30px 24px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card {
    padding: 20px 15px;
  }
}
.stats-testimonial-section .stat-card .stat-card__pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 20px;
  background-image: radial-gradient(circle, #1C41DB 2px, transparent 2px), radial-gradient(circle, #EB6F81 2px, transparent 2px);
  background-size: 12px 12px, 12px 12px;
  background-position: 0 0, 6px 6px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  -ms-opacity: 0.3;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__pattern {
    width: 40px;
    height: 40px;
    top: 8px;
    left: 8px;
  }
}
.stats-testimonial-section .stat-card .stat-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.stats-testimonial-section .stat-card .stat-card__number {
  width: 40%;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__number {
    width: 100%;
    text-align: center;
  }
}
.stats-testimonial-section .stat-card .stat-card__number .stat-number {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Poppins-Bold";
  font-weight: 700;
  color: #000000;
  display: inline-block;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__number .stat-number {
    font-size: 36px;
  }
}
.stats-testimonial-section .stat-card .stat-card__number .stat-plus {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Poppins-Bold";
  font-weight: 700;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__number .stat-plus {
    font-size: 36px;
  }
}
.stats-testimonial-section .stat-card .stat-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 40%;
  padding: 0 0 0px 10px;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__text {
    width: 100%;
    padding: 10px 0 0px 0;
    text-align: center;
  }
}
.stats-testimonial-section .stat-card .stat-card__text .stat-label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  display: block;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__text .stat-label {
    font-size: 14px;
  }
}
.stats-testimonial-section .stat-card .stat-card__text .stat-desc {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  display: block;
}
@media (max-width: 767px) {
  .stats-testimonial-section .stat-card .stat-card__text .stat-desc {
    font-size: 13px;
  }
}

.our-awards-section {
  position: relative;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.our-awards-section {
  overflow: hidden;
}
.our-awards-section .container {
  position: relative;
  z-index: 1;
}
.our-awards-section .our-awards__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.our-awards-section .our-awards__header .our-awards__title-wrapper .section-title {
  color: #ffffff;
  position: relative;
}
.our-awards-section .our-awards__header .our-awards__title-wrapper .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 97px;
  height: 4px;
  display: block;
  border: 0;
  background: #ffffff;
  left: 0;
  right: auto;
  transform: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.our-awards-section .our-awards__header .our-awards__title-wrapper .section-title {
  position: relative;
}
.our-awards-section .our-awards__header .our-awards__title-wrapper .section-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  animation: moving-dot-opp 2.5s linear 0s infinite normal;
  will-change: left;
}
@keyframes moving-dot-opp {
  0% {
    left: 0;
  }
  100% {
    left: calc(97px - 10px);
  }
}
.our-awards-section .our-awards__header .our-awards__description p {
  color: #ffffff;
}
.our-awards-section .our-awards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .our-awards-section .our-awards__grid {
    gap: 35px 25px;
  }
}
@media (max-width: 767px) {
  .our-awards-section .our-awards__grid {
    gap: 0px 0px;
  }
}
.our-awards-section .our-awards__grid .award-item {
  padding: 10px;
  flex: 0 0 calc(25% - 23px);
  max-width: calc(25% - 23px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .our-awards-section .our-awards__grid .award-item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .our-awards-section .our-awards__grid .award-item {
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
}
.our-awards-section .our-awards__grid .award-item .award-badge {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .our-awards-section .our-awards__grid .award-item .award-badge {
    max-width: 180px;
    margin-bottom: 18px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .our-awards-section .our-awards__grid .award-item .award-badge {
    max-width: 160px;
    margin-bottom: 16px;
    padding: 16px;
  }
}
.our-awards-section .our-awards__grid .award-item .award-badge img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(100%) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(0) brightness(100%) contrast(100%);
}
@media (max-width: 1024px) {
  .our-awards-section .our-awards__grid .award-item .award-badge img {
    filter: none;
  }
}
.our-awards-section .our-awards__grid .award-item .award-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-awards-section .our-awards__grid .award-item .award-info .award-name {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .our-awards-section .our-awards__grid .award-item .award-info .award-name {
    color: #000000;
  }
}
.our-awards-section .our-awards__grid .award-item .award-info .award-year {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #ffffff;
  display: block;
}
@media (max-width: 1024px) {
  .our-awards-section .our-awards__grid .award-item .award-info .award-year {
    color: #000000;
  }
}
.our-awards-section .our-awards__grid .award-item:hover {
  background-color: #ffffff;
}
.our-awards-section .our-awards__grid .award-item:hover img {
  filter: none;
}
.our-awards-section .our-awards__grid .award-item:hover .award-name {
  color: #000000;
}
.our-awards-section .our-awards__grid .award-item:hover .award-year {
  color: #000000;
}

.stry-sec {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.stry-sec .thumb-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 991px) {
  .stry-sec .thumb-list {
    overflow-y: hidden;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.stry-sec .thumb-list::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8294b7;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .stry-sec .thumb-list::before {
    display: none;
  }
}
.stry-sec .thumb-list .thumb-box {
  margin: 30px 20px 0 0px;
  cursor: pointer;
}
.stry-sec .thumb-list .thumb-box .thumb-span {
  background: #1C41DB;
  width: 40px;
  height: 12px;
  margin: 0 auto;
  border-radius: 40px;
  transition: all 300ms ease-in-out;
  transition-delay: 0.2s;
}
.stry-sec .thumb-list .thumb-box .thumb-box-text {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Poppins-Medium";
  font-weight: 500;
  margin-top: 21px;
  transition: all 0.3s ease-in-out;
}
.stry-sec .thumb-list .thumb-box.active .thumb-span, .stry-sec .thumb-list .thumb-box:hover .thumb-span {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
}
.stry-sec .thumb-list .thumb-box.active .thumb-box-text, .stry-sec .thumb-list .thumb-box:hover .thumb-box-text {
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stry-sec .vsldr-main {
  padding: 0 50px;
}
@media (max-width: 576px) {
  .stry-sec .vsldr-main {
    padding: 0 0px;
  }
}
.stry-sec .vsldr-main .vsldr-main-item {
  margin: 54px 0 0;
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-wrap {
  position: relative;
  padding: 41px;
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-wrap {
    padding: 0px;
  }
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-wrap .vsldr-img-outr {
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0) rotate(0deg);
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-wrap .vsldr-img-outr {
    transform: none;
  }
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-wrap .vsldr-img-outr img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-wrap .vsldr-img-outr img {
    min-height: 320px;
  }
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right {
  position: relative;
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right {
    margin: 0 0 40px;
  }
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right h2 {
  font-size: 210px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 900;
  font-family: "Poppins-Bold";
  font-weight: 900;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 0 -110px;
}
@media (max-width: 1199px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right h2 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 900;
  }
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right h2 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 900;
    margin: 0 0 30px 0;
  }
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right p {
    font-size: 14px;
    line-height: 24px;
  }
}
.stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right p {
  color: #000000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(50px);
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .vsldr-img-right p {
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
.stry-sec .vsldr-main .vsldr-main-item.active .vsldr-img-outr {
  animation: zoomIn 0.6s ease forwards;
  animation-delay: 0.3s;
}
.stry-sec .vsldr-main .vsldr-main-item.active .vsldr-img-right p {
  transform: translateY(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .stry-sec .vsldr-main .vsldr-main-item .row .grid-item {
    width: 100%;
  }
}

/* Zoom-in animation keyframes */
@keyframes zoomIn {
  0% {
    transform: scale(0) rotate(0deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(7deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
.custom-solutions {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.custom-solutions {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.custom-solutions .section-head {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
.custom-solutions .section-head .section-description p {
  margin: 0 0 20px;
}
.custom-solutions .custom-solution-item {
  display: flex;
  align-items: center;
  min-height: 550px;
}
.custom-solutions .custom-solution-item__image {
  height: 550px;
  overflow: hidden;
  -ms-box-shadow: 0 0px 20px #c5c5c5;
  -o-box-shadow: 0 0px 20px #c5c5c5;
  box-shadow: 0 0px 20px #c5c5c5;
  border-radius: 0 150px 0 150px;
  background-color: #2f85f6;
}
@media (max-width: 1024px) {
  .custom-solutions .custom-solution-item__image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .custom-solutions .custom-solution-item__image {
    border-radius: 0 100px 0 100px;
  }
}
.custom-solutions .custom-solution-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.custom-solutions .custom-solution-item__content {
  padding: 0 100px 0 0px;
}
@media (max-width: 1024px) {
  .custom-solutions .custom-solution-item__content {
    padding: 0 0 0 0;
  }
}
.custom-solutions .custom-solution-item__title {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .custom-solutions .custom-solution-item__title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-solutions .custom-solution-item__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.custom-solutions .custom-solution-item__title {
  margin: 0 0 20px;
}
.custom-solutions .custom-solution-item__subtitle {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .custom-solutions .custom-solution-item__subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-solutions .custom-solution-item__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.custom-solutions .custom-solution-item__subtitle {
  margin: 0 0 20px;
}
.custom-solutions .custom-solution-item__description p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .custom-solutions .custom-solution-item__description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.custom-solutions .custom-solution-item__description p {
  color: #000000;
  margin: 0 0 20px;
}
.custom-solutions .custom-solutions__wrapper {
  margin: 40px 0 0;
  row-gap: 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-solutions .custom-solutions__wrapper {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom-solutions .custom-solutions__wrapper .custom-solutions__grid {
    row-gap: 30px;
  }
}
.custom-solutions .custom-solutions__wrapper .custom-solutions__grid .grid-item {
  justify-content: center;
}
.custom-solutions .custom-solutions__wrapper .custom-solutions__grid:nth-child(even) {
  flex-direction: row-reverse;
}
.custom-solutions .custom-solutions__wrapper .custom-solutions__grid:nth-child(even) .custom-solution-item__content {
  padding: 0 0 0 100px;
}
@media (max-width: 1024px) {
  .custom-solutions .custom-solutions__wrapper .custom-solutions__grid:nth-child(even) .custom-solution-item__content {
    padding: 0 0 0 0;
  }
}

.adobe-logos-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.adobe-logos-section .adobe-logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}
.adobe-logos-section .adobe-logo-item {
  position: relative;
  max-width: 16.66%;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 1280px) {
  .adobe-logos-section .adobe-logo-item {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .adobe-logos-section .adobe-logo-item {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .adobe-logos-section .adobe-logo-item {
    max-width: 100%;
  }
}
.adobe-logos-section .adobe-logo-item .adobe-logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #E0E0E0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.adobe-logos-section .adobe-logo-item .adobe-logo-wrapper .adobe-logo-img {
  width: 100%;
  height: auto;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .adobe-logos-section .adobe-logo-item .adobe-logo-wrapper .adobe-logo-img {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .adobe-logos-section .adobe-logo-item .adobe-logo-wrapper .adobe-logo-img {
    max-width: 80px;
  }
}
.adobe-logos-section .adobe-logo-item .adobe-logo-wrapper .adobe-popup-title {
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
}
.adobe-logos-section .adobe-logo-item .adobe-logo-wrapper .adobe-popup-subtitle {
  font-size: 14px;
  color: #000000;
  margin: 0;
  text-align: center;
}
.adobe-logos-section .adobe-logo-item .adobe-logo-wrapper:hover {
  transform: scale(1.3);
  z-index: 111;
}
@media (max-width: 1024px) {
  .adobe-logos-section .adobe-logo-item .adobe-logo-wrapper:hover {
    transform: scale(1);
  }
}

.service-main-banner .service-hero-banner__right .b2b-hand-shake-animate {
  top: 60%;
  z-index: 11;
  left: 350px;
  width: 102px;
  animation: handshake-shrink 6s ease-in-out infinite;
}
.service-main-banner .service-hero-banner__right .global-spin-animate {
  width: 40px;
  height: 40px;
  right: 288px;
  top: 73.4%;
  z-index: 11;
}
.service-main-banner .service-hero-banner__right .global-spin-animate img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  animation: global-spin 40s linear infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  display: block;
}

@keyframes global-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes handshake-shrink {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.service-boxes-section {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
.service-boxes-section .section-head {
  margin: 0 0 40px 0;
}
.service-boxes-section .section-head .section-description p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .service-boxes-section .section-head .section-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.service-boxes-section .section-head .section-description p {
  color: #000000;
}
.service-boxes-section .row {
  row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .service-boxes-section .row .grid-item.grid-item-width3 {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .service-boxes-section .row .grid-item.grid-item-width3 {
    width: 100%;
  }
}
.service-boxes-section .service-box {
  background-color: #000000;
  padding: 40px 30px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border: 0px solid transparent;
}
@media screen and (max-width: 767px) {
  .service-boxes-section .service-box {
    padding: 30px 20px;
  }
}
.service-boxes-section .service-box__icon-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 120px;
}
.service-boxes-section .service-box__icon-container .service-box-shape {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -1px;
  top: 0;
}
.service-boxes-section .service-box__icon-container .icon {
  color: #000000;
  z-index: 11;
  font-size: 60px;
  position: absolute;
  justify-content: center;
  top: 12px;
  left: 55px;
}
.service-boxes-section .service-box__icon-container .icon.icon-headphone-message::before {
  content: "\e93b";
}
.service-boxes-section .service-box__icon-container .icon.icon-b2c-ecommerce::before {
  content: "\e939";
}
.service-boxes-section .service-box__icon-container .icon.icon-platform::before {
  content: "\e92b";
}
.service-boxes-section .service-box__icon-container .icon.icon-technical-code-audit::before {
  content: "\e937";
}
.service-boxes-section .service-box__icon-container .icon.icon-platform-migration::before {
  content: "\e93e";
}
.service-boxes-section .service-box__icon-container .icon.icon-seamless-integrations::before {
  content: "\e93c";
}
.service-boxes-section .service-box__icon-container .icon.icon-wcag-compliance::before {
  content: "\e93d";
}
.service-boxes-section .service-box__icon-container .icon.icon-b2b-ecommerce::before {
  content: "\e938";
}
.service-boxes-section .service-box__icon-container .icon.icon-custom-design-development::before {
  content: "\e93a";
}
.service-boxes-section .service-box__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .service-boxes-section .service-box__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .service-boxes-section .service-box__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.service-boxes-section .service-box__title {
  margin: 0 0 16px;
  max-width: calc(100% - 60px);
  color: #ffffff;
}
.service-boxes-section .service-box__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .service-boxes-section .service-box__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.service-boxes-section .service-box__description {
  color: #000000;
  margin: 0 0 24px;
  flex-grow: 1;
  color: #ffffff;
}

.engagement-models-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0px;
}
.engagement-models-section {
  position: relative;
}
.engagement-models-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.engagement-models-section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.engagement-models-section .row {
  max-width: 945px;
  margin: 0 auto;
  row-gap: 30px;
  justify-content: center;
}
.engagement-models-section .engagement-model-box-main .engagement-model-box__icon.icon-wholesalers::before {
  content: "\e935";
}
.engagement-models-section .engagement-model-box-main .engagement-model-box__icon.icon-distributor::before {
  content: "\e936";
}
.engagement-models-section .engagement-model-box-main .engagement-model-box__icon.icon-manufactures::before {
  content: "\e934";
}

.personalized-ecommerce-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0px;
}
.personalized-ecommerce-section {
  background-color: #000000;
}
.personalized-ecommerce-section .row {
  row-gap: 30px;
}
.personalized-ecommerce-section .row .grid-item:first-child {
  align-items: center;
}
.personalized-ecommerce-section .row .grid-item .personalized-ecommerce-box {
  max-width: 56%;
}
@media screen and (max-width: 1024px) {
  .personalized-ecommerce-section .row .grid-item .personalized-ecommerce-box {
    max-width: 100%;
  }
}
.personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__title {
  color: #ffffff;
}
.personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__description {
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__subtitle {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #ffffff;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__list {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__list {
    margin: 20px 0 0 0;
  }
}
.personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__list li {
  color: #ffffff;
}
.personalized-ecommerce-section .personalized-ecommerce-content .personalized-ecommerce-content__list li::before {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

.b2b-features-approach-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0px;
}
.b2b-features-approach-section {
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.b2b-features-approach-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M0,50 Q25,30 50,50 T100,50" stroke="%23e0f2fe" fill="none" stroke-width="1" opacity="0.3"/></svg>');
  background-size: 200px 200px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  -ms-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
.b2b-features-approach-section .b2b-features-approach__header {
  text-align: center;
  margin-bottom: 40px;
}
.b2b-features-approach-section .b2b-features-approach__header .section-description {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .b2b-features-approach-section .b2b-features-approach__content.row {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .b2b-features-approach-section .b2b-features-approach__content.row .grid-item.grid-item-width3, .b2b-features-approach-section .b2b-features-approach__content.row .grid-item.grid-item-width2 {
    width: 100%;
  }
}
.b2b-features-approach-section .b2b-features-approach__graphic {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.b2b-features-approach-section .b2b-features-approach__graphic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.splide__list {
  display: flex;
}
.splide__list .splide__slide {
  height: auto !important;
}
.splide__list .splide__slide.is-active .b2b-features-step__card {
  background: #ffffff;
}
.splide__list .splide__slide .b2b-features-step__card {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .splide__list .splide__slide .b2b-features-step__card {
    flex-direction: column;
  }
}
.splide__list .splide__slide .b2b-features-step__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.splide__list .splide__slide .b2b-features-step__number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Poppins-Bold";
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .splide__list .splide__slide .b2b-features-step__number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.splide__list .splide__slide .b2b-features-step__line {
  background-color: #000000;
  margin-top: -1px;
  position: absolute;
  top: 60px;
  left: 55px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgba(54, 116, 185, 0.4);
}
@media screen and (max-width: 991px) {
  .splide__list .splide__slide .b2b-features-step__line {
    top: 55px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(54, 116, 185, 0.4);
    border-right: 0px;
    z-index: 1;
  }
}
.splide__list .splide__slide .b2b-features-step__right {
  padding: 0 0 0 29px;
  width: calc(100% - 48px);
}
@media screen and (max-width: 991px) {
  .splide__list .splide__slide .b2b-features-step__right {
    padding: 20px 0 0 0px;
    width: calc(100% - 0px);
  }
}
.splide__list .splide__slide .b2b-features-step__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .splide__list .splide__slide .b2b-features-step__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .splide__list .splide__slide .b2b-features-step__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.splide__list .splide__slide .b2b-features-step__title {
  margin: 0 0 12px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .splide__list .splide__slide .b2b-features-step__title {
    margin-bottom: 8px;
  }
}
.splide__list .splide__slide .b2b-features-step__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .splide__list .splide__slide .b2b-features-step__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.splide__list .splide__slide .b2b-features-step__description {
  margin: 0;
  color: #000000;
  line-height: 1.6;
}

.ecommerce-foundation-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.ecommerce-foundation-section {
  position: relative;
}
.ecommerce-foundation-section .row {
  row-gap: 30px;
}
.ecommerce-foundation-section .row .ecommerce-foundation-item:first-child {
  max-width: 50%;
}
@media screen and (max-width: 576px) {
  .ecommerce-foundation-section .row .ecommerce-foundation-item:first-child {
    max-width: 100%;
    width: 100%;
  }
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box {
  padding: 24px 8px 20px 24px;
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-tech-stack::before {
  content: "\e94c";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-performance-audit::before {
  content: "\e949";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-architecture-assessment::before {
  content: "\e94d";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-code-analysis::before {
  content: "\e94f";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-extension-integration::before {
  content: "\e951";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-database::before {
  content: "\e950";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-audit-doc::before {
  content: "\e94e";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-technical-documentation-review::before {
  content: "\e94b";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation-box-main .ecommerce-foundation-box .icon.icon-post-audit-support::before {
  content: "\e94a";
}
.ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation__header {
  max-width: 510px;
}
@media screen and (max-width: 576px) {
  .ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation__header {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation__header .ecommerce-foundation__title {
    text-align: center;
    position: relative;
  }
  .ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation__header .ecommerce-foundation__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 97px;
    height: 4px;
    display: block;
    border: 0;
    background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
    left: 50%;
    right: auto;
    transform: none;
    top: auto;
    bottom: 0;
    transform: none;
    transform: translateX(-50%);
  }
  .ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation__header .ecommerce-foundation__title {
    margin: 0 0 20px;
    position: relative;
  }
  .ecommerce-foundation-section .row .ecommerce-foundation-item .ecommerce-foundation__header .ecommerce-foundation__title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - (97px / 2));
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
    animation: moving-dot-center-title 2.5s linear 0s infinite normal;
    will-change: transform;
  }
  @keyframes moving-dot-center-title {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(97px - 10px));
    }
  }
}

.code-audit-approach-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.code-audit-approach-section {
  position: relative;
  background-color: #000000;
}
.code-audit-approach-section .code-audit-approach__header .code-audit-approach__title {
  color: #ffffff;
}
.code-audit-approach-section .code-audit-approach__header .section-description .code-audit-approach__description {
  color: #ffffff;
}
.code-audit-approach-section .row {
  padding: 80px 0 0 0;
  row-gap: 60px;
}
.code-audit-approach-section .row .code-audit-approach-item__icon .icon.icon-enhanced-security::before {
  content: "\e942";
}
.code-audit-approach-section .row .code-audit-approach-item__icon .icon.icon-better-performance::before {
  content: "\e941";
}
.code-audit-approach-section .row .code-audit-approach-item__icon .icon.icon-improved-code-quality::before {
  content: "\e93f";
}
.code-audit-approach-section .row .code-audit-approach-item__icon .icon.icon-assured-compliance::before {
  content: "\e940";
}

.code-audit-report-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.code-audit-report-section {
  position: relative;
  background: #ffffff;
}
.code-audit-report-section .code-audit-report-section__head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .code-audit-report-section .code-audit-report-section__head {
    margin-bottom: 30px;
  }
}
.code-audit-report-section .code-audit-report-section__head .section-description p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .code-audit-report-section .code-audit-report-section__head .section-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.code-audit-report-section .code-audit-report-section__head .section-description p {
  color: #000000;
  max-width: 860px;
  margin: 0 auto;
}
.code-audit-report-section .code-audit-report-grid {
  row-gap: 30px;
}
.code-audit-report-section .code-audit-report-grid .code-report-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.code-audit-report-section .code-audit-report-grid .code-report-card__top {
  padding: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .code-audit-report-section .code-audit-report-grid .code-report-card__top {
    padding: 20px;
  }
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span {
  font-size: 26px;
  color: #ffffff;
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span.icon-search-doc::before {
  content: "\e944";
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span.icon-security-issue::before {
  content: "\e946";
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span.icon-badge::before {
  content: "\e947";
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span.icon-performance-issues::before {
  content: "\e943";
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span.icon-secure-doc::before {
  content: "\e945";
}
.code-audit-report-section .code-audit-report-grid .code-report-card__icon span.icon-hand-badge::before {
  content: "\e948";
}
.code-audit-report-section .code-audit-report-grid .code-report-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Poppins-Medium";
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  margin-bottom: 14px;
  white-space: nowrap;
}
.code-audit-report-section .code-audit-report-grid .code-report-card__title {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .code-audit-report-section .code-audit-report-grid .code-report-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .code-audit-report-section .code-audit-report-grid .code-report-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.code-audit-report-section .code-audit-report-grid .code-report-card__title {
  margin: 0;
}
.code-audit-report-section .code-audit-report-grid .code-report-card__body {
  background: #ffffff;
  padding: 24px;
}
.code-audit-report-section .code-audit-report-grid .code-report-card__text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .code-audit-report-section .code-audit-report-grid .code-report-card__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.code-audit-report-section .code-audit-report-grid .code-report-card__text {
  color: #000000;
  margin: 0;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(1) .code-report-card {
  background: #e6f3ff;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(1) .code-report-card .code-report-card__icon {
  background-color: #38AEF8;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(2) .code-report-card {
  background: #ffe9d6;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(2) .code-report-card .code-report-card__icon {
  background-color: #f97316;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(3) .code-report-card {
  background: #ebe5ff;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(3) .code-report-card .code-report-card__icon {
  background-color: #6366f1;
  color: #6366f1;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(4) .code-report-card {
  background: #ddfbf7;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(4) .code-report-card .code-report-card__icon {
  background-color: #0f766e;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(5) .code-report-card {
  background: #e4ecff;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(5) .code-report-card .code-report-card__icon {
  background-color: #4338ca;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(6) .code-report-card {
  background: #ffe7f1;
}
.code-audit-report-section .code-audit-report-grid .grid-item:nth-child(6) .code-report-card .code-report-card__icon {
  background-color: #db2777;
}

.stategic-platform-selection-section .service-box__icon-container .icon.icon-business-analysis::before {
  content: "\e953";
}
.stategic-platform-selection-section .service-box__icon-container .icon.icon-platform-shortlisting::before {
  content: "\e956";
}
.stategic-platform-selection-section .service-box__icon-container .icon.icon-integration-compatibility::before {
  content: "\e954";
}
.stategic-platform-selection-section .service-box__icon-container .icon.icon-platform-discovery::before {
  content: "\e955";
}
.stategic-platform-selection-section .service-box__icon-container .icon.icon-risk-analysis::before {
  content: "\e952";
}

.platform-discovery-process-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.platform-discovery-process-section .platform-discovery-process__header {
  text-align: center;
  margin: 0 0 40px 0;
}
.platform-discovery-process-section .platform-discovery-process .process-list {
  display: flex;
  flex-direction: column;
}
.platform-discovery-process-section .platform-discovery-process .process-list__card {
  padding: 0 0 32px 38px;
}
@media screen and (max-width: 991px) {
  .platform-discovery-process-section .platform-discovery-process .process-list__card {
    flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .platform-discovery-process-section .platform-discovery-process .process-list__card {
    padding: 0 0 32px 0px;
  }
}
.platform-discovery-process-section .platform-discovery-process .process-list__card::before {
  top: 5px;
}
@media screen and (max-width: 991px) {
  .platform-discovery-process-section .platform-discovery-process .process-list__card::before {
    width: 1px;
    height: 100%;
    left: 60px;
  }
}
@media screen and (max-width: 576px) {
  .platform-discovery-process-section .platform-discovery-process .process-list__card::before {
    left: 25px;
  }
}
.platform-discovery-process-section .platform-discovery-process .process-list > li:last-child .process-list__card::before {
  display: none;
}
.platform-discovery-process-section .platform-discovery-process .process-list__left {
  height: 53px;
  background-color: #ffffff;
  border-radius: 0;
  z-index: 1;
}
.platform-discovery-process-section .platform-discovery-process .process-list__left .icon.icon-requirement-analysis::before {
  content: "\e95b";
}
.platform-discovery-process-section .platform-discovery-process .process-list__left .icon.icon-features-shortlisting::before {
  content: "\e959";
}
.platform-discovery-process-section .platform-discovery-process .process-list__left .icon.icon-cost-analysis::before {
  content: "\e958";
}
.platform-discovery-process-section .platform-discovery-process .process-list__left .icon.icon-platform-demos::before {
  content: "\e95a";
}
.platform-discovery-process-section .platform-discovery-process .process-list__left .icon.icon-scalability-growth::before {
  content: "\e95c";
}
.platform-discovery-process-section .platform-discovery-process .process-list__left .icon.icon-support-maintenance::before {
  content: "\e957";
}
@media screen and (max-width: 991px) {
  .platform-discovery-process-section .platform-discovery-process .process-list__right {
    padding: 0 0 0 29px;
    width: calc(100% - 48px);
  }
}

.drive-operation-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.drive-operation-section .drive-operation-section__header {
  margin: 0 0 40px 0;
}

.extended-integration-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.extended-integration-section {
  background: #0a0a0a;
  position: relative;
}
.extended-integration-section .section-head {
  margin: 0 0 60px 0;
}
@media (max-width: 1024px) {
  .extended-integration-section .section-head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .extended-integration-section .extended-integration-row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .extended-integration-section .extended-integration-row .extended-integration-left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .extended-integration-section .extended-integration-row .extended-integration-right {
    width: 100%;
  }
}
.extended-integration-section .extended-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 576px) {
  .extended-integration-section .extended-integration-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.extended-integration-section .extended-integration-card {
  border-radius: 12px;
  padding: 1px;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.extended-integration-section .extended-integration-card::after {
  content: "";
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 1.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .extended-integration-section .extended-integration-card::after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
.extended-integration-section .extended-integration-card__inner {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 32px 28px;
  position: relative;
  height: 100%;
  z-index: 11;
}
@media (max-width: 1280px) {
  .extended-integration-section .extended-integration-card__inner {
    padding: 22px 18px;
  }
}
.extended-integration-section .extended-integration-card__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .extended-integration-section .extended-integration-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .extended-integration-section .extended-integration-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.extended-integration-section .extended-integration-card__title {
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #ffffff;
  transition: all 1.3s ease;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .extended-integration-section .extended-integration-card__title {
    background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: transparent;
  }
}
.extended-integration-section .extended-integration-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .extended-integration-section .extended-integration-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.extended-integration-section .extended-integration-card__description {
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .extended-integration-section .extended-integration-card__description {
    font-size: 12px;
  }
}
.extended-integration-section .extended-integration-card:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.extended-integration-section .extended-integration-card:hover .extended-integration-card__title {
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  color: transparent;
}
.extended-integration-section .device-mockups img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.why-integration-matters-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-integration-matters-section .section-head {
  margin: 0 0 40px 0;
}
.why-integration-matters-section .why-integration-row {
  row-gap: 30px;
}
@media (max-width: 767px) {
  .why-integration-matters-section .why-integration-row .why-integration-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .why-integration-matters-section .why-integration-row .why-integration-right {
    width: 100%;
  }
}
.why-integration-matters-section .why-integration-services {
  position: relative;
  margin: 0 40px 0 0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .why-integration-matters-section .why-integration-services {
    margin: 0 0px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .why-integration-matters-section .why-integration-services {
    padding: 50px;
  }
}
.why-integration-matters-section .why-integration-services__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.why-integration-matters-section .why-integration-services-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  z-index: 11;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .why-integration-matters-section .why-integration-services-grid {
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .why-integration-matters-section .why-integration-services-grid {
    max-width: 100%;
  }
}
.why-integration-matters-section .why-integration-service-box {
  border-radius: 12px;
  flex-grow: 1;
  text-align: center;
  max-width: calc(50% - 20px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid rgba(255, 255, 255, 0.8);
  height: 150px;
}
@media screen and (max-width: 576px) {
  .why-integration-matters-section .why-integration-service-box {
    height: 106px;
    max-width: calc(50% - 16px);
  }
}
.why-integration-matters-section .why-integration-service-box__icon {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.why-integration-matters-section .why-integration-service-box__icon .icon::before {
  content: "\e935";
}
.why-integration-matters-section .why-integration-service-box__icon .icon {
  font-size: 50px;
}
@media screen and (max-width: 576px) {
  .why-integration-matters-section .why-integration-service-box__icon .icon {
    font-size: 34px;
  }
}
.why-integration-matters-section .why-integration-service-box__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .why-integration-matters-section .why-integration-service-box__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-integration-matters-section .why-integration-service-box__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.why-integration-matters-section .why-integration-service-box__title {
  color: #000000;
  margin: 0;
}
.why-integration-matters-section .why-integration-technology-item {
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .why-integration-matters-section .why-integration-technology-item {
    padding: 28px 0;
  }
}
@media screen and (max-width: 767px) {
  .why-integration-matters-section .why-integration-technology-item {
    padding: 24px 0;
  }
}
.why-integration-matters-section .why-integration-technology-item::after, .why-integration-matters-section .why-integration-technology-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
}
.why-integration-matters-section .why-integration-technology-item::before {
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  width: 0;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  z-index: 1;
}
.why-integration-matters-section .why-integration-technology-item:hover::before {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.why-integration-matters-section .why-integration-technology-item__title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .why-integration-matters-section .why-integration-technology-item__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-integration-matters-section .why-integration-technology-item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.why-integration-matters-section .why-integration-technology-item__title {
  color: #000000;
  margin: 0 0 15px;
}
.why-integration-matters-section .why-integration-technology-item__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .why-integration-matters-section .why-integration-technology-item__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.why-integration-matters-section .why-integration-technology-item__description {
  color: #000000;
  margin: 0;
}

.end-to-end-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.end-to-end-section {
  position: relative;
}
.end-to-end-section .end-to-end-section-container {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.end-to-end-section .end-to-end-section-container {
  position: relative;
}
.end-to-end-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.end-to-end-section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.end-to-end-section .end-to-end-row {
  position: relative;
}
@media screen and (max-width: 767px) {
  .end-to-end-section .end-to-end-row {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .end-to-end-section .end-to-end-row .end-to-end-left {
    width: 100%;
  }
}
.end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content {
  margin-bottom: 140px;
  max-width: 630px;
}
@media screen and (max-width: 1024px) {
  .end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #ffffff;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__title {
  margin: 0 0 15px;
}
.end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__description {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__description {
    padding: 0 0px;
  }
}
.end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__description p {
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.end-to-end-section .end-to-end-row .end-to-end-left .end-to-end-content__description p {
  margin: 0 0;
}
.end-to-end-section .end-to-end-row .end-to-end-right {
  max-width: 760px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .end-to-end-section .end-to-end-row .end-to-end-right {
    max-width: 100%;
    position: relative;
  }
}
.end-to-end-section .end-to-end-row .end-to-end-right img {
  height: 100%;
}
.end-to-end-section .end-to-end-bottom-content {
  max-width: 900px;
  background-color: #ffffff;
  padding: 30px 50px;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .end-to-end-section .end-to-end-bottom-content {
    padding: 20px 30px;
  }
}
.end-to-end-section .end-to-end-bottom-content p {
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  margin: 0 0;
}

.smarter-replatform-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.smarter-replatform-section .smarter-replatform-row .smarter-replatform-left .smarter-replatform-image {
  margin: 0 auto;
  max-width: 520px;
  height: 100%;
  align-items: center;
}
.smarter-replatform-section .smarter-replatform-row .smarter-replatform-left .smarter-replatform-image img {
  width: 100%;
  height: auto;
  display: block;
}
.smarter-replatform-section .smarter-replatform-row .smarter-replatform-right .section-head {
  margin: 0 0 40px 0;
}
.smarter-replatform-section .smarter-replatform-row .smarter-replatform-right .smarter-replatform-content__subtitle {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .smarter-replatform-section .smarter-replatform-row .smarter-replatform-right .smarter-replatform-content__subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .smarter-replatform-section .smarter-replatform-row .smarter-replatform-right .smarter-replatform-content__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.smarter-replatform-section .smarter-replatform-row .smarter-replatform-right .smarter-replatform-content__subtitle {
  margin: 0 0 15px;
}
.smarter-replatform-section .smarter-replatform-row .smarter-replatform-right .smarter-replatform-content .smarter-replatform-list {
  margin: 0;
}

.choosing-platform-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.choosing-platform-section {
  position: relative;
  overflow: hidden;
}
.choosing-platform-section .container {
  position: relative;
  padding: 0;
}
.choosing-platform-section__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .choosing-platform-section__wrapper {
    flex-direction: column;
  }
}
.choosing-platform-section__left {
  width: 600px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .choosing-platform-section__left {
    width: 100%;
  }
}
.choosing-platform-section__right {
  background-color: #000000;
  padding: 40px 20px;
  z-index: 2;
  flex: 1.1;
  margin-left: -100px;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .choosing-platform-section__right {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .choosing-platform-section .choosing-platform-image {
    width: 100%;
    height: 100%;
  }
  .choosing-platform-section .choosing-platform-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.choosing-platform-section .choosing-platform-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .choosing-platform-section .choosing-platform-image__img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .choosing-platform-section .choosing-platform-image__img {
    min-height: 300px;
  }
}
.choosing-platform-section .choosing-platform-content__description p:not(:last-child) {
  margin-bottom: 20px;
}

.driver-better-shopping-experience-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .driver-better-shopping-experience-section .row {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .driver-better-shopping-experience-section .row .driver-better-shopping-experience-left {
    width: 100%;
  }
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-left .section-head {
  margin: 0 0 40px 0;
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-left .driver-better-shopping-experience-image {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .driver-better-shopping-experience-section .row .driver-better-shopping-experience-right {
    width: 100%;
  }
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list {
  max-width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list {
    max-width: 100%;
  }
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #000000, #000000);
  mask: repeating-conic-gradient(#000 0deg 12deg, transparent 12deg 24deg);
  -webkit-mask: repeating-conic-gradient(#000 0deg 12deg, transparent 12deg 24deg);
  animation: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: linear-gradient(106.96deg, #000000 8.51%, #000000 78.09%);
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon .icon {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 26px;
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon .icon.icon-adobe::before {
  content: "\e930";
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon .icon.icon-shopify::before {
  content: "\e92d";
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon .icon.icon-woocommerce::before {
  content: "\e968";
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon .icon.icon-bigcommerce::before {
  content: "\e923";
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__icon .icon.icon-shopware::before {
  content: "\e969";
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item:hover .driver-better-shopping-experience-item__icon::before {
  animation: driver-dotted-rotate 10s linear infinite;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.driver-better-shopping-experience-section .row .driver-better-shopping-experience-right .driver-better-shopping-experience-list .driver-better-shopping-experience-item__content {
  padding-left: 20px;
  padding-right: 0;
}

.why-choose-migration-section .section-head .section-description.medium-width {
  max-width: 1094px;
}
.why-choose-migration-section .why-choose-migration-item__icon .icon.icon-minimal-downtime::before {
  content: "\e95e";
}
.why-choose-migration-section .why-choose-migration-item__icon .icon.icon-optimized-scalability::before {
  content: "\e95f";
}
.why-choose-migration-section .why-choose-migration-item__icon .icon.icon-optimized-scalability::before {
  content: "\e95f";
}
.why-choose-migration-section .why-choose-migration-item__icon .icon.icon-preserved-integrations::before {
  content: "\e960";
}
.why-choose-migration-section .why-choose-migration-item__icon .icon.icon-accurate-data-transfer::before {
  content: "\e95d";
}

@keyframes driver-dotted-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.migration-talk-section {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.migration-talk-section {
  margin: 0 0 50px 0;
}
.migration-talk-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.migration-talk-section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.migration-talk-section .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.migration-talk-section__card {
  background-color: #ffffff;
  padding: 60px 80px;
  max-width: 960px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  text-align: center;
}
.migration-talk-section__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .migration-talk-section__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.migration-talk-section__description {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .migration-talk-section__card {
    padding: 40px 40px;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .migration-talk-section__card {
    padding: 30px 20px;
  }
}

.support-and-maintenance-section__list .support-and-maintenance-section-item .why-choose-item__icon.icon-surprises-box::before {
  content: "\e966";
}
.support-and-maintenance-section__list .support-and-maintenance-section-item .why-choose-item__icon.icon-doc-pen::before {
  content: "\e965";
}
.support-and-maintenance-section__list .support-and-maintenance-section-item .why-choose-item__icon.icon-scalable-retainers::before {
  content: "\e962";
}
.support-and-maintenance-section__list .support-and-maintenance-section-item .why-choose-item__icon.icon-emergency-support::before {
  content: "\e967";
}

.flex-full-scope-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.flex-full-scope-section .section-head {
  margin: 0 0 40px 0;
  text-align: center;
}
.flex-full-scope-section .section-head .section-description p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .flex-full-scope-section .section-head .section-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.flex-full-scope-section .row {
  row-gap: 30px;
}
.flex-full-scope-section .row .flex-full-scope-item {
  display: flex;
  flex-direction: column;
}
.flex-full-scope-section .row .flex-full-scope-item__title {
  min-height: 62px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .flex-full-scope-section .row .flex-full-scope-item__title {
    min-height: auto;
  }
}
.flex-full-scope-section .row .flex-full-scope-item__list {
  margin: 0;
}
.flex-full-scope-section .row .flex-full-scope-item__description {
  margin: auto 0 0;
}
.flex-full-scope-section .row .grid-item .flex-full-scope-item {
  padding: 40px;
  height: 100%;
  border-radius: 12px;
}
.flex-full-scope-section .row .grid-item:first-child .flex-full-scope-item {
  background-color: rgba(235, 111, 130, 0.4980392157);
}
.flex-full-scope-section .row .grid-item:last-child .flex-full-scope-item {
  background-color: rgba(28, 66, 219, 0.431372549);
}

.why-support-maintenance-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.why-support-maintenance-section .section-head {
  margin: 0 0 40px 0;
}
.why-support-maintenance-section__list {
  row-gap: 30px;
}
.why-support-maintenance-section__list .grid-item:nth-child(1) .card-number-icon-box {
  background-color: #E8D5F2;
}
.why-support-maintenance-section__list .grid-item:nth-child(2) .card-number-icon-box {
  background-color: #D4F4DD;
}
.why-support-maintenance-section__list .grid-item:nth-child(3) .why-support-maintenance-item {
  background-color: #FFE5D4;
}
.why-support-maintenance-section__list .grid-item:nth-child(4) .why-support-maintenance-item {
  background-color: #FFF9E6;
}
.why-support-maintenance-section__list .grid-item .card-number-icon-box__icon.icon-customer-group::before {
  content: "\e964";
}
.why-support-maintenance-section__list .grid-item .card-number-icon-box__icon.icon-stronger-security::before {
  content: "\e963";
}
.why-support-maintenance-section__list .grid-item .card-number-icon-box__icon.icon-optimized-scalability::before {
  content: "\e95f";
}
.why-support-maintenance-section__list .grid-item .card-number-icon-box__icon.icon-operational-efficiency::before {
  content: "\e961";
}

.long-terms-partner-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.long-terms-partner-section .container {
  max-width: 1200px;
}

.maintenance-strategy-banner {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.maintenance-strategy-banner__wrapper {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.maintenance-strategy-banner__wrapper {
  background-color: #000000;
}
.maintenance-strategy-banner .section-head {
  margin: 0;
}

.why-brands-trust-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-brands-trust-section .why-choose-section__list .why-choose-item__icon .icon.icon-focused-target::before {
  content: "\e96c";
}
.why-brands-trust-section .why-choose-section__list .why-choose-item__icon .icon.icon-channel-integration::before {
  content: "\e96d";
}
.why-brands-trust-section .why-choose-section__list .why-choose-item__icon .icon.icon-performance::before {
  content: "\e96e";
}
.why-brands-trust-section .why-choose-section__list .why-choose-item__icon .icon.icon-ai-ready::before {
  content: "\e96a";
}
.why-brands-trust-section .why-choose-section__list .why-choose-item__icon .icon.icon-cross-expertise::before {
  content: "\e96b";
}

.lead-search-game-section .row {
  row-gap: 30px;
}

.ai-platforms-logo {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-brands-trust-section .section-head {
  margin: 0 0 40px;
}
.why-brands-trust-section .section-head .section-description p {
  margin: 0 0 15px;
}
.why-brands-trust-section .section-head .section-description p:last-child {
  margin: 0;
}
.why-brands-trust-section .why-brands-trust__list {
  margin: 0px 0 0 0;
}

.why-brands-trust-section.enterprise-ppc-management-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon {
  font-size: 40px;
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-google-ads::before {
  content: "\e979";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-yahoo-ads::before {
  content: "\e972";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-bing-ads::before {
  content: "\e976";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-google-display-ads::before {
  content: "\e97a";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-shopping-ads::before {
  content: "\e96f";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-social-media-ads::before {
  content: "\e970";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-retargeting-ads::before {
  content: "\e97e";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-search-ads::before {
  content: "\e980";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-video-ads::before {
  content: "\e971";
}
.why-brands-trust-section.enterprise-ppc-management-section .why-choose-section__list .why-choose-item__icon.icon-lead-generation-ads::before {
  content: "\e97c";
}

.data-driven-ppc-services-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.data-driven-ppc-services-section .section-head {
  margin: 0 0 40px 0;
}
.data-driven-ppc-services-section__list {
  row-gap: 30px;
}
.data-driven-ppc-services-section .data-driven-ppc-card {
  border-radius: 12px;
  -ms-box-shadow: 0 2px 8px #a8a8a8;
  -o-box-shadow: 0 2px 8px #a8a8a8;
  box-shadow: 0 2px 8px #a8a8a8;
  position: relative;
  overflow: hidden;
  padding: 12px 0 0;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .data-driven-ppc-services-section .data-driven-ppc-card {
    padding: 30px 20px;
  }
}
.data-driven-ppc-services-section .data-driven-ppc-card:hover {
  transform: translateY(-5px);
  -ms-box-shadow: 0 4px 15px #a8a8a8;
  -o-box-shadow: 0 4px 15px #a8a8a8;
  box-shadow: 0 4px 15px #a8a8a8;
}
.data-driven-ppc-services-section .data-driven-ppc-card::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon {
  text-align: center;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 40px;
  text-align: center;
  width: 100%;
  background-image: linear-gradient(90deg, #1C41DB 0%, #EB6F81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-advertisement-automation::before {
  content: "\e974";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-bidding-budgment::before {
  content: "\e975";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-remarketing-services::before {
  content: "\e97d";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-geofencing::before {
  content: "\e978";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-testing-experimentation::before {
  content: "\e981";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-roi-funnel-tracking::before {
  content: "\e97f";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-rate-optimization::before {
  content: "\e977";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-landing-page::before {
  content: "\e97b";
}
.data-driven-ppc-services-section .data-driven-ppc-card__icon.icon-ad-creatives::before {
  content: "\e973";
}
.data-driven-ppc-services-section .data-driven-ppc-card__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .data-driven-ppc-services-section .data-driven-ppc-card__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .data-driven-ppc-services-section .data-driven-ppc-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.data-driven-ppc-services-section .data-driven-ppc-card__title {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .data-driven-ppc-services-section .data-driven-ppc-card__title {
    margin: 0 0 15px;
  }
}
.data-driven-ppc-services-section .data-driven-ppc-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .data-driven-ppc-services-section .data-driven-ppc-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.data-driven-ppc-services-section .data-driven-ppc-card__description {
  text-align: center;
  margin: 0;
}
.data-driven-ppc-services-section .data-driven-ppc-card__inner {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .data-driven-ppc-services-section .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .data-driven-ppc-services-section .grid-item {
    width: 100%;
  }
}
.data-driven-ppc-services-section .grid-item:nth-child(1) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #7B5A8F 0%, #8FA8D3 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(2) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #8FA8D3 0%, #B8A9D9 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(3) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #B8A9D9 0%, #EB6F81 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(4) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #EB6F81 0%, #FF8C94 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(5) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #FF8C94 0%, #FFA07A 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(6) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #8FA8D3 0%, #7BC8D3 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(7) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #7BC8D3 0%, #5FB3B8 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(8) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #7B5A8F 0%, #9B7AAF 100%);
}
.data-driven-ppc-services-section .grid-item:nth-child(9) .data-driven-ppc-card::before {
  background: linear-gradient(90deg, #9B7AAF 0%, #C77BBF 100%);
}

.drive-high-conversion-section__grid-row .content-image-table-block__card .icon {
  font-size: 40px;
  color: #ffffff;
}
.drive-high-conversion-section__grid-row .content-image-table-block__card .icon.icon-customer-targeting::before {
  content: "\e986";
}
.drive-high-conversion-section__grid-row .content-image-table-block__card .icon.icon-campaign-promotions::before {
  content: "\e987";
}
.drive-high-conversion-section__grid-row .content-image-table-block__card .icon.icon-easy-track-data::before {
  content: "\e988";
}
.drive-high-conversion-section__grid-row .content-image-table-block__card .icon.icon-access-to-multiple-channels::before {
  content: "\e989";
}
.drive-high-conversion-section__grid-row .content-image-table-block__card .icon.icon-customizable::before {
  content: "\e982";
}

.proven-paid-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.proven-paid-section .row {
  padding: 20px 0 0 0;
}
.proven-paid-section .row .grid-border-card__icon.icon-research-planning::before {
  content: "\e983";
}
.proven-paid-section .row .grid-border-card__icon.icon-campaign-setup::before {
  content: "\e984";
}
.proven-paid-section .row .grid-border-card__icon.icon-optimization-scaling::before {
  content: "\e98a";
}
.proven-paid-section .row .grid-border-card__icon.icon-reporting-insights::before {
  content: "\e985";
}

.ecommerce-social-media-section .row {
  row-gap: 30px;
}

.social-media-platform-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.social-media-platform-section .row .grid-border-card {
  min-height: 229px;
}
.social-media-platform-section .row .grid-border-card .grid-border-card__top .grid-border-card__icon.icon-facebook-outline::before {
  content: "\e98f";
}
.social-media-platform-section .row .grid-border-card .grid-border-card__top .grid-border-card__icon.icon-instagram-outline::before {
  content: "\e98e";
}
.social-media-platform-section .row .grid-border-card .grid-border-card__top .grid-border-card__icon.icon-linkedin-outline::before {
  content: "\e98d";
}
.social-media-platform-section .row .grid-border-card .grid-border-card__top .grid-border-card__icon.icon-twiter-x-outline::before {
  content: "\e98b";
}
.social-media-platform-section .row .grid-border-card .grid-border-card__top .grid-border-card__icon.icon-youtube-outline::before {
  content: "\e98c";
}

.cross-format-content-marketing-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-webpage-content::before {
  content: "\e991";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-ecommerce-content::before {
  content: "\e992";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-website-blogs::before {
  content: "\e993";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-email-content::before {
  content: "\e9a7";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-social-media-content::before {
  content: "\e994";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-guest-posts::before {
  content: "\e995";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-web-content::before {
  content: "\e996";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-press-releases::before {
  content: "\e997";
}
.cross-format-content-marketing-section .grid-border-card__icon.icon-infographics::before {
  content: "\e998";
}

.shopware-development-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.email-marketing-section .section-head {
  margin: 0 0 40px 0;
}
.email-marketing-section .email-marketing-grid {
  row-gap: 30px;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+1) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+1) .email-marketing-card__content {
  background-color: #2D2E2E;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+2) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+2) .email-marketing-card__content {
  background-color: #96bf48;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+3) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+3) .email-marketing-card__content {
  background-color: #121118;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+4) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+4) .email-marketing-card__content {
  background-color: #873EFF;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+5) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+5) .email-marketing-card__content {
  background-color: #189EFF;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+6) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+6) .email-marketing-card__content {
  background-color: #EB6F81;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+7) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+7) .email-marketing-card__content {
  background-color: #FFB347;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+8) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+8) .email-marketing-card__content {
  background-color: #20c997;
}
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+9) .email-marketing-card__title,
.email-marketing-section .email-marketing-grid .grid-item:nth-child(9n+9) .email-marketing-card__content {
  background-color: #ff7f50;
}

.why-partner-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-partner-section .section-head {
  margin: 0 0 40px 0;
}
.why-partner-section .why-partner__grid {
  row-gap: 30px;
}
.why-partner-section .why-partner__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .why-partner-section .why-partner__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .why-partner-section .why-partner__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.why-partner-section .why-partner__title {
  text-align: center;
  margin: 0 0 32px;
}
.why-partner-section .why-partner__card {
  display: flex;
}
.why-partner-section .why-partner__icon {
  margin: 0 20px 0px 0;
}
.why-partner-section .why-partner__icon span {
  font-size: 40px;
}
.why-partner-section .why-partner__headline {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .why-partner-section .why-partner__headline {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-partner-section .why-partner__headline {
    font-size: 20px;
    line-height: 28px;
  }
}
.why-partner-section .why-partner__headline {
  margin: 0 0 20px;
}
.why-partner-section .why-partner__text {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .why-partner-section .why-partner__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.why-partner-section .why-partner__text {
  margin: 0;
}

.project-banner-section {
  position: relative;
  margin: 123px 0 0;
}
.project-banner-section__banner picture {
  display: block;
  width: 100%;
}
.project-banner-section__banner picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-banner-section__content {
  position: absolute;
  top: calc(64.3% + 10px);
  right: 0;
  max-width: 591px;
  right: 4vw;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .project-banner-section__content {
    top: calc(54.3% + 10px);
    max-width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .project-banner-section__content {
    max-width: 54%;
    top: calc(50.3% + 10px);
  }
}
@media screen and (max-width: 991px) {
  .project-banner-section__content {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .project-banner-section__content {
    top: calc(65.3% + 10px);
  }
}
@media screen and (max-width: 576px) {
  .project-banner-section__content {
    top: calc(58.3% + 10px);
  }
}
@media screen and (max-width: 440px) {
  .project-banner-section__content {
    top: calc(41.3% + 10px);
  }
}
.project-banner-section__title {
  font-size: 44px;
  line-height: 64px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-Bold";
  font-weight: bold;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .project-banner-section__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.project-banner-section__title {
  color: #ffffff;
}
.project-banner-section__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .project-banner-section__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.project-banner-section__description {
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .project-banner-section__description {
    margin: 0 0 10px;
  }
}
.project-banner-section.case-studies-banner {
  margin: 0 0 0;
}
.project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container {
  position: relative;
  margin: -7vw 0 0;
}
@media screen and (max-width: 767px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container {
    margin: -9vw 0 0;
  }
}
.project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;
    text-align: left;
    max-width: 100%;
  }
}
.project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__title {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__title {
    color: #000000;
  }
}
.project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__description {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner .case-studies-banner-wrapper .case-studies-container .case-studies-content .project-banner-section__description {
    color: #000000;
  }
}
.project-banner-section.case-studies-banner .case-studies-banner-inner:nth-child(odd) .case-studies-content {
  right: auto;
  left: 4vw;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .project-banner-section.case-studies-banner .case-studies-banner-inner:nth-child(odd) .case-studies-content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
}

.top-search-optimization-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.top-search-optimization-section .row {
  row-gap: 30px;
}

.work-cards-section {
  background: linear-gradient(106.96deg, #bec8f3 8.51%, #ecbcc3 78.09%);
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 150px;
  padding-left: 0;
}
@media only screen and (max-width: 1280px) {
  .work-cards-section {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .work-cards-section {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-cards-section {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}

.work-cards.row {
  row-gap: 30px;
}
.work-cards.row .work-card {
  -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3764705882);
  -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3764705882);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3764705882);
  border-radius: 12px;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
}
.work-cards.row .work-card__image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.work-cards.row .work-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.work-cards.row .work-card__inner {
  padding: 20px;
}
.work-cards.row .work-card__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .work-cards.row .work-card__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-cards.row .work-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.work-cards.row .work-card__title {
  margin: 0px 0 20px;
}
.work-cards.row .work-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .work-cards.row .work-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.work-cards.row .work-card__description {
  margin: 0 0 20px;
}
.work-cards.row .work-card:hover {
  -ms-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.3764705882);
  -o-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.3764705882);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.3764705882);
}
.work-cards.row .work-card:hover .work-card__image img {
  transform: scale(1.1);
}

.section-hero {
  background-color: #f8f9fa;
}

.blog-featured-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.blog-featured-section {
  background-color: #ffffff;
}
.blog-featured-section .blog-featured-card {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px #a8a8a8;
}
@media screen and (max-width: 1024px) {
  .blog-featured-section .blog-featured-card {
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .blog-featured-section .blog-featured-card {
    flex-direction: column;
  }
}
.blog-featured-section .blog-featured-card__image {
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  position: relative;
  padding-bottom: 20.2%;
}
@media screen and (max-width: 991px) {
  .blog-featured-section .blog-featured-card__image {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .blog-featured-section .blog-featured-card__image {
    max-width: 100%;
    padding-bottom: 40%;
  }
}
.blog-featured-section .blog-featured-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.blog-featured-section .blog-featured-card__content {
  flex: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: calc(100% - 550px);
}
@media screen and (max-width: 1024px) {
  .blog-featured-section .blog-featured-card__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .blog-featured-section .blog-featured-card__content {
    padding: 20px;
    max-width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .blog-featured-section .blog-featured-card__content {
    max-width: 100%;
    padding: 20px;
  }
}
.blog-featured-section .blog-featured-card__title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1440px) {
  .blog-featured-section .blog-featured-card__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-featured-section .blog-featured-card__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.blog-featured-section .blog-featured-card__title {
  margin: 0;
  color: #000000;
}
.blog-featured-section .blog-featured-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .blog-featured-section .blog-featured-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-featured-section .blog-featured-card__description {
  margin: 0;
  color: #000000;
}
.blog-featured-section .blog-featured-card__btn {
  align-self: flex-start;
  margin-top: 10px;
}
.blog-featured-section .blog-grid {
  row-gap: 30px;
  margin: 50px 0 0 0;
}
.blog-featured-section .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  row-gap: 20px;
}
.blog-featured-section .blog-card__image {
  padding-top: 64.857%;
  overflow: hidden;
  border-radius: 100vw;
  transition: all 0.4s ease;
  position: relative;
  transform: translate(0);
}
.blog-featured-section .blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  position: absolute;
  inset: 0% auto auto 0%;
}
.blog-featured-section .blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  transition: all 0.4s ease;
  transform: translateX(0px);
}
.blog-featured-section .blog-card__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .blog-featured-section .blog-card__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-featured-section .blog-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-featured-section .blog-card__title {
  margin: 0;
  color: #000000;
}
.blog-featured-section .blog-card__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .blog-featured-section .blog-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-featured-section .blog-card__description {
  margin: 0;
  flex: 1;
}
.blog-featured-section .blog-card__btn {
  align-self: flex-start;
  margin-top: auto;
}
.blog-featured-section .blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .blog-featured-section .blog-card:hover .blog-card__image img {
    transform: scale(1);
  }
}
.blog-featured-section .blog-card:hover .blog-card__body {
  transform: translateX(15px);
}
@media screen and (max-width: 767px) {
  .blog-featured-section .blog-card:hover .blog-card__body {
    transform: translateX(0px);
  }
}

.why-conduct-technical-code-audit-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-conduct-technical-code-audit-section .section-head {
  margin: 0 0 40px 0;
}
.why-conduct-technical-code-audit-section__list {
  row-gap: 30px;
}
.why-conduct-technical-code-audit-section__list .grid-item:nth-child(1) .card-number-icon-box {
  background-color: #d8d5f2;
}
.why-conduct-technical-code-audit-section__list .grid-item:nth-child(2) .card-number-icon-box {
  background-color: #ddf4d4;
}
.why-conduct-technical-code-audit-section__list .grid-item:nth-child(3) .card-number-icon-box {
  background-color: #fff4d4;
}
.why-conduct-technical-code-audit-section__list .grid-item:nth-child(4) .card-number-icon-box {
  background-color: #e6feff;
}
.why-conduct-technical-code-audit-section__list .grid-item .card-number-icon-box__icon.icon-improved-performance::before {
  content: "\e988";
}
.why-conduct-technical-code-audit-section__list .grid-item .card-number-icon-box__icon.icon-enhanced-security::before {
  content: "\e942";
}
.why-conduct-technical-code-audit-section__list .grid-item .card-number-icon-box__icon.icon-increased-stability::before {
  content: "\e9a0";
}
.why-conduct-technical-code-audit-section__list .grid-item .card-number-icon-box__icon.icon-compliance::before {
  content: "\e961";
}

.involved-technical-code-audit-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.involved-technical-code-audit-section {
  position: relative;
  background-color: #000000;
}
.involved-technical-code-audit-section .row {
  padding: 80px 0 0 0;
  row-gap: 60px;
}

.best-practices-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.best-practices-section .section-head {
  margin: 0 0 20px 0;
}

.included-technical-code-audit-section .row {
  row-gap: 30px;
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit__header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit__header {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit__header .included-technical-code-audit__title {
    max-width: 100%;
    text-align: center;
    position: relative;
  }
  .included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit__header .included-technical-code-audit__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 97px;
    height: 4px;
    display: block;
    border: 0;
    background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
    left: 50%;
    right: auto;
    transform: none;
    top: auto;
    bottom: 0;
    transform: none;
    transform: translateX(-50%);
  }
  .included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit__header .included-technical-code-audit__title {
    margin: 0 0 20px;
    position: relative;
  }
  .included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit__header .included-technical-code-audit__title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - (97px / 2));
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(106.96deg, #000000 8.51%, #ffffff 78.09%);
    animation: moving-dot-center-title 2.5s linear 0s infinite normal;
    will-change: transform;
  }
  @keyframes moving-dot-center-title {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(97px - 10px));
    }
  }
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__title {
  margin: 0 0;
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-magento-security-patches::before {
  content: "\e97e";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-best-practices::before {
  content: "\e99f";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-malicious-content::before {
  content: "\e99e";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-admin-user-permision::before {
  content: "\e99d";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-speed-performance::before {
  content: "\e99c";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-extensions-modules-evaluation::before {
  content: "\e99b";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-customizations::before {
  content: "\e99a";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-magento-best-practices::before {
  content: "\e9a1";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-magento-core-files-health::before {
  content: "\e9a2";
}
.included-technical-code-audit-section .included-technical-code-audit-item .included-technical-code-audit-box__icon.icon-theme-analysis::before {
  content: "\e999";
}

.why-trust-iovista-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-trust-iovista-section .why-trust-iovista-item__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding-bottom: 60%;
  overflow: hidden;
}
.why-trust-iovista-section .why-trust-iovista-item__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.performance-optimization-services-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.performance-optimization-services-section .row {
  max-width: 1200px;
  margin: 0 auto;
}
.performance-optimization-services-section .row .service-box__icon-container .icon.icon-website-analysis::before {
  content: "\e998";
}
.performance-optimization-services-section .row .service-box__icon-container .icon.icon-server-optimization::before {
  content: "\e990";
}
.performance-optimization-services-section .row .service-box__icon-container .icon.icon-code-optimization::before {
  content: "\e9ad";
}
.performance-optimization-services-section .row .service-box__icon-container .icon.icon-image-optimization::before {
  content: "\e9b0";
}
.performance-optimization-services-section .row .service-box__icon-container .icon.icon-content-delivery::before {
  content: "\e9ac";
}

.steps-to-follow-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.steps-to-follow-section {
  position: relative;
  background-color: #000000;
}
.steps-to-follow-section .row {
  padding: 80px 0 0 0;
  row-gap: 60px;
}

.advance-steps-to-follow-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.advance-steps-to-follow-section .row {
  row-gap: 30px;
}
.advance-steps-to-follow-section .advance-steps-to-follow-item {
  justify-content: center;
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .section-head .section-title {
  margin: 0;
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-server-optimization::before {
  content: "\e990";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-database-optimization::before {
  content: "\e9b8";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-enable-server-side::before {
  content: "\e9b3";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-redis::before {
  content: "\e9b4";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-regular-cleaning::before {
  content: "\e9b5";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-elasticsearch-opensearch::before {
  content: "\e9b6";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-live-search::before {
  content: "\e9b7";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-database-optimization::before {
  content: "\e9b8";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-rabbitmq::before {
  content: "\e9a8";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-google-pagespeed-insights::before {
  content: "\e9a9";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-gtmetrix::before {
  content: "\e9aa";
}
.advance-steps-to-follow-section .advance-steps-to-follow-item .advance-steps-to-follow-box-main .advance-steps-to-follow-box .icon.icon-new-relic::before {
  content: "\e9ab";
}

.tools-check-performance-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.tools-check-performance-section {
  position: relative;
  overflow: hidden;
}
.tools-check-performance-section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.tools-check-performance-section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tools-check-performance-section .row {
  justify-content: center;
  padding: 40px 0 0 0;
}
.tools-check-performance-section .row .tools-check-performance-box-main .tools-check-performance-box .icon.icon-google-pagespeed-insights::before {
  content: "\e9a9";
}
.tools-check-performance-section .row .tools-check-performance-box-main .tools-check-performance-box .icon.icon-gtmetrix::before {
  content: "\e9aa";
}
.tools-check-performance-section .row .tools-check-performance-box-main .tools-check-performance-box .icon.icon-new-relic::before {
  content: "\e9ab";
}

.after-platform-migration-section {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.after-platform-migration-section .service-box .icon.icon-poor-site::before {
  content: "\e9b1";
}
.after-platform-migration-section .service-box .icon.icon-loss-backlinks::before {
  content: "\e9af";
}
.after-platform-migration-section .service-box .icon.icon-url-structure::before {
  content: "\e9b9";
}
.after-platform-migration-section .service-box .icon.technical-seo-issues::before {
  content: "\e9c0";
}
.after-platform-migration-section .service-box .icon.icon-user-experience::before {
  content: "\e9ba";
}
.after-platform-migration-section .service-box .icon.icon-seo-title-meta::before {
  content: "\e9bb";
}
.after-platform-migration-section .service-box .icon.icon-maximizing-ad-spend::before {
  content: "\e9bc";
}
.after-platform-migration-section .service-box .icon.icon-campaign-performance::before {
  content: "\e9bd";
}

.five-reasons-section {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.five-reasons-section .section-head .section-description p:not(:last-child) {
  margin: 0 0 15px 0;
}
.five-reasons-section .service-box .icon.icon-maximizing-ad-spend::before {
  content: "\e9bc";
}
.five-reasons-section .service-box .icon.icon-campaign-performance::before {
  content: "\e9bd";
}
.five-reasons-section .service-box .icon.icon-gaining-edge::before {
  content: "\e9be";
}
.five-reasons-section .service-box .icon.icon-expert-guidance::before {
  content: "\e9ae";
}
.five-reasons-section .service-box .icon.icon-seo-title-meta::before {
  content: "\e9bb";
}
.five-reasons-section .service-box .icon.icon-opportunities::before {
  content: "\e9bf";
}

.partner-banner-section {
  padding-top: 150px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.partner-banner-section {
  background-color: #232121;
}
@media screen and (max-width: 1024px) {
  .partner-banner-section .row .grid-item.grid-item-width2 {
    width: 100%;
  }
}
.partner-banner-section__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partner-banner-section__wrapper .parter-logo-slider {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .partner-banner-section__wrapper .parter-logo-slider {
    width: 100px;
    height: 100px;
  }
}
.partner-banner-section__wrapper .partner-logo-item {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .partner-banner-section__wrapper .partner-logo-item {
    height: 40px;
  }
}
.partner-banner-section__wrapper .partner-logo-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.partner-banner-section__wrapper .partener-banner-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  max-width: 100%;
  width: 100%;
  gap: 30px;
}
.partner-banner-section__wrapper .partener-banner-middle figure.partner-logo-item {
  max-width: 40%;
}

.partner-section {
  padding-top: 150px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.partner-section {
  margin: 0 0 50px;
  position: relative;
}
.partner-section .pattern-bottom {
  line-height: 0;
  transform: rotate(180deg);
  top: -1px;
  width: 100%;
  position: absolute;
}
.partner-section .pattern-bottom svg {
  fill: #232121;
}
.partner-section .row {
  row-gap: 30px;
}
.partner-section .partner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  height: auto;
  min-height: 382px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .partner-section .partner-box {
    min-height: 282px;
  }
}
.partner-section .partner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.partner-section .partner-box__texture-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.4s ease;
}
.partner-section .partner-box__texture-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.partner-section .partner-box__logo {
  position: relative;
  z-index: 11;
  transition: all 0.4s ease;
}
.partner-section .partner-box:hover .partner-box__texture-bg {
  transform: scale(1.1);
}

.adobe-commerce-services-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.performance-maintenance-support-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.performance-maintenance-support-section .row {
  gap: 30px;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 576px) {
  .performance-maintenance-support-section .row {
    gap: 20px;
  }
}
.performance-maintenance-support-section .row .performance-maintenance-support-box {
  max-width: calc(33.33% - 20px);
  width: 100%;
  padding: 30px;
  overflow: hidden;
  transition: all 0.4s ease;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box {
    max-width: calc(100% - 0px);
  }
}
.performance-maintenance-support-section .row .performance-maintenance-support-box__title {
  transition: all 0.4s ease;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box__description {
  margin: 20px 0 0 0;
  transition: all 0.4s ease;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:nth-child(3n), .performance-maintenance-support-section .row .performance-maintenance-support-box:nth-child(6n) {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box:nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box:nth-child(even) {
    border-right: none;
  }
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover {
  transform: scale(1.09);
  border: 0;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .performance-maintenance-support-section .row .performance-maintenance-support-box:hover {
    transform: scale(1.05);
  }
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover:nth-child(1n) {
  background-color: #2563eb;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover:nth-child(2n) {
  background-color: #9333ea;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover:nth-child(3n) {
  background-color: #16a34a;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover:nth-child(4n) {
  background-color: #0656ce;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover:nth-child(5n) {
  background-color: #db2777;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover:nth-child(6n) {
  background-color: #ea0c31;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover .performance-maintenance-support-box__title {
  color: #ffffff;
}
.performance-maintenance-support-section .row .performance-maintenance-support-box:hover .performance-maintenance-support-box__description {
  color: #ffffff;
}

.why-choose-iovista-banner-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-choose-iovista-banner-section {
  position: relative;
}
.why-choose-iovista-banner-section .content-container {
  position: relative;
  max-width: 50%;
  margin-left: auto;
  padding: 20px;
  backdrop-filter: blur(50px);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .why-choose-iovista-banner-section .content-container {
    max-width: 100%;
    margin-left: 0;
  }
}
.why-choose-iovista-banner-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.why-choose-iovista-banner-section__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.adobe-commerce-features-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.adobe-commerce-features-section .section-head {
  margin: 0 auto 40px auto;
  max-width: 810px;
}
.adobe-commerce-features-section .row {
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adobe-commerce-features-section .row {
    flex-direction: column;
    gap: 25px;
  }
}
.adobe-commerce-features-section .feature-item {
  flex: 0 0 calc(50% - 15px);
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .adobe-commerce-features-section .feature-item {
    flex: 0 0 100%;
  }
}
.adobe-commerce-features-section .feature-item__icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adobe-commerce-features-section .feature-item__icon-wrapper {
    width: 70px;
    height: 70px;
  }
}
.adobe-commerce-features-section .feature-item__icon-wrapper .icon {
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .adobe-commerce-features-section .feature-item__icon-wrapper .icon {
    font-size: 35px;
  }
}
.adobe-commerce-features-section .feature-item__icon-wrapper:hover {
  transform: scale(1.05);
  position: relative;
}
.adobe-commerce-features-section .feature-item__icon-wrapper:hover::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: linear-gradient(106.96deg, #1C41DB 8.51%, #EB6F81 78.09%);
  z-index: 0;
}
.adobe-commerce-features-section .feature-item__icon-wrapper:hover::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #f0f0f0;
  z-index: 1;
}
.adobe-commerce-features-section .feature-item__icon-wrapper:hover .icon {
  position: relative;
  z-index: 2;
}
.adobe-commerce-features-section .feature-item__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .adobe-commerce-features-section .feature-item__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .adobe-commerce-features-section .feature-item__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.adobe-commerce-features-section .feature-item__title {
  max-width: calc(100% - 90px);
}
.adobe-commerce-features-section .feature-item__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .adobe-commerce-features-section .feature-item__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.adobe-commerce-features-section .feature-item__description {
  margin: 0;
  line-height: 1.6;
}

.shopify-solutions-section .gredient-box-main::before {
  display: none;
}
.shopify-solutions-section .gredient-box-main .gredient-box {
  background: #000000;
}
.shopify-solutions-section .gredient-box-main .gredient-box .icon {
  color: #ffffff;
}
.shopify-solutions-section .gredient-box-main .gredient-box .title {
  color: #ffffff;
}
.shopify-solutions-section .gredient-box-main .gredient-box .description {
  color: #ffffff;
}

.shopify-solutions-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.shopify-solutions-section .row {
  padding: 40px 0 0 0;
  row-gap: 30px;
}

.why-choose-shopify {
  margin: 0 0 50px 0;
}

.why-bigcommerce-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-bigcommerce-section .why-bigcommerce-list {
  margin: 30px 0 0 0;
}
.why-bigcommerce-section .why-bigcommerce-list li {
  display: flex;
}
.why-bigcommerce-section .why-bigcommerce-list li:not(:last-child) {
  margin: 0 0 20px 0;
}
.why-bigcommerce-section .why-bigcommerce-list li span {
  margin: 0 0 0 10px;
}
.why-bigcommerce-section .row {
  justify-content: space-between;
}
.why-bigcommerce-section .row .grid-item.grid-item-width3x {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .why-bigcommerce-section .row .grid-item.grid-item-width3x {
    width: 100%;
  }
}
.why-bigcommerce-section .row .grid-item.why-bigcommerce-image {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .why-bigcommerce-section .row .grid-item.why-bigcommerce-image {
    display: none;
  }
}
.why-bigcommerce-section .row .grid-item.why-bigcommerce-image figure {
  width: 100%;
  height: 100%;
}
.why-bigcommerce-section .row .grid-item.why-bigcommerce-image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.end-to-end-commerce-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.end-to-end-commerce-section .row {
  row-gap: 30px;
  padding: 40px 0 0 0;
}
.end-to-end-commerce-section .row .gredient-box-main::before {
  display: none;
}
.end-to-end-commerce-section .row .gredient-box-main .gredient-box {
  background: #000000;
}
.end-to-end-commerce-section .row .gredient-box-main .title {
  color: #ffffff;
}
.end-to-end-commerce-section .row .gredient-box-main .description {
  color: #ffffff;
}
.end-to-end-commerce-section .row .gredient-box-main .icon {
  color: #ffffff;
}

.commerce-solution-section {
  background-color: #000000;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.commerce-solution-section .row {
  padding: 40px 0 0 0;
  row-gap: 30px;
}
.commerce-solution-section .row .gredient-box-main {
  padding: 2px;
}
.commerce-solution-section .row .gredient-box-main::before {
  background: linear-gradient(270deg, #A5EFFF, #C9F5B9, #98F9FF, #EABFFF, #AFCEFF, #FFCBDB);
  background-size: 600% 600%;
  animation: borderMove 5s linear infinite;
}
.commerce-solution-section .row .gredient-box-main .gredient-box {
  background: linear-gradient(70deg, #1c41db, #000000 70%);
}
.commerce-solution-section .row .gredient-box-main .gredient-box .title,
.commerce-solution-section .row .gredient-box-main .gredient-box .icon,
.commerce-solution-section .row .gredient-box-main .gredient-box .description {
  color: #ffffff;
}
.commerce-solution-section .row .gredient-box-main .gredient-box .icon {
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid #eb6f81;
  border-radius: 5px;
}
.commerce-solution-section .row .gredient-box-main .gredient-box .title,
.commerce-solution-section .row .gredient-box-main .gredient-box .description {
  text-align: left;
}
.commerce-solution-section .row .gredient-box-main:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.commerce-solution-section .row .gredient-box-main:hover .gredient-box {
  background: linear-gradient(70deg, #1c41db, #000000 70%);
}
.commerce-solution-section .row .gredient-box-main:hover .title,
.commerce-solution-section .row .gredient-box-main:hover .icon,
.commerce-solution-section .row .gredient-box-main:hover .description {
  color: #ffffff;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
.why-brands-choose-iovista-section .row {
  align-items: center;
}

.built-in-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.built-in-section {
  margin: 0 0 40px 0;
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
}
.built-in-section .section-head {
  margin: 0px 0 40px 0;
}
.built-in-section .row {
  row-gap: 30px;
}
.built-in-section .row .built-in-item {
  display: flex;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .built-in-section .row .built-in-item {
    flex-direction: column;
    gap: 10px;
  }
}
.built-in-section .row .built-in-item__content {
  max-width: calc(100% - 65px);
}
@media screen and (max-width: 576px) {
  .built-in-section .row .built-in-item__content {
    max-width: calc(100% - 0px);
  }
}
.built-in-section .row .built-in-item__content .title {
  margin: 0 0 10px 0;
}
.built-in-section .row .built-in-item__content .description {
  margin: 0 0;
}
.built-in-section .row .built-in-item .icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #1C41DB 0%, #EB6F81 100%);
  border-radius: 5px;
  color: #ffffff;
}

.expert-woocommerce-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.expert-woocommerce-section .row {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .expert-woocommerce-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expert-woocommerce-section figure {
  min-height: 380px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .expert-woocommerce-section figure {
    min-height: 250px;
  }
}
.expert-woocommerce-section figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.expert-woocommerce-section figure figcaption {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .expert-woocommerce-section figure figcaption {
    padding: 20px;
  }
}
.expert-woocommerce-section figure figcaption hr {
  width: 100px;
  border-top: 1px solid #ffffff;
}
.expert-woocommerce-section figure figcaption .title {
  margin: 0 0 10px 0;
  color: #ffffff;
}
.expert-woocommerce-section figure figcaption .description {
  margin: 0 0;
  color: #ffffff;
}
.expert-woocommerce-section figure:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}

.purpose-build-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.purpose-build-section .row {
  row-gap: 30px;
  padding: 40px 0 0 0;
}
.purpose-build-section .purpose-build-box {
  height: 100%;
  display: flex;
  border-radius: 12px;
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.41) 8.51%, rgba(235, 111, 129, 0.41) 78.09%);
  overflow: hidden;
  align-items: center;
}
.purpose-build-section .purpose-build-box img {
  width: 223px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .purpose-build-section .purpose-build-box img {
    width: 145px;
  }
}
.purpose-build-section .purpose-build-box .purpose-build-box__content {
  height: 100%;
  padding: 20px;
  max-width: calc(100% - 243px);
}
@media screen and (max-width: 1024px) {
  .purpose-build-section .purpose-build-box .purpose-build-box__content {
    max-width: calc(100% - 145px);
    padding: 10px;
  }
}
.purpose-build-section .purpose-build-box .purpose-build-box__content .title {
  margin: 0 0 10px 0;
}
.purpose-build-section .purpose-build-box .purpose-build-box__content .description {
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  .purpose-build-section .purpose-build-box .purpose-build-box__content .description {
    font-size: 12px;
    line-height: 1.4;
  }
}

.unlock-woocommerce-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.unlock-woocommerce-section .row {
  padding: 40px 0 0 0;
  row-gap: 30px;
}
.unlock-woocommerce-section .row .grid-item:nth-child(1) .card-number-icon-box {
  background-color: #B2F1FB;
}
.unlock-woocommerce-section .row .grid-item:nth-child(2) .card-number-icon-box {
  background-color: #FFDAAD;
}
.unlock-woocommerce-section .row .grid-item:nth-child(3) .card-number-icon-box {
  background-color: #CACBFF;
}
.unlock-woocommerce-section .row .grid-item:nth-child(4) .card-number-icon-box {
  background-color: #ffdddd;
}
.unlock-woocommerce-section .row .grid-item:nth-child(5) .card-number-icon-box {
  background-color: #D8FFCF;
}
.unlock-woocommerce-section .row .grid-item:nth-child(6) .card-number-icon-box {
  background-color: #A8DCFF;
}
.unlock-woocommerce-section .row .grid-item:nth-child(7) .card-number-icon-box {
  background-color: #FFF398;
}
.unlock-woocommerce-section .row .grid-item:nth-child(8) .card-number-icon-box {
  background-color: #a9f5aa;
}
.unlock-woocommerce-section .row .grid-item:nth-child(9) .card-number-icon-box {
  background-color: #aca6f9;
}

.stategic-shopware-section {
  position: relative;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.stategic-shopware-section {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.41) 8.51%, rgba(235, 111, 129, 0.41) 78.09%);
}
.stategic-shopware-section .row {
  row-gap: 30px;
  padding: 40px 0 0 0;
}
.stategic-shopware-section .row .shopware-box-main {
  text-align: center;
}
.stategic-shopware-section .row .shopware-box-main .shopware-box {
  align-items: center;
  position: relative;
}
.stategic-shopware-section .row .shopware-box-main .shopware-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 12px;
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.41) 8.51%, rgba(235, 111, 129, 0.41) 78.09%);
  border-radius: 0 0 5px 5px;
}
.stategic-shopware-section .row .shopware-box-main .shopware-box__description {
  text-align: center;
}
.stategic-shopware-section .row .shopware-box-main .shopware-box__icon {
  height: 100px;
  background: white;
  width: 100px;
  border-radius: 50%;
  padding: 8px;
  outline: 4px double #2944d5;
  border: 10px solid rgba(235, 111, 130, 0.4980392157);
  margin-bottom: 1rem;
}
.stategic-shopware-section .ai-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.stategic-shopware-section .ai-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.leverage-shopware-section .row {
  padding: 40px 0 0 0;
}
.leverage-shopware-section .row .platform-features-item__left {
  flex: 0 0 calc(30% - 30px);
}
.leverage-shopware-section .row .platform-features-item__right {
  flex: 0 0 calc(70% - 0px);
}

.why-erp-integration-section,
.wms-integration-section,
.pim-integration-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-erp-integration-section .row,
.wms-integration-section .row,
.pim-integration-section .row {
  row-gap: 30px;
}

.erp-platforms-logo .section-head {
  margin: 0 0 40px 0;
}

.why-crm-integration-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.why-crm-integration-section .row {
  row-gap: 30px;
}

.unifying-commerce-and-customers-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.unifying-commerce-and-customers-section {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
}
.unifying-commerce-and-customers-section .section-head {
  margin: 0 0 80px 0;
}

.crm-software-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.crm-software-section {
  position: relative;
}
.crm-software-section .row {
  max-width: 945px;
  margin: 0 auto;
  row-gap: 30px;
  justify-content: center;
}
.crm-software-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.crm-software-section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.crm-business-section,
.pim-business-section,
.wms-business-section {
  margin: 0 0 50px 0;
}

.key-features-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.key-features-section .row .grid-border-card {
  max-width: 25%;
  min-height: auto;
  height: auto;
  width: 100%;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .key-features-section .row .grid-border-card {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .key-features-section .row .grid-border-card {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .key-features-section .row .grid-border-card {
    max-width: 100%;
  }
}
.key-features-section .row .grid-border-card:nth-child(even)::before {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
}
.key-features-section .row .grid-border-card:nth-child(4)::before, .key-features-section .row .grid-border-card:nth-child(8)::before, .key-features-section .row .grid-border-card:nth-child(12)::before {
  display: none;
}
@media (max-width: 1024px) {
  .key-features-section .row .grid-border-card:nth-child(4)::before, .key-features-section .row .grid-border-card:nth-child(8)::before, .key-features-section .row .grid-border-card:nth-child(12)::before {
    display: block;
  }
}
.key-features-section .row .grid-border-card:hover {
  box-shadow: 0px 0px 14px #a8a8a8;
  transform: translateY(-10px);
}
.key-features-section.pim-features-section .section-head {
  margin: 0 0 40px 0;
}

.ai-service-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.ai-service-section {
  background-color: #1a1a1a;
  margin: 0 0 50px 0;
}
.ai-service-section .ai-service__inner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .ai-service-section .ai-service__inner {
    border: 1px solid #ffffff;
    flex-direction: column;
    border-radius: 12px;
  }
}
.ai-service-section .ai-service__inner:not(:last-child) {
  margin: 0 0 30px 0;
}
.ai-service-section .ai-service__inner .ai-service__content {
  flex: 1;
  max-width: calc(50% - 0px);
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 20px 150px 20px 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .ai-service-section .ai-service__inner .ai-service__content {
    padding: 20px 80px 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ai-service-section .ai-service__inner .ai-service__content {
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
  }
}
.ai-service-section .ai-service__inner .ai-service__content .ai-service__sub-title {
  margin: 0 0 20px 0;
}
.ai-service-section .ai-service__inner .ai-service__content .ai-service__description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .ai-service-section .ai-service__inner .ai-service__content .ai-service__description {
    font-size: 14px;
    line-height: 24px;
  }
}
.ai-service-section .ai-service__inner .ai-service__content .ai-service__description {
  margin: 0 0 20px 0;
}
.ai-service-section .ai-service__inner .ai-service__content .ai-service__description:last-child {
  margin: 0;
}
.ai-service-section .ai-service__inner .ai-service__content .ai-service__list {
  margin: 0 0 20px 0;
}
.ai-service-section .ai-service__inner .ai-service__content .ai-service__list li {
  padding: 0 0 0 15px;
}
.ai-service-section .ai-service__inner .ai-service__image {
  flex: 1;
  max-width: calc(57% - 0px);
  margin-left: -100px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ai-service-section .ai-service__inner .ai-service__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.ai-service-section .ai-service__inner .ai-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ai-service-section .ai-service__inner:nth-child(even) .ai-service__content {
  order: 2;
  padding: 20px 20px 20px 150px;
}
@media screen and (max-width: 1280px) {
  .ai-service-section .ai-service__inner:nth-child(even) .ai-service__content {
    padding: 20px 20px 20px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .ai-service-section .ai-service__inner:nth-child(even) .ai-service__content {
    padding: 20px 20px 20px 20px;
    order: 1;
  }
}
.ai-service-section .ai-service__inner:nth-child(even) .ai-service__content .ai-service__list li {
  padding: 0 0px 0 15px;
}
.ai-service-section .ai-service__inner:nth-child(even) .ai-service__image {
  order: 1;
  margin-right: -100px;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  .ai-service-section .ai-service__inner:nth-child(even) .ai-service__image {
    margin-right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .ai-service-section .ai-service__inner:nth-child(even) .ai-service__image {
    margin-right: 0px;
    order: 2;
  }
}

.why-choose-ai-section {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1440px) {
  .why-choose-ai-section .choosing-platform-section__left {
    min-height: 550px;
  }
}
@media screen and (max-width: 1280px) {
  .why-choose-ai-section .choosing-platform-section__left {
    min-height: 650px;
  }
}
.why-choose-ai-section.why-choose-gen-ai-section .choosing-platform-section__left {
  min-height: 650px;
}
@media screen and (max-width: 1280px) {
  .why-choose-ai-section.why-choose-gen-ai-section .choosing-platform-section__left {
    min-height: 750px;
  }
}
@media screen and (max-width: 1024px) {
  .why-choose-ai-section.why-choose-gen-ai-section .choosing-platform-section__left {
    min-height: auto;
  }
}

.ai-ml-services-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.ai-ml-services-section {
  margin: 0 0 50px 0;
  background-color: #1a1a1a;
  position: relative;
}
.ai-ml-services-section .section-head {
  margin: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ai-ml-services-section .section-head {
    margin: 0 0 40px 0;
  }
}
.ai-ml-services-section .ai-ml-services-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-main-content {
  display: flex;
  gap: 30px;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-main-content:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-main-content {
    flex-direction: column;
    margin: 0 0 30px 0;
  }
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-content-left {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 60px 50px;
  background: linear-gradient(135deg, #7B5A8F 0%, #C77BBF 50%, #EB6F81 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-content-left {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-content-left {
    padding: 40px 30px;
  }
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-content-right {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  position: relative;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-content-right .ai-ml-image {
  width: 100%;
  height: 310px;
  border-radius: 12px;
  overflow: hidden;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-content-right .ai-ml-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities {
  background-color: #2a2a2a;
  border-radius: 12px;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities .ai-ml-capabilities-header {
  border-bottom: 1px solid #ffffff;
  padding: 20px;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__title {
  color: #ffffff;
  margin: 0;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__list {
  margin: 0 0 0 0;
  padding: 20px;
}
.ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__list li {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .ai-ml-services-section .ai-ml-services-container .ai-ml-capabilities__list li {
    font-size: 14px;
    line-height: 24px;
  }
}

.industries-section {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.industries-section .industries-card__bottom .industries-card__title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}

.gen-ai-service-section {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.gen-ai-service-section {
  margin: 0 0 50px 0;
  background-color: #1a1a1a;
}
.gen-ai-service-section .section-head {
  margin: 0 0 40px 0;
}
.gen-ai-service-section .gen-ai-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .gen-ai-service-section .gen-ai-container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1199px) {
  .gen-ai-service-section .gen-ai-container {
    max-width: 910px;
  }
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container {
    max-width: 100%;
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main {
  display: flex;
  padding: 60px 0 60px 60px;
  background-color: rgba(0, 157, 255, 0.2);
  border-radius: 20px;
  position: relative;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 1280px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main {
    padding: 40px 40px 40px 40px;
    gap: 20px;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main {
    padding: 20px;
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content {
  max-width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main__content {
    max-width: 100%;
    padding-right: 0;
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content .gen-ai-main__title {
  color: #ffffff;
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content-wrapper p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main__content-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content-wrapper p {
  margin: 0 0 20px 0;
  color: #ffffff;
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content-wrapper ul {
  margin: 0;
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content-wrapper ul li {
  padding-left: 15px;
  color: #ffffff;
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__content-wrapper ul li:last-child {
  margin-bottom: 0;
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__image {
  max-width: 700px;
  box-shadow: 0px 2px 32px 0px #a8a8a8;
  margin-bottom: auto;
  position: absolute;
  right: -126px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main__image {
    right: -80px;
    max-width: 580px;
  }
}
@media screen and (max-width: 1199px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main__image {
    right: -60px;
    max-width: 510px;
  }
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main__image {
    position: static;
    margin-right: 0;
    max-width: 100%;
    top: auto;
    transform: translateY(0);
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) {
  padding: 60px 60px 60px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1280px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) {
    padding: 40px 40px 40px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) {
    padding: 40px 40px 40px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) {
    padding: 20px;
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__content {
  padding-right: 0px;
  padding-left: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__content {
    padding-left: 0;
  }
}
.gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__image {
  right: auto;
  left: -126px;
}
@media screen and (max-width: 1280px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__image {
    left: -80px;
  }
}
@media screen and (max-width: 1199px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__image {
    left: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__image {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .gen-ai-service-section .gen-ai-container .gen-ai-main:nth-child(even) .gen-ai-main__image {
    left: 0;
  }
}

.schedule-consultation-section {
  background: linear-gradient(106.96deg, rgba(28, 66, 219, 0.431372549) 8.51%, rgba(235, 111, 130, 0.4980392157) 78.09%);
  margin: 0 0 50px 0;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.schedule-consultation-section .container {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .schedule-consultation-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.schedule-consultation-section .schedule-consultation-content {
  max-width: calc(100% - 590px);
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .schedule-consultation-section .schedule-consultation-content {
    max-width: calc(100% - 390px);
  }
}
@media screen and (max-width: 1024px) {
  .schedule-consultation-section .schedule-consultation-content {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */