body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1a1a1d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
}

span.close_otp_form {
    color: #fff;
    position: absolute;
    top: 23px;
    right: 15px;
    cursor: pointer;
}

.page_center_register {
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5); /* optional backdrop */
    z-index: 999;
}

.page_center_otp {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.page_center_otp.intro {
    display: flex; /* show and center modal */
}

.page_center_register.intro {
    display: flex; /* show and center modal */
}

.register_modal.register_cards {
    background: #333;
    width: 30%;
    padding: 20px;
    color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: relative;
}

.register_cards h4.mb-4.text-center {
    color: #fff;
    margin-bottom: 15px;
}

.register_label label.form-label {
    display: block;
    color: #a0a0a0;
    margin-bottom: 8px;
    font-size: 14px;
}

.register_label input.form-control {
    width: 100%;
    background-color: #111 !important;
    border: 1px solid #555 !important;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

.register_label {
    margin-bottom: 10px;
}

button.register_btn_form {
    background-color: transparent;
    border: 1px solid #ffcc00;
    color: #ffcc00;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.already_regist  a.regist_alred {
    color: #ffcc00;
    text-decoration: underline;
}

.already_regist {
    column-gap: 10px;
    display: flex;
    align-items: center;
}

.loginmodal button.btn.btn-primary {
    background: #ffcc00;
}

.loginmodal {
    background: #333;
    width: 30%;
    padding: 20px;
    position: relative;
}

.page_center_login {
    display: none; /* hide by default */
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5); /* optional backdrop */
    z-index: 999;
}

.page_center_login.intro {
    display: flex; /* show and center on click */
}

span.close_form {
    color: #fff;
    position: absolute;
    top: 23px;
    right: 15px;
    cursor: pointer;
}

.loginmodal label.form-label {
    display: block;
    color: #a0a0a0;
    margin-bottom: 8px;
    font-size: 14px;
}

.loginmodal input {
    width: 100%;
    background-color: #111 !important;
    border: 1px solid #555 !important;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

.loginmodal .mb-3 {
    margin-bottom: 10px;
}

.loginmodal h4.mb-4.text-center {
    color: #fff;
    margin-bottom: 15px;
}

.loginmodal h4.mb-4.text-center {
    color: #fff;
    margin-bottom: 15px;
}

.loginmodal .mb-3.form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

.loginmodal input#remember {
    width: fit-content;
    position: relative;
    top: 2px;
}

.loginmodal label.form-check-label {
    color: #fff;
    line-height: normal;
}
.loginmodal .text-center a {
    color: #fff;
    margin-top: 10px;
    display: block;
    width: fit-content;
}

.mobile_head {
    display: none;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding-top: 70px;
}

.slider-track {
    display: flex;
    height: 100%;
    transition: transform 1s ease-in-out;
}

.slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 1%;
    position: relative;
}

button.dashboard-btn {
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #ffcc00;
    color: #ffcc00;
}

.slider-wrapper {
    background-color: #0C0C0C;
}

.slide-content {
    max-width: 1000px;
    color: white;
    position: relative;
    z-index: 99;
    padding-left: 40px;
    padding-right: 40px;
}

.slide-content h1 {
    font-size: 3.75rem;
    line-height: 1;
}

.slide-content h1 span {
    color: #ffc107;
    font-weight: 800;
}

.slide-content h1 strong {
    font-weight: 900;
    color: #fff;
}

.slide-content p {
    margin-top: 15px;
    font-size: 20px;
    color: #ccc;
    padding-right: 30%;
}

.buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.btn {
    padding: 8px 25px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn.yellow {
    background: linear-gradient(to right, #ff9900, #f7931e);
    color: black;
    justify-content: center;
}

.btn.outlined {
    background: transparent;
    border: 2px solid #ffc107;
    color: #ffc107;
    justify-content: center;
}

button.btn.outlined:hover {
    background-color: #F8941C;
    color: #000;
}




@media (max-width: 768px) {
    .slide-content h1 {
        font-size: 32px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 16px;
    }
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: transparent;
    color: white;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    z-index: 100;
    transition: background 0.3s ease;
    border-radius: 4px;

}

.arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.left-arrow {
    left: 0px;
}

.right-arrow {
    right: 0px;
}

.header {
    background-color: #1a1a1d;
    padding: 15px 20px;
    border-bottom: 1px solid #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


.container {
    width: 1170px;
    margin: 0 auto;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.logo span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
}

.logo-icon {
    background: linear-gradient(to right, #ff9900, #f7931e);
    color: black;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 0;
    margin-left: 28%;
}

.nav-links a {
    text-decoration: none;
    color: #aaa;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a.active,
.nav-links a:hover {
    color: #ffcc00;
}

.auth-buttons {
    display: flex;
    gap: 10px;
}

.login-btn,
.register-btn {
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid transparent;
}

.login-btn {
    background-color: transparent;
    border: 1px solid #ffcc00;
    color: #ffcc00;
    margin-right: 20px;
}

.register-btn {
    background: linear-gradient(to right, #ff9900, #f7931e);
    border: none;
    color: black;
}

.slider-container {
    height: 400px;
}

.register_label button.btn.btn-sm.btn-primary {
    margin-top: 12px;
    background: linear-gradient(to right, #ff9900, #f7931e);
    border: none;
    color: black;
}

.slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040404;
    opacity: 0.6;
    z-index: 1;
}

.slider-overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040404;
    opacity: 0.6;
    /* optional: adjust for transparency */
    z-index: 1;
}

.support-section {
    padding: 60px 0px;
    text-align: center;
}

.support-header h2 {
    color: #fff;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.support-header h2 span {
    color: #facc15;
    /* Yellow */
}

.support-header p {
    color: #a0aec0;
    margin-top: 10px;
    font-size: 19px;
}

.support-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.support-card {
    width: 450px;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.support-card h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

.support-card p {
    margin: 10px 0 20px;
    font-size: 16px;
}

.support-card .icon img {
    width: 50px;
    height: 50px;
}

.support-card .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    color: #000;
    font-weight: 600;
    gap: 10px;
}

/* Color specific */
.support-card.whatsapp {
    background-color: #22c55e;
}

.support-card.whatsapp span {
    color: #17A34A;
}

.support-card.phone {
    background-color: #3b82f6;
}

.support-card.phone span {
    color: #3B82F6;
}

.support-card.whatsapp:hover {
    background-color: #15803D;
}

.support-card.phone:hover {
    background-color: #1D4ED8;
}


.partners-section {
    background-color: #000000;
    padding: 60px 0;
}




.partners-section h1 {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 900;
}



.partners-section .subtitle {
    color: #a0aec0;
    font-size: 19px;
    margin: 10px 0 40px;
    text-align: center;
}

.partners-section .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.partners-section .card {
    background-color: #1b1b1b;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 260px;
    border: 1px solid #333;
}

.partners-section .card:hover {
    border: 1px solid #EAB308;
}


.partners-section .card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.partners-section .card-header img {
    width: 60px;
    height: 40px;
    border-radius: 5px;
}

.partners-section .card-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

.partners-section .status {
    background: #00c853;
    color: white;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 4px;
    display: inline-block;
}

i.fa.fa-external-link {
    margin-right: 10px;
}

.info {
    margin-top: 15px;
    font-size: 0.9rem;
    text-align: center;
}

.info p {
    margin: 5px 0;
    color: #aaa;
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: left;
}

.info p strong {
    float: right;
}

.info a {
    color: #f5b401;
    text-decoration: none;
    font-size: 0.85rem;
    float: right;
}

.badge {
    background-color: #ffca28;
    color: #000;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    margin: 10px 0;
    display: inline-block;
}

.visit-btn {
    background-color: #f5b401;
    color: #000;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    margin-top: auto;
    text-decoration: none;
    display: inline-block;
}

.visit-btn:hover {
    background-color: #e0a800;
}




.services {
    text-align: center;
    padding: 60px 0px;
    background-color: #18181B;
}

.services h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 900;
}

.services p {
    font-size: 19px;
    color: #9faec1;
    padding-top: 15px;
    margin-bottom: 40px;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px;
}

.service-item {
    text-align: center;
    max-width: 120px;
}

.icon-circle {
    background-color: #2a2a2e;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    font-size: 32px;
}

.green i {
    color: #32cd32;
}

.blue i {
    color: #4682b4;
}

.purple i {
    color: #ba55d3;
}

.red i {
    color: #ff4444;
}

.yellow i {
    color: #ffd700;
}

.orange i {
    color: #ffa500;
}

.service-item span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
}



/* CSS */
.why-best {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 60px 0px;

}

.why-best h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 900;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.feature-box {
    padding: 30px 0px;
    width: 275px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px #111;
}

.why-best .icon {
    font-size: 55px;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.feature-box p {
    font-size: 16px;
    color: #a0aec0;
    margin-bottom: 25px;
}

.highlight {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #ffc107;
    /* Default yellow */
}

.highlight.green {
    color: #00c853;
}

.highlight.blue {
    color: #448aff;
}

.highlight.purple {
    color: #aa00ff;
}

.desc {
    font-size: 15px;
    color: #a0aec0;
    margin-top: 5px;
}

.feature-box i.fas.fa-user-friends {
    color: #3B82F6;
}


.betting-id {
    color: #fff;
    text-align: center;
    padding: 60px 0px;
}

.betting-id h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
    font-weight: 900;
}


.betting-id p {
    font-size: 19px;
    color: #9faec1;

}

.steps {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.step {
    background-color: #1e1e1e;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #333;
    transition: transform 0.3s;
}

.step:hover {
    border: 1px solid #EAB308;
}

.step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 62px;
    height: 62px;
    background-color: #f6b500;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 10px auto;
    color: #000;
}

.step-icon {
    font-size: 42px;
    margin-bottom: 10px;
    color: #EAB308;
}

.step-title {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.step-desc {
    font-size: 16px;
    color: #9faec1;
}

/* Optional: Arrow styling between steps */

.step::after {
    content: '➜';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #f6b500;
    font-size: 20px;
}

/* Remove arrow on the last item of each row */
.step:nth-child(3n)::after,
.step:last-child::after {
    content: '';
}



.video-section {
    text-align: center;
    padding: 60px 0px;
    background-color: #000000;
    color: #fff;
}

.main-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 900;
}

.subtitle {
    font-size: 19px;
    color: #9faec1;
    margin-bottom: 40px;
}

.video-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.video-card {
    width: 270px;
    background-color: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
    border: 1px solid #333;
}

.video-card:hover {
    transform: scale(1.02);
    border: 1px solid #EAB308
}

.thumbnail {
    position: relative;
    height: 170px;
    background-color: #000;
}


.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    opacity: 1;
    z-index: 99;
}

.duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    z-index: 9;
}

.video-title {
    padding: 14px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}


.thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.5;
    /* Example opacity */
    z-index: 1;
}



