body {
  font-family: 'Poppins', sans-serif;
  color: rgba(225, 225, 225, 0.6);
  background-color: #0c0a31;

}

.android-games-single p,
.single-instructions p,
.single-description p {
  color: #e1e1e199 !important;
}

/* Post Content */
.andriod-games-single {
  font-size: 16px;
  line-height: 1.8;

}

.andriod-games-single h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
}

.andriod-games-single h3,.andriod-games-single h4 {
  color: #e1d5d5;
  font-size: 23px;
  font-weight: 600;
}
div#main-screenshots-content-game {
    margin-bottom: 40px;
}

.andriod-games-single p {
  margin-bottom: 15px;
  color: #b0b0b0;
}

.andriod-games-single ul{
  list-style-type: none;
  padding-left: 20px;
  margin-top: 15px;
}
.andriod-games-single ul{
  padding-left: 0;
  margin-top: 0;
}
.andriod-games-single ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.single-description ul li:before,.single-description ul li:before  {
  content: "•";
  /* Bullet Icon */
  position: absolute;
  left: 0;
  color: #007bff;
  font-size: 20px;
  line-height: 1;
}


.home-page-decription {
  padding: 5px 0px 5px 0;
  line-height: 30px;
}

.single-instructions h4{
	color: #f5e7d5;
    font-size: 20px;
    line-height: 30px;
}
.center-section {
    flex: 33%;
}
/* .andriod-games-single h1,
h2 {
  color: #ffffff;
} */

body .site-footer .top-social-icon .social-icon-box .icon-with-text a {
  cursor: pointer !important;
}

/* -----25-022-2025------ */
/* .single-description {
  color: #ded0d0;
} */

.back-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}

