/* Global link hover – subtle gold underline */
a {
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease;
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #FFB000,
    transparent
  );
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

a:hover {
  color: #FFB000;
}

a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.logo-icon,
.logo-icon .site-title,
.logo-icon .custom-logo-link {
  position: relative;
}

/* Ensure title/link aligns nicely with icon */
.logo-icon .site-title a,
.logo-icon .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

/* ICON (before text) – covers both text logo and logo link cases */
.logo-icon .site-title a::before,
.logo-icon .custom-logo-link::before {
  content: "";
  display: inline-block;
  width: 40px;              /* tweak */
  height: 40px;             /* tweak */
  margin-bottom: 14px;       /* spacing before text */
  background-image: url("https://goldenprizeclub.co.uk/wp-content/uploads/2026/01/gpc_crown_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(1px);
  filter: drop-shadow(0 0 0 rgba(242,200,75,0));
  transition: transform .22s ease, filter .22s ease, opacity .22s ease;
  opacity: .98;
}

/* SUBTLE GOLD GLOW on hover/focus */
.logo-icon:hover .site-title a::before,
.logo-icon:hover .custom-logo-link::before,
.logo-icon .site-title a:focus-visible::before,
.logo-icon .custom-logo-link:focus-visible::before {
  transform: translateY(1px) scale(1.06);
  filter:
    drop-shadow(0 0 10px rgba(242,200,75,.18))
    drop-shadow(0 0 22px rgba(242,179,61,.14));
  opacity: 1;
}

/* Optional: slightly brighten the text on hover (very subtle) */
.logo-icon:hover .site-title a,
.logo-icon:hover .custom-logo-link {
  filter: brightness(1.03);
  transition: filter .22s ease;
}

/* Mobile: keep it clean (slightly smaller icon) */
@media (max-width: 768px) {
  .logo-icon .site-title a::before,
  .logo-icon .custom-logo-link::before {
    width: 45px;
    height: 45px;
  }
}

/* If your theme already shows a real image logo, avoid doubling:
   Comment out this block if you WANT both image logo + icon */
.logo-icon .custom-logo-link img {
  display: none;
}

button:hover,
.ct-button:hover {
  box-shadow: 0 0 10px rgba(255, 176, 0, 0.35);
  transition: all 0.25s ease;
}

/* Secondary Button – Gold Outline with Inverse Glow */
.ct-button-secondary {
  box-shadow: none;
  transition: all 0.25s ease;
}

.ct-button-secondary:hover {
  box-shadow:
    0 0 6px rgba(255, 176, 0, 0.35),
    0 0 12px rgba(255, 176, 0, 0.2);
  transform: translateY(-1px);
}

.trp-language-switcher,
.trp-language-switcher * {
  scrollbar-width: none !important;        /* Firefox */
  -ms-overflow-style: none !important;     /* IE/old Edge */
}
.trp-language-switcher *::-webkit-scrollbar {
  width: 0 !important;                    /* Chrome/Safari */
  height: 0 !important;
}

.trp-shortcode-arrow {
  display: none !important;
}

/* Golden Prize Club — Seamless Marquee (no jump) */

.gpc-ticker{
  background:#0D0D0D;
  border-bottom:1px solid rgba(255,176,0,0.25);
  overflow:hidden;
  white-space:nowrap;
}

.gpc-marquee{
  display:flex;
  width:100%;
}

.gpc-marquee__group{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:100%;                 /* KEY: each group is at least full width */
  animation:gpcMarquee 22s linear infinite;
}

.gpc-marquee__group span{
  padding:10px 0;
  font-size:12px;
  color:rgba(255,255,255,0.85);
  text-shadow:0 0 8px rgba(255,176,0,0.25);
}

.gpc-marquee__group .sep{
  padding:10px 18px;
  color:rgba(255,176,0,0.85);
}

/* move one full group width, then loop = seamless */
@keyframes gpcMarquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-100%); }
}

/* Pause on hover */
.gpc-ticker:hover .gpc-marquee__group{
  animation-play-state:paused;
}

html, body{ overflow-x:hidden; }

@media (prefers-reduced-motion: reduce){
  .gpc-marquee__group{ animation:none !important; }
}

.gpc-marquee__group span{
  font-size: 11px;
}

.gpc-marquee__group .sep{
  padding: 0 12px;
}

.gpc-ticker{
  backdrop-filter: blur(2px);
}

/* GPC — Force visible SELECT value (fix transparent text-fill) */
.gpc-contact .gform_wrapper select,
.gpc-contact .gform-theme--framework select,
.gpc-contact .gform_wrapper .gfield select{
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important; /* <-- key fix */
  caret-color: #ffffff !important;

  background-color: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.12) !important;

  /* kill any "text gradient" tricks */
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  text-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Options list */
.gpc-contact .gform_wrapper select option{
  background-color: #0b0b0b !important;
  color: #ffffff !important;
}

/* Selected option highlight (Windows/Chrome often ignores this, but helps where supported) */
.gpc-contact .gform_wrapper select option:checked{
  background: #f5b301 !important;
  color: #111 !important;
}

/* GPC — Fix select text vertical alignment (Gravity Forms) */
.gpc-contact .gform_wrapper select{
  height: 48px !important;              /* controlează înălțimea */
  line-height: 48px !important;         /* centrează textul */
  padding: 0 12px !important;           /* fără padding vertical */
  box-sizing: border-box !important;

  display: block !important;
  vertical-align: middle !important;

  -webkit-appearance: none !important;  /* reduce “quirks” pe iOS */
  appearance: none !important;

  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.affiliate-login{
  background: rgba(13,13,13,.65);
  border: 1px solid rgba(255,176,0,.25);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 0 40px rgba(0,0,0,.35);
}
