.elementor-5545 .elementor-element.elementor-element-5e7ee7e{--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:-296px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5545 .elementor-element.elementor-element-ddb52d4{margin:144px 144px calc(var(--kit-widget-spacing, 0px) + 144px) 144px;}.elementor-5545 .elementor-element.elementor-element-2591596{--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:-167px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5545 .elementor-element.elementor-element-a462c8b{--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:-125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5545 .elementor-element.elementor-element-a462c8b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5545 .elementor-element.elementor-element-e89f34f{--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:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5545 .elementor-element.elementor-element-14e6d36{--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:-21px;--margin-bottom:-21px;--margin-left:-21px;--margin-right:-21px;}.elementor-5545 .elementor-element.elementor-element-bbbc7f5{--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-5545 .elementor-element.elementor-element-387da2c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5545 .elementor-element.elementor-element-387da2c:not(.elementor-motion-effects-element-type-background), .elementor-5545 .elementor-element.elementor-element-387da2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02040A;}.elementor-5545 .elementor-element.elementor-element-fe25181{--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-5545 .elementor-element.elementor-element-88d3179{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}body.elementor-page-5545:not(.elementor-motion-effects-element-type-background), body.elementor-page-5545 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-5545 .elementor-element.elementor-element-a462c8b{--width:100.374%;}.elementor-5545 .elementor-element.elementor-element-387da2c{--content-width:1293px;}.elementor-5545 .elementor-element.elementor-element-fe25181{--width:66%;}.elementor-5545 .elementor-element.elementor-element-88d3179{--width:40%;}}@media(max-width:767px){.elementor-5545 .elementor-element.elementor-element-5e7ee7e{--margin-top:-146px;--margin-bottom:0px;--margin-left:-48px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-ddb52d4 *//* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Plus Jakarta Sans',sans-serif;
  background:#0a0c14;
  color:#fff;
}

/* HERO */
.ultra-hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  padding-top:150px;
}

/* SIMPLE BACKGROUND (NO HEAVY BLUR) */
.bg-wrapper{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(251,191,36,0.12), transparent 40%),
    #0a0c14;
}

/* LIGHT GLOW (STATIC) */
.bg-light{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.05), transparent 60%);
}

/* GRID (STATIC) */
.bg-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size:60px 60px;
  opacity:0.4;
}

/* LAYOUT */
.hero-layout{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  max-width:1200px;
  margin:auto;
  gap:60px;
  padding:40px 20px;
  width:100%;
  position:relative;
  z-index:2;
}

/* TEXT */
.main-heading{
  font-size:clamp(2.2rem,4vw,4rem);
  font-weight:800;
  line-height:1.2;
  color:white;
}

