 
body {
    background-color: #000;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

/* Welcome Section */
.welcome-section{
    background-color: #000;
    color: #fff;
    margin-top: -880px;
    margin-right: 20px;
    width: 80%;

}
/* Welcome Section2 */
.welcome-section2 {
    background-color: #000;
    color: #fff;

}

.welcome-title {
    font-size: 26px;
    font-weight: 500;
}

.divider-gold {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ffbf00;
    line-height: 0.1em;
    margin: 10px auto 30px;
    width: 50%;
}

.divider-gold span {
    background: #000;
    padding: 0 10px;
    color: #ffbf00;
    font-size: 14px;
}

.welcome-text {
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0;
    text-align: center;
}

/* Info Section */
.info-section {
    background-color: #000;
    color: #fff;
    margin-top: 30px;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.section-text {
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
    text-align: left;
}

.border-gold {
    border: 2px solid #ffbf00;
    box-shadow: 0 0 15px rgba(255, 191, 0, 0.2);
}

/* Sticky Column */
.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
     
    z-index: 10;
}

/* Feature Cards */
.feature-card {
    border: 1px solid #ffbf00;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 191, 0, 0.15);
}

.text-gold {
    color: #ffbf00;
    font-weight: bold;
}

.btn-welcome-action {
    background-color: transparent;
    border: 1px solid #ffbf00;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;

}

.btn-welcome-action:hover {
    background-color: #ffbf00;
    color: #000;
    box-shadow: 0 0 20px rgba(255, 191, 0, 0.6);
}

/* Colors */
.bg-gold {
    background-color: #ffbf00 !important;
    
    background-image: linear-gradient(to bottom, #ffbf00, #ffaa00);
}



/* Header */
.top-header {
    background-color: #000;
    border-bottom: 1px solid #333;
}

.header-logo {
    max-height: 100px;
    width: auto;
    transition: max-height 0.3s ease;
}



.btn-warning {
    background-color: #ffbf00;
    border: none;
    color: #000;
}

.btn-warning:hover {
    background-color: #e6ac00;
}

/* Navbar */


#secondary-nav-scroll {
    white-space: nowrap;
}

/* Sidebar */
.sidebar-box {
    background-color: #1a1a1a;
    border: 1px solid #333;
}

.sidebar-header {
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-list li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #333;
    font-size: 13px;
    transition: background 0.2s;
}

.sidebar-list li a:hover {
    background-color: #333;
    color: #ffbf00;
}

.login-guide-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
}

.step-number {
    font-weight: bold;
    margin-right: 5px;
}

/* Instruction Cards */
.instruction-card {
    border: 2px solid #ffbf00;
    border-radius: 15px;
    background-color: transparent;
    padding: 2rem;
    height: 100%;
    margin-bottom: 2rem;
    text-align: left;
}

.instruction-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.instruction-text {
    font-size: 15px;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 1.5rem;
}

.instruction-step {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5rem;
    display: block;
}

.btn-download {
    background-color: #000;
    border: 2px solid #ffbf00;
    color: #fff;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(255, 191, 0, 0.3);
}

.btn-download:hover {
    background-color: #ffbf00;
    color: #000;
    box-shadow: 0 0 20px rgba(255, 191, 0, 0.6);
}

/* Sports Option Cards */
.sports-option-card {
    border: 2px solid #ffbf00;
    border-radius: 15px;
    background-color: #0d0d0d;
    padding: 2.5rem 1.5rem;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sports-option-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255, 191, 0, 0.2);
}

.option-icon-container {
    width: 60px;
    height: 60px;
    border: 1px solid #00c3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 195, 255, 0.05);
}

.option-title {
    color: #ffbf00;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.option-description {
    font-size: 14px;
    line-height: 1.5;
    color: #e0e0e0;
}

/* Casino Icon Styles */
.casino-icon-container {
    width: 100px;
    height: 100px;
    border: 2px solid #ffbf00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    background-color: rgba(255, 191, 0, 0.05);
}

.casino-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

/* Trending Section Styles */
.trending-list {
    list-style: none;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}

