/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1770782180
Updated: 2026-02-11 09:26:20

*/
/* ====== REMOVE ASTRA CONTAINER FOR 404 ====== */

body.error404 .ast-container,
body.error404 #content {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ====== FULL CENTER LAYOUT ====== */

.fv-404-full {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    text-align: center;
    background: #ffffff;
    font-family: 'Century Gothic', sans-serif;
}

.fv-404-box {
    max-width: 1300px;
    padding: 40px 20px;
}

/* ====== TEXT ====== */

.fv-404-title {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

.fv-404-subtitle {
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0;
}

.fv-404-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

/* ====== CTA BUTTONS ====== */

.fv-404-cta {
    margin-bottom: 40px;
}

.fv-btn-primary,
.fv-btn-secondary {
    display: inline-block;
    padding: 16px 36px;
    margin: 12px;
    font-size: 20px;        /* Bigger text */
    font-weight: 700;       /* Bold */
    letter-spacing: 0.5px;  /* Premium spacing */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.fv-btn-primary {
    box-shadow: 0 8px 20px rgba(215, 240, 47, 0.4);
}

.fv-btn-secondary {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}


/* Use your theme neon color */
.fv-btn-primary {
    background: #d7f02f;
    color: #000;
}

.fv-btn-primary:hover {
    background: #c4dd29;
    transform: translateY(-3px);
}

.fv-btn-secondary {
    background: #000;
    color: #fff;
}

.fv-btn-secondary:hover {
    background: #333;
    transform: translateY(-3px);
}

/* ====== IMAGE ====== */

.fv-404-image img {
    max-width: 400px;
    margin: 20px auto;
    display: block;
}

/* ====== CATEGORY LINKS ====== */

.fv-404-links {
    margin-top: 10px;
    font-size: 16px;
}

.fv-404-links a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    margin: 0 10px;
}

.fv-404-links a:hover {
    color: #d7f02f;
}

/* ====== MOBILE ====== */

@media (max-width: 768px) {

    .fv-404-title {
        font-size: 60px;
    }

    .fv-404-subtitle {
        font-size: 24px;
    }

    .fv-btn-primary,
    .fv-btn-secondary {
        display: block;
        width: 80%;
        margin: 10px auto;
    }

    .fv-404-image img {
        max-width: 280px;
    }
}
/* ============================= */
/* FORCE CENTER 404 FULL SCREEN */
/* ============================= */

body.error404 .site-content {
    padding: 0 !important;
}

body.error404 .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

body.error404 .fv-404-full {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
    width: 100%;
}

body.error404 .fv-404-box {
    max-width: 900px;
    margin: 0 auto;
}

body.error404 .fv-404-image img {
    max-width: 450px;
    width: 100%;
    margin: 30px auto;
    display: block;
}
/* ===================================== */
/* THANK YOU PAGE UPLOAD DESIGN */
/* ===================================== */

.fv-prescription-wrapper{
    margin-top:40px;
    padding:30px;
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    text-align:center;
    max-width:600px;
}

.fv-prescription-wrapper h3{
    font-size:20px;
    margin-bottom:20px;
}

.fv-prescription-wrapper input[type="file"]{
    display:block;
    margin:15px auto;
}

.fv-prescription-wrapper button{
    height:48px;
    padding:0 30px;
    background:#E8FF2A;
    color:#fff;
    border:none;
    border-radius:30px;
    font-weight:600;
    cursor:pointer;
    margin-top:10px;
}
