/**
 * Theme Name:     GeneratePress Child
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */

/* ----------------------------------------------------------------- */
/*-----------------------------GLOBAL CSS---------------------------*/

@font-face {
  font-family: "Satoshi";
  src: url("/wp-content/uploads/fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/wp-content/uploads/fonts/Satoshi-VariableItalic.woff2")
    format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

* {
  font-family: "Satoshi", sans-serif !important;
}

.featured-image.page-header-image {
  display: none;
}

.prime-typo h1,
.prime-typo h1 span {
  font-size: clamp(33px, 4vw + 1rem, 54px);
  font-weight: 900 !important;
}

.prime-typo h2 {
  font-size: clamp(24px, 3vw + 0.5rem, 36px);
  font-weight: 700 !important;
}

.prime-typo h3 {
  font-size: clamp(20px, 2.5vw + 0.5rem, 24px);
  font-weight: 600 !important;
}

.prime-typo h4 {
  font-size: clamp(18px, 2vw + 0.5rem, 22.5px);
  font-weight: 500 !important;
}

.prime-typo h5 {
  font-size: clamp(17px, 2vw + 0.5rem, 20px);
  font-weight: 500 !important;
}

.prime-typo p,
.prime-typo li,
.prime-typo span,
.prime-typo td {
  font-size: clamp(14px, 1.5vw + 0.5rem, 16px);
}

a {
    color: #FFA600;
}

a:hover {
    color: #FFC251;
}

/* Global Image Setting */
.elementor-widget-image {
  display: flex;
  justify-content: center;
}
/* ----------------------------------------------------------------- */
/*-----------------------------HEADER CSS---------------------------*/
.menu-one:before {
  background-image: url("/wp-content/uploads/2026/02/menu-gift.svg");
}

.menu-two:before {
  background-image: url("/wp-content/uploads/2026/02/menu-coin.svg");
}

.menu-three:before {
  background-image: url("/wp-content/uploads/2026/02/menu-star.svg");
}

.menu-four:before {
  background-image: url("/wp-content/uploads/2026/02/menu-gaming.svg");
}

.menu-five:before {
  background-image: url("/wp-content/uploads/2026/02/menu-wallet.svg");
}

.menu-six:before {
  background-image: url("/wp-content/uploads/2026/02/menu-blog.svg");
}

.menu-one:before,
.menu-two:before,
.menu-three:before,
.menu-four:before,
.menu-five:before,
.menu-six:before {
  content: ""; /* empty, just a box */
  display: inline-block;
  width: 14px; /* set width */
  height: 14px; /* set height */
  margin-right: 5px;
  margin-left: 14px;
  background-size: contain; /* or cover */
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-one,
.menu-two,
.menu-three,
.menu-four,
.menu-five,
.menu-six,
.menu-seven {
  align-items: center;
  margin-left: 0px !important;
}

.menu-item > a.elementor-item {
  padding-left: 0px !important;
}

a.elementor-sub-item {
    padding: 13px 20px !important;
	gap:5px;
}

@media (max-width: 767px) {
  .header-cont .menu-item:before {
    position: absolute;
    top: 18px;
    left: 4px;
    z-index: 99;
  }
	li.menu-item a{
    padding:5px !important;
    border-bottom: solid 1px #a611c8;
}
}

@media (max-width: 1024px){

	.header-cont .menu-item:before {
    position: absolute;
    top: 18px;
    left: 4px;
    z-index: 99;
  }
	li.menu-item a{
    padding:5px !important;
/*     border-bottom: solid 1px #a611c8; */
}
	
}
.header-cont .sub-menu {
  background: linear-gradient(90deg, #7100e2 0%, #3e007c 100%);
/*   width: 180px !important; */
}

.header-cont .sub-menu li a {
  width: 100%;
  justify-content: start;
/*   padding-left: 15% !important; */
}

.e-search-input-wrapper::after {
  content: ""; /* empty, just a box */
  display: inline-block;
  width: 22px; /* set width */
  height: 22px; /* set height */
  /* margin-right: 8px; */
  background-image: url("/wp-content/uploads/2026/01/icon.svg");
  background-size: contain; /* or cover */
  background-repeat: no-repeat;
  vertical-align: middle;
}

.e-search-input-wrapper {
  flex-direction: row !important;
}

.e-search-input-wrapper input {
  width: 100%;
  max-width: 190px;
  color: #fff !important;
}

div.search-icon {
  cursor: pointer;
}

@media (max-width: 700px) {
  .e-search-input-wrapper input {
    width: 100%;
  }
}
/* Sticky Header CSS */
header.elementor-location-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: #fff !important;
}

.search-icon .elementor-icon-wrapper {
  height: 20px;
}

/* Search Overlay Styles */
.search-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: linear-gradient(135deg, #1a1a1a87 0%, #1c1140 100%);
  backdrop-filter: blur(2px);
  animation: fadeIn 0.3s ease;
}

.search-overlay.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.search-overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10000;
}

.search-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.search-wrapper {
  width: 100%;
  max-width: 600px;
}

.search-overlay .search-form {
  width: 100%;
}

.search-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 4px;
  transition: all 0.3s ease;
}