.back-arrow a:hover {
  color: #ffffff;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;

  background: linear-gradient(-45deg, #7887db, #e86195);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}


.back-link:hover {
  background: linear-gradient(45deg, #3c3a6b, #d24ada);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}


.back-link:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.back-link i {
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
}


.back-link:hover i {
  transform: translateX(-4px);
}





/* Start - 03-03-2025 */

.new-game-page .sidebar {
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.new-game-page .widget {
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.new-game-page .widget-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.new-game-page .wgt-list-game-grid {
  width: 50%;
  padding: 5px;
  transition: transform 0.3s ease-in-out;
}

.new-game-page .wgt-list-game {
  background: #ffffff26;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.new-game-page .wgt-list-thumbnail img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.new-game-page .wgt-list-game:hover {
  transform: scale(1.05);
}

.new-game-page .wgt-list-thumbnail img:hover {
  transform: scale(1.1);
}

.new-game-page .game-item .list-game .list-thumbnail img {
  max-height: 196px;
}

.new-game-page .game-item .btn-capsule {
  height: 45px;
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: -10px;
  margin-top: 25px;
}

.new-game-page .game-info {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
}

.new-game-page .game-info .single-title {
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.new-game-page .game-info .meta-info {
  font-size: 15px;
  margin-bottom: 3px;
}

.new-game-page .game-info .rating {
  margin-bottom: 10px;
  font-size: 14px;
  color: #9595d1;
}

.new-game-page .game-info .rating i {
  margin-right: 5px;
}

.new-game-page .game-info .rating i.star-off {
  margin-right: 5px;
  color: #5c5b73;
}

.new-game-page .game-info .b-action a {
  margin-top: 10px;
}

.new-game-page .game-info .b-action a.btn-capsule {
  padding: 8px 18px;

  font-size: 1em;
}

.new-game-page .game-info .btn-circle {
  width: 40px;
  height: 40px;
  float: left;
  background: #262653;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-game-page .header-left {
  width: 30%;
  float: left;
}

.new-game-page .header-right .btn-capsule {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 8px 20px;
  background: #262653;
  height: 48px;
}

.new-game-page .header-right .btn-capsule i {
  font-size: 20px;
  vertical-align: middle;
  padding: 0 5px;
}

.new-game-page .game-details h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 200%;
}

.new-game-page .scoreboard.table {
  background: unset;
  border-radius: 15px;
  overflow: hidden;
}

.new-game-page table.scoreboard {
  margin: 20px 0;
  width: 100%;
}

.new-game-page table.scoreboard thead th {
  background: #262653;
  border: none;
  color: #fff;
}

.new-game-page table.scoreboard tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.new-game-page table.scoreboard tbody th,
.new-game-page table.scoreboard tbody td {
  background: #1f1e42;
}

.new-game-page .table th,
.new-game-page .table td {
  padding: 0.5em 0.75em;
}



/* Parent class-based styling */
/* .category-description {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #484750;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */

.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4 {
  color: #333;
}

.category-description p {
  line-height: 1.6;
  color: #555;
}

.category-description a {
  color: #0073e6;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.category-description a:hover {
  color: #ff5833ce !important;
}

.home-page-decription {
  /* background: #1d1a49; */
  /* padding: 15px; */
  /* margin: 15px 0; */
  border-radius: 8px;
}

/* Random hover effects */
/* .home-page-decription:nth-child(odd):hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.home-page-decription:nth-child(even):hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
} */

/* List styles */
.home-page-decription ul,
.home-page-decription ol {
  padding-left: 20px;
}

.home-page-decription ul li,
.home-page-decription ol li {
  list-style: none;
  padding: 5px 0;
  font-weight: 500;
  /* transition: color 0.3s ease-in-out; */
}

/* .home-page-decription ul li:hover,
.home-page-decription ol li:hover {
  color: #ff5733;
} */

.category-description .faq-list-homepage {
  padding: 20px;
  /* background: #81809733; */
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  list-style: none;
}

.category-description .faq-item {
  padding: 15px;
  margin-bottom: 10px;
  /* background: #81809733; */
  border-left: 5px solid #ff5733;
  border-radius: 5px;
  /* transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; */
}

/* .category-description .faq-item:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} */

.category-description .faq-question {
  color: #ff5733;
  font-weight: bold;
  font-size: 1.1em;
}

.category-description .faq-answer {
  color: #f2cc52;
  font-size: 1em;
  display: inline-block;
  margin-top: 5px;
}

.category-description .faq-item a {
  color: #ff5733;
  text-decoration: none;
  font-weight: bold;
}

.category-description .faq-item a:hover {
  text-decoration: underline;
}




.home-page-decription {
  animation: fadeIn 0.8s ease-in-out, scaleUp 0.5s ease-in-out;
}



.site-footer .social-icon-box:hover {
  background-color: #1f1d4e7a;
}

body.login-body {
  background-color: #211328;
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.top-nav {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.top-nav a {
  color: #fff;
}

.nav-link {
  font-weight: 500;
}

.navbar-nav {
  flex-grow: 1;
}

.dropdown-menu {
  background: #3b3255;
}

.dropdown-menu .dropdown-item {
  padding: 15px 25px;
}

ul.user-links {
  background: #3b3255;
  z-index: 20;
}

ul.user-links li {
  color: unset;
}

.search-bar {
  max-width: 200px;
  position: relative;
}

.search-bar input.search {
  text-indent: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px !important;
  border: none;
  height: 50px;
  margin-bottom: 0;
  color: #FFF;
}

.search-bar .bi-search {
  position: absolute;
  color: #fff;
  top: 14px;
  left: 15px;
}

.search-bar .form-control::placeholder {
  color: #fff;
  opacity: 0.5;
}

/* .category-description {
  padding: 20px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.1);
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #5bc0de;
  margin-bottom: 40px;
} */



/* 05-03-2025 - */

/* Base Styles */
.inner-category-description {
  padding: 25px 25px;
  margin: 40px 0;
  background: #3d3d3d2b;
  border-right: 3px solid #958729f5;
  border-left: 3px solid #959329f5;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  color: #e1e1e199;
  line-height: 26px;

}

.inner-category-description li b {
  color: #dcd5d5f0;
}

/* Headings Styling */
.inner-category-description h1,
.inner-category-description h2,
.inner-category-description h3,
.inner-category-description h4,
.inner-category-description h5,
.inner-category-description h6 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

/* Reduced Font Sizes */
.inner-category-description h1 {
  font-size: 28px;
}

.inner-category-description h2 {
  font-size: 24px;
}

.inner-category-description h3 {
  font-size: 20px;
}

.inner-category-description h4 {
  font-size: 18px;
}

.inner-category-description h5 {
  font-size: 16px;
}

.inner-category-description h6 {
  font-size: 14px;
}

/* Paragraph Styling */
.inner-category-description p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #e1e1e199;
}



/*End*/
.page-link:focus {
  box-shadow: none;
}

.page-item:focus-visible {
  outline: none;
}

.pagination-wrapper {
  margin-top: 20px;
}

.pagination .page-link {
  color: #7f598e;
  background-color: #fff;
  border-radius: 3px;
  padding: 7px 18px;
  border: 1px solid #161256;
}


.page-link:hover {
  background: #161256;
  color: #FFF;
  border: 1px solid #fff;
}

.pagination .disabled .page-link {
  background: #161256;
  color: #FFF;
  border: 1px solid #fff;

}

.page-link {
  font-size: 15px;
  font-weight: 800;
  font-family: cursive;
}

.single-title,
.page-title {
  font-size: calc(1.3rem + .6vw);
  color: #fff;
}

.item-title {
  color: #fff;
  margin-bottom: 30px;
}

.section-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
}

.grid-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-rounded {
  border-radius: 20%;
}

.small-thumb {
  width: 100%;
}

.list-info {
  color: rgba(255, 255, 255, 0.5);
}

.list-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-category {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.tag-item {
  padding: 4px 14px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  margin-top: 8px;
  border-radius: 8px;
  color: #fff;
}

.game-item {
  display: flex;
  flex-wrap: wrap;
}

.grid-2 .game-item:hover,
.grid-3 .game-item:hover,
.list-vertical:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.list-game {
  width: 100%;
}

.list-game-x:hover {
  padding: 10px;
  background-color: #eef0f2;
  border-radius: 10px;
  scale: 1.2;
}

.list-rating {
  font-size: 14px;
}

.gamelist-vertical-widget .list-thumbnail {
  max-width: 80px;
  float: left;
  margin-right: 15px;
}

.grid-1 .list-game {
  margin-bottom: 40px;
}

.grid-1 .list-info {
  overflow: hidden;
  margin: 0.35714em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: relative;
  bottom: 65px;
  margin-bottom: -53px;
  opacity: 0;
  font-weight: 700;
  font-size: 18px;
}

.grid-2 {
  margin-bottom: 20px;
}

.grid-2 .list-thumbnail {
  position: relative;
  width: 100px;
  padding-top: 100px;
  /* Same as width for 1:1 ratio */
  float: left;
  margin-right: 15px;
}

.grid-2 .list-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-2 .list-title {
  font-size: 20px;
  font-weight: 500;
}

.grid-3 .list-game {
  background: rgba(225, 225, 225, 0.15);
  border-radius: 15px;
}

.grid-3 .list-thumbnail {
  overflow: hidden;
  margin: 0;
}

.grid-3 .list-title {
  font-size: 18px;
  font-weight: 500;
}

.grid-3 .list-category,
.gamelist-vertical-widget .list-category {
  font-style: italic;
  opacity: 0.7;
}

.grid-3 .list-game {
  overflow: hidden;
}

.grid-3 .list-info {
  padding: 10px;
}

.grid-3 {
  margin-bottom: 20px;
}

#new-games-section .list-thumbnail,
.grid-3 .list-thumbnail {
  position: relative;
  padding-top: 100%;
}

#new-games-section .list-thumbnail img,
.grid-3 .list-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wgt-list-thumbnail {
  position: relative;
  padding-top: 100%;
}

.wgt-list-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read-aslo-text {
  font-size: 17px;
}


.list-1 .list-thumbnail {
  margin-right: 15px;
}

.list-1 .list-thumbnail img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.row-list-1 {
  position: relative;
}

.list-1-wrapper {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 70px;
}

.list-1-wrapper .game-item {
  display: inline-block;
  text-align: center;
}

.footer {
  padding: 40px 0;
}

.border-line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dsb-panel {
  float: right;
}

.footer-copyright {
  background: rgba(0, 0, 0, 0.4);
}

.header-area {
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.masthead-title {
  color: #fff;
}

.masthead-description {
  max-width: 800px;
  margin: 0 auto;
}

.masthead-description h3 {
  font-size: 20px;
}

ul.list-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

ul.list-categories li {
  padding: 10px 15px;
  background-color: #c9d2d5;
  border-radius: 15px;
  margin-right: 12px;
  margin-bottom: 16px;
  color: #fff;
}

.widget .category-wrapper {
  float: none;
  margin-right: 0;
}

.widget ul.category-item {
  width: 100%;
  list-style: none;
  padding-left: 0;
}

.category-item li {
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}

.category-item li:hover {
  background: rgba(255, 255, 255, 0.15);
}

ul.category-list-wrapper {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.category-list-wrapper .cat-item {
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 20px;
  margin-bottom: 16px;
  width: 155px;
  color: #4f5053;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}

ul.category-list-wrapper .cat-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cat-name {
  color: #fff;
  font-weight: bold;
}

.cat-game-amount {
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
}

.icon-category {
  margin-right: 8px;
}

.category-list-global .icon-category {
  float: left;
}

ul.category-list-game .icon-category {
  float: none;
}

ul.category-list-game {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.category-list-game .cat-item {
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 20px;
  margin-bottom: 16px;
  color: #4f5053;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.category-list-game .cat-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cat-info {
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
}

.game-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.header-right {
  margin-left: auto;
  text-align: right;
  display: flex;
}

.header-left {
  flex-grow: 1;
  margin: 10px 0px;
}

.header-right {
  margin-left: auto;
  /* text-align: right; */
}

.header-right .btn,
.header-right .social-icon {
  margin-top: 10px;
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.widget-title {
  margin-bottom: 20px;
  color: #fff;
}

.btn-default {
  border: 1px solid #bdc0c1;
  background-color: #fff;
}

.b-left {
  position: absolute;
  top: 20px;
}

.b-right {
  position: absolute;
  top: 20px;
  right: 10px;
}

.btn-primary {
  background-color: #01b6ff;
  border-color: #13a5df;
}


.dropdown-icon {
  display: inline-block;
  margin-left: .455em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}


.b-load-more {
  margin-bottom: 40px;
}



.header-right .btn-capsule,
.header-right .btn-share {
  margin-left: 10px;
}

.btn-circle {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 15px;
  color: #fff;
  border-radius: 40px;
}

.btn-capsule {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  color: #fff;
  border-radius: 40px;
}

.btn-capsule:hover,
.btn-capsule.active,
.btn-circle:hover {
  background: rgba(255, 255, 255, 0.5);
}

.b-white {
  background: #fff;
  color: #000000;
  font-size: 18px;
}

.b-login {
  margin-left: 10px;
}

.star-on {
  color: #FFA73F;
  margin-right: 4px;
}

.star-off {
  color: #5C5B5F;
  margin-right: 4px;
}

.b-icon {
  margin-right: 8px;
}

.content-wrapper {
  margin-top: 40px;
}

.highlight-text {
  color: #fff;
}

.list-vertical {
  margin-bottom: 20px;
}

/* COMMENTS */

.jquery-comments .textarea-wrapper .textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 8px;
}

.comments-container {
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

.jquery-comments ul.navigation {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.jquery-comments ul.navigation li.active,
.jquery-comments ul.navigation li:hover {
  color: unset;
}

.jquery-comments .textarea-wrapper::before,
.jquery-comments .textarea-wrapper::after {
  display: none;
}

.jquery-comments .textarea-wrapper .control-row>span {
  padding: 10px 20px;
  border-radius: 8px;
}

/* END COMMENTS */



/* Latest blog-page design */

/* Latest Post Banner */
.ltst-blg-banner {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 15px;
  height: 650px;
}

.ltst-blg-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ltst-blg-banner:hover img {
  transform: scale(1.15);
}

.ltst-blg-banner .banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.8));
  /* Default background */
  color: #ddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.5s ease;
}

.ltst-blg-banner:hover .banner-overlay {
  background: linear-gradient(180deg, rgb(0 0 0 / 33%), rgb(8 7 7));
  transition: background 0.5s ease;
}

.ltst-blg-banner h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.ltst-blg-banner p {
  margin-bottom: 15px;
}

.ltst-blg-banner .btn-capsule {
  background: transparent;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 30px;
  color: #ddd;
  text-decoration: none;
  transition: all 0.5s ease;
}

.ltst-blg-banner .btn-capsule:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Grid Containers */
.ltst-blg-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}


.ltst-blg-grid,
.ltst-blg-games {
  position: relative;
  background: #0000004d;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.5s ease, background 0.5s ease;
  cursor: pointer;
}

.ltst-blg-grid img,
.ltst-blg-games img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  /* max-width: 309px; */
  text-align: center;
}



.ltst-blg-grid::after,
.ltst-blg-games::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000004d;
  transition: background 0.5s ease;
  z-index: -1;
}

.ltst-blg-grid:hover::after,
.ltst-blg-games:hover::after {
  background: #000000c8;
}

.ltst-blg-grid-btn-title {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

.ltst-blg-grid-imgwrapp img {
  border-radius: 0px 0px 10px 10px;

}


.ltst-blg-grid h4,
.ltst-blg-games h4 {
  font-size: 15px;
  margin: 15px 0;
  position: relative;
  z-index: 2;
  color: #fffcf2;
}

.ltst-blg-grid .btn-capsule,
.ltst-blg-games .btn-capsule {
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

/* Overlay Fix for Games */
.ltst-blg-games .game-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 15px;
  color: #ddd;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.ltst-blg-grid:hover,
.ltst-blg-games:hover {
  transform: translateY(-5px);
}

/* Style for Related Post title */
h3.section-title.related-post {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;

}

h3.section-title.related-post::before,
h3.section-title.related-post::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 39%;
  height: 1px;
  background-color: #ae8f27;
  transform: translateY(-50%);
}

h3.section-title.related-post::before {
  left: 0;
  margin-left: 20px;
  /* Space before the line on the left side */
}

h3.section-title.related-post::after {
  right: 0;
  margin-right: 20px;
  /* Space before the line on the right side */
}

.related-post-sectn {
  padding: 50px 0;

}

.ltst-blg-section {
  margin-bottom: 30px;
}

/* Single Post Page */


.container.single-post-page-container {
  padding: 20px;
  /*background: linear-gradient(186deg, #300440, #290a3b);*/
  border-radius: 5px;

}

/* Main Content Styling */
.single-post-page-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
}

.single-post-page-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  
  max-height: 496px;
  object-fit: cover;
}



.single-post-page-meta .post-date {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  font-style: italic;
}

/* Post Content */
.single-post-page-content,.game-container {
  font-size: 16px;
  line-height: 1.8;

}

.single-post-page-content h2,.game-container h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
}
.single-description h2,.single-instructions h2{
  color: #fff;
}

.single-post-page-content h3, .game-container h3,.single-instructions h3 {
  color: #e1d5d5;
  font-size: 23px;
  font-weight: 600;
}

.single-post-page-game-container h4,.single-post-page-game-container h3{
  color:#a5d6ff;
  margin-top: 10px !important;
}
.single-post-page-content p, .game-container p {
  margin-bottom: 15px;
  color: #b0b0b0;
}

.single-post-page-content .content-list ,.single-instructions ul{
  list-style-type: none;
  padding-left: 20px;
  margin-top: 15px;
}
.single-instructions ul{
  padding-left: 0;
  margin-top: 0;
}
.single-post-page-content .content-list li,.single-instructions ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.single-post-page-content .content-list li:before,.single-instructions ul li:before {
  content: "•";
  /* Bullet Icon */
  position: absolute;
  left: 0;
  color: #007bff;
  font-size: 20px;
  line-height: 1;
}

/* Sidebar Styling */
.col-md-3 {
  padding-left: 15px;
  margin-top: 20px;
}




/* BLOG / POST */

.post-title {
  font-size: 25px;
}

.post-thumb {
  float: right;
  width: 200px;
  overflow: hidden;
  margin-left: 20px;
}

.post-thumb img {
  height: 180px;
  max-width: unset;
}

.post-item {
  display: flex;
}

.post-media {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-bottom: 25px;
}

.post-title a {
  color: #fff;
}

.post-meta {
  font-style: italic;
  margin-bottom: 5px;
}

.page-content {
  margin-top: 40px;
}

/* END BLOG / POST */

/* USER PROFILE */

.user-page {
  background: unset;
}

.user-page .section {
  background-color: rgba(255, 255, 255, 0.1);
}

.profile-comment-item {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: unset;
}

.user-page .comment-text {
  color: #fff;
}

.user-page .comment-date.text-secondary {
  color: unset !important;
}

input.form-control {
  margin-bottom: 10px;
}

/* USER PROFILE */

#mobile-back-button {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 101;
  top: 100px;
  left: 0;
  width: 56px;
  height: 46px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 24%) 0px 16px 32px;
  border-radius: 0px 16px 16px 0px;
  overflow: hidden;
  cursor: pointer;
}

#mobile-back-button i {
  color: #94a2a2;
  font-size: 30px;
  margin-left: 14px;
}

.btn-left,
.btn-right {
  z-index: 1;
}

/* LOGIN & REGISTER */

.login-form,
.register-form {
  background: rgba(255, 255, 255, 0.1);
}

/* */

.mobile-thumb-play img {
  width: 100%;
  opacity: 0.7;
}

.mobile-thumb-play {
  background: #000000;
  overflow: hidden;
}

#mobile-play {
  position: relative;
}

#mobile-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.game-container {
  overflow: hidden;
  border-radius: 18px;
}

