/* css
File Path : wp-content/plugins/elevate-custom-lead-form/css/custom-lead-form.css
*/
@charset "UTF-8";
#customLeadFormFrontEndSection {
    form#customLeadFormFrontEnd {
        #enqry_crsspndnc_mbl {
            padding-left: 55px;
        }

        .form-group .form-control,
        .form-group .form-select {
            margin-top: 10px;
            border: 1px solid var(--nav-primary);
        }

        .form-check span a.tnc {
            color: var(--nav-primary);
        }

        .form-group button {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        span.error {
            color: #b71c1c;
            font-size: 13px;
            text-transform: capitalize;
        }

        .user-checkbox {
            margin-top: 10px;
        }

        span.form-check-label {
            font-size: 14px;
        }

        span.error.error-bg {
            background: none;
            padding: 0px;
            border-radius: 0;
            border-bottom: 0px;
        }

        a.get-otp-links {
            color: var(--nav-primary);
        }

        span.error.success-bg {
            color: #138636 !important;
            background: none;
            padding: 0px;
            border-radius: 0;
            border-bottom: 0px;
        }

        h4 {
            text-align: center;
        }

        .form-group.btnSection {
            text-align: center;
        }

    }

    #thankYouMsgScreen {
        text-align: center;

        .successful-tick {
            width: 80px;
            margin: 30px auto;
        }

        .successful-tick .tickelevate-succ {
            color: #fff;
        }

        h3 {
            margin: 25px 0px;
        }

        p {
            margin: 25px 10px;
        }
    }

    .mobile-without-otp {
        position: relative;
    }
}
/* css
File Path : wp-content/themes/edali-child/assets/css/global.css
*/
/*!
 * Elevate Global  v0.0.1
 * COPYRIGHT @ NIIT 2025. All rights reserved
 * Licensed under NIIT
 */
.date-filter {
    margin-bottom: 20px;
}

.dashboard-graph {
    float: left;
    margin: 0 1px 30px 0;
    width: 33%;
    position: relative;
}

.dashboard-graph canvas {
    display: block;
    margin: auto;
    max-width: 100%;
}

/* Dynamic Loader start */
.graph-title {
    font-weight: 700;
}

.graph-loader-add {
    position: relative;
}

.loader-parent {
    background: rgb(255, 255, 255, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1055;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.showbar {
    display: flex;
    z-index: 9999
}

/* .loader-child {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loader-child div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: loader-child 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.loader-child div:first-child {
    left: 8px;
    animation-delay: -.24s;
    background: rgb(0, 97, 175, 1);
}

.loader-child div:nth-child(2) {
    left: 32px;
    animation-delay: -.12s;
    background: rgb(0, 97, 175, .8);
}

.loader-child div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
    background: rgb(0, 97, 175, .5);
}

@keyframes loader-child {
    0% {
        top: 8px;
        height: 64px
    }

    100%,
    50% {
        top: 24px;
        height: 32px
    }
} */
.loader-child {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--nav-primary);
    position: relative;
}

.loader-child:before,
.loader-child:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: var(--nav-secondry);
    transform: rotate(0deg) translate(30px);
    animation: rotate 1s ease infinite;
}

.loader-child:after {
    animation-delay: 0.5s
}

@keyframes rotate {
    100% {
        transform: rotate(360deg) translate(30px)
    }
}

/* Dynamic Loader end */

/* Custom Modal starts */
.e-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
    /* Hidden by default */
}

.e-modal {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    /* Position relative for close button */
    min-height: 400px;
    margin: 130px auto 0 auto;
}

.e-close-modal {
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*.upcoming-batch-heading */
#batchModal {
    display: none;
}

#wpfooter {
    display: none;
}


.acf-field[data-name="courses_section"] .acf-table input[type=text],
.acf-field[data-name="courses_section"] .acf-table input[type=password],
.acf-field[data-name="courses_section"] .acf-table input[type=date],
.acf-field[data-name="courses_section"] .acf-table input[type=datetime],
.acf-field[data-name="courses_section"] .acf-table input[type=datetime-local],
.acf-field[data-name="courses_section"] .acf-table input[type=email],
.acf-field[data-name="courses_section"] .acf-table input[type=month],
.acf-field[data-name="courses_section"] .acf-table input[type=number],
.acf-field[data-name="courses_section"] .acf-table input[type=search],
.acf-field[data-name="courses_section"] .acf-table input[type=tel],
.acf-field[data-name="courses_section"] .acf-table input[type=time],
.acf-field[data-name="courses_section"] .acf-table input[type=url],
.acf-field[data-name="courses_section"] .acf-table input[type=week],
.acf-field[data-name="courses_section"] .acf-table textarea,
.acf-field[data-name="courses_section"] .acf-table select {
    width: 150px;
}

.acf-field[data-name="courses_section"] .acf-repeater.-table {
    overflow-x: auto;
    width: 100%;
}

.acf-field[data-name="courses_section"] .acf-repeater.-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.acf-field[data-name="courses_section"] .acf-repeater.-table::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}

.acf-field[data-name="courses_section"] .acf-repeater.-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.disabled-content-sso {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
/* css
File Path : wp-content/themes/edali-child/assets/css/stylenew.css
*/
/*!
 * Elevate Style New  v0.0.2
 * COPYRIGHT @ NIIT 2025. All rights reserved
 * Licensed under NIIT
 */
:root {
    /* Default Theme */
    --font-color: #565759;
    --nav-primary: #0061af;
    --primary-light: #48A7FF;
    --nav-secondry: #ffcb05;
    --section-background: #A4D5FF66;
    --white: #ffffff;
    --black: #000000;
    --footer-bg: #231f20;
    --primary-font: 'Effra', sans-serif;

    --step-pulse-dark: #56575966;
    --step-pulse-light: #5657591f;
    /* Default Theme */

    /* Axis Bank Color */
    --axis-nav-primary: #861F41;
    --axis-primary-light: #48A7FF;
    --axis-nav-secondry: #861F41;
    --axis-section-background: #E4E4E4;
    --axis-step-inactive: #D9D9D9;
    --axis-step-inprogress: #fee7ee;
    /* End Axis Bank Color */

    /* HDFC Bank Color */
    --hdfc-nav-primary: #004C8F;
    --hdfc-primary-light: #48A7FF;
    --hdfc-nav-secondry: #ED232A;
    --hdfc-section-background: #E4E4E4;
    --hdfc-step-inactive: #F5F5F5;
    --hdfc-step-inprogress: #F5F5F5;
    /* End HDFC Bank Color */

    --gniit-primary: #00579D;


}

/* .main-axis-class */
/*AXIS*/
/* .main-hdfc-class */
/*HDFC*/
/* .program-gniit-template */
/*GNIIT*/
/* .main-icici-class */
/*ICICI*/

/* Axis Bank */
.main-axis-class {
    .course-details-banner-inner {
        background: var(--axis-nav-primary);
    }

    .cd-horizontal-links .nav-link.active {
        border-bottom: 3px solid var(--axis-nav-secondry);
    }

    .adv-images * {
        fill: var(--axis-nav-secondry);
    }

    .placement-number {
        color: var(--axis-nav-secondry);
    }

    .slick-dots li.slick-active button:before {
        color: var(--axis-nav-secondry);
        background: var(--axis-nav-secondry);
    }

    .skill-gain {
        background: var(--axis-section-background);
    }

    .skill-img svg * {
        fill: var(--axis-nav-secondry);
    }

    .curriculum-cover-bullets li::before {
        background: var(--axis-nav-primary);
    }

    .eligible-apply {
        background-color: var(--axis-section-background);
    }

    .eligible-pointers li::before {
        background: var(--axis-nav-primary);
    }

    .advantages-pointer-vertical li::before {
        background: var(--axis-nav-primary);
    }

    .multi-steps>li:before {
        background: var(--axis-step-inprogress);
        border-color: var(--axis-step-inprogress);
    }

    .multi-steps>li {
        color: var(--axis-nav-primary);
    }

    .edit-form-field {
        background: var(--axis-nav-primary);
    }

    .multi-steps>li:after {
        background: var(--axis-nav-primary);
    }

    .multi-steps>li.is-active:before {
        background: var(--axis-nav-primary);
        border-color: var(--axis-nav-primary);
    }

    .book-visit-content .form-control,
    .book-visit-content .form-select,
    .career-details-questions .form-control,
    .career-details-questions .form-select {
        border: 1px solid var(--axis-nav-primary);
    }

    .show-country-code {
        background: var(--axis-nav-primary);
    }

    .get-otp-links {
        color: var(--axis-nav-primary);
    }

    .form-check-input:checked {
        background-color: var(--axis-nav-primary);
        border-color: var(--axis-nav-primary);
    }

    a {
        color: var(--axis-nav-primary);
    }

    .primary-btns,
    .view-scholar-btn {
        background-color: var(--axis-nav-primary);
        border: 1px solid var(--axis-nav-primary);
        color: var(--white);
    }

    .primary-btns:hover,
    .view-scholar-btn:hover {
        background-color: var(--white);
        border: 1px solid var(--axis-nav-primary);
        color: var(--axis-nav-primary);
    }

    .color-primary {
        color: var(--axis-nav-primary);
    }

    .finance-btns {
        background-color: var(--axis-nav-primary);
        border: 1px solid var(--axis-nav-primary);
    }

    .skills-parameter {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    /* .section-title.left-heading { text-align: center;} */
    .faq-section-accordion .accordion-button {
        color: var(--axis-nav-primary);
    }

    .faq-section-accordion .accordion-button::after {
        background-image: url(../images/axis-acc-plus-primary.svg);
    }

    .faq-section-accordion .accordion-button:not(.collapsed)::after {
        background-image: url(../images/axis-acc-minus-primary.svg);
    }

    .finance-option-apply {
        background-color: var(--axis-section-background);
    }

    .learners-testimonials-section {
        background-color: var(--axis-section-background);
    }

    .course-details-overlay ul.highlight-details {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }

    .course-details-overlay .highlight-details>li {
        position: relative;
        flex: 1 1 50%;
        padding: 0 0 20px 40px;
    }

    .course-details-overlay img.cd-icons {
        position: absolute;
        top: 0;
        left: 0;
    }

    .primary-btns:focus,
    .outline-primary-btns:focus,
    .view-scholar-btn:focus,
    .primary-btns:active,
    .view-scholar-btn:active .outline-primary-btns:active {
        background-color: var(--axis-nav-primary);
        border: 1px solid var(--axis-nav-primary);
        color: var(--white);
    }

    #tncModal #acceptTMC,
    #tncModal #acceptTMC:focus,
    #tncModal #acceptTMC:active {
        background-color: var(--axis-nav-primary);
        border: 1px solid var(--axis-nav-primary);
        color: var(--white);
    }

    #tncModal #closeTMS,
    #tncModal #closeTMS:focus,
    #tncModal #closeTMS:active {
        background-color: var(--white);
        border: 1px solid var(--axis-nav-primary);
        color: var(--axis-nav-primary);
    }

    .form-one-c-fields .accordion-button {
        background-color: var(--axis-nav-primary);
    }

    .forhdfcandaxis-paymenttable .form-one-c-fields .fee-options-accordion .accordion-item {
        border: 1px solid var(--axis-nav-primary);
    }
}

/* End Axis Bank */

/* HDFC Bank */
.main-hdfc-class {
    .course-details-banner-inner {
        background: var(--hdfc-nav-primary);
    }

    .cd-horizontal-links .nav-link.active {
        border-bottom: 3px solid var(--hdfc-nav-secondry);
    }

    .adv-images * {
        fill: var(--hdfc-nav-secondry);
    }

    .placement-number {
        color: var(--hdfc-nav-secondry);
    }

    .slick-dots li.slick-active button:before {
        color: var(--hdfc-nav-secondry);
        background: var(--hdfc-nav-secondry);
    }

    .skill-gain {
        background: linear-gradient(180deg, var(--hdfc-section-background) 0%, #fff 100%)
    }

    .skill-img svg * {
        fill: var(--hdfc-nav-secondry);
    }

    .curriculum-cover-bullets li::before {
        background: var(--hdfc-nav-secondry);
    }

    .eligible-apply {
        background-color: var(--hdfc-section-background);
    }

    .eligible-pointers li::before {
        background: var(--hdfc-nav-secondry);
    }

    .advantages-pointer-vertical li::before {
        background: var(--hdfc-nav-secondry);
    }

    .multi-steps>li:before {
        background: var(--hdfc-step-inprogress);
        border-color: var(--hdfc-step-inprogress);
    }

    .multi-steps>li {
        color: var(--hdfc-nav-primary);
    }

    .edit-form-field {
        background: var(--hdfc-nav-primary);
    }

    .multi-steps>li:after {
        background: var(--hdfc-nav-primary);
    }

    .multi-steps>li.is-active:before {
        background: var(--hdfc-nav-primary);
        border-color: var(--hdfc-nav-primary);
    }

    .book-visit-content .form-control,
    .book-visit-content .form-select,
    .career-details-questions .form-control,
    .career-details-questions .form-select {
        border: 1px solid var(--hdfc-nav-primary);
    }

    .show-country-code {
        background: var(--hdfc-nav-primary);
    }

    .get-otp-links {
        color: var(--hdfc-nav-primary);
    }

    .form-check-input:checked {
        background-color: var(--hdfc-nav-primary);
        border-color: var(--hdfc-nav-primary);
    }

    a {
        color: var(--hdfc-nav-primary);
    }

    .primary-btns,
    .view-scholar-btn {
        background-color: var(--hdfc-nav-primary);
        border: 1px solid var(--hdfc-nav-primary);
        color: var(--white);
    }

    .primary-btns:hover,
    .view-scholar-btn:hover {
        background-color: var(--white);
        border: 1px solid var(--hdfc-nav-primary);
        color: var(--hdfc-nav-primary);
    }

    .color-primary {
        color: var(--hdfc-nav-primary);
    }

    .finance-btns {
        background-color: var(--hdfc-nav-primary);
        border: 1px solid var(--hdfc-nav-primary);
    }

    .skills-parameter {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section-title.left-heading {
        text-align: center;
    }

    .faq-section-accordion .accordion-button {
        color: var(--hdfc-nav-primary);
    }

    .faq-section-accordion .accordion-button::after {
        background-image: url(../images/acc-plus-primary.svg);
    }

    .faq-section-accordion .accordion-button:not(.collapsed)::after {
        background-image: url(../images/acc-minus-primary.svg);
    }

    .finance-option-apply {
        background-color: var(--hdfc-section-background);
    }

    .learners-testimonials-section {
        background-color: var(--hdfc-section-background);
    }

    .course-details-overlay ul.highlight-details {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }

    .course-details-overlay .highlight-details>li {
        position: relative;
        flex: 1 1 50%;
        padding: 0 0 20px 40px;
    }

    .course-details-overlay img.cd-icons {
        position: absolute;
        top: 0;
        left: 0;
    }

    .hdfc-main-page .highlight-details td {
        position: relative;
        flex: 1 1 50%;
        padding: 0 0 20px 40px;
    }

    .hdfc-main-page .course-details-overlay img.cd-icons {
        position: relative;
        top: 0;
        left: 0;
        width: 31px;
        margin-right: 10px;
        margin-left: -43px;
    }

}

/* End HDFC Bank */

.main-bfsi-class.main-icici-class {
    .skills-parameter {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    /* .skills-parameter li {
        align-items: normal;
    }
    .skills-parameter li img.skill-img {
        margin-top: 6px;
    } */
}

/* End ICICI Bank */


body {
    font-family: var(--primary-font);
    color: var(--font-color);
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Body Scroll */
::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(transparent, var(--nav-primary), transparent);
}

/* End Body Scroll */
.elementor-widget-text-editor {
    color: var(--font-color);
    font-family: var(--primary-font) !important;
}

a {
    color: var(--nav-primary);
}

a:focus {
    color: inherit;
}

/* course page css start here */
.mycourse-section {
    background: linear-gradient(180deg, var(--section-background) 0%, #ffffff66 40%);
    padding: 80px 0 60px;
}

.edit-form-field.user-edit-icon {
    position: relative;
    right: auto;
}

.profile-image-container {
    gap: 35px;
    margin-bottom: 60px;
}

.profile-name.d-block {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
    word-wrap: break-word;
    text-transform: capitalize;
}

.profile-edit {
    color: var(--nav-primary);
    text-decoration: none;
}

.profile-img-box {
    width: 172px;
    height: 172px;
    border-radius: 50%;
}

.profile-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.circle-progress {
    border-radius: 50%;
    width: 80px;
    height: 90px;
}

.svg-inner-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-box {
    padding-bottom: 20px;
}

.svg-inner-icon img {
    height: 35px;
}

.progress-value-box text {
    font-size: 30px;
    font-weight: 700;
    color: #565759;
}

.course-faq-container {
    border-radius: 30px;
    background: #EBF2F9;
    padding: 30px 15px;
    margin: 0 100px;
}

.course-faq-section {
    padding: 60px 0;
}

.course-faq-container .accordion-item,
.course-faq-container .accordion-button {
    background: none;
}

.course-faq-container .accordion-button:not(.collapsed) {
    background: none !important;
}

.middle-container {
    max-width: 867px;
    margin: 0 auto 60px;
    width: 100%;
}

.label-heading {
    color: #565759;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 15px;
}

.label-heading span {
    display: block;
}

.textarea-characters {
    font-size: 12px;
    padding-top: 7px;
    display: inline-block;
}

.ticket-form .applyprocess-btns.only-single-btn {
    margin-top: 6px;
}

/* course page css end here */
/* payment purchase page css start here */
.purchase-table th {
    color: #565759;
    font-size: 12px;
    font-weight: 700;
}

.purchase-table td {
    font-size: 13px;
    font-weight: 400;
}

.purchase-table th,
.purchase-table td {
    border: none;
    background: none !important;
    border-right: 1px solid var(--nav-primary);
    padding: 12px 25px 12px 10px !important;
}

.purchase-table th:last-child,
.purchase-table td:last-child {
    border: none;
    text-align: right;
}

.course-faq-container.purchase-table {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 20px 0 0;
}

.purchase-table .accordion-body {
    padding: 20px 0;
}

.course-faq-container.purchase-table .faq-section-accordion {
    border-radius: 0px 0px 40px 0px;
    background: rgba(255, 255, 255, 0.40);
    /* box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10); */
}

.purchase-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: 0 68px;
}

.purchase-table th,
.purchase-table td {
    padding: 10px;
}

/* Rounded corners for the first and last cell */
.purchase-table tr:nth-child(even) th:first-child,
.purchase-table tr:nth-child(even) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.purchase-table tr:nth-child(even) th:last-child,
.purchase-table tr:nth-child(even) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Background color for even rows */
.purchase-table tbody tr:nth-child(odd) {
    background: #F0F0F0;
}

.purchase-table tfoot {
    background: #EBF2FB;
}

.purchase-table tfoot th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.purchase-table tfoot td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.purchase-table tfoot th,
.purchase-table tfoot td {
    border: none;
}

.purchase-table th:nth-child(3),
.purchase-table td:nth-child(3) {
    border: none;
    text-align: center;
}

.purchase-table .faq-section-accordion.middle-container {
    margin-bottom: 0;
}

.purchase-table .accordion-item {
    border-radius: 0px 0px 40px 0px;
    background: rgba(204, 223, 239, 0.40);
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10);
    border: none;
    margin-bottom: 35px;
    padding: 0 15px;
}

.purchase-table .col-md-12 {
    padding: 0;
}

.upload-section {
    position: relative;
}

.download-icon {
    height: 15px;
    width: 19px;
    background-image: url(../images/download-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: block;
    float: right;
}

.upload-section .download-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.download-icon.delete {
    background-image: url(../images/delete-icon.svg);
}

.purchase-table th:nth-child(2),
.purchase-table td:nth-child(2) {
    text-align: right;
}

/* payment purchase page css end here */
/* my certificate page css start here */
.border-right-grey {
    border-right: 1px solid #D9D9D9;
}

.certificate-details {
    padding: 20px 85px;
}

.certificate-details .primary-btns.card-know-more {
    padding: 5px 25px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}

/* my certificate page css end here */
/* my profile page css start here */
.ticket-form .error-message {
    color: red;
    font-size: 0.775em;
    display: none;
    position: absolute;
    bottom: -24px;
    left: 0;
}

input.invalid,
select.invalid,
textarea.invalid {
    border: 1px solid red;
}

.edit-profile-form .form-control,
.edit-profile-form .form-select {
    background: none;
    font-size: 14px;
    appearance: auto;
}

.contact-info-details {
    font-size: 12.5px;
    font-weight: 700;
}

.phone-info {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--nav-primary);
    text-decoration: none;
}

.approval-list {
    list-style: decimal;
    padding-left: 15px;
}

.pending-approval {
    background: #DBEEFF;
}

.rejected-referrals {
    background: #F0F0F0;
}

.approval-box {
    border-radius: 10px;
    padding: 15px 20px 5px;
    min-height: 152px;
}

.approval-referrals .approval-list {
    list-style: none;
    padding: 0;
}

.approval-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.approval-list li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.approval-referrals .approval-list li {
    margin-bottom: 10px;
}

.approval-list li:last-child {
    margin: 0;
}

.user-dropdown .dropdown-toggle {
    background: var(--nav-primary);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: var(--white);
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    /* margin-right: 18px; */
}

.user-dropdown .dropdown-toggle:hover {
    background: var(--nav-secondry);
}

.user-dropdown .dropdown-toggle.show {
    background: var(--nav-secondry);
    color: var(--white);
}

.user-dropdown .dropdown-toggle::after {
    margin: 0;
    vertical-align: inherit;
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/down-blue-arror.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 9px;
    border: none;
    display: none;
}

.user-dropdown .dropdown-menu {
    background: var(--white);
    padding: 15px 12px 0;
    border: none;
    border-radius: 10px;
    width: 278px;
    top: 121%;
    right: 0;
}

.user-dropdown .dropdown-item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 8px;
    background: var(--white);
    transition: 0.3s;
}

.user-dropdown .dropdown-item.active {
    color: var(--nav-primary);
}

.user-dropdown .dropdown-item:hover {
    color: var(--nav-primary);
}

.user-dropdown .dropdown-toggle.show:after {
    transform: rotate(-180deg);
    top: 33%;
}

.default-user-icon {
    background-image: url(../images/nav-user-avatar-white.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
}

.upload-container .applyprocess-btns button {
    width: auto;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 10px;
}

#upload-resume-text small {
    color: var(--bs-body-color);
    font-size: 11px;
    margin-left: 2px;
}

#upload-video-start-text small {
    color: var(--bs-body-color);
    font-size: 11px;
    margin-left: 2px;
}

#upload-video-end-text small {
    color: var(--bs-body-color);
    font-size: 11px;
    margin-left: 2px;
}

.edit-input-row .edit-form-field.user-edit-icon {
    position: absolute;
    right: 8px;
    top: 9px;
    background: none;
}

.edit-input-row .edit-form-field::after {
    background-image: url(../images/form-edit-blue-icon.svg);
}

/* .ticket-form .edit-input-row input {
    padding-right: 32px;
} */
.edit-input-row input:disabled {
    color: var(--nav-primary);
    opacity: 1;
}

.upload-btn.file-uploaded span {
    color: var(--font-color);
    font-weight: 700;
}

.upload-btn .file-uploaded small {
    font-size: 14px !important;
    padding-left: 3px;
    font-weight: 400;
}

.upload-container {
    border-radius: 10px;
    background: rgba(164, 213, 255, 0.40);
    padding: 40px 40px 35px;
}

/* .upload-container .download-icon {
    transform: rotate(180deg);
} */
.upload-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.upload-section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.upload-section input[type="file"] {
    display: none;
}

.upload-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid var(--nav-primary);
    border-radius: 5px;
    cursor: pointer;
}

.upload-btn span {
    font-size: 14px !important;
    color: var(--nav-primary);
    font-weight: 500 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}

.upload-btn svg {
    fill: #007bff;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.note {
    font-size: 12px;
    color: #777;
}

.upload-profile-pic {
    width: 172px;
    height: 172px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    z-index: 999999;
}

.upload-picture-icon {
    width: 45px;
    background-image: url(../images/upload-camera.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.link-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--nav-primary);
}

nav.home-primary-tabs.home-bg-tab .nav-link.active {
    background: none;
    padding-top: 7px;
}


.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: var(--white);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--white);
    bottom: 0;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(26 123 206);
}

nav.home-primary-tabs.home-bg-tab .nav-link {
    position: relative;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

.home-bg-tab ul.nav.nav-tabs {
    background: none;
    overflow: hidden;
}

nav.home-primary-tabs.home-bg-tab {
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0px 10px 0px 0px;
    background-color: rgb(26 123 206);
    position: relative;
    /* top: -18px; */
}

/* my profile page css end here */

.cd-horizontal-links.justify-content-around.sub-tobar-menu {
    padding: 0 45px;
}

/* ----------------------------------------------------------------------------------------------- */


/* Footer */
.footer {
    margin-top: auto;
    background-color: var(--footer-bg);
    color: var(--white);
    font-size: 0.875rem;
}

.footer a {
    color: var(--white);
    text-decoration: none;
}

.footerlist {
    display: flex;
    position: relative;
    justify-content: space-between;
}

/* .footerlist .items {
    content: "";
    border-left: 1px solid var(--white);
    padding-left: 10%;
} */

.copyright-section {
    border-top: 1px solid var(--font-color);
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

/* .footerlist .items {
    text-align: center;
} */

.footerlist .items h6 {
    font-weight: 700;
    color: var(--white);
    font-size: 18px;
}

.ppandcopy {
    padding: 1rem 0;
    text-align: center;
}

.footer-top-sec {
    padding-top: 2rem;
    padding-bottom: 1rem;
    --bs-gutter-x: 5rem;
}

/* .footer-top-sec .fl-one {
    border-right: 1px solid var(--font-color);
} */

.link-column li {
    margin-bottom: .5rem;
}

/* .fbottomlink .footer-link {
    text-transform: uppercase;
} */

.fbottomlink {
    margin-bottom: .5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.copyright {
    color: #8B8B8B;
    text-transform: uppercase;
}

.niit-brand-logo {
    height: 40px !important;
    position: relative;
    width: auto;
}

/* .footer-brand-logo {
    position: relative;
}

.footer-brand-logo:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: var(--white);
    top: 0;
    right: -50%;
} */

.niit-branch-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--font-color);
    padding-bottom: 1.5rem;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}

.fabout {
    text-align: center;
}

/* End Footer */


/* Header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1055;
}

.search-icon {
    background-image: url(../images/search-icon-nav.svg);
    width: 24px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.searchbtn {
    border: 0;
    background-color: transparent;
    /* border-radius: 40px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.user-login-icon {
    background-image: url(../images/nav-user-avatar.svg);
    width: 19px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ush-user-status .ush-icon:hover .user-login-icon {
    background-image: url(../images/nav-user-avatar-hover.svg);
}

.ush-user-status .ush-icon.active-nav .user-login-icon {
    background-image: url(../images/nav-user-avatar-hover.svg);
}

.navbar-primary-light {
    background-color: #ffffff80;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    position: relative;
    /* padding: 1rem 0; */
}

.modal-header-white .navbar-primary-light,
.modal-header-white .main-header {
    background-color: var(--white);
}

.nav-light-btns {
    padding: 13px 60px 13px 1.25rem;
    border-radius: 40px;
    background-color: #f5f5f5;
    border: 0;
    font-weight: 500;
    color: var(--font-color);
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

.nav-light-btns:after {
    content: ' ';
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/down-blue-arror.svg);
    height: 8px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-light-btns.active-nav:after {
    background-image: url(../images/up-white-arrow.svg);
    height: 8px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: ' ';
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
}

.nav-light-btns:hover {
    color: #222831;
    background-color: #e3e3e3;
}

.top-menu-left {
    display: flex;
    align-items: center;
    position: absolute;
    background: var(--nav-secondry);
    padding: 24px;
    top: 0;
    border-radius: 0 0 0.625rem 0;
    z-index: 9999;
}

.top-menu-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: right;
    width: 100%;
}

.navbar-brand {
    margin-right: 0;
}

.brand-logo {
    height: 32px;
}

.brand-logo img {
    height: 32px;
    width: auto !important;
}

