@charset "UTF-8";
a {
  color: #fff;
}

/* Magnific Popup Customization */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 506px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Mobile-specific Magnific Popup styles */
.mfp-mobile .mfp-iframe-holder {
  padding-left: 10px;
  padding-right: 10px;
}
.mfp-mobile .mfp-iframe-holder .mfp-content {
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 50%);
  margin: 100px auto;
}
.mfp-mobile .mfp-close {
  color: #fff;
  right: -6px;
  text-align: center;
  padding-right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  top: -6px;
}
.mfp-mobile .mfp-close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.mfp-mobile .mfp-iframe-scaler {
  padding-top: 56.25%; /* Maintain 16:9 aspect ratio on mobile */
}

@media (max-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: calc(100vw - 20px);
    max-height: 70vh;
    margin: auto;
  }
  .mfp-iframe-scaler {
    padding-top: 56.25%;
  }
  .mfp-close {
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
  .mfp-close:hover,
  .mfp-close:focus {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
  }
  .mfp-bg {
    opacity: 0.8;
  }
}
@media (max-width: 480px) {
  .mfp-iframe-holder .mfp-content {
    max-width: calc(100vw - 10px);
    max-height: 60vh;
  }
  .mfp-close {
    right: 2px;
    top: 2px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
}
/* Prevent body scroll when popup is open on mobile */
body.mfp-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.bg {
  background-color: #000;
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/bg-banner.webp");
  background-position: -579px -447px;
  background-repeat: no-repeat;
  background-size: cover;
}

a,
button,
img a,
input {
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}

*,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

* {
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
del,
dfn,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
var {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

a,
img a {
  text-decoration: none !important;
  border: 0;
  outline: 0 !important;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li,
ol,
ul {
  list-style-type: none;
}

.clear,
.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: "Manrope", sans-serif;
  text-align: left;
  overflow-x: hidden;
  margin: 0;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
}

.menu-wrapper .ad-page {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

svg:not(:root) {
  overflow: hidden;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

input[type="text"],
textarea {
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  width: 100%;
}

a {
  color: #1468fb;
}

body {
  background-color: #000;
  font-family: "Manrope", sans-serif;
}

.brand-appi-logo {
  display: flex;
  gap: 15px;
  align-items: center;
}

.brand-appi-logo img {
  width: 190px;
  height: auto;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/video-play.svg")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #c3c9d0;
  position: relative;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2a2d30;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  height: 10px;
}

.banner-section {
  position: relative;
  z-index: 9;
  color: #fff;
}
.banner-section .without-video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-section .without-video .intro_head {
  margin-bottom: 30px;
}
.banner-section .without-video .intro_head span.ih {
  background-image: linear-gradient(180deg, #ffffff 0%, #bababa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .banner-section .without-video .intro_head {
    font-size: 34px;
    line-height: 52px;
  }
}
@media (max-width: 400px) {
  .banner-section .without-video .intro_head {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) {
  .banner-section .without-video .intro_head {
    font-size: 50px;
  }
}
.banner-section .without-video .intro_head .gradient-text {
  letter-spacing: -1px;
}
.banner-section .without-video .bnr_hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  z-index: 2;
  background: rgba(0, 0, 0, 0.525);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(100.2px);
  backdrop-filter: blur(100.2px);
}
.banner-section .c__btn {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-section .c__btn .summarise {
  cursor: pointer;
}
.banner-section .c__btn .summarise > span {
  color: #fff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.banner-section .c__btn .with-transparency {
  position: relative;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 15px 30px;
  border-radius: 45px;
}
.banner-section .c__btn .with-transparency:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-image-source: linear-gradient(
    91.27deg,
    #70e7cc 0.72%,
    #008cff 25.99%,
    #6e40f1 70.44%,
    #df4aca 99.48%
  );
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
  mask: var(--m) content-box exclude, var(--m);
  pointer-events: none;
}
@supports (background: linear-gradient(in lch, red 0 0)) {
  .banner-section .c__btn .with-transparency:before {
    background: linear-gradient(
      91.5deg,
      #3fdb9f 0.84%,
      #e51cff 51.5%,
      #008cff 100%
    );
  }
}

.hero-wrap {
  position: relative;
  z-index: 9;
  background: radial-gradient(
      1200px 700px at 20% -10%,
      rgba(0, 186, 255, 0.18) 0%,
      rgba(0, 186, 255, 0) 60%
    ),
    radial-gradient(
      900px 600px at 95% 0%,
      rgba(0, 255, 170, 0.14) 0%,
      rgba(0, 255, 170, 0) 55%
    ),
    linear-gradient(
      180deg,
      var(--hero-bg-from) 0%,
      var(--hero-bg-mid) 45%,
      var(--hero-bg-to) 100%
    );
  color: #e9eef6;
  padding: 50px 0;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .hero-wrap {
    padding-bottom: 0px !important;
  }
}

.hero-title {
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero-lead {
  font-size: 18px !important;
  line-height: 29px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-gradient-outline {
  --border-grad-1: #3fdb9f;
  --border-grad-2: #e51cff;
  --border-grad-3: #008cff;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  color: #0f172a;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box,
    linear-gradient(
        91.5deg,
        var(--border-grad-1),
        var(--border-grad-2),
        var(--border-grad-3)
      )
      border-box;
  border: 2px solid transparent;
  /* reveals border-box gradient */
  transition: color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  -webkit-backdrop-filter: saturate(110%);
  backdrop-filter: saturate(110%);
}

.btn-gradient-outline:hover {
  color: #0ea5e9;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box,
    linear-gradient(91.5deg, #ff6b6b, #ffd93d, #6bcb77) border-box;
  /* hover gradient */
  box-shadow: 0 8px 24px rgba(0, 136, 255, 0.15);
}

.stat-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #cdd6e3;
}

.stat-card .stat-value {
  font-size: 2.2rem;
  font-weight: 500;
  color: #eef3fb;
}

.stat-card .stat-label {
  font-size: 0.95rem;
  color: #fff;
  opacity: 0.6;
}

/* Right gradient card */
.promo-card {
  border-radius: 8px;
  background: radial-gradient(
      140% 90% at 0% 0%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 50%
    ),
    linear-gradient(135deg, var(--card-grad-1) 0%, var(--card-grad-2) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .promo-card {
    margin-top: 50px;
  }
}

.promo-card .btn-chip {
  border-radius: 999px;
  color: #0f172a;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  color: #fff;
}
.promo-card .btn-chip svg path {
  stroke: #fff;
}

.promo-muted {
  color: rgba(255, 255, 255, 0.82);
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1400px) {
  .hero-title {
    font-size: 3.5rem;
  }
}
.sysit-logo img {
  height: auto;
}

.sysit-logo a {
  display: block;
}

.header-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.sysit_intro_video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  scale: 1;
  -o-object-position: center;
  object-position: center;
}

.hero-wrap .promo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 30px;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(36, 214, 164, 0.4196078431) 0%,
    rgba(17, 72, 157, 0.6705882353) 100%
  );
}
.hero-wrap .promo-card::before {
  content: "";
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/right-ai-partner.webp");
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.engg-right .engg-right-hd {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-top: 30px;
}
.engg-right p.promo-muted {
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  color: #fff;
  opacity: 0.7;
}

.btn-knowmore {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  color: #09090a;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.partners {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #000;
}

.parter-card {
  background-color: rgba(255, 255, 255, 0.0784313725);
  border: none;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .parter-card {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.parter-card h5 {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .parter-card h5 {
    font-size: 20px;
  }
}
.parter-card h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.parter-card p {
  opacity: 0.7;
  margin-top: 35px;
  font-size: 16px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  letter-spacing: 2%;
  line-height: 28px;
}

.horizontal-scrolling {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .horizontal-scrolling {
    padding-bottom: 50px;
  }
}
.horizontal-scrolling .horizontal-left-scroll,
.horizontal-scrolling .horizontal-right-scroll {
  display: flex;
  gap: 50px;
  border-top: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
@media (max-width: 992px) {
  .horizontal-scrolling .horizontal-left-scroll,
  .horizontal-scrolling .horizontal-right-scroll {
    gap: 15px;
  }
}
.horizontal-scrolling .horizontal-left-scroll .m-item,
.horizontal-scrolling .horizontal-right-scroll .m-item {
  padding: 20px;
  border-left: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  background: 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.horizontal-scrolling .horizontal-left-scroll .m-item .icon-list-text,
.horizontal-scrolling .horizontal-right-scroll .m-item .icon-list-text {
  color: #fff;
  opacity: 0.7;
}
.horizontal-scrolling .horizontal-left-scroll .m-item ul li,
.horizontal-scrolling .horizontal-right-scroll .m-item ul li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.horizontal-scrolling.scroll-with-border .m-item--inside .m-item-ul {
  margin-bottom: 0px !important;
}
.horizontal-scrolling.scroll-with-border .horizontal-left-scroll {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-partnership 10s linear infinite;
}
@media (max-width: 768px) {
  .horizontal-scrolling.scroll-with-border .horizontal-left-scroll {
    animation: marquee-partnership 5s linear infinite;
  }
}
.horizontal-scrolling.scroll-with-border .horizontal-right-scroll {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-partnership2 10s linear infinite;
}
@media (max-width: 768px) {
  .horizontal-scrolling.scroll-with-border .horizontal-right-scroll {
    animation: marquee-partnership2 5s linear infinite;
  }
}
.horizontal-scrolling.scroll-with-border .marquee-left {
  border-top: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.horizontal-scrolling.scroll-with-border .marquee-right {
  border-top: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.horizontal-scrolling.scroll-with-border .horizontal-left-scroll {
  border: none !important;
}
.horizontal-scrolling.scroll-with-border .horizontal-right-scroll {
  border: none !important;
}
.horizontal-scrolling.scroll-with-border .m-item {
  padding: 30px;
  border-left: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  background: 0 0;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: 230px;
}
@media (max-width: 992px) {
  .horizontal-scrolling.scroll-with-border .m-item {
    padding: 10px !important;
  }
}
.horizontal-scrolling.scroll-with-border .m-item .icon-list-text {
  font-weight: 600;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.start-ai-project {
  padding-bottom: 80px;
}
.start-ai-project .row-aip {
  background-color: transparent;
  background-image: linear-gradient(92deg, #000 28%, #004acb 100%);
  border-radius: 8px;
  overflow: hidden;
  height: 400px;
}
@media (max-width: 992px) {
  .start-ai-project .row-aip {
    height: auto !important;
  }
}
.start-ai-project .row-aip .col-aip.col-aip-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.start-ai-project .row-aip .col-aip.col-aip-right {
  padding: 30px 45px;
  align-self: center;
}
@media (max-width: 768px) {
  .start-ai-project .row-aip .col-aip.col-aip-right {
    padding: 20px;
  }
}
.start-ai-project .row-aip .col-aip.col-aip-right h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 54px;
  color: #fff;
}
@media (max-width: 768px) {
  .start-ai-project .row-aip .col-aip.col-aip-right h3 {
    font-size: 26px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .start-ai-project .row-aip .col-aip.col-aip-right h3 {
    font-size: 38px !important;
  }
}

.start-cta a {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 45px;
  gap: 15px;
}

.gradient-text {
  position: relative;
  background: linear-gradient(
    91.76deg,
    #20afff 14.39%,
    #1bd4a9 57.52%,
    #e436ff 95.21%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 12px;
  font-weight: 500;
}
.gradient-text img {
  position: absolute;
  right: -14px;
  top: -10px;
  width: 25px;
}

.tab-detail {
  display: none;
}

.tab-detail.active {
  display: block;
}

.sechd {
  font-size: 38px;
  font-weight: 400;
  line-height: 56px;
  margin-top: 60px;
  margin-bottom: 90px;
  color: #fff;
}
@media (max-width: 1680px) {
  .sechd {
    font-size: 52px;
  }
}
@media (max-width: 1550px) {
  .sechd {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  .sechd {
    font-size: 30px;
    line-height: 48px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.sec__subhead {
  font-family: "Manrope", sans-serif;
  font-size: 18px !important;
  font-weight: 300;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .sec__subhead {
    font-size: 20px;
  }
}
.sec__subhead p {
  padding: 0 50px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .sec__subhead p {
    font-size: 16px;
  }
}

.bnr_hero .appi_intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 110px;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1100px) {
  .bnr_hero .appi_intro {
    height: 100vh;
  }
}
@media (max-width: 992px) {
  .bnr_hero .appi_intro {
    padding-top: 90px;
  }
}
.bnr_hero .appi_intro .appi_intro__in {
  z-index: 99;
  position: relative;
  padding: 150px 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .bnr_hero .appi_intro .appi_intro__in {
    padding: 80px 20px;
    padding-top: 100px;
  }
}

.s_tab_panel {
  padding: 40px 0;
  justify-content: center;
}
.s_tab_panel .tab__head_panel > ul {
  margin: 0;
}
.s_tab_panel .tab__head_panel .tab-link-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.s_tab_panel .tab__head_panel .tab-link-wrapper::before {
  opacity: 0;
  content: "";
  position: absolute;
  border-radius: 8px 0 0 8px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.0509803922) 0%,
    rgba(255, 255, 255, 0.1490196078) 100%
  );
}
.s_tab_panel
  .tab__head_panel
  .tab-link-wrapper.active.tab-link-wrapper::before {
  opacity: 1 !important;
}
.s_tab_panel .tab__head_panel .tab-link-wrapper.active span {
  color: #fff;
  opacity: 1;
}
.s_tab_panel .tab__head_panel .tab-link-wrapper span {
  color: #fff;
  opacity: 0.5;
}
.s_tab_panel .part_rght_panel {
  width: 65%;
  height: auto !important;
}
@media (max-width: 768px) {
  .s_tab_panel .part_rght_panel {
    width: 100%;
  }
}
.s_tab_panel .part_rght_panel .tab-detail {
  display: none;
}
.s_tab_panel .part_rght_panel .tab-detail .tab_detl_inner {
  background: #1b1b1b;
  border-radius: 8px;
  padding: 36px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s_tab_panel .part_rght_panel .tab-detail .td-row .pr-item {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  height: 100%;
}
.s_tab_panel .part_rght_panel .tab-detail .td-row .pr-item .dec-wrap {
  margin-top: 40px;
}
.s_tab_panel .part_rght_panel .tab-detail .td-row .pr-item h3 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.s_tab_panel .part_rght_panel .tab-detail .td-row .pr-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.s_tab_panel .part_rght_panel .tab-detail .td-row .pr-item p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}

#scroll_list2 {
  height: auto;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #scroll_list2 {
    padding-bottom: 30px;
  }
}

.partners h2.sechd {
  margin-bottom: 40px;
}

.book-cta {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .book-cta {
    padding: 40px 0;
  }
}
.book-cta .bc-wrap {
  position: relative;
  padding: 60px 50px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(
    97.2deg,
    rgba(78, 0, 134, 0.8509803922) 30.19%,
    rgba(82, 47, 0, 0.9019607843) 101.57%
  );
}
@media (max-width: 768px) {
  .book-cta .bc-wrap {
    padding: 20px;
  }
}
.book-cta .bc-wrap .ai_video {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1450px) {
  .book-cta .bc-wrap .ai_video {
    position: absolute;
    transform: translate(-50%, -46%);
    width: 80vw;
    height: auto;
    -o-object-position: center !important;
    object-position: center !important;
  }
}
.book-cta .bc-wrap .bc-col h2 {
  font-size: 32px;
  color: #fff;
  line-height: 45px;
}
@media (max-width: 768px) {
  .book-cta .bc-wrap .bc-col h2 {
    font-size: 26px;
  }
}
.book-cta .bc-wrap .bc-col p {
  color: #fff;
  text-align: left;
  font-size: 20px;
}
.book-cta .bc-wrap .bc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  flex-wrap: wrap;
}

.subtext {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .subtext {
    font-size: 20px;
  }
}

.eg-aicapability .sec-head p.subtext {
  opacity: 0.5;
  margin-top: 30px !important;
}
.eg-aicapability .eg_wrapper {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .eg-aicapability .eg_wrapper {
    margin-top: 40px;
  }
}
.eg-aicapability .eg_wrapper .eg_item {
  background-color: #000;
  padding: 20px 0;
}
.eg-aicapability .eg_wrapper .eg_item h2 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 992px) {
  .eg-aicapability .eg_wrapper .eg_item h2 {
    font-size: 24px !important;
  }
}
.eg-aicapability .eg_wrapper .eg_item p.eg-item-tag {
  color: rgba(255, 255, 255, 0.6980392157);
  width: 60%;
  margin-left: 0;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .eg-aicapability .eg_wrapper .eg_item p.eg-item-tag {
    width: 100%;
  }
}

.eg-slider {
  position: relative;
  padding-bottom: 40px;
}
.eg-slider .eg-slider-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .eg-slider .eg-slider-item {
    margin-top: 0px;
  }
}
.eg-slider .eg-slider-item .eg-slider-content {
  left: 1%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 40px;
}
.eg-slider .eg-slider-item .eg-slider-content h3 {
  margin-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.eg-slider .eg-slider-item .eg-slider-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.eg-slider .eg-slider-item .eg-slider-content span {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  margin-left: 0;
  margin-top: 5px;
}
.eg-slider .eg-slider-item .bg_slider_item {
  width: 100%;
}
.eg-slider .eg-slider-item .bg_slider_item img {
  width: calc(100% + 16px);
}

.first-slider {
  padding-left: 20px !important;
}

.owl-stage-outer {
  overflow: visible !important;
}

.eg-item--foo {
  border: 1px solid #2b2b2b;
  padding: 20px;
  border-radius: 8px;
}
.eg-item--foo h3 {
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
}
.eg-item--foo p {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin: 0px !important;
}

.eg-foo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 992px) {
  .eg-foo-row {
    display: block;
  }
}
.eg-foo-row .eg-foo-col {
  flex: 1;
  height: inherit;
}
.eg-foo-row .eg-foo-col .eg-item--foo {
  height: 100%;
}
@media (max-width: 992px) {
  .eg-foo-row .eg-foo-col {
    margin-bottom: 15px;
  }
}

.rpsi-left {
  width: 100px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.ai-industry {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .ai-industry {
    padding: 50px 0 !important;
  }
}
@media (max-width: 600px) {
  .ai-industry {
    padding: 40px 0 !important;
  }
}
.ai-industry .ai-industry-slider {
  height: 300px;
}
.ai-industry .ai-industry-slider .ai-item {
  position: relative;
  height: 95px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-industry .ai-industry-slider .ai-item::before {
  position: absolute;
  content: "";
  border: 1px solid;
  background: linear-gradient(
    116.68deg,
    rgba(19, 18, 33, 0.59) 9.35%,
    rgba(48, 10, 52, 0.59) 85.8%
  );
  width: 100%;
  height: 100%;
}
.ai-industry .ai-industry-slider .ai-item img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.ai-industry .ai-industry-slider .ai-item .ai-item-dec {
  position: relative;
}
.ai-industry .ai-industry-slider .ai-item .ai-item-dec h3 {
  font-size: 20px;
  color: #fff;
}

.ai-item {
  position: relative;
  height: 95px;
  width: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ai-item {
    height: 70px;
    width: 180px;
  }
}
.ai-item::before {
  position: absolute;
  content: "";
  border: 1px solid;
  background: linear-gradient(
    116.68deg,
    rgba(19, 18, 33, 0.59) 9.35%,
    rgba(48, 10, 52, 0.59) 85.8%
  );
  width: 100%;
  height: 100%;
}
.ai-item img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.ai-item .ai-item-dec {
  position: relative;
}
.ai-item .ai-item-dec h3 {
  font-size: 18px;
  color: #fff;
}

.marquee-partership {
  padding: 0px;
  height: 100px !important;
}
@media (max-width: 768px) {
  .marquee-partership {
    height: 70px !important;
  }
}

.marquee-partership {
  position: relative;
  width: 100vw;
  height: 250px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .marquee-partership {
    padding: 5px 0;
  }
}

.track-partership {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-partnership 30s linear infinite;
}

.track-partership2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-partnership2 30s linear infinite;
}

.client_says .item {
  opacity: 0.3;
}

.client_says .active .item {
  opacity: 1;
}

.client_experiences {
  padding: 80px 0;
}
.client_experiences .sechd.about_txt {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .client_experiences {
    padding: 40px 0;
  }
}

.client_says.owl-carousel img {
  width: auto;
}

.owl-carousel .client_img img {
  width: 103px;
  height: 105px;
  border-radius: 15px;
}

.client_says .item .item-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 110px;
}
@media (max-width: 992px) {
  .client_says .item .item-top {
    flex-direction: column;
    gap: 0;
  }
}
.client_says .item .item-top .it-left {
  flex: 1;
}
.client_says .item .item-top .it-left h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .client_says .item .item-top .it-left h2 {
    font-size: 30px;
  }
}
.client_says .item .item-top .it-left p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.client_says .item .item-top .it-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.client_says .item .item-top .it-right .itr-item {
  text-align: center;
}
.client_says .item .item-top .it-right .itr-item h2 {
  color: #fff;
  font-size: 42px;
}
@media (max-width: 768px) {
  .client_says .item .item-top .it-right .itr-item h2 {
    font-size: 36px;
  }
}
.client_says .item .item-top .it-right .itr-item p {
  color: #fff;
  opacity: 0.5;
}
.client_says .item .item-last {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .client_says .item .item-last {
    gap: 10px;
  }
}
.client_says .item .item-last .il-left {
  flex: 1;
}
.client_says .item .item-last .il-left .il-left-top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.client_says .item .item-last .il-left .il-left-top .ilt-left img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.client_says .item .item-last .il-left .il-left-top .ilt-right h3 {
  color: #fff;
  font-size: 20px;
}
.client_says .item .item-last .il-left .il-left-top .ilt-right p {
  color: #fff;
  margin-bottom: 0;
  opacity: 0.5;
}
.client_says .item .item-last .il-left .ill-dec p {
  color: #fff;
  opacity: 0.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.client_says .item .item-middle {
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.client_says .item .item-middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .client_says .item .item-middle {
    height: 450px !important;
  }
}
.client_says .owl-dots {
  padding-top: 30px;
}

.video_card {
  overflow: hidden;
  border-radius: 7px;
  height: 250px;
}

.video_cards_panel {
  position: relative;
  padding: 5rem 0 3rem;
  margin-top: -2px;
}

.video_cards_panel .common__btn.text-center {
  margin: 8rem auto 0;
}

.vid_card_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

.card_col {
  position: relative;
}

.video_card_inner {
  border-radius: 0px;
  position: relative;
  width: 100%;
  height: 100%;
}
.video_card_inner::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.37) 44.81%,
    #000000 91.15%
  );
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}
.video_card_inner .card_vid {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 1s ease;
  height: 100%;
  -o-object-position: top;
  object-position: top;
}

.video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.video_poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video_caption {
  position: absolute;
  bottom: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-transform: uppercase;
  z-index: 9;
}
.video_caption span.cl-dt {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
}

.tp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.tp-row .tp-vid-item {
  width: 210px;
}
@media (max-width: 768px) {
  .tp-row .tp-vid-item {
    margin-top: 0px !important;
  }
}
.tp-row .tpr-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1150px) {
  .tp-row .tpr-middle {
    justify-content: center;
  }
}

.muteunmute {
  position: absolute;
  right: 6px;
  bottom: 2px;
  cursor: pointer;
  z-index: 99;
}

.tb-bottom {
  color: #fff;
}
.tb-bottom h2 {
  font-size: 36px;
}
.tb-bottom p {
  opacity: 0.5;
}

.trusted-partners {
  padding: 100px 0;
  padding-bottom: 30px;
}
.trusted-partners .tb-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}
@media (min-width: 1150px) {
  .trusted-partners .tb-bottom {
    margin-top: -55px;
  }
}
@media (max-width: 992px) {
  .trusted-partners .tb-bottom {
    margin-top: 20px;
  }
}

.ai_header_left.ds_flex {
  width: 100%;
}

.get-quote {
  padding: 8px 20px;
  color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(255, 255, 255, 0.2705882353);
  background-color: transparent;
  width: 150px !important;
  font-size: 14px;
  border-radius: 45px;
}
@media (max-width: 768px) {
  .get-quote {
    width: 120px !important;
  }
}
@media (max-width: 400px) {
  .get-quote {
    width: 110px !important;
    padding: 2px 10px;
  }
}

.bh-container {
  padding: 14px;
}

.scrolled .bh-container {
  border-bottom: none !important;
}

@media (max-width: 992px) {
  .header_ai {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
}

.brand_header {
  background-color: transparent;
  width: 100%;
  position: relative;
  top: 100%;
  z-index: 999;
}

.brand_header {
  transition: all 0.6 cubic-bezier(0.4, 0.25, 0, 1);
}

.brand_header.scrolled-down {
  top: -100%;
}

.brand_nav_list_wrapper {
  margin: 0 0 0 80px;
  gap: 32px;
}

.nav_menu_dropdown,
.br_anim > a {
  color: #cbd5e1;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.2s, box-shadow 0.4s;
}

.active.nav_list_item > a,
.brand_nav_list_wrapper .nav_list_item:first-child > a:hover {
  box-shadow: inset 0 -2px #1163fb;
}

@media (max-width: 1899px) {
  .brand_nav_list_wrapper {
    margin: 0 0 0 70px;
    gap: 28px;
  }
  .marquee {
    width: 1100px;
  }
  .header-old .marquee {
    width: 940px;
  }
}
@media (max-width: 1680px) {
  .brand_dropdown_inner {
    height: 460px;
  }
  .brand_dropdown_inner.technologies_nav,
  .ai_results .brand_dropdown_inner.resources_nav {
    height: 570px;
  }
  .brand_dropdown_inner.resources_nav {
    height: 500px;
  }
  .brand_nav_list_wrapper {
    margin: 0 0 0 65px;
    gap: 25px;
  }
  .nav_menu_dropdown,
  .section_caption {
    font-size: 14px;
  }
  .industry_nav {
    height: 580px;
  }
  .industry_nav .scrollable_list {
    max-height: 435px;
  }
  .lg_hgt {
    height: 580px;
  }
  .brand_menu_bg {
    width: 480px;
  }
  .brand_menu_grid_col2 {
    width: calc(100% - 480px);
  }
  .brand_menu_grid_col2.scrollable_list {
    width: calc(100% - 480px);
  }
  .logo_wrapper {
    width: 80px;
    height: 80px;
  }
  .nav_link {
    padding: 10px;
  }
  .menu_title {
    font-size: 14px;
  }
  .menu_description {
    font-size: 12px;
    padding-top: 5px;
  }
  .appi_link {
    color: #0f0f0f;
    font-size: 14px;
  }
  .resources_nav .scrollable_list {
    max-height: 480px;
  }
}
@media (max-width: 1600px) {
  .marquee {
    width: 1100px;
  }
  .header-old .marquee {
    width: 900px;
  }
}
@media (max-width: 1440px) {
  .brand_nav_list_wrapper {
    margin: 0 0 0 40px;
    gap: 20px;
  }
  .nav_menu_dropdown,
  .br_anim > a {
    font-size: 13px;
  }
  .ai_search_field {
    font-size: 14px;
  }
  .ai_search_icon {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 4px;
  }
  .nav_list_item_dropicon {
    margin-left: 4px;
  }
  .ai_search_btn.expanded {
    width: 500px;
  }
  .category-list > li > a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .marquee,
  .header-old .marquee {
    width: 940px;
  }
  .industry_nav {
    height: 510px;
  }
}
@media (max-width: 1366px) {
  .brand_dropdown_inner {
    height: 455px;
  }
  .lg_hgt .scrollable_list,
  .industry_nav .scrollable_list {
    height: 350px;
  }
  .header-container .container {
    display: block;
  }
}
@media (max-width: 1023px) {
  .marquee,
  .header-old .marquee {
    width: 850px;
  }
}
@media (max-width: 1023px) {
  .dsktop {
    display: none;
  }
  .mobls {
    display: flex !important;
  }
  .mob-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }
  .brand_menu_grid_col .ai-col1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .header-container .container {
    display: block;
  }
  #blogs .scrollable_list {
    height: auto !important;
  }
  .mb-header-right.mob {
    display: flex;
  }
  .brand_header.scrolled-down {
    top: 100%;
  }
  .brand_nav_list_wrapper {
    position: fixed;
    top: 100px;
    right: -100%;
    height: calc(100vh - 100px);
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    background: #000;
    padding: 0 15px 80px;
    overflow-y: hidden;
    transition: all 0.4s ease-in-out;
  }
  .brand_nav_list_wrapper.flex_spc_btw {
    justify-content: flex-start;
  }
  .brand_nav_list_wrapper.mb-menu-active {
    right: 0;
  }
  .brand_dropdown_inner {
    margin: 0;
    width: 100% !important;
    height: auto;
  }
  .brand_dropdown_nav {
    position: relative;
    padding: 0;
    top: 0;
  }
  .wht_container {
    padding: 20px 15px;
  }
  .scrollable_list {
    padding: 0;
    height: 500px !important;
  }
  .scrollable_list::-webkit-scrollbar {
    width: 2px;
  }
  .active .nav_menu_dropdown span {
    color: #1163fb;
    font-weight: 600;
  }
  .active .nav_menu_dropdown svg path {
    fill: #1163fb;
  }
  .nav_list_item.active .nav_list_item_dropicon {
    transform: rotate(180deg) translateY(25%);
  }
  .category-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .col_gap {
    gap: 0px;
  }
  .category {
    padding: 0;
  }
  .category .category-list {
    margin-left: 22px;
  }
  .ds_flex.col_gap,
  .ds_flex.psr {
    flex-direction: column;
  }
  .industry_nav .scrollable_list,
  .technologies_nav .scrollable_list {
    max-height: 100%;
  }
  .header-main .common__btn .btn-effect {
    font-size: 13px;
  }
  .nav_list_item_dropicon {
    align-items: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav_menu_dropdown,
  .br_anim > a {
    padding: 10px 0;
  }
  .menu_content {
    padding-left: 12px;
    width: calc(100% - 80px);
  }
  .nav_list_item {
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(80px);
    position: relative;
  }
  .brand_nav_list_wrapper.mb-menu-active .nav_list_item {
    opacity: 1;
    transform: none;
    transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
    transition-delay: 0.5s;
  }
  .nav_list_item.br_anim {
    width: auto;
    padding-left: 5px;
  }
  .brand_dropdown_nav.ai_results {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .nav_menu_dropdown,
  .br_anim > a {
    font-size: 16px;
    padding: 10px 0;
    display: block;
  }
  .active.nav_list_item > a,
  .brand_nav_list_wrapper .nav_list_item:first-child > a:hover {
    box-shadow: none;
  }
  .active .nav_menu_dropdown {
    position: sticky;
    left: 0;
    top: -1px;
    z-index: 9999;
    background: #000;
  }
  .nav_menu_dropdown span {
    margin: 0;
  }
  .brand_header {
    padding: 0;
  }
  .featured_insight {
    display: none;
  }
  .category-header {
    align-items: flex-start;
  }
  .category-header {
    font-size: 13px;
  }
  .category-submenu {
    right: 15px;
  }
  .brand_menu_grid_col .category:last-child .category-list {
    border-bottom: 1px dashed #ddd;
  }
  .call_cta_wrap .ds_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .brand_dropdown_inner {
    flex-direction: column;
  }
  .call_cta_wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
  }
  .category-submenu > li > a {
    font-size: 12px;
  }
  .category-submenu li:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .mb-brand-header {
    position: relative;
    display: block;
    padding: 10px 16px;
    background-color: #0f0f0f;
  }
  .mb-ai-search-wrap {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .mb-ai-search-wrap.active {
    display: block;
  }
  .mb-ai-search {
    background-color: #0f0f0f;
    padding: 10px 50px 10px 15px;
    color: #fff;
    caret-color: #fff;
    height: 55px;
    width: 100%;
  }
  .close_ai_search {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .line1 {
    border-right: none;
  }
  .brand-appi-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1023px) and (max-width: 768px) {
  .brand-appi-logo img {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .mb-call-btn {
    padding: 10px;
    background-color: #1163fb;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb-call-btn img {
    filter: brightness(0) invert(1);
  }
  .mb-ai-btn {
    background-color: transparent;
    cursor: pointer;
  }
  .mb-header-right {
    gap: 16px;
  }
  .mb-nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  .podcast_strip {
    padding: 12px 0;
  }
  .podcast_strip .container {
    padding: 0;
  }
  .marquee {
    width: 850px;
  }
  #active-check:checked ~ .wrapper {
    right: 0;
  }
  .menu-btn {
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .menu-btn span,
  .menu-btn:before,
  .menu-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #fff;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-btn:before {
    transform: translateY(-7px);
  }
  .menu-btn:after {
    transform: translateY(7px);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background 0.6s;
  }
  #active-check:checked + .menu-btn span {
    transform: scaleX(0);
  }
  #active-check:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
  }
  #active-check:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
  }
  input[type="checkbox"] {
    display: none;
  }
  #active-check:checked ~ .wrapper ul > li > a {
    opacity: 1;
  }
  #active-check:checked ~ .wrapper ul > li > a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
    transition-delay: 0.6s;
    transform: translateX(-100px);
  }
  .portfolio_nav .brand_menu_grid_col2.scrollable_list {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
  }
  .nav_link {
    padding: 5px;
  }
  .brand_menu_grid_col2 {
    grid-template-columns: 1fr;
  }
  .technologies_nav .scrollable_list {
    height: 400px;
  }
  .brand_dropdown_inner.resources_nav {
    height: auto;
  }
}
@media (max-width: 767px) {
  .marquee {
    height: 20px;
    width: 730px;
  }
  .brand_nav_list_wrapper {
    overflow-y: scroll;
  }
  .scrollable_list {
    padding: 0 20px 0 0;
    height: auto;
  }
  .resources_nav .scrollable_list {
    max-height: 280px;
  }
  .ai_articles .btn--close-modal {
    top: 25px;
  }
  .cta-ai {
    padding: 15px;
    margin-top: 15px;
  }
  .ai-cta-title {
    font-size: 14px;
  }
  .cta-ai .common__btn.blue-btn .btn_line {
    padding: 14px 18px;
    font-size: 14px;
  }
  .countries__wrapper.ds_flex {
    flex-direction: column;
    align-items: center;
  }
  #ai-content-hub .scrollable_list {
    margin-top: 0;
  }
  #sticky1,
  #sticky2,
  #sticky3,
  #sticky4 {
    padding-top: 2rem;
  }
  .fdc {
    flex-direction: column;
  }
}
@media (max-width: 1550px) {
  .brand_header {
    padding: 0px;
  }
}
.ai-cto-section {
  color: #ffffff;
  padding: 60px 0;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .ai-cto-section {
    padding-bottom: 40px;
  }
}
.ai-cto-section .content {
  flex: 1;
}
.ai-cto-section .content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ai-cto-section .content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #cbd5e1;
}
.ai-cto-section .content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.ai-cto-section .content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #94a3b8;
}
.ai-cto-section .content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #38bdf8;
}
.ai-cto-section .content .cta-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #38bdf8;
  padding: 10px 20px;
  color: #38bdf8;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