.color-red {
  background: rgba(238, 19, 39, 0.4);
}

.top-3 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.top-user {
  display: inline-block;
  text-align: center;
  margin: 15px;
  position: relative;
  white-space: nowrap;
}

.top-number {
  width: 40px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 20%;
  transform: translate(-50%, -50%);
}

.top-avatar img {
  border-radius: 50%;
  display: block;
}

.rank-1 .top-avatar img {
  width: 120px;
}

.leaderboard-table {
  clear: both;
  display: block;
  width: 100%;
}

.leaderboard-row {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 15px;
  margin-top: 15px;
  white-space: nowrap;
}

.leaderboard-cell {
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block;
}

.leaderboard-user-avatar img {
  width: 50px;
  border-radius: 50%;
  display: block;
}

.leaderboard-cell.username {
  font-weight: bold;
  min-width: 160px;
}

.leaderboard-cell.rank {
  float: right;
}

.level-badge {
  float: left;
  margin-right: 10px;
}

.top-player-wrapper {
  margin-bottom: 20px;
}

.gamelist-widget .list-game {
  margin-bottom: 20px;
}

/* NEW COMMENT SYSTEM */

#tpl-comment-section {
  margin-top: 30px;
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  padding: 20px;
}

#comment-form {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.comment-profile-avatar {
  margin-right: 20px;
}