.dotclass {
    padding: 0;
    border: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../images/nav-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.secondry-nav {
    background-color: var(--nav-secondry);
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

.secondry-nav .nav-link {
    padding: 3px 4px;
    color: var(--font-color);
    text-transform: uppercase;
}

.secondry-nav .nav-link.active {
    background-color: transparent;
    color: var(--font-color);
}

.secondry-nav>ul>li:not(:last-child) {
    position: relative;
}

.secondry-nav>ul>li:not(:last-child)>a:after {
    content: "";
    height: 1.125rem;
    width: 0.0625rem;
    background: var(--font-color);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.625rem;
}

.for-mobile-search-form {
    display: none;
}

.banner-home {
    position: relative;
}

.homebanner-back {
    width: 100%;
    height: 470px !important;
    object-fit: cover;
    object-position: top;
}

.content-overimage {
    position: absolute;
    padding: 4rem 0rem 4rem 0;
    bottom: 0;
    /* background: linear-gradient(0deg, var(--nav-primary) 0%, #0076ff00 100%); */
    background: linear-gradient(0deg, #0076ff00 0%, var(--nav-primary) 13%, #0076ff00 76%);
    width: 100%;
    color: var(--white);
}

.content-overimage p {
    margin-bottom: 0;
    font-size: 25px;
}

.content-overimage p span.tagfont {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.secondry-color {
    color: var(--nav-secondry);
}

.font-bolder {
    font-weight: 700;
}

.white-banner-btn {
    background: var(--white);
    color: var(--nav-primary);
    border: 1px solid var(--white);
    border-radius: 40px;
    padding: 6px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    width: fit-content;
    font-weight: 400;
}

.white-banner-btn:hover,
.white-banner-btn:focus {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

/* .white-banner-btn:hover, .white-banner-btn:focus {
    background: var(--white);
    color: var(--nav-primary);
    border: 1px solid var(--white);
} */

/* .white-banner-btn:hover .long-right-icon svg * {
    fill: var(--nav-primary);
} */

.nav-light-btns.active-nav {
    background-color: var(--nav-primary);
    color: var(--white);
}

.icon-search.active-nav {
    background-color: transparent;
}

/* End Header */

/* Hero Banner */
.banner-section-home {
    position: relative;
}

.begin-journey {
    z-index: 1053;
    background: var(--nav-secondry);
    border: 1px solid var(--nav-secondry);
    border-radius: 0 0 15px 0;
    padding: 13px 7px;
    color: var(--nav-primary);
    font-weight: 500;
    writing-mode: vertical-rl;
    position: fixed;
    right: 0;
    top: 20%;
    font-size: 0.875rem;
    rotate: 180deg;
    cursor: pointer;
}

.begin-journey:hover {
    background: var(--white);
    border: 1px solid var(--nav-primary);
    color: var(--nav-primary);
}

/* .slick-track {
    margin-left: 0;
} */

.schedular-table .slick-track {
    margin-left: 0;
}

.home-herobanner .slick-prev:before {
    content: '';
    background-image: url(../images/left-arrow.png);
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-herobanner .slick-dots li button:before {
    color: var(--white);
    background: var(--white);
    opacity: 1;
}

.home-herobanner .slick-next:before {
    content: '';
    background-image: url(../images/right-arrow.png);
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-herobanner .slick-dots {
    background-color: transparent;
    padding-bottom: 0.625rem;
    bottom: 30px;
    /*------------------------------------------------------*/
}

.home-herobanner.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* End Hero Banner */

/* Home-content-sec */
.indusandbusiness-section {
    margin-bottom: 70px;
    margin-top: -43px;
    z-index: 1;
    position: relative;
}

.course-card-slider .coursecard {
    padding: 4%;
}

.course-card-slider .card-img {
    width: 43px;
    height: 43px;
}

.indep-cards {
    position: relative;
    background: #ccdfef66;
    box-shadow: 4px 4px 10.9px 0px #0000001a;
    border-bottom-right-radius: 60px;
    padding: 1.25rem;
}

.coursecard .card-img-overlay {
    background-color: #0061afd9;
    text-align: center;
    color: var(--white);
    top: 60%;
    border-radius: 0 0 6px 6px;
    padding: 1.5rem;
}

.coursecard .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 64px;
    margin-bottom: .5rem;
    font-size: 18px;
    color: var(--nav-primary);
}

.card-know-more {
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
}

.course-card-action-container {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: space-between;
    margin-right: 20px;
}

.course-indid {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    gap: .5rem;
}

.course-tags-icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .8rem;
}

.course-catg-tag {
    font-size: 0.875rem;
}

.course-card-content .card-know-more {
    margin-right: .1rem;
    min-width: 80px;
    text-align: center;
}

.duration-course {
    background-image: url(../images/duration-primary.svg);
    width: 0.875rem;
    height: 0.875rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.typeof-course {
    background-image: url(../images/type-primary.svg);
    width: 0.875rem;
    height: 0.875rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.main-indi-and-busi-tabs {
    margin-bottom: 1.5rem;
}

.home-primary-tabs .nav-tabs {
    border-bottom: 0px solid var(--white);
    width: 100%;
    justify-content: center;
    background: #2684D6;
}

.home-primary-tabs .nav-link {
    font-size: 30px;
    color: var(--white);
    padding: .5rem 2rem;
    border: 0;
    margin-bottom: 0;
}

.home-primary-tabs .nav-link.active {
    background-color: var(--white);
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
    color: var(--font-color);
    margin-bottom: -1px;
}

/* .home-primary-tabs .nav-link:first-child.active {
    background-color: var(--white);
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
    color: var(--font-color);
    margin-bottom: -1px;
}

.home-primary-tabs .nav-link:last-child.active {
    background-color: var(--white);
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
    color: var(--font-color);
    margin-bottom: -1px;
} */

.second-step-tabs {
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.second-step-tabs .nav-link {
    font-size: 1rem;
    color: var(--font-color);
    padding: 1rem 24px;
    background-color: transparent;
    border-radius: 1.25rem;
    min-width: 6.25rem;
    text-align: center;
    line-height: 1;
    height: 100%;
}

.second-step-tabs .nav-link i {
    margin-bottom: .5rem;
}

.second-step-tabs .nav-link.active,
.second-step-tabs .nav-link:hover,
.second-step-tabs .nav-link:focus {
    color: var(--nav-primary);
    background-color: var(--white);
    box-shadow: 0.375rem 0.375rem 1.4375rem 0.0625rem #347cd01a;
}

.sub-catg-type {
    height: 1.9375rem !important;
    width: 1.9375rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.second-step-tabs .nav-link .sub-catg-type {
    display: block;
}

.second-step-tabs .nav-link:not(.active) .sub-catg-type svg * {
    fill: var(--font-color);
}

.second-step-tabs .nav-link.active .sub-catg-type {
    display: block;
}

/* .second-step-tabs .nav-link .sub-catg-type {
    display: block;
}

.second-step-tabs .nav-link.active .sub-catg-type {
    display: none;
}

.second-step-tabs .nav-link .sub-catg-type.active-img-catg {
    display: none;
}

.second-step-tabs .nav-link.active .sub-catg-type.active-img-catg {
    display: block;
} */

.third-step-filter {
    margin-bottom: 1rem;
}

.third-step-tabs {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.third-step-tabs .nav-link {
    font-size: 1rem;
    color: var(--nav-primary);
    padding: .5rem 1rem;
    background-color: transparent;
    border-radius: 1.25rem;
    border: 1px solid var(--nav-primary);
}

.third-step-tabs .nav-link.active,
.third-step-tabs .nav-link:hover,
.third-step-tabs .nav-link:focus {
    color: var(--nav-primary);
    background-color: var(--nav-secondry);
    border: 1px solid var(--nav-secondry);
}


/* End Home Content Sec */

/* Home Content Course slider */
/* .course-card-slider  */
/* Common Class for slider */
.slick-dots li button:before {
    line-height: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
    color: #c9c9c9;
    background: #c9c9c9;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--nav-secondry);
    background: var(--nav-secondry);
}

.slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
}

.slick-dots li button {
    width: 0.625rem;
    height: 0.625rem;
}

/* End Home Content Course slider */

/* Navigator-section */
.course-city-navigator {
    margin-bottom: 30px;
}

.course-nav-box {
    background-color: #ccdfef;
}

.navigator-course {
    padding: 1rem 4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigator-course .primary-btns.find-course-cta {
    margin-left: 5rem;
    padding: .2rem 2.2rem;
}

.navigator-course.bookingsection {
    background-color: transparent;
    padding: 2rem 0rem;
}

.city-cards {
    background-color: var(--white);
    border-radius: 18px;
    padding: 1rem .5rem;
    box-shadow: 6px 6px 23px 1px #347cd01a;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.city-cards:hover {
    box-shadow: 6px 6px 23px 1px #06090d1c;
}

.city-card-img {
    height: 80px !important;
}

.main-road {
    margin-bottom: 0;
    font-size: 0.875rem !important;
    line-height: 0.875rem;
    font-weight: 400;
}

.city-name {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--nav-primary);
    margin-top: 0.625rem;
    margin-bottom: 2px;
    line-height: 0.875rem;
}

.nc-header {
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    line-height: 1.3;
}

.primary-btns {
    background-color: var(--nav-primary);
    color: var(--white);
    border-radius: 40px;
    padding: .2rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
}

.outline-primary-btns {
    background-color: var(--white);
    border: 1px solid var(--nav-primary);
    color: var(--nav-primary);
    border-radius: 40px;
    padding: .2rem 1rem;
    font-size: 1rem;
    white-space: nowrap;
}

.primary-btns:hover,
.primary-btns:focus {
    background-color: var(--white);
    color: var(--nav-primary);
    border: 1px solid var(--nav-primary);
}

.outline-primary-btns:hover,
.outline-primary-btns:focus {
    background-color: var(--nav-primary);
    color: var(--white);
    border: 1px solid var(--nav-primary);
}

.card-sign-img {
    display: block;
    margin-right: 2rem;
    height: 66px;
}

/* .formobile-card-sign {
    display: none;
} */

.y-video-frame {
    width: 100%;
    height: 350px;
    border-radius: 0.625rem;
}

.loading-place-holder {
    background: #f5f5f5;
    height: 100%;
    border-radius: 0.625rem;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
}

@-webkit-keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}

/* End Navigator-section */

/* Learners Say */
.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h1 {
    font-weight: 400;
    line-height: 35px;
}

/* .section-title h2 {
    font-weight: 700;
} */

/* .section-title:after {
    content: "";
    border-bottom: 4px solid var(--nav-secondry);
    display: block;
    width: 103px;
    margin: 0 auto;
    margin-top: 0.625rem;
} */

.learner-card-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-card-inner {
    border-radius: 6px;
    background-color: var(--white);
    padding: 1.5rem;
    height: 100%;
}

.testy-img {
    border-radius: 1.25rem !important;
    background: #dbeeff;
    min-width: 75px !important;
    height: 75px !important;
    object-fit: cover;
    object-position: top;
    width: 75px !important;
}

.learner-name-testy {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.learner-company {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.linkedin-btn {
    background-image: url(../images/circle-linkedin.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.wordings::before,
.wordings::after {
    content: '"';
    display: inline-block;
}

/* .testimonial-content {
    padding: 1.25rem;
    text-align: center;
} */

.testimonial-card .testimonial-card-inner .testimonial-content p {
    /* margin-top: .6rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    height: 170px;
}

.learners-testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--section-background);
}

.testimonial-card {
    padding: 0 12px 0.625rem;
}

.learners-say-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--nav-secondry);
    background: var(--nav-secondry);
}

.learners-say-slider .slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
}

.learners-say-slider .slick-dots li button {
    width: 0.625rem;
    height: 0.625rem;
}

.learners-say-slider .slick-track {
    display: flex !important;
}

.learners-say-slider .slick-slide {
    height: inherit !important;
}

.thumb-testiminial {
    position: relative;
}

.user-linkdin-link {
    position: absolute;
    right: -5px;
    bottom: 8px;
}

.opt-link {
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--nav-primary);
    width: 100%;
    display: block;
    font-weight: 600;
}

/* End Learners Say */

/* Our partners */
.our-hiring-space-section {
    margin-top: 20px;
}

.partner-slider-section {
    text-align: center;
}

.our-partners {
    margin: 50px 0 50px 0;
}

.hirefromusbtn {
    margin-top: 2rem;
    display: none;
}

.partner-slider .company-logos {
    box-shadow: 0.375rem 0.375rem 1.4375rem 0.0625rem #347CD01A;
    margin: 1.25rem 0.9375rem;
    padding: 25px 25px;
    height: 6.25rem;
    object-fit: contain;
    object-position: center;
    border-radius: 0.625rem;
}

/* End Our partners */

/* Niit advantage section */
.niit-advantage-section {
    margin: 0px 0 50px 0;
    background: linear-gradient(180deg, var(--section-background) 0%, #ffffff66 100%);
    padding-top: 50px;
}

.advantage-niit-section-post {
    flex-direction: row-reverse;
}

.con-second-sec {
    margin-top: 2rem;
}

.advantage-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}

.number-cards {
    text-align: center;
    padding: 0 3rem;
    position: relative;
}


.number-cards:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(115.28deg, var(--nav-primary) 4.18%, var(--nav-secondry) 67.15%);
    top: 0;
    right: 0;
}

.larger-number {
    display: block;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.advantage-content h6 {
    font-weight: 700;
    font-size: 18px;
}

.orange-text {
    color: #f26641;
}

.key-points {
    border: 0.5px solid #56575980;
    border-radius: 6px;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

.key-points p {
    margin-bottom: 0;
}

/* End Niit advantage section */

/* Primary Overlays */
.close-over-btns {
    text-align: right;
}

.primary-overlays.modal {
    /* --bs-modal-margin: 0rem; */
    --bs-modal-border-width: 0;
    height: calc(100% - 100px);
    top: 76px;
    bottom: 0px;
    z-index: 1055;
}

.primary-overlays .modal-dialog {
    margin-top: 0;
}

.primary-overlays .modal-content {
    background-color: var(--nav-primary);
    border-radius: 0 0 6px 6px;
}

.primary-overlays.course-popup .modal-content,
.primary-overlays.secondary-overlays .modal-content {
    background-color: var(--white);
    border-radius: 0 0 0.625rem 0.625rem;
}

.primary-overlays.secondary-overlays .modal-content .login-signup-overlay {
    color: var(--black);
}

.primary-overlays .btn-close {
    opacity: 1;
    padding: 4px;
    background-image: url(../images/close-ic.svg);
}

.btn-close:hover {
    background-image: url(../images/close-ic-yellow.svg) !important;
}

.primary-overlays .modal-body {
    padding-top: 0rem;
}

.primary-overlays .modal-fullscreen {
    height: auto;
}

.modal-open.modal-header-white .page-area {
    filter: blur(4px);
}

/* .modal-open.modal-header-white .elementor[data-elementor-post-type="elementor_library"] {
    filter: blur(4px);
} */

.modal-open .main-header {
    background-color: #fff;
}

.course-nav-courses-link .quick-text-links {
    color: var(--nav-primary);
}

.course-nav-courses-link .quick-text-links:hover {
    color: var(--nav-primary);
}

/* .course-nav-courses-link .link-cate {
    border: 1px solid var(--font-color);
} */

.course-nav-courses-link .search-popular {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(115.28deg, transparent 4.18%, transparent 67.15%);
    border-image-slice: 1;
    width: 100%;
}

.course-nav-courses-link .search-popular:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(115.28deg, var(--nav-primary) 4.18%, var(--nav-secondry) 67.15%);
    border-image-slice: 1;
    width: 100%;
}

.course-nav-courses-link .quick-text-links::after {
    background-image: url(../images/right-blue-arrow.svg);
    width: 8px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.course-catg-title {
    display: flex;
    align-items: center;
}

.course-catg-title .course-popup-icon {
    width: 40px;
    padding-left: 0.625rem;
}

.course-catg-title .pop-link-heading {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.primary-overlays.course-popup .modal-body {
    padding: 0;
}

.course-popup-content-tabs {
    padding: 15px;
}

.course-menu-overlay-second-link .nav-course-links-popup {
    padding: 15px;
}

.long-back-icon {
    background-image: url(../images/long-back-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 16px;
    display: block;
}

.long-right-icon {
    background-image: url(../images/white-long-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 16px;
    display: inline-block;
}

.back-btn-spacing {
    display: block;
    margin-bottom: 1rem;
}

/* End Primary Overlays */

/* Course Overlay Modal */
.course-popup .indusandbusiness-section {
    margin-top: 0;
    margin-bottom: 20px;
}

/* End Course Overlay Modal */

/* Book a visit */
.book-a-visit-popup.modal {
    --bs-modal-border-color: var(--nav-primary);
    --bs-modal-margin: 0rem;
    --bs-modal-border-width: 0;
    height: calc(100% - 100px);
    top: 76px;
    bottom: 0px;
}

.book-a-visit-popup .modal-content {
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0px 2px 3px 0px #00000066;
    border: 0;
}

div#book-visit-modal {
    margin-top: 15px;
}

.book-a-visit-popup .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.book-a-visit-popup .modal-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.book-visit-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.mobile-with-otp {
    position: relative;
}

.show-country-code {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--nav-primary);
    height: 100%;
    width: 46px;
    border-radius: .375rem;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-otp-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nav-primary);
    right: 0.625rem;
    text-decoration: none;
}

.book-visit-content .mobile-with-otp .form-control {
    padding-left: 60px;
    padding-right: 90px;
}

.book-visit-content .mobile-with-otp.otp-input-field .form-control {
    padding-left: .75rem;
}

.popup-city-name {
    font-weight: 400;
    margin-top: .5rem;
}

.book-visit-header .city-card-img {
    height: 40px !important;
}

.book-visit-declaration .form-check-label {
    font-size: 11px;
}

.book-visit-button-popup {
    text-align: center;
    margin-top: 1.5rem;
}

.book-visit-content .form-control,
.book-visit-content .form-select,
.career-details-questions .form-control,
.career-details-questions .form-select {
    border: 1px solid var(--nav-primary);
    padding: 0.625rem .75rem;
}

/* End Book a visit */

/* Search overlays */
#top-nav-search .modal-header {
    flex-direction: column;
    align-items: normal;
    border-bottom: 0;
}

.search-inner-overlay {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.modal-header.search-overlay-header {
    padding-bottom: 0;
}

.search-input-section {
    width: 95%;
}

.search-input-section .form-control {
    background: var(--white);
    border: 1px solid var(--white);
    padding: .375rem .2rem .375rem .5rem;
}

.search-input-section .btn-outline-secondary {
    background: var(--white);
    border: 1px solid var(--white);
    padding: .375rem .5rem .375rem .2rem;
}

.search-link-course {
    color: var(--white);
}

.quick-text-links {
    color: var(--white);
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 1.5rem;
}

.quick-text-links:hover {
    color: var(--nav-secondry);
}

.quick-text-links::after {
    content: ' ';
    background-image: url(../images/offcanvas-right-arrow.svg);
    position: absolute;
    right: 0;
    width: 8px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
}

.course-nav-courses-link .search-popular:hover .quick-text-links::after {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    top: 5px;
}

@keyframes bounce {

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

    40% {
        transform: translateX(-25px);
    }

    60% {
        transform: translateX(-15px);
    }
}

.link-cate {
    font-size: 12px;
    /* border: 1px solid var(--white); */
    /* border-radius: 1.25rem; */
    /* padding: 4px 0.625rem; */
    margin-top: 0.625rem;
    display: inline-block;
}

.inner-quick-links {
    color: var(--nav-secondry);
    /* font-weight: 700; */
    font-size: 18px;
}

.quicklinks-hyper {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.quicklinks-hyper li {
    padding: 12px 0 15px;
    border-bottom: 1px solid #ffffff80;
}

.quicklink-heading {
    color: var(--nav-secondry);
    font-weight: 400;
    text-transform: uppercase;
}

.primary-overlays .frequent-list-search {
    display: block;
    font-size: 1rem;
}

.frequent-list-search {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    color: var(--white);
    margin-bottom: 1rem;
    overflow: auto;
    padding-bottom: 10px;
}

.frequent-links {
    color: var(--white);
    text-decoration: none;
    padding: 0 0.3125rem;
    text-transform: capitalize;
    line-height: .8;
    display: inline-table;
}

.freq-link-section {
    margin-left: -0.3125rem;
    margin-top: 10px;
}

.frequent-links:hover,
.frequent-links:focus {
    color: var(--nav-secondry);
}

.frequent-quick-link {
    margin-bottom: 1.5rem;
}

.frequent-links:not(:last-child) {
    border-right: 1px solid var(--white);
}

.search-quicklinks {
    margin-bottom: 2rem;
}

.search-suggestedlinks {
    margin-bottom: 2rem;
}

.suggest-links {
    color: var(--white);
}

.suggest-links-list {
    margin-bottom: 0.625rem;
    color: var(--white);
    position: relative;
    margin-left: 32px;
}

.suggest-course-list {
    list-style: none;
    padding-left: 0;
}

.suggest-links-list::before {
    content: ' ';
    background-image: url(../images/search-long-right-arrow.svg);
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    margin-right: 0.625rem;
}

/* End Search Overlays */

/* Login/Signup overlay */
.modal-header {
    border-bottom: 0;
}

.modal-footer {
    justify-content: initial;
    border-top: 0;
}

.login-signup-overlay {
    text-align: center;
    margin-top: 1.25rem;
    color: var(--white);
}

.login-heading {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}

.primary-overlays .login-sign-up-form .modal-body {
    padding-bottom: 0;
}

.modal-header.login-signup-header .close-over-btns {
    text-align: right;
    width: 100%;
}

.modal-footer.login-signup-footer {
    padding-top: 0;
}

.modal-footer.login-signup-footer .login-sign-action-btns {
    width: 100%;
    text-align: center;
}

.tagforlogin {
    margin-bottom: 1rem;
    display: block;
}

.resend-link {
    display: block;
    color: var(--nav-secondry);
    margin-bottom: .8rem;
}

.resend-link:hover {
    color: var(--nav-secondry);
}

.edit-numbr-link {
    display: block;
    color: var(--white);
    margin-top: .8rem;
}

.edit-numbr-link:hover {
    color: var(--white);
}

.overlay-primary-btns {
    background: var(--white);
    border: 0;
    border-radius: 30px;
    padding: 6px 34px;
    color: var(--nav-primary);
}

input:disabled,
select:disabled,
textarea:disabled,
button:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled,
.diabled-btns {
    pointer-events: none;
    opacity: .5;
}

/* .iti {
    position: relative;
    display: inline-block;
    width: 100%;
} */
.overlay-mobile-number {
    position: relative;
    margin-bottom: 20px;
}

.overlay-mobile-number input.form-control,
.overlay-mobile-number input.form-control[type=text],
.overlay-mobile-number input.form-control[type=tel] {
    background: transparent;
    border: 1px solid var(--white);
    opacity: 1;
    border-radius: 40px;
    padding: 10px 10px 10px 75px;
    color: var(--white);
}

.overlay-mobile-number input.form-control::placeholder {
    color: var(--white);
}

.country-code-flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.otp-input {
    width: 40px !important;
    height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0px;
    border-radius: 100%;
    border: 1px solid var(--nav-secondry);
    padding: 0;
    background: var(--white);
    color: var(--nav-primary);
}

.disabled-otp {
    pointer-events: none;
    opacity: .5;
}

.otp-inline {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0.625rem;
    width: 90%;
    margin: 25px auto;
}


/* End Login/Signup overlay */

/* Bottom fixed icons */
.bottom-fixed-actionbar {
    position: fixed;
    background: #444444;
    right: 0;
    z-index: 1053;
    border-radius: 15px 0 0 0;
    top: calc(20% + 175px + 20px);
    width: auto;
    transition: position 0.7s, left 0.7s;
}

.inner-fixed-actions {
    display: grid;
    position: relative;
    grid-auto-flow: row;
}

.inner-fixed-actions a {
    text-decoration: none;
    position: relative;
}

.btm-item {
    text-align: center;
    color: var(--white);
    padding: 13px 8px;
}

.bottom-fixed-actionbar .btm-item span {
    display: none;
}

.btm-item.active {
    background: var(--nav-primary);
}

.inner-fixed-actions .btm-item i {
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

.directcall {
    background-image: url(../images/call-ic.svg);
}

.directchat {
    background-image: url(../images/chat.svg);
}

.directwhatsapp {
    background-image: url(../images/whatsapp-ic.svg);
}

.directbrochure {
    background-image: url(../images/brochure.svg);
}

.directenroll {
    background-image: url(../images/apply.svg);
}

.direct-ai {
    background-image: url(../images/ai-chat-bot.png);
}

.inner-fixed-actions .btm-item:hover i.directcall {
    background-image: url(../images/call-ic-hover.svg);
}

.inner-fixed-actions .btm-item:hover i.directchat {
    background-image: url(../images/chat-hover.svg);
}

.inner-fixed-actions .btm-item:hover i.directwhatsapp {
    background-image: url(../images/whatsapp-ic-hover.svg);
}

.inner-fixed-actions .btm-item:hover i.directbrochure {
    background-image: url(../images/brochure-hover.svg);
}

.inner-fixed-actions .btm-item:hover i.directenroll {
    background-image: url(../images/apply-hover.svg);
}

.inner-fixed-actions .btm-item:hover i.direct-ai {
    background-image: url(../images/direct-ai-hover.png);
}

/* End Bottom fixed icons */

/* Course details */
.course-details-scroll-header {
    /* background: #ebebeb; */
    position: sticky;
    top: 76px;
    z-index: 1055;
}

.cd-horizontal-links {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
    background: #ebebeb;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    color: var(--font-color);
    font-size: 14px;
    width: 100%;
    overflow-x: auto;
}

.cd-horizontal-links li {
    white-space: nowrap;
}

.cd-horizontal-links .nav-link {
    padding: 0.625rem 0px;
    border-bottom: 3px solid transparent;
    margin: 0 0.625rem;
}

.cd-horizontal-links .nav-link.active {
    border-bottom: 3px solid var(--nav-secondry);
}

.course-details-banner-inner {
    position: relative;
    background: var(--nav-primary);
    padding: 3rem 0 1rem;
    margin-top: 0rem;
    min-height: 460px;
}

.quick-links-details {
    margin-top: 1rem;
}

.course-details-overlay {
    color: var(--white);
}

.course-details-overlay p {
    margin-bottom: 0;
    font-size: 3.125rem;
    line-height: 1;
}

.course-player {
    width: 100%;
    height: 350px;
    border-radius: 1.25rem;
}

.highlight-details {
    width: 100%;
    font-size: 17px;
    margin-top: 1.25rem;
}

.highlight-details td {
    vertical-align: middle;
    padding-bottom: 0.425rem;
    color: var(--white);
}

.highlight-details td .secondry-color {
    font-weight: 700;
}

.next-batch-begin {
    margin-top: 1rem;
}

.upcoming-batch-heading {
    color: var(--white);
    padding-left: 5px;
}

.play-on-course-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-image: url(../images/play-yellow-blue.svg); */
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.program-gniit-template .play-on-course-details {
    background-image: url(../images/play-yellow-blue.svg);
}

.course-tile-outer {
    margin-bottom: 1rem;
}

.course-tile-inner {
    background: var(--white);
    height: 100%;
    border-radius: 1.25rem;
    padding: 1.25rem 17px;
    cursor: pointer;
    border: 0.4px solid #5657594D;
    display: grid;
    grid-gap: 0.625rem;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 25px 1fr;
}

.course-tile-inner.active {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    border: 1px solid transparent;
}

.course-tile-inner .quick-items-tile {
    display: block;
}

.course-tile-inner .quick-items-tile.active-img {
    display: none;
}

.course-tile-inner.active .quick-items-tile {
    display: none;
}

.course-tile-inner.active .quick-items-tile.active-img {
    display: block;
}

.quick-items-tile {
    display: block;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.quick-item-title {
    line-height: 18px;
    font-size: 0.875rem;
}

.section-heading-with-icon {
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.625rem;
}

.section-equ {
    margin: 2rem 0;
}

.sec-banner {
    height: 170px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    object-position: top;
}

.next-batch-image-section {
    padding-bottom: 2rem;
}

.cd-back-over {
    background: linear-gradient(180deg, var(--white)FFF 0%, #CCDFEF 100%);
    padding: 0 0 2rem 0;
}

.schedulat-items span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 14px;
}

.date-si {
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 0.625rem;
}

.regstor-si {
    font-weight: 700;
}

.si-icons {
    height: 30px;
}

.schedulat-items {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    padding: 8px;
    width: 240px;
    z-index: 2;
    height: auto;
}

.schedular-table .slick-track {
    display: flex !important;
}

.schedular-table .slick-slide {
    height: inherit !important;
}

.schedulat-items .inner-schedular {
    background: var(--white);
    border-radius: 0.625rem;
    height: 100%;
    position: relative;
}

.schedulat-items .inner-schedular .duration-panel {
    padding: 0.625rem;
}

.change-batch-action {
    background: transparent;
    border: 3px solid transparent;
    width: 100%;
    height: 100%;
    margin-left: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    background-image: none;
    margin-top: 0;
    cursor: pointer;
    visibility: visible !important;
}

.inner-schedular .form-check-input:focus {
    box-shadow: none;
    border-color: transparent;
}

.inner-schedular .form-check-input:checked[type=radio] {
    background-color: transparent;
    border-color: var(--nav-secondry);
    background-image: none;
    border-radius: .625rem;
}

.course-details-banner-inner .inner-schedular .form-check-input:checked[type=radio] {
    border-color: var(--white);
}

.course-details-banner-inner .inner-schedular .form-check-input {
    cursor: default;
}

.schedular-table .slick-dots li button:before {
    color: #C9C9C9;
    background: #C9C9C9;
    opacity: 1;
}

.schedular-table .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--nav-secondry);
    background: var(--nav-secondry);
}

.schedulat-items:last-child {
    border-right: 0px solid var(--white);
}

.advanc-content-head {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 23px;
    /* text-align: center; */
}

.advanc-content-pointer {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    text-align: left;
    margin-top: 1.5rem;
    padding-left: 0;
    /* overflow: auto; */
    padding-bottom: 0.625rem;
}

.quality-demand-sec .advanc-content-pointer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem;
    text-align: left;
    padding: 0rem;
    padding-bottom: 2rem;
}

.quality-demand-sec .advanc-content-pointer li {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 0.625rem;
}

.advance-seprator {
    height: 70px;
    width: 1px;
    border-left: 1px solid #56575966;
}

.certificate-img {
    border-radius: 0.625rem;
    max-height: 400px;
}

.adv-images {
    display: block;
    /* margin: 0 auto; */
    width: 47px !important;
    object-fit: contain;
    /* margin-bottom: .5rem; */
}

.adv-images svg {
    width: inherit;
}

.placement-number {
    font-size: calc(1rem + 18px);
    font-weight: 700;
    line-height: 35.64px;
    text-align: left;
    display: block;
    color: var(--nav-primary);
}

.advantages-content {
    margin-bottom: 15px;
}

.certificate-image-sec {
    height: 100%;
    text-align: center;
}

.skill-gain-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    /* margin-top: 2rem; */
}

.vertical-center-section {
    align-items: center;
}

.partner-logo-tile {
    background: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partner-logo-img {
    width: auto;
    height: auto !important;
    object-fit: contain;
    background: var(--white);
    border-radius: 0 0 0.625rem 0;
    max-width: 70px !important;
}

.skill-gain {
    background: linear-gradient(180deg, var(--section-background) 0%, #ffffff66 100%);
    padding-top: 2rem;
}

.skills-parameter {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.skills-parameter li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 1rem;
    align-items: center;
}

.skill-img svg {
    width: 25px;
}

.section-title.left-heading {
    text-align: left;
}

.skills-parameter li img.skill-img {
    margin: 0 auto;
    height: 25px;
}

.eligible-apply {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--section-background);
}

.eligible-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.eligible-pointers {
    list-style: none;
    column-count: 2;
    column-gap: 55px;
    padding-left: 1.25rem;
}

.eligible-pointers li {
    position: relative;
}

.eligible-pointers li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--nav-secondry);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    top: 6px;
}

.taught-cover-content-inner .slick-track {
    display: flex !important;
}

.taught-cover-content-inner .slick-slide {
    height: inherit !important;
    margin-bottom: 15px;
}

.curriculum-cover-bullets {
    margin-bottom: 0;
    list-style: none;
    border: 0.5px solid #0e399787;
    border-radius: 5px 5px 65px 5px;
    padding: 25px 45px 10px 45px;
    margin: 0 0.625rem;
    height: 100%;
    margin-bottom: 15px;
    overflow: auto;
    color: #565759;
    font-size: 1rem;
    line-height: 20px;
    padding-left: 1rem;
}

.curriculum-cover-bullets::-webkit-scrollbar {
    width: 3px;
}

.curriculum-cover-bullets::-webkit-scrollbar-thumb {
    border-radius: 0rem;
    background: transparent;
}

.curriculum-cover-bullets::-webkit-scrollbar-track {
    background: transparent;
}

.curriculum-cover-bullets li {
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 1.25rem;
}

.curriculum-cover-bullets li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--nav-secondry);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0rem;
    top: 6px;
}

.who-hires-content {
    text-align: center;
}

.hire-bulletspnts {
    margin-top: 1rem;
}

.hire-bulletspnts h6 {
    font-weight: 400;
    margin-bottom: 7px;
    font-size: 18px;
}

.mosquit-two {
    padding-top: 3rem;
}

.hire-group-images {
    margin-bottom: 1rem;
}

.finance-option-apply {
    padding-top: 50px;
    background-color: var(--section-background);
}

.finance-header-items {
    text-align: left;
    margin-bottom: 1rem;
}

.finance-text {
    margin-bottom: .5rem;
}

.finance-options {
    list-style: none;
    font-weight: 700;
    font-size: 1.25rem;
    padding-left: 0;
}

.faq-section-accordion .accordion-button::after {
    background-image: url(../images/acc-plus-primary.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}

.faq-section-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/acc-minus-primary.svg);
    rotate: 180deg;
}

.faq-section-accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

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

.faq-section-accordion .accordion-button {
    color: var(--nav-primary);
    padding: 1rem 0;
}

.finance-note {
    text-align: left;
    display: block;
    margin-top: 1rem;
}

.career-details-accordian {
    margin: 1rem 0;
}

.career-details-accordian .accordion-item {
    margin-bottom: 1rem;
    border-radius: 0.875rem;
}

.career-details-accordian.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.career-details-accordian.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0.875rem;
}

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

.career-details-accordian .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

.finance-table.table>:not(caption)>*>* {
    background-color: transparent;
    border-bottom: 0;
    color: #565759;
}

.finance-content-details {
    background: var(--white);
    padding: 1.25rem;
    border-radius: 0 0 30px 0;
}

.finance-table {
    margin-bottom: 0;
}

.options-header {
    font-size: 18px;
}

.optn-payment {
    font-size: 14px;
}

.dynamic-number {
    font-size: 0.875rem;
    font-weight: 600;
}

.instruction-extra {
    font-size: 12px;
    color: #565759;
    font-weight: 400;
    margin-left: 3px;
}

.color-primary {
    color: var(--nav-primary);
}

.finance-options-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    /* margin: 0 auto; */
    max-width: 360px;
    margin-top: 1rem;
}

.finance-btns {
    background-color: var(--nav-primary);
    color: var(--white);
    border-radius: 40px;
    padding: .2rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
    width: 50%;
}

.program-gniit-template .finance-btns {
    color: var(--nav-primary);
    background-color: var(--white);
    border: var(--white);
}


.embed-youtube-section {
    .testimonial-card-inner {
        padding: 0rem;
    }

    .video-thumbnail-learner {
        width: 100%;
        overflow: hidden;
        height: 100%;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
    }

    .video-section-learner {
        position: relative;
        margin-bottom: 1rem;
        height: 140px;
    }

    .testimonial-content {
        padding: 0 1.5rem;
    }

    .learner-card-user {
        padding: 0 1.5rem;
        padding-bottom: 1.5rem;
        justify-content: space-between;
    }

    .user-linkdin-link {
        position: unset;
    }
}

/* End Course details */

/* CD back to top */
.section-title-row {
    position: relative;
}

img.cd-back-to-top-arrow {
    position: absolute;
    top: 5px;
    right: 0;
}

/* End CD back to top */

/* Course Navigator Overlays */
.course-nav-overlays.modal {
    --bs-modal-margin: 0rem;
    --bs-modal-border-color: var(--nav-primary);
    height: calc(100% - 100px);
    /* top: 76px; */
    top: 90px;
    bottom: 0px;
}

.course-nav-overlays .modal-body {
    padding: 2rem;
}

.course-nav-overlays .modal-content {
    border-radius: 10px;
    background: linear-gradient(180deg, #e5f3ff 0%, var(--white) 100%);
    box-shadow: 0px 2px 3px 0px #00000066;
    border: 0;
}

.course-nav-overlays .btn-close {
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/course-navigator-cross.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: 20px;
}

.course-nav-overlays .btn-close#cn_step_back {
    width: 28px;
    height: 16px;
    background-image: url(../images/long-back-arrow.svg);
    position: absolute;
    left: 20px;
}

.course-nav-overlays .btn-close#cn_step_back:hover {
    background-image: url(../images/long-back-arrow-yellow.svg) !important;
}

.course-nav-overlays .modal-dialog {
    border: 0;
}

.cn-header {
    text-align: center;
}

.m-cn-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.cn-icon {
    height: 40px;
}

.cn-progress.progress {
    width: 6.25rem;
    margin: 5px auto 0.625rem;
    height: 7px;
    background-color: #e6e6e6;
}

.cn-progress .progress-bar {
    background-color: var(--nav-secondry);
}

.quick-question-selector {
    text-align: center;
    transition: position 0.7s, left 0.7s;
    margin-top: 1rem;
}

.taking-opns-tag {
    width: calc(100% - 10%);
    margin: 0 auto;
}

.cn-heading {
    font-size: 1.875rem;
}

.cn-steps-head {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .75rem;
    text-align: center;
    display: block;
}

/* .cn-multi-options {
    background: #e6f0f7;
    border: 1px solid #0061af33;
    padding: .8rem;
    width: fit-content;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 1rem;
    min-width: 30.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: .4rem;
} */
.indu-buss-options {
    display: flex;
    justify-content: center;
}

.cn-multi-options {
    margin-bottom: 10px;
    padding: 0 4rem;
    position: relative;
}

.cn-multi-options:not(:last-child):after {
    content: "";
    position: absolute;
    height: 80%;
    right: 0px;
    border-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    top: 50%;
    transform: translateY(-50%);
}

.indu-buss-next-step .cn-multi-options:not(:last-child):after {
    display: none;
}

/* .cn-options {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0.625rem
} */
#sub_child_category .selectroleoptions .cn-options-image {
    margin: 0 auto;
}

.cn-options .box-check {
    background: var(--white);
    position: relative;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    box-shadow: 6px 6px 23px 1px #347CD01A;
    margin-bottom: 10px;
}

.cn-options .box-check .form-check-input {
    background-color: transparent;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    margin-left: 0;
    float: none;
    position: absolute;
    border-radius: 6px;
    background-image: none;
    margin-top: 0;
    cursor: pointer;
}

.cn-options .box-check .form-check-input:focus {
    box-shadow: none;
}

/* .cn-options .box-check .form-check-input:checked {
    border: 2px solid var(--nav-secondry);
} */
.cn-options-image {
    width: 30px;
    height: 30px;
    /* padding-right: 15px; */
}

/* .cn-options-image.active {
    display: none;
}
.cn-options .box-check .form-check-input:checked + label {
    color:  var(--nav-primary);
}
.cn-options .box-check .form-check-input:checked + label .cn-options-image {
    display: none;
}
.cn-options .box-check .form-check-input:checked + label .cn-options-image.active {
    display: block;
} */
.form-check-label .cn-options-image svg {
    width: 30px;
    height: 30px;
}

.form-check-label .cn-options-image svg stop[offset="1"] {
    stop-color: var(--nav-secondry);
}

.form-check-label .cn-options-image svg stop {
    stop-color: var(--nav-primary);
}

/* .card-img svg * {
    fill: var(--nav-primary);
} */
.card-img svg stop[offset="1"] {
    stop-color: var(--nav-secondry);
}

.card-img svg stop {
    stop-color: var(--nav-primary);
}

.cn-options .box-check .form-check-label {
    width: 100%;
    text-align: center;
    padding: 20px 15px;
}

.selectroleoptions p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
}

.selectroleoptions {
    display: grid;
    grid-template-columns: 40px auto;
    text-align: left;
    line-height: 1;
    /* font-size: 12px; */
    align-items: center;
}

.for-indu-and-buss-text {
    font-size: 20px;
    margin-bottom: .2rem;
    display: block;
    font-weight: 700;
}

.indu-buss-next-step .cn-multi-options {
    width: 100%;
    padding: .4rem;
}

.indu-buss-next-step .cn-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.indu-buss-next-step .cn-options .selectroleoptions {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.625rem;
}

.indu-buss-next-step .cn-options .box-check {
    flex: 1 1 calc(20% - 10px);
    aspect-ratio: 1 / 1;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: calc(20% - 10px);
}

.indu-buss-next-step .cn-steps-head {
    margin-bottom: .5rem;
}

.indu-buss-next-step .insection-muilti-tab .cn-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* height: 60px; */
}

.indu-buss-next-step .insection-muilti-tab .cn-options .box-check {
    color: var(--nav-primary);
    border-radius: 50px;
    flex: 1 1 calc(25% - 10px);
    aspect-ratio: 1 / 1;
    margin: 5px;
    max-width: calc(25% - 10px);
    height: 60px;
}

.indu-buss-next-step .insection-muilti-tab .cn-options .box-check .form-check-label {
    padding: 8px 10px;
}

.indu-buss-next-step .insection-muilti-tab .cn-options .box-check .form-check-label .selectroleoptions {
    grid-template-columns: 30px 1fr;
    text-align: left;
    gap: 5px;
}

.disable-sections {
    pointer-events: none;
    opacity: .5;
}


.select-steps {
    background: var(--white);
    padding: 1rem 1rem 1.5rem;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
    /* height: 65vh;
    overflow: auto; */
}

/* .schedular-options {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
} */

.actions-btns {
    text-align: center;
    margin-top: 2rem;
}

.i-am-intrested-section .cn-options {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.i-am-intrested-section .cn-multi-options {
    padding: .4rem;
    width: 100%;
    min-width: auto;
}

.i-am-intrested-section .cn-options .box-check {
    width: auto;
    margin: 5px;
    min-height: auto;
}

.i-am-intrested-section .cn-options .box-check .form-check-label {
    padding: 3px;
}

.i-am-intrested-section .selectroleoptions p {
    font-weight: 400;
    color: var(--font-color);
}

.i-am-intrested-section .only-single .cn-options {
    grid-template-columns: 1fr;
}

.multi-in-line {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}


.three-types-cources {
    display: grid;
    align-items: center;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr;
}

.five-types-cources {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.three-types-cources .form-check {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-left: 0;
    text-align: center;
    position: relative;
    gap: 0.625rem;
}

.three-types-cources .form-check .form-check-input {
    float: left;
    margin-left: 0;
    position: relative;
    width: 0.625rem;
    height: 0.625rem;
    background: var(--nav-secondry);
    border: 0;
    margin-bottom: .5rem;
    z-index: 1;
    background: transparent;
    border-radius: 5px;
    height: 1.25rem;
    width: 3px;
    position: absolute;
    top: -8px;
}

.three-types-cources .form-check .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    background: var(--nav-primary);
    border-radius: 5px;
    height: 1.25rem;
    width: 3px;
    position: absolute;
}

.three-types-cources .form-check::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background: var(--nav-secondry);
    border-radius: 100%;
    z-index: 1;
}

.three-types-cources .form-check:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #5657594D;
    width: 100%;
    height: 2px;
    z-index: 0;
    transform: translate(-50%, 4px);
}

.time-stamp-icon {
    background-image: url(../images/time-stamp-selector.svg);
    width: 32px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.calander-stamp-icon {
    background-image: url(../images/calander-stamp-selector.svg);
    width: 37px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.course-nav-overlays .course-card-content {
    text-align: left;
}

/* End Course Navigator Overlays */

/* About Us */
.about-us-section-inner {
    position: relative;
    height: 300px;
}

.about-us-section-inner .about-hero-banner {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.about-us-banner {
    height: 200px;
    position: relative;
}

.about-banner {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: -1px center;
}

.about-overview {
    text-align: center;
}

#aboutOverviewMore {
    display: none;
}

.show-more-less {
    font-weight: 700;
    text-decoration: none;
}

.overview-content .about-page-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.overview-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(164, 213, 255, 0.4) 100%);
}

.text-overlay-about {
    background: var(--nav-secondry);
    bottom: 1.25rem;
    position: absolute;
    right: 0.625rem;
    padding: 15px 5px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    width: 155px;
    border-radius: 4px;
}

.setposition {
    position: relative;
}

.acc-section-about {
    margin: 2rem 0;
}

/* .board-heading {
    text-align: center;
    margin: 1rem 0;
    font-weight: 700;
} */

.director-card-sec {
    margin-bottom: 1rem;
}

.director-cards {
    /* border-radius: 0.625rem; */
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.director-image {
    max-width: 100%;
    border-radius: 0 0 1.25rem 0;
    /* filter: grayscale(1); */
    object-fit: cover;
    height: 230px;
    object-position: bottom;
    width: 100%;
}

.direct-overlays {
    padding: 15px 0px;
    border-radius: 0 0 0.625rem 0.625rem;
    width: 100%;
}

.name-of-board {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--nav-primary);
    font-size: 18px;
    margin-bottom: 5px;
}

.desc-of-board {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 33px;
    line-height: 1.2;
}

/* .member-image {
    width: 150px;
    height: 160px;
    border-radius: 0 0 1.25rem 0;
    object-fit: cover;
    margin-bottom: 0.625rem;
} */
.member-image {
    width: 150px;
    height: 160px;
    border-radius: 0 0 1.25rem 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0.625rem;
}

.mem-with-name-desc {
    text-align: center;
}

/* Effect */
.member-details {
    padding: 1rem;
}

/* .member-details .mem-with-name-desc {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.member-details .mem-with-name-desc img {
    position: absolute;
    width: 150px;
    height: 160px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.member-details:hover .mem-with-name-desc img {
    width: 70px;
    height: 85px;
    aspect-ratio: 1;
    top: -1rem;
    left: -1rem;
    transform: translateX(0%);
    z-index: 3;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
    object-fit: cover;
}
.member-details .mem-with-name-desc img {
    position: absolute;
    width: 150px;
    height: 160px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.member-details:hover .mem-with-name-desc img {
    width: 70px;
    height: 85px;
    aspect-ratio: 1;
    top: -1rem;
    left: -1rem;
    transform: translateX(0%);
    z-index: 3;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
    object-fit: cover;
} */
/* End Effect */



.course-nav-overlays.board-member-white-bg .modal-content {
    background: var(--white);
}

.brand-card-sec {
    margin-bottom: 1rem;
}

.brand-cards {
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
    background: var(--white);
    border-radius: 0 0 1.25rem 0;
    padding: 1rem;
}

.brand-image {
    max-width: 100%;
    border-radius: 0 0 1.25rem 0;
    object-fit: contain;
    height: 60px;
    object-position: center;
    width: 100%;
}

.brand-logo-on-popup {
    width: 150px;
    height: 130px;
    object-fit: contain;
    margin-bottom: 0.625rem;
}

.member-titles .board-heading-over {
    font-weight: 700;
    font-size: calc(100% + 4px);
}

.member-titles .board-desc-over {
    font-size: calc(100% + 2px);
}

.board-mem-details-box {
    overflow: auto;
    height: 58vh;
    padding-right: 1rem;
}

/* End About Us */

/* Hamburger Menu */
/* .offcanvas {
    right: -400px !important;  
    transition: right 0.3s ease !important;  
    left: auto !important;
}     */
/* .offcanvas-end, .offcanvas.offcanvas-end {  
    right: -400px !important;  
    left: auto !important; 
}
.offcanvas-end, .offcanvas.offcanvas-end.show {  
    right: 0 !important;  
    transition: right 0.3s ease !important;
} */
.offcanvas.offcanvas-end.nav-contentsec {
    background: var(--nav-primary);
    /* padding: 15px; */
    height: 100vh;
    overflow: hidden;
    transform: none;
    z-index: 1100;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 0;
}

.offcanvas.offcanvas-end.nav-contentsec.show {
    /* transition: transform 0.3s ease-in-out; */
    z-index: 1100;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: -5px;
    width: 400px;
    padding: 15px;
}

.nav-contentsec .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 400;
    padding: 15px 5px;
    position: relative;
}

.nav-contentsec .navbar-nav .nav-link:not([data-target]):after {
    display: none;
}

.nav-contentsec .navbar-nav .nav-link.active,
.nav-contentsec .navbar-nav .nav-link.show {
    color: var(--white);
}

.nav-contentsec .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #ffffff80;
}

