/* _content/enarmedia/Components/Layout/MainLayout.razor.rz.scp.css */



/* Header */
header[b-m0atnyn1gj] {
    background: rgba(10, 25, 47, 0.9);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

.logo[b-m0atnyn1gj] {
    display: inline-block;
    margin: 0;
    font-size: 28px;
    font-family: 'Orbitron', sans-serif;
    color: #00b4d8;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: glow 2s infinite alternate;
}

nav[b-m0atnyn1gj] {
    float: right;
}

nav ul[b-m0atnyn1gj] {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li[b-m0atnyn1gj] {
    display: inline;
    margin-left: 25px;
}

nav ul li a[b-m0atnyn1gj] {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

nav ul li a:hover[b-m0atnyn1gj] {
    color: #00b4d8;
    text-shadow: 0 0 10px rgba(0, 180, 216, 0.7);
}

    /* Footer */
    footer[b-m0atnyn1gj] {
        background: rgba(10, 25, 47, 0.95);
        padding: 20px 0;
        text-align: center;
        font-size: 14px;
        box-shadow: 0 -4px 15px rgba(0, 180, 216, 0.3);
    }
     
footer a[b-m0atnyn1gj] {
    color: #00b4d8;
    text-decoration: none;
    margin: 0 10px; /* Spacing between links */
}

footer a:hover[b-m0atnyn1gj] {
    text-decoration: underline;
    text-shadow: 0 0 10px rgba(0, 180, 216, 0.7);
}

footer .social-link i[b-m0atnyn1gj] {
    margin-right: 5px;
}


#blazor-error-ui[b-m0atnyn1gj] {
    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-m0atnyn1gj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/enarmedia/Components/Pages/Apps/B2Photos.razor.rz.scp.css */



/* Hero Section */
.hero[b-hal48jf3c8] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-hal48jf3c8] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-hal48jf3c8 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-hal48jf3c8] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-hal48jf3c8 1.8s ease-out;
}

/* Features Section */
.features[b-hal48jf3c8] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-hal48jf3c8] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-hal48jf3c8] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-hal48jf3c8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-hal48jf3c8] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-hal48jf3c8] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-hal48jf3c8] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-hal48jf3c8] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-hal48jf3c8] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-hal48jf3c8] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjusted for 4 platforms */
    gap: 25px;
}

.download-item[b-hal48jf3c8] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-hal48jf3c8] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-hal48jf3c8] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-hal48jf3c8 2s infinite;
}

.download-item h3[b-hal48jf3c8] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-hal48jf3c8] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-hal48jf3c8] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-hal48jf3c8] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-hal48jf3c8] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-hal48jf3c8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjusted to 2 columns for longer testimonials */
    gap: 25px;
}

.testimonial-item[b-hal48jf3c8] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-hal48jf3c8 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-hal48jf3c8] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-hal48jf3c8] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-hal48jf3c8] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-hal48jf3c8] { animation-delay: 0.8s; }

.testimonial-item p[b-hal48jf3c8] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-hal48jf3c8] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-hal48jf3c8] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-hal48jf3c8] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-hal48jf3c8] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-hal48jf3c8 {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-hal48jf3c8 {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-hal48jf3c8 {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-hal48jf3c8 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-hal48jf3c8 {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/BackblazeB2.razor.rz.scp.css */



/* Hero Section */
.hero[b-kfec9kgimk] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-kfec9kgimk] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-kfec9kgimk 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-kfec9kgimk] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-kfec9kgimk 1.8s ease-out;
}

/* Features Section */
.features[b-kfec9kgimk] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-kfec9kgimk] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-kfec9kgimk] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-kfec9kgimk] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-kfec9kgimk] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-kfec9kgimk] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-kfec9kgimk] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-kfec9kgimk] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-kfec9kgimk] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-kfec9kgimk] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjusted for 4 platforms */
    gap: 25px;
}

.download-item[b-kfec9kgimk] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-kfec9kgimk] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-kfec9kgimk] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-kfec9kgimk 2s infinite;
}

.download-item h3[b-kfec9kgimk] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-kfec9kgimk] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-kfec9kgimk] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-kfec9kgimk] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-kfec9kgimk] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-kfec9kgimk] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjusted to 2 columns for longer testimonials */
    gap: 25px;
}

.testimonial-item[b-kfec9kgimk] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-kfec9kgimk 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-kfec9kgimk] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-kfec9kgimk] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-kfec9kgimk] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-kfec9kgimk] { animation-delay: 0.8s; }

