@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src:
    url("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff")
      format("woff");
}

body,
html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
}

/* ----------------------
# Global CSS - Desktop
---------------------------*/
*:focus,
a:focus,
.nav-link:focus,
.btn-close:focus,
.form-control:focus {
  outline: 2px solid #2e53e1;
  box-shadow: none;
}

/* AEM Overwrite CSS of content.css */
.xf-content-height {
  min-height: 0 !important;
  margin: 0 !important;
}

a .text-dark,
a.text-grey-800 {
  transition: all 0.5s ease;
}

a .text-dark:hover,
a .text-dark:focus,
a.text-grey-800:hover,
a.text-grey-800:focus {
  color: #2e53e1 !important;
}

p {
  line-height: 1.6;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

.font-geist {
  font-family: "Geist", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.h1-head,
.h2-head,
.h3-head,
.h4-head,
.h5-head,
.h6-head {
  font-weight: 300;
  line-height: 1;
  /* margin: 0 0 1rem;
  letter-spacing: -1px;
  font-family: "Geist", sans-serif; */
}

.h4-head,
.h5-head,
.h6-head {
  line-height: 1.2;
}

.h1-head {
  font-size: clamp(64px, 7vw, 128px) !important;
}

.h2-head {
  font-size: clamp(48px, 7vw, 96px) !important;
}

.h3-head {
  font-size: clamp(32px, 5vw, 64px) !important;
}

.h4-head {
  font-size: clamp(24px, 5vw, 48px) !important;
}

.h5-head {
  font-size: 32px;
}

.h6-head {
  font-size: 24px !important;
  letter-spacing: 0 !important;
}

.label-head {
  /* font-family: "Geist", sans-serif; */
  line-height: 1;
  font-weight: 500;
  background-color: #1a1552;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
}

.tags-container {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
  margin: 0;
  padding: 0;
}

.tags {
  display: inline-block;
  background-color: #e9eef7;
  color: #0e0a42;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  padding: 10px;
}

.dev-investor-tabs {
  padding: 0 !important;
}

/* -----------------------------------------
# Filter - image invert color
------------------------------------------------*/
.filter-1 {
  filter: invert(1);
}

.filter-0 {
  filter: invert(0);
}

/* -----------------------------------------
# Pipe line divider
------------------------------------------------*/
.v-divider {
  position: relative;
}

.v-divider:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

/* Zoom Image Effect CSS */
.accordion-body .image-wrap {
  border-radius: 0;
}

.cs-swiper-img,
.image-wrap,
.cs-sec2-img-wrap,
.awards-box-img {
  overflow: hidden;
  border-radius: 10px;
}

.awards-box-img {
  border-radius: 10px 10px 0 0;
}

.cs-sec2-img-wrap {
  border-radius: 20px;
}

.swiper-slide .cs-swiper-img img,
.image-wrap img,
.cs-sec2-img-wrap img,
.awards-box-img img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.swiper-slide:hover .cs-swiper-img img,
.image-wrap:hover img,
.cs-sec2-img-wrap:hover img,
.awards-box:hover img {
  transform: scale(1.1);
}

/* ----------------------
# Header CSS
---------------------------*/
.header .align-width {
  max-width: 1050px;
}

header .h-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #0e0a42;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  transition: all 0.5s ease;
}

header .h-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2e53e1;
  width: 0%;
  height: 2px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .infy-menu:hover .h-line:before,
header .infy-menu:focus .h-line:before {
  width: 100%;
}

header .infy-menu:hover .h-line:nth-child(2):before,
header .infy-menu:focus .h-line:nth-child(2):before {
  transition-delay: 0.2s;
}

header .infy-menu:hover .h-line:nth-child(3):before,
header .infy-menu:focus .h-line:nth-child(3):before {
  transition-delay: 0.4s;
}

header .top-line {
  top: 40%;
}

header .bottom-line {
  top: 60%;
}

header .infy-menu {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  /* margin-right: 50px; */
  box-shadow: 0px 4px 22px 0px #00000040;
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header .infy-menu:hover,
.header .infy-menu:focus {
  box-shadow: 0px 4px 22px 0px #2e53e1;
}

header {
  position: relative;
}

header .navbar.fixed-top {
  position: fixed !important;
}

header .navbar {
  transition: all 0.5s ease;
  top: 30px;
  left: 24px;
  right: 24px;
  position: absolute;
  width: calc(100% - 48px);
  z-index: 11;
}

header .blur-effect {
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
  box-shadow: -1px 5px 10.8px 0px #0000001a;
  border-radius: 60px;
  background: #ffffffbf;
  padding-block: 10px;
}

header .hide-header {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

header .navbar-nav {
  box-shadow: 0px 4px 20px 0px #00000026;
  backdrop-filter: blur(50px);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-inline: 20px;
}

header .nav-item:not(:last-child) {
  padding-right: 20px;
}

header .nav-link {
  color: #0e0a42;
  padding-right: 15px;

  /* underline anim */
  text-decoration: none;
  /* padding-bottom: 6px; */
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

header .nav-link:hover,
header .nav-link:focus {
  /* color: #2e53e1; */
  color: #1a1552;

  /* underline anim */
  background: linear-gradient(90deg, #1a1552, #1a1552);
  background-size: 100% 1px;
  background-position-x: 0%;
  /* background-position-y: calc(100% - 1px); */
  background-position-y: calc(100% - 2px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

header #btn-search {
  width: 140px;
  height: 40px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  /* position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%); */
  background: linear-gradient(180deg, #393939 0%, #030303 100%);
  box-shadow: 0px 15px 22px 0px #00000040;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

header #btn-search span {
  background-color: #252424;
  line-height: 16px;
}

header .search-icon {
  width: 12px;
  margin-right: 10px;
}

/* Header Search Popup Start */
#headerSearch {
  width: 500px;
  max-width: 100%;
  border: 0;
}

.offcanvas-cross button {
  background-color: #fff;
  color: #0e0a42;
  padding: 15px;
  box-shadow: 0px 7px 20px 0px #06294f33;
  border-radius: 50%;
  opacity: 1;
}

.header-swiper .video-wrap,
.header-swiper .image-wrap {
  min-height: 300px;
}

.header-swiper .video-wrap,
.header-swiper .image-wrap,
.header-swiper .hero-fit {
  border-radius: 10px 10px 0 0;
}

.header-search-content {
  padding: 30px 22px;
  border-radius: 10px;
  margin-top: -20px;
  position: relative;
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.header-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 4;
}

.header-swiper .swiper-button-next.swiper-button-disabled,
.header-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.header-swiper .swiper-button-next:after,
.header-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.header-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.header-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.header-swiper .swiper-button-next,
.header-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.header-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.header-swiper .slide-arrows .swiper-button-next,
.header-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.header-swiper .swiper-button-next.swiper-button-disabled,
.header-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.header-swiper .slide-arrows .swiper-button-nums .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* Header Search Popup End */

/* ---------------------------
Burger Menu CSS
-------------------------------*/
#burgerMenu.offcanvas.offcanvas-start {
  border: 0;
}

#burgerMenu .btn-close {
  opacity: 1;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 4px 22px 0px #00000040;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

#burgerMenu .btn-close:hover,
#burgerMenu .btn-close:focus {
  box-shadow: 0px 4px 22px 0px #2e53e1;
  transform: rotate(90deg);
}

#burgerMenu .offcanvas-body {
  padding: 0;
  overflow-x: clip;
}

#burgerMenu ul {
  padding: 0;
  margin: 0;
}

#burgerMenu ul li.list-group-item > .menu-btn {
  display: flex;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px !important;
  transition: 0.5s ease;
  justify-content: space-between;
  color: #444c79;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  text-align: left;
}

#burgerMenu ul > .list-group-item.list-item-active > .menu-btn,
#burgerMenu ul > .list-group-item > .menu-btn:focus,
#burgerMenu ul > .list-group-item > .menu-btn:hover {
  background-color: #fff;
  border-radius: 8px;
}

#burgerMenu ul > .list-group-item > .menu-btn {
  position: relative;
}

#burgerMenu ul > .list-group-item.list-item-active > .menu-btn:after,
#burgerMenu ul > .list-group-item > .menu-btn:hover:after,
#burgerMenu ul > .list-group-item > .menu-btn:focus:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 30px;
  border-radius: 8px;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  box-shadow: 0px 4px 4px 0px #765fb840;
  transition: 0.7s;
}

#burgerMenu ul li.smalltext {
  display: flex;
  margin-bottom: 8px;
}

#burgerMenu ul li.smalltext > a {
  color: #444c79;

  /* underline anim */
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

#burgerMenu ul li.smalltext > a:hover,
#burgerMenu ul li.smalltext > a:focus {
  color: #2e53e1;

  /* underline anim */
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

#burgerMenu ul li.smalltext.last-border {
  border-bottom: 1px solid #d1dceb;
  padding-bottom: 2rem;
}

#burgerMenu ul li.social-icons {
  display: flex;
  float: left;
  margin-right: 0;
}

#burgerMenu ul li.social-icons > a {
  padding: 0 15px;
  text-decoration: none;
  color: #444c79;
  font-size: 24px;
}

#burgerMenu .align-list .box-cover {
  background: rgba(240, 245, 253, 1);
  border-radius: 20px;
  padding: 20px !important;
  height: 100%;
}

#burgerMenu .align-list ul li:not(:last-child) {
  margin: 0 0 20px;
}

#burgerMenu .align-list ul li a {
  color: #141411;
  font-size: 14px;

  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

#burgerMenu .align-list ul li a:hover,
#burgerMenu .align-list ul li a:focus {
  color: #2e53e1;

  /* underline anim */
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

#burgerMenu .menu-sub-head {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(193, 208, 253, 1);
}

#burgerMenu .service-last-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(193, 208, 253, 1);
}

#burgerMenu .nyn-menu .submenu-portion {
  top: -95px;
}

#burgerMenu .industries-menu .submenu-portion {
  top: -138px;
}

#burgerMenu .services-menu .submenu-portion {
  top: -180px;
}

#burgerMenu .platforms-menu .submenu-portion {
  top: -223px;
}

#burgerMenu .iki-menu .submenu-portion {
  top: -266px;
}

#burgerMenu .aboutus-menu .submenu-portion {
  top: -309px;
}

#burgerMenu .submenu-portion {
  position: absolute;
  top: -152px;
  width: calc(337% - 5%);
  height: 100vh;
  left: 105%;
  opacity: 0;
  scale: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  /* transform: rotateY(15deg); 
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  transition-duration: 1s;  
  perspective: 20px;
    transform-style: preserve-3d;
  */
  background: #ffffff99;
  backdrop-filter: blur(6px);
}

#burgerMenu .sub-menu-active .submenu-portion {
  opacity: 1;
  scale: 1;
  /* transform: perspective(100px) rotateY(0);  */
  visibility: visible;
  height: 100vh;
}

#burgerMenu .submenu-inner {
  padding: 50px 30px;
  background: #fff;
  margin: 20px;
  border-radius: 20px;
  height: calc(100% - 40px);
  overflow-y: auto;
}

/* scrollbar */
.submenu-inner::-webkit-scrollbar {
  width: 24px;
  height: 18px;
}

.submenu-inner::-webkit-scrollbar-thumb {
  height: 6px;
  border: 10px solid rgba(0, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.submenu-inner::-webkit-scrollbar-thumb:hover {
  height: 6px;
  border: 10px solid rgba(0, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.submenu-inner::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.submenu-inner::-webkit-scrollbar-corner {
  background-color: transparent;
}

#burgerMenu #tennismenu {
  display: none;
  padding: 10px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin-bottom: 25px;
  border-radius: 10px;
}

#burgerMenu #tennismenu li:not(:last-child) {
  margin-bottom: 15px;
}

#burgerMenu li a.collapse-txt {
  position: relative;
}

#burgerMenu li a.collapse-txt::after {
  position: absolute;
  right: -30px;
  top: -5px;
  font-family: "Bootstrap-icons";
  font-size: 20px;
}

#burgerMenu li a.sign-symbol::after {
  content: "\F4FE" !important;
}

#burgerMenu li a.collapse-txt::after {
  content: "\F2EA";
}

#tennismenu li a {
  color: #fff;
  text-decoration: none;
}

.nyn-box-wrap {
  position: relative;
}

.nyn-box-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    180.24deg,
    rgba(0, 0, 0, 0) -2.16%,
    rgba(0, 0, 0, 0.780769) 56.7%,
    #000000 74.14%
  );
  border-radius: 0 0 10px 10px;
  z-index: 1;
}

.nyn-box-img {
  overflow: hidden;
  border-radius: 10px;
}

.nyn-box-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nyn-box-wrap:hover .nyn-box-img img {
  transform: scale(1.1);
}

.nyn-box-cnt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  color: #fff;
}

.nyn-box-cnt .cta-link,
.ce-swiper-inner-btn .cta-link {
  position: relative;
  right: 20px;
}

.nyn-ctrl-ht {
  aspect-ratio: 1 / 0.655;
}

.nyn-menu .cta-link.text-white:hover,
.nyn-menu .cta-link.text-white:focus {
  color: #6589fb !important;
}

/* ---------------------------
  BreadCrumb CSS
-------------------------------*/
.breadcrumb-banner {
  position: relative;
}

.breadcrumb-top {
  position: absolute;
  top: 110px;
  left: 0;
  padding: 0;
  right: 0;
  z-index: 2;
}

.breadcrumb-top .breadcrumb-item:after {
  top: 2px;
}

.breadcrumb-list-menu {
  position: absolute;
  top: 50px;
  width: auto;
  left: 0;
  right: 0;
}

.breadcrumb-top .breadcrumb {
  padding-block: 6px;
  position: relative;
}

.bg-bread {
  backdrop-filter: blur(24px);
  background: #fff;
  box-shadow: 0px 4px 12.3px 0px #2e53e133;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}

.bg-bread [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.breadcrumb-list-menu .mega-column ul li a {
  color: #444c79;
  transition: all 0.5s ease;

  /* underline anim */
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

.breadcrumb-top .menu-toggle,
.breadcrumb-top .breadcrumb-item.active {
  color: #e7edfe;
  transition: all 0.5s ease;

  /* underline anim */
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  /* padding-left: 0px;
  padding-right: 0px; */
  display: inline-block;
}

.breadcrumb-top .breadcrumb-item:hover::after {
  color: #fff;
}

.breadcrumb-top .active-menu .menu-toggle,
.breadcrumb-top .menu-toggle:hover,
.breadcrumb-top .menu-toggle:focus {
  color: #fff;

  /* underline anim */
  background: linear-gradient(90deg, #fff, #fff);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.breadcrumb-list-menu .mega-column ul li.dropdown-header a:hover,
.breadcrumb-list-menu .mega-column ul li.dropdown-header a:focus,
.breadcrumb-list-menu .mega-column ul li a:hover,
.breadcrumb-list-menu .mega-column ul li a:focus {
  color: #2e53e1;

  /* underline anim */
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.breadcrumb-top .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-top .breadcrumb-item.active:after {
  content: "";
}

.breadcrumb-top .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}

.breadcrumb-top .breadcrumb-item:after {
  content: "\F285";
  position: absolute;
  font-family: "Bootstrap-icons";
  transition: all 0.5s ease;
  top: 7px;
  color: #c1d0fd;
}

.breadcrumb-top .breadcrumb-item.active-menu::after {
  transform: rotate(90deg);
  color: #fff;
}

/* .breadcrumb-list-menu {
  position: absolute;
  top: 155px;
  width: calc(100% - 100px);
  left: 50px;
} */

.breadcrumb-list-menu .mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: absolute;
  top: 125%;
  left: 0;
  z-index: 1000;
  width: 100%;
  /* pointer-events: none; */

  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.breadcrumb-list-menu .mega-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* pointer-events: auto; */
}

.breadcrumb-list-menu .mega-column ul {
  margin: 0;
}

.breadcrumb-list-menu .mega-column ul li {
  margin-bottom: 8px;
}

.breadcrumb-list-menu .mega-column ul li.dropdown-header a {
  font-size: 17px;
  font-weight: 500;
  color: #0e0a42;
}

/* ----------------------
# Spacing CSS - Desktop
---------------------------*/
.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-25,
.my-25 {
  margin-top: 25px !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.mt-45,
.my-45 {
  margin-top: 45px !important;
}

.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.mt-75,
.my-75 {
  margin-top: 75px !important;
}

.mb-75,
.my-75 {
  margin-bottom: 75px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pt-25,
.py-25 {
  padding-top: 25px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pt-25,
.py-25 {
  padding-top: 25px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pt-35,
.py-35 {
  padding-top: 35px !important;
}

.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pt-45,
.py-45 {
  padding-top: 45px !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45px !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;
}

.pl-80,
.px-80 {
  padding-left: 80px !important;
}

.pr-80,
.px-80 {
  padding-right: 80px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !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
-------------------------*/
.text-grad {
  background-image: linear-gradient(180deg, #7483c3 0%, #7ba5e0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad-2 {
  background-image: linear-gradient(270deg, #9793d3 9.1%, #7243a7 98.46%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary-800,
.text-grey-800 {
  color: #0e0a42 !important;
}

.text-primary-700 {
  color: #1a1552 !important;
}

.text-primary-600 {
  color: #2e53e1 !important;
}

.text-primary-500 {
  color: #3262fa !important;
}

.text-primary-400 {
  color: #6589fb !important;
}

.text-primary-300 {
  color: #7a99fc !important;
}

.text-primary-200 {
  color: #c1d0fd !important;
}

.text-primary-100 {
  color: #e0e7fe !important;
}

.text-grey-700 {
  color: #444c79 !important;
}

.text-grey-600 {
  color: #8aa1c1 !important;
}

.text-grey-500 {
  color: #bac9dd !important;
}

.text-grey-400 {
  color: #d1dceb !important;
}

.text-grey-300 {
  color: #e9eef7 !important;
}

.text-grey-200 {
  color: #f0f5fd !important;
}

.text-purple-800 {
  color: #240844 !important;
}

.text-purple-700 {
  color: #401965 !important;
}

.text-purple-600 {
  color: #7041a7 !important;
}

.text-purple-500 {
  color: #765fb8 !important;
}

.text-purple-400 {
  color: #9998d6 !important;
}

.text-purple-300 {
  color: #d2cae8 !important;
}

.text-purple-200 {
  color: #dbdbf3 !important;
}

.text-purple-100 {
  color: #efeffd !important;
}

.text-dark {
  color: #141414 !important;
}

.text-light-white {
  color: #e9eef7 !important;
}

/* -------------------------
# Background CSS
-------------------------*/
.bg-primary-800,
.bg-grey-800,
.bg-blue-800 {
  background: #0e0a42 !important;
}

.bg-primary-700,
.bg-blue-700 {
  background: #1a1552 !important;
}

.bg-primary-600 {
  background: #2e53e1 !important;
}

.bg-primary-500 {
  background: #3262fa !important;
}

.bg-primary-400 {
  background: #6589fb !important;
}

.bg-primary-300 {
  background: #7a99fc !important;
}

.bg-primary-200 {
  background: #c1d0fd !important;
}

.bg-primary-100 {
  background: #e0e7fe !important;
}

.bg-grey-700 {
  background: #444c79 !important;
}

.bg-grey-600 {
  background: #8aa1c1 !important;
}

.bg-grey-500 {
  background: #bac9dd !important;
}

.bg-grey-400 {
  background: #d1dceb !important;
}

.bg-grey-300 {
  background: #e9eef7 !important;
}

.bg-grey-200 {
  background: #f0f5fd !important;
}

.bg-purple-800 {
  background: #240844 !important;
}

.bg-purple-700 {
  background: #401965 !important;
}

.bg-purple-600 {
  background: #7041a7 !important;
}

.bg-purple-500 {
  background: #765fb8 !important;
}

.bg-purple-400 {
  background: #9998d6 !important;
}

.bg-purple-300 {
  background: #d2cae8 !important;
}

.bg-purple-200 {
  background: #dbdbf3 !important;
}

.bg-purple-100 {
  background: #efeffd !important;
}

.bg-gradient-1 {
  background-color: #393939;
  background-image: linear-gradient(270deg, #020202 0%, #393939 100%);
}

.bg-gradient-2 {
  background-color: #7bb4fc;
  background-image: linear-gradient(270deg, #998ff9 0%, #7bb4fc 100%);
}

.bg-gradient-3 {
  background-color: #9998d6;
  background-image: linear-gradient(270deg, #9998d6 0%, #7142a7 100%);
}

.bg-gradient-4 {
  background: #e9eef7;
  background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
}

.bg-dark {
  background: #141414 !important;
}

/* ----------------------------------------------------------------------------
# OLD Site Background and Color Color CSS keeping it for L2 Page HTML Infographic BG
-------------------------------------------------------------------------------*/
.color-sapphire-d {
  color: #061838 !important;
}

.color-sapphire-m {
  color: #0f9ffa !important;
}

.color-sapphire-l {
  color: #92d1ff !important;
}

.color-sapphire-lbg {
  color: #bee3ff !important;
}

.color-coral-d {
  color: #4c0519 !important;
}

.color-coral-m {
  color: #f16c51 !important;
}

.color-coral-l {
  color: #fbc2ba !important;
}

.color-coral-lbg {
  color: #fcddd6 !important;
}

.color-topaz-d {
  color: #2f1113 !important;
}

.color-topaz-m {
  color: #df9926 !important;
}

.color-topaz-l {
  color: #eac8a5 !important;
}

.color-topaz-lbg {
  color: #ece1ce !important;
}

.color-jade-d {
  color: #09321d !important;
}

.color-jade-m {
  color: #00b28f !important;
}

.color-jade-l {
  color: #a8d7cd !important;
}

.color-jade-lbg {
  color: #d8e7da !important;
}

.color-amethyst-d {
  color: #372261 !important;
}

.color-amethyst-m {
  color: #963596 !important;
}

.color-amethyst-l {
  color: #d0b5d5 !important;
}

.color-amethyst-lbg {
  color: #e6dbe6 !important;
}

.color-onyx-d {
  color: #3f3f3f !important;
}

.color-onyx-m {
  color: #7e7e7e !important;
}

.color-onyx-l {
  color: #b8b8b8 !important;
}

.color-onyx-lbg {
  color: #dadada !important;
}

.bg-sapphire-dark {
  background-color: #061838 !important;
}

.bg-sapphire-medium {
  background-color: #0271b1 !important;
}

.bg-sapphire-light {
  background-color: #92d1ff !important;
}

.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}

.bg-coral-dark {
  background-color: #4c0519 !important;
}

.bg-coral-medium {
  background-color: #ca4d37 !important;
}

.bg-coral-light {
  background-color: #fbc2ba !important;
}

.bg-coral-less-light {
  background-color: #fcddd6 !important;
}

.bg-topaz-dark {
  background-color: #2f1113 !important;
}

.bg-topaz-medium {
  background-color: #ab6604 !important;
}

.bg-topaz-light {
  background-color: #eac8a5 !important;
}

.bg-topaz-less-light {
  background-color: #ece1ce !important;
}

.bg-jade-dark {
  background-color: #09321d !important;
}

.bg-jade-medium {
  background-color: #00866a !important;
}

.bg-jade-light {
  background-color: #a8d7cd !important;
}

.bg-jade-less-light {
  background-color: #d8e7da !important;
}

.bg-amethyst-dark {
  background-color: #372261 !important;
}

.bg-amethyst-medium {
  background-color: #8e2d8d !important;
}

.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}

.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}

.bg-onyx-dark {
  background-color: #3f3f3f !important;
}

.bg-onyx-medium {
  background-color: #7e7e7e !important;
}

.bg-onyx-light {
  background-color: #b8b8b8 !important;
}

.bg-onyx-less-light {
  background-color: #dadada !important;
}

/* -------------------------
# WOW Text Animation CSS
-------------------------*/
.wow {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;

  /* transform: translateY(20px);
   font-size: 2rem;
  text-align: center;
  margin: 100px 0; */
}

.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;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig.animatedBlock {
  -webkit-animation: fadeInRightBig 1s forwards;
  animation: fadeInRightBig 1s forwards;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig.animatedBlock {
  -webkit-animation: fadeInLeftBig 1s forwards;
  animation: fadeInLeftBig 1s forwards;
}

@-webkit-keyframes fadeTopBottom {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    transform-origin: bottom left;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: bottom left;
  }
}

@keyframes fadeTopBottom {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    transform-origin: bottom left;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transform-origin: bottom left;
  }
}

.fadeTopBottom.animatedBlock {
  -webkit-animation: fadeTopBottom 1s forwards;
  animation: fadeTopBottom 1s forwards;
}

@-webkit-keyframes fadeBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) translateY(-100px);
    transform: rotate(-15deg) translateY(-100px);
    transform-origin: bottom left;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
    transform-origin: bottom left;
  }
}

@keyframes fadeBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateY(-10px);
    -ms-transform: rotate(45deg) translateY(-10px);
    transform: rotate(45deg) translateY(-10px);
    transform-origin: bottom left;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
    transform-origin: bottom left;
  }
}

.fadeBottomTop.animatedBlock {
  -webkit-animation: fadeBottomTop 1s forwards;
  animation: fadeBottomTop 1s forwards;
}

@keyframes scaleRotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(15deg);
    -ms-transform: scale(0.8) rotate(15deg);
    transform: scale(0.8) rotate(15deg);
    transform-origin: right bottom;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transform-origin: right bottom;
  }
}

.scaleRotate.animatedBlock {
  -webkit-animation: scaleRotate 1s forwards;
  animation: scaleRotate 1s forwards;
}

/* -------------------------
# Button CSS
-------------------------*/

/* accessibility */

/* .cta-btn {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #383838 26.47%, #000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  text-decoration: none;
  transition: all 0.5s ease;
} */

.cta-btn {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
  background-color: #000;
  z-index: 999;
  overflow: hidden;
}

.cta-btn::before {
  content: "";
  background: linear-gradient(180deg, #383838 26.47%, #000 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
}

.cta-btn-white::before {
  display: none;
}

.cta-btn:focus,
.cta-btn:hover {
  box-shadow: 0px 15px 22px 0px #775fb8a0;
}

.cta-btn-border {
  border: 5px solid #212121;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.65);
}

.what-we-do-tab-accordion .cta-link .cta-arrow {
  top: -5px;
}

/* accessibility cta-link */
.what-we-do-tab-accordion .cta-link,
.cta-link-inline {
  display: inline !important;
}

/* .what-we-do-tab-accordion .cta-link,
.cta-link-inline {
  display: inline !important;
  padding-bottom: 3px !important;
} */

/* .cta-link {
  color: #0e0a42;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, #868ebd, #868ebd);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
.cta-link:hover,
.cta-link:focus {
  color: #2e53e1 !important;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
} */

/* accessibility cta-link */
.cta-link {
  color: #0e0a42;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  padding-bottom: 5px;
}

.cta-link:hover,
.cta-link:focus {
  color: #2e53e1;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.cta-link-blue {
  color: #3262fa;
}

/* accessibility cta-link */

/* .cta-link.text-white {
  background: linear-gradient(90deg, #fff, #fff);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
.cta-link.text-white:hover,
.cta-link.text-white:focus {
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
} */

.cta-link.text-white {
  color: #fff;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  padding-bottom: 5px;
}

.cta-link.text-white:hover,
.cta-link.text-white:focus {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

/* cta-link animation line control */

.nyn-box-wrap .cta-link.text-white {
  padding-bottom: 0px;
  text-underline-offset: 5px;
}

.nyn-box-wrap .cta-link.text-white:hover,
.nyn-box-wrap .cta-link.text-white:focus {
  padding-bottom: 0px;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  text-decoration: none;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
}

.cta-link.text-dark,
.cta-link.text-grey-800 {
  transition: inherit;
}

.what-we-do-list-items .cta-link {
  text-underline-offset: 5px;
  line-height: 1.8;
}

.what-we-do-list-items .cta-link:hover,
.what-we-do-list-items .cta-link:focus {
  padding-bottom: 4px;
}

.insights-list .cta-link {
  padding-bottom: 3px;
  text-underline-offset: 7px;
}

.blog-inner .cta-link {
  padding-bottom: 3px;
  text-underline-offset: 7px;
}

.blog-inner address .cta-link {
  padding-bottom: 3px;
  text-underline-offset: 5px;
}

.offering-box-href .cta-link:hover,
.offering-box-href .cta-link:focus {
  background: none !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  padding-bottom: 5px;
}

.in-the-news .cta-link,
.in-the-news2 .cta-link {
  text-underline-offset: 5px;
  padding-bottom: 0px;
}

.in-the-news .cta-link:hover,
.in-the-news .cta-link:focus,
.in-the-news2 .cta-link:hover,
.in-the-news2 .cta-link:focus {
  padding-bottom: 0px;
}

/* animation line control end */

.cta-arrow {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.cta-link .cta-arrow,
.cta-link .cta-video {
  position: absolute;
  right: -20px;
}

.cta-link .cta-video {
  padding-left: 6px;
}

.cta-video {
  transition: all 0.2s ease-in-out;
}

.cta-btn:hover .cta-arrow,
.cta-btn:focus .cta-arrow,
.cta-link:hover .cta-arrow,
.cta-link:focus .cta-arrow {
  animation: textarrowani 1.4s linear;
}

.cta-btn:hover .cta-video,
.cta-btn:focus .cta-video,
.cta-link:hover .cta-video,
.cta-link:focus .cta-video {
  animation: videoiconani 1.4s linear;
}

.cta-btn-white {
  background-color: #fff !important;
  color: #000;
  background: none;
}

/* accessibility */

/* #whats-new-item-swiper .cta-btn-white {
  background: linear-gradient(180deg, #383838 26.47%, #000 100%) !important;
  color: #fff !important;
} */

#whats-new-item-swiper .cta-btn-white {
  color: #fff !important;
  background-color: #000 !important;
}

#whats-new-item-swiper .cta-btn-white::before {
  content: "";
  background: linear-gradient(180deg, #383838 26.47%, #000 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  display: block;
}

#main-text-body .cta-btn {
  padding: 8px 16px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #383838 26.47%, #000 100%) !important;
}

@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);
  }
}

@keyframes videoiconani {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }

  25% {
    opacity: 0;
    transform: translateX(10px);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px);
  }

  55% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.cta-btn-noanimate .cta-arrow {
  transform: rotate(0deg) scale(1.1);
  transition: all 0.5s ease;
}

.ai-search-btns .cta-btn .bi-paperclip {
  transform: rotate(-45deg) scale(1);
  transition: all 0.5s ease;
}

.cta-btn-noanimate:hover .cta-arrow,
.cta-btn-noanimate:focus .cta-arrow {
  animation: none;
  transform: scale(1.2);
}

.cta-btn-noanimate:hover .cta-arrow.bi-paperclip,
.cta-btn-noanimate:focus .cta-arrow.bi-paperclip {
  animation: none;
  transform: rotate(-45deg) scale(1.2);
}

/* cta-search-glow  */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.cta-search-glow img {
  width: 15px;
}

.cta-btn.cta-search-glow {
  gap: 7px;
}

.cta-search-glow {
  position: relative;
  transition: all 0.3s ease;
}

.cta-search-glow::after,
.cta-search-glow::before {
  width: 100%;
  height: 105%;
  position: absolute;
  border-radius: 8px;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 1px;
  z-index: -1;
  background-image: conic-gradient(
    from var(--angle),
    transparent 15%,
    rgba(10, 224, 237, 1),
    transparent 85%
  );
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.search-icon-wrap .cta-search-glow::after,
.search-icon-wrap .cta-search-glow::before {
  border-radius: 50px;
}

.cta-search-glow::before {
  filter: blur(0.3rem);
  opacity: 0;
}

header #btn-search:hover,
header #btn-search:focus,
.cta-search-glow:hover,
.cta-search-glow:focus {
  box-shadow: none !important;
}

.cta-search-glow:hover::after,
.cta-search-glow:hover::before,
.cta-search-glow:focus::after,
.cta-search-glow:focus::before {
  opacity: 1;
  animation: spin-shadow 0.7s ease infinite forwards;
}

@keyframes spin-shadow {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

/* -------------------------
# Truncate CSS
-------------------------*/
.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;
}

/* ----------------------
# Recmd Stories 2 Slider CSS
---------------------------*/

.recmd-str2-item {
  transform: scale(0.85) !important;
  transition: all 0.8s ease;
  margin-top: 20px;
  filter: blur(2px);
}

.recmd-str2-item.swiper-slide-active {
  transform: scale(1) !important;
  margin-top: 0;
  filter: blur(0px);
}

.recmd-str-2 .recmd-head {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.swiper.recmd-str2-swiper {
  position: inherit;
}

.swiper.recmd-str2-swiper .swiper-slide-prev {
  margin-left: 50px;
}

.recmd-str2-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 100px;
  top: -75px;
  gap: 5px;
}

.recmd-str2-swiper .swiper-button-next:after,
.recmd-str2-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #0e0a42;
}

.recmd-str2-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.recmd-str2-body .h6-head {
  font-size: 18px;
  line-height: 1.4;
}

.recmd-str2-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.recmd-str2-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0e0a42;
}

