/* Kuwait Casino Website - Las Vegas Strip Theme */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', 'Arial', sans-serif;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    background-attachment: fixed;
    color: #ffffff;
    line-height: 1.6;
    direction: ltr;
}

/* Las Vegas Strip Background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23000" width="1200" height="600"/><g opacity="0.3"><circle fill="%23FFD700" cx="200" cy="100" r="5"><animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/></circle><circle fill="%23FF69B4" cx="400" cy="150" r="4"><animate attributeName="opacity" values="0.5;1;0.5" dur="1.5s" repeatCount="indefinite"/></circle><circle fill="%2300FFFF" cx="600" cy="120" r="6"><animate attributeName="opacity" values="0.4;1;0.4" dur="2.5s" repeatCount="indefinite"/></circle><circle fill="%23FFD700" cx="800" cy="180" r="5"><animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/></circle><circle fill="%23FF69B4" cx="1000" cy="140" r="4"><animate attributeName="opacity" values="0.5;1;0.5" dur="1.8s" repeatCount="indefinite"/></circle></g></svg>');
    background-size: cover;
    opacity: 0.4;
    z-index: -1;
}

header {
    background: linear-gradient(135deg, #8B0000 0%, #DC143C 50%, #8B0000 100%);
    padding: 30px 20px;
    text-align: center;
    border-bottom: 3px solid #FFD700;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8em;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.5);
    margin-bottom: 10px;
    letter-spacing: 2px;
}

header p {
    font-size: 1.2em;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

nav {
    background: rgba(139, 0, 0, 0.9);
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #FFD700;
}

nav a {
    color: #FFD700;
    text-decoration: none;
    margin: 0 20px;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

nav a:hover {
    color: #FFA500;
    text-shadow: 0 0 20px rgba(255, 165, 0, 0.8);
    transform: scale(1.1);
}

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

.casino-comparison {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.95) 0%, rgba(220, 20, 60, 0.95) 100%);
    padding: 40px;
    margin: 30px 0;
    border-radius: 15px;
    border: 2px solid #FFD700;
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
}

.casino-comparison h2 {
    color: #FFD700;
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    font-family: 'Playfair Display', serif;
}

.casino-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.casino-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(26, 26, 46, 0.9) 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #FFD700;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.casino-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #FFA500;
    box-shadow: 0 12px 40px rgba(255, 165, 0, 0.5);
}

.casino-card h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.bonus {
    color: #00FFFF;
    font-size: 1.1em;
    margin: 10px 0;
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #8B0000;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.cta-button:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 165, 0, 0.6);
}

.post-content {
    background: rgba(26, 26, 46, 0.95);
    padding: 40px;
    margin: 30px 0;
    border-radius: 12px;
    border: 2px solid #FFD700;
    line-height: 1.8;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
}

.post-content h2, .post-content h3 {
    color: #FFD700;
    margin: 25px 0 15px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.post-content p {
    margin: 15px 0;
    font-size: 1.05em;
    color: #e0e0e0;
}

.post-content a {
    color: #00FFFF;
    text-decoration: none;
    border-bottom: 1px solid #00FFFF;
    transition: all 0.3s ease;
}

.post-content a:hover {
    color: #FFD700;
    border-bottom-color: #FFD700;
}

.post-meta {
    background: rgba(139, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #FFD700;
    border-left: 4px solid #FFD700;
}

.comments-section {
    background: rgba(26, 26, 46, 0.9);
    padding: 30px;
    margin: 30px 0;
    border-radius: 12px;
    border: 2px solid #FFD700;
}

.comments-section h3 {
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.comment {
    background: rgba(139, 0, 0, 0.3);
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    border-left: 3px solid #FFD700;
}

.comment-author {
    color: #FFD700;
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-text {
    color: #e0e0e0;
}

.contact-section, .newsletter-section {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.95) 0%, rgba(220, 20, 60, 0.95) 100%);
    padding: 30px;
    margin: 30px 0;
    border-radius: 12px;
    border: 2px solid #FFD700;
}

.contact-section h3, .newsletter-section h3 {
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

input, textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #FFD700;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1em;
}

button {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #8B0000;
    padding: 12px 30px;
    border: 2px solid #FFD700;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    transform: scale(1.05);
}

footer {
    background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
    padding: 30px 20px;
    text-align: center;
    border-top: 3px solid #FFD700;
    margin-top: 50px;
}

footer a {
    color: #FFD700;
    text-decoration: none;
    margin: 0 15px;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #FFA500;
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.6);
}

/* Arabic RTL Support */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    header h1 {
        font-size: 2em;
    }
    
    .casino-grid {
        grid-template-columns: 1fr;
    }
    
    nav a {
        display: block;
        margin: 10px 0;
    }
    
    .container {
        padding: 0 15px;
    }
}