.testimonial-item p[b-kfec9kgimk] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-kfec9kgimk] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-kfec9kgimk] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-kfec9kgimk] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-kfec9kgimk] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-kfec9kgimk {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-kfec9kgimk {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-kfec9kgimk {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-kfec9kgimk {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-kfec9kgimk {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/E2Explorer.razor.rz.scp.css */



/* Hero Section */
.hero[b-v3km043kfq] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-v3km043kfq] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-v3km043kfq 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-v3km043kfq] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-v3km043kfq 1.8s ease-out;
}

/* Features Section */
.features[b-v3km043kfq] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-v3km043kfq] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-v3km043kfq] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-v3km043kfq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-v3km043kfq] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-v3km043kfq] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-v3km043kfq] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-v3km043kfq] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-v3km043kfq] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-v3km043kfq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjusted for 4 platforms */
    gap: 25px;
}

.download-item[b-v3km043kfq] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-v3km043kfq] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-v3km043kfq] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-v3km043kfq 2s infinite;
}

.download-item h3[b-v3km043kfq] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-v3km043kfq] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-v3km043kfq] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-v3km043kfq] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-v3km043kfq] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-v3km043kfq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjusted to 2 columns for longer testimonials */
    gap: 25px;
}

.testimonial-item[b-v3km043kfq] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-v3km043kfq 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-v3km043kfq] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-v3km043kfq] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-v3km043kfq] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-v3km043kfq] { animation-delay: 0.8s; }

.testimonial-item p[b-v3km043kfq] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-v3km043kfq] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-v3km043kfq] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-v3km043kfq] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-v3km043kfq] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-v3km043kfq {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-v3km043kfq {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-v3km043kfq {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-v3km043kfq {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-v3km043kfq {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/E2Photos.razor.rz.scp.css */



/* Hero Section */
.hero[b-rvja4n4r9l] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-rvja4n4r9l] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-rvja4n4r9l 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-rvja4n4r9l] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-rvja4n4r9l 1.8s ease-out;
}

/* Features Section */
.features[b-rvja4n4r9l] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-rvja4n4r9l] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-rvja4n4r9l] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-rvja4n4r9l] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-rvja4n4r9l] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-rvja4n4r9l] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-rvja4n4r9l] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-rvja4n4r9l] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-rvja4n4r9l] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-rvja4n4r9l] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjusted for 4 platforms */
    gap: 25px;
}

.download-item[b-rvja4n4r9l] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-rvja4n4r9l] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-rvja4n4r9l] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-rvja4n4r9l 2s infinite;
}

.download-item h3[b-rvja4n4r9l] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-rvja4n4r9l] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-rvja4n4r9l] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-rvja4n4r9l] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-rvja4n4r9l] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-rvja4n4r9l] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjusted to 2 columns for longer testimonials */
    gap: 25px;
}

.testimonial-item[b-rvja4n4r9l] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-rvja4n4r9l 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-rvja4n4r9l] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-rvja4n4r9l] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-rvja4n4r9l] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-rvja4n4r9l] { animation-delay: 0.8s; }

.testimonial-item p[b-rvja4n4r9l] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-rvja4n4r9l] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-rvja4n4r9l] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-rvja4n4r9l] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-rvja4n4r9l] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-rvja4n4r9l {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-rvja4n4r9l {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-rvja4n4r9l {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-rvja4n4r9l {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-rvja4n4r9l {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/GCloud.razor.rz.scp.css */
/* Hero Section */
.hero[b-r6egvscz0g] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-r6egvscz0g] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-r6egvscz0g 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-r6egvscz0g] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-r6egvscz0g 1.8s ease-out;
}

.gcloud-logo[b-r6egvscz0g] {
    max-width: 200px;
    margin-top: 20px;
    animation: fadeIn-b-r6egvscz0g 2s ease-out;
}

/* Features Section */
.features[b-r6egvscz0g] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-r6egvscz0g] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-r6egvscz0g] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-r6egvscz0g] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-r6egvscz0g] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-r6egvscz0g] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-r6egvscz0g] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-r6egvscz0g] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-r6egvscz0g] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-r6egvscz0g] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.download-item[b-r6egvscz0g] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-r6egvscz0g] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-r6egvscz0g] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-r6egvscz0g 2s infinite;
}

