/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
/* =========================================================
   BIGBRO DATA HUB - ULTIMATE MEMBER PRO AUTH UI
   Login / Register / Forgot Password
   ========================================================= */

/* Optional hide titles */
.page .entry-title,
.elementor-page .entry-title {
    display: none !important;
}

/* Core page */
.bbdh-auth-pro {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(59,130,246,0.18), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(14,165,233,0.16), transparent 30%),
        linear-gradient(135deg, #020617 0%, #0f172a 45%, #1e3a8a 100%);
}

/* Floating bg shapes */
.bbdh-auth-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.35;
    pointer-events: none;
}

.bbdh-auth-bg-shape.shape-1 {
    width: 260px;
    height: 260px;
    top: -40px;
    left: -40px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

.bbdh-auth-bg-shape.shape-2 {
    width: 300px;
    height: 300px;
    bottom: -60px;
    right: -60px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
}

/* Main layout */
.bbdh-auth-pro-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1.05fr 520px;
    gap: 42px;
    align-items: center;
}

/* Forgot page single mode */
.bbdh-auth-pro-wrap.single-mode {
    grid-template-columns: 1fr;
    max-width: 560px;
}

.bbdh-auth-pro-right.only-center {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

/* Left content */
.bbdh-auth-pro-left {
    color: #fff;
    padding: 10px;
}

.bbdh-auth-brand {
    max-width: 580px;
}

.bbdh-auth-logo {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    box-shadow: 0 18px 40px rgba(14,165,233,0.35);
}

.bbdh-auth-logo.center-logo {
    margin: 0 auto 16px;
}

.bbdh-auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #dbeafe;
    margin-bottom: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bbdh-auth-brand h1 {
    margin: 0 0 14px;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
}

.bbdh-auth-brand p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    max-width: 540px;
}

/* Benefits */
.bbdh-auth-benefits {
    display: grid;
    gap: 14px;
    max-width: 560px;
}

.bbdh-benefit-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bbdh-benefit-card span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.10);
    font-size: 20px;
}

.bbdh-benefit-card strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 700;
}

.bbdh-benefit-card small {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 1.6;
}

/* Right panel */
.bbdh-auth-pro-right {
    width: 100%;
}

.bbdh-auth-panel {
    position: relative;
    width: 100%;
    padding: 32px 26px;
    border-radius: 28px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(255,255,255,0.45);
    box-shadow: 0 30px 80px rgba(0,0,0,0.28);
    overflow: hidden;
}

.bbdh-auth-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1d4ed8, #0ea5e9, #38bdf8);
}

.bbdh-auth-panel-top {
    text-align: center;
    margin-bottom: 22px;
}

.bbdh-auth-panel-top h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 800;
}

.bbdh-auth-panel-top p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.bbdh-auth-panel-footer {
    text-align: center;
    margin-top: 18px;
}

.bbdh-auth-panel-footer p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

.bbdh-auth-panel-footer a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.bbdh-auth-panel-footer a:hover {
    color: #1e40af;
}

/* ===============================
   ULTIMATE MEMBER INSIDE PANEL
   =============================== */
.bbdh-auth-panel .um {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.bbdh-auth-panel .um-form {
    width: 100% !important;
}

/* Remove default UM odd spacing */
.bbdh-auth-panel .um .um-form .um-row,
.bbdh-auth-panel .um .um-col-alt,
.bbdh-auth-panel .um .um-field {
    margin-bottom: 14px !important;
}

/* Labels */
.bbdh-auth-panel .um .um-field-label label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
}

/* Inputs */
.bbdh-auth-panel .um .um-form input[type=text],
.bbdh-auth-panel .um .um-form input[type=password],
.bbdh-auth-panel .um .um-form input[type=email],
.bbdh-auth-panel .um .um-form input[type=number],
.bbdh-auth-panel .um .um-form input[type=tel],
.bbdh-auth-panel .um .um-form input[type=url],
.bbdh-auth-panel .um .um-field-area select,
.bbdh-auth-panel .um .um-form textarea {
    width: 100% !important;
    height: 56px !important;
    border-radius: 16px !important;
    border: 1px solid #dbe3ef !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-size: 15px !important;
    padding: 0 16px !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.25s ease !important;
}

/* Textarea */
.bbdh-auth-panel .um .um-form textarea {
    height: auto !important;
    min-height: 110px !important;
    padding: 14px 16px !important;
    resize: vertical !important;
}

/* Focus state */
.bbdh-auth-panel .um .um-form input[type=text]:focus,
.bbdh-auth-panel .um .um-form input[type=password]:focus,
.bbdh-auth-panel .um .um-form input[type=email]:focus,
.bbdh-auth-panel .um .um-form input[type=number]:focus,
.bbdh-auth-panel .um .um-form input[type=tel]:focus,
.bbdh-auth-panel .um .um-form input[type=url]:focus,
.bbdh-auth-panel .um .um-field-area select:focus,
.bbdh-auth-panel .um .um-form textarea:focus {
    border-color: #2563eb !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.12) !important;
}

/* Placeholder */
.bbdh-auth-panel .um ::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

/* Primary button */
.bbdh-auth-panel .um .um-button,
.bbdh-auth-panel .um input[type=submit].um-button {
    width: 100% !important;
    height: 56px !important;
    border-radius: 16px !important;
    border: none !important;
    outline: none !important;
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 16px 35px rgba(37,99,235,0.28) !important;
    text-transform: none !important;
    letter-spacing: 0.2px;
}