.nav-contentsec .navbar-nav .nav-link::after {
    content: ' ';
    border: 0;
    background-image: url(../images/offcanvas-right-arrow.svg);
    width: 8px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-contentsec .side-menu {
    margin-top: 2rem;
}

.mobile-screenser-menu {
    position: relative;
}

.nav-contentsec .btn-close {
    color: var(--white);
    opacity: 1;
    position: absolute;
    right: 0;
    background-image: url(../images/close-ic.svg);
}

.acc-crt-wrap .primary-btns {
    background-color: var(--nav-primary);
    color: var(--white);
    border-radius: 40px;
    padding: .5rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.primary-btns:hover,
.primary-btns:focus {
    background-color: var(--nav-primary);
    color: var(--white);
}

.acc-crt-wrap label.form-check-label {
    font-weight: 400;
}

.career-details-questions span {
    font-size: 16px;
    font-weight: 600;
}

.multi-level-menu {
    position: relative;

    .side-menu {
        position: absolute;
        top: 2rem;
        right: -105%;
        width: 100%;
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        opacity: 0;
    }

    .show-menu {
        right: 0;
        opacity: 1;
        transition: right 0.3s ease-in-out;
    }

    .back-btn {
        background-color: transparent;
        border: none;
        font-size: 1.2em;
        cursor: pointer;
        padding: 1em;
        text-align: left;
        width: 100%;
        color: var(--white);
    }

    .back-btn:hover {
        color: var(--nav-secondry);
    }



    @media (max-width: 767px) {
        .side-menu {
            width: 100%;
        }


    }
}


/* Hamburger Menu */

.error {
    color: #b71c1c;
}

.success {
    color: #138636;
}

.error-bg {
    color: #b71c1c;
    background: #fff5f7;
    padding: 5px;
    border-radius: 0 0 0.625rem 0;
    border-bottom: 1px solid #b71c1c;
}

.success-bg {
    color: #138636;
    background: #f3fff7;
    padding: 5px;
    border-radius: 0 0 0.625rem 0;
    border-bottom: 1px solid #138636;
}


/* Step progress */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--step-pulse-dark);
    }

    100% {
        box-shadow: 0 0 0 0.625rem var(--step-pulse-light);
    }
}

.multi-steps>li.is-active~li:before,
.multi-steps>li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps>li.is-active~li:after,
.multi-steps>li.is-active:after {
    background: #D9D9D9;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 2rem;
}

.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: var(--nav-primary);
}

.multi-steps>li:before {
    content: "";
    display: block;
    margin: 0 auto 4px;
    background: #EBF2FB;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #EBF2FB;
    border-radius: 50%;
    font-size: 22px;
}

/* .multi-steps>li.step-1:before {
    content: "1";
}

.multi-steps>li.step-2:before {
    content: "2";
}

.multi-steps>li.step-3:before {
    content: "3";
} */
.multi-steps>li:before {
    content: counter(stepNum);
}

.multi-steps>li:after {
    content: "";
    height: 2px;
    width: calc(100% - 65px);
    background: linear-gradient(270deg, var(--nav-secondry) 0%, #015DB2 100%);
    position: absolute;
    top: 33px;
    left: calc(50% + 33px);
}

.multi-steps>li:last-child:after {
    display: none;
}

.multi-steps>li.is-active:before {
    background: var(--nav-primary);
    border-color: var(--nav-primary);
    color: var(--white);
    animation: pulse 2s infinite;
}

.multi-steps>li.is-active~li {
    color: #565759;
}

.multi-steps>li.is-active~li:before {
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.completed-sec {
    border: 1px solid transparent;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100%;
}

.edit-form-field {
    position: absolute;
    bottom: 0;
    right: -5px;
    background: var(--nav-primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.edit-form-field::after {
    content: ' ';
    height: 0.875rem;
    width: 0.875rem;
    background-image: url(../images/form-edit-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.stepsdetails p {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 10px;
}

.stepsdetails span {
    color: var(--font-color);
    font-size: 12px;
}

.how-should-content {
    width: calc(100% - 30%);
    margin: 0 auto;
}

.application-form-header {
    text-align: center;
}

.primary-color.phone-info {
    margin-bottom: 2.5rem;
    display: block;
    color: var(--font-color);
    font-weight: 400;
    font-size: 20px;
}

.form-step-header {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 20px;
    margin-top: 2rem;
    color: var(--font-color);
}

.text-invisable {
    color: transparent;
    margin-bottom: 5px;
}

.form-check-input[type=checkbox] {
    border-radius: 1px;
}

div#profilePicError {
    color: red;
    font-size: 10px;
    white-space: nowrap;
    margin-top: 10px;
}

.form-check-input:checked {
    background-color: var(--nav-primary);
    border-color: var(--nav-primary);
}

.declaration-questions hr {
    margin: 1.5rem 0;
    border-top: 0;
    background: #fff;
}

.note-ext {
    margin-bottom: 1rem;
    display: block;
}

.note-ext-bold {
    font-weight: 700;
}

.user-checkbox .form-check {
    margin-bottom: 0.625rem;
    /* padding-left: 0; */
    /*1a form checkbox */
}

.user-checkbox .form-check-label a {
    text-decoration: none;
}

.applyprocess-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.applyprocess-btns.only-single-btn {
    justify-content: center;
}

.applyprocess-btns button {
    min-width: 140px;
}

.declaration-points {
    list-style-type: decimal;
    padding-left: 16px;
}

.declaration-points {
    list-style-type: decimal;
    padding-left: 16px;
}

.declaration-points li {
    list-style-type: decimal;
}

.career-details-questions {
    margin-bottom: 1rem;
}

.application-form-mobile-field .mobile-with-otp .form-control {
    padding-left: 60px;
    padding-right: 90px;
}

.application-form-mobile-field .mobile-with-otp.otp-input-field .form-control {
    padding-left: .75rem;
    padding-right: 90px;
}

.profiler-tabs-content {
    text-align: center;
}

.profiler-tabs-content .indusandbusiness-section {
    margin-bottom: 70px;
    margin-top: 20px;
}

.profiler-tabs-content .indusandbusiness-section .coursecard .card-title {
    text-align: left;
}

.profiler-tabs-content p {
    margin-bottom: 0;
}

.profiler-tabs-content h6 {
    font-size: 20px;
    font-weight: 700;
}

.profiler-icons {
    background-image: url(../images/start-profiler.svg);
    width: 34px;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.profiler-cta-box {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    border-radius: 0 0 30px 0;
    padding: 2rem;
    margin-top: 3rem;
    /* text-align: center; */
}

.profiler-cta-header {
    display: grid;
    grid-template-columns: calc(98% - 34px) 34px;
    align-items: center;
    font-weight: 700;
    margin-bottom: .5rem;
    justify-content: space-between;
    font-size: 18px;
}

.profiler-pointers {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 1rem;
}

.profiler-pointers li {
    margin-bottom: 5px;
}

.profiler-action-btn {
    margin-top: 1.5rem;
}

.pay-fee-batch span {
    display: block;
}

.pay-fee-batch span::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 100%;
}

.pay-fee-batch {
    display: inline-table;
    list-style: none;
    padding-left: 0;
}

.fee-structure-table {
    .accordion-button:not(.collapsed) {
        color: var(--font-color);
        background-color: var(--white);
        box-shadow: none;
        border-radius: 10px;
    }

    .accordion-item:first-of-type>.accordion-header .accordion-button {
        border-radius: 10px;
    }

    .accordion-item:last-of-type>.accordion-header .accordion-button {
        border-radius: 10px;
    }

    .accordion-item>.accordion-header .accordion-button {
        border-radius: 10px;
    }

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

    .fee-checkbox {
        cursor: pointer;
    }

    .accordion-button {
        border-radius: 4px;
        padding: 8px;
        padding-right: 30px;
        color: var(--font-color);
    }

    .accordion-header {
        /* margin-bottom: 15px; */
        /* border: 1px solid #0061AFB2; */
        border-radius: 4px;
    }

    .accordion-item {
        /* border: 0; */
        border-radius: 10px;
        border: 1px solid #0061AFB2;
        margin-bottom: 20px;
    }

    .accordion-body {
        padding: 8px;
        padding-right: 25px;
        padding-left: 38px;
        margin-bottom: 15px;
        /* border: 1px solid #0061AF33; */
        border-radius: 4px;
        color: var(--font-color);
        /* display: none; */
    }

    .accordion-button::after {
        display: none;
    }

    .finance-header-table {
        width: 100%;
        font-size: 14px;
    }

    .fee-checkbox {
        width: 30px;
    }

    .digit-number {
        text-align: right;
        width: 150px;
    }

    .fee-table-title {
        width: calc(100% - 330px);
    }

    .fee-table-heading {
        padding: 8px;
        padding-right: 30px;
    }

    .finance-header-table.acc-finance-table .digit-number {
        font-weight: 700;
    }

    .finance-header-table.acc-finance-table .transparent-space {
        color: transparent;
    }
}

.extra-notes {
    font-size: 12px;
}

.scholarship-code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.scholarship-code-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.scholarship-code-inputs label {
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    margin-top: 0;
}

.scholarship-code-inputs .form-control {
    background: #347CD01A;
    border: 1px solid #347cd02e;
    color: var(--nav-primary);
    /*    text-transform: uppercase;*/
    border-radius: 30px;
}

.view-scholar-btn {
    background-color: var(--nav-primary);
    color: var(--white);
    border-radius: 40px;
    padding: .2rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
    text-decoration: none;
}

.view-scholar-btn:hover {
    background-color: var(--white);
    color: var(--nav-primary);
    border: 1px solid var(--nav-primary);
}

.coupon-field {
    position: relative;
}

.coupon-field .form-control {
    padding-left: 20px;
    padding-right: 90px;
    color: var(--nav-primary);
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.apply-scholarship {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    text-decoration: none;
    cursor: pointer;
}

/* End Step Progress */
.step-wizard-list {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    padding-left: 0;
    margin-top: .5rem;
}

.step-wizard-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 60px;
    position: relative;
}

.step-wizard-item+.step-wizard-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #D9D9D9;
    width: 100%;
    height: 2px;
    z-index: -10;
    transform: translate(-50%, -50%);
}

.progress-count {
    height: 1.25rem;
    width: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

.progress-count:after {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    background: #D9D9D9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.625rem;
}

.done-item .progress-count:before,
.done-item~.step-wizard-item .progress-count:before {
    display: none;
}

/* .done-item ~ .step-wizard-item .progress-count:after{
    background: #D9D9D9;
} */
.done-item~.step-wizard-item .progress-label {
    opacity: 0.5;
}

.done-item .progress-count:after {
    background: var(--nav-secondry);
    /* border: 2px solid var(--nav-secondry); */
}

.done-item .progress-count {
    color: var(--nav-secondry);
}

.step-wizard-item+.step-wizard-item.done-item:after {
    background: var(--nav-secondry);
}

/* Confirmation Book Slot */
.customer-care-number {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    width: fit-content;
    padding: 1rem;
    margin: 1rem auto;
    border-radius: 0.625rem;
}

.customer-care-number .ccn {
    text-decoration: none;
    color: var(--nav-primary);
}

.customer-care-number .ccn span {
    margin-top: .5rem;
}

.book-confirmation-header {
    text-align: center;
}

.book-slot-social .btn-social {
    width: 40px;
    height: 40px;
    padding: 0.625rem;
    border-radius: 100%;
    background: var(--nav-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-slot-social {
    margin: 0 auto;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.book-visit-footer {
    display: grid;
    gap: 0.625rem;
}

.book-slot-table {
    width: 85%;
    margin: 0 auto;
}

.book-slot-table th {
    width: 140px;
}

/* End Confirmation Book Slot */
.board-mem-details-box::-webkit-scrollbar {
    width: 5px;
}

.board-mem-details-box::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background-color: #adadad;
}

.board-mem-details-box::-webkit-scrollbar-track {
    border-radius: 5rem;
    background: transparent;
}

.faq-section-inner .accordion-item {
    transition: 0.2s all;
}

.faq-section-inner .accordion-item:has(.accordion-collapse.collapse.show) {
    background-color: transparent;
}

.m-custom-scroller {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50vh;
    border-radius: 0 0 30px 0;
    text-align: left;
    padding: 15px 10px;
}


.form-control.date-icon {
    position: relative;
}

.form-control.date-icon:after {
    content: '';
    background-image: url(../images/chat.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    z-index: 1;
}

.form-control:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--nav-primary);
    border-color: var(--nav-primary);
}

.advantages-pointers-icon {
    background-image: url(../images/software-engineering.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ehf-header #masthead {
    z-index: 1056;
    position: relative;
}

.selection-with-suggestions {
    position: relative;
}

.modal-open .submenu-header-menu {
    display: none;
    transition: opacity .15s linear;
    transition: all 0.3s ease-in-out;
}

/* .modal-header-white */

/**program course**/
.elective-courses {
    position: relative;
    display: inline-block;
    width: 300px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    z-index: 1;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    border-radius: 10px;
}

.elective-courses::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.elective-courses.active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.dropdown-content label {
    display: flex;
    padding: 13px 12px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.dropdown-content label:hover {
    background-color: #f6f6f6;
}

.ads_Checkbox {
    width: 18px;
    height: 18px;
}

.elective-courses.active .dropdown-content {
    display: block;
}

.elective-courses .selected {
    padding: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
}

/* city api call*/
.suggestions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /* border: 1px solid #ccc; */
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    width: calc(100% - 2px);
    z-index: 1000;
}

.suggestions-list li {
    padding: 8px 10px;
    cursor: pointer;
}

.suggestions-list li:hover {
    background-color: #f0f0f0;
}

.suggestions-list li:nth-child(even) {
    background: #f5f5f5;
}

.suggestions-list li:nth-child(odd) {
    background: #fbfbfb;
}

/* Coupon overlay */
.overlay-yellow-logo {
    display: flex;
    align-items: center;
    position: absolute;
    background: var(--nav-secondry);
    padding: 24px 14px;
    top: 0;
    border-radius: 0 0 0.625rem 0;
    left: 0px;
    display: none;
}

.btn-close:focus {
    box-shadow: none;
}

.coupon-block-section {
    text-align: center;
}

.scholarship-coupons-section {
    text-align: center;
}

.coupon-description {
    font-weight: 700;
    display: block;
}

.copy-coupon {
    color: var(--font-color);
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.coupon-code {
    border: 1px solid #347CD01A;
    background: #347CD01A;
    color: #0061AF;
    font-size: 18px;
    border-radius: 50px;
    padding: 4px 25px;
    display: block;
    width: max-content;
    margin: 10px auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.coupon-code-items {
    padding: 15px 0 20px 0;
    width: max-content;
    margin: 0 auto;
}

.coupon-code-items:not(:last-child) {
    border-bottom: 1px solid #0061af1c;
}

#scholarship-coupon-offer {
    --bs-modal-margin: 0rem;
    --bs-modal-border-color: var(--nav-primary);
    height: calc(100% - 100px);
    top: 76px;
    bottom: 0px;
}

/* iframe#openProfilerTest {
    width: 100%;
} */

/* Switch Payment Plan */
#SwitchPaymentModal {
    top: 49px;
    z-index: 1051;

    .modal-dialog {
        display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin)* 2);
    }

    .modal-title {
        font-size: 1.875rem;
        font-weight: 400;
        color: var(--font-color);
        margin: 0 auto;
    }

    .modal-header {
        background-color: #fff !important;
    }

    .modal-body {
        padding: 0;
    }

    .table-responsive {
        max-height: 50vh;
    }

    button.close {
        border: 0;
        background: transparent;
        font-size: 52px;
        line-height: 1;
        font-weight: 100;
        padding: 0;
        position: absolute;
        right: 15px;
    }

    .sideways {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background: var(--nav-primary);
        border-bottom: 0;
        padding-top: 5px;
    }

    .sideways li {
        text-align: center;
        height: 56px;
    }

    .sideways li.active {
        border-radius: 15px 15px 0 0;
        background: var(--white);
    }

    .sideways li.active a {
        color: var(--font-color);
    }

    .sideways li a {
        color: var(--white);
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding: .5rem 2rem;
        font-size: 30px;
        line-height: 1;
    }

    .sideways li a span {
        display: block;
        font-size: 10px;
        line-height: 1;
        color: var(--nav-primary);
    }

    .tab-content {
        padding: 1rem;
    }

    .tab-content .tab-pane h3 {
        display: none;
    }

    .text-right.confrm_cta {
        text-align: center;
    }

    .table.table-bordered {
        border-radius: 10px;
        margin-bottom: 1.5rem;
    }

    .table.table-bordered thead {
        border-radius: 10px 10px 0 0;
    }

    .table.table-bordered thead tr {
        background: var(--nav-primary);
        border-radius: 10px 10px 0 0;
    }

    .table.table-bordered thead tr th {
        background: var(--nav-primary);
        color: var(--white);
        font-weight: 400;
        border: 0;
    }

    .table.table-bordered thead tr th:first-child {
        border-radius: 10px 0 0 0;
        text-align: left !important;
    }

    .table.table-bordered thead tr th:last-child {
        border-radius: 0 10px 0 0;
        text-align: center !important;
    }

    .table.table-bordered tbody tr td:first-child {
        text-align: left !important;
    }

    .table-bordered>:not(caption)>*>* {
        border-width: 0;
    }
}

#mdl_ViewCollectiondeclaration {
    .termConditionWrapp {
        background: #fff;
        display: flex;
        align-items: center;
        width: 80%;
        max-width: 600px;
        margin: auto;
        transition: transform .3s ease-out;
        flex-direction: column;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 1rem;
        border-radius: 10px;
        text-align: center;
    }

    .mainHeader {
        text-align: center;
    }

    .modal-body {
        padding: 1rem 0;
        text-align: center;
    }

    .mydivv {
        height: auto !important;
    }

    .AcceptingText {
        margin-bottom: 1rem;
    }
}

#tncModal {
    #tncContent {
        height: 50vh;
        overflow: auto;
    }

    .btn.btn-primary {
        background-color: var(--nav-primary);
        color: var(--white);
        border-radius: 40px;
        padding: .2rem 1.1rem;
        border: 1px solid var(--nav-primary);
        font-size: 1rem;
        white-space: nowrap;
    }

    .btn.btn-secondary {
        background-color: var(--white);
        color: var(--nav-primary);
        border-radius: 40px;
        padding: .2rem 1.1rem;
        border: 1px solid var(--nav-primary);
        font-size: 1rem;
        white-space: nowrap;
    }
}


.btn.btn-success {
    background-color: var(--nav-primary);
    color: var(--white);
    border-radius: 40px;
    padding: .2rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
}

/* .btn.btn-success:disabled, .btn.btn-success[disabled] {
    pointer-events: none;
    opacity: .7;
} */

.btn.btn-primary {
    background-color: var(--white);
    color: var(--nav-primary);
    border-radius: 40px;
    padding: .2rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
}

.payment-confirmation-table {
    text-align: left;
    margin-top: 2rem;

    &.table-striped>thead>tr>th {
        background: transparent;
    }

    &.table>:not(caption)>*>* {
        color: var(--font-color);
        border: 0;
    }

    &.table tr *:first-child {
        border-radius: 20px 0 0 20px;
    }

    &.table tr *:last-child {
        border-radius: 0 20px 20px 0;
    }

    tfoot.table-light tr th,
    tfoot.table-light tr td {
        background: #EBF2FB;
    }

    .download-icon {
        height: 22px;
        width: 40px;
    }

    &.table-striped>tbody>tr:nth-of-type(odd)>* {
        --bs-table-color-type: var(--font-color);
        color: var(--font-color);
    }

    &.table-striped>tbody>tr:nth-of-type(even)>* {
        background: transparent;
    }
}

/* End Switch Payment Plan */

.how-should-apply {
    position: relative;
    display: block;
    padding: 0rem 0;
}

/* .how-should-apply .loader-parent {
    background: rgb(0 0 0 / 50%);
} */

/* .career-details-questions .form-select {
    --bs-form-select-bg-img: none;
} */

.nice-select:after {
    height: 10px;
    margin-top: -6px;
    right: 18px;
    width: 10px;
}

.woocommerce .form-control {
    line-height: normal;
    width: 100%;
}

.no-products-message {
    background: #f3f6f9;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #b0d4f7;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    /* width: 80%; */
    margin: 0 auto;
    /* color: #1a7bce; */
    background: linear-gradient(1deg, var(--section-background) 0%, #ffffff66 100%);
}

.special-scholarship-title {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#elevateBookingForm .form-select {
    --bs-form-select-bg-img: none;
}

.loader-open-scroll-none {
    overflow: hidden;
}


#batchModal .schedular-table {
    display: flex;
    flex-wrap: wrap;
}

#batchModal .modal-body {
    height: 50vh;
    overflow: auto;
}

.empty-my-courses {
    text-align: center;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #b0d4f7;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    margin: 0 auto;
    background: linear-gradient(1deg, var(--section-background) 0%, #ffffff66 100%);
}

/* My Application Status */
.application-status-box {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    border-radius: 0 0 30px 0;
    padding: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.application-status-header {
    display: grid;
    grid-template-columns: calc(98% - 34px) 34px;
    align-items: center;
    font-weight: 700;
    margin-bottom: .5rem;
    justify-content: space-between;
    font-size: 18px;
}

.application-status-icons {
    width: 34px;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.application-status-items {
    padding: 15px 0 20px 0;
    width: 60%;
    max-width: 500px;
    margin: 0 auto;
}

.application-status-items:not(:last-child) {
    border-bottom: 1px solid #0061af1c;
}

.vertical-step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: cream;
}

.v-stepper {
    position: relative;
}

.vertical-step .circle {
    background-color: #D9D9D9;
    border: 3px solid #D9D9D9;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.vertical-step .line {
    top: 20px;
    left: 9px;
    height: 100%;
    position: absolute;
    border-left: 3px solid #D9D9D9;
}

.vertical-step.completed .circle {
    visibility: visible;
    background-color: var(--nav-secondry);
    border-color: var(--nav-secondry);
}

.vertical-step.completed .line {
    border-left: 3px solid var(--nav-secondry);
}

.vertical-step.active .circle {
    visibility: visible;
    background-color: var(--nav-primary);
    border-color: var(--nav-primary);
}


.vertical-step:last-child .line {
    border-left: 3px solid white;
    z-index: -1;
}

.vertical-step .content {
    margin-left: 20px;
    display: inline-block;
}

/* End My Application Status */

#payment-option-list-over .fee-structure-table .accordion-body {
    display: block;
}

.error-message {
    margin-bottom: 0;
}

#error_edu_qualification,
#error_msg_perclasstwelve {
    margin-bottom: 0;
}


.otp-verified-success {
    .form-control {
        border: 1px solid rgb(75, 177, 86);
        background-color: rgba(75, 177, 86, 0.1);
    }

    .show-country-code {
        background: rgb(75, 177, 86);
    }

    .get-otp-links {
        color: rgb(75, 177, 86);
    }
}

/* .otp-verified-success>.get-otp-links::before {
    content: 'attr(data-descr)';
  position: absolute;
  left: 0;
  top: 24px;
  min-width: 200px;
  border: 1px #aaaaaa solid;
  border-radius: 10px;
  background-color: #ffffcc;
  padding: 12px;
  color: #000000;
  font-size: 14px;
  z-index: 1;
} */

.btn.btn-succes:disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Axis Bank */
.advantages-pointer-vertical {
    list-style: none;
    row-gap: 5px;
    display: grid;
    padding-left: 22px;
}

.advantages-pointer-vertical li {
    position: relative;
}

.advantages-pointer-vertical li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--nav-secondry);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    top: 6px;
}

