@import url(helper.css);
@font-face {
  font-family: "mt-halal";
  src: url(../fonts/mt-halal.ttf);
}
@font-face {
  font-family: "Frutiger-Bold";
  src: url(../fonts/Frutiger-Bold.ttf);
}
.fw-light {
  font-family: "ping-light";
}

*,
* button:focus {
  outline: 0;
}

:root {
  --cr-main: #3B82F6;
  --cr-sub: #0f578d;
  --cr-sub1: #8B5CF6;
  --cr-dark: #091030;
  --cr-light1: #f2f6fa;
  --grad1: linear-gradient(45deg, #2563EB, #091030);
  --grad2: linear-gradient(45deg, #2563EB, transparent);
  --grad3: linear-gradient(45deg, #2563eb11, #09103011);
}

.cr-main {
  color: var(--cr-main) !important;
}

.bg-main {
  background-color: var(--cr-main) !important;
  border-color: var(--cr-main) !important;
  color: #fff !important;
}

.bg-light1 {
  background-color: var(--cr-light1) !important;
}

.border-main {
  border-color: var(--cr-main) !important;
}

.hover-main:hover {
  color: var(--cr-main);
}

.hover-bg-main:hover {
  background-color: var(--cr-main);
  border-color: var(--cr-main);
  color: #fff !important;
}

.cr-sub {
  color: var(--cr-sub) !important;
}

.bg-sub {
  background-color: var(--cr-sub) !important;
  border-color: var(--cr-sub) !important;
  color: #fff !important;
}

.border-sub {
  border-color: var(--cr-sub) !important;
}

.hover-sub:hover {
  color: var(--cr-sub);
}

.hover-bg-sub:hover {
  background-color: var(--cr-sub);
  border-color: var(--cr-sub);
  color: #fff !important;
}

.cr-dark {
  color: var(--cr-dark) !important;
}

.bg-dark {
  background-color: var(--cr-dark) !important;
  border-color: var(--cr-dark) !important;
  color: #fff !important;
}

.border-dark {
  border-color: var(--cr-dark) !important;
}

.hover-dark:hover {
  color: var(--cr-dark);
}

.hover-bg-dark:hover {
  background-color: var(--cr-dark);
  border-color: var(--cr-dark);
  color: #fff !important;
}

.cr-grad1 {
  color: var(--cr-dark);
  background: var(--grad1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cr-grad1 * {
  background: var(--grad1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grad1 {
  background: var(--grad1);
  color: #fff;
}

.cr-grad2 {
  color: var(--cr-dark);
  background: var(--grad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cr-grad2 * {
  background: var(--grad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grad2 {
  background: var(--grad2);
  color: #fff;
}

.bg-grad3 {
  background: var(--grad3);
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
}

html::-webkit-scrollbar-thumb {
  background: var(--grad2);
  border-radius: 5px;
}

html::-webkit-scrollbar-corner {
  background: var(--grad2);
  border-radius: 5px;
}

body {
  font-family: "Changa", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: #f2f6fa;
  color: #334155;
  direction: rtl;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  font-family: "Frutiger-Bold";
  font-kerning: none;
  color: #0a1a3f;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

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

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.dnf-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.df-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section-padding {
  padding: 100px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* --------------- loader --------------- */
.ScrollSmoother-wrapper {
  z-index: 999;
}

.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-wrapper .loader-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-wrapper {
  /* Animated Background Grid */
}
.loader-wrapper .grid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30, 41, 59, 0.0666666667) 1px, transparent 1px), linear-gradient(rgba(30, 41, 59, 0.0666666667) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.loader-wrapper {
  /* Central Circle */
}
.loader-wrapper .circle-container {
  position: relative;
  width: 300px;
  height: 300px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  /* Central Core */
}
.loader-wrapper .core {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
  background: radial-gradient(circle, #1E293B 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}
.loader-wrapper {
  /* Orbiting Particles */
}
.loader-wrapper .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(30, 41, 59, 0.5333333333);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 55, 94, 0.2), 0 0 20px rgba(255, 55, 94, 0.2);
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.loader-wrapper {
  /* Scanning Line */
}
.loader-wrapper .scan-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(30, 41, 59, 0.3333333333), transparent);
  top: 0;
  animation: scan 3s linear infinite;
  box-shadow: 0 0 20px #1E293B;
}
@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.loader-wrapper {
  /* Binary Rain */
}
.loader-wrapper .binary {
  position: absolute;
  color: #00aaff;
  font-size: 12px;
  opacity: 0.4;
  animation: fall linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- butn --------------- */
.butn {
  position: relative;
  padding: 13px 35px;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: capitalize;
  border: 0;
  overflow: hidden;
  z-index: 2;
}
.butn:hover {
  box-shadow: 7px 10px 15px rgba(24, 25, 27, 0.1333333333);
  transform: translateY(-2px);
}
.butn.butn-grad1 {
  color: #fff;
}
.butn.butn-grad1::before {
  position: absolute;
  content: "";
  left: -100%;
  top: 0;
  width: 200%;
  height: 100%;
  background: var(--grad1);
  transition: all 0.4s ease;
  z-index: -1;
}
.butn.butn-grad1:hover::before {
  left: 0;
}
.butn.butn-white {
  background: #fff;
  color: var(--cr-main);
}
.butn.butn-white:hover {
  background-color: var(--cr-main);
  color: #fff;
}
.butn.butn-border {
  background-color: #fff;
  border: 1px solid var(--cr-main);
  color: var(--cr-main);
}
.butn.butn-border:hover {
  background-color: var(--cr-main);
  border-color: var(--cr-main);
  color: #fff;
}
.butn.butn-border-light {
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: var(--cr-main);
}
.butn.butn-border-light:hover {
  background-color: var(--cr-main);
  border-color: var(--cr-main);
  color: #fff;
}
.butn.md-butn {
  padding: 12px 25px;
  font-size: 13px;
}
.butn.blur-wh-butn {
  background-color: rgba(255, 255, 255, 0.0666666667);
  backdrop-filter: blur(10px);
}
.butn.hvr-scale:hover {
  transform: scale(1.1);
}
.butn.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.butn.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
.butn.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.butn.hvr-txt-trans .txt span {
  transition: all 0.4s ease;
}
.butn.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.butn.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  padding: 30px 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.navbar .fixed-logo {
  display: none;
}
.navbar.inner-nav {
  background: rgba(255, 255, 255, 0.7568627451);
  backdrop-filter: blur(10px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: absolute !important;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  border-radius: 15px;
}
.navbar.inner-nav .logo {
  display: none;
}
.navbar.inner-nav .fixed-logo {
  display: inline-block;
}
.navbar.inner-nav .navbar-nav {
  padding: 0;
  background-color: transparent;
  backdrop-filter: none;
}
.navbar.inner-nav .navbar-nav .nav-item .nav-link {
  color: var(--cr-dark);
}
.navbar.inner-nav .nav-side {
  padding-top: 5px;
}
.navbar.nav-scroll {
  background: rgba(255, 255, 255, 0.7568627451);
  backdrop-filter: blur(10px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: fixed !important;
  top: -90px;
  left: 15px;
  width: calc(100% - 30px);
  transition: transform 0.5s;
  transform: translateY(100px);
  border-radius: 15px;
}
.navbar.nav-scroll .logo {
  display: none;
}
.navbar.nav-scroll .fixed-logo {
  display: inline-block;
}
.navbar.nav-scroll .navbar-nav {
  padding: 0;
  background-color: transparent;
  backdrop-filter: none;
}
.navbar.nav-scroll .navbar-nav .nav-item .nav-link {
  color: var(--cr-dark);
}
.navbar.nav-scroll .nav-side {
  padding-top: 5px;
}
.navbar .navbar-nav {
  position: relative;
  padding: 0px 30px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  backdrop-filter: blur(10px);
  border-radius: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 20px;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--cr-main);
  padding: 12px 20px 18px;
  border-color: var(--cr-main);
}

html.scroll-up .nav-scroll {
  transform: translateY(0);
}

.letters-line .word {
  transition: all 0.5s ease !important;
}

/* --------------- header --------------- */
.hero {
  position: relative;
  background-color: var(--cr-dark);
  background-size: cover;
  -o-object-position: top;
     object-position: top;
  padding: 180px 0 120px;
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
  margin: 10px;
  min-height: calc(100vh - 20px);
  display: flex;
  align-items: center;
  z-index: 10;
  color: #fff;
}
.hero.hero-particls {
  background-image: url(../images/hero-bg1.png);
}
.hero .info {
  position: relative;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}
.hero .info .butn {
  pointer-events: all;
}
.hero h1 {
  font-size: 55px;
  color: #fff;
}
.hero .particls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  z-index: 1;
}
.hero .particls canvas {
  width: 100%;
  height: 100%;
}
.hero .video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  background: transparent;
  opacity: 0.5;
  border-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.flip-scroll-st1 {
  transform: translateY(150px) rotateX(-35deg) scale(0.8);
  opacity: 0;
}

.floating-lines-container {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: var(--cr-dark);
  opacity: 0.7;
}

/* --------------- services --------------- */
.services {
  position: relative;
  z-index: 10;
}

.service-card {
  position: relative;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0196078431);
  margin-bottom: 30px;
}
.service-card .img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 220px;
}
.service-card .info {
  position: relative;
  padding: 30px 10px 15px;
}

.services-pg .service-card-st2:nth-of-type(even) .row {
  flex-direction: row-reverse;
}

.service-card-st2 {
  position: relative;
}
.service-card-st2 .img {
  position: relative;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.service-card-st2 .info {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  z-index: 2;
}
.service-card-st2 .info::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaders-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

/* --------------- procces --------------- */
.procces {
  position: relative;
}
.procces .title-wrapper {
  position: sticky;
  top: 110px;
}

.procces-card {
  position: relative;
  padding: 30px 40px;
  background-image: var(--grad3);
  border-radius: 30px;
  margin-bottom: 30px;
  min-height: 200px;
  display: flex;
}
.procces-card .num {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin-inline-end: 30px;
  flex-shrink: 0;
}
.procces-card .list-circle {
  padding-top: 10px;
}
.procces-card .list-circle li {
  display: flex;
  margin: 8px 0;
}
.procces-card .list-circle li i {
  margin-top: 7px;
}
.procces-card .step {
  position: absolute;
  left: -50px;
  top: 40%;
  transform: rotate(-90deg) translateY(-45%);
  font-size: 10px;
  padding: 8px 15px;
  border-radius: 30px;
  background: var(--grad1);
  color: #fff;
  text-align: center;
  z-index: 5;
  width: 130px;
}

/* --------------- ai-section --------------- */
.ai-section {
  position: relative;
  z-index: 10;
}
.ai-section .pat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
  z-index: -1;
  transform: scaleY(2);
  pointer-events: none;
}
.ai-section .video {
  mix-blend-mode: multiply;
  background: transparent;
  z-index: -1;
  pointer-events: none;
}
.ai-section .ai-chat-container {
  position: relative;
  padding: 20px;
}
.ai-section .chat-bubble {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.ai-section .chat-bubble .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.ai-section .client-bubble .avatar {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ai-section .client-bubble .avatar img {
  width: 25px;
}
.ai-section .ai-bubble .avatar {
  background: var(--cr-dark);
  color: #fff;
}
.ai-section .chat-bubble .content {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 80%;
  position: relative;
}
.ai-section .client-bubble .content {
  border-top-right-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ai-section .ai-bubble .content {
  border-top-right-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ai-section .chat-bubble .sender {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #888;
}
.ai-section .chat-bubble .text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  min-height: 1.6em;
}
.ai-section {
  /* Robot Flat Animation & Glow */
}
.ai-section .robot-glow {
  filter: drop-shadow(0 0 15px rgba(0, 123, 255, 0.2));
  animation: robotFloat 4s ease-in-out infinite;
}
@keyframes robotFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}
.ai-section .parallaxed-container {
  perspective: 1000px;
}
.ai-section .ai-img img {
  max-width: 100%;
  height: auto;
}
.ai-section .ai-card {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.6901960784), rgba(255, 255, 255, 0.2));
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0196078431);
  margin-top: 30px;
  min-height: calc(100% - 30px);
}

.parallaxed {
  transition: all 0.1s linear !important;
}

/* --------------- partners --------------- */
.partners {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.partners .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.partners .brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #999;
  opacity: 0.4;
}
.partners .brand img {
  height: 80px;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .brand:hover {
  opacity: 1;
}

/* --------------- choose --------------- */
.choose {
  position: relative;
  background-color: #0A0926;
  color: #fff;
  border-radius: 30px;
  margin: 0 10px;
  overflow: hidden;
  z-index: 2;
}
.choose .bg-sec {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0.2;
  z-index: -1;
}
.choose .video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: hard-light;
  background: transparent;
  opacity: 0.7;
  border-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.choose * {
  color: #fff;
}
.choose .choose-card {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  backdrop-filter: blur(10px);
  outline: 1px solid rgba(255, 255, 255, 0.0666666667);
  outline-offset: -10px;
  margin-top: 30px;
  height: calc(100% - 30px);
}

/* --------------- numbers --------------- */
.numbers .num-card {
  position: relative;
  z-index: 5;
}
.numbers .num-card::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #fff, var(--cr-sub));
  opacity: 0.5;
}
.numbers .num-card .cont {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.6901960784), rgba(255, 255, 255, 0.2));
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(30px);
  margin-top: 30px;
  text-align: center;
  z-index: 5;
}
.numbers .num-card h6 {
  position: relative;
  margin-top: 30px;
  font-size: 20px;
}
.numbers .num-card .num {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  direction: ltr;
  margin-top: 15px;
}

/* --------------- automation --------------- */
.automation {
  position: relative;
  overflow: hidden;
}
.automation .auto-img {
  position: relative;
  z-index: 5;
  margin-top: -50px;
}
.automation .auto-img img {
  backdrop-filter: blur(4px);
  border-radius: 15px;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.0666666667);
  background-color: #fff;
}
.automation .lines-btm {
  position: relative;
  margin-top: -50px;
  overflow: hidden;
}
.automation .lines-btm::after {
  position: absolute;
  content: "";
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, #f2f6fa, transparent);
  animation: pulseMove 6s ease-in-out infinite;
}
@keyframes pulseMove {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    transform: translateY(100%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}
.automation .top-cont {
  position: relative;
  height: 300px;
  margin-top: -30px;
}
.automation .top-cont .lines-top {
  position: relative;
  pointer-events: none;
  height: 300px;
}
.automation .prompts-grid {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.automation .prompt-circle {
  width: auto;
  height: auto;
  padding: 8px 15px 12px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.0823529412);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.automation .prompt-circle i {
  font-size: 10px;
}
.automation .prompt-circle p {
  font-size: 10px;
  white-space: nowrap;
  margin: 0;
  color: #000;
  margin-top: 3px;
}
.automation .prompt-circle.fall-in {
  animation: fallInInfinite 12s ease-in-out infinite;
}
.automation .prompt-circle:nth-child(1), .automation .prompt-circle:nth-child(7) {
  background: linear-gradient(135deg, #fff, #f0f0f0);
}
.automation .prompt-circle:nth-child(2) {
  background: linear-gradient(135deg, rgba(15, 87, 141, 0.1333333333), rgba(15, 87, 141, 0.1333333333));
}
.automation .prompt-circle:nth-child(3) {
  background: linear-gradient(135deg, rgba(9, 16, 48, 0.1333333333), rgba(139, 92, 246, 0.1333333333));
}
.automation .prompt-circle:nth-child(4) {
  background: linear-gradient(135deg, rgba(67, 233, 123, 0.1333333333), rgba(56, 249, 215, 0.1333333333));
}
.automation .prompt-circle:nth-child(5) {
  background: linear-gradient(135deg, rgba(250, 112, 154, 0.1333333333), rgba(254, 225, 64, 0.1333333333));
}
.automation .prompt-circle:nth-child(6) {
  background: linear-gradient(135deg, rgba(255, 167, 81, 0.1333333333), rgba(255, 226, 89, 0.1333333333));
}
.automation .prompt-circle:nth-child(8) {
  background: linear-gradient(135deg, rgba(168, 237, 234, 0.1333333333), rgba(254, 214, 227, 0.1333333333));
}
.automation .prompt-circle:nth-child(9) {
  background: linear-gradient(135deg, rgba(255, 154, 158, 0.1333333333), rgba(254, 207, 239, 0.1333333333));
}
@keyframes fallInInfinite {
  0% {
    opacity: 0;
    transform: translateY(-50px) rotate(-5deg);
  }
  20% {
    opacity: 0.02;
  }
  40% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(400px) rotate(5deg);
  }
}
.automation .btm-cards {
  position: relative;
  margin-top: -400px;
}
.automation .btm-cards .col-lg-2:nth-of-type(2), .automation .btm-cards .col-lg-2:nth-of-type(4) {
  margin-top: -150px;
}
.automation .btm-cards .col-lg-2:nth-of-type(3) {
  margin-top: -300px;
}
.automation .btm-cards .item {
  position: relative;
  z-index: 5;
}
.automation .btm-cards .item .cont {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(30px);
  margin-top: 30px;
  text-align: center;
  z-index: 5;
}

/* --------------- testimonials --------------- */
.testimonials {
  position: relative;
  z-index: 10;
}
.testimonials .pat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.15;
  z-index: -1;
  transform: scaleY(2);
  pointer-events: none;
}
.testimonials .item {
  position: relative;
  height: 100%;
}
.testimonials .item .avatar_box {
  position: relative;
  z-index: 3;
  margin-bottom: -15px;
}
.testimonials .item .avatar_box .avatar {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
}
.testimonials .item .avatar_box .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad1);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-60%);
  font-size: 22px;
  color: #fff;
}
.testimonials .item .info {
  position: relative;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.4666666667);
  border-radius: 15px;
  text-align: center;
}
.testimonials .item .prof_data {
  text-align: center;
  margin-top: 20px;
}
.testimonials .item .prof_data .stars i {
  font-size: 10px;
  color: #c7c7c7;
}
.testimonials .item .prof_data .stars i.active {
  color: var(--cr-sub);
}
.testimonials .item .prof_data .name {
  margin: 7px 0;
  color: var(--cr-sub);
  font-size: 18px;
}
.testimonials .item .prof_data .date {
  color: #9B9B9B;
  font-size: 12px;
}

.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--cr-sub);
  width: 12px;
  height: 12px;
}

/* --------------- contact --------------- */
.contact {
  position: relative;
  z-index: 5;
}
.contact .bg {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.07;
  z-index: -1;
}

/* --------------- footer --------------- */
.footer {
  position: relative;
  padding: 0 10px 10px;
}
.footer .content {
  position: relative;
  padding: 120px 0 0;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: -30px 0 60px rgba(0, 0, 0, 0.0666666667);
  z-index: 10;
  overflow: hidden;
}
.footer .content .pat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.1;
  z-index: -1;
  transform: scale(2);
}
.footer .links-item {
  position: relative;
  margin-bottom: 40px;
}
.footer .links-item a {
  position: relative;
  margin: 3px 0;
}
.footer .links-item a:hover {
  text-decoration: underline;
}
.footer .social-icons {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.footer .social-icons a {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .social-icons a:hover {
  border-color: var(--cr-sub);
  background-color: var(--cr-sub);
  color: #fff;
  text-decoration: none;
}
.footer .newsletter {
  position: relative;
  margin-top: 100px;
}
.footer .newsletter .form-control {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50px;
  min-height: 50px;
  background-color: transparent;
  margin-top: 10px;
  box-shadow: none;
  font-size: 13px;
}
.footer .newsletter .form-control::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.footer .newsletter .form-control::placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.footer .newsletter .arrow-input {
  position: relative;
}
.footer .newsletter .arrow-input .float-btn {
  position: absolute;
  left: 5px;
  bottom: 5px;
  border: 0;
  color: #000;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}
.footer .newsletter .arrow-input .float-btn:hover {
  background-color: var(--cr-sub);
  color: #fff;
}
.footer .links-side {
  position: relative;
  padding-inline-start: 100px;
  border-inline-start: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.footer .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
  margin-top: 50px;
}
.footer .foot .foot-links {
  position: relative;
  display: flex;
  gap: 0 30px;
}
.footer .foot .foot-links a {
  position: relative;
  font-size: 14px;
  color: #777;
}
.footer .foot .foot-links a:hover {
  color: var(--cr-main);
}

/* --------------- page header --------------- */
.page-header {
  position: relative;
  background: var(--grad1);
  padding: 150px 0 60px;
  z-index: 5;
  overflow: hidden;
  text-align: center;
}
.page-header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #F2F6FA, transparent);
  pointer-events: none;
  z-index: -1;
}
.page-header .breadcrumb {
  justify-content: center;
  margin-top: 20px;
}
.page-header .video.sec-bg {
  transform: scale(2);
}

/* --------------- about --------------- */
/* --------------- values --------------- */
.values {
  position: relative;
  z-index: 5;
}
.values .choose-card {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0666666667);
  margin-top: 15px;
  height: calc(100% - 15px);
  overflow: hidden;
  z-index: 2;
}
.values .choose-card .icon i {
  color: var(--cr-dark);
  background: var(--grad1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------- vision-mission --------------- */
.vision-mission {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.vision-mission::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--grad2);
  z-index: -1;
  opacity: 0.2;
}

/* --------------- leaders --------------- */
.leaders {
  position: relative;
  border-radius: 30px;
  margin: 0 10px;
  overflow: hidden;
  z-index: 2;
}
.leaders .leader-card {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0666666667);
  margin-top: 30px;
}
.leaders .leader-card .img {
  position: relative;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.leaders .leader-card .info {
  position: relative;
  padding: 20px;
}

/* --------------- pricing --------------- */
.price-card {
  position: relative;
  padding: 40px 40px 49px;
  border-radius: 40px;
  background: #F4F4F5;
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  margin-top: 48px;
}
.price-card .check-list {
  position: relative;
  border-inline-start: 1px solid rgba(153, 153, 153, 0.2);
  height: 100%;
  padding-inline-start: 20px;
}
.price-card .check-list li {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
}
.price-card .check-list li i {
  position: relative;
  margin-inline-end: 15px;
  flex-shrink: 0;
  margin-top: 3px;
}
.price-card.recomended {
  background: var(--grad1);
  box-shadow: 0px -8px 0px 0px #1b2867 inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.3019607843) inset, 0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.price-card.recomended * {
  color: #fff;
}
.price-card.recomended .cr-grad1 {
  filter: grayscale(1) brightness(400%);
}
.price-card.recomended .cr-777,
.price-card.recomended .cr-888 {
  color: #ccc !important;
}

/* --------------- nav-pills --------------- */
.nav-pills {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background-image: linear-gradient(45deg, rgba(37, 99, 235, 0.0666666667), rgba(9, 16, 48, 0.0666666667));
  border-radius: 12px;
  overflow: hidden;
  padding: 5px;
  z-index: 10;
}
.nav-pills .nav-item {
  position: relative;
}
.nav-pills .nav-item .nav-link {
  position: relative;
  background-color: transparent;
  color: var(--cr-dark);
  padding: 10px 50px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #fff;
}

/* --------------- team --------------- */
.team-card {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  backdrop-filter: blur(4px);
  margin-top: 30px;
}
.team-card .img {
  position: relative;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
.team-card .img .float-links {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.team-card .img .float-links a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--grad1);
  color: #fff;
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.2);
}
.team-card .info {
  position: relative;
  padding: 50px 20px 30px;
}

/* --------------- solutions hero --------------- */
.solution-hero {
  position: relative;
  background: var(--cr-dark);
  color: #fff;
  z-index: 10;
}
.solution-hero * {
  color: #fff;
}
.solution-hero .info {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.solution-hero .info a {
  pointer-events: all;
}
.solution-hero .floating-lines-container canvas {
  mix-blend-mode: luminosity !important;
}

.flow-wrapper {
  min-height: 0;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/13;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flow-wrapper .nodes-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-wrapper .node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.flow-wrapper .node.central {
  width: 120px;
  height: 120px;
  background: #0d153a;
  border: 2px solid var(--cr-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(0, 13, 255, 0.4), inset 0 0 20px rgba(17, 0, 255, 0.2);
  animation: pulseHub 3s infinite ease-in-out;
  transition: all 0.3s ease;
  color: var(--cr-main);
}
.flow-wrapper .node.satellite {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(74, 70, 81, 0.231);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}
.flow-wrapper .node.satellite i {
  font-size: 21px;
}
.flow-wrapper .node.satellite .dot {
  width: 10px;
  height: 10px;
  background: var(--cr-main);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--cr-main);
  opacity: 0.4;
}
.flow-wrapper .flow-lines {
  pointer-events: none;
  z-index: 1;
}
.flow-wrapper .connection-path {
  fill: none;
  stroke: rgba(0, 85, 255, 0.2);
  stroke-width: 1.5;
}
.flow-wrapper .light-particle {
  fill: var(--cr-main);
  filter: blur(2px);
}
@keyframes pulseHub {
  0%, 100% {
    box-shadow: 0 0 50px rgba(0, 13, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 80px rgba(0, 13, 255, 0.4);
  }
}
.flow-wrapper {
  /* Adjustments for RTL and absolute positioning */
}
.flow-wrapper .node.satellite {
  /* Using standard CSS trig functions or simplified positioning */
  --x: calc(var(--dist) * 1); /* placeholder, will use JS for better control */
  --y: calc(var(--dist) * 1);
}

/* --------------- solution --------------- */
.solution {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.solution::before {
  position: absolute;
  content: "";
  left: calc(50% - 25vw);
  top: 0;
  width: 50vw;
  height: 70%;
  background-color: var(--cr-main);
  z-index: -1;
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0.2;
}
.solution .logo-img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F5;
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.solution .content {
  position: relative;
  margin-top: 60px;
}
.solution .lead-side {
  position: relative;
  padding: 50px 0;
  z-index: -2;
}
.solution .lead-side::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: linear-gradient(to left, #F2F6FA, transparent);
  z-index: 2;
  pointer-events: none;
}
.solution .lead-side::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: linear-gradient(to right, #F2F6FA, transparent);
  z-index: 2;
  pointer-events: none;
}
.solution .lead-side .marq-slider {
  padding: 30px 0;
}
.solution .lead-side .marq-slider:nth-of-type(1) {
  transform: rotate(-6deg);
}
.solution .lead-side .marq-slider:nth-of-type(2) .swiper-slide .item {
  margin-inline-start: 50px;
}
.solution .lead-side .marq-slider:nth-of-type(3) {
  transform: rotate(6deg);
}
.solution .lead-side .item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.solution .lead-side .item .txt {
  position: relative;
  font-size: 10px;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
}
.solution .lead-side .item img {
  filter: grayscale(1);
}
.solution .lead-side.lead-side2 .marq-slider {
  padding: 30px 0;
}
.solution .lead-side.lead-side2 .marq-slider:nth-of-type(1) {
  transform: rotate(6deg);
}
.solution .lead-side.lead-side2 .marq-slider:nth-of-type(3) {
  transform: rotate(-6deg);
}
.solution .lead-side.lead-side2 .item img {
  filter: grayscale(0);
}
.solution .marq-slider {
  position: relative;
  overflow: hidden;
}
.solution .marq-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.solution .globe-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* --------------- solution-item --------------- */
.solution-item .img-side {
  position: relative;
}
.solution-item .img-side .top-cont {
  height: 200px;
}
.solution-item .img-side .prompts-grid {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.solution-item .img-side .icon-circle {
  display: inline-flex;
  opacity: 0;
  transition: all 0.2s ease;
}
.solution-item .img-side .icon-circle .icon {
  position: relative;
  font-size: 18px;
  color: var(--cr-sub);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1333333333);
}
.solution-item .img-side .icon-circle.fall-in {
  animation: fallInInfinite2 4s ease-in infinite;
}
@keyframes fallInInfinite2 {
  0% {
    opacity: 0;
    transform: translateY(-20px) rotate(-5deg);
  }
  20% {
    opacity: 0.02;
  }
  40% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(200px) rotate(5deg);
  }
}
.solution-item .img-side .main-img {
  margin-top: -100px;
}

/* --------------- feature-item --------------- */
.feature-item {
  position: relative;
}
.feature-item .img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.0666666667));
}

/* --------------- reports --------------- */
.reports {
  position: relative;
  z-index: 5;
}
.reports .report-item {
  position: relative;
  padding: 50px 30px;
  background: var(--grad3);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  margin-top: 30px;
  min-height: calc(100% - 30px);
}
.reports .report-item .icon {
  height: 60px;
  margin-bottom: 30px;
  filter: drop-shadow(5px 5px 30px var(--cr-main));
}
.reports .report-item h5 {
  font-size: 20px;
  text-wrap: pretty;
}
.reports .report-item .txt-item {
  position: relative;
  font-size: 12px;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  display: inline-flex;
}
.reports .report-item .txt-item i {
  position: relative;
  margin-top: 3px;
  margin-inline-end: 5px;
  flex-shrink: 0;
}
.reports .shap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
  padding: 1vw;
}
.reports .shap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- services-tabs --------------- */
.services-tabs {
  position: relative;
  z-index: 3;
}
.services-tabs .nav-pills {
  border-radius: 50px;
  background: var(--grad3);
}
.services-tabs .nav-pills .nav-link {
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 14px;
}
.services-tabs .nav-pills .nav-link.active {
  background: var(--grad1);
  color: #fff;
}
.services-tabs .lines {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.services-tabs .lines::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(to bottom, #fff, transparent);
  z-index: 1;
}
.services-tabs .lines::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, transparent, #fff);
  z-index: 1;
}
.services-tabs .lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  filter: invert(24%) sepia(80%) saturate(1319%) hue-rotate(182deg) brightness(88%) contrast(90%);
}

