@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    -webkit-text-size-adjust: 100%;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.blink,
a.blink,
.sattalogo h1 a,
.sattalogo a {
    animation: blinker 0.9s linear infinite !important;
    -webkit-animation: blinker 0.9s linear infinite !important;
    display: inline-block !important;
}

@media (min-width: 769px) {
    .newnav ul {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 18px !important;
        padding: 12px 15px !important;
        max-width: 1600px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .newnav ul li {
        flex: 1 1 0% !important;
        max-width: 100% !important;
    }

    .newnav ul li a {
        display: block !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        border-radius: 30px !important;
        background: #ffd800 !important;
        color: #000000 !important;
        border: 1px solid #000000 !important;
        text-align: center !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
        transition: all 0.2s ease !important;
    }

    .newnav ul li a.active,
    .newnav ul li a:hover {
        background: #ffffff !important;
        color: #000000 !important;
    }
}

body,
input,
select,
button,
textarea {
    font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.carousel-caption {
    text-align: left;
    width: 100%;
    height: 100%;
    top: 100px;
    right: 30px;
    left: 30px;
}

.carousel-caption h1 {
    font-size: 80px;
    font-weight: 900;
    text-transform: capitalize;
    text-shadow: none;
    color: #6dfdff;
}

.carousel-caption h2 {
    font-size: 80px;
    font-weight: 900;
    text-transform: capitalize;
    text-shadow: none;
    color: #dc2751;
}

.carousel-caption a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 35px;
    background: #dc2751;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 30px;
}


.navbar-default {
    background: none;
    border: none;
    border-radius: 0px;
}

.vedonew {
    padding: 8px;
    background: #e7e7e7;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.navbar {

    min-height: 20px;
    margin-bottom: 0px;
    background: none;
    border: none;
    border-radius: 0px;
}

.topbox {
    padding: 10px 0px;
    background: #282834;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #dc2751;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #dc2751;
    background-color: #282834;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #dc2751;
    background-color: #282834;
}


.aboutusbox {
    padding: 60px 0px;
}

.aboutusbox p {
    line-height: 32px;
}

.titlemain {
    color: #3d3b42;
    font-size: 50px;
    font-weight: 700;
}

.titlemain span {
    display: block;
    color: #dc2751;
    margin-bottom: 30px;
}

.readmore {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 35px;
    background: #dc2751;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 30px;
}

.readmore:hover {
    background: #282834;
    color: #fff;
    text-decoration: none;
}


.middivider {
    padding: 30px 0px;
    background: url(../images/footer-bg.png) #282834 no-repeat center center;
    background-size: cover;
}

.middivider p {
    color: #fff;
}

.middivider h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}



.middivider2 {
    padding: 30px 0px;
    background: url(../images/bgggg.jpg) #282834 no-repeat center center;
    background-size: cover;
}

.middivider2 p {
    color: #fff;
}

.middivider2 h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}



.deviderbtn {
    text-align: right;
}

.middivider a {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    border-radius: 35px;
    background: #6dfdff;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 30px;
}

.videomain h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.videomain a {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    border-radius: 35px;
    background: #6dfdff;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 30px;
}

.videomain a:hover {
    color: #dc2751;
    border: 1px solid #dc2751;
    background: #fff;
    text-decoration: none;
}

/*.ourservives img{background: #6dfdff;
box-shadow: 4px 4px 4px rgba(0,0,0,0.5); padding:10px;}*/

.middivider a:hover {
    color: #dc2751;
    border: 1px solid #dc2751;
    background: #fff;
    text-decoration: none;
}


.bottomcontact {
    padding: 60px 0px;
}

.mainbottomform {
    background: #282834;
    min-height: 400px;
}

.bottodetail {
    background: #dc2751;
    min-height: 400px;
    padding: 50px 30px;
    position: relative;
}

.bottodetail:after {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    content: "";
    position: absolute;
}

.form-control:not(textarea) {
    height: 45px;
}

