
    .page-winslot3 {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f4f7f6;
    }

    .page-winslot3__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .page-winslot3__section {
        padding: 60px 0;
        text-align: center;
    }

    .page-winslot3__section--dark {
        background-color: #2c3e50;
        color: #ecf0f1;
    }

    .page-winslot3__section-title {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
        font-weight: 700;
    }

    .page-winslot3__section--dark .page-winslot3__section-title {
        color: #ecf0f1;
    }

    .page-winslot3__section-description {
        font-size: 1.1em;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-winslot3__button {
        display: inline-block;
        background-color: #ffcc00; /* Yellow */
        color: #333;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        font-size: 1.1em;
        border: none;
        cursor: pointer;
    }

    .page-winslot3__button:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-winslot3__hero-section {
        background-image: url('[GALLERY:hero:1920x1080:winslot3,slot,casino,background]');
        background-size: cover;
        background-position: center;
        color: #fff;
        padding: 120px 0 80px 0;
        position: relative;
        overflow: hidden;
        padding-top: 10px; /* Small top padding as per requirement */
    }

    .page-winslot3__hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .page-winslot3__hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
    }

    .page-winslot3__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        font-weight: 800;
        line-height: 1.2;
        color: #ffcc00; /* Yellow */
    }

    .page-winslot3__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 40px;
        font-weight: 300;
    }

    .page-winslot3__floating-buttons {
        position: fixed;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .page-winslot3__floating-button {
        background-color: #007bff; /* Blue */
        color: #fff;
        padding: 12px 20px;
        border-radius: 30px;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease, transform 0.2s ease;
        cursor: pointer;
        font-size: 1em;
        white-space: nowrap;
    }

    .page-winslot3__floating-button:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }

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

    .page-winslot3__game-card {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-winslot3__game-card:hover {
        transform: translateY(-5px);
    }

    .page-winslot3__game-card-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .page-winslot3__game-card-content {
        padding: 20px;
    }

    .page-winslot3__game-card-title {
        font-size: 1.4em;
        margin-top: 0;
        margin-bottom: 10px;
        color: #007bff;
    }

    .page-winslot3__game-card-description {
        font-size: 0.95em;
        color: #666;
    }

    .page-winslot3__promo-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-winslot3__promo-item {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-winslot3__promo-item:hover {
        transform: translateY(-5px);
    }

    .page-winslot3__promo-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .page-winslot3__promo-content {
        padding: 20px;
    }

    .page-winslot3__promo-title {
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 10px;
        color: #ffcc00;
    }

    .page-winslot3__promo-description {
        font-size: 0.95em;
        color: #666;
    }

    .page-winslot3__provider-list, .page-winslot3__payment-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
        list-style: none;
        padding: 0;
    }

    .page-winslot3__provider-item, .page-winslot3__payment-item {
        flex: 0 0 auto;
        width: 180px;
        height: 100px;
        background-color: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease;
        box-sizing: border-box;
    }

    .page-winslot3__provider-item:hover, .page-winslot3__payment-item:hover {
        transform: translateY(-3px);
    }

    .page-winslot3__provider-logo, .page-winslot3__payment-logo {
        max-width: 80%;
        max-height: 70%;
        display: block;
        height: auto;
    }

    .page-winslot3__faq-section {
        padding: 60px 20px;
        background-color: #f8f8f8;
    }

    .page-winslot3__faq-title {
        text-align: center;
        color: #333;
        margin-bottom: 30px;
        font-size: 2.2em;
        font-weight: 700;
    }

    .page-winslot3__faq-list {
        max-width: 800px;
        margin: 0 auto;
        list-style: none;
        padding: 0;
    }

    .page-winslot3__faq-item {
        background-color: #fff;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    .page-winslot3__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #007bff; /* Primary color */
        color: #fff;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }

    .page-winslot3__faq-question:hover {
        background-color: #0056b3; /* Darker on hover */
    }

    .page-winslot3__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        font-weight: 600;
        pointer-events: none;
        flex-grow: 1;
        color: #fff;
    }

    .page-winslot3__faq-toggle {
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none;
        color: #fff;
    }

    .page-winslot3__faq-item.active .page-winslot3__faq-question {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #0056b3;
    }

    .page-winslot3__faq-item.active .page-winslot3__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually, or '-' */
    }

    .page-winslot3__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        background-color: #e9ecef;
        color: #333;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        font-size: 1em;
        line-height: 1.6;
    }

    .page-winslot3__faq-item.active .page-winslot3__faq-answer {
        max-height: 2000px !important;
        padding: 20px 25px !important;
        opacity: 1;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .page-winslot3__faq-answer p {
        margin: 0;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .page-winslot3__hero-title {
            font-size: 3em;
        }
        .page-winslot3__hero-subtitle {
            font-size: 1.3em;
        }
        .page-winslot3__section-title {
            font-size: 2em;
        }
    }

    @media (max-width: 768px) {
        .page-winslot3__hero-section {
            padding: 80px 0 60px 0;
        }
        .page-winslot3__hero-title {
            font-size: 2.5em;
        }
        .page-winslot3__hero-subtitle {
            font-size: 1.1em;
        }
        .page-winslot3__section {
            padding: 40px 0;
        }
        .page-winslot3__section-title {
            font-size: 1.8em;
        }
        .page-winslot3__game-grid, .page-winslot3__promo-list {
            grid-template-columns: 1fr;
        }
        .page-winslot3__floating-buttons {
            right: 10px;
            gap: 10px;
        }
        .page-winslot3__floating-button {
            padding: 10px 15px;
            font-size: 0.9em;
        }
        .page-winslot3__provider-item, .page-winslot3__payment-item {
            width: 140px;
            height: 80px;
        }

        /* List item responsive requirements */
        .page-winslot3__game-card, .page-winslot3__promo-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-winslot3__provider-list, .page-winslot3__payment-list {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-winslot3__provider-item, .page-winslot3__payment-item {
            width: calc(50% - 15px) !important; /* Two columns */
            max-width: calc(50% - 15px) !important;
            box-sizing: border-box !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-winslot3__faq-section {
            padding: 20px 10px;
        }
        .page-winslot3__faq-title {
            font-size: 1.8em;
        }
        .page-winslot3__faq-question {
            padding: 15px 15px;
        }
        .page-winslot3__faq-question h3 {
            font-size: 1em;
        }
        .page-winslot3__faq-toggle {
            font-size: 1.5em;
        }
        .page-winslot3__faq-answer {
            padding: 0 15px;
        }
        .page-winslot3__faq-item.active .page-winslot3__faq-answer {
            padding: 15px 15px !important;
        }

        /* Image responsive optimization */
        .page-winslot3__game-card-image, .page-winslot3__promo-image, .page-winslot3__provider-logo, .page-winslot3__payment-logo {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-winslot3__game-card, .page-winslot3__promo-item, .page-winslot3__provider-item, .page-winslot3__payment-item {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .page-winslot3__hero-title {
            font-size: 2em;
        }
        .page-winslot3__hero-subtitle {
            font-size: 1em;
        }
        .page-winslot3__floating-buttons {
            right: 5px;
            gap: 8px;
        }
        .page-winslot3__floating-button {
            padding: 8px 12px;
            font-size: 0.8em;
        }
        .page-winslot3__provider-item, .page-winslot3__payment-item {
            width: 100% !important;
            max-width: 100% !important;
        }
    }
  