.comment-profile-avatar img {
  border-radius: 50%;
  float: left;
  width: 3.6rem;
  height: 3.6rem;
  max-width: 50px;
  max-height: 50px;
}

.comment-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.1);
  border-radius: 12px;
  padding: 15px;
  width: 100%;
}

textarea.tpl-comment-input {
  background: unset;
  color: #CCC;
}

textarea.tpl-comment-input:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #CCC;
}

.comment-form-wrapper textarea {
  padding: 0;
  border: 0;
}

.post-comment-btn-wrapper {
  float: right;
  margin-top: 15px;
}

textarea#comment-input {
  height: 100px;
}

.user-comment-wrapper {
  display: flex;
}

.tpl-user-comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  margin-bottom: 30px;
}

.tpl-comment-children .tpl-user-comment:last-child {
  border-bottom: none;
}

img.tpl-user-comment-avatar {
  border-radius: 50%;
  float: left;
  width: 3.6rem;
  height: 3.6rem;
  max-width: 50px;
  max-height: 50px;
  margin-right: 20px;
}

.tpl-comment-children img.tpl-user-comment-avatar {
  max-width: 40px;
  max-height: 40px;
}

.tpl-comment-author {
  font-weight: bold;
  color: #fff;
}

.tpl-user-comment .comment-content {
  margin-bottom: 20px;
  width: 100%;
}

