/* style/slot-games-types.css */
.page-slot-games-types {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #1A1A1A;
    line-height: 1.6;
}

.page-slot-games-types__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slot-games-types__hero {
    background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #FFD700;
}

.page-slot-games-types__hero-title {
    font-size: 3.5em;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-slot-games-types__hero-subtitle {
    font-size: 1.4em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games-types__section {
    padding: 80px 0;
    text-align: center;
}

.page-slot-games-types__section--intro {
    background-color: #222222;
    padding-bottom: 60px;
}

.page-slot-games-types__section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-slot-games-types__text {
    font-size: 1.1em;
    color: #CCCCCC;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
}

.page-slot-games-types__text:last-of-type {
    margin-bottom: 40px;
}

.page-slot-games-types__btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px;
    border: none;
    text-align: center;
}

.page-slot-games-types__btn--primary {
    background-color: #FFD700;
    color: #1A1A1A;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-slot-games-types__btn--primary:hover {
    background-color: #E0B800;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-slot-games-types__btn--secondary {
    background-color: #333333;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-slot-games-types__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A1A1A;
    transform: translateY(-3px);
}

.page-slot-games-types__btn--small {
    padding: 10px 25px;
    font-size: 0.95em;
    margin-top: 20px;
}

.page-slot-games-types__section--types {
    background-color: #1A1A1A;
}

.page-slot-games-types__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-slot-games-types__type-card {
    background-color: #282828;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games-types__type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2);
}

.page-slot-games-types__card-img {
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.page-slot-games-types__card-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slot-games-types__card-text {
    font-size: 1em;
    color: #CCCCCC;
    line-height: 1.7;
    text-align: left;
    flex-grow: 1;
}

.page-slot-games-types__section--why-nohu52bet {
    background-color: #222222;
}

.page-slot-games-types__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-slot-games-types__feature-item {
    background-color: #282828;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #444;
}

.page-slot-games-types__feature-item:hover {
    transform: translateY(-5px);
    border-color: #FFD700;
}

.page-slot-games-types__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-slot-games-types__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-slot-games-types__feature-text {
    font-size: 0.95em;
    color: #CCCCCC;
    line-height: 1.7;
}

.page-slot-games-types__cta-block {
    background-color: #1A1A1A;
    border: 2px solid #FFD700;
    border-radius: 15px;
    padding: 40px;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-slot-games-types__cta-text {
    font-size: 1.6em;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-slot-games-types__section--tips {
    background-color: #1A1A1A;
}

.page-slot-games-types__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-slot-games-types__tip-item {
    background-color: #282828;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    border-left: 5px solid #FFD700;
}

.page-slot-games-types__tip-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slot-games-types__tip-text {
    font-size: 0.95em;
    color: #CCCCCC;
    line-height: 1.7;
}

.page-slot-games-types__section--faq {
    background-color: #222222;
}

.page-slot-games-types__faq-item {
    background-color: #282828;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-slot-games-types__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    font-weight: bold;
}

.page-slot-games-types__faq-answer {
    font-size: 1em;
    color: #CCCCCC;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0;
}

.page-slot-games-types__faq-question.active + .page-slot-games-types__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-slot-games-types__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-slot-games-types__faq-question.active::after {
    content: '-';
    transform: rotate(0deg);
}

.page-slot-games-types__section--conclusion {
    background-color: #1A1A1A;
    padding-bottom: 100px;
}

.page-slot-games-types .highlight {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-slot-games-types__hero-title {
        font-size: 2.8em;
    }
    .page-slot-games-types__hero-subtitle {
        font-size: 1.2em;
    }
    .page-slot-games-types__section-title {
        font-size: 2.2em;
    }
    .page-slot-games-types__grid, .page-slot-games-types__features-grid, .page-slot-games-types__tips-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-slot-games-types__hero {
        padding: 80px 0 60px;
    }
    .page-slot-games-types__hero-title {
        font-size: 2.2em;
    }
    .page-slot-games-types__hero-subtitle {
        font-size: 1em;
    }
    .page-slot-games-types__section {
        padding: 60px 0;
    }
    .page-slot-games-types__section-title {
        font-size: 1.8em;
    }
    .page-slot-games-types__text {
        font-size: 0.95em;
    }
    .page-slot-games-types__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-slot-games-types__cta-text {
        font-size: 1.3em;
    }
    .page-slot-games-types__card-title {
        font-size: 1.5em;
    }
    .page-slot-games-types__feature-title, .page-slot-games-types__tip-title {
        font-size: 1.3em;
    }
    .page-slot-games-types__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-slot-games-types__hero {
        padding: 60px 0 40px;
    }
    .page-slot-games-types__hero-title {
        font-size: 1.8em;
    }
    .page-slot-games-types__hero-subtitle {
        font-size: 0.9em;
    }
    .page-slot-games-types__section {
        padding: 40px 0;
    }
    .page-slot-games-types__section-title {
        font-size: 1.5em;
    }
    .page-slot-games-types__btn {
        display: block;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .page-slot-games-types__cta-block {
        padding: 30px 20px;
    }
    .page-slot-games-types__cta-text {
        font-size: 1.1em;
    }
    .page-slot-games-types__card-img {
        height: 150px;
    }
}