.body{
  margin: 0px;
  padding: 0px;
  .body{font-family:'Ubuntu', sans-serif !important;
}

}
html {
  scroll-behavior: smooth;
}



body{

    background-image:url("https://goagolden.xyz/4.jpeg");
    background-size: cover;
    color: white;
    text-align: center;
    margin: 0px;
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    color: #727272;
    /* font-size: 14px; */
    font-family: 'Poppins', sans-serif !important;
    /* line-height: 1.6; */
    background: rgba(10, 12, 22, 0.911);
    word-wrap: break-word;
    /* font-weight: 400; */
}
body p{
  font-weight: 300 !important;
}

.navbar{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    /* margin-top: 03%; */
    /* background-color: #fff; */
    background-image: linear-gradient(to right top, #0a1b18, #1b2729, #022b35, #040a09, #161616);
    -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    padding: 18px 7rem 10px !important;
    font-family: Poppins, Arial, sans-serif !important;

}
.navbar-light .navbar-nav .nav-link{
    color: #253f8e;
    padding-bottom: 15px;
    font-weight: 800;
    display: block;
    text-decoration: none;
}

.navbar-light .navbar-nav .activenav{
  color: #333333;
  padding-bottom: 15px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  /* border-bottom: 5px solid #253f8e; */
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    padding-bottom: 15px;
    /* border-bottom: 5px solid #253f8e; */
    /* transition: 0.5s; */
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #fff;
    padding-bottom: 15px;
    /* border-bottom: 5px solid #253f8e; */
    /* transition: 0.5s; */
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2rem;
    padding-left: .5rem;
}



.nav {
    background-color: #253f8e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 7rem 0rem 7rem !important;
    list-style: none;
}

.imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .imagebox img {
    opacity: 0.9;
    transition: 0.5s opacity;
  }
  
  .imagebox .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    /* padding: 10px 15px; */
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
  }


  .imagebox:hover img {
    opacity: 0.7;
  }
  
  .imagebox:hover .imagebox-desc {
    padding-bottom: 10%;
  }

  
  

  /* Slide Image*/
  .imgcontainer {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 0px 20px 0px;

  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #253f8e;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    width: 0%;
    height: 100%;
    transition: .5s ease;
  }
  
  .imgcontainer:hover .overlay {
    width: 100%;
    left: 0;
  }
  
  .imgtext {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  /*End*/

  .imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .imagebox img {
    opacity: 1;
    transition: 0.5s opacity;
  }
  
  .imagebox .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 10px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
  }
  
  .imagebox:hover img {
    opacity: 0.7;
  }
  
  .imagebox:hover .imagebox-desc {
    padding-bottom: 10%;
  }

  
.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }

.card-mytitle {
    margin-bottom: 0.75rem;
    font-weight: 700 !important;
    color: #253f8e;
}

.headmytitle {
  color: #253f8e;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0.5rem;
  /* border-bottom: 3px solid black;
  border-bottom-width: medium; */
}

.section-title-line.centered {
  margin-top: 05px;
  margin-right: auto;
  margin-left: auto;
}

.section-title-line {
  width: 100px;
  height: 3px;
  margin-top: 10px;
  background-color: #273349;
}


.cen-color{
    color: #ffc012;
}

.bg-mycolor{
    background-color: #f2f2f2;
}

.myfont {
    font-size: 16px;
    color: black;
}

.mybtn {
    display: inline-block;
    background-color: #ffc012;
    padding: 05px 50px 05px 50px;
    border-radius: 20px 20px 20px 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid white;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mybtn:hover {
    background-color: #253f8e;
    color: white;
    text-decoration: none;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ee0979;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#msform .form-ved {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}


.mycard {
  height: 100px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0px 0px 20px 5px lightgrey;
}

.btnn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    border-bottom-width: 0;
    border-radius: 3px;
    background-color: #45295d;
    box-shadow: 0 5px 3px -1px rgba(0,0,0,.1);
    -webkit-transition: border .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;
    transition: border .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;
    transition: border .2s ease,transform .2s ease,filter .2s ease;
    transition: border .2s ease,transform .2s ease,filter .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;
    line-height: 18px;
}

.btngreen {
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #253f8e;
  font-size: 15px;
  line-height: 20px;
}

.btngreen:hover {
  box-shadow: 0 10px 20px -5px rgba(0,0,0,.2);
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: translate(0,-2px);
  -ms-transform: translate(0,-2px);
  transform: translate(0,-2px);
  color: #fff;
  text-decoration: none;
}


.small-info-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400 !important;
}