.gradient-text{
  background:linear-gradient(90deg,#fbbf24,#a78bfa,#60a5fa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* SUBTEXT */
.hero-subtext{
  color:#9ca3af;
  margin:20px 0 30px;
  line-height:1.6;
}

/* BUTTONS */
.cta-wrapper{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.btn-primary{
  background:#fbbf24;
  padding:14px 28px;
  border-radius:10px;
  color:#000;
  font-weight:600;
  text-decoration:none;
}

.btn-secondary{
  border:1px solid rgba(255,255,255,0.3);
  padding:14px 28px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
}

/* CARD */
.map-box{
  background:rgba(255,255,255,0.04);
  border-radius:20px;
  padding:25px;
  border:1px solid rgba(255,255,255,0.08);
}
.city-line{
  display:flex;
  justify-content:space-between;
  position:relative;
  margin-top:30px;
}

.city-line::before{
  content:"";
  position:absolute;
  top:150%;
  left:0;
  width:100%;
  height:2px;
  background:rgba(255,255,255,0.15);
  transform:translateY(-50%);
}

/* Progress Line */
.city-line::after{
  content:"";
  position:absolute;
  top:150%;
  left:0;
  height:2px;
  width:var(--progress, 20%);
  background:#fbbf24;
  transform:translateY(-50%);
  transition:width 0.6s ease;
}

.city-item{
  position:relative;
  font-size:11px;
  font-weight:600;
  color:rgba(255,255,255,0.6);
  text-align:center;
  flex:1;
}

/* Dot */
.city-item::before{
  content:"";
  position:absolute;
  top:-8px;
  left:50%;
  width:8px;
  height:8px;
  background:#555;
  border-radius:50%;
  transform:translateX(-50%);
}

/* Active */
.city-item.active{
  color:#fbbf24;
}

.city-item.active::before{
  background:#fbbf24;
}
/* MOBILE OPTIMIZATION */
@media(max-width:900px){

  .hero-layout{
    grid-template-columns:1fr;
    text-align:center;
  }

  .cta-wrapper{
    justify-content:center;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5e7ee7e *//* FORCE FULL WIDTH */
.elementor-section.elementor-section-stretched,
.elementor-section-wrap,
.elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

/* REMOVE SIDE SPACE */
.elementor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* HERO FULL WIDTH */
.ultra-hero {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72bfd2a */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');

:root {
    --gold: #fbbf24;
    --dark: #02040a;
}

.about-premium {
    position: relative;
    padding: 120px 0;
    background: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
    color: white;
}

/* Background Animation Logic */
.about-mesh-bg {
    position: absolute; inset: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgba(59, 130, 246, 0.15), transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(251, 191, 36, 0.1), transparent 40%);
    filter: blur(100px);
    animation: meshSlow 20s infinite alternate ease-in-out;
}
@keyframes meshSlow { from { transform: scale(1); } to { transform: scale(1.1) rotate(2deg); } }
.about-glass-overlay { position: absolute; inset: 0; background: rgba(2, 4, 10, 0.65); backdrop-filter: blur(5px); }

.about-container {
    max-width: 1300px; margin: 0 auto; padding: 0 40px;
    display: grid; grid-template-columns: 1.2fr 0.8fr;
    gap: 80px; align-items: center; position: relative; z-index: 10;
}

/* Text Side */
.about-badge {
    font-size: 11px; letter-spacing: 3px; color: var(--gold);
    border: 1px solid rgba(251, 191, 36, 0.3); padding: 8px 20px;
    border-radius: 50px; display: inline-block; margin-bottom: 25px;
}

.about-title { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.2; margin-bottom: 25px; 
    color:white;
}

}
@keyframes textShine { to { background-position: 200% center; } }

.about-description { color: #94a3b8; font-size: 1.15rem; line-height: 1.8; margin-bottom: 35px; }

.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 40px; }
.feat-item { color: white; font-weight: 600; font-size: 0.95rem; }
.feat-item span { color: var(--gold); margin-right: 8px; }

/* Button Styling */
.btn-premium {
    position: relative; overflow: hidden; background: var(--gold); color: black;
    padding: 18px 40px; border-radius: 12px; font-weight: 800; text-decoration: none;
    display: inline-block; transition: 0.4s; box-shadow: 0 10px 25px rgba(251, 191, 36, 0.3);
}
.btn-premium:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(251, 191, 36, 0.5); }
.btn-flare {
    position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: 0.6s;
}
.btn-premium:hover .btn-flare { left: 100%; }

/* Visual Side */
.about-visual { position: relative; display: flex; justify-content: center; }
.logo-sphere {
    position: relative; width: 350px; height: 350px;
    display: flex; align-items: center; justify-content: center;
}
.sphere-bg {
    position: absolute; inset: 0; border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.1), transparent 70%);
    border: 1px dashed rgba(251, 191, 36, 0.3);
    animation: rotateSphere 20s linear infinite;
}
@keyframes rotateSphere { to { transform: rotate(360deg); } }
.floating-logo {
    width: 220px; height: auto; filter: drop-shadow(0 0 30px rgba(0,0,0,0.5));
    animation: floatLogo 5s ease-in-out infinite;
}
@keyframes floatLogo { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* Stats Bar */
.stats-wrapper {
    max-width: 1100px; margin: 80px auto 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px); border-radius: 30px;
    display: flex; justify-content: space-around; padding: 50px 20px;
    position: relative; z-index: 10;
}
.stat-card { text-align: center; flex: 1; }
.counter { font-size: 3rem; font-weight: 800; color: white; margin-bottom: 5px; }
.stat-card p { color: var(--gold); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.1); }