.download-item h3[b-r6egvscz0g] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-r6egvscz0g] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-r6egvscz0g] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-r6egvscz0g] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-r6egvscz0g] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-r6egvscz0g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.testimonial-item[b-r6egvscz0g] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-r6egvscz0g 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-r6egvscz0g] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-r6egvscz0g] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-r6egvscz0g] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-r6egvscz0g] { animation-delay: 0.8s; }

.testimonial-item p[b-r6egvscz0g] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-r6egvscz0g] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-r6egvscz0g] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-r6egvscz0g] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-r6egvscz0g] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-r6egvscz0g {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-r6egvscz0g {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-r6egvscz0g {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-r6egvscz0g {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-r6egvscz0g {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/GCloudHelp.razor.rz.scp.css */

.hero[b-73wiu5wuk2] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
   
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    background-color: #F9FAFB;
    color: #1F2937;
}


.benefit-card[b-73wiu5wuk2] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .benefit-card:hover[b-73wiu5wuk2] {
        transform: translateY(-8px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

.code-snippet[b-73wiu5wuk2] {
    position: relative;
    background-color: #E3F2FD;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-family: monospace;
    color: #1565C0;
}

.container[b-73wiu5wuk2] {
    
    background-color: #F9FAFB;
    color: #1F2937;
}
/* _content/enarmedia/Components/Pages/Apps/OneFlix.razor.rz.scp.css */

main.oneflix[b-bmiy4quonx] {
    background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header */
header[b-bmiy4quonx] {
    text-align: center;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.5);
    animation: fadeIn-b-bmiy4quonx 1s ease-in;
}

header h1[b-bmiy4quonx] {
    font-size: 3.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: slideIn-b-bmiy4quonx 1s ease-out;
}

header p[b-bmiy4quonx] {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Buttons */
.cta-buttons[b-bmiy4quonx] {
    margin-top: 30px;
}

.btn[b-bmiy4quonx] {
    display: inline-block;
    padding: 12px 30px;
    background: #0078d4;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin: 10px;
    transition: transform 0.3s, background 0.3s;
}

.btn:hover[b-bmiy4quonx] {
    transform: scale(1.05);
    background: #005bb5;
}

/* Features Section */
.features[b-bmiy4quonx] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card[b-bmiy4quonx] {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    animation: fadeUp-b-bmiy4quonx 1s ease-out;
    animation-fill-mode: both;
}

.feature-card:nth-child(1)[b-bmiy4quonx] { animation-delay: 0.2s; }
.feature-card:nth-child(2)[b-bmiy4quonx] { animation-delay: 0.4s; }
.feature-card:nth-child(3)[b-bmiy4quonx] { animation-delay: 0.6s; }

.feature-card i[b-bmiy4quonx] {
    font-size: 2.5rem;
    color: #0078d4;
    margin-bottom: 15px;
}

.feature-card h3[b-bmiy4quonx] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* About Section */
.about[b-bmiy4quonx], .how-it-works[b-bmiy4quonx], .faq[b-bmiy4quonx] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.about h2[b-bmiy4quonx], .how-it-works h2[b-bmiy4quonx], .faq h2[b-bmiy4quonx] {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;
}

.about p[b-bmiy4quonx], .how-it-works p[b-bmiy4quonx], .faq details[b-bmiy4quonx] {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 20px;
}

.steps[b-bmiy4quonx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.step[b-bmiy4quonx] {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
}

.faq details[b-bmiy4quonx] {
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq summary[b-bmiy4quonx] {
    cursor: pointer;
    font-weight: bold;
}



/* Animations */
@keyframes fadeIn-b-bmiy4quonx {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-bmiy4quonx {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeUp-b-bmiy4quonx {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    header h1[b-bmiy4quonx] { font-size: 2.5rem; }
    header p[b-bmiy4quonx] { font-size: 1rem; }
    .btn[b-bmiy4quonx] { padding: 10px 20px; }
    .about h2[b-bmiy4quonx], .how-it-works h2[b-bmiy4quonx], .faq h2[b-bmiy4quonx] { font-size: 2rem; }
}
/* _content/enarmedia/Components/Pages/Apps/Player/CloudMediaPlayer.razor.rz.scp.css */


main.cloud-media-player[b-mastvwr9ng] {
    background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
    margin-top: 7rem;
}





/* Header */
header[b-mastvwr9ng] {
    text-align: center;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.5);
    animation: fadeIn-b-mastvwr9ng 1s ease-in;
}

header h1[b-mastvwr9ng] {
    font-size: 3.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: slideIn-b-mastvwr9ng 1s ease-out;
}

header p[b-mastvwr9ng] {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Buttons */
.cta-buttons[b-mastvwr9ng] {
    margin-top: 30px;
}

.btn[b-mastvwr9ng] {
    display: inline-block;
    padding: 12px 30px;
    background: #0078d4;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin: 10px;
    transition: transform 0.3s, background 0.3s;
}

.btn:hover[b-mastvwr9ng] {
    transform: scale(1.05);
    background: #005bb5;
}

/* Features Section */
.features[b-mastvwr9ng] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card[b-mastvwr9ng] {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    animation: fadeUp-b-mastvwr9ng 1s ease-out;
    animation-fill-mode: both;
}

.feature-card:nth-child(1)[b-mastvwr9ng] { animation-delay: 0.2s; }
.feature-card:nth-child(2)[b-mastvwr9ng] { animation-delay: 0.4s; }
.feature-card:nth-child(3)[b-mastvwr9ng] { animation-delay: 0.6s; }

.feature-card i[b-mastvwr9ng] {
    font-size: 2.5rem;
    color: #0078d4;
    margin-bottom: 15px;
}

.feature-card h3[b-mastvwr9ng] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* About, How It Works, Testimonials, FAQ Sections */
.about[b-mastvwr9ng], .how-it-works[b-mastvwr9ng], .testimonials[b-mastvwr9ng], .faq[b-mastvwr9ng] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.about h2[b-mastvwr9ng], .how-it-works h2[b-mastvwr9ng], .testimonials h2[b-mastvwr9ng], .faq h2[b-mastvwr9ng] {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;
}

.about p[b-mastvwr9ng], .how-it-works p[b-mastvwr9ng], .testimonials p[b-mastvwr9ng], .faq details[b-mastvwr9ng] {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 20px;
}

.steps[b-mastvwr9ng], .testimonial-grid[b-mastvwr9ng] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.step[b-mastvwr9ng], .testimonial[b-mastvwr9ng] {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
}

.testimonial p[b-mastvwr9ng] {
    font-style: italic;
}

.testimonial cite[b-mastvwr9ng] {
    display: block;
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 10px;
}

.faq details[b-mastvwr9ng] {
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq summary[b-mastvwr9ng] {
    cursor: pointer;
    font-weight: bold;
}

/* Marketing CTA */
.marketing-cta[b-mastvwr9ng] {
    text-align: center;
    padding: 40px 20px;
    background: #0078d4;
    margin: 40px 0;
}

.marketing-cta h3[b-mastvwr9ng] {
    font-size: 2rem;
    margin-bottom: 20px;
}



/* Animations */
@keyframes fadeIn-b-mastvwr9ng {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-mastvwr9ng {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeUp-b-mastvwr9ng {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    header h1[b-mastvwr9ng] { font-size: 2.5rem; }
    header p[b-mastvwr9ng] { font-size: 1rem; }
    .btn[b-mastvwr9ng] { padding: 10px 20px; }
    .about h2[b-mastvwr9ng], .how-it-works h2[b-mastvwr9ng], .testimonials h2[b-mastvwr9ng], .faq h2[b-mastvwr9ng] { font-size: 2rem; }
    .marketing-cta h3[b-mastvwr9ng] { font-size: 1.5rem; }
}
/* _content/enarmedia/Components/Pages/Apps/Player/HelpGoogle.razor.rz.scp.css */
/* Guide Section */
.guide[b-f51qhx3dyi] {
    padding: 120px 0;
    background: rgba(10, 25, 47, 0.85);
    min-height: 100vh;
}

.guide h2[b-f51qhx3dyi] {
    font-size: 48px;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
    animation: fadeInDown-b-f51qhx3dyi 1.5s ease-out;
}

.guide h3[b-f51qhx3dyi] {
    font-size: 28px;
    font-family: 'Orbitron', sans-serif;
    color: #00b4d8;
    margin-top: 40px;
    margin-bottom: 20px;
}

.guide p[b-f51qhx3dyi] {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    animation: fadeInUp-b-f51qhx3dyi 1.8s ease-out;
}

.guide ul[b-f51qhx3dyi] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.guide ul li[b-f51qhx3dyi] {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.guide ul li[b-f51qhx3dyi]:before {
    content: "\f00c"; /* Font Awesome checkmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00b4d8;
    position: absolute;
    left: 0;
    top: 2px;
}

.guide b[b-f51qhx3dyi] {
    color: #00b4d8;
    font-weight: bold;
}


/* Animations */
@keyframes glow-b-f51qhx3dyi {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-f51qhx3dyi {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-f51qhx3dyi {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/enarmedia/Components/Pages/Apps/Player/Terms.razor.rz.scp.css */
/* Guide Section */
.guide[b-2qce4t8bmo] {
    padding: 120px 0;
    background: rgba(10, 25, 47, 0.85);
    min-height: 100vh;
}

.guide h2[b-2qce4t8bmo] {
    font-size: 48px;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
    animation: fadeInDown-b-2qce4t8bmo 1.5s ease-out;
}

.guide h3[b-2qce4t8bmo] {
    font-size: 28px;
    font-family: 'Orbitron', sans-serif;
    color: #00b4d8;
    margin-top: 40px;
    margin-bottom: 20px;
}

.guide p[b-2qce4t8bmo] {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    animation: fadeInUp-b-2qce4t8bmo 1.8s ease-out;
}

.guide ul[b-2qce4t8bmo] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.guide ul li[b-2qce4t8bmo] {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.guide ul li[b-2qce4t8bmo]:before {
    content: "\f00c"; /* Font Awesome checkmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00b4d8;
    position: absolute;
    left: 0;
    top: 2px;
}

.guide b[b-2qce4t8bmo] {
    color: #00b4d8;
    font-weight: bold;
}


/* Animations */
@keyframes glow-b-2qce4t8bmo {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-2qce4t8bmo {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-2qce4t8bmo {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/enarmedia/Components/Pages/Apps/R2Explorer.razor.rz.scp.css */



/* Hero Section */
.hero[b-w3ggbmmnsd] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-w3ggbmmnsd] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-w3ggbmmnsd 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-w3ggbmmnsd] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-w3ggbmmnsd 1.8s ease-out;
}

/* Features Section */
.features[b-w3ggbmmnsd] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-w3ggbmmnsd] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-w3ggbmmnsd] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-w3ggbmmnsd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-w3ggbmmnsd] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-w3ggbmmnsd] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-w3ggbmmnsd] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-w3ggbmmnsd] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-w3ggbmmnsd] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-w3ggbmmnsd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjusted for 4 platforms */
    gap: 25px;
}

.download-item[b-w3ggbmmnsd] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-w3ggbmmnsd] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-w3ggbmmnsd] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-w3ggbmmnsd 2s infinite;
}

.download-item h3[b-w3ggbmmnsd] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-w3ggbmmnsd] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-w3ggbmmnsd] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-w3ggbmmnsd] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-w3ggbmmnsd] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-w3ggbmmnsd] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjusted to 2 columns for longer testimonials */
    gap: 25px;
}

.testimonial-item[b-w3ggbmmnsd] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-w3ggbmmnsd 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-w3ggbmmnsd] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-w3ggbmmnsd] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-w3ggbmmnsd] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-w3ggbmmnsd] { animation-delay: 0.8s; }

