/*
Theme Name: O.G Syndicate Casino
Theme URI: https://ogsyndic888.online
Author: Ali
Author URI: https://ogsyndic888.online
Description: Custom WordPress theme for O.G Syndicate Casino.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: og-syndicate
*/

/* Reset and Base Styles */
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .headline, .promo-text {
  color: #FFD600; /* bright gold, great for casino */
  text-shadow: 0 2px 8px #000, 0 0 6px #FFD600;
  font-weight: 800;
}

p, li, a, .main-menu a, .sidebar a, .footer a {
  color: #fff;
}

/* Links */
a {
  color: #D4AF37;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #ffcc00;
  text-decoration: underline;
}

/* Navigation Styles */
.rd-navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.rd-navbar-nav li {
  margin: 0 1rem;
}
.rd-navbar-nav .rd-nav-link {
  color: #D4AF37;
  font-weight: 700;
  text-transform: uppercase;
}

/* Header and Footer */
.site-header, .site-footer {
  background-color: #000;
  color: #eee;
  padding: 1rem 2rem;
  border-top: 2px solid #D4AF37;
}
.site-footer {
  text-align: center;
  font-size: 0.875rem;
  border-bottom: none;
}

/* Buttons */
.btn-primary, .btn-primary:visited {
  background-color: #D4AF37;
  color: #000;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffcc00;
  color: #222;
  outline: none;
}

/* Preloader */
.preloader {
  display: none; /* Implement your JS-controlled preloader display */
}

/* Responsive Nav */
.main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #000;
}
.main-menu li {
  margin-right: 1.2em;
}
.main-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 18px;
  display: block;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.main-menu a:hover,
.main-menu .current-menu-item a {
  background-color: #222;
  color: #D4AF37;
}

/* Utility */
.text-gray-800 {
  color: rgba(255, 255, 255, 0.8);
}

/* Accessibility */
a:focus,
button:focus {
  outline: 3px solid #D4AF37;
  outline-offset: 2px;
}

/* Additional Custom Styles */
/* Add your custom overrides here */

/* Media Queries for responsive adjustments, example: */
@media (max-width: 768px) {
  .rd-navbar-nav {
    flex-direction: column;
  }
  .rd-navbar-nav li {
    margin: 0.5rem 0;
  }
}

body {
  background: #000;
  color: #fff;
}

h1, h2, h3, h4, h5, h6, .headline, .promo-text {
  color: #FFD600; /* bright gold, great for casino */
  text-shadow: 0 2px 8px #000, 0 0 6px #FFD600;
  font-weight: 800;
}

a, .btn-primary {
  color: #fff;
  background: #D4AF37;
}

a:hover, .btn-primary:hover {
  color: #000;
  background: #FFD600;
}

/* Remove gold highlight effects from all texts */
* {
  background-color: transparent !important; /* removes any background highlight */
  box-shadow: none !important; /* removes any text shadow or highlight */
}

/* Set a bright font color for texts on black background */
body, 
.page, 
.section, 
.section-boxed, 
.section-xl,
section, 
h1, h2, h3, h4, h5, h6, 
p, a, span, div {
    color: #FAFAFA !important; /* bright off-white for good contrast */
    text-shadow: none !important; /* remove any shadow that might reduce clarity */
}

/* Optional: Enhance readability with a subtle glow */
body, .page {
    color: #F0F0F0;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

/* Remove bullets from any menu list */
ul, ul li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}