﻿
.clickable-box.active::after {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

.clickable-box {
    position: relative;
    display: block;
    padding: 30px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .clickable-box.active {
        border-bottom: 4px solid #ff0000;
        transform: translateY(-6px);
        transform: translateY(-6px);
    }

/
.clickable-box.active .card-number {
    /* background: rgb(255 255 255 / 38%);*/
    color: #ffffff;
    font-weight: 700;
    /* clip-path: polygon(
        25% 6%, 75% 6%,
        100% 50%,
        75% 94%, 25% 94%,
        0% 50%
    ); */
}


/*.card-number {
    width: 45px;
    height: 45px;
    background: rgb(255 255 255 / 38%);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-family: 'Poppins';
    position: absolute;
    RIGHT: 8PX;
    FONT-SIZE: 16PX;
    font-weight: 600;
    clip-path: polygon( 25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50% );
    line-height: 45px;
    border: 2px solid #ffffff00;
    box-shadow: 0px 43px 72px rgb(0 0 0 / 85%);
    text-shadow: 2px 2px 2px rgb(0 0 0 / 19%);
    backdrop-filter: blur(18px);
}*/


.card-number {
    position: absolute;
    right: 8px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    pointer-events: none;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 19%);
}


    .card-number::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(255 255 255 / 38%);
        clip-path: polygon( 25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50% );
        backdrop-filter: blur(18px);
        box-shadow: 0px 20px 40px rgba(0,0,0,0.45);
        z-index: -1;
        transform-origin: center;
    }


.clickable-box:hover .card-number::before {
    animation: spinShape 2s linear infinite;
}


