/* --------------AEM----------------- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src:
    url("/content/dam/infosys-equinox/2026/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/content/dam/infosys-equinox/2026/fonts/bootstrap-icons.woff") format("woff");
}

@font-face {
  font-family: "tungstenw05-medium";
  src:
    url("/content/dam/infosys-equinox/2026/fonts/tungstenw05-medium.woff2") format("woff2"),
    url("/content/dam/infosys-equinox/2026/fonts/tungstenw05-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* -----------------AEM-------------- */

/* Success Stories Stagger ANim */
:root {
  /* Animation controls */
  --stagger-step: 80ms;
  /* gap between card animations */
  --anim-in: 420ms;
  /* per-card animation duration */
  --anim-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

a:focus,
button:focus {
  outline: 2px solid #3463fe;
  outline-offset: -2px;
}

/* added accessibility  */
button:focus {
  outline: 2px solid #3463fe !important;
}

a {
  text-decoration: none;
}

a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}

.menu .align-list>ul>li {
  margin-bottom: 0 !important;
}

.align-list>ul>li>a {
  font-weight: 400;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pt-75,
.py-75 {
  padding-top: 75px !important;
}

.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}

.open>.icon-bar11,
.open>.icon-bar31 {
  background-color: #061838 !important;
}

.menu ul li {
  margin-bottom: 10px !important;
}

/* -----------------------------------------
# Font Size CSS
------------------------------------------------*/
.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-38 {
  font-size: 38px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/* -------------------------
# Font Weight CSS
-------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--------------------------------------------------------------
# Color CSS
--------------------------------------------------------------*/
.color-black {
  color: #000000 !important;
}

.color-grey {
  color: #cccccc !important;
}

.color-royal-blue {
  color: #3873e4 !important;
}

.color-sky-blue {
  color: #3463fe !important;
}

.color-light-blue {
  color: #3564ff !important;
}

.color-darkgrey {
  color: #3c3c3c !important;
}

.color-lightgrey {
  color: #f5f5f5 !important;
}

.color-primary {
  color: #3873e4 !important;
}

.color-lightblue {
  color: #d7e3fa !important;
}

.color-palewhite {
  color: #acacac !important;
}

.card-outline {
  color: #eaecf0 !important;
}

.color-grey-light {
  color: #787878 !important;
}

/*--------------------------------------------------------------
# Background CSS
--------------------------------------------------------------*/
.bg-black {
  background-color: #000 !important;
}

.bg-light-blue {
  background-color: #b8d8fe !important;
}

.bg-dark-blue {
  background-color: #001b2e !important;
}

.bg-card {
  background-color: #fdfffc;
}

.bg-card-outline {
  background-color: #eaecf0;
}

.bg-grey-white {
  background-color: #f5f5f5 !important;
}

.bg-darkblue {
  background-color: #001b2e !important;
}

.bg-blue-100 {
  background-color: #e0eeff !important;
}

.bg-sky-blue {
  background-color: #3463fe !important;
}

.bg-sky-blue-light {
  background-color: #e4f0ff !important;
}

.bg-red-light {
  background-color: #fbf1ff !important;
}

.bg-white-gradient {
  background: linear-gradient(#fff, #f5f5f5) !important;
}

.bg-linear {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}

/*--------------------------------------------------------------
# Border CSS
--------------------------------------------------------------*/
.border-sky-blue {
  border: 1px solid #3463fe;
}

.border-grey-light {
  border: 1px solid #eaecf0;
}

/* -------------------------
# WOW Text Animation CSS
-------------------------*/
.wow {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.wow.animatedBlock {
  opacity: 1;
  transform: translateY(0);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown.animatedBlock {
  -webkit-animation: fadeInDown 1s forwards;
  animation: fadeInDown 1s forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp.animatedBlock {
  -webkit-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft.animatedBlock {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight.animatedBlock {
  -webkit-animation: fadeInRight 1s forwards;
  animation: fadeInRight 1s forwards;
}

/*--------------------------------------------------------------
# Heading CSS
--------------------------------------------------------------*/
.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading,
.h6-heading {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 1;
}

h1.h1-heading,
h1.h1-heading span {
  line-height: 1 !important;
}

.h1-heading {
  font-size: clamp(50px, 5vw, 78px);
}

.h2-heading {
  font-size: clamp(40px, 5vw, 64px);
}

.h3-heading {
  font-size: clamp(35px, 5vw, 48px);
}

.h4-heading {
  font-size: clamp(24px, 5vw, 36px);
}

.h5-heading {
  font-size: clamp(20px, 5vw, 28px);
}

.h6-heading {
  font-size: clamp(18px, 5vw, 24px);
}

.tungsten-font {
  font-family: "tungstenw05-medium", "Oswald", sans-serif !important;
  line-height: 1;
}

.myriad-pro-font {
  font-family: myriad-pro, Arial !important;
}

/*--------------------------------------------------------------
# Letter spacing CSS
--------------------------------------------------------------*/
.letter-spacing-1 {
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Background CSS
--------------------------------------------------------------*/
.gradient-bg {
  background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
}

/* -------------------------
# Truncate CSS
-------------------------*/
.truncate-1 {
  white-space: nowrap;
  /* 2. Forces text to stay on a single line */
  overflow: hidden;
  /* 3. Hides the text that spills out */
  text-overflow: ellipsis;
  /* 4. Adds the '...' trailing dots */
}

.truncate-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ----------------------------------------
# Counter CSS
------------------------------------------*/
.counter-text {
  color: #3c3c3c;
}

/*--------------------------------------------------------------
# Swiper CSS
--------------------------------------------------------------*/
.swiper {
  position: inherit;
}

.swiper-arrows-wrapper svg {
  display: none;
}

.swiper-arrows-wrapper .swiper-button-prev:after,
.swiper-arrows-wrapper .swiper-button-next:after {
  font-size: 32px;
}

.swiper-arrows-wrapper {
  position: absolute;
  top: -95px;
  right: 60px;
  z-index: 2;
  display: flex;
  gap: 25px;
}

.swiper-arrows-wrapper .swiper-button-next,
.swiper-arrows-wrapper .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #f5f5f5;
  position: static;
  transition: 0.3s all;
}

.swiper-arrows-wrapper .swiper-button-next:hover,
.swiper-arrows-wrapper .swiper-button-prev:hover {
  background-color: #3564ff;
  color: #ffffff;
  transition: 0.3s all;
}

.swiper-arrows-wrapper .swiper-button-prev:after,
.swiper-arrows-wrapper .swiper-rtl .swiper-button-next:after {
  content: "\F12C";
  font-family: bootstrap-icons !important;
}

.swiper-arrows-wrapper .swiper-button-next:after,
.swiper-arrows-wrapper .swiper-rtl .swiper-button-prev:after {
  content: "\F135";
  font-family: bootstrap-icons !important;
}

/*--------------------------------------------------------------
# Buttons CSS
--------------------------------------------------------------*/
.cta-search {
  transition: 0.3s all;
}

.cta-search:hover {
  color: #3564ff;
}

.cta-link {
  color: #3564ff;
  text-decoration: underline;
}

.cta-link:focus,
.cta-link:hover {
  color: #3564ff;
}

.cta-btn {
  background-color: #3564ff;
  border: 1px solid #0072fe;
  box-shadow: 0px -1px 4px 0px #0043d9 inset;
  color: #ffffff;
  padding: 5px 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  transition: 0.3s all;
}

.cta-btn:hover {
  background-color: #3564ff;
  color: #ffffff;
  border: 1px solid #0072fe;
}

.cta-btn .cta-arrow {
  font-size: 25px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

#powering-commerce .accordion-item:hover .cta-arrow,
.cta-btn:hover .cta-arrow {
  animation: textarrowani 1.4s linear;
}

.cta-btn-white {
  background-color: #ffffff;
  color: #3463fe;
  border: 1px solid #eaecf0;
  box-shadow: 0px -1px 4px 0px rgba(234, 236, 240, 1) inset;
}

.cta-btn-white:hover {
  background-color: #ffffff;
  color: #3463fe;
  border: 1px solid #eaecf0;
}

.cta-btn-transparent {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  box-shadow: none;
}

.cta-btn-transparent:hover {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
}

.cta-btn-simple,
.cta-btn-simple:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: #b8d8fe;
}

.btn.cta-btn:focus-visible {
  outline: 2px solid #3463fe;
  outline-offset: -2px;
}

@keyframes textarrowani {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }

  25% {
    opacity: 0;
    transform: translate(10px, -10px) rotate(-45deg);
  }

  26% {
    opacity: 0;
    transform: translate(-10px, 10px) rotate(-45deg);
  }

  55% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
}

.cta-btn .cta-down-arrow {
  transform: rotate(0);
}

.cta-btn:hover .cta-down-arrow {
  animation: textarrowdown 1.4s linear;
}

@keyframes textarrowdown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0);
  }

  25% {
    opacity: 0;
    transform: translate(0, 10px) rotate(0);
  }

  26% {
    opacity: 0;
    transform: translate(0, -10px) rotate(0);
  }

  55% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0);
  }
}

/*--------------------------------------------------------------
# Header CSS
--------------------------------------------------------------*/
.logo {
  width: 105px;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0px -1px 8px 0px #f5f5f5 inset;
}

.header .navbar-nav .dropdown-menu {
  width: 98%;
  left: 0;
  right: 0;
  height: calc(100vh - 60px);
  margin: auto;
  border: 0;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  border-radius: 12px;
}

.header .navbar-nav .dropdown {
  position: static;
}

.header .navbar-collapse {
  justify-content: center;
}

.header .dropdown-toggle::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 600;
  border: none;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s all;
}

.header .dropdown-toggle.show::after {
  transform: rotate(180deg);
  transition: 0.3s all;
}

.header .dropdown-toggle.show {
  /* color: #3873e4; */
  color: #3463fe;
  /* added accessibility  */
  font-weight: 500;
}

.header .nav-link {
  display: flex;
  font-weight: 400;
  color: #000000;
  align-items: center;
}

.header .nav-link:hover {
  /* color: #3873e4; */
  color: #3463fe;
  /* added accessibility  */
}

/*--------------------------------------------------------------
# Hamburger CSS
--------------------------------------------------------------*/
.hamburger {
  width: 25px;
  height: 18px;
  position: relative;
  display: inline-block;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger .bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #212529;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease,
    top 0.3s ease,
    bottom 0.3s ease;
}

.hamburger .bar.top {
  top: 0;
}

.hamburger .bar.middle {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger .bar.bottom {
  bottom: 0;
}

.hamburger.open .bar.top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger.open .bar.middle {
  opacity: 0;
}

.hamburger.open .bar.bottom {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Mega menu CSS
--------------------------------------------------------------*/
.mega-menu-heading {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.mega-menu-inner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-span {
  font-size: 14px;
  color: #575757;
  display: block;
}

.mega-menu-inner-list-item {
  margin-bottom: 6px;
  line-height: 1.1;
}

.mega-menu-inner-list-item a {
  position: relative;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 6px 4px;
  font-size: 16px;
}

.mega-menu-inner-list-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mega-menu-link:hover::before {
  opacity: 1;
}

.mega-menu-link:hover .gradient-bg-icon {
  background: transparent;
}

.mega-menu-link:hover .gradient-bg-icon::before {
  opacity: 0;
  transition: 0.3s all;
}

.mega-menu-inner-list-item .gradient-bg-icon {
  margin-right: 10px;
}

.mega-menu-content {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  transition: 0.3s all;
}

.mega-menu-content.active {
  opacity: 1;
  transition: 0.3s all;
}

.mega-menu-content.default-active {
  opacity: 1;
  transition: 0.3s all;
}

.mega-menu-content p {
  line-height: 1.2;
}

.mega-menu-social-list-bottom {
  background-color: #b8d8fe;
  position: absolute;
  width: calc(100% - 36px);
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.mega-menu-social-list a {
  color: #000000;
  font-weight: 500;
  border-radius: 12px;
  padding: 4px 5px;
  transition: 0.3s all;
}

.mega-menu-social-list a:hover {
  background-color: #3564ff;
  color: #ffffff;
  transition: 0.3s all;
}

.mega-menu-social-list a .gradient-bg-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 100%;
  transition: 0.3s all;
  opacity: 1;
}

.mega-menu-social-list a:hover .gradient-bg-icon::after {
  opacity: 0;
  transition: 0.3s all;
}

.mega-menu-details {
  height: 100%;
}

.header .dropdown-menu .accordion-button {
  padding: 0;
}

.header .dropdown-menu .accordion-button:not(.collapsed) {
  background: none;
  padding: 0;
  box-shadow: none;
  color: #000000;
}

.header .dropdown-menu .accordion-item {
  border: 0;
}

.header .dropdown-menu .accordion-body {
  padding: 0;
}

.header .dropdown-menu .accordion-button {
  color: #000000;
}

.mega-menu-social-img-wrapper {
  width: 110px;
  min-width: 110px;
  margin-right: 10px;
}

.gradient-bg-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.gradient-bg-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  opacity: 1;
  transition: 0.3s all;
}

.gradient-bg-icon * {
  z-index: 1;
}

/* ----------------------------------------
# Banner CSS
------------------------------------------*/
.hero-banner {
  height: 100vh;
}
.hero-banner-ctrl {
  height: auto;
}

.hero-bacgkground-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-banner-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hero-banner .container {
  position: relative;
  z-index: 1;
}

.core-microservices,
#contact-us {
  position: relative;
  overflow: hidden;
}

.core-microservices:before,
#contact-us:before {
  content: "";
  position: absolute;
  inset: -40px 0 0 -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 18px solid #b8d8fe;
}

.core-microservices .dot-img {
  position: absolute;
  inset: 100px 0 0 200px;
}

.core-micro-accordion .accordion-item {
  border: 1px solid #3463fe;
  border-radius: 10px;
}

.core-micro-accordion .accordion-button {
  background-color: transparent;
  color: #3463fe;
  font-size: 24px;
  font-weight: 600;
}

.core-micro-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #3463fe;
  border-radius: 10px 10px 0 0;
}

.core-micro-accordion .accordion-button.collapsed {
  border-radius: 10px;
}

.core-micro-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.core-micro-accordion .core-micro-para {
  position: relative;
}