.search-input-wrapper:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.search-overlay .search-field {
  flex: 1;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  background: transparent;
  color: #333;
  border-radius: 50px;
}

.search-overlay .search-field:focus {
  outline: none;
}

.search-overlay .search-field::placeholder {
  color: #666;
  font-weight: 500;
  letter-spacing: 2px;
}

.search-overlay .search-submit {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0 !important;
}

.search-overlay .search-submit:hover {
  background: #000;
  transform: scale(1.05);
}

.search-overlay .search-submit svg {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .search-overlay-content {
    padding: 20px;
  }

  .search-wrapper {
    max-width: 100%;
  }

  .search-close {
    top: 25px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .search-overlay .search-field {
    font-size: 14px;
    padding: 14px 20px;
  }

  .search-overlay .search-submit {
    width: 44px;
    height: 44px;
  }

  .header-cont .highlighted {
    background: unset !important;
  }
}

@media (max-width: 480px) {
  .search-input-wrapper {
    border-radius: 40px;
  }

  .search-overlay .search-field {
    padding: 12px 18px;
  }

  .search-overlay .search-submit {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------Mobile Header-------------------------- */
/* Reset - Keep main nav normal */
@media (max-width: 1024px) {
  .elementor-nav-menu__container:not(.elementor-nav-menu--dropdown) {
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    padding: 0 !important;
  }

  /* Full Screen Menu Styles - Only for dropdown */
  nav.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 100%;
    height: 100vh !important;
    z-index: 9999;
    transition: left 0.4s ease !important;
    overflow-y: auto;
    background: linear-gradient(90deg, #7100e2 0%, #3e007c 100%);
    padding: 20px 40px 40px;
    transform: none !important;
  }

  .header-cont svg.fa-svg-chevron-down.e-font-icon-svg.e-fas-chevron-down {
    fill: white !important;
  }

  .header-cont a {
    color: white !important;
  }

  .elementor-nav-menu--dropdown[aria-hidden="false"] {
    left: 0 !important;
  }

  /* Show close button */
  .elementor-menu-toggle {
    /* position: fixed !important;
  top: 20px;
  right: 20px; */
    z-index: 10000;
    /* display: block !important; */
  }

  /* Force vertical menu layout */
  .elementor-nav-menu--dropdown .elementor-nav-menu {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    margin-top: 80px;
  }

  .header-cont .sub-menu li a {
    justify-content: start;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu > li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 8px 0;
    /*     border-bottom: 1px solid #eee; */
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu > li > a {
/*     display: block; */
	display:flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 18px;
  }

  /* Submenu styles */
  .elementor-nav-menu--dropdown .sub-menu {
    position: static !important;
    padding-left: 20px;
    margin-top: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .elementor-nav-menu--dropdown .sub-menu li {
    padding: 8px 0;
    border: none;
  }

  .elementor-nav-menu--dropdown .sub-menu a {
    font-size: 16px;
  }

  .menu-ham {
    position: relative;
    z-index: 10000;
    cursor: pointer;
  }

  svg.elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
    /*     color: black !important; */
    fill: white !important;
  }

  .menu-ham .menu-item a {
    display: flex !important;
    justify-content: space-between;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .prime-typo.no-scroll {
    overflow: hidden;
    height: 100vh; /* optional to prevent mobile bounce */
    touch-action: none; /* optional: prevent touch scrolling on some devices */
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin: unset !important;
    padding-top: 20px;
  }
  .prime-typo:has(.elementor-active) {
    overflow: hidden !important;
  }
  ul#menu-2-1c7b96a {
    /* padding-left:30px; */
  }
  .elementor-nav-menu--dropdown .elementor-nav-menu > li > a {
    padding-left: 40px !important;
  }
  .totalizators,
  .speles,
  .blogs,
  .prognozes,
  .kazino {
    position: relative !important;
  }
  .totalizators:before,
  .speles:before,
  .blogs:before,
  .prognozes:before,
  .kazino:before {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 99;
  }

  .elementor-item-active .sub-arrow .e-font-icon-svg {
    fill: #fff;
  }

  .header-cont .sub-menu {
    background: linear-gradient(90deg, #7100e2 0%, #3e007c 100%);
    width: 100% !important;
  }
  .header-cont a {
    background: unset !important;
  }
}

/* ------------------------------------- */
/* ToTheTop Button */
/* ------------------------------------- */
#backToTop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: -60px;
  z-index: 99999;
  background-color: #383838;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.4s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#backToTop:hover {
  background-color: #555;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

#backToTop.show {
  right: 12px;
}
/* ------------------------------------------ */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* -------------- [author_box] --------------*/
.custom-author-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-avatar-wrapper {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  /* flex-shrink: 0 !important; */
}

.custom-author-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-meta {
  display: flex;
  flex-direction: column;
}

.author-name,
.recent-tips span {
  font-size: 12px !important;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

.recent-tips span {
  font-weight: 400;
}

.author-date {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.9;
}

.written .author-label p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.written span.author-name {
  font-size: 12px;
  font-weight: 700;
}

.written .author-avatar-wrapper {
  border: 2px solid #a611c8;
}

.footer-author .updated-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  /* padding-left: 10px; */
}

.footer-author .author-footer {
  display: flex;
  align-items: center;
}

.footer-author .updated-icon {
  width: 22px;
}

.footer-author .author-name,
.footer-author .author-name p {
  font-size: clamp(18px, 2.5vw + 0.5rem, 24px);
  font-weight: 700;
}

.footer-author .author-avatar-wrapper {
  width: 48px !important;
  height: 48px !important;
}

/* ---------------------------Home Page-------------------- */
/* -------------------------------------------------------- */
.prime-cont {
  max-width: 1280px !important;
}

.sec-cont {
  max-width: 940px;
}

/* --------Recent Tips-------- */
.recent-slider .swiper.elementor-loop-container {
  overflow: hidden;
  padding-right: 60px;
}

.recent-slider .swiper.elementor-loop-container .swiper-wrapper {
  overflow: visible;
}

/* -------table styles-------- */
.table-container {
  border: 2px solid #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
  margin-bottom: 0px;
}

thead {
  background: #a611c8;
  border-bottom: 2px solid #ffffff;
}

thead th {
  padding: 14px;
  text-align: center;
  font-size: 16px;
}
thead th:first-child {
  border-right: 2px solid #ffffff;
}

tbody tr:not(:last-child) {
  border-bottom: 2px solid #ffffff;
}

td {
  padding: 12px 14px;
  vertical-align: top;
  font-size: 14px;
}

td:first-child {
  width: 50%;
  font-weight: bold;
  border-right: 2px solid #ffffff;
}

td:last-child {
  width: 50%;
}

/* -----------li icons---------- */
.custom-li li {
  list-style: none;
  padding-bottom: 12px;
}

.custom-li li::before {
  content: "";
  display: inline-block;
  width: 12px; /* adjust size */
  height: 14px; /* adjust size */
  background-image: url("/wp-content/uploads/2026/03/Vector.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: baseline;
}

.custom-li ul,
.custom-li ol {
  margin-left: 0;
}

/*-----------------------------FAQ STYLES---------------------------  */
.faq-accordion-wrapper {
  max-width: 100%;
  margin: 20px 0 0 0;
}

.faq-item {
  margin-bottom: 10px;
  border: 2px solid #a611c8;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.faq-item .faq-toggle {
  font-size: 24px !important;
  color: #fff !important;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  /*background-image: linear-gradient(180deg, #4DC4FF 0%, #179FE3 100%);*/
  background: #a611c8;
  transition: background 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  background-image: linear-gradient(135deg, #a611c8, #ffffff 100%) !important;
}

.faq-question:hover .faq-toggle {
  color: #222 !important;
}

.faq-question.active {
  background-image: linear-gradient(
    135deg,
    #a611c8 0%,
    #ffffff 100%
  ) !important;
}

.faq-question.active .faq-toggle {
  color: #222 !important;
}

.faq-question .faq-question-text {
  font-size: 16px !important;
}

.faq-question-text {
  font-size: 16px;
  font-weight: 600 !important;
  color: #ffffff;
  flex: 1;
  padding-right: 15px;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s ease;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-question.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer.active {
  max-height: 1000px;
}

.faq-answer-content {
  padding: 20px;
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500 !important;
  background-color: #1c1140;
}

.faq-answer-content p {
  margin: 0 0 10px 0;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-question {
    padding: 15px;
  }

  .faq-question-text {
    font-size: 15px;
  }

  .faq-answer-content {
    padding: 15px;
    font-size: 14px;
  }
}

/* -------------------------Author Page---------------------- */
.third-cont {
  max-width: 961px;
}

/* --------------------------------------------------------------------------------- */
/*                                    payment-method-icons css                       */
/* --------------------------------------------------------------------------------- */

.payment-method-icons {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  gap: 0;
}

.payment-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  margin-left: -8px;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition:
    transform 0.15s ease,
    z-index 0s;
  z-index: 1;
}

.payment-icon:first-child {
  margin-left: 0;
}

.payment-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.payment-icon:hover {
  transform: translateY(-2px) scale(1.08);
  z-index: 10;
}

.payment-more {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #d4e4fd;
  margin-left: -8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
}

.payment-info-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 5px;
}

.payment-information .info-item {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.payment-information .info-item:before {
  background-image: url("/wp-content/uploads/2026/03/Vector.svg");
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* --------------------------------------------------------------------------------- */
/*                              payment-method-icons css ends                        */
/* --------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------- */
/*                   Homepage Review Cards CSS Elementor                             */
/* --------------------------------------------------------------------------------- */

.play-btn a {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1024px) {
  .play-btn a {
    max-width: 100%;
  }
}
.gift-message:before {
  background-image: url("/wp-content/uploads/2026/03/Group.svg");
  content: "";
  display: inline-block;
  width: 16.5px;
  height: 18.33px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*               Accodian CSS  For Review Cards                                      */
.review-accordian-info {
  display: grid !important;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  min-height: 0 !important;
}

.review-accordian-info.open {
  grid-template-rows: 1fr;
}

.review-accordian-info > .e-con {
  overflow: hidden;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.review-accordian-info.open > .e-con {
  padding-top: 16px !important;
  padding-bottom: 32px !important;
}

.review-accordian {
  cursor: pointer;
}
/*                  Accordian css for review cards ends                              */

.more-info-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.review-author-name p {
  display: flex;
  gap: 5px;
}

/* --------------------------------------------------------------------------------- */
/*               Homepage Review Cards CSS Elementor Ends                            */
/* --------------------------------------------------------------------------------- */

/* ---------------------------Author Template--------------------------------------- */
.author-img-cont {
  min-width: 209px !important;
}

.elementor-icon-wrapper {
  height: 20px;
}

.author-img-cont img {
  max-height: 210px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 769px) {
  .author-img-cont img {
    max-height: 109px;
    object-fit: cover;
    object-position: top;
  }
}

/* ----------------------------Author Template END-------------------------------- */

/* ----------------------------Main Page Template-------------------------------- */

/* ------table of content------ */
.toc ol {
  margin: 0 !important;
}

.toc li {
  padding: 15px 12px;
}

.toc li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.toc .elementor-toc__body {
  height: 90vh;
  background-image: linear-gradient(90deg, var(--e-global-color-48c8353) 0%, var(--e-global-color-564008e) 100%);
}

/*             Bottom Card        */

p {
  margin-bottom: 16px;
}

.cards-wrapper {
  display: grid;
  gap: 17px;
}

.second-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.second-card-item,
.card-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #a611c8;
  padding: 20px;
  padding-bottom: 12px;
  border-radius: 20px;
  color: #fff;
}

.second-card-item span,
.card-item span {
  font-size: clamp(20px, 2vw + 0.5rem, 22px);
  font-weight: 700;
}

.card-item img {
  width: 48px;
  margin-bottom: 16px;
}

/* Desktop */
.cards-wrapper.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cards-wrapper.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Tablet */
@media (max-width: 1024px) {
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cards-wrapper {
    grid-template-columns: 1fr !important;
  }
}

/*             Pages Casino Grid        */

.casino-card-wrapper {
  display: grid;
  gap: 17px;
  margin: 30px 0;
}

.casino-card-wrapper br {
  display: none;
}

.casino-card-wrapper pre {
  font-size: 16px !important;
}

.casino-card-wrapper pre strong{
  font-size: 22px !important;
}

.casino-card-wrapper .wp-block-verse {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #a611c8;
  padding: 20px;
  padding-bottom: 12px;
  border-radius: 20px;
  color: #fff;
}

.casino-card-wrapper .wp-block-verse span {
  font-size: clamp(20px, 2vw + 0.5rem, 22px);
  font-weight: 700;
}

.casino-card-wrapper .wp-block-verse img {
  width: 48px;
  margin-bottom: 16px;
}

/* Desktop */
.casino-card-wrapper {
  grid-template-columns: repeat(2, 1fr) !important;
}


/* Tablet */
@media (max-width: 1024px) {
  .casino-card-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .casino-card-wrapper {
    grid-template-columns: 1fr !important;
  }
}

.casino-quote-1, 
.casino-quote-2, 
.casino-quote-3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  padding-bottom: 12px;
  border-radius: 30px !important;
  color: #fff;
  margin: 30px 0;
}

.casino-quote-1 {
   background-color: #1c1140 !important;
   border: 1px solid #ffa600;
}

.casino-quote-2 {
   background-color: #1c1140 !important;
   border: 1px solid #ffffff;
}

.casino-quote-3 {
   background-image: linear-gradient(90deg, #7100E2 0%, #3E007C 100%) !important;
}

.casino-quote {
  border : 2px solid #ffa600;
  border-radius : 35px;
  padding:unset;

}
.casino-quote strong{
  color : #ffa600;
}

.elementor-toc__body {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}

.elementor-toc__body::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari */
}

/* ----------------------------------------------------------------------------------- */
/*                           Review Detail Page template                               */
/* ----------------------------------------------------------------------------------- */
.review-detail-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.review-detail-payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0;
}

.review-detail-payment-card img {
  object-fit: cover;
  border-radius: 6px !important;
}

.review-detail-payment-more .remaining {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  background: #ffffff;
  max-width: 70px;
  width: 100%;
  height: 100%;
}

.support-mail a{
    color: white;
    text-decoration: underline !important;
}

.support-mail {
    text-align: center;
}

/*                 Pieejamas spēles CSS              */
.review-detail-game-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding:11.7px 0px; */
  min-height: 57px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.review-detail-game-row:last-child {
  border-bottom: none;
}
.review-detail-game-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-detail-game-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.review-detail-game-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.review-detail-game-btn {
  padding: 5px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  background: #a611c8;
  color: white;
  font-weight: 600;
}

/*                      Spēļu izstrādātāji                       */
.review-detail-developers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
}
.review-detail-developer-card {
  width: calc(25% - 9px);
}
.review-detail-developer-card img {
  width: 100%;
  height: 100%;
  border-radius: 6px !important;
  object-fit: cover;
  display: block;
}

a.review-detail-game-btn:hover {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .review-detail-developers {
    gap: 17px;
  }
  .review-detail-developer-card {
    width: calc(25% - 13px);
  }
}

/*                         Vertical Scrollbar For Review Detail Template              */
/* Make TOC horizontal */
.toc-reviews .elementor-toc__body .elementor-toc__list-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Prevent wrapping */
.toc-reviews .elementor-toc__list-item {
  flex: 0 0 auto;
}

/* Remove numbers */
.toc-reviews .elementor-toc__list-item::marker {
  display: none;
}

/* Link styling */
.toc-reviews .elementor-toc__list-item a {
  white-space: nowrap;
  padding: 6px 10px;
  display: block;
}

.outer-toc {
  /* top: 58px !important; */
}

/* Modern thin scrollbar */
.toc-reviews
  .elementor-toc__body
  .elementor-toc__list-wrapper::-webkit-scrollbar {
  height: 6px;
}

.toc-reviews
  .elementor-toc__body
  .elementor-toc__list-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.toc-reviews
  .elementor-toc__body
  .elementor-toc__list-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

.toc-reviews
  .elementor-toc__body
  .elementor-toc__list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

/* Firefox */
.toc-reviews .elementor-toc__body .elementor-toc__list-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #ffffff transparent;
}

.toc-reviews .elementor-toc__list-item-text::before {
  content: "|" !important;
  color: #ffffff !important;
  display: inline-block !important;
  margin-right: 23px !important;
}

.toc-reviews
  .elementor-toc__list-item:first-child
  .elementor-toc__list-item-text::before {
  content: "" !important;
}

/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/*            Review Detail Template: User Review (Reviews Plus Plugin) CSS           */
/* ---------------------------------------------------------------------------------- */
.cryptocasinoreview div#product_reviews {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cryptocasinoreview .review-total-5.review-total-row {
  gap: 20px;
}

.cryptocasinoreview .reviews-summary {
  position: relative;
  border-right: 3px solid #c8c8c8 !important;
  padding-right: 20px !important;
}
.cryptocasinoreview .reviews-break {
  padding-left: 20px !important;
}
.cryptocasinoreview .review-totals {
  display: flex !important;
  justify-content: space-between !important;
  max-width: 100% !important;
  width: 70% !important;
  margin-bottom: 50px !important;
}
.cryptocasinoreview .al-box.warning {
  padding: 20px 50px;
  border-radius: 20px;
  color: #000;
}
.cryptocasinoreview .al-box.info {
  padding: 20px 50px;
  border-radius: 20px;
  color: #000000;
}
.cryptocasinoreview .review-list {
  display: flex;
  flex-direction: column-reverse;
  width: 100% !important;
  align-items: center;
}
.cryptocasinoreview .ic_rev_review {
  width: 100%;
}
.cryptocasinoreview .review-list > div:nth-last-child(n + 5) {
  display: none;
}
.cryptocasinoreview input,
.cryptocasinoreview textarea {
  background: #3e3360 !important;
  border: 1px solid var(--color-grey-7, #111111) !important;
  border-radius: 20px !important;
  color: #fff !important;
  caret-color: #fff;
}

.cryptocasinoreview #submit {
  background: #a611c8 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 450px) {
  .cryptocasinoreview .review-totals {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .review-totals {
    flex-direction: column;
  }
  .cryptocasinoreview .reviews-summary {
    border: none !important;
    border-bottom: 3px solid #c8c8c8 !important;
    padding-bottom: 20px;
    padding-right: 0px !important;
  }
  .cryptocasinoreview .reviews-break {
    padding-left: 0px !important;
  }
}
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/*-------------------- Newsletter Popup newsletter-popup---------------------*/
/* ------------------------------------------------------------------------- */

/* used id because custom classes not applied. Note: change id if copied the css */
.dialog-widget-content.dialog-lightbox-widget-content.animated {
  /* width: 60vw; */
  border-radius: 18px !important;
}

.dialog-message {
  width: 90vw !important;
  max-width: 1050px !important;
  border-radius: 12px !important;
}

svg.e-font-icon-svg.e-eicon-close.eicon-close {
  font-size: 25px !important;
}

div#error-message,
div#success-message {
  margin-bottom: 0;
  border-radius: 5px 12px 5px 5px !important;
}

.elementor-popup-modal .dialog-close-button {
  inset-inline-end: 14px !important;
  top: 14px !important;
}
/* ---------------------------------------------------- */
/* Subscription POPUP Form CSS */
/* ---------------------------------------------------- */
.subscription-popup button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  width: 100% !important;
  background: linear-gradient(180deg, #a611c8 0%, #e36cfe 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(211, 47, 47, 0.4) !important;
  padding: 12px 16px !important;
}
/* ---------------------------------------------------- */
/* Subscription POPUP Form CSS ends */
/* ---------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/*                                newsletter-popup css ends                  */
/* ------------------------------------------------------------------------- */

/*-----------------spin wheel-----------------------  */
.wheel-content-wrapper .wheel_content_right {
  min-height: auto !important;
}

/* Black overlay */
.wplwl_lucky_wheel_content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* adjust opacity */
  z-index: 1;
}

/* Keep content above overlay */
.wplwl_lucky_wheel_content > * {
  position: absolute;
  z-index: 2;
}

.wheel_description {
  font-weight: 600;
}

.wplwl-cancel:before {
  font-size: 22px !important;
  margin-right: 30px;
  font-weight: 900 !important;
}

.wplwl-show-again-option {
  font-weight: 400;
  font-size: 18px;
}

/* ------------------------------------------------------------------------- */
/*                                WPML CSS                 */
/* ------------------------------------------------------------------------- */
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a,
.wpml-ls-statics-shortcode_actions a,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link,
.wpml-ls-statics-shortcode_actions
  li:not(.wpml-ls-current-language)
  .wpml-ls-link,
.wpml-ls-statics-shortcode_actions
  li:not(.wpml-ls-current-language)
  .wpml-ls-link:link {
  color: #fff;
  background-color: #b735d4;
  border-radius: 6px;
  border: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgb(0 0 0 / 22%);
}

.wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a[aria-expanded="true"],
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus {
  color: #fff;
  background-color: #b735d4;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover {
  color: #fff;
  background-color: #b735d4;
}

.wpml-footer .wpml-ls-legacy-dropdown-click {
  width: 150px;
  border-radius: 6px;
  background-color: #a611c8;
}

.wpml-footer #wpml-ls-submenu-click-default {
  border-top: none;
  color: #fff;
  background: linear-gradient(90deg, #7100e2 0%, #3e007c 100%);
  border-radius: 6px;
  border: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  box-shadow: 0 8px 32px rgb(0 0 0 / 22%);
  margin-bottom: 7px;
}

.wpml-footer .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  top: unset;
  bottom: 100%;
}

.wpml-footer .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: unset;
  border-top: unset;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg); /* makes chevron UP */
  position: absolute;
  right: 10px;
  top: 47%;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a {
  background: linear-gradient(90deg, #7100e2 0%, #3e007c 100%);
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:hover {
  background: #3e007c;
  transition: background-color 0.3s;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  font-size: 14px;
  font-weight: 500;
}

.wpml-ls-legacy-dropdown-click  .wpml-ls-display {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-left: .4em !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  border-radius: 100%;
  width: 13px;
  height: 13px;
  object-fit: cover;
  object-position: center;
}

.wpml-footer .wpml-ls-legacy-dropdown-click .wpml-ls-item:not(:last-child) {
  border-bottom: 1px solid #a611c8;
}

/* ---for mobile---- */
.wpml-mobile-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: unset;
  border-top: unset;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg); /* makes chevron UP */
  position: absolute;
  right: 10px;
  top: 30%;
}