.faq-section {
    padding: 60px 0;
    text-align: center;
    background-color: #18181B;
}

.faq-title {
    font-size: 2em;
    font-weight: bold;
}

.faq-subtitle {
    color: #999;
    margin-top: 8px;
    margin-bottom: 32px;
}

.faq-container {
    text-align: left;
    width: 800px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #333;
    margin-bottom: 8px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

button.faq-question:hover {
    color: #EAB308;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    color: #9faec1;
    transition: max-height 0.3s ease;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    color: #ccc;
    float: right;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}



.testimonial-section {
    padding: 60px 0px;
    text-align: center;
    background-color: #000000;
}


.testimonial-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background-color: #18181B;
    min-height: 280px;
    width: 800px;
    margin: auto;
    border: 1px solid #333;
    margin-top: 32px;
}


.testimonial-slider {
    display: flex;
    transition: transform 1.8s ease-in-out;
    /* slower and smoother */
    width: 100%;
}

.testimonial {
    flex: 0 0 100%;
    padding: 20px 15px;
    box-sizing: border-box;
}

.stars {
    color: #facc15;
    font-size: 2.2rem;
    margin-bottom: 0px;
}

p.testimonial-text {
    font-style: italic;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.user-profile img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.user-details {
    text-align: left;
}

.user-details strong {
    font-size: 1rem;
    color: #fff;
}

.user-details span {
    font-size: 0.9rem;
    color: #9faec1;
}


.footer {
    background-color: #18181B;
    color: #ccc;
    padding: 40px 20px 20px;
    font-size: 14px;
    border-top: 1px solid #333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    color: #9DA4B0;
    font-size: 16px;
    line-height: 26px;
}

.footer-section h4 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #9DA4B0;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer .logo img {
    width: 36px;
    height: 36px;
}

.footer .logo span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    color: #a8c3e2;
}

.footer-bottom strong {
    font-weight: 500;
    color: #9DA4B0;
}

p.rights {
    float: left;
    width: 50%;
    color: #9DA4B0;
}

p.disclaimer {
    float: left;
    width: 50%;
    text-align: right;
    color: #9DA4B0;
}



