html {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}



body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  margin: 0;
}

/*----*/
.top-header {
  background: #8fbf00;

}

.search {
  position: relative;
  border-left: 1px solid #fff;
  width: 23%;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.search input[type="text"] {
  outline: none;
  padding: 8px 15px;
  background: none;
  width: 91%;
  border: none;
  font-size: 1em;
  color: #fff;
  font-style: italic;
}

.search input[type="submit"] {
  border: none;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background: url(../images/img-sprite.png)no-repeat -6px -12px;
  width: 25px;
  height: 25px;
}

ul.header-in {
  margin-top: 0;
  display: flex;
  align-items: center;
}

ul.header-in li {
  display: flex;
  align-items: center;
}

ul.header-in li a {
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  margin: 0em 1em;
  display: flex;
  align-items: center;
  padding: 0.5em 0;
}

ul.header-in li a:hover {
  color: #2d2d2d;
}

.head-top {
  padding: 0.8em 15px;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.top-head {
  padding: 0.5em 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}

/*--logo--*/
.logo {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
}

.logo p {
  font-size: 2em;
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 0;
  line-height: 1.1;
  display: flex;
  align-items: center;
}


.logo h1 a span {
  text-decoration: none;
  color: #8fbf00;
}

.top-nav {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 50px;
  justify-content: flex-end;
  margin-left: auto;
}

.top-nav nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 50px;
}

.top-nav ul li {
  display: flex;
  align-items: center;
}

.top-nav span.menu {
  display: none;
}

.top-nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 1.1em;
  padding: 0.4em 1.3em;
  line-height: 1.1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.top-nav ul li a:hover {
  color: #fff;
}

.top-nav ul li a.color1:hover {
  background: #d52685;
}

.top-nav ul li a.color2:hover {
  background: #fd9f3e;
}

.top-nav ul li a.color3:hover {
  background: #553a99;
}

.top-nav ul li a.color4:hover {
  background: #6cbc35;
}

.top-nav ul li a.color5:hover {
  background: #08538c;
}

.top-nav ul li a.color6:hover {
  background: #FFE500;
}

.top-nav ul li a.color7:hover {
  background: #FF6B6B;
}

.header-top {
  background: #fff;
  /* padding: 1em 0; */
  border-bottom: 1px solid #D3D2D2;
}

/*-- Hero Section --*/
.hero-section {
  padding: 20px 0 40px;
  text-align: center;
}

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

.hero-content {
  padding: 20px 0;
}

.hero-tagline {
  font-size: 2rem !important;
  color: #1a1a1a;
  margin-bottom: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-content h1:not(.hero-tagline) {
  font-size: 5rem !important;
  color: #27ae60;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Montserrat Alternates', sans-serif;
}

.hero-description {
  font-size: 1.9rem !important;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subdescription {
  font-size: 1.6rem !important;
  color: #222;
  line-height: 1.5;
  margin-bottom: 34px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 54px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
}

.stat-number {
  font-size: 3.5rem !important;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  font-family: 'Montserrat Alternates', sans-serif;
}

.stat-label {
  font-size: 1.5rem !important;
  color: #222;
  font-weight: 500;
  margin-top: 5px;
}

/* Hero Responsive */
@media(max-width: 768px) {
  .hero-section {
    padding: 20px 0 30px;
  }
  .hero-tagline {
    font-size: 1.5rem !important;
  }
  .hero-content h1:not(.hero-tagline) {
    font-size: 3.4rem !important;
  }
  .hero-description {
    font-size: 1.4rem !important;
  }
  .hero-subdescription {
    font-size: 1.3rem !important;
  }
  .hero-stats {
    gap: 30px;
  }
  .stat-number {
    font-size: 2.4rem !important;
  }
  .stat-label {
    font-size: 1.3rem !important;
  }
}

@media(max-width: 480px) {
  .hero-section {
    padding: 20px 0 20px!important; 
  }
  .hero-tagline {
    font-size: 1.2rem !important;
  }
  .hero-content h1:not(.hero-tagline) {
    font-size: 2.4rem !important;
  }
  .hero-description {
    font-size: 1.2rem !important;
  }
  .hero-subdescription {
    font-size: 1.1rem !important;
  }
  .hero-stats {
    gap: 16px;
  }
  .stat-number {
    font-size: 2rem !important;
  }
  .stat-label {
    font-size: 1.1rem !important;
  }
}

/*--banner--*/
.wmuSlider {
  position: relative;
  overflow: hidden;
}

.wmuSliderPagination {
  z-index: 2;
  position: absolute;
  right: 0%;
  top: 0%;
  background: #fff;
}

ul.wmuSliderPagination {

  height: 342px;
  width: 65px;
  padding: 10.5em 2em 0;

}

.wmuSliderPagination li {
  margin-bottom: 8px;
  list-style-type: none;
  display: block;
}

.wmuSliderPagination a {
  display: block;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  background: #8fbf00;
  border-radius: 50px;

}

.wmuGallery .wmuGalleryImage {
  margin-bottom: 10px;
}

.wmuSliderPrev,
.wmuSliderNext {
  display: none;
}

.wmuSliderWrapper {
  padding: 0 1em;
}

.banner {
  background: url(../images/dark.png) 0px 0px;
  padding: 3em 0;
}

.banner-top {
  float: left;
  width: 35%;
  background: #fff;
  margin-right: 3%;
  border-radius: 5px;
}

.banner-bottom {
  width: 55%;
}

.banner-top-in {
  float: left;
  width: 45%;
}

/*--//banner--*/
/*--content--*/
h2.new {
  color: #000;
  font-size: 1.5em;
  padding: 0 0.7em;
  margin: 0.5em 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

h2.new span {
  padding: 0 0.5em;
}



.content-top {
  padding: 5em 0 4em;
}

/*--col-mn--*/
.col-mn {
  background: url(../images/ba2.jpg)no-repeat center;
  width: 100%;
  min-height: 380px;
  display: block;
  background-size: cover;
  padding: 6.5em 0 0;
}

.col-mn2 {
  color: #fff;
}

.col-mn2 h3 {
  font-size: 3em;
  font-family: 'Montserrat Alternates', sans-serif;
}

.col-mn2 p {
  font-size: 1.1em;
  width: 75%;
  margin: 0.5em 0 1.5em;
}

a.more-in {
  background: #8fbf00;
  text-decoration: none;
  font-size: 1em;
  padding: 0.5em 1em;
  color: #fff;
}

a.more-in:hover {
  background: #fff;
  color: #2d2d2d;
}

/*--latest--*/
a.fashion {
  float: left;
  width: 34%;
}

.grid-product {
  float: right;
  width: 62%;
}

.grid-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0.3em 0;
}

.grid-tag {
  font-size: 0.9em;
  color: #989494;
  padding: 3px 10px;
  background: #f0f0f0;
  border-radius: 15px;
  white-space: nowrap;
}

.grid-product p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0.3em 0;
}

.grid-product p a {
  text-decoration: none;
  color: #000;
}

.grid-product p a:hover {
  color: #8fbf00;
}

.late {
  padding: 2em 0 0;
}

.latest h4,
.latest h2.sidebar-heading {
  background: #2d2d2d;
  font-size: 1.5em;
  display: block;
  color: #fff;
  padding: 10px 15px;
}

a.comment {
  text-decoration: none;
  font-size: 1em;
  color: #8fbf00;
}

a.comment i {
  background: url(../images/img-sprite.png)no-repeat -41px -16px;
  width: 16px;
  min-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

a.play-now {
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background: #8fbf00;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 8px;
  transition: all 0.3s ease;
}

a.play-now:hover {
  background: #6a9400;
  color: #fff;
}

.featured {
  padding: 5em 0;
}

/*--//content--*/
/*--footer--*/
.footer-middle {
  background: #2d2d2d;
  padding: 2em 0;
}

.footer-middle-in {
  float: left;
  width: 20%;
}

.footer-middle-in h6 {
  color: #fff;
  font-size: 1.3em;
  padding: 0 0 0.4em;
  text-transform: uppercase;

}

.footer-middle-in p {
  color: #989494;
  font-size: 0.9em;
  line-height: 1.9em;
  width: 79%;

}

.footer-middle-in ul li {
  list-style: none;
}

.footer-middle-in ul li a {
  color: #989494;
  font-size: 0.9em;
  text-decoration: none;
  padding: 0 0 0.5em;
  display: block;
}

.footer-middle-in ul li a:hover {
  color: #8FBF00;
}

.footer-class {
  color: #fff;
  font-size: 1em;
  text-align: center;
  background: #8FBF00;
  padding: 1em 0;
}

.footer-class a {
  color: #2d2d2d;
  text-decoration: none;
}

.footer-class a:hover {
  color: #fff;
}

/*--//footer--*/
/*--games--*/
.games {
  padding: 0 0 4em;
}

.games h2 {
  font-size: 3em;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #2d2d2d;
  text-align: center;
}

/*--//games--*/
/*--contact--*/
.contact {
  padding: 3em 0 4em;
  flex: 1;
}

.contact h2 {
  font-size: 3em;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #2d2d2d;
  text-align: center;
}

.map iframe {
  width: 100%;
  height: 350px;
  border: none;
}

.contact-grid input[type="text"],
.contact-grid input[type="email"],
.contact-grid textarea {
  width: 100%;
  padding: 1em;
  margin: 0.5em 0;
  background: none;
  outline: none;
  border: 1px solid #A09F9F;
  font-size: 1em;
  color: #A09F9F;
  -webkit-appearance: none;
}

.contact-grid textarea {
  resize: none;
}

.send input[type="submit"] {
  width: 14%;
  font-size: 1.1em;
  background: #8FBF00;
  padding: 0.4em 0.8em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

.send input[type="submit"]:hover {
  background: #2d2d2d;
}

.contact-form {
  padding: 3em 0;
}

.address-more {
  padding: 0 0 2em;
}

.contact-in p {
  font-size: 1em;
  color: #A09F9F;
  width: 72%;
  line-height: 1.7em;
}

.address-more h4 {
  color: #626262;
  font-size: 1.4em;
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 0 0 0.3em;
}

.address-more p a {
  text-decoration: none;
  color: #9A9898;
}

.address-more p a:hover {
  color: #8FBF00;
}

/*--//contact--*/
/*--disclaimer--*/
.policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 0;
}

.policy-section {
  margin-bottom: 2.5em;
  padding: 1.5em 0;
  border-bottom: 1px solid #e0e0e0;
}

.policy-section:last-child {
  border-bottom: none;
}

.policy-section h3 {
  color: #2d2d2d;
  font-size: 1.6em;
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 0 0 0.8em;
  font-weight: 600;
}

.policy-section h4 {
  color: #626262;
  font-size: 1.2em;
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 1.2em 0 0.5em;
  font-weight: 500;
}

.policy-section p {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  margin: 0.5em 0;
}

.policy-section ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

.policy-section ul li {
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  margin: 0.3em 0;
}

.policy-section a {
  color: #8FBF00;
  text-decoration: none;
  transition: all 0.3s ease;
}

.policy-section a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}

.last-updated {
  font-style: italic;
  color: #999;
  text-align: center;
  padding: 2em 0;
}

/*--//disclaimer--*/
/*--four--*/
.four {
  padding: 9em 0 10em;
  text-align: center;
  min-height: 477px;
}

.four h2 {
  color: #8fbf00;
  font-size: 7em;
  font-family: 'Montserrat Alternates', sans-serif;
  padding: 0.1em 0 0.2em;
}

.four p {
  color: #2d2d2d;
  font-size: 2em;
}

/*--//four--*/
/*--reviews--*/
.review h2 {
  font-size: 3em;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #2d2d2d;
  text-align: center;
}

.review {
  padding: 3em 0 5em;
}

.col-1 {
  background: #eee;
  padding: 1em;
}

.col-1 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.col-1 h4 {
  font-size: 1.2em;
  margin: 0.8em 0 0.5em;
  font-family: 'Montserrat Alternates', sans-serif;
}

.col-1 h4 a {
  color: #2d2d2d;
  text-decoration: none;
}

.col-1 h4 a:hover {
  color: #8fbf00;
}

.col-1 p {
  color: #2d2d2d;
  font-size: 1em;
  line-height: 1.5em;
}

.review-md1 {
  padding: 3em 0 0;
}

/*--//reviews--*/
/*--blog--*/
.blog {
  padding: 3em 0;
}

.blog h2 {
  font-size: 3em;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #2d2d2d;
  text-align: center;
}

.blog-left {
  float: left;
  border-right: 1px solid #B6B3B3;
  padding-right: 1.5em;
}

.blog-to {
  padding: 2em 0;
}

.blog-to img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 15px;
  object-fit: cover;
}

/* Blog image container for better control */
.blog-to a img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  width: 100%;
  display: block;
}