.tpl-comment-timestamp {
  margin-top: 3px;
  font-size: 15px;
  color: #938fb5;
}

.tpl-comment-text {
  margin-top: 13px;
  white-space: unset;
}

.comment-actions {
  margin-top: 15px;
}

.comment-action-right {
  float: right;
}

.comment-action-left {
  float: left;
}

.tpl-comment-children {
  display: block;
  margin-left: 70px;
}

.tpl-reply-form {
  display: flex;
}

.comment-reply-wrapper {
  margin-left: 70px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.1);
  border-radius: 12px;
  padding: 15px;
  width: 100%;
}

textarea.tpl-reply-input {
  background: unset;
  color: #CCC;
}

textarea.tpl-reply-input:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #CCC;
}

.comment-reply-wrapper textarea {
  padding: 0;
  border: 0;
}

.reply-action-buttons {
  float: right;
  margin-top: 15px;
}

.tpl-btn-cancel-reply {
  color: #938fb5;
}

#tpl-btn-load-more-comments {
  color: #fff;
}

.tpl-post-comment-btn,
.tpl-btn-send-reply {
  background-color: #9162a8;
  border: none;
}

a.tpl-comment-reply,
a.tpl-btn-show-replies,
a.tpl-btn-hide-replies {
  color: #b2b1bf;
}

.comment-require-login-wrapper {
  display: flex;
  margin-bottom: 40px;
}

.comment-require-login-wrapper .comment-alert {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 100%;
  border-radius: 8px;
}

/*start sidebar vertical*/
.wgt-list-game {
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.25);
  border-radius: 5px;
}

.wgt-list-game-grid .wgt-list-game {
  padding: 5px;
  margin: 5px;
}

.wgt-list-game-vertical {
  margin-bottom: 8px;
  width: 100%;
  position: relative;
  padding: 0;
}

.wgt-list-game-vertical .wgt-list-game {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.wgt-list-game-vertical .wgt-list-thumbnail img {
  max-width: 100px;
  /*object-fit: contain;*/
  padding-left: 8px;
  padding-right: 8px;
}

.wgt-list-game-vertical .wgt-list-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.wgt-list-game-vertical .wgt-list-title {
  margin-bottom: 8px;
}

[dir="ltr"] .wgt-list-game-vertical .wgt-list-category,
[dir="ltr"] .wgt-list-game-vertical .wgt-list-title {
  padding-right: 8px;
}

[dir="rtl"] .wgt-list-game-vertical .wgt-list-category,
[dir="rtl"] .wgt-list-game-vertical .wgt-list-title {
  padding-left: 8px;
}

.wgt-list-game-vertical .wgt-list-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.wgt-list-game-vertical .wgt-list-category,
.wgt-list-game-vertical .wgt-list-title {
  color: #FFFFFF;
}


/*start rtl*/
[dir="rtl"] .wgt-list-game-vertical .wgt-list-content {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .navbar,
[dir="rtl"] .container {
  direction: rtl;
}

[dir="rtl"] #toggler {
  float: left;
}

[dir="rtl"] .nav-categories,
[dir="rtl"] .nav-categories .container {
  direction: rtl;
}

[dir="rtl"] #home-game-container,
[dir="rtl"] .bottom-container,
[dir="rtl"] .sidebar .widget-title,
[dir="rtl"] .info-the-game,
[dir="rtl"] .tpl-comment-input,
[dir="rtl"] .user-page,
[dir="rtl"] .footer,
[dir="rtl"] .singlepage-post,
[dir="rtl"] .page-title,
[dir="rtl"] .blog-list,
[dir="rtl"] .game-container-archive,
[dir="rtl"] .game-container-search,
[dir="rtl"] .game-container-tag {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .comment-date {
  text-align: left !important;
}

[dir="rtl"] .single-game,
[dir="rtl"] .single-page {
  direction: rtl;
}

[dir="rtl"] .item-title i,
[dir="rtl"] .single-icon i,
[dir="rtl"] h4 i {
  margin-left: 9px;
}

[dir="rtl"] .comment-profile-avatar {
  margin-left: 20px;
}

[dir="rtl"] .nav-categories .hidden-links {
  left: 0;
  right: unset;
}

[dir="rtl"] .dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.255em;
}

[dir="rtl"] nav.greedy button::after {
  margin-left: calc(-1rem - 10px);
  margin-right: 1rem;
}

[dir="rtl"] ul.hidden-links {
  text-align: right;
  padding-inline-start: 0px;
}

[dir="rtl"] .nav-item .dropdown-menu {
  text-align: right;
}

[dir="rtl"] .search-bar {
  margin-left: 20px;
}

/* Optional: Style for left-to-right (LTR) submenu dropdown */
[dir="rtl"] .dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto;
}

[dir="rtl"] .b-icon {
  margin-right: 0;
  margin-left: 8px;
}

[dir="rtl"] ul.category-list-game {
  padding-right: 0;
}

[dir="rtl"] ul.category-list-game .cat-item {
  margin-right: 0;
}

