/* style/casino-reviews-nohu28-detailed-review.css */

/* Base styles for the page content */
.page-casino-reviews-nohu28-detailed-review {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Light text on dark background */
    background-color: #0A2342; /* Main dark blue background */
    line-height: 1.6;
}

.page-casino-reviews-nohu28-detailed-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-casino-reviews-nohu28-detailed-review__section {
    padding: 60px 0;
    text-align: center;
}

.page-casino-reviews-nohu28-detailed-review__section:nth-child(even) {
    background-color: #1a3a60; /* Slightly lighter dark blue for contrast */
}

.page-casino-reviews-nohu28-detailed-review__heading {
    font-size: 2.5em;
    color: #FFD700; /* Gold for headings */
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-casino-reviews-nohu28-detailed-review__sub-heading {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-casino-reviews-nohu28-detailed-review__description,
.page-casino-reviews-nohu28-detailed-review__info,
.page-casino-reviews-nohu28-detailed-review__faq-answer {
    font-size: 1.1em;
    color: #E0E0E0;
    margin-bottom: 20px;
}

.page-casino-reviews-nohu28-detailed-review__list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.page-casino-reviews-nohu28-detailed-review__list li {
    background: #1a3a60;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.05em;
    color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-casino-reviews-nohu28-detailed-review__list li::before {
    content: '✅';
    margin-right: 15px;
    font-size: 1.2em;
}

/* Hero Section */
.page-casino-reviews-nohu28-detailed-review__hero {
    background: linear-gradient(135deg, #0A2342 0%, #000000 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-casino-reviews-nohu28-detailed-review__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,gaming,lights,dark_blue]') no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-casino-reviews-nohu28-detailed-review__hero .page-casino-reviews-nohu28-detailed-review__container {
    position: relative;
    z-index: 1;
}

.page-casino-reviews-nohu28-detailed-review__title {
    font-size: 3.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: 900;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.page-casino-reviews-nohu28-detailed-review__subtitle {
    font-size: 1.5em;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 300;
}

.page-casino-reviews-nohu28-detailed-review__button {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-casino-reviews-nohu28-detailed-review__button--primary {
    background-color: #FFD700;
    color: #0A2342;
    border: 2px solid #FFD700;
}

.page-casino-reviews-nohu28-detailed-review__button--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-casino-reviews-nohu28-detailed-review__button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-casino-reviews-nohu28-detailed-review__button--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Content Layout */
.page-casino-reviews-nohu28-detailed-review__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    margin-top: 40px;
}

.page-casino-reviews-nohu28-detailed-review__content-wrapper--reversed {
    flex-direction: row-reverse;
}

.page-casino-reviews-nohu28-detailed-review__text-content {
    flex: 1;
}

.page-casino-reviews-nohu28-detailed-review__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-casino-reviews-nohu28-detailed-review__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-casino-reviews-nohu28-detailed-review__image:hover {
    transform: scale(1.02);
}

/* Games Section */
.page-casino-reviews-nohu28-detailed-review__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-casino-reviews-nohu28-detailed-review__game-item {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-casino-reviews-nohu28-detailed-review__game-item:hover {
    transform: translateY(-8px);
    background-color: #2a4c7c;
}

.page-casino-reviews-nohu28-detailed-review__game-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #FFD700;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-casino-reviews-nohu28-detailed-review__game-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

/* Payment Section */
.page-casino-reviews-nohu28-detailed-review__payment-methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.page-casino-reviews-nohu28-detailed-review__payment-item {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    width: 280px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-casino-reviews-nohu28-detailed-review__payment-item:hover {
    transform: translateY(-8px);
    background-color: #2a4c7c;
}

.page-casino-reviews-nohu28-detailed-review__payment-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: invert(1) brightness(1.2); /* Make icons visible on dark background */
}

.page-casino-reviews-nohu28-detailed-review__payment-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

/* Bonuses Section */
.page-casino-reviews-nohu28-detailed-review__bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-casino-reviews-nohu28-detailed-review__bonus-item {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-casino-reviews-nohu28-detailed-review__bonus-item:hover {
    transform: translateY(-8px);
    background-color: #2a4c7c;
}

.page-casino-reviews-nohu28-detailed-review__bonus-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: invert(1) brightness(1.2); /* Make icons visible on dark background */
}

.page-casino-reviews-nohu28-detailed-review__bonus-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

/* Security Section */
.page-casino-reviews-nohu28-detailed-review__security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-casino-reviews-nohu28-detailed-review__feature-item {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-casino-reviews-nohu28-detailed-review__feature-item:hover {
    transform: translateY(-8px);
    background-color: #2a4c7c;
}

.page-casino-reviews-nohu28-detailed-review__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: invert(1) brightness(1.2);
}

.page-casino-reviews-nohu28-detailed-review__feature-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

/* Pros and Cons Section */
.page-casino-reviews-nohu28-detailed-review__pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

.page-casino-reviews-nohu28-detailed-review__pros,
.page-casino-reviews-nohu28-detailed-review__cons {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.page-casino-reviews-nohu28-detailed-review__pros .page-casino-reviews-nohu28-detailed-review__list li::before {
    content: '✅';
    color: #38c172;
}

.page-casino-reviews-nohu28-detailed-review__cons .page-casino-reviews-nohu28-detailed-review__list li::before {
    content: '❌';
    color: #e3342f;
}

/* FAQ Section */
.page-casino-reviews-nohu28-detailed-review__faq-item {
    background-color: #1a3a60;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-casino-reviews-nohu28-detailed-review__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-casino-reviews-nohu28-detailed-review__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-casino-reviews-nohu28-detailed-review__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-casino-reviews-nohu28-detailed-review__faq-answer {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 3px solid #FFD700;
}

.page-casino-reviews-nohu28-detailed-review__faq-answer.active {
    display: block;
}

/* Call to Action Wrapper */
.page-casino-reviews-nohu28-detailed-review__cta-wrapper {
    margin-top: 50px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-casino-reviews-nohu28-detailed-review__title {
        font-size: 3em;
    }
    .page-casino-reviews-nohu28-detailed-review__subtitle {
        font-size: 1.3em;
    }
    .page-casino-reviews-nohu28-detailed-review__heading {
        font-size: 2em;
    }
    .page-casino-reviews-nohu28-detailed-review__content-wrapper,
    .page-casino-reviews-nohu28-detailed-review__content-wrapper--reversed {
        flex-direction: column;
    }
    .page-casino-reviews-nohu28-detailed-review__pros-cons-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-casino-reviews-nohu28-detailed-review__hero {
        padding: 80px 0;
    }
    .page-casino-reviews-nohu28-detailed-review__title {
        font-size: 2.5em;
    }
    .page-casino-reviews-nohu28-detailed-review__subtitle {
        font-size: 1.1em;
    }
    .page-casino-reviews-nohu28-detailed-review__heading {
        font-size: 1.8em;
    }
    .page-casino-reviews-nohu28-detailed-review__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-casino-reviews-nohu28-detailed-review__game-grid,
    .page-casino-reviews-nohu28-detailed-review__payment-methods,
    .page-casino-reviews-nohu28-detailed-review__bonus-grid,
    .page-casino-reviews-nohu28-detailed-review__security-features {
        grid-template-columns: 1fr;
    }
    .page-casino-reviews-nohu28-detailed-review__payment-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-casino-reviews-nohu28-detailed-review__hero {
        padding: 60px 0;
    }
    .page-casino-reviews-nohu28-detailed-review__title {
        font-size: 2em;
    }
    .page-casino-reviews-nohu28-detailed-review__subtitle {
        font-size: 1em;
    }
    .page-casino-reviews-nohu28-detailed-review__heading {
        font-size: 1.5em;
    }
    .page-casino-reviews-nohu28-detailed-review__button {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .page-casino-reviews-nohu28-detailed-review__list li {
        padding: 10px 15px;
        font-size: 0.95em;
    }
}