body {
    margin: 0;
    scroll-behavior: smooth;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system, "SF Pro Display", "SF Pro Text", sans-serif ;
}

.is-home-page .hm-row-bc:not(:first-child:empty)+.hm-row-bc {
    margin-top: 10px;
}

div#root.layout-bc.theme-default.betslip-Hidden .layout-content-holder-bc {
    max-width: 1630px ;
    margin-left: auto ;
    margin-right: auto ;
}

.hdr-main-content-bc {
    padding: 0 10px;
}

.header-bc {
    padding: 0px;
}


.layout-footer-holder-bc {
    background: #00000052 ;
    
}

.hdr-main-content-bc {
    margin: 0 -10px ;
}

.header-bc {
    width: 100%;
    background: rgb(34 40 51) ;
    padding: 0 10px;
}

body .layout-bc {
    background-color: #222833;
    background-attachment: fixed;
    background-size: 100%;
}

.layout-bc.is-home-page {
    background-image: url('https://cmsbetconstruct.com/storage/medias/hilbet/media_1868627_801ed83f0aaec500c67e4caeebba77d3.jpeg');
    background-size: 100%;
    background-attachment: fixed;
}

.layout-betslip-holder-bc {
    padding: 10px ;
}

.page-view-more {
    position: relative;
    z-index: 1;
}

nav.nav-menu-container,
.hdr-main-content-bc {
    margin: 0 auto ;
    padding: 0 10px ;
    max-width: var(--layout-width) ;
}

.btn,
.btn.a-color {
    font-weight: bold ;
}



.hdr-dynamic-content {
    display: none ;
}

.layout-header-holder-bc {
    margin: 0px;
    box-shadow: none ;
}



.hdr-logo-bc {
    height: 80px ;
}

[class^=bc-i-],
[class*=" bc-i-"] {
    font-family: BetConstruct-Icons ;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bc-i-Soccer:before {
    content: "";
}

.bc-i-live-chat:before {
    content: "";
}

.bc-i-tv:before {
    content: "";
}

.bc-i-prematch:before {
    content: "";
}

.bc-i-player-info:before {
    content: "";
}

.bc-i-favorite:before {
    content: "";
}

.bc-i-youtube:before {
    content: "";
}

.bc-i-instagram:before {
    content: "";
}

.bc-i-telegram:before {
    content: "";
}

.bc-i-twitter:before {
    content: "";
}

.bc-i-betslip:before {
    content: "";
}

.bc-i-apps:before {
    content: "";
}

.bc-i-applications:before {
    content: "";
}

.bc-i-notification:before {
    content: "";
}

.bc-i-settings:before {
    content: "";
}

.bc-i-double-arrow-top:before {
    content: "";
}

.bc-i-small-arrow-left:before {
    content: "";
}

.bc-i-small-arrow-right:before {
    content: "";
}

.bc-i-small-arrow-down:before {
    content: "";
}

.bc-i-small-arrow-up:before {
    content: "";
}

.bc-i-arrow-drop-down-up:before {
    content: "";
}

.bc-i-close-remove:before {
    content: "";
}

.bc-i-vertical-toggle:before {
    content: "";
}

body,
div,
span,
iframe,
h1,
h3,
h4,
p,
a,
img,
strong,
u,
i,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

img {
    border-style: none;
}

button,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    background: none;
    border: none;
}

button {
    text-transform: none;
}

button,
[type=button] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}



body {
    width: 100%;
    min-height: 100%;
}

body {
    background: rgba(var(--b), 1);
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.product-banner-bc {
    border-radius: var(--border-radius);
}

.product-banner-info-bc {
    display: flex;
    align-items: center;
    width: 100%;
}

.product-banner-container-bc {
    display: grid;
    grid-gap: 10px;
}

.product-banner-without-titles .product-banner-img-bc {
    max-width: 100%;
    border-radius: var(--border-radius);
}

.product-banner-container-bc {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    overflow-x: hidden;
    overflow-y: hidden;
}

.pb-component-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.hm-row-bc {
    overflow-x: hidden;
    overflow-y: hidden;
}

.product-banner-container-bc.product-banner-without-titles .product-banner-info-bc {
    height: 100%;
}

.product-banner-info-bc {
    position: relative;
    transition: transform var(--slow-transition-duration);
}



.product-banner-img-bc {
    will-change: transform;
    flex-shrink: 0;
    order: 1;
    transition: transform var(--slow-transition-duration);
}



.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 0 20px;
    color: rgba(var(--b-sc), .9);
    background: rgba(var(--b-sc), .15);
    border: none;
    border-radius: var(--border-radius);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: color var(--default-transition-duration), background var(--default-transition-duration), border-color var(--default-transition-duration);
}

