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

/* a:hover,
a:focus {
  color: #2e53e1;
}  */
.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);
}

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

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

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

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

.h6-head {
  font-size: 24px;
  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;
}

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

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

/* ----------------------
# 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;

  /* 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;
}

header #btn-search {
  width: 140px;
  height: 40px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  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;
}

.swiper-navigation-icon {
  display: none;
}

/* 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;
}

/* ---------------------------
  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: 150px;
  width: auto;
  left: 0;
  right: 0;
}

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

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

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

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

/* -------------------------
# 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);
}

/* Home page alone Start */
.zoomX.animatedBlock {
  -webkit-animation: zoomX 1s forwards;
  animation: zoomX 1s forwards;
  transition-delay: 1s;
}

@-webkit-keyframes zoomX {
  0% {
    width: 50%;
    /* -webkit-transform: translateY(-20px);
        transform: translateY(-20px); */
  }

  100% {
    width: 100%;
    /* -webkit-transform: translateY(0);
        transform: translateY(0); */
  }
}

@keyframes zoomX {
  0% {
    width: 50%;
    /* -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px); */
  }

  100% {
    width: 100%;
    /* -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); */
  }
}

.home-anim-wrap {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.zoomX.animatedBlock .home-anim-wrap {
  opacity: 1;
  transition-delay: 1.5s;
}

.zoomX .home-anim-wrap .btn-search-mic {
  transform: scale(0.5);
}

.zoomX.animatedBlock .home-anim-wrap .btn-search-mic {
  transform: scale(1);
  transition-delay: 1.5s;
}

/* Home page alone End */

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

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

.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.text-dark,
.cta-link.text-grey-800 {
  transition: inherit;
}

.what-we-do-list-items .cta-link {
  text-underline-offset: 7px;
}

.insights-list .cta-link {
  padding-bottom: 3px;
}

.rec-stories .cta-link {
  text-underline-offset: 5px;
  transition: inherit !important;
}

.rec-stories .cta-link:hover,
.rec-stories .cta-link:focus {
  padding-bottom: 3px;
}

.crafting-experience-swiper>.swiper-wrapper>.swiper-slide .cta-link {
  transition: inherit !important;
}

.crafting-experience-swiper>.swiper-wrapper>.swiper-slide .cta-link:hover,
.crafting-experience-swiper>.swiper-wrapper>.swiper-slide .cta-link:focus {
  padding-bottom: 4px;
}

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

/* .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: 5px;
  padding-bottom: 0px;
}

.cta-link.text-white:hover,
.cta-link.text-white:focus {
  background: linear-gradient(90deg, #6589fb, #6589fb);
  text-decoration: none;
  padding-bottom: 0px;
  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-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;
}

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

.search-icon-wrap {
  padding: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

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

/* 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: 50px;
  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 Banner CSS
-------------------------*/
.hero-banner {
  padding: 10px;
  height: 100vh;
}

.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:after,
.hero-banner .hero-img-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%
    ); */
  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%);
}

.home-page-banner .video-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: linear-gradient(180.93deg,
      #0e0a42 -38.51%,
      rgba(71, 102, 127, 0) 90.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%); */
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

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

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

/* Home Page Hero Sec Anim */
.home-page-banner .no-overlay.video-wrap:before,
.home-page-banner .no-overlay.video-wrap:after {
  background: transparent !important;
}

.anim-moving-txt,
.name-txt,
.nyn-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -250%);
  left: 50%;
  opacity: 0;
}

.anim-moving-txt span,
.name-txt .text-11 span,
.name-txt .text-21 span {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 500;
  font-family: "Geist", sans-serif;
}

.anim-moving-txt span,
.name-txt .text-11 span,
.name-txt .text-21 span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -250%);
  font-size: 90px;
}

.anim-moving-txt .text-2 span,
.name-txt .text-21 span {
  font-size: 70px;
  transform: translate(-50%, -200%);
}

.nyn-txt-pos {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.nyn-txt-pos span {
  display: inline-block;
}

.nyn-txt-pos.active {
  animation: nyn-txt-anim 1.3s forwards;
}

@keyframes nyn-txt-anim {
  0% {
    transform: translate(-50%, -200%);
  }

  100% {
    transform: translate(-50%, -280%);
  }
}

.searchBoxWrap {
  margin-top: 170px;
}

/* Home Page Hero Sec Anim */

/* ----------------------------
  # Home Page CSS
---------------------------------*/
.home-page-banner {
  height: auto;
  min-height: 100vh;
  background-color: #36c3eee0;
}

.home-page-banner .hero-banner-carousel {
  background-color: #000000;
  border-radius: 15px;
}

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

/*Banner Inner Search Box  */
.search__form {
  margin-top: 100px;
}

.search-form-inner {
  position: relative;
  padding: 10px 20px 20px 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 textarea.form-control {
  background: transparent;
  border: none;
  resize: none;
}

.ai-search-main .cta-btn {
  border-radius: 8px !important;
}

.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: 10px;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 10px 0 0;
  z-index: 1;
}

.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-image: linear-gradient(270deg, #9793d3 9.1%, #7243a7 98.46%);
  -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;
  /* display: none; */
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.crafting-experience-swiper>.swiper-wrapper>.swiper-slide.activeHover .cta-link {
  opacity: 1;
  /* display: inline-block; */
  transform: translateY(0);
}

.crafting-experience-swiper>.swiper-wrapper>.swiper-slide .swiper-content-block {
  padding: 20px;
}

.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;
  margin: 0;
  text-underline-offset: 6px;
  /* 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: -23px;
  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;
}

.blog-inner {
  background: #ffffff;
  padding: 0;
  border: none;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
}

.blog-inner-content {
  position: relative;
  padding: 20px 20px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-inner-img {
  height: 220px;
}

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

/* .ai-for-enterprise .blog-inner {
    height: 450px;
} */

.ai-for-enterprise h3.h5-head {
  text-wrap: balance;
}

/* Careers  */
.careersSection {
  position: relative;
}

.career-content h2.h4-head {
  letter-spacing: -1px;
  font-weight: 400;
}

.bdr-img {
  border-radius: 25px;
  overflow: hidden;
}

/* -------------------------
  # Contact Us CSS
  -------------------------*/
.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: 1rem;
  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;
}

/* ----------------------------------------
# Footer CSS
------------------------------------------*/
.ftr-head {
  color: rgba(68, 76, 121, 1);
}

.ftr-links li:not(:last-child) {
  margin-bottom: 10px;
}

/* 
.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: 5px;
}
.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);
}

.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;
  /* display: none; */
  opacity: 0;
  z-index: 1;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.scroll-up.show {
  /* display: block; */
  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;
  /* background-color: #3262fa; */
  margin: 3px;
  border-radius: 50%;
  /* padding-inline: 16px; */
  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);
  }
}

/* ----------------------
# 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 {
  justify-content: flex-start;
  scroll-margin-top: 100px;
}

.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 {
  -webkit-animation-name: sparkleAni;
  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: "...";
  font-size: 32px;
  line-height: 1;
  top: -10px;
}

.loading-res.analyzing:after {
  content: "Thinking";
}

.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,
#toastbtnbnr {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  background: transparent;
}

#toastbtn:focus,
#toastbtnbnr:focus {
  outline: 2px solid #2e53e1;
}

#toastbtn svg,
#toastbtnbnr svg {
  width: 30px;
}

#toastbtn svg .clas-active,
#toastbtnbnr svg .clas-active {
  opacity: 0;
  transition: all 0.5s ease;
}

#toastbtn:hover svg .clas-active,
#toastbtnbnr:hover svg .clas-active {
  opacity: 1;
}

#toastbtn svg .lock,
#toastbtnbnr svg .lock {
  fill: #19b233;
  transition: all 0.5s ease;
}

#toastbtn:hover svg .lock,
#toastbtnbnr: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: 60px;
  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);
}

.caution-tag {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
}

.search-form-inner .btn-search-mic {
  transition-delay: 0s !important;
}

.ai-search-btns {
  align-items: center;
  position: relative;
  gap: 20px;
}

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

/* Chat AI New End  */


#industries-services .w-100.bg-gradient-4 {
  position: relative;
  background: #e9eef7;
  background: none !important;
}

#industries-services .w-100.bg-gradient-4::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: -1;
}



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

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

  /* --------------------------------------------
  # Recmd Stories 2 Slider CSS Ipad (Landscape)
  ------------------------------------------------*/
  .recmd-str2-swiper .slide-arrows {
    right: 30px;
  }

  .recmd-str2-cnt {
    padding: 30px;
  }

  /* Home Page Hero Sec Anim */
  .anim-moving-txt span,
  .name-txt .text-11 span,
  .name-txt .text-21 span {
    transform: translate(-50%, -150%);
  }

  .anim-moving-txt .text-2 span,
  .name-txt .text-21 span {
    font-size: 50px;
    transform: translate(-50%, -90%);
  }

  @keyframes nyn-txt-anim {
    0% {
      transform: translate(-50%, -200%);
    }

    100% {
      transform: translate(-50%, -380%);
    }
  }

  /* Home Page Hero Sec Anim */
}

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

  /* ---------------------------
# 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%;
  }

  /* Home Page Hero Sec Anim */
  @keyframes nyn-txt-anim {
    0% {
      transform: translate(-50%, -200%);
    }

    100% {
      transform: translate(-50%, -550%);
    }
  }

  /* Home Page Hero Sec Anim */
  /* ---------------------------
# 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;
  }

  .services-item a.cta-link {
    font-size: 16px;
  }

  .services-item {
    margin-bottom: 30px;
  }
}

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

  /* Home Page Hero Sec Anim */
  .anim-moving-txt span,
  .name-txt .text-11 span,
  .name-txt .text-21 span {
    font-size: 50px;
  }

  .anim-moving-txt .text-2 span,
  .name-txt .text-21 span {
    font-size: 40px;
    transform: translate(-50%, -50%);
  }

  .name-txt .text-21 span {
    transform: translate(-50%, -28%);
  }

  @keyframes nyn-txt-anim {
    0% {
      transform: translate(-50%, -200%);
    }

    100% {
      transform: translate(-50%, -300%);
    }
  }

  .nyn-txt-pos .h1-head {
    font-size: 56px !important;
    line-height: 1.2;
  }

  /* Home Page Hero Sec Anim */
  /* ------------------------------------
  # 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;
  }

  /* -------------------------------------
# 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 {
    margin-bottom: 22px;
  }

  .services-item a.cta-link {
    font-size: 14px;
  }

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

  .search-form-inner .btn-search-mic {
    width: 58px;
    height: 58px;
    top: -58px;
  }

  .search-form-inner {
    padding: 10px;
  }

  .rec-stories-box .h6-head {
    font-size: 20px;
  }

  /* -------------------------------------
# Contact Us CSS Mobile (Landscape)
--------------------------------------*/
  .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;
  }

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

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

  /* 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  */
}

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

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


@media screen and (max-width: 600px) {

  .anim-moving-txt span,
  .name-txt .text-11 span {
    font-size: 48px;
    transform: translate(-50%, -300%);
  }

  .anim-moving-txt .text-2 span {
    transform: translate(-50%, -230%);
  }

  .name-txt .text-21 span {
    transform: translate(-50%, -100%);
  }
}

@media screen and (max-width: 400px) {

  .anim-moving-txt span,
  .name-txt .text-11 span {
    font-size: 48px;
    transform: translate(-50%, -500%);
  }

  .anim-moving-txt .text-2 span {
    transform: translate(-50%, -480%);
  }

  .name-txt .text-21 span {
    transform: translate(-50%, -230%);
  }
}