.blog-top {
  padding: 1em 0 0;
}

.top-blog {
  float: left;
  margin: 0.5em 0em 0em 2em;
  width: 90%;
}

.blog-left b {
  font-size: 3.5em;
  color: #8fbf00;
  display: block;
  height: 55px;
  font-family: 'Montserrat Alternates', sans-serif;
}

.blog-left span {
  font-size: 1.7em;
  color: #8fbf00;
  font-family: 'Montserrat Alternates', sans-serif;
}

ul.men-grid li {
  display: inline-block;
}

.top-blog p {
  font-size: 1.1em;
  color: #A09F9F;
  line-height: 1.5em;
}

.top-blog p a {
  text-decoration: none;
  color: #8fbf00;
}

.top-blog a.fast {
  text-decoration: none;
  font-size: 1.1em;
  color: #2d2d2d;
  font-family: 'Montserrat Alternates', sans-serif;
}

.top-blog a.fast:hover,
.top-blog p a:hover,
ul.popular li a:hover,
a.more-dummy:hover {
  color: #8fbf00;
}

.pagination>.active>a,
.pagination>.active>a:hover {
  background: #8FBF00;
  border-color: #8FBF00;
}

.pagination {
  margin: 0;
}

.pagination>li>a:hover {
  color: #FFFFFF;
  border-color: #8FBF00;
  background: #8FBF00;
}

a.more {
  color: #fff;
  background: #8FBF00;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
}

a.more:hover {
  background: #2d2d2d;
}

p.sed {
  margin: 0.5em 0 1em;
}

nav {
  text-align: center;
}

.single-inline {
  padding: 0 15px;
}

/*--//blog--*/
/*--single--*/
.single-middle h3 {
  font-size: 2.5em;
  color: #2d2d2d;
  text-align: center;
  margin: 0 0 1em;
  font-family: 'Montserrat Alternates', sans-serif;
}

/* Blog responsive styles */
@media(max-width: 768px) {
  .blog-to a img {
    height: 250px;
  }
}

@media(max-width: 480px) {
  .blog-to a img {
    height: 200px;
  }
}