.btn>span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media all and (hover: hover) {
    .btn:hover {
        background: rgba(var(--b-sc), .35);
        cursor: pointer;
    }
}

@media not all and (hover: hover) {
    .btn:active {
        background: rgba(var(--b-sc), .35);
    }
}

.btn:focus {
    background: rgba(var(--b-sc), .15);
}

.btn.s-small {
    width: auto;
    height: 28px;
    padding: 0 15px;
}

.btn.a-color {
    color: rgba(var(--oc-1-sc), 1);
    background: rgba(var(--oc-1), 1);
    transition: background var(--default-transition-duration);
}

@media all and (hover: hover) {
    .btn.a-color:hover {
        background: rgba(var(--oc-1-hover), 1);
        cursor: pointer;
    }
}

@media not all and (hover: hover) {
    .btn.a-color:active {
        background: rgba(var(--oc-1-hover), 1);
    }
}

.btn.sign-in {
    padding: 0;
    color: rgba(var(--header-sc), 1);
    background: none;
    text-decoration: underline;
    transition: color var(--default-transition-duration);
}

@media all and (hover: hover) {
    .btn.sign-in:hover {
        color: rgba(var(--header-sc), 1);
        cursor: pointer;
    }
}

@media not all and (hover: hover) {
    .btn.sign-in:active {
        color: rgba(var(--header-sc), 1);
    }
}

.btn.sign-in:focus {
    background: none;
}

.btn.register {
    padding: 0 8px;
    color: rgba(var(--hero-sc), 1);
    background: rgba(var(--hero), 1);
    transition: background var(--default-transition-duration);
}

@media all and (hover: hover) {
    .btn.register:hover {
        background: rgba(var(--hero-hover), 1);
        cursor: pointer;
    }
}

@media not all and (hover: hover) {
    .btn.register:active {
        background: rgba(var(--hero-hover), 1);
    }
}

.btn:disabled {
    color: rgba(var(--b-sc), .3);
    background: rgba(var(--b-sc), .1);
    pointer-events: none;
}

.btn {
    max-width: 370px;
}


.ftr-g-content-bc {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}



.ftr-content {
    display: flex;
    flex-direction: column;
}



.carousel {
    position: relative;
    height: 100%;
}



.page-view-more {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.view-title-more {
    flex: auto;
    text-transform: uppercase;
}



.view-title-more {
    color: rgba(var(--b-sc), 1);
    font-size: 16px;
    letter-spacing: 1px;
}

#root:not(.hasLeftMenu) {
    --maxHeightProvider: calc(100vh - (var(--desktop-header-height) + var(--desktop-sub-nav-height) + var(--desktop-nav-height) + var(--desktop-header-margin-bottom) + var(--dynamic-header) + 90px + 58px));
    --stickyProvider: calc(var(--desktop-header-height) + var(--desktop-sub-nav-height) + var(--desktop-nav-height) + var(--desktop-header-margin-bottom) + var(--dynamic-header));
}



.layout-bc {
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
 
}

.layout-bc:not(.hasLeftMenu, .sportsbook) {
    grid-template-areas: "header""content""footer""betslip";
    grid-template-columns: 100%;
}

.layout-header-holder-bc {
    grid-area: header;
    width: 100%;
}

.layout-content-holder-bc {
    grid-area: content;
    width: 100%;
}

.layout-footer-holder-bc {
    grid-area: footer;
    width: 100%;
    transform: translateZ(0);
}

.layout-betslip-holder-bc {
    grid-area: betslip;
}

.layout-betslip-holder-bc:empty {
    display: none;
}

.hm-row-bc {
    display: grid;
    gap: 10px;
    grid-auto-rows: 1fr;
}



.layout-header-holder-bc {
    margin-bottom: var(--desktop-header-margin-bottom);
    position: sticky;
    top: 0;
    z-index: 952;
    background: #23262f;
    box-shadow: 0 var(--desktop-header-margin-bottom) 0 0 rgba(var(--b), 1);
}

.layout-bc:not(.page-full-size) .layout-content-holder-bc,
.layout-bc:not(.page-full-size) .layout-footer-holder-bc {
    margin: 0 auto;
}

.layout-bc:not(.page-full-size) .layout-footer-holder-bc {
    left: 0;
    right: 0;
}