.recmd-str2-swiper .slide-arrows .swiper-button-next,
.recmd-str2-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #0e0a42;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #0e0a42;
  pointer-events: all;
  margin: 0;
  /* background: linear-gradient(270deg, #383838 21.87%, #000000 100%); */
  background: transparent;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.recmd-str2-swiper .swiper-button-next.swiper-button-disabled,
.recmd-str2-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.recmd-str2-swiper
  .slide-arrows
  .swiper-button-nums
  .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

.recmd-str2-img {
  flex: 0.4;
}

.recmd-str2-img img {
  border-radius: 16px 0 0 16px;
  width: 100%;
}

.recmd-str2-cnt {
  display: flex;
  flex: 0.6;
  padding: 50px;
  /* align-items: center; */
  width: 100%;
  flex-wrap: wrap;
}

/* ----------------------
# Skip Header and Footer CSS
---------------------------*/
.skip-main-cnt,
.skip-footer {
  background: #2e62f5;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}

.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}

/* -------------------------
# Home Banner CSS
-------------------------*/
.hero-banner {
  padding: 10px;
  height: 100vh;
}

#hero-banner-head {
  margin-bottom: 15px;
}

.hero-banner .video-wrap,
.hero-banner .hero-img-wrap {
  background: rgba(54, 14, 176, 1);
}

.hero-banner .video-wrap video,
.hero-banner .hero-img-wrap img,
.hero-banner .video-wrap:after,
.hero-banner .hero-img-wrap:after,
.hero-banner .ovelay-blend {
  border-radius: 10px;
}

.hero-fit {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* object-position: right top; */
  z-index: -1;
}

.hero-banner .video-wrap:before,
.hero-banner .hero-img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(4, 10, 33, 0.71) 0%,
    rgba(4, 10, 33, 0.7) 1%,
    rgba(252, 253, 253, 0) 99%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.hero-banner .video-wrap:after,
.hero-banner .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  /* background: linear-gradient(
    180.93deg,
    #0e1419 -38.51%,
    rgba(71, 102, 127, 0) 98.17%
  ); */
  background: linear-gradient(
    180deg,
    #000000 -33.76%,
    rgba(52, 52, 52, 0.34) -19.09%,
    rgba(211, 211, 211, 0.6) 31.59%,
    rgba(249, 249, 249, 0.86) 66.03%,
    rgba(253, 253, 253, 0.980332) 79.65%,
    #ffffff 94.54%
  );
  /* border-radius: 0 0 10px 10px; */
}

.hero-align-cnt {
  position: relative;
  min-height: calc(100vh - 30px);
}

.banner-logo {
  max-width: 15%;
  height: auto;
}

.l1-heading-sml-1 {
  font-size: clamp(34px, 5vw, 45px);
  font-weight: 300;
}

.l1-heading-sml-2 {
  font-size: clamp(34px, 5vw, 40px);
  font-weight: 300;
}

.hero-banner .swiper-pagination {
  text-align: right;
  width: auto;
  right: 20px;
}

.hero-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 45px;
  height: 8px;
  border-radius: 6px;
}

/* ----------------------
# Marquee Swiper CSS
---------------------------*/
.marquee-swiper {
  position: relative;
  overflow-x: clip;
}

.marquee-swiper::before,
.marquee-swiper::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgba(21, 21, 23, 0) 0%,
    #000 20%,
    #000 50%,
    #000 80%,
    rgba(21, 21, 23, 0) 100%
  );
}

.marquee-swiper::before {
  right: -10%;
  z-index: 2;
}

.marquee-swiper::after {
  left: -10%;
  z-index: 1;
}

.marquee-swiper .swiper-slide {
  position: relative;
  width: 120px;
}

.marquee-swiper .swiper-slide .marquee-swiper-img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  filter: grayscale(1) invert(1);
}

.marquee-swiper.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* -------------------------
# Case Studies CSS
-------------------------*/
.cs-sec2-video-wrap .hero-fit,
.cs-sec2-img-wrap img {
  aspect-ratio: 1/1;
  border-radius: 20px;
  height: 100%;
}

.cs-sec2-img-wrap {
  position: relative;
  height: 100%;
}

.cs-sec2-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cs-sec2-img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65155) 47.42%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: 0 0 20px 20px;
  z-index: 1;
}

.cs-sec2-head {
  font-size: 32px;
  font-weight: 400;
  /* font-family: "Geist", sans-serif; */
  color: #0e0a42;
  letter-spacing: -2px;
}

.cs-sec2 .offering-ul {
  margin: 0;
  padding-left: 30px;
}

.cs-sec2 .offering-ul li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  list-style-type: decimal-leading-zero;
  padding-left: 10px;
}

.cs-sec2 .offering-ul li:last-child:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #d1dceb;
}

.offering-ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.cs-num-flex {
  display: flex;
}

.cs-num-bg {
  background-color: #efeffd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.cs-num-bg .bi {
  font-size: 22px;
  background-image: linear-gradient(180deg, #9793d3 -36%, #7243a7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs-num {
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 300;
  line-height: 0.7;
  margin-bottom: 10px;
  display: inline-block;
}

.cs-para {
  margin-bottom: 0;
}

.card-box-carousel {
  aspect-ratio: 1.8;
}

.quote-img {
  width: 50px;
  height: 50px;
  background-color: #c1d0fd;
  border-radius: 50%;
  padding: 10px;
}

.quote-img img {
  width: 28px;
  height: 28px;
}

.quote-box {
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
  min-height: 280px;

  position: relative;
}

.quote-box .profile-picture img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid #bac9dd;
}

.quote-box .profile-details-container {
  position: absolute;
  bottom: 35px;
}

.card-box-carousel .swiper-control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 160px;
  height: 50px;
  z-index: 2;
}

.card-box-carousel .swiper-control .swiper-pagination-current {
  font-size: 26px;
}

.card-box-carousel .swiper-control .swiper-button-prev,
.card-box-carousel .swiper-control .swiper-button-next {
  background: linear-gradient(360deg, #383838 41.67%, #000000 100%);
  box-shadow: 0px 15px 18px 0px #765fb840;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
}

.card-box-carousel .swiper-control .swiper-button-next.swiper-button-disabled,
.card-box-carousel .swiper-control .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.card-box-carousel .swiper-control .swiper-button-next:after,
.card-box-carousel .swiper-control .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.card-box-carousel .swiper-control .swiper-button-next:after {
  transform: rotate(90deg);
}

.card-box-carousel .swiper-control .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.awards-box {
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
}

.awards-box-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.awards-box-title {
  font-size: 20px;
}

.offering-box-href {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease;
  height: 100%;
  min-height: 200px;
  padding: 20px !important;
}

.offering-box-href:hover,
.offering-box-href:focus {
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.offering-box-href .offering-box-wrap {
  height: 100%;
}

.offering-box-href .offering-box-para {
  position: absolute;
  bottom: 10px;
  transition: all 0.7s ease;
  width: 80%;
  /* left: 6%; */
}

.offering-box-href:hover .offering-box-para,
.offering-box-href:focus .offering-box-para {
  bottom: 50px;
}

.offering-box-href .cta-link {
  position: absolute;
  bottom: -30px;
  right: 2rem;
  transition: all 0.7s ease;
  width: auto !important;
  /* text-decoration: underline; */
}

.offering-box-href:hover .cta-link,
.offering-box-href:focus .cta-link {
  bottom: 20px;
}

.offering-box-href .offering-head {
  font-size: 20px;
  font-weight: 500;
  /* font-family: "Geist", sans-serif !important; */
  line-height: 1.1;
}

.ai-label {
  /* text-transform: uppercase; */
  background: linear-gradient(180deg, #7483c3 0%, #7ba5e0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  /* font-family: "Geist", sans-serif; */
  font-weight: 400;
}

/* .cs-combo-wrap {
  height: 330px;
} */
.cs-sec7 .cs-swiper-img img,
#cs-cards-video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 330px;
  height: 330px;
}

.cs-sec7 .cs-cnt-wrap {
  display: flex;
  background: #ffff;
  width: 93%;
  position: relative;
  margin: -60px auto 0;
  box-shadow: 0px 15px 20px 0px #765fb840;
  margin-bottom: 25px;
  padding: 20px;
  /* padding: 30px 20px; */
  border-radius: 10px;
}

/* .cs-sec7 .cs-cnt-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
} */
#case-studies-swiper-pagination .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}

#case-studies-swiper-pagination .swiper-button-next.swiper-button-disabled,
#case-studies-swiper-pagination .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

#case-studies-swiper-pagination .swiper-button-next:after,
#case-studies-swiper-pagination .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

#case-studies-swiper-pagination .swiper-button-prev:after {
  transform: rotate(-90deg);
}

#case-studies-swiper-pagination .swiper-button-next:after {
  transform: rotate(90deg);
}

#case-studies-swiper-pagination .swiper-button-next,
#case-studies-swiper-pagination .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

#case-studies-swiper-pagination .swiper-nav .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

#case-studies-swiper-pagination .swiper-nav .swiper-button-next,
#case-studies-swiper-pagination .swiper-nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  /* background: linear-gradient(270deg, #383838 21.87%, #000000 100%); */
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

#case-studies-swiper-pagination .swiper-button-next.swiper-button-disabled,
#case-studies-swiper-pagination .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

/* -------------------------
# Offerings Page CSS
-------------------------*/
.bg-sec-ai {
  background-color: #000;
  padding: 5rem;
  border-radius: 10px;
}

.ai-offering-wrap {
  border: 1.5px solid #bac9dd;
  border-radius: 5px;
  padding: 2rem;
  height: 100%;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all 0.5s ease;
}

.ai-offering-wrap:hover,
.ai-offering-wrap:focus {
  background-color: #fff;
  color: #000;
}

.offerings-combo-wrap {
  width: 100%;
  height: 100%;
  background-color: #e9eef7;

  position: relative;
}

.offerings-combo-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(179.95deg, rgba(0, 0, 0, 0) 26.52%, #000000 97.93%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.offerings-wrap-img,
.offerings-wrap-img img,
.offerings-wrap-video {
  width: 100%;
  height: 545px;
  object-fit: cover;
}

.offerings-cnt-wrap {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 2;
}

.offerings-cnt-head {
  font-size: 48px;
  line-height: 1;
}

.label-head.ai-simulator-bg {
  background: linear-gradient(270deg, #998ff9 0%, #7bb4fc 100%);
  padding: 7px;
}

/* .offering-tab-sec .video-wrap:after,
.offering-tab-sec .image-wrap:after {
  background-color: #43ecff;
  mix-blend-mode: multiply;
} */
.split-column1 {
  position: relative;
}

.split-column1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #8aa1c1;
}

.our-success-stories .nav-link .active-visible,
.our-success-stories .accordion-button.collapsed .active-visible {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  color: #141414;
  display: none;
}

.our-success-stories .nav-link.active .active-visible,
.our-success-stories .accordion-button .active-visible {
  display: block;
}

.our-success-stories .active-visible .active-visible-para {
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.our-success-stories .active-visible .active-visible-para,
.our-success-stories .active-visible .cta-btn {
  font-size: 16px;
}

.our-success-stories
  .what-we-do-start-content
  .tab-list-container
  .nav-link::after {
  top: 20px;
  bottom: unset;
}

.our-success-stories .what-we-do-tab-accordion .accordion-button::after,
.our-success-stories .what-we-do-tab-accordion .accordion-button::before {
  top: 20px;
  bottom: unset;
}

.our-success-stories .what-we-do-tab-accordion-content .cta-btn {
  border: 1.5px solid;
  border-image-source: linear-gradient(180deg, #998ff9 0%, #7bb4fc 100%);
  box-shadow: 0px 15px 22px 0px #00000040;
}

/* -------------------------
# Alliances CSS
-------------------------*/
.bg-shadow-tab {
  box-shadow: 0px 15px 22px 0px #765fb840;
  border-radius: 10px;
}

.tab-left {
  border-radius: 10px 0 0 10px;
  background: #f0f5fd;
}

.tab-left .aliancs-tabs {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  padding: 15px;
  border: 0;
}

.tab-left li.aliancs-items {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #d1dceb;
  background: #e9eef7;
  width: 31%;
}

.tab-left .aliancs-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}

.tab-left .aliancs-link:hover,
.tab-left .aliancs-link:focus {
  background-color: #fff;
  border-radius: 10px;
}

.tab-left .aliancs-link:hover:after,
.tab-left .aliancs-link:focus:after,
.tab-left .aliancs-link.active:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  width: 50%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #765fb840;
}

.tab-left .aliancs-tabs .aliancs-item.show .aliancs-link,
.tab-left .aliancs-tabs .aliancs-link.active {
  border-radius: 10px;
}

.tab-right .aliancs-accord-items {
  border: 0;
  border-radius: 0 10px 10px 0;
}

.tab-right .accordion-body {
  min-height: 500px;
  /*   overflow-y: auto; */
  padding-block: 40px;
}

.alliance-box-wrap {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px #765fb826;
}

.alliance-img-wrap {
  border: 1px solid #c1d0fd;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* -------------------------
# Insights CSS
-------------------------*/

/* .insights-sec {
  background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
} */

.insights-sec {
  position: relative;
  background-color: #e9eef7;
}

.insights-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e9eef7;
  background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.insights-sec .video-wrap {
  position: relative;
  z-index: -1;
}

.insights-sec .video-wrap,
.insights-sec .video-wrap video {
  border-radius: 10px;
}

.insights-sec .video-wrap,
.insights-sec .image-wrap,
.insights-sec .image-wrap img {
  min-height: 480px;
}

.insights-sec .image-wrap img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insights-sec .insights-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 0px 7px 7px 0px #765fb840;
  width: 98%;
  margin: 0 auto;
  min-height: 150px;
}

.insights-sec .insights-content {
  flex: 2;
}

.insights-sec .insights-btn {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;

  position: relative;
  right: 20px;
}

.insights-sec .insight-text-link {
  font-size: 20px;
  line-height: 1.5;
  /* display: block; 
  text-decoration: none;*/
  transition: all 0.5s ease;
}

.insights-sec .insight-text-link:focus,
.insights-sec .insight-text-link:hover {
  color: #3262fa !important;
}

.insights-sec-scroll {
  max-height: 480px;
  overflow-y: auto;
}

/* scrollbar */
.insights-sec-scroll::-webkit-scrollbar {
  width: 24px;
  height: 18px;
}

.insights-sec-scroll::-webkit-scrollbar-thumb {
  height: 6px;
  border: 10px solid rgba(0, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.insights-sec-scroll::-webkit-scrollbar-thumb:hover {
  height: 6px;
  border: 10px solid rgba(0, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.insights-sec-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.insights-sec-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* -------------------------
# What We Do CSS
-------------------------*/
.what-we-do-content {
  border-radius: 10px;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.25);
}

.what-we-do-start-content .nav {
  border: 0;
}

.what-we-do-tab-accordion .video-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    180.93deg,
    #0e1419 -38.51%,
    rgba(71, 102, 127, 0) 98.17%
  );
}

.what-we-do-start-content .nav-link {
  padding: 25px;
  border: 0;
  border-radius: 8px;
  color: #444c79;
  font-weight: 500;
  position: relative;
  transition: 0.7s;
  font-size: 20px;
  width: 100%;
  text-align: left;
}

.what-we-do-start-content .tab-list-container .nav-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 41px;
  border-radius: 8px;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  box-shadow: 0px 4px 4px 0px #765fb840;
  opacity: 0;
  transition: 0.7s;
}

.what-we-do-start-content .tab-list-container .nav-item.show .nav-link,
.what-we-do-start-content .tab-list-container .nav-link.active,
.what-we-do-start-content .tab-list-container .nav-link:focus,
.what-we-do-start-content .tab-list-container .nav-link:hover,
.what-we-do-start-content .tab-list-container .nav-item:focus {
  background-color: #ffffff;
  color: #0e0a42;
  cursor: pointer;
  transition: 0.7s;
  border-radius: 8px;
}

.what-we-do-start-content .tab-list-container .nav-item.show .nav-link::after,
.what-we-do-start-content .tab-list-container .nav-link.active::after,
.what-we-do-start-content .tab-list-container .nav-link:focus::after,
.what-we-do-start-content .tab-list-container .nav-link:hover::after,
.what-we-do-start-content .nav-tabs .nav-item.show .nav-link::after,
.what-we-do-start-content .nav-tabs .nav-link.active::after {
  opacity: 1;
  transition: 0.7s;
}

.what-we-do-content .tab-pane {
  border: 0;
  outline-offset: -2px;
}

.what-we-do-content .accordion-body {
  padding: 0;
}

.what-we-do-tab-accordion .accordion-item,
.what-we-do-tab-accordion .accordion-button {
  background: transparent;
}

.what-we-do-tab-accordion .accordion-button {
  padding: 30px 50px 30px 15px;
  font-size: 20px;
}

.what-we-do-tab-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #0e0a42;
}

.what-we-do-tab-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 20px;
  color: #3262fa;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  height: 28px;
  line-height: 28px;
}

.what-we-do-tab-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  color: #ffffff;
  content: "-";
}

.what-we-do-tab-accordion .accordion-button::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e9eef7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.what-we-do-tab-accordion .accordion-button:not(.collapsed)::before {
  background: #3262fa;
}

.what-we-do-description {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.what-we-do-description .video-wrap,
.what-we-do-description .image-wrap {
  min-height: 400px;
}

.what-we-do-description .video-wrap .hero-fit {
  z-index: 0;
  border-radius: 0;
}

/* -------------------------
# Success Stories CSS
-------------------------*/
.success-stories-content {
  padding: 30px 22px;
  border-radius: 10px;
  margin-top: -20px;
  position: relative;
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.success-stories-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.success-stories-swiper .video-wrap,
.success-stories-swiper .image-wrap {
  min-height: 300px;
  border-radius: 10px;
}

.success-stories-swiper .hero-fit {
  z-index: 1;
  border-radius: 10px;
}

.success-stories-content-header {
  flex: 1;
}

.success-stories-swiper .swiper-slide {
  height: auto;
}

.success-stories-swiper .swiper-slide:hover img {
  transform: scale(1.1);
  transition: 0.7s all;
}

.success-stories-swiper .swiper-slide img {
  transition: 0.7s all;
}

.success-stories-swiper .slide-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}

.success-stories-swiper .swiper-button-next.swiper-button-disabled,
.success-stories-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.success-stories-swiper .swiper-button-next:after,
.success-stories-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.success-stories-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.success-stories-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.success-stories-swiper .swiper-button-next,
.success-stories-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.success-stories-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  /* font-family: "Geist", sans-serif; */
  font-weight: 400;
}

.success-stories-swiper .slide-arrows .swiper-button-next,
.success-stories-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  /* background: linear-gradient(270deg, #383838 21.87%, #000000 100%); */
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.success-stories-swiper
  .slide-arrows
  .swiper-button-nums
  .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* -------------------------
# Testimonials CSS
-------------------------*/
.testimonials-swiper {
  position: inherit;
}

.testimonials-swiper .swiper-slide {
  border-radius: 10px;
  padding: 35px 25px;
  box-shadow: 0px 15px 20px 0px rgba(118, 95, 184, 0.25);
}

.users-onboard-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.onboard-number {
  flex: 1;
}

.users-onboard-content {
  flex: 2;
}

.testimonial-body {
  border-radius: 10px;
  padding: 30px 25px;
}

.testimonial-body .sub-head-sg {
  font-size: 20px;
  font-weight: 500;
}

.avator-ctrl {
  opacity: 0.6;
  padding: 4px;
}