.core-micro-accordion .hr-line {
  background-color: #dadada;
}

.core-micro-accordion .accordion-button::after {
  content: "\F2EA";
  background-image: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #3463fe;
  font-family: "bootstrap-icons";
  transform: none;
  padding: 1px;
  font-size: 20px;
  line-height: 1;
}

.core-micro-accordion .accordion-button.collapsed::after {
  content: "\F4FE";
}

.core-micro-accordion .core-micro-wrap {
  position: relative;
  overflow: hidden;
  /* padding: 20px 20px 100px; */
  padding: 20px 20px;
}

.core-micro-accordion .core-micro-wrap:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: double 4px transparent;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
}

.core-micro-accordion .core-micro-wrap .h6-heading {
  font-size: 20px;
}

.core-micro-accordion .core-micro-content {
  max-height: 0;
  /* visibility: hidden; */
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  inset: 0;
  padding: 20px;
}

.core-micro-accordion .core-micro-wrap:hover .core-micro-content {
  max-height: 100%;
  /* visibility: visible; */
  opacity: 1;
  transition-delay: 0.1s;
}

.core-micro-accordion .core-micro-wrap .core-micro-content:focus {
  max-height: 100%;
  opacity: 1;
  transition: all 0s ease;
  background-color: #fff;
  outline: 2px solid #3463fe;
  outline-offset: -2px;
  border-radius: 20px;
}

.core-micro-accordion .core-micro-wrap:hover .core-micro-imgblk {
  opacity: 0;
}

.core-micro-accordion .core-micro-wrap .core-micro-imgblk:focus {
  outline: 2px solid #3463fe;
}

.euinox-advantage .euinox-advantage-head {
  font-size: 24px;
  font-weight: 600;
}

.hover-accordion-container .accordion-item,
.euinox-advantage .accordion-item {
  background-color: #fdfffc;
  border: 1px solid #eaecf0;
  position: relative;
  border-radius: 12px;
}

.hover-accordion-container .accordion-button:not(.collapsed),
.euinox-advantage .accordion-button:not(.collapsed) {
  background: none;
}

.hover-accordion-container .accordion-item::before,
.euinox-advantage .accordion-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-accordion-container .accordion-button,
.euinox-advantage .accordion-button {
  color: #000000;
  font-weight: 600;
  background: transparent;
}

.hover-accordion-container .accordion-button:not(.collapsed),
.euinox-advantage .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.hover-accordion-container .accordion-button::after,
.euinox-advantage .accordion-button::after {
  content: "\F4FA";
  background: none;
  font-family: bootstrap-icons !important;
  transform: none;
  position: absolute;
  top: 88px;
  right: 18px;
  color: #3564ff;
}

.three-teams-container .accordion-button::after {
  top: 71px;
}

.hover-accordion-container .accordion-button:not(.collapsed)::after,
.euinox-advantage .accordion-button:not(.collapsed)::after {
  content: "\F2E6";
}

.powering-commerce .cta-btn {
  z-index: 1;
  position: relative;
}

/* added accessibility  */
.powering-commerce .cta-btn:focus {
  outline: 2px solid #3463fe !important;
}

.border-hr {
  border-color: #3463fe !important;
}

.trusted-by-global-business .x-light {
  position: absolute;
  top: -20px;
  left: 0;
}

.globalBusinessSwiper .swiper-slide {
  transform: scale(0.9);
  transition: 0.3s all;
}

.globalBusinessSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: 0.3s all;
}