.careerpath-img {
    background-repeat: no-repeat;
    margin: 0 auto;
}

.path-para {
    position: absolute;
    bottom: 113px;
    left: 9px;
    max-width: 295px;
    text-align: left;
    font-size: 20px;
}

.award-wining-box {
    padding: 0 12px;
}

.maylike-course-slider .review-user-box {
    gap: 25px;
    padding: 8px 0;
}

.maylike-course-slider .course-cards {
    padding: 0 15px;
    padding-bottom: 30px;
}

.award-wining-box h3 {
    font-size: 20px;
    padding: 16px 0;
}

/* End Axis Bank */

.form-declaration-checkes {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.nice-select.form-select {
    padding: 0.625rem 2rem 0.625rem .75rem;
}

.modal-dialog-scrollable .modal-body {
    max-height: 75vh;

}


.purchase-table.payment-options-overlay th:nth-child(3),
.purchase-table.payment-options-overlay td:nth-child(3) {
    border: none;
    text-align: right;
    border-right: 1px solid var(--nav-primary);
}

.purchase-table.payment-options-overlay tfoot td:nth-child(3) {
    border-right: none;
}

.purchase-table.payment-options-overlay tfoot th,
.purchase-table.payment-options-overlay tfoot td {
    border: none;
}

.purchase-table.payment-options-overlay table {
    padding: 0;
}

.instructions-payment-options {
    font-size: 10px;
}

.instructions-payment-options p {
    margin-bottom: 0;
}

.payment-options-overlays-modal .payment-options-tabs br {
    display: none;
}

#payment-option-list-over.modal {
    --bs-modal-margin: 0rem;
    --bs-modal-border-color: var(--nav-primary);
    height: calc(100% - 100px);
    top: 76px;
    bottom: 0px;
}

.long-form-fields-ic .career-details-questions .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-one-c-fields .accordion-button {
    color: var(--white);
    background-color: var(--nav-primary);
    box-shadow: none;
    /* font-weight: 700; */
    padding: .8rem 1.25rem;
    border-radius: 5px;
}

.form-one-c-fields .accordion-item {
    margin-bottom: 20px;
}

.form-one-c-fields .accordion-item {
    color: var(--font-color);
    background-color: var(--bs-accordion-bg);
    border: 0;
}

.form-one-c-fields .accordion-body {
    padding: 2rem 0;
}

.form-one-c-fields .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-white-arrow.svg);
    rotate: 180deg;
    width: 20px;
    height: 14px;
}

.form-one-c-fields .accordion-button::after {
    background-image: url(../images/up-white-arrow.svg);
    rotate: 180deg;
    width: 20px;
    height: 14px;
}

.primary-color {
    color: var(--nav-primary);
}

.with-subheading-heading {
    margin-bottom: 1.5rem;
}

.with-subheading-heading h6 {
    margin-bottom: .5rem;
}

.career-details-questions .upload-btn {
    position: relative;
}

.add-more-file-upload-btn {
    text-align: center;
    margin-top: 1rem;
}

.success-full-screen {
    text-align: center;
}

.sub-head-screaning {
    width: 50%;
    margin: 0 auto;
}

.download-profile-screaning {
    text-decoration: none;
    padding-top: 1rem;
    display: block;
    cursor: pointer;
}

.download-profile-screaning .download-icon {
    float: none;
    display: inline-block;
    margin-right: .5rem;
}

.successful-tick-any svg {
    display: block;
    height: 90px;
    width: 90px;
    color: var(--white);
    border-radius: 100%;
    margin: 0 auto;
}

.circleelevate-succ {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    /* -webkit-animation: draw 2s backwards  1s;
            animation: draw 2s backwards 1s; */
    fill: var(--nav-primary);
}