.wpml-mobile-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding: 0;
  padding-right: 5px;
}

.wpml-mobile-header .wpml-ls-legacy-dropdown-click {
  width: 65px;
  border-radius: 6px;
  background-color: unset;
}

.wpml-mobile-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  top: 120%;
  border-top: unset;
}

.wpml-mobile-header #wpml-ls-submenu-click-default {
  background: linear-gradient(90deg, #7100e2 0%, #3e007c 100%);
  border-radius: 6px;
}

.wpml-mobile-header
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item:not(:last-child) {
  border-bottom: 1px solid #a611c8;
}

.wpml-mobile-header .wpml-ls-native,
li.menu-item.wpml-ls-slot-2 .wpml-ls-native {
  display: inline-block;
  width: 2ch; 
  overflow: hidden;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  li.menu-item.wpml-ls-slot-2 {
    display: none !important;
  }
}

p.search-query-display {
  font-size: 41px !important;
  line-height: 54px !important;
  color: #fff;
}


/* WPML flag */
img.wpml-ls-flag {
    width:18px;
    height:12px;
}


.three-col-table .table-container th:nth-child(2),
.three-col-table .table-container td:nth-child(2) {
    border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}


/* -------------------------------------------------------------------------------------- */
/*                           Language Popup                                               */
/* -------------------------------------------------------------------------------------- */
#js-lang-popup-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    background: rgba(10, 6, 20, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