.testimonial-item p[b-w3ggbmmnsd] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-w3ggbmmnsd] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-w3ggbmmnsd] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-w3ggbmmnsd] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-w3ggbmmnsd] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-w3ggbmmnsd {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-w3ggbmmnsd {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-w3ggbmmnsd {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-w3ggbmmnsd {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-w3ggbmmnsd {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/R2Photos.razor.rz.scp.css */



/* Hero Section */
.hero[b-etkr1o26k7] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-etkr1o26k7] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-etkr1o26k7 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-etkr1o26k7] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-etkr1o26k7 1.8s ease-out;
}

/* Features Section */
.features[b-etkr1o26k7] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-etkr1o26k7] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-etkr1o26k7] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-etkr1o26k7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-etkr1o26k7] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-etkr1o26k7] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-etkr1o26k7] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-etkr1o26k7] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-etkr1o26k7] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-etkr1o26k7] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjusted for 4 platforms */
    gap: 25px;
}

.download-item[b-etkr1o26k7] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-etkr1o26k7] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-etkr1o26k7] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-etkr1o26k7 2s infinite;
}

.download-item h3[b-etkr1o26k7] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-etkr1o26k7] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-etkr1o26k7] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-etkr1o26k7] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-etkr1o26k7] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-etkr1o26k7] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjusted to 2 columns for longer testimonials */
    gap: 25px;
}