@media (max-width: 968px) {
    .about-container { grid-template-columns: 1fr; text-align: center; }
    .about-visual { order: -1; }
    .stats-wrapper { flex-direction: column; gap: 40px; margin: 60px 20px 0; }
    .stat-divider { height: 1px; width: 100%; }
    .about-features { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-409af37 *//* ===== MAIN BACKGROUND ===== */
.premium-bg {
    position: relative;
    overflow: hidden;
    background: #0b0f1f;
}

/* ===== GRADIENT BASE ===== */
.premium-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.35), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(251, 191, 36, 0.25), transparent 40%),
        radial-gradient(circle at 60% 50%, rgba(139, 92, 246, 0.25), transparent 50%),
        linear-gradient(135deg, #0b0f1f 0%, #111827 100%);
    
    filter: blur(60px);
}

/* ===== GRID OVERLAY ===== */
.premium-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);

    background-size: 60px 60px;

    mask-image: radial-gradient(circle at center, black, transparent 80%);
    pointer-events: none;
}

/* ===== GOLDEN GLOW RIGHT SIDE ===== */
.premium-bg .bg-glow {
    position: absolute;
    right: -10%;
    bottom: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(251,191,36,0.4), transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

/* ===== BLUE GLOW LEFT SIDE ===== */
.premium-bg .bg-glow-blue {
    position: absolute;
    left: -10%;
    top: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.4), transparent 70%);
    filter: blur(100px);
    z-index: 0;
}

/* ===== CONTENT ABOVE BG ===== */
.premium-bg .elementor-container {
    position: relative;
    z-index: 10;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a462c8b */.full-stretch{
  width:100vw !important;
  max-width:100vw !important;
  
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  
  padding-left:0 !important;
  padding-right:0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c55e8e */:root {
  --gold: #fbbf24;
  --dark: #02040a;
  --glass: rgba(255, 255, 255, 0.03);
}

/* SECTION */
#st-sync-section {
  position: relative;
  padding: 100px 0;
  background: var(--dark);
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* BACKGROUND */
#mesh-bg-sync {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(59,130,246,0.08), transparent 50%),
    radial-gradient(circle at 20% 70%, rgba(251,191,36,0.06), transparent 50%);
  filter: blur(60px);
}

#glass-overlay-sync {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 10, 0.7);
}

/* CONTAINER */
#st-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* HEADER */
#st-header-sync {
  margin-bottom: 60px;
}

#st-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  letter-spacing: -1px;
}

.gold-text {
  background: linear-gradient(
    90deg,
    #22c55e,
    #06b6d4,
    #3b82f6,
    #8b5cf6,
    #ec4899,
    #22c55e
  );

  background-size: 250% 100%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientFlow 6s ease infinite;
}

/* LAYOUT */
#sync-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 50px;
  align-items: start;
}

/* NAVIGATION */
#sync-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sync-nav-item {
  padding: 18px;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.sync-nav-item:hover {
  transform: translateX(5px);
  border-color: rgba(251,191,36,0.3);
}

.sync-nav-item.active {
  background: rgba(251,191,36,0.05);
  border-color: rgba(251,191,36,0.3);
}

.nav-label {
  color: #94a3b8;
  font-weight: 600;
  font-size: 1rem;
}

.sync-nav-item.active .nav-label {
  color: #fff;
}

/* PROGRESS BAR */
.progress-container {
  width: 4px;
  height: 48px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  width: 100%;
  height: 0%;
  background: var(--gold);
  border-radius: 10px;
  box-shadow: 0 0 6px var(--gold);
}

/* DISPLAY */
#sync-display {
  position: relative;
  height: 380px;
}

.sync-card {
  position: absolute;
  inset: 0;

  background: var(--glass);

  border: 1px solid rgba(255,255,255,0.08);

  padding: 50px;

  border-radius: 24px;

  opacity: 0;
  visibility: hidden;

  transform: translateX(20px);

  transition:
    opacity 0.5s ease,
    transform 0.5s ease;

  will-change: transform, opacity;
}

