body {
    font-family: 'Poppins', sans-serif;
    background-color: #000000;
    color: #f8f9fa;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #64b8fb;
}

a {
    color: #64b8fb;
    text-decoration: none;
    cursor: pointer !important;
}

a:hover {
    color: #56a5e6;
    text-decoration: underline;
}
.text-warning{
    color: #56a5e6 !important;
}
.btn {
    text-decoration: none !important;
    border-radius: 0.5rem;
    white-space: normal;
    word-break: break-word;
    text-align: center;
}

.btn-warning {
    background-color: #64b8fb;
    border-color: #64b8fb;
    color: #212529;
}



.btn-warning:hover {
    background-color: #56a5e6;
    border-color: #56a5e6;
    color: #212529;
}

.btn-outline-warning {
    border-color: #64b8fb;
    color: #64b8fb;
}

.btn-outline-warning:hover {
    background-color: #64b8fb;
    color: #212529;
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa;
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    color: #212529;
}

/* Puls button*/
.btn-puls {
    background: #e63946;
    border: 2px solid #e63946;
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0.5rem;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-puls:hover {
    background: #f04858;
    border-color: #f04858;
    transform: translateY(-2px);
}

.btn-mainmenu, .btn-mainmenu2{
    background: #e63946;
    border-radius: 0.5rem;
    text-decoration: none !important;
    padding: 0.2rem 0.6rem !important;
    margin: 0.2rem 0.6rem !important;
}
.btn-mainmenu:hover, .btn-mainmenu2:hover {
    background: #f04858 !important;
    color: #212529 !important;
    text-decoration: none !important;
}
@media (min-width: 992px) {
    .btn-mainmenu2{
      display:none; 
   } 
}
@media (max-width: 992px) {
   .btn-mainmenu{
      display:none; 
   } 
    .btn-mainmenu2{
      display:block; 
   } 
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.7);
    }
    15% {
        transform: scale(1.08);
        box-shadow: 0 0 0 15px rgba(230, 57, 70, 0);
    }
    30% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(230, 57, 70, 0);
    }
    100% {
        transform: scale(1);
    }
}

.btn-puls {
    animation: heartbeat 1.6s ease-in-out infinite;
}



/* Age Verification Modal */
.age-modal-content {
    background-color: #212529;
    border-radius: 1rem;
    border: 1px solid #64b8fb;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212529;
    color: #fff;
    padding: 1rem 0;
    z-index: 1060;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    display:none;
}

/* Top Info Bar */
.top-info-bar {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
}

/* Header */
.header {
    background-color: #212529;
    border-bottom: 1px solid #333;
    z-index: 1050;
}

.logo-img {
    height: 60px;
}

.site-name {
    font-size: 1.8rem;
    font-weight: 700;
}

.navbar-nav{
    align-items: center;
}
.navbar-nav .nav-link {
    color: #f8f9fa;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #64b8fb;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas {
    background-color: #212529;
    color: #f8f9fa;
}

.offcanvas .offcanvas-header {
    border-bottom: 1px solid #333;
}

.offcanvas .offcanvas-title {
    color: #64b8fb;
}

.offcanvas .btn-close {
    filter: invert(1);
}

/* Hero Section */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding-top: 100px; /* Offset for sticky header */
    padding-bottom: 100px;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.hero-section h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #64b8fb;
}

.hero-section p.lead {
    font-size: 1.25rem;
    color: #f8f9fa;
}

/* Section Titles */
.section-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #64b8fb;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #64b8fb;
}

/* Casino and Betting Sections */
.casino-features li, .betting-features li {
    font-size: 1.1rem;
    color: #f8f9fa;
}

.casino-features i, .betting-features i {
    width: 40px;
    text-align: center;
}

/* Image sizing for blocks */
.img-fluid {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0.75rem;
}

/* Bonus Block */
.bonus-block {
    background-color: #1a1a1a;
    border: 2px solid #64b8fb;
}

/* Advantage Cards */
.advantage-card {
    border: 1px solid #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.advantage-card i {
    color: #64b8fb;
}

/* CTA Section */
.cta-section {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.cta-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.cta-section h2 {
    color: #64b8fb;
}

/* FAQ Section */
.accordion-button {
    font-weight: 600;
    color: #64b8fb !important;
    border-bottom: 1px solid #333;
}

.accordion-button:not(.collapsed) {
    background-color: #1a1a1a !important;
    color: #64b8fb !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #64b8fb;
}

.accordion-item {
    border: 1px solid #333;
}

.accordion-body {
    background-color: #1a1a1a;
    color: #f8f9fa;
    border-top: 1px solid #333;
}

/* Reviews Section */
.review-card {
    border: 1px solid #333;
}

.avatar-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #64b8fb;
}

/* Disclaimer Block */
.disclaimer-block {
    background-color: #212529;
    border-top: 2px solid #64b8fb;
    border-bottom: 2px solid #64b8fb;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.disclaimer-block .border {
    border-color: #64b8fb !important;
}

.disclaimer-block h3 {
    color: #64b8fb !important;
}

/* Footer */
.footer {
    background-color: #1a1a1a !important;
    border-top: 1px solid #333;
}

.footer .logo-img {
    height: 45px;
}

