@charset "UTF-8";
/* ========================================
   GLOBAL STYLES & VARIABLES
======================================== */
/* -----------------------------------------
   Base imports & asset paths
------------------------------------------ */
/* -----------------------------------------
   Font stacks
------------------------------------------ */
/* -----------------------------------------
   Generic colours
------------------------------------------ */
/* -----------------------------------------
   Legacy theme variables (leave for safety)
------------------------------------------ */
/* -----------------------------------------
   Spinganteng palette (still referenced)
------------------------------------------ */
/* =========================================
   GARUDA BET BRAND PALETTE
========================================= */
/* — Core colours — */
/* — Utility shadows — */
/* — Re‑usable gradients — */
/*  red -> gold accent strip (kept for buttons, hovers, etc.)  */
/*  Dark steel / gun‑metal fallback  */
/*  === NEW base‑surface gradients  =========================
    A strong flag red that stays solid until 60 % then
    blends directly into white so there is no pink band   */
/****/
/* ========================================
   HEADER STYLES
======================================== */
header {
  z-index: 99;
}
header .site-branding-logo img {
  width: 150px;
  max-width: none;
  max-height: none;
}
@media screen and (min-width: 768px) {
  header .site-branding-logo img {
    width: 300px;
  }
}
header.header-v1 {
  margin-top: 0;
}
header.header-v1 .branding {
  text-align: center;
}
header .header-main {
  background: url(../images/topline_red.svg) center bottom repeat-x;
}

/* ========================================
   BODY STYLES
======================================== */
body .body-page .main-page.has-breadcrumb .container-bg {
  background-color: #333;
  box-shadow: 0 0 25px #d2b790;
}

/* ========================================
   FORM INPUT STYLES
======================================== */
input,
textarea,
select {
  background: rgba(255, 255, 255, 0.1) !important;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 2rem;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 8px #ffcc00;
  outline: none;
}

/* ========================================
   BUTTON STYLES
======================================== */
.user-login-form,
.user-form,
.user-pass {
  background: black;
  border-radius: 8px;
  padding: 1.5rem;
}

.mobile-wallet .wallet-wrapper .btn {
  padding: 0;
  background: black !important;
}

#dropdownMenu {
  background: none;
}

/* ========================================
   ALERT & NOTIFICATION STYLES
======================================== */
.alert {
  border-radius: 0 !important;
  border: 2px solid #d2b790;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.8);
}