.bbdh-auth-panel .um .um-button:hover,
.bbdh-auth-panel .um input[type=submit].um-button:hover {
    transform: translateY(-2px) !important;
    background: linear-gradient(135deg, #1e40af, #0284c7) !important;
    box-shadow: 0 20px 42px rgba(37,99,235,0.35) !important;
}

/* Secondary button */
.bbdh-auth-panel .um .um-alt {
    width: 100% !important;
    height: 54px !important;
    border-radius: 16px !important;
    border: 1px solid #dbe3ef !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

.bbdh-auth-panel .um .um-alt:hover {
    background: #eef4fb !important;
}

/* Links */
.bbdh-auth-panel .um a,
.bbdh-auth-panel .um .um-link-alt a,
.bbdh-auth-panel .um a.um-link {
    color: #2563eb !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.bbdh-auth-panel .um a:hover,
.bbdh-auth-panel .um .um-link-alt a:hover,
.bbdh-auth-panel .um a.um-link:hover {
    color: #1e40af !important;
}

/* Checkboxes / radios */
.bbdh-auth-panel .um .um-field-checkbox-state i,
.bbdh-auth-panel .um .um-field-radio-state i {
    color: #2563eb !important;
}

.bbdh-auth-panel .um .um-field-checkbox-option,
.bbdh-auth-panel .um .um-field-radio-option {
    color: #334155 !important;
    font-size: 14px !important;
}

/* Notices */
.bbdh-auth-panel .um .um-notice {
    border-radius: 14px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

.bbdh-auth-panel .um .um-field-error {
    border-radius: 10px !important;
    font-size: 13px !important;
    padding: 8px 12px !important;
}

/* Help text */
.bbdh-auth-panel .um .um-field-help,
.bbdh-auth-panel .um .um-field-note {
    font-size: 12px !important;
    color: #64748b !important;
}

/* Password strength */
.bbdh-auth-panel .um .um-field-password .um-field-error,
.bbdh-auth-panel .um .um-password-strength {
    border-radius: 10px !important;
    font-size: 12px !important;
}

/* Better forgot password link placement */
.bbdh-auth-panel .um .um-col-alt {
    margin-top: 12px !important;
}

/* Social buttons if used */
.bbdh-auth-panel .um .um-social-login .um-button-social,
.bbdh-auth-panel .um .um-social-login a {
    border-radius: 14px !important;
}

/* Force full width UM */
.bbdh-auth-panel .um .um-col-1,
.bbdh-auth-panel .um .um-col-2,
.bbdh-auth-panel .um .um-col-alt {
    width: 100% !important;
    float: none !important;
}

/* Login / register specific */
.login-page .bbdh-auth-panel {
    max-width: 100%;
}

.register-page .bbdh-auth-panel {
    padding-bottom: 26px;
}

/* ===============================
   RESPONSIVE TABLET
   =============================== */
@media (max-width: 1100px) {
    .bbdh-auth-pro-wrap {
        grid-template-columns: 1fr;
        max-width: 760px;
        gap: 28px;
    }

    .bbdh-auth-pro-left {
        text-align: center;
        padding: 0;
    }

    .bbdh-auth-brand,
    .bbdh-auth-benefits {
        margin-left: auto;
        margin-right: auto;
    }

    .bbdh-auth-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .bbdh-auth-brand h1 {
        font-size: 40px;
    }
}

/* ===============================
   RESPONSIVE MOBILE
   =============================== */
@media (max-width: 767px) {
    .bbdh-auth-pro {
        padding: 14px;
        min-height: auto;
    }

    .bbdh-auth-pro-wrap {
        gap: 18px;
    }

    .bbdh-auth-brand h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .bbdh-auth-brand p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .bbdh-auth-logo {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 26px;
        margin-bottom: 14px;
    }

    .bbdh-auth-badge {
        font-size: 12px;
        padding: 7px 12px;
        margin-bottom: 14px;
    }

    .bbdh-auth-benefits {
        gap: 10px;
    }

    .bbdh-benefit-card {
        grid-template-columns: 38px 1fr;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .bbdh-benefit-card span {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 16px;
    }

    .bbdh-benefit-card strong {
        font-size: 14px;
    }

    .bbdh-benefit-card small {
        font-size: 12px;
    }

    .bbdh-auth-panel {
        padding: 22px 14px;
        border-radius: 20px;
    }

    .bbdh-auth-panel-top h2 {
        font-size: 24px;
    }

    .bbdh-auth-panel-top p,
    .bbdh-auth-panel-footer p {
        font-size: 13px;
    }

    .bbdh-auth-panel .um .um-form input[type=text],
    .bbdh-auth-panel .um .um-form input[type=password],
    .bbdh-auth-panel .um .um-form input[type=email],
    .bbdh-auth-panel .um .um-form input[type=number],
    .bbdh-auth-panel .um .um-form input[type=tel],
    .bbdh-auth-panel .um .um-form input[type=url],
    .bbdh-auth-panel .um .um-field-area select,
    .bbdh-auth-panel .um .um-button,
    .bbdh-auth-panel .um input[type=submit].um-button,
    .bbdh-auth-panel .um .um-alt {
        height: 50px !important;
        font-size: 14px !important;
        border-radius: 14px !important;
    }

    .bbdh-auth-panel .um .um-form textarea {
        min-height: 95px !important;
        border-radius: 14px !important;
    }
}

/* ===============================
   EXTRA SMALL DEVICES
   =============================== */
@media (max-width: 480px) {
    .bbdh-auth-pro {
        padding: 10px;
    }

    .bbdh-auth-panel {
        padding: 18px 12px;
    }

    .bbdh-auth-brand h1 {
        font-size: 24px;
    }

    .bbdh-auth-brand p {
        font-size: 13px;
    }
}