/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    background: rgb(143,183,201);
    background: linear-gradient(0deg, rgba(143,183,201,0.9192051820728291) 0%, rgb(255, 255, 255) 67%);
}

.hd-header-wrapper {
    padding: 67px 0;
    border-radius: 4px;
}

.hd-header-wrapper h4 {
    color: #fff;
    font-size: 46px;
    padding: 0 8px;
}

/* Responsive Logo Styling */
#pendantLogo {
    max-width: 300px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

#pendantLogo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

.hd-header-wrapper p {
    color: #3b3f5c;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.login-box {
    max-width: 420px;
    margin: 15vh auto 0;
    padding: 30px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 20px 40px rgba(27, 85, 226, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.login-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(27, 85, 226, 0.1), transparent);
    transition: left 0.6s ease;
}

.login-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(27, 85, 226, 0.2),
                0 15px 30px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.login-box:hover::before {
    left: 100%;
}

.login-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.login-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    background: linear-gradient(135deg, #1b55e2 0%, #2d6ae8 100%);
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(27, 85, 226, 0.3);
    position: relative;
    overflow: hidden;
}

.login-logo a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.login-logo a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(27, 85, 226, 0.4);
}

.login-logo a:hover::before {
    left: 100%;
}

.login-logo svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #ffffff;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.login-logo a:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.login-logo h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.5px;
}

.login-text {
    position: relative;
    z-index: 2;
}

.login-text p {
    font-size: 15px;
    font-weight: 500;
    color: #6b7280;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}

#miniFooterWrapper {
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-top: solid 1px #cccbcb;
    padding: 14px;
    box-shadow: 0px -1px 20px 0 rgba(31, 45, 61, 0.1);
}

#miniFooterWrapper .arrow p {
    align-self: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

#miniFooterWrapper .copyright a {
    color: #1b55e2;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767px) {
    .hd-header-wrapper {
        padding: 30px 0;
    }
    .hd-header-wrapper h4 {
        font-size: 32px;
    }
    .hd-header-wrapper p {
        font-size: 18px;
    }

    /* Responsive Logo for Mobile */
    #pendantLogo {
        max-width: 250px;
    }

    /* Responsive Login Box for Mobile */
    .login-box {
        max-width: 350px;
        margin: 10vh auto 0;
        padding: 25px 20px;
    }

    .login-logo a {
        padding: 12px 20px;
    }

    .login-logo h5 {
        font-size: 16px;
    }

    .login-text p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .box-item-content {
        height: auto;
    }
    .box-item-content {
        padding: 10px;
    }
    .media svg {
        width: 40px;
        height: 40px;
    }
}

.welcome-title {
    margin-top: 5%;
    margin-bottom: 8%;
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: fadeInUp 1.2s ease-out;
}

.circle-animation {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(79, 148, 171, 0.8) 0%, rgba(27, 85, 226, 0.4) 70%, transparent 100%);
    border-radius: 50%;
    border: 2px solid rgba(27, 85, 226, 0.3);
    animation: pulse 6s ease-in-out infinite;
    opacity: 0;
    z-index: 1;
}

.circle-animation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: innerPulse 6s ease-in-out infinite;
}

.circle-animation::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    border: 1px solid rgba(27, 85, 226, 0.2);
    border-radius: 50%;
    animation: outerRing 6s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.8);
        top: -200px;
    }
    10% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
        transform: translateX(-50%) scale(1.2);
    }
    80% {
        opacity: 0.2;
        transform: translateX(-50%) scale(2.5);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) scale(4);
        top: -500px;
    }
}

@keyframes innerPulse {
    0%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes outerRing {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    30% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.3;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .circle-animation {
        width: 150px;
        height: 150px;
        top: -150px;
    }

    @keyframes pulse {
        0% {
            opacity: 0;
            transform: translateX(-50%) scale(0.6);
            top: -150px;
        }
        10% {
            opacity: 0.6;
        }
        50% {
            opacity: 0.3;
            transform: translateX(-50%) scale(1);
        }
        80% {
            opacity: 0.1;
            transform: translateX(-50%) scale(2);
        }
        100% {
            opacity: 0;
            transform: translateX(-50%) scale(3);
            top: -300px;
        }
    }
}
