/**
 * Theme Name: Astra-Child
 * Template: astra
 * Version: 1.0
 */

 /* Colors */
 :root {
    --bronze: #4a5568;
    --copper: #6b7280;
    --brass: #9ca3af;
    --silver: #C0C0C0;
    --gold: #d1d5db;
    --dark-bg: #1f2937;
    --darker-bg: #111827;
    --cream: #f3f4f6;
    --off-white: #fafafa;
    --text-dark: #1f2937;
    --accent: #e5e7eb;
    --silver-light: #e5e7eb;
    --silver-dark: #9ca3af;
    --metallic: #cbd5e1;
}
 /* Custom CSS For Different Sections */
.section-header {
    padding: 60px 20px 40px;
}

.section-header h2 {
    font-size: 32px;
}

.section-header p {
    font-size: 16px;
}

.featured-collections,
.product-showcase,
.process-section,
.contact-section,
.newsletter,
.about-section {
    padding: 60px 20px;
    border-radius: 0.75em;
}

.decorative-line {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 30px auto;
}

/* Process Section */
.process-section {
    background: var(--off-white);
    border-radius: 0.75em;
    padding: 80px 30px;
}

.process-content {
    max-width: 1200px;
    margin: 0 auto;
}

.process-intro {
    background: white;
    padding: 2.5em;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    border-left: 6px solid #6b7280;
}

.process-intro h3 {
    font-size: 1.9em;
    color: var(--bronze);
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.process-intro p {
    font-size: 0.9em;
    line-height: 1.9;
    color: #555;
}

.process-steps {
    display: grid;
    gap: 40px;
    margin-bottom: 60px;
}

.step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5em;
    align-items: start;
    padding: 0.6em;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    position: relative;
    overflow: visible;
}

.step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #6b7280 0%, #4a5568 100%);
}

.step:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.step-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #373d47;
    opacity: 0.3;
    line-height: 1;
    text-align: center;
}

.step-content h4 {
    font-size: 24px;
    color: var(--bronze);
    margin-bottom: 15px;
    letter-spacing: 1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.step-content p {
    font-size: 0.9em;
    line-height: 1.8;
    color: #666;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.process-callout {
    background: linear-gradient(135deg, var(--dark-bg) 0%, #4a5568 100%);
    color: var(--cream);
    padding: 1.1em 1.1em;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}

.process-callout h3 {
    font-family: 'Cinzel', serif;
    font-size: 2.2em;
    margin-bottom: 25px;
    color: #e5e7eb;
    letter-spacing: 2px;
}

.process-callout p {
    font-size: 1em;
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.95;
}

/* Section Headers */
.section-header {
    text-align: center;
    padding: 80px 30px 50px;
    max-width: 800px;
    margin: 0 auto;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--bronze);
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.section-header p {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}

.section-header h2 {
    font-size: 26px;
}

.section-header {
    padding: 60px 20px 40px;
}

.section-header h2 {
    font-size: 32px;
}

.section-header p {
    font-size: 16px;
}

/* About Section */
.about-section {
    background: var(--off-white);
    padding: 80px 30px;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-callout {
    background: linear-gradient(135deg, var(--dark-bg) 0%, #4a5568 100%);
    color: var(--cream);
    padding: 1.1em 1.1em;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    margin-top: 40px;
}

.about-callout h3 {
    font-family: 'Cinzel', serif;
    font-size: 2.2em;
    margin-bottom: 25px;
    color: #e5e7eb;
    letter-spacing: 2px;
}

.about-callout p {
    font-size: 1em;
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Section */
.faq-section {
    background: var(--off-white);
    border-radius: 0.75em;
    padding: 80px 30px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
}

.faq-item:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,0.12);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f9fafb;
}

.faq-question h3 {
    font-size: 18px;
    color: var(--text-dark);
    margin: 0;
    font-weight: 600;
    flex: 1;
}

.faq-answer ul, .faq-answer ul > * {
    color: #555;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 10px;
}

.faq-toggle {
    font-size: 28px;
    color: #6b7280;
    font-weight: 300;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 30px;
}

.faq-answer p:not(:last-child) {
    margin-bottom: 1.2em;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

#faq > div.faq-container > div.faq-item.active > div.faq-answer > p > a {
    color: var(--dark-bg);
    text-decoration: underline;
}

.wc-blocks-components-select__select, .wc-block-components-text-input, input {
    background-color: #111827 !important;
    color: #FFF !important;
}