﻿.button a.login {
    color: #fff;
    padding: 11px 19px !important;
    border-radius: 9px !important;
    margin: 0px 5px;
    border: 1px solid #8d8d8d;
    background: #3F51B5;
    box-shadow: 1px 2px 3px #ccc !important;
}

html {
    scroll-behavior: smooth;
}

.card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
    }

.icon {
    background-color: #e6edfa;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon img {
        width: 35px;
        height: 35px;
    }

h3 {
    font-size: 20px;
    color: #0c1c44;
    margin-bottom: 15px;
}

p {
    font-size: 15px;
    color: #444e64;
    line-height: 1.6;
}


.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(227 240 255) !important;
    padding: 20px;
}

.iconbox_block {
    *padding: 50px 50px 42px;
    transition: var(--bs-transition);
    /* background-color: #e3f0ff; */
    /* background-color: var(--bs-white); */
    border-radius: 20px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1) inset, -7px -7px 8px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 2px 0 rgba(174, 191, 210, 0.3);
    height: 330px;
    border: 1px solid #000;
}

    .iconbox_block .iconbox_icon {
        width: 80px;
        height: 80px;
        flex: 0 0 auto;
        margin: 0 0 32px;
        border-radius: 100%;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        color: var(--bs-primary);
        background-color: var(--bs-primary-bg-subtle);
    }

    .iconbox_block .iconbox_title {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .iconbox_block p {
        font-size: 16px;
    }

    .iconbox_block:hover {
        transform: translateY(-2px);
        /* box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3); */
        box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2), -7px -7px 8px rgba(255, 255, 255, 0.5);
    }

.iconbox_content p {
   /* padding: 5px 25px 10px;*/
}

.iconbox_block .iconbox_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    padding-left: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #00315e;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
}

.marquee-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: scroll-up 10s linear infinite;
}



/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-content p {
    margin: 0px 11px;
    font-size: 15px;
    line-height: 1;
    color: #000;
    /*border: 1px solid #00315e;
                                              border-radius: 5px;
                                              box-shadow: 1px 2px 3px;
                                              width: 104%; */
}

ul.RLinks li {
    padding: 6px 0px;
    text-align: left;
    text-indent: -22px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 11px;
    *width: 90%;
    *max-width: 800px;
}

.grid-container {
    .card

{
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 5px solid #2b6fff;
    width: 200px;
}

ul.hover-list {
    display: none;
}

.card ul.hover-list:hover {
    display: block !important;
    position: absolute;
    background: #2b6fff;
    width: 101%;
    left: -1px;
    top: -1px;
    height: 163px;
    border-radius: 9px;
    list-style: none;
}

}

.card i {
    color: #2b6fff;
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
}

.card span {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}


.login-container h2 {
    margin-bottom: 20px;
}



.captcha-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

canvas {
    background: #f0f0f0;
    border-radius: 5px;
}

button[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #0078d7;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    button[type="submit"]:hover {
        background: #005fa3;
    }

button[type="button"] {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.error-msg {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

ul.RLinks a {
    margin-left: -11px;
    font-family: inherit;
    line-height: 22px !important;
}

svg {
    overflow: visible !important;
    color: #1870a2;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    height: 41px;
}





.demo12 {
    .card

{
    width: 200px;
    height: 165px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
   /* border-bottom: 5px solid #00315e;*/
}

.card-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.default-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.4s ease;
    z-index: 1;
    margin-top: 10px;
    width: 100%;
}

ul.hover-list h3 {
    margin-top: 8px;
    font-weight: 900;
    font-family: inherit;
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 6px;
    font-size: 20px !important;
}

ul.hover-list li:hover {
    background: #fff;
    color: #00315e;
}

a {
    color: #fff;
}

li {
    a: hover

{
    color: #2b6fff;
}

}

.hover-list {
    display: flex;  
    flex-direction: column;  
    justify-content: center; 
    align-items: center;  
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -195%;
    left: -32px;
    width: 146%;
    height: 165px;
    padding: 0px 0;
    margin: 0;
    background: #3c71bd;
    list-style: none;
    transition: bottom 0.4s ease;
    color: white;
    border-radius: 0 0 12px 12px;
    z-index: 2;
    margin-bottom: -31px;
}

    .hover-list li {
        padding: 5px 0;
        font-size: 14px;
        border-radius: 8px;
    }
/* On hover */
.card:hover .default-text {
    opacity: 0;
}

.card:hover .hover-list {
    bottom: 0;
}

}

.demo12.d-flex .card {
    margin: 5px 5px;
}

p#usefulllinks {
    bottom: 0;
    right: 0;
    font-weight: 600;
    color: #0078d7;
}



.zoom-in-out-once {
    animation: zoomInThenOut 3s infinite ease-in-out;
}

ul.hover-list li:hover {
    a

{
    color: #2b6fff;
    font-weight: 600;
}
}



section#cardown {
    .card-container

{
    background: url('~/img/cardbg.png');
    display: flex;
    justify-content: center;
    gap: 30px;
}

.card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0px;
    width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 8px solid #2c6ed5;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    }

    .card h3 {
        color: #1d3c6a;
        font-size: 20px;
        margin-bottom: 15px;
        background: #d1d8ff;
        padding: 15px 0px;
        font-weight: 600;
        font-family: system-ui;
    }

    .card ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .card li {
        color: #2b2b2b;
        margin-bottom: 8px;
        transition: color 0.2s ease;
    }

        .card li:hover {
            color: #2c6ed5;
            cursor: pointer;
        }

li {
    text-align: left !important;
    color: #11768c !important;
    list-style: none !important;
}

    li:hover {
        font-weight: 600;
        color: #2f70d6 !important;
    }

.card {
    background: url(img/12.jpg) !important;
    background-size: cover !important;
}

}

section#cardown {
    background: url('~/img/cardbg.png');
    background-size: contain;
    padding: 0px 10px 40px;
    background-position: left;
    width: 100% !important;
    display: grid;
}

section.grouping h2 {
    color: red !important;
    font-family: "montserratbold", sans-serif;
    font-size: 1.714em;
    display: inline-block;
    background: linear-gradient(92.61deg, #003f88 0%, #007bff 0%, #003f88 116.86%, #007bff 182.36%, #003f88 246.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

section.grouping {
    .tab-links

{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-link {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s;
}

    .tab-link:hover {
        background-color: #0056b3;
    }

    .tab-link.active {
        background-color: #003f88;
    }

.tab-block-content {
    display: none;
}

    .tab-block-content.active {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 20px 0px;
        border-radius: 5px;
        box-shadow: 1px 2px 3px #ccc;
    }



.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

    .card:hover {
        transform: translateY(-3px);
    }

    .card h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .card p {
        font-size: 14px;
        color: #555;
    }

.content {
    animation: fadeIn 0.4s ease;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
}