/* Game Detail Layout */
.game-detail-container {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.game-image-section {
  flex: 0 0 40%;
  max-width: 400px;
}

.game-image-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.game-content-section {
  flex: 1;
  padding-left: 20px;
}

.game-content-section .top-blog {
  margin-top: 0;
}

.game-content-section .blog-left {
  margin-bottom: 15px;
}

/* Mobile Responsive */
@media(max-width: 992px) {
  .game-detail-container {
    flex-direction: column;
    gap: 20px;
  }

  .game-image-section {
    flex: 1;
    max-width: 100%;
    order: 1;
  }

  .game-content-section {
    flex: 1;
    padding-left: 0;
    order: 2;
  }
}

@media(max-width: 768px) {
  .game-detail-container {
    gap: 15px;
    margin-bottom: 20px;
  }

  .game-image-section img {
    border-radius: 6px;
  }

  .game-content-section .top-blog a.fast {
    font-size: 1.2em;
  }
}

@media(max-width: 480px) {
  .game-detail-container {
    gap: 10px;
    margin-bottom: 15px;
  }

  .game-image-section img {
    border-radius: 4px;
  }

  .game-content-section .top-blog a.fast {
    font-size: 1.1em;
  }

  .game-content-section .blog-left b {
    font-size: 2.5em;
  }
}

.single-bottom {
  padding: 0em 0 4em;
}

.single-bottom input[type="text"],
.single-bottom textarea {
  width: 100%;
  padding: 1em;
  background: none;
  outline: none;
  border: 1px solid #A09F9F;
  font-size: 1em;
  color: #A09F9F;
  -webkit-appearance: none;
}

.single-bottom input[type="submit"] {
  width: 10%;
  font-size: 1.3em;
  background: #8fbf00;
  padding: 0.4em 0.8em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
  margin: 0 0.8em;
}

.single-bottom input[type="submit"]:hover {
  background: #2d2d2d;
}

.single-bottom textarea {
  resize: none;
  min-height: 180px;
  margin: 1em 1em;
  width: 97.6%;
}

.media-body h4 {
  font-size: 1.3em;
}

.media-body h4 a {
  color: #2d2d2d;
  text-decoration: none;
}

.media-body p {
  margin: 0.7em 0 0em;
  font-size: 1.1em;
  color: #A09F9F;
  line-height: 1.5em;
}

.media {
  margin: 0em 0 3em;
}

.single-bottom h3 {
  font-size: 1.5em;
  color: #2d2d2d;
  text-align: left;
  margin: 0.5em 0 1em;
  font-weight: 700;
  font-family: 'Montserrat Alternates', sans-serif;
}

.md-in {
  padding: 0;
}

.in-media {
  padding: 0 0 0 5em;
}

ul.grid-part li {
  list-style: none;
}

ul.grid-part li a {
  color: #A09F9F;
  text-decoration: none;
  padding: 0.2em 0;
  display: block;
  font-size: 1.1em;
}

ul.grid-part li a i {
  background: #8fbf00;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

ul.grid-part li a:hover {
  color: #8fbf00;
  padding-left: 0.2em;
}

ul.grid-part {
  margin: 0.5em 0 2em;
}

.single {
  padding: 2em 15px 0;
}

/* 核心：给星星图标指定 Font Awesome 字体 */
.star-icon {
  font-family: 'FontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}

.star-full {
  color: #fbbf24 !important;
  /* 提升优先级，覆盖伪元素的color */
}

.star-empty {
  color: #727171 !important;
}

.star-empty:before {
  content: "\f006";
}

.star-full:before {
  content: "\f005";
  /* fa-star 正确Unicode */
}

/*--//single--*/
/*--responsive--*/
@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1024px) {
  ul.wmuSliderPagination {
    height: 283px;
    padding: 8em 2em 0;
  }

  h2.new {
    font-size: 1.3em;
  }

  /*--blog--*/
  .top-blog {
    width: 86%;
  }
}

@media(max-width:991px) {
  .logo {
    float: none;
    width: auto;
    text-align: left;
  }

  .top-nav {
    width: auto;
    text-align: right;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .top-nav nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media(max-width:768px) {
  .head-top {
    flex-direction: row;
    align-items: center;
    padding: 0.3em 10px;
    justify-content: space-between;
    position: relative;
  }

  .top-head {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .logo {
    display: flex;
    justify-content: flex-start;
    width: auto;
    flex: 0 0 auto;
    padding-left: 35px;
  }

  .logo p {
    font-size: 1.4em;
  }

  .top-nav {
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
  }

  .search {
    border-left: none;
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 0;
    justify-content: center;
  }

  span.menu {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }

  .top-nav nav {
    position: static;
  }

  .top-nav ul {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    z-index: 9999;
    margin: 0;
    background: #c0c0c0;
    border: 0;
  }

  .top-nav nav ul {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    z-index: 9999;
    margin: 0;
    background: #c0c0c0;
    border: 0;
  }

  .top-nav span.menu {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }

  .top-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em;
    text-align: center;
  }

  .top-nav ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: none;
    border: none;
    padding: 0.5em 0.4em;
    min-height: 35px;
    font-size: 1.1em;
  }

  .top-nav ul li.active a {
    color: #000;
  }

  ul.wmuSliderPagination {
    width: 47px;
    height: 216px;
    padding: 6.5em 1.4em 0;
  }

  h2.new {
    font-size: 1.2em;
    margin: 1.2em 0;
  }

  .col-mn2 p {
    width: 97%;
  }

  .col-mn {
    min-height: 346px;
  }

  .latest {
    margin-bottom: 2em;
  }

  a.fashion {
    width: 20%;
  }

  .grid-product {
    width: 78%;
  }

  .grid-product p {
    width: 43%;
  }

  .featured {
    padding: 3em 0 1em;
  }

  .content-top {
    padding: 3em 0 3em;
  }

  .footer-middle-in h6 {
    font-size: 1.1em;
  }

  .footer-middle-in p {
    width: 95%;
  }

  .search {
    width: 30%;
  }

  /*--reviews--*/
  .sed-md {
    width: 33.3%;
    float: left;
  }

  .col-1 h4 {
    font-size: 1em;
  }

  .review {
    padding: 3em 0 3em;
  }

  .review-md1 {
    padding: 2em 0 0;
  }

  /*--blog--*/
  .top-blog {
    width: 83%;
  }

  .md-in {
    float: left;
    width: 50%;
  }

  .single-bottom input[type="text"] {
    margin-bottom: 1em;
  }

  .single-bottom textarea {
    margin: 0 1em 1em;
    width: 96%;
  }

  .single-bottom input[type="submit"] {
    width: 13%;
  }

  /*--contact--*/
  .contact-in {
    margin-top: 2em;
  }
}

@media(max-width:640px) {
  .search {
    width: 36%;
  }

  ul.wmuSliderPagination {
    height: 174px;
    padding: 4.8em 1.4em 0;
  }

  .banner {
    padding: 2em 0;
  }

  .col-mn {
    min-height: 318px;
    padding: 4.5em 0 0;
  }

  a.fashion {
    width: 25%;
  }

  .grid-product {
    width: 73%;
  }

  .footer-middle-in h6 {
    font-size: 0.9em;
  }

  /*--reviews--*/
  .sed-md {
    padding: 0 10px;
  }

  .review h2,
  .games h2,
  .blog h2,
  .contact h2 {
    font-size: 2.5em;
  }

  /*--blog--*/
  .top-blog {
    width: 84%;
    margin: 0.5em 0em 0em 1em;
  }

  .blog-left b {
    font-size: 2em;
    height: 35px;
  }

  .blog-left span {
    font-size: 1em;
  }

  .blog-left {
    padding-right: 1em;
  }

  ul.grid-part {
    margin: 0.5em 0 1em;
  }

  .media {
    margin: 0em 0 1em;
  }

  .single-bottom textarea {
    width: 93%;
  }

  .single-middle h3,
  .single-bottom h3 {
    font-size: 2em;
  }

  .single-bottom input[type="submit"] {
    width: 20%;
  }
}

@media(max-width:568px) {
  ul.header-in li a {
    margin: 0em 0.3em;
  }
}

@media(max-width:480px) {
  .footer-middle-in h6 {
    font-size: 0.9em;
  }

  .search {
    width: 44%;
  }

  .header-top {
    padding: 0.5em 0;
  }

  .wmuSliderPagination li {
    display: inline-block !important;
  }

  .banner-top {
    width: 100%;
    margin-bottom: 1em;
  }

  .banner-top-in {
    width: 26%;
  }

  ul.wmuSliderPagination {
    height: 32px;
    padding: 0.9em 0em 0;
    width: 403px;
    margin: 0 1em 0 0;
    text-align: center;
  }

  .wmuSliderPagination {
    top: 90%;
  }

  .banner-wrap {
    padding: 0 0 3em;
  }

  .wmuSliderPagination a {
    margin: 0 0.5em 0 0;
  }

  .banner {
    padding: 2em 0 0em;
  }

  .search input[type="text"] {
    padding: 8px 6px;
  }

  h2.new {
    font-size: 2em;
    margin: 1.1em 0;
  }

  .col-mn2 p {
    width: 100%;
    font-size: 1em;
  }

  .col-mn2 h3 {
    font-size: 2.5em;
  }

  .col-mn {
    min-height: 290px;
    padding: 3.5em 0 0;
  }

  a.fashion {
    width: 32%;
  }

  .grid-product {
    width: 65%;
  }

  .grid-product p {
    width: 79%;
    font-size: 1em;
  }

  .footer-middle-in {
    width: 50%;
  }

  /*--404--*/
  .four p {
    font-size: 1.3em;
  }

  /*--review--*/
  .sed-md {
    width: 100%;
    margin-top: 2em;
  }

  .review-md1 {
    padding: 0em 0 0;
  }

  .col-1 img {
    width: 100%;
  }

  .md-in {
    width: 100%;
  }

}

@media(max-width:414px) {
  .search {
    display: none;
  }

  ul.header-in {
    width: 100%;
    margin-top: 0em;
    text-align: center;
    padding: 0.5em;
  }

  ul.header-in li a {
    font-size: 1em;
    margin: 0em 0.3em;
  }
}

@media(max-width:320px) {
  .logo h1 {
    font-size: 1.8em;
    margin-top: 6px;
  }

  .col-mn2 h3 {
    font-size: 2em;
  }

  .col-mn {
    padding: 2.3em 0 0;
  }

  a.fashion {
    width: 45%;
  }

  .grid-product {
    width: 51%;
  }

  .grid-product p {
    width: 100%;
    font-size: 0.9em;
  }

  .latest h4 {
    font-size: 1.3em;
  }

  .late {
    padding: 1em 0 0;
  }

  .wmuSliderWrapper {
    padding: 0 0em;
  }

  .latest {
    margin-bottom: 1.5em;
    padding: 0;
  }

  .featured {
    padding: 1.5em 0 1em;
  }

  .content-top {
    padding: 1.5em 0;
  }

  /*--games--*/
  .games {
    padding: 1.5em 0;
  }

  .review h2,
  .games h2,
  .blog h2,
  .contact h2 {
    font-size: 1.8em;
  }

  /*--reviews--*/
  .review {
    padding: 1.5em 0;
  }

  .sed-md {
    width: 100%;
    margin-top: 1.5em;
    padding: 0;
  }

  ul.wmuSliderPagination {
    width: 268px;
    margin: 0 0em 0 0;
  }

  h2.new {
    font-size: 1em;
    margin: 1em 0;
    padding: 0;
  }

  /*--four--*/
  .four h2 {
    font-size: 4em;
  }

  .four p {
    font-size: 1.1em;
  }

  .four {
    padding: 5em 0 6em 0;
    min-height: 339px;
  }

  /*--blog--*/
  .blog {
    padding: 1.5em 0;
  }

  .blog-to {
    padding: 1.5em 0px 0;
  }

  .single-inline {
    padding: 0;
  }

  .blog-left b {
    font-size: 1.8em;
    height: 26px;
  }

  .blog-left span {
    font-size: 0.9em;
  }

  .top-blog {
    width: 77%;
  }

  .top-blog a.fast,
  .top-blog p {
    font-size: 0.9em;
  }

  nav {
    padding: 1.5em 0 0;
  }

  a.more {
    padding: 0.35em 0.7em;
  }

  .single {
    padding: 0em 0px 0;
  }

  ul.grid-part li a {
    font-size: 0.9em;
  }

  .single-middle h3,
  .single-bottom h3 {
    font-size: 1.7em;
  }

  .media-body p {
    font-size: 0.9em;
  }

  .in-media {
    padding: 0 0 0 0em;
  }

  .comment {
    padding: 0;
  }

  .single-bottom input[type="text"],
  .single-bottom textarea {
    padding: 0.55em;
  }

  .single-bottom textarea {
    margin: 0 0em 0.7em;
    width: 100%;
    min-height: 100px;
  }

  .single-bottom input[type="submit"] {
    width: 26%;
    margin: 0;
    padding: 0.2em;
  }

  .single-bottom {
    padding: 0em 0 1.5em;
  }

  /*--contact--*/
  .map iframe {
    height: 100px;
  }

  .contact {
    padding: 1.5em 0 0;
  }

  .contact-form {
    padding: 1.5em 0;
  }

  .contact-grid {
    padding: 0;
  }

  .contact-in {
    margin-top: 1.5em;
    padding: 0;
  }

  .contact-grid input[type="text"],
  .contact-grid input[type="email"],
  .contact-grid textarea {
    padding: 0.55em;
  }

  .send input[type="submit"] {
    width: 24%;
  }

  .address-more {
    padding: 0 0 1em;
  }

  .top-nav ul {
    margin: 1em 0em;
  }

  .head-top {
    padding: 0.3em 10px;
  }



  /* Override Bootstrap pagination styles */
  div.pagination-container .pagination {
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }

  .pagination-container::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #8FBF00, #7BAE00, #8FBF00);
    border-radius: 3px;
    box-shadow: 0 3px 12px rgba(143, 191, 0, 0.4);
    animation: shimmer 3s ease-in-out infinite;
  }

  @keyframes shimmer {

    0%,
    100% {
      opacity: 0.8;
      transform: translateX(-50%) scaleX(1);
    }

    50% {
      opacity: 1;
      transform: translateX(-50%) scaleX(1.1);
    }
  }

  div.pagination-container .pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
    padding: 25px 0;
    position: relative;
    z-index: 2;
  }

  div.pagination-container .pagination-btn,
  div.pagination-container .pagination-wrapper button {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 45%, #ffffff 100%) !important;
    border: 2px solid #8FBF00 !important;
    color: #333 !important;
    padding: 16px 22px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    min-width: 55px !important;
    min-height: 55px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(143, 191, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.9) !important;
    font-family: 'Montserrat', sans-serif !important;
    float: none !important;
  }

  .pagination-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(143, 191, 0, 0.15), transparent);
    transition: left 0.6s ease;
  }

  .pagination-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }

  .pagination-btn:hover:not(:disabled)::before {
    left: 100%;
  }

  .pagination-btn:hover:not(:disabled)::after {
    width: 100px;
    height: 100px;
    opacity: 0;
  }

  div.pagination-container .pagination-btn:hover:not(:disabled),
  div.pagination-container .pagination-wrapper button:hover:not(:disabled) {
    background: linear-gradient(145deg, #8FBF00 0%, #7BAE00 45%, #8FBF00 100%) !important;
    color: #fff !important;
    transform: translateY(-8px) scale(1.05) !important;
    box-shadow: 0 15px 40px rgba(143, 191, 0, 0.35), 0 0 0 4px rgba(143, 191, 0, 0.25) !important;
    border-color: #7BAE00 !important;
  }

  div.pagination-container .pagination-btn.active,
  div.pagination-container .pagination-wrapper button.active {
    background: linear-gradient(145deg, #8FBF00 0%, #7BAE00 45%, #8FBF00 100%) !important;
    color: #fff !important;
    border-color: #8FBF00 !important;
    transform: translateY(-4px) scale(1.08) !important;
    box-shadow: 0 12px 35px rgba(143, 191, 0, 0.4), 0 0 0 3px rgba(143, 191, 0, 0.35), inset 0 3px 0 rgba(255, 255, 255, 0.4) !important;
    position: relative !important;
    z-index: 3 !important;
  }

  .pagination-btn.active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  div.pagination-container .pagination-btn:disabled,
  div.pagination-container .pagination-wrapper button:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    filter: grayscale(1) !important;
    background: linear-gradient(145deg, #f0f0f0 0%, #e8e8e8 100%) !important;
    border-color: #ddd !important;
  }

  div.pagination-container .pagination-btn.prev-btn,
  div.pagination-container .pagination-btn.next-btn,
  div.pagination-container .pagination-wrapper button.prev-btn,
  div.pagination-container .pagination-wrapper button.next-btn {
    background: linear-gradient(145deg, #8FBF00 0%, #7BAE00 45%, #8FBF00 100%) !important;
    color: #fff !important;
    border-color: #8FBF00 !important;
    padding: 16px 32px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 120px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(143, 191, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  .pagination-btn.prev-btn:hover:not(:disabled),
  .pagination-btn.next-btn:hover:not(:disabled) {
    background: linear-gradient(145deg, #7BAE00 0%, #6B9E00 50%, #7BAE00 100%);
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 15px 40px rgba(143, 191, 0, 0.5), 0 0 0 4px rgba(143, 191, 0, 0.4);
  }

  div.pagination-container .pagination-ellipsis,
  div.pagination-container .pagination-wrapper .pagination-ellipsis {
    color: #666 !important;
    padding: 14px 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    opacity: 0.6 !important;
    position: relative !important;
    top: 1px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  }

  div.pagination-container .page-info {
    text-align: center !important;
    color: #666 !important;
    font-size: 14px !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: inline-block !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
    position: relative !important;
    z-index: 2 !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0 !important;
    display: inline-block !important;
    backdrop-filter: blur(15px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7) !important;
    border: 2px solid rgba(143, 191, 0, 0.15) !important;
    position: relative !important;
    z-index: 2 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
  }

  .error-message {
    text-align: center;
    padding: 50px 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin: 20px 0;
  }

  .error-message h2 {
    color: #d32f2f;
    margin-bottom: 15px;
  }

  .error-message a {
    color: #8FBF00;
    text-decoration: none;
    font-weight: 600;
  }

  .error-message a:hover {
    text-decoration: underline;
  }

  .review .game-genre {
    font-size: 13px;
    color: #8FBF00;
    font-weight: 500;
    margin: 0 0 5px 0;
    font-family: 'PT Sans', sans-serif;
  }

  .review .game-rating {
    font-size: 14px;
    color: #FFA500;
    margin: 0;
    font-weight: 600;
  }

  .review .game-rating::selection {
    background: rgba(143, 191, 0, 0.2);
  }

  /*-- Pagination Responsive --*/
  @media(max-width:768px) {
    .pagination-container {
      margin: 50px auto;
      padding: 30px 20px;
      border-radius: 25px;
      max-width: 95%;
    }

    .pagination-container::before {
      width: 60px;
      height: 4px;
    }

    .pagination-wrapper {
      gap: 10px;
      padding: 20px 0;
    }

    .pagination-btn {
      padding: 14px 18px;
      font-size: 15px;
      min-width: 48px;
      min-height: 48px;
      border-radius: 14px;
    }

    .pagination-btn:hover:not(:disabled) {
      transform: translateY(-5px) scale(1.06);
    }

    .pagination-btn.prev-btn,
    .pagination-btn.next-btn {
      padding: 14px 26px;
      font-size: 14px;
      min-width: 90px;
      border-radius: 16px;
    }

    .pagination-ellipsis {
      font-size: 17px;
      padding: 14px 10px;
    }
  }

  @media(max-width:480px) {
    .pagination-container {
      margin: 40px auto;
      padding: 25px 15px;
      border-radius: 20px;
      max-width: 98%;
    }

    .pagination-container::before {
      width: 50px;
      height: 3px;
    }

    .pagination-wrapper {
      gap: 8px;
      padding: 18px 0;
    }

    .pagination-btn {
      padding: 12px 16px;
      font-size: 14px;
      min-width: 42px;
      min-height: 42px;
      border-radius: 12px;
    }

    .pagination-btn:hover:not(:disabled) {
      transform: translateY(-4px) scale(1.05);
    }

    .pagination-btn.prev-btn,
    .pagination-btn.next-btn {
      padding: 12px 20px;
      font-size: 13px;
      min-width: 75px;
      border-radius: 14px;
    }

    .pagination-ellipsis {
      font-size: 15px;
      padding: 12px 8px;
    }
  }

  @media(max-width:360px) {
    .pagination-container {
      padding: 25px 8px;
      border-radius: 12px;
      max-width: 98%;
    }

    .pagination-wrapper {
      gap: 6px;
      padding: 10px 0;
    }

    .pagination-btn {
      padding: 8px 12px;
      font-size: 12px;
      min-width: 35px;
      min-height: 35px;
      border-radius: 8px;
    }

    .pagination-btn.prev-btn,
    .pagination-btn.next-btn {
      padding: 8px 14px;
      font-size: 11px;
      min-width: 70px;
      border-radius: 10px;
    }

    .pagination-ellipsis {
      font-size: 13px;
      padding: 8px 4px;
    }
  }

  /*-- Extra small devices --*/
  @media(max-width:360px) {
    .pagination-container {
      padding: 20px 10px;
      border-radius: 18px;
    }

    .pagination-wrapper {
      gap: 6px;
      padding: 15px 0;
    }

    .pagination-btn {
      padding: 10px 14px;
      font-size: 13px;
      min-width: 38px;
      min-height: 38px;
      border-radius: 10px;
    }

    .pagination-btn.prev-btn,
    .pagination-btn.next-btn {
      padding: 10px 16px;
      font-size: 12px;
      min-width: 65px;
      border-radius: 12px;
    }

    .pagination-ellipsis {
      font-size: 14px;
      padding: 10px 6px;
    }
  }

  /*-- Micro animations --*/
  .pagination-btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .pagination-btn:active {
    transform: translateY(-2px) scale(0.98);
    transition: all 0.1s ease;
  }

  /*-- Focus states for accessibility --*/
  .pagination-btn:focus {
    outline: 2px solid #8FBF00;
    outline-offset: 2px;
  }

  .pagination-btn.active:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  /*-- Loading animation --*/
  .pagination-container.loading::before {
    animation: pulse 1.5s ease-in-out infinite;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 0.6;
    }

    50% {
      opacity: 1;
    }
  }

  /*--privacy--*/
  .policy-content {
    text-align: left;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
  }

  .policy-section {
    margin-bottom: 2.5em;
    padding: 1.5em;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
  }

  .policy-section h3 {
    color: #2d2d2d;
    font-size: 1.8em;
    font-family: 'Montserrat Alternates', sans-serif;
    margin: 0 0 1em 0;
    border-bottom: 2px solid #8fbf00;
    padding-bottom: 0.5em;
  }

  .policy-section h4 {
    color: #2d2d2d;
    font-size: 1.3em;
    font-family: 'Montserrat Alternates', sans-serif;
    margin: 1.5em 0 0.8em 0;
    font-weight: 600;
  }

  .policy-section p {
    color: #2d2d2d;
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0 0 1em 0;
  }

  .policy-section p:last-child {
    margin-bottom: 0;
  }

  .last-updated {
    text-align: center;
    font-style: italic;
    color: #666;
    font-size: 1em;
    margin-top: 2em;
    padding: 1em;
    background: #f0f0f0;
    border-radius: 5px;
  }

  .policy-section a {
    color: #8fbf00;
    text-decoration: none;
    font-weight: 600;
  }

  .policy-section a:hover {
    color: #2d2d2d;
    text-decoration: underline;
  }

  /* Privacy responsive styles */
  @media(max-width: 768px) {
    .policy-content {
      max-width: 100%;
    }

    .policy-section {
      margin-bottom: 2em;
      padding: 1em;
    }

    .policy-section h3 {
      font-size: 1.5em;
    }

    .policy-section h4 {
      font-size: 1.2em;
    }

    .policy-section p {
      font-size: 1em;
    }
  }

  @media(max-width: 480px) {
    .policy-section {
      margin-bottom: 1.5em;
      padding: 0.8em;
    }

    .policy-section h3 {
      font-size: 1.4em;
    }

    .policy-section h4 {
      font-size: 1.1em;
    }

    .policy-section p {
      font-size: 0.9em;
    }
  }

  /* Game Iframe Styles */
  #game-iframe-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #game-iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: white;
  }

  /* Responsive iframe for mobile */
  @media (max-width: 768px) {
    #game-iframe {
      width: 100%;
      height: 100%;
    }

    #game-iframe-container button {
      top: 10px !important;
      right: 10px !important;
      padding: 8px 15px !important;
      font-size: 14px !important;
    }
  }
}

/* Rating Stars Styles */
.game-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
  gap: 8px;
}