.chat-button {
    position: fixed;
    bottom: 20px;
    right: 25px;
    background-color: #25D366;
    /* WhatsApp green or similar */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

.chat-button svg {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.f-logo .logo-icon {
    margin-right: 0;
}

.active .faq-answer {
    margin-bottom: 16px;
}



@media(min-width: 280px) and (max-width: 374px) {

.buttons {
    flex-direction: column;
}
}



@media(min-width: 240px) and (max-width: 479px) {


.loginmodal {
    width: 95% !important;
}
.page_center_login.intro {
    z-index: 9999 !important;
}
.page_center_register.intro {
    z-index: 9999 !important;
}
.register_modal.register_cards {
    width: 95% !important;
}


.slide-content p {
    padding: 0px !important;
}
    .mobile_head .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    p br {
        display: none;
    }

    .mobile_head {
        background-color: #1a1a1d;
        padding: 15px 20px;
        border-bottom: 1px solid #333;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header {
        display: none;
    }

    .menu_icon i {
        color: #fff;
        font-size: 26px;
    }

    .menu_bars {
        position: fixed;
        top: 70px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background: #111;
        padding: 20px;
        display: none;
    }

    .mobile_head .col-sm-8 {
        position: relative;
        width: 20%;
    }

    .menu_bars ul li {
        padding-bottom: 10px;
    }

    .menu_bars ul li:last-child {
        padding-bottom: 0px;
    }

    .mobile_head .col-sm-4 {
        width: 80%;
    }

    .menu_icon {
        text-align: end;
    }

    .menu_bars ul {
        list-style: none;
    }

    .menu_bars li a {
        text-decoration: none;
        display: block;
        width: fit-content;
        color: #9CA3Af;
    }

    .login-btn {
        background-color: transparent;
        border: 1px solid #ffcc00;
        color: #ffcc00 !important;
        margin-right: 0px;
        width: 100%;
    }

    .register-btn {
        width: 100%;
    }

    .support-section {
        padding: 20px 15px !important;
    }

    .partners-section {
        padding: 20px 15px !important;
    }

    .services {
        padding: 20px 15px !important;
    }

    .why-best {
        padding: 20px 15px !important;
    }

    .betting-id {
        padding: 20px 15px !important;
    }

    .video-section {
        padding: 20px 15px !important;
    }

    .faq-section {
        background-color: #18181B;
    }

    .testimonial-section {
        padding: 20px 15px !important;
    }

    .footer {
        padding: 40px 15px 20px 15px !important;
    }

    .partners-section .grid {
        grid-template-columns: 100% !important;
    }

    .features {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.feature-box h3 {
    font-size: 12px !important;
    line-height: 20px !important;
}
.feature-box p {
    font-size: 10px !important;
}
.why-best .icon {
    font-size: 30px !important;
    margin-bottom: 8px !important;
}
.betting-id h1 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}
.betting-id p {
    font-size: 12px !important;
}
.logo span {
    font-size: 14px !important;
}
.logo-icon {
    font-size: 12px !important;
}

    .feature-box {
        width: 100% !important;
    }

    .steps {
        grid-template-columns: 100% !important;
        gap: 40px !important;
    }

    .step::after {
        display: none;
    }

    .video-card {
        width: 100% !important;
    }

    .faq-container {
        width: 100% !important;
    }

    .testimonial-wrapper {
        width: 100% !important;
    }

    .footer-container {
        max-width: 100% !important;
    }

    .container {
        width: 100% !important;
    }

    p.disclaimer {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        padding-top: 10px;
    }

    p.rights {
        float: none !important;
        width: 100% !important;
        text-align: center;
    }

    .auth-buttons {
        padding-top: 15px;
    }

    .menu_bars li a.active {
        color: #ffcc00;
    }

    .service-item {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .services-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        column-gap: 4% !important;
        gap: 0px;
    }

    .service-item:nth-child(5) {
        margin-bottom: 0px !important;
    }

    .service-item:nth-child(6) {
        margin-bottom: 0px !important;
    }

    .faq-question {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: space-between;
    }

    .slider-wrapper {
        padding-top: 70px;
        height: 270px;
    }

    .mobile_head {
        display: block;
    }

.page_center_otp.intro {
    z-index: 9999 !important;
}
.slider-container {
    height: 200px;
}
.support-header h2 {
    font-size: 16px !important;
}
.support-header p {
    font-size: 12px !important;
}
.support-card .icon img {
    width: 30px;
    height: 30px;
}
.support-card h3 {
    font-size: 14px !important;
    margin-top: 5px !important;
}
.support-card p {
    font-size: 12px !important;
}
.support-card .contact-box {
    padding: 6px 10px !important;
    font-size: 12px !important;
}
.support-card {
    width: 100% !important;
    padding: 10px 10px !important;
}
.partners-section h1 {
    font-size: 16px !important;
}
.partners-section .subtitle {
    font-size: 12px !important;
    margin: 10px 0 20px !important;
}
.visit-btn {
    padding: 8px !important;
    font-size: 12px !important;
    margin-top: 0px !important;
}
.info {
    margin-top: 0px !important;
}
.partners-section .card {
    padding: 10px !important;
    justify-content: center !important;
    height: auto !important;
    gap: 10px;
}
.partners-section .card-header h3 {
    font-size: 14px !important;
}
.info p {
    font-size: 12px !important;
}
.info a {
    font-size: 12px !important;
}
.partners-section .card-header img {
    width: 40px !important;
    height: 40px !important;
}
.services h2 {
    font-size: 16px !important;
}
.services p {
    font-size: 12px !important;
    color: #9faec1;
    padding-top: 0px !important;
    margin-bottom: 10px !important;
}
.icon-circle {
    width: 30px !important;
    height: 30px !important;
}
.service-item span {
    font-size: 10px !important;
}
.icon-circle i {
    font-size: 15px !important;
}
.why-best h2 {
    font-size: 16px !important;
}
}



@media(min-width: 480px) and (max-width: 767px) {

.loginmodal {
    width: 95% !important;
}
.page_center_login.intro {
    z-index: 9999 !important;
}
.page_center_register.intro {
    z-index: 9999 !important;
}
.register_modal.register_cards {
    width: 95% !important;
}
.page_center_otp.intro {
    z-index: 9999 !important;
}


    .mobile_head {
        display: block;
    }

    p br {
        display: none;
    }

    .mobile_head .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_head {
        background-color: #1a1a1d;
        padding: 15px 20px;
        border-bottom: 1px solid #333;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header {
        display: none;
    }

    .menu_icon i {
        color: #fff;
        font-size: 26px;
    }

    .menu_bars {
        position: fixed;
        top: 70px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background: #111;
        padding: 20px;
        display: none;
    }

    .mobile_head .col-sm-8 {
        position: relative;
        width: 20%;
    }

    .menu_bars ul li {
        padding-bottom: 10px;
    }

    .menu_bars ul li:last-child {
        padding-bottom: 0px;
    }

    .mobile_head .col-sm-4 {
        width: 80%;
    }

    .menu_icon {
        text-align: end;
    }

    .menu_bars ul {
        list-style: none;
    }

    .menu_bars li a {
        text-decoration: none;
        display: block;
        width: fit-content;
        color: #9CA3Af;
    }

    .login-btn {
        background-color: transparent;
        border: 1px solid #ffcc00;
        color: #ffcc00 !important;
        margin-right: 0px;
        width: 100%;
    }

    .register-btn {
        width: 100%;
    }

    .support-section {
        padding: 60px 15px !important;
    }

    .partners-section {
        padding: 60px 15px !important;
    }

    .services {
        padding: 60px 15px !important;
    }

    .why-best {
        padding: 60px 15px !important;
    }

    .betting-id {
        padding: 60px 15px !important;
    }

    .video-section {
        padding: 60px 15px !important;
    }

    .faq-section {
        background-color: #18181B;
    }

    .testimonial-section {
        padding: 60px 15px !important;
    }

    .footer {
        padding: 40px 15px 20px 15px !important;
    }

    .partners-section .grid {
        grid-template-columns: 100% !important;
    }

    .features {
        display: block !important;
    }

    .feature-box {
        width: 100% !important;
    }

    .steps {
        grid-template-columns: 100% !important;
        gap: 40px !important;
    }

    .step::after {
        display: none;
    }

    .video-card {
        width: 100% !important;
    }

    .faq-container {
        width: 100% !important;
    }

    .testimonial-wrapper {
        width: 100% !important;
    }

    .footer-container {
        max-width: 100% !important;
    }

    .container {
        width: 100% !important;
    }

    p.disclaimer {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        padding-top: 10px;
    }

    p.rights {
        float: none !important;
        width: 100% !important;
        text-align: center;
    }

    .auth-buttons {
        padding-top: 15px;
    }

    .menu_bars li a.active {
        color: #ffcc00;
    }

    .service-item {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .services-container {
        display: grid !important;
        grid-template-columns: 48% 48% !important;
        column-gap: 4% !important;
        gap: 0px;
    }

    .service-item:nth-child(5) {
        margin-bottom: 0px !important;
    }

    .service-item:nth-child(6) {
        margin-bottom: 0px !important;
    }

    .faq-question {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: space-between;
    }

    .slider-wrapper {
        padding-top: 70px;
        height: 350px;
    }
    .slider-container {
    height: 280px;
}
}


@media(min-width: 768px) and (max-width: 999px) {

.loginmodal {
    width: 50% !important;
}
.slider-container {
    height: 330px;
}
.page_center_login.intro {
    z-index: 9999 !important;
}
.page_center_register.intro {
    z-index: 9999 !important;
}
.register_modal.register_cards {
    width: 50% !important;
}
.page_center_otp.intro {
    z-index: 9999 !important;
}

.partner-grid {
    grid-template-columns: 1fr 1fr !important;
}


    .slider-wrapper {
        padding-top: 70px;
    }

    p br {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .mobile_head .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_head {
        background-color: #1a1a1d;
        padding: 15px 20px;
        border-bottom: 1px solid #333;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header {
        display: none;
    }

    .menu_icon i {
        color: #fff;
        font-size: 26px;
    }

    .menu_bars {
        position: fixed;
        top: 70px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background: #111;
        padding: 20px;
        display: none;
    }

    .mobile_head .col-sm-8 {
        position: relative;
        width: 20%;
    }

    .menu_bars ul li {
        padding-bottom: 10px;
    }

    .menu_bars ul li:last-child {
        padding-bottom: 0px;
    }

    .mobile_head .col-sm-4 {
        width: 80%;
    }

    .menu_icon {
        text-align: end;
    }

    .menu_bars ul {
        list-style: none;
    }

    .menu_bars li a {
        text-decoration: none;
        display: block;
        width: fit-content;
        color: #9CA3Af;
    }

    .login-btn {
        background-color: transparent;
        border: 1px solid #ffcc00;
        color: #ffcc00 !important;
        margin-right: 0px;
        width: 100%;
    }

    .register-btn {
        width: 100%;
    }

    .support-section {
        padding: 60px 15px !important;
    }

    .partners-section {
        padding: 60px 15px !important;
    }

    .services {
        padding: 60px 15px !important;
    }

    .why-best {
        padding: 60px 15px !important;
    }

    .betting-id {
        padding: 60px 15px !important;
    }

    .video-section {
        padding: 60px 15px !important;
    }

    .faq-section {
        background-color: #18181B;
    }

    .testimonial-section {
        padding: 60px 15px !important;
    }

    .footer {
        padding: 40px 15px 20px 15px !important;
    }

    .features {
        display: grid !important;
        grid-template-columns: 48% 48% !important;
        column-gap: 4% !important;
    }

    .feature-box {
        width: 100% !important;
    }

    .steps {
        grid-template-columns: 48% 48% !important;
        column-gap: 4% !important;
    }

    .video-grid {
        display: grid !important;
        grid-template-columns: 48% 48% !important;
        column-gap: 4% !important;
    }

    .step::after {
        display: none;
    }

    .video-card {
        width: 100% !important;
    }

    .faq-container {
        width: 100% !important;
    }

    .testimonial-wrapper {
        width: 100% !important;
    }

    .footer-container {
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 29% 17% 22% 26%;
        gap: 0px;
        column-gap: 2%;
    }

    .container {
        width: 100% !important;
    }

    p.disclaimer {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        padding-top: 10px;
    }

    p.rights {
        float: none !important;
        width: 100% !important;
        text-align: center;
    }

    .auth-buttons {
        padding-top: 15px;
    }

    .menu_bars li a.active {
        color: #ffcc00;
    }

    .service-item {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .services-container {
        display: grid !important;
        grid-template-columns: 22% 22% 22% 22% !important;
        column-gap: 4% !important;
        gap: 0px;
    }

    .service-item:nth-child(5) {
        margin-bottom: 0px !important;
    }

    .service-item:nth-child(6) {
        margin-bottom: 0px !important;
    }

    .faq-question {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: space-between;
    }

    .support-card {
        width: 100% !important;
    }

    .support-cards {
        display: grid !important;
        grid-template-columns: 48% 48% !important;
        column-gap: 4% !important;
    }
}