.ai-cto-section .content .cta-btn:hover {
  background-color: #38bdf8;
  color: #0f172a;
}
.ai-cto-section .image {
  flex: 1;
  text-align: right;
}
.ai-cto-section .image img {
  max-width: 100%;
}

.ai-cto-col .image {
  height: 400px;
}
@media (min-width: 1024px) {
  .ai-cto-col .image {
    height: 540px;
  }
}
.ai-cto-col .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ai-cto-row {
  background: linear-gradient(90deg, #00124a -4.62%, #004a64 100%);
  border-radius: 12px;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ai-cto-row .ai-cto-col--right {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.ai-cto-row .ai-cto-col--right .acc-head {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ai-cto-row .ai-cto-col--right .acc-head::before {
  position: absolute;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
  bottom: 0;
  content: "";
}
.ai-cto-row .ai-cto-col--right .acc-head h2 {
  font-size: 38px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ai-cto-row .ai-cto-col--right .acc-head h2 {
    font-size: 32px;
  }
}
.ai-cto-row .ai-cto-col--right .acc-head p {
  font-size: 20px;
}
.ai-cto-row .ai-cto-col--right ul {
  padding-top: 10px;
}
.ai-cto-row .ai-cto-col--right ul li {
  color: #fff;
  opacity: 0.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.ai-cto-row .ai-cto-col--right ul li::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.7;
  top: 8px;
  content: "";
  border-radius: 50%;
}
.horizontal-scrolling.ensure-global .m-item-ul {
  margin-bottom: 0px;
}
.horizontal-scrolling.ensure-global .m-item-ul li {
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .horizontal-scrolling.ensure-global .horizontal-right-scroll {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .horizontal-scrolling.ensure-global .horizontal-right-scroll .m-item {
    border: 1px solid #2b2b2b;
  }
  .horizontal-scrolling.ensure-global
    .horizontal-right-scroll
    .m-item:not(:last-child) {
    border-bottom: 1px solid #2b2b2b;
  }
}

.map-switch {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .map-switch {
    padding-bottom: 40px;
  }
}
.map-switch .country-icon {
  margin-bottom: 10px;
}
.map-switch .bg-active-pattern {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.map-switch .bg-active-pattern img {
  width: 100%;
  height: 100%;
}
.map-switch .nav-pills {
  position: relative;
  justify-content: center;
}
.map-switch .nav-pills .nav-link.active {
  background-color: transparent;
  color: #fff;
  opacity: 1 !important;
  border: 1px solid #59595b;
  border-radius: 1px;
  border-bottom: 0px;
  margin-bottom: -1px;
  display: flex;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  bottom: -2px;
}
@media (max-width: 992px) {
  .map-switch .nav-pills .nav-link.active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #59595b !important;
  }
}
.map-switch .nav-pills .nav-link.active div {
  background-color: #000000;
  margin-bottom: 0;
  transition: all 0.5s;
}
.map-switch .nav-pills .nav-link.active .tab-label-img img,
.map-switch .nav-pills .nav-link.active .tab-label-img span {
  z-index: 99;
  position: relative;
}
.map-switch .nav-pills .nav-link.active .bg-active-pattern {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  z-index: 9;
}
.map-switch .nav-pills .nav-item {
  width: 200px;
}
@media (max-width: 992px) {
  .map-switch .nav-pills .nav-item {
    width: 100%;
  }
}
.map-switch .nav-pills .nav-link {
  border-radius: 30px;
  color: #fff;
  opacity: 0.7;
  padding: 0px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #59595b;
  border-radius: 0px;
  height: 150px;
  align-items: center;
  justify-content: center;
}
.map-switch .nav-pills .nav-link div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .map-switch .nav-pills .nav-link {
    border: 1px solid #59595b;
  }
}
.map-switch .nav-pills .nav-link:hover {
  color: #fff;
}
.map-switch .tab-content {
  padding: 45px;
  border-radius: 12px !important;
  border: 1px solid #59595b;
  border-top-left-radius: 12px !important;
}
@media (max-width: 992px) {
  .map-switch .tab-content {
    border-radius: 12px !important;
  }
}
.map-switch .tab-pane h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.map-switch .tab-pane ul {
  padding-left: 20px;
}
.map-switch .tab-pane ul li {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .map-switch .nav-pills {
    display: flex;
    flex-direction: column;
  }
  .map-switch .tab-content {
    padding: 20px;
  }
}

.ms-row .ms-col h5 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.ms-row .ms-col h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.ms-row ul {
  padding: 0;
}
.ms-row ul li {
  color: #fff;
  opacity: 0.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 14px;
}
.ms-row ul li::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.7;
  top: 8px;
  content: "";
  border-radius: 50%;
}

.tech-stack {
  padding-bottom: 80px;
}
.tech-stack .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.0901960784);
  color: #fff;
  border: none;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.tech-stack .accordion .accordion-item h2 button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.tech-stack .accordion .accordion-item h2 button[aria-expanded="false"] {
  border-bottom: none !important;
  line-height: 36px;
}
.tech-stack .accordion .accordion-item h2 button[aria-expanded="false"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(0deg) !important;
}
.tech-stack .accordion .accordion-item h2 button[aria-expanded="true"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}
.tech-stack .accordion .acc-body-in {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 17px;
}
.tech-stack .accordion .acc-body-in span {
  background-color: rgba(245, 250, 254, 0.1215686275);
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
}
.tech-stack .accordion .acc-body-in span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

p.subtext {
  opacity: 0.5;
}

#technologyStackAccordion .accordion-item:last-child .accordion-button {
  border-bottom: none !important;
}

.ai-vision {
  padding-bottom: 100px;
  padding-top: 80px;
  background-color: rgba(255, 255, 255, 0.0901960784);
}
@media (max-width: 992px) {
  .ai-vision {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.ai-vision .owl-carousel .owl-stage {
  display: flex;
}
.ai-vision .owl-carousel .owl-stage .owl-item {
  height: inherit;
}
.ai-vision .owl-carousel .owl-stage .owl-item .avs-item {
  height: 100%;
}
.ai-vision .owl-carousel .owl-stage .owl-item .avs-item .icon img {
  width: 50px;
  height: 50px;
  margin-left: 0;
}
.ai-vision .owl-dots {
  padding-top: 40px;
}
.ai-vision .ai-vision-slider {
  padding-top: 40px;
}
.ai-vision .ai-vision-slider .avs-item {
  background-color: rgba(255, 255, 255, 0.1294117647);
  padding: 25px;
  border-radius: 10px;
}
.ai-vision .ai-vision-slider .avs-item .icon {
  margin-bottom: 50px;
}
.ai-vision .ai-vision-slider .avs-item .bottom-content h2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.ai-vision .ai-vision-slider .avs-item .bottom-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.ai-vision .ai-vision-slider .avs-item .bottom-content p {
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  margin-top: 30px;
  padding-top: 20px;
}

.trusted-providers {
  padding: 80px 0;
}
.trusted-providers .horizontal-right-scroll {
  justify-content: center;
}
@media (max-width: 470px) {
  .trusted-providers .horizontal-right-scroll {
    flex-direction: column;
    gap: 0px;
  }
}
.trusted-providers .horizontal-right-scroll .m-item {
  width: 220px;
  flex: none;
}
@media (max-width: 768px) {
  .trusted-providers .horizontal-right-scroll .m-item {
    width: 100px;
    padding: 10px;
  }
  .trusted-providers .horizontal-right-scroll .m-item:not(:last-child) {
    border-bottom: 2px solid #2b2b2b;
    padding: 15px;
  }
}
@media (max-width: 470px) {
  .trusted-providers .horizontal-right-scroll .m-item {
    width: 100%;
    padding: 10px;
  }
}
.trusted-providers .horizontal-right-scroll .m-item .m-item-ul {
  margin-bottom: 0px;
}

.right-partner {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .right-partner {
    padding: 60px 0;
  }
}
.right-partner .right-partner-hd {
  margin-bottom: 100px;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 992px) {
  .right-partner .right-partner-hd {
    margin-bottom: 40px;
  }
  .right-partner .right-partner-hd h2 {
    font-size: 32px;
  }
}
.right-partner #scroll_list2 {
  height: 700px;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .right-partner #scroll_list2 {
    height: auto !important;
    overflow-y: auto !important;
  }
}
.right-partner .tab_detl_inner {
  background: #1b1b1b;
  border-radius: 8px;
  padding: 36px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.right-partner .tab_detl_inner figure img {
  margin-bottom: 30px;
}
.right-partner .tab_detl_inner h2 {
  font-size: 32px;
  margin-left: 0;
  margin-bottom: 15px;
}
.right-partner .tab_detl_inner p {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 0;
}

.btn-create-us {
  background-color: #0551aa;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1607843137);
  color: #ffffff;
  gap: 10px;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 45px;
  margin-left: 0;
  border: none !important;
}

.rp-services .rps-item {
  display: flex;
  align-items: start;
  gap: 15px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .rp-services .rps-item {
    padding-right: 40px;
  }
}
.rp-services .rps-item .rpsi-left img {
  -o-object-fit: contain;
  object-fit: contain;
}
.rp-services .rps-item .rpsi-right h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.rp-services .rps-item .rpsi-right p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .right-list {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .right-list {
    padding-top: 50px;
  }
}

.build-future {
  padding: 100px 0;
  padding-top: 20px;
}
.build-future .bf-row {
  background: linear-gradient(
    355.77deg,
    #000040 8.08%,
    #2d007c 56.62%,
    #7e00a7 96.1%
  );
  overflow: hidden;
  border-radius: 8px;
}
.build-future .bf-row .bf-right-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
}
@media (max-width: 768px) {
  .build-future .bf-row .bf-right-col {
    padding: 40px 25px;
  }
}
@media (min-width: 1024px) {
  .build-future .bf-row .bf-right-col {
    padding: 70px 20px;
  }
}
.build-future .bf-row .bf-right-col h2 {
  color: #fff;
  font-size: 36px;
  margin-left: 0;
}
@media (max-width: 992px) {
  .build-future .bf-row .bf-right-col h2 {
    font-size: 32px;
  }
}
.build-future .bf-row .bf-right-col p {
  margin-left: 0;
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .build-future .bf-row .bf-right-col p {
    font-size: 20px;
  }
}
.build-future .bf-left img {
  width: 100%;
}
@media (max-width: 768px) {
  .build-future .bf-left img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.faq p {
  opacity: 0.7;
}
.faq .acc-body-in {
  opacity: 0.5;
  line-height: 30px;
}

.about_txt span {
  color: #fff;
}
@media (min-width: 1200px) {
  .about_txt span {
    display: block;
  }
}

.intro_subhead {
  opacity: 0.7;
}

.hw-container {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .hw-container h1 {
    font-size: 32px;
  }
}

/* Footer theme */
.footer-dark {
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.85);
}
.footer-dark a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-dark a:hover {
  color: #fff;
}
.footer-dark .footer-card {
  background: #14161a;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border-radius: 8px !important;
  padding: 30px;
}
.footer-dark .footer-card .foo-strip-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-dark .footer-card .foo-strip-row {
    gap: 40px;
  }
}
.footer-dark .footer-card .foo-strip-row .foo-strip-left .foo-strip-left--in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-dark
  .footer-card
  .foo-strip-row
  .foo-strip-left
  .foo-strip-left--in
  .office-address {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(91, 97, 108, 0.6980392157);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .footer-dark
    .footer-card
    .foo-strip-row
    .foo-strip-left
    .foo-strip-left--in
    .office-address {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.footer-dark .footer-logo {
  width: 200px;
  height: auto;
}
.footer-dark .subscribe .subscribe-input {
  gap: 15px;
}
.footer-dark .subscribe .form-control {
  background: #0e1013;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 45px !important;
  background-color: #343841;
}
.footer-dark .subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 400;
}
.footer-dark .subscribe .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 400;
}
.footer-dark .subscribe .btn-primary.sub-btn {
  border: 0;
  font-weight: 600;
  border-radius: 45px !important;
  background: linear-gradient(94.4deg, #4574ed 23.99%, #1045cd 95.95%);
  font-size: 16px;
  padding: 5px 40px !important;
}
.footer-dark .subscribe .form-text {
  color: #fff;
  opacity: 0.5;
}
.footer-dark .subscribe .form-text a {
  text-decoration: underline !important;
}
.footer-dark h6 {
  color: #e8e9ee;
  letter-spacing: 0.02em;
}
.footer-dark .footer-links li + li {
  margin-top: 0.5rem;
}
.footer-dark .footer-links a {
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-dark .footer-links a:hover {
  opacity: 1;
  transform: translateX(2px);
}
.footer-dark .socials {
  --size: 42px;
  gap: 10px;
}
.footer-dark .socials .nav-link {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 0.9;
  padding: 0 !important;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}
.footer-dark .socials .nav-link img {
  width: 20px;
  height: 20px;
}
.footer-dark .socials .nav-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.footer-dark .socials i {
  font-size: 1.1rem;
  line-height: 1;
}
.footer-dark hr {
  border-color: rgba(255, 255, 255, 0.07) !important;
}
@media (max-width: 991.98px) {
  .footer-dark .footer-card .d-flex {
    flex-direction: row;
  }
}

.cr-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0.8;
  gap: 10px;
}
.cr-row .cr-row--left {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .cr-row .cr-row--left {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .cr-row .cr-row--left {
    gap: 10px;
  }
}
.cr-row .cr-text {
  font-size: 14px;
}

.our-partners {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .our-partners {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .our-partners {
    padding-top: 0;
  }
}
.our-partners .op-item img {
  filter: grayscale(100%) brightness(0.6);
  mix-blend-mode: luminosity;
  width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 35px;
}
@media (max-width: 600px) {
  .our-partners .op-item img {
    width: 100px;
  }
}

.tab_detl_inner {
  position: relative;
  overflow: hidden;
}
.tab_detl_inner::before {
  background-color: rgba(36, 36, 36, 0.8);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.tab_detl_inner .tab_detl_inner--in {
  position: relative;
  z-index: 9;
  color: #fff;
}
.tab_detl_inner .bg-ap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.why-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  transition: grid-template-columns 300ms ease;
  will-change: grid-template-columns;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .why-slider {
    padding-top: 20px;
  }
}

.panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  outline: 1px solid rgba(255, 255, 255, 0.06);
  height: 390px;
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.panel .panel__toggle {
  position: absolute;
  height: 0px;
  visibility: hidden;
}

.panel[aria-expanded="true"] .panel__head {
  position: absolute;
  height: 0px;
  visibility: hidden;
}

.panel[aria-expanded="false"] {
  cursor: pointer !important;
}

.panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  height: 100%;
  color: #fff;
  min-height: 100%;
}

.badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(127, 179, 255, 0.15);
  color: var(--accent);
}

.panel__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  font: inherit;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.panel__toggle svg {
  flex: 0 0 auto;
  transition: transform 420ms ease;
  opacity: 0.8;
}

.panel[aria-expanded="true"] .panel__toggle svg {
  transform: rotate(180deg);
}

.panel__body {
  overflow: hidden;
  height: 100% !important;
  max-height: none !important;
  opacity: 0;
  transition: all 1.5s;
  position: relative;
}

.panel[aria-expanded="true"] .panel__body {
  opacity: 1;
}

.panel__media {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f2533, #0d1018);
  display: grid;
  place-items: center;
  color: #8fa7d1;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 420ms ease;
  height: 100%;
}

.panel[aria-expanded="true"] .panel__media {
  margin: 0;
}

.panel__list {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
}

.panel__list li {
  margin: 8px 0;
}

.why-slider[data-active="0"] {
  grid-template-columns: 60% 20% 20%;
  transition: grid-template-columns 500ms ease;
}

.why-slider[data-active="1"] {
  grid-template-columns: 20% 60% 20%;
  transition: grid-template-columns 500ms ease;
}

.why-slider[data-active="2"] {
  grid-template-columns: 20% 20% 60%;
  transition: grid-template-columns 500ms ease;
}

@media (max-width: 960px) {
  .why-slider {
    grid-template-columns: 1fr;
  }
  .why-slider[data-active="0"],
  .slider[data-active="1"],
  .slider[data-active="2"] {
    grid-template-columns: 1fr;
  }
}
.why-slider article .ipne {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 8px;
  border-radius: 8px;
}
.why-slider article .ipne .card-bg-img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.why-slider article .ipne .card-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-slider article .ipne::before {
  width: 100%;
  height: 100%;
  background: radial-gradient(
    192.94% 132% at 50% 7.83%,
    rgba(255, 164, 104, 0.55) 0%,
    rgba(253, 25, 29, 0.55) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 9;
  opacity: 0.7;
}
.why-slider article .ipne .is_panel_not_expanded {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9;
}
.why-slider article .ipne .is_panel_not_expanded .icon {
  margin: auto;
  opacity: 0.7;
}
.why-slider article .ipne .is_panel_not_expanded .icon svg {
  width: 40px;
  height: 40px;
  margin: auto;
}
.why-slider article .ipne .is_panel_not_expanded .icon .icon-text span {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  opacity: 0.7;
}
.why-slider article .ipne .is_panel_not_expanded .icon-text {
  font-size: 22px;
}

.why-slider .panel[aria-expanded="false"] .expanded-btn {
  opacity: 0;
  transition: all 3s;
  position: relative;
  bottom: -20px;
}
.why-slider .panel[aria-expanded="false"] .expanded-para {
  opacity: 0;
  transition: all 3s;
  position: relative;
  bottom: -20px;
}
.why-slider .panel[aria-expanded="true"] .expan_left {
  position: relative;
  opacity: 1;
  transition: all 2s;
  visibility: visible;
}
.why-slider .panel[aria-expanded="true"] .expanded-btn {
  opacity: 1;
  transition: all 3s;
  position: relative;
  bottom: 0px;
}
.why-slider .panel[aria-expanded="true"] .expanded-para {
  opacity: 1;
  transition: all 3s;
  position: relative;
  bottom: 0px;
}

.expan_row {
  overflow: hidden;
  border-radius: 8px;
}
.expan_row .expan_left {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 2s;
}
.expan_row .expan_left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 555px) {
  .expan_row .expan_left img {
    height: 150px;
  }
}
.expan_row .expan_right .er-wrapper {
  padding: 35px;
  padding-right: 0px !important;
  color: #fff;
  width: 100%;
}
.expan_row .expan_right .er-wrapper .icon {
  margin-bottom: 10px;
}
.expan_row .expan_right .er-wrapper .icon-text {
  font-size: 24px;
}
.expan_row .expan_right .er-wrapper .expanded-para {
  margin-top: 10px;
}

.why-ai_row {
  background: radial-gradient(
    192.94% 132% at 50% 7.83%,
    rgba(255, 164, 104, 0.55) 0%,
    rgba(253, 25, 29, 0.55) 100%
  );
  height: 100%;
}

.why-now_row {
  background: linear-gradient(
    161.86deg,
    rgba(4, 218, 195, 0.6) 3.71%,
    rgba(0, 76, 168, 0.6) 94.85%
  );
  height: 100%;
}

.why-us_row {
  background: linear-gradient(
    149.86deg,
    rgba(151, 54, 207, 0.6) 18.87%,
    rgba(51, 0, 197, 0.6) 86.91%
  );
  height: 100%;
}

.ipne.why-now::before {
  background: linear-gradient(
    161.86deg,
    rgba(4, 218, 195, 0.6) 3.71%,
    rgba(0, 76, 168, 0.6) 94.85%
  ) !important;
}

.ipne.why-us::before {
  background: linear-gradient(
    149.86deg,
    rgba(151, 54, 207, 0.6) 18.87%,
    rgba(51, 0, 197, 0.6) 86.91%
  ) !important;
}

.why-why-why {
  padding: 40px 0;
}
@media (min-width: 1100px) {
  .why-why-why {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .why-why-why {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  .panel[aria-expanded="false"] {
    height: 200px;
    min-height: 200px;
  }
  .why-slider#why-slider {
    display: block;
  }
  .er-wrapper {
    color: #fff;
    padding: 20px !important;
  }
  .er-wrapper .icon {
    margin-bottom: 10px;
  }
  .panel[aria-expanded="true"] {
    height: auto !important;
  }
}
@media (max-width: 1150px) {
  .desk-show {
    display: none !important;
  }
}

@media (max-width: 1150px) {
  .mob-show {
    display: block !important;
  }
}

@media (max-width: 1150px) {
  .mob-mt-0 {
    margin-top: 0px !important;
  }
}

.container-logos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}
@media (max-width: 768px) {
  .container-logos {
    bottom: 0px;
    padding-bottom: 10px;
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 50px;
    z-index: 9;
  }
}

.global-bg-overlay-homepage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/bg_gradient.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.7; /* Adjust for desired overlay strength */
}