.layout-footer-holder-bc {
    background: #23262f;
}

.hm-row-bc:not(:first-child:empty)+.hm-row-bc {
    margin-top: 20px;
}



.header-bc {
    width: 100%;
    background: rgba(var(--header), 1);
    overflow: hidden;
}

.hdr-main-content-bc {
    display: grid
;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
    flex: auto;
    margin-inline-end: 5px;
    margin-bottom: 12px;
}

.logo {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.hdr-logo-bc {
    display: flex;
    height: 100%;
    object-fit: contain;
}



.hdr-dynamic-content {
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}



.header-bc {
    padding: 0 10px;
    box-sizing: border-box;
}

.hdr-main-content-bc,
.logo {
    height: var(--desktop-header-height);
}

.hdr-logo-bc {
    max-width: 200px;
    padding: 4px 0;
}



.header-icon-text,
.hdr-main-content-bc .infoTime,
.smartPanel-bc,
.hdr-user-bc .sign-in {
    margin-inline-start: 20px;
}



.header-icon-text:after,
.compact-mode:after,
.nav-menu-other:after,
.hdr-main-content-bc .infoTime:after,
.smartPanel-bc:after,
.hdr-user-bc .sign-in:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    background: rgba(var(--menu-sc), .1);
}

.view-title-more{
    color: #fff;
    font-size:25px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}



.popup-holder-bc {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    background: #000000b3;
}



.popup-holder-bc.hidden {
    display: none;
}

.popup-holder-bc.windowed {
    padding: 0 30px;
}


.popup-holder-bc {
    min-width: 1024px;
}



.popup-holder-bc:not(.user-profile-container) {
    z-index: 1001;
}



.layout-bc:not(.smart-panel-is-visible) .hdr-smart-panel-holder-arrow-bc {
    opacity: 0;
    visibility: hidden;
}

.hdr-smart-panel-holder-arrow-bc {
    transition: opacity var(--default-transition-duration), visibility var(--default-transition-duration), transform var(--default-transition-duration);
    z-index: 980;
    transform: translateY(-4%);
}

.hdr-smart-panel-holder-arrow-bc:after,
.hdr-smart-panel-holder-arrow-bc:before {
    content: "";
    top: -7px;
    left: 50%;
    transform: translate(-50%, 10px);
    position: absolute;
    border-style: solid;
    border-width: 0 7px 7px;
    transition: transform var(--default-transition-duration) var(--default-transition-duration);
}

.hdr-smart-panel-holder-arrow-bc:before {
    border-color: transparent transparent rgba(var(--header), 1);
}

.hdr-smart-panel-holder-arrow-bc:after {
    border-color: transparent transparent rgba(var(--header-sc), .2);
}

.hdr-smart-panel-holder-bc {
    position: relative;
    width: 50px;
    background: rgba(var(--header), 1);
    border-radius: var(--border-radius);
    box-shadow: 0 2px 4px #00000026;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.sp-button-bc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    font-size: 18px;
    color: rgba(var(--header-sc), .85);
    background: rgba(var(--header-sc), .2);
    transition: background var(--default-transition-duration);
}

.sidePanel-holder-bc {
    position: relative;
}


.sidePanel-holder-bc.hidden {
    display: none;
}



.sp-button-bc {
    cursor: pointer;
}



.hdr-smart-panel-holder-arrow-bc {
    position: absolute;
    top: 42px;
}



.smartPanel-bc {
    position: relative;
    margin-inline-end: 5px;
}

.nav-floating-btn-hide {
    opacity: 0;
    pointer-events: none;
}

.layout-bc .nav-floating-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(var(--b-sc), .15);
    color: rgba(var(--b-sc), .8);
    font-size: 14px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.header-bc .center-bottom-btn {
    transition: opacity var(--default-transition-duration) ease;
}

.header-bc .center-bottom-btn>button {
    position: fixed;
    bottom: 90px;
    right: 0;
    left: 0;
    margin: auto;
    transition: top var(--default-transition-duration) ease;
}



.footerWrapper {
    max-width: none;
    box-shadow: 0 1px rgba(var(--b-sc), .1) inset;
    padding-top: 10px;
    overflow: hidden;
}


.layout-footer-holder-bc {
    background: rgba(var(--b), 1);
    border-top: 1px solid rgba(var(--b-sc), 0.1);
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
}

.footer-section {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(var(--b-sc), 0.05);
    border-radius: 10px;
    border: 1px solid rgba(var(--b-sc), 0.1);
}

