@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&family=Cinzel:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto_Bold.eot");
  src: url("../fonts/Roboto_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Bold.woff2")
    format("woff2"), url("../fonts/Roboto_Bold.woff") format("woff"), url("../fonts/Roboto_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto_Regular.eot");
  src: url("../fonts/Roboto_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Regular.woff2")
    format("woff2"), url("../fonts/Roboto_Regular.woff") format("woff"), url("../fonts/Roboto_Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto_Black.eot");
  src: url("../fonts/Roboto_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Black.woff2")
    format("woff2"), url("../fonts/Roboto_Black.woff") format("woff"), url("../fonts/Roboto_Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Base Styles */
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #1a2035;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a3a9c1' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg, #1a2035 0%, #131829 100%);
  background-attachment: fixed;
  pointer-events: none;
  z-index: -1;
}

a {
  color: #a3a9c1;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #c8a2c8;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(200, 162, 200, 0.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #e0e0e0;
  line-height: 1.4;
  letter-spacing: 1px;
}

h1 {
  font-size: 36px;
  text-align: center;
  color: #e0e0e0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  position: relative;
  text-shadow: 2px 2px 0px rgba(163, 169, 193, 0.2);
}

h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #a3a9c1, #c8a2c8);
  border-radius: 2px;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
  color: #e0e0e0;
  position: relative;
  padding-bottom: 15px;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.2);
}

h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, #a3a9c1, #c8a2c8);
  border-radius: 1px;
}

h3 {
  font-size: 20px;
  color: #e0e0e0;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.2);
}

p {
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(163, 169, 193, 0.3);
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.3s ease;
  filter: brightness(1.05) contrast(1.05);
}

img:hover {
  border-color: #a3a9c1;
  box-shadow: 0 0 15px rgba(163, 169, 193, 0.5);
  transform: scale(1.02);
}

