    /* <style> */
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
    }

    body {
        margin: 0;
        padding: 0;
        color: #ffffff;
        /* background-image: url('https://images.pexels.com/photos/417083/pexels-photo-417083.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'); */
        background-color: #000;
        font-family: sans-serif;
    }

    .marquee {
        background-color: #640303;
        color: #fffb00;
        padding: 0.4rem;
        font-size: 1.4rem;
        padding-top: 14px;


    }

    .background-image {
        background-image: url('./bg.jpg');
        background-position: center;

    }


    .inner-background-image {
        background-color: #09080884;
    }

    .logo-container {
        text-align: center;
        margin-bottom: 15px;
    }

    .logo-container img {
        max-width: 100%;
        height: auto;
    }

    .logo3 {
        background-color: #faab17;
        /* padding: 10px; */
        height: 50px;
        text-align: center;


    }


    .satka {
        text-align: center;

        padding-top: 13px;
    }

    .logo3 a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }

    h2,
    h3 {
        color: #faab17;
        text-align: center;
        margin: 15px 0;
    }

    .about-h2 {
        color: rgb(255, 0, 0);
        text-shadow: 1px 1px 1px white;
        text-align: center;
        padding-top: 30px;
    }


    .about-div {
        background-color: #ffa600;
        background-image: url('/static/css/ab.jpg');
        background-position: center;
        background-repeat: no-repeat;
    }


    p {
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .bg4 {
        background-image: url('/static/contest-bg.png');
        padding: 10px;
        margin: 15px 0;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }



    .matka_result_box {
        background-image: url('./flat-design-poker-table-background.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px;

        border-radius: 5px;
        text-align: center;

    }


    /* .matka_title {
            font-weight: bold;
            font-size: 28px;
            color: #faab17;
            margin-bottom: 10px;
        } */

    .finak_ank {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;

    }

    .result_now,
    .result_now_right {
        display: inline-block;
        margin: 5px;
    }

    .chart_btn {
        background-color: #faab17;
        color: #000;
        padding: 5px 15px;
        text-decoration: none;
        border-radius: 3px;
        font-weight: bold;



    }

    .sub-table {
        width: 45%;
        border-collapse: collapse;
        margin: 15px 0;
        background-image: url('/static/contest-bg.png');
        color: #faab17;
        justify-self: center;


    }

    .sub-table,
    th,
    td {
        border: 1px solid #444;
    }

    th,
    td {
        padding: 8px;
        text-align: center;
    }

    th {
        background-color: #a70707;
        color: #f4f008;
    }

    .satta_result {
        background-color: #333;
        padding: 10px;
        text-align: center;
        margin: 15px 0;
        border-radius: 5px;
    }

    .satta_result a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    .refresh-btn {
        display: block;
        background-color: #faab17;
        color: #000;
        padding: 15px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        text-align: center;
        margin: 20px auto;
        width: 150px;
        cursor: pointer;

        /* Smooth transition */
        transition: all 0.3s ease;
    }

    /* Hover effect */
    .refresh-btn:hover {

        transform: scale(1.05);
        /* box-shadow: 0 0 10px rgba(250, 171, 23, 0.7); */
    }

    /* Click (active) effect */






    .vemo,
    .vemo2 {
        margin: 10px 0;
    }

    .vemo2 a {
        color: #faab17;
        text-decoration: none;
        font-weight: bold;
    }



    /* Responsive adjustments */
    @media (max-width: 600px) {
        .matka_title {
            font-size: 16px;
        }

        .finak_ank {
            font-size: 20px;
        }

        .chart_btn {
            padding: 3px 10px;
            font-size: 14px;
        }



        th,
        td {
            padding: 8px;

        }

        #example td {
            padding: 3px;
            font-size: 14px;

        }

        .Rhead {
            font-size: 14px;
        }



        .refresh-btn {
            display: block;
            background-color: #faab17;
            color: #000;
            padding: 10px 15px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            text-align: center;
            margin: 20px auto;
            width: 120px;
        }


    }

    @media (max-width: 500px) {
        .logo3 a {
            font-size: 14px;
        }

        h2 {
            font-size: 18px;
            line-height: 25px;
        }

        h3 {
            font-size: 16px;
        }

        table {
            font-size: 14px;
        }

        #example {
            overflow-x: auto;
            display: block;
        }
    }




    .main-result-show {
        background-color: #810808b7;
        color: #F4F008;
        border-radius: 10px;
        font-family: 'Cinzel Decorative', serif;
        justify-self: center;
        text-align: center;
        padding: 0.5rem;
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        text-transform: lowercase;
    }



    /* <style> */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }



    .lang-switch a {
        color: white;
        text-decoration: none;
        margin: 0 5px;
    }

    /* .hero-inner {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(to bottom, rgba(118, 10, 10, 0.2), rgba(8, 25, 48, 0.6));
    } */



    .image-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-track {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }

    .image-track img {
        width: 150px;
        height: 220px;
        object-fit: cover;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

    .image-track img:hover {
        transform: scale(1.05);
    }

    .slider-nav {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #ddd;
    }

    .slider-nav .line {
        width: 80px;
        height: 1px;
        background-color: #ccc;
    }

    .arrows button {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        color: white;
        margin-left: 10px;
        padding: 5px 10px;
        border-radius: 50%;
        cursor: pointer;
    }




    .hero-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-text h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .hero-text p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .hero-text a {
        background-color: #faab17;
        color: #000;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
    }







    .logo-img {
        margin-top: 20px;
        height: 240px;
        width: 240px;
        display: flex;
        filter: brightness(1) contrast(1.2);
        justify-self: center;
        align-items: center;
        transition: all 0.3s ease;
        padding-top: 20px;
        transform: scale(1);

    }



    @media(max-width: 980px) {
        .logo-img {
            height: 220px;
            width: 220px;
        }

        .main-table-spanGap {
            font-weight: 400;
        }
    }


    @media(max-width: 400px) {
        .logo-img {
            height: 200px;
            width: 200px;
        }
    }

    .logo-img:hover {


        /* Optional for smooth hover effects */

        transform: scale(1.1);
        /* Slightly zoomed on hover */
        /* Optional for smooth hover effects */
    }














    /* 
    .hero {
        position: relative;
        width: 100%;
        height: 40vh;
        overflow: hidden;
    } */

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;

        /* fills the space like background-size: cover */
        z-index: 0;
    }

    .hero-inner {
        position: relative;
        z-index: 1;
        /* above the video */
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* </style> */


    /* <style> */
    .main-table-spanGap {
        display: block;
        /* margin: 0 auto; */
        padding-top: 4px;
        padding-bottom: 10px;
        text-align: center;
        /* font-size: 10px; */
        color: #F4F008;
        font-weight: 600;
    }

    .main-table-spanGap-time {

        color: #F4F008;

        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    @media(max-width:450px) {
        .main-table-spanGap {
            display: block;
            /* margin: 0 auto; */
            padding-top: 4px;
            padding-bottom: 10px;
            text-align: center;
            /* font-size: 10px; */
            font-weight: 400;
            color: #F4F008;

        }

    }


    .table-container {
        overflow-x: auto;
        width: 96%;
        justify-self: center;

    }

    .main-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 17px;
        font-weight: 500;
        min-width: 500px;
        background-image: url('/static/contest-bg.png');
        /* Allow horizontal scroll */

    }

    .main-table td,
    .main-table th {
        border: 1.5px solid #444;
        padding: 10px 4px;
        text-align: center;
        word-break: break-word;
    }

    .table-title {
        text-align: center;
        padding: 8px;

        font-size: 1rem;
        color: red;
        /* background: #fff; */
    }

    .table-header {
        background-color: #a70707;
        color: #f4f008;
        font-weight: bold;
        font-size: 1rem;

    }

    /* 🔻 RESPONSIVE COMPACT STYLES FOR SMALL SCREENS */
    @media screen and (max-width: 600px) {
        .main-table {
            font-size: 15px;
            min-width: unset;
        }

        .main-table-spanGap {
            display: block;
            /* margin: 0 auto; */
            padding-top: 4px;
            padding-bottom: 10px;
            text-align: center;
            /* font-size: 10px; */
            font-weight: 400;
            color: #F4F008;

        }

        .main-table-spanGap-time {

            color: #F4F008;

            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            font-size: 1.6rem;
        }

        .time-head {
            /* padding: 2px 0px; */
            font-weight: 500;
            font-size: 14px;
            padding-top: 30px;
            line-clamp: 10px;
            zoom: 90%;
        }

        .table-title {
            font-size: 0.9rem;

            padding: 6px;
        }


    }

    /* </style> */




    @media(max-width:460px) {

        .main-table {
            font-size: 14px;
            min-width: unset;
        }



        .time-head {
            /* padding: 2px 0px; */
            font-weight: 500;
            font-size: 12px;
            padding-top: 30px;
            line-height: 14px;
        }
    }


    @media(max-width:370px) {
        h2 {
            font-size: 15px;
            line-height: 25px;
        }



        .finak_ank {
            color: #ffffff;
            margin-bottom: 20px;
            line-height: 28px;
            letter-spacing: 2px;
            font-size: 15px;
        }

        .finak_ank-p {
            line-height: 28px;
            letter-spacing: 1px;
            font-size: 15px;
        }


        .time-head {
            /* background-color: rgb(0, 0, 0); */
            zoom: 80%;
        }

        .main-table-spanGap {
            zoom: 90%;

        }

    }

    @media(max-width:330px) {


        .time-head {
            /* background-color: rgb(0, 0, 0); */
            zoom: 75%;
        }

        .main-table-spanGap {
            zoom: 85%;

        }

    }


    footer {
        background-image: url('/static/css/duplicate-bg.png');

        background-repeat: no-repeat;
        background-size: cover;
        color: #ffd700;
        font-family: Arial, sans-serif;
        padding: 40px 20px 20px;
    }

    .container-footer {
        /* max-width: 1200px; */
        margin: auto;
    }

    .row-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .row-footer>div {
        flex: 1 1 220px;
        padding: 15px;
    }

    .logo-footer {
        max-width: 150px;
        margin-bottom: 10px;
    }

    .footer-about p {
        font-size: 14px;
        color: #ffcd06;
        line-height: 1.6;
    }

    .useful-link h2,
    .social-links h2,
    .address-footer h2 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
        text-align: center;
    }

    .use-links li,
    .social-icons li,
    .address-links li {
        list-style: none;
        margin: 12px 0;
        line-height: 1.5rem;
        margin-left: 8rem;
        margin-top: 1.6rem;

    }

    .use-links a,
    .social-icons a,
    .address-links a {
        text-decoration: none;
        color: #ffd700;
        font-size: 14px;


    }

    .use-links i,
    .social-icons i,
    .address-links i {
        margin-right: 8px;
        color: #ffffff;
    }

    .address1-footer {
        font-size: 14px;
        color: #ffe57f;
    }

    /* Copy Right Section */
    #copy-right {
        background-color: #660000;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-size: 16px;
    }

    #copy-right a {
        color: #ffd700;
        text-decoration: none;
    }

    #copy-right a:hover {
        text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 968px) {
        .row-footer {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .row-footer>div {
            width: 100%;
            max-width: 800px;
        }

        .logo-footer {
            margin: 0 auto 10px;
        }

        .use-links li,
        .social-icons li,
        .address-links li {
            font-size: 15px;
            margin-left: 0rem;
        }
    }





/*   
    .outer-indivisual {
        margin: 0;
        padding: 0;
      background-image: url('/static/css/duplicate-bg.png');
              background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Arial', sans-serif;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        margin-top: 0.2rem;
        

    }

    .banner-indivisual {
        

        border: 2px solid #f4a703;
        border-radius: 10px;
        padding: 40px;
        width: 100%;
        text-align: center;
        box-shadow: 0 0 10px #f4e804;
    }

    .banner-indivisual h1,
    .banner-indivisual h2 {
        margin: 10px 0;
        background: linear-gradient(90deg, #ffcc00, #f6ff00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        font-size: 2rem;
        line-height: 2rem;
    }



    .banner-indivisual h3 {
        margin-top: 20px;
        background: linear-gradient(90deg, #ffcc00, #f6ff00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.5rem;
    } */












   .outer-indivisual {
      margin: 0;
      padding: 0;
      background-image: url('/static/css/duplicate-bg.png');
    
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      height: fit-content;
      margin-top: 0.2rem;
      color: white;
    }

    .banner-indivisual {
      position: relative; /* Required to contain absolute canvas */
      border: 2px solid #f4a703;
      border-radius: 10px;
      padding: 40px;
      width: 100%;
   
      text-align: center;
      box-shadow: 0 0 10px #f4e804;
      overflow: hidden;
      z-index: 1;
    }

    .fireworks-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 0;
    }

    canvas#birthday {
      display: block;
      width: 100%;
      height: 100%;
       background-color: #954d0523;
     
    }
        canvas#birthday2 {
      display: block;
      width: 100%;
      height: 100%;
       background-color: #954d0523;
     
    }

    .banner-indivisual h1,
    .banner-indivisual h2 {
      margin: 10px 0;
      background: linear-gradient(90deg, #ffcc00, #f6ff00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
      font-size: 2rem;
      line-height: 2rem;
    }

    .banner-indivisual h3 {
      margin-top: 20px;
      background: linear-gradient(90deg, #ffcc00, #f6ff00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 1.5rem;
    }

    @media(max-width: 500px) {
      .banner-indivisual h1,
      .banner-indivisual h2 {
        font-size: 1.7rem;
        line-height: 2.4rem;
      }

      .banner-indivisual h3 {
        font-size: 1.4rem;
        line-height: 2rem;
      }
    }






.button-container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.modern-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #ff9d2f, #e1ff01);
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-button:hover {
  background: linear-gradient(135deg, #f8e303, #ff9d2f);
  transform: translateY(-2px);
}




    

    .main-logo {
        /* margin-top: 20px; */
        height: 200px;
        width: 200px;
        display: flex;
        filter: brightness(1) contrast(1.2);
        justify-self: center;
        align-items: center;
        transition: all 0.3s ease;
        /* padding-top: 20px; */
        transform: scale(1);

    }

        .main-logo:hover {


        /* Optional for smooth hover effects */

        transform: scale(1.1);
        /* Slightly zoomed on hover */
        /* Optional for smooth hover effects */
    }

    @media(max-width:500px) {
        .finak_ank {
            font-size: 20px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 10px;

        }

        .banner-indivisual h1,
        .banner-indivisual h2 {
            margin: 10px 0;
            background: linear-gradient(90deg, #ffcc00, #f6ff00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-size: 1.7rem;
            line-height: 2.4rem;
        }



        .banner-indivisual h3 {
            margin-top: 20px;
            background: linear-gradient(90deg, #ffcc00, #f6ff00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 1.4rem;
            line-height: 2rem;
        }

        .Full-pannel-record {
            font-size: 1.54rem;
        }
    }



