@import '_content/ShineBlazor.Components/ShineBlazor.Components.ev3s0r9jmq.bundle.scp.css';

/* /Components/FlipCard.razor.rz.scp.css */
.card-container[b-4bawoa1453] {
    perspective: 1000px;
}

.card[b-4bawoa1453] {
    width: 300px;
    height: 400px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    border: 0;
}

    .card:hover[b-4bawoa1453] {
        transform: rotateY(180deg);
    }

.card-side[b-4bawoa1453] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    color: white;
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.card-front[b-4bawoa1453] {
    background: linear-gradient(135deg, var(--bs-secondary), var(--bs-tertiary-bg));
}

.card-back[b-4bawoa1453] {
    background: linear-gradient(135deg, #fc5c7d, #6a82fb);
    transform: rotateY(180deg);
}

.card[b-4bawoa1453]  .institution-logo {
    max-height: 4rem;
    max-width: 4rem;
    font-size: 40px;
    margin-bottom: 20px;
    animation: bounce-b-4bawoa1453 2s infinite;
}

.card[b-4bawoa1453]  .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}

.card[b-4bawoa1453]  .institute {
    font-size: 1rem;
    font-weight: 100;
}

@keyframes bounce-b-4bawoa1453 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}
/* /Components/ProjectCard.razor.rz.scp.css */
.project-wrapper[b-on6inn2z2s] {
    padding: 4rem 1rem;
    border-radius: 2rem
}

.project-card[b-on6inn2z2s] {
    --card-bg: #555;
    background: var(--card-bg);
    color: var(--bs-white);
    border-radius: 1.25rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
}

.card-image[b-on6inn2z2s] {
    background: var(--bs-white);
    max-width: 80%;
    width: 300px;
    height: 180px;
    border-radius: 1rem;
    margin: -5rem auto 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
    .card-image .img-fluid[b-on6inn2z2s] {
        max-height: 100%;
        padding: 1rem;
    }

.project-card[b-on6inn2z2s]  .chip {
    background: rgba(0,0,0, 0.15);
}

.project-card[b-on6inn2z2s]  .links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

    .project-card[b-on6inn2z2s]  .links a {
        text-decoration: none;
        color: var(--bs-dark);
        background: var(--bs-white);
        padding: 0.5rem 1rem;
    }
/* /Layout/MainLayout.razor.rz.scp.css */

.layout-wrapper[b-uwgp7rlc98]  .navbar {
    margin: 1rem;
    align-content: center;
    border-radius: 1rem;
}
/* /Pages/Contact.razor.rz.scp.css */

.full-height-text-area[b-yd568ub3b3]  .form-floating, 
.full-height-text-area[b-yd568ub3b3]  .form-floating .form-control {
    height: 100%;
}

.social-icons[b-yd568ub3b3] {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .social-icons a[b-yd568ub3b3] {
        color: var(--bs-body-text);
        font-size: 2rem;
        text-decoration: none;
        transition: transform 0.3s, color 0.3s;
    }

        .social-icons a:hover[b-yd568ub3b3] {
            transform: scale(1.2);
        }
/* /Pages/WorkExperience.razor.rz.scp.css */
.job-logo[b-y11w6cmf9r] {
    align-items: center;
}

.job-roles[b-y11w6cmf9r] {
    align-items: center;
    justify-content: center;
}

.job-title[b-y11w6cmf9r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    gap: 6px;
    position: relative;
    padding-left: 1.25rem;
    border-left: 2px solid #777;
}

    .job-title[b-y11w6cmf9r]::before {
        position: absolute;
        top: 0.5rem;
        left: -0.4rem;
        content: "\A";
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #007BFF;
        outline: 2px solid #fff;
    }

    .job-title[b-y11w6cmf9r]  * {
        margin: 0;
        padding: 2px 0;
    }

    .job-title[b-y11w6cmf9r]  .duration {
        font-weight: 100;
    }

.list[b-y11w6cmf9r] {
    border-right: 1px solid #ccc;
}

.list-item[b-y11w6cmf9r] {
    --bg-hover-color: var(--bs-body-color-rgb);
    padding: 1rem;
    border: 1px solid transparent;
    border-bottom-color: #eee;
    cursor: pointer;
    position: relative;
}

    .list-item:hover[b-y11w6cmf9r] {
        background: rgba(var(--bg-hover-color), 0.15);
    }

    .list-item.selected[b-y11w6cmf9r] {
        background: rgba(var(--bg-hover-color), 0.15);
        box-shadow: 0 0 8px 0 inset rgb(var(--bg-hover-color), 0.1);
        border-image: var(--rgba-border);
        animation: var(--glowing-border-animation);
    }

        .list-item.selected[b-y11w6cmf9r]::before {
            content: '';
            position: absolute;
            right: -2px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid rgb(var(--bs-body-bg-rgb));
        }

.details[b-y11w6cmf9r] {
    padding: 2rem;
}

    .details h2[b-y11w6cmf9r] {
        margin: 0 0 1rem;
    }

.property[b-y11w6cmf9r] {
    display: flex;
    padding: 0.5rem 0;
}

    .property label[b-y11w6cmf9r] {
        width: 150px;
        font-weight: bold;
    }

.color-box[b-y11w6cmf9r] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    margin-left: 0.5rem;
}