/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* ======== */
@media screen and (max-width: 991px) {
  .fsz-40 {
    font-size: 30px !important;
  }
  .fsz-50 {
    font-size: 35px !important;
  }
  .navbar {
    position: static;
    padding: 15px 0;
    background-color: var(--cr-dark);
  }
  .navbar .navbar-nav {
    padding: 0;
    background: transparent;
    margin-top: 20px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    margin: 10px 0;
  }
  .hero {
    margin: 0;
    border-radius: 0;
    background: var(--cr-dark);
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero .video {
    border-radius: 0;
  }
  .features .features-box {
    background: linear-gradient(180deg, #1E293B 0%, #3E4A5C 100%);
    border-radius: 50px;
    padding: 50px 15px;
  }
  .features .features-box .bg {
    display: none;
  }
  .footer .links-side {
    padding: 0;
    border: 0;
  }
  .flip-scroll-st1 {
    transform: translateY(0) rotateX(0) scale(1);
    opacity: 1;
  }
  .item-row {
    padding-top: 30px !important;
  }
  .procces {
    padding-bottom: 0;
  }
  .procces-card {
    display: block;
  }
  .procces-card .num {
    margin-bottom: 15px;
  }
  .contact {
    padding: 100px 0;
  }
  .ai-section .ai-bubble .content {
    min-height: 180px !important;
  }
  .ai-section .chat-bubble .content {
    min-height: 120px;
  }
  footer .contact-item {
    margin-top: 30px;
  }
  footer .foot {
    margin-top: 30px;
  }
  .automation .lines-btm {
    margin-top: 0;
  }
  .automation .btm-cards {
    margin-top: -200px;
  }
  .automation .btm-cards .col-lg-2:nth-of-type(2), .automation .btm-cards .col-lg-2:nth-of-type(3), .automation .btm-cards .col-lg-2:nth-of-type(4) {
    display: none;
  }
  .automation .btm-cards .item .cont {
    padding: 10px 10px 20px;
  }
  .automation .btm-cards .item .cont .text {
    font-size: 12px;
  }
  .page-header {
    padding: 50px 0;
  }
  .section-padding {
    padding: 50px 0;
  }
  .title i {
    display: none;
  }
  .solution-hero {
    border-radius: 0 !important;
  }
  .solution .content .lead-side {
    transform: rotate(-90deg);
    padding: 0;
  }
  .solution-item .img-side {
    margin: 50px 0;
  }
  .solution-item .img-side .flow-wrapper .node.central {
    width: 60px;
    height: 60px;
  }
  .solution-item .img-side .flow-wrapper .node.central .th-60 {
    height: 40px !important;
  }
  .feature-item .img {
    margin-top: 50px;
  }
  .nav-pills {
    border-radius: 30px !important;
  }
  .nav-pills .nav-item {
    width: 100%;
  }
  .services-tabs .tab-item .img {
    margin-top: 50px;
  }
  .ai-section {
    overflow: hidden;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */