

body {
    background: url('/images/bookstore-backdrop.png') no-repeat center center fixed;
    background-size: cover;
}

    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.10); /* tweak opacity here */
        z-index: -1;
    }



.bookstores-hero {
    /* background: linear-gradient(135deg, #f5f7ff, #ffffff);*/
    position: relative;
}

/* Centered translucent card used on bookstore sub-sections */
.bookstores-section-card {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 32px 20px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.52); /* dark glass */
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

    /* left side hero (dark card behind background) */
    .bookstores-hero-main h1,
    .bookstores-hero-main h2,
    .bookstores-hero-main h3,
    .bookstores-hero-main p,
    .bookstores-hero-main li,
    .bookstores-hero-main a {
        color: #fff !important;
        text-shadow: 0 2px 6px rgba(0,0,0,0.55);
    }

    /* Optional: soften the muted text color inside cards */
    .bookstores-section-card .text-muted {
        color: rgba(255, 255, 255, 0.75) !important;
    }



.bookstores-hero-card {
    background: #F5F5F5;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-shadow: none;
}

.bookstores-hero-bullets li {
    margin-bottom: 0.25rem;
}

.bookstores-feature-card {
    background: #F5F5F5;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-list {
    padding-left: 1.2rem;
}

    .bookstores-list li {
        margin-bottom: 0.35rem;
    }

.bookstores-quote-card {
    background: #F5F5F5;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid #0d6efd;
}

.bookstores-step-card {
    background: #F5F5F5;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-step-number {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: #0d6efd10;
    color: #0d6efd;
}

.bookstores-pricing-card {
    background: #F5F5F5;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-page .btn-primary {
    /* you can tweak this to match your NetGCS blue if different */
}