.testimonial-body .profile-picture,
.testimonial-body .profile-picture img {
  width: 40px;
  height: 40px;
}

.testimonial-body .profile-picture img {
  object-fit: cover;
  border: 1px solid #bac9dd;
}

.testimonial-body .profile-designation {
  font-weight: 400;
}

/* .testimonials-swiper.top-button-swiper {
  margin-top: -40px;
} */

.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.testimonial-footer {
  margin-top: auto;
}

.testimonials-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -85px;
}

.testimonials-swiper .swiper-button-next.swiper-button-disabled,
.testimonials-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.testimonials-swiper .swiper-button-next:after,
.testimonials-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.testimonials-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.testimonials-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.testimonials-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.testimonials-swiper .slide-arrows .swiper-button-next,
.testimonials-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.testimonials-swiper
  .slide-arrows
  .swiper-button-nums
  .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* -----------------------------
# Awards and Recognition CSS
--------------------------------*/
.awards-recognition .headsup-title {
  position: relative;
  z-index: 2;
}

.awards-list {
  display: flex;
  height: auto;
}

.awards-list .awards-link {
  text-decoration: none;
  color: unset;
  width: 100%;
}

.awards-card {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(118, 95, 184, 0.25);
}

.awards-card .h6-head {
  font-size: 20px !important;
  line-height: 1.4;
}

.awards-img {
  width: 100%;
  height: 100%;
  max-height: 238px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.awards-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.43 / 1;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
}

.awards-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 25px;
}

.awards-list:hover .awards-img img {
  transform: scale(1.1);
}

.awards-swiper.top-button-swiper {
  margin-top: -40px;
}

.swiper.awards-swiper {
  position: inherit;
}

.awards-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -100px;
}

.awards-swiper .swiper-wrapper {
  margin-top: 50px;
}

.awards-swiper .swiper-button-next.swiper-button-disabled,
.awards-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.awards-swiper .swiper-button-next:after,
.awards-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.awards-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.awards-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.awards-swiper .swiper-button-next,
.awards-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.awards-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}

.awards-swiper .slide-arrows .swiper-button-next,
.awards-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

/* -------------------------
# In the news CSS
-------------------------*/
.news-list {
  width: calc(50% - 10px) !important;
  margin-bottom: 15px;
}

.news-list:nth-child(2n) {
  margin-right: 0 !important;
}

.news {
  flex-wrap: wrap;
  /* padding-bottom: 50px; */
}

.news-wrap {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}

.news-img {
  display: block;
  overflow: hidden;
  flex: 1;
  border-radius: 10px 0 0 10px;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
  object-position: right;
}

.news-list:hover .news-img img {
  transform: scale(1.1);
}

.news-content {
  flex: 2;
  padding: 30px;
}

.section-title {
  font-size: 20px;
  transition: all 0.5s ease;
}

.section-title:focus,
.section-title:hover {
  color: #3262fa !important;
}

/* ----------------------------------------
# Upcoming events CSS
------------------------------------------*/
.upcoming-card {
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 15px 20px #765fb840);
  overflow: hidden;
}

.upcoming-img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.upcoming-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
}

.upcoming-card:hover .upcoming-img img {
  transform: scale(1.1);
}

.upcoming-content {
  padding: 35px 20px 35px 30px;
}

.upcoming-details {
  padding: 35px 10px 35px 0;
}

/* .upcoming-content .sub-head-sg {
  text-decoration: none;
} */
.upcoming-details {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.upcoming-head {
  transition: all 0.5s ease;
}

.upcoming-head:focus,
.upcoming-head:hover {
  color: #3262fa !important;
}

/* .upcoming-carousel .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
} */
/* .upcoming-carousel.top-button-swiper {
  margin-top: -40px;
} */
.upcoming-carousel {
  position: inherit;
}

.upcoming-carousel .slide-arrows {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: absolute;
  right: 0;
  top: -85px;
}

.upcoming-carousel .swiper-button-next.swiper-button-disabled,
.upcoming-carousel .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.upcoming-carousel .swiper-button-next:after,
.upcoming-carousel .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.upcoming-carousel .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.upcoming-carousel .swiper-button-next:after {
  transform: rotate(90deg);
}

.upcoming-carousel .swiper-button-next,
.upcoming-carousel .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.upcoming-carousel .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  /* font-family: "Geist", sans-serif; */
  font-weight: 400;
}

.upcoming-carousel .slide-arrows .swiper-button-next,
.upcoming-carousel .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.upcoming-carousel
  .slide-arrows
  .swiper-button-nums
  .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

.light-theme .upcoming-events.bg-grey-300 {
  background: #ffffff !important;
  color: #000000 !important;
}

.light-theme .upcoming-events .upcoming-card {
  background-color: #bac9dd;
}

.dark-theme .upcoming-events.bg-grey-300 {
  background: #000000 !important;
  color: #ffffff !important;
}

.dark-theme
  .upcoming-events
  .upcoming-carousel
  .slide-arrows
  .swiper-button-next,
.dark-theme
  .upcoming-events
  .upcoming-carousel
  .slide-arrows
  .swiper-button-prev {
  background: linear-gradient(
    360deg,
    rgb(124, 176, 251) 0%,
    rgb(52, 99, 251) 100%
  ) !important;
}

.dark-theme
  .upcoming-events
  .upcoming-carousel
  .swiper-button-next.swiper-button-disabled,
.dark-theme
  .upcoming-events
  .upcoming-carousel
  .swiper-button-prev.swiper-button-disabled {
  background: rgb(68, 76, 121, 1) !important;
}

.light-theme .success-stories {
  background: #fff !important;
  color: #000 !important;
}

.light-theme .success-stories .text-white,
.light-theme .success-stories .ss-main-head {
  color: #000 !important;
}

.light-theme .success-stories .slide-arrows .swiper-button-next,
.light-theme .success-stories .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

/* -------------------------
# FAQs CSS
-------------------------*/
.faq-accordion .accordion-item {
  background-color: #ffffff;
  filter: drop-shadow(0px 15px 20px #765fb840);
  border: none;
  border-radius: 10px !important;
}

.faq-accordion .accordion-item.active {
  display: block;
  max-height: 200px;
}

.faq-accordion .accordion-header {
  display: flex;
  align-items: flex-start;
  padding: 25px;
}

.faq-accordion .accordion-label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 2px 5px;
  margin-right: 20px;
}

.faq-accordion .accordion-label img {
  width: 11px;
  height: 11px;
}

.faq-accordion .accordion-button {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  padding: 0 25px 0 0;
  border-radius: 0;
  margin-top: 3px !important;
}

.faq-accordion .accordion-button:after,
.faq-accordion .accordion-button:before {
  background-image: none;
}

.faq-accordion .accordion-button.collapsed:before {
  content: "\F4FE";
  font-family: bootstrap-icons;
  position: absolute;
  top: -5px;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e9eef7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3262fa;
  font-size: 24px;
}

.faq-accordion .accordion-button:not(.collapsed):after {
  content: "\F2EA";
  font-family: bootstrap-icons;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: 0;
  width: 28px;
  height: 28px;
  background-color: #3262fa;
  border-radius: 50%;
  color: #e0e7fe;
  font-size: 24px;
  /* background-image: none !important; */
  /* font-weight: 400;
  line-height: 1;
  padding: 15px; */
}

/*.faq-accordion .accordion-button.collapsed:after {
  display: none;
}
 .faq-accordion .accordion-button.collapsed::before {
  display: block;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: none;
} */
.faq-accordion .accordion-body {
  padding: 25px;
}

.faq-accordion .accordion-labeltext {
  padding-left: 15px;
}

.faq-accordion .accordion-labeltext .label-head-blue {
  font-size: 12px;
}

.faq-accordion .accordion-labeltext .description {
  margin-right: 10px;
}

.faq-accordion .accordion-labeltext .label-head {
  display: inline-block;
  background-color: #1a1552;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  padding: 7px;
}

.faq-accordion .accordion-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.faq-accordion .accordion-content {
  width: 100%;
  max-width: 60%;
  padding-left: 50px;
}

.faq-accordion .accordion-content .description {
  color: #444c79;
}

.faq-accordion .accordion-link {
  display: block;
  color: #3262fa;
  font-size: 16px;
  font-weight: 400;
}

.faq-accordion .accordion-collapse {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type {
  border-radius: 0;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #0072ad;
}

.faq-container
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
.faq-container
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}

.question-container .text-gradient {
  color: transparent;
  background-clip: text;
}

.question-container .input-wrap {
  display: flex;
  align-items: end;
  width: 100%;
  height: 150px;
  background: transparent;
  border: 6px solid #d1dceb;
  border-radius: 10px;
  padding: 20px 10px;
  gap: 10px;
  padding: 10px;
  box-shadow: 0px 4px 18px 0px rgba(118, 95, 184, 0.1) inset;
}

.question-container .form-control {
  resize: none;
  height: 100%;
  padding: 10px 0 0 0;
  border: none;
  background: transparent;
}

.question-container .form-control,
.question-container .form-control::placeholder {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 400;
}

.question-container .form-control:focus {
  outline: 2px solid #0072ad;
  box-shadow: none;
  border-color: transparent;
}

.question-container .form-group .btn-generate {
  background-color: #fff;
  color: #141414;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 22px;
  border: none;
  transition: background-color 0.3s ease;
}

.question-container .form-group .btn-generate:hover {
  background-color: #141414;
  color: #fff;
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.25);
}

.question-container .form-group .cta-btn img {
  object-fit: contain;
}

.faq-accordion .accordion-button {
  box-shadow: none;
  padding-right: 30px;
  margin-top: 5px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  border-radius: 0;
}

.faq-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-radius: 0 !important;
}

/* -------------------------
# L2 Page CSS
-------------------------*/
.l2-head {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: rgb(255 255 255 / 80%) 0px 8px 24px;
}

.l2-banner .hero-banner-carousel {
  background-color: #90959e;
  border-radius: 10px;
}

.l2-banner.hero-banner {
  height: calc(70vh - 30px);
}

.l2-banner .hero-align-cnt {
  min-height: calc(65vh - 30px);
}

.l2-banner.hero-banner .video-wrap:after,
.l2-banner.hero-banner .hero-img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.9) 95%
  );
}

.infographics-box,
.vvideo-box {
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
  background-color: #fff;
}

.vidyard-player-container,
.vidyard-player-embed,
.infographics-img {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 16px;
}

.bg-shadow {
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.overview .infographics-box,
.l2-overview .infographics-box {
  position: relative;
  overflow: hidden;
}

.overview .infographics-box img,
.l2-overview .infographics-box img {
  transition: all 0.7s ease;
  transform: scale(1);
  border-radius: 10px !important;
}

.overview .infographics-box img:hover,
.l2-overview .infographics-box img:hover {
  transform: scale(1.1);
}

/* Border Accordion CSS */
#bdr-accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

#bdr-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#bdr-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button {
  border-radius: 0;
}

#bdr-accordion .accordion-button {
  padding: 25px 20px 25px 0;
  position: relative;
  font-size: 20px;
  border-radius: 0;
  color: #0e0a42;
  background-color: transparent;
  box-shadow: none;
}

#bdr-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #2e53e1;
}

#bdr-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

#bdr-accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
}

/* Challenges Solution Component CSS */
.titledescription,
.tabslider {
  background-color: #e9eef7;
}

.titledescription section {
  padding-top: 75px;
}

.tabslider.pb75 {
  padding-bottom: 75px;
}

.titledescription img[alt="Line"],
.titledescription img[alt=""] {
  display: none;
}

/* .titledescription .text-center {
  text-align: left !important;
} */
.titledescription .h2-heading {
  margin-bottom: 1rem;
}

.tabslider .col-md-offset-1 {
  margin-left: 8.33333333%;
}

.titledescription .para-txt.light-gray.col-md-offset-2 {
  /* padding-bottom: 50px; */
  margin-left: 16.66666667%;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: inherit;
}

#ovr-accordion .accordion-item,
#vp-accordion .accordion-item,
#challenges-solution .accordion-item {
  filter: drop-shadow(0px 15px 20px #765fb840);
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

#ovr-accordion .accordion-header,
#vp-accordion .accordion-header,
#challenges-solution .accordion-header {
  display: flex;
  align-items: flex-start;
}

#ovr-accordion .accordion-button,
#vp-accordion .accordion-button,
#challenges-solution .accordion-button {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding: 25px 65px 25px 25px;
  border-radius: 0;
  color: #0e0a42;
  background-color: transparent;
  box-shadow: none;
}

#ovr-accordion .accordion-button:after,
#ovr-accordion .accordion-button:before,
#vp-accordion .accordion-button:after,
#vp-accordion .accordion-button:before,
#challenges-solution .accordion-button:after,
#challenges-solution .accordion-button:before {
  background-image: none;
}

#ovr-accordion .accordion-button.collapsed:before,
#vp-accordion .accordion-button.collapsed:before,
#challenges-solution .accordion-button.collapsed:before {
  content: "\F4FE";
  font-family: bootstrap-icons;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e9eef7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3262fa;
  font-size: 24px;
  z-index: -1;
}

#ovr-accordion .accordion-button:not(.collapsed):after,
#vp-accordion .accordion-button:not(.collapsed):after,
#challenges-solution .accordion-button:not(.collapsed):after {
  content: "\F2EA";
  font-family: bootstrap-icons;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-color: #3262fa;
  border-radius: 50%;
  color: #e0e7fe;
  font-size: 24px;
  z-index: -1;
}

#ovr-accordion .accordion-body,
#vp-accordion .accordion-body,
#challenges-solution .accordion-body {
  padding: 25px;
  color: #444c79;
  line-height: 1.4;
  background: #f0f5fd;
  border-radius: 0 0 10px 10px;
}

#ovr-accordion .accordion-collapse,
#vp-accordion .accordion-collapse,
#challenges-solution .accordion-collapse {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

#ovr-accordion .accordion-button:focus,
#vp-accordion .accordion-button:focus,
#challenges-solution .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #2e53e1;
  border-radius: 10px !important;
}

#ovr-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#ovr-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed,
#vp-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#vp-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed,
#challenges-solution
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#challenges-solution
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}

.resources-center .swiper-wrapper {
  height: auto;
}

/* -------------------------
# L3 Page CSS
-------------------------*/
/* Audio Button CSS Start */
/* .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  background: #fff;
  width: 100%;
  height: 70px;
  box-shadow: 5px 5px 10px 5px rgba(225, 225, 225, 0.5);
} */
.main-text-body-investors .table.table-bordered tr th {
  font-weight: 600;
  background-color: #f1f1f1;
}

#new-events-player .controls-inner {
  width: 100%;
}

#new-events-player .start-container .buttons-icon {
  display: block;
}

.controls-inner {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 80%;
  position: relative;
}

.texttospeech-fixed .controls {
  margin-top: 0;
  transition: all 0.5s ease;
}

.cancel-section {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin: 0 0 0 20px;
}

.play-section {
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

.buttons-icon {
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  padding: 0px;
  line-height: 1;
  color: #061838;
  outline: inherit !important;
}

.buttons-icon:focus,
.buttons-icon:active {
  outline: 2px solid #2e53e1 !important;
}

.buttons-icon svg {
  width: 50px;
  height: 50px;
}

.cancel-section .buttons-icon {
  color: #061838;
  width: 30px;
  height: 30px;
}

.cancel-section .buttons-icon svg {
  width: 30px;
  height: 30px;
}

.buttons-icon img {
  max-width: 30px;
  width: 30px;
  height: 30px;
}

#playbackSpeed {
  position: relative;
}

#cancel img {
  max-width: 25px;
}

#cancel,
#pause,
#resume {
  display: none;
}

.controls span {
  margin: 0 20px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

#playbackSpeed img {
  margin: 0;
  width: 30px;
  height: 30px;
}

.playback-options .form-select,
.playback-options .form-select:focus-visible {
  font-size: 14px;
  border: 2px solid #061838;
  border-radius: 5px;
  padding: 2px;
  width: 60px;
  margin-left: 5px;
}

/* .audio-player .controls-inner Seek Bar */
.audio-player .controls-inner .scrubber {
  display: inline-flex;
  padding: 0;
  margin: 0 15px;
  align-items: center;
  border: 0;
  width: 70%;
}

.audio-player .controls-inner #seek-obj-container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 8px;
}

.audio-player .controls-inner #seek-obj {
  position: relative;
  border: 0;
}

.audio-player .controls-inner progress[value] {
  -webkit-appearance: none;
  appearance: none;
  background: #eaeef5;
  cursor: ew-resize;
  background-color: transparent;
}

.audio-player .controls-inner progress[value]::-webkit-progress-bar {
  background: #061838;
  border-radius: 10px;
  border: 0 solid lighten(#aeaeae, 20%);
  background-color: transparent;
}

.audio-player .controls-inner progress::-webkit-progress-value {
  background-color: #061838;
  border-radius: 10px;
}

.audio-player .controls-inner progress::-moz-progress-bar {
  background-color: #061838;
  border-radius: 10px;
}

.audio-player .controls-inner progress::-ms-fill {
  background-color: #061838;
  border-radius: 10px;
}

.audio-player .controls-inner #seek-front {
  margin: 0 10px;
}

.audio-player .controls-inner #seek-front span {
  display: block;
  margin: 0;
  color: #061838;
  font-size: 16px;
  line-height: 1.2;
}

.audio-player .controls-inner #end-time {
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #061838;
}

.audio-player .controls-inner #seek-obj {
  position: relative;
  width: 100%;
  height: 8px;
  background: #eaeef5;
  border-radius: 10px;
}

.audio-player .controls-inner.scrubber {
  width: 100%;
  padding: 0 10px !important;
  padding-left: 0 !important;
  position: relative;
}

.audio-player .controls-inner progress[value] {
  width: 100%;
}

.audio-player .controls-inner progress[value]::-webkit-progress-bar {
  width: 100%;
}

.heading-automation-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text-tospeech {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  z-index: 1;
  background: #ffffff;
}

#t2s-iki-player.audio-player {
  margin-bottom: 50px;
}

.texttospeech-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.text-to-speech-form-section {
  padding: 30px;
  border: 1px solid black;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: whitesmoke;
}

.texttospeech-automation-interface {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.texttospeech-automation-interface > input {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 15px;
  padding: 7px 10px;
  font-weight: 400;
}

.text-to-speech-form-section > form > div {
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 1024px) {
  .texttospeech-fixed {
    top: 0px !important;
  }
}

@media (max-width: 767px) {
  .buttons-icon svg {
    width: 44px;
    height: 44px;
  }

  .controls span {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  .texttospeech-fixed .controls {
    height: auto;
    padding-top: 50px !important;
  }

  .controls-inner {
    width: 100%;
  }

  .audio-player .controls-inner .scrubber {
    display: inline-block;
    width: 100%;
  }

  .audio-player .controls-inner #seek-obj-container {
    display: block;
    height: auto;
    margin: 0;
    text-align: right;
  }

  .audio-player .controls-inner #seek-front,
  .audio-player .controls-inner #end-time {
    margin: 0;
    font-size: 16px;
    line-height: 1;
  }

  .audio-player .controls-inner #seek-front span {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
}

#t2s-default-player .buttons-icon {
  border: 0;
  background: transparent;
  padding: 10px 7px 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: auto;
  height: auto;
}

#t2s-default-player .buttons-icon img {
  max-width: 30px;
  width: 30px;
  height: 30px;
}

#t2s-default-player .play-section,
#t2s-default-player .cancel-section {
  width: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

#t2s-default-player .cancel-section {
  justify-content: center;
  margin-left: 10px;
}

#t2s-default-player #playbackSpeed {
  position: relative;
  padding: 7px;
}

#t2s-default-player #cancel img {
  max-width: 25px;
}

#t2s-default-player #cancel,
#t2s-default-player #pause,
#t2s-default-player #resume {
  display: none;
}

#t2s-default-player .controls {
  flex-direction: row;
}

#t2s-default-player .controls span {
  margin: 5px 10px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

#t2s-default-player #playbackSpeed img {
  margin: 0;
  width: 20px;
  height: 20px;
}

#t2s-default-player .playback-options {
  display: none;
}

#t2s-default-player .playback-options .form-select,
#t2s-default-player .playback-options .form-select:focus-visible {
  font-size: 14px;
  border: 1px solid #3c404333;
  border-radius: 5px;
  padding: 2px;
  width: 120px;
}

#t2s-default-player.heading-automation-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#t2s-default-player.text-to-speech-form-section {
  padding: 30px;
  border: 1px solid black;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: whitesmoke;
}

#t2s-default-player.texttospeech-automation-interface {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#t2s-default-player.texttospeech-automation-interface > input {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 15px;
  padding: 7px 10px;
  font-weight: 400;
}

#t2s-default-player.text-to-speech-form-section > form > div {
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}

#t2s-default-player .controls {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 70px;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  justify-content: normal;
  transition: all 0.5s ease;
  color: #0e0a42;
}

#t2s-iki-player .controls,
#t2s-stories-player .controls,
#new-events-player .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  background: #fff;
  width: 100%;
  height: 70px;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
}

#t2s-default-player .controls:hover {
  flex-direction: row;
  box-shadow: 0px 15px 22px 0px #775fb8a0;
}

#t2s-default-player .controls .fa {
  font-style: normal;
  font-family: "Bootstrap-icons";
  font-size: 24px;
  color: #141414;
}

#t2s-default-player .controls .fa-play:before {
  content: "\F4F4";
}

#t2s-default-player .controls .fa-pause:before {
  content: "\F4C3";
}

#t2s-default-player .controls .fa-times:before {
  content: "\F62A";
  font-weight: 900;
}

/* Audio Button CSS End */
.l3-inner {
  padding: 15px;
  /* margin-bottom: 75px; */
}

/* accessibility */

/* .l3-inner-cut {
  padding: 200px 0 50px 0;
  border-radius: 10px;
  background-color: #7142a7;
  background-image: linear-gradient(270deg, #9998d6 0%, #7142a7 100%);
} */

.l3-inner-cut {
  padding: 200px 0 50px 0;
  border-radius: 10px;
  background-color: #7142a7;
  position: relative;
}

.l3-inner-cut::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #7142a7;
  background-image: linear-gradient(270deg, #9998d6 0%, #7142a7 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.sec3-innner-image {
  overflow: hidden;
  border-radius: 10px;
}

.sec3-innner-image img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;

  transition: all 0.7s ease;
  transform: scale(1);
}

.sec3-innner-image:hover img {
  transform: scale(1.1);
}

.video-wrap-l3 {
  min-height: 300px;
}

.video-wrap-l3 video {
  border-radius: 10px;
}

.fig-cap {
  font-size: 14px;
}

.grad-box {
  padding: 50px 20px;
  border-radius: 10px;
}

.num-per {
  font-size: 50px;
  font-weight: 700;
}

.num-per sup {
  font-size: 30px;
}

/* ---------------------------------
# Insights Listing Page CSS
----------------------------------*/

#insight-list .cta-link {
  position: relative;
  background: none;
}

#insight-list .cta-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 8px;
  left: 0;
  bottom: -41px;
  margin: auto;
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  box-shadow: 0px 4px 4px 0px #765fb840;
  transition: 0.7s;
  transition: all 0.5s ease;
}

#insight-list .cta-link:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 8px;
  left: 0;
  bottom: -41px;
  margin: auto;
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  box-shadow: 0px 4px 4px 0px #765fb840;
  transition: 0.7s;
}

#insight-list .insights-active::after {
  width: 100% !important;
}

.insights-item {
  transition: all 0.5s ease-in-out;
}

.insights-img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.insight-list-item.h-100 .insights-img {
  border-radius: 10px 10px 0 0;
}

.insight-list-item.h-100.d-md-flex .insights-img {
  border-radius: 10px 0 0 10px;
}

.insights-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.5s ease;
}

.insight-img-wrap:hover .insights-img img {
  transform: scale(1.2);
}

.insight-list-item {
  box-shadow: rgba(118, 95, 184, 0.25) 0px 15px 20px 0px;
  color: rgb(20, 20, 20);
  transition: 0.5s;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.insight-body-wrap {
  padding: 25px;
}

.insight-list-item .ftr-social-item {
  flex: 0;
}

#itemContainer .adj-min {
  margin: 0 -25px;
}

/* ---------------------------------
# Pressrelease Listing Page CSS
----------------------------------*/
.pr-list-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.pr-strip {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.select-pr {
  width: 100%;
  background: #f0f5fd;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  background-image: none;
  background-image: url(/content/dam/infosys-web/en/new-design25/assets/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* ---------------------------------
# Pressrelease Page CSS
----------------------------------*/
#main-text-body,
#press_releases {
  padding: 0 0 75px;
}

h1,
.h1-heading {
  font-size: clamp(32px, 5vw, 48px);
}

h2,
.h2-heading {
  font-size: clamp(28px, 5vw, 40px);
}

h3,
.h3-heading {
  font-size: clamp(24px, 5vw, 34px);
}

h4,
.h4-heading {
  font-size: clamp(22px, 5vw, 26px);
}

h5,
h6,
.h5-heading,
.h6-heading {
  font-size: 20px;
}

.cntry-accord-head {
  font-size: clamp(28px, 5vw, 40px) !important;
}

.align-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px !important;
  clear: both;
  border: 1px solid #ccc;
}

.main-text-body-investors h2,
.main-text-body-investors h3,
.main-text-body-investors h4,
.main-text-body-investors h5,
.main-text-body-investors h6,
#main-text-body h2,
#main-text-body h3,
#main-text-body h4,
#main-text-body h5,
#main-text-body h6,
#press_releases h2,
#press_releases h3,
#press_releases h4,
#press_releases h5,
#press_releases h6 {
  margin: 45px 0 23px;
}

#press_releases img,
#main-text-body img {
  margin-bottom: 28px;
}

/* accessibility cta-link */

/* 
.l2-expert-sec ul li a,
ul.list-items li a,
#challenges-solution .accordion-body ul li a,
.main-text-body-investors a,
#main-text-body a,
#press_releases a {
  color: #444c79;
  transition: all 0.5s ease;
  text-decoration: none;
  background: linear-gradient(90deg, #444c79, #444c79);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
}
.l2-expert-sec ul li a:hover,
ul.list-items li a:hover,
#challenges-solution .accordion-body ul li a:hover,
.main-text-body-investors a:hover,
.main-text-body-investors a:focus,
#main-text-body a:hover,
#main-text-body a:focus,
#press_releases a:hover,
#press_releases a:focus {
  color: #2e53e1;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
} */

