/* Paribahis Casino Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.6;
}

.wr_block {
    min-height: 100vh;
    background-color: #000000;
}

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

.main_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f9ff0f;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}

/* Header Styles */
.header {
    background-color: #000000;
    border-bottom: 2px solid #f9ff0f;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header_wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_logo__img {
    max-width: 180px;
    height: auto;
}

.navigation_list {
    display: flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
}

.navigation_ltem {
    margin: 0;
}

.bl_nav__link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.bl_nav__link:hover {
    color: #000000;
    background-color: #f9ff0f;
}


.btn_login,
.btn_reg {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn_login {
    color: #f9ff0f;
    border: 2px solid #f9ff0f;
    background-color: transparent;
}

.btn_login:hover {
    background-color: #f9ff0f;
    color: #000000;
}

.btn_reg {
    color: #000000;
    background-color: #f9ff0f;
    border: 2px solid #f9ff0f;
}

.btn_reg:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #f9ff0f;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 255, 15, 0.4);
}

/* Main Content */
.all_wrapper {
    padding: 30px 0;
}

.main {
    max-width: 100%;
}

.bl_seo {
    background-color: #000000;
}

.intro_section {
    margin-bottom: 30px;
}

.intro_text {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Info Cards */
.info_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.info_card {
    background-color: #1a1a1a;
    border: 2px solid #f9ff0f;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.card_title {
    font-size: 0.9rem;
    color: #f9ff0f;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.card_value {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 500;
}

.card_value a {
    color: #f9ff0f;
    text-decoration: none;
}

.card_value a:hover {
    text-decoration: underline;
}

/* Table Styles */
.wp-block-table {
    margin: 30px 0;
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1a1a1a;
    border: 2px solid #f9ff0f;
}

.wp-block-table td {
    padding: 15px;
    border-bottom: 1px solid #333333;
    color: #ffffff;
}

.wp-block-table td:first-child {
    font-weight: 600;
    color: #f9ff0f;
    width: 40%;
}

.wp-block-table td:last-child {
    color: #ffffff;
}

.wp-block-table tr:last-child td {
    border-bottom: none;
}

.wp-block-table a {
    color: #f9ff0f;
    text-decoration: none;
}

.wp-block-table a:hover {
    text-decoration: underline;
}

/* Advantages Section */
.advantages_section {
    margin: 40px 0;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 12px;
    border: 2px solid #f9ff0f;
}

.advantages_section h2 {
    color: #f9ff0f;
    margin-bottom: 25px;
    font-size: 2rem;
}

.advantages_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.advantage_item {
    background-color: #000000;
    border: 1px solid #f9ff0f;
    padding: 20px;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.advantage_item:hover {
    background-color: #f9ff0f;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(249, 255, 15, 0.3);
}

.advantage_icon {
    font-size: 2.5rem;
    line-height: 1;
    display: block;
}

.advantage_text {
    font-size: 1rem;
    line-height: 1.4;
}

/* Headings */
.wp-block-heading {
    color: #f9ff0f;
    font-size: 1.8rem;
    margin: 40px 0 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f9ff0f;
}

.wp-block-heading:first-of-type {
    margin-top: 0;
}

/* Feature Cards */
.features_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.feature_card {
    background-color: #1a1a1a;
    border: 2px solid #f9ff0f;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(249, 255, 15, 0.3);
    border-color: #ffffff;
    background-color: #2a2a2a;
}

.feature_icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.feature_title {
    color: #f9ff0f;
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.feature_card p {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.feature_btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #f9ff0f;
    color: #000000;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: auto;
    text-decoration: none;
    cursor: pointer;
}

.feature_btn:hover {
    background-color: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

/* Ordered List */
.advantages_ordered {
    margin: 25px 0;
    padding-left: 25px;
}

.advantages_ordered li {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.8;
}

.advantages_ordered li strong {
    color: #f9ff0f;
}

/* Paragraphs */
p {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.7;
}

/* Links */
a {
    color: #f9ff0f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* FAQ Section */
.faq_block {
    margin: 30px 0;
}

.faq_item {
    background-color: #1a1a1a;
    border: 2px solid #f9ff0f;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq_question {
    padding: 20px;
    color: #f9ff0f;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    list-style: none;
    display: block;
    transition: all 0.3s ease;
}

.faq_question:hover {
    background-color: #2a2a2a;
}

.faq_answer {
    padding: 0 20px 20px;
    color: #ffffff;
    line-height: 1.7;
}


/* Footer */
.footer {
    background-color: #000000;
    border-top: 2px solid #f9ff0f;
    padding: 30px 0;
    margin-top: 50px;
}

.footer_elements {
    text-align: center;
}

.text_politics {
    color: #ffffff;
    font-size: 0.9rem;
}

/* Back to Top Button */
.btn_bodytop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #f9ff0f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 999;
}

.btn_bodytop:hover {
    opacity: 1;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(249, 255, 15, 0.5);
}

.btn_bodytop::before {
    content: '↑';
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 968px) {
    .navigation {
        display: none;
    }

    .header_wrapp {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .info_cards {
        grid-template-columns: 1fr;
    }

    .advantages_grid {
        grid-template-columns: 1fr;
    }

    .features_list {
        grid-template-columns: 1fr;
    }

    .wp-block-heading {
        font-size: 1.5rem;
    }

    .btn-text-desktop {
        display: none;
    }

    .btn-text-mobile {
        display: block;
    }
}

@media (min-width: 769px) {
    .btn-text-mobile {
        display: none;
    }
}

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

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #f9ff0f;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