.globalBusinessSwiper::before {
  content: "";
  width: 272px;
  height: 100%;
  background: linear-gradient(272.07deg,
      rgba(0, 27, 46, 0) -24.49%,
      rgba(0, 27, 46, 0.8) 34.16%,
      #001b2e 98.04%);
  /* transform: rotate(180deg); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.globalBusinessSwiper::after {
  content: "";
  width: 272px;
  height: 100%;
  background: linear-gradient(272.07deg,
      rgba(0, 27, 46, 0) -24.49%,
      rgba(0, 27, 46, 0.8) 34.16%,
      #001b2e 98.04%);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.human-centric-commerce-wrapper {
  position: relative;
}

.human-centric-commerce-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      #041341 5.82%,
      rgba(15, 30, 78, 0) 326.6%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.human-centric-commerce-wrapper .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.human-centric-commerce-wrapper .hero-fit {
  object-fit: cover;
}

.human-centric-commerce-wrapper .container {
  position: relative;
  z-index: 1;
}

.x-light {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

.dot-light {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}

.modern-tab-wrapper {
  border-radius: 12px;
}

.modern-tab-wrapper {
  background-color: #f5f5f5;
  border: 0;
}

.modern-tab-wrapper .nav-link {
  color: #3c3c3c;
  font-weight: 500;
  border: 0;
  border-radius: 12px;
  width: 100%;
  white-space: nowrap;
  transform: 0.3s all;
}

.modern-tab-wrapper .nav-link:hover {
  color: #3564ff;
  transform: 0.3s all;
  background-color: #fff;
}

.modern-tab-wrapper.nav-tabs .nav-item.show .nav-link,
.modern-tab-wrapper.nav-tabs .nav-link.active {
  background-color: #3564ff;
  color: #ffffff;
}

.modern-tab-wrapper .nav-item {
  flex: 1;
}

.modern-content-wrapper {
  border: 1px solid #eaecf0;
  border-radius: 12px;
}

.modern-content-icon {
  width: 60px;
  min-width: 60px;
}

.modern-accordion-wrapper .accordion-item {
  border: 0;
}

/* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
.insights-perspectives {
  position: relative;
}

.expanded-slider-wrapper {
  max-width: 100%;
}

/* .expanded-swiper .swiper-wrapper {
  margin-left: -470px;
} */
.insights-perspectives-swiper .swiper-slide-active .h5-heading {
  font-size: 28px;
}

.insights-perspectives-content .h5-heading {
  font-size: 22px;
  line-height: 1.3;
}

.insights-perspectives-link .card-arrow {
  top: 30px;
  right: 30px;
  bottom: auto;
  color: #3564ff;
  transition: 0.3s all;
}

.insights-perspectives-link:hover .card-arrow {
  background-color: #3564ff;
  color: #ffffff;
  transition: 0.3s all;
}

.insights-perspectives-swiper .swiper-slide:first-child {
  padding-left: 0px;
}

.insights-perspectives-swiper .swiper-slide {
  /* width: 280px; */
  width: 25%;
  padding: 0 10px;
  transition: all 0.5s ease;
}

.insights-perspectives-swiper .swiper-slide-active {
  /* width: 670px; */
  width: 50%;
}

.insights-perspectives-swiper .swiper-slide-active .insights-head {
  font-size: 36px;
  transition: all 0.5s ease;
}

.insights-perspectives-swiper .swiper-slide-active .ip-body.no-para {
  bottom: calc(anchor(bottom) + 20px);
}

.insights-perspectives-swiper .insights-head {
  font-size: 24px;
}

.insights-perspectives-swiper .insights-perspectives-img {
  position: relative;
  height: 450px;
}

.insights-perspectives-swiper .insights-perspectives-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  anchor-name: --prodcnt;
}

.insights-perspectives-swiper .ip-body {
  position: absolute;
  bottom: calc(anchor(bottom) + 20px);
  position-anchor: --prodcnt;
  left: calc(anchor(left) + 20px);
  right: calc(anchor(right) + 20px);
}

.insights-perspectives-swiper .ip-ftr .insights-perspectives-para {
  padding: 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  font-size: 24px;
}

.insights-perspectives-swiper .swiper-slide-active .ip-body {
  bottom: calc(anchor(bottom) + 130px);
  /* position: relative; */
}

.insights-perspectives-swiper .swiper-slide-active .ip-ftr .insights-perspectives-para {
  transition: all 0.7s ease;
  transition-delay: 0.2s;
  opacity: 1;
  max-height: 100%;
}

.insights-perspectives-swiper .insights-perspectives-img:before {
  content: "";
  background: linear-gradient(180deg,
      rgba(31, 79, 176, 0) -6.85%,
      rgba(5, 22, 55, 0.2) 10.7%,
      rgba(5, 22, 55, 0.9) 58.09%,
      #051637 97.99%);
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 20px;
}

.insights-perspectives-swiper .insights-perspectives-link {
  display: block;
  border-radius: 20px;
  color: #fff;
  transition: all 0.5s ease;
}

/* .insights-perspectives-swiper .insights-perspectives-content {
  position: absolute;
  bottom: 0;
  height: 275px;
  overflow: hidden;
  transition: 0.3s all;
  padding: 15px;
}
.insights-perspectives-swiper
  .swiper-slide-active
  .insights-perspectives-content {
  height: auto;
  bottom: 0;
  transition: 0.3s all;
} */
.insights-perspectives-swiper .insights-perspectives-para {
  font-size: 20px;
}

.insights-perspectives-swiper .insights-perspectives-arrow {
  position: absolute;
  z-index: 1;
  width: 55px;
  right: 20px;
  top: 20px;
  background: #fff;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insights-perspectives-swiper .insights-perspectives-arrow .bi {
  font-size: 20px;
  color: #3564ff;
}

.insights-perspectives-swiper .insights-perspectives-arrow .bi::before {
  font-weight: 600 !important;
}

.insights-perspectives-swiper .swiper-slide-active .insights-perspectives-arrow,
.insights-perspectives-swiper .insights-perspectives-link:hover .insights-perspectives-arrow {
  transition: all 0.5s ease;
  background-color: #3564ff;
}

.insights-perspectives-swiper .swiper-slide-active .insights-perspectives-arrow .bi {
  color: #ffffff;
}

/* insights perspectives css end */
.label-head {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #eaecf0;
  border-radius: 3px;
  padding: 8px 12px;
  margin-bottom: 15px;
}

.sub-head-para {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

/* common css */
.comm-icon {
  width: 60px;
  height: 60px;
}

.comm-border {
  border: 1px solid #eaecf0;
  border-radius: 20px;
}

/* border gradient css */
.border-gradient {
  border-image: linear-gradient(to right, #b4dafd 0%, #f1d0fe 100%) 1;
  border-width: 2px;
  border-style: solid;
}

/* micro action swiper css */
.card-link {
  display: block;
  background-color: #fff;
  border-radius: 24px;
  transform: scale(1);
  transition: 0.5s all;
  padding: 10px;
  border: 1px solid #eaecf0;
}

.card-content {
  padding: 0 5px 5px;
}

.card-content .label-head {
  color: #000;
}

.card-arrow {
  position: absolute;
  bottom: 40px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 45px;
  height: 45px;
  transition: all 0.5s ease;
  border-radius: 50%;
  border: 1px solid #acacac;
}

/* micro action hover */
.card-link .card-img-wrapper {
  overflow: hidden;
  border-radius: 24px;
}

.card-link .card-img-wrapper .card-img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.card-link:hover .card-img-wrapper .card-img {
  transform: scale(1.1);
}

.card-link:hover .cta-arrow {
  background-color: #3873e4;
}

.card-link:hover .cta-arrow img {
  filter: brightness(0) invert(1);
}

.card-img img {
  border-radius: 20px;
}

.card-arrow .bi,
.cta-arrow .bi {
  font-size: 20px;
}

.card-link:hover .bi,
.insights-perspectives-link:hover .bi {
  color: #ffffff;
}

.card-arrow .bi::before,
.cta-arrow .bi::before {
  font-weight: 600 !important;
}

/* card pagination */
.card-pagination {
  position: static;
}

.card-pagination .swiper-pagination-bullet {
  background: #bcccff80;
  width: 26px;
  height: 26px;
  margin: 0px 6px !important;
}

.card-pagination .swiper-pagination-bullet.active {
  width: 60px;
  height: 26px;
  background: #3463fe;
  transform: translateZ(0);
}

.card-pagination:hover .swiper-pagination-bullet {
  background: #3463fe;
}

/* ----------------------------------------
# future ready CSS
------------------------------------------*/
.future-ready-wrap {
  background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to right, #b4dafd, #f1d0fe) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  position: relative;
  height: 100%;
}

.future-ready-wrap::before {
  content: "";
  background: linear-gradient(to right, #b4dafd 0%, #f1d0fe 100%);
  width: 95px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 1;
}

.future-ready-icon {
  z-index: 2;
}

.future-ready .future-ready-icon img {
  width: 48px;
  height: 48px;
}

.future-ready .future-ready-content {
  flex: 1;
  margin-left: 50px;
}

/* .future-ready-content .h6-heading {
  flex: 1;
} */
/* future ready counter css */
.future-ready-cs-wrap:first-child {
  border-right: 1px solid #eaecf0;
}

.future-ready-img {
  margin-bottom: 20px;
}

.future-ready-cs-innwrap {
  border-radius: 20px;
  padding: 20px 40px;
  gap: 45px;
  width: 100%;
}

.future-ready-cs-wrap {
  flex: 1;
}

.future-ready-cs-wrap:first-child {
  border-right: 1px solid #eaecf0;
}

.future-ready-cs-wrap .ft-body .cs-num {
  color: #3463fe;
  font-size: clamp(40px, 5vw, 50px);
}

.future-ready-img {
  margin-bottom: 0;
}

.our-micro-action {
  position: relative;
}

.x-cross {
  position: absolute;
  left: 75px;
  top: 75px;
}

/* ----------------------------------------
# our microservices action CSS
------------------------------------------*/
.our-micro-action .row-wrap {
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.micro-action-wrap {
  border-radius: 24px;
}

.micro-action-imgwrp img {
  border-radius: 16px;
}

.micro-info {
  color: #3564ff;
  font-size: 20px;
}

.card-link:hover .card-arrow,
.card-pagination .swiper-pagination-bullet:hover {
  background-color: #3564ff;
}

/* .micro-action-swiper .swiper-slide:hover .card-arrow {
  background-color: #3564ff;
}
.micro-action-swiper .swiper-slide:hover .card-arrow img {
  filter: brightness(0) invert(1);
}
.card-pagination .swiper-pagination-bullet:hover {
  background-color: #3564ff;
} */
/* card pagination */
.card-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  position: relative;
}

.card-pagination.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pagination .swiper-pagination-bullet {
  background: #bcccff80;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  opacity: 1;
  transition:
    width 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 26px;
  background: #3463fe;
  transform: translateZ(0);
}

/* ----------------------------------------
# Add on offerings CSS
------------------------------------------*/
.offering-hero-banner {
  height: 100vh;
}

.offering-hero-banner .container {
  position: relative;
  z-index: 1;
}

.rotate-180-deg {
  transform: rotate(180deg);
}

.ebook-wrapper {
  margin-right: -90px;
  margin-top: -75px;
}

.core-micro-accordion .accordion-item {
  border: 0;
}

.core-micro-accordion .accordion-button.collapsed {
  border-radius: 20px;
  border: 1px solid #eaecf0;
}

.core-micro-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}

.core-micro-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  border: 1px solid #3463fe;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.core-micro-accordion .accordion-collapse {
  border: 1px solid #3463fe;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.modern-accordion-wrapper .accordion-item {
  background: transparent;
}

.ecclips-top-left {
  position: absolute;
  top: -75px;
  left: 0;
}

.tab-sticky-heading {
  position: sticky;
  top: 100px;
}

.dot-img-right {
  position: absolute;
  top: 0;
  right: 20px;
}

.ellipse-img-right {
  position: absolute;
  top: -75px;
  right: 0;
}

/* ----------------------------------------
# explore core microservices CSS
------------------------------------------*/
/*.core-micro-accordion .accordion-button {
  color: #3463fe;
  font-size: 28px;
  font-weight: 600;
}
.core-micro-accordion .accordion-button:focus {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.core-micro-accordion .core-micro-para {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.core-micro-accordion .accordion-button,
.core-micro-accordion .accordion-item {
  border-radius: 20px !important;
  border: 1px solid #eaecf0 !important;
}
.core-micro-accordion .core-micro-wrap {
  height: 230px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.core-micro-accordion .core-micro-wrap:hover::before {
  opacity: 1;
  border-color: transparent;
  transition: 0.3s all;
}
.core-micro-accordion .core-micro-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
  z-index: 1;
}
.core-micro-accordion .core-micro-content,
.core-micro-wrap:hover .core-micro-imgblk {
  opacity: 0;
}
.core-micro-wrap:hover .core-micro-content {
  opacity: 1;
}
.core-micro-wrap:hover .core-micro-imgblk {
  display: none;
}
.core-micro-accordion .accordion-button:not(.collapsed) {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.core-micro-accordion
  .accordion
  .accordion-item:has(
    .accordion-collapse.show,
    .accordion-collapse.collapsing
  ) {
  border: 1px solid #3463fe !important;
}
.core-micro-accordion .accordion-button::after {
  content: "";
  background-image: none !important;
}
.core-micro-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 29px;
  right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3564ff;
  font-size: 20px;
  font-weight: 700;
}
.core-micro-accordion .accordion-button:not(.collapsed)::after {
  content: "\f2ea";
  color: #3564ff;
  font-size: 20px;
  font-weight: 700;
}
.core-micro-accordion .accordion-button::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 26px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #3873e4;
}*/

/* pagination */
.ip-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-pagination.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #d9e1fb;
  margin: 0 6px !important;
  opacity: 1;
  transition:
    width 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.ip-pagination .swiper-pagination-bullet-active {
  width: 60px;
  height: 26px;
  background: #3463fe;
  transform: translateZ(0);
}

/* ----------------------------------------
# BG Linear Sec CSS
------------------------------------------*/
.drive-ecom-head {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.drive-ecom-para {
  font-size: 20px;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 0;
}

/* ----------------------------------------
# Faqs CSS
------------------------------------------*/
.faqs .accordion-button:not(:focus) {
  border: 0 !important;
}

.faqs .accordion-button,
.faqs .accordion-item {
  border-radius: 20px !important;
  border: 1px solid #eaecf0 !important;
}

.faqs .accordion-button {
  font-size: 24px;
  /* padding: 25px 65px 25px 25px !important; */
}

.faqs .accordion-button:focus,
.faqs .accordion-button:focus-visible,
.faqs .accordion-button:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* added accessibility  */
.faqs .accordion-button:focus {
  outline: 2px solid #3463fe !important;
}

.faqs .accordion-button:not(.collapsed) {
  /* color: #3873e4 !important; */
  color: #3463fe !important;
  /* added accessibility  */
  background: none;
  box-shadow: none !important;
  border: none !important;
  border-bottom-color: transparent !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-bottom: 15px !important;
}

.faqs .accordion-body {
  padding-left: 62px;
}

.faqs .accordion-button::after {
  content: "\F2EA";
  background-image: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #3463fe;
  font-family: "bootstrap-icons";
  transform: none;
  padding: 1px;
  font-size: 20px;
  line-height: 1;
  color: #3463fe;
}

.faqs .accordion-button.collapsed::after {
  content: "\F4FE";
}

/* ----------------------------------------
# Partner CSS
------------------------------------------*/
.part-x {
  position: absolute;
  inset: 40px 0 0 60px;
}

.partner-sec-wrap,
.partners-logo-wrap {
  border: 1px solid #eaecf0;
  border-radius: 20px;
  background: #ffffff;
}

.partner-sec-wrap {
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: rgba(60, 60, 60, 1);
}

.partner-sec-wrap:focus,
.partner-sec-wrap:hover {
  color: rgba(60, 60, 60, 1);
}

.partner-sec-wrap:focus .partners-logo-wrap .card-arrow,
.partner-sec-wrap:hover .partners-logo-wrap .card-arrow {
  background-color: rgba(52, 99, 254, 1);
}

.partners-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px 70px;
  margin-bottom: 20px;
}

.partners-logo-wrap .card-arrow {
  bottom: 15px;
  border: 1px solid rgba(172, 172, 172, 1);
}

.partners-logo-wrap .card-arrow .bi:before {
  color: rgba(53, 100, 255, 1);
}

.partner-sec-wrap:focus .partners-logo-wrap .card-arrow .bi:before,
.partner-sec-wrap:hover .partners-logo-wrap .card-arrow .bi:before {
  color: #fff;
}

.partners-head {
  font-size: 24px;
  font-weight: 600;
}

.partners-desc {
  font-size: 20px;
  font-weight: 400;
}

/* ----------------------------------------
# Resources CSS
------------------------------------------*/
.resource-profile {
  margin-top: -100px;
}

.resource-profile-img {
  background-color: #b4dafd;
  border: 4px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
}

.masonry-item {
  margin-bottom: 1em;
  border-radius: 8px;

  opacity: 0;
  transform: translateY(150px);
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  display: block;
  /* keep it visible for animation */
}

.masonry-item.show {
  opacity: 1;
  transform: translateY(0px);
}

.masonry-item.hide {
  opacity: 0;
  transform: translateY(150px);
}

.filter-tab-button {
  padding: 6px 24px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 8px;
  border: 0;
  margin-bottom: 15px;
  transition: all 0.5s ease;
  background-color: #f5f5f5;
}

.filter-tab-button:hover,
.filter-tab-button:focus,
.filter-tab-button.filter-active {
  background-color: #3564ff;
  color: #fff;
}

.filter-tab-sec .card-link .card-img-wrapper {
  border: 1px solid #eaecf0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.filter-tab-sec .card-arrow {
  bottom: 20px;
}

.partner-logo {
  width: 150px;
}

.masonry-item .drive-ecom-box {
  border: 1px solid #eaecf0;
  border-radius: 12px;
  height: 100%;
  padding: 12px;
  font-size: 18px;
}

/* ----------------------------------------
# Agent To Agent Transaction CSS
------------------------------------------*/
.x-verticle-img {
  position: absolute;
  top: 0;
  left: -20px;
}

.dot-bottom-img {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.resource-cart-img {
  position: absolute;
  bottom: 120px;
  left: -20px;
}

.resource-settings-img {
  position: absolute;
  top: 60px;
  right: 0;
}

.ellipse-small-img {
  position: absolute;
  top: 0;
  right: 0;
}

.resource-profile .profile-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.bullet-style-list .list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
}

.number-style-list.list-group-numbered .list-group-item::before {
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  top: 0;
  left: 0;
  line-height: 1;
}

/* ----------------------------------------
# Success Stories CSS
------------------------------------------*/
.icon-ids-heading {
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 600;
  margin: 0;
}

.badge {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.8rem;
  border: 1px solid var(--border);
  background: #f3f4f6;
  color: #374151;
}

/* Hidden util (use class instead of hidden attribute) */
.is-hidden {
  display: none !important;
}

/* Staggered fade + slide animation */
@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .card {
    animation: none !important;
    transition: none !important;
  }
}

/* .card-empty {
  text-align: center;
  color: var(--muted);
  padding: 24px;
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  background: #fff;
} */
/* ----------------------------------------
# Success Stories Inner Page CSS
------------------------------------------*/
.ss-tab-sec {
  position: relative;
  /* background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%); */
}

.ss-tab-sec:before {
  content: "";
  position: absolute;
  left: -80px;
  top: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 18px solid rgba(184, 216, 254, 1);
}

.ss-tab-sec .dot-img {
  position: absolute;
  inset: 10px 0 0 100px;
}

.bgBox-wrap {
  background: rgba(232, 219, 237, 0.2);
  height: 100%;
  padding: 15px;
  border-radius: 20px;
}

.numBox {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(150deg, #b4dafd -27.08%, #f1d0fe 109.34%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.numBox span {
  font-size: 36px;
  font-weight: 600;
  line-height: 0;
  color: #3463fe;
}

/* -----------------------------------------
# Industry CSS
------------------------------------------------*/
.industry-banner {
  height: 100vh;
}

.x-single-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.x-verticle-bottom-img {
  position: absolute;
  bottom: -50px;
  left: 65px;
}

.ellipse-small-top-right-img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.dot-bottom-right-img {
  position: absolute;
  bottom: 30px;
  right: -50px;
}

.agile-platform .future-ready-cs-innwrap {
  border: 1px solid #eaecf0;
}

.core-micro-accordion .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0 0 20px 20px;
}

.core-micro-accordion .accordion-button::after {
  color: #3463fe;
}

.core-micro-accordion .accordion-item {
  border-radius: 20px;
}

.card-link:hover .card-arrow {
  background-color: #3873e4;
  transition: all 0.5s ease;
}

.tailoring-humman-centric-accordion .accordion-button {
  position: relative;
}

.tailoring-humman-centric-accordion .accordion-button::after {
  position: absolute;
  top: 28px;
  right: 20px;
}

.two-row-slider.swiper-grid-column>.swiper-wrapper {
  flex-direction: unset;
  align-items: stretch;
}

.two-row-slider .swiper-slide {
  margin-top: 0 !important;
  height: auto !important;
  margin-bottom: 20px;
}

.outcome-container .card-link .card-img-wrapper {
  height: 200px;
}

.outcome-container .card-link .card-img-wrapper .card-img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.outcome-container .card-arrow {
  bottom: 20px;
}

.industry-outcome-container .card-link .card-img-wrapper {
  height: 240px;
}

.industry-outcome-container .card-link .card-img-wrapper .card-img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* -----------------------------------------
# Blog CSS
------------------------------------------------*/
.blog-container .dot-img-right {
  top: -20px;
}

.vertical-tab-wrapper {
  border: 1px solid #eaecf0;
  background-color: #ffffff;
  border-radius: 20px;
}

.vertical-tab-wrapper.nav-tabs .nav-link {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  border: 0;
  line-height: 1.3;
}

.vertical-tab-wrapper.nav-tabs .nav-item.show .nav-link,
.vertical-tab-wrapper.nav-tabs .nav-link.active {
  color: #3463fe;
  font-weight: 600;
}

/* ----------------------------------------
# Contact us CSS
------------------------------------------*/
.contact-us .contact-form {
  border-radius: 20px;
}

.contact-us .form-label {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-us .form-label sup {
  color: #ff383c;
  font-size: 16px;
  font-weight: 400;
  top: 0;
}

.contact-us .form-control {
  /* color: #acacac; */
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px;
  border: 1px solid #eaecf0;
  padding: 15px 25px;
}

.contact-us .form-control::placeholder {
  /* color: #acacac; */
  font-size: 16px;
}

.contact-us .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(60, 60, 60, 0.5);
  border-radius: 5px;
}

.contact-us .form-check-input:focus,
.contact-us .form-check-input:focus-visible {
  box-shadow: none;
  outline: 2px solid #3873e4;
}

.contact-us .form-check-label {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
}

.contact-us .privacy-link {
  color: #3463fe;
  text-decoration: underline;
}

/* added accessibility  */
form button.cta-btn {
  outline-offset: 2px;
}

/* RGM page */

.content-table {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  /* padding: 30px; */
}

.top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.value-card {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  text-align: center;
  padding: 20px 30px;
}

.value-label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.value-number {
  font-size: 40px;
  font-weight: 800;
}

.value-desc {
  color: #9ea8b6;
  font-size: 13px;
  margin-top: 8px;
}

/* Desktop */
.card-platforms-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #eaecf0;
}

.card-platform {
  padding: 20px;
  border-right: 1px solid #eaecf0;
}

.card-platform:last-child {
  border-right: none;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.line {
  width: 30px;
  height: 3px;
  margin-bottom: 15px;
}

.pricing .line {
  background: #00a2ff;
}

.promotion .line {
  background: #8b5cf6;
}

.assortment .line {
  background: #ff9800;
}

.pack .line {
  background: #ffc107;
}

.trade .line {
  background: #00d084;
}

.explore-btn {
  background: none;
  border: none;
  color: rgb(52, 99, 254);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

button:focus {
  outline: none !important;
}

.content-area-platform {
  display: none;
  border-top: 1px solid #eaecf0;
  padding: 30px;
  min-height: 220px;
  border-bottom: 1px solid #eaecf0;
}

.content-platform {
  display: none;
}

.content-platform.active {
  display: block;
}

.content-area-platform.show {
  display: block;
}

.content-platform ul {
  list-style: none;
  padding-left: 0;
}

.content-platform li {
  margin-bottom: 10px;
  position: relative;
}

.content-platform .promotion-list li {
  display: flex;
  align-items: self-start;
}

.content-platform .business-list li {
  padding-left: 18px;
}

.content-platform .business-list li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #3463fe;
  border-radius: 50%;
  top: 12px;
}

.platform-service-wrapper {
  border-bottom: 1px solid #eaecf0;
  border-top: 1px solid #eaecf0;
}

.content-area-platform.show {
  border-bottom: none;
}

.platform-service {
  border: 1px solid #eaecf0;
  width: max-content;
  padding: 10px 30px;
  border-radius: 50px;
  margin: auto;
}

.platform-list-wrap .platform-list {
  border-right: 1px solid #eaecf0;
}

/* microservices */

.future-agent-icon img {
  height: 60px;
  width: 60px;
}

.future-agent-wrapper {
  position: relative;
}

.future-agent-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  min-width: 104px;
  height: clamp(104px, 100%, 132px);
  background: linear-gradient(90deg,
      rgba(134, 197, 255, 0.45),
      rgba(228, 162, 254, 0.45));
  border-radius: 20px 70px 70px 20px;
}

.our-offering .future-agent-wrapper::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  height: clamp(80px, 100%, 132px);
  background: linear-gradient(90deg,
      rgba(134, 197, 255, 0.45),
      rgba(228, 162, 254, 0.45));
  border-radius: 20px 70px 70px 20px;
  min-width: 104px;
}

