/* _content/Airtime_Africa/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jmwaskc6mg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jmwaskc6mg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Airtime_Africa/Components/Layout/Navbar.razor.rz.scp.css */
.nav-link.active-scroll[b-07kezr2chm] {
    font-weight: bold;
}
/* _content/Airtime_Africa/Components/Pages/Home.razor.rz.scp.css */
/* --- Hero Section --- */
.hero[b-pipk2atf6y] {
    background: linear-gradient(rgba(44, 62, 80, 0.55), rgba(44, 62, 80, 0.55)), url('https://images.pexels.com/photos/8867433/pexels-photo-8867433.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center center no-repeat;
    background-size: cover;
    color: white;
    padding: 120px 0;
    text-align: center;
}

    .hero h1[b-pipk2atf6y] {
        font-size: 3.5rem;
        font-weight: 700;
    }

    .hero p[b-pipk2atf6y] {
        font-size: 1.25rem;
        max-width: 700px;
        margin: 20px auto;
    }

.btn-brand[b-pipk2atf6y] {
    background-color: var(--aa-red);
    border-color: var(--aa-red);
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-brand:hover[b-pipk2atf6y] {
        background-color: #c9302c;
        border-color: #c9302c;
        transform: translateY(-2px);
    }

/* --- Section Styling --- */
section[b-pipk2atf6y] {
    padding: 80px 0;
}

.section-title[b-pipk2atf6y] {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    color: var(--aa-dark);
}

    .section-title[b-pipk2atf6y]::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background-color: var(--aa-red);
        margin: 10px auto 0;
        border-radius: 2px;
    }

/* --- Solution Section --- */
#solution[b-pipk2atf6y] {
    background-color: #f8f9fa;
}

    #solution .list-group-item[b-pipk2atf6y] {
        border: none;
        background-color: transparent;
        font-size: 1.1rem;
    }

        #solution .list-group-item i[b-pipk2atf6y] {
            color: var(--aa-green);
        }

/* --- Contact Section --- */
.contact-card[b-pipk2atf6y] {
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

    .contact-card:hover[b-pipk2atf6y] {
        border-color: var(--aa-red);
    }

    .contact-card .card-header[b-pipk2atf6y] {
        background-color: var(--aa-dark);
        color: white;
        font-weight: 600;
    }

    .contact-card a[b-pipk2atf6y] {
        color: var(--aa-red);
        text-decoration: none;
        font-weight: 500;
    }

        .contact-card a:hover[b-pipk2atf6y] {
            text-decoration: underline;
        }
/* _content/Airtime_Africa/Components/Shared/FeatureCard.razor.rz.scp.css */
.feature-card[b-8ixjgsq3hk] {
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-card:hover[b-8ixjgsq3hk] {
        transform: translateY(-10px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

.feature-icon[b-8ixjgsq3hk] {
    font-size: 3rem;
    margin-bottom: 20px;
}

.icon-red[b-8ixjgsq3hk] {
    color: var(--aa-red);
}

.icon-orange[b-8ixjgsq3hk] {
    color: var(--aa-orange);
}

.icon-green[b-8ixjgsq3hk] {
    color: var(--aa-green);
}

.icon-yellow[b-8ixjgsq3hk] {
    color: var(--aa-yellow);
}
