/*
Theme Name: Astra Child
Theme URI: http://yourwebsite.com/
Description: Astra Child Theme for 1xBet Homepage
Author: Your Name
Author URI: http://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/






/* Full Width Sections Override */
.astra-full-width-content .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px; /* optional spacing on sides */
    padding-right: 20px;
    margin: 0 auto;
}

/* Optional: remove container margins/padding from Astra */
.ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Make all sections full width */
.hero-section,
.quick-specs,
.about-section,
.bonuses-section,
.games-features,
.download-guide,
.membership-section,
.payment-section,
.user-feedback,
.faq-section,
.contact-support {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px; /* top/bottom padding for spacing */
    box-sizing: border-box;
}

/* For grids inside sections */
.specs-grid,
.bonuses-grid,
.features-grid,
.payment-cards,
.feedback-carousel,
.faq-accordion {
    max-width: 1200px; /* Optional: keep content readable on large screens */
    margin: 0 auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .specs-grid,
    .bonuses-grid,
    .features-grid,
    .payment-cards {
        grid-template-columns: 1fr !important;
    }
}




























/* Import parent theme CSS */
@import url("../astra/style.css");

/* ===== General Body Styles ===== */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===== Container for Sections ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Hero Section ===== */
.hero-section {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ff3cac, #784ba0);
    color: #fff;
}

.hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-section .tagline {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.hero-section .btn {
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.hero-section .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.android-btn { background-color: #4caf50; }
.ios-btn { background-color: #2196f3; }
.web-btn { background-color: #ff9800; }

/* ===== Section Titles ===== */
section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222;
}

/* ===== Quick Specs Grid ===== */
.specs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.spec-card {
    background: #fff;
    flex: 1 1 220px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.spec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.spec-card h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #ff3cac;
}

/* ===== Bonuses Grid ===== */
.bonuses-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.bonus-card {
    background: #fff;
    flex: 1 1 220px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.bonus-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.bonus-card h3 {
    margin-bottom: 15px;
    color: #ff9800;
}

/* ===== Games & Features Grid ===== */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature-card {
    background: #fff;
    flex: 1 1 220px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.feature-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

/* ===== Download Guide ===== */
.download-guide ol {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 30px;
}

.download-guide li {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

/* ===== Membership Section ===== */
.membership-section p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* ===== Payment & Deposits ===== */
.payment-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.payment-card {
    background: #fff;
    flex: 1 1 180px;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.payment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* ===== User Feedback ===== */
.feedback-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feedback-card {
    background: #fff;
    flex: 1 1 250px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    font-style: italic;
}

.feedback-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* ===== FAQ Accordion ===== */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    width: 100%;
    background: #784ba0;
    color: #fff;
    padding: 15px 20px;
    border: none;
    text-align: left;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #ff3cac;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s;
    background: #f9f9f9;
    border-radius: 0 0 12px 12px;
    font-size: 1rem;
    line-height: 1.5;
}

.faq-question.active + .faq-answer {
    max-height: 300px;
    padding: 15px 20px;
}

/* ===== Contact Section ===== */
.contact-support p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* ===== Footer Adjustments ===== */
footer {
    background: #222;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

/* ===== Full Width Sections for Astra ===== */
.astra-full-width-content section {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}

/* ===== Responsive ===== */
@media(max-width: 1024px) {
    .hero-section h1 { font-size: 2.5rem; }
    .hero-section .tagline { font-size: 1.3rem; }
}

@media(max-width: 768px) {
    .hero-section h1 { font-size: 2rem; }
    .hero-section .tagline { font-size: 1.2rem; }
    .spec-card, .bonus-card, .feature-card, .payment-card, .feedback-card { flex: 1 1 100%; }
}

@media(max-width: 480px) {
    .hero-section { padding: 60px 20px; }
    .cta-buttons .btn { padding: 12px 20px; font-size: 0.9rem; }
}