.footer-section h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(var(--hero), 1);
}



.legal-text {
    color: rgba(var(--b-sc), 0.8);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

.footer-bottom {
    border-top: 2px solid rgba(var(--hero), 1);
    padding-top: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 50px;
}

.footer-bottom p {
    color: rgba(var(--b-sc), 0.7);
    font-size: 14px;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-link {
    color: rgba(var(--b-sc), 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Article Styles */
.article-section {
    margin: 50px 0;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(var(--b-sc), 0.5);
    padding: 40px;
    border-radius: var(--border-radius);
    line-height: 1.7;
    color: white;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    background: linear-gradient(135deg, rgb(66 246 79), rgb(169 248 171));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    margin: 30px 0 15px 0;
    line-height: 1.3;
}

.article-content h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.article-content h2 {
    font-size: 26px;
    border-bottom: 2px solid rgba(var(--hero), 0.3);
    padding-bottom: 8px;
}

.article-content h3 {
    font-size: 22px;
}

.article-content h4 {
    font-size: 20px;
}

.article-content h5 {
    font-size: 18px;
}

.article-content h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-content p {
    color: rgb(var(--f-sc));
    margin-bottom: 20px;
    text-align: justify;
}

.article-content strong {
    color: rgba(var(--hero), 1);
    font-weight: 600;
}

.article-content em {
    color: rgba(var(--hero), 0.8);
    font-style: italic;
}

.article-content ul,
.article-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.article-content li {
    color: rgb(var(--f-sc));
    margin-bottom: 8px;
    position: relative;
}

.article-content ul li::marker {
    color: rgba(var(--hero), 1);
}

.article-content ol li::marker {
    color: rgba(var(--hero), 1);
    font-weight: bold;
}

/* Article Mobile Responsive */
@media screen and (max-width: 768px) {
    .article-content {
        padding: 25px 20px;
        margin: 0 15px;
    }
    
    .article-content h1 {
        font-size: 26px;
    }
    
    .article-content h2 {
        font-size: 22px;
    }
    
    .article-content h3 {
        font-size: 20px;
    }
    
    .article-content h4 {
        font-size: 18px;
    }
    
    .article-content h5 {
        font-size: 16px;
    }
    
    .article-content h6 {
        font-size: 14px;
    }
    
    .article-content p {
        text-align: left;
    }
}

/* Breadcrumb Styles */
.breadcrumb-nav {
    padding: 10px 20px;
    background: rgba(var(--b-sc), 0.05);
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: rgba(var(--b-sc), 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: rgba(var(--hero), 1);
}

.breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: rgba(var(--b-sc), 0.5);
}

.breadcrumb-item:last-child a {
    color: rgba(var(--hero), 1);
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .breadcrumb-nav {
        padding: 8px 15px;
        margin-bottom: 15px;
    }
    
    .breadcrumb {
        font-size: 12px;
    }
}

/* Hero Section Styles */
.hero-section {
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 50px;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.hero-slogan {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-highlight {
    background: linear-gradient(135deg, rgb(66, 246, 79), rgb(169, 248, 171));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn {
    min-width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-btn {
    background: linear-gradient(90deg, #313c53 0%, #4d5c78 51%, #313c53 100%);
    color: #ffffff;
    border: 2px solid #516385;
    box-shadow: 0 4px 15px rgba(81, 99, 133, 0.3);
}

.register-btn {
    background: linear-gradient(90deg, rgb(66, 246, 79) 0%, rgb(169, 248, 171) 51%, rgb(66, 246, 79) 100%);
    color: #000000;
    border: 2px solid rgb(169, 248, 171);
    box-shadow: 0 4px 15px rgba(66, 246, 79, 0.3);
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.login-btn:hover {
    box-shadow: 0 6px 20px rgba(81, 99, 133, 0.5);
}

.register-btn:hover {
    background: linear-gradient(90deg, rgb(66, 246, 79) 0%, rgb(169, 248, 171) 51%, rgb(66, 246, 79) 100%) !important;
    color: #000000 !important;
    box-shadow: 0 6px 20px rgba(66, 246, 79, 0.5);
}

/* Hero Mobile Responsive */
@media screen and (max-width: 768px) {
    .hero-section {
        padding: 60px 15px;
        margin-bottom: 30px;
    }
    
    .hero-slogan {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .hero-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-btn {
        min-width: 280px;
        width: 100%;
        max-width: 350px;
    }
}