.tickelevate-succ {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: draw 1.5s backwards infinite;
    animation: draw 1.5s backwards infinite;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.screaning-test-box {
    margin-top: 2rem;
}

ol.list-screaning li {
    margin-bottom: 1rem;
}

.list-screaning ul li {
    margin-bottom: 0rem;
}

.fw-600 {
    font-weight: 600;
}

.screaning-test-button {
    text-align: center;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.full-lenght-text .form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.scholarship-code-error {
    color: #b71c1c;
    /* position: absolute; */
    font-size: 12px;
}

.scholarship-code-success {
    /* position: absolute; */
    font-size: 12px;
    color: green;
}

.coupon-code::before {
    content: "";
    background-image: url(../images/copy-code.svg);
    width: 16px;
    height: 19px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.ck-editor__editable_inline {
    min-height: 200px !important;
}

/* gniit page css start here */

.program-gniit-template {
    padding: 0;
    background: linear-gradient(98deg, #F1F9FF 5.09%, #F1F9FF 34.53%, rgba(232, 247, 237, 0.58) 67.31%, #F8E8ED 97.56%), #F7F6FC;
}

.banner-pills li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    background: #00579D;
    padding: 4px 20px;
    position: absolute;
    border-radius: 30px;
    color: #fff;
}

.banner-pills li:nth-child(1) {
    top: 50%;
    left: -92px;
    transform: translateY(-50%);
}

.banner-pills li:nth-child(2) {
    bottom: 42px;
    right: 22%;
}

.banner-pills li img {
    height: 38px;
    width: 38px;
    margin-right: 8px
}

/* .overview-content.gniit-section {
    padding: 0;
        background: linear-gradient(98deg, #F1F9FF 5.09%, #F1F9FF 34.53%, rgba(232, 247, 237, 0.58) 67.31%, #F8E8ED 97.56%), #F7F6FC;
} */
.program-gniit-template .hfeed.site .container-fluid {
    padding: 0;
    padding-left: calc((100% - 1300px) / 2);
}

.gnnit-banner-row {
    margin: 0;
    --bs-gutter-x: 0;
}

.gniit_title_box {
    padding-top: 80px;
    padding-right: 100px;
}

.gniit_title_box h1 {
    font-size: 50px;
    font-weight: 400;
    color: var(--nav-primary);
    margin: 10px 0 25px;
}

span.highlighted_text {
    color: #565759;
    font-weight: 600;
    display: block;
}

a.course_fee_btn {
    border-radius: 100px;
    background: #FFCB05;
    padding: 12px 30px;
    color: #565759;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.price-text {
    color: var(--nav-primary);
}

.course_fee_btn sub {
    bottom: 0px;
    font-size: 14px;
}

.right_arrow {
    margin-left: 15px;
    width: 40px;
}

/* .skill-gain-section  .accordion-button::after {
    background-image: url(../images/gniit-down-arrow.svg);
    background-size: contain;
    rotate: 0deg;
}
.skill-gain-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/gniit-down-arrow.svg);
    rotate: 0deg;
} */


.apply-btn {
    border: 1px solid var(--gniit-primary);
    color: var(--gniit-primary);
    background: #fff;
    padding: 10px 25px 10px 35px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.gniit_title_box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 25px 0;
}

.stories-content-box p.wordings {
    margin-top: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 141px;
}

.upcoming-match-box {
    padding-top: 75px;
}

.batch-heading {
    color: #565759;
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
}

.batch-box .batch-weekdays {
    padding: 8px 0 4px;
}

.batch-box .date-si {
    position: relative;
    top: 4px;
    color: var(--gniit-primary);
    padding-left: 6px;
}

.gniit-advance-section {
    padding-top: 1rem;
    display: block;
}

.gniitadvantage-section {
    padding: 30px 0;
}

.gniitadvantage-section .col-md-8 .row {
    row-gap: 20px;
}

/*
.gniitadvantage-section .col-md-8 .row .col-6 img {
    height: 280px;
    object-fit: contain;
    width: 100%;
}
.gniitadvantage-section .col-md-4 img {
    height: 580px;
    object-fit: contain;
    width: 100%;
}
*/
.gniitadvantage-section .col-md-8 .row .col-6 img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.gniitadvantage-section .col-md-4 img {
    height: 580px;
    width: 100%;
    object-fit: fill;
}

.image-caption {
    position: absolute;
    bottom: 35px;
    left: 25px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.eligible-box ul.eligible-pointers {
    column-count: inherit;
    font-size: 20px;
}

.eligible-container {
    display: flex;
    align-items: center;
    position: relative;
}

.eligible-img-box {
    width: 50%;
}

.eligible-box {
    background: #FFF;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0%;
    width: 54%;
    border-radius: 42px;
}

.partners-logo-section {
    padding: 60px 0 90px;
}

.client_logo_animation .clients-brands2 {
    padding-top: 80px;
}

.how-should-apply.enroll-section.page-section {
    margin: 2rem 0;
}

.stories-card-cntr {
    border-radius: 20px;
    background: #FFF;
    margin: 0 10px;
    height: 320px;
}

.stories-img-box {
    flex: 4;
}

.stories-img-box img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.stories-content-box {
    flex: 6;
    padding: 30px 20px 30px;
}

.stories-content-box p {
    color: #565759;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.stories-content-box .learnar-details-test {
    position: absolute;
    bottom: 55px;
}

.stories-content-box .learner-name-testy {
    font-size: 1.5rem;
}

.quote-icon {
    position: absolute;
    top: 21px;
    left: 8px;
    z-index: 0;
}

.stories-section {
    border-radius: 20px;
    background-color: #DCEFFF;
    padding: 60px 0;
    margin: 40px 0 40px;
    height: 100%;
    display: block;
}

.maylike-section.gniit-maylike-section {
    background: #F1F9FF;
    padding: 60px 0;
}

.eligible-container .eligible-pointers li {
    padding-bottom: 10px;
}

.eligible-container .eligible-pointers li::before {
    top: 8px;
}

.eligible-container .eligible-heading {
    margin-bottom: 15px;
}

.faq-section-inner.gniit-faq-section {
    padding-top: 0px;
}

.faq-section-inner.gniit-faq-section .accordion-button p {
    margin-bottom: 0;
}

.topic_cntr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.elective-topics .active-topics {
    border: 1px solid #00579D;
}

.topic_cntr .active-topics h4 {
    color: var(--gniit-primary);
    width: 100%;
}

.topics_box.text-center.active-topics img {
    filter: inherit;
    opacity: 1;
}

/* .checkbox_card{opacity:0;} */
.active-topics .checkbox_card {
    opacity: 1;
}

.topics_box img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.topics_box {
    border-radius: 20px;
    border: 1px solid #AAABAD;
    background: #FFF;
    padding: 15px 25px;
    min-height: 175px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 31.333%;
    max-width: inherit;
}

.topics_box h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin: 5px 0 0;
    width: 100%;
    color: #AAABAD;
}

.batch-row {
    border-bottom: 1px solid rgb(157, 157, 157, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.batch-inner-container {
    border-radius: 42px;
    background: #FFF;
    padding: 50px;
    margin: 0 70px;
    position: relative;
}

.batch-inner-container .nice-select:after {
    border-bottom: 2px solid var(--nav-primary);
    border-right: 2px solid var(--nav-primary);
}

.gniit-section-title .nice-select:after {
    border-bottom: 2px solid var(--nav-primary);
    border-right: 2px solid var(--nav-primary);
}

.whatyou-learn-section .batch-inner-container {
    text-align: center;
}

.form-select.digital-dropdown {
    position: absolute;
    right: 20px;
    backdrop-filter: blur(2.5px);
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #565759;
    max-width: 250px;
    height: 45px;
    top: 45px;
    Background-image: url(../images/bg-down-arrow.svg) no-repeat;
    background-position: 95%;
    padding: 0 15px;
    background-color: #F5F5F5;
}

.batch-inner-container.apply-inner-container {
    border-radius: 20px;
    background: #DCEFFF;
}

.form-select.digital-dropdown.apply-select-dropdown {
    position: relative;
    right: 0;
    top: 0;
}

.application-form-header.gniit-form-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-inner-container .multi-steps>li.is-active~li:after,
.apply-inner-container .multi-steps>li.is-active:after {
    Background: #fff;
}

.apply-inner-container .multi-steps>li {
    z-index: 9;
}

.apply-inner-container .multi-steps>li.is-active:after {
    background: var(--gniit-primary);
}

.gniit-form-header .form-step-header {
    margin: 17px 0 10px;
}

.skill-gain-section .purchase-table .accordion-item {
    border-radius: 30px;
    background: #E2F2FF;
    box-shadow: inherit;
    margin-bottom: 20px;
}

.faq-section-inner.skill-gain-section .accordion-item:has(.accordion-collapse.collapse.show) {
    background-color: #fff;
}

.faq-section-inner.skill-gain-section .course-faq-container.purchase-table .faq-section-accordion {
    background: none;
}

.section-title.gniit-section-title h1 {
    color: #565759;
    /* font-size: 56px;
    font-weight: 500; */
    margin-bottom: 35px;
}

.section-title.gniit-section-title span {
    color: var(--gniit-primary);
}

.section-title.gniit-section-title h1 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 50px;
}

.section-title.gniit-section-title h1:before {
    background: var(--nav-secondry);
    width: 80px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: -18px;
    border-radius: 108.572px;
    left: 2px;
    backdrop-filter: blur(27px);
}

.program-gniit-template .how-should-content .primary-btns {
    border: 1px solid var(--gniit-primary);
    color: var(--gniit-primary);
    background: #fff;
    padding: 10px 25px 10px 35px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.program-gniit-template .how-should-content .primary-btns:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg class='right_arrow' xmlns='http://www.w3.org/2000/svg' width='46' height='16' viewBox='0 0 46 16' fill='none'%3E%3Cpath d='M45.0606 8.88362C45.4511 8.4931 45.4511 7.85993 45.0606 7.46941L38.6967 1.10545C38.3061 0.714921 37.673 0.714921 37.2824 1.10545C36.8919 1.49597 36.8919 2.12914 37.2824 2.51966L42.9393 8.17651L37.2824 13.8334C36.8919 14.2239 36.8919 14.8571 37.2824 15.2476C37.673 15.6381 38.3061 15.6381 38.6967 15.2476L45.0606 8.88362ZM0.128906 9.17651H44.3535V7.17651H0.128906V9.17651Z' fill='%2300579D'%3E%3C/path%3E%3C/svg%3E");
    width: 40px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
}

.batch-inner-container.apply-inner-container .how-should-apply-inner.cd-back-over {
    padding: 0;
}

.faq-section-inner.skill-gain-section .faq-section-accordion .accordion-button {
    padding: 1rem 5px;
    color: #565759;
    font-family: Effra;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    box-shadow: none;
}

.faq-section-inner.skill-gain-section .purchase-table .accordion-body {
    padding: 20px 12px;
}

.faq-section-inner.skill-gain-section .accordion-body p {
    color: #565759;
    font-size: 18px;
    font-weight: 400;
}

.whatyou-learn-section {
    padding: 70px 0 40px;
}

.whatyou-learn-section .form-select.digital-dropdown,
.gniit-section-title .form-select.digital-dropdown {
    display: flex;
    align-items: center;
    z-index: 1;
    color: var(--font-color);
}

.advantage-section .section-title.gniit-section-title {
    margin-bottom: 0px;
}

.advantage-section .gniit-how-should-apply .section-title.gniit-section-title {
    margin-bottom: 0px;
}

.gniit-how-should-apply {
    margin-top: 30px;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply.section-equ {
    margin: 0;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .container {
    padding: 0 100px;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .container .col-md-12 {
    border-radius: 20px;
    background: #DCEFFF;
    padding: 4rem;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .container .col-md-12 .how-should-content {
    width: 100%;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .multi-steps>li.is-active~li:before {
    background: #fff;
    border-color: #0061af;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .multi-steps>li.is-active~li:after,
.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .multi-steps>li.is-active:after {
    background: #fff;
    height: 3px;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .multi-steps>li:after {
    background: #0061af;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .form-control {
    border-radius: 20px;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .form-select {
    border-radius: 20px;
}

.gniit-how-should-apply .gniit-form-with-background .how-should-apply-inner.cd-back-over .show-country-code {
    width: 41px;
    border-radius: 100%;
}

.gniit-details-page {
    margin-top: 30px;
}

.batch-heading.upcoming-batch {
    font-weight: 500;
    padding-top: 28px;
    text-align: left;
}

.program-stack {
    margin-bottom: 1.5rem;
}

.stack-tmc {
    margin-top: 1rem;
}

.upcoming-row {
    border-bottom: 2px solid var(--gniit-primary);
    padding-bottom: 32px;
}

.batch-box .regstor-si {
    font-weight: 600;
    color: #565759;
}

.skill-gain-section .course-faq-container.purchase-table {
    padding: 0;
}

.apply-inner-container .apply-form-cntr input.form-control {
    border-radius: 74px;
    border: 0.5px solid var(--gniit-primary);
    height: 46px;
    Background: #fff;
}

.apply-inner-container .apply-form-cntr select.form-select {
    Background: #fff url(../images/bg-down-arrow.svg) no-repeat;
    background-position: 95%;
    border-radius: 74px;
}

.apply-form-cntr select.form-select {
    font-size: 14px;
}

.apply-inner-container .show-country-code {
    border-radius: 50%;
    background: var(--gniit-primary);
}

.batch-inner-container.apply-inner-container .multi-steps>li.is-active~li:before {
    background: #DCEFFF;
    border-color: var(--gniit-primary);
}

.gniit-form-header select.form-select.digital-dropdown.apply-select-dropdown {
    border: none;
    height: 44px;
}

.gniit-form-header select.form-select.digital-dropdown.apply-select-dropdown {
    border: none;
    height: 44px;
    max-width: 453px;
}

.programfee-heading {
    color: #565759;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.highlightef-text {
    color: var(--gniit-primary);
}

.program-fee-section .finance-content-details {
    border-radius: 0px 0px 48px 0px;
    background: #FFF;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
}

.finance-option-apply.program-fee-section.section-equ.page-section {
    background: none;
    padding: 0 0 20px;
    margin: 0;
}

.program-fee-section .vertical-center-section {
    margin: 0 70px;
    align-items: start;
}

.program-fee-section th.options-header:last-child,
.program-fee-section .dynamic-number {
    text-align: right;
}

.program-fee-section .form-select.digital-dropdown.apply-select-dropdown {
    max-width: 600px;
    margin: 10px auto 22px;
}

.program-fee-section .finance-option-apply-inner.cd-back-over {
    padding: 0;
}

#ajaxResponseFinance .finance-text {
    text-align: center;
    margin-bottom: 2rem;
}

.circle-checkbox {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.checkbox_card label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #a4a4a4;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    line-height: 30px;
    top: 0;
    left: 0;
}

.checkbox_card label::before {
    content: "✓";
    /* Tick symbol */
    color: white;
    /* Tick color */
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.circle-checkbox:checked+label {
    background-color: var(--gniit-primary);
    /* Fill color when checked */
    border-color: var(--gniit-primary);
    /* Match the border color */
}

.circle-checkbox:checked+label::before {
    opacity: 1;
    /* Show the tick when checked */
}


.topics_box {
    position: relative;
}

.checkbox_card {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.note-ext.note_checlist {
    margin: 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
}

.form-check strong {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
}

.user-checkbox p {
    margin: 0 0 4px;
    font-size: 12px;
}

button.apply-btn.back-btn {
    padding: 10px 35px 10px 25px;
}

.apply-btn.back-btn svg.right_arrow {
    margin: 0 15px 0 0;
}

/* .gniit-card-box {
    margin-bottom: 25px;
} */

.manadatory-text {
    font-size: 11px;
    text-align: right;
    font-weight: 400;
    display: block;
    padding: 6px 9px 0 0;
    color: #000
}

.criteria-text {
    color: #565759;
    font-size: 12px;
    font-weight: 400;
}

.user-checkbox label.form-check-label {
    color: #565759;
    font-size: 12px;
    font-weight: 400;
}

.gniit-maylike-section .primary-btns {
    background: var(--gniit-primary);
}

.gniit-maylike-section .coursecard .card-title {
    color: var(--gniit-primary);
}

button.apply-btn.view_scolership {
    width: auto;
}

.scholarship-code-inputs.gniit-code-inputs input#coupon-text {
    background: #347CD01A;
    border: 1px solid #347cd02e;
    margin-bottom: 15px;
}

.apply-form-cntr.purchase-table table {
    padding: 0;
}

.apply-form-cntr.purchase-table {
    padding: 0 68px;
}

.course_title span {
    display: block;
    color: #565759;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 8px;
}

.scholarship-code-inputs.gniit-code-inputs a.apply-scholarship {
    top: 35%;
}

span.extra-notes.niitcpn {
    color: rgb(86, 87, 89, 0.4);
    font-family: Effra;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.remove_code {
    background: none;
    border: none;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: rgb(0, 87, 157, 0.4);
    text-decoration: underline;
}

.gniit_dropdown_box button.btn.btn-secondary.dropdown-toggle {
    background: #F5F5F5;
    backdrop-filter: blur(2.5px);
    border: none !important;
    width: 630px;
    margin: auto;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #565759;
    display: flex;
    justify-content: space-between;
    padding: 9px 21px;
    align-items: center;
    position: relative;
}

.gniit_dropdown_box .dropdown-menu.show li {
    position: relative;
}

.gniit_dropdown_box .dropdown-toggle::after {
    background: #F5F5F5 url(../images/bg-down-arrow.svg) no-repeat;
    background-position: 95%;
    border: none;
    width: 20px;
    height: 20px;
}

.gniit_dropdown_box .dropdown-menu.show .dowpdown_price {
    top: 4px;
}

.dowpdown_price {
    position: absolute;
    right: 68px;
    top: 7px;
}

.gniit_dropdown_box .dropdown-menu.show {
    width: 630px;
    border: none;
    border-radius: 13px;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
}

.book_course_heading {
    color: #565759;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
}

.course_title {
    color: #565759;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.gniit-skill-gain {
    margin-top: 25px;
    display: block;
}

.gniit-my-also-like {
    margin-top: 25px;
}

/* gniit page css end here */

.product-details-you-may-also-section.bank-expert-faculty .section-title-row {
    margin-bottom: 2.5rem;
}

.course-menu-close-btn {
    position: absolute;
    right: 20px;
    top: 17px;
}

.initily-hidden {
    display: none;
}

.course-nav-overlays .course-card-slider .coursecard {
    padding: 10px;
}

.verifie-otp {
    color: green;
}

.form-error-area {
    background: #efefef;
    margin-bottom: 15px;
    padding: 5px 20px;
    border-radius: 0 0 20px 0;
}

.pointer-cursor {
    cursor: pointer;
}

.sign-tnc-bank-form {
    width: max-content;
}

.bg_header {
    background: var(--nav-primary) !important;
    color: #fff !important;
    padding: 13px 15px;
    border-radius: 4px;
    margin: 10px 0 30px;
}

.tnc-declaration-modal-body {
    padding: 0 1rem;
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-inner {
    padding: 0.25rem 1rem;
    background-color: var(--bs-tooltip-bg);
    border-radius: 40px;
}

.bs-tooltip-auto[data-popper-placement^=left].tooltip .tooltip-arrow {
    display: none;
}

/* HDFC And AXIS pay and Confirm*/
.complete_application_box {
    padding: 10px 0;
}

.complete_application_box h5 {
    color: var(--nav-primary);
    font-size: 20px;
    font-weight: 700;
}

span.user_name {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
}

.complete_application_box h5 {
    color: var(--nav-primary);
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 8px;
}

.complete_application_box button.primary-btns.test_btn {
    margin-bottom: 25px;
}

span.timer {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: var(--nav-primary);
}

button.primary-btns.test_btn {
    display: table;
    margin: 25px auto 40px;
    padding: 7px 28px;
}

p.form_para {
    margin-bottom: 8px;
}

.axis_theme_box h5 {
    color: var(--axistheme-primary);

}

.axis_theme_box button.primary-btns.test_btn {
    background: var(--axistheme-primary);
}

.axis_theme_box span.timer {
    color: var(--axistheme-primary);
}

.payment_box .finance-content-details {
    border-radius: 0px 0px 29px 0px;
    background: #FFF;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
    max-width: 424px;
    margin: 35px auto 15px;
}

.payment_box .payment-option-table .optn-payment {
    width: 60%;
}

.payment_box .payment-option-table td.dynamic-number {
    text-align: right;
}

.payment_box button.primary-btns {
    margin: auto;
    display: table;
}

.coupon-field input#coupon-text {
    background: rgba(52, 124, 208, 0.10);
    height: 44px;
    border-radius: 50px;
}

.coupon-field input#scholarship_coupon {
    /* background: rgba(52, 124, 208, 0.10); */
    height: 44px;
    border-radius: 50px;
}

.coupon-field {
    /* background: rgba(52, 124, 208, 0.10);
    border: 1px rgba(52, 124, 208, 0.10); */
    /* Remove for coupon field */
    backdrop-filter: blur(2.5px);
    max-width: 424px;
    margin: auto;
}

.coupen_box h6 {
    text-align: center;
    color: #565759;
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 20px;
}

.application_head h3 {
    margin: 20px 0 18px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

.application_head h5 {
    color: var(--hdfctheme-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 6px;
}

p.payment_note {
    padding: 30px 75px 0;
}

.axibank-theme-section .application_head h5 {
    color: var(--axistheme-primary);
}

/* End HDFC And AXIS pay and Confirm*/

.coupon-field.disabled {
    pointer-events: none;
    opacity: .8;
    filter: grayscale(1);
}

.share-payment-link-modal {
    height: calc(100% - 14vh);
    overflow: auto;
    top: 65px;

    .btn-close {
        opacity: 1;
        border-radius: 100%;
        padding: 0px;
        width: 1.25rem;
        height: 1.25rem;
        background-image: url(../images/course-navigator-cross.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        position: absolute;
        right: 20px;
    }

    .modal-content.custom-modal {
        padding: 20px;
    }

    .card {
        border: 0;
    }

    .form-inline.disabled {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        background: #D7ECFF;
        padding: 20px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .card>.row {
        margin-bottom: 15px;
        margin-top: 15px
    }

    /* .card>.row>.col-sm-12:not(:last-child) {
        border-right: 1px solid #d7ecff
    } */
    .card>.row>.col-sm-12>div {
        background: #f8f8f8;
        height: 100%;
        padding: 10px;
        text-align: center;
        position: relative;
    }

    .copyUrl {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    #paymentUrl {
        padding: 10px;
        border-radius: 8px;
    }

    #downloadQR {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .card>.row>.col-sm-12 .price-text {
        font-size: 1.5rem;
        font-weight: 700;
    }

    #setShareError {
        text-align: center;
        margin: 1.5rem 1rem;
        background: #fbfbfb;
        padding: 1rem;
    }

    .generated_amount,
    .generated_date {
        font-weight: 700;
    }

    .generated_link {
        display: block;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
    }
}

.elementor-2931 .elementor-element.elementor-element-f5d7bcd .elementor-button {
    color: #565759;
}

#ajaxResponseContainer {
    margin-top: 30px;
}

.course_fee_btn .price-text {
    font-weight: 600;
}

.course-details-scroll-header .elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 14px;
}



/* Wrapper for 3D flip effect */
.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 300px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* .flip-card-front {
} */

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card.flip .flip-card-inner {
    transform: rotateY(180deg);
}


.finance-option-apply.section-equ.page-section {
    margin: 0;
}

.how-should-apply.section-equ.page-section {
    margin-bottom: 0;
}

.faq-section-accordion .accordion-header .accordion-button,
.faq-section-accordion .accordion-header .accordion-button p {
    font-size: 16px;
}

.faq-section-accordion .accordion-body,
.faq-section-accordion .accordion-body p {
    font-size: 16px;
}

/*-------------- Lates news css--------------------*/
.banner-sec {
    position: relative;
    padding: 0;
}

.banner-sec .banner-overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 1rem calc(1.5rem* .5) 1rem;
    color: #fff;
    transform: translateY(-50%);
    background: transparent;
}

.banner-sec .banner-overlay h2 {
    color: #fff;
}

.container-artical {
    padding: 2rem 0rem;
    font-family: var(--primary-font);
}

.article {
    text-align: left;
}

.article:not(:last-child) {
    border-bottom: 1px solid #56575938;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.article .date-source {
    font-weight: 700;
    font-size: 0.6875rem;
    line-height: 1.25rem;
}

.article .title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--nav-primary);
}

.article .title:hover {
    text-decoration: underline;
}

.article .description {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}

.news-load-more {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    border: none;
    background: transparent;
    color: var(--nav-primary);
}

.news-container {
    padding: 2rem 1rem;
}

.news-container .news-thumbnail img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #347CD01A;
}

.news-container .news-thumbnail {
    margin-bottom: 20px;
}

.news-container .news-title,
.blog-detail .news-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--font-color);
}

.news-container .news-date,
.blog-detail .news-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    color: var(--font-color);
}

.news-container .news-content,
.news-date .news-content {
    color: var(--font-color);
}

.news-container .back-sec-elevate {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--font-color);
    font-size: 1rem;
}

.news-container .news-thumbnail img {
    max-width: 100%;
    height: auto;
}

/*---------------------blog css--------------------------------------*/
.blog-listing {
    padding: 2rem 1rem;
}

.blog-listing h2 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 1.875rem;
}


.blog-listing .dropdown-container .form-select {
    border: 0.5px solid var(--nav-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
}


.blog-listing .date-badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 5px;
    background: #FFCB05;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: var(--font-color);
    border-bottom-right-radius: 10px;
}

.blog-listing .imgbox img {
    box-shadow: 0px 4px 4px 0px #347CD01A;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.imgbox {
    width: 100%;
    background: #eaeaec;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
}

.imgbox::before {
    width: 100%;
    height: 200px;
    background-image: url("/india/wp-content/uploads/2024/12/niit-logo.svg");
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: center;
    content: "";
    display: flex;
    opacity: .3;
    filter: grayscale(1);
}

button.primary-btn-custom.blog-load-more.load-more {
    background: transparent;
    border: 0;
    color: var(--nav-primary);
    text-decoration: underline;
}

.card-body-blog {
    margin-top: 10px;
}

.card-title-blog {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--nav-primary);
    cursor: pointer;
    margin-bottom: 10px;
}

.author-blg {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: var(--font-color);
}

.loader_wrapper2 {
    text-align: center;
}

.loader_wrapper2 img {
    width: 2.5rem;
    height: 2.5rem;
}

/* ----- blog listing ----- */

.blog-detail .blog-listing {
    padding: 0 0 1rem;
}

/* Press Release Starts */
.section__banner {
    background: url("images/press-release-banner.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 262px;
    position: relative;
}

.section__banner::after {
    content: "";
    background: linear-gradient(0deg, var(--nav-primary) 0%, rgba(0, 118, 255, 0) 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 131px;
    left: -3px;
    z-index: 1 !important;
}

.section__banner h1 {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    position: absolute;
    bottom: 18px;
    z-index: 2;
}

.section__banner h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    color: #565759;
}

.section__leaderstalk {
    position: relative;
    background: linear-gradient(0deg,
            rgba(164, 213, 255, 0.4) 0%,
            rgba(255, 255, 255, 0.4) 100%);
}

.section__leaderstalk .container {
    position: relative;
    z-index: 1;
}

.section__leaderstalk .video-thumbnail-learner {
    height: 100% !important;
    border-radius: 10px !important;
    object-fit: cover;
}

.section__leaderstalk .testimonial-card-inner {
    background: transparent !important;
}

.section__leaderstalk .opt-link {
    font-size: 16px;
    line-height: 23px;
    color: var(--nav-primary);
    white-space: normal;
    font-weight: 400;
}

.section__leaderstalk .testimonial-content {
    padding: 0px;
}

.section__leaderstalk .video-section-learner {
    width: 100%;
    height: 149px !important;
}

.section__leaderstalk .section-title {
    margin-bottom: 27px;
}

.section__leaderstalk .learners-testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: transparent;
}

.section__pressrelease {
    padding: 30px 0 0px;
}

.section__pressrelease .form-select {
    /* --bs-form-select-bg-img: none; */
    font-size: 14px;
    line-height: 24px;
    color: #565759;
    width: 100%;
    border: 1px solid var(--nav-primary);
    border-radius: 4px;
    height: 45px;
    position: relative;
}

.section__pressrelease .form-select::before {
    content: "";
    background: url("images/press-release-down-icon.png");
    position: absolute;
    width: 16px;
    height: 8px;
}

.section__pressrelease h2 {
    margin-bottom: 20px;
}

.section__press__notifications {
    background-color: #ffffff;
    padding: 26px 0px 13px;
    /* border-bottom: 1px solid #56575933; */
}

.all-press-release .section__press__notifications p {
    border-bottom: 1px solid #56575933;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section__press__notifications h4 {
    color: var(--nav-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0%;
    margin-bottom: 6px;
}

.primary-btn-custom.coverage-load-more {
    background: transparent;
    border: none;
    color: var(--nav-primary);
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
    text-decoration: underline;
}

.section__media__buttons__parent h2 {
    text-align: left;
}

#media-dossier-container h2 {
    text-align: left;
    margin-bottom: 1rem;
}

.section__press__notifications p {
    color: #565759;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

.section__loadmore {
    padding: 17px 15px;
    text-align: center;
}

/* .section__loadmore a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
  } */
/* Press Release Ends */


/* media-kit css start*/
.section__mediabanner__text {
    background: #0061afb2;
    padding: 12px 15px;
    color: #ffffff;
    position: absolute;
    top: 35px;
    right: 30px;
    width: max-content;
    z-index: 2;
    text-align: left;
}

.section__mediabanner__text p {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 5px;
}

.section__mediabanner__text p span {
    font-weight: bold;
}

.section__email {
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    font-weight: normal !important;
    text-decoration: underline;
}

.section__mediabanner__text p img {
    margin-right: 5px;
}

.section__media__buttons__parent {
    padding: 40px 15px;
    /* background: linear-gradient(
        0deg,
        rgba(164, 213, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.4) 100%
      ); */
}

.section__media__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.section__media__buttons.button__with__icons {
    margin-top: 30px;
    justify-content: center;
    padding-bottom: 40px;
}

.section__media__buttons button {
    font-size: 14px;
    background-color: #0061af;
    color: #ffffff;
    padding: 4px 15px;
    border-radius: 20px;
    border: none;
}

.section__media__buttons__parent .section__press__notifications {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.section__media__buttons__parent .section__loadmore {
    padding-bottom: 0px;
}

.section__media__dossiers {
    /* background: linear-gradient(0deg, rgba(164, 213, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); */
    padding-bottom: 30px;
}

.section__media__dossiers h2 {
    margin: 25px 0px 20px;
}

.section__mediakit__books {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__mediakit__books div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.section__mediakit__books div img {

    width: 100%;
    height: 104px;
    object-fit: cover;
}

.section__mediakit__books div a {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #0061AF !important;
    margin-top: 10px;
}

/*media-kit css end*/


/*media gallery start css*/

.card-title-blog {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-listing .video-thumbnail-learner {
    height: 203px;
    border-radius: 10px;
}


/*media gallery end css*/

/* Hdfc landing page css */

.hdfc-main-page .course-details-scroll-header .elementor-icon-list-item span.elementor-icon-list-text.active {
    border-bottom: 3px solid #004C8F;
}

.hdfc-main-page .highlight-details td .secondry-color {
    color: #ffffff;
}

/* .hdfc-main-page  .section-title h1 {
        font-size: 30px;
        line-height: 35px;
    } */
/* .hdfc-main-page  .advanc-content-head {
        font-size: 20px;
    } */
.hdfc-main-page .skill-gain-content-inner {
    margin-bottom: 0;
}

.hdfc-main-page .curriculum-cover-bullets li::before,
.hdfc-main-page .eligible-pointers li::before {
    background: #ED232A;
}

.hdfc-main-page .slick-dots li.slick-active button:before {
    color: #ED232A;
    background: #ED232A;
}

.hdfc-main-page .finance-option-apply,
.hdfc-main-page .leanrer-sect .learners-testimonials-section {
    background-color: #EBEBEB;
}

/* .hdfc-main-page .finance-options-buttons {
        max-width: 100%;
    } */
.hdfc-main-page .finance-option-apply {
    padding-bottom: 50px;
}

.hdfc-main-page .faqsection {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -20px;
    z-index: 1;
    background: #fff;
    padding: 0;
}

.hdfc-main-page .faq-section.section-equ {
    margin: 0 0 40px;
}

.hdfc-main-page .faq-section .section-title {
    margin-bottom: 0;
}

.hdfc-main-page .skill-gain-content-inner {
    margin-bottom: 0;
}

/* .hdfc-main-page .skills-parameter li {
        color: #565759;
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
    } */
.hdfc-main-page .faqsection .section-title {
    margin-top: 40px;
}

.hdfc-main-page .leanrer-sect .section-title {
    margin-top: 0;
}

.hdfc-main-page .you-may-like.section-equ.expert-faculty-cou {
    margin: 0;
}

.hdfc-main-page .product-details-you-may-also-section .section-title-row {
    margin-bottom: 0;
}

.hdfc-main-page .placement-number {
    color: #004C8F;
}

.hdfc-main-page .skills-parameter {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hdfc-main-page .section-title.left-heading {
    text-align: left;
}

.hdfc-main-page .skill-gain .section-equ {
    margin-top: 0;
}

.hdfc-main-page .skill-gain .section-title {
    margin-bottom: 0;
}

.hdfc-main-page #skill-gain-what {
    margin-bottom: 30px;
    gap: 0;
}

.hdfc-main-page #taught-what .section-equ {
    margin-top: 0;
}

.hdfc-main-page #check-eligible {
    padding: 0;
}

.hdfc-main-page #finance-options-link {
    padding: 0;
}

/* .hdfc-main-page .course-details-overlay img.cd-icons{
        position: relative;
    } */
.hdfc-main-page .highlight-details td {
    vertical-align: top;
}

.hdfc-main-page #apply-how .section-title {
    margin-bottom: 0;
}

.hdfc-main-page #apply-how {
    margin: 2rem 0 0;
}

.hdfc-main-page .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.hdfc-main-page .you-may-like.section-equ>.container {
    padding: 0;
}

.hdfc-main-page .quality-demand-sec .advanc-content-pointer li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #565759;
}

.hdfc-main-page .dynamic-number {
    font-weight: 400;
}

.hdfc-main-page #taught-what {
    gap: 0;
}

.hdfc-main-page table.highlight-details tr td {
    position: relative;
    flex: 1 1 50%;
    padding: 0 0 20px 40px;
}

.hdfc-main-page .course-details-overlay img.cd-icons {
    position: relative !important;
    width: 20px;
    height: 20px;
    margin-left: -20px !important;
    left: -10px !important;
}

/* .hdfc-main-page .finance-text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    } */
.hdfc-main-page .curriculum-cover-bullets b {
    margin-bottom: 1rem;
    display: block;
}

.main-bfsi-class .curriculum-cover-bullets b {
    margin-bottom: 1rem;
    display: block;
}

.hdfc-main-page .curriculum-cover-bullets {
    color: #565759;
    font-size: 1rem;
    line-height: 20px;
    padding-left: 1rem;
}

.main-axis-class .quality-demand-sec .advanc-content-pointer li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #565759;
    padding-right: 0;
}

/* .hdfc-main-page .curriculum-cover-bullets li {
        padding-left: 1.25rem;
    } */

/* .hdfc-main-page .curriculum-cover-bullets li::before{
        left:0;
    } */

/* .main-axis-class .form-step-header {
        color: var(--font-color);
        margin-bottom: 1rem;
    } */
.main-axis-class .forhdfcandaxis-paymenttable .accordion-collapse .form-step-header {
    color: var(--font-color);
}

.main-axis-class .forhdfcandaxis-paymenttable .form-step-header {
    color: var(--axis-nav-primary);
}

.main-axis-class span#application_id {
    color: var(--font-color);
}

.main-axis-class .form-one-c-fields .accordion-button {
    /*        background-color: var(--axis-nav-primary);*/
}

/* .main-bfsi-class .form-step-header {
        color: var(--nav-primary);
        margin-bottom: 1rem;
    } */
/* Hdfc landing page end */

/* Career */
.indusandbusiness-section.careers-tabs {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.career-np-section.overview-content {
    padding-top: 0;
}

.career-accordion-wob {
    margin-top: 1.5rem;

    .faq-section-accordion.accordion {
        --bs-accordion-bg: transparent;
    }

    .faq-section-accordion .accordion-button {
        background-color: transparent;
        font-weight: 600;
        color: var(--font-color);
        font-size: 20px;
    }

    .faq-section-accordion .accordion-body {
        font-size: 16px;
        padding: 1rem 0;
    }

    .faq-section-accordion .accordion-body p {
        font-size: 16px;
        padding: 1rem 0;
    }

    .career-acc-innerimg {
        border-radius: 10px;
    }
}

.job-opp-details-view-list .text-bolder {
    font-weight: 600;
}

.job-opp-details-view-list {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
}

.font-color {
    color: var(--font-color);
}

/* End Career */

.cd-highlights.banner-title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

/* award page css start here */

.award-logo {
    display: table;
    margin: auto;
}

.award-box h4 {
    color: #565759;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0 0;
}

.award-box p {
    color: #565759;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.indep-cards.award-box {
    min-height: 268px;
}

.slick-achievments-step:before {
    background: #D9D9D9;
    backdrop-filter: blur(17px);
    width: 99%;
    height: 4.452px;
    content: "";
    position: absolute;
    bottom: 12px;
    left: 6px;
    border-radius: 10px;
}

.slick-achievments-step {
    position: relative;
    margin: 10px 0 50px;
}

.year-list {
    position: relative;
    padding: 0 0 50px 5px !important;
    font-size: 28px;
    font-weight: 500;
}

.year-list:after {
    background: #D9D9D9;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 1px;
    left: 4px;
    content: "";
    border-radius: 50%;
    z-index: 9;
}

.year-list.slick-slide.slick-current.slick-active {
    color: var(--nav-primary);
}

.year-list.slick-slide.slick-current.slick-active:after {
    background: var(--nav-secondry);
}

.slick-achievments-step button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0;
}

.slick-achievments-step .slick-prev:before,
.slick-achievments-step .slick-next:before {
    background: url(../images/slick-next-arrow.svg) no-repeat;
    height: 34px;
    content: "";
    position: absolute;
    width: 34px;
    right: 18px;
    bottom: 5px;
}

.slick-achievments-step .slick-prev:before {
    transform: rotate(180deg);
    bottom: 5px;
}

.achievement-inner .learn-cover-inners .curriculum-cover-bullets {
    padding: 20px 15px 0;
    min-height: 340px;
    height: auto;
    border: none;
    border-radius: 0px 0px 40px 0px;
    background: rgb(204, 223, 239, 0.4);
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10);
}

.lode-more a {
    color: var(--nav-primary);
}

.awards-section .indep-cards {
    border-radius: 0px 0px 40px 0px;
    background: rgb(204, 223, 239, 0.4);
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10);
}

.awards-slick-slider .course-cards {
    padding: 0 15px 15px 15px;
}

.year-list.slick-slide.slick-current.slick-active:before {
    width: 50%;
    position: absolute;
    bottom: 12px;
    left: 4px;
    content: "";
    background: var(--nav-secondry);
    height: 4.452px;
    ;
}

/* award page css end here */

button.primary-btns.btn-receipt.test_btn .download-icon {
    background-image: url(../images/download-icon-white.svg);
    float: left;
    top: 4px;
    position: relative;
    right: 8px;
}

.video-item {
    margin-bottom: 2rem;
}

.video-item .video-frame {
    border-radius: 10px;
    height: 250px;
}

.video-item h5 {
    color: var(--nav-primary);
    font-size: 1rem;
    line-height: 1.3;
}

.media-kit-section {
    background: linear-gradient(0deg, rgba(164, 213, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

#load-more-videos,
.section__loadmore a {
    background: transparent;
    border: none;
    color: var(--nav-primary);
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
    text-decoration: underline;
}

.press-release-container-section .section__press__notifications {
    padding: 20px 0px 20px;
}

.profiler-stege p,
.profiler-stege {
    font-size: 1rem;
}

.news-back-btn {
    cursor: pointer;
}

.expert-faculty-cou span.user-img img {
    height: 105px;
    width: 92px;
    object-fit: contain
}

.expert-faculty-cou .maylike-course-slider .review-user-box p.user-name {
    font-weight: 700;
    font-size: 13px !important;
    line-height: 16px;
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important
}

.expert-faculty-cou .indep-cards p {
    height: 65px;
    overflow: hidden;
    font-size: 14px
}

.main-axis-class .expert-faculty-cou .indep-cards,
.main-hdfc-class .expert-faculty-cou .indep-cards {
    background: #E4E4E4;
}

.award-img-box img {
    border-radius: 0 0 20px 0;
}

.review-user-box.align-items-center .user-img img {
    border-radius: 10px;
}

.main-axis-class .product-details-you-may-also-section .section-title-row {
    margin-bottom: 0rem;
}

div#\31 b_form .user-checkbox #check-declaration-box .form-check {
    padding-left: 1.5em;
}

/* AXIS and HDFC */

.main-hdfc-class .batch-start-label,
.main-axis-class .batch-start-label {
    display: none;
}

.forhdfcandaxis-paymenttable .form-one-c-fields .fee-options-accordion .accordion-item {
    border: 1px solid #0061AFB2;
}

.forhdfcandaxis-paymenttable .form-one-c-fields .fee-options-accordion .accordion-body {
    padding: 1rem;
    margin-bottom: 0;
}

.forhdfcandaxis-paymenttable .profiler-tabs-content .pay-fee-batch li {
    font-weight: 700;
    font-size: 1.3rem;
}

.primary-btns.add_more_doc {
    text-decoration: none;
}

.accordion-button.success-primary {
    background-color: #27AE60;
    position: relative;
}

.accordion-button.success-primary p {
    margin-bottom: 0;
}

span.process-status {
    position: absolute;
    right: 50px;
}

.thqMgsBlock .img-responsive {
    width: 20px;
    margin-right: 10px;
}

.selectionlettersec {
    text-align: center;
}

.selectionletter {
    margin-bottom: 0;
    font-weight: 700;
}

.selectionlettersec .applyprocess-btns {
    justify-content: center;
}

.application-success-msg .sub-head-screaning {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.selectionlettersec .download-profile-screaning {
    padding-top: .5rem;
}

#paymentModeSec {
    .accordion-button:not(.collapsed) {
        background-color: var(--nav-primary);
        color: #fff;
    }

    .accordion-button {
        background-color: var(--nav-primary);
        color: #fff;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }
}

.main-bfsi-class {

    /* .long-form-fields-ic .career-details-questions .form-select {
        --bs-form-select-bg-img: none;
    } */
    .upload-section .download-icon {
        top: 50%;
        transform: translateY(45%);
        rotate: 180deg;
    }

    .bfsi-close-cross {
        position: absolute;
        right: 32px;
        top: 10px;
    }
}

.main-hdfc-class {

    /* .long-form-fields-ic .career-details-questions .form-select {
        --bs-form-select-bg-img: none;
    } */
    .upload-section .download-icon {
        top: 50%;
        transform: translateY(45%);
        rotate: 180deg;
    }

    .bfsi-close-cross {
        position: absolute;
        right: 32px;
        top: 10px;
    }
}

.main-axis-class {

    /* .long-form-fields-ic .career-details-questions .form-select {
        --bs-form-select-bg-img: none;
    } */
    .upload-section .download-icon {
        top: 50%;
        transform: translateY(45%);
        rotate: 180deg;
    }

    .bfsi-close-cross {
        position: absolute;
        right: 32px;
        top: 10px;
    }
}

.careerpath-axis figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    bottom: 113px;
    left: 9px;
    max-width: 295px;
    text-align: left;
    font-size: 16px;
}

.program-gniit-template #gniit-payment-option-list-over .fee-structure-table .accordion-body {
    padding-right: 0px;
    padding-left: 0px;
}

.program-gniit-template #gniit-payment-option-list-over .fee-structure-table .accordion-item {
    padding-right: 1rem;
}

.coupen_box {
    text-align: center;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background: linear-gradient(transparent, var(--nav-primary), transparent);
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 5rem;
    background: transparent;
}

.date.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.eligibility-fail-sugg-txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.primary-btns.card-know-more.speak-advisor-fail {
    margin-bottom: 2rem;
}

#eligibility_fail_check.how-should-content {
    width: 100%;
}

.while-fail-eligibility .indep-cards {
    text-align: left;
}

/* Payment Now Options */
.paynow-viewsopt {
    .paynowoptn-select {
        border-radius: 10px;
        border: 1px solid #0061AFB2;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        padding: 7px 10px;
        background: #fff;
    }

    .paynow-header-table {
        width: 100%;
        table-layout: fixed;
        color: var(--font-color);
        font-size: 14px;
    }

    tr.payment-optn-table-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fee-table-title {
        width: 40%;
        text-align: left;
    }

    .digit-number {
        width: 30%;
        opacity: .5;
    }

    .digit-rupes {
        width: 30%;
        text-align: right;
    }

    .other-payment-input {
        padding: 4px 10px;
        font-size: 12px;
        width: 120px;
        float: right;
    }

    .form-check.fee-checkbox-paynow {
        margin-bottom: 0;
    }

    .other-amount-value {
        display: flex;
        white-space: nowrap;
        font-size: 12px;
        line-height: 7px;
        color: #b71c1c;
        justify-content: right;
    }

}


.rc-note {
    font-size: 12px;
}

.rc-text {
    font-weight: 700;
}

.applyprocess-btns-paynow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    gap: 20px;
}

.final-amount-pay {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
    gap: 10px;
}

.payment-now-options .scholarship-code-box {
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}

/* End Payment Now Options */

/* Investot page */
.main-investor-page-content .career-accordion-wob .faq-section-accordion .accordion-body p {
    font-size: 17px;
    padding: 0;
    margin-bottom: 12px;
}

.main-investor-page-content .career-accordion-wob .faq-section-accordion .accordion-header .accordion-button.collapsed {
    color: var(--font-color);
}

.main-investor-page-content .career-accordion-wob .faq-section-accordion .accordion-header .accordion-button {
    color: var(--nav-primary);
    border-bottom: 0;
    box-shadow: none;
}

.main-investor-page-content .career-accordion-wob .faq-section-accordion .accordion-body {
    padding: 1rem;
    background: #CCDFEF66;
    border-radius: 20px;
    margin: 1rem 0;
}

.main-investor-page-content .career-accordion-wob .faq-section-accordion .accordion-body ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0rem;
}

.main-investor-page-content .career-accordion-wob .faq-section-accordion .accordion-body p a {
    color: var(--font-color);
}

/* End Investor Page */

/* Gniit Page */
.partners-logo-section .swiper-slide img {
    height: 40px;
}

