﻿@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.TTF');
    src: local("?"), url('../fonts/Poppins-Regular.woff') format("woff"), url('../fonts/Poppins-Regular.TTF') format("truetype");
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.TTF');
    src: local("?"), url('../fonts/Poppins-SemiBold.woff') format("woff"), url('../fonts/Poppins-SemiBold.TTF') format("truetype");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.TTF');
    src: local("?"), url('../fonts/Roboto-Regular.woff') format("woff"), url('../fonts/Roboto-Regular.TTF') format("truetype");
}

html, body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 22px;
    background: linear-gradient(135deg, #213767, #12151a);
    color: #fff;
}

a {
    color: #000;
    ;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

    a:hover {
        color: #242b3e;
        text-decoration: none;
    }

.clearfix {
    width: 100%;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #242b3e;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 999;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

.header {
    margin: 0;
    padding: 0;
}

.header-upper {
    background: #242b3e;
    height: 35px;
}

.Login_btn {
    background: #fcae39;
    color: #fff !important;
}

.logo {
    padding: 0;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

    .logo img {
        margin-top: -6px;
        height: 50px;
    }

    .logo a {
        color: #242b3e;
        text-decoration: none;
    }

        .logo a:hover {
            color: #242b3e;
            text-decoration: none;
        }

.slimScrollBar {
    background: #fff !important;
    width: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav, .main-nav * {
    margin: 1px 2px 0;
    padding: 0;
    list-style: none;
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
        margin: 0 1px 0;
    }

    .main-nav a {
        display: block;
        color: #000000;
        position: relative;
        margin: 0;
        padding: 10px 5px;
        margin: 0 1px;
        text-decoration: none;
        transition: 0.3s;
        font-weight: normal;
        line-height: 20px;
        font-size: 16px;
    }

        .main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
            color: #dae9ff;
            text-decoration: none;
        }

    .main-nav li a:focus {
        color: #000000;
        text-decoration: none;
    }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 999;
        opacity 0;
        visibility: hidden;
        padding: 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }

    .main-nav .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .main-nav .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .main-nav .drop-down ul a {
        padding: 10px 20px;
        font-size: 13px;
        color: #242b3e;
        border-right: none;
    }

        .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
            color: #000000;
            background: #dae9ff;
        }

    .main-nav .drop-down > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 0px;
    }

    .main-nav .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .main-nav .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .main-nav .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .main-nav .drop-down .drop-down > a:after {
            content: "\f105";
            position: absolute;
            right: 15px;
        }

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 13px;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #ffbb09;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: FontAwesome;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 10px 10px 0 0;
        color: #242b3e;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #374469;
    }

.nav-justified > .nav-link, .nav-justified .nav-item {
    margin: 0 2px;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background: #0052cc;
    box-shadow: 0 0 10px #ccc;
}

.master-wrapper-content {
    margin: 0;
}

.nav_bar {
    background: #e8eff0;
    padding: 5px 0;
}
/* updated on 09/05/2025 at 11.50 am */
.main_container {
    width: 100%;
    min-height: 400px;
    margin: 10px 0;
}

.nav-link {
    color: #333;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #242b3e;
}

.Login_btn {
    background-color: #242b3e;
    border-radius: 10px;
    padding: 10px 25px !important;
}

    .Login_btn:hover {
        background-color: #084c61;
    }

.save-btn {
    background: #242b3e;
    border: 1px solid #242b3e;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 2px 5px;
}

    .save-btn:hover {
        background: #242b3e;
        border: 1px solid #242b3e;
        color: #FFFFFF;
    }

.Blue-heading {
    color: #242b3e;
}

.form_head {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #242b3e;
    font-weight: bold;
    margin: 0 0 20px;
}