.footer .site-name {
    font-size: 1.2rem;
        white-space: normal;
}

.footer ul li a {
    color: #adb5bd;
}

.footer ul li a:hover {
    color: #64b8fb;
    text-decoration: none;
}

.responsible-gaming-logos {
    gap: 1.5rem;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.8) grayscale(0.2);
    transition: filter 0.3s ease;
}

.footer-logo-18plus {
    max-width: 60px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.8) grayscale(0.2);
    transition: filter 0.3s ease;
}

/* Responsive Typography */
@media (min-width: 1024px) {
    .site-name {
        font-size: 2.2rem;
    }
    .hero-section h1 {
        font-size: 3.5rem;
    }
    .section-title {
        font-size: 2.5rem;
    }
    .h5 {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-name {
        font-size: 2rem;
    }
    .hero-section h1 {
        font-size: 3rem;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .h5 {
        font-size: 1.15rem;
    }
    .navbar-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-nav .nav-item {
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .site-name {
        font-size: 1.25rem;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p.lead {
        font-size: 1rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .h5 {
        font-size: 1rem;
    }
    .logo-img {
        height: 30px;
    }
    .navbar-collapse {
        background-color: #212529;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
    }
    .d-flex.mt-3.mt-lg-0 {
        flex-direction: column;
        align-items: center;
    }
    .d-flex.mt-3.mt-lg-0 .btn {
        width: 80%;
        margin-bottom: 0.5rem;
    }
    .img-fluid {
        height: 250px;
    }
    .footer .site-name {
        font-size: 1.2rem;
    }
    .responsible-gaming-logos {
        justify-content: center;
        gap: 1rem;
    }
    .footer-logo {
        max-width: 90px;
    }
    .footer-logo-18plus {
        max-width: 50px;
    }
    .cookie-banner .container {
        flex-direction: column;
    }
    .cookie-banner .d-flex.gap-2 {
        width: 100%;
        justify-content: center;
    }
    .cookie-banner .btn {
        flex-grow: 1;
    }
    .hero-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-nav .nav-item {
        flex-shrink: 0;
    }
}
/*
 * Base styles for the rightsCloudWrap container
 * Provides top margin and horizontal padding for content
 */
.rightsCloudWrap {
    margin-top: 60px; /* Space from the content above */
    padding-left: 24px; /* Padding on the left side */
    padding-right: 24px; /* Padding on the right side */
    max-width: 1200px; /* Optional: Sets a maximum width for readability on large screens */
    margin-left: auto; /* Centers the container if max-width is set */
    margin-right: auto; /* Centers the container if max-width is set */
}

/*
 * Heading styles for h1-h5 within rightsCloudWrap
 * Moderate font sizes, margins, and line heights for readability
 */
.rightsCloudWrap h1 {
    font-size: 2.2em; /* Moderate size for main heading */
    margin-top: 1.5em; /* Space above the heading */
    margin-bottom: 0.8em; /* Space below the heading */
    line-height: 1.2; /* Tighter line height for headings */
    font-weight: 700; /* Bold font weight */
}

.rightsCloudWrap h2 {
    font-size: 1.8em; /* Slightly smaller than h1 */
    margin-top: 1.4em;
    margin-bottom: 0.7em;
    line-height: 1.2;
    font-weight: 700;
}

.rightsCloudWrap h3 {
    font-size: 1.5em; /* Standard sub-heading size */
    margin-top: 1.3em;
    margin-bottom: 0.6em;
    line-height: 1.3;
    font-weight: 700;
}

.rightsCloudWrap h4 {
    font-size: 1.2em; /* Smaller sub-heading */
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    font-weight: 700;
}

.rightsCloudWrap h5 {
    font-size: 1em; /* Often used for minor headings or labels */
    margin-top: 1.1em;
    margin-bottom: 0.4em;
    line-height: 1.4;
    font-weight: 700;
}

/*
 * Paragraph styles within rightsCloudWrap
 * Sets base font size, line height, and bottom margin for spacing
 */
.rightsCloudWrap p {
    font-size: 1em; /* Base font size for paragraphs */
    line-height: 1.6; /* Generous line height for better readability */
    margin-bottom: 1em; /* Space between paragraphs */
}

/*
 * Unordered list styles within rightsCloudWrap
 * Provides default bullet type, margins, and padding for indentation
 */
.rightsCloudWrap ul {
    list-style-type: disc; /* Default bullet style */
    margin-top: 1em; /* Space above the list */
    margin-bottom: 1em; /* Space below the list */
    padding-left: 2em; /* Indentation for bullet points */
}

/*
 * List item styles within rightsCloudWrap
 * Sets bottom margin for spacing between list items and line height
 */
.rightsCloudWrap li {
    margin-bottom: 0.5em; /* Space between individual list items */
    line-height: 1.5; /* Line height for list content */
}
.accordion-button::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
main {
    overflow: hidden;
}
@media screen and (width < 576px) {
    .rightsCloudWrap h2 {
    font-size: 1.5em;
    }
}

.green-color{
    background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
    border: #068340;
    box-shadow: 0 6px 18px 0 rgba(14, 161, 81, .3);
}

.green-color:hover{
    opacity: 0.8;
}