.partners-logo-section .swiper-slide {
    text-align: center;
}

/* End Gniit Page */
/*  */
.life-slider-gap-eque {
    margin-top: -30px;
}

/* Slider Dots */
/* hiding all bullets by default */
.slick-dots li {
    display: none
}

/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active+li,
.slick-dots li.slick-active+li+li {
    display: inline-block;
}

/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
    display: inline-block;
}

/* hiding the last three bullets if slick-active exist before them */
.slick-dots li.slick-active~li:nth-last-child(1),
.slick-dots li.slick-active~li:nth-last-child(2),
.slick-dots li.slick-active~li:nth-last-child(3) {
    display: none;
}

/* specific conditions to always display the last three bullets */
.slick-dots li.slick-active+li+li:nth-last-child(3),
.slick-dots li.slick-active+li+li:nth-last-child(2),
.slick-dots li.slick-active+li+li:nth-last-child(1),
.slick-dots li.slick-active+li:nth-last-child(3),
.slick-dots li.slick-active+li:nth-last-child(2),
.slick-dots li.slick-active+li:nth-last-child(1) {
    display: inline-block;
}

/* End Slider Dots */

.course-details-scroll-header .elementor-element.submenu-header-menu {
    display: block !important;
}

/* Lead generation form page */
:root {
    --calc-lead-footer-width: 42px;
}

.top-menu-left.ndsp-promo-site {
    /* padding: 30px 16px; */
    padding: 25px;
}

.top-menu-left .brand-logo {
    height: 32px;
}

.lead-generation-section {
    background-image: url(../images/landing-delhi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: calc(100vh - var(--calc-lead-footer-width));
}

.lead-generation-section-mumbai {
    background-image: url(../images/landing-mumbai.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: calc(100vh - var(--calc-lead-footer-width));
}

.lead-generation-section-bengluru {
    background-image: url(../images/landing-bengluru.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: calc(100vh - var(--calc-lead-footer-width));
}

#lead-generation-section.lead-generation-section {
    margin-top: -20px;
}

#lead-generation-section.lead-generation-section-mumbai {
    margin-top: -20px;
}

#lead-generation-section.lead-generation-section-bengluru {
    margin-top: -20px;
}

.right-box-form {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    max-width: 400px;
}

.form-header {
    text-align: center;
}

.form-header-txt {
    color: var(--nav-primary);
}

.lead-container-section .flex-box-view {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    min-height: calc(100vh - var(--calc-lead-footer-width)*2);
    flex-wrap: inherit;
    flex-direction: row;
}

.left-box-text {
    color: #fff;
}

.thankyoou-content {
    text-align: center;
    padding: 3rem;
}

.thankyoou-content h3 {
    font-size: 28px;
    font-weight: 500;
}

.form-footer {
    background: #fff;
    padding: 0;
    min-height: var(--calc-lead-footer-width);
}

.form-footer .d-flex .colA {
    flex: 1;
}

.form-footer .d-flex .colA ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.form-footer .d-flex .colA ul li:not(:last-child) {
    margin-right: 16px;
}

.form-footer .d-flex .colA ul li a {
    text-decoration: none;
    text-transform: uppercase;
}

.form-footer .d-flex .colA ul li a:hover {
    text-decoration: underline;
}

.form-footer .d-flex .colB {
    text-align: right;
    flex: 0 1 auto;
}

/* End Lead generation form page */

/* Book a visit Lead form */
.book-visit-location-number {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

.book-visit-location-number li {
    padding-bottom: 10px;
    display: flex;
    align-items: start;
}

.iconforbook {
    margin-right: 5px;
}

.get-direction-link {
    display: block;
    color: #fff;
    text-decoration: underline !important;
}

.get-direction-link:hover {
    color: #fff;
}

.book-visit-lead-form .left-box-text h1 {
    font-size: 50px;
}

.book-visit-lead-form .left-box-text h3 {
    font-size: 30px;
}

.book-visit-location-number li span {
    display: block;
}

/* End Book a visit Lead form */
/* Forward forum */
/* forward-forum-sec */
#forward-forum-modal .modal-dialog-scrollable .modal-body {
    max-height: 100%;
}

.forward-forum-mainsec {
    min-height: 100vh;
    padding: 0;
    /* margin-top: -20px; */
}

.forward-forum-sec .slick-dots li {
    margin: 0 8px;
}

.forward-forum-sec .slick-dots li button:before {
    line-height: 15px;
    width: 15px;
    height: 15px;
}

.forward-forum-mainsec .form-footer {
    background: #0061af;
    color: #fff;
}

.forward-forum-mainsec .form-footer .d-flex .colA ul li a {
    color: #fff;
}

.forward-forum-sec {
    height: calc(100vh - 61px);
}

.forward-forum-sec .forward-forum-wrapper {
    height: calc(100vh - 42px);
    background: linear-gradient(180deg, rgba(164, 213, 255, 0.5) -1.54%, rgba(255, 255, 255, 0.5) 100%);
    margin-top: -20px;
}

.forward-forum-sec .forward-forum-wrapper .navbar-brand {
    background: var(--nav-secondry);
    display: inline-block;
    line-height: 0;
    padding: 25px;
    border-radius: 0 0 0.625rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.forward-forum-sec .forward-forum-wrapper .forum-frwd {
    background: var(--nav-secondry);
    display: inline-block;
    line-height: 0;
    padding: 38px 75px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
    line-height: 0;
    max-width: 357px;
    width: 100%;
}

.forward-forum-sec .forward-forum-wrapper .forum-frwd img {
    width: 100%;
}

/* .frw-fo-sec{
    position: absolute;
    top: 55%;
    translate: 0 -50%;
    left: 0;
    right: 0;
} */

.frw-fo-sec .ttl-sec {
    font-weight: 500;
    font-size: 32px;
}

.frw-fo-sec .ttl-sec,
.frw-fo-sec p {
    color: rgba(86, 87, 89, 1);
}

.frw-fo-sec p {
    font-size: 15px;
}

.frw-fo-sec .box {
    color: rgba(86, 87, 89, 1);
}

.frw-fo-sec .register-slider .swiper-slide a {
    display: block;
    background: rgba(215, 236, 255, 1);
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.1);
    border-bottom-right-radius: 30px;
    margin: 25px 15px;
    padding: 25px;
    text-decoration: none;
}

.frw-fo-sec .register-slider .swiper-slide a:hover figure img {
    transform: scale(1.03);
}

.frw-fo-sec .register-slider .swiper-slide .upper-sec {
    padding-bottom: 25px;
}

.frw-fo-sec .register-slider .swiper-slide .upper-sec h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
    line-height: 1;
}

.frw-fo-sec .register-slider .swiper-slide .bottom-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.frw-fo-sec .register-slider .swiper-slide .bottom-sec figure {
    flex: 0 1 30%;
    line-height: 0;
}

.frw-fo-sec .register-slider .swiper-slide .bottom-sec figure img {
    max-width: 100%;
    width: 100%;
    /* aspect-ratio: 1.283; */
    object-fit: cover;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.1);
    border-bottom-right-radius: 30px;
    transition: .2s ease;
}

.frw-fo-sec .register-slider .swiper-slide .bottom-sec figcaption {
    flex: 1;
}

.frw-fo-sec .register-slider .swiper-slide .bottom-sec figcaption h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin: 2px 0;
}

.frw-fo-sec .register-slider .swiper-slide .bottom-sec figcaption p {
    margin: 0;
}

.frw-fo-sec .swiper-pagination {
    margin-top: 35px;
    position: unset;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: rgba(201, 201, 201, 1);
    --swiper-pagination-color: rgba(255, 203, 5, 1);
}

.frw-fo-sec .btm-info-sec {
    margin-top: 70px;
}

.frw-fo-sec .btm-info-sec h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(0, 97, 175, 1);
}

.frw-fo-sec .btm-info-sec h4 span {
    display: block;
    color: rgba(86, 87, 89, 1);
}

.frw-fo-sec .btm-info-sec p {
    font-weight: 400;
    font-size: 20px;
}

.form-footer.forum-upd-footer {
    background: rgba(0, 97, 175, 1);
}

.form-footer.forum-upd-footer .d-flex .colA ul li a,
.form-footer.forum-upd-footer .d-flex .colB p {
    color: #fff;
}

.forwarded-foot-bg {
    background: #0061af;
    color: #fff;
}

/* End Forward forum */

.page-id-3643 .course-details-scroll-header.elementor-element {
    display: unset;
}

/* Achievement Milestones */
.achievement-milestones-content {
    .elementor-widget-n-tabs .e-n-tabs-heading {
        border-radius: 0px 10px 0px 0px;
        background: transparent;
        border-bottom: 1px solid #dfdfdf;
        justify-content: left;
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
        color: var(--font-color);
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]:hover {
        background-color: var(--nav-primary) !important;
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
        color: var(--font-color);
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {
        background-color: var(--nav-primary) !important;
    }
}

.general-achyear {
    font-weight: 700;
    font-size: 21px;
}

/* End Achievement Milestones */

.forwardedforum-modalheading {
    text-align: center;
    color: var(--nav-primary);
    margin-bottom: 1rem;
}

/* Style for the select dropdown */
.dowloadReceipt select {
    background-color: var(--nav-primary);
    color: white;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
    text-align: center;
}

/* Add a down arrow symbol */
.dowloadReceipt select::after {
    content: "▼";
    /* Downward arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: white;
}

/* Style for the option elements */
.dowloadReceipt option {
    background-color: white;
    color: black;
    padding: 5px 10px !important;
    border-bottom: 1px solid #ccc;
}

.dowloadReceipt option:hover {
    background-color: var(--nav-primary);
    color: #fff
}

.dowloadReceipt {
    text-align: right;
    margin-bottom: 1rem;
}


/********New my profile css 15 may*********/

/*******************/

.acc-crt-wrap .acc-crt .acc-crt-item {
    display: none;
}

.acc-crt-wrap .acc-crt.active .acc-crt-btn::after {
    transform: rotate(180deg);
}

.acc-crt-wrap .acc-crt .acc-crt-btn {
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.acc-crt-wrap .acc-crt .acc-crt-btn::after {
    padding-top: 22px;
    content: '';
    width: 16px;
    aspect-ratio: 16/9;
    background-image: url(../images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: .4s ease;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group {
    position: relative;
    height: fit-content;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .error-message {
    bottom: auto;
    top: 100%;
    font-size: 11px;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .upload-section .error-message {
    font-weight: 400;
    left: auto;
    right: 0;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group:has(.upload-section) {
    grid-column: span 2;
}

.my-profile-refer .upload-section .upload-btn {
    padding: 12px 10px;
}

.acc-crt-wrap .acc-crt .acc-crt-item {
    display: none;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group {
    position: relative;
    height: fit-content;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .error-message {
    bottom: auto;
    top: 100%;
    font-size: 11px;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .upload-section .error-message {
    font-weight: 400;
    left: auto;
    right: 0;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group:has(.upload-section) {
    grid-column: span 2;
}

.my-profile-refer .upload-section .upload-btn {
    padding: 12px 10px;
}

/********New my profile css 15 may*********/


.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    color: #0061af !important;
}


.learners-say-slider.slick-initialized.slick-slider.slick-dotted button.slick-arrow {
    display: none !important;
}


/* --- Modal Content --- */
#mobileUpdateModal .modal-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(60, 60, 90, 0.18), 0 1.5px 6px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    border: 1px solid #e5e7eb;
    max-width: 420px;
    margin: auto;
    position: relative;
}

/* --- Close Button --- */
#mobileUpdateModal .close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobileUpdateModal .close:before,
#mobileUpdateModal .close:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2.5px;
    background: #22223b;
    border-radius: 2px;
}

#mobileUpdateModal .close:before {
    transform: rotate(45deg);
}

#mobileUpdateModal .close:after {
    transform: rotate(-45deg);
}

/* --- Modal Title --- */
#mobileUpdateModal .modal-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
    color: #22223b;
    letter-spacing: 0.01em;
}

/* --- Form Layout --- */
#mobileUpdateModal form {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

/* --- Input Fields --- */
#mobileUpdateModal input[type="text"],
#mobileUpdateModal input[type="number"] {
    width: 100%;
    padding: 0.5rem 0.8rem;
    border: 1.2px solid #d1d5db;
    border-radius: 7px;
    font-size: 0.98rem;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    margin-bottom: 0.1rem;
}

#mobileUpdateModal input[type="text"]:focus,
#mobileUpdateModal input[type="number"]:focus {
    border-color: #5e60ce;
    box-shadow: 0 0 0 2px #bdbdfc33;
    background: #fff;
}

/* --- OTP Section --- */
#mobileUpdateModal .otp-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

#mobileUpdateModal .otp-section input[type="text"] {
    flex: 1 1 60%;
    min-width: 0;
    margin-bottom: 0;
}

#mobileUpdateModal .otp-section .resend-link {
    color: #5e60ce;
    font-weight: 500;
    font-size: 0.97rem;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0.2rem;
    margin-left: 0.2rem;
    align-self: center;
    transition: color 0.18s;
}

#mobileUpdateModal .otp-section .resend-link:hover {
    color: #3f3d56;
}

/* --- Success & Error Messages --- */
#mobileUpdateModal .success-message,
#mobileUpdateModal .mobile-success {
    color: #219150;
    background: #e6f9ed;
    border-left: 3px solid #219150;
    padding: 0.35rem 0.7rem;
    border-radius: 5px;
    margin: 0.1rem 0 0.3rem 0;
    font-size: 0.97rem;
    text-align: left;
    font-weight: 500;
}

#mobileUpdateModal .error-message,
#mobileUpdateModal .mobile-error {
    color: #e63946;
    background: #fff0f3;
    border-left: 3px solid #e63946;
    padding: 0.35rem 0.7rem;
    border-radius: 5px;
    margin: 0.1rem 0 0.3rem 0;
    font-size: 0.97rem;
    text-align: left;
    font-weight: 500;
}

/* --- Labels --- */
#mobileUpdateModal label {
    font-weight: 500;
    color: #22223b;
    margin-bottom: 0.15rem;
    display: block;
    letter-spacing: 0.01em;
    font-size: 0.97rem;
}

/* --- Instructions --- */
#mobileUpdateModal .instructions {
    background: #f6f7fb;
    color: #444;
    border-radius: 6px;
    padding: 0.6rem 0.8rem;
    font-size: 0.97rem;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    line-height: 1.5;
    border-left: 3px solid #5e60ce;
}

/* --- Modal Footer & Button --- */
#mobileUpdateModal .modal-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 0;
}

#mobileUpdateModal .modal-footer .btn,
#mobileUpdateModal button[type="submit"] {
    background: var(--nav-primary);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 0.55rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s;
    box-shadow: 0 2px 8px rgba(60, 60, 90, 0.08);
    min-width: 100px;
    margin-left: 0;
}

#mobileUpdateModal .modal-footer .btn:hover,
#mobileUpdateModal button[type="submit"]:hover {
    background: #033e6e;
}

/* --- Compact Spacing --- */
#mobileUpdateModal .modal-content>*:not(:last-child) {
    margin-bottom: 0.5rem;
}

#mobileUpdateModal .get-otp-links {
    position: absolute;
    top: 57.5% !important;
    transform: translateY(-50%);
    color: var(--nav-primary);
    right: 1.625rem;
    text-decoration: none;
    left: auto !important;
    font-size: .85rem;
}

#mobileUpdateModal a#mobileUpdate_booking_resend_otp {
    right: 1rem !important;
    top: 50% !important;
}

div#mobileUpdateModal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

div#mobileUpdateModal .modal-body ol {
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.35rem;
}

#mobileUpdate_otp_container {
    margin-bottom: 1rem !important;
}

#NewMobileSuccess {
    color: #219150;
    background: linear-gradient(90deg, #e6f9ed 80%, #d2f7e3 100%);
    border-left: 4px solid #219150;
    border-radius: 7px;
    padding: 0.6rem 1rem;
    margin: 0.5rem 0 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(33, 145, 80, 0.07);
    letter-spacing: 0.01em;
    transition: background 0.2s, color 0.2s;
    text-align: left;
    align-items: center;
    min-height: 40px;
    line-height: 1.5;
}

#NewMobileSuccess #countdownTimer1 {
    color: #219150;
    font-size: .8rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.0em;
}

div#NewMobileError {
    font-size: 13px;
    top: -15px;
}


/* --- Responsive --- */
@media (max-width: 600px) {
    #mobileUpdateModal .modal-content {
        padding: 1rem 0.3rem 1rem 0.3rem;
        max-width: 98vw;
    }

    #mobileUpdateModal .modal-title {
        font-size: 1rem;
    }

    #mobileUpdateModal .modal-footer {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* ---Email Modal Content --- */
#emailUpdateModal .modal-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(60, 60, 90, 0.18), 0 1.5px 6px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    border: 1px solid #e5e7eb;
    max-width: 420px;
    margin: auto;
    position: relative;
}

/* --- Close Button --- */
#emailUpdateModal .close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#emailUpdateModal .close:before,
#emailUpdateModal .close:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2.5px;
    background: #22223b;
    border-radius: 2px;
}

#emailUpdateModal .close:before {
    transform: rotate(45deg);
}

#emailUpdateModal .close:after {
    transform: rotate(-45deg);
}

/* --- Modal Title --- */
#emailUpdateModal .modal-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
    color: #22223b;
    letter-spacing: 0.01em;
}

/* --- Form Layout --- */
#emailUpdateModal form {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

/* --- Input Fields --- */
#emailUpdateModal input[type="text"],
#emailUpdateModal input[type="number"],
#emailUpdateModal input[type="email"] {
    width: 100%;
    padding: 0.5rem 0.8rem;
    border: 1.2px solid #d1d5db;
    border-radius: 7px;
    font-size: 0.98rem;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    margin-bottom: 0.1rem;
    padding-right: 64px;
}

#emailUpdateModal input[type="text"]:focus,
#emailUpdateModal input[type="number"]:focus {
    border-color: #5e60ce;
    box-shadow: 0 0 0 2px #bdbdfc33;
    background: #fff;
}

/* --- OTP Section --- */
#emailUpdateModal .otp-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

#emailUpdateModal .otp-section input[type="text"] {
    flex: 1 1 60%;
    min-width: 0;
    margin-bottom: 0;
}

#emailUpdateModal .otp-section .resend-link {
    color: #5e60ce;
    font-weight: 500;
    font-size: 0.97rem;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0.2rem;
    margin-left: 0.2rem;
    align-self: center;
    transition: color 0.18s;
}



#emailUpdateModal a#emailUpdate_resend_otp {
    right: 1rem !important;
    top: 48% !important;
}

#emailUpdateModal span#otp_verified_email {
    right: 2rem !important;
}

#emailUpdateModal .otp-section .resend-link:hover {
    color: #3f3d56;
}

/* --- Success & Error Messages --- */
#emailUpdateModal .success-message,
#emailUpdateModal .mobile-success {
    color: #219150;
    background: #e6f9ed;
    border-left: 3px solid #219150;
    padding: 0.35rem 0.7rem;
    border-radius: 5px;
    margin: 0.1rem 0 0.3rem 0;
    font-size: 0.97rem;
    text-align: left;
    font-weight: 500;
}

#emailUpdateModal .error-message,
#emailUpdateModal .mobile-error {
    color: #e63946;
    background: #fff0f3;
    border-left: 3px solid #e63946;
    padding: 0.35rem 0.7rem;
    border-radius: 5px;
    margin: 0.1rem 0 0.3rem 0;
    font-size: 0.97rem;
    text-align: left;
    font-weight: 500;
}

/* --- Labels --- */
#emailUpdateModal label {
    font-weight: 500;
    color: #22223b;
    margin-bottom: 0.15rem;
    display: block;
    letter-spacing: 0.01em;
    font-size: 0.97rem;
}

/* --- Instructions --- */
#emailUpdateModal .instructions {
    background: #f6f7fb;
    color: #444;
    border-radius: 6px;
    padding: 0.6rem 0.8rem;
    font-size: 0.97rem;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    line-height: 1.5;
    border-left: 3px solid #5e60ce;
}

/* --- Modal Footer & Button --- */
#emailUpdateModal .modal-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 0;
}

#emailUpdateModal .modal-footer .btn,
#emailUpdateModal button[type="submit"] {
    background: var(--nav-primary);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 0.55rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s;
    box-shadow: 0 2px 8px rgba(60, 60, 90, 0.08);
    min-width: 100px;
    margin-left: 0;
}

#emailUpdateModal .modal-footer .btn:hover,
#emailUpdateModal button[type="submit"]:hover {
    background: #033e6e;
}

/* --- Compact Spacing --- */
#emailUpdateModal .modal-content>*:not(:last-child) {
    margin-bottom: 0.5rem;
}

#emailUpdateModal .get-otp-links {
    position: absolute;
    top: 58% !important;
    transform: translateY(-50%);
    color: var(--nav-primary);
    right: 1.625rem;
    text-decoration: none;
    left: auto !important;
    font-size: .85rem;
}

div#emailUpdateModal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

div#emailUpdateModal .modal-body ol {
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.35rem;
}

#emailUpdate_otp_container {
    margin-bottom: 1rem !important;
}

#NewEmailSuccess {
    color: #219150;
    background: linear-gradient(90deg, #e6f9ed 80%, #d2f7e3 100%);
    border-left: 4px solid #219150;
    border-radius: 7px;
    padding: 0.6rem 1rem;
    margin: 0.5rem 0 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(33, 145, 80, 0.07);
    letter-spacing: 0.01em;
    transition: background 0.2s, color 0.2s;
    text-align: left;
    align-items: center;
    min-height: 40px;
    line-height: 1.5;
}

#NewEmailSuccess #countdownTimer1 {
    color: #219150;
    font-size: .8rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.0em;
}

div#NewEmailError {
    font-size: 13px;
    top: -15px;
}

a#elevatechatboat img {
    width: 31px;
    height: auto;
}

a#elevatechatboat {
    margin: 0 auto;
    padding-bottom: 6px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    #emailUpdateModal .modal-content {
        padding: 1rem 0.3rem 1rem 0.3rem;
        max-width: 98vw;
    }

    #emailUpdateModal .modal-title {
        font-size: 1rem;
    }

    #emailUpdateModal .modal-footer {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* css
File Path : wp-content/themes/edali-child/assets/css/elevate-wp-style.css
*/
/*!
 * Elevate Elevate Wp Style  v0.0.2
 * COPYRIGHT @ NIIT 2025. All rights reserved
 * Licensed under NIIT
 */
:root {
    --font-color: #565759;
    --nav-primary: #0061af;
    --primary-light: #48A7FF;
    --nav-secondry: #ffcb05;
    --white: #ffffff;
    --black: #000000;
    --footer-bg: #231f20;

    --primary-font: 'Effra', sans-serif;
}

.product-details-link {
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 1.5rem;
}

.btn-search-popp {
    color: var(--white);
    /* margin: 1rem auto 0; */
    width: 100%;
    margin-top: 20px;
    text-align: left;
    padding: 0;
    font-size: 16px;
}

/* button.btn-close:hover {
    transition: transform 0.5s ;
    transform: rotate(180deg);
} */

.page-title-area.item-bg1.jarallax {
    display: none;
}

.cn-options .box-check .form-check-input:checked+label .cn-options-image {
    display: block;
}

.nav-course-btn .elementor-button-link.active-nav {
    background-color: var(--nav-primary) !important;
    color: var(--white) !important;
}

.nav-course-btn .elementor-button-link:hover {
    background-color: var(--nav-secondry) !important;
    color: var(--white) !important;
}

.nav-course-btn .elementor-button-link:hover svg * {
    fill: var(--white);
}

.nav-course-btn .elementor-button-link svg {
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.nav-course-btn .elementor-button-link.active-nav svg {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.nav-course-btn .elementor-button-link.active-nav svg * {
    fill: var(--white) !important;
}

.nav-action-btn .elementor-button-link.active-nav#nav-main-search-ic svg *,
.nav-action-btn .elementor-button-link#nav-main-search-ic:hover svg * {
    fill: var(--nav-secondry) !important;
}

.nav-action-btn .elementor-button-link.active-nav#nav-main-user-ic svg *,
.nav-action-btn .elementor-button-link#nav-main-user-ic:hover svg * {
    stroke: var(--nav-secondry) !important;
}

.nav-action-btn .elementor-button-link.active-nav#hamburger-menu-nav-ic svg *,
.nav-action-btn .elementor-button-link#hamburger-menu-nav-ic:hover svg * {
    fill: var(--nav-secondry) !important;
}


.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.product-details-you-may-also-section .section-title-row {
    margin-bottom: 4rem;
    margin-top: 1rem;
}

.advantage-section .section-title {
    text-align: center;
    margin-bottom: 0px;
}


/* Sub header */
.submenu-header-menu {
    z-index: -1;
    padding: 0;
    background-color: #EBEBEBc7;
    /* background-color: #ffffff80; */
    backdrop-filter: blur(0.625rem);
}

.course-details-scroll-header ul.elementor-icon-list-items {
    width: 100%;
}

.course-details-scroll-header .elementor-icon-list-item span.elementor-icon-list-text {
    border-bottom: 3px solid transparent;
    padding: 13px 0 8px 0;
    color: var(--font-color);
    font-family: var(--primary-font);
}

.course-details-scroll-header .elementor-icon-list-item span.elementor-icon-list-text.active {
    border-bottom: 3px solid #ffcb05;
}

.course-details-scroll-header .elementor-inline-items {
    justify-content: space-around;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.course-details-scroll-header .elementor-widget-container {
    overflow: auto !important;
}

.course-details-scroll-header .elementor-widget-container::-webkit-scrollbar {
    height: 3px;
}

.course-details-scroll-header .elementor-widget-container::-webkit-scrollbar-thumb {
    border-radius: 0rem;
    background-color: #d4d4d4;
}

.course-details-scroll-header .elementor-widget-container::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.course-details-scroll-header ul.elementor-icon-list-items.elementor-inline-items {
    flex-wrap: nowrap;
}

.submenu-list-container .e-con-inner {
    padding: 0;
}

/* About Us page */

.about-us-section-inner .about-hero-banner img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

/* .learners-testimonials-section > .container {
    padding-right: 0;
} */

#nav-business #pills-tabContent {
    display: none;
}

.directchat-stickey-link {
    display: none;
}
/*
.home-herobanner,
.course-details-banner-inner .schedular-table {
    visibility: hidden;
}*/

.search-inner-overlay .search-input-section .input-group {
    flex-wrap: nowrap;
}

.cn-options-image.navigator-active {
    display: none !important;
}

.cn-options-image.navigator-inactive {
    display: block !important;
}

.hidden-img {
    .cn-options-image.navigator-active {
        display: block !important;
    }

    .cn-options-image.navigator-inactive {
        display: none !important;
    }
}


.coupon-code-items br {
    display: none;
}

.coupon-code-items {
    padding: 15px 0 10px 0 !important;
}

#scholarship-coupon-offer .modal-body {
    padding-top: 0;
}
/* css
File Path : wp-content/plugins/elevate-profile-journey-form/css/bfsistyle.css
*/
/*#bfsiFeeSec .accordion-header.active{border: 0;margin-bottom:10px}
#bfsiFeeSec .accordion-header .accordion-button{padding: 15px 10px;font-weight: bold;}
#bfsiFeeSec .accordion-header.active .accordion-button{background: #cfe2ff;color: #052c65;border-radius: 10px 10px 0px 0px;padding: 15px;}*/
.main-bfsi-class .disabled-content {
    pointer-events: none;
    filter: grayscale(1);
    opacity: .5;
    cursor: not-allowed;
}

#bfsiPaymentCompleteMsg {
    border: 1px solid #0061af;
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: 3rem;
}

.profile-img-box {
    margin: 0px auto;
}
section.mycourse-section .profile-img-box {
margin: revert;
}

/*#bfsiFeeSec .accordion-body{border-radius: 0px 0px 5px 5px;padding: 0px 10px;}
#bfsiFeeSec .accordion-body .finance-header-table{margin-bottom: 0px;}*/

.pdfContentText .logoPart .col-md-3.col-md-offset-9 {
    width: 100%;
    padding-right: 20px;
}

/* axis bank template css */

.common-detail-page.axibank-theme-section .fee-structure-table button.accordion-button {
    background: var(--axis-nav-primary) !important;
}

.axibank-theme-section button.primary-btns.outline_btn {
    background: none;
    color: var(--axis-nav-primary);
}

.axibank-theme-section .upload-btn span {
    color: var(--axis-nav-primary);
}

/* axis bank page css start here */
.axisbank-details-banner .course-details-banner-inner {
    background: var(--axis-nav-primary);
}

/* .axibank-theme-section .primary-btns, .axibank-theme-section .primary-btns:hover, .axibank-theme-section .primary-btns:focus {background-color: var(--axis-nav-primary); border: 1px solid var(--axis-nav-primary);} */
.axibank-theme-section .show-country-code {
    background: var(--axis-nav-primary);
}

.axibank-theme-section .finance-btns {
    background: var(--axis-nav-primary);
}

.axibank-theme-section .placement-number,
.axibank-theme-section .color-primary,
.axibank-theme-section .faq-section-accordion .accordion-button {
    color: var(--axis-nav-primary);
}

.axibank-theme-section .curriculum-cover-bullets li::before,
.axibank-theme-section .eligible-pointers li::before {
    background: var(--axis-nav-primary);
}

.axibank-theme-section .slick-dots li.slick-active button:before {
    background: var(--axis-nav-primary);
    color: var(--axis-nav-primary);
}

.axibank-theme-section .finance-option-apply,
.axibank-theme-section .learners-testimonials-section,
.axibank-theme-section .indep-cards {
    background: var(--light-grey);
}

.axibank-theme-section .eligible-apply {
    background: #E4E4E4;
}

.axibank-theme-section .form-check-input:checked {
    background-color: var(--axis-nav-primary);
    border-color: var(--axis-nav-primary);
    color: #fff;
}

.axibank-theme-section a {
    color: var(--axis-nav-primary);
}

.axibank-theme-section .cd-horizontal-links .nav-link.active {
    border-color: var(--axis-nav-primary);
}

.axibank-theme-section .cd-horizontal-links .nav-link.active {
    border-color: var(--axis-nav-primary);
}

.axibank-theme-section .multi-steps>li.is-active:before {
    background: var(--light-grey);
    border-color: var(--light-grey);
    color: var(--axis-nav-primary);
    animation: inherit;
}