/* SVG Icons */
svg[class^="icon"],
svg[class*=" icon"] {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/* Buttons */
a.button,
.button,
button {
  display: inline-block;
  background: linear-gradient(135deg, #5e6a8c, #a3a9c1);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(94, 106, 140, 0.3);
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

a.button::before,
.button::before,
button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
  z-index: -1;
}

a.button:hover,
.button:hover,
button:hover {
  box-shadow: 0 6px 20px rgba(94, 106, 140, 0.5);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #5e6a8c, #c8a2c8);
}

a.button:hover::before,
.button:hover::before,
button:hover::before {
  left: 100%;
}

a.button:active,
.button:active,
button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(94, 106, 140, 0.3);
}

a.button.go-btn,
.button.go-btn,
button.go-btn {
  background: linear-gradient(135deg, #c8a2c8, #a3a9c1);
  box-shadow: 0 4px 15px rgba(200, 162, 200, 0.3);
}

a.button.go-btn:hover,
.button.go-btn:hover,
button.go-btn:hover {
  background: linear-gradient(135deg, #c8a2c8, #a3a9c1);
  box-shadow: 0 6px 20px rgba(200, 162, 200, 0.5);
}

/* Form Elements */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea,
select {
  width: 100%;
  background: rgba(26, 32, 53, 0.8);
  border: 1px solid rgba(163, 169, 193, 0.3);
  border-radius: 4px;
  padding: 14px 18px;
  color: #e0e0e0;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #a3a9c1;
  box-shadow: 0 0 10px rgba(163, 169, 193, 0.3);
}

/* Lists */
ul,
ol {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

ul > li,
ol > li {
  margin-bottom: 10px;
  position: relative;
}

ul > li::marker {
  color: #a3a9c1;
}

/* Layout */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.aus_header {
  background: rgba(26, 32, 53, 0.95);
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(163, 169, 193, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.aus_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aus_header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #a3a9c1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Cinzel", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
  letter-spacing: 1px;
}

.aus_header .logo img {
  height: 40px;
  width: auto;
  margin-right: 10px;
  border: none;
  border-radius: 0;
  filter: drop-shadow(0 0 5px rgba(163, 169, 193, 0.5));
}

.aus_header .menu {
  display: flex;
}

.aus_header .menu a {
  color: #e0e0e0;
  margin-left: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aus_header .menu a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #a3a9c1, #c8a2c8);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.aus_header .menu a:hover {
  color: #c8a2c8;
  text-shadow: 0 0 8px rgba(200, 162, 200, 0.2);
}

.aus_header .menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Main Content */
.aus_main {
  margin-top: 80px;
  padding: 60px 0;
  position: relative;
  background: #1a2035;
}

/* Hero Section */
.hero-section {
  text-align: center;
  padding: 40px 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-section p {
  font-size: 18px;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 40px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  position: relative;
  padding-bottom: 15px;
}

/* Sections */
.aus_section {
  position: relative;
  max-width: 1070px;
  margin: 0 auto 60px auto;
  padding: 40px;
  background: rgba(26, 32, 53, 0.8);
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.aus_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a3a9c1' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
  z-index: -1;
}

.aus_section > .content {
  position: relative;
  z-index: 5;
  padding: 10px;
}

/* Casino List */
.aus_casino_list {
  margin-top: 30px;
}

.aus_casino_list > .casino-item {
  margin-bottom: 30px;
  background: rgba(26, 32, 53, 0.9);
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.aus_casino_list > .casino-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(163, 169, 193, 0.4);
}

.aus_casino_list > .casino-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #a3a9c1, #c8a2c8);
  border-radius: 2px 2px 0 0;
}

.aus_casino_list > .casino-item > .logo-box {
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(26, 32, 53, 0.8);
  overflow: hidden;
  margin-right: 30px;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.aus_casino_list > .casino-item:hover > .logo-box {
  border-color: #a3a9c1;
  box-shadow: 0 0 15px rgba(163, 169, 193, 0.3);
}

.aus_casino_list > .casino-item > .logo-box img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  border: none;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(1.1) contrast(1.1) drop-shadow(0 0 5px rgba(163, 169, 193, 0.3));
}

.aus_casino_list > .casino-item:hover > .logo-box img {
  transform: scale(1.05);
  filter: brightness(1.2) contrast(1.2) drop-shadow(0 0 8px rgba(163, 169, 193, 0.4));
}

.aus_casino_list > .casino-item > .info {
  flex: 1;
  padding: 0 30px;
  border-left: 1px solid rgba(163, 169, 193, 0.2);
  border-right: 1px solid rgba(163, 169, 193, 0.2);
}

.aus_casino_list > .casino-item > .info > .bonus-label {
  font-size: 14px;
  color: #e0e0e0;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aus_casino_list > .casino-item > .info > .bonus {
  font-size: 32px;
  color: #c8a2c8;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
}

.aus_casino_list > .casino-item > .info > .fspins {
  font-size: 16px;
  color: #e0e0e0;
}

.aus_casino_list > .casino-item > .rating {
  padding: 0 20px;
}

.aus_rating {
  display: flex;
  align-items: center;
  background: rgba(26, 32, 53, 0.8);
  padding: 12px 18px;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.aus_casino_list > .casino-item:hover .aus_rating {
  border-color: #a3a9c1;
  box-shadow: 0 0 15px rgba(163, 169, 193, 0.3);
}

.aus_rating > .stars {
  width: 120px;
  height: 24px;
  background: url("../../../images/stars-empty.svg") left center / auto 100%;
  position: relative;
  margin-right: 10px;
  filter: brightness(0.8) sepia(0.2) hue-rotate(220deg) saturate(1.5);
}

.aus_rating > .stars > .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url("../../../images/stars-active.svg") left center / auto 100%;
  filter: brightness(1.2) drop-shadow(0 0 3px rgba(163, 169, 193, 0.4));
}

.aus_rating > .text {
  font-weight: 700;
  color: #e0e0e0;
}

.aus_casino_list > .casino-item > .buttons {
  width: 180px;
  text-align: center;
}

.aus_casino_list > .casino-item > .buttons .button {
  padding: 10px 20px;
  font-size: 12px;
  width: 140px;
}

/* FAQ Section */
.aus_section.faq-block {
  background: rgba(26, 32, 53, 0.8);
}

.aus_faq_list > .faq-item {
  margin-bottom: 20px;
  background: rgba(26, 32, 53, 0.9);
  overflow: hidden;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.aus_faq_list > .faq-item:hover {
  border-color: #a3a9c1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.aus_faq_list > .faq-item > .label {
  padding: 18px 50px 18px 25px;
  font-weight: 600;
  color: #e0e0e0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.aus_faq_list > .faq-item > .label:hover {
  background: rgba(163, 169, 193, 0.05);
}

.aus_faq_list > .faq-item > .label .icon.open-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #a3a9c1;
  transition: transform 0.3s ease;
}

.aus_faq_list > .faq-item.show > .label .icon.open-btn {
  transform: translateY(-50%) rotate(45deg);
  color: #c8a2c8;
}

.aus_faq_list > .faq-item > .value {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.5, 0, 0.1, 1);
  padding: 0 25px;
  font-weight: 400;
}

.aus_faq_list > .faq-item.show > .value {
  max-height: 1000px;
  padding: 0 25px 25px 25px;
}

/* Footer */
.aus_footer {
  background: rgba(26, 32, 53, 0.95);
  padding: 80px 0 40px;
  text-align: center;
  border-top: 1px solid rgba(163, 169, 193, 0.2);
  position: relative;
}

.aus_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(163, 169, 193, 0.1) 0%, transparent 70%);
  z-index: -1;
}

.aus_footer > .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #a3a9c1;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Cinzel", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
  letter-spacing: 1px;
}

.aus_footer > .logo img {
  height: 40px;
  width: auto;
  margin-right: 10px;
  border: none;
  filter: drop-shadow(0 0 5px rgba(163, 169, 193, 0.3));
}

.aus_footer > .responsible {
  margin-bottom: 40px;
}

.aus_footer > .responsible > .label {
  font-size: 20px;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Cinzel", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.2);
}

.aus_logos_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.aus_logos_list > .logo-item {
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(26, 32, 53, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.aus_logos_list > .logo-item:hover {
  transform: translateY(-5px) rotate(5deg);
  border-color: #a3a9c1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.aus_logos_list > .logo-item img {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(1.1) contrast(1.1) drop-shadow(0 0 5px rgba(163, 169, 193, 0.3));
}

.aus_logos_list > .logo-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.2) contrast(1.2) drop-shadow(0 0 8px rgba(163, 169, 193, 0.4));
}

.aus_logos_list > .logo-item:nth-last-of-type(2),
.aus_logos_list > .logo-item:nth-last-of-type(1) {
  display: none;
}

.copyright {
  margin-top: 40px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.f-left {
  position: relative;
  top: 5px;
  float: left;
  margin: 0 20px 20px 0;
}

.f-right {
  position: relative;
  top: 5px;
  float: right;
  margin: 0 0 20px 20px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Animations */
@keyframes silverPulse {
  0% {
    text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
  }
  50% {
    text-shadow: 1px 1px 10px rgba(163, 169, 193, 0.6);
  }
  100% {
    text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
  }
}

@keyframes silverBorderGlow {
  0% {
    box-shadow: 0 0 5px rgba(163, 169, 193, 0.3), 0 0 10px rgba(163, 169, 193, 0.2);
  }
  50% {
    box-shadow: 0 0 15px rgba(163, 169, 193, 0.5), 0 0 25px rgba(163, 169, 193, 0.3);
  }
  100% {
    box-shadow: 0 0 5px rgba(163, 169, 193, 0.3), 0 0 10px rgba(163, 169, 193, 0.2);
  }
}

@keyframes gentleFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.silver-pulse {
  animation: silverPulse 3s infinite;
}

.silver-border-glow {
  animation: silverBorderGlow 3s infinite;
}

.gentle-float {
  animation: gentleFloat 5s ease-in-out infinite;
}

/* Hide second header tag */
.second-h2 {
  display: none;
}

/* Modify page-title-block */
.aus_section.page-title-block {
  background: transparent;
  border: none;
  box-shadow: none;
}

.aus_section.page-title-block .content {
  font-size: 19px; /* Increased by 3px from base 16px */
}

/* Popup Styles */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.popup-content {
  background: rgba(26, 32, 53, 0.95);
  margin: 10% auto;
  padding: 0;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 8px;
  overflow: hidden;
  animation: popIn 0.5s forwards;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.popup-header {
  background: rgba(26, 32, 53, 0.98);
  padding: 20px;
  border-bottom: 1px solid rgba(163, 169, 193, 0.2);
  position: relative;
}

.popup-header h3 {
  color: #a3a9c1;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-family: "Cinzel", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-close:hover {
  color: #c8a2c8;
  text-shadow: 0 0 8px rgba(200, 162, 200, 0.3);
  transform: rotate(90deg);
}

.popup-body {
  background: rgba(26, 32, 53, 0.95);
  padding: 30px;
}

.popup-casino-logo {
  background-color: rgba(26, 32, 53, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 auto 25px;
  max-width: 200px;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.popup-casino-logo:hover {
  border-color: #a3a9c1;
  box-shadow: 0 0 15px rgba(163, 169, 193, 0.3);
}

.popup-casino-logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  border: none;
  filter: brightness(1.1) contrast(1.1) drop-shadow(0 0 5px rgba(163, 169, 193, 0.3));
}

.popup-casino-info h4 {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 15px;
  color: #e0e0e0;
  font-family: "Cinzel", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.2);
}

.popup-casino-bonus {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(163, 169, 193, 0.2);
}

.popup-bonus-amount {
  font-weight: 700;
  font-size: 3rem;
  color: #c8a2c8;
  display: block;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", serif;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
}

.popup-free-spins {
  font-size: 0.95rem;
  color: #e0e0e0;
}

.popup-casino-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.popup-feature-tag {
  background-color: rgba(26, 32, 53, 0.8);
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 4px;
  color: #e0e0e0;
  font-size: 0.8rem;
  padding: 5px 12px;
  font-weight: 500;
}

.popup-casino-button {
  left: 115px;
  display: flex;
  background: linear-gradient(135deg, #5e6a8c, #a3a9c1);
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  width: 50%;
  height: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  justify-content: space-around;
  align-content: space-around;
  align-items: center;
  box-shadow: 0 4px 15px rgba(94, 106, 140, 0.3);
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
}

.popup-casino-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(94, 106, 140, 0.5);
  background: linear-gradient(135deg, #5e6a8c, #c8a2c8);
}

.popup-casino-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(94, 106, 140, 0.3);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(26, 32, 53, 0.8);
  border-left: 1px solid rgba(163, 169, 193, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #5e6a8c, #a3a9c1);
  border-radius: 4px;
  border: 2px solid rgba(26, 32, 53, 0.8);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #5e6a8c, #c8a2c8, #a3a9c1);
}

/* Midnight Elegance Animations and Effects */

/* Silver Shimmer Effect */
@keyframes silverShimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.silver-shimmer {
  position: relative;
  overflow: hidden;
}

.silver-shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(163, 169, 193, 0.2) 25%,
    rgba(163, 169, 193, 0.2) 50%,
    rgba(163, 169, 193, 0.2) 75%,
    transparent 100%
  );
  z-index: 1;
  animation: silverShimmer 5s linear infinite;
  pointer-events: none;
}

/* Elegant Fade In */
@keyframes elegantFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.elegant-fade-in {
  animation: elegantFadeIn 1s ease-out;
}

/* Subtle Rotation */
@keyframes subtleRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.subtle-rotation {
  animation: subtleRotation 30s linear infinite;
}

/* Smooth Scale */
@keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.smooth-scale {
  animation: smoothScale 5s ease-in-out infinite;
}

/* Elegant Glow */
@keyframes elegantGlow {
  0% {
    box-shadow: 0 0 5px rgba(163, 169, 193, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(163, 169, 193, 0.5), 0 0 30px rgba(200, 162, 200, 0.3);
  }
  100% {
    box-shadow: 0 0 5px rgba(163, 169, 193, 0.3);
  }
}

.elegant-glow {
  animation: elegantGlow 5s infinite;
}

/* Progressive Reveal */
@keyframes progressiveReveal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.progressive-reveal {
  position: relative;
  overflow: hidden;
}

.progressive-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 200, 0.1), transparent);
  animation: progressiveReveal 2s ease-out forwards;
}

/* Jackpot Counter */
.jackpot-counter {
  background: rgba(26, 32, 53, 0.9);
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(163, 169, 193, 0.2);
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.jackpot-label {
  font-family: "Cinzel", serif;
  font-size: 18px;
  color: #a3a9c1;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.jackpot-amount {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 700;
  color: #c8a2c8;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px rgba(163, 169, 193, 0.3);
  animation: silverPulse 3s infinite;
}

.jackpot-info {
  font-size: 14px;
  color: #e0e0e0;
}

/* Elegant Card Flip */
.card-container {
  perspective: 1000px;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.card-container:hover .card {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 6px;
  overflow: hidden;
}

.card-front {
  background: rgba(26, 32, 53, 0.9);
  border: 1px solid rgba(163, 169, 193, 0.2);
}

.card-back {
  background: linear-gradient(135deg, #5e6a8c, #a3a9c1);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 24px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/* Elegant Hover Effect */
.elegant-hover {
  position: relative;
  overflow: hidden;
}

.elegant-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(163, 169, 193, 0.2), transparent);
  transition: left 0.5s ease;
}

.elegant-hover:hover::before {
  left: 100%;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .aus_section {
    padding: 25px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  .aus_casino_list > .casino-item {
    flex-wrap: wrap;
    padding: 20px;
  }

  .aus_casino_list > .casino-item > .logo-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .aus_casino_list > .casino-item > .info {
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid rgba(163, 169, 193, 0.2);
    border-bottom: 1px solid rgba(163, 169, 193, 0.2);
  }

  .aus_casino_list > .casino-item > .rating {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 20px 0;
  }

  .aus_casino_list > .casino-item > .buttons {
    width: 100%;
  }
}
