.elementor-1523 .elementor-element.elementor-element-1b06b46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1523 .elementor-element.elementor-element-78f003b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1523 .elementor-element.elementor-element-61eeb6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-83px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1523 .elementor-element.elementor-element-61eeb6c{--content-width:634px;}}/* Start custom CSS for html, class: .elementor-element-d53c290 *//* SECTION */
.services-section {
  background: #050507;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

/* HEADER */
.services-intro {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
}

.services-intro h2 {
  font-size: 44px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, #8f5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-intro p {
  color: #aaa;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
}

/* SCROLL WRAPPER */
.services-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  cursor: grab;
}

/* HIDE SCROLLBAR */
.services-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

/* TRACK */
.services-track {
  display: flex;
  gap: 40px;
  padding: 0 5%;
  width: max-content;
}

/* CARD */
.service-card {
  min-width: 350px;
  max-width: 400px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px;
  transition: 0.4s;
  position: relative;
}

/* GRADIENT BORDER */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* TEXT */
.text h3 {
  font-size: 22px;
}

.text p {
  font-size: 14px;
  color: #bbb;
  margin-top: 10px;
}

/* IMAGE */
.image {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 15px;
}

.image img {
  width: 100%;
  transition: transform 0.6s ease;
}

/* IMAGE HOVER */
.service-card:hover img {
  transform: scale(1.08);
}

/* CARD HOVER */
.service-card:hover {
  transform: translateY(-10px);
}

/* RESPONSIVE */
@media(max-width:768px){
  .services-track {
    gap: 20px;
  }

  .service-card {
    min-width: 280px;
  }

  .services-intro h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b2313e *//* SECTION */
.growth-section {
  background: radial-gradient(circle at center, #06080f, #050507);
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

/* CONTAINER */
.growth-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1300px;
  margin: auto;
}

/* TEXT */
.growth-text {
  flex: 1;
  max-width: 600px;
}

.growth-text h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;

  background: linear-gradient(90deg, #fff, #8f5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  font-size: 18px;
  color: #8f5bff;
  margin: 15px 0 20px;
}

.growth-text p {
  color: #aaa;
  line-height: 1.7;
  margin-bottom: 15px;
}

.highlight {
  color: #fff;
  font-weight: 600;
}

/* BUTTON */
.growth-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  background: linear-gradient(90deg, #3566F9, #8f5bff);
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.growth-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(53,102,249,0.3);
}

/* IMAGE */
.growth-image {
  flex: 1;
  position: relative;
}

.growth-image img {
  width: 100%;
  max-width: 600px;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

/* PARALLAX EFFECT */
.growth-section:hover .growth-image img {
  transform: translateY(-15px) scale(1.02);
}

/* GLOW */
.growth-image::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 60%;
  height: 60px;
  background: radial-gradient(circle, rgba(53,102,249,0.4), transparent);
  transform: translateX(-50%);
  filter: blur(30px);
}

/* RESPONSIVE */
@media(max-width:900px){
  .growth-container {
    flex-direction: column;
    text-align: center;
  }

  .growth-text h2 {
    font-size: 34px;
  }

  .growth-image img {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64b0210 */.platforms-section{

padding:40px 6%;

text-align:center;

overflow:hidden;

}


/* title */

.platforms-title{

font-size:34px;

font-weight:800;

color:#2e3e5c;

margin-bottom:8px;

animation:fadeUp .8s ease;

}

.platforms-desc{

font-size:16px;

color:#6b7c93;

margin-bottom:25px;

animation:fadeUp 1.2s ease;

}


/* marquee container */

.logo-marquee{

position:relative;

overflow:hidden;

}


/* gradient edges */

.logo-marquee:before,
.logo-marquee:after{

content:"";

position:absolute;

top:0;

width:80px;

height:100%;

z-index:2;

}

.logo-marquee:before{

left:0;

background:linear-gradient(to right,#ff,transparent);

}

.logo-marquee:after{

right:0;

background:linear-gradient(to left,#ff,transparent);

}


/* row */

.marquee-track{

display:flex;

gap:55px;

align-items:center;

width:max-content;

margin:12px 0;

}


/* logos */

.marquee-track img{

height:40px;

transition:.35s;

}


/* hover effect */

.marquee-track img:hover{

transform:scale(1.2) rotateY(8deg);

filter:drop-shadow(0 8px 20px rgba(0,0,0,0.25));

}


/* animations */

.marquee-left{

animation:marqueeLeft 26s linear infinite;

}

.marquee-right{

animation:marqueeRight 26s linear infinite;

}


/* pause on hover */

.logo-marquee:hover .marquee-track{

animation-play-state:paused;

}


/* keyframes */

@keyframes marqueeLeft{

0%{transform:translateX(0)}

100%{transform:translateX(-50%)}

}

@keyframes marqueeRight{

0%{transform:translateX(-50%)}

100%{transform:translateX(0)}

}


/* title animation */

@keyframes fadeUp{

0%{opacity:0; transform:translateY(20px)}

100%{opacity:1; transform:translateY(0)}

}/* End custom CSS */