.why_us_left {
  position: relative;
}
.why_us_left::before {
  background: linear-gradient(
    149.86deg,
    rgba(151, 54, 207, 0.6) 18.87%,
    rgba(51, 0, 197, 0.6) 86.91%
  );
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.why_ai_left {
  position: relative;
}
.why_ai_left::before {
  background: radial-gradient(
    192.94% 132% at 50% 7.83%,
    rgba(255, 164, 104, 0.55) 0%,
    rgba(253, 25, 29, 0.55) 100%
  );
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.why_now_left {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 5s;
}
.why_now_left::before {
  background: linear-gradient(
    161.86deg,
    rgba(4, 218, 195, 0.6) 3.71%,
    rgba(0, 76, 168, 0.6) 94.85%
  );
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-link-wrapper span {
  color: #787878;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  padding: 20px 25px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .tab-link-wrapper span {
    font-size: 22px;
    padding: 15px 20px;
  }
}

.eg-wrapper-container {
  border-top: 1px #2b2b2b solid;
  padding-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 56px;
}
@media (max-width: 768px) {
  .heading2 {
    font-size: 32px;
    line-height: 46px;
  }
}

.has-scroll-smooth [data-scroll-container] {
  margin-top: 0px !important;
}

.sechd.about_txt {
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .sechd.about_txt span {
    display: inline !important;
  }
}

.panel[aria-expanded="true"] .why_now_left {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 5s;
}

.why-now-ul {
  padding-left: 20px;
}
.why-now-ul li {
  list-style-type: disc;
}

@media (max-width: 1024px) {
  .why-now-ul {
    padding-left: 0px !important;
  }
}
html {
  overflow-x: hidden !important;
}

.owl-carousel .owl-nav {
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 9;
}

.client_says .owl-nav {
  position: absolute;
  left: 50%; /* Move left edge to center */
  transform: translateX(-50%); /* Shift it left by half its width */
  max-width: 1440px;
  width: 100%; /* Optional: let it span the available space */
  display: flex;
  justify-content: flex-end;
  z-index: 9;
  padding: 0px 100px;
}

@media (max-width: 768px) {
  .client_says .owl-nav {
    padding: 0px !important;
  }
}
.ai-vision-slider .owl-nav {
  padding-top: 50px;
  position: absolute;
  bottom: -3%;
}

/* Hide default arrows and add custom background images */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none !important;
  border: none !important;
  font-size: 0 !important; /* Hide default text */
  width: 50px;
  height: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Custom left arrow */
.owl-carousel .owl-nav button.owl-prev {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
  rotate: 180deg;
}

/* Custom right arrow */
.owl-carousel .owl-nav button.owl-next {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
}

/* Hover effects */
.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
  rotate: 180deg;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
}

.tp-desk-show {
  display: flex;
}
@media (max-width: 768px) {
  .tp-desk-show {
    display: none !important;
  }
}

.tp-mob-show {
  display: none !important;
}
@media (max-width: 768px) {
  .tp-mob-show {
    display: block !important;
  }
}

.tp-row {
  display: flex;
  gap: 15px;
}
@media (max-width: 500px) {
  .tp-row {
    display: none !important;
  }
}

.ensure-global .owl-stage {
  display: flex;
}
.ensure-global .owl-stage .owl-item {
  height: inherit;
}
@media (max-width: 768px) {
  .ensure-global .m-item {
    padding: 30px;
    border-left: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
    background-color: rgba(255, 255, 255, 0.126);
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 8px;
  }
  .ensure-global .m-item .icon-list-text {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
    opacity: 0.7;
  }
}

.s_tab_panel__mobile .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.0901960784);
  color: #fff;
  border: none;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.s_tab_panel__mobile .accordion .accordion-item h2 button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.s_tab_panel__mobile
  .accordion
  .accordion-item
  h2
  button[aria-expanded="false"] {
  border-bottom: none !important;
  line-height: 36px;
}
.s_tab_panel__mobile
  .accordion
  .accordion-item
  h2
  button[aria-expanded="false"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(0deg) !important;
}
.s_tab_panel__mobile
  .accordion
  .accordion-item
  h2
  button[aria-expanded="true"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}