.l2-expert-sec ul li a,
ul.list-items li a,
#challenges-solution .accordion-body ul li a,
.main-text-body-investors a,
#main-text-body a,
#press_releases a {
  color: #444c79;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  padding-bottom: 5px;
}

.l2-expert-sec ul li a:hover,
ul.list-items li a:hover,
#challenges-solution .accordion-body ul li a:hover,
.main-text-body-investors a:hover,
.main-text-body-investors a:focus,
#main-text-body a:hover,
#main-text-body a:focus,
#press_releases a:hover,
#press_releases a:focus {
  color: #2e53e1;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.main-text-body-investors p,
#main-text-body p,
#press_releases p {
  font-size: 18px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.bold-large {
  font-size: 22px !important;
}

#press_releases .position-txt {
  color: #141414;
  font-size: 25px;
  margin-bottom: 10px;
}

#press_releases .location-date {
  color: #444c79;
  margin: 16px 0 0;
}

#main-text-body .press-hline,
#press_releases .press-hline {
  width: 100%;
  height: 1px;
  background-color: #d1dceb;
  margin: 50px 0px;
}

#press_releases h4 {
  margin-bottom: 15px;
}

.separator-2 {
  border: 2px solid #21409a;
  opacity: 1 !important;
}

.infographic-icon,
.img-icon,
.icon-ctrl {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto;
  display: block;
}

.img-ctrl-30 {
  width: 30px !important;
  height: 30px !important;
}

.img-ctrl {
  width: 60px !important;
  height: 60px !important;
}

.icon_list-items {
  padding: 15px !important;
  background: #d2cae8;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  border-radius: 10px;
  height: 100%;
}

.icon_list-items li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.icon_list-items li:before {
  display: none;
}

.icon_list-items img {
  width: 70px;
  margin: 10px;
  padding: 4px;
}

.l2-expert-sec ul,
ul.list-items,
#challenges-solution .accordion-body ul,
.main-text-body-investors ul,
#press_releases ul,
#main-text-body ul {
  padding: 0;
  margin: 0 0 28px;
}

.l2-expert-sec ul li,
ul.list-items li,
#challenges-solution .accordion-body ul li,
.main-text-body-investors ul li,
#press_releases ul li,
#main-text-body ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.main-text-body-investors ul li,
#press_releases ul li,
#main-text-body ul li {
  font-size: 18px;
}

.l2-expert-sec ul li:not(:last-child),
ul.list-items li:not(:last-child),
#challenges-solution .accordion-body ul li:not(:last-child),
.main-text-body-investors ul li:not(:last-child),
#press_releases ul li:not(:last-child),
#main-text-body ul li:not(:last-child) {
  margin-bottom: 15px;
}

.l2-expert-sec ul li:before,
ul.list-items li:before,
#challenges-solution .accordion-body ul li:before,
.main-text-body-investors ul li:before,
#press_releases ul li:before,
#main-text-body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

ul.list-items ul {
  padding-left: 20px;
}

ul.list-items ul li:before {
  background-color: #fff;
  border: 1px solid;
}

.home-cta {
  color: #000;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  right: 20px;
}

.home-cta:hover,
.home-cta:focus {
  color: #00578a;
}

.home-cta:hover:before {
  left: 10px;
}

.home-cta:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s ease;
}

/* ---------------------------
# Management Profile CSS
------------------------------*/
.mgmt-pro-tabs {
  list-style: none;
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 50px;
  background-color: #0e0a42;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
}

.mgmt-pro-tabs li {
  display: inline-block;
  width: 33.3%;
}

.mgmt-pro-tabs li a {
  height: 100%;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  padding: 10px;
  display: block;
  width: 100%;
  border-radius: 50px;
}

.mgmt-pro-tabs .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease 0s;
  border-radius: 50px;
}

.mgmt-pro-tabs .board-directors-active,
.mgmt-pro-tabs li:nth-child(1):hover ~ .animation,
.mgmt-pro-tabs li:nth-child(1):focus ~ .animation,
.mgmt-pro-tabs .executive-committee-active,
.mgmt-pro-tabs li:nth-child(2):hover ~ .animation,
.mgmt-pro-tabs li:nth-child(2):focus ~ .animation,
.mgmt-pro-tabs .founders-active,
.mgmt-pro-tabs li:nth-child(3):hover ~ .animation,
.mgmt-pro-tabs li:nth-child(3):focus ~ .animation {
  width: 33.3%;
  background-color: #8aa1c1;
}

.mgmt-pro-tabs .board-directors-active,
.mgmt-pro-tabs li:nth-child(1):hover ~ .animation,
.mgmt-pro-tabs li:nth-child(1):focus ~ .animation {
  left: 0;
}

.mgmt-pro-tabs .executive-committee-active,
.mgmt-pro-tabs li:nth-child(2):hover ~ .animation,
.mgmt-pro-tabs li:nth-child(2):focus ~ .animation {
  left: 33.3%;
}

.mgmt-pro-tabs .founders-active,
.mgmt-pro-tabs li:nth-child(3):hover ~ .animation,
.mgmt-pro-tabs li:nth-child(3):focus ~ .animation {
  left: 66.6%;
}

.mgmt-rds-ctrl img {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px !important;
}

.border-mgmt {
  border: 1px solid #cabfeb40;
}

.flex-sm-1 {
  flex: 1;
}

.mgmt-img-wrap img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}

/* ----------------------
# Our Work CSS
---------------------------*/
.our-work-swiper .our-work-slide {
  display: flex;
}

.our-work-swiper .swiper-slide {
  border-radius: 10px;
  backdrop-filter: blur(150px);
  background-color: #fff;
  box-shadow: 0px 15px 20px 0px rgba(118, 95, 184, 0.25);
}

.our-work-swiper .our-work-right-slide {
  height: 100%;
  padding: 50px 20px;
}

.our-work-slide-img .our-work-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.our-work-slide-cnt {
  position: absolute;
  right: 0;
  background-color: #fff;
}

.our-work-cnt-top {
  top: 0;
  backdrop-filter: blur(40px);
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.our-work-cnt-bottom {
  bottom: 0;
  width: 350px;
  height: 200px;
  background-color: rgba(240, 245, 253, 1);
  border-top-left-radius: 10px;
}

.our-work-bottom-header {
  padding: 15px;
}

.our-work-bottom-body {
  padding: 15px;
}

.s-name {
  margin-bottom: 0;
  font-weight: 500;
}

.s-designation {
  margin-bottom: 0;
  font-size: 14px;
}

.our-work-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -130px;
}

.our-work-swiper .swiper-button-next.swiper-button-disabled,
.our-work-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.our-work-swiper .swiper-button-next:after,
.our-work-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.our-work-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.our-work-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.our-work-swiper .swiper-button-next,
.our-work-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.our-work-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.our-work-swiper .slide-arrows .swiper-button-next,
.our-work-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.our-work-swiper .slide-arrows .swiper-button-nums .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* -------------------------
# FS Page CSS
-------------------------*/
.cnt-img-wrap .sec2a-img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.cnt-img-wrap:hover .sec2a-img {
  transform: scale(1.1);
}

.cnt-img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: #000;
}

.cnt-img-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}

.sec2a-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  border-radius: 10px;
}

.sec2a-cnt-wrap {
  position: relative;
  border-radius: 10px;
  z-index: 2;
}

.sec2a-cnt-stats {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  padding: 20px;
  color: #fff;
}

.what-we-do-list-items {
  margin: 0;
  column-count: 2;
  column-gap: 60px;
}

.what-we-do-list-items li {
  position: relative;
  list-style-type: decimal-leading-zero;
  margin-bottom: 25px;
  font-size: 14px;
}

.what-we-do-list-items li:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 30px);
  /* height: 1px; */
  height: 0;
  background-color: #d1dceb;
}

/* What's new Slider */
/* .cs-combo-wrap {
  height: 430px;
} */
.cs-swiper-video {
  height: 330px;
}

.whats-new .cs-swiper-img img,
#cs-cards-video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 330px;
  height: 330px;
}

.whats-new .cs-cnt-wrap {
  display: flex;
  background: #ffff;
  width: 93%;
  position: relative;
  margin: -60px auto 0;
  box-shadow: 0px 15px 20px 0px #765fb840;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 10px;
}

.whats-new .cs-cnt-wrap-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
}

.whats-new-swiper {
  position: inherit;
}

.whats-new-swiper .slide-arrows {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: absolute;
  top: -70px;
  right: 0;
}

.whats-new-swiper .swiper-button-next.swiper-button-disabled,
.whats-new-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.whats-new-swiper .swiper-button-next:after,
.whats-new-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.whats-new-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.whats-new-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.whats-new-swiper .swiper-button-next,
.whats-new-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.whats-new-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.whats-new-swiper .slide-arrows .swiper-button-next,
.whats-new-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.whats-new-swiper .swiper-button-next.swiper-button-disabled,
.whats-new-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

/* ----------------------
  # Case Study Listing
  ---------------------------*/
.hero-banner-listing {
  height: auto;
}

.hero-banner-listing .hero-align-cnt {
  min-height: unset;
  padding-top: 130px;
  padding-bottom: 30px;
}

.hero-banner-listing .video-wrap:after,
.hero-banner-listing .hero-img-wrap:after {
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.84) -23.22%,
    rgba(52, 52, 52, 0.2856) -11.7%,
    rgba(211, 211, 211, 0.504) 0.22%,
    rgba(249, 249, 249, 0.797149) 60.54%,
    rgba(255, 255, 255, 0.84) 84.66%
  );
}

/*Banner Inner Search Box  */
.search__form {
  margin-top: 100px;
}

.search-form-inner {
  position: relative;
  padding: 10px;
  width: 95%;
  margin: 0 auto;
  border: 6px solid #d1dceb;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 18px 0px #765fb840 inset;
}

.search-form-inner .btn-search-mic {
  background: #ffffff;
  color: #ffffff;
  border-radius: 100% !important;
  width: 78px;
  height: 78px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  box-shadow: 0px 20px 40px -10px #765fb8;
  transition: all 0.5s ease;
}

.search-form-inner .btn-search-mic:hover::after {
  box-shadow: 0px 20px 50px -10px #765fb8;
}

.btn-search-mic.listening::before {
  animation: listening 1.3s infinite;
}

.btn-search-mic::before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
  z-index: -1;
}

.btn-search-mic.listening::before {
  background-color: red;
}

@keyframes listening {
  from {
    opacity: 0.25;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

.search-form-inner .btn-search-mic img {
  width: 25px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.search-form-inner .btn-search-mic:after {
  content: "";
  width: 92%;
  height: 92%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background:
    radial-gradient(
      49.23% 47.73% at 37.5% 40.34%,
      #88c1fd 0%,
      #7697f9 43.75%,
      #3663ff 79.33%,
      #2e62f5 100%
    ),
    radial-gradient(
      27.02% 36.93% at 28.41% 52.84%,
      #83c0fd 0%,
      rgba(135, 192, 252, 0) 63.91%
    );
  border-radius: 100%;
  transition: all 0.5s ease;
}

.search-form-inner .btn-search-mic.listening::after {
  background:
    radial-gradient(
      49.23% 47.73% at 37.5% 40.34%,
      rgb(253 175 0) 0%,
      rgb(255 90 15) 43.75%,
      rgb(246 44 44) 79.33%,
      rgb(249 2 2) 100%
    ),
    radial-gradient(
      27.02% 36.93% at 28.41% 52.84%,
      rgb(87 0 0) 0%,
      rgba(135, 192, 252, 0) 63.91%
    );
}

.ai-search-main.input-group {
  align-items: center;
  padding: 0;
  flex-wrap: nowrap;
}

.ai-search-main-group {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
}

.ai-search-main textarea.form-control {
  background: transparent;
  border: none;
  resize: none;
}

.ai-search-main .cta-btn {
  border-radius: 8px !important;
}

.blog-inner {
  background: #ffffff;
  padding: 0;
  border: none;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  /* height: 380px; */
  display: block;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
}

/* .ai-for-enterprise .blog-inner {
  height: 380px;
} */
/* .ai-for-enterprise .blog-inner {
  height: 410px;
} */

.blog-inner-content {
  position: relative;
  padding: 20px 20px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-inner-img {
  height: 200px;
}

.article-img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.5s ease;
}

.blog-inner:hover {
  box-shadow: 0px 15px 22px 0px #765fb84d;
}

.blog-inner:hover .article-img img {
  transform: scale(1.1);
  transition: transform 1.5s ease;
}

.blog-inner-content .cta-arrow {
  font-size: 21px;
  position: absolute;
  right: -20px;
  top: -2px;
}

.success-story-listing-main .blog-inner-content .cta-btn-white .cta-arrow {
  position: relative;
  right: unset;
  top: unset;
}

.blog-inner-podcast-card {
  position: relative;
}

.blog-inner-podcast-card .blog-inner {
  display: flex;
  align-items: flex-end;
}

.blog-inner-podcast-card .article-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 0;
  overflow: hidden;
}

.blog-inner-podcast-card .article-img img {
  object-fit: cover;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.blog-inner-podcast-card .article-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 60%,
    #000000 100%
  );
}

.blog-inner-podcast-card .blog-inner-content {
  align-items: flex-end;
  justify-content: space-between;
}

.blog-inner-content .text-grey600 {
  color: #8aa1c1;
}

.blog-inner-podcast-card .blog-inner-content-inner {
  width: 70%;
}

.cta-btn-long {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  transition: all 0.5s ease;
}

/* ----------------------------
  # Events Page
  ---------------------------------*/
.events-banner-dets {
  position: relative;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.events-banner-dets li {
  display: inline-block;
  position: relative;
}

.events-banner-dets .bannerpara {
  margin-bottom: 0;
}

.events-banner-dets li::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 80%;
  margin: auto;
  background-color: #c1d0fd;
}

.events-banner-dets li:last-child::after {
  content: none;
}

.events-banner-icon {
  width: 20px;
  height: 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
}

.events-banner-icon img {
  width: 100%;
}

/* Event Banner Long Navigation  */
.events-banner-section .event-banner-nav-main {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.long-nav-bullets {
  position: relative;
  display: flex;
  margin: 15px 0 0;
  gap: 15px;
}

.long-nav-bullets .swiper-pagination-bullet {
  border-radius: 50px;
  width: auto;
  flex: auto;
  height: 5px;
  background: #c1d0fd;
  opacity: 1;
  position: relative;
}

.long-nav-bullets .swiper-pagination-bullet::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: 0;
  background-color: #3262fa;
}

.long-nav-bullets .swiper-pagination-bullet-active.animateNav::after {
  animation: fillInNav 10s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fillInNav {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.long-nav-bullets .swiper-pagination-bullet-active::after {
  transition: width 0.5s ease;
}

#event-banner-pp {
  display: inline-flex;
  gap: 5px;
  color: #141414;
  font-size: 18px;
  align-items: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease;
}

#event-banner-pp.removeIt {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#event-banner-pp p {
  font-size: 14px;
}

/* event-filter-main */
.event-filter-main {
  margin: 30px 0 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px #765fb840;
  padding: 25px 20px;
}

.btn-event-select {
  position: relative;
}

.btn-event-select .btn {
  border: none;
  width: 100%;
  border-radius: 10px;
  padding: 8px 21px 8px 12px;
  /* text-transform: uppercase; */
  color: #444c79;
  background-color: #f0f5fd;
  text-align: left;
}

.btn-event-select .btn label {
  position: relative;
  z-index: 0;
}

.btn-event-select .form-control:hover,
.btn-event-select .form-control:focus,
.btn-event-select .form-control:focus-visible {
  color: #454545;
  text-decoration: none;
  border: 1px solid #595959;
}

/* input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
} */
.btn-event-select .form-select option {
  color: #000000;
}

.btn-event-select img {
  width: 15px;
  margin-right: 10px;
}

.btn-event-select .btn:after {
  content: "\f282";
  border: 0px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: -0.125em;
  position: absolute;
  right: 10px;
  top: 13px;
  line-height: 1;
  z-index: 0;
}

.btn-event-select .dropdown-menu {
  width: 100%;
  padding: 0;
}

.btn-event-select .dropdown-menu > li > a {
  color: #000000;
  padding: 10px;
  display: block;
  text-align: left;
  text-decoration: none;
}

.btn-event-select .dropdown-menu > li > a:hover {
  background-color: #f0f0f0;
}

.btn-event-select label span {
  display: inline-block;
}

#datepicker,
#locationfilter {
  border: 0px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
}

.ui-datepicker-trigger {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  border: 0px;
  border-radius: 5px;
  text-indent: -999999px;
  z-index: 99;
}

#ui-datepicker-div {
  background: #ffffff;
  border-color: #d8d8d8;
  padding: 0;
  border-radius: 5px;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  z-index: 99 !important;
}

#ui-datepicker-div .ui-datepicker-header {
  background: transparent;
}

#ui-datepicker-div .ui-state-default {
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ui-datepicker-div .ui-state-default:hover {
  background-color: #d8d8d8;
}

#ui-datepicker-div .ui-state-active {
  background-color: #688cf9 !important;
  color: #ffffff !important;
}

#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  display: none !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 20px;
}

.ui-datepicker .ui-datepicker-title select {
  padding: 6px;
  border-color: #d8d8d8;
  border-radius: 5px;
  font-family: "Space Grotesk", sans-serif;
}

/* Event Card  */
/* .event-filter-titles {
  padding: 0 15px;
} */

.event-filter-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-rep-card {
  padding: 0px 0px 30px;
}

.event-cards-wrapper {
  padding: 0;
}

.event-rep-card-inner {
  transition: all 0.5s ease;
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
  color: #141414;
  background: #ffffff;
}

.event-rep-card-inner:hover .article-img img {
  transform: scale(1.2);
}

.event-card-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.event-rep-card a {
  color: inherit;
  text-decoration: none;
}

.event-card-dets {
  padding: 25px;
}

.event-card-dets .cta-btn {
  margin-top: 20px;
  color: #ffffff !important;
}

.event-card-dets p {
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
}

.event-card-dets img {
  width: 18px;
  margin: 4px 10px 0 0;
}

.event-card-cont {
  padding: 25px;
}

ul.event-card-tags li {
  background-color: rgb(233, 238, 247);
  display: inline-block;
  color: rgb(14, 10, 66);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  padding: 0.5rem;
}

ul.event-card-tags li.btn-tag-list {
  padding: 0;
}

ul.event-card-tags.active .tagcount,
.tagshowless,
ul.event-card-tags li.dynamicLi {
  display: none;
}

ul.event-card-tags.active li.dynamicLi {
  display: block;
}

ul.event-card-tags li .tagrevealmore {
  color: inherit;
  padding: 0.5rem;
  display: inline-block;
  border: 0;
  background-color: transparent;
}

.tagcount,
ul.event-card-tags.active .tagshowless {
  display: inline-block;
}

ul.event-card-tags span {
  text-decoration: underline;
}

ul.event-card-tags.active .btn-tag-list {
  background-color: transparent;
}

#event-listing-nav .progress {
  height: 5px;
  background: #d9d9d9;
}

#event-listing-nav .progress-bar {
  width: 25%;
  background-color: #454545;
}

.event-border-card {
  border: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Event Card End  */

/* Navigation  */
/* Navigation Slider  */
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.swiper-nav .swiper-button-next:hover,
.swiper-nav .swiper-button-prev:hover {
  box-shadow: 0px 15px 22px 0px #775fb8a0;
}

.swiper-nav .swiper-button-prev::after {
  transform: rotate(-90deg);
}

.swiper-nav .swiper-button-next::after {
  transform: rotate(90deg);
}

.swiper-nav .swiper-button-next:after,
.swiper-nav .swiper-button-prev:after {
  content: "\f145";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.swiper-nav .swiper-button-nums {
  width: fit-content;
  padding: 0 10px;
  text-align: center;
  color: #141414;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.swiper-nav .swiper-button-nums .swiper-pagination-current {
  font-weight: 500;
  font-size: 24px;
}

/* ----------------------------
  # Home Page CSS
---------------------------------*/
.home-page-banner {
  height: auto;
  min-height: 100vh;
  background-color: #36c3eee0;
}

.home-page-banner .video-wrap:after {
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.84) -23.22%,
    rgba(52, 52, 52, 0.2856) -11.7%,
    rgba(211, 211, 211, 0.504) 0.22%,
    rgba(249, 249, 249, 0.797149) 60.54%,
    rgba(255, 255, 255, 0.84) 84.66%
  );
}

.home-page-banner .hero-align-cnt {
  padding-top: 130px;
  padding-bottom: 40px;
}

.home-page-banner .ai-search-main textarea.form-control {
  height: 100px;
  border: 1px solid #e2e7ed;
}

.home-page-banner .ai-search-main img {
  width: 20px;
  margin: 2px 0 0;
}

.ai-search-main label {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  color: #444c79;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  transition: transform 0.5s ease;
}

.sparkle {
  inline-size: 22px;
}

.sparkle path {
  transform-box: fill-box;
  transform-origin: center;
  fill: #bac9dd;
  stroke: #bac9dd;
  animation-delay: calc((0.5 * 1.5) + (var(--delay) * 1s));
  animation-duration: 1.5s;
}

.ai-search-main .form-control:focus ~ label path {
  animation-name: sparkleAni;
  animation-iteration-count: infinite;
}

@keyframes sparkleAni {
  0% {
    stroke: var(--fill);
    fill: var(--fill);
  }

  35%,
  65% {
    scale: var(--scale);
  }
}

.sparkle path:nth-of-type(1) {
  --scale: 0.5;
  --delay: 0.3;
  --fill: #0271b1;
}

.sparkle path:nth-of-type(2) {
  --scale: 1.5;
  --delay: 0.5;
  --fill: rgb(10, 224, 237);
}

.sparkle path:nth-of-type(3) {
  --scale: 2.5;
  --delay: 0.7;
  --fill: #8aa1c1;
}

ul.ai-search-recomondations {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
}

ul.ai-search-recomondations li a {
  border: 2px solid #d1dceb;
  background: transparent;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}

ul.ai-search-recomondations li a:hover {
  background-color: #d1dceb;
}

.ai-search-btns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0;
  z-index: 1;
  position: relative;
}

.ai-search-btns .cta-btn .bi-paperclip {
  transform: rotate(-45deg);
}

.rec-stories-box {
  padding: 0 5px;
  margin-bottom: 10px;
}

.rec-stories {
  position: relative;
  height: 100%;
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.5s ease;
}

.rec-stories:hover {
  background: #f0f5fd;
  box-shadow: 0px 15px 22px 0px #765fb84d;
}

.rec-stories img {
  width: 40px;
  margin-bottom: 15px;
}

.rec-stories a {
  font-weight: 500;
  color: #0e0a42;
  transition: all 0.5s ease;
}

.rec-stories a:hover {
  color: #3262fa;
}

/* Home page Events and blogs  */
.crafting-experience-main .h5-head span {
  background: linear-gradient(90deg, #7142a7 30.74%, #9998d6 59.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-img-block {
  border-radius: 15px;
  overflow: hidden;
  z-index: 0;
}

.swiper-img-block img {
  width: 100%;
  border-radius: 15px;
}

.swiper-content-block {
  background: #ffffff;
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
  padding: 20px 20px 70px;
  /* transform: translateY(-30px); */
  margin: -30px 0 30px;
  z-index: 1;
  min-height: 265px;
  position: relative;
}

.crafting-experience-swiper > .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  /* gap: 20px; */
}

.crafting-experience-swiper > .swiper-wrapper > .swiper-slide {
  transition: all 0.6s ease;
  position: relative;
  flex-shrink: 1.1;
  height: auto;
}

.crafting-experience-swiper > .swiper-wrapper > .swiper-slide.activeHover {
  flex-shrink: 1;
}

.crafting-experience-swiper > .swiper-wrapper > .swiper-slide .cta-link {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
  display: inline-block;
}

.crafting-experience-swiper
  > .swiper-wrapper
  > .swiper-slide.activeHover
  .cta-link {
  opacity: 1;
  transform: translateY(0);
}

.ce-swiper-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.ce-swiper-inner-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#craftingx-swiper-pagination {
  display: none;
}

/* AI in Action Swiper  */
.ai-in-action-swiper .swiper-slide {
  width: 42%;
}

#ai-in-action-swiper-pagination .swiper-nav .swiper-button-next,
#ai-in-action-swiper-pagination .swiper-nav .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

#ai-in-action-swiper-pagination .swiper-button-next.swiper-button-disabled,
#ai-in-action-swiper-pagination .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

#ai-in-action-swiper-pagination .swiper-nav .swiper-button-nums {
  color: #ffffff;
}

/* Services Section  */
.services-item {
  margin-bottom: 40px;
}

.services-item a.cta-link {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0;
  background: none !important;
  text-decoration: underline;
}

.services-item a.cta-link:after {
  content: "\f135";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0px;
  top: 6px;
  color: #3262fa;
  font-size: 21px;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.5s ease;
}

.services-item a.cta-link:hover::after {
  transform: translateX(0px);
  opacity: 1;
}

/* Careers  */
.careersSection {
  position: relative;
  z-index: 2;
}

.career-content h2.h4-head {
  letter-spacing: -1px;
  font-weight: 400;
}

.bdr-img {
  border-radius: 25px;
  overflow: hidden;
}

