﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding: 0 0 0 25px;
}
/* Provide sufficient contrast against white background */
a {
    color: #646464;
    text-decoration: none;
}


    a.active {
        color: #6a11cb; /* Customize as needed */
        font-weight: bold;
        text-decoration: none;
    }

        a.active:hover {
            color: #6a11cb; /* Slightly darker shade for hover */
            text-decoration: underline;
        }



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    width: 100%;
    display: block;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f9fafb;
    color: #555;
    font-size: 16px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.clearfix {
    width: 100%;
    clear: both;
}

    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }

/*@media (min-width: 1200px){
.container {
    max-width:1330px;
}
}*/

.top-header {
    background-color: #5e97c7 !important;
}

.intro-info {
    margin: 90px 0 0;
    min-height: 450px;
}

.Login_box .title {
    color: #333;
    font-weight: bold;
    text-align: center;
}

.Login_box {
    padding: 30px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.01);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e8e8e8
}

.login-logo {
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Start Top Navigation Menu
--------------------------------------------------------------*/

.TopNav {
    background: #fff;
    width: 100%;
    display: block;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    display: inline-block;
    width: 130px;
    text-align: center;
}
/*.main-nav{margin:5px 0 0 !important;}*/
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
        color: #333;
        margin:0 5px;
    }

    .main-nav a { border-radius:6px;
        display: block;
        position: relative;
        color: #555555;
        padding: 8px 12px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 500;
    }
.main-right-nav a{padding:14px 4px !important;}

.main-nav a:hover {
    color: #6a11cb;
    text-decoration: none;
}

    .main-nav .active > a {
        color: #6a11cb !important;
        text-decoration: none;
        border-radius: 5px;
    }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 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: 85%;
        visibility: visible;
    }

    .main-nav .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .main-nav .drop-down ul a {
        padding: 7px 10px;
        font-size: 13px;
        color: #6a11cb;
    }

        .main-nav .drop-down ul a:hover,
        .main-nav .drop-down ul .active > a,
        .main-nav .drop-down ul li:hover > a {
            color: #6a11cb;
        }

    .main-nav .drop-down > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 5px;
    }

    .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: 10px 20px;
        font-weight: 500;
        font-size: 13px;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #6a11cb !important;
            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;
        color: #fff;
    }

        .mobile-nav .drop-down > a:focus {
            color: #6a11cb;
        }

    .mobile-nav .drop-down.active > a {
        color: #6a11cb;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    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: 26px 21px 0 0;
        color: #58069b !important;
    }

.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: #fff;
    }

.arrow {
    width: auto;
    margin: 0 0 0 -20px;
    float: left;
    vertical-align: middle;
    position: fixed;
    top: 370px;
}
/*--------------------------------------------------------------
# End Top Navigation Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Start Form CSS
--------------------------------------------------------------*/