.s_tab_panel__mobile .accordion .acc-body-in {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 17px;
}
.s_tab_panel__mobile .accordion .acc-body-in span {
  background-color: rgba(245, 250, 254, 0.1215686275);
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
}
.s_tab_panel__mobile .accordion .acc-body-in span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.s_tab_panel.s_tab_panel__mobile .td-row .tdr-col {
  background-color: rgba(255, 255, 255, 0.0784313725);
  padding: 15px !important;
  border-radius: 8px;
  margin-bottom: 15px;
}
.s_tab_panel.s_tab_panel__mobile .td-row .tdr-col .pr-item h3 {
  font-size: 20px;
}

.map-switch.map-switch-mobile .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.0901960784);
  color: #fff;
  border: none;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.map-switch.map-switch-mobile .accordion .accordion-item h2 button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.map-switch.map-switch-mobile
  .accordion
  .accordion-item
  h2
  button[aria-expanded="false"] {
  border-bottom: none !important;
  line-height: 36px;
}
.map-switch.map-switch-mobile
  .accordion
  .accordion-item
  h2
  button[aria-expanded="false"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(0deg) !important;
}
.map-switch.map-switch-mobile
  .accordion
  .accordion-item
  h2
  button[aria-expanded="true"]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}
.map-switch.map-switch-mobile .accordion .acc-body-in {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 17px;
}
.map-switch.map-switch-mobile .accordion .acc-body-in span {
  background-color: rgba(245, 250, 254, 0.1215686275);
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
}
.map-switch.map-switch-mobile .accordion .acc-body-in span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.map_item_btn {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.map_item_btn .mb_left img {
  width: 50px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.map_item_btn .mb_right {
  font-size: 18px;
}

#map_accordion .ms-row .ms-col h5 {
  font-size: 17px;
}

.ms-mobile-wrap {
  grid-template-columns: 1fr 1fr;
}

.tp-mob-show.tp-mob-slider .owl-stage-outer .owl-stage {
  display: flex;
}
.tp-mob-show.tp-mob-slider .owl-stage-outer .owl-stage .owl-item {
  height: inherit;
}

.eg-slider .owl-item {
  opacity: 0.15;
}

.eg-slider .owl-item.active {
  opacity: 1 !important;
}

.owl-stage {
  display: flex;
}

.header_ai_container__wpr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.scrolled .header_ai .header_ai_container {
  background-color: #000;
}
@media (max-width: 992px) {
  body.scrolled .header_ai .header_ai_container {
    padding-bottom: 15px;
  }
}

.header_ai {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: auto;
  background: rgba(255, 255, 255, 0);
}
.header_ai > .container {
  padding: 0;
}
.header_ai .header_ai_container {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 25px;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .header_ai {
    padding: 10px 20px;
  }
}
.header_ai.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .header_ai.sticky {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.header_ai .header__logo {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.header_ai .cart__login__search {
  min-width: 150px;
  flex-basis: 150px;
}
.header_ai .cart__login__search .list__icon {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  gap: 10px;
  list-style: none;
}
.header_ai .cart__login__search .list__icon li a {
  padding: 5px;
  font-size: 18px;
  color: #000;
  transition: 0.25s;
}
.header_ai .cart__login__search .list__icon li a:hover {
  color: #ff5722;
}
.header_ai .menu__horizontal {
  width: 100%;
  position: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_ai .menu__horizontal .menu__horizontal__wrapper {
  overflow: hidden;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.header_ai .menu__horizontal .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header_ai .menu__horizontal .menu__horizontal__btn {
    display: none;
  }
}
.header_ai .menu__horizontal .menu__horizontal__btn .menuBtn__wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.header_ai .menu__horizontal .menu__horizontal__btn .menu__prev,
.header_ai .menu__horizontal .menu__horizontal__btn .menu__next {
  width: 35px;
  height: 35px;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.25s;
}
.header_ai .menu__horizontal .menu__horizontal__btn .menu__prev:hover,
.header_ai .menu__horizontal .menu__horizontal__btn .menu__next:hover {
  color: #ff5722;
}
.header_ai .menu__horizontal .menu__horizontal__btn button.disabled {
  cursor: default;
  opacity: 0.25;
}

body.overflow.scrolled {
  overflow: hidden !important;
}

.header__menu .main__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .header__menu .main__menu {
    position: fixed;
    top: 65px;
    left: 0;
    height: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.1803921569);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(30px);
  }
  .header__menu .main__menu.open {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .header__menu .main__menu {
    top: 55px;
  }
}
.header__menu .main__menu > .menu__item {
  position: initial;
}
@media (max-width: 991px) {
  .header__menu .main__menu > .menu__item {
    border-bottom: 1px solid rgba(254, 254, 254, 0.2);
  }
}
.header__menu .main__menu > .menu__item > .menuItem__link {
  display: flex;
  align-items: center;
  height: auto;
  padding: 1rem;
  color: #cbd5e1;
}
@media (max-width: 991px) {
  .header__menu .main__menu > .menu__item > .menuItem__link {
    padding: 1rem 2rem 1rem 1rem;
    font-weight: 500;
  }
}
.header__menu .main__menu .menu__item:hover .mega__menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 991px) {
  .header__menu .main__menu > .menu__item:not(.visible-row):hover > .sub__menu {
    opacity: 0;
    visibility: hidden;
  }
}
.header__menu .menu__item {
  position: relative;
}
@media (min-width: 992px) {
  .header__menu .menu__item:hover > .sub__menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header__menu .menu__item:hover > .expand-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 992px) {
  .header__menu .menu__item .sub__menu--right .expand-btn:after,
  .header__menu .menu__item .sub__menu--left .expand-btn:after {
    right: 0.625rem;
  }
}
.header__menu .sub__menu .menu__item:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 992px) {
  .header__menu .sub__menu {
    border-radius: 16px;
    position: absolute;
    top: calc(100% + 2px);
    width: 300px;
    padding: 10px 20px;
    background: #fff;
    opacity: 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .header__menu .sub__menu .menuItem__link {
    padding: 0.5rem 0 0.5rem 0;
  }
  .header__menu .sub__menu .menuItem__link.expand-btn::after {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .header__menu .sub__menu {
    display: none;
    position: relative;
    z-index: 999;
    top: 0;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
  }
  .header__menu .sub__menu .menu__item {
    border-bottom-color: #ececec;
  }
  .header__menu .sub__menu .menu__item:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
  }
}
.header__menu .sub__menu--right {
  top: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .header__menu .sub__menu--right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1rem;
  }
  .header__menu .sub__menu--right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 17px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
  }
}
.header__menu .sub__menu--left {
  top: 0;
  left: -100%;
}
@media (max-width: 991px) {
  .header__menu .sub__menu--left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1rem;
  }
  .header__menu .sub__menu--left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 17px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
  }
}
.header__menu .menuItem__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  font-size: 14px;
  transition: 0.25s;
}
.header__menu .menuItem__link:hover {
  color: #ff5722;
}
@media (max-width: 992px) {
  .header__menu .menuItem__link.expand-btn::after {
    right: 15px;
  }
}
.header__menu ul li {
  list-style: none;
  transition: 0.3s ease;
}
.header__menu ul li a {
  position: relative;
  text-decoration: none;
  color: #000;
}
@media (min-width: 992px) {
  .header__menu .menu__item:has(.mega__menu) {
    position: inherit !important;
  }
}
@media (min-width: 992px) {
  .header__menu .mega__menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}
