/* style/index-why-choose-slot365.css */
:root {
    --primary-color: #0A192F;
    --secondary-color: #FFD700;
    --text-light: #f0f0f0;
    --text-dark: #333333;
    --background-dark: #1a2a40;
    --background-light: #ffffff;
    --border-color: #e0e0e0;
    --accent-color: #FFD700;
}

.page-index-why-choose-slot365 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #f8f8f8;
}

.page-index-why-choose-slot365__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-index-why-choose-slot365__section {
    padding: 60px 0;
    text-align: center;
}

.page-index-why-choose-slot365__section:nth-of-type(even) {
    background-color: var(--background-dark);
    color: var(--text-light);
}

.page-index-why-choose-slot365__section:nth-of-type(even) h2,
.page-index-why-choose-slot365__section:nth-of-type(even) h3 {
    color: var(--secondary-color);
}

.page-index-why-choose-slot365__section-description {
    max-width: 800px;
    margin: 15px auto 40px auto;
    font-size: 1.1em;
    color: #666;
}

.page-index-why-choose-slot365__section:nth-of-type(even) .page-index-why-choose-slot365__section-description {
    color: #bbb;
}

.page-index-why-choose-slot365 h1,
.page-index-why-choose-slot365 h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: bold;
}

.page-index-why-choose-slot365 h3 {
    color: var(--primary-color);
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.8em;
}

.page-index-why-choose-slot365__cta-button {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 30px;
}

.page-index-why-choose-slot365__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-slot365__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 20px;
}

/* Hero Section */
.page-index-why-choose-slot365__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: var(--background-dark);
    color: var(--text-light);
    overflow: hidden;
}

.page-index-why-choose-slot365__hero-section h1 {
    color: var(--secondary-color);
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-index-why-choose-slot365__hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: var(--text-light);
}

.page-index-why-choose-slot365__hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-index-why-choose-slot365__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-index-why-choose-slot365__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-slot365__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