.how-it-works-info-block {
  position: relative;
  margin-bottom: 28px;
  padding-left: 80px;
}
.how-it-works-number-block {
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding-top: 14px;
  border-style: solid;
  border-width: 0;
  border-color: #9141d8;
  border-radius: 100%;
  color: #fff;
  font-size: 19px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
}

.how-it-works-number-block, .how-it-works-vert-line {
  position: absolute;
  right: auto;
  background-color: #45295d;
}

.block-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  color: #253f8e;
}
.paragraph {
  margin-bottom: 0;
  text-align: left;
}

.stline {
  border-left: 2px solid black;
}

.large{
  color: #253f8e;
  font-size: 30px;
  line-height: 40px;
}

.footer-para{
  color: #9ba4b6;
  font-size: 10px;
  line-height: 21px;
}


.img-fluid{
mix-blend-mode: screen;
}

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

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Top Banner */
.top-banner {
    background:linear-gradient(44deg, #9903cb, #2fb959);
    text-align: center;
    padding: 8px 0;
    border-bottom: 3px dotted #FFD700;
}

.download-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.download-link:hover {
    text-decoration: underline;
}

/* Header */
.header {
   background: linear-gradient(135deg, #e4a7a7, #dfe0cb);
    color: white;
    padding: 15px 0;
    /* border-bottom: 3px dotted #FFD700; */
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-section {
    flex: 0 0 150px;
}

.logo {
    width: 120px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #FFD700;
}

.result-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 20px;
}

.date-time {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.results {
    display: flex;
    gap: 15px;
}

.result-box {
    background: #63cf05fa;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    min-width: 60px;
    border: 2px solid #B8860B;
}

.result-box .label {
    font-size: 14px;
    font-weight: bold;
}

.result-box .number {
    font-size: 16px;
    margin-top: 2px;
}

.result-box .sub-label {
    font-size: 12px;
    margin-top: 2px;
}

.login-section {
    flex: 0 0 200px;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.login-btn {
    background: #FFD700;
    color: #8B0000;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.login-btn:hover {
    background: #FFA500;
}

/* Timer Section */
.timer-section {
        background: linear-gradient(44deg, #9903cb, #2fb959);
    color: #8ef901;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
    font-family: 'Ubuntu';
    
}

.timer-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}

.timer-info > div {
    flex: 1;
}
.next-draw strong{
    color:#cef6f6;
}
.countdown strong {
    color: #ffe000;
    font-size: 21px;
}

/* Navigation */
.navigation {
    background: #333;
    padding: 10px 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-link {
    color: #90EE90;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background 0.3s;
}

.nav-link:hover {
    background: rgba(144, 238, 144, 0.1);
}

.nav-link.active {
    background: rgba(144, 238, 144, 0.2);
}

.separator {
    color: #90EE90;
}

/* Main Content */
.main-content {
    background: white;
    padding: 20px 0;
}

.external-links {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.visit-btn, .view-btn {
    background: #DC143C;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.visit-btn:hover, .view-btn:hover {
    background: #B22222;
}

/* Betting Section */
.betting-section {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.betting-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.betting-table th {
    background: linear-gradient(135deg, #FF6B35, #FF8E35);
    color: white;
    padding: 10px 8px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
}

.betting-table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.game-row:nth-child(even) {
    background-color: #f9f9f9;
}

.game-name {
    font-weight: bold;
    padding: 10px;
    color: white;
    text-align: center;
    min-width: 120px;
}

.game-name.golden {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #8B0000;
}

.game-name.shubh {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #8B0000;
}

.game-name.raja {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #8B0000;
}

.mrp, .win {
    font-weight: bold;
    color: #8B0000;
    background: #FFE4B5;
}

.bet-input, .qty-input, .amount-input {
    width: 50px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}

.bet-input:focus, .qty-input:focus, .amount-input:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 3px rgba(255, 215, 0, 0.5);
}

.total-section {
    padding: 15px;
    text-align: right;
    background: #f5f5f5;
    border-top: 2px solid #ddd;
}

.total-section label {
    font-weight: bold;
    margin-right: 10px;
    color: #8B0000;
}

#total-amount {
    width: 100px;
    padding: 8px;
    border: 2px solid #FFD700;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    background: #FFFACD;
}

.action-buttons {
    padding: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
    background: #f5f5f5;
}

.advance-btn, .clear-btn, .print-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.advance-btn {
    background: #8B0000;
    color: white;
}

.advance-btn:hover {
    background: #B22222;
}

.clear-btn {
    background: #8B0000;
    color: white;
}

.clear-btn:hover {
    background: #B22222;
}

.print-btn {
    background: #8B0000;
    color: white;
}

.print-btn:hover {
    background: #B22222;
}

/* Footer */
.footer {
    background: #000;
    color: #90EE90;
    padding: 15px 0;
    text-align: center;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.download-app {
    color: #90EE90;
    text-decoration: none;
    font-weight: bold;
}

.download-app:hover {
    text-decoration: underline;
}

.contact-info {
    font-weight: bold;
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .result-section {
        margin: 0;
        flex-direction: column;
        gap: 10px;
    }
    
    .results {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .timer-info {
        flex-direction: column;
        gap: 5px;
    }
    
    .betting-table {
        font-size: 12px;
    }
    
    .bet-input, .qty-input, .amount-input {
        width: 40px;
        font-size: 11px;
    }
    
    .footer .container {
        flex-direction: column;
        gap: 10px;
    }
    
    .action-buttons {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .results {
        gap: 8px;
    }
    
    .result-box {
        min-width: 50px;
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .betting-table th,
    .betting-table td {
        padding: 4px 2px;
    }
    
    .bet-input, .qty-input, .amount-input {
        width: 35px;
        padding: 2px;
    }
}

/* Animation for countdown */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.countdown strong {
    animation: pulse 2s infinite;
}
 body {
      font-family: Arial, sans-serif;
      background: #f8f9fa;
      margin: 20px;
    }

    .result-table {
      /*max-width: 400px;*/
      margin: auto;
      border-collapse: collapse;
      width: 100%;
    }

    .result-table .header, 
    .result-table .row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      text-align: center;
      font-weight: bold;
    }

    .result-table .cell {
      flex: 1;
      padding: 10px;
      color: white;
      border-radius: 5px;
      margin: 2px;
    }

    .header .cell {
      background-color: #f40039;
    }

    .header .ga { background-color: #0066ff; }
    .header .sa { background-color: #c700ff; }
    .header .ra { background-color: #ff00b3; }
    

    .row .slot {
      background-color: #990f2f;
    }

    .row .ga {
      background-color: #0066ff;
    }

    .row .sa {
      background-color: #c700ff;
    }

    .row .ra {
      background-color: #ff00b3;
    }
   
    @media (max-width: 480px) {
      .result-table .cell {
        padding: 8px 6px;
        font-size: 14px;
      }
    }
    
    /*clock time color css*/
.hour {
  color: red;      /* hour color */
  font-weight: bold;
}
.minute {
  color: green;    /* minute color */
  font-weight: bold;
}
.second {
  color: blue;     /* second color */
  font-weight: bold;
}

/* filter result table css start */
/* Optional custom styling for table */
.table-wrap {
  overflow-x:auto; 
  border:1px solid #800; 
  padding:10px; 
  background:#fff9e6; 
  border-radius:8px; 
  margin-bottom:20px;
}
table.matrix { 
  border-collapse:collapse; 
  width:100%; 
  min-width:600px; 
}
table.matrix th, table.matrix td { 
  border:1px solid #800; 
  padding:6px 8px; 
  text-align:center; 
  font-weight:bold; 
  font-size:0.85rem; 
}
table.matrix thead th { 
  background:#800; 
  color:#fff; 
  position:sticky; 
  top:0; 
  z-index:2; 
}
table.matrix td.timecell { 
  background:#800; 
  color:#fff; 
}
.navmydesign{
color:#2fb959
}
/* Ubuntu Font for all elements */
body, h2, label, select, button {
    font-family: 'Ubuntu', sans-serif;
}

/* Heading */
.month-results .heading {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #4a148c; /* optional purple */
}

/* Labels */
.month-results .form-label {
    font-weight: 500;
}

/* Button Styling */
#showResults {
    font-weight: 600;
    transition: 0.3s;
}

/* Button hover effect */
#showResults:hover {
    background-color: #6a1b9a; /* dark purple */
    border-color: #6a1b9a;
}

/* Responsive spacing for mobile */
@media (max-width: 576px) {
    .month-results .row > div {
        margin-bottom: 0.75rem;
    }
}
/* Pulse animation */
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(1); opacity: 0.6; }
}

/* Apply animation */
.placeholder-img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto; /* center in cell */
  animation: pulse 1s infinite;
}
.okk{
  font-size: 25px!important;
  font-family: 'Ubuntu';
  
}

.tbmns{
color: #ff063b;
    font-family: 'Ubuntu';
}