/* -------------------------
# Topaz Page CSS
-------------------------*/
.tpz-dgt-box-wrap {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px #765fb840;
  height: 100%;

  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tpz-dgt-box-head {
  font-size: 32px;
  font-weight: 500;
}

/* AI sec CSS */
.tpz-ai-sec {
  border-radius: 20px;
}

.ai-sec-head {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}

.sec7-box {
  opacity: 0;
  max-height: 0px;
  visibility: hidden;
  /* Make the element invisible */
  transition:
    opacity 0.3s ease,
    visibility 0s 0.3s;
}

.sec7-box.sec7-box-active {
  opacity: 1;
  visibility: visible;
  max-height: 1500px;
  overflow: hidden;
  /* To hide the content that overflows when collapsed */
  transition:
    opacity 0.3s ease,
    visibility 0s 0.3s;
}

.sec7-box-span,
.sec7-box4-cta {
  background-color: transparent;
  /* backdrop-filter: blur(15px); */
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #bac9dd;
}

.sec7-box4-cta {
  /* margin-bottom: 5px; */
  font-weight: 300;
  /* width: 32%; */
  height: auto;
  display: flex;
  flex-direction: column;
}

.sec7-box-4 .cta-box {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec7-box4-cta .arrow-cta {
  transform: rotate(-55deg);
  display: inline-block;
  top: -3px;
  position: relative;
}

.sec7-box4-head {
  /* height: 40%; */
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sec7-box4-desc {
  display: flex;
}

.sec7-box4-desc > * {
  flex: 1;
  margin: 0;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.sec7-box-span {
  margin-bottom: 20px;
}

.sec7-box-span:not(:last-child) {
  margin-right: 11px;
}

.sec7-top-wrap {
  margin-bottom: 75px;
}

.sec7-center-wrap {
  margin-bottom: 20px;
}

.sec7-center-wrap {
  position: relative;
}

.sec7-center-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #444c79;
}

.sec7-center-wrap span {
  position: relative;
  display: inline-block;
  background-color: #0e0a42;
  width: 60px;
  height: 60px;
  top: -30px;
  padding: 20px 0;
  border-radius: 50%;
}

.sec7-center-wrap span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #444c79;
}

.sec7-span-text {
  /* font-size: 14px; */
  margin-bottom: 20px;
  /* color: rgba(153, 153, 153, 1); */
  display: block;
}

.sec7-box4-para {
  font-size: 22px;
}

.sec7-box-4 .sec7-box-span {
  background-color: transparent;
  padding: 0;
  border: 0;
}

/* -------------------------
# Alliance Page CSS
-------------------------*/
.alliance-network .alliance-fixed {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  padding-block: 40px;
  box-shadow: 0px 10px 15px 0px #765fb840;
}

.alliance-network .search-box-alliance {
  width: 100%;
  max-width: 400px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #f0f5fd;
  background: #f0f5fd;
  padding: 5px;
  color: #444c79;
}

.alliance-network .alli-search-icon {
  background-color: #f0f5fd;
  padding: 8px;
  margin-right: -7px;
  border-radius: 5px 0 0 5px;
}

.alliance-network .pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}

.alliance-network .pagination-wrapper {
  overflow: hidden;
  /* width: calc(7 * 49px); */
  width: calc(var(--visible-count) * 49px);
  /* 48px per page button (including spacing) */
}

.alliance-network .page-link:focus {
  box-shadow: none;
}

.alliance-network .pagination-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: max-content;
}

:root {
  --visible-count: 7;
}

.alliance-network .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-left: 0;
}

.alliance-network .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-right: 0;
}

.alliance-network .page-link {
  /* min-width: 40px; */
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  margin-inline: 10px;
  padding: 8px;
  background: #e9eef7;
  border: 0;
  color: #000;
}

.alliance-network .arrow-btn[disabled] {
  transform: scale(0.8);
  opacity: 0.35;
}

.alliance-network #leftArrow:after,
.alliance-network #rightArrow:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 20%;
}

.alliance-network #leftArrow:after {
  transform: rotate(-90deg) !important;
  left: 5px;
}

.alliance-network #rightArrow:after {
  transform: rotate(90deg) !important;
  right: 5px;
}

.alliance-network #rightArrow,
.alliance-network #leftArrow {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.alliance-network .page-item.active .page-link,
.alliance-network .page-link:hover,
.alliance-network .page-link:focus {
  background-color: #000;
  color: #fff;
}

.alliance-network .page-link:hover,
.alliance-network .page-link:focus {
  outline: 2px solid #2e53e1;
}

/* -------------------------
# Cobalt Page CSS
-------------------------*/

/* Full Tab More than 3 Items add the below Class (full-nav-tabs-menu) */
.full-nav-tabs-menu .nav-tabs {
  width: 100% !important;
  position: relative !important;
  border-top-right-radius: 10px !important;
  z-index: inherit !important;
}

.full-nav-tabs-menu .tab-content-img,
.full-nav-tabs-menu .video-wrap {
  border-top-right-radius: 0px !important;
}

.full-nav-tabs-menu .tab-content-wrap {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

/* Full Tab More than 3 Items add the below Class (full-nav-tabs-menu) */

/* Cloud capabilities CSS Start */

.cloud-tabs {
  position: relative;
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
}

.cloud-tabs .nav-tabs {
  width: 42%;
  position: absolute;
  border-top-left-radius: 10px;
  z-index: 1;
}

.cloud-tabs .nav-item {
  flex: 1;
}

.cloud-tabs .nav-link {
  position: relative;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 14px;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
}

.cloud-tabs .nav-link::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 6px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(70deg, #6f9ffb 0%, #3263f9 100%);
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #765fb840;
  opacity: 0;
  transition: 0.7s;
}

.cloud-tabs .nav-link:focus::after,
.cloud-tabs .nav-link:hover::after,
.cloud-tabs .nav-link.active::after {
  opacity: 1;
}

.cloud-tabs .nav-link:focus,
.cloud-tabs .nav-link:hover,
.cloud-tabs .nav-link.active {
  background-color: #ffffff;
  color: #0e0a42 !important;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  transition: 0.7s;
  border-radius: 10px;
  border: 1px solid #e0e7fe;
}

.cloud-tabs .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0;
}

.cloud-tabs .tab-pane.active {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.cloud-tabs .tab-content-img,
.cloud-tabs .video-wrap {
  width: 58%;
  border: 1px solid #d1dceb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.cloud-tabs .tab-content-img img,
.cloud-tabs .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cloud-tabs .tab-content-wrap {
  width: 42%;
  background-color: #ffffff;
  border-radius: 8px 8px 0 10px;
  padding: 100px 40px 40px;
}

.cloud-tabs .cloud-tab-para {
  font-size: 16px;
  font-weight: 400;
}

/* Cloud Offering CSS Start */
.cloud-offering-tab {
  background-color: #f0f5fd;
  border-radius: 10px;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.25);
}

.cloud-offering-tab .nav-link {
  color: #444c79;
  padding: 20px 15px;
  position: relative;
  border-radius: 10px;
}

.cloud-offering-nav-tab .nav-link:after {
  content: "";
  width: 41px;
  height: 6px;
  border-radius: 8px;
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  box-shadow: 0px 4px 4px 0px rgba(118, 95, 184, 0.25);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.cloud-offering-tab .nav-tabs .nav-item.show .nav-link,
.cloud-offering-tab .nav-tabs .nav-link.active {
  color: #0e0a42;
  border-color: #e0e7fe;
}

.cloud-offering-nav-tab.nav-tabs .nav-item.show .nav-link::after,
.cloud-offering-nav-tab.nav-tabs .nav-link.active::after {
  opacity: 1;
}

.cloud-offering-nav-tab .nav-link {
  border-radius: 10px;
}

.cloud-offering-nav-tab .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0;
}

.cloud-offering-inner-tab-container .video-wrap,
.cloud-offering-inner-tab-container .image-wrap {
  height: 272px;
}

.cloud-offering-inner-tab-container .nav-tabs {
  order: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cloud-offering-inner-tab-container .accordion-body {
  padding: 0;
}

.cloud-offering-inner-tab-container .accordion-item {
  border-radius: 0 0 0 10px;
  height: 100%;
}

.cloud-offering-inner-tab-container .tab-description {
  padding: 75px 30px 50px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.cloud-offering-inner-tab-container .nav-item .title {
  font-size: 18px;
  transition: 0.7s;
}

.cloud-offering-tab .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff !important;
}

.cloud-offering-inner-tab-container .nav-item {
  width: 31.5%;
  height: auto;
  margin: 0 12px 12px 0;
}

.cloud-offering-inner-tab-container .nav-item:nth-child(3n) {
  margin-right: 0;
}

.cloud-offering-inner-tab-container .nav-link {
  border: 1px solid #d1dceb;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cloud-offering-inner-tab-container .nav-link.active {
  background-color: #ffffff !important;
  border-color: #d1dceb;
}

.cloud-offering-inner-tab-container .accordion-button::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "\F4FE";
  font-family: "Bootstrap-icons";
  background: none;
  width: auto;
  height: auto;
  font-size: 28px;
  color: #3262fa;
}

.cloud-offering-inner-tab-container .accordion-button:not(.collapsed)::after {
  content: "\F2E5";
  color: #3262fa;
  top: 12px;
  transform: translateY(0);
}

.cloud-offering-inner-tab-container .nav-link {
  position: relative;
  /* display: flex;
  height: 150px; */
  overflow: hidden;
  transition: all 0.7s ease;
  background-color: #e0e0e0;
}

.cloud-offering-inner-tab-container .nav-link .title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: top 0.7s ease;
  z-index: 2;
  padding: 0 15px;
}

.cloud-offering-inner-tab-container .nav-link .description {
  position: absolute;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition:
    bottom 0.7s ease,
    opacity 0.7s ease;
  margin: 0;
  padding: 0 15px;
  z-index: 1;
}

.cloud-offering-inner-tab-container .nav-item.show .nav-link .title,
.cloud-offering-inner-tab-container .nav-link.active .title,
.cloud-offering-inner-tab-container .nav-link:hover .title {
  top: 30%;
}

.cloud-offering-inner-tab-container .nav-item.show .nav-link .description,
.cloud-offering-inner-tab-container .nav-link.active .description,
.cloud-offering-inner-tab-container .nav-link:hover .description {
  bottom: 15%;
  opacity: 1;
}

/* Cobalt Insights Swiper CSS */
#insights-swiper-pagination .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}

#insights-swiper-pagination .swiper-button-next.swiper-button-disabled,
#insights-swiper-pagination .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

#insights-swiper-pagination .swiper-button-next:after,
#insights-swiper-pagination .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

#insights-swiper-pagination .swiper-button-prev:after {
  transform: rotate(-90deg);
}

#insights-swiper-pagination .swiper-button-next:after {
  transform: rotate(90deg);
}

#insights-swiper-pagination .swiper-nav .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  /* color: #fff; */
}

#insights-swiper-pagination
  .swiper-nav
  .swiper-button-nums.swiper-pagination-lock {
  display: none;
}

#insights-swiper-pagination .swiper-nav .swiper-button-next,
#insights-swiper-pagination .swiper-nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

#insights-swiper-pagination .swiper-button-next.swiper-button-disabled,
#insights-swiper-pagination .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

/* -------------------------
# Subsegment CSS
-------------------------*/
.in-the-news2 .blog-inner-para {
  font-size: 20px;
}

.in-the-news .cta-link,
.in-the-news2 .cta-link,
.event-filter-main #cta-btn-div {
  position: relative;
  right: 20px;
}

/* Business Solutions */
.business-solutions .cs-combo-wrap {
  width: 70%;
}

.business-solutions .cs-cnt-wrap {
  width: 30%;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 15px 20px 0px rgba(118, 95, 184, 0.25);
}

.business-solutions .swiper-slide {
  border-radius: 10px;
  /* overflow: hidden; */
}

.business-solutions-swiper .hero-fit {
  border-radius: 10px;
}

.business-solutions #cs-cards-video {
  border-radius: 10px;
  max-height: 100%;
}

.business-solutions.cs-sec7 .cs-swiper-img,
.business-solutions.cs-sec7 .cs-swiper-img img {
  border-radius: 10px 0 0 10px;
}

.business-solutions.cs-sec7 .cs-swiper-img img {
  max-height: 100%;
}

#business-solutions-swiper-pagination .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}

#business-solutions-swiper-pagination
  .swiper-button-next.swiper-button-disabled,
#business-solutions-swiper-pagination
  .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

#business-solutions-swiper-pagination .swiper-button-next:after,
#business-solutions-swiper-pagination .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

#business-solutions-swiper-pagination .swiper-button-prev:after {
  transform: rotate(-90deg);
}

#business-solutions-swiper-pagination .swiper-button-next:after {
  transform: rotate(90deg);
}

#business-solutions-swiper-pagination .swiper-button-next,
#business-solutions-swiper-pagination .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

#business-solutions-swiper-pagination .swiper-nav .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

#business-solutions-swiper-pagination .swiper-nav .swiper-button-next,
#business-solutions-swiper-pagination .swiper-nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  /* background: linear-gradient(270deg, #383838 21.87%, #000000 100%); */
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

#business-solutions-swiper-pagination
  .swiper-button-next.swiper-button-disabled,
#business-solutions-swiper-pagination
  .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

/* -------------------------
# Contact Us CSS
-------------------------*/
/* Aster Page CSS Start */

.aster-cntus #head-2,
.aster-cntus #head-3,
.aster-cntus #form-box2,
.aster-cntus #thankyou {
  display: none;
}

.aster-cntus .checkbox-label {
  display: block;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9;
  border: 1px solid #7a99fc;
  border-radius: 8px;
  box-shadow: 0px 4px 4px #e2e1e1;
}

/* Hide the browser's default checkbox */
.aster-cntus .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: 9;
}

/* Create a custom checkbox */
.aster-cntus .checkboxbtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: #eee; */
  z-index: -1;
  border-radius: 8px;
}

/* On mouse-over, add a grey background color */
.aster-cntus .checkbox-label:hover input ~ .checkboxbtn,
.aster-cntus .checkbox-label input:checked ~ .checkboxbtn,
.aster-cntus .checkbox-active {
  background-color: #7a99fc;
  color: #fff;
}

.aster-cntus .checkbox-active select {
  color: #000;
}

/* When the checkbox is checked, add a blue background */
.aster-cntus .checkbox-label input:checked,
.aster-cntus .checkbox-label input:checked ~ .checkbox-label {
  color: #fff;
}

/* Create the checkboxbtn/indicator (hidden when not checked) */
.aster-cntus .checkboxbtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkboxbtn when checked */
.aster-cntus .checkbox-label input:checked ~ .checkboxbtn:after {
  display: block;
}

.aster-cntus #agree_chk_error {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.aster-cntus #form-drop-down {
  margin: 10px 0;
  padding: 3px;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: block;
  width: 100%;
}

.tl-breadcrumb > li + li:before {
  color: #000;
  content: "|";
  position: relative;
  left: -5px;
  padding: 0 5px;
}

.tl-breadcrumb .home {
  color: #000;
}

.tl-breadcrumb .home:hover,
.tl-breadcrumb .home:focus {
  color: #00578a;
}

/* Aster Page CSS End */
.contact-us-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #e9eef7;
}

.contact-us-img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      341.46deg,
      rgba(0, 0, 0, 0) 35.53%,
      rgba(0, 0, 0, 0.62) 62.88%,
      rgba(0, 0, 0, 0.62) 78.89%
    ),
    linear-gradient(
      90.06deg,
      rgba(0, 0, 0, 0) 43.76%,
      rgba(0, 0, 0, 0.771075) 56.21%,
      #000000 96.92%
    );
}

.contact-us-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: -330px 0; */
}

.contact-us-head {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
}

.contact-us-para {
  padding-right: 100px;
}

.bg-contact-form {
  background-color: #fff;
  color: #0e0a42;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px #765fb840;
}

.contact-right-head {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -2px;
}

.bg-contact-form .form-control {
  background-color: #f0f5fd;
  border: 0;
  padding: 12px;
  border-radius: 5px;
}

.bg-contact-form .form-control::placeholder {
  color: #444c79;
}

sup {
  top: -0.1em;
  font-family: Verdana, sans-serif !important;
  vertical-align: super;
}

sub,
sup {
  font-size: 0.9em;
}

#privacytext,
small.redColor {
  color: #ca4d37;
}

.form-switch {
  padding-left: 0.5em;
}

.form-switch,
.form-switch-opt {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 18px;
  -webkit-tap-highlight-color: transparent;
}

.form-switch .btn-toggle {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 23px;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  transition: all 0.3s linear 0s;
  vertical-align: text-bottom;
  height: 22px !important;
  width: 40px !important;
}

.form-switch .btn-toggle:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  content: "";
  left: 0;
  position: absolute;
  transform: translate3d(2px, 2px, 0px) scale3d(1, 1, 1);
  transition: all 0.25s linear 0s;
  height: 18px !important;
  width: 36px !important;
}

.form-switch .btn-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  width: 18px !important;
  height: 18px !important;
}

.form-switch:active .btn-toggle:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + .btn-toggle::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input,
.form-switch-opt input {
  position: absolute;
  opacity: 1;
  pointer-events: none;
}

.form-switch-opt input {
  width: 8%;
  height: 16px;
  left: 0;
  top: 4px;
}

.form-switch-opt .btn-toggle {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  transition: all 0.3s linear;
  vertical-align: text-bottom;
  width: 40px !important;
  height: 22px !important;
}

.form-switch input:focus,
.form-switch-opt input:focus {
  outline-offset: 1px;
}

.form-switch input:checked + .btn-toggle {
  background-color: #4bd763;
}

.form-switch input:checked + .btn-toggle:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + .btn-toggle::after {
  transform: translate3d(22px, 2px, 0);
}

#alertsubmit .redColor {
  display: none;
}

.form-switch input {
  width: 13%;
  height: 21px;
}

.form-switch-opt {
  padding-left: 0.5em;
}

.form-switch-opt .btn-toggle:before,
.form-switch-opt .btn-toggle:after {
  content: "";
  position: absolute;
  left: 0;
}

.form-switch-opt .btn-toggle:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0);
  transition: all 0.25s linear;
  width: 36px !important;
  height: 18px !important;
}

.form-switch-opt .btn-toggle:after {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  width: 18px !important;
  height: 18px !important;
}

.form-switch-opt:active .btn-toggle:after {
  width: 28px;
}

.form-switch-opt:active input:checked + .btn-toggle::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch-opt input:checked + .btn-toggle {
  background-color: #4bd763;
}

.form-switch-opt input:checked + .btn-toggle:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch-opt input:checked + .btn-toggle::after {
  transform: translate3d(22px, 2px, 0);
}

.field-bg {
  position: relative;
  margin-bottom: 30px;
}

.field-bg input {
  min-height: 59px;
}

.field-bg input,
.field-bg textarea {
  font-size: 17px;
  display: block;
  width: 100%;
  border: none;
  background-color: #f0f5fd;
  padding: 23px 10px 4px;
  border-radius: 5px;
}

.field-bg input:focus,
.field-bg textarea:focus {
  outline: none;
}

.field-bg sup {
  color: #000;
}

.field-bg label {
  position: absolute;
  top: 21px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  pointer-events: none;
  text-transform: capitalize;
  padding-left: 10px;
  transition: 0.2s ease all;
}

.field-bg input:focus ~ label,
.field-bg input:not([value=""]):not(:focus) ~ label {
  top: 7px;
  font-size: 11px;
}

.field-bg textarea:focus ~ label,
.field-bg textarea:valid ~ label {
  top: -25px;
  font-size: 14px;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #21409a;
  transition: 0.5s ease all;
}

.field-bg input:focus ~ .bar:before,
.field-bg input:focus ~ .bar:after,
.field-bg textarea:focus ~ .bar:before,
.field-bg textarea:focus ~ .bar:after {
  width: 100%;
}

.txt-request {
  font-size: 25px;
  margin-top: 10px;
}

.connect-us textarea {
  color: #fff !important;
  background-color: transparent !important;
}

.submit-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
small.pryc {
  padding-left: 14px;
}

/* ----------------------------------------
# Voices Video Playlist CSS
------------------------------------------*/
#voices #yt-video {
  position: relative;
}

#voices > .col-12 > .row {
  border: 1px solid #ccc;
  border-radius: 16px;
  margin-inline: 0px;
}

#voices .mb20,
.video-list-items {
  padding-block: calc(var(--bs-gutter-x) * 0.5);
}

#voices #yt-video img {
  position: absolute;
  top: 0;
  left: 0;
}

#voices .video-list-items {
  position: relative;
}

#voices .video-list-items_scroller {
  width: 100%;
  height: 350px;
  overflow-y: auto;
}

#voices .video_small_thumb img {
  height: 100%;
  object-fit: cover;
}

#voices .click_row {
  padding-left: 0;
}

#voices .click_row p {
  font-size: 16px;
  color: #0e0a42;
  line-height: 1.3;
  margin: 0px;
  padding: 10px 0;
}

#voices .click_row {
  display: block;
  margin-right: 0px;
  text-decoration: none;
  background-color: #f0f5fd;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}

#voices .click_row:hover {
  background-color: #bac9dd;
}

#voices .click_row:hover p,
#voices .active-yt_video p {
  color: #0e0a42;
}

#voices .active-yt_video {
  background-color: #bac9dd;
}

/* ----------------------------------------
# Voices Video Playlist - 2 CSS
------------------------------------------*/
.top-videos-details {
  border: 1px solid #ccc;
  border-radius: 16px;
  margin-inline: 0px;
  padding-block: calc(var(--bs-gutter-x) * 0.5);
}

.top-videos-details .tabs-wrapper,
.top-videos-details .video-playlist {
  display: flex;
}

.top-videos-details .video-playlist {
  background-color: #fff;
  border-radius: 10px;
}

.top-videos-details .vidyard-player-container,
.top-videos-details .vidyard-player-embed {
  border-radius: 0px;
}

.top-videos-details .video-playlist-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}

.top-videos-details .counts {
  font-weight: 600;
  padding-right: 10px;
}

.top-videos-details .video-playlist-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.top-videos-details::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.top-videos-details .second-video-list-items_scroller,
.top-videos-details .tab-container,
.top-videos-details .tabs {
  max-width: inherit;
  width: 100%;
}

.top-videos-details::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.top-videos-details::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.top-videos-details::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.top-videos-details .total-count-wrap {
  color: #1a1552;
  margin-bottom: 15px;
}

.top-videos-details .videos-right-tabs {
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  padding: 10px;
}

.top-videos-details .video-description {
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 30px;
}

.top-videos-details .video-icon {
  display: none;
}

.top-videos-section .tabs li + li {
  margin-top: 16px;
}

.top-videos-details .right-thumbnail-data {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  text-decoration: none;
}

.top-videos-details .right-thumbnail-data:focus {
  outline: 2px;
}

.top-videos-details .right-thumbnail-data div:nth-of-type(1) {
  padding-left: 0px;
  padding-right: 10px;
}

.top-videos-details .right-thumbnail-data div:nth-of-type(1) img {
  border-radius: 10px;
}

.top-videos-details .cur-video-num {
  display: none;
}

.top-videos-details .thumbnail-data {
  padding: 10px 0;
  height: 100%;
}

.top-videos-details .video-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.top-videos-details .cur-video-num {
  font-size: 16px;
}

.top-videos-details .third-section-videos {
  padding: 35px 35px 0;
}

.top-videos-details .vidyard-player-embed {
  width: 100%;
  margin: auto;
  display: block;
}

.top-videos-details .tabs {
  z-index: 10;
  margin: 0;
  height: 480px;
  overflow-y: auto;
  list-style-type: none;
  padding-left: 0;
}

.top-videos-details .video-description-wrapper-para {
  padding: 15px 20px;
  font-weight: 300;
  margin-bottom: 0px;
}

.top-videos-details .tabs li {
  margin: 0;
  cursor: pointer;
  color: #1a1552;
  text-align: left;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 600;
  overflow-x: hidden;
  margin-bottom: 5px;
  background-color: #e9eef7;
  border-radius: 10px;
}

.top-videos-details .tabs li a {
  color: #1a1552;
}

.top-videos-details .tabs li:hover {
  color: #1a1552;
  background-color: #bac9dd;
  transition: 0.3s;
  border-color: transparent;
}

.top-videos-details .tabs li:hover a {
  color: #1a1552;
}

.top-videos-details .tabs li.active {
  color: #1a1552;
  background-color: #bac9dd;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: transparent;
}

.top-videos-details .tabs li.active a {
  color: #1a1552;
}

.top-videos-details .tabs li a:focus {
  outline: 2px solid blue !important;
  outline-offset: -4px;
}

.top-videos-details .tab-container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 9;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.top-videos-details .tab-content {
  height: 100%;
  display: none;
  color: #000;
  background-color: #fff;
}

.top-videos-details .read {
  background: transparent;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 30px;
  margin: 25px 0;
}

/* ----------------------------------------
# IMG Caption on TOP text CSS
------------------------------------------*/
.img-caption-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
}

/* ----------------------------------------
# Contact Us Location CSS
------------------------------------------*/
.tab-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  margin: 0 auto;
  max-width: 100%;
  scroll-behavior: smooth;
}

/* Hide scrollbar */
.tab-container::-webkit-scrollbar {
  display: none;
}

.tab-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tab-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.tab-location .tab-container {
  margin: 0;
  max-width: 100%;
  overflow-x: auto;
}

.tab-location .tab-item {
  background: transparent;
  padding: 4px 0;
}

.loc-cntry-wrap {
  position: relative;
}

.loc-cntry-ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  display: flex;
}

.loc-tab-href {
  color: #0e0a42;
  border: 1px solid;
  padding: 5px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.loc-tab-href:hover,
.tab-item.tab-item-active .loc-tab-href {
  background-color: #0e0a42;
  border: 1px solid #0e0a42;
  color: #fff;
}

.loc-cntry-href {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.loc-cntry-href:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  transition: all 0.5s ease;
}

.loc-cntry-href:hover:before,
.loc-cntry-href:focus:before {
  background-color: rgb(68, 76, 121, 0.7);
}

.loc-cntry-txt {
  position: absolute;
  bottom: 0;
  padding: 3px 24px;
  margin: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  background: #0e0a42;
  border-radius: 50px;
}

.ht-ctrl-loc {
  height: 250px;
}

/* ----------------------------------------
# Insights Listing Temporary CSS
------------------------------------------*/
.listgridview {
  padding: 75px 0 0;
}

#pr_list {
  padding: 0 0 75px;
}

.list-rslt-txt {
  color: #0e0a42;
}

.grid-group-item:nth-child(4) .get-image-height,
.grid-group-item:nth-child(7) .get-image-height {
  /* border-radius: 10px !important; */
  width: 100%;
}

/* .grid-group-item:nth-child(4) .caption-txt,
.grid-group-item:nth-child(7) .caption-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, black, transparent);
  border-radius: 0 0 10px 10px;
}

.grid-group-item:nth-child(4) .list-rslt-txt,
.grid-group-item:nth-child(7) .list-rslt-txt,
.grid-group-item:nth-child(4) .caption-txt .prlst-para,
.grid-group-item:nth-child(7) .caption-txt .prlst-para {
  color: #fff !important;
} */