.testimonial-item[b-etkr1o26k7] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-etkr1o26k7 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-etkr1o26k7] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-etkr1o26k7] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-etkr1o26k7] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-etkr1o26k7] { animation-delay: 0.8s; }

.testimonial-item p[b-etkr1o26k7] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-etkr1o26k7] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-etkr1o26k7] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-etkr1o26k7] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-etkr1o26k7] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-etkr1o26k7 {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-etkr1o26k7 {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-etkr1o26k7 {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-etkr1o26k7 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-etkr1o26k7 {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Apps/S3Explorer.razor.rz.scp.css */

main.s3-explorer[b-8b3n5ly672] {
    background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
    margin-top: 7rem;
}

/* Header */
header[b-8b3n5ly672] {
    text-align: center;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.5);
    animation: fadeIn-b-8b3n5ly672 1s ease-in;
}

header h1[b-8b3n5ly672] {
    font-size: 3.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: slideIn-b-8b3n5ly672 1s ease-out;
}

header p[b-8b3n5ly672] {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Buttons */
.cta-buttons[b-8b3n5ly672] {
    margin-top: 30px;
}

.btn[b-8b3n5ly672] {
    display: inline-block;
    padding: 12px 30px;
    background: #ff9900; /* AWS orange */
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin: 10px;
    transition: transform 0.3s, background 0.3s;
}

.btn:hover[b-8b3n5ly672] {
    transform: scale(1.05);
    background: #e68a00;
}

/* Features Section */
.features[b-8b3n5ly672] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card[b-8b3n5ly672] {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    animation: fadeUp-b-8b3n5ly672 1s ease-out;
    animation-fill-mode: both;
}

.feature-card:nth-child(1)[b-8b3n5ly672] { animation-delay: 0.2s; }
.feature-card:nth-child(2)[b-8b3n5ly672] { animation-delay: 0.4s; }
.feature-card:nth-child(3)[b-8b3n5ly672] { animation-delay: 0.6s; }

.feature-card i[b-8b3n5ly672] {
    font-size: 2.5rem;
    color: #ff9900;
    margin-bottom: 15px;
}

.feature-card h3[b-8b3n5ly672] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* About, How It Works, Testimonials, FAQ Sections */
.about[b-8b3n5ly672], .how-it-works[b-8b3n5ly672], .testimonials[b-8b3n5ly672], .faq[b-8b3n5ly672] {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.about h2[b-8b3n5ly672], .how-it-works h2[b-8b3n5ly672], .testimonials h2[b-8b3n5ly672], .faq h2[b-8b3n5ly672] {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;
}

.about p[b-8b3n5ly672], .how-it-works p[b-8b3n5ly672], .testimonials p[b-8b3n5ly672], .faq details[b-8b3n5ly672] {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 20px;
}

.steps[b-8b3n5ly672], .testimonial-grid[b-8b3n5ly672] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.step[b-8b3n5ly672], .testimonial[b-8b3n5ly672] {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
}

.testimonial p[b-8b3n5ly672] {
    font-style: italic;
}

.testimonial cite[b-8b3n5ly672] {
    display: block;
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 10px;
}

.faq details[b-8b3n5ly672] {
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq summary[b-8b3n5ly672] {
    cursor: pointer;
    font-weight: bold;
}

/* Marketing CTA */
.marketing-cta[b-8b3n5ly672] {
    text-align: center;
    padding: 40px 20px;
    background: #ff9900;
    margin: 40px 0;
}

.marketing-cta h3[b-8b3n5ly672] {
    font-size: 2rem;
    margin-bottom: 20px;
}


/* Animations */
@keyframes fadeIn-b-8b3n5ly672 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-8b3n5ly672 {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeUp-b-8b3n5ly672 {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    header h1[b-8b3n5ly672] { font-size: 2.5rem; }
    header p[b-8b3n5ly672] { font-size: 1rem; }
    .btn[b-8b3n5ly672] { padding: 10px 20px; }
    .about h2[b-8b3n5ly672], .how-it-works h2[b-8b3n5ly672], .testimonials h2[b-8b3n5ly672], .faq h2[b-8b3n5ly672] { font-size: 2rem; }
    .marketing-cta h3[b-8b3n5ly672] { font-size: 1.5rem; }
}
/* _content/enarmedia/Components/Pages/Apps/Wasabi.razor.rz.scp.css */
/* Hero Section */
.hero[b-ytwyhqd6rr] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1[b-ytwyhqd6rr] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-ytwyhqd6rr 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero p[b-ytwyhqd6rr] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-ytwyhqd6rr 1.8s ease-out;
}

.wasabi-logo[b-ytwyhqd6rr] {
    max-width: 200px;
    margin-top: 20px;
    animation: fadeIn-b-ytwyhqd6rr 2s ease-out;
}

/* Features Section */
.features[b-ytwyhqd6rr] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.features h2[b-ytwyhqd6rr] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.features p[b-ytwyhqd6rr] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-grid[b-ytwyhqd6rr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-item[b-ytwyhqd6rr] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover[b-ytwyhqd6rr] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.feature-item h3[b-ytwyhqd6rr] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Downloads Section */
.downloads[b-ytwyhqd6rr] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.downloads h2[b-ytwyhqd6rr] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.download-grid[b-ytwyhqd6rr] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.download-item[b-ytwyhqd6rr] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover[b-ytwyhqd6rr] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.download-item i[b-ytwyhqd6rr] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-ytwyhqd6rr 2s infinite;
}

.download-item h3[b-ytwyhqd6rr] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
}

.download-item a[b-ytwyhqd6rr] {
    display: inline-block;
    padding: 12px 25px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-item a:hover[b-ytwyhqd6rr] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Testimonials Section */
.testimonials[b-ytwyhqd6rr] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-ytwyhqd6rr] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-ytwyhqd6rr] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.testimonial-item[b-ytwyhqd6rr] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-ytwyhqd6rr 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-ytwyhqd6rr] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-ytwyhqd6rr] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-ytwyhqd6rr] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-ytwyhqd6rr] { animation-delay: 0.8s; }

