* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #e2e8f0;
    background-color: #0f172a;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

a:hover {
    color: #d97706;
}

.navbar {
    background-color: #1e293b;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 1rem 0;
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f59e0b;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: #e2e8f0;
    font-weight: 500;
}

.nav-links a:hover {
    color: #f59e0b;
}

.nero {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: inset 0 0 0 1000px rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nero-overlay h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #f59e0b;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.nero-overlay p {
    font-size: 1.25rem;
    color: #cbd5e1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.content-section {
    margin-bottom: 3rem;
}

.content-section h2 {
    color: #f59e0b;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #4c1d95;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.card {
    background-color: #1e293b;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.card p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #cbd5e1;
}

.card p:last-child {
    margin-bottom: 0;
}

.section-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    display: block;
    border: 2px solid #4c1d95;
}

.content-section ol {
    list-style-position: inside;
    padding-left: 1rem;
}

.content-section li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #cbd5e1;
}

.content-section strong {
    color: #f59e0b;
}

.casino-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.casino-item {
    background-color: #0f172a;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #334155;
}

.casino-item h3 {
    color: #f59e0b;
    margin-bottom: 0.5rem;
}

.casino-item p {
    font-size: 0.95rem;
    color: #94a3b8;
}

.faq-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #334155;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    font-size: 1.1rem;
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.faq-item p {
    color: #94a3b8;
    font-size: 0.95rem;
}

.footer {
    background-color: #020617;
    padding: 2rem 0;
    text-align: center;
    margin-top: 4rem;
    border-top: 1px solid #1e293b;
}

.footer p {
    color: #64748b;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .navbar .container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 15px;
        font-size: 0.9rem;
    }

    .nero h1 {
        font-size: 2rem;
    }

    .nero p {
        font-size: 1rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .card {
        padding: 1.5rem;
    }
}
.language-container {
  margin-left: auto;
}

.language-selector {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.3s;
}

.language-selector:hover {
  border-color: #999;
}
  .centered-image {
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
  }
  .image-container {
    text-align: center;
  }
  .centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .centered-image {
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
  }
  .playreal {
    background-color:#295acc;
    border-radius:28px;
    border:1px solid #174fd1;
    display:inline-block;
    cursor:pointer;
    color:#dadfeb;
    font-family:Arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2855bd;
}
.playreal:hover {
    background-color:#325fc7;
}
.playreal:active {
    position:relative;
    top:1px;
}