.listgridview .pull-right.hidden-xs,
.listgridview .select-case,
#pr_list .pull-right.hidden-xs,
#pr_list .select-case,
#pr_list .social-tag,
#pr_list .slider-btn,
#pr_list .insight-btn,
#pr_list .socialmediaaggr {
  display: none;
}

.listgridview .nav-top-align,
#pr_list .nav-top-align {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.listgridview .nav-top-align li,
#pr_list .nav-top-align li {
  margin-bottom: 15px;
}

.bx-shdw-pr .col-xs-8 {
  width: 100%;
}

.esg-tab-set .esg-tab {
  border: 0;
}

.esg-tab-set .esg-tab li {
  margin-bottom: 50px;
}

.esg-tab-set .esg-tab li.active {
  pointer-events: none;
}

.esg-tab-set .esg-tab.nav-tabs > li > a {
  line-height: inherit;
  color: #0e0a42;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 15px;
  border: 1px solid #0e0a42;
  text-decoration: none;
}

.esg-tab-set .esg-tab.nav-tabs > li.active > a,
.esg-tab.nav-tabs > li.active > a:focus,
.esg-tab.nav-tabs > li.active > a:hover {
  cursor: default;
  border: 1px solid #0e0a42;
  background-color: #0e0a42;
  border-radius: 10px;
  color: #fff;
}

.listgridview .nav-top-align li a,
#pr_list .nav-top-align li a {
  color: #0e0a42;
  border: 1px solid;
  padding: 5px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.listgridview .nav-top-align li.successstories-nav.active a,
.listgridview .nav-top-align li.successstories-nav a:hover,
#pr_list .nav-top-align li.successstories-nav.active a,
#pr_list .nav-top-align li.successstories-nav a:hover {
  background-color: #0e0a42;
  color: #fff;
  border: 1px solid #0e0a42;
}

#pr_list .stories-list .get-image-height {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

#pr_list .equal-bg {
  box-shadow: 0px 15px 20px 0px #765fb840;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

#pr_list #stories-list {
  margin-bottom: 50px;
  position: relative;
}

#pr_list .title-box-yellow {
  line-height: 1;
  font-weight: 500;
  background-color: #1a1552;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
}

#pr_list .prlst-para {
  font-size: 24px;
  letter-spacing: 0 !important;
  color: #0e0a42;
  line-height: 1.2;
  display: block;
  text-decoration: none;

  /* -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

#pr_list .caption-txt {
  padding: 20px 30px;
}

#pr_list .col-md-9.mb-sm-20 {
  width: 100%;
  max-width: 100%;
}

.successstories .grid-group-item {
  margin-bottom: 50px;
}

.successstories .bg-icon {
  display: none;
}

.successstories .lng-txt {
  padding: 20px 30px;
}

.successstories h3 {
  font-weight: 400;
}

.successstories .prlst-para {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.successstories .equal-bg {
  border: 1px solid #d2cae8 !important;
}

#pr_list .option-filter {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

#pr_list .option-filter .option-case-list {
  position: relative;
  top: 20px;
}

#pr_list .option-filter .nav-top-align {
  display: block;
  margin: 0;
  top: 0;
  border-radius: 10px;
  position: relative;
  width: 300px;
}

#pr_list .option-filter .select-lists > a {
  border: 1px solid #0e0a42;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}

#pr_list .option-filter .nav-top-align li a {
  border: 0;
  padding: 12px;
  border-bottom: 1px solid #0e0a42;
  border-radius: 0;
  width: 100%;
}

#pr_list .option-filter .nav-top-align li a:hover {
  background-color: #0e0a42;
  color: #fff;
}

.pr-right-body .ftr-social-link {
  cursor: pointer;
}

/* ----------------------------------------
# About Us CSS
------------------------------------------*/
.abt-ovr-para {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
}

.stats sup {
  top: -1em;
  font-size: 20px;
}

/* .careers-sec .offerings-combo-wrap {
  width: calc(100% - 30px);
  margin-inline: 15px;
  border-radius: 10px;
}
.careers-sec .offerings-combo-wrap::before,
.careers-sec .offerings-wrap-img,
.careers-sec .offerings-wrap-img img,
.careers-sec .offerings-wrap-video {
  border-radius: 10px;
}
.careers-sec .offerings-cnt-wrap {
  bottom: 120px;
} */
.box-content {
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-in;
  background-color: #000;
  border-radius: 10px;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(
      180.24deg,
      rgba(0, 0, 0, 0) -2.16%,
      rgba(0, 0, 0, 0.780769) 56.7%,
      #000000 74.14%
    ); */
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .box-img {
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      transform: scale(1.1);
      transition: all 0.5s ease;
      object-fit: cover;
      object-position: top center;
    }
  }

  &:hover .box-img img {
    transform: scale(1);
  }

  .box-para {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    z-index: 2;

    .cta-link {
      right: 20px;
    }

    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(
        180.24deg,
        rgba(0, 0, 0, 0) -2.16%,
        rgba(0, 0, 0, 0.780769) 46.7%,
        #000000 74.14%
      );
      z-index: -1;
    }
  }

  &.ht-ctrl-left,
  &.ht-ctrl-left .box-img {
    height: 345px;
  }

  &.ht-ctrl-right,
  &.ht-ctrl-right .box-img {
    height: 220px;
  }

  /* @media (max-width: 500px) {
    & {
      display: none;
    }
  } */
}

/*Theme related styles for ND Components START*/
.verticaltab.light-theme .bg-grey-300 {
  background: #ffffff !important;
}

.verticaltab.dark-theme .bg-grey-300 {
  background: #000000 !important;
}

.whatshappening.light-theme .bg-grey-300 {
  background: #ffffff !important;
}

.whatshappening.dark-theme .bg-grey-300 {
  background: #000000 !important;
  color: #ffffff !important;
}

.whatshappening.dark-theme .whats-new-swiper .slide-arrows .swiper-button-next,
.whatshappening.dark-theme .whats-new-swiper .slide-arrows .swiper-button-prev {
  background: linear-gradient(
    360deg,
    rgb(124, 176, 251) 0%,
    rgb(52, 99, 251) 100%
  ) !important;
}

.whatshappening.dark-theme
  .whats-new-swiper
  .swiper-button-next.swiper-button-disabled,
.whatshappening.dark-theme
  .whats-new-swiper
  .swiper-button-prev.swiper-button-disabled {
  background: rgb(68, 76, 121, 1) !important;
}

.whatshappening.dark-theme .bg-grey-300 .cta-link.text-dark {
  color: #ffffff !important;
}

.whatshappening.dark-theme .bg-grey-300 .cta-link.text-dark:hover,
.whatshappening.dark-theme .bg-grey-300 .cta-link.text-dark:focus {
  background: linear-gradient(90deg, #fff, #fff);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.insights.light-theme .insights-sec {
  background: #ffffff !important;
}

.insights.dark-theme .insights-sec {
  background: #000000 !important;
  color: #ffffff !important;
}

.insights.dark-theme .text-primary-600,
.insights.dark-theme .cta-link.text-dark {
  color: #ffffff !important;
}

.insights.dark-theme .insights-sec-scroll::-webkit-scrollbar-thumb {
  height: 6px;
  border: 10px solid rgba(255, 255, 255, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(255, 255, 255, 0.05),
    inset 1px 1px 0px rgba(255, 255, 255, 0.05);
}

.insights.dark-theme .insights-sec-scroll::-webkit-scrollbar-thumb:hover {
  height: 6px;
  border: 10px solid rgba(255, 255, 255, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(255, 255, 255, 0.05),
    inset 1px 1px 0px rgba(255, 255, 255, 0.05);
}

.ourwork.light-theme .bg-grey-300 {
  background: #ffffff !important;
}

.ourwork.dark-theme .bg-grey-300 {
  background: #000 !important;
  color: #ffffff !important;
}

.ourwork.dark-theme .text-primary-600 {
  color: #ffffff !important;
}

.ourwork.dark-theme .our-work-swiper .slide-arrows .swiper-button-next,
.ourwork.dark-theme .our-work-swiper .slide-arrows .swiper-button-prev {
  background: linear-gradient(
    360deg,
    rgb(124, 176, 251) 0%,
    rgb(52, 99, 251) 100%
  ) !important;
}

.ourwork.dark-theme .our-work-swiper .swiper-button-next.swiper-button-disabled,
.ourwork.dark-theme
  .our-work-swiper
  .swiper-button-prev.swiper-button-disabled {
  background: rgba(68, 76, 121, 1) !important;
}

.ourwork.dark-theme .bg-grey-300 .cta-link.text-dark {
  color: #ffffff !important;
}

.ourwork.dark-theme .bg-grey-300 .cta-link.text-dark:hover,
.ourwork.dark-theme .bg-grey-300 .cta-link.text-dark:focus {
  background: linear-gradient(90deg, #fff, #fff);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

/*Theme related styles for ND Components END*/

/* ----------------------------------------
# Footer CSS
------------------------------------------*/
footer {
  border-top: 1px solid rgba(209, 220, 235, 1);
  box-shadow: 2px 5px 10px 0px #775fb8a0;
}

.ftr-head {
  color: rgba(68, 76, 121, 1);
}

.ftr-links li:not(:last-child) {
  margin-bottom: 10px;
}

/* accessibility */

/* .ftr-links li a {
  font-size: 16px;
  color: #444c79;
  text-decoration: none;
  background: linear-gradient(90deg, #444c79, #444c79);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
}
.ftr-links li a:hover {
  color: #2e53e1;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
} */

.ftr-links li a {
  font-size: 16px;
  color: #444c79;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  padding-bottom: 5px;
}

.ftr-links li a:hover,
.ftr-links li a:focus {
  color: #2e53e1;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.ftr-border-top {
  border-top: 3px solid rgba(209, 220, 235, 1);
}

@keyframes underlineHover {
  0% {
    background-position-x: 100%;
    background-size: 100% 1px;
  }

  50% {
    background-position-x: 100%;
    background-size: 0% 1px;
  }

  51% {
    background-position-x: 0%;
    background-size: 0% 1px;
  }

  100% {
    background-position-x: 0%;
    background-size: 100% 1px;
  }
}

.country {
  position: relative;
  z-index: 1;
  background: rgba(240, 245, 253, 1);
  border-radius: 5px;
}

.select-country .bi-chevron-up,
.select-country .bi-chevron-down {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}

.select-country .btn-country {
  border: 0;
  border-radius: 5px;
  padding: 13px 21px 13px 12px;
  color: rgba(68, 76, 121, 1);
  background-color: transparent;
}

.select-country .btn-country:hover,
.select-country .btn-country:focus {
  color: rgba(68, 76, 121, 1);
  text-decoration: none;
}

.select-country .dropdown-menu.show {
  transform: none !important;
  background-color: transparent;
  padding: 0;
  width: 100%;
  border: 0;
}

.country-align {
  position: absolute;
  top: -210px;
  margin-bottom: 0;
  background-color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  right: 0;
  border-radius: 5px;
  padding: 0;
}

.country-align > li > a {
  color: #444c79;
  padding: 13px 11px;
  display: block;
  /* text-align: left; */
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.country-align > li > a:hover,
.country-align > li > a:focus {
  color: #444c79;
  background: rgba(240, 245, 253, 1);
}

.country-align > li > a:hover span,
.country-align > li > a:focus span {
  text-decoration: underline;
}

.ftr-social-list {
  display: flex;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 4px;
}

.ftr-social-item {
  list-style-type: none;
  flex: 0.1;
  display: flex;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}

.ftr-social-link {
  color: #444c79;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
}

.ftr-social-icon {
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
}

.ftr-social-item:hover .ftr-social-icon-top,
.ftr-social-link:focus .ftr-social-icon-top {
  top: -30px;
}

.ftr-social-item:hover .ftr-social-icon-btm,
.ftr-social-link:focus .ftr-social-icon-btm {
  top: 0;
}

.ftr-social-icon-btm {
  top: 30px;
  color: #141414;
}

/* .ftr-social-icon {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
}
.ftr-social-icon::before {
  display: block;
}
.ftr-social-icon-btm {
  top: 30px;
}
.ftr-social-link:hover .ftr-social-icon-top {
  top: -30px;
}
.ftr-social-link:hover .ftr-social-icon-btm {
  top: 0;
  color: #141414;
} */
.ftr-copy {
  color: #444c79;
}

/* ----------------------
# Scroll to Top CSS
---------------------------*/
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 15px;
  opacity: 0;
  z-index: 15;
  transition: opacity 0.7s ease;
  pointer-events: none;

  border: 0;
  background-color: transparent;
}

.scroll-up.show {
  opacity: 1;
  pointer-events: all;
}

.scroll-circle {
  width: 50px;
  height: 50px;
  border: 1px solid #3262fa;
  border-radius: 50%;
}

.scroll-inner-circle {
  width: 42px;
  height: 42px;
  margin: 3px;
  border-radius: 50%;
  backdrop-filter: blur(2px);
  background: rgba(50, 98, 250, 0.7);
  padding-inline: 14px;
}

.scroll-inner-circle span {
  display: block;
  position: relative;
  top: 6px;
  color: #fff;
}

.scroll-inner-circle span:nth-child(2) {
  top: 14px;
}

.scroll-inner-circle span:nth-child(3) {
  top: 22px;
}

/* .scroll-circle:hover .scroll-inner-circle span::before {
  animation: animate 1.5s infinite;
} */
.scroll-inner-circle span::before {
  content: "\F286";
  position: absolute;
  top: 0;
  left: 0;
  /* font-size: 10px; */
  font-size: 14px;
  font-family: bootstrap-icons;
  -webkit-animation: animate 1.5s infinite;
  animation: animate 1.5s infinite;
}

.scroll-inner-circle span:nth-child(2)::before {
  animation-delay: -0.2s;
}

.scroll-inner-circle span:nth-child(3)::before {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(0, -5px);
  }
}

/* ----------------------
# Logo Slider CSS
---------------------------*/
.logo-swiper {
  position: inherit;
}

.logo-swiper .slide-arrows {
  display: flex;
  align-items: center;

  position: absolute;
  right: 0;
  top: -100px;
}

.logo-swiper .logo-slide-item {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 0 !important;
  box-shadow: 0px 15px 20px 0px #765fb840;
  margin-bottom: 30px;
}

.logo-swiper .logo-swiper-img {
  background: #fff;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  box-shadow: none;
}

.logo-swiper .swiper-button-next.swiper-button-disabled,
.logo-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.logo-swiper .swiper-button-next:after,
.logo-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.logo-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.logo-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.logo-swiper .swiper-button-next,
.logo-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.logo-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.logo-swiper .slide-arrows .swiper-button-next,
.logo-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.logo-swiper .swiper-button-next.swiper-button-disabled,
.logo-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.logo-swiper .slide-arrows .swiper-button-nums .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* ----------------------
# Recmd Stories 2 Slider CSS
---------------------------*/

.recmd-str2-item {
  transform: scale(0.85) !important;
  transition: all 0.8s ease;
  margin-top: 20px;
  filter: blur(2px);
}

.recmd-str2-item.swiper-slide-active {
  transform: scale(1) !important;
  margin-top: 0;
  filter: blur(0px);
}

.recmd-str-2 .recmd-head {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.swiper.recmd-str2-swiper {
  position: inherit;
}

.swiper.recmd-str2-swiper .swiper-slide-prev {
  margin-left: 50px;
}

.recmd-str2-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 100px;
  top: -75px;
  gap: 5px;
}

.recmd-str2-swiper .swiper-button-next:after,
.recmd-str2-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #0e0a42;
}

.recmd-str2-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.recmd-str2-body .h6-head {
  font-size: 18px;
  line-height: 1.4;
}

.recmd-str2-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.recmd-str2-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0e0a42;
}

.recmd-str2-swiper .slide-arrows .swiper-button-next,
.recmd-str2-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #0e0a42;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #0e0a42;
  pointer-events: all;
  margin: 0;
  /* background: linear-gradient(270deg, #383838 21.87%, #000000 100%); */
  background: transparent;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.recmd-str2-swiper .swiper-button-next.swiper-button-disabled,
.recmd-str2-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.recmd-str2-swiper
  .slide-arrows
  .swiper-button-nums
  .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

.recmd-str2-img {
  flex: 0.4;
}

.recmd-str2-img img {
  border-radius: 16px 0 0 16px;
  width: 100%;
}

.recmd-str2-cnt {
  display: flex;
  flex: 0.6;
  padding: 50px;
  /* align-items: center; */
  width: 100%;
  flex-wrap: wrap;
}

/* ----------------------
# Photo Slider CSS
---------------------------*/
.sml-box-xs .photo-slider-wrap {
  width: 600px;
  max-width: 100%;
}

.sml-box .photo-slider-wrap {
  width: 750px;
  max-width: 100%;
}

.photo-slider-wrap {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 990px;
  margin: -10px auto 0;
  border-radius: 0 0 16px 16px;
  max-width: 100%;
}

.photo-slider .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -100px;
}

.photo-slider-img {
  background: #fff;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.photo-slider .swiper-button-next.swiper-button-disabled,
.photo-slider .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.photo-slider .swiper-button-next:after,
.photo-slider .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.photo-slider .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.photo-slider .swiper-button-next:after {
  transform: rotate(90deg);
}

.photo-slider .swiper-button-next,
.photo-slider .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.photo-slider .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.photo-slider .slide-arrows .swiper-button-next,
.photo-slider .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.photo-slider .swiper-button-next.swiper-button-disabled,
.photo-slider .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.photo-slider .slide-arrows .swiper-button-nums .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* ----------------------
# Video Slider CSS
---------------------------*/
.vvideo-swiper .slide-arrows {
  display: flex;
  align-items: center;
}

.vvideo-swiper-img {
  background: #fff;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.vvideo-swiper .swiper-button-next.swiper-button-disabled,
.vvideo-swiper .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
}

.vvideo-swiper .swiper-button-next:after,
.vvideo-swiper .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}

.vvideo-swiper .swiper-button-prev:after {
  transform: rotate(-90deg);
}

.vvideo-swiper .swiper-button-next:after {
  transform: rotate(90deg);
}

.vvideo-swiper .swiper-button-next,
.vvideo-swiper .swiper-button-prev {
  background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
}

.vvideo-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.vvideo-swiper .slide-arrows .swiper-button-next,
.vvideo-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
}

.vvideo-swiper .swiper-button-next.swiper-button-disabled,
.vvideo-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}

.vvideo-swiper .slide-arrows .swiper-button-nums .swiper-pagination-current {
  font-weight: 500;
  font-size: 20px;
}

/* ----------------------
# AI Search Modal popup
---------------------------*/
#searchboxmain .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}

#searchboxmain .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
}

#searchboxmain {
  left: unset;
}

#searchboxmain.show {
  -webkit-animation: expandsearchBox 0.8s forwards;
  animation: expandsearchBox 0.8s forwards;
}

@keyframes expandsearchBox {
  0% {
    right: 5%;
    top: 8%;
    width: 0;
    height: 0;
    border-radius: 50px;
    z-index: 0;
  }

  20% {
    right: 3%;
    top: 8%;
    width: 140px;
    height: 40px;
    border-radius: 50px;
    z-index: 1055;
  }

  100% {
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1055;
    border-radius: 0;
  }
}

#searchboxmain .modal-body {
  opacity: 0;
  height: 100%;
}

#searchboxmain.show .modal-body.animateNow {
  -webkit-animation: searchmodalbody 0.5s forwards;
  animation: searchmodalbody 0.5s forwards;

  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes searchmodalbody {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes searchmodalbody {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.searchgridleft {
  box-shadow: 3px 4px 8px 0px #0e0a421f;
  background-color: #ffffff;
  padding: 15px;
  transform: translateX(-100%);
  height: 100%;
  width: 200px;
  transition: all 0.5s ease;
}

#searchboxmain .modal-body.animateNow .searchgridleft {
  transform: translateX(0%);
  transition: all 0.5s ease;
  /* transition-delay: 1.2s; */
}

.searchlefthead,
.searchrighthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
  width: 100%;
}

.searchgridleft .cta-btn {
  width: 100%;
  padding: 14px 15px;
}

.searchgridleft .cta-btn img {
  width: 17px;
}

.searchleftgridexpand {
  border: 1px solid #bac9dd;
  box-shadow: 0px 15px 22px 0px #765fb84d;
  padding: 10px 15px;
  border-radius: 8px;
}

.searchleftgridexpand img {
  width: 17px;
}

.searchgridright {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 200px);
  transition: width 0.5s ease;
  /* transition-delay: 1.2s; */
}

.searchrighthead {
  margin-bottom: 0;
  height: 10%;
  transform: translateY(30px);
  opacity: 0;
}

#searchboxmain .modal-body.animateNow .searchrighthead {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
  /* transition-delay: 1.4s; */
}

.searchrightheadinner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-ai-icon {
  background: linear-gradient(180deg, #998ff9 0%, #7bb4fc 100%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-ai-icon img {
  width: 14px;
}

.searchrightheadinner p {
  font-size: 12px;
  background: #1a1552;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 0;
  color: #ffff;
}

.searchrighthead .cta-btn {
  line-height: 1;
  gap: 5px;
}

#searchboxmain .modal-body .h6-head {
  font-size: 20px;
}

.searchrightmain {
  background-color: #f0f5fdbf;
  border-radius: 10px;
  height: 90%;
  padding: 5px 50px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.searchboxinputoutput {
  height: calc(100% - 200px);
  overflow-y: auto;
  padding: 15px 15px 30px;
  transform: translateY(30px);
  opacity: 0;
}

#searchboxmain .modal-body.animateNow .searchboxinputoutput {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
  /* transition-delay: 1.6s; */
}

.searchboxinputoutputhead {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.cta-btn-transparent {
  background: transparent;
  color: #444c79;
  border: 1px solid #bac9dd;
  box-shadow: 0px 5px 22px 0px #765fb84d;
  padding: 5px 10px;
}

.cta-btn-transparent:hover {
  box-shadow: 0px 5px 22px 0px #775fb8a0;
}

/* scrollbar */
.searchboxinputoutput::-webkit-scrollbar,
#accordionrecent .accordion-body::-webkit-scrollbar {
  width: 24px;
  height: 18px;
}

.searchboxinputoutput::-webkit-scrollbar-thumb,
#accordionrecent .accordion-body::-webkit-scrollbar-thumb {
  height: 6px;
  border: 10px solid rgba(0, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.searchboxinputoutput::-webkit-scrollbar-thumb:hover,
#accordionrecent .accordion-body::-webkit-scrollbar-thumb:hover {
  height: 6px;
  border: 10px solid rgba(0, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.searchboxinputoutput::-webkit-scrollbar-button,
#accordionrecent .accordion-body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.searchboxinputoutput::-webkit-scrollbar-corner,
#accordionrecent .accordion-body::-webkit-scrollbar-corner {
  background-color: transparent;
}

#searchboxmain .modal-body .searxboxform {
  height: 200px;
  transform: translateY(30px);
  opacity: 0;
}

#searchboxmain .modal-body.animateNow .searxboxform {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
  /* transition-delay: 1.8s; */
}

#searchboxmain .modal-body .search__form {
  margin-top: 10px;
}

#searchboxmain .modal-body .search-form-inner {
  width: 100%;
}

#searchboxmain .modal-body .btn-search-mic {
  position: relative;
  width: 40px;
  height: 40px;
  top: unset;
  left: unset;
  right: unset;
  padding: 12px;
  margin: 0;
}

#searchboxmain .modal-body .btn-search-mic:after {
  width: 100%;
  height: 100%;
}

#searchboxmain .modal-body .btn-search-mic img {
  width: 15px;
}

.searchboxinputoutputgrid {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sbinput,
.sboutput {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}

.sboutput {
  scroll-margin-top: 100px;
  justify-content: flex-start;
}

.sbinputinner {
  background: #e0e7fe;
  border-radius: 8px;
  padding: 8px 10px;
  max-width: 75%;
  margin: 0 0 20px;
}

.sbinputinner p {
  margin-bottom: 0;
  color: #0e0a42;
}

.sboutputinner {
  max-width: 75%;
  margin: 0 0 20px;
}

.searchgridleft.expandIt {
  width: 90px;
  transition: all 0.5s ease;
}

.searchgridleft.expandIt ~ .searchgridright {
  width: calc(100% - 90px);
}

.searchgridleft .searchlefthead h5 {
  display: block;
}

.searchgridleft.expandIt .searchlefthead h5 {
  display: none;
}

.searchgridleft.expandIt .cta-btn {
  width: auto;
}

.searchgridleft .cta-btn span {
  display: block;
}

.searchgridleft.expandIt .cta-btn span {
  display: none;
}

.searchgridleft .searchleftgridexpand img {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.searchgridleft.expandIt .searchleftgridexpand img {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

#accordionrecent {
  margin: 20px 0;
  border: 0;
  display: block;
}

.searchgridleft.expandIt #accordionrecent {
  display: none;
}

#accordionrecent button {
  background: transparent;
  padding: 10px 0;
  color: #40536d;
  border-bottom: 0.5px solid #c1d0fd;
}

#accordionrecent button:focus {
  outline: 2px solid #2e53e1;
  box-shadow: none;
}

#accordionrecent .accordion-button::after {
  background-color: #e9eef7;
  padding: 10px;
  border-radius: 50%;
  background-size: 15px;
  width: 25px;
  height: 25px;
  background-position: center;
}

#accordionrecent .accordion-body {
  padding: 0 10px 0 0;
  margin: 0;
  overflow-y: auto;
  height: 50vh;
}

#accordionrecent .accordion-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#accordionrecent .accordion-body ul li {
  color: #0e0a42;
  margin: 15px 0 0;
}

#accordionrecent .accordion-body ul li a {
  color: #0e0a42;
  text-decoration: none;
}

#accordionrecent .accordion-body ul li a:hover {
  text-decoration: underline;
}

.truncate-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

ul.ai-search-recomondations {
  flex-wrap: wrap;
}

/* Chat AI New  */
.loading-res {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.loading-res .sparkle {
  inline-size: 32px;
}

.loading-res.active .sparkle path {
  animation-name: sparkleAni;
  animation-iteration-count: infinite;
}

.loading-res .sparkle path:nth-of-type(1) {
  fill: #0271b1;
  stroke: #0271b1;
}

.loading-res .sparkle path:nth-of-type(2) {
  fill: rgb(10, 224, 237);
  stroke: rgb(10, 224, 237);
}

.loading-res .sparkle path:nth-of-type(3) {
  fill: #8aa1c1;
  stroke: #8aa1c1;
}

#aisearchmodaltext {
  height: 100px;
  border: 1px solid #e2e7ed;
}

