/* Starda Casino Custom Styles */
body {
  background-color: #05060a;
  color: #f0f0f0;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.7;
}

.wrapper {
  overflow-x: hidden;
}

.header {
  background-color: #05060a;
  padding: 10px 0;
  border-bottom: 1px solid #222;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.header-nav .nav-link {
  color: #ffffff;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s;
}

.header-nav .nav-link:hover {
  color: #e92139;
}

.btn-danger {
  background-color: #e92139;
  border-color: #e92139;
}
.btn-danger:hover {
  background-color: #c71a2f;
  border-color: #c71a2f;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-menu-content {
  background-color: #0c0e14;
  padding: 15px;
}
.mobile-menu-content .nav-link {
  color: #fff;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #222;
}

.hero-section .carousel-item {
  height: 60vh;
  min-height: 400px;
}
.hero-section .carousel-item img {
  object-fit: cover;
  height: 100%;
  filter: brightness(0.6);
}
.hero-section .carousel-caption {
  bottom: 20%;
}

.main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-block {
  background-color: #0c0e14;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #222;
}

.content-block h3 {
  color: #e92139;
  margin-bottom: 20px;
  border-bottom: 2px solid #e92139;
  padding-bottom: 10px;
  display: inline-block;
}

.breadcrumb-block .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb-block .breadcrumb-item a {
  color: #e92139;
  text-decoration: none;
}
.breadcrumb-block .breadcrumb-item.active {
  color: #ccc;
}

.advantage-item {
  margin-bottom: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slot-card {
  text-align: center;
  margin-bottom: 20px;
}
.slot-card img {
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
.slot-card:hover img {
  transform: scale(1.05);
}
.slot-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.text-content {
  line-height: 1.8;
}
.text-content h1,
.text-content h2,
.text-content h3 {
  color: #e92139;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
.text-content p {
  margin-bottom: 1em;
}
.text-content ul,
.text-content ol {
  padding-left: 20px;
  margin-bottom: 1em;
}
.text-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  text-align: left;
}
.text-content th,
.text-content td {
  padding: 12px;
  border: 1px solid #333;
}
.text-content th {
  background-color: #1a1c22;
}

.accordion-item {
  background-color: #05060a;
  border: 1px solid #222;
}
.accordion-button {
  background-color: #1a1c22;
  color: #fff;
}
.accordion-button:not(.collapsed) {
  background-color: #e92139;
  color: #fff;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background-color: #0c0e14;
  color: #ffff;
}

.footer {
  background-color: #05060a;
  color: #aaa;
  padding: 40px 0;
  border-top: 1px solid #222;
}
.footer h5 {
  color: #fff;
  margin-bottom: 15px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #fff;
}
.payment-logos img,
.provider-logos img {
  height: 25px;
  margin: 5px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.payment-logos img:hover,
.provider-logos img:hover {
  opacity: 1;
}
.legal-info {
  border-top: 1px solid #222;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
}

.sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(5, 6, 10, 0.9);
  padding: 10px 0;
  z-index: 1000;
  border-top: 1px solid #e92139;
  text-align: center;
}
.sticky-widget .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-widget span {
  color: #fff;
  margin-right: 15px;
}
.sticky-widget a {
  text-decoration: none;
}

.modal-content {
  background-color: #0c0e14;
  color: #fff;
}
.modal-header,
.modal-footer {
  border-color: #222;
}
.btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* Wordpress-like classes */
.elementor-widget-container {
  padding: 10px;
}
.wp-block-button__link {
  text-decoration: none;
}
.aligncenter {
  text-align: center;
}
.hidden-element {
  display: none !important;
}