.form-control {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.mainbottomform .form-control {
    background: #13131c;
    border: 1px solid #101013;
}

.bottodetail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.bottodetail ul li {
    margin-bottom: 15px;
    color: #fff;
}

.bottodetail ul li strong {
    font-weight: 700;
    display: block;
    color: #fff;
}

.mybottomform {
    padding: 30px;
}

.btn-primary {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    border-radius: 35px;
    background: #6dfdff;
    padding: 15px 45px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 10px;
}

.btn-primary:hover {
    color: #dc2751;
    border: 1px solid #dc2751;
    background: #fff;
    text-decoration: none;
}


.footermain {
    background-image: url(../images/footer-bg.png) !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #282834;
    padding: 60px 0px;
}

.footermain h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

ul.socilabottom {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

ul.socilabottom li {
    padding: 1px;
    width: 50%;
    float: left;
}

ul.socilabottom li a {
    background: #dc2751;
    display: block;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}

ul.socilabottom li a:hover {
    color: #333;
    text-decoration: none;
    background: #6dfdff;
}

.dropdown-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-right li a {
    text-align: center;
    text-transform: uppercase;
    color: #333 !important;
    font-weight: 700;
    border-radius: 35px;
    background: #6dfdff;
    padding: 9px 20px;
    display: inline-block;
    text-shadow: none;
    margin-top: 6px;
}

.navbar-right li a:hover {
    background: #dc2751 !important;
    color: #fff !important;
}


.footermain p {
    color: #fff;
    line-height: 32px;
}

.footermain .more12 {
    color: #6dfdff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0px;
}

ul.linksnew {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.linksnew li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

ul.linksnew li:after {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #dc2751;
    content: "\f105";
    top: 0;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
}

ul.linksnew li a {
    color: #fff;
}

ul.linksnew li a:hover {
    text-decoration: none;
    color: #6dfdff;
}



.ourservives {
    padding: 60px 0px;
}

.middivider2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.middivider2 ul li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.middivider2 ul li:after {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #dc2751;
    content: "\f00c";
    top: 0;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
}

.testimonial {
    padding: 20px;
    margin: 20px;

    position: relative;
}

.testimonial .pic {
    position: relative;
}

.testimonial h4 {
    color: #3d3b42;
    font-size: 18px;
    font-weight: 700;
}

.testimonial p {
    line-height: 30px;
}

.testimonial a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    background: #dc2751;
    padding: 8px 20px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 10px;
}

.ser_con {
    text-align: center;
    margin-top: 20px;
}


.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: #282834 !important;
    opacity: 1 !important;
}

.owl-prev {
    position: absolute;
    left: -5%;
}

.owl-next {
    position: absolute;
    right: -5%;
}

.owl-prev:after,
.owl-next:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}

.owl-next:after {
    content: "\f105";
}

.videomain {
    padding: 60px 0px;
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
}

