* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* sidemenu css  start*/
.sidebar_main {
    width: 30%;
    margin-inline: 5%;

}


.accordion-container-wrapper {
    width: 100%;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;

}

.accordion-item {
    border: none;
    /* Remove default Bootstrap borders */
    border-bottom: 1px solid #e0e0e0;
    /* Custom separator */
}

.accordion-item:last-child {
    border-bottom: none;
}

/* Styling for the "Getting Started" header */
.accordion-header .accordion-button.getting-started-header {
    background-color: #e66a2e;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    border: none;
    box-shadow: none !important;
    text-align: left;
    position: relative;
    font-size: 15px;
}

.accordion-header .accordion-button.getting-started-header:not(.collapsed) {
    background-color: #e57333;
    /* Keep orange when open */
    color: #ffffff;
    border-bottom: none;
}

.accordion-header .accordion-button.getting-started-header::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 10px 2px, 2px 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out, background-image 0.2s ease-in-out;
    color: #fff;
}

.accordion-header .accordion-button.getting-started-header.collapsed::after {
    background-color: #e66a2e;
    color: #fff;
    border-bottom: none;
}

/* Styling for accordion buttons (default items and nested headers) */
.accordion-button {
    background-color: #f8f9fa;
    /* color: #333; */
    /* font-weight: 500; */
    padding: 0.8rem 1.25rem;
    border-radius: 0;
    transition: background-color 0.2s ease;
     font-size: 15px;

}

.accordion-button:not(.collapsed) {
    background-color: #f0f0f0;
    color: #333;
    box-shadow: none;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

.accordion-button:hover {
    background-color: #e9ecef;
}


.accordion-item.highlighted-nested-item .accordion-button {
    background-color: #f0f0f0;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 0.25rem;
    margin: 5px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.accordion-item.highlighted-nested-item .accordion-button:not(.collapsed) {
    background-color: #e8e8e8;

}



.accordion-body {
    padding: 0;

}

.accordion-body a,
.accordion-body .plain-item {
    display: block;
    padding: 0.8rem 1.25rem;
    color: #333;
    text-decoration: none;
    background-color: #ffffff;

    transition: background-color 0.2s ease;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;

}

.accordion-body a:hover,
.accordion-body .plain-item:hover {
    background-color: #f2f2f2;
}

.accordion-body a:last-child,
.accordion-body .plain-item:last-child {
    border-bottom: none;

}


.inner-accordion .accordion-body a,
.inner-accordion .accordion-body .plain-item {
    padding-left: 2.5rem;

}


.collapse.show {
    visibility: visible;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}





/* sidemenu css end  */


/* ======================================================================================== */

/* insidepage csss start  */
.section-heading {
    width: 100%;
    color: #392d7d;
    font-weight: 600;
    /* margin-bottom: 1.5rem; */
    border-bottom: 1px solid #bfbfbf;
    display: inline-block;
    padding-bottom: 1rem;
    font-size: 1.8rem;
}



.sub-heading {
    color: #392d7d;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.text-content p {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: justify;

}

.vision-section {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.vision-image {
    flex-shrink: 0;
    width: 300px;
    height: auto;
    max-width: 100%;
    border-radius: 0.5rem;
    object-fit: cover;

}

.vision-text {
    flex-grow: 1;
    text-align: justify;
    font-size: 1.4rem;
    font-weight: 400;
}

ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    /* margin-bottom: 1.5rem; */
}

/* ul li {
    margin-bottom: 0.5rem;
} */

.body_content_main {
    display: flex;
    gap: 5%;
    width: 92%;
    /* justify-content: center; */
    margin: 0 auto;
    margin-top: 10%;

}

.body_content_main_inner {
    width: 65%;
}

.header_main {
    background-color: #392d7d;
    width: 100%;
    padding: 1rem;
    color: white;
    position: fixed;
    top: 0%;
    z-index: 99;
}

 ul li{
    font-size: 1.4rem;
    font-weight: 400;
}

/* insidepage csss end  */


/* insidecoursepage css start  */

.para {
    font-size: 1.4rem;
    font-weight: 400;
}

.nse_logo {
    width: 5rem;
}

.nse_logo img {
    width: 100%;
}

.nse_line {
    width: 95%;
}

.nse_line img {
    width: 100%;
}


.course_heading {
    font-size: 1.6rem;
    color: #392d7d;
    font-weight: 600;
    padding-top: 5rem;
}





/* register form start here  */

/* / get in touch form starts from here  .........................................................................../ */
#registerModal {
    z-index: 999999999999;
}

#registerModal .modal-header img {
    width: 12rem !important;
}