.sync-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* CONTENT */
.card-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.sync-card h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.sync-card p {
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.7;
}

/* SHINE */
.card-shine {
  display: none;
}

/* ANIMATION */
@keyframes gradientFlow {

  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* MOBILE */
@media (max-width: 968px) {

  #sync-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #sync-display {
    height: auto;
    min-height: 300px;
  }

  .sync-card {
    position: relative;
    display: none;
    padding: 30px;
  }

  .sync-card.active {
    display: block;
  }

  #mesh-bg-sync {
    filter: blur(30px);
  }
}

/* SMALL MOBILE */
@media(max-width:768px){

  .gold-text{
    animation: none;
    background-position: 100% 50%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0170e3 */.why-section{
  padding:80px 20px;
  background:#02040a;
  color:#fff;
  text-align:center;
  overflow:hidden;
}

/* TITLE */
.why-title{
  font-size:2.2rem;
  font-weight:800;
  margin-bottom:50px;
}

.why-title span{
  background:linear-gradient(90deg,#fbbf24,#f59e0b,#fde68a);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* SLIDER */
.why-slider{
  overflow:hidden;
  position:relative;
}

/* TRACK */
.why-track{
  display:flex;
  gap:20px;
  width:max-content;
  animation:scrollWhy 25s linear infinite;
}

/* CARD */
.why-card{
  min-width:280px;
  padding:20px;
  border-radius:14px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  font-size:14px;
  font-weight:600;
  transition:0.3s;
}

.why-card:hover{
  transform:translateY(-5px);
  border-color:#fbbf24;
}
.why-slider:hover .why-track{
  animation-play-state: paused;
}

/* ANIMATION */
@keyframes scrollWhy{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

/* MOBILE OPTIMIZATION */
@media(max-width:768px){
  .why-track{
    animation-duration:35s; /* slower = smooth */
  }

  .why-card{
    min-width:240px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9b3915 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap');

:root{
  --gold:#fbbf24;
  --box-width:180px;
}

/* SECTION */
.st-split-brands{
  position:relative;
  padding:100px 0;
  background:#02040a;
  overflow:hidden;
  font-family:'Plus Jakarta Sans',sans-serif;
  color:#fff;
}

/* LIGHT BACKGROUND (NO HEAVY BLUR) */
.brand-mesh-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 10%, rgba(59,130,246,0.05), transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(251,191,36,0.04), transparent 40%);
}

.brand-glass-overlay{
  position:absolute;
  inset:0;
  background:rgba(2,4,10,0.6); /* removed blur */
}

/* CONTAINER */
.st-container{
  max-width:1350px;
  margin:auto;
  padding:0 40px;
  position:relative;
  z-index:2;
}

/* LAYOUT */
.split-wrapper{
  display:grid;
  grid-template-columns:450px 1fr;
  gap:70px;
  align-items:center;
}

/* LEFT CONTENT */
.brand-badge{
  font-size:11px;
  letter-spacing:3px;
  color:var(--gold);
  border:1px solid rgba(251,191,36,0.3);
  padding:8px 20px;
  border-radius:50px;
  display:inline-block;
  margin-bottom:20px;
}

.brand-title{
  font-size:2.6rem;
  font-weight:800;
  line-height:1.2;
  margin-bottom:15px;
}

.gold-text{ color:var(--gold); }

.brand-desc{
  color:#94a3b8;
  line-height:1.7;
  margin-bottom:25px;
}

.brand-stats{
  display:flex;
  gap:25px;
}

.mini-stat strong{
  font-size:1.4rem;
}

.mini-stat span{
  font-size:0.8rem;
  color:var(--gold);
  font-weight:700;
}

/* SLIDER */
.brand-slider-side{
  overflow:hidden;
}

.marquee-viewport{
  mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/* ROW */
.marquee-row{
  display:flex;
  margin-bottom:25px;
}

/* TRACK (SMOOTH GPU ANIMATION) */
.marquee-track{
  display:flex;
  gap:30px;
  width:max-content;

  animation:scrollLeft 18s linear infinite;

  will-change:transform;
  transform:translateZ(0);
}

.track-right{
  animation:scrollRight 18s linear infinite;
}

/* CLEAN KEYFRAMES (NO STUTTER) */
@keyframes scrollLeft{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

@keyframes scrollRight{
  0%{ transform:translateX(-50%); }
  100%{ transform:translateX(0); }
}

/* LOGO */
.logo-box{
  height:90px;
  width:var(--box-width);

  display:flex;
  align-items:center;
  justify-content:center;

  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;

  padding:10px;

  transition:0.25s ease;
  transform:translateZ(0);
}

.logo-box img{
  max-width:100%;
  max-height:100%;
  object-fit:cover;

  filter:none ;
  transition:0.3s ease;
}

/* HOVER */
.logo-box:hover{
  transform:translateY(-4px);
  border-color:var(--gold);
  background:rgba(251,191,36,0.05);
}

.logo-box:hover img{
  filter:grayscale(0) brightness(1);
}

/* MOBILE */
@media(max-width:1024px){

  .split-wrapper{
    grid-template-columns:1fr;
    text-align:center;
    gap:50px;
  }

  .brand-stats{
    justify-content:center;
  }

  .marquee-track{
    animation-duration:22s; /* smoother mobile */
  }

  .logo-box{
    width:140px;
    height:75px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05660c0 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');

/* Main Container */
.hub-info-side {
    padding-right: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    z-index: 5;
    animation: fadeInContent 1s ease-out;
}

/* Badge Styling */
.hub-badge {
    font-size: 11px;
    letter-spacing: 4px;
    color: #fbbf24;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 50px;
    background: rgba(251, 191, 36, 0.05);
}

/* Heading with Animation */
.hub-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 25px;
}



.hub-subtitle {
    color: #94a3b8;
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 50px;
    max-width: 550px;
}

/* Contact Items Layout */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 60px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateX(10px);
}

/* Icon Box with Glass Effect */
.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbbf24;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.contact-item:hover .icon-box {
    background: rgba(251, 191, 36, 0.1);
    border-color: #fbbf24;
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}

.contact-text strong {
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 6px;
    font-weight: 700;
}

.contact-text p {
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
    font-size: 1rem;
}

/* Trust List (Bottom Tags) */
.trust-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-tag {
    font-size: 0.95rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.trust-tag .check {
    color: #fbbf24;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
}

/* Keyframe Animations */
@keyframes textShine {
    to { background-position: 200% center; }
}

@keyframes fadeInContent {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Fixes */
@media (max-width: 968px) {
    .hub-info-side {
        padding-right: 0;
        text-align: center;
    }
    .hub-subtitle {
        margin: 0 auto 40px;
    }
    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .trust-list {
        align-items: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1fba89 *//* ===============================
   Glass Popup Wrapper
================================ */
.glass-popup-wrapper {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 18px;
  max-width: 420px;
  margin: auto;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ===============================
   Form Layout
================================ */
.glass-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===============================
   Inputs & Textarea
================================ */
.glass-form input,
.glass-form textarea {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  color: #000;
  outline: none;
  transition: all 0.25s ease;
}

.glass-form input::placeholder,
.glass-form textarea::placeholder {
  color: #555;
}

.glass-form input:focus,
.glass-form textarea:focus {
  border-color: #25d366;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.25);
}

/* ===============================
   Textarea
================================ */
.glass-form textarea {
  resize: none;
  min-height: 90px;
}

/* ===============================
   Error Message
================================ */
#form-error {
  background: rgba(255, 0, 0, 0.08);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
}

/* ===============================
   WhatsApp Button
================================ */
.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.whatsapp-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* ===============================
   MOBILE / DESKTOP VISIBILITY
================================ */

/* Hide WhatsApp form on Desktop */
@media (min-width: 769px) {
  .mobile-whatsapp-form {
    display: none !important;
  }
}

/* Hide Fluent Form on Mobile */
@media (max-width: 768px) {
  .desktop-fluent-form {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* FORCE FULL WIDTH */
.elementor-section.elementor-section-stretched,
.elementor-section-wrap,
.elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

/* REMOVE SIDE SPACE */
.elementor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* HERO FULL WIDTH */
.ultra-hero {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}/* End custom CSS */