@media (max-width: 991px) {
  .header__menu .mega__menu {
    position: relative;
    display: none;
    padding-left: 0;
    padding: 0;
  }
}
.header__menu .megaMenu__wrap {
  padding: 30px;
}
@media (max-width: 991px) {
  .header__menu .megaMenu__wrap {
    padding: 1rem;
  }
}
.header__menu .megaMenu__inner {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle {
  display: flex;
}
.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  transition: 0.25s;
}
@media (max-width: 1023px) {
  .header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a {
    padding-left: 0;
  }
}
.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a:hover {
  color: #ff5722;
}
.header__menu
  .megaMenu__inner
  .megaMenu__item
  .megaMenuContent
  .sub__menu--static {
  padding-left: 0;
}
.header__menu
  .megaMenu__inner
  .megaMenu__item
  .megaMenuContent
  .sub__menu--static
  .menu__item
  .menuItem__link {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .header__menu .menu__category {
    display: flex;
    justify-content: center;
  }
}
.header__menu .menu__category .megaMenu__wrap {
  min-width: 100%;
  flex-basis: 100%;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .header__menu .menu__category .megaMenu__wrap {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .header__menu .menu__category .megaMenu__wrap {
    min-width: 85%;
    flex-basis: 85%;
  }
}
.header__menu .menu__category .megaMenu__inner .megaMenu__item {
  display: flex;
  flex-flow: column;
  min-width: calc(33.333333% - 13.333333px);
  flex-basis: calc(33.333333% - 13.333333px);
}
@media (max-width: 991px) {
  .header__menu .menu__category .megaMenu__inner .megaMenu__item {
    min-width: calc(50% - 13.333333px);
    flex-basis: calc(50% - 13.333333px);
  }
}
@media (max-width: 767px) {
  .header__menu .menu__category .megaMenu__inner .megaMenu__item {
    min-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .header__menu .menu__catalogue {
    display: flex;
    justify-content: center;
  }
}
.header__menu .menu__catalogue .megaMenu__wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  min-width: 100%;
  flex-basis: 100%;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    min-width: 85%;
    flex-basis: 85%;
  }
}
@media (max-width: 991px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    row-gap: 15px;
  }
}
.header__menu .menu__catalogue .megaMenu__inner {
  flex-basis: 50%;
  min-width: 50%;
}
@media (max-width: 991px) {
  .header__menu .menu__catalogue .megaMenu__inner {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
  display: flex;
  flex-flow: column;
  min-width: calc(33.333333% - 13.333333px);
  flex-basis: calc(33.333333% - 13.333333px);
}
@media (max-width: 991px) {
  .header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
    min-width: calc(50% - 13.333333px);
    flex-basis: calc(50% - 13.333333px);
  }
}
@media (max-width: 767px) {
  .header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
    min-width: 100%;
    flex-basis: 100%;
  }
}
.header__menu .menu__catalogue .menuMega__catalogue {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 50%;
  min-width: 50%;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__menu .menu__catalogue .menuMega__catalogue {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.header__menu .menu__catalogue .menuMega__catalogue .col--left,
.header__menu .menu__catalogue .menuMega__catalogue .col--right {
  flex-basis: calc(50% - 5px);
  min-width: calc(50% - 5px);
}
.header__menu .menu__catalogue .menuMega__catalogue .col--left {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.header__menu .menu__catalogue .menuMega__catalogue .col--left img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__menu
  .menu__catalogue
  .menuMega__catalogue
  .col--right
  .menuCatalogue__item {
  height: 100%;
}
.header__menu .menu__catalogue .menuMega__catalogue .col--right a {
  height: 100%;
}
.header__menu .menu__catalogue .menuMega__catalogue .col--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.header__menu
  .menu__catalogue
  .menuMega__catalogue
  .menuCatalogue__item
  a:hover
  img {
  transform: scale(1.1);
}
.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a img {
  width: 100%;
  transform: scale(1);
  transition: 0.25s;
}
.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
.header__menu
  .menu__catalogue
  .menuMega__catalogue
  .menuCatalogue__item
  a:before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.menu__btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 991px) {
  .menu__btn {
    display: flex;
  }
}
.menu__btn .menu__btn__lines,
.menu__btn .menu__btn__lines::before,
.menu__btn .menu__btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5882352941);
  transition: all 0.4s ease-in-out;
}
.menu__btn .menu__btn__lines::before,
.menu__btn .menu__btn__lines::after {
  content: "";
  position: absolute;
}
.menu__btn .menu__btn__lines::before {
  transform: translateY(-0.5rem);
}
.menu__btn .menu__btn__lines::after {
  transform: translateY(0.5rem);
}
.menu__btn.open .menu__btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu__btn.open .menu__btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: rgba(255, 255, 255, 0.5882352941);
  height: 0.05rem;
}
.menu__btn.open .menu__btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: rgba(255, 255, 255, 0.5882352941);
  height: 0.05rem;
}

