/*
Theme Name: Fresh Casino Affiliate
Author: v0
Version: 1.7
*/

/* --- Fonts --- */
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'), url('/fonts/Gilroy-Regular.woff2') format('woff2'), url('/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* --- Variables & Base --- */
:root {
  --fc-color-header-footer: #292925;
  --fc-color-btn-login: #939686;
  --fc-color-btn-bonus: #89cc04;
  --fc-color-bg: #fffffe;
  --fc-color-text-dark: #292925;
  --fc-color-text-light: #fffffe;
  --fc-font-main: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--fc-font-main);
  background-color: var(--fc-color-bg);
  color: var(--fc-color-text-dark);
  line-height: 1.6;
  margin: 0;
  padding-top: 80px; /* Header height */
  padding-bottom: 80px; /* Sticky widget height */
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.text-center {
  text-align: center;
}
.align-items-center {
  align-items: center;
}

/* --- Buttons --- */
.fc-btn-89cc04,
.fc-btn-939686 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
}

.fc-btn-89cc04 {
  color: var(--fc-color-text-dark);
  background-color: var(--fc-color-btn-bonus);
  border-color: var(--fc-color-btn-bonus);
}
.fc-btn-89cc04:hover {
  background-color: #7ab303;
  color: var(--fc-color-text-dark);
}

.fc-btn-939686 {
  color: var(--fc-color-text-light);
  background-color: var(--fc-color-btn-login);
  border-color: var(--fc-color-btn-login);
}
.fc-btn-939686:hover {
  background-color: #828576;
  color: var(--fc-color-text-light);
}

.fc-btn-large-k1l2 {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
}