.get_in_touch_inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.get_in_touch_inner .section_heading_main {
    color: var(--bs-white);
}

.get_in_touch_innerForm {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get_in_touch_innerForm form {
    background-color: #fff;
    z-index: 9;

}

.get_in_touch_innerForm_title h4 {
    font-size: 0.9rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

.get_in_touch_innerForm_input {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 20px;
}

.get_in_touch_innerForm_input .form-control {
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1rem;
    color: #777;
    border-radius: 0.3rem;
}

.get_in_touch_innerForm_input .form-control:focus {
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
}

.get_in_touch_innerForm_input span {
    display: flex;
    gap: 1.2rem;
}

.get_in_touch_innerForm_input select {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1rem;
    border: none;
    color: #777;
}

.get_in_touch_innerForm_input .form-control::placeholder {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #777;
}

.get_in_touch_innerForm_input button {
    padding: 0.8rem 1.2rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-close {
    font-size: 0.9rem;
}

.tab-pane p{
    padding-bottom: 10px;
}



/* =======================================inside courses page css ========================================= */
        .custom-table-header th {
            background-color: #392d7d;
            /* Example purple color */
            color: white;
            font-size: 1.3rem;
        }

        .custom-table-header td {
            font-size: 1.3rem;
        }

        .btn-outline-secondary:hover {
            color: #6c757d;
            border-color: #6c757d;
            background-color: transparent;
        }

        .table-bordered>:not(caption)>*>* {
            align-content: center;
        }


        .tab-container {
            background-color: #fff;
            border-radius: 0.5rem;
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
            width: 100%;
            max-width: 900px;

        }


        .nav-tabs {
            border-bottom: 1px solid #dee2e6;
            padding-left: 1rem;
            padding-right: 1rem;
            background-color: #fff;
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }

        .nav-tabs .nav-item {
            margin-bottom: -1px;
            font-size: 1.3rem;

        }

        .nav-tabs .nav-link {
            border: none;
            border-bottom: 3px solid transparent;
            border-top-left-radius: none;
            border-top-right-radius: none;
            color: #6c757d;
            padding: 0.75rem 1.25rem;
            transition: color 0.3s ease, border-bottom-color 0.3s ease;
            font-weight: 500;
        }

        .nav-tabs .nav-link:hover {
            color: #495057;
            border-bottom-color: #e9ecef;
        }

        .nav-tabs .nav-link.active {
            color: #fd7e14;
            background-color: #fff;
            border-bottom-color: #fd7e14;
            font-weight: 600;
        }

        .tab-content {
            padding: 1.5rem;
            background-color: #fff;
            border-bottom-left-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
        }

        /* .tab-pane h4 {
            color: #343a40;
            margin-bottom: 1rem;
            font-weight: 600;
        } */

        .tab-pane ul {
            list-style: none;
            padding-left: 0;
        }

        .tab-pane ul li {
            position: relative;
            padding-left: 1.5rem;
            /* margin-bottom: 0.5rem; */
            color: #495057;
            font-size: 1.3rem;
        }

        .tab-pane ul li::before {
            content: '•';
            color: #fd7e14;
            font-size: 1.2em;
            position: absolute;
            left: 0;
            top: 0;
            line-height: inherit;
        }

        .sub-heading {
            margin-bottom: 0.5rem;
            font-size: 1rem;
            padding-top: 10px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .nav-tabs .nav-link {
                padding: 0.5rem 0.8rem;
                font-size: 0.9em;
            }

            .tab-pane {
                padding: 1rem;
            }
        }



        /* new css addd  */
        .list_para{
            padding-bottom: 7px;
            font-size: 1.5rem;
        }
        .text-content p {
            padding-top: 10px;
        }
        .section-heading{
          border-bottom: 1px solid #bfbfbf42;
        }
        .main_list_ul li{
            list-style: circle !important;
            list-style-type: circle !important;
        }