html {
    scroll-behavior: smooth;
}

.nav-link {
    color: #111 !important;
}

body {
    background-color: #ccc;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
}

/* Header Style */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas {
    background-color: #ccc !important;
    color: #111 !important;
    font-family: "Poppins", sans-serif;
    max-height: 100vh;
    overflow-y: auto;
}

.nav-item .nav-link {
    color: #111 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.btn-play-now {
    padding: 0.4rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #111;
    border-radius: 50px;
    border: 1px solid #111 !important;
    background: transparent;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: start;
    justify-content: flex-start;
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 1.2rem;
}

.btn-play-now:hover .arrow {
    transform: translateX(4px);
}

@media (min-width: 992px) {
    .navbar .container {
        background-color: #212529 !important;
    }

    .nav-item .nav-link {
        color: #fff !important;
    }

    .btn-play-now {
        color: #ccc;
        border: 1px solid #ccc !important;
    }

    .btn-play-now:hover {
        border-color: #ccc;
        color: #ccc !important;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        background-color: #212529 !important;
    }
}

/* Hero Style */
.hero-section {
    padding-top: 80px;
}

.icon-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 1rem;
}

.icon-img {
    height: 75px;
    width: 75px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.icon-img:hover {
    transform: scale(1.1);
}

.hero-feature-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    transition: transform 0.3s ease;
}

@media (min-width: 992px) {
    .hero-feature-img {
        margin-top: -40px;
    }
    .hero-feature-img:hover {
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .hero-feature-img {
        max-width: 300px;
        margin-top: 40px;
    }
    .icon-section .icon-img {
        height: 60px;
        width: 60px;
        object-fit: contain;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }
}

/* Games Style */
.games-section {
    background-color: #a8307b;
    color: #212529;
    text-align: center;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 200px;
}

.card-img {
    border-radius: 10px;
}

.games-section h2 {
    font-size: clamp(1.3rem, 2.5vw + 0.7rem, 2rem);
    font-weight: 600;
}

.games-section h6 {
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #ccc;
}

.games-section p {
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #111;
}

/* Promotions Style */
.promotions-section .promotions-img {
    border-radius: 10px;
}

.promotions-section h2 {
    font-size: clamp(1.3rem, 2.5vw + 0.7rem, 2rem);
    font-weight: 600;
}

.promotions-section h6 {
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #111;
    font-weight: 700;
}
/* Register Style */
.guide-section {
    background-color: #a8307b;
    color: #ccc;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 200px;
}

.guide-section h2 {
    font-size: clamp(1.3rem, 2.5vw + 0.7rem, 2rem);
    font-weight: 600;
}

.img-guide {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 50px;
}

@media (max-width: 768px) {
    .img-guide {
        max-width: 300px;
        max-height: 400px;
        border-top-left-radius: 100px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .img-guide {
        max-width: 300px;
        max-height: 400px;
        border-top-left-radius: 100px;
    }
}

/* why bcasino Style */
.why-bcasino h2 {
    font-size: clamp(1.3rem, 2.5vw + 0.7rem, 2rem);
    font-weight: 600;
    text-align: center;
}

.glass-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    will-change: transform;
}

.glass-card:hover {
    transform: translateY(-6px);
}

@media (max-width: 767.98px) {
    .why-bcasino {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .why-bcasino .container {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* Article Styles */
.article-section h2 {
    font-size: clamp(1.3rem, 2.5vw + 0.7rem, 2rem);
    font-weight: 600;
}

.article-section .custom-rounded {
    border-radius: 20px;
}

.article-section .btn-primary {
    background-color: #a8307b !important;
    color: #ffffff !important;
    border: none;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
}

/* faq */
.accordion-item .accordion-button {
    box-shadow: none;
    border: 0;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #111;
}

.accordion-collapse {
    transition: all 0.4s ease;
}