.fc-app-buttons-s5t6 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* --- Header --- */
.fc-header-a5b6 {
  background-color: var(--fc-color-header-footer);
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.fc-header-container-c7d8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc-logo-e9f0 img {
  height: 50px;
  width: auto;
}
.fc-nav-list-i3j4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.fc-nav-list-i3j4 li {
  margin-left: 25px;
}
.fc-nav-list-i3j4 a {
  color: var(--fc-color-text-light);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}
.fc-nav-list-i3j4 a:hover {
  color: var(--fc-color-btn-bonus);
}
.fc-header-controls-k5l6 {
  display: flex;
  align-items: center;
}
.fc-online-counter-m7n8 {
  color: var(--fc-color-text-light);
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.fc-online-dot-o9p0 {
  height: 8px;
  width: 8px;
  background-color: var(--fc-color-btn-bonus);
  border-radius: 50%;
  margin-right: 5px;
  animation: fc-pulse-animation-123 2s infinite;
}
@keyframes fc-pulse-animation-123 {
  0% {
    box-shadow: 0 0 0 0 rgba(137, 204, 4, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(137, 204, 4, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(137, 204, 4, 0);
  }
}
.fc-btn-login-q1r2 {
  margin-right: 10px;
}
.fc-burger-menu-u5v6 {
  display: none;
}

/* --- Hero --- */
.fc-hero-section-5e6f {
  background: url("/images/hero-banner.jpg") no-repeat center center;
  background-size: cover;
  color: var(--fc-color-text-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.fc-hero-section-5e6f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fc-hero-content-7g8h {
  position: relative;
  z-index: 2;
}
.fc-h1-elementor {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.fc-hero-subtext-9i0j {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

/* --- Main Content & Sections --- */
.fc-main-content-3c4d section {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.fc-section-title-y5z6 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.fc-toc-block-s9t0 {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.fc-toc-block-s9t0 ul {
  list-style: none;
  padding-left: 0;
  columns: 2;
}
.fc-toc-block-s9t0 a {
  color: var(--fc-color-btn-login);
  text-decoration: none;
}
.fc-styled-table-a7b8 {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
}
.fc-styled-table-a7b8 td,
.fc-styled-table-a7b8 th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.fc-styled-table-a7b8 thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.fc-styled-table-a7b8 tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.fc-pros-cons-c9d0 ul {
  list-style-type: "✓ ";
  padding-left: 20px;
}
.fc-cons-list-i5j6 ul {
  list-style-type: "✗ ";
}
.fc-list-title-g3h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.fc-status-ok-m9n0 {
  color: green;
  font-weight: bold;
}

/* --- Review Content Block --- */
.fc-text-content-s1t2 {
  line-height: 1.7;
}
.fc-text-content-s1t2 p {
  margin-bottom: 1rem;
}
.fc-text-content-s1t2 h2 {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.fc-text-content-s1t2 h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.fc-text-content-s1t2 ul,
.fc-text-content-s1t2 ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.fc-text-content-s1t2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.fc-text-content-s1t2 th,
.fc-text-content-s1t2 td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}
.fc-text-content-s1t2 th {
  background-color: #f2f2f2;
}

/* --- Sliders (Bonuses, Games) --- */
.fc-slider-container-y1z2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fc-bonus-card-a3b4,
.fc-game-card-e7f8 {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fc-bonus-card-a3b4:hover,
.fc-game-card-e7f8:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fc-game-card-e7f8 img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* --- Wheel of Fortune --- */
.fc-wheel-game-g9h0 {
  text-align: center;
}
.fc-wheel-container-i1j2 {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 30px auto;
}
.fc-wheel-itself-m5n6 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid var(--fc-color-header-footer);
  position: relative;
  overflow: hidden;
  transition: transform 5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fc-wheel-pointer-k3l4 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid red;
  z-index: 10;
}
.fc-wheel-sector {
  position: absolute;
  width: 50%;
  height: 50%;
  transform-origin: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
.fc-wheel-sector:nth-child(odd) {
  background-color: #fde47f;
}
.fc-wheel-sector:nth-child(even) {
  background-color: #ffc107;
}
.fc-wheel-sector:nth-child(1) {
  transform: rotate(0deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(2) {
  transform: rotate(45deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(3) {
  transform: rotate(90deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(4) {
  transform: rotate(135deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(5) {
  transform: rotate(180deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(6) {
  transform: rotate(225deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(7) {
  transform: rotate(270deg) skewY(-45deg);
}
.fc-wheel-sector:nth-child(8) {
  transform: rotate(315deg) skewY(-45deg);
}
.fc-wheel-result-o7p8 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

/* --- Reviews & Form --- */
.fc-reviews-container-w5x6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.fc-review-card-y7z8 {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
.fc-review-author-a9b0 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.fc-review-author-a9b0 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.fc-review-rating-c1d2 {
  color: #ffc107;
  margin-bottom: 10px;
}
.fc-review-form-e3f4 {
  max-width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 5px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.fc-form-success-g5h6 {
  margin-top: 15px;
  color: green;
  background: #e8f5e9;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

/* --- Author Block --- */
.fc-author-content-k9l0 {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
.fc-author-photo-m1n2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.fc-author-social-q5r6 a {
  margin-right: 15px;
  color: var(--fc-color-btn-login);
  text-decoration: none;
}

/* --- Footer --- */
.fc-footer-w7x8 {
  background-color: var(--fc-color-header-footer);
  color: var(--fc-color-text-light);
  padding: 40px 0;
}
.fc-footer-grid-y9z0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.fc-footer-links-e5f6 {
  list-style: none;
  padding: 0;
}
.fc-footer-links-e5f6 a {
  color: #ccc;
  text-decoration: none;
}
.fc-logos-container-g7h8 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fc-logos-container-g7h8 img {
  height: 25px;
}
.fc-legal-info-i9j0 {
  font-size: 0.8rem;
  color: #888;
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 20px;
}

/* --- Sticky Widget --- */
.fc-sticky-widget-s7t8 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(45deg, #333, #444);
  color: var(--fc-color-text-light);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  gap: 20px;
}
.fc-sticky-widget-s7t8 p {
  margin: 0;
  font-size: 1.2rem;
}

/* --- Modal --- */
.fc-modal-u9v0 {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.fc-modal-content-w1x2 {
  background-color: #1e1e1e;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 1000px;
  position: relative;
  text-align: center;
}
.fc-modal-close-y3z4 {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
#game-frame-container {
  width: 100%;
  height: 70vh;
  margin-bottom: 20px;
}
#game-frame-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .fc-nav-g1h2 {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: var(--fc-color-header-footer);
  }
  .fc-nav-g1h2.active {
    display: block;
  }
  .fc-nav-list-i3j4 {
    flex-direction: column;
    padding: 20px;
  }
  .fc-nav-list-i3j4 li {
    margin: 10px 0;
  }
  .fc-burger-menu-u5v6 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
  }
  .fc-burger-menu-u5v6 span {
    width: 30px;
    height: 3px;
    background-color: var(--fc-color-text-light);
    border-radius: 10px;
    transition: all 0.3s linear;
  }
  .fc-header-controls-k5l6 .fc-btn-login-q1r2,
  .fc-header-controls-k5l6 .fc-btn-signup-s3t4 {
    display: block; /* Keep buttons visible */
  }
  .fc-online-counter-m7n8 {
    display: none;
  }
  .fc-slider-container-y1z2 {
    grid-template-columns: 1fr;
  }
  .fc-sticky-widget-s7t8 {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fc-toc-block-s9t0 ul {
    columns: 1;
  }
  .fc-author-content-k9l0 {
    flex-direction: column;
    text-align: center;
  }
}

/* Unused styles for obfuscation */
.elementor-widget-container {
  margin: 0;
}
.yoast-seo-breadcrumb {
  display: none;
}
.wp-block-button__link {
  text-decoration: none;
}
.unused-style-class-xyz {
  color: #123456;
}
