.elementor-8 .elementor-element.elementor-element-1799cfa{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e2c2f2b *//* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body{
    width:100%;
    overflow-x:hidden;
    font-family:Arial, Helvetica, sans-serif;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* ===========================
   HEADER
=========================== */

.header{
    width:100%;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

.top-navbar{
    background:linear-gradient(to right,#082567,#1d6cff);
}

.container{
    max-width:1280px;
    margin:0 auto;
}

.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:64px;
    padding:0 15px;
}

/* LOGO */

.logo img{
    display:block;
    height:55px;
    width:auto;
}

/* DESKTOP MENU */

.desktop-menu ul{
    display:flex;
    align-items:center;
    gap:28px;
}

.desktop-menu a{
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.desktop-buttons{
    display:flex;
    gap:10px;
}

.btn{
    display:inline-block;
    padding:10px 18px;
    border-radius:5px;
    font-weight:700;
}

.demo-btn{
    background:#ffd400;
    color:#000;
}

.login-btn{
    background:#444;
    color:#fff;
}

.menu-btn{
    display:none;
    border:none;
    background:none;
    color:#fff;
    font-size:30px;
}

/* MOBILE */

.mobile-menu{
    display:none;
    background:#0b3c9d;
}

.mobile-menu.active{
    display:block;
}

.mobile-menu nav{
    padding:20px;
}

.mobile-menu a{
    display:block;
    color:#fff;
    padding:12px 0;
}

.mobile-buttons{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.mobile-buttons .btn{
    flex:1;
    text-align:center;
}

/* MARQUEE */

.marquee-bar{
    background:#f3f3f3;
    padding:0;
    font-size:14px;
}

/* SPORTS */

.sports-menu{
    background: linear-gradient(to right, #1976d2, #20c4ff);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2px 0;
}

.sports-scroll ul{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:6px 10px;
    margin:0;
}

.sports-scroll li{
    display:flex;
    align-items:center;
    gap:4px;
    font-size:13px;
    line-height:1;
}

.sports-scroll a{
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

.sports-scroll a:hover{
    color:#000;
}

.sports-scroll{
    overflow:hidden;
}

.sports-scroll ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    padding:6px 0;
}

.sports-scroll li{
    white-space:nowrap;
}

.sports-scroll a{
    color:#fff;
    font-weight:600;
}

/* RESPONSIVE */

@media(max-width:991px){

.desktop-menu,
.desktop-buttons{
display:none;
}

.menu-btn{
display:block;
}

.logo img{
height:42px;
}

.navbar{
min-height:56px;
}

}

@media(max-width:767px){

.navbar{
padding:0 12px;
}

.logo img{
height:48px;
}

.sports-scroll{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}

.sports-scroll::-webkit-scrollbar{
display:none;
}

.sports-scroll ul{
justify-content:flex-start;
width:max-content;
padding:8px 12px;
}

}

@media(max-width:480px){

.logo img{
height:44px;
}

.navbar{
min-height:52px;
}

.mobile-buttons{
flex-direction:column;
}

.btn{
font-size:13px;
padding:8px 14px;
}

}/* End custom CSS */