/* Card */
#js-lang-popup-card {
    position: relative !important;
    background: #fff !important;
    border-radius: 14px !important;
    max-width: 460px !important;
    width: 100% !important;
    padding: 40px 32px 32px !important;
    text-align: center !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.35) !important;
    animation: js-lang-popup-in .18s ease-out !important;
}

/* Animation */
@keyframes js-lang-popup-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Close button (Elementor resets fix) */
#js-lang-popup-card #js-lang-popup-close {
    all: unset;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 34px !important;
    height: 34px !important;
    background: #fff !important;
    cursor: pointer !important;
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Icon */
#js-lang-popup-icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 18px !important;
    border-radius: 12px !important;
    background: #f2f2f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
}

/* Message */
#lang-message {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #3a0ca3 !important;
    line-height: 1.4 !important;
    margin: 0 0 26px !important;
}

/* Buttons – base */
#js-lang-popup-card #lang-btn a,
#js-lang-popup-card #same-lang-btn a {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    margin-bottom: 12px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
}

/* Switch button */
#js-lang-popup-card #lang-btn a {
    color: #fff !important;
    background: linear-gradient(90deg, #7100E2, #3E007C) !important;
}

/* Stay button */
#js-lang-popup-card #same-lang-btn a {
    background: #fff !important;
    color: #444 !important;
    border: 1.5px solid #ddd !important;
}