.form_tab {
    width: 100%;
    margin: 0 0 20px;
}

    .form_tab ul {
        margin: 0;
        padding: 0;
    }

        .form_tab ul li {
            margin: 0 0 10px;
            padding: 0 20px 0 0;
            list-style-type: none;
            display: inline-block;
        }

            .form_tab ul li a {
                color: #7c7c7c;
                text-decoration: none;
            }

            .form_tab ul li.active {
                color: #242b3e;
            }

                .form_tab ul li.active .no {
                    background: #242b3e;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    color: #fff;
                    font-weight: bold;
                    font-size: 20px;
                    display: inline-block;
                    text-align: center;
                    line-height: 30px;
                    margin: 0 10px 0 0;
                }

            .form_tab ul li .no {
                background: #7c7c7c;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                color: #fff;
                font-weight: bold;
                font-size: 20px;
                display: inline-block;
                text-align: center;
                line-height: 30px;
                margin: 0 10px 0 0;
            }

            .form_tab ul li .line {
                width: 150px;
                height: 1px;
                border-bottom: 1px solid #7c7c7c;
                margin: 17px 0 0;
                float: left;
            }

            .form_tab ul li.active .line {
                width: 150px;
                height: 1px;
                border-bottom: 1px solid #242b3e;
                margin: 17px 0 0;
                float: left;
            }
/*--------------------------------------------------------------
# Error msg
--------------------------------------------------------------*/
.error_msg {
    color: #cd1414;
    position: absolute;
    font-size: 11px;
    display: block;
    margin: 15px 0 0;
}

.mandatory {
    color: #cd1414;
}

.form-label {
    margin: 0;
}

.form-check-label {
    font-size: 13px;
}

.form_heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #18ca96;
    border-bottom: 1px solid #18ca96;
}

.DatePick {
    background: #fff url(../images/CalIcon.png) right center no-repeat;
    background-position: right;
    background-repeat: no-repeat;
}

.form-control {
    font-size: 14px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background: linear-gradient(0deg, #12151a, #213767);
    color: #fff;
}

.footer_logo {
    height: 50px;
}

.footer_head {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.footer_link {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
}

    .footer_link ul {
        margin: 0;
        padding: 0;
    }

        .footer_link ul li {
            margin: 0;
            padding: 0 0 5px;
            display: block;
            list-style-type: none;
        }

            .footer_link ul li a {
                color: #fff;
            }

.footer .sociallink {
    width: 100%;
}

    .footer .sociallink a {
        color: #fff;
        font-size: 30px;
        margin: 0 5px 0 0;
    }

        .footer .sociallink a:hover {
            color: #fcae39;
        }

.footer .AddressDiv {
    margin: 0 0 20px;
}

.footer .AddHead {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}

.copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0 0;
    border-top: 1px solid #545454;
}

/*--------------------------------------------------------------
# Start Datatable CSS
--------------------------------------------------------------*/
.table {
    color: #333;
    border: 1px solid rgb(225, 225, 225);
}

    .table tr {
        border-bottom: 1px solid #ffffff;
        border-bottom: 1px solid rgb(225, 225, 225);
    }

    .table thead {
        background: #dae9ff;
        color: #000000;
        border-bottom: 1px solid rgb(225, 225, 225);
        font-weight: normal;
    }

table.dataTable.no-footer {
    border-bottom: 0;
}

table.dataTable thead th {
    padding: 5px;
}

table.dataTable tbody td {
    padding: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 8px;
    background: #555555;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #0052cc;
        border-radius: 10px;
        color: #fff !important;
    }

.dataTables_length {
    display: none;
}

    .dataTables_length select {
        border: 1px solid #242b3e;
        padding: 2px 8px;
        border-radius: 6px;
        outline: none;
    }

.dataTables_info {
    display: none;
}

.dataTables_filter {
    display: none;
    margin-bottom: 7px;
    border-radius: 10px;
    border-color: #242b3e !important;
}

    .dataTables_filter input {
        border: 1px solid #242b3e;
        border-radius: 6px;
    }

.table .fa {
    font-size: 13px;
}

/*--------------------------------------------------------------
# End Datatable CSS
--------------------------------------------------------------*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #242b3e;
    border-color: #dee2e6 #dee2e6 #242b3e;
}

.nav-logo {
    height: 45px;
    margin-top: -1px;
}

.fa-icon {
    color: #343a40;
}

.fa-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #58069b;
    cursor: pointer;
}

.bot-message {
    background-color: #e7ebf0;
    color: #000000;
    align-self: flex-start;
    margin-right: auto;
}

.input-area {
    border-radius: 10px;
    background-color: #e7ebf0;
    position: sticky;
    bottom: 0;
    z-index: 100;
    color: #333;
}

.bg-chat-input {
    background-color: #ffffff;
    border-radius: 15px;
    color: #333;
}

#userInput:focus {
    outline: none;
    box-shadow: none;
}

.search_bar {
    padding: 8px;
    border: 1px solid #242b3e;
    border-radius: 10px;
    margin: 5px;
    width: 96%;
    margin-left: 7px;
}

.input-group {
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: white;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

.form-control {
    border: block;
    box-shadow: none !important;
    border-radius: 6px;
}

/*--- card ---*/
.card {
    background-color: #ffffff;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgb(226, 226, 226);
    padding: 5px;
}
/*--- All Button---*/
.btn {
    font-size: 14px;
}

.btn-primary {
    border-radius: 6px;
    background: #0052cc;
    border: 1px solid #0052cc;
}

    .btn-primary:hover {
        background: #fff;
        color: #0052cc;
        border: 1px solid #0052cc;
    }

.btn-white {
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #0052cc;
    color: #0052cc;
}

    .btn-white:hover {
        background: #0052cc !important;
        color: #fff !important;
    }

.btn-primary:focus {
    background: #242b3e;
    border: 1px solid #242b3e;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #242b3e;
    border-color: #242b3e;
}

.card-table {
    background-color: #ffffff;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgb(226, 226, 226);
}

.card-table-body {
    padding: 0;
}

.card-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.card-table th,
.card-table td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: middle;
}