[dir="rtl"] .b-left {
  left: 0px;
}

[dir="rtl"] .list-1-wrapper {
  padding-left: 0px;
  padding-right: 50px;
}

[dir="rtl"] .search-bar .bi-search {
  right: 15px;
  left: 0px;
}

[dir="rtl"] .dsb-panel {
  float: left;
}

[dir="rtl"] .header-right {
  text-align: left;
  flex-grow: 1;
}

/*end rtl*/

.nav-item-child {
  padding: 0.6rem 1rem;
  color: #2c3e50;
}

.nav-link-child {
  color: #2c3e50;
}

/*start multiple dropdown*/

/* Style for main dropdown items */
.nav-item.dropdown .dropdown-menu {
  position: absolute;
}

/* Style for submenu */
.dropdown-submenu {
  position: relative;
}

/* Positioning the submenu to the right of the parent menu */
.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  /* Position to the right of the parent item */
  margin-top: -9px;
  /* Adjust this value as needed */
  margin-left: -1px;
  /* Helps in aligning submenu border with parent menu border */
  right: auto;
}

/* Optional: Style for left-to-right (LTR) languages */
.dropdown-submenu-left .dropdown-menu {
  right: 100%;
  left: auto;
}


/*======================================*/
#footer {
  background: #070627;
  ;
  padding-top: 50px;
  overflow: hidden;
}

.site-footer {
  position: relative;
}

.site-footer .all-info-main-row {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #ffffff00, #878787d6, #ffffff00);
  border-image-slice: 1;
  margin-top: 30px;
}

.second-address {
  padding-left: 20px;
}

.site-footer .all-info-main-row .col-lg-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-footer .all-info-main-row .col-lg-6:first-child {
  border-right: 1px solid #878787d6;
}

.footer-content {
  max-width: 755px;
  padding: 5;
}

.footer-head-address p,
.footer-content p {
  color: #FFFFFFBF;
}

.footer-head-title h6 {
  font-size: 18px;
  color: var(--white-color);
  padding-bottom: 4px;
  font-weight: 700;
  display: inline-block;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-image: linear-gradient(to right, #0066FF, #FFFFFF00) 100% 1;
}

.footer-contact-part {
  display: flex;
  flex-wrap: wrap;
}

.all-info-main-row .col-lg-3 .footer-contact-part .footer-details-part a {
  padding-left: 15px;
  padding-bottom: 10px;
  display: block;
}

.site-footer .col-lg-3 .footer-head-details-part:nth-child(1) {
  padding-bottom: 15px;
  border-width: 0px 0px 1px 0px;
  /*border-style: solid;*/
  border-image: linear-gradient(to left, #878787d6, #ffffff00) 100% 1;
}

.site-footer .col-lg-3 .footer-head-details-part:nth-child(2) {
  padding-top: 15px;
}

.footer-contact-part .footer-details-part a {
  color: var(--white-color);
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  padding-left: 20px;
}

.site-footer .all-info-main-row .col-lg-3 {
  padding-top: 30px;
}

.site-footer .col-lg-9 .all-office-info-row .col-lg-4 {
  min-height: 215px;
  padding: 20px 30px;
}

.site-footer .col-lg-9 .all-office-info-row .col-lg-4:nth-child(1) .footer-head-info {
  padding-top: 70px;
}

.site-footer .col-lg-9 .all-office-info-row .col-lg-4:nth-child(2) .footer-head-info {
  padding-top: 24px;
}

.site-footer .col-lg-9 .all-office-info-row .col-lg-4:nth-child(2) {
  border: 1px solid #878787d6;
  border-top: 0;
  border-bottom: 0;
}

.site-footer .social-icon-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer .social-icon-box:not(:last-child) {
  border-right: 1px solid #FFFFFF4D;
}

li.pages-menu {
  list-style: none;
}

.footer-contact-part.footer-sales-part {
  padding-top: 35px;
}

.social-icon-box .social-media-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.social-media-icon p {
  margin-bottom: 0px;
}

.site-footer .footer-logos-box {
  padding: 35px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-image: linear-gradient(to right, #878787d6, #ffffff00) 100% 1;
}

.site-footer .copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  row-gap: 30px;
}

.site-footer .copyright-text p a,
.site-footer .copyright-text p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}

.site-footer .pages-menu-name .pages-menu a {
  color: #FFFFFFBF;
  padding-bottom: 15px;
  display: inline-block;
}

.site-footer .pages-menu-name .pages-menu a:hover {
  color: var(--primary-color);
}

/* .site-footer .company-main-menu-part {
  display: flex;
  flex-wrap: wrap;
} */

/* .site-footer .company-main-menu-part .pages-menu {
  width: 51%;
} */


.company-main-menu-part {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-column {
  width: 48%;
  display: flex;
  flex-direction: column;
}


#footer h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  color: #fff;
}

.top-social-icon {
  margin-bottom: 30px;
  border-bottom: 1px solid #FFFFFF4D;
  border-top: 1px solid #FFFFFF4D;
}

#footer .copyright-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.border-line.mt-4 {
  border: none;
}

.company-menu .two-column-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
  padding: 0;
}