/* .future-agent-wrapper>div:nth-child(1) {
  width: 20%;
}
.future-agent-wrapper>div:nth-child(2) {
  width: 80%;
} */
.future-card {
  margin-left: 64px;
}

.adopt-future .future-ready-cs-wrap .ft-body .cs-num {
  font-size: clamp(40px, 5vw, 64px);
}

.adopt-future .future-ready-cs-wrap {
  padding: 20px 60px;
}

.adopt-future .future-ready-cs-wrap:first-child {
  border-right: 2px solid #eaecf0;
}

.agentic-protocols {
  background-color: #0b1430;
}

.agentic-protocols .intelligent-execution-heading {
  font-size: 18px;
}

.core-micro-wrap {
  height: 200px;
  overflow: hidden;
  padding: 24px;
  border-radius: 20px;
  transition: height 0.4s ease;
}

.core-micro-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.quote-wrapper {
  padding: 30px;
  border-radius: 30px;
}

.quote-img {
  width: 42px;
}

/* ebook */
.ebook-resources .ellipse-top-left-img {
  position: absolute;
  top: -70px;
  left: 0;
}

.ebook-resources .dot-light {
  top: -10px;
  left: 106px;
}

.filter-text,
.filter-text p {
  width: 152px;
}

.top-left-1 {
  position: absolute;
  top: 0px;
  left: 0;
}

/* digital commerce page */

.dct-dot {
  margin-left: -12px;
}

/* Make all cards equal height */
.dct-section .resource-card .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
}

.dct-section .resource-card .card-link .card-img-wrapper {
  border-radius: 12px;
}

.dct-section .resource-card .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Profile stays at bottom */
.dct-section .resource-card .profile {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

/* event-listing */
.event-list-pipe {
  display: flex;
  gap: 20px;
}

.venue-date {
  display: flex;
  gap: 16px;
  font-weight: 600;
  font-size: 16px;
}

.date-wrapper {
  display: flex;
  gap: 10px;
  /* border: 1px solid blue; */
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid rgba(51, 92, 255, 0.2);
  background: rgba(51, 92, 255, 0.1);
  width: fit-content;
}

.date-wrapper img {
  width: 16px;
}

.date-wrapper.location {
  width: fit-content;
}

.card-data-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 70px;
}

.revenue-card {
  background: rgb(10, 14, 26);
  border-top: 1px solid rgba(36, 44, 60, 0.6);
  border-bottom: 1px solid rgba(36, 44, 60, 0.6);
}

.start-card {
  display: flex;
  gap: 20px;
  background: rgb(15, 19, 36);
  border: 1px solid rgb(31, 37, 51);
  align-items: center;
  padding: 16px;
}

.start-card .cs-num {
  font-size: clamp(35px, 5vw, 48px);
}

.st-num {
  width: 120px;
}

.event-list-execution .execution-item {
  flex: 0 0 33%;
  max-width: 33%;
}

.agenda-table {
  border: 1px solid #272f3e;
  border-radius: 20px;
}

.table-sec-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.table-sec {
  padding: 16px 20px;
  border-bottom: 1px solid #272f3e;
}

.agenda-table .table-sec:last-child {
  border-bottom: none;
}

.table-sec .first-col {
  width: 20%;
}

.table-sec .second-col {
  width: 80%;
}

.image-text-listing .image-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text-listing .host-img {
  width: 35%;
}

.image-text-listing .text-container {
  margin-left: 3rem;
  width: calc(65% - 3rem);
}

.image-text-listing .thumb-img img {
  overflow: hidden;
  border-radius: 50%;
}

