/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 10:25:56 */
/* Add your CSS code here.*/
html { scroll-behavior: smooth; }
.main-hero{
	overflow:hidden;
}
.main-hero::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(135deg, #0f1e40 0%, #1a0a24 100%);
    animation: blobMove 25s ease-in-out infinite alternate;
    filter: blur(40px);
    opacity: 0.5;
    z-index: 1;

}
.main-hero::after {
    position: absolute;
	content:"";
    inset: 0;
    background: linear-gradient(120deg, #FF6B00, #FF4D1C, #E04156, #202149, #1C6DFF);
    background-size: 150% 150%;
    animation: gradientFlow 30s ease infinite;
    mix-blend-mode: overlay;
    opacity: 0.65;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
	font-family: 'Syne',sans-serif;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 0.35rem 0.9rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 1;
}
.hero-badge-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #ff6900;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}
@keyframes blobMove {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-10%, 10%) scale(1.1); }
  100% { transform: translate(10%, -10%) scale(1); }
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-stats {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 1.5rem;
/*     border-top: 1px solid rgba(255, 255, 255, 0.07); */
}
.hero-stat {
    text-align: center;
    flex: 1;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    min-width: 220px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.hero-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    align-self: center;
}
.hero-stat-num {
    font-family: 'Syne', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #FFF;
    display: block;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}
.hero-stat-num span {
    color: #F11D39;
}
.hero-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.bottom-cta::before {
    content: '';
	border:none;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
	width:100%;
    max-width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(255, 77, 28, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
.pattern-bg:before {
    content: "";
    opacity: .05;
    z-index: 0;
    background-image: radial-gradient(#fff 20%, #0000 21%), radial-gradient(#fff 20%, #0000 21%);
    background-position: 0 0, 7px 7px;
    background-size: 14px 14px;
    background-attachment: fixed;
    position: absolute;
    -webkit-mask: linear-gradient(#0000, #000);
    mask: linear-gradient(#0000, #000);
}
.pattern-bg:after {
    content: "";
    z-index: -1;
    opacity: .1;
    background-image: linear-gradient(#000, #0000);
    position: absolute;
    inset: 0;
}
/* .uc_logo_marquee .uc_logo_marquee_holder img{
	filter: brightness(0) invert(1) grayscale(0.5);
} */

.recentArticles .elementor-post .elementor-post__card:hover{
	transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.25);
	transition:0.3s ease;
}

.gradient-darkbg{
background-color: #000;
background-image:
radial-gradient(circle at 15% 20%, rgba(255, 77, 28, 0.14) 0%, transparent 18%),
radial-gradient(circle at 75% 25%, rgba(255, 107, 0, 0.12) 0%, transparent 16%),
radial-gradient(circle at 35% 70%, rgba(224, 65, 86, 0.10) 0%, transparent 20%),
radial-gradient(circle at 85% 75%, rgba(28, 109, 255, 0.10) 0%, transparent 18%),
radial-gradient(circle at 55% 45%, rgba(32, 33, 73, 0.16) 0%, transparent 22%),
radial-gradient(circle at 10% 85%, rgba(255, 77, 28, 0.08) 0%, transparent 16%);
background-repeat: no-repeat;
background-size: cover;
}

.highlights-section {
    background: radial-gradient(circle at 78% 27%, #ff4d1c1f, #0000 28rem), radial-gradient(circle at 35% 17%, #20214924, #0000 30rem), linear-gradient(180deg, #fff, #f6f8fb 58%, #fff);
    overflow: hidden;
    position: relative;
}

/* hero section growing chart */
 /* RIGHT */
    .elementor-element.elementor-element-59b9ec3.elementor-widget.elementor-widget-html {
      align-self: auto;
    }
    .hero-right {
      /*flex: 1;*/
      position: relative;
    }

    /* GLASS */

    .glass-card {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(22px);
      border-radius: 32px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    }

    /* LARGE CARD */
    .large-card {
      padding: 25px;
      min-height: 325px;
    }
    .card-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .conversions {
      color: #ffffffc2;
    }
    .card-top button {
      background: rgba(255, 255, 255, 0.06);
      border: none;
      color: white;
      padding: 10px 16px;
      border-radius: 12px;
    }

    .large-card h2 {
      font-size: 3rem;
      margin-top: 20px;
      color: #fff;
		display:flex;
		align-items:center;
		
    }
   .large-card h2 svg, .small-cards h3 svg{
	height: 43px;
    fill: #F11D39;
}

    .growth {
      margin-top: 10px;
      color: #ff6b00;
    }

    /* GRAPH */
    .graph-wrapper {
      height: 180px;
    }
    /* GRID */
    .grid {
      position: absolute;
      inset: 0;

      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: linear-gradient(to top, black 70%, transparent);
      opacity: 0.6;
    }
    /* SVG */
    .graph-svg {
      width: 100%;
      height: 100%;
      overflow: visible;
    }
    /* GLOW */
    .graph-glow {
      fill: none;
      stroke: #ff6b00;
      stroke-width: 18;
      opacity: 0.25;
      filter: blur(12px);
      stroke-linecap: round;
    }

    /* MAIN LINE */
    .graph-line {
      fill: none;
      stroke: url(#lineGradient);
      stroke-width: 5;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 1800;
      stroke-dashoffset: 1800;
      animation:
        drawGraph 4s ease forwards,
        floatGraph 4s ease-in-out infinite alternate;
    }

    /* AREA */

    .graph-fill {
      fill: url(#fillGradient);
      opacity: 0.9;
      animation: fillFloat 4s ease-in-out infinite alternate;
    }

    @keyframes drawGraph {
      to {
        stroke-dashoffset: 0;
      }
    }

/*graph end*/

    /* SMALL CARDS */
    .small-cards {
      display: flex;
      gap: 20px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .small-card {
      flex: 1;
      padding: 25px;
    }

    .small-card span {
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.85rem;
      text-transform: uppercase;
    }

    .small-card h3 {
		display:flex;
		align-items:end;
      font-size: 1.9rem;
      margin: 0;
      color: #fff;
    }

    .small-card p {
      margin-top: 8px;
      color: #ff6b00;
    }
    
      @media(max-width:767px){
    }