.btn-search-mic:focus,
.btn-search-mic:active {
  outline: 2px solid #2e53e1 !important;
}

.btn-ai-submit {
  position: relative;
  width: 40px;
  height: 40px;
  background: #000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
  box-shadow: none;
  transition: all 0.5s ease;
}

.btn-new-topic {
  background: #000000;
}

.searchgridleft .cta-btn img {
  width: 15px;
}

.btn-ai-submit .bi {
  font-size: 16px;
  color: #ffffff;
}

.btn-ai-submit[disabled] {
  opacity: 0.5;
}

.btn-ai-submit:hover,
.btn-ai-submit:active,
.btn-ai-submit:focus-visible {
  background: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 20px 40px -10px #765fb8 !important;
  outline: 2px solid #2e53e1;
}

.btn-ai-submit:disabled {
  background: #000;
  color: #ffffff;
  cursor: not-allowed;
}

.searchgridleft {
  padding: 10px 15px;
}

.searchgridleft .cta-btn {
  width: 100%;
  padding: 15px;
  height: 45px;
}

.searchgridleft .cta-btn span {
  white-space: nowrap;
  overflow: hidden;
}

.searchleftgridexpand {
  padding: 10px 12px;
  width: 45px;
  height: 45px;
}

.btn-ai-submit[disabled] {
  opacity: 0.3;
}

.ai-search-main {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0;
}

.ai-search-main label {
  padding: 6px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

ul.ai-souce-links-list {
  margin: 0;
  padding: 0 0 0 15px;
}

ul.ai-souce-links-list li {
  margin-bottom: 8px;
}

.sboutputinner ul li a {
  display: inline-block;
}

ul.ai-souce-links-list li a {
  display: inline;
}

.sboutputinner {
  margin: 0;
}

.sbinputinner {
  background: #e0e7fe;
  border-radius: 15px;
  padding: 12px 16px;
  max-width: 75%;
  margin: 0 0 20px;
  background-image: linear-gradient(270deg, #d0ccff 0%, #baeafa 100%);
  font-weight: 600;
}

.sboutput {
  float: right;
  width: calc(100% - 50px);
}

.messageappearani {
  transform-origin: calc(100% + 0.75em) 100%;
  -webkit-animation: message-appear 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  animation: message-appear 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes message-appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.sboutput:last-child {
  margin-bottom: 0;
}

.cta-redoquestion {
  box-shadow: none !important;
  background: #cbdefb !important;
}

.searchboxinputoutput {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 15px 15px 5px;
}

#searchboxmain .modal-body .searxboxform {
  height: auto;
}

.sboutputinner h1 {
  font-size: clamp(28px, 5vw, 32px);
}

.sboutputinner h2 {
  font-size: clamp(24px, 5vw, 28px);
}

.sboutputinner h3 {
  font-size: clamp(22px, 5vw, 24px);
}

.sboutputinner h4 {
  font-size: clamp(20px, 5vw, 22px);
}

.sboutputinner h5,
.sboutputinner h6 {
  font-size: 20px;
}

.sboutputinner ul li {
  font-size: 16px;
}

.sboutputinner table {
  margin-bottom: 20px;
}

.sboutputinner tbody,
.sboutputinner td,
.sboutputinner tfoot,
.sboutputinner th,
.sboutputinner thead,
.sboutputinner tr {
  border-width: 1px;
  padding: 10px;
}

.redofadeOut {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

#redoquestionMain {
  z-index: 1;
}

.loading-res.active {
  position: relative;
}

.loading-res.active:after {
  content: "Generating Response";
  color: #8aa1c1;
  position: absolute;
  left: 40px;
  top: 4px;
  bottom: 0;
  margin: auto;
  text-wrap: auto;
  width: 350px;
  font-size: 16px;
}

.loading-res.thinking:after {
  content: "Thinking";
}

.loading-res.analyzing:after {
  content: "Analyzing";
}

.loading-res.generating:after {
  content: "Generating Response";
}

.chat-error {
  position: absolute;
  top: -40px;
  left: 0;
  transform: translateY(20px);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.chat-error p {
  margin: 0;
  backdrop-filter: blur(6px);
  box-shadow: -1px 5px 10.8px 0px #0000001a;
  border-radius: 5px;
  background: #b1001a;
  color: #ffffff;
  padding: 3px 8px;
}

.chat-error.active {
  z-index: 9;
  opacity: 1;
  transform: translateY(0);
}

#searchboxmain .modal-body .search__form {
  position: relative;
}

#searchboxmain .modal-body.animateNow .searchgridleft {
  z-index: 2;
}

#searchboxmain .modal-body.animateNow .searchrighthead {
  z-index: 0;
}

.chat-close-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

#toastbtn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
}

#toastbtn:focus {
  outline: 2px solid #2e53e1;
}

#toastbtn svg {
  width: 30px;
}

#toastbtn svg .clas-active {
  opacity: 0;
  transition: all 0.5s ease;
}

#toastbtn:hover svg .clas-active {
  opacity: 1;
}

#toastbtn svg .lock {
  fill: #19b233;
  transition: all 0.5s ease;
}

#toastbtn:hover svg .lock {
  fill: #ffffff;
}

#protectedTooltip,
#protectedTooltipbnr {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  bottom: 70px;
  right: 0;
  transform: scale(0) translate(30%, 100%);
  width: 600px;
  padding: 25px;
  box-shadow: rgba(118, 95, 184, 0.25) 0px 15px 20px 0px;
  border-radius: 16px;
  border: 1px solid rgb(13, 110, 253);
}

#protectedTooltip.active,
#protectedTooltipbnr.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(0, 0);
}

#protectedTooltip ul,
#protectedTooltipbnr ul {
  padding-left: 15px;
}

#protectedTooltipbnr ul li,
#protectedTooltip ul li {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 10px;
}

.protected-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
}

.protected-icons img {
  width: 30px;
}

.close-datapro {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  opacity: 0.7;
  transition: all 0.5s ease;
}

a.close-datapro:hover {
  opacity: 1;
}

.caution-tag {
  font-size: 15px;
  font-style: italic;
}

/* Chat AI New End  */

/* ---------------------------
  # Milestone CSS
-------------------------------*/
#milestones-section {
  position: relative;
  height: 100%;
}

.milestones-vertical-swiper {
  width: 100%;
  height: 500px;
}

.milestone-swiper-inner {
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
  display: flex;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  align-items: flex-start;
  /* justify-content: center; */
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.milestone-swiper-inner .what-we-do-list-items {
  column-count: 1;
  color: rgb(14, 10, 66);
}

.milestone-swiper-inner .what-we-do-list-items li {
  margin-bottom: 15px;
}

.milestone-navigation-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.milestone-navigation {
  width: 100%;
  height: 300px;
}

.milestone-navigation .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
}

.milestone-navigation .swiper-slide:hover {
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.milestone-navigation .swiper-slide p {
  margin: 0;
  color: rgb(68, 76, 121);
  transition: all 0.5s ease;
}

.milestone-navigation .swiper-slide-thumb-active {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}

/* .milestone-navigation .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 41px;
  border-radius: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, #6f9ffb 0%, #3263f9 100%);
  box-shadow: 0px 4px 4px 0px #765fb840;
  opacity: 1;
  transition: 0.7s;
} */
.milestone-navigation .swiper-slide-thumb-active p {
  color: rgb(14, 10, 66);
  font-size: 24px;
}

.milestone-navigation-main .swiper-button-next.swiper-button-disabled,
.milestone-navigation-main .swiper-button-prev.swiper-button-disabled {
  background: #444c79;
  transform: scale(0.8);
}

.milestone-navigation-main .swiper-button-next:after,
.milestone-navigation-main .swiper-button-prev:after {
  content: "\f145";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #000000;
}

.milestone-navigation-main .swiper-button-prev:after {
  transform: rotate(0deg);
}

.milestone-navigation-main .swiper-button-next:after {
  transform: rotate(180deg);
}

.milestone-navigation-main .slide-arrows .swiper-button-next,
.milestone-navigation-main .slide-arrows .swiper-button-prev {
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 21px;
  line-height: 1;
  color: #000000;
  pointer-events: all;
  margin: 0;
  /* background: linear-gradient(270deg, #383838 21.87%, #000000 100%); */
  background: transparent;
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  transition: all 0.5s ease;
  margin: auto;
}

.milestone-navigation-main .slide-arrows .swiper-button-prev {
  top: 50px;
}

.milestone-navigation-main .slide-arrows .swiper-button-next {
  top: unset;
  bottom: 50px;
}

/* ---------------------------
  # Our Purpose CSS
-------------------------------*/
.our-purpose-bg {
  position: relative;
}

.our-purpose-img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 14px;
  left: 0;
  top: 0;
  padding: 0px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  /* ---------------------------
  # Burger Menu CSS Ipad Lanscape
-------------------------------*/
  #burgerMenu .submenu-portion {
    width: calc(227% - 5%);
    left: 105%;
  }

  #burgerMenu .menu-sub-head {
    font-size: 16px;
  }

  #burgerMenu .align-list ul li:not(:last-child) {
    margin: 0 0 10px;
  }

  .nyn-box-head {
    font-size: 20px;
  }

  /* -----------------------------------------
# Breadcrumb CSS Ipad
------------------------------------------------*/
  .breadcrumb-item {
    display: none !important;
  }

  .breadcrumb-item.show {
    display: inline-block !important;
  }

  /* -----------------------------------------
# Pipe line divider
------------------------------------------------*/
  .v-divider:after {
    right: 0;
  }

  /* ----------------------
# Spacing CSS Ipad
---------------------------*/
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }

  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important;
  }

  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }

  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important;
  }

  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important;
  }

  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }

  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important;
  }

  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important;
  }

  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }

  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important;
  }

  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important;
  }

  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }

  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }

  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important;
  }

  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }

  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important;
  }

  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important;
  }

  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }

  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important;
  }

  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important;
  }

  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }

  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important;
  }

  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important;
  }

  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }

  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }

  /* ----------------------
# Header CSS Ipad (Landscape)
---------------------------*/
  .header .align-width {
    max-width: max-content !important;
  }

  header .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  /* header .infy-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .infy-menu {
    z-index: 1;
  } */
  /* ------------------------------------
# Case Studies CSS Ipad (Landscape)
----------------------------------------*/
  .cs-num {
    font-size: 50px;
  }

  .card-box-carousel {
    aspect-ratio: 1.5;
  }

  .quote-box {
    min-height: 250px;
  }

  .quote-box .profile-details-container {
    position: relative;
    bottom: unset;
  }

  /* .offering-box-href {
    aspect-ratio: 1;
  } */
  .offering-box-href .offering-box-para {
    /* width: 100%; */
    bottom: 50px;
  }

  /* .offering-box-href:hover .offering-box-para,
  .offering-box-href:focus .offering-box-para {
    bottom: 0;
  } */
  .offering-box-href .cta-link,
  .offering-box-href:hover .cta-link,
  .offering-box-href:focus .cta-link {
    bottom: 20px;
  }

  /* -----------------------------
# Insights CSS Ipad (Landscape)
----------------------------------*/
  .insights-sec .insights-list {
    display: block;
  }

  .insights-sec .insights-content {
    display: flex;
    flex-direction: column;
  }

  /* --------------------------------
# Testimonials CSS Ipad (Landscape)
-----------------------------------*/
  .onboard-number .users {
    font-size: 34px !important;
  }

  .testimonial-header {
    gap: 10px;
  }

  /* -------------------------------------
# Cobalt Page CSS Ipad (Landscape)
---------------------------------------*/

  /* Cloud capabilities CSS Start */
  .cloud-tabs .nav-tabs {
    width: 50%;
  }

  .cloud-tabs .tab-content-img,
  .cloud-tabs .tab-content-wrap {
    width: 50%;
  }

  /* Cloud Offering CSS Start */
  .cloud-offering-inner-tab-container .nav-link {
    display: block;
    height: 100%;
  }

  .cloud-offering-inner-tab-container .nav-link .title {
    position: relative;
    padding: 0;
    top: 0;
    transform: none;
    font-size: 16px;
  }

  .cloud-offering-inner-tab-container .nav-item.show .nav-link .title,
  .cloud-offering-inner-tab-container .nav-link.active .title,
  .cloud-offering-inner-tab-container .nav-link:hover .title {
    position: relative;
    transform: none;
    top: 0;
  }

  .cloud-offering-inner-tab-container .nav-link .description,
  .cloud-offering-inner-tab-container .nav-item.show .nav-link .description,
  .cloud-offering-inner-tab-container .nav-link.active .description,
  .cloud-offering-inner-tab-container .nav-link:hover .description {
    bottom: 20px;
    opacity: 1;
  }

  .cloud-offering-inner-tab-container .nav-link {
    display: block;
    height: 100%;
  }

  .cloud-offering-inner-tab-container .nav-link .title {
    position: relative;
    padding: 0;
    top: 0;
    transform: none;
    font-size: 16px;
  }

  .cloud-offering-inner-tab-container .nav-item.show .nav-link .title,
  .cloud-offering-inner-tab-container .nav-link.active .title,
  .cloud-offering-inner-tab-container .nav-link:hover .title {
    position: relative;
    transform: none;
    top: 0;
  }

  /* ---------------------------
# Our Work CSS Ipad (Landscape)
-------------------------------*/
  .our-slide-head {
    font-size: 24px;
  }

  /* -------------------------
# Subsegment CSS
-------------------------*/
  /* Business Solutions */
  .business-solutions .cs-combo-wrap {
    width: 65%;
  }

  .business-solutions .cs-cnt-wrap {
    width: 35%;
  }

  /* -------------------------
# L2 Page CSS Ipad (Landscape)
-------------------------*/
  .l2-banner.hero-banner {
    height: calc(50vh - 30px);
  }

  .l2-banner .hero-align-cnt {
    min-height: calc(46vh - 30px);
  }

  /* ----------------------------------------
# Voices Video Playlist CSS Ipad (Landscape)
------------------------------------------*/
  #voices .video-list-items_scroller {
    height: 360px;
  }

  /* ----------------------
# Photo Slider CSS
---------------------------*/
  .sml-box-xs .photo-slider-wrap,
  .sml-box .photo-slider-wrap,
  .photo-slider-wrap {
    width: auto;
  }

  /* ----------------------------------------
# Contact Us Location CSS
------------------------------------------*/
  .loc-cntry-href:before {
    background-color: rgb(68, 76, 121, 0.4);
  }

  /* ----------------------------------------
# Insights Listing Temporary CSS Ipad (Landscape)
------------------------------------------*/
  .grid-group-item:nth-child(4) .caption-txt,
  .grid-group-item:nth-child(7) .caption-txt {
    position: relative;
    bottom: 0;
    left: 0;
    background-image: none;
    border-radius: 0;
  }

  .grid-group-item:nth-child(4) .list-rslt-txt,
  .grid-group-item:nth-child(7) .list-rslt-txt,
  .grid-group-item:nth-child(4) .caption-txt .prlst-para,
  .grid-group-item:nth-child(7) .caption-txt .prlst-para {
    color: #0e0a42 !important;
  }

  .grid-group-item:nth-child(4) .get-image-height,
  .grid-group-item:nth-child(7) .get-image-height {
    width: 100%;
    border-radius: 10px 10px 0 0 !important;
  }

  /* --------------------------------------------
  # Recmd Stories 2 Slider CSS Ipad (Landscape)
  ------------------------------------------------*/
  .recmd-str2-swiper .slide-arrows {
    right: 30px;
  }

  .recmd-str2-cnt {
    padding: 30px;
  }

  /* ----------------------------------------
# About Us CSS Ipad (Landscape)
------------------------------------------*/
  .box-content {
    .box-img img,
    &:hover .box-img img {
      transform: scale(1);
    }
  }

  /* ---------------------------
  # Milestone CSS Ipad (Landscape)
-------------------------------*/
  .milestones-vertical-swiper {
    height: 650px;
  }
}

@media screen and (max-width: 992px) {
  /* ---------------------------------
    # Burger Menu CSS Ipad Portrait
-----------------------------------*/
  #burgerMenu .submenu-portion,
  #burgerMenu .sub-menu-active .submenu-portion {
    width: auto;
    height: 100vh;
    overflow-y: auto;
    left: -1.1rem;
    right: -1.1rem;
    z-index: 1;
    border: 0;
  }

  #burgerMenu .submenu-inner {
    padding: 30px;
  }

  /* ------------------------------------
# Case Studies CSS Ipad (Portrait)
----------------------------------------*/
  .card-box-carousel {
    aspect-ratio: 1.1;
  }

  .cs-cnt-wrap-inner .h6-head {
    font-size: 20px;
  }

  .cs-combo-wrap,
  .cs-sec7 .cs-swiper-img img,
  #cs-cards-video {
    max-height: 300px;
    height: 300px;
  }

  /* ---------------------------
# Alliances CSS Ipad (Portrait)
-------------------------------*/
  .tab-right {
    padding: 15px;
    background: #f0f5fd;
    border-radius: 10px;
  }

  .tab-right > .aliancs-accord-items {
    display: block;
    opacity: 1;
    background-color: transparent;
    margin-bottom: 15px;
  }

  .tab-right .aliancs-accord-btn {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #d1dceb;
    padding: 10px;
    border-bottom: 0;
  }

  .tab-right .aliancs-accord-btn.collapsed {
    background-color: #e9eef7;
    border-radius: 10px !important;
    border: 1px solid #d1dceb;
    padding: 10px;
  }

  .tab-right .aliancs-accord-btn img {
    width: 100px;
    height: 40px;
    object-fit: cover;
  }

  .tab-right .accordion-collapse .accordion-body {
    background-color: #fff;
    border: 1px solid #d1dceb;
    border-radius: 0 0 10px 10px;
    border-top: 0;
  }

  .tab-right .aliancs-accord-btn::after {
    background-image: none;
    content: "\F2E6";
    font-family: bootstrap-icons;
    color: #3262fa;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-right: 5px;
  }

  .tab-right .aliancs-accord-btn.collapsed::after {
    content: "\F4FA";
  }

  :root {
    --visible-count: 4;
  }

  /* ---------------------------------
# What We Do CSS Ipad (Portrait)
---------------------------------*/
  .what-we-do-tab-accordion > .tab-pane {
    display: block;
    opacity: 1;
  }

  .what-we-do-description {
    background: #f0f5fd !important;
    box-shadow: 0px 15px 20px 0px rgba(118, 95, 184, 0.25);
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
  }

  .what-we-do-tab-accordion-content {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 15px 20px 0px rgba(118, 95, 184, 0.25);
    margin-top: -10px;
    position: relative;
  }

  .what-we-do-tab-accordion-content .btn-container {
    align-items: center;
  }

  .what-we-do-description .video-wrap,
  .what-we-do-description .image-wrap {
    min-height: 200px;
  }

  /* ---------------------------
# In the news CSS Ipad (Portrait)
-------------------------------*/
  .news-list:nth-child(2n) {
    margin-right: 15px !important;
  }

  .news {
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 0;
  }

  .news-img {
    border-radius: 10px 0 0 0;
  }

  .news-img img {
    /* max-height: 245px; */
    border-radius: 10px 10px 0 0;
    object-position: top;
  }

  .news-img,
  .news-content {
    flex: auto;
  }

  .news-content {
    padding: 20px 30px;
  }

  .news-wrap {
    /* flex-wrap: wrap; */
    flex-direction: column;
  }

  #in-the-news-controls.slide-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  #in-the-news-controls .swiper-button-next.swiper-button-disabled,
  #in-the-news-controls .swiper-button-prev.swiper-button-disabled {
    background: #444c79;
  }

  #in-the-news-controls .swiper-button-next:after,
  #in-the-news-controls .swiper-button-prev:after {
    content: "\f145";
    font-family: "Bootstrap-icons";
    font-size: 22px;
    color: #ffffff;
  }

  #in-the-news-controls .swiper-button-prev:after {
    transform: rotate(-90deg);
  }

  #in-the-news-controls .swiper-button-next:after {
    transform: rotate(90deg);
  }

  #in-the-news-controls .swiper-button-next,
  #in-the-news-controls .swiper-button-prev {
    background: linear-gradient(360deg, #7cb0fb 0%, #3463fb 100%);
  }

  #in-the-news-controls.slide-arrows .swiper-button-nums {
    width: 60px;
    text-align: center;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1;
    /* font-family: "Geist", sans-serif; */
    font-weight: 400;
  }

  #in-the-news-controls.slide-arrows .swiper-button-next,
  #in-the-news-controls.slide-arrows .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 8px;
    font-size: 21px;
    line-height: 1;
    color: #ffffff;
    pointer-events: all;
    margin: 0;
    background: linear-gradient(270deg, #383838 21.87%, #000000 100%);
    box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
    transition: all 0.5s ease;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    transform: scale(0.8);
  }

  #in-the-news-controls.slide-arrows
    .swiper-button-nums
    .swiper-pagination-current {
    font-weight: 500;
    font-size: 20px;
  }

  /* ----------------------------------------
# Upcoming events CSS Ipad (Portrait)
------------------------------------------*/
  .upcoming-img {
    max-height: 300px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .upcoming-content,
  .upcoming-details {
    padding: 35px 20px 35px 30px;
  }

  /* ---------------------------
# Our Work CSS Ipad (Portrait)
-------------------------------*/
  .swiper-slide .our-work-slide {
    display: block;
  }

  .our-work-cnt-bottom {
    width: auto;
    height: auto;
    border-radius: 0;
  }

  .our-work-bottom-header {
    padding-bottom: 0;
  }

  /* -------------------------
# FS Page CSS Ipad (Portrait)
-------------------------*/
  /* What's new Slider */
  .cs-combo-wrap,
  .whats-new .cs-swiper-img img,
  #cs-cards-video {
    max-height: 300px;
    height: 300px;
  }

  /* ---------------------------------
# Cobalt Page CSS Ipad (Portrait)
-----------------------------------*/

  /* Full Tab More than 3 Items add the below Class (full-nav-tabs-menu) */
  .full-nav-tabs-menu .tab-content-wrap {
    border-bottom-right-radius: 10px !important;
  }

  /* Full Tab More than 3 Items add the below Class (full-nav-tabs-menu) */

  /* Cloud capabilities CSS Start */
  .cloud-tabs .nav-tabs {
    position: static;
    width: 100%;
  }

  .cloud-tabs .nav-item {
    flex: 1;
  }

  .cloud-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cloud-tabs .nav-link {
    font-weight: 700 !important;
    white-space: nowrap;
    padding: 20px 10px;
  }

  .cloud-tabs .tab-pane.active {
    flex-direction: column;
  }

  .cloud-tabs .tab-content-img,
  .cloud-tabs .video-wrap {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }

  .cloud-tabs .tab-content-img img,
  .cloud-tabs .video-wrap video {
    width: 100%;
  }

  .cloud-tabs .tab-content-wrap {
    width: 100%;
    padding: 20px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  /* Cloud Offering CSS Start */
  .cloud-offering-inner-tab-container .cloud-tab-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .cloud-offering-inner-tab-container .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 10px;
  }

  .cloud-offering-nav-tab .nav-link:after {
    bottom: 10px;
  }

  .cloud-offering-nav-tab .nav-item {
    width: 50%;
    border-top: 1px solid #e0e7fe;
    border-right: 1px solid #e0e7fe;
  }

  .cloud-offering-nav-tab .nav-link {
    width: 100%;
    height: 100%;
  }

  .cloud-offering-inner-tab-container .accordion-item {
    border-radius: 10px;
    height: auto;
  }

  .cloud-offering-inner-tab-container
    .accordion-item:first-of-type
    > .accordion-header
    .accordion-button {
    border-radius: 10px;
  }

  .cloud-offering-inner-tab-container .accordion-button {
    background-color: #e9eef7;
    border: 1px solid #d1dceb;
    border-radius: 10px;
    font-size: 20px;
    color: #444c79;
    padding-right: 45px;
  }

  .cloud-offering-inner-tab-container .tab-description {
    padding: 45px 15px 50px;
    min-height: auto;
  }

  .cloud-offering-inner-tab-container .accordion-button .description {
    font-size: 16px;
    display: none;
  }

  .cloud-offering-inner-tab-container
    .accordion-item:first-of-type
    > .accordion-header
    .accordion-button:not(.collapsed) {
    border-radius: 10px 10px 0 0;
    color: #0e0a42;
  }

  .cloud-offering-inner-tab-container .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 10px 10px 0 0;
  }

  .cloud-offering-inner-tab-container
    .accordion-button:not(.collapsed)
    .description {
    display: block;
    color: #444c79;
  }

  .cloud-offering-tab .tab-content {
    padding: 0 15px;
  }

  /* ---------------------------
# Case Study Listing CSS Ipad (Portrait)
-------------------------------*/
  .blog-inner-podcast-card .blog-inner-content-inner {
    width: 100%;
  }

  /* ---------------------------
# Home Page CSS Ipad (Portrait)
-------------------------------*/
  .ai-search-btns .cta-btn {
    gap: 5px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .crafting-experience-swiper > .swiper-wrapper > .swiper-slide,
  .crafting-experience-swiper > .swiper-wrapper > .swiper-slide.activeHover {
    flex-shrink: 0;
    height: 100%;
    width: 70%;
    overflow: hidden;
  }

  #craftingx-swiper-pagination {
    display: block;
  }

  .crafting-experience-swiper
    > .swiper-wrapper
    > .swiper-slide.swiper-slide-active
    .parageist {
    -webkit-line-clamp: none;
    transition: all 0.5s ease;
  }

  .crafting-experience-swiper
    > .swiper-wrapper
    > .swiper-slide.swiper-slide-active
    .cta-link {
    opacity: 1;
    transform: translateY(0);
  }

  .ce-swiper-inner {
    padding: 0 10px;
    transform: scale(0.9);
  }

  .ai-in-action-swiper .swiper-slide.swiper-slide-active .ce-swiper-inner {
    transform: scale(1);
  }

  .crafting-experience-swiper
    > .swiper-wrapper
    > .swiper-slide.swiper-slide-active
    .ce-swiper-inner {
    transform: scale(1);
  }

  .ai-in-action-swiper .swiper-slide {
    width: 55%;
  }

  /* -------------------------
# Subsegment CSS
-------------------------*/
  /* Business Solutions */
  .business-solutions .cs-combo-wrap,
  .business-solutions .cs-cnt-wrap {
    width: 100%;
  }

  .business-solutions .cs-cnt-wrap {
    border-radius: 0 0 10px 10px;
    height: 100%;
  }

  .business-solutions.cs-sec7 .cs-swiper-img,
  .business-solutions.cs-sec7 .cs-swiper-img img,
  .business-solutions #cs-cards-video {
    border-radius: 10px 10px 0 0;
  }

  .event-filter-main #cta-btn-div {
    right: 0;
  }

  /* -----------------------------------------
# Pressrelease Listing Page CSS Ipad (Portrait)
------------------------------------------------*/
  .pr-list-item .ftr-social-item {
    flex: 0;
  }

  /* ----------------------------------------
# Contact Us Location CSS
------------------------------------------*/
  .ht-ctrl-loc,
  .ht-ctrl-tab-mob {
    height: 250px !important;
  }

  /* ---------------------------
# Footer CSS Ipad (Portrait)
-------------------------------*/
  .country {
    max-width: 35%;
    margin-bottom: 20px;
  }

  /* ----------------------
  # AI Search Modal popup
  ---------------------------*/
  .sbinputinner {
    max-width: 95%;
  }

  .sboutputinner {
    max-width: 95%;
  }

  #protectedTooltipbnr,
  #protectedTooltip {
    width: 300px;
    padding: 15px;
  }

  #protectedTooltip {
    right: -15px;
  }

  #protectedTooltipbnr ul,
  #protectedTooltip ul {
    height: 300px;
    overflow: auto;
    padding-right: 15px;
  }

  /* -------------------------------------
# Contact Us CSS Ipad (Portrait)
--------------------------------------*/
  .contact-us-para {
    padding-right: 0;
  }

  /* -------------------------------------
# Events Page CSS Ipad (Portrait)
--------------------------------------*/
  .event-border-card {
    border-radius: unset;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  /* ----------------------------
# L2 Page CSS Ipad (Portrait)
---------------------------------*/
  .l2-banner.hero-banner {
    height: calc(35vh - 30px);
  }

  .l2-banner .hero-align-cnt {
    min-height: calc(32vh - 30px);
  }

  /* ----------------------------------------
# Voices Video Playlist CSS Ipad (Portrait)
------------------------------------------*/
  #voices .video-list-items {
    margin-top: 10px;
  }

  /* ----------------------------------------
# About Us CSS Ipad (Portrait)
------------------------------------------*/
  .abt-ovr-para {
    font-size: 30px;
  }

  .box-content {
    &.ht-ctrl-left,
    &.ht-ctrl-left .box-img,
    &.ht-ctrl-right,
    &.ht-ctrl-right .box-img {
      height: 250px;
    }

    .box-para .cta-link {
      right: unset;
      left: 0;
    }
  }
}