.tag_list {border: 1px solid #ccc;padding: 5px;width: 100%;}
.tag_list ul {list-style-type: none;padding: 0;margin: 0;}
.tag_list ul li {background-color: #f6f6f6;padding: 5px;text-decoration: none;font-size: 13px;color: black;display: inline-block;margin: 0 5px 5px 0;border-radius: 5px;}
.tag_list ul li:hover {background-color: #eee;}
.tag_list .close {cursor: pointer;padding: 0px 4px;transform: translate(0%, -50%);}
.tag_list .close:hover {background: #bbb;}

/*.listTable{width:100%; position:relative; overflow:auto; max-height:150px;}
.listTable table{border-collapse:separate; border-spacing:0;}
.listTable thead th{position:-webkit-sticky; position:sticky; top:0; background:#f8f7fc;}*/

.DatePick {
    background: #fff url(../images/CalIcon.png) right center no-repeat;background-position: right;background-repeat: no-repeat;}

.error_msg {color: #cd1414;position: absolute;font-size: 11px;}

/*--------------------------------------------------------------
# End Form CSS
--------------------------------------------------------------*/
.header {
    background: #fff;
}

.title-bar {
    width: 100%;
    padding: 5px 15px;
    margin: 0 0 10px;
    display: block;
    background: #e7ebf0;
    color: #333;
}

.border {
    border: 1px solid #dee2e6 !important;
    padding: 15px;
    margin: 10px 0 0;
}
/* 29/04/2025 */
 
.aboutUs-head {font-weight: 900 !important;background: linear-gradient(135deg, #58069b, #3a14aa, #6d72ff);;color: white;font-size: 60px;padding: 40px 0;text-align: center; }
.aboutus-heading {font-size: 30px;font-weight: bold;color: #6a11cb;}
#image-aboutus{border-radius: 10px;}
.px-4 {padding-right: 6.5rem !important;padding-left: 6.5rem !important;}
.our-mission-heading{ color: black; font-size: 20px;}
 
.process-card {background: #fff;border: none;box-shadow: 0 4px 8px rgba(0,0,0,0.1);border-radius: 10px;padding: 20px;text-align: center;}
.team-img {width: 200px;height: 200px;border-radius: 50%;object-fit: cover;margin-bottom: 10px; border: 2px solid blue;}
.team-member {text-align: center;padding: 15px;}
.process-card-text{text-align: left;}
.process-bagde {padding: 12px 16px; border-radius: 50%;font-size: 16px;}
.leader-name{font-size: 20px; color: #000; font-weight: bold; font-size: 24px;}
.designation{font-size: 20px; color: #6a11cb; font-weight: 600;}
.page-subheading{color: #000; font-size: 18px;}
 
.accordion-button{border: 1px solid #d6d6d6;}
.accordion-button:not(.collapsed) {color: #000000; font-size: 18px; font-weight: 500;background-color: #ffffff;box-shadow: none;}
.accordion-button {color: #000000; font-size: 16px; font-weight: 500;background-color: #ffffff;box-shadow: none;}
.accordion-button:focus {z-index: 3;border-color: #d6d6d6;font-size: 16px;outline: 0;box-shadow: none;}
.btn.accordion-button::after{color: black;}
.accordian-heading{color: #000; }
.badge-accordian{padding: 14px 18px;border-radius: 50%; background-color: #f0e5f8;}
 
.contact-text{display: block; font-weight: bold;color: #000;}
.navbar-toggler-icon{margin-left: 24px !important;margin-top: 7px !important;}
 
.profile-img {width: 110px; height: 110px;background-color: #e6e6e6;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 24px;position: relative; object-fit: cover;}
.upload-btn {position: absolute;bottom: 0;right: 0;background-color: #6a11cb;color: white;border-radius: 50%;padding: 5px 8px;cursor: pointer;}
.heading-form{color: #000; font-weight: 600;}
.Idea2Scale-heading{color: #000; font-weight: bolder; font-size: 30px;}
.idea-subheading{color: #000; }
.setting-subheading{color: #000;}
.bold-heading{color: #000;}
 
.card-custom {margin-bottom: 20px; height: auto;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);padding: 5px;}
.toggle-switch input {margin-right: 10px;}
.toggle-switch label {display: flex;align-items: center;}
.status-dot {height: 10px;width: 10px;background-color: rgb(0, 201, 0);border-radius: 50%;display: inline-block;margin-right: 6px;}
.card-summary{background-color: #f9fafb; border-radius: 6px;}
.fraction-number{color: #000; font-size: 24px; font-weight: bold;}
.form-check-input:checked {background-color: #6a11cb !important;border-color: #6a11cb !important;}
 
.privacy-card {border: 1px solid #e5e7eb;border-radius: 10px;padding: 2rem;}
.danger-text {color: red;}
.radio-label {margin-bottom: 0.2rem;}
.custom-radio input[type="radio"] {margin-right: 10px;}
 
 
/* 29/04/2025 */
/*------------------------ Start Top Header CSS ----------------*/
.head-title {
    font-size: 23px;
    margin: 0;
    color: #333;
}

.SearchPannel {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 5px 0 0;
    background: #e7ebf0;
    display: block;
    border-radius: 5px;
}


/*------------------------ End Top Header CSS ----------------*/

/*--------------------------------------------------------------
# Start Datatable CSS
--------------------------------------------------------------*/
.table {
    color: #333;
    border: 1px solid rgb(203 203 203);
}


    .table tr {

        border-bottom: 1px solid rgb(203 203 203);
    }

    .table thead {
        background: #e8e8ef;
        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;

}


    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #6a11cb; color: #fff !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
      background:none; border:none;
    }


.dataTables_length {
    display: block;
}

.dataTables_length select {border: 1px solid #6a11cb; padding: 2px 8px;border-radius: 6px; outline: none;}

.dataTables_info {display: none;}

.dataTables_filter {display: block;margin-bottom: 7px;border-radius: 10px;border-color: #6a11cb !important;}

.dataTables_filter input {
    border: 1px solid #6a11cb;
    border-radius: 6px;
}

.table .fa {
    font-size: 13px;
}

/*--------------------------------------------------------------
# End Datatable CSS
--------------------------------------------------------------*/
.inner-container {
    background: #fff;
    padding: 10px;
    margin: 10px 0 0;
    min-height: 480px;
}

.info {
    float: right;
    position: absolute;
    right: -5px;
    top: 5px;
    color: #6a11cb;
}

.action_icon a {
    margin: 0 3px;
}

.search_icon {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 35px;
    height: 31px;
    text-align: center;
    cursor: pointer;
}

.Features_Section {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px;
    margin: 10px 0;
    padding: 0 5px;
}

.Features_box {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 5px 0 15px 0;
}

.Feature_img {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    margin: 15px auto;
}

.Feature_img img {
    width: 100%;
}

.PlusIcon {
    background: #fff;
    padding: 5px;
    margin: 0;
    color: #3395ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-shadow: 0 2px 1px #ccc;
    cursor: pointer;
    text-align: center;
}

.DeleteIcon {
    background: #fff;
    padding: 5px;
    margin: 0;
    color: #f00;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-shadow: 0 2px 1px #ccc;
    cursor: pointer;
    text-align: center;
}

.tags {
    margin: 0;
    padding: 0;
}

.tags li {
    margin: 5px 0 !important;
    padding: 0 10px !important;
    list-style-type: none !important;
    display: inline-block !important;
    background: #efefef;
    border-radius: 10px;
    color: #999;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    width: auto !important;
}

/*.tags li:hover{background:#3f90b7; color:#fff;}*/

.tag_list.tag_list_hide {
    display: none;
}

.tag_list span {
    cursor: pointer;
    margin: 0 0 0 5px;
    background: #ccc;
    padding: 0 4px;
    border-radius: 50%;
    color: #333;
}

.createdby {
    margin: 5px 0;
    font-size: 12px;
    color: #999;
}

.createdby .name {
    color: #3f90b7;
}

.SourceCode_Section {
    padding: 2px 5px;
    border-top: 1px solid #ccc;
    margin: 5px 0 0;
}

.free {
    background: #3f90b7;
    color: #fff;
    padding: 2px 10px;
    margin: 0 10px;
    border-radius: 20px;
    font-weight: bold;
}

.paid {
    background: #ffbf5a;
    color: #fff;
    padding: 2px 10px;
    margin: 0 10px;
    border-radius: 20px;
    font-weight: bold;
}


.project_list_box {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 5px 0 15px 0;
    height: 440px;
    overflow: hidden;
}

.project_img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}

.project_img img {
    width: 100%;
}

/*-------------------------- Start Dashboard CSS -----------------*/
.box {
    position: relative;
    border-top: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.box-body {
    padding: 1.25rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.box-header {
    color: #455a64;
    display: block;
    padding: 0.5rem 1.25rem;
    position: relative;
    border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

.box-title {
    line-height: 22px;
    font-size: 18px;
    color: #c6c6c6;
}
.nav-tabs .nav-link{ color:#000;}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #000;
        background-color: #f7f7f7;
        border-radius: 10px 10px 0 0;
        border-color: #dee2e6 #dee2e6 #3f90b7;
    }

.dp-highlighter {
    background-color: #E7E5DC;
    width: 100%;
    overflow: auto;
}

.dp-highlighter ol {
    list-style: decimal;
    background-color: #fff;
    margin: 0px 0px 1px 45px !important;
    padding: 0px;
    color: #5C5C5C;
}

.dp-highlighter ol li,
.dp-highlighter .columns div {
    list-style: cimal-leading-zero;
    list-style-position: outside !important;
    border-left: 3px solid #3f8bae;
    background-color: #F8F8F8;
    color: #666;
    padding: 0 3px 0 10px !important;
    margin: 0 !important;
    line-height: 25px;
    border-right: 1px solid #ddd;
}

.dp-highlighter ol li.alt {
    background-color: #FFF;
    color: inherit;
}


.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #3f90b7;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #3f90b7;
}

/*-------------------------- End Dashboard CSS -------------------*/

.search_head {
    font-size: 20px;
    font-weight: bold;
}

/*-------------------------- Updated by Biswajit (Start) -------------------*/

.user_image {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.Agent_logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.search_bar {
    width: 100%;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    outline: none;
}

.nav-logo {
    height: 42px;
    margin-top: -1px;
}

.upload-logo-wrapper {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
}

.upload-logo-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.upload-logo-circle:hover {
    border-color: #3f90b7;
}

.upload-logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fff;
}

.upload-logo-input {
    display: none;
}


.chat-container {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    overflow-y: auto;
    border-radius: 10px;
}

.chat-heading {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.message {
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    max-width: 75%;
}

.user-message {
    background-color: #e9edf8;
    color: rgb(0, 0, 0);
    align-self: flex-end;
    margin-left: auto;
}

.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 #575cff;
    border-radius: 10px;
    margin: 5px;
    width: 96%;
    margin-left: 7px;
}

.agent-heading {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.agent-Subheading {
    font-size: 14px;
}

.Agent_logo_img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.chat-container {
    width: 100%;
    padding: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.prompt-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: #444;
    font-weight: 700;
}

.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;
}

#chat-container {
    min-height: 70vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    box-sizing: border-box;
}

.center-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45vh;
}

.chat-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
}

.fa-paper-plane {
    margin-top: 10px;
}

.chat-message {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.chat-message.user {
    align-self: flex-end;
    background-color: #e9edf8;
    text-align: right;
}

.chat-message.bot {
    align-self: flex-start;
    background-color: #f8f9fa;
    text-align: left;
}

.center-screen {
    transition: opacity 0.3s ease;
}

.center-screen.dimmed {
    opacity: 0.2;
}

/*--- Footer Start ---*/
.footer {
    background: #084c61;
    color: #fff;
    padding: 40px 0 20px;
}

.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 #ccc;
}

/*--- Footer End ---*/

/*--- card ---*/
.card {
    background-color: #ffffff;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgb(226, 226, 226);
    padding: 5px;
}

.card-heading {
    font-size: .875rem;
    font-weight: 500;
}

.project-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.monthly-project {
    font-size: 12px;
}

.heading-card {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
}

.card-project {
    background-color: #ffffff;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0px;
}

.project-body {
    display: flex;
    align-items: center;
}

.project-heading {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.project-Subheading {
    font-size: 12px;
}

.project-logo {
    width: 25px;
    height: auto;
}

/*--- All Button---*/
.btn {font-weight:bold;
    font-size: 14px;
}

.btn-primary { font-weight:600;
    padding: 8px 14px;
    border-radius: 6px ;
    color: #fff;
    background-color: #58069b ;
    border-color: #58069b ;
}

.btn-primary:hover {
    color: #fff;
    background-color: #410771;
    border-color: #410771;
}

.btn-light {
    font-weight: 600 ;
    transition: none ;
    border: 1px solid #58069b ;
    padding: 7px 18px ;
    border-radius: 6px ;
    color: #58069b ;
    background-color: transparent ;
    box-shadow: none ;
}
  
  .btn-light:hover {
    border: 1px solid #58069b; /* SAME border on hover */
    padding: 7px 18px; /* SAME padding on hover */
    background-color: #58069b;
    color: white;
    box-shadow: none; /* SAME shadow */
  }


.btn-action {
    font-weight: 600;
    border: 1px solid rgb(231, 231, 231);
    padding: 8px 18px;
    border-radius: 6px;
}

.btn-action:hover {
    background-color: #575cff;
    border: #575cff;
    color: white;
}

.btn-create {
    font-weight: 600;
    background-color: #575cff;
    border: #575cff;
    color: white;
}

.btn-create:hover {
    background-color: #575cff;
    border: #575cff;
    color: white;
}

.Cancel,
.btn-create { 
    padding: 8px 18px;
}

.agent-btn {
    border: 2px solid #d1d5db;
    border-radius: 6px;
    padding: 6px 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    background-color: white;
    transition: 0.2s;
}

.agent-btn.selected {
    background-color: #e0e7ff;
    border-color: #575cff;
    color: #575cff;
}

.agent-btn .icon {
    font-size: 16px;
}

.agent-btn.selected .icon {
    color: #575cff;
}

.agent-btn:hover {
    background-color: #f3f4f6;
}

.btn-light-cancel {
    color: #575cff;
    background-color: #fff;
    border-color: #575cff;
    border-radius: 10px;
}

.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: #6a11cb;
    border-color: #6a11cb;
}

.btn-container {
    background-color: #f6f6f6;
    border-radius: 10px;
    display: inline-block;
}

.btn-switch {
    padding: 8px 12px;
    border-radius: 10px;
    color: #838383;
}

.btn-switch:hover {
    color: #9f9f9f;
}

.btn-switch.active {
    background-color: #ffffff !important;
    color: black;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.send-btn {
    background-color: transparent;
    border: none;
    color: #3F8BAE;
}

.send-btn:hover {
    color: #575cff;
}




.table-project-logo {width: 18px;height: auto;}
.check-icon {color: green;font-weight: bold;}
.modal-content {border-radius: 20px;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);padding: 20px}

.project-icon {background-color: #f3f4f6;padding: 12px;border-radius: 50%;font-size: 15px;}

.status {padding: 4px 12px;border-radius: 20px;font-size: 0.875rem;color: white;text-transform: capitalize;}
.in-progress {background-color: #3b82f6;}
.not-started {background-color: #6b7280;}
.completed {background-color: #10b981;}
.agent-badge {font-size: 0.85rem;padding: 4px 10px;border-radius: 20px;background-color: #f3f4f6;display: inline-flex;align-items: center;gap: 5px;}
.action-icons i {cursor: pointer;margin: 0 5px;}
.agent-chat-logo {font-size: 50px;}
.agent-chat-logo-heading {font-size: 30px;}
.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(0, 0, 0, 0.2);font-weight: normal;}
.card-table tr {border-bottom: 1px solid #e0e0e0;}
.card-table thead tr {background-color: #f8f9fa;}
.section-heading {font-size: 30px;font-weight: bold;background: linear-gradient(135deg, #480094 10%, #480094 30%, #4086ff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}



/*-------------------------- Website CSS -------------------*/
#favicon {border-radius: 20px;}
.gradient-text {font-size: 58px;background: linear-gradient(90deg, #3d39f7, #0bf4d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.card-title {font-weight:700; color:#000;}
.icon img {width: 40px;height: 40px;}
.card-text {font-size: 16px;}

.step-circle {font-size: 24px;width: 60px;height: 60px;background-color: #edeaff;color: #7b61ff;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 10px;font-weight: bold;}
.step-text {text-align: center;}
.cta-section {background-color: #f9fafb;padding: 50px 20px;text-align: center;}

.toggle-switch {display: flex;align-items: center;justify-content: center;gap: 1rem;margin-bottom: 2rem;}
.toggle-switch input[type="checkbox"] {border: none;box-shadow: none;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);width: 44px;height: 22px;}

/* badge */
#badge-success {color: #4f7e60;background-color: #dcfce7;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-Assign {color: #854d0e;background-color: #fef9c3;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-active{color: #ffffff;background-color: #670ab8;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-verify{color: #ffffff;background-color: #670ab8;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-inactive{color: #ffffff;background-color: #26099a;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-unverify{color: #ffffff;background-color:#ef4444;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}

.btn-approve {
    color: #fff;
    background-color: #4e9d46;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-approve:hover {
    color: #fff !important;
}
.btn-reject {
    color: #fff;
    background-color: #c10000;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-reject:hover {
    color: #fff !important;
}



.pricing-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2rem;
    transition: 0.3s;
}
#badge-pro{color: #356534;background-color: #dcfce7;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-basic{color: #1e45bc;background-color: #dbeafe;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}
#badge-growth{color: #6b21a8;background-color: #f3e8ff;padding: 6px 20px;font-size: 12px;font-weight: normal;border-radius: 15px;}

/* .pricing-card:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
} */

.most-popular {border: 1px solid #6a11cb;position: relative;}
.container-heading {background-color: #6a11cb;font-size: 18px;font-weight: 700;text-align: center;width: 100%;padding: 10px 0;border-radius: 10px 10px 0 0;color: #fff;}
.pricing-card-heading {font-size: 28px;font-weight: bold;color: black;text-align: left;}
.pricing-card-description {text-align: left;}
.card-rule {text-align: left;}
.pricing {text-align: left;color: #000;font-weight: bold;font-size: 36px;}
.question {font-size: 20px;font-weight: 600;color: black;}
.footer-sec {background-color: rgb(255, 255, 255);padding: 40px;}

.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: 20px;background: linear-gradient(135deg, #58069b, #3a14aa, #6d72ff);
    -webkit-background-clip: text;background-clip: text;color: transparent; }


/* Hero Section */
.hero {height: 90vh;background: linear-gradient(135deg, #58069b, #3a14aa, #6d72ff);background-size: cover;background-position: center;position: relative;overflow: hidden;}

/* Background circles and shapes */
.hero::before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);background-size: 100px 100px;opacity: 0.3;   z-index: 0;}
.hero-content {position: relative;z-index: 1;color: white;text-align: left;}
.hero-head {font-size: 48px}

/* Gradient Text */
.impact-text {
    background: #4cc9f0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Gradient Buttons */
.gradient-btn {background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);color: white;padding: 12px 25px;border: none;border-radius: 8px;transition: all 0.4s ease;}
.gradient-btn:hover {background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);transform: translateY(-2px);color: #fff;}
.gradient-btn-light {background: rgba(255, 255, 255, 0.2);color: white;padding: 12px 25px;border: 1px solid rgba(255, 255, 255, 0.4);border-radius: 8px;transition: all 0.4s ease;}
.gradient-btn-light:hover {background: rgba(255, 255, 255, 0.3);color: white;transform: translateY(-2px);}

/* Animation */
.animate-bottom {animation: moveUp 1s ease forwards;opacity: 0;transform: translateY(50px);}

@keyframes moveUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Common style for all squares */
.animated-square {position: absolute;width: 40px;height: 40px;background: rgba(255, 255, 255, 0.2);border: 2px solid rgba(255, 255, 255, 0.4);border-radius: 8px;animation: floatSquares 6s infinite ease-in-out alternate;}

/* Individual square positions */
.square1 {
    height: 65px;
    width: 65px;
    background-color: rgb(255, 255, 122);
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.square2 {
    bottom: 42%;
    height: 50px;
    width: 50px;
    background-color: #f0bfff;
    right: 32%;
    animation-delay: 2s;
}

.square3 {
    top: 9%;
    right: 18%;
    animation-delay: 4s;
    background-color: #bc8dff;
}
.floating-box {
    width: 170px;
    height: 110px;
    background: rgba(255, 255, 255, 0.08); /* lighter transparency for stronger contrast */
    color: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(40px); /* stronger blur */
    -webkit-backdrop-filter: blur(40px);
    padding: 1rem;
    animation: floatUpDown 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}


    .floating-box h3 {
        font-size: 2rem;
        font-weight: bold;
        color: rgb(255, 207, 63);
        margin: 0;
    }

    .floating-box p {
        font-size: 12px;
        margin-top: 0.4rem;
        color: #ffffff;
    }

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Floating animation */
@keyframes floatSquares {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

/* Optional smooth animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.icon-circle2 {width: 70px;height: 70px;background: rgba(100, 108, 255, 0.1);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.icon-circle1 {width: 70px;height: 70px;  background: rgba(151, 103, 235, 0.1);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}

.icon-img {width: 32px;height: 32px;}

.feature-card {animation: fadeUp 1s ease forwards;}
.feature-icon1 {color: #6a11cb;}
.feature-icon2 {color: #2575fc;}
.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: #6a11cb;}
.dropdown-icon {pointer-events: none;font-size: 1rem;color: #6c757d}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.card-Admin-title{font-size: 14px; font-weight: 600; color: #000;}


/* Steps */
.timeline {position: relative;padding: 2rem 0;}
.timeline::before {content: '';position: absolute;left: 20px;top: 38px;bottom: 0;width: 1px; background : #e9e2f5;}
.timeline-item {  position: relative;padding-left: 50px;margin-bottom: 2rem;}
.timeline-item::before {content: '';position: absolute;left: 12px;top: 5px;width: 16px;height: 16px;background: #6f42c1;border-radius: 50%;z-index: 1;}
.timeline-title {font-weight: bold;margin-bottom: 0.25rem;}
.timeline-content {font-size: 0.95rem;color: #555;}
.timeline-date {font-size: 0.8rem;color: #888;}
.message-box {position: absolute;top: 20px;left: 54%;width: 400px;max-width: 90%;transform: translateX(-50%);z-index: 10;}
.fa{color: #6a11cb !important; font-size: 16px;}
#info-icon{font-size: 16px;}

/* Pricing Page */
.pricing-header h2 {
    font-size: 45px;
    font-weight: bold;
    background: linear-gradient(135deg, #480094, #600df9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

  .plan-toggle {
    background: #f1f1f1;
    display: inline-flex;
    border-radius: 6px;
    padding: 4px;
    margin-top: 15px;
  }
  .plan-toggle button {
    background: transparent;
    color: #555; border: none !important;

  }
  .plan-toggle button.active {    background:#ffffff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    color: #6a11cb;
    border-radius: 8px; 

  }
  .card {box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); 
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    transition: 0.3s;
    height: 100%;
  }
  .card:hover { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); 

}


.popular-badge {
    background: #984cca

    ;
    color: #fff;
    font-size: 12px;
    padding: 4px 18px;

    position: absolute;
    top: 0px; /* Distance from the top */
    right: 0px; /* Distance from the right */
    border-top-right-radius: 10px; /* Adding specific border-radius for top-right corner */
  }
  
  .card {
    position: relative; /* Make sure the card container is relative for the badge positioning */
  }
  
  .price {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
  }
  .plan-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  .plan-features li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
  }
  .plan-btn {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background: #0c0c0c;
    color: #fff;
    border-radius: 8px;
    border: none;
  }
  .plan-btn:hover {
    background: #333;
  }
  .plan-btn-growth{
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background-color:#984cca;;
    color: #fff;
    border-radius: 8px;
    border: none;
  }
  .plan-btn-growth:hover{background-color: #4f0988;}
  .custom-plan {
    text-align: center;
    margin-top: 60px;
  }
  .custom-plan button {
    background: transparent;
    border: 1px solid #984cca;
    color:  #984cca;
    border-radius: 8px;
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 14px;
  }
  .custom-plan button:hover {
    background: #984cca;
    color: #fff;
  }
  .border-popular{border: 1px solid #984cca;}
  .card-plan-heading{color: black; text-align: left; font-size: 26px; font-weight: bold;}
  .plan-price{font-size: 40px; font-weight: bold; color: #000; text-align: left;}
  .footer-sec a,
.footer-sec .sociallink a i {
    color: #555;
}


.tab-heading {cursor: pointer;padding: 10px 20px;font-weight: bold;color: black;border-bottom: 2px solid transparent;transition: color 0.3s, border-bottom 0.3s;}
.tab-heading.active {color: #6a11cb;border-bottom: 2px solid #6a11cb;}
.content-area {border: 1px solid #ccc;padding: 40px;text-align: center;font-size: 2rem;font-weight: bold;margin-top: 20px;min-height: 200px;}
.tab-heading a {color: inherit;text-decoration: none; }
.container-details{padding: 10px; border: 1px solid rgb(219, 219, 219); border-radius: 6px;}
.details-heading{text-align: left;font-size: 16px;color: #000; font-weight: 700;}
.card-details{background-color: #f9fafb; border-radius: 6px;}
.file-logo{margin-top: 2px; height: 43px; display: inline-block;}

.notification-popup {display: none;position: absolute;top: 50px;right: 0;width: 300px;background: #fff;border-radius: 10px;box-shadow: 0 4px 8px rgba(0,0,0,0.2);overflow: hidden;z-index: 100;}
    .notification-popup .header {
        background-color: #f9fafb;
        color: #6a11cb; font-size:16px;
        padding: 15px;
        font-weight: bold;
    }
.notification-popup .content {max-height: 400px;}
.notification-item {padding: 2px 15px;border-bottom: 1px solid #eee;cursor: pointer; font-size:14px;}
.notification-item:last-child {border-bottom: none;}
.notification-item strong {color: #333;}
.view-all {text-align: center;padding: 10px;background-color: #f9f9f9;}
.view-all a {text-decoration: none;color: #6a11cb;font-weight: bold;}
.view-all a:hover {text-decoration: underline;}

  .aboutUs-head {
    font-weight: 900 !important;
    background: linear-gradient(135deg, #58069b, #3a14aa, #6d72ff);
    ;
    color: white;
    font-size: 60px;
    padding: 40px 0;
    text-align: center;
}

.aboutus-heading {
    font-size: 30px;
    font-weight: bold;
    color: #6a11cb;
}

#image-aboutus {
    border-radius: 10px;
}

.px-4 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
}

.our-mission-heading {
    color: black;
    font-size: 20px;
}

  .process-card {
    background: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid blue;
}

.team-member {
    text-align: center;
    padding: 15px;
}

.process-card-text {
    text-align: left;
}

.process-bagde {
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 16px;
}

.leader-name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.designation {
    font-size: 20px;
    color: #6a11cb;
    font-weight: 600;
}

.page-subheading {
    color: #000;
    font-size: 18px;
}

  .accordion-button {
    border: 1px solid #d6d6d6;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-button {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: none;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: #d6d6d6;
        font-size: 16px;
        outline: 0;
        box-shadow: none;
    }

.btn.accordion-button::after {
    color: black;
}

.accordian-heading {
    color: #000;
}

.badge-accordian {
    padding: 14px 18px;
    border-radius: 50%;
    background-color: #f0e5f8;
}

  .contact-text {
    display: block;
    font-weight: bold;
    color: #000;
}

.navbar-toggler-icon {
    margin-left: 24px !important;
    margin-top: 7px !important;
}

  .profile-img {
    width: 110px;
    height: 110px;
    background-color: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    object-fit: cover;
}

.upload-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #6a11cb;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    cursor: pointer;
}

.heading-form {
    color: #000;
    font-weight: 600;
}

.Idea2Scale-heading {
    color: #000;
    font-weight: bolder;
    font-size: 30px;
}

.idea-subheading {
    color: #000;
}

.setting-subheading {
    color: #000;
}

.bold-heading {
    color: #000;
}

  .card-custom {
    margin-bottom: 20px;
    height: auto;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgb(226, 226, 226);
    padding: 5px;
}

.toggle-switch input {
    margin-right: 10px;
}

.toggle-switch label {
    display: flex;
    align-items: center;
}

.status-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(0, 201, 0);
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.card-summary {
    background-color: #f9fafb;
    border-radius: 6px;
}

.fraction-number {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #6a11cb !important;
    border-color: #6a11cb !important;
}

  .privacy-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 2rem;
}

.danger-text {
    color: red;
}

.radio-label {
    margin-bottom: 0.2rem;
}

.custom-radio input[type="radio"] {
    margin-right: 10px;
}

  .timeline-container {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 1px;
    background-color: #dee2e6;
     z-index: 1;
}

.timeline-step {
    position: relative;
}

.timeline-icon {
    position: absolute;
    left: 6px;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #6a11cb;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.timeline-step .card {
    margin-left: 40px;
}

.timeline-step-heading {
    color: #000;
}

#timeline-card {
    background-color: #f3e8ff !important;
}

  .chat-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9f9;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 10px;
}

.message-left {
    max-width: 50%;
    text-align: left;
    color: White;
    background-color: #6a11cb;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.message-right {
    float: right;
    text-align: right;
    color: #6a11cb;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 5px;
    align-self: flex-end;
}

.input-area {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-switch {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    color: #838383;
}
/* 29/04/2025 */   .aboutUs-head {
    font-weight: 900 !important;
    background: linear-gradient(135deg, #58069b, #3a14aa, #6d72ff);
    ;
    color: white;
    font-size: 60px;
    padding: 40px 0;
    text-align: center;
}

.aboutus-heading {
    font-size: 30px;
    font-weight: bold;
    color: #6a11cb;
}

#image-aboutus {
    border-radius: 10px;
}

.px-4 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
}

.our-mission-heading {
    color: black;
    font-size: 20px;
}

  .process-card {
    background: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid blue;
}

.team-member {
    text-align: center;
    padding: 15px;
}

.process-card-text {
    text-align: left;
}

.process-bagde {
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 16px;
}

.leader-name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.designation {
    font-size: 20px;
    color: #6a11cb;
    font-weight: 600;
}

.page-subheading {
    color: #000;
    font-size: 18px;
}

  .accordion-button {
    border: 1px solid #d6d6d6;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-button {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: none;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: #d6d6d6;
        font-size: 16px;
        outline: 0;
        box-shadow: none;
    }

.btn.accordion-button::after {
    color: black;
}

.accordian-heading {
    color: #000;
}

.badge-accordian {
    padding: 14px 18px;
    border-radius: 50%;
    background-color: #f0e5f8;
}

  .contact-text {
    display: block;
    font-weight: bold;
    color: #000;
}

.navbar-toggler-icon {
    margin-left: 24px !important;
    margin-top: 7px !important;
}

  .profile-img {
    width: 110px;
    height: 110px;
    background-color: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    object-fit: cover;
}

.upload-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #6a11cb;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    cursor: pointer;
}

.heading-form {
    color: #000;
    font-weight: 600;
}

.Idea2Scale-heading {
    color: #000;
    font-weight: bolder;
    font-size: 30px;
}

.idea-subheading {
    color: #000;
}

.setting-subheading {
    color: #000;
}

.bold-heading {
    color: #000;
}

  .card-custom {
    margin-bottom: 20px;
    height: auto;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgb(226, 226, 226);
    padding: 5px;
}

.toggle-switch input {
    margin-right: 10px;
}

.toggle-switch label {
    display: flex;
    align-items: center;
}

.status-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(0, 201, 0);
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.card-summary {
    background-color: #f9fafb;
    border-radius: 6px;
}

.fraction-number {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #6a11cb !important;
    border-color: #6a11cb !important;
}

  .privacy-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 2rem;
}

.danger-text {
    color: red;
}

.radio-label {
    margin-bottom: 0.2rem;
}

.custom-radio input[type="radio"] {
    margin-right: 10px;
}

  .timeline-container {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 1px;
    background-color: #dee2e6;
     z-index: 1;
}

.timeline-step {
    position: relative;
}

.timeline-icon {
    position: absolute;
    left: 6px;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #6a11cb;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.timeline-step .card {
    margin-left: 40px;
}

.timeline-step-heading {
    color: #000;
}

#timeline-card {
    background-color: #f3e8ff !important;
}

  .chat-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9f9;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 10px;
}

.message-left {
    max-width: 50%;
    text-align: left;
    color: White;
    background-color: #6a11cb;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.message-right {
    float: right;
    text-align: right;
    color: #6a11cb;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 5px;
    align-self: flex-end;
}

.input-area {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-switch {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    color: #838383;
}

.validation {
    color: #f00;
    font-size: 13px;
    position: absolute;
    margin: 0;
    top: inherit !important;
    left: inherit !important;
}
.ellipsis {
    display: inline-block;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.responsive_table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.login_btn {
    font-weight:600 !important;
    color: #fff !important;
    background-color: #58069b !important;
    border-color: #58069b !important;
}

    .login_btn:hover {
        color: #fff !important;
        background-color: #410771 !important;
        border-color: #410771 !important;
    }

.signup_btn {
    font-weight: 600 !important; 
    border: 1px solid #58069b;
    color: #58069b;
    background-color: transparent;
    box-shadow: none;
}

    .signup_btn:hover {
        border: 1px solid #58069b;
        background-color: #58069b;
        color: white !important;
    }
.overview-heading{font-size: 20px; color:#000;}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #5e00ac;
    border-color: #5e00ac;
}
.heading-danger{ font-size:56px; font-weight:bold; color:red;}


 
/* 29/04/2025 */
 
/*-------------------------- Website CSS end -------------------*/
/*-------------------------- Updated by Biswajit (End) -------------------*/
@media (max-width: 768px) {
    .message-box{left: 50%;width: 90%;top: 10px;} 
    .intro-info {margin: 150px 0 0;}
    .table-responsive td {white-space: normal !important;}
    .content-header>.breadcrumb,
    .content-header>.container>.breadcrumb {top: 15px;}
    .responsive_table {width: 100%;overflow-x: scroll;overflow-y: hidden;}
    .main-contener {margin: 0;}
    .login-bg {display: none;}

}


@media (max-width: 480px) {
    .hero {
        height: auto;
        padding: 10px;
        margin-top: 50px;
    }
    .hero-head {
        font-size: 35px;
    }

    .square2 {
        bottom: 68%;
        height: 40px;
        width: 40px;
        right: 28%;
    }
   
    .submit-idea{float:left !important;}
    .our-mission {
        text-align: center;
    }
    .hero-content {
        text-align: center;
    }
    .animate-bottom{margin-top:25px;}
    .message-box {
        left: 50%;
        width: 95%;
        top: 5px;
    }
    .footer-text {text-align: center !important;}
}

.list {list-style: none;margin: 0;padding: 0;display: flex;}
.list li {transition: 0.3s;list-style-type: none;  display: inline-block;}
.list.list-view-filter {flex-direction: column;}
.list.list-view-filter .project_list_box {height: auto;}
.list.list-view-filter li {  display: block;}
.list.grid-view-filter {flex-flow: row wrap;}
.list.grid-view-filter li {  width: calc(43.3% - 245px);padding: 0px;margin: 5px;}
.list-view-filter .project_img {width: 23%;   display: inline-block;  margin: 0}
.list-view-filter .project_Desc {width: 75%;display: inline-block;vertical-align: top;}

@media (max-width: 768px) {
    .list.grid-view-filter li {width: calc(100% - 0px);padding: 0;margin: 5px;   }
    .list-view-filter li {margin: 5px;}
    .list-view-filter .project_img {width: 100%;display: inline-block;}
    .list-view-filter .project_Desc {width: 100%;display: inline-block;vertical-align: top;}
    .Mobile {display: none;}
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: left !important;
        text-align: center;
    }
}