*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #1e0133;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4{
    background-color: #FCFD0026;
    padding: 10px;
    border-style: solid;
    border-width: 0 3px 0 3px;
    border-color: #F7FF00;
    border-radius: 15px 15px 15px 15px;
    color: #F9CC17;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
p, li{
    color: #fff;
}
.see{
    width: 100%;
}
.set{
    background-color: #1e0133;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 999;
}
.logo{
    width: 150px;
}
.ss{
    background-color: #1e0133 !important;
}
.sack i{
color: #fff;
margin-top: 10px;
}
.login, .signup {
      background-color: #1e0133;
      border: 1px solid #fff;
      color: #fff;
      font-weight: 600;
      padding: 6px 15px;
      margin-left: 10px;
      border-radius: 5px;
    }

/* header */

/* Sidebar */
@media (max-width: 768px) {
    .golden-sidebar {
        width: 100%;
        max-width: 100%;
        height: 100vh;
    }
}
.golden-sidebar {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(180deg, #1a0e00 0%, #2d1b00 50%, #1a0e00 100%);
    color: #fff;
    width: 250px;
    margin: 0;
    padding: 0;
    border-right: 2px solid gold;
    box-shadow: 5px 0 30px rgb(255 215 0 / .3);
    position: fixed;
    overflow: hidden;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: gold rgb(0 0 0 / .3);
    margin-top: 50px;

}
.golden-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(1px 1px at 20% 30%, rgb(255 215 0 / .3), transparent), radial-gradient(1px 1px at 60% 70%, rgb(255 215 0 / .3), transparent), radial-gradient(1px 1px at 80% 10%, rgb(255 215 0 / .2), transparent);
    animation: gs-sparkle 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes gs-sparkle {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.golden-sidebar * {
    position: relative;
    z-index: 1
}

.gs-promo-banner {
    background: linear-gradient(135deg,#d4af37 0%,#ffd700 50%,#ffed4e 100%);
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid gold;
    box-shadow: 0 5px 20px rgb(255 215 0 / .6);
    position: relative;
    overflow: hidden
}

.gs-promo-banner::before {
    content: 'ðŸ†';
    position: absolute;
    font-size: 80px;
    opacity: .2;
    top: -10px;
    left: -10px;
    animation: gs-rotate 10s linear infinite
}

@keyframes gs-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.gs-promo-icon {
    font-size: 28px;
    margin-bottom: 5px
}

.gs-promo-title {
    font-size: 20px;
    font-weight: 900;
    color: #1a0e00;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgb(0 0 0 / .2)
}

.gs-promo-subtitle {
    font-size: 14px;
    color: #2d1b00;
    font-weight: 700;
    margin-bottom: 10px
}

.gs-claim-btn {
    background: linear-gradient(135deg,#8b0000 0%,#ff0000 100%);
    color: gold;
    border: 2px solid gold;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgb(255 0 0 / .4);
    display: inline-block;
    text-decoration: none
}

.gs-claim-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgb(255 0 0 / .7);
    background: linear-gradient(135deg,#ff0000 0%,#ff4500 100%)
}

.gs-search-container {
    padding: 15px;
    background: rgb(0 0 0 / .3);
    border-bottom: 1px solid rgb(255 215 0 / .2)
}

.gs-search-wrapper {
    display: flex;
    align-items: center;
    background: rgb(255 215 0 / .1);
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.3s ease
}

.gs-search-wrapper:hover,.gs-search-wrapper:focus-within {
    border-color: gold;
    box-shadow: 0 0 15px rgb(255 215 0 / .4);
    background: rgb(255 215 0 / .15)
}

.gs-search-icon {
    font-size: 18px;
    margin-right: 10px;
    color: gold
}

.gs-search-input {
    background: #fff0;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-family: 'Lato',sans-serif
}

.gs-search-input::placeholder {
    color: #d4af37
}

.gs-menu-section {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 215 0 / .1)
}

.gs-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
    border-left: 3px solid #fff0;
    position: relative
}

.gs-menu-item:hover {
    background: linear-gradient(90deg,rgb(255 215 0 / .15) 0%,transparent 100%);
    border-left-color: gold;
    box-shadow: inset 0 0 20px rgb(255 215 0 / .2)
}

.gs-menu-item:hover .gs-menu-icon {
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px rgb(255 215 0 / .8))
}

.gs-menu-content {
    display: flex;
    align-items: center;
    gap: 15px
}

.gs-menu-icon {
    font-size: 20px;
    transition: all 0.3s ease;
    color: gold
}

.gs-menu-text {
    font-size: 15px;
    font-weight: 700
}

.gs-menu-badge {
    background: linear-gradient(135deg,#ffed4e 0%,#ffd700 100%);
    color: #1a0e00;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgb(255 215 0 / .6);
    animation: gs-pulse 2s ease-in-out infinite
}

@keyframes gs-pulse {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.gs-menu-arrow {
    color: #d4af37;
    font-size: 16px
}

.gs-menu-item.gs-live {
    background: linear-gradient(90deg,rgb(255 0 0 / .1) 0%,transparent 100%)
}

.gs-menu-item.gs-live .gs-menu-badge {
    background: linear-gradient(135deg,#ff0000 0%,#ff4500 100%);
    color: gold;
    animation: gs-blink 1.5s ease-in-out infinite
}

@keyframes gs-blink {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .7
    }
}

.gs-section-title {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    background: rgb(0 0 0 / .3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(255 215 0 / .2);
    border-bottom: 1px solid rgb(255 215 0 / .2)
}

.gs-section-arrow {
    color: gold;
    font-size: 14px
}
.g365-hero-section {
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    width: 95%;
    margin-left: 50px;
}
.g365-hero-banner {
    background: linear-gradient(135deg, #f34d05 0%, #ff2d00 25%, #ffffff 50%, #04cb04 75%, #4cc30e 100%);
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    animation: g365-fadeInUp 1s ease;
    border: 3px solid gold;
    width: 100%;
}

@keyframes g365-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}



@keyframes g365-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.g365-hero-content {
    position: relative;
    z-index: 2;
    text-align: center
}

.g365-hero-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .8),0 0 20px rgb(255 215 0 / .8);
    animation: g365-slideInLeft 1s ease;
    line-height: 1.3
}

@keyframes g365-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.g365-hero-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    color: gold;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(0 0 0 / .8)
}

.g365-cta-button {
    padding: 14px 35px;
    background: linear-gradient(135deg,#228b22 0%,#32cd32 50%,#228b22 100%);
    color: gold;
    border: 3px solid gold;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    animation: g365-blinkButton 2s ease-in-out infinite;
    text-shadow: 0 0 10px rgb(0 0 0 / .8)
}

@keyframes g365-blinkButton {
    0%,100% {
        box-shadow: 0 10px 30px rgb(212 175 55 / .6),0 0 40px rgb(34 139 34 / .5);
        transform: scale(1)
    }

    50% {
        box-shadow: 0 10px 50px rgb(255 215 0 / .9),0 0 60px rgb(50 205 50 / .8);
        transform: scale(1.05)
    }
}

.g365-cta-button:hover {
    transform: scale(1.15) translateY(-5px);
    background: linear-gradient(135deg,#32cd32 0%,#00ff00 50%,#32cd32 100%)
}

.g365-games-section {
    padding: 40px 20px;
    position: relative;
    z-index: 1
}

.g365-section-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: gold;
    text-shadow: 0 0 20px rgb(255 215 0 / .8),2px 2px 4px rgb(0 0 0 / .5);
    animation: g365-glow 2s ease-in-out infinite
}
.layout{
    margin-top: 70px;
}
.games-section{
padding:40px;
}

.section-title{
color:#ffd700;
font-size:32px;
margin-bottom:30px;
}

.games-container{
display:flex;
gap:30px;
flex-wrap:wrap;
margin-left: 30px;
}

.game-card{
width: 280px;
border-radius:20px;
overflow:hidden;
border:3px solid #ffd700;
background:#012c15;
box-shadow:0 0 20px rgba(255,215,0,0.4);
transition:0.3s;
}

.game-card:hover{
transform:translateY(-10px);
}

.game-img{
position:relative;
}

.game-img img{
width:100%;
height:220px;
object-fit:cover;
}

.badge{
position:absolute;
top:15px;
left:15px;
background:#ffd700;
color:black;
padding:6px 15px;
border-radius:20px;
font-weight:bold;
font-size:13px;
}

.game-info{
padding:20px;
background:linear-gradient(#003c1f,#012c15);
}

.game-info .dd{
color:#ffd700;
margin:0 0 10px;
}

.game-info p{
color:#33ff66;
margin-bottom:20px;
}

.play-btn{
width:100%;
padding:15px;
background:linear-gradient(#ffd700,#d4af37);
border:none;
border-radius:10px;
font-weight:bold;
font-size:16px;
cursor:pointer;
}

.play-btn:hover{
background:#ffd700;
}

.get{
    background-color: #FFF0;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 400;
    line-height: 18px;
    text-shadow: 0 0 26px rgb(0 0 0 / .52);
    color: #FFF;
    box-shadow: 0 0 10px 0 #FFF;
    border: 2px solid #FEFF00;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.hello{
    width: 95%;
    margin-left: 50px;
}
.card{
    padding: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #F9CC17;
    background-color: transparent;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 300px;
    margin-left: 20px;
}
.card img{
    width: 50px;
}
.share{
    color: #F7FF00;
    font-size: 20px;
}
    .table-wrapper {
  width: 100%;
  overflow-x: auto;       /* allow horizontal scroll on small screens */
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  border-bottom: 2px solid #000;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* adjust so it scrolls if viewport < this */
}

td{
    background: linear-gradient(135deg, #1a3a1a 0%, #0a1f0a 100%);
    color: gold;
    font-weight: 900;
    font-size: 15px;
    border-right: 3px solid #32cd32;
    text-shadow: 0 0 8px rgb(255 215 0 / .6);
}

th{
     background: linear-gradient(135deg, #d4af37 0%, #ffd700 50%, #ffed4e 100%);
    color: #0a1f0a;
    font-size: 18px;
    padding: 20px;
    box-shadow: 0 5px 20px rgb(255 215 0 / .4);
}
.responsive-table th,
.responsive-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.responsive-table thead {
  background: #f8f8f8;
  position: sticky;
  top: 0;
  z-index: 1;
}
 .faq-section {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(28px);
    border: 2px solid gray;
    border-radius: 10px;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
        background-color: #FCFD0026;
    padding: 10px;
    border-style: solid;
    border-width: 0 3px 0 3px;
    border-color: #F7FF00;
    border-radius: 15px 15px 15px 15px;
    color: #F9CC17;
    font-size: 30px;
  }

  .faq-item {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 1px solid #fff;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #25D366;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    transition: background-color 0.3s, box-shadow 0.3s;
}
.whatsapp-button i{
    font-weight: bold;
}
.footer{
background:#2f333a;
color:#fff;
padding:40px 0;
font-family:Arial;
border-top: 2px solid #fff;
}

.container{
width:90%;
margin:auto;
}

.footer-row{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}

.foot{
width:30%;
}

.foot h3{
margin-bottom:20px;
font-size:22px;
box-shadow: none !important;
color: #fff;
font-weight: 700;
}

.foot p{
line-height:1.7;
color:#ddd;
}

.foot ul{
list-style:none;
padding:0;
}

.foot ul li{
margin-bottom:10px;
cursor:pointer;
}

.foot ul li:before{
content:"➤ ";
color:#ccc;
}

.social-icons a{
display:inline-block;
width:35px;
height:35px;
line-height:35px;
text-align:center;
margin-right:5px;
background:#3b5998;
color:#fff;
border-radius:4px;
}

.social-icons a:nth-child(2){background:#1da1f2;}
.social-icons a:nth-child(3){background:#35465c;}
.social-icons a:nth-child(4){background:#bd081c;}
.social-icons a:nth-child(5){background:#0077b5;}

.phone{
margin-top:20px;
font-size:18px;
color:#7ad1ff;
}

.footer-bottom{
background:#2a0038;
padding:15px;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.bottom-links{
color:#ffb300;
font-size:16px;
}

/* Mobile */
@media(max-width:768px){
      .g365-hero-banner {
        padding: 25px 20px;
        border-radius: 15px;
    }

}
@media only screen and (max-width: 476px){
    .golden-sidebar {
        display: none;
    }
    .sack{
        display: none;
    }
    .sidebar{
      display: none;
    }
    .faq-section{
        padding: 10px;
    }
    p{
        text-align: justify;
    }
    .faq-section {
        padding: 10px;
    }
    .layout{
  width: 100%;
  padding: 0px;
}
.foot{
width:100%;
}
.g365-hero-section {
    margin-left: 0px;
    width: 100%;
}
.section-title{
    font-size: 23px;
}
.game-card {
width: 100%;
}
.games-container {
    margin-left: 0px;
}
.games-section {
    padding: 15px;
}
.hello {
    width: 100%;
     margin-left: 0px;
}
.card {
    width: 95%;
    margin-left: 10px;
}
}