/* ========================================
   NAVIGATION STYLES
======================================== */
.navigation ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.5rem;
}
.navigation ul li a {
  color: #d60000;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.navigation ul li a:hover {
  background: linear-gradient(to right, #d2b790, #ffeb99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navigation ul li a svg {
  color: #d60000;
  fill: none;
}
.navigation.menu--main ul li a svg {
  fill: #d60000;
}

div[class^='page-user-'] {
  background: none;
}

.block .block-title:after {
  background: #ffffff;
}

.more-link a {
  color: #d2b790;
  border-color: #d2b790;
}

header.header-v1 .p-static .menu-bar span {
  background-color: #ffffff;
}

/* Off‑canvas */
.gva-offcanvas-mobile {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .gva-offcanvas-mobile {
    background: none;
  }
}

.gva-offcanvas-mobile .close-offcanvas {
  color: #ffffff;
}

/* Mini‑menu (icon bar under header) */
.menu--mini-menu .gva_menu li {
  /* ▸ red‑white strip */
}
.menu--mini-menu .gva_menu li a {
  background: linear-gradient(to bottom, #d60000 0%, #d60000 60%, #e68989 100%);
}
.menu--mini-menu .gva_menu li:nth-child(2) a {
  background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
}

/* Main block menu background row */
.main-content .menu--mobile-menu .menu > svg {
  color: #d60000;
}

/* Mobile account drawer */
.menu--mobile-account .menu .menu-item a {
  color: #d2b790;
}
.menu--mobile-account .menu .menu-item a svg {
  color: #ffffff;
}

/* Bottom footer mini links */
.menu--bottom-footer-menu .menu .menu-item a {
  color: #ffffff;
}
.menu--bottom-footer-menu .menu .menu-item a svg {
  color: #ffffff;
  fill: none;
}
.menu--bottom-footer-menu .menu .menu-item:nth-child(4) a svg {
  color: #ffffff;
}
.menu--bottom-footer-menu .menu .menu-item:nth-child(5) a svg {
  color: white;
  fill: white;
}

/* ========================================
   FOOTER STYLES
======================================== */
.footer {
  background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
}
.footer h5 {
  color: #ffffff;
}
.footer .footer-center {
  background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
}

.footer-social ul li a {
  color: #ffffff;
}

/* ========================================
   CARD & PANEL STYLES
======================================== */
.portfolio-v1 {
  background-color: #000000;
}
.portfolio-v1 .portfolio-content .images img {
  border-color: #d60000;
}

.card,
.panel {
  background: #1a1532;
  border: 2px solid #d60000;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.7);
}

/* ========================================
   TABLE STYLES
======================================== */
table {
  color: #ffffff;
}
table thead th {
  font-weight: 600;
  color: #d2b790;
}

/* ========================================
   MISCELLANEOUS STYLES
======================================== */
.path-user .content .container-bg .content-main-inner,
.path-deposit .content .container-bg .content-main-inner,
.node--type-falc-pages .content .container-bg .content-main-inner {
  background-color: #333;
}

.page-user-login,
.page-user-register,
.page-user-pass {
  /* ▸ red‑white */
}
.page-user-login .bg,
.page-user-register .bg,
.page-user-pass .bg {
  background: linear-gradient(to bottom, #d60000 0%, #d60000 60%, #e68989 100%);
}
.page-user-login .tabs li a,
.page-user-register .tabs li a,
.page-user-pass .tabs li a {
  background: none;
}
.page-user-login .tabs li a:hover, .page-user-login .tabs li a.is-active,
.page-user-register .tabs li a:hover,
.page-user-register .tabs li a.is-active,
.page-user-pass .tabs li a:hover,
.page-user-pass .tabs li a.is-active {
  color: #000000;
}

.checkout-complete {
  font-size: 2rem;
  color: #d2b790;
}

.gva-search-region {
  display: none;
}

/* Top bar ribbon */
.topbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .topbar {
    display: block;
  }
}
.topbar a {
  color: #000000;
}
.topbar .topbar-right ul.gva_topbar_menu > li:nth-child(2) a {
  background: url(../images/button-red.svg) no-repeat;
  background-size: 100% 100%;
}

.user-inf ul.gva_topbar_menu > li:nth-child(2) a {
  background: url(../images/button-red.svg) no-repeat;
  background-size: 100% 100%;
}

/* Borders / glow */
.gbb-row.special-row .row-wrapper {
  background: url(../images/bg-announcement_red.svg) center center no-repeat;
  background-size: contain;
}

/* ========================================
   RESPONSIVE STYLES
======================================== */
#chat-widget-container img,
.ard-container img {
  max-width: 70px;
}
#chat-widget-container .wa-wrapper,
.ard-container .wa-wrapper {
  position: relative;
}
#chat-widget-container .wabutton,
.ard-container .wabutton {
  cursor: pointer;
}
#chat-widget-container .options,
.ard-container .options {
  position: absolute;
  top: 0;
  left: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  padding: 10px;
  display: none;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 200px;
}
#chat-widget-container .options a,
.ard-container .options a {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chat-widget-container .options a:hover,
.ard-container .options a:hover {
  color: #555;
}

/* General styling for column-content */
.column-content {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  /* Typography */
  color: white;
  line-height: 1.6;
  /* Paragraph Styling */
  /* Styling for strong text (Brand name) */
  /* Headings inside column-content */
  /* Ordered List Styling */
  /* Links Styling */
}
.column-content p {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 15px;
}
.column-content strong {
  color: white;
  font-weight: bold;
}
.column-content h3 {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.column-content ol {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: decimal;
}
.column-content ol li {
  line-height: 1.8;
  padding-left: 5px;
}
.column-content a {
  color: #333;
  text-decoration: none;
}
.column-content a:hover {
  text-decoration: underline;
}

/* ========================================
   OVERRIDES
======================================== */
.game--filter .view-content-wrap .item .views-field-title a {
  opacity: 1;
}

.head-wrapper {
  padding-bottom: 0;
}

.head-wrapper .user-inf .mobile-wallet {
  top: 4rem;
}
.head-wrapper .user-inf .mobile-wallet .wallet-wrapper {
  padding: 0.5rem;
}
.head-wrapper .user-inf .mobile-wallet .wallet-wrapper span {
  display: none;
}
.head-wrapper .user-inf .mobile-wallet .wallet-wrapper button span {
  display: inline-block;
  font-size: 1.25rem;
}

.head-wrapper .menu-bar span {
  background-color: #d60000;
}

.views-slideshow-controls-bottom > .views_slideshow_controls_text svg {
  color: #d60000;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 2px #d60000) drop-shadow(0 0 5px #d60000);
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 15px #d60000) drop-shadow(0 0 30px #d60000);
    transform: scale(1.05);
  }
  100% {
    filter: drop-shadow(0 0 2px #d60000) drop-shadow(0 0 5px #d60000);
    transform: scale(1);
  }
}
.mobile-navigation.area {
  background: url(../images/bg-mobile-bottom-menu-red.svg) no-repeat;
}
.mobile-navigation.area:before {
  background: url(../images/bg-bottom-menu-bar-red.svg) no-repeat;
  background-size: 100% auto;
}

.block-slots .view-content-wrap:after {
  background: url(../images/icons/icon-slot-red.svg) center -5rem no-repeat;
  background-size: 100% 100%;
}

.body-page input[type='text'],
.body-page input[type='tel'],
.body-page input[type='password'],
.body-page input[type='email'],
.body-page textarea,
.body-page select,
.gva-body-page input[type='text'],
.gva-body-page input[type='tel'],
.gva-body-page input[type='password'],
.gva-body-page input[type='email'],
.gva-body-page textarea,
.gva-body-page select {
  border: 1px solid #d60000;
}

input.js-form-submit {
  background-color: #d60000;
}

.frontpage
.views-slideshow-controls-bottom
> .views_slideshow_controls_text
svg {
  color: #d60000;
}

.block-promotions-page > div .games-filter .nav .btn-filter {
  border-color: #d60000;
}
.block-promotions-page > div .games-filter .nav .btn-filter.active, .block-promotions-page > div .games-filter .nav .btn-filter:hover {
  background: #d60000 !important;
  border-color: #d60000 !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.block-promotions-page .view-games .isotope-item img,
.block-views-blockslideshows-block-game-slides
.views-field-field-slide-image-desktop
img {
  border-color: #d60000;
}

.page--promotions .block-title span:before {
  background-image: url(../images/icons/icon-gift-yellow.svg);
}

.block-views-blockslideshows-block-game-slides
.views-slideshow-controls-bottom
.views-slideshow-pager-bullets li {
  background: #b74e4e;
}
.block-views-blockslideshows-block-game-slides
.views-slideshow-controls-bottom
.views-slideshow-pager-bullets li.active {
  background: #d60000;
}

ul[data-drupal-views-infinite-scroll-pager].pager a {
  border-color: #d60000;
  background: #d60000;
}

.path-load-game .block-system header .game--filter:before, .path-load-game .block-system header .game--filter:after,
.node--type-game-category .game--filter:before,
.node--type-game-category .game--filter:after {
  background-image: url(../images/providers-bg-red.svg);
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 8px #d60000;
}

.wallet-buttons .wallet-buttons-inner .wallet-button.active,
.wallet-buttons .wallet-buttons-inner .wallet-button:hover {
  background-color: #d60000;
}

.game-badge .badge {
  background-color: #d60000 !important;
}

.view-games .game-wrapper img {
  border-color: #d60000;
}

.pager-show-more .pager__item a {
  background-color: #d60000;
  border-color: #d60000;
}

.block--featured-games .more-link a,
.block--all-games .more-link a {
  background: url(../images/button-red.svg) no-repeat;
  background-size: 100% auto;
}