.axibank-theme-section li.step-1.is-active {
    color: var(--axis-nav-primary);
}

.axibank-theme-section .multi-steps>li:before {
    background: #E4E4E4;
    border-color: #E4E4E4;
}

.axibank-theme-section .edit-form-field {
    background: var(--axis-nav-primary);
}

.axibank-theme-section .multi-steps>li:after {
    background: var(--axis-nav-primary);
}

.axibank-theme-section .view-scholar-btn {
    color: var(--axis-nav-primary);
}

.axibank-theme-section .fee-structure-table .accordion-header {
    border-color: var(--axis-nav-primary);
}

.axibank-theme-section .maylike-course-slider .course-cards {
    padding-bottom: 30px;
}

.programe-pointers li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--axis-nav-primary);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 0.6rem;
}

.axibank-theme-section .learnersfour-slider .play-on-course-details {
    background: url(../images/axis-play-icon.svg);
    background-size: 100%;
}

.axibank-theme-section .faq-section-accordion .accordion-button::after {
    background-image: url(../images/axis-acc-plus-primary.svg);
    background-size: 100%;
}

.axibank-theme-section .faq-section-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/axis-acc-minus-primary.svg);
    rotate: 180deg;
}

.axibank-theme-section .multi-steps>li.is-active:after {
    background: var(--axis-nav-primary);
}

.axibank-theme-section.hdfcbank-theme-section .course-details-banner-inner {
    background: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .primary-btns,
.axibank-theme-section.hdfcbank-theme-section .primary-btns:hover,
.axibank-theme-section.hdfcbank-theme-section .primary-btns:focus {
    background-color: var(--hdfctheme-primary);
    border: 1px solid var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .show-country-code {
    background: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .finance-btns {
    background: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .placement-number,
.axibank-theme-section.hdfcbank-theme-section .color-primary,
.axibank-theme-section.hdfcbank-theme-section .faq-section-accordion .accordion-button {
    color: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .curriculum-cover-bullets li::before,
.axibank-theme-section.hdfcbank-theme-section .eligible-pointers li::before {
    background: var(--hdfctheme-secondary);
}

.hdfcbank-theme-section .programe-pointers li::before {
    background: var(--hdfctheme-secondary);
}

.axibank-theme-section.hdfcbank-theme-section .slick-dots li.slick-active button:before {
    background: var(--hdfctheme-secondary);
    color: var(--hdfctheme-secondary);
}

.hdfcbank-theme-section .skill-gain.section-equ.page-section.grey-skill-cntr {
    background: linear-gradient(180deg, #D9D9D9 0%, #fff 100%);
}

.axibank-theme-section.hdfcbank-theme-section .form-check-input:checked {
    background-color: var(--hdfctheme-primary);
    border-color: var(--hdfctheme-primary);
    color: #fff;
}

.axibank-theme-section.hdfcbank-theme-section a {
    color: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .cd-horizontal-links {
    background: none;
}

.axibank-theme-section.hdfcbank-theme-section .cd-horizontal-links .nav-link {
    color: #565759;
    font-size: 18px;
    font-weight: 400;
}

.axibank-theme-section.hdfcbank-theme-section .cd-horizontal-links .nav-link.active {
    border-color: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .multi-steps>li.is-active:before {
    background: var(--light-grey);
    border-color: var(--light-grey);
    color: var(--hdfctheme-primary);
    animation: inherit;
}

.axibank-theme-section.hdfcbank-theme-section li.step-1.is-active {
    color: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .edit-form-field {
    background: var(--hdfctheme-primary);
}

.simple-step-section {
    margin-top: 4rem;
}

.axibank-theme-section.hdfcbank-theme-section .fee-structure-table .accordion-header {
    border-color: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .view-scholar-btn {
    color: var(--hdfctheme-primary);
}

.hdfc-theme-section li.step-1.is-active {
    color: var(--hdfctheme-primary);
}

.axibank-theme-section.hdfcbank-theme-section .learnersfour-slider .play-on-course-details {
    background: url(../images/hdfc-play-icon.svg);
    background-size: 100%;
}

.axis_theme_box h5 {
    color: var(--axis-nav-primary);

}

.axis_theme_box button.primary-btns.test_btn {
    background: var(--axis-nav-primary);
}

.axis_theme_box span.timer {
    color: var(--axis-nav-primary);
}

.axibank-theme-section .application_head h5 {
    color: var(--axis-nav-primary);
}

.main-axis-class .course-card-slider .coursecard a.primary-btns.card-know-more {
    background-color: var(--nav-primary) !important;
    border: 1px solid var(--nav-primary) !important
}

.main-axis-class .course-details-overlay img.cd-icons {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    margin-right: 10px;
    margin-left: -30px;
}

.main-axis-class .highlight-details td td {
    position: relative;
    flex: 1 1 50%;
    padding: 0 0 20px 40px
}

.main-axis-class .highlight-details td {
    position: relative;
    flex: 1 1 50%;
    padding: 0 0 20px 40px
}

/* .main-axis-class ul.advanc-content-pointer li{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #565759;
} */
/*  */
/* .main-axis-class ul.advanc-content-pointer li img{width:31px!important;height:31px!important;object-fit:contain} */
.main-axis-class .taught-cover {
    margin-top: 0
}

.main-axis-class div#apply-how {
    margin-top: 0;
    margin-bottom: 0
}

/*.main-axis-class div#profiler{display:none}*/
.main-axis-class .faq-ask-ques {
    margin: 2rem 0
}

.main-axis-class .faq-section.section-equ {
    margin: 15px 0rem !important;
    margin-bottom: 2rem !important
}

/* .main-axis-class span.user-img img{height:105px;width:92px;object-fit:contain}
.main-axis-class .maylike-course-slider .review-user-box p.user-name{font-weight:700;font-size: 13px!important;line-height:16px;display:flex;flex-direction:row!important;align-items:center!important;justify-content:center!important}
.main-axis-class .indep-cards p{height:65px;overflow:hidden;font-size:14px} */
.main-axis-class .life-niit-univ {
    margin-top: -3rem
}

.main-axis-class .faq-section-accordion .accordion-button:not(.collapsed)::after {
    background-size: auto !important;
}

.main-axis-class table.highlight-details tr td span.secondry-color {
    color: #fff;
}

.main-axis-class ul.curriculum-cover-bullets>b {
    /* margin-left: -15px; */
    margin-bottom: 15px;
    display: block;
}

.main-axis-class .finance-title h1 {
    text-align: left;
}

/* .main-axis-class .finance-title{
    margin-top: -8rem;
} */

/* for fees screen */
.application_head h5 {
    color: var(--hdfc-nav-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 6px;
}

.main-axis-class .application_head h5 {
    color: var(--axis-nav-primary);
}

.main-axis-class .complete_application_box h5 {
    color: var(--axis-nav-primary);
}

.main-axis-class span.timer {
    color: var(--axistheme-primary);
}

button.primary-btns.btn-receipt.test_btn .download-icon {
    background-image: url(../images/download-icon-white.svg);
    float: left;
    top: 4px;
    position: relative;
    right: 8px;
}

.main-axis-class .slick-dots li.slick-active button:before {
    color: var(--axis-nav-secondry) !important;
    background: var(--axis-nav-secondry) !important;
}

.main-axis-class .next-batch-begin .schedular-next-batch.no-batch {
    font-size: 17px;
    margin-bottom: 3rem;
}

/* .main-axis-class span#application_id{color:#861f41} */
/* .main-axis-class .form-one-c-fields .accordion-button{background:#861f41} */
/* .main-axis-class .long-form-fields-ic .career-details-questions .form-select{--bs-form-select-bg-img:unset!important} */
.main-axis-class button#hdfcsaveData {
    border-color: #861f41;
    color: #861f41
}

.main-axis-class .upload-btn span {
    font-size: 14px;
    color: #861f41
}

.main-axis-class .upload-btn {
    border: 1px solid #861f41
}

.main-axis-class a,
.main-axis-class a:hover {
    text-decoration: none
}

.main-axis-class .application-form-header.with-subheading-heading span {
    color: #861f41
}

.main-axis-class a.download-icon {
    display: none
}

.main-axis-class .circleelevate-succ {
    fill: #861f41
}

.main-axis-class .btn-text-color {
    color: var(--axis-nav-primary);
}

.main-hdfc-class .btn-text-color {
    color: var(--hdfc-nav-primary);
}

footer.footer {
    margin-bottom: -25px !important;
}



/*mobile media css*/
@media screen and (max-width:767px) {

    .main-axis-class .finance-title {
        margin-top: 0rem;
    }

    .main-axis-class .course-details-overlay img.cd-icons {
        position: relative !important;
        width: 20px;
        height: 20px;
        margin-left: -30px !important;
        left: -0px !important;
    }

    .main-axis-class .faq-section-accordion .accordion-button:not(.collapsed)::after {
        background-image: url(../images/axis-acc-minus-primary.svg) !important;
    }

    .main-axis-class table.highlight-details tr td {
        position: relative;
        flex: 1 1 50%;
        padding: 0 0 20px 40px;
    }

    .main-axis-class table.highlight-details tr td {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .main-axis-class .cd-highlights p {
        font-weight: 700;
        line-height: 30px;
        margin-top: 30px;
    }

    .main-axis-class h6.upcoming-batch-heading {
        font-family: Effra Trial;
        font-weight: 700;
        font-size: 18px;
        line-height: 21.38px;
    }



    .main-axis-class .section-title h1 {
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .main-axis-class h5.advanc-content-head {
        font-weight: 700;
        font-size: 20px;
        line-height: 23.76px;
        text-align: center;
    }


    .main-axis-class ul.advanc-content-pointer li {
        gap: 0 !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0px;
        padding-right: 0;
    }



    .main-axis-class ul.advanc-content-pointer {
        margin-top: 2rem;
        gap: 2rem;
    }



    .main-axis-class .advantages-content.build-placement ul.advanc-content-pointer li {
        font-weight: 400;
        font-size: 12px;
        line-height: 14.26px;
        text-align: center;
    }


    .main-axis-class .advantages-content.build-placement ul.advanc-content-pointer li span {
        margin-bottom: 5px;
        padding: 0 15px;
    }

    .main-axis-class .certificate-image-sec img {
        margin-top: 20px;
    }

    .main-axis-class .advantage-niit-section-post .col-md-6 {
        padding: 0;
    }

    .main-axis-class .build-placement .advanc-content-pointer li:not(:last-child)::after {
        right: -10px
    }


    .main-axis-class .section-title h2 {
        font-weight: 700;
        font-size: 29px;
        line-height: 23.76px;
        text-align: center;
    }


    .main-axis-class .e-con-full.careerpath-img .elementor-widget-container p {
        max-width: 150px;
        font-weight: 400;
        font-size: 11px !important;
        line-height: 14px;
        margin-top: -1rem;
    }



    .main-axis-class .skill-gain {
        margin: 0 0 !important;
        padding: 10px 0;
    }

    .main-axis-class .skills-parameter li img.skill-img {
        height: 21px;
    }

    .main-axis-class .skills-parameter li {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        gap: 5px;
        grid-template-columns: 33px 1fr;
    }



    .main-axis-class div#taught-what .section-title {
        margin-bottom: 0;
    }

    .main-axis-class ul.curriculum-cover-bullets li {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .main-axis-class .curriculum-cover-bullets li::before {
        width: 9px;
        height: 9px;
    }

    .main-axis-class .eligible-apply {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .main-axis-class ul.eligible-pointers li {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }



    .main-axis-class ul.eligible-pointers {
        padding: 0 30px;
    }

    .main-axis-class div#apply-how {
        margin-top: 0;
    }

    .main-axis-class .stepsdetails p {
        /* font-weight: 400; */
        font-size: 14px !important;
        line-height: 16.63px;
        text-align: center;
    }

    .main-axis-class .stepsdetails span {
        margin-top: 5px;
        display: block;
    }



    .main-axis-class .career-details-questions {
        margin-top: 4rem;
    }

    .main-axis-class div#finance-options {
        background: #E5E5E566;
        padding-top: 30px;
    }

    .main-axis-class div#finance-options-link {
        padding: 0;
    }

    .main-axis-class p.finance-text {
        /*        font-weight: 400;*/
        font-size: 16px !important;
        line-height: 20px;
        text-align: center;
        margin: -1rem 35px 1rem;
        color: #565759;
    }

    .main-axis-class ul.finance-options {
        padding-bottom: 15px;
    }

    .main-axis-class ul.finance-options li {
        /*        font-weight: 400;*/
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .main-axis-class .finance-content-details {
        padding: 20px 15px;
        margin: 5px;
        box-shadow: 6px 6px 23px 1px #347CD01A;
    }

    .main-axis-class th.options-header {
        font-family: Effra Trial;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0%;
    }

    .main-axis-class td.optn-payment {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .main-axis-class td.dynamic-number {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        text-align: right;
        display: flex;
    }

    .main-axis-class .table.finance-table thead tr th.options-header:last-child {
        text-align: left;
    }

    .main-axis-class span.finance-note {
        margin: 20px 0;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
    }

    .main-axis-class button.finance-btns {
        box-shadow: 6px 6px 23px 1px #347CD01A;
        height: 35px;
        border-radius: 60px;
        font-weight: 400;
        font-size: 14px;
        line-height: 12px;
        text-align: center;
    }

    .main-axis-class .main-axis-class .faq-section-accordion .accordion-button {
        color: var(--axis-nav-primary);
        font-family: Effra Trial;
        font-weight: 400;
        line-height: 24px;
    }


    .main-axis-class div#accordionFlushExample .accordion-item h2 button {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 24px;
        color: #861F41;
    }

    .main-axis-class .learners-testimonials-section {
        padding-top: 15px;
        padding-bottom: 30px;
        margin-top: -26px !important;
        margin-left: -10px;
        padding-left: 10px;
    }

    /*.main-axis-class .schedular-table .slick-track {
        margin-left: -6.5rem;
    }*/
    .main-axis-class table.highlight-details tr td span.secondry-color {
        color: #fff;
    }

    .main-axis-class .faq-ask-ques {
        margin-top: -10px;
        background: #fff;
        border-radius: 30px 30px 0 0;
        box-shadow: 6px 6px 23px 1px #347CD01A;
        padding-top: 10px
    }

    .main-axis-class {
        background: #fff
    }

    .main-axis-class .finance-option-content {
        padding-bottom: 30px
    }

    .main-axis-class .faq-ask-ques .section-title h1 {
        margin: 0 15px
    }

    .main-axis-class .faq-ask-ques .section-title {
        margin-bottom: 0
    }

    .main-axis-class .faq-section-inner {
        margin-top: -1rem
    }

    .main-axis-class .learner_stroies {
        margin: 0;
        padding: 0
    }

    .main-axis-class .main-axis-class .learners-testimonials-section {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-top: -25px !important;
        margin-left: -10px;
        padding-left: 10px;
        background: #e5e5E566
    }

    .main-axis-class .course-caurosal {
        margin-top: 1rem
    }

    .main-axis-class .testimonial-card-inner {
        padding: 30px
    }

    .main-axis-class span.user-img img {
        width: 90px;
        height: 120px;
        object-fit: cover
    }

    .main-axis-class span.user-img {
        overflow: hidden;
        border-radius: 6px
    }

    .main-axis-class .indep-cards p {
        height: 125px;
        overflow: hidden
    }

    .main-axis-class .liftAt-niit {
        background: #fff;
        margin-top: -50px;
    }

    .main-axis-class .careerpath-axis {
        margin: -20px 0 -5px;
    }

    /*    .main-axis-class div#profiler {display: none;}*/
    .main-axis-class .bottom-fixed-actionbar {
        padding: 5px 0
    }

    .main-axis-class .btm-item i {
        height: 21px !important;
        width: 21px !important;
        color: #fff !important
    }

    .main-axis-class .inner-fixed-actions .btm-item span {
        font-family: Effra Trial;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        margin-top: 5px
    }

    .main-axis-class .career-details-questions {
        margin-top: 2rem
    }

    .main-axis-class div#taught-what {
        padding-top: 2rem
    }

    .main-axis-class .taught-cover-content-inner.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0
    }

    .main-axis-class .faq-section.section-equ {
        margin: 15px 0 !important;
        margin-bottom: 2rem !important
    }

    .main-axis-class .maylike-course-slider .review-user-box p.user-name {
        font-weight: 700;
        font-size: 13px !important;
        line-height: 16px;
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important
    }

    .main-axis-class .maylike-course-slider .review-user-box {
        gap: 10px;
        padding: 2px 0
    }

    .main-axis-class .faq-section.section-equ {
        margin: 15px 0 !important;
        margin-bottom: 2rem !important
    }

    .main-axis-class ul.advanc-content-pointer li {
        padding-right: 0
    }

    .main-axis-class #taught-what {
        margin-top: 15px
    }

    .main-axis-class .learners-testimonials-section {
        padding-top: 25px;
        padding-bottom: 30px;
        margin-top: -26px !important;
        margin-left: -10px;
        padding-left: 10px
    }

    .main-axis-class .indep-cards {
        padding: 30px
    }

    .main-axis-class .maylike-course-slider .review-user-box p.user-name {
        font-size: 16px
    }

    .main-axis-class .liftAt-niit {
        background: #fff;
        margin-top: -50px
    }

    .main-axis-class .curriculum-cover-bullets {
        padding: 15px 20px 10px 30px;
    }

    .main-axis-class ul.curriculum-cover-bullets>b {
        font-weight: 700;
        font-size: 20px;
        line-height: 23.76px;
        margin-bottom: 15px;
        display: block;
        margin-left: -15px;
    }

    .main-axis-class .next-batch-begin .schedular-next-batch.no-batch {
        font-size: 14px;
        margin-bottom: 3rem;
    }

    /*    hdfc page css start*/

    .hdfc-main-page .course-details-scroll-header .elementor-icon-list-item span.elementor-icon-list-text.active {
        border-bottom: 3px solid #004C8F;
    }

    .hdfc-main-page .highlight-details td .secondry-color {
        color: #ffffff;
    }

    .hdfc-main-page .section-title h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .hdfc-main-page .advanc-content-head {
        font-size: 20px;
    }

    .hdfc-main-page .skill-gain-content-inner {
        margin-bottom: 0;
    }

    .hdfc-main-page .curriculum-cover-bullets li::before,
    .hdfc-main-page .eligible-pointers li::before {
        background: #ED232A;
    }

    .hdfc-main-page .slick-dots li.slick-active button:before {
        color: #ED232A;
        background: #ED232A;
    }

    .hdfc-main-page .finance-option-apply,
    .hdfc-main-page .leanrer-sect .learners-testimonials-section {
        background-color: #EBEBEB;
    }

    .hdfc-main-page .finance-options-buttons {
        max-width: 100%;
    }

    .hdfc-main-page .finance-option-apply {
        padding-bottom: 50px;
    }

    .hdfc-main-page .faqsection {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        margin-top: -20px;
        z-index: 1;
        background: #fff;
        padding: 0;
    }

    .hdfc-main-page .faq-section.section-equ {
        margin: 0 0 40px;
    }

    .hdfc-main-page .faq-section .section-title {
        margin-bottom: 0;
    }

    .hdfc-main-page .skill-gain-content-inner {
        margin-bottom: 0;
    }

    .hdfc-main-page .skills-parameter li {
        color: #565759;
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
    }

    .hdfc-main-page .faqsection .section-title {
        margin-top: 40px;
    }

    .hdfc-main-page .leanrer-sect .section-title {
        margin-top: 0;
    }

    .hdfc-main-page .you-may-like.section-equ.expert-faculty-cou {
        margin: 0;
    }

    .hdfc-main-page .product-details-you-may-also-section .section-title-row {
        margin-bottom: 0;
    }

    .hdfc-main-page .placement-number {
        color: #004C8F;
    }

    .hdfc-main-page .skills-parameter {
        grid-template-columns: 1fr 1fr;
    }

    .hdfc-main-page .skill-gain .section-equ {
        margin-top: 0;
    }

    .hdfc-main-page .skill-gain .section-title {
        margin-bottom: 0;
    }

    .hdfc-main-page #skill-gain-what {
        margin-bottom: 0;
        gap: 0;
    }

    .hdfc-main-page #taught-what .section-equ {
        margin-top: 0;
    }

    .hdfc-main-page #check-eligible {
        padding: 0;
    }

    .hdfc-main-page #finance-options-link {
        padding: 0;
    }

    .hdfc-main-page .highlight-details td {
        vertical-align: top;
    }

    .hdfc-main-page #apply-how .section-title {
        margin-bottom: 0;
    }

    .hdfc-main-page #apply-how {
        margin: 2rem 0 0;
    }

    .hdfc-main-page .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }

    .hdfc-main-page .you-may-like.section-equ>.container {
        padding: 0;
    }

    .hdfc-main-page .quality-demand-sec .advanc-content-pointer li {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #565759;
    }

    .hdfc-main-page .dynamic-number {
        font-weight: 400;
    }

    .hdfc-main-page #taught-what {
        gap: 0;
    }

    .hdfc-main-page table.highlight-details tr td {
        position: relative;
        flex: 1 1 50%;
        padding: 0 0 20px 40px;
    }

    .hdfc-main-page .course-details-overlay img.cd-icons {
        position: relative !important;
        width: 20px;
        height: 20px;
        margin-left: -20px !important;
        left: -10px !important;
    }

    .hdfc-main-page .finance-text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    /*    hdfc page css end*/
}
/* Ai css
File Path : wp-content/themes/edali-child/assets/css/aistyle.css
*/
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(transparent, var(--nav-primary), transparent);
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.chat-container {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    z-index: 99999999;
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
    .chat-container {
        background: linear-gradient(135deg, #18191c 0%, #232326 100%);
    }

    .chat-body {
        background: transparent;
        color: #e0e0e0;
    }

    .chat-message.bot {
        background: #232326;
        border: 1px solid #393a3d;
        color: #e0e0e0;
    }

    .chat-message.bot .message-content pre,
    .chat-message.bot .message-content code {
        background: #18191c;
    }

    .chat-message.user {
        background: #0263b5;
        color: #ffffff;
    }
}

.chat-header {
    background: linear-gradient(90deg, #0263b5 0%, #338edc 100%);
    color: #fff;
    padding: 0 40px;
    font-weight: 700;
    font-size: 1.35rem;
    box-shadow: 0 4px 20px rgba(2, 99, 181, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    height: 68px;
    min-height: 68px;
    max-height: 68px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.chat_headerContent {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.persona-avatar {
    display: none !important;
}

.persona-name {
    font-size: 1.18rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.persona-role {
    font-size: 0.98rem;
    color: #dbefff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.1;
}

.chat-header .status-dot {
    height: 8px;
    width: 8px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}

.chat_headerContent small {
    font-size: 12px;
    color: rgb(5, 206, 5);
}

.chat-header img[alt="close"] {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 26px;
    height: 26px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.chat-header img[alt="close"]:hover {
    opacity: 1;
}

.chat-body {
    flex-grow: 1;
    padding: 32px 0 24px 0;
    overflow-y: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    max-height: calc(100vh - 136px);
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #ffffff00 #23232600;
    padding: 2rem 15rem;
    transition: opacity 0.3s ease;
    /* Smooth transition when clearing chat */
}

/* Custom scrollbar for Webkit browsers (Chrome, Safari, etc.) */
.chat-body::-webkit-scrollbar {
    width: 8px;
    display: block;
}

.chat-body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    margin: 4px 0;
}

.chat-body::-webkit-scrollbar-thumb {
    background: #0263b5;
    border-radius: 4px;
}

.chat-body::-webkit-scrollbar-thumb:hover {
    background: #338edc;
}

#welcomeBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 340px;
    max-width: 950px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 36px 32px 28px 32px;
    z-index: 1;
}

body:not(.light-mode) #welcomeBox {
    background: #232326;
    border: 1px solid #393a3d;
    box-shadow: 0 8px 32px rgba(2, 99, 181, 0.10), 0 1.5px 6px rgba(0, 0, 0, 0.10);
}

#welcomeBox .welcome-message {
    text-align: center;
    margin-bottom: 24px;
}

#welcomeBox .welcome-message h4 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #0263b5;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    background: linear-gradient(90deg, #0263b5 0%, #338edc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body:not(.light-mode) #welcomeBox .welcome-message h4 {
    color: #fff;
    background: linear-gradient(90deg, #4a90e2 0%, #338edc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#welcomeBox .chat-suggestion {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dde8f3;
    text-align: center;
    box-shadow: 0 8px 32px rgba(2, 99, 181, 0.10), 0 1.5px 6px rgba(0, 0, 0, 0.04);
    padding: 30px;
}

body:not(.light-mode) #welcomeBox .chat-suggestion {
    background: #232326;
    border: 1px solid #393a3d;
    color: #e0e6f0;
}

#welcomeBox .chat-suggestion p {
    font-size: 1.5rem;
    color: #0263b5;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

body:not(.light-mode) #welcomeBox .chat-suggestion p {
    color: #e0e6f0;
}

#welcomeBox .chat-suggestion .btn {
    border: 1px solid #0263b5;
    margin: 4px 5px 4px 0;
    color: #0263b5;
    background: linear-gradient(135deg, #eaf3fa 0%, #f4f8fb 100%);
    border-radius: 8px;
    font-size: 0.98rem;
    padding: 7px 16px;
    font-weight: 500;
    box-shadow: none;
    transition: all 0.3s ease;
    letter-spacing: 0.1px;
    display: inline-block;
}

#welcomeBox .chat-suggestion .btn:hover {
    background: linear-gradient(135deg, #0263b5 0%, #338edc 100%);
    color: #fff;
    border: 1px solid #0263b5;
}

body:not(.light-mode) #welcomeBox .chat-suggestion .btn {
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
}

body:not(.light-mode) #welcomeBox .chat-suggestion .btn:hover {
    background: #338edc;
    color: #fff;
    border: 1px solid #338edc;
}

/* Responsive for mobile */
@media (max-width: 600px) {
    #welcomeBox {
        min-width: 0;
        max-width: 98vw;
        padding: 18px 6vw 18px 6vw;
    }

    #welcomeBox .welcome-message h4 {
        font-size: 2rem;
    }
}

.welcome-message,
.chat-suggestion {
    text-align: center;
}

.welcome-message {
    margin-bottom: 32px;
}

.welcome-message h4 {
    -webkit-background-clip: text;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    color: #0263b5;
}

.welcome-message p {
    font-size: 1.25rem;
    color: #338edc;
    margin-bottom: 0;
}

.chat-suggestion {
    margin-top: 10px;
    background: #fff;
    padding: 18px 16px;
    border-radius: 14px;
    border: 1px solid #dde8f3;
    box-shadow: 0 2px 8px rgba(2, 99, 181, 0.04);
}

.chat-suggestion p {
    font-size: 1.01rem;
    color: #0263b5;
    font-weight: 700;
    margin-bottom: 10px;
}