.stars {
  color: #ffa500;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Segoe UI Symbol", "Symbola", DejaVu Sans, Arial, sans-serif;
  unicode-bidi: plaintext;
  display: inline-block;
  line-height: 1;
  min-height: 16px;
  min-width: 80px;
}

.rating-value {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

/* Pagination Styles */
.pagination-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 40px auto !important;
  padding: 20px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.9) 100%) !important;
  border-radius: 15px !important;
  border: 1px solid rgba(143, 191, 0, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(10px) !important;
  max-width: 600px !important;
  position: relative !important;
}

.pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pagination-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pagination-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.pagination-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 12px !important;
  margin: 0 2px !important;
  background: #ffffff !important;
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  color: #666 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.pagination-link:hover:not(.disabled) {
  background: linear-gradient(135deg, #8fbf00 0%, #a5d02c 100%) !important;
  border-color: #8fbf00 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(143, 191, 0, 0.3) !important;
}

.pagination-link.current {
  background: linear-gradient(135deg, #8fbf00 0%, #a5d02c 100%) !important;
  border-color: #8fbf00 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 16px rgba(143, 191, 0, 0.4) !important;
}

.pagination-link.disabled {
  background: #f8f9fa !important;
  border-color: #e9ecef !important;
  color: #adb5bd !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  transform: none !important;
}

.pagination-link.prev,
.pagination-link.next {
  min-width: 45px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pagination-container {
    margin: 30px 15px !important;
    padding: 15px !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
  }

  .pagination {
    gap: 6px !important;
  }

  .pagination-list {
    gap: 4px !important;
  }

  .pagination-link {
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }

  .pagination-link.prev,
  .pagination-link.next {
    min-width: 40px !important;
    font-size: 14px !important;
  }

  .pagination-link:hover:not(.disabled) {
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 12px rgba(143, 191, 0, 0.25) !important;
  }

  .pagination-link.current {
    transform: scale(1.05) !important;
    box-shadow: 0 2px 8px rgba(143, 191, 0, 0.3) !important;
  }
}

@media (max-width: 480px) {
  .pagination-container {
    margin: 20px 10px !important;
    padding: 12px !important;
  }

  .pagination-list {
    gap: 3px !important;
  }

  .pagination-link {
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    margin: 0 1px !important;
  }

  .pagination-link.prev,
  .pagination-link.next {
    min-width: 36px !important;
    font-size: 13px !important;
  }
}

/* Empty State Styles */
.empty-state {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f0f0 100%);
  border-radius: 20px;
  margin-top: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.empty-state::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(143, 191, 0, 0.05) 0%, transparent 50%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.empty-state-icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.empty-state-icon svg {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 15px rgba(143, 191, 0, 0.3));
}