.videomain .vieobx {
    padding: 6px;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.deviderbtn img {
    padding: 10px;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}


.top_titlebox {
    padding: 30px 0px;
    background: url(../images/footer-bg.png) #dc2751 no-repeat center center;
}

.top_titlebox h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

ul.pointlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pointlist li::after {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #fff;
    background: #dc2751;
    content: "\f00c";
    top: 0;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
}

ul.pointlist li {
    position: relative;
    padding-left: 30px;

    margin-bottom: 10px;
}


.newnav ul li a.active,
.newnav ul li a:hover,
.newnav ul li a:focus {
    background: #ffffff !important;
    color: #000000 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
}

.gamenameeach {
    color: #000;
    text-decoration: none;
}

.waitimg {
    /*height:40xp; width:40px; text-align:center; display:inline-block; margin:15px 0px;*/
}

.waitimg {
    height: 40xp;
    width: 40px;
    text-align: center;
    display: inline-block;
    /* margin: 15px 0px; */
    vertical-align: bottom;
}


.topboxnew {
    background: #000000 !important;
    padding: 20px 0px 15px 0 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
}

.newnav {
    width: 100% !important;
    margin-bottom: 12px !important;
}

.newnav ul {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    max-width: 1600px !important;
    width: 100% !important;
}

.newnav ul li {
    flex: 1 1 0% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.newnav ul li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    background: #ffd800 !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.newnav ul li a:hover,
.newnav ul li a.active,
.newnav ul li a:focus {
    background: #ffffff !important;
    color: #000000 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
}

@media (max-width: 768px) {
    .topboxnew {
        padding: 15px 0px 10px 0 !important;
    }
    .newnav ul {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 0 8px !important;
        width: 100% !important;
    }
    .newnav ul li {
        flex: 1 1 0% !important;
        max-width: 25% !important;
    }
    .newnav ul li a {
        padding: 8px 4px !important;
        font-size: 11px !important;
        border-radius: 20px !important;
    }
}

.sattalogo {
    background: #ffd800 !important;
    position: static !important;
    width: 100% !important;
    padding: 12px 0px !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
}

.sattalogo h1 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.sattalogo a,
.sattalogo h1 a,
.sattalogo .blink {
    color: #000000 !important;
    text-align: center !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 34px !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
    animation: blinker 0.9s linear infinite !important;
    -webkit-animation: blinker 0.9s linear infinite !important;
    display: inline-block !important;
}

@media (max-width: 768px) {
    .sattalogo a,
    .sattalogo h1 a,
    .sattalogo .blink {
        font-size: 24px !important;
        letter-spacing: 1px !important;
    }
}

.sattalogo img {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.text_slide {
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: transparent !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 13.5px;
}

.circlebox {
    background: #000000 !important;
    padding: 25px 0px;
}

.sattaname p {
    color: #ffffff !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 33px !important;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 8px;
    text-shadow: none;
}

.sattaresult span,
.sattaresult font span {
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 36px !important;
}

#clockbox {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffd800 !important;
}

.hintext {
    color: #ffffff !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 33px !important;
    margin: 8px auto 20px auto;
    line-height: 1.35;
    text-align: center;
}


.callbox {
    padding: 5px 0px;
}

.callbox .card-body,
.callbox .card-body p,
.callbox .card-body p strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    width: 100% !important;
}

.callbox .card-body p {
    margin-bottom: 6px;
    line-height: 1.4;
    font-weight: 700 !important;
    width: 100% !important;
    text-transform: uppercase;
}

.callbox .card-body p strong,
.callbox .card-body p big strong {
    font-weight: 700 !important;
}

/* Static Game Play CTA Link in Ads - Desktop */
.callbox h3,
.callbox-ads h3,
.callbox .game-play-heading,
.callbox-ads .game-play-heading {
    margin: 8px 0 6px 0 !important;
    padding: 0 4px !important;
    border: none !important;
    border-bottom: none !important;
    text-align: center !important;
    line-height: 1.35 !important;
}

.callbox .game-play-cta,
.callbox-ads .game-play-cta,
.callbox .game-play-heading a,
.callbox-ads .game-play-heading a {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #133b70 !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.35 !important;
    margin: 0 auto 4px auto !important;
    padding-bottom: 2px !important;
    border: none !important;
    border-bottom: 1.5px solid #133b70 !important;
}

.callbox .game-play-cta strong,
.callbox-ads .game-play-cta strong,
.callbox .game-play-heading a strong,
.callbox-ads .game-play-heading a strong,
.callbox .game-play-bold,
.callbox-ads .game-play-bold {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #133b70 !important;
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}

.callbox .game-play-cta span,
.callbox-ads .game-play-cta span,
.callbox .game-play-sub,
.callbox-ads .game-play-sub {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #133b70 !important;
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}

.callbox .game-play-cta:hover,
.callbox-ads .game-play-cta:hover,
.callbox .game-play-heading a:hover,
.callbox-ads .game-play-heading a:hover {
    color: #133b70 !important;
    text-decoration: none !important;
    border-bottom: 1.5px solid #133b70 !important;
}

/* Dynamic Ads Section - Side by Side on Big Screen */
.callbox-ads {
    padding: 6px 0px !important;
}

.callbox-ads-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.callbox-ad-col {
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-bottom: 14px !important;
    flex: 1 1 310px !important;
    max-width: 440px !important;
    display: flex !important;
}

.callbox-ad-col .card {
    width: 100% !important;
    height: 100% !important;
    border: 0px !important;
    background: transparent !important;
}

.callbox-ads .card-body {
    padding: 14px 12px 10px !important;
    background: linear-gradient(to bottom, #ffd800, #ffffff) !important;
    border: 1px dashed red !important;
    border-radius: 20px !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.callbox-ads .card-body p,
.callbox-ads .card-body p strong {
    font-size: 16.5px !important;
    line-height: 1.35 !important;
    margin: 0 0 3px 0 !important;
    color: #111111 !important;
    font-weight: 700 !important;
}

/* Ad Crown Name / Dynamic Title lines */
.callbox-ads .card-body p.ad-dynamic-name,
.callbox-ads .card-body p.ad-dynamic-name strong,
.callbox-ads .card-body p.ad-title-line,
.callbox-ads .card-body p.ad-title-line strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #000000 !important;
    line-height: 1.35 !important;
    margin: 2px 0 5px !important;
}

.callbox-ads .card-body img {
    height: 75px !important;
    width: 220px !important;
    max-width: 100% !important;
    margin: 4px auto 0 !important;
}

/* Promo Result Contact Card */
.callbox-promo .card-body {
    background: linear-gradient(to bottom, #ffd800, #ffffff) !important;
    border: 1px dashed red !important;
    border-radius: 20px !important;
    padding: 14px 12px !important;
}

.callbox-promo .card-body p,
.callbox-promo .card-body p strong {
    font-size: 15.5px !important;
    line-height: 1.4 !important;
    color: #333333 !important;
}

.callbox-promo .card-body p big strong {
    font-size: 16.5px !important;
}

/* ================= AAJ KA KAL KA SECTION (TABLEBOX1) ================= */
.tablebox1 {
    margin-bottom: 15px !important;
}

.tablebox1 .table {
    margin-bottom: 0px !important;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
}

.tablebox1 .table-bordered>thead>tr>th,
.tablebox1 .table-bordered>tbody>tr>th,
.tablebox1 .table-bordered>thead>tr>td,
.tablebox1 .table-bordered>tbody>tr>td {
    border: 1px solid #000000 !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 8px 6px !important;
}

.tablebox1 thead tr th,
.tablebox1 thead.foryellow tr th,
.tablebox1 thead.forblack tr th,
.tablebox1 .table thead th,
.tablebox1 .table-bordered>thead>tr>th {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 8px 4px !important;
    text-transform: uppercase !important;
    border: 1px solid #000000 !important;
}

.tablebox1 .table thead th:first-child {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    width: 42% !important;
    border: 1px solid #000000 !important;
}

.tablebox1 .table tbody td:first-child,
.tablebox1 .table td.forYellowGradient,
.tablebox1 .table td.foryellow {
    background: #ffd800 !important;
    color: #000000 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 4px !important;
    width: 42% !important;
    border: 1px solid #000000 !important;
}

.tablebox1 .table thead th:nth-child(2),
.tablebox1 .table thead th:nth-child(3),
.tablebox1 .table tbody td:nth-child(2),
.tablebox1 .table tbody td:nth-child(3) {
    width: 29% !important;
}

.tablebox1 .table td a.gamenameeach,
.tablebox1 .table td .gamenameeach {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    display: block !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.tablebox1 .table td a.gamenameeach:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

.tablebox1 .table td span.gametimeeach,
.tablebox1 .table td .gametimeeach {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    display: block !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tablebox1 .table tbody tr td:nth-child(2),
.tablebox1 .table tbody tr td:nth-child(3),
.tablebox1 .table .yesterday-number,
.tablebox1 .table .today-number {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-align: center !important;
    vertical-align: middle !important;
    letter-spacing: 2px !important;
    background: #ffffff !important;
    border: 1px solid #000000 !important;
}

.tablebox1 .table tbody tr td:nth-child(2) div,
.tablebox1 .table tbody tr td:nth-child(3) div,
.tablebox1 .table .special-bold {
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
}

.tablebox1 .table .waitimg img {
    width: 45px !important;
    height: 45px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

@media (max-width: 767px) {

    .callbox-ad-col {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .callbox-ads .card-body {
        padding: 12px 10px 8px !important;
    }

    .callbox-ads .card-body p,
    .callbox-ads .card-body p strong {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin: 0 0 2px 0 !important;
    }

    .callbox-ads .card-body p.ad-dynamic-name,
    .callbox-ads .card-body p.ad-dynamic-name strong,
    .callbox-ads .card-body p.ad-title-line,
    .callbox-ads .card-body p.ad-title-line strong {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 16.5px !important;
        font-weight: 800 !important;
    }

    .callbox-ads .card-body img {
        height: 70px !important;
        width: 210px !important;
        max-width: 100% !important;
        margin: 4px auto 0 !important;
    }

    .callbox-promo .card-body p,
    .callbox-promo .card-body p strong {
        font-size: 14.5px !important;
    }

    .callbox-promo .card-body p big strong {
        font-size: 15.5px !important;
    }

    .callbox h3,
    .callbox-ads h3,
    .callbox .game-play-heading,
    .callbox-ads .game-play-heading {
        margin: 6px 0 4px 0 !important;
        border: none !important;
        border-bottom: none !important;
    }

    .callbox .game-play-cta,
    .callbox-ads .game-play-cta,
    .callbox .game-play-heading a,
    .callbox-ads .game-play-heading a {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 15.5px !important;
        font-weight: 600 !important;
        color: #133b70 !important;
        border: none !important;
        border-bottom: 1.5px solid #133b70 !important;
        padding-bottom: 2px !important;
        margin: 0 auto 4px auto !important;
    }

    .callbox .game-play-cta strong,
    .callbox-ads .game-play-cta strong,
    .callbox .game-play-heading a strong,
    .callbox-ads .game-play-heading a strong,
    .callbox .game-play-bold,
    .callbox-ads .game-play-bold {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 16.5px !important;
        font-weight: 900 !important;
        border: none !important;
        border-bottom: none !important;
    }

    .callbox .game-play-cta span,
    .callbox-ads .game-play-cta span,
    .callbox .game-play-sub,
    .callbox-ads .game-play-sub {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 15.5px !important;
        font-weight: 600 !important;
        border: none !important;
        border-bottom: none !important;
    }

    .tablebox1 thead.foryellow tr th,
    .tablebox1 thead.forblack tr th,
    .tablebox1 thead tr th {
        font-size: 15.5px !important;
        padding: 8px 4px !important;
    }

    .tablebox1 .table td a.gamenameeach,
    .tablebox1 .table td .gamenameeach {
        font-size: 16px !important;
        font-weight: 700 !important;
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }

    .tablebox1 .table td span.gametimeeach,
    .tablebox1 .table td .gametimeeach {
        font-size: 13.5px !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }

    .tablebox1 .table tbody tr td:nth-child(2),
    .tablebox1 .table tbody tr td:nth-child(3),
    .tablebox1 .table .yesterday-number,
    .tablebox1 .table .today-number,
    .tablebox1 .table tbody tr td:nth-child(2) div,
    .tablebox1 .table tbody tr td:nth-child(3) div,
    .tablebox1 .table .special-bold {
        font-size: 24px !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 480px) {

    .callbox-ads .card-body {
        padding: 10px 8px 8px !important;
    }

    .callbox-ads .card-body p,
    .callbox-ads .card-body p strong {
        font-size: 14.5px !important;
        line-height: 1.28 !important;
        margin: 0 0 2px 0 !important;
    }

    .callbox-ads .card-body p.ad-dynamic-name,
    .callbox-ads .card-body p.ad-dynamic-name strong,
    .callbox-ads .card-body p.ad-title-line,
    .callbox-ads .card-body p.ad-title-line strong {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }

    .callbox-ads .card-body img {
        height: 65px !important;
        width: 200px !important;
        max-width: 100% !important;
        margin: 3px auto 0 !important;
    }

    .callbox h3,
    .callbox-ads h3,
    .callbox .game-play-heading,
    .callbox-ads .game-play-heading {
        margin: 5px 0 3px 0 !important;
        border: none !important;
        border-bottom: none !important;
    }

    .callbox .game-play-cta,
    .callbox-ads .game-play-cta,
    .callbox .game-play-heading a,
    .callbox-ads .game-play-heading a {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #133b70 !important;
        border: none !important;
        border-bottom: 1.5px solid #133b70 !important;
        padding-bottom: 2px !important;
        margin: 0 auto 3px auto !important;
    }

    .callbox .game-play-cta strong,
    .callbox-ads .game-play-cta strong,
    .callbox .game-play-heading a strong,
    .callbox-ads .game-play-heading a strong,
    .callbox .game-play-bold,
    .callbox-ads .game-play-bold {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        border: none !important;
        border-bottom: none !important;
    }

    .callbox .game-play-cta span,
    .callbox-ads .game-play-cta span,
    .callbox .game-play-sub,
    .callbox-ads .game-play-sub {
        font-family: Helvetica, Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        border: none !important;
        border-bottom: none !important;
    }

    .tablebox1 thead.foryellow tr th,
    .tablebox1 thead.forblack tr th,
    .tablebox1 thead tr th {
        font-size: 15px !important;
        padding: 7px 3px !important;
    }

    .tablebox1 .table td a.gamenameeach,
    .tablebox1 .table td .gamenameeach {
        font-size: 15.5px !important;
        font-weight: 700 !important;
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }

    .tablebox1 .table td span.gametimeeach,
    .tablebox1 .table td .gametimeeach {
        font-size: 13px !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }

    .tablebox1 .table tbody tr td:nth-child(2),
    .tablebox1 .table tbody tr td:nth-child(3),
    .tablebox1 .table .yesterday-number,
    .tablebox1 .table .today-number,
    .tablebox1 .table tbody tr td:nth-child(2) div,
    .tablebox1 .table tbody tr td:nth-child(3) div,
    .tablebox1 .table .special-bold {
        font-size: 23px !important;
        font-weight: 700 !important;
    }
}

.sattname {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}

.loginhead {
    font-weight: bold;
    color: #000;
    font-size: 32px;
}

.formbut {
    background: #ffd800;
    color: #000;
    text-center: center;
}

.input-group-text {
    background-color: #b80d57;
    color: #fff;
    border: none;
}

.hitwo {
    color: #000;
}

.hitwo:after {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    content: "";
    border: 1px solid #fff;
}

.newnumber {
    color: #000;
    font-weight: 700;
    margin: 10px;
    font-size: 24px;
}

.butonnew {
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    background: #ffd800;
    color: #000;
    padding: 0px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
}

.butonnew:hover {
    text-decoration: none;
    color: #000;
}

.vailabel {
    font-weight: 700;
    color: #000;
    font-size: 14px;
    display: block;
    margin: 15px;
}

.sattadividerr {
    background: #ffd800 !important;
    background-image: none !important;
    border-radius: 0px !important;
    padding: 20px 0px 10px 0px !important;
}

.sattadividerr a,
.sattadividerr h3,
.sattadividerr h4,
.sattadividerr p,
.sattadividerr strong {
    color: #000000 !important;
}

.sattadividerr .gamenameeach h3 {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #000000 !important;
}

.sattadividerr h4 {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.sattadividerr p {
    margin: 4px 0px 8px 0px;
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.sattadividerr strong {
    font-size: 28px !important;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sattadividerr strong i {
    padding: 5px;
    background: #000;
    color: #fff;
    margin: 0px 5px;
}



.nopadding {
    padding: 0px !important;
}

/* ============================================================== */
/* BANNER & CHART TITLES (MATCHING a1-satta.com) */
/* ============================================================== */
.octoberresultchart {
    background: #ff9000 !important;
    background: linear-gradient(180deg, #ff9000, #ffe400) !important;
    border-top: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    border-left: none !important;
    border-right: none !important;
    color: #000000 !important;
    padding: 26px 10px !important;
    border-radius: 0 !important;
    margin: 15px 0 0 0 !important;
    text-align: center !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9000", endColorstr="#ffe400", GradientType=0);
}

.octoberresultchart h1,
.octoberresultchart h2,
.octoberresultchart h3,
.octoberresultchart h4,
.octoberresultchart h5 {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
}

.octoberresultchart .chart-month-year,
.octoberresultchart .chart-result-title {
    display: inline-block;
}

/* ============================================================== */
/* FILTER BAR (MATCHING a1-satta.com) */
/* ============================================================== */
.Select_selectMainDiv__QD2cf {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin: auto;
    padding: 0.8rem 0;
    width: 50%;
}

.Select_selectTag__IzyVd {
    border: 2px solid #ffd800;
    border-radius: 5px;
    padding: 0.8rem;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    background-color: #ffffff;
    color: #000000;
}

.Select_secondTag__Q9uV_ {
    width: 100%;
}

.Select_button__PIOQS,
.Select_selectTag__IzyVd {
    font-weight: 700;
    outline: none;
}

.Select_button__PIOQS {
    background-color: #ffd800;
    border: 1px solid #ffd800;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.Select_button__PIOQS:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .Select_selectMainDiv__QD2cf {
        width: 96%;
        padding: 0.5rem 0;
    }

    .Select_secondTag__Q9uV_,
    .Select_selectTag__IzyVd {
        font-weight: 400;
        padding: 0.3rem 0.4rem;
        font-size: 13px;
    }

    .Select_secondTag__Q9uV_ {
        width: 40%;
    }

    .Select_button__PIOQS {
        background-color: #ffd800;
        border: 1px solid #ffd800;
        border-radius: 5px;
        font-weight: 700;
        outline: none;
        padding: 4px 10px;
        font-size: 13px;
    }
}

/* ============================================================== */
/* MONTHLY & ANNUAL RESULT CHART TABLES (MATCHING a1-satta.com) */
/* ============================================================== */
.single-game-chart-table {
    width: 100% !important;
    background: #ffffff !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.single-game-chart-table th,
.single-game-chart-table td {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 9px 4px !important;
    border: 1px solid #eef0f3 !important;
    font-family: Helvetica, Arial, sans-serif !important;
}

.single-game-chart-table thead tr th,
.single-game-chart-table thead tr td {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 12px 4px !important;
}

.single-game-chart-table tbody tr td:first-child {
    color: #0033cc !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    background: #ffffff !important;
}

.single-game-chart-table tbody tr td .chart-num {
    color: #0033cc !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    display: block !important;
}

.single-game-chart-table tbody tr td .chart-dash {
    color: #111827 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: block !important;
}

.forfirtcolor {
    background: #ffd800 !important;
    background-color: #ffd800 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    min-width: 120px;
    text-align: center !important;
    vertical-align: middle !important;
}

.table_chart_section_01.forfirtcolor {
    min-width: 80px;
}

.date {
    width: 100px !important;
    min-width: 80px !important;
}

.table_chart_section_02 {
    text-align: center !important;
    font-weight: 600 !important;
    color: #000000 !important;
    display: block !important;
    letter-spacing: 2px !important;
    line-height: 1.4 !important;
    font-size: 17px !important;
}

.newtable {
    margin-bottom: 10px !important;
}

.newtable .table-responsive {
    margin-bottom: 0px !important;
    border: 0;
    overflow-x: auto !important;
}

.newtable .table {
    margin: 0px !important;
    margin-bottom: 0px !important;
}

.newtable .table-bordered>thead>tr>th,
.newtable .table-bordered>tbody>tr>th,
.newtable .table-bordered>tfoot>tr>th,
.newtable .table-bordered>thead>tr>td,
.newtable .table-bordered>tbody>tr>td,
.newtable .table-bordered>tfoot>tr>td {
    border: 1px solid #333333 !important;
    padding: 8px !important;
    vertical-align: middle !important;
    line-height: 1.42857143 !important;
}

.newtable .table td {
    text-align: center;
    vertical-align: middle;
}

.newtable .table .table_chart_section_01,
.newtable .table .yellowStrip {
    padding: 8px !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.newtable .table .yellowStrip {
    background: #ffd800 !important;
    color: #000000 !important;
}

.table_chart_section2 {
    background: #ffd800 !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.table_chart_section {
    background: #ffd800 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}

.table_chart_section a {
    color: #000000 !important;
    display: block !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.tabel3 .table-bordered>thead>tr>th,
.tabel3 .table-bordered>tbody>tr>th,
.tabel3 .table-bordered>tfoot>tr>th,
.tabel3 .table-bordered>thead>tr>td,
.tabel3 .table-bordered>tbody>tr>td,
.newtable .table-bordered>tfoot>tr>td {
    border: 1px solid #333333 !important;
    padding: 7px 8px !important;
    vertical-align: middle !important;
}

.tabel3 .table {
    margin: 0;
}

.somelinks {
    padding: 15px 0px;
    background: #fff;
}

.somelinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.somelinks ul li {
    float: left;
    padding: 0px 20px;
    position: relative;
    text-align: center;
}

.somelinks ul li a {
    font-weight: 700;
    text-align: justify;
    display: block;
    color: #ffd800;
}

.somelinks ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.somelinks2 {
    padding: 10px 0px;
    background: #ffd800;
}

.somelinks2 strong {
    font-weight: 700;
    text-align: center;
    display: block;
    color: #000;
}

#frm_user .form-wrapper {
    position: relative;
}

#frm_user .form-wrapper i {
    position: absolute;
    top: 8px;
    left: 7px;
}

#frm_user .form-wrapper .form-control {
    padding-left: 30px;
    margin-bottom: 15px;
    border: 2px solid #000;
}

.clearfix {
    padding-bottom: 10px;
}

.login-form {
    text-align: center;
    font-weight: 800;
    color: #3c763d;
    font-size: 20px;
}

/*====KHAIWAL ADS======*/
.elementor-widget-container {
    margin: 5px 5px 5px 5px;
    background-color: transparent;
    transition: background 0s;
    border-style: dashed;
    border-color: #D22A2A;
    box-shadow: 0px 0px 10px 0px #000000;
}

h4,
h6 {
    clear: both;
    line-height: 1.4;
    padding: 1.5em 0 0;
}

@media only screen and (max-width: 768px) {
    .topboxnew {
        padding: 18px 0px 10px 0;
    }

    .newnav ul {
        display: flex;
        justify-content: space-between;
        gap: 6px;
        padding: 0 4px;
        margin: 0;
    }

    .newnav ul li {
        flex: 1;
        padding: 0 !important;
        float: none;
        max-width: none;
    }

    .newnav ul li a {
        padding: 7px 4px;
        text-align: center;
        border-radius: 25px;
        text-transform: uppercase;
        box-shadow: none;
        border: 1px solid #000;
        font-size: 13px;
        font-weight: 700;
        background: #ffd800;
        color: #000;
    }

    .newnav ul li a.active,
    .newnav ul li a:hover {
        background: #ffffff !important;
        color: #000000 !important;
    }

    .sattalogo {
        padding: 10px 0px;
    }

    .sattalogo a {
        font-size: 28px;
        letter-spacing: 1px;
    }

    #clockbox {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .hintext {
        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0 6px;
    }

    .sattaname p {
        font-size: 33px !important;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .sattaresult span,
    .sattaresult font span {
        font-size: 33px !important;
    }

    .sattadividerr .gamenameeach h3 {
        font-size: 26px !important;
    }

    .sattname {
        font-size: 14px;
    }

    .butonnew {
        margin-bottom: 10px;
    }

    .octoberresultchart {
        padding: 20px 5px !important;
        margin: 15px 0 0 0 !important;
    }

    .octoberresultchart h1,
    .octoberresultchart h2,
    .octoberresultchart h3,
    .octoberresultchart h4,
    .octoberresultchart h5 {
        font-size: 18px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }

    .octoberresultchart .chart-month-year {
        display: inline !important;
        margin-bottom: 0 !important;
    }

    .octoberresultchart .chart-result-title {
        display: inline !important;
    }

    .butonnew {
        padding: 0px 10px;
    }

    .greet {
        width: 105px;
    }

    .foryellow {
        background: #ffd800 !important;
        color: #000 !important;
        font-size: 16px !important;
        vertical-align: middle !important;
    }

    .forfirtcolor {
        min-width: 90px;
        font-size: 14px !important;
    }

    .newtable .table-bordered>thead>tr>td,
    .newtable .table-bordered>tbody>tr>td {
        padding: 6px 3px !important;
        font-size: 14px !important;
    }

    .table_chart_section_02 {
        font-size: 17px !important;
        letter-spacing: 1px !important;
    }
}

@media only screen and (max-width: 991px) {
    .newnav ul li {
        padding: 0px 10px;
    }

    .foryellow {
        background: #ffd800 !important;
        color: #000 !important;
        font-size: 17px !important;
        vertical-align: middle !important;
    }
}

/* ================= FAQ ACCORDION (ADD AT END) ================= */

.faq-section {
    padding: 60px 0;
    background: #282834;
}

.faq-title {
    text-align: center;
    color: #ffd800;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.faq-item {
    border: 2px solid #000;
    margin-bottom: 15px;
    background: #ffd800;
    box-shadow: 2px 2px rgba(255, 255, 255, 0.6);
}

.faq-question {
    width: 100%;
    background: #ffd800;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    text-align: left;
    border: none;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.faq-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 900;
}

.faq-answer {
    display: none;
    background: #000;
    color: #fff;
    padding: 20px;
    border-top: 2px solid #dc2751;
}

.faq-answer p {
    margin: 0;
    line-height: 30px;
}

.faq-item.active .faq-question {
    background: #000;
    color: #ffd800;
}

.faq-item.active .faq-icon {
    color: #ffd800;
}

.faq-item.active .faq-answer {
    display: block;
}


.marquee {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    color: #000;
    font-weight: bold;
}

.track {
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: scroll 20s linear infinite;
}

.track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ================= HOME & GAME SEO CONTENT ================= */
.homePageContent h1,
.homePageContent h2,
.homePageContent h3,
.gameSeoContent h1,
.gameSeoContent h2,
.gameSeoContent h3,
.game_seo_area h1,
.game_seo_area h2,
.game_seo_area h3,
section.homePageContent h1,
section.homePageContent h2,
section.homePageContent h3,
section.gameSeoContent h1,
section.gameSeoContent h2,
section.gameSeoContent h3 {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    line-height: 1.4 !important;
    background: #ff9000 !important;
    background: linear-gradient(180deg, #ff9000, #ffe400) !important;
    border-top: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
    border-left: none !important;
    border-right: none !important;
    margin: 20px 0 !important;
    text-transform: none !important;
}

.homePageContent p,
.gameSeoContent p,
section.homePageContent p,
section.gameSeoContent p {
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    letter-spacing: 0.2px !important;
    margin-bottom: 15px !important;
}

/* ================= BLOG CARDS ================= */
.blog_main_section {
    padding: 30px 0;
    background: #fff;
}

.blog_top_heading {
    text-align: center;
    margin-bottom: 20px;
}

.blog_top_heading a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #4f7586;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.blog_bg_area {
    padding: 10px 0;
}

.blog_bg_area .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog_bg_area .row>div {
    display: flex;
}

.blog_bg_area a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.blog_single_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.blog_single_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog_img_area {
    width: 100%;
    text-align: center;
    background: #fff000;
}

.blog_img_area img {
    width: 100%;
    height: auto;
    display: block;
}

.blog_text_area {
    padding: 15px;
}

.blog_text_area h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
    line-height: 1.4;
}

.blog_date {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.blog_tags {
    font-size: 13px;
    color: #4f7586;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog_description {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

/* ============================================================== */
/* CHART PAGE SUBTITLE BAR & PILL BUTTONS (SCREENSHOT 1 & 2) */
/* ============================================================== */
.chart-subtitle-bar {
    background: #000000 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 23px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: -20px !important;
    border-bottom: 1px solid #222222 !important;
}

.pills-for-chart {
    padding: 10px 0 15px 0 !important;
    background: #ffffff !important;
}

.pills-for-chart .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.pills-for-chart .pill-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 8px !important;
}

.single-pill {
    background: #ffd800 !important;
    border: 1px solid #ffd800 !important;
    border-radius: 5px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 8px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: none !important;
    line-height: 1.3 !important;
}

.single-pill:hover,
.single-pill:focus,
.single-pill:active {
    background: #000000 !important;
    color: #ffd800 !important;
    border-color: #000000 !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .pills-for-chart .pill-col {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 769px) {
    .pills-for-chart .pill-col {
        width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

/* ============================================================== */
/* SINGLE GAME 12-MONTH MATRIX ANNUAL CHART (SCREENSHOTS 2, 3, 4, 5) */
/* ============================================================== */
.table-responsive-chart {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.single-game-chart-table {
    min-width: 620px !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border-collapse: separate !important;
    border-spacing: 3px 0px !important;
    border: none !important;
    margin-bottom: 0px !important;
}

.single-game-chart-table thead tr {
    background-color: #ffffff !important;
    border-top: none !important;
}

.single-game-chart-table thead td,
.single-game-chart-table thead th {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 8px 4px !important;
    border: none !important;
    border-bottom: 2px solid #000000 !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
}

.single-game-chart-table tbody tr {
    border: none !important;
    transition: background-color 0.15s ease !important;
}

.single-game-chart-table tbody tr:hover {
    background-color: #f8fafc !important;
}

.single-game-chart-table tbody td {
    text-align: center !important;
    padding: 8px 3px !important;
    font-size: 14.5px !important;
    border: none !important;
    border-bottom: 1px solid #cbd5e1 !important;
    vertical-align: middle !important;
}

.single-game-chart-table tbody td:first-child b,
.single-game-chart-table tbody td:first-child {
    color: #0033cc !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.single-game-chart-table .chart-num {
    color: #0033cc !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    display: inline-block !important;
}

.single-game-chart-table .chart-dash {
    color: #1e293b !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    display: inline-block !important;
}

/* ============================================================== */
/* ADS FULL-WIDTH STACKED (MATCHING IMAGE 1 & IMAGE 3) */
/* ============================================================== */
.callbox-ads {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.callbox-ads-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
}

.callbox-ad-col {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* ============================================================== */
/* BIG SCREEN 1600px CONTAINER FIT (FOR ULTRA-WIDE MONITORS) */
/* ============================================================== */
@media (min-width: 1601px) {
    body {
        background-color: #ffffff !important;
    }

    .container-fluid,
    .topboxnew,
    .sattalogo,
    .circlebox,
    .sattadividerr,
    .callbox,
    .tablebox1,
    .octoberresultchart,
    .newtable,
    .homePageContent,
    .gameSeoContent,
    .faq-section,
    .blog_main_section,
    .main-site-footer {
        max-width: 1600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ============================================================== */
/* YELLOW LINK STRIP NOTIFICATION ADS (SCREENSHOT 1) */
/* ============================================================== */
.link-strip-ad-box {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}

.link-strip-ad-box .card {
    border: 0px !important;
    border-radius: 20px !important;
    background: transparent !important;
}

.link-strip-ad-box .card-body.notification,
.link-strip-ad-box .card-body {
    border: 1px dashed red !important;
    background: #ffd800 !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
    font-size: 1.3rem !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 20px !important;
    line-height: 1.4 !important;
}

.link-strip-ad-box a,
.link-strip-ad-box a:visited,
.link-strip-ad-box a:hover,
.link-strip-ad-box a:focus {
    color: #023378 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    font-size: 1.3rem !important;
}

/* ============================================================== */
/* GAME PLAY CTA HEADING & LINK BORDER (SAME AS HOVER UNDERLINE) */
/* ============================================================== */
.game-play-heading {
    margin: 8px 0 6px 0 !important;
    text-align: center !important;
    font-size: 15px !important;
}

.game-play-cta,
.game-play-cta:link,
.game-play-cta:visited,
.game-play-cta:hover,
.game-play-cta:focus,
.game-play-cta:active {
    color: #023378 !important;
    text-decoration: underline !important;
    text-decoration-color: #023378 !important;
    border: none !important;
    border-bottom: none !important;
    display: inline !important;
}

.game-play-bold {
    color: #023378 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-decoration-color: #023378 !important;
}

.game-play-sub {
    color: #000000 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-decoration-color: #023378 !important;
}

/* ============================================================== */
/* LEGAL CONTENT PAGES (TERMS, PRIVACY, DISCLAIMER - MATCHING LUCKY) */
/* ============================================================== */
.legal-content-section {
    padding: 30px 15px;
    background: #ffffff;
}

.legal-content-section .legal-inner-card {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 15px;
}

.legal-content-section h1 {
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 22px;
    text-align: center;
    text-transform: uppercase;
}

.legal-content-section h2,
.legal-content-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.legal-content-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 16px;
    text-align: left;
}

@media (max-width: 768px) {
    .legal-content-section {
        padding: 20px 12px;
    }

    .legal-content-section h1 {
        font-size: 21px;
    }

    .legal-content-section h2,
    .legal-content-section h3 {
        font-size: 16px;
    }

    .legal-content-section p {
        font-size: 14px;
        line-height: 1.7;
    }
}