/* style/188bet-250-slot-games.css */

/* Base styles for the page content */
.page-188bet-250-slot-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Body background is dark, so text is light */
    background-color: #000; /* Matching body background */
}

.page-188bet-250-slot-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-188bet-250-slot-games__section-title {
    font-size: 36px;
    font-weight: bold;
    color: #FFD700; /* Gold primary color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-188bet-250-slot-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #000080; /* Dark blue secondary color */
    border-radius: 2px;
}

/* Fixed navbar padding for the first section */
.page-188bet-250-slot-games__hero-banner {
    padding-top: 10px; /* Desktop fixed navbar padding */
    margin-top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000;
}

.page-188bet-250-slot-games__hero-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-188bet-250-slot-games__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4; /* Slightly dim the image to make text readable */
    z-index: 1;
}

.page-188bet-250-slot-games__hero-overlay {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-188bet-250-slot-games__hero-title {
    font-size: 48px;
    color: #FFD700; /* Gold primary color */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-188bet-250-slot-games__hero-description {
    font-size: 20px;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-188bet-250-slot-games__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* General button styles */
.page-188bet-250-slot-games__btn-primary,
.page-188bet-250-slot-games__btn-secondary,
.page-188bet-250-slot-games__btn-small {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-188bet-250-slot-games__btn-primary {
    background-color: #FFD700; /* Gold primary color */
    color: #000080; /* Dark blue text for contrast */
    border: 2px solid #FFD700;
}

.page-188bet-250-slot-games__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #000;
}

.page-188bet-250-slot-games__btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-188bet-250-slot-games__btn-secondary:hover {
    background-color: #FFD700;
    color: #000080;
}

.page-188bet-250-slot-games__btn-small {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    background-color: #000080; /* Dark blue secondary color */
    color: #FFD700; /* Gold text */
    border: 1px solid #000080;
}

.page-188bet-250-slot-games__btn-small:hover {
    background-color: #00005a;
    border-color: #00005a;
    color: #fff;
}

/* Text block and image block for sections */
.page-188bet-250-slot-games__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-188bet-250-slot-games__content-wrapper--reversed {
    flex-direction: row-reverse;
}

.page-188bet-250-slot-games__text-block {
    flex: 1;
    color: #f0f0f0;
}

.page-188bet-250-slot-games__text-block p {
    margin-bottom: 15px;
    font-size: 17px;
}

.page-188bet-250-slot-games__text-block a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-188bet-250-slot-games__text-block a:hover {
    text-decoration: underline;
}

.page-188bet-250-slot-games__image-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-188bet-250-slot-games__image-content {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Section specific styles */
.page-188bet-250-slot-games__introduction-section {
    padding: 80px 0;
}