﻿body {
    background-color: #ffff !important;
    padding-bottom: 0px;
    font-family: "Arial";
    color: #505050
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background: black;
    text-align: center;
}


.portfolio-item {
    margin-bottom: 30px;
}

.menu-item-card img {
    width: 100%;
    margin: 10px;
}

.menu-item-card:first-of-type {
    border-top: none;
}

.card-title a {
    color: #353A40;
}

.field-validation-error {
    color: red;
}

.contact-container {
    min-height: 500px;
}

.current-order-list {
    margin: 25px 0;
    padding: 0;
}

    .current-order-list li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

a, .btn-link {
    color: #121212;
}

.order-page {
    min-height: 750px;
    margin: 25px 0;
}

.contact-form {
    margin: 25px 0;
}

.mobile-content {
    display: flex;
    justify-content: space-between;
}

.mobile-app {
    padding: 50px;
    margin-top: 10px;
    background: #fff;
}

.sub-line {
    text-align: right;
}

.remove-item {
    cursor: pointer;
    text-align: right;
}

.extra-row {
    display: flex;
    justify-content: space-between;
}

.add-extra {
    cursor: pointer;
}

    .add-extra:hover {
        text-decoration: underline;
    }

.order-wrapper {
    padding: 10px 5px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.order-info {
    margin: 75px 0 0 0;
}

.order-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.extras-list li {
    display: flex;
    justify-content: space-between;
}

.place-order {
    margin: 10px 0;
}

.page-wrapper {
    margin: 25px 0;
    min-height: 700px;
}

.valid.modified:not([type=checkbox]) {
    outline: none;
}

@media only screen and (min-width: 768px) {
    .blazored-modal {
        min-width: 500px;
    }
}

input[type="radio"] {
    margin-right: 10px;
}

.blazored-modal-container {
    z-index: 5000;
}

.order-history tr {
    height: 50px;
}

.order-history table {
    width: 100%;
}

.navbar-brand .nav-link, .navbar-brand .nav-link:hover {
    border-radius: 0;
    color: #aaa;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #757575 !important;
}

.nav-item {
    cursor: pointer;
}

.nav-tabs {
    border-radius: 0;
}

    .nav-tabs .nav-item:hover {
        background-color: #eee;
    }


#alertContainer {
    font-size: 1.5em;
}

.sign {
    max-width: 100%;
}

.blazored-modal {
    margin-top: 100px !important;
}

.card-actions > * {
    margin: 0 7px;
}

.card {
    border-radius: 0px;
    border: 1px solid #eee !important;
}

.tab-content .card-info {
    min-height: 175px
}

input {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0 !important;
    border: none;
    color: white;
}

.btn-success, .btn-info {
    background-color: #C0997F !important;
}

.btn-light {
    background-color: #DCB499 !important;
}

    .btn-success:hover, .btn-info:hover, .btn-light:hover {
        color: white;
        background-color: #F9CFB4 !important;
    }

.tab-content {
    background: #fff !important;
    margin-top: 25px;
}

.list-group .active {
    background-color: #C0997F;
    border: none;
}

.list-group {
    border-radius: 0;
}

.admin-grid tbody {
    max-height: 500px;
}

.admin-grid tr {
    height: 75px;
}

.page-wrapper {
    min-height: 1000px;
}

.header-light {
    color: aliceblue
}

.course-card {
    background: rgba(0, 0, 0, 0.6); /* translucent black */
    color: #f5f5f5; /* bright, soft white text */
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(4px); /* optional: adds a frosted-glass effect */
    -webkit-backdrop-filter: blur(4px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
    /* Optional: hover effect to make it feel alive */

    .course-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    }
    /* If your titles need extra punch */

    .course-card h2, .course-card h3 {
        color: #ffffff;
        font-weight: 600;
    }

    .course-card a {
        color: #87a7e9;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transition: color 0.2s ease, border-color 0.2s ease;
    }

        .course-card a:hover {
            color: #ffeb8a; /* warm highlight on hover */
            border-bottom-color: #ffeb8a; /* underline matches hover color */
        }
/* ============================================================
   Blog components
   ============================================================ */

/* Featured blog */
.featured-blog {
    position: relative;
    padding: 2rem;
}

.featured-blog-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #a0b4d0;
    margin-bottom: 1rem;
}

.featured-blog-text {
    padding-right: 1.5rem;
}

.featured-blog-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0.5rem 0 1rem;
    line-height: 1.3;
}

.featured-blog-intro {
    color: #e8eaf0;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.featured-blog-body {
    color: #c8ccd8;
    font-size: 0.95rem;
    line-height: 1.7;
}

.featured-blog-video-col {
    display: flex;
    flex-direction: column;
    padding-top: 0.5rem;
}

/* Blog entry cards */
.blog-entry {
    padding: 1.5rem;
}

.blog-entry-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0.4rem 0 0.75rem;
    line-height: 1.35;
}

.blog-entry-intro {
    color: #e8eaf0;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0.5rem;
}

.blog-entry-body {
    color: #c8ccd8;
    font-size: 0.9rem;
    line-height: 1.65;
}

/* Shared blog link style */
.blog-link {
    color: #87a7e9;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(135, 167, 233, 0.4);
    transition: color 0.2s ease, border-color 0.2s ease;
}

    .blog-link:hover {
        color: #ffeb8a;
        border-bottom-color: #ffeb8a;
    }

/* Watch videos toggle button */
.blog-watch-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .blog-watch-btn:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.45);
    }

/* Category badges */
.blog-category-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 6px;
}

.blog-cat-ai {
    background: rgba(138, 110, 230, 0.25);
    color: #c4aff8;
    border: 1px solid rgba(138, 110, 230, 0.4);
}

.blog-cat-cyber {
    background: rgba(230, 100, 80, 0.25);
    color: #f5a898;
    border: 1px solid rgba(230, 100, 80, 0.4);
}

.blog-cat-math {
    background: rgba( 29, 158, 117, 0.25);
    color: #7de0be;
    border: 1px solid rgba( 29, 158, 117, 0.4);
}

.blog-cat-quantum {
    background: rgba( 55, 138, 221, 0.25);
    color: #90c4f4;
    border: 1px solid rgba( 55, 138, 221, 0.4);
}

.blog-cat-cloud {
    background: rgba(239, 159, 39, 0.25);
    color: #f5c97a;
    border: 1px solid rgba(239, 159, 39, 0.4);
}

.blog-cat-science {
    background: rgba( 99, 153, 34, 0.25);
    color: #aad468;
    border: 1px solid rgba( 99, 153, 34, 0.4);
}

.blog-cat-games {
    background: rgba(212, 83, 126, 0.25);
    color: #f5a0be;
    border: 1px solid rgba(212, 83, 126, 0.4);
}

.blog-cat-default {
    background: rgba(255, 255, 255, 0.10);
    color: #c8ccd8;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