.empty-state-title {
  font-size: 2.2em;
  color: #2d2d2d;
  margin-bottom: 15px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.empty-state-message {
  font-size: 1.1em;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

.empty-state-btn {
  display: inline-block;
  background: linear-gradient(135deg, #8fbf00 0%, #7bae00 100%);
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(143, 191, 0, 0.3);
  position: relative;
  z-index: 1;
}

.empty-state-btn:hover {
  background: linear-gradient(135deg, #7bae00 0%, #6ba600 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(143, 191, 0, 0.4);
}

/* Empty State Responsive */
@media (max-width: 768px) {
  .empty-state {
    padding: 60px 20px;
    margin-top: 30px;
    border-radius: 15px;
  }

  .empty-state-icon {
    margin-bottom: 25px;
  }

  .empty-state-icon svg {
    width: 60px;
    height: 60px;
  }

  .empty-state-title {
    font-size: 1.8em;
    margin-bottom: 12px;
  }

  .empty-state-message {
    font-size: 1em;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  .empty-state-btn {
    padding: 12px 28px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .empty-state {
    padding: 50px 15px;
    margin-top: 20px;
    border-radius: 12px;
  }

  .empty-state-icon {
    margin-bottom: 20px;
  }

  .empty-state-icon svg {
    width: 50px;
    height: 50px;
  }

  .empty-state-title {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .empty-state-message {
    font-size: 0.95em;
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .empty-state-btn {
    padding: 10px 24px;
    font-size: 0.9em;
    border-radius: 25px;
  }
}

@media (max-width: 360px) {
  .empty-state {
    padding: 40px 10px;
  }

  .empty-state-icon svg {
    width: 45px;
    height: 45px;
  }

  .empty-state-title {
    font-size: 1.3em;
  }

  .empty-state-message {
    font-size: 0.9em;
    margin-bottom: 18px;
  }

  .empty-state-btn {
    padding: 9px 20px;
    font-size: 0.85em;
  }
}


.text-line3 {
  width: 100%;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 1.5;
}


.text-line1 {
  width: 100%;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 1.5;
}


.text-line2{
  width: 100%!important;
  line-height: 1.4!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2!important;
  line-clamp: 2!important;
  -webkit-box-orient: vertical!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  word-break: break-all!important;
}

/*-- Scroll to Top Button --*/
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #8FBF00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(143, 191, 0, 0.3);
  z-index: 9999;
  text-align: center;
  line-height: 40px;
}

.scroll-to-top:hover {
  background-color: #2d2d2d;
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(45, 45, 45, 0.3);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top i {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }

  .scroll-to-top i {
    font-size: 16px;
  }
}



.content-top {
				padding: 0 !important;
			}

			/* Spotlight Module Styles */
			.spotlight-section {
				padding: 10px 0;
				margin: 10px 0;
			}

			.spotlight-header {
				text-align: center;
				margin-bottom: 40px;
			}

			.spotlight-title {
				font-size: 2.8rem;
				font-weight: 700;
				margin-bottom: 15px;
				text-transform: uppercase;
				letter-spacing: 2px;
			}

			.spotlight-description {
				font-size: 1.2rem;
				opacity: 0.9;
				max-width: 700px;
				margin: 0 auto;
			}

			.spotlight-grid {
				display: grid;
				grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
				gap: 30px;
				padding: 0 15px;
			}

			.spotlight-card {
				background: rgba(255, 255, 255, 0.95);
				border-radius: 15px;
				overflow: hidden;
				box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
				transition: transform 0.3s ease, box-shadow 0.3s ease;
				backdrop-filter: blur(10px);
			}

			.spotlight-card:hover {
				transform: translateY(-10px);
				box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
			}

			.spotlight-thumb {
				position: relative;
				overflow: hidden;
				height: 180px;
			}

			.spotlight-thumb a {
				display: block;
				height: 100%;
			}

			.spotlight-thumb img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				transition: transform 0.3s ease;
			}

			.spotlight-card:hover .spotlight-thumb img {
				transform: scale(1.1);
			}

			.spotlight-overlay {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: rgba(0, 0, 0, 0.4);
				display: flex;
				align-items: center;
				justify-content: center;
				opacity: 0;
				transition: opacity 0.3s ease;
			}

			.spotlight-card:hover .spotlight-overlay {
				opacity: 1;
			}

			.play-icon {
				width: 60px;
				height: 60px;
				background: #fff;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 24px;
				color: #667eea;
				box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
				transform: scale(0.8);
				transition: transform 0.3s ease;
			}

			.spotlight-card:hover .play-icon {
				transform: scale(1);
			}

			.spotlight-info {
				padding: 20px;
			}

			.spotlight-game-title {
				font-size: 1.5rem;
				font-weight: 700;
				margin-bottom: 15px;
				color: #333;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}

			.spotlight-meta {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-bottom: 15px;
			}

			.spotlight-tags {
				display: flex;
				gap: 8px;
				align-items: center;
			}

			.spotlight-tag {
				background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
				color: #fff;
				padding: 6px 14px;
				border-radius: 20px;
				font-size: 1rem;
				font-weight: 600;
				white-space: nowrap;
			}

			.spotlight-rating {
				display: flex;
				align-items: center;
				gap: 5px;
			}

			.spotlight-rating .stars {
				color: #ffc107;
				font-size: 1.1rem;
			}

			.spotlight-rating .rating-number {
				font-weight: 700;
				color: #666;
				font-size: 1.1rem;
			}

			.spotlight-desc {
				font-size: 1.05rem;
				color: #666;
				line-height: 1.6;
				margin-bottom: 20px;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
			}

			.spotlight-play-btn {
				display: inline-block;
				width: 100%;
				padding: 14px;
				background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
				color: #fff;
				text-align: center;
				text-decoration: none;
				border-radius: 25px;
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-size: 1rem;
				transition: all 0.3s ease;
			}

			.spotlight-play-btn:hover {
				transform: translateY(-2px);
				box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
			}

			@media(max-width: 768px) {
				.spotlight-section {
					padding: 10px 0;
				}

				.spotlight-title {
					font-size: 2rem;
				}

				.spotlight-description {
					font-size: 1rem;
				}

				.spotlight-grid {
					grid-template-columns: 1fr;
					gap: 20px;
				}

				.spotlight-thumb {
					height: 200px;
				}
			}

/* ===== Nav Auth Buttons ===== */
.nav-auth {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
}

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

.nav-auth-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.btn-login {
    background: #27ae60 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

.btn-login:hover {
    background: #219a52 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(39,174,96,0.4) !important;
}

.btn-register {
    display: none;
}

.btn-register:hover {
    display: none;
}

/* ===== Nav User (Logged In) ===== */
.nav-user {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-user-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 24px;
    cursor: pointer;
    border: 1.5px solid #e0e0e0;
    transition: all 0.25s ease;
    background: #f9fafb;
}

.nav-user-trigger:hover {
    background: #e9f5e0;
    border-color: #8fbf00;
}

.nav-user-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8fbf00, #27ae60);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(143,191,0,0.3);
}

.nav-user-name {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-arrow {
    font-size: 10px;
    color: #8fbf00;
    transition: transform 0.25s ease;
    margin-left: 2px;
}

.nav-user.is-open .nav-user-arrow {
    transform: rotate(180deg);
}

.nav-user-dropdown {
    display: block;
    position: fixed;
    min-width: 200px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    padding: 6px;
}

.nav-user-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border-top-left-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.nav-user-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.15s ease;
    cursor: pointer;
}

.nav-dropdown-item:hover {
    background: #f3f4f6;
    color: #111827;
}

.nav-dropdown-item:active {
    background: #e5e7eb;
    transform: scale(0.98);
}

#navLogoutBtn {
    margin-top: 2px;
    color: #ef4444;
}

#navLogoutBtn:hover {
    background: #fef2f2;
    color: #dc2626;
}

#navLogoutBtn::before {
    content: '🚪';
    font-size: 14px;
}

.nav-dropdown-item[href="/profile"]::before {
    content: '👤';
    font-size: 14px;
}

.nav-logout-btn {
    display: none;
}

@media (max-width: 768px) {
    .nav-auth {
        margin-left: 0;
        gap: 6px;
    }
    .nav-auth-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    .nav-user-name {
        max-width: 55px;
        font-size: 12px;
    }
    .nav-user-trigger {
        padding: 3px 8px;
        gap: 5px;
    }
    .nav-user-dropdown {
        min-width: 150px;
    }
    .nav-user-dropdown::before {
        right: 14px;
    }
    .nav-user-avatar {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
    .nav-user-arrow {
        margin-left: 0;
    }
}

/* ===== Login Modal Styles ===== */
.auth-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-modal {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    padding: 2rem;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 9999;
}

/* Mobile responsive for auth modal */
@media (max-width: 768px) {
    .auth-modal {
        padding: 1.5rem;
        margin: 1rem;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .auth-modal {
        padding: 1rem;
        margin: 0.5rem;
        border-radius: 10px;
        max-height: 85vh;
    }
}

.auth-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.auth-modal-close:hover {
    color: #333;
}

.auth-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-header h2 {
    font-size: 1.8rem;
    color: #2d3436;
    margin-bottom: 0.25rem;
}

.auth-header p {
    color: #636e72;
    font-size: 1rem;
}

.auth-tabs {
    display: flex;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 1.5rem;
}

.auth-tab {
    flex: 1;
    padding: 0.75rem 1rem;
    text-align: center;
    cursor: pointer;
    color: #636e72;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 1.05rem;
}

.auth-tab:hover {
    color: #6c5ce7;
}

.auth-tab.active {
    color: #6c5ce7;
    border-bottom-color: #6c5ce7;
}

.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    color: #2d3436;
    font-weight: 500;
    font-size: 1rem;
}

.form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #6c5ce7;
    box-shadow: 0 0 0 3px rgba(108,92,231,0.15);
}

.form-group .error-text {
    color: #e74c3c;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: none;
}

.form-group.has-error input {
    border-color: #e74c3c;
}

.form-group.has-error .error-text {
    display: block;
}

.btn-auth {
    width: 100%;
    padding: 0.9rem 1.5rem;
    background: linear-gradient(135deg, #6c5ce7, #5a4bd1);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.btn-auth:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108,92,231,0.4);
}

.btn-auth:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-auth.loading {
    position: relative;
    color: transparent;
}

.btn-auth.loading::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.auth-footer {
    text-align: center;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #dee2e6;
}

.auth-footer p {
    color: #636e72;
    font-size: 0.95rem;
}

.auth-footer a {
    color: #6c5ce7;
    text-decoration: none;
    font-weight: 500;
}

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

.alert-box {
    padding: 0.7rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    display: none;
}

.alert-box.show {
    display: block;
}

.alert-box.success {
    background: rgba(39,174,96,0.1);
    color: #27ae60;
    border: 1px solid #27ae60;
}

.alert-box.error {
    background: rgba(231,76,60,0.1);
    color: #e74c3c;
    border: 1px solid #e74c3c;
}

.password-toggle {
    position: relative;
}

.password-toggle input {
    padding-right: 2.5rem;
}

.password-toggle .toggle-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 1rem;
    user-select: none;
    transition: color 0.3s;
}

.password-toggle .toggle-icon:hover {
    color: #333;
}


/* ===== Comments Section ===== */
.comments-section {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.comments-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d3436;
    margin: 0;
}

.comments-count {
    color: #636e72;
    font-size: 0.85rem;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comment-item {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.comment-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c5ce7, #5a4bd1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-author {
    font-weight: 500;
    color: #2d3436;
}

.comment-date {
    font-size: 0.75rem;
    color: #636e72;
}

.comment-star {
    margin-left: auto;
    font-size: 13px;
    color: #f39c12;
}

.comment-content {
    color: #2d3436;
    line-height: 1.6;
    font-size: 0.9rem;
}

.comments-empty {
    text-align: center;
    padding: 40px;
    color: #636e72;
}

.comments-empty-icon {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.comments-loading {
    text-align: center;
    padding: 20px;
    color: #636e72;
}

.load-more-comments {
    margin-top: 15px;
    text-align: center;
}

.btn-load-more {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    color: #2d3436;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.btn-load-more:hover {
    background: #f0eeff;
}

.btn-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ===== Comment Form ===== */
.comment-form {
    margin-bottom: 20px;
    padding: 18px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.comment-form-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.comment-form-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c5ce7, #5a4bd1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

.comment-form-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-form-author {
    font-weight: 500;
    color: #2d3436;
}

.comment-form-rating {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.comment-form-rating label {
    font-size: 0.85rem;
    color: #636e72;
    margin-right: 8px;
}

.rating-star {
    font-size: 20px;
    cursor: pointer;
    color: #ddd;
    transition: color 0.2s;
    user-select: none;
}

.rating-star:hover,
.rating-star.active {
    color: #f39c12;
}

.comment-form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    color: #2d3436;
    font-size: 0.9rem;
    resize: vertical;
    min-height: 90px;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-family: inherit;
}

.comment-form-textarea:focus {
    outline: none;
    border-color: #6c5ce7;
}

.comment-form-footer {
    display: flex;
    justify-content: flex-end;
}

.btn-comment-submit {
    padding: 8px 22px;
    background: linear-gradient(135deg, #6c5ce7, #5a4bd1);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-comment-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(108,92,231,0.4);
}

.btn-comment-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.comment-login-hint {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
    color: #636e72;
    font-size: 0.85rem;
}

.comment-login-hint a {
    color: #6c5ce7;
    text-decoration: none;
    font-weight: 500;
}

.comment-login-hint a:hover {
    text-decoration: underline;
}

/* ===== Toast Message ===== */
.toast-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.7rem 1.5rem;
    background: #333;
    color: #fff;
    border-radius: 8px;
    z-index: 10001;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85rem;
}

.toast-message.show {
    opacity: 1;
}

.toast-message.success {
    background: #27ae60;
}

.toast-message.error {
    background: #e74c3c;
}

.toast-message.warning {
    background: #f39c12;
}

.hero-section{
  padding-top: 20px!important;
  min-height: unset!important;
}


/* ===== Share buttons & copy modal (theme-adaptive) ===== */
.geme-social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin: 16px 0;
}
.geme-social-share p {
	font-size: 14px;
	font-weight: 600;
	color: #9190a5;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.geme-social-share a {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(102, 126, 234, .08);
	color: #9190a5;
	border: 1px solid rgba(102, 126, 234, .2);
	font-size: 17px;
	-webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1);
	transition: all .25s cubic-bezier(.4, 0, .2, 1);
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.geme-social-share a::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -webkit-gradient(linear, left top, right bottom, from(#667eea), to(#764ba2));
	background: linear-gradient(135deg, #667eea, #764ba2);
	opacity: 0;
	-webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
	transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
}
.geme-social-share a:hover {
	color: #fff;
	border-color: transparent;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 8px 20px rgba(102, 126, 234, .35);
	box-shadow: 0 8px 20px rgba(102, 126, 234, .35);
}
.geme-social-share a:hover::before {
	opacity: 1;
}
.geme-social-share a i {
	position: relative;
	z-index: 1;
}
@media (max-width: 480px) {
	.geme-social-share {
		gap: 8px;
		margin: 12px 0;
	}
	.geme-social-share p {
		font-size: 12px;
		margin-right: 2px;
	}
	.geme-social-share a {
		width: 34px;
		height: 34px;
		font-size: 14px;
		border-radius: 8px;
	}
}
.share-copy-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(8, 8, 16, .82);
	display: none;
	z-index: 100001;
	margin: 0;
	padding: 0;
}
.share-copy-modal.show {
	display: block;
}
.share-copy-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #0c0c1a;
	border: 1px solid rgba(102, 126, 234, .4);
	border-radius: 12px;
	max-width: 460px;
	width: calc(100% - 30px);
	padding: 28px 24px 24px;
	box-shadow: 0 0 30px rgba(102, 126, 234, .4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share-copy-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	color: #9190a5;
	cursor: pointer;
	transition: color .3s;
}
.share-copy-close:hover {
	color: #667eea;
}
.share-copy-title {
	margin: 0 0 6px;
	font-size: 20px;
	color: #fff;
}
.share-copy-desc {
	margin: 0 0 16px;
	color: #9190a5;
	font-size: 14px;
}
.share-copy-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.share-copy-input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(102, 126, 234, .45);
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	background: rgba(255, 255, 255, .06);
}
.share-copy-input:focus {
	outline: none;
	border-color: #667eea;
}
.share-copy-btn {
	padding: 10px 18px;
	border: none;
	border-radius: 8px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity .3s;
}
.share-copy-btn:hover {
	opacity: .9;
}
.share-copy-status {
	margin: 12px 0 0;
	font-size: 13px;
	color: #4ade80;
	min-height: 18px;
}