/* Intro Module (Module 1) */
.page-index-why-choose-slot365__intro-module .page-index-why-choose-slot365__grid-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.page-index-why-choose-slot365__intro-module .page-index-why-choose-slot365__grid-item > div {
    background-color: var(--background-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-index-why-choose-slot365__intro-module .page-index-why-choose-slot365__grid-item > div:hover {
    transform: translateY(-5px);
}

.page-index-why-choose-slot365__feature-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-index-why-choose-slot365__intro-module .page-index-why-choose-slot365__grid-item h3 {
    color: var(--primary-color);
    font-size: 1.6em;
    margin-bottom: 10px;
}

.page-index-why-choose-slot365__intro-module .page-index-why-choose-slot365__grid-item p {
    color: var(--text-dark);
}

/* Module 2: Quick Links */
.page-index-why-choose-slot365__quick-links-module {
    background-color: var(--background-dark);
}

.page-index-why-choose-slot365__quick-links-module h2 {
    color: var(--secondary-color);
}

.page-index-why-choose-slot365__quick-links-module .page-index-why-choose-slot365__section-description {
    color: #bbb;
}

.page-index-why-choose-slot365__links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.page-index-why-choose-slot365__link-card {
    background-color: #2a3a50;
    padding: 25px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: var(--text-light);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-why-choose-slot365__link-card:hover {
    transform: translateY(-5px);
    background-color: #3a4a60;
}

.page-index-why-choose-slot365__link-card h3 {
    color: var(--secondary-color);
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-index-why-choose-slot365__link-card p {
    font-size: 0.95em;
    color: #ccc;
}

/* Module 3: Core Games */
.page-index-why-choose-slot365__games-module .page-index-why-choose-slot365__game-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
}

.page-index-why-choose-slot365__game-image {
    width: 100%;
    max-width: 600px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-index-why-choose-slot365__games-module h3 {
    color: var(--primary-color);
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-index-why-choose-slot365__games-module p {
    max-width: 800px;
    margin: 0 auto;
    color: var(--text-dark);
}

/* Module 4: Promotions */
.page-index-why-choose-slot365__promo-module {
    background-color: var(--background-dark);
}

.page-index-why-choose-slot365__promo-module h2 {
    color: var(--secondary-color);
}

.page-index-why-choose-slot365__promo-module .page-index-why-choose-slot365__section-description {
    color: #bbb;
}

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

.page-index-why-choose-slot365__promo-card {
    background-color: #2a3a50;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-why-choose-slot365__promo-card:hover {
    transform: translateY(-5px);
    background-color: #3a4a60;
}

.page-index-why-choose-slot365__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.page-index-why-choose-slot365__promo-card h3 {
    color: var(--secondary-color);
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-index-why-choose-slot365__promo-card p {
    font-size: 0.95em;
    color: #ccc;
    flex-grow: 1;
    margin-bottom: 20px;
}

/* Module 5: Security & Customer Service */
.page-index-why-choose-slot365__info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-why-choose-slot365__info-item {
    background-color: var(--background-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-index-why-choose-slot365__info-item:hover {
    transform: translateY(-5px);
}

.page-index-why-choose-slot365__info-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-index-why-choose-slot365__info-item h3 {
    color: var(--primary-color);
    font-size: 1.6em;
    margin-bottom: 10px;
}

.page-index-why-choose-slot365__info-item p {
    color: var(--text-dark);
}

.page-index-why-choose-slot365__contact-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.page-index-why-choose-slot365__contact-list li {
    margin-bottom: 8px;
}

.page-index-why-choose-slot365__contact-list a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-index-why-choose-slot365__contact-list a:hover {
    color: var(--secondary-color);
}

/* Module 6: FAQ */
.page-index-why-choose-slot365__faq-module {
    background-color: var(--background-dark);
    color: var(--text-light);
}

.page-index-why-choose-slot365__faq-module h2 {
    color: var(--secondary-color);
}

.page-index-why-choose-slot365__faq-module .page-index-why-choose-slot365__section-description {
    color: #bbb;
}

.page-index-why-choose-slot365__faq-list {
    margin-top: 40px;
    text-align: left;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #2a3a50;
    border: 1px solid #3a4a60;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
    background: #3a4a60;
    border-color: var(--secondary-color);
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: var(--text-light);
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 25px;
    background: #1f2d40;
    color: #ccc;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height to contain content */
    padding: 15px 25px;
    border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-question {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--secondary-color);
}

.faq-item.active .faq-question h3 {
    color: var(--secondary-color);
}

/* Module 7: Blog */
.page-index-why-choose-slot365__blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-why-choose-slot365__blog-card {
    background-color: var(--background-light);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    color: var(--text-dark);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-index-why-choose-slot365__blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-why-choose-slot365__blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid var(--border-color);
}

.page-index-why-choose-slot365__blog-card h3 {
    color: var(--primary-color);
    font-size: 1.3em;
    margin: 20px 20px 10px 20px;
}

.page-index-why-choose-slot365__blog-card p {
    font-size: 0.9em;
    color: #666;
    padding: 0 20px 20px 20px;
    flex-grow: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-why-choose-slot365__hero-section h1 {
        font-size: 2.5em;
    }
    .page-index-why-choose-slot365 h2 {
        font-size: 2em;
    }
    .page-index-why-choose-slot365 h3 {
        font-size: 1.5em;
    }
    .page-index-why-choose-slot365__intro-module .page-index-why-choose-slot365__grid-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-index-why-choose-slot365__section {
        padding: 40px 0;
    }
    .page-index-why-choose-slot365__hero-section {
        padding: 40px 15px;
    }
    .page-index-why-choose-slot365__hero-section h1 {
        font-size: 2em;
    }
    .page-index-why-choose-slot365__hero-section p {
        font-size: 1em;
    }
    .page-index-why-choose-slot365__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-why-choose-slot365 h2 {
        font-size: 1.8em;
    }
    .page-index-why-choose-slot365 h3 {
        font-size: 1.3em;
    }
    .page-index-why-choose-slot365__game-image {
        height: 250px;
    }
    .faq-question {
        padding: 15px 20px;
    }
    .faq-question h3 {
        font-size: 1.1em;
    }
    .faq-toggle {
        font-size: 20px;
    }
    .faq-answer {
        padding: 0 20px;
    }
    .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-index-why-choose-slot365__hero-section h1 {
        font-size: 1.8em;
    }
    .page-index-why-choose-slot365 h2 {
        font-size: 1.5em;
    }
    .page-index-why-choose-slot365__hero-image img {
        border-radius: 4px;
    }
    .page-index-why-choose-slot365__cta-button {
        font-size: 0.9em;
        padding: 10px 20px;
    }
    .page-index-why-choose-slot365__link-card,
    .page-index-why-choose-slot365__promo-card,
    .page-index-why-choose-slot365__info-item,
    .page-index-why-choose-slot365__blog-card {
        padding: 20px;
    }
    .page-index-why-choose-slot365__feature-icon,
    .page-index-why-choose-slot365__info-icon {
        width: 80px;
        height: 80px;
    }
    .page-index-why-choose-slot365__game-image {
        height: 180px;
    }
    .page-index-why-choose-slot365__promo-image {
        height: 150px;
    }
}