.chat-suggestion .btn {
    border: 1px solid #0263b5;
    margin: 6px 10px 6px 0;
    color: #0263b5;
    background: linear-gradient(135deg, #eaf3fa 0%, #f4f8fb 100%);
    border-radius: 8px;
    font-size: 0.9rem;
    padding: 5px 10px;
    font-weight: 500;
    box-shadow: none;
    transition: all 0.3s ease;
    letter-spacing: 0.1px;
}

.chat-suggestion .btn:hover {
    background: linear-gradient(135deg, #0263b5 0%, #338edc 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 99, 181, 0.15);
}

.chat-suggestion .btn:hover {
    background: #0263b5;
    color: #fff;
}

.chat-message {
    padding: 0;
    border-radius: 12px;
    font-size: 1rem;
    max-width: 600px;
    margin-bottom: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    word-break: break-word;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    border: 1px solid #dde8f3;
}

.chat-message:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.chat-message.bot {
    margin: 0 32px;
    max-width: 65%;
    width: fit-content;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.chat-message.bot .message-content {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    margin: 0;
}

body.light-mode .chat-message.bot .message-content {
    color: #1f2937;
}

.chat-message.bot .message-content p {
    margin: 0 0 1em 0;
}

.chat-message.bot .message-content p:last-child {
    margin-bottom: 0;
}

.chat-message.bot .message-content pre {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 12px;
    margin: 8px 0;
    overflow-x: auto;
}

.chat-message.bot .message-content code {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    padding: 2px 4px;
    background: #f3f4f6;
    border-radius: 4px;
}

.chat-message.user {
    background: linear-gradient(135deg, #2d2eec 0%, #4b4cee 100%);
    color: #fff;
    border-bottom-right-radius: 18px;
    font-weight: 400;
    text-align: left;
    align-self: flex-end;
    margin-right: 32px;
    margin-left: auto;
    border-color: #2d2eec;
    padding-right: 0px;
}

/* Styles for the action buttons above the message text */
.message-header-actions {
    display: none;
}

.message-header-actions .action-btn {
    background: #f0f2f5;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 1;
    transition: background 0.2s ease, border-color 0.2s ease;
    width: auto;
    height: auto;
    box-shadow: none;
}

.message-header-actions .action-btn i {
    font-size: 16px;
    transition: color 0.2s ease;
}

.message-header-actions .action-btn:hover {
    background: #e0e2e5;
    border-color: #ccc;
}

.message-header-actions .action-btn:hover i {
    color: #0263b5;
}

.message-header-actions .action-btn {
    background: #f0f2f5;
    color: #666;
    border: 1px solid #ddd;
}

.message-header-actions .action-btn:hover {
    background: #e0e2e5;
    border-color: #ccc;
}

/* Container for the actual message text */
.message-content {
    padding: 12px 16px;
    width: 100%;
    box-sizing: border-box;
}

/* Styles for the action bar below the message content */
.message-footer-actions {
    position: absolute;
    bottom: 4px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background: transparent;
    border-top: none;
    width: auto;
    box-sizing: content-box;
    z-index: 1;
}

.message-footer-actions .action-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.message-footer-actions .action-icon-btn {
    width: 24px;
    height: 24px;
    font-size: 14px;
    display: block !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.thumbs-container {
    display: flex;
}

.message-footer-actions .action-icon-btn i {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    transition: color 0.2s ease;
}

.message-footer-actions .action-icon-btn i {
    color: #666;
}

.message-footer-actions .action-icon-btn:hover i {
    color: #0263b5;
}

/* Send button styles */
.chat-footer .input-group-text i {
    font-size: 20px;
    transition: color 0.2s ease;
}

body.light-mode .chat-footer .input-group-text i {
    color: #338edc;
}

body:not(.light-mode) .chat-footer .input-group-text i {
    color: #b0b8c1;
}

.chat-footer .input-group-text:hover i {
    color: #fff;
}

/* Copy success animation */
.action-icon-btn.copied {
    background: rgba(0, 200, 83, 0.1) !important;
}

.action-icon-btn.copied i {
    color: #00c853 !important;
}

.message-footer-actions .token-count {
    display: none;
}

/* Styles for user message footer actions */
.chat-message.user .message-footer-actions {
    position: relative;
    bottom: 4px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: transparent;
    border-top: none;
    width: auto;
    box-sizing: content-box;
    z-index: 1;
    min-width: 100px;
    text-align: right;
    min-height: 24px;
    margin-top: -20px;
}

.chat-message.user .message-footer-actions .action-icon-btn i {
    color: rgba(255, 255, 255, 0.8);
}

.chat-message.user .message-footer-actions .action-icon-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chat-message.user .message-footer-actions .action-icon-btn:hover i {
    color: #fff;
}

/* Class to make action icons visible */
.message-footer-actions.message-actions-visible .action-icon-btn {
    display: block;
    transition-delay: 0s;
}

/* Timestamps and Action Buttons Container */
.timestamp,
.timestamps {
    font-size: 0.89rem;
    color: #a0a0a0;
    clear: both;
    margin-bottom: 4px;
    margin-top: 2px;
    width: fit-content;
    display: block;
}

/* Left-align bot timestamps */
.chat-message.bot+.message-timestamp {
    text-align: left;
    margin-left: 32px;
    margin-right: auto;
}

/* Right-align user timestamps */
.chat-message.user+.message-timestamp {
    text-align: right;
    margin-right: 32px;
    margin-left: auto;
    color: #eee;
}

.chat-footer {
    padding: 0;
    background: #1f2226;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(2, 99, 181, 0.10), 0 1.5px 6px rgba(0, 0, 0, 0.04);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 55px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 14px;
    height: 14px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: transparent;
    margin: 8px 0;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 8px;
    height: 8px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 48px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Animated wavy dots loader */
.typing-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0px 0px;
    background: transparent;
    margin: 0px 0;
    margin-left: 0px;
}

.typing-loader .dots {
    display: flex;
    gap: 4px;
}

.typing-loader .dot {
    width: 10px;
    height: 10px;
    background: #0263b5;
    border-radius: 50%;
    animation: loadingDot 1.4s infinite ease-in-out;
}

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

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

@keyframes loadingDot {

    0%,
    100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hide old bot icon */
.bot-icon {
    display: none !important;
}

.chat-header.professional-header {
    background: #232326;
    color: #fff;
    padding: 0 32px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    min-height: 64px;
    height: 64px;
    border-radius: 0;
    border-bottom: 1px solid #232326;
    position: relative;
    z-index: 2;
}

.professional-header .persona-name {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.status-dot {
    height: 7px;
    width: 7px;
    background-color: rgb(5, 206, 5);
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.chat_headerContent span {
    font-size: 0.92rem;
    color: #b0b8c1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.professional-header .persona-role {
    font-size: 1.01rem;
    color: #b0b8c1;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1;
}

.center-suggestion {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: none;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    background: #232326;
    max-width: 600px;
    padding: 18px 18px 10px 18px;
    margin-bottom: 24px;
    border: 1px solid #232326;
}

.center-suggestion p {
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-suggestion .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background: #232326;
    color: #ffffff;
    border: 1px solid #393a3d;
    text-align: left;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.center-suggestion .btn:disabled {
    background: #232326;
    color: #888;
    border: 1px solid #232326;
    opacity: 0.7;
}

.center-suggestion .btn:hover:not(:disabled) {
    background: #393a3d;
    color: #fff;
}

/* Theme Switch Icon */
.theme-switch {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.theme-switch:hover {
    color: #fff;
    background: none;
}

body.light-mode .theme-switch i.fa-sun {
    color: #f7c948;
}

.close-chat {
    margin-left: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    opacity: 1 !important;
    transition: color 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    visibility: visible !important;
    position: relative;
    z-index: 99999999;
}

.close-chat i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.close-chat:hover {
    color: #fff;
    background: none;
}

/* Suggestion box max width and color accessibility */
.chat-suggestion {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #232326;
    color: #e0e6f0;
    border: 1px solid #393a3d;
    border-radius: 16px !important;
}

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

.chat-suggestion p,
body.light-mode .chat-suggestion p,
.chat-suggestion .btn {
    color: #4a4a4a;
}

body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Footer design for dark mode */
.chat-footer {
    padding: 0;
    background: #18191c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    min-height: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .input-group {
    width: 100%;
    max-width: 900px;
    background: #232326;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 0 12px;
    gap: 12px;
    height: 55px;
    display: flex;
    border: none;
}

.chat-footer input {
    height: 44px;
    border-radius: 6px !important;
    max-width: 100%;
    box-shadow: none;
    border: none;
    font-size: 1.1rem;
    font-family: 'Effra', 'Segoe UI', Arial, sans-serif;
    padding-left: 12px;
    background: #232326;
    color: #e0e0e0;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

.chat-footer input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #232326;
    color: #ffffff;
}

.chat-footer input::placeholder {
    font-size: 1.1rem;
    color: #b0b8c1;
    opacity: 1;
}

.chat-footer span.input-group-text {
    height: 36px;
    width: 36px;
    background: transparent;
    border-radius: 50% !important;
    color: #b0b8c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.18rem;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
    margin-left: 2px;
    border: none;
}

.chat-footer span.input-group-text:hover {
    color: #fff;
    background: none;
}

/* Light Mode Styles */
body.light-mode {
    background: #f4f8fb;
    color: #232326;
    transition: background 0.3s, color 0.3s;
}

body.light-mode .chat-container {
    background: #fff;
}

body.light-mode .chat-header.professional-header {
    background: linear-gradient(135deg, #0263b5 0%, #338edc 100%);
    color: #fff;
    border-bottom: 1px solid #0263b5;
}

body.light-mode .professional-header .persona-name {
    color: #fff;
}

body.light-mode .professional-header .persona-role {
    color: #338edc;
}

body.light-mode .chat-header .status-dot {
    background-color: rgb(5, 206, 5);
}

body.light-mode .chat-message.bot {
    background: #fff;
    color: #333;
    border: 1px solid #dde8f3;
}

body.light-mode .chat-message.user {
    background: #0161af;
    color: #fff;
    border-color: #0161af;
}

body.light-mode .chat-footer {
    background: #f2f6fa;
}

body.light-mode .chat-footer .input-group {
    background: #fff;
    border: 1px solid #dde8f3;
}

body.light-mode .chat-footer input {
    color: #232326;
    background: transparent;
}

body.light-mode .chat-footer input::placeholder {
    color: #b0b8c1;
}

body.light-mode .chat-footer span.input-group-text {
    color: #338edc;
}

/* body.light-mode .chat-footer span.input-group-text:hover {
  color: #fff;
  background: #0263b5;
} */

body.light-mode .chat-suggestion {
    background: #f4f8fb;
    color: #232326;
    border: 1px solid #dde8f3;
}

body.light-mode .center-suggestion .btn,
body.light-mode .chat-suggestion .btn {
    background: #f8fcff;
    color: #00447d96;
    border: 1px solid #0263b533;
}

/* Additional adjustments for dark mode bot message */
body:not(.light-mode) .chat-message.bot {
    background: #2a2d30;
    color: #ffffff;
    border: 1px solid #3a3d40;
}

body:not(.light-mode) .message-header-actions .action-btn {
    background: #333;
    color: #ccc;
    border-color: #444;
}

body:not(.light-mode) .message-header-actions .action-btn:hover {
    background: #444;
    border-color: #555;
}

body:not(.light-mode) .message-footer-actions {

    gap: 12px;
}

body:not(.light-mode) .message-footer-actions .action-icon-btn {
    color: #b0b8c1;
}

body:not(.light-mode) .message-footer-actions .action-icon-btn:hover {
    color: #fff;
}

body:not(.light-mode) .message-footer-actions .token-count {
    display: none;
}

body:not(.light-mode) .chat-message.user {
    background: #4a4e54;
    color: #ffffff;
    border-color: #6b7378;
}

body:not(.light-mode) .chat-message.user .message-footer-actions {
    border-top-color: rgba(255, 255, 255, 0.2);
    background: transparent;
}

body:not(.light-mode) .chat-message.user .message-footer-actions .action-icon-btn {
    color: rgba(255, 255, 255, 0.8);
}

body:not(.light-mode) .chat-message.user .message-footer-actions .action-icon-btn:hover {
    color: #fff;
}

/* Hide copy button from original chatbot.css if still present */
.copy-btn {
    display: none !important;
}

.timestamp,
.message-actions {
    display: none !important;
}

/* Message timestamp styles */
.message-timestamp {
    font-size: 0.75rem;
    color: #a0a0a0;
    padding: 2px 0;
    margin-top: 0;
    margin-bottom: 8px;
    opacity: 0.8;
    display: block;
    width: 94%;
}

.chat-message.user+.message-timestamp {
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
}

body.light-mode .message-timestamp {
    color: #666;
}

body.light-mode .chat-message.user+.message-timestamp {
    color: #666;
}

/* Copy button and message footer actions styles */
.message-footer-actions {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    display: none !important;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Ensure space is reserved */
}

.message-footer-actions.message-actions-visible {
    display: block !important;
}

/* Show actions on hover for better UX */

.action-icon-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 1;
    pointer-events: auto !important;
}

.action-icon-btn:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.action-icon-btn.copied {
    color: #28a745;
    opacity: 1;
}

.action-icon-btn.copied:hover {
    background-color: rgba(40, 167, 69, 0.1);
}

/* Dark theme support */
[data-theme="dark"] .action-icon-btn {
    color: #ccc;
}

[data-theme="dark"] .action-icon-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .action-icon-btn.copied {
    color: #4caf50;
}

[data-theme="dark"] .action-icon-btn.copied:hover {
    background-color: rgba(76, 175, 80, 0.1);
}

/* Ensure Remix icons are loaded and visible */
.ri-file-copy-line,
.ri-check-line {
    font-family: 'remixicon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 1em;
    height: 1em;
}

/* Fallback if Remix icons aren't loaded */
.ri-check-line:before {
    content: "✓";
}

/* Force visibility for debugging */
.copy-btn {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Animation for copy success */
@keyframes copySuccess {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.action-icon-btn.copied {
    animation: copySuccess 0.3s ease;
}

/* Ensure the message container has proper layout */
.chat-message {
    position: relative;
    margin-bottom: 10px;
}

.message-content {
    margin-bottom: 4px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .action-icon-btn {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .message-footer-actions {
        gap: 12px;
        margin-top: 12px;
    }
}

/* Tooltip styles for action buttons */
.action-icon-btn {
    position: relative;
}

.action-icon-btn::before {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    margin-bottom: 5px;
    z-index: 99999999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.action-icon-btn::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    z-index: 99999999;
}

.action-icon-btn:hover::before,
.action-icon-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Light mode tooltip adjustments */
body.light-mode .action-icon-btn::before {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

body.light-mode .action-icon-btn::after {
    border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

/* Dark mode tooltip adjustments */
body:not(.light-mode) .action-icon-btn::before {
    background: rgba(255, 255, 255, 0.95);
    color: #232326;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

body:not(.light-mode) .action-icon-btn::after {
    border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}

/* Ensure tooltips are visible in chat messages */
.chat-message {
    overflow: visible !important;
}

.message-footer-actions {
    overflow: visible !important;
}

/* Sidebar Styles */
.chat-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #18191c;
    /* Dark background from chat container */
    border-right: 1px solid #393a3d;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    /* Adjust padding */
}

.chat-sidebar.open {
    transform: translateX(0);
}

/* Hide the old floating toggle button */
.sidebar-toggle {
    display: none !important;
}

/* New toggle button style within header */
.header-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    /* Icon color */
    margin-right: 16px;
    /* Space between icon and title */
    transition: color 0.2s ease;
}

.header-sidebar-toggle:hover {
    color: #fff;
    /* Hover color */
}

.sidebar-header {
    padding: 0 16px 12px 16px;
    /* Adjusted padding */
    border-bottom: none;
    /* No border in this design */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    /* Space after header content */
}

.sidebar-header h3 {
    display: none;
    /* Hide default title */
}

.sidebar-new-chat {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    background: #2d2eec;
    /* Blue background for new chat */
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sidebar-new-chat:hover {
    background: #3b3cf2;
    /* Darker blue on hover */
}

.sidebar-new-chat i {
    margin-right: 10px;
    font-size: 1.1rem;
}

.sidebar-close {
    background: none;
    border: none;
    color: #b0b8c1;
    /* Close icon color */
    cursor: pointer;
    padding: 4px;
    /* Adjusted padding */
    transition: color 0.3s ease;
    font-size: 1.3rem;
    /* Adjusted size */
}

.sidebar-close:hover {
    color: #fff;
    /* Close icon hover color */
}

.sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px;
    /* Adjusted padding */
    scrollbar-width: thin;
    scrollbar-color: #393a3d #18191c;
    /* Custom scrollbar */
}

/* Custom scrollbar for Webkit browsers */
.sidebar-content::-webkit-scrollbar {
    width: 6px;
}

.sidebar-content::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-content::-webkit-scrollbar-thumb {
    background: #393a3d;
    border-radius: 3px;
}

.history-section {
    margin-bottom: 20px;
    /* Adjusted spacing */
}

.history-section h4 {
    color: #b0b8c1;
    /* Section title color */
    font-size: 0.8rem;
    /* Smaller font size */
    font-weight: 600;
    margin-bottom: 8px;
    /* Adjusted spacing */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 12px;
    /* Align with history items */
}

.history-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    /* Adjusted padding */
    border-radius: 6px;
    /* Adjusted border radius */
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 4px;
    /* Adjusted spacing */
    color: #b0b8c1;
    /* Default text color */
}

.history-item:hover {
    background: #232326;
    /* Darker background on hover */
    color: #fff;
    /* White text on hover */
}

.history-item i {
    margin-right: 10px;
    /* Adjusted spacing */
    font-size: 1rem;
    /* Adjusted icon size */
    color: inherit;
    /* Inherit color from parent */
    transition: color 0.2s ease;
}

.history-item span {
    font-size: 0.9rem;
    /* Smaller font size */
    font-weight: 400;
    /* Lighter font weight */
}

/* Placeholder styles for additional links */
.sidebar-links {
    padding: 8px 16px;
    margin-bottom: 20px;
    /* Space after links */
    border-bottom: 1px solid #393a3d;
    /* Separator line */
    padding-bottom: 16px;
}

.sidebar-links a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    color: #b0b8c1;
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-links a:hover {
    background: #232326;
    color: #fff;
}

.sidebar-links a i {
    margin-right: 10px;
    font-size: 1.1rem;
    color: inherit;
}

/* Light mode adjustments */
body.light-mode .chat-sidebar {
    background: #f4f8fb;
    /* Light background */
    border-right: 1px solid #dde8f3;
}

body.light-mode .header-sidebar-toggle {
    color: #338edc;
    /* Light mode icon color */
}

body.light-mode .header-sidebar-toggle:hover {
    color: #0263b5;
    /* Light mode icon hover color */
}

body.light-mode .sidebar-new-chat {
    background: #0263b5;
    /* Light mode new chat background */
}

body.light-mode .sidebar-new-chat:hover {
    background: #00447d;
    /* Light mode new chat hover */
}

body.light-mode .sidebar-close {
    color: #666;
    /* Light mode close icon color */
}

body.light-mode .sidebar-close:hover {
    color: #232326;
    /* Light mode close icon hover color */
}

body.light-mode .sidebar-content::-webkit-scrollbar-thumb {
    background: #dde8f3;
    /* Light mode scrollbar thumb */
}

body.light-mode .history-section h4 {
    color: #666;
    /* Light mode section title color */
}

body.light-mode .history-item {
    color: #232326;
    /* Light mode item text color */
}

body.light-mode .history-item:hover {
    background: #eaf3fa;
    /* Light mode item hover background */
    color: #0263b5;
    /* Light mode item hover text color */
}

body.light-mode .sidebar-links {
    border-bottom: 1px solid #dde8f3;
    /* Light mode separator */
}

body.light-mode .sidebar-links a {
    color: #232326;
    /* Light mode link color */
}

body.light-mode .sidebar-links a:hover {
    background: #eaf3fa;
    /* Light mode link hover background */
    color: #0263b5;
    /* Light mode link hover color */
}

/* Adjust main chat container when sidebar is open */
.chat-container {
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.chat-container.sidebar-open {
    margin-left: 280px;
}

/* Scrollbar styles for sidebar */
.chat-sidebar::-webkit-scrollbar {
    width: 6px;
}

.chat-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.chat-sidebar::-webkit-scrollbar-thumb {
    background: #393a3d;
    /* Dark scrollbar thumb */
}

body.light-mode .chat-sidebar::-webkit-scrollbar-thumb {
    background: #dde8f3;
    /* Light scrollbar thumb */
}

/* Animation for history items */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

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

.history-item {
    animation: slideIn 0.3s ease forwards;
}

.chat-history-toggle {
    margin-left: 18px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #b0b8c1;
    /* History toggle color */
    transition: color 0.2s;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.chat-history-toggle:hover {
    color: #fff;
    /* History toggle hover color */
}

/* Chat History Dropdown Styles - ChatGPT Design */
.history-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #232326;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 500px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.2s ease-in-out;
    display: none;
}

.history-dropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0) scale(1);
    padding: 0 20px 10px;
}

body.light-mode .history-dropdown {
    background: #ffffff;
}

/* Period Section */
.dropdown-period-section {
    margin-bottom: 8px;
}

.dropdown-period-section:last-child {
    margin-bottom: 0;
}

/* Period Header */
.dropdown-period-header {
    padding: 12px 16px 8px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    /* Section header color */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
    position: sticky;
    top: 0;
    z-index: 1;
}

.dropdown-period-text {
    display: block;
}

/* Chat Titles Container */
.dropdown-chat-titles {
    background: #ffffff;
}

/* Individual Chat Items */
.dropdown-chat-item {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f3f4f6;
    min-height: 44px;
}

.dropdown-chat-item:last-child {
    border-bottom: none;
}

.dropdown-chat-item:hover {
    background-color: #f7f8fa;
}

.dropdown-chat-item.active {
    background-color: #e8f2ff;
    border-left: 3px solid #0066cc;
}

/* Chat Icon */
.chat-icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    color: #9ca3af;
    /* Chat icon color */
    flex-shrink: 0;
}

.dropdown-chat-item.active .chat-icon {
    color: #0066cc;
    /* Active chat icon color */
}

/* Chat Title */
.chat-title {
    font-size: 14px;
    color: #374151;
    /* Chat title color */
    line-height: 1.4;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-chat-item.active .chat-title {
    color: #0066cc;
    /* Active chat title color */
    font-weight: 500;
}

/* Scrollbar Styling */
.history-dropdown::-webkit-scrollbar {
    width: 0px;
    /* Hide scrollbar */
}

.history-dropdown::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.history-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.history-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.history-chat-item:hover .chat-item-icon {
    color: #0061af;
}

.history-chat-item:hover .chat-item-main {
    color: #0061af;
}

.history-chat-item {
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    padding: 4px 0;
    gap: 5px;
    cursor: pointer;
    opacity: .75;
}

body.light-mode .history-chat-item {
    color: #000;
}

.history-section-header {
    color: #afafaf;
    font-size: 0.75rem;
    opacity: .9;
    margin: 10px 0 3px;
    font-weight: 500;
}

.chat-item-title {
    font-weight: 400;
}




/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .dropdown-chat-item:hover {
        background-color: #374151;
        /* Darker hover background */
    }

    .dropdown-chat-item.active {
        background-color: #1d4ed8;
        /* Active background color */
        border-left-color: #3b82f6;
        /* Active border left color */
    }

    .chat-icon {
        color: #6b7280;
        /* Chat icon color in dark mode */
    }

    .history-dropdown::-webkit-scrollbar-track {
        background: #374151;
        /* Dark scrollbar track */
    }

    .history-dropdown::-webkit-scrollbar-thumb {
        background: #6b7280;
        /* Dark scrollbar thumb */
    }

    .history-dropdown::-webkit-scrollbar-thumb:hover {
        background: #9ca3b8;
        /* Dark scrollbar thumb hover */
    }
}



.dropdown-period-header {
    color: #afafaf;
    /* Period header color */
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.42857;
    margin-block: .35rem;
    margin-inline: .45rem;
    overflow: hidden;
    padding-block: .35rem;
    padding-inline: .35rem;
    text-overflow: ellipsis;
    /* Hide overflow */
    -webkit-user-select: none;
    user-select: none;
    /* Prevent selection */
    white-space: nowrap;
    /* Prevent wrapping */
}

.dropdown-chat-item {
    overflow: hidden;
    text-overflow: ellipsis;
    /* Hide overflow */
    white-space: nowrap;
    /* Prevent wrapping */
    width: 100%;
    color: #565759;
    /* Chat item color */
    font-weight: 400;
    /* Chat item weight */
    font-size: .95rem;
    line-height: 1.75;
    /* Chat item line height */
    cursor: pointer;
    /* Show pointer on hover */
    padding: .35rem 1.5rem;
    /* Chat item padding */
    margin-bottom: 2px;
    /* Margin for spacing */
    border-radius: 4px;
    /* Rounded corners */
    min-height: auto;
    /* Reset height */
}

.dropdown-chat-item:hover {
    background-color: #f7f8fa;
    /* Highlight on hover */
}

.dropdown-chat-item.active {
    background-color: #e8f2ff;
    /* Active item background */
    border-left: 3px solid #0066cc;
    /* Active item border */
}

svg.chat-icon {
    color: #91919169;
    /* Chat icon color */
    height: 16px;
    /* Height */
    position: relative;
    /* Positioning */
    top: -1px;
    /* Vertical alignment */
    margin-right: 5px;
    /* Right spacing */
}

.chat-header .new-chat-btn {
    cursor: pointer;
    /* Pointer */
    height: 32px;
    /* Height */
    display: flex;
    /* Flex display */
    align-items: center;
    /* Center alignment */
    justify-content: center;
    /* Center alignment */
    border-radius: 8px;
    /* Rounded corners */
    background: rgba(255, 255, 255, 0.1);
    /* Background */
    transition: all 0.2s ease;
    /* Smooth transition */
    font-size: 15px;
    /* Font size */
    font-weight: 400;
    /* Font weight */
    padding: 0 10px;
    /* Padding */
    text-align: center;
    /* Center text */
}

/* Typing Effect Styles */

/* Typing cursor animation */
.typing-cursor {
    display: inline-block;
    /* Inline display */
    font-weight: 100;
    /* Font weight */
    font-size: 1.2em;
    /* Font size */
    color: #333;
    /* Color */
    animation: blink 1s infinite;
    /* Animation */
    margin-left: 1px;
    /* Left margin */
    line-height: inherit;
    /* Inherit line height */
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
        /* Visible */
    }

    51%,
    100% {
        opacity: 0;
        /* Invisible */
    }
}

/* Smooth cursor for better visibility */
.typing-cursor.smooth {
    animation: smooth-blink 1.5s ease-in-out infinite;
    /* Smooth animation */
}

@keyframes smooth-blink {

    0%,
    45% {
        opacity: 1;
        /* Fully visible */
    }

    55%,
    100% {
        opacity: 0.3;
        /* Partially invisible */
    }
}

/* Typing container */
.typing-active {
    position: relative;
    /* Positioning */
}

/* Prevent text selection during typing */
.typing-active {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Prevent selection */
}

/* Message content during typing */
.message-content.typing-active {
    padding-right: 2px;
    /* Right padding */
}

/* Enhanced cursor styles for different themes */
.chat-message.bot .typing-cursor {
    color: #4a9eff;
    /* Bot typing color */
}

.chat-message.user .typing-cursor {
    color: #ffffff;
    /* User typing color */
}

/* Dark mode cursor */
@media (prefers-color-scheme: dark) {
    .typing-cursor {
        color: #e5e7eb;
        /* Dark mode typing cursor color */
    }

    .chat-message.bot .typing-cursor {
        color: #60a5fa;
        /* Dark mode bot typing cursor */
    }
}

/* Typing indicator for message container */
.chat-message.typing {
    background: linear-gradient(90deg, transparent, rgba(74, 158, 255, 0.1), transparent);
    background-size: 200% 100%;
    /* Background sizing */
    animation: typing-glow 2s ease-in-out infinite;
}

@keyframes typing-glow {
    0% {
        background-position: -200% 0;
        /* Start position */
    }

    100% {
        background-position: 200% 0;
        /* End position */
    }
}

/* Message footer actions during typing */
.message-footer-actions {
    transition: display 0.3s ease, visibility 0.3s ease;
}

.message-footer-actions:not(.message-actions-visible) {
    display: none !important;

    pointer-events: none;
}

.message-actions-visible {
    display: block !important;

    pointer-events: auto;
}

/* Typing speed indicators */
.typing-fast .typing-cursor {
    animation-duration: 0.8s;
    /* Fast typing speed */
}

.typing-slow .typing-cursor {
    animation-duration: 1.5s;
    /* Slow typing speed */
}

/* Responsive cursor sizing */
@media (max-width: 768px) {
    .typing-cursor {
        font-size: 1.1em;
        /* Smaller cursor */
    }
}

/* Accessibility - Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .typing-cursor {
        animation: none;
        /* Disable animation */
        opacity: 1;
        /* Full opacity */
    }

    .chat-message.typing {
        animation: none;
        /* Disable typing animation */
        background: none;
        /* Reset background */
    }
}

/* Code block typing cursor */
pre .typing-cursor,
code .typing-cursor {
    font-family: 'Courier New', Courier, monospace;
    /* Code font */
    color: #4a9eff;
    /* Code color */
}

/* Typing cursor in different content types */
.message-content h1 .typing-cursor,
.message-content h2 .typing-cursor,
.message-content h3 .typing-cursor {
    font-size: 0.8em;
    /* Smaller headings */
    vertical-align: top;
    /* Align tops */
    margin-top: 0.1em;
    /* Small margin */
}

.message-content p .typing-cursor {
    vertical-align: baseline;
    /* Align with baseline */
}

.message-content li .typing-cursor {
    margin-left: 2px;
    /* Small margin */
}

/* Smooth transitions for content changes */
.message-content {
    transition: min-height 0.1s ease;
    /* Smooth transition */
}

/* Typing pause indicator */
.typing-paused .typing-cursor {
    animation-play-state: paused;
    opacity: 0.5;
    /* Lower opacity during pause */
}

/* Typing complete state */
.typing-complete {
    animation: typing-complete 0.5s ease-out;
    /* Animation completion */
}

@keyframes typing-complete {
    0% {
        opacity: 0.8;
        /* Start opacity */
    }

    100% {
        opacity: 1;
        /* End opacity */
    }
}

/* Enhanced visual feedback */
.chat-message.bot.typing-active {
    box-shadow: 0 2px 8px rgba(74, 158, 255, 0.1);
    border-left: 3px solid rgba(74, 158, 255, 0.3);
    transition: box-shadow 0.3s ease, border-left 0.3s ease;
}

.chat-message.user.typing-active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Typing status indicator */
.typing-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8em;
    color: #6b7280;
    /* Typing status color */
    margin-left: 8px;
    /* Margin left */
}

.typing-status::before {
    content: '';
    width: 4px;
    /* Small circle */
    height: 4px;
    /* Small circle */

}

.hidden {
    display: none;
    /* Use to hide elements */
}



.message-timestamp {
    font-size: 12px;
    color: #888;
    text-align: right;
    margin-bottom: 0;
}

.message-footer-actions {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}

.action-icon-btn {
    cursor: pointer;
    margin-right: 0;
    font-size: 18px;
}

.thumbs-container .action-icon-btn {
    margin-right: 0;
    margin-left: 8px;
}

.message-bubble span.message-timestamp {
    text-align: left;
    padding-left: 0;
    display: none;
}

.message-bubble .message-content {
    padding: 10px 0;
}
.accept_privc {
    margin-bottom: 10px;
    font-size: 0.85rem;
}
 
.accept_privc input {
    position: relative;
    top: 2px;
    accent-color:aliceblue
}
.accept_privc a{color: #FFC107;text-decoration:none;}
#homepagebannerslider .carousel-indicators{margin-bottom:2.5rem;}
#homepagebannerslider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 100px !important;
}
#homepagebannerslider .carousel-indicators .active{background-color: #ffcb00;}
[data-settings*="animation"] {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
div#homepagebannerslider .carousel-caption {left: 5.5%;}
/*div#homepagebannerslider .carousel-inner {min-height: 470px;}*/

@media screen and (max-width: 768px) {
    .chat-header.professional-header {
        padding: 0 15px;
    }

    .chat-history-toggle,
    .theme-switch,
    .close-chat {
        font-size: 1.3rem;
        margin-left: 2px;
    }

    .professional-header .persona-name {
        font-size: 1.75rem;
    }

    .chat-body {
        padding: 15px 0;
    }

    #welcomeBox .chat-suggestion .btn {
        margin: 4px 2px 2px 0;
        font-size: 0.7rem;
        padding: 4px 5px;
    }

    .chat-footer .input-group {
        width: 94%;
    }

    .chat-message.bot {
        max-width: 100%;
        margin-top: 20px;
        margin: 0 15px;
    }

    .chat-message {
        margin-bottom: 4px;
    }

    .chat-message.user {
        margin-right: 15px;
    }

    .chat-message.bot+.message-timestamp {
        text-align: left;
        margin-left: 15px;
    }

   .accept_privc {
    margin-bottom: 10px;
    font-size: 0.75rem;
    display: flex;
    align-items: baseline;
    gap: 5px;
   }
   #homepagebannerslider .carousel-item{max-height:364px;overflow:hidden;}
   div#homepagebannerslider .carousel-caption {bottom: 3.25rem;}
   div#homepagebannerslider .carousel-inner {min-height: max-content;}
}

select#course-faq-dropdown {
    border: 1px solid var(--nav-primary);
    padding: 0.625rem .75rem;
    background: transparent;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}