/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 15:45:54 */
/* 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 35s ease-in-out infinite alternate;
    filter: blur(80px);
    opacity: 0.2;
    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: 3.25rem;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.hero-stat {
    text-align: center;
}
.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: #ff4d1c;
}
.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: 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: 0;
    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;
}