/* Hover */
#js-lang-popup-card #lang-btn a:hover {
    filter: brightness(1.08);
}
#js-lang-popup-card #same-lang-btn a:hover {
    background: #f7f7f9 !important;
}

/*WPML lang (Vi,Ur) lang table layout*/
.prime-cont.vi .table-container table,.prime-cont.ur .table-container table,.prime-cont.mx .table-container table, .prime-cont.cs .table-container table, .prime-cont.zu .table-container table, .prime-cont.pl .table-container table , .prime-cont.pt-br .table-container table, .prime-cont.hi .table-container table {
    width: 100%;
    table-layout: fixed;
}
.prime-cont.ur .table-container table td:last-child,.prime-cont.ur .table-container table th:last-child{
    border-right:unset !important;
    border-left:unset !important;
}
.prime-cont.ur .table-container table td,.prime-cont.ur .table-container table th{
    border-right:unset !important;
    border-left:2px solid #FFFFFF;
}
.faq-ur .faq-question.active,.faq-ur .faq-question:hover {
    background-image: linear-gradient(135deg, #ffffff 0%, #a611c8 100%) !important;
}
/*WPML lang (Vi,Ur) lang table layout*/

/* ---------------EXTRA CSS------------ */
.contact-us button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
        width: 100% !important;
    background: linear-gradient(180deg, #a611c8 0%, #e36cfe 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(211, 47, 47, 0.4) !important;
    padding: 12px 16px !important;
}

/* Hiding the related pages from the excluded pages form the related pages  */
.hide-related-pages .related-pages {
    display: none !important;
}