@keyframes spinShape {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dflexss {
    display: flex;
    justify-content: end;
}

.dflexss1 {
    display: flex;
    justify-content: start;
}


.boxdss {
    background: #002e47;
    padding: 7px 10px 10px;
    font-size: 20px;
    margin: 5px 10px 0px;
    text-align: center;
    border-radius: 2px;
    width: 230px;
}



    .boxdss a {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }




.q1 {
    width: 50px;
    margin: 0px 0 0 !important;
}

.jjm-section {
    padding: 15px 15px;
    border: 1px dashed #ef7b00;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: rgb(239 123 0) 5px 5px;
}


.borderwrapperrr3 span.number {
    width: 46px !important;
    backdrop-filter: blur(18px);
}

a {
    text-decoration: none !important;
}

.boxd1 {
    background: #f3f3f3b5 !important;
    color: white;
    width: 100%;
    display: block;
    /*  padding: 1px 10px;
            margin: 5px 0 1px;*/
    font-weight: 600;
    /*border-left: 4px solid #c9650f;*/
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 3px 5px 1px rgb(2 0 0 / 25%);
    min-height: 38px;
    align-items: center;
    display: flex;
}

    .boxd1 a {
        /* text-align: right; */
        /* width: 100%; */
        /* font-size: 15px; */
        padding: 0px;
        box-shadow: none;
        background: transparent;
        display: flex;
        margin: 0;
        align-items: center;
    }

img.boxd1_one1_inner {
    max-width: 12%;
    /* float: left; */
}

.titlebox {
    width: 88%;
    text-align: left;
    float: right;
    display: block;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 550;
    display: flex;
    align-items: center;
    padding-left: 11px;
    color: #000;
}

span.number {
    display: inline-block;
    background: #c9650f;
    width: 35px;
    height: 33px;
    border-radius: 50%;
    /* box-shadow: 0 2px 5px #d9d9d9; */
    line-height: 32px;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    float: left;
    /* margin-left: -20px; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* border: 1px dashed; */
}

img.boxd1_one1_inner {
    max-width: 10%;
    /* float: left; */
    display: none;
}

span.new_blink {
    display: inline-block;
    font-size: 9.3px;
    animation: animate 1.5s infinite;
    color: yellow
}

@@keyframes animate {
    0% {
        color: blue;
    }

    100% {
        color: yellow;
    }
}

.jjm_1 a {
    background: #cd73c9b3;
}

.jjm_2 a {
    text-decoration: none;
    min-height: 75px;
    border-bottom: 2px solid #FF5722;
    background-image: linear-gradient(85deg, #3cbffb 0%, #a8e0f9 100%);
}

.jjm_3 a {
    background: #b18d60;
}

.jjm_4 a {
    background: #cd57579e;
}

.jjm_5 a {
    background: #25a1fb;
}

.jjm_6 a {
    background: #b7cff3;
}

.jjm_7 a {
    background: #a9aae5;
}

.jjm_8 a {
    background: #e7acac;
}

.jjm_9 a {
    background: #e99fc1;
}

.jjm_10 a {
    background: #f8c6fb;
}

.jjm_11 a {
    background: #ef9ea5;
}

.jjm_12 a {
    background: #a1d1a1;
}

.jjm_13 a {
    background: #f7b979;
}

.jjm_14 a {
    background: #8bc34a;
}

.jjm_15 a {
    background: #b4b4ed;
}

.borderwrapperrr3 .col-md-4.col-xs-12 {
    margin-top: 0px;
}




@@media(max-width:767px) {
    .boxd1 a {
        /* text-align: right; */
        /* width: 100%; */
        /* font-size: 15px; */
        padding: 0px;
        box-shadow: none;
        background: transparent;
        display: flex;
        margin: 0;
        align-items: center;
    }

    .dflexss1, .dflexss {
        display: block;
        justify-content: start;
    }

    .rotate-btn {
        width: 100%;
        margin: 8px 0px !important;
        justify-content: center;
    }


    .boxdss {
        margin: 5px 0px;
        width: 100%;
    }






    #nn {
        /* background-color: #fff; */
        border-radius: 8px;
        color: #ec0101;
        padding: 2px;
        font-weight: bold;
        font-size: 16px;
    }
}

.boxd-news, .boxd-news marquee {
    height: 170px;
}

img.news-list-img {
    max-width: 50px;
    margin-top: -5px;
}

p.news-list {
    margin-bottom: 25px;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.borderwrapperrr3 .boxd1 {
    background: #bfa4f2 !important;
    color: white;
    width: 100%;
    display: block;
    padding: 1px 5px;
    margin: 5px 0 1px;
    font-weight: 500;
    border-left: 4px solid #abdaf4;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 3px 5px 1px rgb(1 1 1 / 0%);
    min-height: 42px;
    align-items: center;
    display: flex;
}

.automation .boxd1_one10 {
    background: #7a4a02 !important;
}

    .automation .boxd1_one10 .titlebox {
        color: white !important;
    }

.topheadmanage {
    background: #ccd2ff !important;
    margin-top: 10px;
}

.rotate-btn {
    background: linear-gradient(to right, #1176bc, #069eea);
    padding: 9px 8px 8px 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 0px solid #ef7b00;
    margin-top: 0px;
    border-radius: 2px 16px !important;
    margin: 0px 20px 0px 0px;
}


    .rotate-btn .btn-text {
        display: inline-block;
        text-align: center;
        line-height: 24px;
        /* font-size: 10px; */
    }

.arrow {
    font-size: 37px;
    font-weight: 300;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.rotate-btn .arrow {
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle;
    color: #ef7b00;
    padding: 4px 5px 0px 10px;
}

.btn-text strong {
    font-size: 16px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    letter-spacing: 1px;
}

.btn-text h4 {
    font-family: poppins, sans-serif;
    letter-spacing: 1px;
    margin: 3px;
    font-size: 14px;
    font-weight: 500;
}

@@media (min-width: 1200px) and (max-width: 1300.98px) {

    .rotate-btn {
        padding: 6px 6px 6px 10px;
        font-size: 16px;
    }

        .rotate-btn .btn-text {
            line-height: 19px;
        }

    .btn-text strong {
        font-size: 14px;
    }

    .btn-text h4 {
        font-size: 12px;
    }

    .rotate-btn .arrow {
        font-size: 24px;
    }

    .arrow {
        font-size: 37px;
        height: 33px;
        width: 33px;
        line-height: 24px;
    }
}

.hidden-important {
    display: none !important;
}

.custom-heading1 {
    display: flex;
    align-items: center;
    width: 100%;
}

.accordion-header {
    cursor: pointer;
    position: relative;
}



/*.accordion-header.active .toggle-arrow {
            transform: rotate(90deg);
        }
    */
.accordion-header {
    position: relative;
}

    .accordion-header i {
        position: absolute;
        right: 0px;
        top: 50%;
        font-size: 18px;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
        height: 35px;
        width: 35px;
        line-height: 35px;
        background-color: #c9bd9b;
        border-radius: 50%;
        border: 0px solid #fff;
        backdrop-filter: blur(14px);
        color: #000000;
        background: #fff;
        font-weight: 800;
        padding: 0px 13px;
    }

/* .accordion-header.active i {
                transform: translateY(-73%) rotate(90deg);
            }*/

.bg-pattern {
    background-color: #efebdf;
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04) 1px, transparent 1px, transparent 12px);
}


.clickable-box {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    color: #000;
    position: relative;
    transition: background-color 0.3s ease;
    gap: 12px;
    min-height: 60px;
    margin-bottom: 12px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

    .clickable-box:before {
        background: #ffffff0d;
        bottom: -16px;
        right: -30px;
        z-index: 1;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        content: "";
        width: 160px;
        height: 160px;
        position: absolute;
    }

    .clickable-box:hover {
        transform: translateY(2px);
    }

    .clickable-box:hover {
        background-color: #f9debc;
    }

.box-logo {
    height: 45px;
    flex-shrink: 0;
}

.box-text {
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.arrow-icon {
    font-size: 26px;
    color: #002e47;
    flex-shrink: 0;
}

.custom-heading1 h3 {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
    font-family: 'Poppins';
    text-align: left;
    margin: 0;
    width: 90%;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 16%);
}

.main-section {
    position: relative;
    padding: 25px 0px 50px;
}


.bg-card-blue {
    background: linear-gradient(to right, #12355B, #4277af) !important;
}

.bg-card-orange {
    background: linear-gradient(135deg, #C8820F, #eab45b);
}

.bg-card-green {
    background: linear-gradient(to right, #1B5E20, #67c76b) !important;
}

.bg-card-purple {
    background: linear-gradient(135deg, #4A235A, #8d52a5);
}

.bg-card-pink {
    background: linear-gradient(135deg, #7B1E28, #c74e5c);
}

.bg-card-teal {
    background: linear-gradient(135deg, #136a6b, #40b7c0);
}

.dashboardss {
    font-weight: 600;
}


.top-head-dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.dashboardss {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #002e47;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.dashboardss {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #002e47;
}

.finger-gif {
    rotate: 180deg;
    width: 40px;
    height: auto;
}

.dashboard-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.dashboard-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #002e47;
    color: #fff;
    padding: 5px 14px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    transition: background 0.3s ease;
    box-shadow: 2px 3px 5px 1px rgb(2 0 0 / 25%);
    font-weight: 600;
}

    .dashboard-btn i {
        margin-left: 30px;
    }

    .dashboard-btn:hover {
        background: #002e47;
        color: #fff;
    }


@media (max-width: 768px) {
    .top-head-dashboard {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-buttons {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }

    .dashboard-btn {
        flex: 1 1 100%;
        text-align: center;
    }

    .dflexss1 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .dflexss {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .boxdss {
        width: 100%;
    }

    .rotate-btn {
        justify-content: space-between;
        margin: 0;
        width: 100%;
    }
}




.section-heading {
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #002e47;
    margin-bottom: 25px;
}


    .section-heading .heading-decor {
        display: block;
        width: 8%;
        margin: 8px auto 0;
        position: relative;
        color: #ff8100;
    }

        .section-heading .heading-decor::before,
        .section-heading .heading-decor::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 40%;
            height: 1px;
            background: #ff8100;
        }

        .section-heading .heading-decor::before {
            left: 0;
        }

        .section-heading .heading-decor::after {
            right: 0;
        }


    .section-heading .heading-decor {
        height: 10px;
    }

        .section-heading .heading-decor::marker {
            display: none;
        }

        .section-heading .heading-decor::after,
        .section-heading .heading-decor::before {
            transform: translateY(-50%);
        }

        .section-heading .heading-decor span {
            display: none;
        }


        .section-heading .heading-decor::before,
        .section-heading .heading-decor::after {
            z-index: 1;
        }

        .section-heading .heading-decor::after {
            right: 0;
        }

        .section-heading .heading-decor::before {
            left: 0;
        }

        .section-heading .heading-decor::after {
            right: 0;
        }


    .section-heading::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 1px;
        width: 8px;
        height: 8px;
        background: #ff8100;
        border-radius: 50%;
        transform: translateX(-50%);
    }

.mt-0 {
    margin-top: 0px;
}


@media (min-width: 1200px ) and (max-width: 1399.8px) {
    .custom-heading1 h3 {
        font-size: 13px;
    }

    .btn-text strong {
        font-size: 13px;
    }

    .btn-text h4 {
        font-size: 13px;
    }
}


@media (min-width: 991px ) and (max-width: 1199px) {
    .custom-heading1 h3 {
        font-size: 12px;
    }

    .btn-text strong {
        font-size: 13px;
    }

    .btn-text h4 {
        font-size: 13px;
    }
}

/*.clickable-box:hover .card-number {
    animation: spinQ 1.8s linear infinite;
}

@keyframes spinQ {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
*/