.card-table th {
    color: #64748b;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid rgba(100, 116, 139, 0.1);
    font-weight: normal;
}

.card-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.card-table thead tr {
    background-color: #f8f9fa;
}


#favicon {
    border-radius: 20px;
}

.label {
    color: black !important;
}

.custom-contact-field {
    display: flex;
    gap: 10px;
}

    .custom-contact-field select,
    .custom-contact-field input {
        flex: 1;
    }

    .custom-contact-field select {
        flex: 0 0 130px;
    }

#back-to-home {
    font-size: 16px;
    font-weight: 500;
    color: #242b3e;
}

.btn-add {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 10px;
    color: #fff;
    background-color: #242b3e;
    border-color: #242b3e;
}

    .btn-add:hover {
        color: #fff;
        background-color: #374469;
        border-color: #374469;
    }

.form-check .form-check-input {
    border: 1px solid rgb(205, 205, 205);
    box-shadow: none;
}

.form-card {
    border: 1px solid rgb(205, 205, 205);
    border-radius: 6px;
}

    .form-card:hover {
        border-color: #242b3e;
    }

.dropdown-icon {
    pointer-events: none;
    font-size: 1rem;
    color: #6c757d
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.user_image {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #333;
    font-weight: 500;
    margin-right: 20px;
}

    .nav-tabs .nav-link.active {
        border-color: #242b3e;
        color: #242b3e;
    }

.form-select {
    border-radius: 6px;
    font-size: 12px;
}

.ellipsis {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.form-label {
    font-weight: 600;
}

#badge-Verified {
    display: inline-block;
    padding: 0px 14px;
    background-color: #f0fdf4;
    color: #16a75a;
    border: 1px solid #16a75a;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

#badge-Pending {
    display: inline-block;
    padding: 0px 14px;
    background-color: #fefce8;
    color: #ca9955;
    border: 1px solid #ca9955;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

#badge-Rejected {
    display: inline-block;
    padding: 0px 14px;
    background-color: #fef2f2;
    color: #e3266e;
    border: 1px solid #e3266e;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

#badge-Inactive {
    display: inline-block;
    padding: 0px 14px;
    background-color: #e0e0e0;
    color: #000;
    border: 1px solid #000;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

#badge-active {
    display: inline-block;
    padding: 0px 14px;
    background-color: #f0fdf4;
    color: #16a75a;
    border: 1px solid #16a75a;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

#badge-break {
    display: inline-block;
    padding: 0px 14px;
    background-color: #fff8e1;
    color: #ff6f00;
    border: 1px solid #ff6f00;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 2px 8px;
}

.validation {
    color: rgb(216, 4, 4);
    font-size: 13px;
    position: absolute;
    margin: 0;
    top: inherit !important;
    left: inherit !important;
}

.footer-logo {
    height: 40px;
    display: flex;
    align-items: center;
}

.footer-logo-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

header {
    text-align: center;
    padding: 20px 20px 20px;
}

    header h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    header p {
        font-size: 1rem;
        color: #9ca3af;
    }

.search-container {
    display: flex;
    justify-content: center;
}

    .search-container input {
        padding: 12px 20px;
        border: none;
        border-radius: 30px;
        width: 80%;
        max-width: 500px;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        font-size: 16px;
        outline: none;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
}

    .card:hover {
        transform: translateY(-10px) scale(1.02);
        background: rgba(255, 255, 255, 0.08);
    }

    .card h3 {
        margin: 10px 0 5px;
        font-size: 1.2rem;
    }

    .card p {
        font-size: 0.9rem;
        color: #d1d5db;
        margin-bottom: 20px;
    }

.know-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    background: linear-gradient(90deg, #c197ff, #01ffea, #faff9b);
    background-size: 200% auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite;
    transition: all 0.3s ease;
}

    .know-more:hover {
        transform: translateX(5px);
        text-decoration: underline;
        animation: shine 1s linear infinite; /* Faster on hover */
    }

@keyframes shine {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}

.know-more svg {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-heading {
    color: white;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.description {
    text-align: justify;
}

.project-logo {
    max-height: 100px;
    max-width: 200px;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
}

.section-title1 {
    color: #38bdf8;
}

.badge {
    background-color: var(--bg-light);
    color: var(--accent);
}

.btn-demo {
    color: white;
    background-color: #38bdf8;
    border: 1px solid white;
}

.btn-outline-light {
    border-color: var(--accent);
    color: var(--accent);
}

    .btn-outline-light:hover {
        background-color: var(--accent);
        color: var(--bg-dark);
    }

.info-box1 {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.badge-tech {
    background-color: var(--accent);
    color: var(--bg-dark);
    margin-right: 5px;
}

.video-embed {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .video-embed video {
        max-height: 500px;
        object-fit: cover;
    }

.important-links a, .contact-info a {
    display: block;
    color: var(--accent);
    text-decoration: none;
    margin-bottom: 10px;
}

    .important-links a:hover, .contact-info a:hover {
        text-decoration: underline;
    }

.logo-box {
    width: 120px;
    height: auto;
}

    .logo-box img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        border: 1px solid #ccc;
    }

.check-icon {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

    .check-icon::before {
        content: "✔";
        color: #007bff;
        font-weight: bold;
        font-size: 14px;
    }

.erp-link {
    color: white;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn {
    border-radius: 6px;
}

.erp-link:hover {
    color: #9cc1ff;
}

.brochure-btn {
    border: 1px solid #ffffff;
    color: white;
}

    .brochure-btn:hover {
        background-color: #ffffff;
        color: #000000;
    }

.sec-heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #b3e8ff;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    color: #ffffff;
    background-color: transparent;
}

    .social-icons a:hover {
        background-color: transparent;
        border-width: 2px;
    }

    .social-icons a.facebook:hover {
        border-color: #3b5998;
        text-decoration: none;
        color: #3b5998;
    }

    .social-icons a.linkedin:hover {
        border-color: #0077b5;
        text-decoration: none;
        color: #0077b5;
    }

    .social-icons a.instagram:hover {
        border-color: #e1306c;
        text-decoration: none;
        color: #e1306c;
    }

.follow-us-box p {
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: bold;
}

.logo-wrapper {
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.img-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-circle img {
        width: 100%;
        height: auto;
        border-radius: 0%;
    }

.badge-ai {
    background-color: #3bbdf4;
    color: #ffffff;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 999px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(59, 189, 244, 0.3);
}

.badge-active {
    background-color: #ff9c1f;
    color: #ffffff;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 999px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(46, 175, 125, 0.3);
}

.sec-title {
    font-size: 30px;
    font-weight: bold;
}

.usecase-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

    .usecase-box:hover {
        transform: translateY(-1px) scale(1.00);
        background: rgba(255, 255, 255, 0.08);
    }

.btn-regenerate {
    color: white;
    background-color: #38bdf8;
    border: 1px solid white;
}

.btn-transparent {
    color: white;
    background-color: transparent; /* transparent background */
    border: 1px solid white;
    padding: 8px 18px;
    border-radius: 6px;
    transition: all 0.3s ease
}

    .btn-transparent:hover {
        color: white;
        background-color: #38bdf8;
        border: 1px solid white;
    }

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    ;
    ;
    ;
    ;
    ;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none; /* hidden by default */
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.35em;
    border-style: solid;
    border-color: transparent; /* clear out default */
    border-top-color: #213767; /* first gradient color */
    border-right-color: #12151a; /* second gradient color */
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/*---media----*/
@media (max-width: 768px) {
    .animated-heading {font-size:30px !important;}
}

@media (max-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .nav-logo {
        margin-left: 14px;
    }

    .nav-right {
        float: right;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: left;
    }
}


@media (max-width: 480px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .nav-logo {
        margin-left: 14px;
    }

    .nav-right {
        float: right;
    }
}
/* Background: Set content to start from the top */
/* Full-screen background video */
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; /* Behind everything */
}

/* Dark overlay + layout */
.login-bg {
    min-height: 95vh;
    position: relative;
    z-index: 1;
    /* Gradient overlay only (no image) */
    background: linear-gradient(135deg, rgba(33, 55, 103, 0.90), rgba(18, 21, 26, 0.80));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 20px;
}


/* Animated Heading: Add top margin for spacing */
.animated-heading {
    color: white;
    font-weight: 900;
    text-align: center;
    /* Reduced margin-bottom as it was too large */
    margin-top: 30px; /* Added margin to push it down from the very top */
    font-size: 48px;
    animation: shadowPulse 2.5s ease-in-out infinite;
    text-shadow: 0 0 10px #43a6ff, 0 0 20px #00f0ff, 0 0 30px #43a6ff;
}

@keyframes shadowPulse {
    0%, 100% {
        text-shadow: 0 0 8px #43a6ff, 0 0 15px #00f0ff, 0 0 20px #43a6ff;
    }

    50% {
        text-shadow: 0 0 15px #43a6ff, 0 0 25px #00f0ff, 0 0 35px #43a6ff;
    }
}

/* Animation Keyframes for glass card */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Glass Card: Use auto margins to center it vertically in the remaining space */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    padding: 40px 32px;
    max-width: 450px;
    width: 100%;
    text-align: left;
    animation: fadeSlide 0.9s ease-out;
    /* 🌟 Key Fix for vertical center after heading is at top 🌟 */
    margin-top: auto;
    margin-bottom: auto;
}

.logo-wrapper-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

/* Animated heading text */
.animated-logo-text {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 0;
    animation: fadeSlide 1s ease-out forwards, glowPulse 1.8s ease-in-out infinite alternate;
}

/* Slide + fade in */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Flash-like text shadow pulse */
@keyframes glowPulse {
    0%, 100% {
        text-shadow: 0 0 8px #43a6ff, 0 0 15px #00f0ff, 0 0 20px #43a6ff;
    }

    50% {
        text-shadow: 0 0 15px #43a6ff, 0 0 25px #00f0ff, 0 0 35px #43a6ff;
    }
}
}

/* Fade + slide animation */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.password-wrapper {
    position: relative;
}

    .password-wrapper i {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 18px;
        color: #222;
    }


/* Button with animation (Styles remain the same) */
.btn-primary {
    background: linear-gradient(90deg, #213767 0%, #4f6bb0 100%);
    border-radius: 16px;
    padding: 12px;
    font-weight: 600;
    width: 100%;
    border: none;
    transition: 0.4s ease;
    box-shadow: 0 4px 24px rgba(94, 231, 223, 0.2);
}

    .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 28px rgba(94, 231, 223, 0.35);
        background: linear-gradient(90deg, #4f6bb0 0%, #213767 100%);
        color: #fff;
    }