.expand-btn.open {
  color: #ff5722;
}
.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 991px) {
  .overflow {
    overflow: hidden;
  }
}

.accordion-button:focus {
  scroll-margin-top: 0; /* Optional: you can tune this */
  outline: none;
}

@keyframes marquee-partnership {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-partnership2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#faqStackAccordion {
  overflow-anchor: none;
  overscroll-behavior: contain;
}

/* Temporarily disable smooth scrolling while we lock */
html.accordion-locking {
  scroll-behavior: auto !important;
}

.ga_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

#caseStudyModal .modal-dark .modal-content {
  background: #0f1115;
  color: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#caseStudyModal .modal-dark .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#caseStudyModal .modal-dark .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#caseStudyModal .badge-pill-cta {
  background: linear-gradient(94.4deg, #4574ed 23.99%, #1045cd 95.95%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.2rem;
  font-weight: 600;
}
#caseStudyModal .subtle-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cfe0ff;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
#caseStudyModal .list-tight li {
  margin: 0.25rem 0;
}
#caseStudyModal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  margin-bottom: 20px;
}
#caseStudyModal .modal-header .header__logo {
  margin-left: 0;
}
#caseStudyModal .modal-header .header__logo img {
  width: 200px;
}
#caseStudyModal .modal-header .btn-close img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
#caseStudyModal .csm-body h2 {
  font-size: 38px;
  color: #fff;
}
@media (max-width: 1024px) {
  #caseStudyModal .csm-body h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #caseStudyModal .csm-body h2 {
    font-size: 30px;
  }
}
#caseStudyModal .csm-body h3 {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1024px) {
  #caseStudyModal .csm-body h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #caseStudyModal .csm-body h3 {
    font-size: 20px;
  }
}
#caseStudyModal .csm-body p {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  #caseStudyModal .csm-body p {
    font-size: 16px;
  }
}
#caseStudyModal .csm-body ul {
  padding-left: 20px;
}
#caseStudyModal .csm-body ul li {
  list-style: disc;
  opacity: 0.7;
}

.mb-cta {
  background: linear-gradient(90deg, #194c5e 0%, #4a2818 70.67%, #000000 100%);
  padding: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .mb-cta h3 {
    text-align: center;
  }
}
.mb-cta a {
  background: linear-gradient(94.4deg, #4574ed 23.99%, #1045cd 95.95%);
  width: 200px;
}

@media (max-width: 768px) {
  .appi__head2 br {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