@media (max-width: 990px) {
  .breadcrumb-item:nth-child(2),
  .breadcrumb-item:only-child {
    display: inline-block !important;
  }
}

@media 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;
  }

  /* -----------------------------------------
# Pipe line divider CSS Mobile (Landscape)
------------------------------------------------*/
  .v-divider:nth-child(even):after {
    display: none;
  }

  /* ------------------------------------
# Header CSS Mobile (Landscape)
-----------------------------------*/
  header .navbar {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }

  /* header .infy-menu {
    left: 15px;
  } */
  header #btn-search {
    width: 50px;
    height: 50px;
    /* right: 15px; */
  }

  header .search-icon {
    width: 15px;
    margin-right: 0;
  }

  /* ------------------------------------
# Burger Menu CSS Mobile (Landscape)
---------------------------------------*/
  #burgerMenu .submenu-inner {
    padding: 15px;
    margin: 15px;
    padding-right: 0;
  }

  .nyn-ctrl-ht {
    aspect-ratio: 1;
  }

  /* -----------------------------------------
# BreadCrumb Menu CSS Mobile (Landscape)
----------------------------------------*/
  .breadcrumb-top,
  .breadcrumb-list-menu {
    width: auto;
    left: 0;
    /* margin-inline: 15px; */
  }

  /* -------------------------------------
# Case Studies CSS Mobile (Landscape)
-------------------------------------------*/
  .cs-sec3 .h4-head {
    letter-spacing: 0;
  }

  .cs-sec2-head {
    font-size: 24px;
  }

  .cs-num {
    font-size: 32px;
    letter-spacing: -2px;
  }

  .cs-num-bg {
    margin-bottom: 20px;
  }

  .cs-num-flex {
    flex-direction: column;
    align-items: center;
  }

  .card-box-carousel {
    aspect-ratio: 0.56;
  }

  .offering-box-href {
    min-height: auto;
  }

  .offering-box-href .cta-link,
  .offering-box-href .offering-box-para,
  .offering-box-href:hover .cta-link,
  .offering-box-href:hover .offering-box-para,
  .offering-box-href:focus .cta-link,
  .offering-box-href:focus .offering-box-para {
    width: 100%;
    bottom: 0;
    position: relative;
    right: unset;
  }

  /* -------------------------
# Offerings Page CSS Mobile (Landscape)
-------------------------*/
  .offerings-cnt-head {
    font-size: 32px;
  }

  .split-column1:after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
  }

  /* ---------------------------
# Alliances CSS Mobile (Landscape)
-------------------------------*/
  .tab-right .h5-head {
    font-size: 20px;
  }

  /* -------------------------
# Insights CSS Mobile (Landscape)
-------------------------*/
  .insights-sec .video-wrap,
  .insights-sec .image-wrap,
  .insights-sec .image-wrap img {
    min-height: 300px;
  }

  .insights-sec .insights-list {
    width: 100%;
  }

  .insights-sec-scroll {
    max-height: 100%;
  }

  /* ---------------------------------
# What We Do CSS Mobile (Landscape)
-----------------------------------*/
  .what-we-do-tab-accordion-content .h5-head {
    font-size: 24px;
  }

  /* ------------------------------------
# Success Stories CSS Mobile (Landscape)
----------------------------------------*/
  .success-stories-swiper .video-wrap,
  .success-stories-swiper .image-wrap {
    min-height: 200px;
  }

  /* --------------------------------
# Testimonials CSS Mobile (Landscape)
-----------------------------------*/
  .testimonials-swiper .slide-arrows {
    margin-top: 30px;
    position: relative;
    top: unset;
    right: unset;
  }

  .testimonials-swiper.top-button-swiper {
    margin-top: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .onboard-number,
  .users-onboard-content {
    flex: 1;
  }

  .testimonial-body .sub-head-sg {
    line-height: 1.3;
  }

  /* --------------------------------------------
  # Recmd Stories 2 Slider CSS Mobile (Landscape)
  ------------------------------------------------*/
  .recmd-str2-cnt {
    height: auto !important;
    display: block !important;
  }

  .swiper.recmd-str2-swiper .swiper-slide-prev {
    margin-left: 0;
  }

  .swiper.recmd-str2-swiper {
    margin-inline: 15px;
  }

  .recmd-str2-img img {
    border-radius: 16px 16px 0 0;
  }

  .recmd-str2-item,
  .recmd-str2-item.swiper-slide-active {
    transform: scale(1) !important;
    margin-top: 0;
  }

  /* ----------------------------------
# In the news CSS Mobile (Landscape)
---------------------------------------*/
  .news-list {
    width: calc(100% - 1px) !important;
  }

  /* ----------------------------------------
# Awards CSS Mobile (Landscape)
------------------------------------------*/
  .awards-swiper .slide-arrows {
    margin-top: 30px;
    position: relative;
    top: unset;
    right: unset;
  }

  .awards-swiper .swiper-wrapper {
    margin-top: 0;
  }

  .awards-swiper.top-button-swiper {
    margin-top: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  /* ----------------------------------------
# Upcoming events CSS Mobile (Landscape)
------------------------------------------*/
  .upcoming-carousel .slide-arrows {
    margin-top: 30px;
    position: relative;
    top: unset;
    right: unset;
  }

  .upcoming-carousel.top-button-swiper {
    margin-top: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .upcoming-img {
    max-height: 200px;
  }

  /* -------------------------
  # FAQs CSS Mobile (Landscape)
  -------------------------*/
  /* .faq-accordion .accordion-body {
    padding-left: 25px;
  }

  .question-container .form-group {
    flex-direction: column;
  }

  .question-container .input-wrap {
    height: 150px;
    flex-direction: column;
    align-items: flex-end;
  }

  .question-container .form-control::placeholder {
    display: flex;
    align-items: flex-start;
  } */
  .faq-accordion .accordion-wrap {
    display: block;
  }

  .faq-accordion .accordion-content {
    max-width: fit-content;
    padding-left: 0;
  }

  .faq-accordion .accordion-header {
    flex-direction: column;
  }

  .faq-accordion .accordion-link {
    margin-bottom: 15px;
  }

  .question-container .h5-head {
    font-size: 24px;
  }

  /* -------------------------------------
# Awards and Recognition CSS Mobile (Landscape)
--------------------------------------*/
  .awards-swiper.top-button-swiper1 {
    flex-direction: column-reverse;
    display: flex;
  }

  /* -------------------------------------
# Our Work CSS Mobile (Landscape)
--------------------------------------*/
  .our-work-cnt-bottom {
    position: relative;
  }

  .our-slide-head {
    font-size: 24px;
  }

  .our-work-swiper .slide-arrows {
    display: flex;
    align-items: center;
    position: relative;
    right: unset;
    top: 50px;
  }

  .our-work-swiper.top-button-swiper {
    flex-direction: column-reverse;
    display: flex;
  }

  /* ----------------------------------
# FS Page CSS Mobile (Landscape)
-------------------------------------*/
  .sec2a-cnt-stats {
    height: auto;
  }

  .sec2a-cnt-stats .label-head {
    font-size: 12px;
  }

  .sec2a-cnt-stats .h3-head {
    font-size: 24px;
  }

  .what-we-do-list-items {
    column-count: auto;
    column-gap: 0;
  }

  /* What's new Slider */
  .whats-new-swiper {
    flex-direction: column-reverse;
    display: flex;
  }

  .whats-new-swiper .slide-arrows {
    margin-top: 30px;
    position: relative;
    top: unset;
    right: unset;
  }

  /* -------------------------------------
# Case Study Listing CSS Mobile (Landscape)
--------------------------------------*/
  .ai-search-main.input-group {
    flex-wrap: wrap;
  }

  .ai-search-main-group {
    align-items: flex-start;
  }

  .ai-search-main label {
    margin-top: 10px;
  }

  .ai-search-main textarea.form-control {
    width: 100%;
    height: 90px;
  }

  .ai-search-main .cta-btn-ai-search {
    width: 100%;
    margin: 10px 0 0;
  }

  /* -------------------------------------
# Events Page CSS Mobile (Landscape)
--------------------------------------*/
  .event-filter-main {
    width: 94%;
    margin: 20px auto 0;
  }

  /* .swiper-nav {
    justify-content: center;
  } */
  .event-card-dets {
    padding: 0 25px 25px;
  }

  .events-banner-section .hero-align-cnt {
    padding-bottom: 20px;
  }

  /* ---------------------------------
# Pressrelease Page CSS
----------------------------------*/
  .main-text-body-investors h5,
  .main-text-body-investors h6,
  #main-text-body h5,
  #press_releases h5,
  #main-text-body h6,
  #press_releases h6,
  .h5-heading,
  .h6-heading {
    font-size: 20px;
  }

  #press_releases .position-txt {
    font-size: 16px;
  }

  /* -------------------------------------
# Home Page CSS Mobile (Landscape)
--------------------------------------*/
  .home-page-banner .ai-search-main textarea.form-control {
    height: 100px;
  }

  .ai-search-btns {
    /* justify-content: space-between; */
    gap: 15px;
  }

  .ai-search-btns .cta-btn {
    font-size: 18px;
  }

  .ai-search-btns .cta-btn span {
    display: none;
  }

  .ai-for-enterprise .blog-inner {
    height: auto;
  }

  .blog-inner-img {
    height: 150px !important;
  }

  .crafting-experience-swiper > .swiper-wrapper > .swiper-slide,
  .crafting-experience-swiper > .swiper-wrapper > .swiper-slide.activeHover {
    width: 100%;
  }

  .ai-in-action-swiper .swiper-slide {
    width: 100%;
  }

  .services-item a.cta-link {
    padding: 0;
  }

  .services-item a.cta-link:after {
    content: "";
    display: none;
  }

  .caution-tag {
    font-size: 12px;
    margin-top: 5px !important;
  }

  #searchboxmain .modal-body .search-form-inner {
    padding: 10px 0;
  }

  .rec-stories-box .h6-head {
    font-size: 20px;
  }

  /* -----------------------------------
# Topaz Page CSS Mobile (Landscape)
------------------------------------*/
  .tpz-dgt-box-wrap {
    padding: 20px;
  }

  .tpz-dgt-box-head {
    font-size: 24px;
  }

  /* -------------------------------------
# Contact Us CSS Mobile (Landscape)
--------------------------------------*/
  /* Aster Page CSS Start */
  .tl-breadcrumb .home-cta {
    top: 0;
  }

  /* Aster Page CSS End */
  .contact-us {
    padding-bottom: 0 !important;
  }

  .contact-us-img-wrap {
    height: 33%;
  }

  /* .contact-us-img {
    object-position: center center;
  } */

  .contact-us-head {
    font-size: 32px;
  }

  .contact-us-para {
    padding-right: 0;
  }

  .bg-contact-form {
    border-radius: 10px 10px 0 0;
  }
  .form-switch-opt input {
    width: 8%;
    height: 14px;
    left: 7px;
    top: 4px;
  }

  /* --------------------------------------------
  # Recmd Stories 2 Slider CSS Mobile (Landscape)
  ------------------------------------------------*/
  .recmd-str2-cnt {
    height: auto !important;
    display: block !important;
  }

  .swiper.recmd-str2-swiper .swiper-slide-prev {
    margin-left: 0;
  }

  .swiper.recmd-str2-swiper {
    margin-inline: 15px;
  }

  .recmd-str2-img img {
    border-radius: 16px 16px 0 0;
  }

  .recmd-str2-item,
  .recmd-str2-item.swiper-slide-active {
    transform: scale(1) !important;
    margin-top: 0;
  }

  /* ---------------------------------
# Insights Listing Page CSS
----------------------------------*/
  #itemContainer .adj-min {
    margin: 0 calc(-0.5 * var(--bs-gutter-x));
  }

  .insight-list-item.h-100 .insights-img,
  .insight-list-item.h-100.d-md-flex .insights-img {
    border-radius: 10px 10px 0 0;
  }

  #insight-list .cta-link {
    width: 100%;
    margin: 0 0 15px !important;
  }

  #insight-list .cta-link:after {
    bottom: -2px;
  }

  /* -----------------------------------------
# Pressrelease Listing CSS Mobile (Landscape)
------------------------------------------------*/
  .pr-list-body .h6-head {
    font-size: 20px;
  }

  .select-pr {
    min-width: 100%;
  }

  /* -----------------------------------------
# Logo slider Mobile (Landscape)
------------------------------------------------*/
  .logo-swiper .slide-arrows,
  .photo-slider .slide-arrows {
    margin-top: 0 !important;
    position: relative;
    right: unset;
    top: unset;
  }

  /* ----------------------------------
# Footer CSS Mobile (Landscape)
---------------------------------------*/
  .country {
    max-width: 100%;
  }

  .select-country .btn-country {
    width: 100%;
    text-align: left;
  }

  .select-country .bi-chevron-up,
  .select-country .bi-chevron-down {
    margin-left: 0;
    float: right;
  }

  .ftr-head {
    border-bottom: 1px solid #d1dceb;
    padding-block: 1rem;
    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;
  }

  .ftr-links {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.4s ease,
      padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ftr-links.show {
    max-height: 500px;
  }

  .ftr-links li:first-child {
    margin-top: 15px;
  }

  .ftr-links li a {
    text-underline-offset: 5px;
  }

  /* ----------------------
  # AI Search Modal popup
  ---------------------------*/
  #searchboxmain .modal-body {
    position: relative;
    padding: 0;
  }

  #searchboxmain.show .modal-body.animateNow {
    animation: none;
    opacity: 1;
    transition: opacity 0.5s ease;
    transition-delay: 0.8s;
  }

  .searchgridleft {
    position: absolute;
    background: #ffffff;
    width: 95%;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .searchgridleft.expandIt {
    width: 50px;
    padding: 15px 0 0;
  }

  .searchrighthead {
    padding: 18px 10px 15px 80px;
    height: 75px;
    background: #ffffff;
    box-shadow: 3px 4px 8px 0px #0e0a421f;
  }

  .searchgridright,
  .searchgridleft.expandIt ~ .searchgridright {
    width: calc(100% - 50px);
    margin-left: 50px;
    padding: 0;
  }

  .searchrightmain {
    padding: 10px 10px 40px 10px;
    height: calc(100vh - 85px);
  }

  .searchrighthead .cta-btn {
    padding: 10px;
    line-height: 0;
  }

  .searchboxinputoutput {
    padding: 5px;
  }

  .searchboxinputoutputhead .cta-btn-transparent {
    padding: 12px 15px;
  }

  .searchboxinputoutputhead .cta-btn-transparent span,
  .searchrighthead .cta-btn span {
    display: none;
  }

  #accordionrecent .accordion-body {
    height: 350px;
  }

  .searchgridleft.expandIt .cta-btn {
    margin: 0 0 0 5px;
    width: 40px;
    height: 40px;
  }

  .searchleftgridexpand {
    padding: 0;
    margin: 0 0 0 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ----------------------------
# L2 Page CSS Mobile (Landscape)
-----------------------------------*/
  .l2-banner.hero-banner {
    height: calc(395px - 30px);
  }

  .l2-banner .hero-align-cnt {
    min-height: calc(365px - 30px);
  }

  .l2-head {
    font-size: 35px;
  }

  /* Challenges Solution Component CSS */
  .tabslider .col-md-offset-1,
  .titledescription .para-txt.light-gray.col-md-offset-2 {
    margin-left: 0;
  }

  /* Home Button CSS */
  .home-cta {
    top: -10px;
  }

  /* -------------------------------------
# Management Profile CSS Mobile (Landscape) 
-----------------------------------------------*/
  .mgmt-pro-tabs {
    max-width: 100%;
    background-color: transparent;
    display: block;
    height: auto;
  }

  .mgmt-pro-tabs li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #8aa1c1;
    border-radius: 50px;
  }

  .mgmt-pro-tabs li a {
    color: #141414;
  }

  .mgmt-pro-tabs li.active-li a {
    width: 100%;
    color: #fff;
  }

  .mgmt-pro-tabs .board-directors-active,
  .mgmt-pro-tabs li:nth-child(1):hover ~ .animation,
  .mgmt-pro-tabs li:nth-child(1):focus ~ .animation,
  .mgmt-pro-tabs .executive-committee-active,
  .mgmt-pro-tabs li:nth-child(2):hover ~ .animation,
  .mgmt-pro-tabs li:nth-child(2):focus ~ .animation,
  .mgmt-pro-tabs .founders-active,
  .mgmt-pro-tabs li:nth-child(3):hover ~ .animation,
  .mgmt-pro-tabs li:nth-child(3):focus ~ .animation {
    width: 100%;
    left: 0;
    height: 45px;
  }

  .mgmt-pro-tabs .executive-committee-active,
  .mgmt-pro-tabs li:nth-child(2):hover ~ .animation {
    top: 65px;
  }

  .mgmt-pro-tabs .founders-active,
  .mgmt-pro-tabs li:nth-child(3):hover ~ .animation {
    top: 131px;
  }

  /* -----------------------------------------
# Pipe line divider CSS Mobile (Portrait)
------------------------------------------------*/
  .v-divider:after {
    display: none;
  }

  /* ----------------------------------------
# Voices Video Playlist CSS Mobile (Portrait)
------------------------------------------*/
  #voices .video-list-items_scroller {
    height: 260px;
  }

  /* -------------------------------------------
# IMG Caption on TOP text CSS Mobile (Portrait)
------------------------------------------------*/
  .img-caption-wrap img,
  .img-caption-wrap .hero-video {
    border-radius: 16px 16px 0 0;
  }

  .img-caption-text {
    position: relative;
    top: 0;
    transform: none;
    padding: 30px 15px;
    background: #444c79;
    border-radius: 0 0 16px 16px;
  }

  /* ----------------------------------------
# About Us CSS Mobile (Portrait)
------------------------------------------*/
  .box-content {
    &.ht-ctrl-left,
    &.ht-ctrl-left .box-img,
    &.ht-ctrl-right,
    &.ht-ctrl-right .box-img {
      height: auto;
    }
  }

  /* Chat AI New  */
  #aisearchmodaltext {
    height: 100px;
  }

  .ai-search-btns .cta-btn span {
    display: block;
  }

  .searchgridleft {
    padding: 15px;
  }

  .loading-res .sparkle {
    inline-size: 22px;
  }

  .sbinputinner {
    max-width: 100%;
  }

  .sboutputinner {
    max-width: 100%;
  }

  .loading-res {
    display: inline-block;
    margin-right: 0;
    float: none;
    padding: 5px;
  }

  .sboutput {
    float: none;
    width: 100%;
    padding: 0 0 0 5px;
  }

  .sboutputinner ul {
    padding: 0 0 0 16px;
  }

  /* Chat AI New End  */

  /* ---------------------------
  # Milestone CSS Mobile (Portrait)
-------------------------------*/
  .milestones-vertical-swiper,
  .milestones-vertical-swiper .swiper-wrapper,
  .milestones-vertical-swiper .swiper-slide {
    height: auto;
  }

  .milestone-navigation {
    width: 70%;
    height: 70px;
  }

  .milestone-swiper-inner {
    align-items: flex-start;
  }

  .milestone-navigation-main .slide-arrows .swiper-button-prev {
    top: 33px;
    left: 20px;
    right: unset;
  }

  .milestone-navigation-main .slide-arrows .swiper-button-next {
    left: unset;
    right: 20px;
    top: 33px;
    bottom: unset;
  }

  .milestone-navigation-main .swiper-button-prev:after {
    transform: rotate(-90deg);
  }

  .milestone-navigation-main .swiper-button-next:after {
    transform: rotate(90deg);
  }

  /* .milestones-vertical-swiper .swiper-slide {
    height: auto;
  }
  .milestones-vertical-swiper .swiper-wrapper {
    height: auto;
  } */
  .milestone-swiper-inner {
    justify-content: flex-start;
  }

  .event-cards-wrapper {
    padding: 0 15px;
  }

  /* .milestone-navigation .swiper-slide-thumb-active::after {
    width: 41px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: unset;
    right: 0;
  } */
}

@media screen and (max-width: 600px) {
  /* ----------------------------------------------
# Management Profile  CSS Mobile (Portrait)
----------------------------------------------*/
  .mgmt-img-wrap img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

@media screen and (max-width: 400px) {
}

@media (min-width: 992px) {
  /* -----------------------------------
# Events Page CSS
------------------------------------------*/
  .event-cards-slider.swiper .swiper-wrapper {
    flex-flow: row wrap;
    align-items: stretch;
  }

  .event-filter-titles .swiper-nav {
    display: none;
  }

  /* ----------------------------------------
# Contact Us Location CSS
------------------------------------------*/
  .tab-container {
    max-width: 580px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1320px) {
  /* ----------------------
# Header CSS
---------------------------*/
  header .infy-menu {
    width: 50px;
    height: 45px;
  }

  .header .align-width {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1450px) {
  /* ----------------------
# Header CSS
---------------------------*/
  .header .align-width {
    max-width: 1220px;
  }

  /* ----------------------------------------
# Voices Video Playlist CSS
------------------------------------------*/
  #voices .video-list-items_scroller {
    height: 400px;
  }

  /* ----------------------------------------
# Voices Video Playlist - 2 CSS
------------------------------------------*/
  .top-videos-details .tabs {
    height: 650px;
  }
}

@media screen and (min-width: 1600px) {
  /* ----------------------
# Gloabl Container CSS
---------------------------*/
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1700px;
  }

  /* ----------------------
# Header CSS
---------------------------*/
  .header .align-width {
    max-width: 1600px;
  }

  /* ------------------------------------
  # Burger Menu CSS
---------------------------------------*/
  #burgerMenu .submenu-portion {
    width: calc(325% - 3.5%);
    left: 103.5%;
    height: 100vh;
  }

  #burgerMenu .sub-menu-active .submenu-portion {
    height: 100vh;
  }

  /* ------------------------------------
  # Case Studies CSS
---------------------------------------*/
  .card-box-carousel {
    aspect-ratio: 2.7;
  }

  /* ------------------------------------
  # Insights CSS
---------------------------------------*/
  .insights-sec-scroll {
    max-height: 700px;
  }

  /* -------------------------
# L2 Page CSS 
-----------------------*/
  .l2-banner.hero-banner {
    height: calc(55vh - 30px);
  }

  .l2-banner .hero-align-cnt {
    min-height: calc(52vh - 30px);
  }

  /* ----------------------------------------
# Voices Video Playlist CSS
------------------------------------------*/
  #voices .video-list-items_scroller {
    height: 530px;
  }
}

@media screen and (orientation: landscape) and (min-device-width: 600px) and (max-device-width: 950px) {
  /* -------------------------
# L2 Page CSS 
-----------------------*/
  .l2-banner.hero-banner {
    height: calc(395px - 30px);
  }

  .l2-banner .hero-align-cnt {
    min-height: calc(365px - 30px);
  }

  .milestone-navigation-main .slide-arrows .swiper-button-prev {
    top: 5vh;
  }

  .milestone-navigation-main .slide-arrows .swiper-button-next {
    bottom: 5vh;
  }

  .milestone-navigation .swiper-slide {
    margin-bottom: 5px;
  }
}

/* Highlighted date override */
.highlighted-date a {
  background-color: #c1ddff !important;
  color: #000 !important;
  font-weight: bold;
  border-radius: 50%;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
  /* Slight shadow for emphasis */
  transition: background-color 0.3s ease;
}

.calendar-faded {
  background-color: rgba(240, 240, 240, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  padding: 10px;
}

svg.swiper-navigation-icon {
  display: none;
}
