/* ---new designs--- */
.subpage-header {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #0046a6, rgb(0, 217, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.subpage-subtitle {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 50px;
    color: black;
    font-weight: 400;
}

.subpage-box {
    /* display: grid;
    justify-content: center;
    align-items: center; */
    margin: 80px auto;
    width: 85%;
}

.service-item {
    font-size: 18px;
    padding: 8px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 18px auto;

}

.service-border {
    border: 2px solid transparent;
    background: linear-gradient(to right, #0078d4 5%, #14dddd 100%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-image:
        linear-gradient(white, white),
        linear-gradient(to right, #0078d4 5%, #14dddd 100%);
}

.service-inner {
    background: linear-gradient(to right, #0078d4 5%, #14dddd 100%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.service-item.show {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 10px rgba(236, 234, 226, 0.5);
    border-color: linear-gradient(to right, #0078d4 5%, #14dddd 100%);
    border-radius: 10px;
}

.service-item i {
    font-size: 28px;
    margin-left: 15px;
    color: #fff;
    transition: 0.3s;
    margin-right: 20px;
}

.service-item:hover i {
    transform: scale(1.1);
    text-shadow: 0 0 10px #fff;
}

.service-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.service-desc {
    font-size: 14px;
    font-weight: 600;
    color: #ddd;
    text-align: left;
}

@media (max-width: 768px) {
    .service-item {
        flex-direction: column;
        text-align: center;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-out 0s forwards;
}


.about-box-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #0046a6;
    margin-bottom: 20px;
}

.about-box {
    background: linear-gradient(to right, #e3f2fd, #ffffff);
    padding: 30px;
    border-left: 5px solid #0046a6;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}

.about-box:hover {
    transform: scale(1.02);
}

.faq-container {
    max-width: 80%;
    margin: 50px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    font-weight: bold;
    background-color: #ffffff;
    color: #333;
    border: none;
    transition: all 0.3s ease-in-out;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    background-color: #004cffe0;
    color: white;
    border-radius: 5px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-body {
    background: #f8f9fa;
    border-radius: 5px;
}

.accordion-button::after {
    transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.contact-container {
    text-align: center;
    padding: 40px;
    border-radius: 15px;
    background: linear-gradient(135deg, #283f5a, #326eb1, #0e4d92);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.contact-container:hover {
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    animation: slideUp 1s ease-out forwards;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.2);
}

.contact-item i {
    font-size: 25px;
    color: #0046a6;
    transition: all 0.3s ease-in-out;
}

.contact-item strong {
    font-size: 18px;
    font-weight: 600;
    color: #de3a68;
    text-transform: uppercase;
    padding-right: 10px;
}

.contact-item strong:hover {
    text-shadow: 0 1px 7px #f25ee2d6
}

.contact-item span {
    font-size: 18px;
    color: #0046a6;
}

/* 
.social-icons {
    margin-top: 20px;
    transform: translateY(50px);
    animation: slideUp 1.5s ease-out forwards;
    border: 1px solid #0046a6;
}

.social-icons a {
    margin: 0 15px;
    font-size: 25px;
    color: #0046a6;
} */

@keyframes slideUp {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(0);
    }
}

/* .social-icons a:hover {
    transform: scale(1.3) rotate(10deg);
    color: #0046a6;
    text-shadow: 0 0 15px rgba(247, 243, 247, 0.8);
} */

.contact-info {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    padding: 60px 10px 20px;
    transform: translateY(50px);
    animation: slideUp 0.5s ease-out forwards;
}

@media (max-width: 992px) {

    .contact-item span {
        font-size: 15px;
    }

    .contact-item strong {
        font-size: 15px;
    }

    .contact-info {
        font-size: 16px;
        padding-top: 40px;
    }
}

.icons {
    font-size: 22px;
}

.contact-details {
    box-shadow: 0px 0px 9px #999595;
    animation: slideUp 1.5s ease-out forwards;
    margin: 22px 0;
}

.contact-inner {
    background: linear-gradient(to right, #0078d4 5%, #14dddd 100%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: 22px;
}

.topbar-link {
    padding: 5px 18px;
    font-size: 16px;
    border-right: 1px solid white;
}

.topbar {
    background-color: #2f2fe1;
    display: inline-flex;
    justify-content: center
}

.footer-topbar p {
    padding: 0 20px;
    border-right: 1px solid #fff;
}


.policy-section {
    padding: 20px;
    border-left: 5px solid #2b6cb0;
    background: linear-gradient(to right, #e3f2fd, #ffffff);
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.policy-section:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.policy-section h4 {
    font-size: 20px;
    color: #2b6cb0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-section h4 i {
    font-size: 22px;
    color: #2b6cb0;
}

.policy-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-left: 32px;
}

.sitemap-list {
    list-style: none;
    padding: 0;
}

.sitemap-list li {
    background: #eef3fc;
    margin: 10px 0;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sitemap-list li:hover {
    transform: translateX(15px);
    background: #d9e4fc;
}

.sitemap-list li a {
    text-decoration: none;
    font-weight: 600;
    color: #2b6cb0;
    transition: color 0.3s ease-in-out;
}

.sitemap-list li:hover a {
    color: #1a4e8e;
}

.sitemap-list li i {
    font-size: 22px;
    color: #2b6cb0;
}

.notification-container {
    background: linear-gradient(to right, #2b9aeb, #5f4ce1);
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
}

.notification-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    color: #fff;
}

.notification-container table th,
.notification-container table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.notification-container table th {
    background: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    color: #ffcc00;
}

.notification-container table tr {
    transition: all 0.3s ease-in-out;
}

.notification-container table tr:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.doc-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.doc-link:hover {
    color: #ffcc00;
    text-shadow: 0px 0px 10px rgba(255, 153, 0, 0.6);
}

.chatbot-launcher-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.chatbot-launcher {
    width: 150px;
    cursor: pointer;
    animation: bounce 1.5s infinite;
    transition: transform 0.3s;
}

.chatbot-launcher:hover {
    transform: scale(1.1);
}

.help-bubble {
    background: #089156ff;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.chatbot-launcher-container:hover .help-bubble {
    opacity: 1;
    transform: translateY(0);
}

.help-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 35px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #089156ff;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.chatbot-dialog {
    position: fixed;
    bottom: 20px;
    right: 30px;
    margin: 0;
    max-width: 380px;
    width: 90%;
    height: auto;
    z-index: 1055;
}

.chatbot-modal-box {
    position: fixed;
    bottom: 20px;
    right: 30px;
    margin: 0;
    width: 100%;
}

.chatbot-modal-content {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: none;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}

.chatbot-body {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.chatbot-body::before,
.chatbot-body::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(0, 123, 255, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.chatbot-body::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}

.chatbot-body::after {
    width: 150px;
    height: 150px;
    bottom: -40px;
    right: -40px;
}

.chatbot-header {
    padding: 12px 16px;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chatbot-header h5 {
    font-size: 16px;
    margin: 0;
}

.chatbot-box {
    display: flex;
    flex-direction: column;
    height: 450px;
    margin: 5px;
    overflow-x: scroll;
}

.chatbot-msg {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f0f2f5;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f2f5;
}

.chatbot-msg::-webkit-scrollbar {
    width: 6px;
}

.chatbot-msg::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

.chatbot-input {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

.chatbot-input input {
    flex: 1;
    height: 38px;
    border-radius: 20px;
    padding: 0 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    transition: border 0.3s;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.chatbot-input input:focus {
    border-color: #0d6efd;
}

.chatbot-input button {
    width: 40px;
    height: 40px;
    background: #0d6efd;
    border: none;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

#messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 10px;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.chat-bubble-user {
    align-self: flex-end;
    background-color: #0d6efd;
    color: white;
    padding: 10px 14px;
    border-radius: 18px 18px 0 18px;
    max-width: 90%;
    font-size: 14px;
    word-break: break-word;
    animation: fadeIn 0.3s ease;
}

.chat-bubble-bot {
    align-self: flex-start;
    background-color: #e4e6eb;
    color: #000;
    padding: 10px 14px;
    border-radius: 18px 18px 18px 0;
    max-width: 90%;
    font-size: 14px;
    word-break: break-word;
    white-space: normal;
    animation: fadeIn 0.3s ease;
}

.send-chat-btn {
    /* transform: rotate(90deg); */
    font-size: 18px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
}

.send-chat-btn:hover {
    transform: rotate(320deg) scale(1.2);
}

.chatbot-faq-container {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.chatbot-faq-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
}

.chatbot-faq-card:hover {
    color: #fff;
    background-color: #007bff;
}

.typing {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: typing 2s steps(35, end) forwards;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.rasa-user,
.rasa-bot {
    padding: 10px 14px;
    max-width: 90%;
    font-size: 14px;
    word-break: break-word;
    animation: fadeIn 0.3s ease;
    margin: 5px 0;
}

.rasa-user {
    align-self: flex-end;
    background-color: #0d6efd;
    color: white;
    border-radius: 18px 18px 0 18px;
}

.rasa-bot {
    align-self: flex-start;
    background-color: #e4e6eb;
    color: #000;
    border-radius: 18px 18px 18px 0;
    white-space: normal;
}

.typing-indicator {
    display: flex;
    gap: 6px;
    padding-left: 10px;
    margin-top: 6px;
    align-items: center;
    height: 24px;
}

.typing-indicator .dot {
    width: 8px;
    height: 8px;
    background-color: #363738;
    border-radius: 50%;
    opacity: 0.4;
    animation: blink 1.4s infinite both;
}

.typing-indicator .dot:nth-child(1) {
    animation-delay: 0s;
}

.typing-indicator .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0.4;
    }

    40% {
        opacity: 1;
    }
}

.quick-replies {
    margin-top: 5px;
}

.quick-replies button {
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.hero-banner {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(150deg, rgba(25, 135, 84, 0.85) 0%, rgba(25, 67, 130, 0.85) 100%);
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../assets/images/home/banner-main.jpg') no-repeat;
    background-size: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-left: 2rem;
    padding-left: 3.7rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(69, 62, 62, 0.95);
    font-weight: 400;
    max-width: 100%;
    margin-left: 1.7rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 3rem;
    text-align: justify;
    padding-right: 1rem;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
    height: 350px;
    align-self: center;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.grid-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid white;
    border-radius: 15px;
}

.item-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 3;
}

.item-2 {
    grid-column: 5 / 7;
    grid-row: 1 / 3;
}

.item-3 {
    grid-column: 1 / 4;
    grid-row: 3 / 5;
}

.item-4 {
    grid-column: 4 / 7;
    grid-row: 3 / 5;
}

.banner-subtitle {
    background-color: beige;
    border-radius: 0 20px 20px 0;
    padding-left: 1rem;
    margin-top: 1rem;
}

@media (max-width: 1176px) {
    .hero-title {
        font-size: 2.7rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .row.align-items-center {
        display: flex;
        align-items: center;
    }

    .col-6 {
        flex-basis: 50%;
        max-width: 50%;
        height: 100%;
    }

    .hero-subtitle {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .row.align-items-center {
        flex-direction: column;
        text-align: center;
    }

    .col-6 {
        width: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }

    .hero-title {
        font-size: 2rem;
        margin: auto;
        position: relative;
        left: 1%;
    }

    .hero-subtitle {
        text-align: center;
        margin-right: auto;
        padding-left: 0;
        margin-left: auto;
    }

    .banner-subtitle {
        border-radius: 20px;
        max-width: 90%;
        position: relative;
        left: 10%;
    }

    .photo-grid {
        margin-bottom: 2rem;
    }
}

.service-card {
    transition: all 0.3s ease-in-out;
    background: white;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 1.5rem;
    color: #0078d4;
    background: rgba(25, 135, 84, 0.1);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.our-services h2 {
    position: relative;
    display: inline-block;
}

.our-services h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #0d47a1;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.notification-ticker {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.95rem;
    background-color: #0d64e7ff;
    font-weight: 600;
}

.ticker-wrap {
    overflow: hidden;
    position: relative;
    height: 1.5em;
}

.ticker {
    display: inline-block;
    padding-left: 100%;
    animation: ticker 18s linear infinite;
}

.ticker span {
    display: inline-block;
    padding: 0 2rem;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes logo-slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logo_items {
    display: inline-block;
    animation: 35s logo-slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progress {
    width: 200px;
    height: 8px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #0d64e7, #00c9a7);
    animation: load 2s infinite;
}

@keyframes load {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.loading-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 2px;
}

/* Dashboards */
.badge-number {
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    border-radius: 50% !important;
    left: -12px;
    top: -12px;
}

.badge-icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
}

.dashboard-section {
    padding: 2rem 0;
    min-height: 100vh;
}

.dashboard-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #212529;
    letter-spacing: 0.5px;
}

.dashboard-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 1.2rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dashboard-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

.dashboard-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.bg-pending {
    background: #e0ecff;
    color: #2563eb;
}

.bg-forwarded {
    background: #eee0ffff;
    color: #7425ebff;
}

.bg-approved {
    background: #dcfce7;
    color: #15803d;
}

.bg-verified {
    background: #efd99b;
    color: #e18009;
}

.bg-reverted {
    background: #f8d9c8;
    color: #7a2a05;
}

.bg-rejected {
    background: #fee2e2;
    color: #b91c1c;
}

.bg-queries {
    background: #fef9c3;
    color: #92400e;
}

.dashboard-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.dashboard-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 1.2rem;
}

.btn-dashboard {
    font-weight: 600;
    padding: 0.45rem 1.2rem;
    border-radius: 2rem;
    transition: all 0.2s ease;
}

.btn-dashboard:hover {
    opacity: 0.9;
}

.btn-purple {
    background-color: #7425ebff;
}

.btn-reverted {
    background-color: #8b340b;
}

.btn-orange {
    background-color: rgb(240, 172, 14);
}

/* login loader */
.shimmer-loader {
    width: 90%;
    height: 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #eee 25%, #0d6efd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 3.0s infinite;
}

@keyframes shimmer {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.homeLoginLoader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1051;
    align-items: center;
    justify-content: center;
}

.super-dashboard-card {
    border-radius: 1.5rem;
    transition: all 0.3s ease-in-out;
    background: #fff;
    margin-top: 10px;
}

.super-dashboard-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.super-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.bg-gradient-info {
    background: linear-gradient(135deg, #36cfc9, #08979c);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #fadb14, #d48806);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #73d13d, #389e0d);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #ff7875, #cf1322);
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #595959, #262626);
}

.bg-gradient-purple {
    background: linear-gradient(135deg, #9254de, #531dab);
}

.bg-gradient-secondary {
    background: linear-gradient(135deg, #8c8c8c, #595959);
}

.btn-purple:hover {
    background: #531dab;
}

.text-purple {
    color: #722ed1;
}

.btn-blue {
    background: #2980b9;
}

.contact-page-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.contact-page-card-major {
    text-align: center;
    border-left: 6px solid #6f42c1;
}

.contact-page-icon-large {
    font-size: 48px;
    margin-bottom: 15px;
}

.contact-page-card-minor {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-left: 4px solid #adb5bd;
}

.contact-page-icon {
    font-size: 26px;
}