.btn-load-more {
  padding: 14px 50px;
  border-radius: 40px;
  background: linear-gradient(45deg, #ff6a00, #ee0979);
  background-size: 200% 200%;
  color: #fff;
  transition: all 0.3s ease-in-out;
  animation: gradientAnimation 3s infinite linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 700;
}

.btn-load-more i {
  transition: transform 0.3s ease-in-out;
}

/* .btn-load-more:hover {
  background: rgba(255, 255, 255, 0.05);
} */
.btn-load-more:hover {
  animation: gradientAnimation 1.5s infinite linear;
  box-shadow: 0 4px 10px rgba(255, 106, 0, 0.5);
}

.btn-load-more:hover i {
  transform: translateY(3px);
}


.home-page-main-container .section-title {
  font-size: 30px;
  font-weight: 800;
  /* font-family: cursive; */
  color: #fff;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* animation: textGradientAnimation 3s infinite linear; */
  /* display: inline-block;*/
}





/*----------------------------- */




/* Responsive Design */
@media (max-width: 768px) {
  .single-post-page-container {
    padding: 15px;
  }

  .single-post-page-title {
    font-size: 24px;
  }

  .col-md-3 {
    margin-top: 10px;
  }
}


@media (min-width: 768px) {

  .wgt-list-game-vertical .wgt-list-category,
  .wgt-list-game-vertical .wgt-list-title {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15ch;
  }
}

@media (max-width: 767px) {

  .wgt-list-game-vertical .wgt-list-category,
  .wgt-list-game-vertical .wgt-list-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
    font-size: 15px;
  }
  ul.category-list-wrapper .cat-item {
    width: 139px;
  }
  .icon-category {
    margin-right: 1px;
}
}

/*end sidebar vertical*/

/* ===========================
  Tablet & Small Desktop (1440px to 1024px)
  =========================== */
@media (max-width: 1440px) {
  .new-game-page .wgt-list-game-grid {
    width: 50%;
  }

  .new-game-page .game-info .single-title {
    font-size: 24px;
  }

  .new-game-page .game-info .meta-info {
    font-size: 15px;
  }

  .new-game-page .game-info .rating {
    font-size: 14px;
  }

  .new-game-page .header-left {
    width: 100%;
    text-align: center;
  }

  .new-game-page .header-right {
    text-align: center;
  }

  .new-game-page .header-right .btn-capsule {
    font-size: 14px;
    padding: 8px 20px;
    height: 45px;
  }

  .new-game-page table.scoreboard {
    font-size: 14px;
  }
}

/* ===========================
      Tablet (1024px and below) 
      =========================== */
@media (max-width: 1024px) {
  .new-game-page .wgt-list-game-grid {
    width: 100%;
  }

  .new-game-page .game-item .list-game .list-thumbnail img {
    max-height: 170px;
  }

  .new-game-page .game-info {
    margin-bottom: 25px;
  }

  .new-game-page .game-info .single-title {
    font-size: 22px;
  }

  .new-game-page .game-info .meta-info {
    font-size: 14px;
  }

  .new-game-page .game-info .rating {
    font-size: 13px;
  }

  .new-game-page .header-left {
    width: 100%;
    float: none;
    text-align: center;
  }

  .new-game-page .header-right {
    text-align: center;
  }

  .new-game-page .header-right .btn-capsule {
    font-size: 13px;
    padding: 6px 15px;
    height: 42px;
  }

  .new-game-page table.scoreboard {
    font-size: 14px;
  }
}

/* ===========================
      Portrait Tablets (768px and below)
      =========================== */
@media (max-width: 768px) {

  .new-game-page .wgt-list-game-grid {
    width: calc(50% - 10px);
  }

  .new-game-page .sidebar {
    padding: 10px;
  }

  .new-game-page .widget {
    padding: 10px;
  }

  .new-game-page .widget-title {
    font-size: 16px;
  }

  .new-game-page .game-item .list-game .list-thumbnail img {
    max-height: 150px;
  }

  .new-game-page .game-info .single-title {
    font-size: 20px;
  }

  .new-game-page .game-info .meta-info {
    font-size: 13px;
  }

  .new-game-page .game-info .rating {
    font-size: 12px;
  }

  .new-game-page .header-left {
    text-align: center;
  }

  .new-game-page .header-right .btn-capsule {
    font-size: 12px;
    padding: 5px 12px;
    height: 40px;
  }

  .new-game-page table.scoreboard {
    font-size: 13px;
  }
}

/* ===========================
      Mobile (480px and below)
      =========================== */
@media (max-width: 480px) {
  .new-game-page .wgt-list-game-grid {
    width: 100%;
  }

  .new-game-page .sidebar {
    padding: 8px;
  }

  .new-game-page .widget {
    padding: 8px;
  }

  .new-game-page .widget-title {
    font-size: 14px;
  }

  .new-game-page .wgt-list-game-grid {
    width: 100%;
  }

  .new-game-page .wgt-list-thumbnail img {
    border-radius: 5px;
  }

  .new-game-page .game-item .list-game .list-thumbnail img {
    max-height: 120px;
  }

  .new-game-page .game-info {
    margin-bottom: 15px;
  }

  .new-game-page .game-info .single-title {
    font-size: 18px;
  }

  .new-game-page .game-info .meta-info {
    font-size: 12px;
  }

  .new-game-page .game-info .rating {
    font-size: 12px;
  }

  .new-game-page .header-left {
    text-align: center;
  }

  .new-game-page .header-right {
    text-align: center;
  }

  .new-game-page .header-right .btn-capsule {
    font-size: 11px;
    padding: 5px 10px;
    height: 38px;
  }

  .new-game-page table.scoreboard {
    font-size: 12px;
  }
}



/* End - 03-03-2025 */


/* Responsive Design */
@media (max-width: 768px) {
  .back-link {
    font-size: 14px;
    padding: 6px 12px;
  }

  .back-link i {
    font-size: 18px;
  }
}


/* ------------ */

/* Medium Screens - Tablets & Small Laptops (768px to 1199px) */
@media (max-width: 1199px) {
  .inner-category-description {
    padding: 18px;
  }

  .inner-category-description h1 {
    font-size: 30px;
  }

  .inner-category-description h2 {
    font-size: 26px;
  }

  .inner-category-description h3 {
    font-size: 22px;
  }

  .inner-category-description h4 {
    font-size: 20px;
  }

  .inner-category-description h5 {
    font-size: 16px;
  }

  .inner-category-description h6 {
    font-size: 14px;
  }

  .inner-category-description p {
    font-size: 14px;
  }
}