.image-text-listing .image .primary-gradient {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text-listing .linkedin-icon {
  border: 1px solid #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.image-text-listing .linkedin-icon i {
  color: #ffffff;
  text-decoration: none;
}

.custom-large-icon,
.custom-mid-icon,
.custom-small-icon {
  background-image: radial-gradient(circle,
      #cad6fd,
      #d0d5fe,
      #d6d4fe,
      #ddd3fe,
      #e4d2fd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-large-icon {
  width: 60px;
  height: 60px;
}

.lrg-icon {
  width: 40px;
  height: 40px;
  /* object-fit: cover; */
}

.custom-mid-icon {
  width: 50px;
  height: 50px;
}

.mid-icon {
  width: 34px;
  height: 34px;
  /* object-fit: cover; */
}

.custom-small-icon {
  width: 40px;
  height: 40px;
}

.sml-icon {
  width: 26px;
  height: 26px;
  /* object-fit: cover; */
}

.xf-content-height {
  margin: 0 !important;
}

.page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.error-smg {
  display: none;
}

/* footer start */

/* ----------------------------------------
# Footer CSS
------------------------------------------*/
.skip-nav ul {
  padding: 0px;
  margin: 0px;
}
.skip-main-cnt,
.skip-footer {
  background: #2e62f5;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  /* transform: translateY(-100%); */
  transition: transform 0.3s;
  color: #fff;
  font-weight: 400;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  /* transform: translateY(0%); */
  color: #fff;
  outline: 2px solid #2e53e1 !important;
  outline-offset: 1px;
}
.skip-main-cnt {
  transform: translateY(-100%);
}
.skip-footer {
  transform: translateY(-170%);
}
.skip-main-cnt:focus {
  transform: translateY(10%);
}
.skip-footer:focus {
  transform: translateY(-50%);
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}

.footer-rw>div:last-child>.ftr-head {
  border-bottom: 0px;
}

.footer-rw>div:last-child .ftr-head:after {
  display: none;
}

ul.footer-txt>li {
  margin-bottom: 10px;
}

ul.footer-txt>li>a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

ul.footer-txt>li>a:hover {
  text-decoration: underline;
}

.ftr-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.copy-txt {
  color: #333;
  font-size: 16px;
}

.copy-logo {
  text-align: end;
}

.copy-logo img {
  width: 105px;
}

.accordion .accordion-item .accordion-body p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Dark theme css added */
.light-theme-display {
  display: none !important;
}

.header {
  background-color: #001b2e;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #3c3c3c;
}

.top-header {
  border-bottom: 1px solid #3c3c3c;
}

.page-title {
  border-left-color: #3c3c3c;
  color: #ffffff;
}

.header .nav-link {
  color: #ffffff;
}

.cta-search {
  color: #ffffff;
}

.cta-enquiry {
  position: fixed;
  right: -57px;
  top: 50%;
  z-index: 2;
  transform: rotate(90deg);
}

.top-header-menu-item-link.active {
  color: #b8d8fe;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.color-dark-blue {
  color: #001b2e;
}

.color-red {
  color: #ff4848;
}

.color-light-green {
  color: #7dff6f;
}

.bg-dark-linear {
  background: linear-gradient(180deg, #001b2e 59.57%, #001457 100%);
}

.dark-theme-banner {
  background-color: #001b2e;
}

.h1-heading,
.hero-banner-content {
  color: #ffffff;
}

.h1-heading .color-sky-blue {
  color: #b8d8fe !important;
}

.item-highlight {
  background: rgba(252, 237, 152, 0.1);
  border: 1px solid #fced98;
}

.item-highlight .color-palewhite,
.item-highlight .color-sky-blue {
  color: #fced98 !important;
}

.agent-to-agent-negotiation-header {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px 24px 0 0;
}

.agent-to-agent-negotiation-heading {
  font-size: 18px;
  color: #b8d8fe;
}

.agent-to-agent-negotiation-footer {
  background: linear-gradient(90deg,
      rgba(180, 218, 253, 0.08) 0%,
      rgba(241, 208, 254, 0.08) 100%);
  border-radius: 8px;
}

.colorful-linear-text {
  background: linear-gradient(90deg, #86c5ff 0%, #e4a2fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.x-vertical-top-right-img-dark-theme {
  top: 0;
  bottom: 0;
  margin: auto;
}

.advantage-left {
  background-color: #fbf1ff;
  border: 1px solid #eaecf0;
  border-radius: 25px;
}

.agentic-era .color-sky-blue {
  color: #b8d8fe !important;
  border-bottom: 0;
}

.agentic-era-heading {
  font-size: 20px;
}

.agentic-era-list-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}

.legacy-edi {
  background-color: #01164e;
  border-radius: 8px;
}

.bg-colorful-linear3 {
  background: linear-gradient(90deg,
      rgba(180, 218, 253, 0.08) 0%,
      rgba(241, 208, 254, 0.08) 100%);
}

.bg-colorful-linear4 {
  background: linear-gradient(90deg,
      rgba(180, 218, 253, 0.2) 0%,
      rgba(241, 208, 254, 0.2) 100%);
}

.agent-ready-commerce-item {
  border: 3px solid #b8d8fe;
  border-radius: 10px;
}

.agent-ready-commerce-item.colorful-border {
  border: 0;
}

.agent-ready-commerce-item.colorful-border::before {
  border-radius: 10px;
}

.agent-commerce-interface-structure {
  background: #b8d8fe;
  border-radius: 10px;
}

.agent-commerce-interface-structure-item {
  border: 2px solid #ffffff;
}

.list-dot-item {
  position: relative;
}

.list-dot-item::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* Agents */
.nine-personified-commerce-agents-list .list-dot-item::before {
  background-color: #acacac;
}

.nine-personified-commerce-agents-list-item {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(32px);
  border-radius: 8px;
}

.live-signal {
  width: 9px;
  height: 9px;
  background: #12af01;
  border-radius: 100%;
  display: block;
}

.enterprise-grade {
  display: inline-block;
}

.enterprise-grade * {
  position: relative;
}

.enterprise-grade::before {
  border-radius: 13px;
  background-image:
    linear-gradient(#001b2e, #001b2e),
    linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  border: double 1px transparent;
}

.enterprise-grade-heading {
  color: #b8d8fe;
  font-size: 32px;
}

.no-code-container {
  margin-left: 20px;
}

.no-code {
  font-size: 24px;
}

.enterprise-grade-container {
  margin-top: -12px;
  margin-right: 20px;
}

.no-code-container {
  margin-top: -42px;
}

/* .execution-item {
    border: 1px solid #EAECF0 !important;
    border-radius: 12px;
} */
.intelligent-commerce-card {
  border: 0;
}

.colorful-border::before {
  border: double 2px transparent;
}

.intelligent-commerce-card * {
  position: relative;
}

.enterprise-team .colorful-border::before {
  border: double 1px transparent;
}

.enterprise-team-highlight {
  color: #e0eeff;
}

.agent-content {
  background: #e0eeff;
  border-radius: 8px;
}

.agent-content .agent-heading,
.agent-content .agent-para {
  color: #3c3c3c;
}

.agent-content::before {
  display: none;
}

.agent-workflow-function {
  background: #e0eeff;
  border: 1px solid #082767;
}

.agent-workflow-function-display {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #3463fe;
}

.agent-workflow-function-display:before,
.agent-workflow-function-display:after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background: #3463fe;
}

.agent-workflow-function-display:before {
  left: 0;
}

.agent-workflow-function-display:after {
  right: 0;
}

.commerce-agent-studio-banner-block::before {
  background-color: #b4dafd;
}

.commerce-agent-studio-banner-block::after {
  display: none;
}

.agent-workflow-function-display-list {
  list-style: none;
  /* Remove default bullets */
  counter-reset: my-counter;
  /* Initialize counter */
}

.agent-workflow-function-display-item {
  counter-increment: my-counter;
  /* Increment for each <li> */
  padding-left: 40px;
}

.agent-workflow-function-display-item::after {
  /* Formats the counter with a leading zero if < 10 */
  content: counter(my-counter);
  color: #ffffff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #3463fe;
  border-radius: 100%;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.agent-workflow-function-display-item.active::after {
  top: 20px;
}

.agent-workflow-function-display-item.active::before {
  top: 3px;
  left: 13px;
}

/* Intelligent Commerce Suite */
.cta-btn-home-menu {
  color: #ffffff;
}

.hero-banner-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.intelligent-hero-banner-content {
  z-index: 1;
}

.colorful-border * {
  position: relative;
}

.agent-to-agent-negotiation-item {
  border: 1px solid #082767;
  backdrop-filter: blur(32px);
  border-radius: 8px;
}

.colorful-border::before {
  border: double 2px transparent;
}

.ai-capabilities-text {
  color: #fbfbfc;
}

.es-border::before {
  border-radius: 10px;
}

.fs-20 {
  font-size: 20px;
}

.color-sky-blue-light {
  color: #b8d8fe;
}

.light-border {
  border: 1px solid #022468;
}

.light-highlight {
  background: rgba(224, 238, 255, 0.8);
}

.guardrails-item::before {
  width: 4px;
}

.guardrails-item::after {
  display: none;
}

.guardrails-item-img {
  width: 48px;
  height: 48px;
}

.modern-tab-wrapper {
  border-radius: 12px;
}

.modern-tab-wrapper {
  background-color: #f5f5f5;
  border: 0;
}

.modern-tab-wrapper .nav-link {
  color: #3c3c3c;
  font-weight: 500;
  border: 0;
  border-radius: 12px;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s all;
  outline: 1px solid #3564ff;
}

.modern-tab-wrapper .nav-link:hover {
  color: #3564ff;
  transition: 0.3s all;
  background-color: #fff;
}

.modern-tab-wrapper.nav-tabs .nav-item.show .nav-link,
.modern-tab-wrapper.nav-tabs .nav-link.active {
  background-color: #3564ff;
  color: #ffffff;
  border: 1px solid #3564ff;
}

.modern-tab-wrapper .nav-item {
  flex: 1;
}

.modern-tab-wrapper .nav-item:not(:last-child) {
  margin-right: 8px;
}

.commerce-intelligence .euinox-advantage .accordion-button::after {
  top: 48px;
}

.commerce-intelligence .euinox-advantage .accordion-item::before {
  opacity: 1;
}

.commerce-intelligence-border-top {
  border-color: #eaecf0;
  opacity: 1;
}

.euinox-advantage .accordion-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.commerce-agentic-accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #082a70;
  border-radius: 12px;
}

.euinox-advantage .commerce-agentic-accordion .accordion-collapse {
  background-color: #001b2e;
  z-index: 1;
}

/* Agentic Commerce */
.commerce-platform-item {
  border: 1px solid #eaecf0;
  border-radius: 8px;
}

.shifts-section .numbering-style-item {
  background-color: #fdfffc;
  border: 1px solid #eaecf0;
  border-radius: 20px;
}

.shifts-section .numbering-style .numbering-style-item::before {
  margin-left: 0;
}

.shifts-section .list-card-style:after {
  display: none;
}

.reverse-dark-gradient {
  background: linear-gradient(0deg, #001b2e 54.53%, #001457 103.93%);
}

.single-platform-item {
  border: 1px solid #eaecf0;
  border-radius: 20px;
  overflow: hidden;
}

.single-platform-item-heading {
  border-bottom: 1px solid #ffffff;
}

.single-platform-item-title {
  font-size: 23px;
}

.single-platform-item-top {
  border-bottom: 1px solid #acacac;
  min-height: 65px;
}

.single-platform-item-content {
  border-right: 1px solid #ffffff;
}

.advantage-left-inner {
  background: #f1f8ff;
  border-radius: 25px 0 0 25px;
}

.agent-ready .agentic-era-heading {
  border-bottom: 1px solid #dedede;
}

.small-icon-img {
  width: 40px;
  height: 40px;
}

.box-item {
  background-color: rgb(253, 255, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(234, 236, 240);
  border-image: none;
  border-radius: 20px;
}

/* ----------------------------------------
# Faqs CSS
------------------------------------------*/
.faqs .accordion-button:not(:focus) {
  border: 0 !important;
}

.faqs .accordion-button,
.faqs .accordion-item {
  border-radius: 20px !important;
  border: 1px solid #eaecf0 !important;
}

/* .accordion-button.collapsed {
  border-radius: 20px !important;
} */
.faqs .accordion-button {
  font-size: 24px;
  /* padding: 25px 65px 25px 25px !important; */
}

.faqs .accordion-button:focus,
.faqs .accordion-button:focus-visible,
.faqs .accordion-button:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* added accessibility  */
.faqs .accordion-button:focus {
  outline: 2px solid #3463fe !important;
}

.faqs .accordion-button:not(.collapsed) {
  /* color: #3873e4 !important; */
  color: #3463fe !important;
  /* added accessibility  */
  background: none;
  box-shadow: none !important;
  border: none !important;
  border-bottom-color: transparent !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-bottom: 15px !important;
}

.faqs .accordion-body {
  padding-left: 62px;
}

.faqs .accordion-button::after {
  content: "\F2EA";
  background-image: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #3463fe;
  font-family: "bootstrap-icons";
  transform: none;
  padding: 1px;
  font-size: 20px;
  line-height: 1;
  color: #3463fe;
}

.faqs .accordion-button.collapsed::after {
  content: "\F4FE";
}

/* Start Agent Commerce Interface */
.bg-colorful-liner1 {
  background: linear-gradient(90deg,
      rgba(180, 218, 253, 0.2) 0%,
      rgba(241, 208, 254, 0.2) 100%);
}

.product-screen-bg-container {
  width: 430px;
  position: relative;
}

.product-screen-bg {
  width: 450px;
  height: 450px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ellipse-bottom-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.dot-light-left-bottom-img {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* .advantage-left {
  background-color: #e4f0ff;
  border-radius: 25px 0 0 25px;
  border: 1px solid #eaecf0;
} */
.advantage-left .h6-heading {
  border-bottom: 1px solid #d8d8d8;
}

.advantage-right {
  border-radius: 0 25px 25px 0;
  border: 1px solid #eaecf0;
}

.advantage-right .h6-heading {
  border-bottom: 1px solid #ffffff;
}

.colorful-border {
  position: relative;
}

.colorful-border::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: double 4px transparent;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
}

.colorful-border * {
  position: relative;
}

.colorful-dark-bg-border::before {
  background-image:
    linear-gradient(#001b2e, #001b2e),
    linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  border-radius: 8px;
}

.colorful-dark-bg-border * {
  position: relative;
}

.colorful-border-single-border::before {
  border: double 1px transparent;
}

.colorful-box-shadow::before {
  box-shadow: 0px 0px 6px 0px #3463fe;
}

.numbering-style {
  list-style: none;
  /* Remove default bullets */
  counter-reset: my-counter;
  /* Initialize counter */
}

.numbering-style .numbering-style-item {
  counter-increment: my-counter;
  border-right: 1px solid #eaecf0;
}

.numbering-style .numbering-style-item:nth-child(3n) {
  border-right: 0;
}

.numbering-style .numbering-style-item::before {
  /* Formats the counter with a leading zero if < 10 */
  content: counter(my-counter, decimal-leading-zero);
  font-weight: 600;
  background: linear-gradient(90deg, #86c5ff 0%, #e4a2fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: normal;
  margin-left: 5px;
}

.x-vertical-top-right-img {
  position: absolute;
  top: 30px;
  right: 50px;
}

.agentic-era-heading {
  font-size: 20px;
  border-bottom: 1px solid #dedede;
}

.advantage-left-inner {
  background: #f1f8ff;
  border-radius: 25px 0 0 25px;
}

.ellipse-top-left-img {
  position: absolute;
  top: 0;
  left: 0;
}

.dot-light-top-left {
  position: absolute;
  left: 0;
  top: 110px;
}

.ai-aegnts-assistants-container {
  border: 1px solid #3c3c3c;
  border-radius: 24px;
}

.ai-aegnts-assistants-heading {
  border-bottom: 1px solid #3c3c3c;
}

.agent-commerce-interface-container {
  background: #3463fe;
  border-radius: 10px;
  border: 3px solid #000000;
  position: relative;
}

.agent-commerce-interface-container::after {
  content: "";
  position: absolute;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agent-commerce-interface-heading {
  font-size: 15px;
}

.agent-commerce-interface-para {
  font-size: 12px;
}

.agent-commerce-interface {
  background: #f2f1f1;
  border: 3px solid #333638;
  box-shadow: 10px 10px 0px -3px rgba(1, 45, 77, 1);
  border-radius: 10px;
  height: 100%;
}

.agent-commerce-interface-item {
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 14px;
}

.agent-commerce-interface-content {
  font-size: 12px;
  font-weight: 400;
}

.agent-commerce-interface-item.bg-white {
  background: #ffffff;
}

.interface-right-arrow {
  color: #acacac;
  font-size: 100px;
}

/* End Agent Commerce Interface */

/* Start Commerce Agent Studio */
.agentic-world-container {
  overflow: hidden;
}

.module-heading {
  font-size: 20px;
}

.colorful-border-inner-content {
  position: relative;
}

.custom-counter {
  list-style: none;
  /* Remove default bullets */
  counter-reset: my-counter;
  /* Initialize counter */
}

.custom-counter li {
  counter-increment: my-counter;
  /* Increment for each <li> */
  border-bottom: 1px dashed #acacac;
}

.custom-counter li::before {
  /* Formats the counter with a leading zero if < 10 */
  content: counter(my-counter, decimal-leading-zero);
  font-weight: 600;
  color: #b8d8fe;
  font-size: 36px;
  width: 70px;
  line-height: normal;
}

.intelligence-team-brief {
  width: calc(100% - 70px);
}

.enterprise-grade::before {
  opacity: 0.8;
}

.our-advantage .advantage-left,
.agent-orchestration .advantage-left {
  background-color: #f1f8ff;
  border-radius: 25px 0 0 25px;
}

/* End Commerce Agent Studio */

/* Start agent */
.intelligent-commerce-card {
  border: 1px solid #2a2b3a;
  border-radius: 36px;
}

.intelligent-execution-heading {
  font-size: 20px;
}

.execution-item {
  flex: 0 0 20%;
  max-width: 20%;
}

.inside-the-agents-item {
  flex: 0 0 20%;
  max-width: 20%;
}

.inside-the-agents-item-inner {
  border: 1px solid #eaecf0;
  border-radius: 16px;
}

.inside-the-agents-heading {
  font-size: 20px;
}

.agents-tab {
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.agents-tab .nav-link {
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
}

.agents-tab .nav-item.show .nav-link,
.agents-tab .nav-link.active {
  background: #3564ff;
  color: #ffffff;
  border: 0;
}

.agent-heading {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: 0.3s all;
}

.agent-para {
  font-size: 14px;
  font-weight: 500;
  color: #92939d;
  position: relative;
  transition: 0.3s all;
}

.agent-content {
  height: 100%;
}

.agent-content::before {
  background-image:
    linear-gradient(#001b2e, #001b2e),
    linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  border-radius: 8px;
  transition: 0.3s all;
}

.agent-content:hover:before {
  background: #b8d8fe;
  transition: 0.3s all;
}

.agent-content:hover .agent-heading {
  color: #3c3c3c;
  transition: 0.3s all;
}

.agent-content:hover .agent-para {
  color: #3c3c3c;
  transition: 0.3s all;
}

.agent-workflow-function {
  background-color: #e0eeff;
  border: 1px solid #3463fe;
  border-radius: 24px;
  height: 100%;
}

.agent-workflow-function-heading {
  color: #344054;
}

.agent-workflow-function-heading::before {
  border-radius: 8px;
}

.agent-workflow-function-heading .h6-heading {
  position: relative;
}

.agent-workflow-function-display-heading {
  font-size: 20px;
}

.agent-workflow-function-display-item.active {
  position: relative;
  padding-top: 20px;
}

.agent-workflow-function-display-item.active::before {
  content: "";
  width: 3px;
  height: 100%;
  border-left: 4px dashed #001b2e;
  position: absolute;
  top: 0;
  left: 13px;
  opacity: 0.4;
}

/* End Agent */

.agent-to-agent-negotiation::before {
  background-image:
    linear-gradient(#001b2e, #001b2e),
    linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  border: double 1px transparent;
  border-radius: 24px;
}

.agent-to-agent-negotiation * {
  position: relative;
}

.agent-to-agent-negotiation-item {
  border: 1px solid #082767;
  backdrop-filter: blur(32px);
  border-radius: 8px;
}

p {
  font-weight: 400;
}

.gradient-bg-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.mega-menu-content p {
  font-size: 16px;
}

.header-view-all {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  top: -6px;
  right: 0;
  color: #000000;
}

.header-view-all:hover {
  border: 0;
  color: #000000;
}

.agentic-frontend-container .ellipse-x-bg {
  top: -200px;
}

.agentic-transformation .light-border {
  box-shadow: 0px 0px 11px 0px rgba(53, 100, 255, 0.3);
}

.check-outline {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 10px;
}

.bg-dark-navy-blue {
  background-color: #070c16 !important;
}

.orchestration-container {
  background-color: #0b1430;
  border: 1px solid #112050;
}

.orchestration-text {
  color: #4f69cb;
}

.right-arrow-img {
  transform: rotate(90deg);
  width: 40px;
}

.stat-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}

.agentic-shift-content {
  border: 1px solid #eaecf0;
  border-radius: 12px;
}

.ai-first-approach .advantage-left {
  background-color: #f1f8ff;
  border-radius: 25px 0 0 25px;
}

.ellipse-top-right-img {
  position: absolute;
  top: -50px;
  right: 0;
}

.dot-top-right-img {
  position: absolute;
  right: 0;
  top: 0;
}

.list-card-border-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;

  background: linear-gradient(180deg, #b4dafd 2.87%, #f1d0fe 100%);
}

.card-link {
  display: block;
  background-color: #fff;
  border-radius: 24px;
  transform: scale(1);
  transition: 0.5s all;
  padding: 10px;
  border: 1px solid #eaecf0;
}

.slider-card {
  border: 2px solid #3564ff;
}

.slider-card .card-img {
  height: 135px;
  object-fit: cover;
}

.card-link .card-img-wrapper {
  overflow: hidden;
  border-radius: 24px;
}

.card-link .card-img-wrapper .card-img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.card-link:hover .card-img-wrapper .card-img {
  transform: scale(1.1);
}

.card-link:hover .cta-arrow {
  background-color: #3873e4;
}

.slider-card:hover .cta-arrow {
  background-color: transparent;
}

.card-link:hover .cta-arrow img {
  filter: brightness(0) invert(1);
}

.card-img img {
  border-radius: 20px;
}

.card-arrow .bi,
.cta-arrow .bi {
  font-size: 20px;
}

.card-link:hover .bi,
.insights-perspectives-link:hover .bi {
  color: #ffffff;
  transition: all 0.5s ease;
}

.card-arrow .bi::before,
.cta-arrow .bi::before {
  font-weight: 600 !important;
}

/* card pagination */
.purpose-built-container .card-controls {
  bottom: 0;
}

.card-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  position: relative;
}

.card-pagination.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pagination .swiper-pagination-bullet {
  background: #bcccff80;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  opacity: 1;
  transition:
    width 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 26px;
  background: #3463fe;
  transform: translateZ(0);
}

.card-pagination {
  position: static;
}

.card-pagination .swiper-pagination-bullet {
  background: #bcccff80;
  width: 26px;
  height: 26px;
}

.card-pagination .swiper-pagination-bullet.active {
  width: 60px;
  height: 26px;
  background: #3463fe;
  transform: translateZ(0);
}

.card-pagination:hover .swiper-pagination-bullet {
  background: #3463fe;
}

.globalBusinessSwiper::before,
.globalBusinessSwiper::after {
  display: none;
}

.bg-card-border {
  border: 1px solid #eaecf0;
}

.list-card-style {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.list-card-style:before,
.list-card-style:after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, #b4dafd 0%, #f1d0fe 100%);
}

.list-card-style:before {
  left: 0;
}

.list-card-style:after {
  right: 0;
}

.list-card-border-style {
  position: relative;
}

.list-card-border-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #b4dafd 2.87%, #f1d0fe 100%);
}

.execution-item-inner {
  border: 1px solid #eaecf0;
  border-radius: 12px;
}

.find-us .img-wrapper {
  border: 1px solid #eaecf0;
  border-radius: 18px;
  width: 95px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Success stories */
.success-stories {
  position: relative;
  z-index: 1;
}

.stories-filter {
  appearance: none;
  -webkit-appearance: none;
}

.stories-dropdown {
  position: relative;
}

.dropbtn {
  padding: 10px;
  cursor: pointer;
}

.stories-dropdown-content {
  display: none;
  width: 290px;
  position: absolute;
  padding-top: 10px;
  z-index: 1;
}

.stories-dropdown-inner-content {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
}

.stories-dropdown.active .stories-dropdown-content {
  display: block;
}

.dropbtn,
.dropbtn:hover {
  border: 0;
  box-shadow: none;
}

.story-label {
  color: #000000;
  display: block;
  border-bottom: 1px solid #eaecf0;
  padding: 8px 0 8px 26px;
  position: relative;
  font-weight: 400;
}

.story-label-box {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(60, 60, 60, 0.5);
  position: absolute;
  left: 0;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stories-filter:checked+.story-label-box {
  background: #3463fe;
}

.story-label:last-child {
  border-bottom: 0;
}

.stories-items .card-link .card-img-wrapper {
  height: 230px;
}

.stories-items .card-link .card-img-wrapper .card-img {
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------
# Who we are CSS
------------------------------------------*/
.single-blue-border {
  border-right: 2px solid #eaecf0;
}

.experienced-leaders .gradient-bg-icon {
  width: 180px;
  height: 180px;
}

.experienced-leaders .gradient-bg-icon .profile-img {
  height: 160px;
}

.leaders-description {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.bottom-arc-img {
  position: absolute;
  bottom: -80px;
}

/* ----------------------------------------
# newsroom CSS
------------------------------------------*/
.newsroom-year .tab-content {
  margin-top: -98px;
}

.newsroom-year .nav-link {
  background: #f5f5f5;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}

.newsroom-year .nav-link:hover {
  background: #f5f5f5;
}

.filter-btn {
  border: none;
  background: #f5f5f5;
  padding: 8px 18px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  color: #3c3c3c;
  font-size: 18px;
}

.filter-btn.active {
  background: #0d6efd;
  color: #fff;
}

.news-card {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s all;
}

.news-card:hover {
  box-shadow: 0px 0px 6px 0px #3463fe;
  border-color: #b4dafd;
  transition: 0.3s all;
}

.news-type {
  color: #3463fe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-date {
  font-size: 16px;
  color: #001b2e;
  font-weight: 400;
}

.news-title p {
  font-size: 20px;
  color: #3c3c3c;
}

.news-card .cta-arrow {
  display: block;
  transform: rotate(-45deg);
  height: 50px;
  width: 40px;
  font-size: 36px;
  color: #3463fe;
  opacity: 0;
  transition: 0.3s all;
}

.news-card:hover .cta-arrow {
  opacity: 1;
  transition: 0.3s all;
}

.rewards-recognition .card-link {
  border: 1px solid #082767;
}

.award-year {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background-color: #3463fe;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 20px;
}

/* ----------------------------------------
# Event CSS
------------------------------------------*/
.upcoming-event-item {
  border: 1px solid #eaecf0;
  border-radius: 20px;
  overflow: hidden;
}

.past-events .nav-link {
  padding: 8px 18px;
}

.past-events .nav-link,
.past-events .nav-link:hover {
  background-color: #f5f5f5;
}

.past-event-item {
  border: 1px solid #eaecf0;
  border-radius: 24px;
}

.past-event-date-location {
  font-size: 16px;
}

.calendar-date,
.location {
  font-size: 16px;
}

.upcoming-events .card-link .card-img-wrapper {
  height: 200px;
}

.upcoming-events .card-link .card-img-wrapper .card-img {
  height: 100%;
  object-fit: cover;
}

.upcoming-events .card-link:hover .cta-arrow {
  background-color: transparent;
}

.upcoming-events .award-year {
  font-size: 16px;
  border-radius: 0;
}

.event-tag {
  top: 35px;
  left: -5px;
}

.event-tag-main {
  left: 7px;
}

.event-tag::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #3463fe;
  position: absolute;
  top: -4px;
  left: 0;
  transform: rotate(130deg);
}


/* ----------------------------------------
# Success Stories Individual CSS
------------------------------------------*/
.hero-banner .colorful-border::before {
  border: double 1px transparent;
  border-radius: 4px;
}

.success-stories-info .colorful-border::before {
  border: double 2px transparent;
}

.single-number-list {
  list-style: none;
  /* Remove default bullets */
  counter-reset: single-number;
  /* Initialize counter */
}

.single-number-list .single-number-list-item {
  counter-increment: single-number;
  border-right: 1px solid #eaecf0;
  position: relative;
  padding: 22px 0 30px 70px;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  font-weight: 400;
}

.single-number-list .single-number-list-item::before {
  content: counter(single-number, decimal);
  font-weight: 600;
  color: #3463fe;
  font-size: 28px;
  line-height: normal;
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 1;
}

.single-number-list .single-number-list-item::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #e0eeff;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.success-stories-info .heading-border::before {
  border: 0;
  border-bottom: double 2px transparent;
  border-radius: 0;
}

.success-stories-info .solutions .heading-border {
  border-bottom: 1px solid #b4dafd;
}

.dark-cad-link {
  background: transparent;
  border: 1px solid #082767;
}

.dark-cad-link .label-head {
  border: 1px solid #082767;
  color: #ffffff;
}

.dark-cad-link .card-arrow {
  border: 0;
}

/* ----------------------------------------
# Why infosys equinox
------------------------------------------*/
.hero-banner .agent-to-agent-negotiation.colorful-border::before {
  border-radius: 24px;
}

.blue-border {
  border: 1px solid #082767;
}

.card-img-wrapper-overlay {
  position: relative;
}

.card-img-wrapper-overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.card-tag-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

.card-tag-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

/* ----------------------------------------
# Resources
------------------------------------------*/
.list-card-thin-style::before {
  width: 4px;
}

.numbered-list-item {
  counter-increment: numbering;
  position: relative;
  padding-left: 25px;
}

.numbered-list-item::before {
  content: counter(numbering) ".";
  font-weight: 600;
  color: #3463fe;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1;
}

.listing-content-item {
  border-left: 4px solid #3463fe;
  padding: 8px 0 8px 15px;
}

/* ----------------------------------------
# Industry
------------------------------------------*/
.light-bottom-border {
  border-bottom: 1px solid #dadada;
}

.card-tag-number {
  position: absolute;
  bottom: 15px;
  left: 15px;
  border: 1px solid #b4dafd;
  border-radius: 14px;
  min-width: 112px;
  background: rgba(0, 24, 46, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.card-arrow1 {
  bottom: 15px;
}

.card-img-rect-height {
  height: 200px;
}

.card-img-rect-height .card-img {
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------
# B2B use case CSS
------------------------------------------*/
.numbering-style .b2b-numbering-items {
  border: 0;
  padding: 10px 0 10px 45px;
}

.numbering-style .b2b-numbering-items::before {
  font-size: 24px;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 8px;
}

.arc-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ----------------------------------------
# Request demo
------------------------------------------*/
.request-demo-right {
  border: 1px solid #ffffff;
  border-top: 0;
  position: relative;
  overflow: hidden;
}

.request-demo-right::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #3463fe;
  position: absolute;
  top: -2px;
  left: 0;
}

.your-details {
  border-bottom: 1px solid #eaecf0;
}

.form-check .interest-check-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.interest-check-box {
  position: relative;
  padding: 0;
}

.contact-us .interest-check {
  color: #3463fe;
  border: 1px solid #3463fe;
  border-radius: 8px;
  padding: 5px 12px;
  cursor: pointer;
}

.interest-check-input:checked+.interest-check {
  background: #3463fe;
  color: #ffffff;
}

/* ----------------------------------------
# Contact Us
------------------------------------------*/
.commerce-goals {
  border-bottom: 1px solid rgba(234, 236, 240, 1);
}

.gradient-small-bg-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.gradient-bg-icon-big {
  width: 60px;
  height: 60px;
  min-height: 60px;
  padding: 10px;
}

.gradient-bg-icon-big img {
  height: 100%;
}

.gradient-small-icon-big {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 5px;
}

.gradient-small-icon-big img {
  height: 100%;
}

.gradient-small-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 8px;
}

.padding-12 {
  padding: 12px;
}

.padding-15 {
  padding: 15px;
}

/* ----------------------------------------
# Resources Overall
------------------------------------------*/
.resource-filter,
.theme-filter {
  background: #f5f5f5;
  color: #3c3c3c;
}

.resource-filter.active,
.theme-filter.active {
  background: #3564ff;
}

.pagination .page-item {
  margin-left: 10px;
}

.pagination .page-item:first-child {
  margin-left: 0;
}

.pagination .page-link {
  border-radius: 8px;
  font-weight: 600;
  color: #3c3c3c;
}

.page-item.active .page-link {
  color: #ffffff;
}

.prev-next .page-link {
  color: #acacac;
  padding-left: 0;
  padding-right: 0;
}

.prev-next .page-link {
  background: transparent;
  border: 0;
  color: #ffffff;
}

/* ----------------------------------------
# Carrers
------------------------------------------*/
.career-banner-item {
  border: 2px solid #3564ff;
  border-radius: 24px;
  overflow: hidden;
  height: 220px;
}

.career-banner-item-img {
  height: 100%;
  object-fit: cover;
}

.resource-digital .resource-filter,
.resource-digital .theme-filter {
  background: #ffffff;
}

.resource-digital .resource-filter:hover,
.resource-digital .theme-filter:hover {
  background: #3564ff;
}

.resource-digital .resource-filter.active,
.resource-digital .theme-filter.active {
  background: #3564ff;
}

.resource-pagination .prev-next .page-link {
  color: #3c3c3c;
}

.filter-type {
  z-index: 1;
}

.experience-action-item {
  border-right: 1px solid #eaecf0;
}

.footer,
.footer .bg-white {
  background: #001b2e !important;
}

.ftr-head,
ul.footer-txt>li>a,
.copy-txt,
.footer-bottom-links-item a {
  color: #ffffff;
}

@media only screen and (min-width: 1025px) {

  .hover-accordion-container .accordion-item,
  .hover-accordion-container .accordion-item .accordion-header {
    min-height: 210px;
  }

  .hover-accordion-container .accordion-item:hover::before {
    opacity: 1;
    border-color: transparent;
    transition: 0.3s all;
  }

  .hover-accordion-container .accordion-collapse {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001b2e;
    border-radius: 12px;
    transition: 0.3s all;
    z-index: 1;
  }

  .hover-accordion-container .accordion-item:hover .accordion-collapse {
    opacity: 1;
  }

  .hover-accordion-container .accordion-item .accordion-collapse:focus {
    opacity: 1;
    outline: 2px solid #3463fe;
    outline-offset: -2px;
  }

  .hover-accordion-container .accordion-button::after {
    display: none;
  }

  .powering-commerce.hover-accordion-container .accordion-item {
    overflow: auto;
  }

  .powering-commerce.hover-accordion-container .accordion-item,
  .powering-commerce.hover-accordion-container .accordion-item .accordion-header {
    height: auto;
    min-height: auto;
  }

  .hover-accordion-container .accordion-item,
  .hover-accordion-container .accordion-item .accordion-header {
    height: 100%;
    min-height: 210px;
  }

  .hover-accordion-container .accordion-item {
    overflow: hidden;
  }

  .hover-accordion-container .accordion-item::before {
    z-index: 1;
  }

  .powering-commerce .accordion-collapse {
    opacity: 1;
    position: static;
    height: auto;
  }

  .error-smg {
    margin-left: 152px;
  }

  .error-smg.error-resource-page {
    margin-left: 124px;
  }
}

@media only screen and (min-width: 992px) {

  .euinox-advantage .accordion-item,
  .euinox-advantage .accordion-item .accordion-header {
    min-height: 210px;
  }

  .euinox-advantage .accordion-item:hover::before {
    opacity: 1;
    border-color: transparent;
    transition: 0.3s all;
  }

  .euinox-advantage .accordion-collapse {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    transition: 0.3s all;
  }

  .euinox-advantage .accordion-item:hover .accordion-collapse {
    opacity: 1;
  }

  .euinox-advantage .accordion-item .accordion-collapse:focus {
    opacity: 1;
    outline: 2px solid #3463fe;
    outline-offset: -2px;
  }

  .euinox-advantage .accordion-button::after {
    display: none;
  }

  .powering-commerce.euinox-advantage .accordion-item {
    overflow: auto;
  }

  .powering-commerce.euinox-advantage .accordion-item,
  .powering-commerce.euinox-advantage .accordion-item .accordion-header {
    height: auto;
    min-height: auto;
  }

  .euinox-advantage .accordion-item,
  .euinox-advantage .accordion-item .accordion-header {
    height: 100%;
    min-height: 210px;
  }

  .euinox-advantage .accordion-item {
    overflow: hidden;
  }

  .euinox-advantage .accordion-item::before {
    z-index: 1;
  }

  .powering-commerce .accordion-collapse {
    opacity: 1;
    position: static;
    height: auto;
  }

  /* ----------------------------------------
Header
------------------------------------------*/
  .header .navbar {
    position: static;
  }

  .header .navbar-nav {
    max-width: max-content;
  }

  .header .dropdown-menu .collapse:not(.show) {
    display: block;
  }

  .header .dropdown-menu .accordion-collapse {
    height: auto !important;
    visibility: visible;
    display: block;
    overflow: visible;
  }

  .header .dropdown-menu .accordion-button::after {
    display: none;
  }

  .mega-menu-social-list a {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
  }

  .top-arrow-slider,
  .insights-perspectives-swiper {
    max-width: 100% !important;
  }

  /* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
  .insights-perspectives-swiper.container {
    max-width: 100%;
  }

  /* ----------------------------------------
Driving Ecommerce Innovation
------------------------------------------*/
  .ecommerce-innovation-container {
    max-width: 100%;
  }

  .header .navbar-nav {
    max-width: max-content;
  }

  .header .nav-link {
    color: #ffffff;
  }

  .header .nav-link:hover,
  .header .dropdown-toggle.show {
    color: #b8d8fe;
  }

  .header .dropdown-menu .accordion-button {
    font-size: 16px;
    font-weight: 600;
  }

  .header .mega-menu-span {
    font-weight: 400;
    margin-top: 3px;
  }

  .mega-menu-heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .mega-menu-inner-list-item {
    margin-bottom: 15px;
  }

  .mega-menu-social-list-bottom {
    width: 100%;
    bottom: 0;
  }

  .header .navbar-nav .dropdown-menu {
    height: calc(100vh - 90px);
    top: 80px;
  }

  .globalBusinessSwiper .swiper-arrows-wrapper {
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }

  .globalBusinessSwiper .swiper-arrows-wrapper .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 0;
  }

  .globalBusinessSwiper .swiper-arrows-wrapper .swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
  }

  .globalBusinessSwiper .swiper-slide {
    padding: 0 100px;
  }

  /* Starts Partners */
  .vph-100 {
    height: 100vh;
  }

  /* Ends Partners */
}

@media (min-width: 1200px) and (max-width: 1300px) {

  .sub-head-para,
  .drive-ecom-para {
    font-size: 18px;
    line-height: 1.4;
  }

  .mega-menu-content p {
    font-size: 16px;
  }

  .euinox-advantage .euinox-advantage-head,
  .insights-perspectives-swiper .insights-perspectives-para,
  .faqs .accordion-button {
    font-size: 20px;
  }

  .insights-perspectives-swiper .insights-head {
    font-size: 24px;
  }

  .h6-heading {
    font-size: clamp(18px, 5vw, 20px);
  }

  /* ----------------------------------------
# Partner CSS
------------------------------------------*/
  .partners-head {
    font-size: 22px;
  }

  .partners-desc {
    font-size: 18px;
  }

  /* .globalBusinessSwiper::before,
  .globalBusinessSwiper::after {
    width: 250px;
  } */
}

@media only screen and (max-width: 1200px) {
  .cta-btn {
    padding: 5px 10px;
  }

  .header .nav-item {
    font-size: 16px;
  }

  /* ----------------------------------------
  # Microservices page CSS
  ------------------------------------------*/
  /* future ready css */
  .future-ready-img {
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto 20px;
  }

  /* insights perspectives css start */
  /*.insights-perspectives-swiper
    .swiper-slide-active
    .insights-perspectives-content {
    padding-right: 0;
  } */
  /* core components */
  /* .core-components-wrap .h4-heading {
    font-size: 30px;
  } */
  .core-micro-accordion .core-micro-wrap:hover .core-micro-imgblk {
    opacity: 1;
  }

  .core-micro-accordion .core-micro-wrap {
    padding: 20px;
  }

  .core-micro-accordion .core-micro-content {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    position: relative;
    inset: unset;
    padding: 0;
  }

  .globalBusinessSwiper::before,
  .globalBusinessSwiper::after {
    width: 155px;
  }

  /* .container-space {
    padding-left: calc((100% - 955px) / 2);
  } */
  .modern-tab-wrapper .nav-link {
    font-size: 15px;
  }

  /* ----------------------------------------
  # Insights Perspectives page CSS
  ------------------------------------------*/
  .insights-perspectives-swiper .swiper-slide-active .ip-body {
    bottom: calc(anchor(bottom) + 20px);
  }

  .insights-perspectives-swiper .swiper-slide-active .ip-ftr .insights-perspectives-para {
    position: relative;
    color: #000 !important;
  }

  .insights-perspectives-swiper .insights-head {
    word-break: break-word;
  }

  .insights-perspectives-swiper .ip-controls {
    margin-top: 250px !important;
  }

  .product-screen-bg-container {
    width: 330px;
  }

  .product-screen-bg {
    height: 310px;
  }

  .ellipse-bottom-right-img {
    width: 120px;
  }

  .assistant-right-arrow {
    width: 50px;
  }

  .dot-top-right-img {
    top: 30px;
  }

  /* rgm page  */

  .card-platforms-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-platform {
    border-right: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0;
  }

  .card-platform:nth-child(4),
  .card-platform:nth-child(5) {
    border-bottom: none !important;
  }

  .insights-perspectives-swiper .ip-page-control {
    margin-top: 50px !important;
  }

  .core-micro-wrap {
    height: max-content;
  }

  /* .future-agent-wrapper>div:nth-child(1) {
    width: 25%;
  }
  .future-agent-wrapper>div:nth-child(2) {
    width: 75%;
  } */

  .future-agent-wrapper::after {
    height: 100%;
  }

  .micro-services-accordion .core-micro-wrap {
    height: 100%;
  }

  .ebook-resources .ellipse-top-left-img {
    top: -55px;
    width: 62px;
  }

  .st-num {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  .cta-btn {
    font-size: 16px;
  }

  .swiper-arrows-wrapper .swiper-button-next,
  .swiper-arrows-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-arrows-wrapper .swiper-button-next:after,
  .swiper-arrows-wrapper .swiper-rtl .swiper-button-prev:after,
  .swiper-arrows-wrapper .swiper-button-prev:after,
  .swiper-arrows-wrapper .swiper-rtl .swiper-button-next:after {
    font-size: 30px;
  }

  .trusted-by-global-business .x-light {
    top: -40px;
    left: 15px;
  }

  .micro-action-swiper .swiper-arrows-wrapper {
    top: unset;
    bottom: -60px;
  }

  .micro-action-swiper .swiper-arrows-wrapper .container {
    justify-content: center;
  }

  .micro-action-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }

  /* .insights-perspectives-swiper .swiper-slide-active {
    width: 100% !important;
  } */
  .header .nav-item {
    padding: 0 20px;
    font-size: 16px;
  }

  .header .navbar-nav .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 100%;
  }

  /* .header .nav-link.show {
    display: none;
  } */
  .header .navbar-collapse {
    position: fixed;
    top: 65px;
    left: 0px;
    right: 0;
    width: 100%;
    height: calc(100% - 65px) !important;

    /* transform: translateY(-100%); */
  }

  .header .navbar-nav {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    position: relative;
  }

  .header .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid #eaecf0;
  }

  .mega-menu-heading {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .header .dropdown-menu .accordion-button {
    padding: 15px 0;
    font-size: 16px;
  }

  .header .dropdown-menu .accordion-button:not(.collapsed) {
    padding: 15px 0;
  }

  .header .dropdown-menu .accordion-body {
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .header .dropdown-menu .accordion {
    border-top: 1px solid #eaecf0;
  }

  .mega-menu-details {
    overflow-y: auto;
    max-height: calc(100% - 160px);
    height: 100%;
  }

  .mega-menu-social-list-bottom {
    background-color: transparent;
  }

  .mega-menu-back {
    color: #3463fe;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .mega-menu-back .cta-arrow {
    font-size: 24px;
  }

  .header-right {
    position: absolute;
    right: 0;
    top: 8px;
  }

  .header .navbar-toggler:focus {
    box-shadow: none;
  }

  .mega-menu-inner-list-item:last-child {
    margin-bottom: 0;
  }

  .mega-menu-social-list li {
    font-size: 16px;
  }

  .mega-menu-social-list a {
    justify-content: center;
  }

  .header .get-connected {
    background-color: #b8d8fe;
  }

  .header .get-connected-icon {
    max-width: 22px;
  }

  .mega-menu-social-list .cta-btn {
    color: #ffffff;
  }

  .mega-menu-inner-list-item a {
    align-items: center;
  }

  .mega-menu-social-list .gradient-bg-icon {
    order: 1;
  }

  .mega-menu-social-list a .gradient-bg-icon::before,
  .mega-menu-social-list a .gradient-bg-icon::after {
    background: none;
  }

  .core-microservices .truncate-4,
  .euinox-advantage .truncate-4 {
    -webkit-line-clamp: none;
    line-clamp: none;
  }

  .globalBusinessSwiper::before,
  .globalBusinessSwiper::after {
    display: none;
  }

  .modern-accordion-wrapper.tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }

  .modern-accordion-wrapper .accordion-item {
    border: 1px solid #eaecf0;
    background-color: #fdfffc;
    padding: 0 20px;
    border-radius: 12px;
  }

  .modern-accordion-wrapper .accordion-button {
    padding: 20px 30px 20px 0;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
  }

  .modern-accordion-wrapper .h6-heading {
    font-size: 20px;
  }

  .modern-accordion-wrapper .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
  }

  .modern-accordion-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
  }

  .modern-accordion-wrapper .accordion-button::after {
    content: "\F4FA";
    font-family: bootstrap-icons !important;
    border: 0;
    background: none;
    position: absolute;
    top: 20px;
    right: 0;
    transform: none;
    color: #3564ff;
  }

  .modern-accordion-wrapper .accordion-button:focus {
    box-shadow: none;
  }

  .modern-accordion-wrapper .accordion-button:not(.collapsed)::after {
    content: "\F2E6";
  }

  .modern-content-icon {
    width: 40px;
    min-width: 40px;
  }

  /* ----------------------------------------
Home Page CSS
------------------------------------------*/
  .insights-perspectives .view-more-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .insights-perspectives {
    padding-bottom: 150px !important;
  }

  .ai-first-approach .advantage-left {
    border-radius: 25px 25px 0 0;
  }

  /* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
  .insights-perspectives-swiper .insights-perspectives-content {
    height: auto;
    bottom: 0;
  }

  .insights-perspectives-swiper .swiper-slide-active .h5-heading {
    font-size: 22px;
    line-height: 1.2;
  }

  .insights-perspectives-swiper .insights-perspectives-para {
    font-size: 18px;
  }

  /* ----------------------------------------
  # Add on offerings CSS
  ------------------------------------------*/
  .offering-hero-banner {
    height: auto;
  }

  .ebook-wrapper {
    margin: 0;
  }

  .tab-sticky-heading {
    position: static;
  }

  .ecosystem-wrapper .modern-accordion-wrapper .accordion-button {
    color: #3463fe;
  }

  .ellipse-img-right {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  /* .expanded-swiper .swiper-wrapper {
    margin-left: 0;
  }
  .container-space {
    padding-left: 16px;
  } */
  /* ----------------------------------------
  # Micro Action Swiper CSS
  ------------------------------------------*/
  .micro-action-swiper .swiper-arrows-wrapper {
    left: 0;
    right: 0;
    justify-content: center;
  }

  /* ----------------------------------------
  # Microservices page CSS
  ------------------------------------------*/
  /* hero banner css */
  .hero-banner-img {
    max-width: 345px;
  }

  /* explore core microservices css  */
  /* .core-micro-accordion .accordion-item {
    background-color: #fdfffc;
    border: 1px solid #eaecf0;
    position: relative;
    border-radius: 12px;
  }
  .core-micro-accordion .accordion-button::after {
    content: "";
    background-image: none !important;
  }
  .core-micro-accordion .accordion-button::after {
    content: "\f4fe";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 29px;
    right: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3564ff;
    font-size: 20px;
    font-weight: 700;
  }
  .core-micro-accordion .accordion-button:not(.collapsed)::after {
    content: "\f2ea";
    color: #3564ff;
    font-size: 20px;
    font-weight: 700;
  }
  .core-micro-accordion .accordion-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    right: 26px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid #3873e4;
  }
  /* insights perspectives css start */
  /* .insights-perspectives-img {
    height: 400px;
  } */
  /* swiper slide active css */
  /* .insights-perspectives-swiper .swiper-slide-active {
    width: 50% !important;
  } */
  /* .insights-perspectives-swiper .swiper-slide:not(.swiper-slide-active) {
    width: 230px !important;
  }
  .insights-perspectives-swiper
    .swiper-slide-active
    .insights-perspectives-para {
    display: -webkit-box;
  } */
  /* insights perspectives css end */
  /* ----------------------------------------
# Partner CSS
------------------------------------------*/
  .partners-head {
    font-size: 22px;
  }

  /* ----------------------------------------
# Agent To Agent Transaction CSS
------------------------------------------*/
  .number-style-list.list-group-numbered .list-group-item::before {
    font-size: 20px;
  }

  /* ----------------------------------------
  # Industry CSS
  ------------------------------------------*/
  .dot-bottom-img {
    right: 20px;
  }

  .ecclips-top-left {
    width: 80px;
  }

  .industry-banner {
    height: auto;
  }

  .industry-banner .video {
    margin-top: 100px;
  }

  .x-verticle-img {
    left: 20px;
    z-index: 1;
  }

  .ellipse-small-img {
    right: 20px;
  }

  .agile-platform {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  }

  .tailoring-humman-centric-header.fadeInLeft.animatedBlock {
    animation: none;
    transform: none;
  }

  .tailoring-humman-centric-header .cta-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .dot-bottom-right-img {
    right: 20px;
  }

  .x-single-bottom-img {
    left: 20px;
  }

  .x-verticle-bottom-img {
    bottom: unset;
    top: 30px;
    left: 20px;
  }

  .agile-platform .future-ready-cs-innwrap:first-child {
    border-bottom: 0;
  }

  .agile-platform .future-ready-cs-innwrap:last-child {
    border-top: 0;
  }

  .tailoring-humman-centric-accordion .accordion-button::after {
    top: 85px;
  }

  /* -----------------------------------------
# Blog CSS
------------------------------------------------*/
  .vertical-accordion-wrapper.modern-accordion-wrapper .accordion-button {
    font-family: "tungstenw05-medium", "Oswald", sans-serif !important;
    color: #3463fe;
    font-size: 28px;
    font-weight: 400;
  }

  .number-style-list.list-group-numbered .list-group-item::before {
    font-size: 28px;
  }

  /* ----------------------------------------
  # Contact us CSS
  ------------------------------------------*/
  .contact-us .form-check {
    margin-bottom: 20px;
  }

  .contact-us .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  /* .container-space {
    padding-left: 16px;
  } */

  .hamburger .bar {
    background-color: #ffffff;
  }

  .header .navbar-nav .nav-link {
    padding: 12px 0;
    color: #000000;
  }

  .list-dot-item::before {
    display: none;
  }

  .ellipse-x-bg {
    width: 50px;
  }

  .advantage-left {
    border-radius: 25px 25px 0 0;
  }

  .advantage-right {
    border-radius: 0 0 25px 25px;
  }

  .ellipse-bottom-right-img {
    width: 100px;
  }

  .advantage-left-inner {
    border-radius: 25px 25px 0 0;
  }

  .agent-ready .advantage-left {
    border-radius: 25px;
  }

  .numbering-style .numbering-style-item:nth-child(3n) {
    border-right: 1px solid #ffffff;
  }

  .numbering-style .numbering-style-item:nth-child(2n) {
    border-right: 0;
  }

  .assistant-right-arrow {
    transform: rotate(90deg);
  }

  .agent-commerce-interface-container {
    margin: 30px 0;
  }

  .execution-item,
  .inside-the-agents-item {
    flex: 0 0 30%;
    max-width: 30%;
  }

  /* ----------------------------------------
# FAQ CSS
------------------------------------------*/
  .faqs .accordion-button {
    font-size: 20px;
  }

  .faqs .accordion-body {
    padding-left: 59px;
  }

  .fs-20 {
    font-size: 18px;
  }

  .single-platform-item-top {
    min-height: auto;
  }

  .single-platform-item-content {
    border-right: 0;
  }

  .our-advantage .advantage-left,
  .agent-orchestration .advantage-left {
    border-radius: 25px 25px 0 0;
  }

  .card-img-rect-height {
    height: 360px;
  }

  /* rem page  */
  .card-platforms-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-platform:nth-child(1),
  .card-platform:nth-child(3) {
    border-right: 1px solid #eaecf0;
  }

  .card-platform:nth-child(2n) {
    border-right: none;
  }

  .card-platform:nth-child(4) {
    border-bottom: 1px solid #eaecf0 !important;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .content-area-platform {
    padding: 24px;
  }

  .agentic-protocols .execution-item,
  .inside-the-agents-item {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .future-agent-wrapper::after {
    height: 100%;
  }

  .insights-perspectives.ebook-resources {
    padding-bottom: 180px !important;
  }

  /* event-listing */
  .card-data-wrapper {
    grid-template-columns: 1fr;
  }

  .event-list-execution .execution-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {

  /* -----------------------------------------
# Font Size CSS
------------------------------------------------*/
  .fz-16-xs {
    font-size: 16px !important;
  }

  .fz-18-xs {
    font-size: 18px !important;
  }

  .fz-20-xs {
    font-size: 20px !important;
  }

  .fz-22-xs {
    font-size: 22px !important;
  }

  .fz-24-xs {
    font-size: 24px !important;
  }

  .fz-26-xs {
    font-size: 26px !important;
  }

  .fz-28-xs {
    font-size: 28px !important;
  }

  .fz-30-xs {
    font-size: 30px !important;
  }

  .fz-32-xs {
    font-size: 32px !important;
  }

  .fz-34-xs {
    font-size: 34px !important;
  }

  .fz-36-xs {
    font-size: 36px !important;
  }

  .fz-38-xs {
    font-size: 38px !important;
  }

  .fz-40-xs {
    font-size: 40px !important;
  }

  .fz-42-xs {
    font-size: 42px !important;
  }

  .fz-44-xs {
    font-size: 44px !important;
  }

  .fz-46-xs {
    font-size: 46px !important;
  }

  .fz-48-xs {
    font-size: 48px !important;
  }

  .fz-50-xs {
    font-size: 50px !important;
  }

  /* ----------------------------
# Spacing CSS Mobile
---------------------------------*/
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10px !important;
  }

  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10px !important;
  }

  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important;
  }

  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important;
  }

  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20px !important;
  }

  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20px !important;
  }

  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important;
  }

  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important;
  }

  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30px !important;
  }

  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30px !important;
  }

  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important;
  }

  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important;
  }

  .mt-xs-40,
  .my-xs-40 {
    margin-top: 40px !important;
  }

  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 40px !important;
  }

  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important;
  }

  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important;
  }

  .mt-xs-50,
  .my-xs-50 {
    margin-top: 50px !important;
  }

  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 50px !important;
  }

  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important;
  }

  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important;
  }

  .mt-xs-100,
  .my-xs-100 {
    margin-top: 100px !important;
  }

  .mb-xs-100,
  .my-xs-100 {
    margin-bottom: 100px !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0px !important;
  }

  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20px !important;
  }

  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20px !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0px !important;
  }

  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10px !important;
  }

  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10px !important;
  }

  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important;
  }

  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important;
  }

  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20px !important;
  }

  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20px !important;
  }

  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important;
  }

  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important;
  }

  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30px !important;
  }

  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30px !important;
  }

  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important;
  }

  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important;
  }

  .pt-xs-40,
  .py-xs-40 {
    padding-top: 40px !important;
  }

  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 40px !important;
  }

  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important;
  }

  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important;
  }

  .pt-xs-50,
  .py-xs-50 {
    padding-top: 50px !important;
  }

  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 50px !important;
  }

  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important;
  }

  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important;
  }

  .pt-xs-100,
  .py-xs-100 {
    padding-top: 100px !important;
  }

  .pb-xs-100,
  .py-xs-100 {
    padding-bottom: 100px !important;
  }

  /* common css */
  .comm-icon {
    width: 40px;
    height: 40px;
  }

  .sub-head-para {
    font-size: 16px;
  }

  /* ----------------------------------------
  # Home Page Mobile CSS
  ------------------------------------------*/
  .trusted-by-global-business,
  .bg-linear {
    padding-bottom: 150px !important;
  }

  .success-stories-info .trusted-by-global-business {
    padding-bottom: 50px !important;
  }

  .globalBusinessSwiper .swiper-arrows-wrapper,
  #micro-action-swiper .swiper-arrows-wrapper {
    bottom: -10px;
  }

  /* ----------------------------------------
  # Microservices page CSS
  ------------------------------------------*/
  /* future ready css */
  .future-ready-wrap {
    border: 1px solid #eaecf0;
  }

  .future-ready-wrap::before {
    background: linear-gradient(to bottom, #b4dafd 0%, #f1d0fe 100%);
  }

  .future-ready-icon {
    margin-left: 10px;
  }

  .future-ready .future-ready-icon img {
    width: 32px;
    height: 32px;
  }

  /* future ready counter css */
  .future-ready-cs-innwrap {
    gap: 30px;
    padding: 20px;
  }

  .future-ready-cs-innwrap:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .future-ready-cs-innwrap:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .future-ready-img {
    display: none;
  }

  .future-ready-cs-wrap .cs-num {
    font-size: 40px;
  }

  /* ----------------------------------------
# Partner CSS
------------------------------------------*/
  .partners-desc {
    font-size: 18px;
  }

  .filter-tab-sec .card-link .card-img-wrapper {
    height: 170px;
  }

  /* ----------------------------------------
# Core Micro Mobile Accordion CSS
------------------------------------------*/
  .core-micro-accordion .core-micro-wrap:hover .core-micro-imgblk,
  .core-micro-accordion .core-micro-wrap:hover .core-micro-content {
    z-index: 1;
    position: relative;
  }

  .core-micro-content {
    max-height: 0 !important;
    overflow: hidden;
    transition:
      max-height 0.4s ease,
      padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .core-micro-content.show {
    max-height: 500px !important;
  }

  /* ----------------------------------------
# Swiper CSS
------------------------------------------*/
  .swiper-arrows-wrapper {
    top: unset;
    left: 0;
    right: 0;
    bottom: -60px;
    justify-content: center;
  }

  .swiper-arrows-wrapper svg {
    display: none;
  }

  /* ----------------------------------------
# Accordion plus minus for mobile CSS
------------------------------------------*/
  .core-micro-imgblk {
    position: relative;
  }

  .core-micro-imgblk::after {
    content: "\F4FE";
    font-family: "bootstrap-icons";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #3463fe;
    padding: 1px;
    font-size: 20px;
    line-height: 1;
    color: #3463fe;
    font-weight: 600;
  }

  .core-micro-imgblk.active::after {
    content: "\F2EA";
    font-family: "bootstrap-icons";
  }

  .core-micro-accordion .core-micro-wrap .h6-heading {
    padding-right: 30px;
  }

  /* ----------------------------------------
# FAQ CSS
------------------------------------------*/
  .faqs .accordion-button {
    font-size: 20px;
  }

  .faqs .accordion-body {
    padding-left: 59px;
  }

  footer ul {
    margin-bottom: 10px;
  }

  .select-country>a {
    color: #7e7e7e;
  }

  .select-country>a:hover,
  .select-country>a:focus {
    color: #7e7e7e;
  }

  /* ----------------------------------------
# Blog CSS
------------------------------------------*/
  .number-style-list.list-group-numbered .list-group-item::before {
    font-size: 20px;
  }

  /* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
  .insights-perspectives-swiper .swiper-slide-active .insights-head {
    font-size: 24px;
  }

  .insights-perspectives-swiper .ip-ftr .insights-perspectives-para {
    font-size: 18px;
  }

  .insights-perspectives-swiper .ip-controls {
    margin-top: 200px !important;
  }

  .insights-perspectives-swiper .swiper-slide:first-child {
    padding-left: 10px;
  }

  .stories-dropdown .dropbtn img {
    transition: all 0.3s ease-in-out;
  }

  .stories-dropdown .dropbtn:hover img {
    transform: rotate(180deg);
  }

  /* ----------------------------------------
# Footer CSS
------------------------------------------*/
  /* footer css start */
  .ftr-head {
    border-bottom: 1px solid #eaecf0;
    padding: 20px 0;
    margin: 0 !important;
    position: relative;
  }

  .ftr-head:after {
    content: "\F282";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: bootstrap-icons;
    font-size: 18px;
    color: #3564ff;
  }

  .ftr-links {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.4s ease,
      padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .ftr-links.show {
    max-height: 500px;
  }

  .ftr-links li:first-child {
    margin-top: 15px;
  }

  .copy-txt {
    font-size: 14px;
    white-space: nowrap;
  }

  .copy-txt-wrap,
  .copy-logo {
    flex: 1;
  }

  .copy-logo .infy-logo svg {
    width: 73px;
    height: 27px;
  }

  .ellipse-top-right-img {
    width: 70px;
    top: -50px;
  }

  .dot-top-right-img {
    width: 100px;
    top: -20px;
  }

  .product-screen-bg {
    height: 330px;
  }

  .bg-linear-responsive {
    padding-bottom: 0 !important;
  }

  .ellipse-bottom-right-img {
    width: 80px;
  }

  .ellipse-top-left-img {
    width: 50px;
  }

  .dot-light-top-left {
    width: 120px;
    top: 55px;
  }

  .x-vertical-top-right-img {
    right: 10px;
  }

  .dot-light-left-bottom-img {
    left: 10px;
  }

  /* .numbering-style .numbering-style-item {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
  .numbering-style .numbering-style-item::before {
    margin-left: 0;
  } */

  .agentic-era-heading {
    font-size: 16px;
  }

  .custom-counter li::before {
    font-size: 25px;
    width: 60px;
  }

  .intelligence-team-brief {
    width: calc(100% - 60px);
  }

  .execution-item,
  .inside-the-agents-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .inside-the-agents,
  .autonomy-container,
  .business-value {
    padding-bottom: 75px !important;
  }

  .stat-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .list-card-border-style::before {
    width: 100%;
    height: 4px;
    top: auto;
    bottom: 0;
  }

  .copy-logo {
    text-align: start;
    margin-top: 20px;
  }

  /* Newsroom */
  .newsroom-year .tab-content {
    margin-top: 0;
  }

  .news-card .cta-arrow {
    opacity: 1;
  }

  /* Events */
  .past-events .nav-link {
    padding: 8px 14px;
  }

  /* success sotries */
  .single-number-list .single-number-list-item::before {
    font-size: 18px;
    top: 26px;
  }

  .single-number-list .single-number-list-item::after {
    width: 35px;
    height: 35px;
  }

  .numbered-list-item::before {
    font-size: 20px;
  }

  .card-img-rect-height {
    height: 200px;
  }

  .experience-action-item.future-ready-cs-wrap:first-child {
    border-right: 0;
  }

  .experience-action-item {
    border-right: 0;
    border-bottom: 1px solid #eaecf0;
  }

  /* rgm page  */
  .card-platforms-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .card-platform {
    border-right: none;
    border-bottom: 1px solid #eaecf0;
    padding: 18px;
  }

  .card-platform:last-child {
    border-bottom: none;
  }

  .card-platform p {
    font-size: 14px;
  }

  .content-area-platform {
    padding: 20px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .content-grid li {
    font-size: 14px;
    line-height: 1.5;
  }

  .insights-perspectives-swiper .ip-page-control {
    margin-top: 75px !important;
    margin-bottom: 50px;
  }

  .resources-rgm {
    padding-bottom: 100px !important;
  }

  .card-platform:nth-child(4) {
    border-bottom: 1px solid #eaecf0;
  }

  .agentic-protocols .execution-item,
  .inside-the-agents-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .future-card {
    margin-left: 74px;
  }

  .micro-services-accordion .core-micro-wrap {
    height: max-content !important;
  }

  .ebook-resources .dot-light {
    top: -33px;
    left: 80px;
  }

  .card-data-wrapper {
    margin: 0;
  }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 480px) {

  /* .hero-banner .h1-heading {
    line-height: 0.9;
  } */
  .hero-banner-content {
    line-height: 1.3;
  }

  /* rgm page */
  .card-platform {
    padding: 16px;
  }
}

@media only screen and (max-width: 360px) {}

@media screen and (min-width: 667px) and (max-width: 932px) and (orientation: landscape) {
  .hero-banner {
    height: auto;
  }
}

.sec2-content-icon {
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, #cad6fd, #d0d5fe, #d6d4fe, #ddd3fe, #e4d2fd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sec2-content-icon img,
.small-icon {
  width: 40px;
  height: 40px;
}

.as-cta {
  background-color: transparent !important;
  border: 0;
  box-shadow: none !important;
  padding: 0 !important;
}

.as-cta:hover {
  border: none !important;
  text-decoration: none !important;
}