.testimonial-item p[b-ytwyhqd6rr] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-ytwyhqd6rr] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Additional Info Section */
.additional-info[b-ytwyhqd6rr] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.additional-info h2[b-ytwyhqd6rr] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.additional-info p[b-ytwyhqd6rr] {
    font-size: 18px;
}

/* Animations */
@keyframes glow-b-ytwyhqd6rr {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-ytwyhqd6rr {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-ytwyhqd6rr {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-ytwyhqd6rr {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-ytwyhqd6rr {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Contact.razor.rz.scp.css */
/* Contact Section */
.contact[b-t6nifrhit1] {
    padding: 120px 0;
    background: rgba(10, 25, 47, 0.85);
    min-height: 100vh;
    text-align: center;
}

.contact h1[b-t6nifrhit1] {
    font-size: 48px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
    animation: fadeInDown-b-t6nifrhit1 1.5s ease-out;
}

.contact p[b-t6nifrhit1] {
    font-size: 18px;
    margin-bottom: 40px;
    animation: fadeInUp-b-t6nifrhit1 1.8s ease-out;
}

.contact-form[b-t6nifrhit1] {
    max-width: 600px;
    margin: 0 auto 40px;
    background: rgba(20, 40, 60, 0.7);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.3);
}

.contact-form label[b-t6nifrhit1] {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    color: #00b4d8;
}

.contact-form input[b-t6nifrhit1],
.contact-form textarea[b-t6nifrhit1] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

.contact-form input:focus[b-t6nifrhit1],
.contact-form textarea:focus[b-t6nifrhit1] {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 180, 216, 0.7);
}

.contact-form textarea[b-t6nifrhit1] {
    height: 150px;
    resize: none;
}

.contact-form button[b-t6nifrhit1] {
    display: inline-block;
    padding: 15px 30px;
    background: #00b4d8;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.contact-form button:hover[b-t6nifrhit1] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Social Highlight */
.social-highlight[b-t6nifrhit1] {
    margin-top: 40px;
    background: rgba(20, 40, 60, 0.7);
    padding: 20px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.3);
}

.social-highlight p[b-t6nifrhit1] {
    font-size: 18px;
    margin: 0 0 10px;
}

.social-highlight a[b-t6nifrhit1] {
    color: #00b4d8;
    text-decoration: none;
    font-weight: bold;
    transition: text-shadow 0.3s ease;
}

.social-highlight a:hover[b-t6nifrhit1] {
    text-shadow: 0 0 10px rgba(0, 180, 216, 0.7);
}

.social-highlight i[b-t6nifrhit1] {
    margin-right: 8px;
    font-size: 20px;
}

/* Animations */
@keyframes glow-b-t6nifrhit1 {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-t6nifrhit1 {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-t6nifrhit1 {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/enarmedia/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero[b-21rd8qjjhb] {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8), rgba(0, 180, 216, 0.2));
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content h2[b-21rd8qjjhb] {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    animation: fadeInDown-b-21rd8qjjhb 1.5s ease-out;
    text-shadow: 0 0 20px rgba(0, 180, 216, 0.5);
}

.hero-content p[b-21rd8qjjhb] {
    font-size: 22px;
    margin-bottom: 30px;
    animation: fadeInUp-b-21rd8qjjhb 1.8s ease-out;
}

.cta-button[b-21rd8qjjhb] {
    display: inline-block;
    padding: 15px 30px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover[b-21rd8qjjhb] {
    background: #0077b6;
    box-shadow: 0 0 15px rgba(0, 119, 182, 0.7);
}

/* Services Section */
.services[b-21rd8qjjhb] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.services h2[b-21rd8qjjhb] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.services p[b-21rd8qjjhb] {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.service-grid[b-21rd8qjjhb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-item[b-21rd8qjjhb] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover[b-21rd8qjjhb] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.5);
}

.service-item i[b-21rd8qjjhb] {
    font-size: 50px;
    color: #00b4d8;
    margin-bottom: 20px;
    animation: pulse-b-21rd8qjjhb 2s infinite;
}

.service-item h3[b-21rd8qjjhb] {
    font-size: 26px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    color: #00b4d8;
}

/* Why Choose Us Section */
.why-choose-us[b-21rd8qjjhb] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.why-choose-us h2[b-21rd8qjjhb] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.why-choose-us p[b-21rd8qjjhb] {
    font-size: 18px;
    margin-bottom: 40px;
}

/* Testimonials Section */
.testimonials[b-21rd8qjjhb] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.85);
}

.testimonials h2[b-21rd8qjjhb] {
    text-align: center;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.testimonial-grid[b-21rd8qjjhb] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.testimonial-item[b-21rd8qjjhb] {
    background: rgba(20, 40, 60, 0.7);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    animation: fadeIn-b-21rd8qjjhb 1.5s ease-out forwards;
}

.testimonial-item:nth-child(1)[b-21rd8qjjhb] { animation-delay: 0.2s; }
.testimonial-item:nth-child(2)[b-21rd8qjjhb] { animation-delay: 0.4s; }
.testimonial-item:nth-child(3)[b-21rd8qjjhb] { animation-delay: 0.6s; }
.testimonial-item:nth-child(4)[b-21rd8qjjhb] { animation-delay: 0.8s; }

.testimonial-item p[b-21rd8qjjhb] {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-item span[b-21rd8qjjhb] {
    display: block;
    font-size: 14px;
    color: #00b4d8;
}

/* Contact Section */
.contact[b-21rd8qjjhb] {
    padding: 100px 0;
    background: rgba(10, 25, 47, 0.9);
    text-align: center;
}

.contact h2[b-21rd8qjjhb] {
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
}

.contact p[b-21rd8qjjhb] {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Animations */
@keyframes glow-b-21rd8qjjhb {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-21rd8qjjhb {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-21rd8qjjhb {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-21rd8qjjhb {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-b-21rd8qjjhb {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/* _content/enarmedia/Components/Pages/Privacy.razor.rz.scp.css */
/* Guide Section */
.guide[b-nvxiaykwxp] {
    padding: 120px 0;
    background: rgba(10, 25, 47, 0.85);
    min-height: 100vh;
}

.guide h2[b-nvxiaykwxp] {
    font-size: 48px;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(0, 180, 216, 0.4);
    animation: fadeInDown-b-nvxiaykwxp 1.5s ease-out;
}

.guide h3[b-nvxiaykwxp] {
    font-size: 28px;
    font-family: 'Orbitron', sans-serif;
    color: #00b4d8;
    margin-top: 40px;
    margin-bottom: 20px;
}

.guide p[b-nvxiaykwxp] {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    animation: fadeInUp-b-nvxiaykwxp 1.8s ease-out;
}

.guide ul[b-nvxiaykwxp] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.guide ul li[b-nvxiaykwxp] {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.guide ul li[b-nvxiaykwxp]:before {
    content: "\f00c"; /* Font Awesome checkmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00b4d8;
    position: absolute;
    left: 0;
    top: 2px;
}

.guide b[b-nvxiaykwxp] {
    color: #00b4d8;
    font-weight: bold;
}


/* Animations */
@keyframes glow-b-nvxiaykwxp {
    from { text-shadow: 0 0 5px #00b4d8; }
    to { text-shadow: 0 0 15px #00b4d8, 0 0 25px #00b4d8; }
}

@keyframes fadeInDown-b-nvxiaykwxp {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp-b-nvxiaykwxp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
