/*
Theme Name: Sekabet Casino Reviews
Author: Adapted for International Casino Ranking
Description: Modern dark theme for online casino rankings and reviews
Version: 1.0.7
Last updated: January 10, 2026
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700;900&family=Open+Sans:wght@400;600&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(180deg, #0a1c2b, #1a2b3c);
    font-family: 'Open Sans', sans-serif;
    color: #f0f0f0;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    color: #00cc66;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

a {
    color: #1e90ff;
    text-decoration: none;
}

a:hover {
    color: #00cc66;
}

.sekabet-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.sekabet-header {
    background: rgba(14, 39, 60, 0.95);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.sekabet-header::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to right, transparent, #00cc66, transparent);
}

/* Logo */
.sekabet-logo-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: #00cc66;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    display: inline-flex;
    align-items: baseline;
    text-decoration: none;
}

.sekabet-logo-part {
    display: inline-block;
    opacity: 0;
    animation: fadeInLogo 0.8s forwards;
}

.sekabet-logo-part:nth-child(1) { animation-delay: 0.2s; }
.sekabet-logo-part:nth-child(2) { animation-delay: 0.4s; }
.sekabet-logo-part:nth-child(3) { animation-delay: 0.6s; }

@keyframes fadeInLogo {
    to { opacity: 1; }
}

/* Main Navigation */
.sekabet-primary-navigation {
    display: flex;
    align-items: center;
}

.sekabet-main-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
}

.sekabet-main-menu li a {
    font-size: 16px;
    font-weight: 600;
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #00cc66;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .menu-toggle {
        display: block;
    }
    .sekabet-main-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #112e48;
        padding: 20px;
    }
    .sekabet-main-menu.active {
        display: flex;
    }
}

/* Casino Ranking List */
.casinos-ranking-section {
    padding: 40px 0;
}

.section-title-sekabet {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
}

.rating-list-sekabet {
    list-style: none;
    counter-reset: casino-counter;
}

.rating-item-sekabet {
    counter-increment: casino-counter;
    margin-bottom: 30px;
    position: relative;
}

.casino-number {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 900;
    color: rgba(0, 204, 102, 0.15);
    pointer-events: none;
}

.casino-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(0,204,102,0.2);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: transform 0.3s, box-shadow 0.3s;
}

.casino-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

.casino-thumbnail {
    flex: 0 0 300px;
}

.casino-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casino-info-sekabet {
    flex: 1;
    padding: 20px;
    background: rgba(17,46,72,0.6);
}

.casino-info-item-sekabet {
    margin-bottom: 12px;
    font-size: 15px;
}

.label-sekabet {
    color: #00cc66;
    font-weight: 600;
    margin-right: 8px;
}

.casino-right-column {
    flex: 0 0 380px;
    padding: 25px;
    background: #112e48;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.casino-title-sekabet {
    font-size: 28px;
    margin-bottom: 15px;
}

.casino-title-sekabet a {
    color: #fff;
}

.casino-description-sekabet {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 20px;
}

.casino-rating-text-sekabet {
    font-size: 18px;
    font-weight: 700;
    color: #00cc66;
}

.rating-value-sekabet {
    font-size: 32px;
}

.casino-buttons-sekabet {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.casino-btn-sekabet {
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s;
}

.goto-sekabet {
    background: #00cc66;
    color: #000;
}

.goto-sekabet:hover {
    background: #00e675;
    transform: translateY(-2px);
}

.review-sekabet {
    background: transparent;
    border: 2px solid #00cc66;
    color: #00cc66;
}

.review-sekabet:hover {
    background: rgba(0,204,102,0.15);
}

/* SEO Text */
.seo-text-sekabet {
    padding: 50px 0;
    background: rgba(30,144,255,0.05);
    text-align: center;
}

.seo-text-sekabet p {
    max-width: 900px;
    margin: 0 auto 25px;
    font-size: 16px;
}

/* Footer */
.sekabet-footer {
    background: #0a1c2b;
    padding: 60px 0 30px;
    color: #ccc;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,204,102,0.15);
}

.footer-legal-links a {
    margin: 0 15px;
    color: #1e90ff;
}

.legal-disclaimer-sekabet {
    background: #1a1a1a;
    border-top: 4px solid #ff4444;
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}

.legal-disclaimer-sekabet h3 {
    color: #ff9999;
    margin-bottom: 20px;
}

/* Authors Block */
.authors-block-sekabet {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: #112e48;
    border-radius: 12px;
}

.authors-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.author-card {
    text-align: center;
}

.author-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #00cc66;
    object-fit: cover;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .casino-card {
        flex-direction: column;
    }

    .casino-thumbnail {
        flex: 0 0 auto;
        width: 100%;
    }

    .casino-right-column {
        flex: 1 1 auto;
        width: 100%;
    }

    .casino-number {
        position: static;
        font-size: 80px;
        text-align: center;
        margin-bottom: 15px;
        opacity: 0.2;
    }
}

@media (max-width: 768px) {
    .section-title-sekabet {
        font-size: 28px;
    }

    .casino-title-sekabet {
        font-size: 24px;
    }
}