/* style/esports-betting-csgo-valorant.css */
.page-esports-betting-csgo-valorant {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0;
    background-color: #0A1931;
}

.page-esports-betting-csgo-valorant .highlight {
    color: #FFD700;
}

.page-esports-betting-csgo-valorant__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-esports-betting-csgo-valorant__hero {
    background: linear-gradient(135deg, #0A1931 0%, #1A2E4B 100%);
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-esports-betting-csgo-valorant__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 40px;
}

.page-esports-betting-csgo-valorant__hero-title {
    font-size: 3.5em;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-esports-betting-csgo-valorant__hero-subtitle {
    font-size: 1.4em;
    color: #B0B0B0;
    margin-bottom: 30px;
}

.page-esports-betting-csgo-valorant__hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px; /* Adjust as needed */
    margin-top: 30px;
    z-index: 1;
}

.page-esports-betting-csgo-valorant__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* General Section Styling */
.page-esports-betting-csgo-valorant__section {
    padding: 60px 0;
    background-color: #1A2E4B;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-esports-betting-csgo-valorant__section:nth-of-type(even) {
    background-color: #0A1931;
}

.page-esports-betting-csgo-valorant__section-title {
    font-size: 2.8em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-esports-betting-csgo-valorant__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-esports-betting-csgo-valorant__text {
    font-size: 1.1em;
    line-height: 1.8;
    color: #E0E0E0;
    margin-bottom: 20px;
}

/* CTA Button */
.page-esports-betting-csgo-valorant__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1931;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-esports-betting-csgo-valorant__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-esports-betting-csgo-valorant__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-esports-betting-csgo-valorant__cta-button--large {
    padding: 18px 35px;
    font-size: 1.3em;
}

.page-esports-betting-csgo-valorant__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
    margin-left: 20px;
}

.page-esports-betting-csgo-valorant__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
}

/* Features Grid */
.page-esports-betting-csgo-valorant__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-esports-betting-csgo-valorant__feature-item {
    background-color: #0A1931;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-esports-betting-csgo-valorant__feature-item:hover {
    transform: translateY(-5px);
}

.page-esports-betting-csgo-valorant__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-esports-betting-csgo-valorant__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

/* Content with Image Layout */
.page-esports-betting-csgo-valorant__content-with-image {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-esports-betting-csgo-valorant__content-with-image--reverse {
    flex-direction: row-reverse;
}

.page-esports-betting-csgo-valorant__text-content {
    flex: 1;
}

.page-esports-betting-csgo-valorant__image-wrapper {
    flex: 1;
    min-width: 400px;
}

.page-esports-betting-csgo-valorant__content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-esports-betting-csgo-valorant__subsection-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-esports-betting-csgo-valorant__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-esports-betting-csgo-valorant__list li {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Live Betting Section */
.page-esports-betting-csgo-valorant__live-betting .page-esports-betting-csgo-valorant__full-width-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-esports-betting-csgo-valorant__live-betting .page-esports-betting-csgo-valorant__cta-button {
    margin-top: 20px;
}

/* Promotions Section */
.page-esports-betting-csgo-valorant__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-esports-betting-csgo-valorant__promo-item {
    background-color: #1A2E4B;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-esports-betting-csgo-valorant__promo-item:hover {
    transform: translateY(-5px);
}

.page-esports-betting-csgo-valorant__promo-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.page-esports-betting-csgo-valorant__promo-title {
    font-size: 1.6em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

/* FAQ Section */
.page-esports-betting-csgo-valorant__faq-item {
    background-color: #0A1931;
    border: 1px solid #FFD700;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-esports-betting-csgo-valorant__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-esports-betting-csgo-valorant__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-esports-betting-csgo-valorant__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-esports-betting-csgo-valorant__faq-answer {
    font-size: 1.1em;
    color: #E0E0E0;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-esports-betting-csgo-valorant__faq-answer.active {
    max-height: 200px; /* Adjust as needed for content length */
    padding-top: 15px;
}

/* Call to Action Section */
.page-esports-betting-csgo-valorant__call-to-action {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(45deg, #FFD700, #e6c200);
    color: #0A1931;
}

.page-esports-betting-csgo-valorant__call-to-action .page-esports-betting-csgo-valorant__section-title {
    color: #0A1931;
}

.page-esports-betting-csgo-valorant__call-to-action .page-esports-betting-csgo-valorant__section-title::after {
    background-color: #0A1931;
}

.page-esports-betting-csgo-valorant__call-to-action .page-esports-betting-csgo-valorant__text {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-esports-betting-csgo-valorant__call-to-action .page-esports-betting-csgo-valorant__cta-button {
    margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-esports-betting-csgo-valorant__hero-title {
        font-size: 2.8em;
    }
    .page-esports-betting-csgo-valorant__hero-subtitle {
        font-size: 1.2em;
    }
    .page-esports-betting-csgo-valorant__section-title {
        font-size: 2.2em;
    }
    .page-esports-betting-csgo-valorant__content-with-image {
        flex-direction: column;
        text-align: center;
    }
    .page-esports-betting-csgo-valorant__content-with-image--reverse {
        flex-direction: column;
    }
    .page-esports-betting-csgo-valorant__image-wrapper {
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-esports-betting-csgo-valorant__hero {
        padding: 60px 0;
    }
    .page-esports-betting-csgo-valorant__hero-title {
        font-size: 2.2em;
    }
    .page-esports-betting-csgo-valorant__hero-subtitle {
        font-size: 1em;
    }
    .page-esports-betting-csgo-valorant__section {
        padding: 40px 0;
    }
    .page-esports-betting-csgo-valorant__section-title {
        font-size: 1.8em;
    }
    .page-esports-betting-csgo-valorant__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-esports-betting-csgo-valorant__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-esports-betting-csgo-valorant__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-esports-betting-csgo-valorant__features-grid, .page-esports-betting-csgo-valorant__promo-grid {
        grid-template-columns: 1fr;
    }
    .page-esports-betting-csgo-valorant__subsection-title {
        font-size: 1.5em;
    }
    .page-esports-betting-csgo-valorant__faq-question {
        font-size: 1.1em;
    }
    .page-esports-betting-csgo-valorant__faq-answer {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-esports-betting-csgo-valorant__hero-title {
        font-size: 1.8em;
    }
    .page-esports-betting-csgo-valorant__hero-subtitle {
        font-size: 0.9em;
    }
    .page-esports-betting-csgo-valorant__section-title {
        font-size: 1.5em;
    }
    .page-esports-betting-csgo-valorant__cta-button {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .page-esports-betting-csgo-valorant__cta-button--secondary {
        margin-top: 10px;
    }
    .page-esports-betting-csgo-valorant__text {
        font-size: 0.95em;
    }
    .page-esports-betting-csgo-valorant__list li {
        font-size: 0.95em;
    }
    .page-esports-betting-csgo-valorant__feature-title, .page-esports-betting-csgo-valorant__promo-title {
        font-size: 1.3em;
    }
}