﻿
.content {
    min-height: calc(100vh - 100px);
}

.blink-link {
    animation: blink 1.09s infinite;
}

@keyframes blink {
    0%, 100% {
        color: white;
    }

    50% {
        color: #ffd4e0;
    }
}


/*Top Bar*/

.header-container {
    background-image: url('Assets/Web_Images/Header_Image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0;
}

.school-name {
    color: #3282B8;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
}

/*Navbar*/

.navbar-brand {
    color: #F3E2D4;
}

.navbar {
    background-color: #B9375D;
}

.nav-link {
    color: #EEEEEE;
    font-weight: 500;
}

.dropdown-menu {
    background-color: #B9375D;
    color: white;
}

.dropdown-item {
    color: white;
    font-weight: 500;
}

    .dropdown-item:hover {
        background-color: white;
        color: #154d71;
    }

/*Helpdesk*/

:root {
    --primary-color: #4e73df;
    --secondary-color: #6f42c1;
    --accent-color: #e83e8c;
    --light-bg: #f8f9fc;
}


.helpdesk-card {
    border-radius: 0.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    margin-bottom: 1.5rem;
}



.support-time {
    background-color: #ffeaea;
    border-left: 4px solid #e74a3b;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.contact-person {
    border-left: 4px solid var(--primary-color);
    padding: 12px 15px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 4px;
    transition: all 0.2s;
}

    .contact-person:hover {
        box-shadow: 0 0.15rem 1rem rgba(58, 59, 69, 0.1);
    }

.query-box {
    background-color: #f8f9fc;
    border-radius: 8px;
    padding: 20px;
    /*margin-top: 20px;*/
    border: 1px solid #e3e6f0;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-method {
    color: #6e707e;
    font-size: 0.9rem;
}

.contact-link {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s;
}

    .contact-link:hover {
        color: var(--secondary-color);
        text-decoration: underline;
    }

.header-gradient {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 20px 0;
    border-radius: 0 0 1rem 1rem;
    margin-bottom: 2rem;
}


/*main box*/

.info1-box {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .info1-box::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b);
        transition: width 0.3s ease;
        border-radius: 1px;
    }

    .info1-box:hover {
        transform: translateY(-2px);
    }

        .info1-box:hover::after {
            width: 57%;
        }

/*portal-header*/

.portal-header {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 10px -10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .portal-header img {
        width: 40px;
        height: 40px;
    }

    .portal-header h4 {
        margin: 0;
        font-weight: bold;
        color: #0041c2;
    }

.info-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}



    .info-box .header {
        background: #1d3557;
        color: white;
        font-weight: bold;
        padding: 10px;
        font-size: 16px;
    }

    .info-box ul {
        list-style: none;
        margin: 0;
        padding: 15px;
    }

        .info-box ul li {
            margin-bottom: 8px;
        }

            .info-box ul li a {
                text-decoration: none;
                font-weight: 500;
                color: #0d6efd;
            }

            .info-box ul li span {
                font-size: 14px;
                font-weight: bold;
            }

.open {
    color: green;
}

.closed {
    color: red;
}

.bottom-links a {
    margin: 0 10px;
    font-weight: 600;
    text-decoration: none;
}

    .bottom-links a:hover {
        text-decoration: underline;
    }

.info-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
}

    .info-box .header {
        background: #F3E9DC;
        color: #B9375D;
        padding: 10px;
        font-weight: bold;
        flex-shrink: 0;
    }

    .info-box ul {
        padding: 15px;
        margin: 0;
        list-style: none;
        flex-grow: 1;
    }


.link-btn:hover {
    transform: translate(-2px) scale(1.02);
    transition: all 0.3s ease;
}

.fancy-heading {
    background: linear-gradient(90deg, #e0f7fa, #f1f8e9);
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.creative-heading {
    text-align: center;
    color: #B9375D;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    animation: fadeIn 1.2s ease-in-out;
}

    .creative-heading::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translateX(-50%);
        width: 80%;
        height: 4px;
        background: linear-gradient(90deg, #B9375D, #ff7aa8);
        border-radius: 5px;
    }


.link-btn {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px -5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .link-btn:hover {
        transform: translateY(-3px) scale(1.03);
    }