.trending-list-item {
    border-bottom: 1px dotted rgba(255, 191, 0, 0.5);
    padding: 1.2rem 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.trending-list-item:last-child {
    border-bottom: none;
}

.check-icon {
    color: #ffbf00;
    margin-right: 15px;
    margin-top: 4px;
    font-size: 14px;
}


.trending-game-title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/* Payment Methods Section */
.payment-methods-section {
    background-color: #000;
}

.payment-card {
    border: 1px solid #ffbf00;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.03);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 191, 0, 0.15);
}

.payment-card-title {
    color: #ffbf00;
    font-size: 18px;
    font-weight: 500;
}

.payment-card-text {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.5;
}





/* Review Cards */
.review-card {
    border: 1px solid #ffbf00;

    background-color: black;
    padding: 3rem 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-text {
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem;
}

.review-user {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

/* Carousel Custom Controls */
.reviews-carousel {
    position: relative;
    padding: 0 40px;
}

.reviews-carousel .carousel-control-prev,
.reviews-carousel .carousel-control-next {
    width: 30px;
}

.reviews-carousel .carousel-control-prev {
    left: 0;
}

.reviews-carousel .carousel-control-next {
    right: 0;
}

/* FAQ Accordion */
.faq-section {
    background-color: #000;
    padding-bottom: 5rem;
}

.faq-item {
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #000;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    padding: 15px 30px;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    padding: 0 40px;
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 25px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active {
    border-color: #ffbf00;
}

/* Footer Additional Sections */
.footer-info-section {
    background-color: #000;
    padding: 4rem 0;
    text-align: center;

}

.social-platforms-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    color: #fff;
}

.social-twitch {
    background-color: #6441a5;
}

.social-x {
    background-color: #000;
    border: 1px solid #333;
}

.social-pinterest {
    background-color: #bd081c;
}

.social-medium {
    background-color: #00ab6c;
}

.social-linktree {
    background-color: #43e660;
    color: #000 !important;
}

.social-quora {
    background-color: #aa2200;
}

.footer-header {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
}

.footer-description {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.connect-links {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0.5rem;
}

.text-yellow-gold {
    color: #ffbf00;
}

/* Final Footer */
.final-footer {
    background-color: #000;
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid #1a1a1a;
}

.responsible-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.footer-logo-img {
    height: 40px;
    filter: brightness(0.9);
}

.footer-links-container {
    padding: 0 15px;
    margin-bottom: 2rem;
}

.footer-link-item {
    color: #ffbf00;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    display: inline-block;
}

.footer-link-item:hover {
    color: #fff;
}

.footer-link-separator {
    color: #fff;
    margin: 0 8px;
}

.footer-divider {
    border-top: 1px solid #333;
    margin: 2rem auto;
    width: 95%;
}

.copyright-text {
    color: #fff;
    font-size: 14px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.05);
    color: #fff;
}

.whatsapp-float i {
    font-size: 24px;
}

/* Responsiveness Queries */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .welcome-title {
        font-size: 20px;
    }

    .review-card {
        padding: 2rem 1.5rem;
    }

    .footer-header {
        font-size: 20px;
    }

    .footer-link-item {
        font-size: 13px;
    }

    .whatsapp-float {
        padding: 8px 15px;
        font-size: 14px;
    }

    .whatsapp-float i {
        font-size: 20px;
    }

    /* Navbar Mobile Fix */
    .header-logo {
        max-height: 60px;
         
    }

    .btn-login,
    .btn-signup {
        padding: 6px 15px;
        font-size: 14px;
    }
}

@media (max-width: 476px) {
.welcome-section {
    background-color: #000;
    color: #fff;
    padding-bottom: 0px !important;
    margin-top: 10px;
    margin-right: 0px;
    width: 100%;

}
.welcome-text{
    text-align: justify;
}
}
@media (max-width: 576px) {
    .header-logo {
        max-height: 45px;
         
    }

    .btn-login,
    .btn-signup {
        padding: 5px 10px;
        font-size: 12px;
    }

    .auth-buttons {
        display: flex;
        gap: 5px;
        justify-content: flex-end;
    }

    .section-title {
        font-size: 22px;
    }

    .footer-logos {
        gap: 15px;
    }

    .footer-logo-img {
        height: 30px;
    }
}