/* Small Screens - Mobile Phones & Portrait Tablets (480px to 767px) */
@media (max-width: 767px) {
  .inner-category-description {
    padding: 12px;
  }

  .inner-category-description h1 {
    font-size: 26px;
  }

  .inner-category-description h2 {
    font-size: 22px;
  }

  .inner-category-description h3 {
    font-size: 18px;
  }

  .inner-category-description h4 {
    font-size: 16px;
  }

  .inner-category-description h5 {
    font-size: 14px;
  }

  .inner-category-description h6 {
    font-size: 12px;
  }

  .inner-category-description p {
    font-size: 12px;
  }
}

/* Extra Small Screens - Mobile Portrait (Up to 479px) */
@media (max-width: 479px) {
  .inner-category-description {
    padding: 8px;
  }

  .inner-category-description h1 {
    font-size: 22px;
  }

  .inner-category-description h2 {
    font-size: 20px;
  }

  .inner-category-description h3 {
    font-size: 16px;
  }

  .inner-category-description h4 {
    font-size: 14px;
  }

  .inner-category-description h5 {
    font-size: 12px;
  }

  .inner-category-description h6 {
    font-size: 11px;
  }

  .inner-category-description p {
    font-size: 11px;
  }
}



@media(hover: hover) and (pointer: fine) {
  .grid-1 .list-game:hover>.list-info {
    opacity: 1;
    transition: all 0.5s ease;
  }

  .list-thumbnail:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 992px) {
  body {
    background-size: contain;
  }

  .search-bar {
    max-width: 100%;
  }

  .nav-item {
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .top-user {
    width: 80px;
    margin: 10px;
  }

  .leaderboard-cell.user-xp {
    margin-top: 12px;
    position: absolute;
    right: 20px;
  }

  .leaderboard-cell.rank {
    display: none;
  }

  .post-media .post-thumb {
    float: none;
    overflow: unset;
    margin-left: 0;
    margin-bottom: 20px;
    width: unset;
  }

  .post-media .post-thumb img {
    width: 100%;
    height: auto;
  }
}

/* Responsive Design latest blog */
@media (max-width: 1024px) {
  .ltst-blg-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  h3.section-title.related-post::before,
  h3.section-title.related-post::after {
    width: 40%;
  }

  .ltst-blg-section {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .ltst-blg-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  h3.section-title.related-post {
    font-size: 20px;
  }

  .ltst-blg-section {
    margin-bottom: 15px;
  }

  h3.section-title.related-post::before,
  h3.section-title.related-post::after {
    width: 45%;
  }

}

@media (max-width: 480px) {
  ul.category-list-wrapper {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
 .col-sm-2.col-xs-3.social-icon-box.bootersp {
    width: 50%;
}
  .category-list-wrapper a {
    width: 50%;

  }

  ul.category-list-wrapper .cat-item {
    padding: 0px;
    padding-bottom: 6px;
    border-radius: 15px;
    color: #4f5053;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

  .social-icon-box .social-media-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }


  h3.section-title.related-post {
    font-size: 18px;
  }

  h3.section-title.related-post::before,
  h3.section-title.related-post::after {
    width: 50%;
  }

  .ltst-blg-section {
    margin-bottom: 10px;
  }
}


@media (max-width: 768px) {

  /* Mobile */
  .navbar-brand {
    max-width: 60%;
    margin-right: 0;
  }

  .user-avatar {
    margin-left: 0;
  }

  .nav-item.dropdown .dropdown-menu {
    position: unset;
  }

  .dropdown-submenu .dropdown-menu {
    position: unset;
    margin-top: 12px;
    margin-left: 0;
  }

  .bottom-container {
    margin-top: 20px;
  }
}

/*end multiple dropdown*/

/* fix sub menu text overflow */
.dropdown-menu[data-bs-popper] {
  left: unset !important;
}

/*start navbar*/
.navbar-nav .nav-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 15ch; commented to fix user menu showing dots if character is too long */
}

/*end navbar*/

/* fix category list on mobile */

@media (max-width: 432px) {
  ul.category-list-wrapper {
    padding: 0px;
  }

}

/**/
@media (max-width: 767px) {
  .site-footer .col-lg-9 .all-office-info-row .col-lg-4 {

    padding: 0px 12px;
  }

  .second-address {
    padding-left: 0px;
  }

  .site-footer .all-info-main-row .col-lg-6:first-child {
    border-right: none;
  }
}

/* Optimization style*/

.list-thumbnail {
  position: relative;
  display: block;
}

.thumb-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  color: #555;
  font: 600 12px/1 system-ui, sans-serif;
  border-radius: 12px;
}

.small-thumb {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.small-thumb.is-loaded + .thumb-placeholder,
.small-thumb.is-loaded ~ .thumb-placeholder {
  display: none;
}

.etm-slider-post-wrap .main-screenshots-img {
    width: 375px;
    height: 100%;
    border-radius: 15px;
    max-width: 375px;
    overflow: hidden;
}
.post-category-trending {
   
    display: none !important;
}
/*-------------- 15-12-2025----------------*/
.top-nav {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1px 0;
}
#mainNav img.site-logo {
    max-height: 50px;
    object-fit: inherit;
}
.search-bar input.search {
    text-indent: 28px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px !important;
    border: none;
    height: 38px;
    margin-bottom: 0;
    color: #FFF;
}
.search-bar .bi-search {
    position: absolute;
    color: #fff;
    top: 9px;
    left: 15px;
}
a.nav-link {
    font-size: 16px;
    line-height: 28px;
}
.navbar-nav{
display: flex;
align-items: center;
}

/*------------ End ---------*/
/*--- End ---------*/
.sidebar-distributer-main .grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(140px, auto);
    grid-auto-flow: dense;
}
.span-col-2{
    grid-column-end: span 3;
    grid-row-end: span 1;
}
.col-12.col-md-2.left-sidebar {
   
    margin-bottom: 2px;
}
.left-sidebar::-webkit-scrollbar {
    width: 2px;
}

.left-sidebar::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.left-sidebar::-webkit-scrollbar-track {
    background: transparent;
}
