@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    transition: all .3s ease-in-out;
}






:root {
    /* nse primary color */
    --btn-color: #585858;
    --main-bg-color: #fff;
    --purple-color: #382C79;
    --yellow-color: #EFB31D;
    --orangered-color: #E26C23;
    --red-color: #E22028;
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #dadada;
    --light-gray-color: #eee;
    --light-bg-color: #f7f8fc;

    --nse-purple: #392E7D;
    --nse-orange: #E96F24;
    --nse-red: #E41F28;
    --nse-yellow: #F1B519;

    --nse-light-cyan: #4cd9f5b0;
    --nse-light-purple: #4c3ea7a6;
    --nse-light-orange: #fd7e14c4;
    --nse-light-red: #f33c44a8;
    --nse-light-yellow: #f9c53da8;

    --nse-ex-light-cyan: #0dcaf066;
    --nse-ex-light-purple: #392e7d89;
    --nse-ex-light-orange: #fd7e1461;
    --nse-ex-light-red: #e41f284f;
    --nse-ex-light-yellow: #f1b51952;

    --bg-main-theme: #F3F6F8;
    --bg-secondary-theme: #f7fcff;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-blue: #0d6efd;
    --bs-dark-blue: #5863a6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0080ff;
    --bs-secondary: #6c757d;
    --bs-success: #18d26b;
    --bs-info: #00b8d4;
    --bs-warning: #ffa800;
    --bs-danger: #ff3f3f;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-light-green: #58baab;

    /* radio  */
    --card-line-height: 1.2em;
    --card-padding: 1em;
    --card-radius: 0.5em;
    --color-green: #558309;
    --color-gray: #e2ebf6;
    --color-dark-gray: #c4d1e1;
    --radio-border-width: 2px;
    --radio-size: 1.5em;
    --ex-light-purple: #F4EFFC;

    /* card shadow */
    --shadow-color1: rgba(255, 255, 255, 0.1);
    --shadow-color2: rgba(50, 50, 93, 0.25);
    --shadow-color3: rgba(0, 0, 0, 0.3);
    --inner-gap: 2.5rem;
    --border-radius-btn: 1rem;
    --gradient-color: -webkit-linear-gradient(left, var(--nse-purple), var(--nse-red));
    --gradient-white-color: -webkit-linear-gradient(left, var(--white-color), var(--nse-red));
}

ul,
li,
p,
h2,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.heading {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 30px;
    color: #392e7d;
}

.card_heading {
    font-size: 2rem;
    font-weight: 500;
    /* padding-bottom: 10px; */
}

.sub_heading {
    font-size: 2.5rem;
    font-weight: 600;
    /* padding-bottom: 10px; */
}

.sub_heading b {
    font-size: 2.5rem;
    color: var(--nse-purple);
}

.para {
    font-size: 1.7rem;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: justify;
}

section {
    padding-block: 3rem;
}

.nse_logo {
    width: 19rem;
    height: 11rem;
}

.nse_logo img {
    width: 100%;
    height: 100%;
}

.main_logo {
    width: 22rem;
    height: 5rem;
    padding-top: 10px;
}

.main_logo img {
    width: 100%;
    height: 100%;
}


.container_section {
    width: 90%;
    margin: 0 auto;
}

header .navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.navbar .container-fluid {
    padding-inline: 4rem;
}

#hero {
    /* background-image: url(../images/newbanner.png); */
    background-repeat: no-repeat;
    background-position: center;
    /* height: fit-content; */
    height: 90vh;
    /* background-color: #0dcaf030; */
    background-image: url(../images/Banner\ Desktop\ \ 1400px\ 600px.png);
    background-size: cover;
}

.hero_section {
    position: relative;
    content: "";
    background-color: #392d7d47;
    top: 0%;
    left: 0%;
    height: 90vh;
}

.hero_main {
    padding-block: 2rem;
    display: flex;
    justify-content: space-between;
    padding-inline: 3rem 0rem;
}

.hero_left {
    width: 100%;
    padding-block: 8rem;
}

.hero_right {
    width: 35%;
    float: inline-end;
}

.hero_content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero_content h3 {
    font-size: 2rem;
    color: var(--nse-orange);
    background: antiquewhite;
    width: fit-content;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.hero_content h1 {
    font-size: 4.5rem;
    color: white;
}

.hero_img {
    width: 450px;
    height: 400px;
}

.hero_img img {
    width: 100%;
    height: 100%;
}

.nse_line {
    width: 93%;
}

.nse_line img {
    width: 82%;
    height: 100%;
}

.main_content {
    width: 100%;
}


.certificate_card {

    width: 100%;
    border-radius: 10px;
    text-align: center;
    /* float: right; */
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 1rem;
    justify-content: space-between;
}

.certificate-img {
    width: 100%;
    border-radius: 5px;
}

.certificate-img img {
    width: 100%;
    height: 450px;
}

.certificate_card_left {
    width: 60%;
}

.certificate_card_right {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}



.custom_btn {
    background: var(--nse-purple);
    color: white;
    border: none;
    padding: 12px;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
}

.btn:hover {
    background: #142B6F;
    color: white;
}

.info-bar {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

h1 {
    margin-bottom: 0%;
}

.separator {
    color: #ff5e6c;
    margin: 0 8px;
    font-weight: bold;
}

.v_line {
    height: 86%;
    width: 2px;
    background-color: white;
    margin: 1rem;
}


.session-card {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px;
    /* min-width: 210px; */
    width: 240px;
    border-radius: 8px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
    gap: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px
}

.icon-box {
    background: #2E2E83;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.module-card .icon-box img {
    width: 70px;
    height: 70px;
}


.text-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    background: transparent;
    padding: 0;
}

.text-box p {
    font-size: 14px;
    color: gray;
    margin: 0;
}

.fa-hand-point-up {
    font-size: 2rem;
}


.custom-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 20px 0;
}

.custom-nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.custom-nav a:hover {
    color: #007bff;
}

.inner {
    width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    background: white;
    z-index: 3;
}


.fixed-sidebar {
    position: sticky;
    top: 130px;
    border-radius: 10px;
    z-index: 9999999;
}

.fixed-sidebar img {
    width: 100%;
    border-radius: 5px;
}

.fixed-sidebar ul {
    list-style: none;
    padding: 0;
}

.fixed-sidebar ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fixed-sidebar ul li i {
    color: #007bff;
}


.session-card .icon-box {
    width: 60px;
    height: 60px;
    background-color: var(--nse-red);
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 60px;
    height: 50px;
}

.fa-circle-check {
    font-size: 2.5rem;
    color: var(--nse-purple);
}

.overlay {
    background: rgba(255, 255, 255, 0.8);
    padding: 0px;
    border-radius: 20px;
    background-image: url(../images/risk.png);
    width: 100%;
    position: relative;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 68vh;
    background-position: center;
    overflow: hidden;
}

.overlay_content {
    padding-inline: 2rem;
    background: #2f000087;
    padding-block: 2rem;
    height: 100%;
    width: 360px;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    color: white;
}

.highlight::before {
    content: "";
    width: 8px;
    height: 30px;
    background: var(--nse-yellow);
    display: inline-block;
}



.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-weight: bold;
    color: #3f2e91;
}

.compliance-card {
    background: var(--nse-light-yellow);
    padding: 20px;
    border-radius: 10px;
    border-left: 6px solid red;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 10px;
}

.compliance-card h5 {
    font-weight: bold;
}


.course-section {
    display: flex;
    justify-content: space-between;
    /* padding: 50px 0; */

}

.bootcamp_section {
    background: #392e7d;
}

.course-content {
    max-width: 100%;
    background: #392e7d;
    padding-block: 1rem;
    border-radius: 5px;
}

.course-content h2 {
    font-weight: bold;
    text-shadow: 2px 2px #ff000087;
}

.course-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.btn-learn {
    background-color: #ff3366;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
}

.global_risk_img {
    width: 500px;
    height: 400px;
    margin-top: 10px;
}

.global_risk_img img {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url(../images/esg-bg.png);
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.course-image {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.course-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url(../images/esg-bg.png);
    background-repeat: no-repeat;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    object-fit: cover;
}

/* @media (max-width: 768px) {
    .course-section {
        flex-direction: column;
        text-align: center;
    }
    .course-list {
        grid-template-columns: 1fr;
    }
} */


.ideal_for {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.ideal_for_cards {
    width: fit-content;
    padding: 0.8rem 1rem;
    background-color: #392e7d47;
}

.ideal_for_cards .card_heading {
    padding-bottom: 0rem;
}



.categories {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.category {
    background-color: white;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    text-align: center;
}

/* .category:nth-child(1){
    background-color: var(--nse-purple);
    color: white;
} */
.category_img {
    width: 60px;
    height: 60px;
}

.category_img img {
    width: 60px;
    height: 60px;
}



.profile-card {
    display: flex;
    width: 100%;
    /* background: white; */
    /* padding: 20px; */
    border-radius: 15px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    /* text-align: center; */
    margin: auto;
    gap: 5rem;
    justify-content: center;
    align-items: anchor-center;
}

.profile-card .hr_line {
    width: 35%;
}

.profile_card_img {
    width: 50%;
}

.profile_card_img img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.profile-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6c5ce7;
}

.profile-role {
    font-size: 2rem;
    color: #ff5e6c;

}

.profile-text {
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
    text-align: left;
}



/* / 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;
}


.module-card {
    display: flex;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}

.module-card .icon-box {
    background: #d9232d;
    width: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 15px;
}

.icon-box i {
    font-size: 24px;
    color: white;
}

.text-content h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.text-content p {
    margin: 0;
    font-size: 1.8rem;
    color: #666;
}

.text-content p span {
    color: red;
}

.module_card_main {
    display: flex;
    gap: 1rem;
}

.module-card h4 {
    font-size: 3rem;
}




/* form starts from here */
.form {
    z-index: 1;
    filter: drop-shadow(2px 3px 3px rgb(0, 0, 0));
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.title {
    font-size: 28px;
    color: #392E7D;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.title::before,
.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #392E7D;
}

.title::before {
    width: 18px;
    height: 18px;
    background-color: #392E7D;
}

.title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
}

.message,
.signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
}

.signin {
    text-align: center;
}

.signin a {
    color: #392E7D;
}

.signin a:hover {
    text-decoration: underline #392E7D;
}

.flex {
    display: flex;
    width: 100%;
    gap: 6px;
}

.form label {
    font-size: 1.2rem;
    position: relative;
}

.form label .input {
    width: 100%;
    padding: 5px 5px 5px 5px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    font-size: 1.4rem;
}

.form label .input+span {
    position: absolute;
    left: 10px;
    top: 2px;
    color: grey;
    font-size: 2rem;
    cursor: text;
    transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
    top: 15px;
    font-size: 1.4rem;
}

.form label .input:focus+span,
.form label .input:valid+span {

    font-size: 1.4em;
    font-weight: 600;
}

.form label .input:valid+span {
    color: green;
}

.submit {
    border: none;
    outline: none;
    background-color: #392E7D;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
}

.submit:hover {
    background-color: var(--nse-light-purple);
}


.circle-card-main {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.circle-card {
    text-align: center;
    padding: 20px;
    width: 300px;
    /* background: #392e7d; */
    color: white;
    border-radius: 5px;
    border: 1px solid #392e7d;
}

.circle-card:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.circle-card img {
    width: 100px;
    height: 100px;

}

.circle-card h5 {
    font-weight: bold;
    font-size: 2rem !important;
    color: #000000e3;
}

.circle-card p {
    font-size: 2rem !important;
    color: #2E1A66;
    max-width: 220px;
    margin: 0 auto;
    /* padding-top: 1rem; */
}

.fee_section {
    background-color: #2E1A66;
    color: white;
    /* padding: 20px; */
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 2rem;
}


.bootcamp-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bootcamp-section-left {
    width: 30%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bootcamp-section-right {
    width: fit-content;
    padding: 1rem;
}

.fee {
    font-size: 5rem;
    font-weight: bold;
    text-shadow: 2px 2px #ff0000a8;
}

span small {
    font-size: 2rem;
}

.bootcamp-section-left h5 {
    padding-bottom: 0%;
}

.register-btn {
    background-color: #FF3B30;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.5rem;
}

.register-btn:hover {
    background-color: #cc2f26;
}

.nse_main {
    display: flex;
    gap: 5%;
}

.nse_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nse_left div {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    padding: 2rem;
    background: #f8f9fa;
    ;
    height: 315px;
    color: black;
    border-radius: 5px;
}

.nse_right div {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    padding: 2rem;
    background: #f8f9fa;
    ;
    height: 315px;
    color: black;
    border-radius: 5px;
}

.nse_left h2 {
    color: var(--nse-purple);
    font-size: 3rem;
    padding-bottom: 10px;
}

.nse_right h2 {
    color: var(--nse-purple);
    font-size: 3rem;
    padding-bottom: 10px;
}

.nse_right {
    width: 50%;
}

.nse_section_img {
    width: 100%;
    height: 100%;
}

.nse_section_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}




.Grant_main {
    display: flex;
    gap: 5%;
}

.Grant_left {
    width: 55%;

}

.Grant_right div {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 2rem;
    background: #d1f5fc;
}

.Grant_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.Grant_section_img {
    width: 100%;
    height: 100%;
}

.Grant_section_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}



.disclaimer-container {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.disclaimer-container h2 {
    color: var(--nse-purple);
}

.disclaimer-container ul {
    list-style-type: square;
    padding-left: 20px;
}


.para li {
    list-style-type: square;
    font-size: 1.3rem;
}



.contact-container {
    /* background: var(--nse-purple); */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); */
    text-align: center;
    display: flex;
    gap: 3rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--nse-purple);

}

.contact_left {
    width: 40%;
}

.contact_left img {
    width: 90%;
    height: 275px;
}

.contact_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.contact-container p {
    font-size: 35px;
    margin-bottom: 15px;
    color: white;
}

.contact-item {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.contact-item i {
    color: white;
    font-size: 20px;
}

.contact-item a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.contact-item a:hover {
    text-decoration: underline;
}



.footer_main {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-bottom: 1.2rem;
    margin-top: 5rem;
}

.footer_main .nse_line_footer {
    width: 98%;
    height: 0.6rem;
    margin: 0 auto;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
}

.social_media ul {
    width: fit-content;
    display: flex;
    gap: 1rem;
}



/* why choose start */
.choose-inner-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 2%;
    padding: var(--ss-top-inner-p-gap) 0;
    margin: 0 auto;
    /* background-color: #000C3F; */
}

.choose-inner-wrapper .choose-card {
    min-width: 48%;
    width: 48%;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    background-color: var(--ss-white);
    border-radius: 2rem;
    /* box-shadow: 0 2px #768afe08; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.choose-inner-wrapper .choose-card .icon {
    min-width: 5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-inner-wrapper .choose-card:nth-child(1) .icon {
    background-image: linear-gradient(#ee7939, #e1603e);
    filter: drop-shadow(0.2rem 0.2rem 0.6rem #e1613e7e);
}

.choose-inner-wrapper .choose-card:nth-child(2) .icon {
    background-image: linear-gradient(#13a3c8, #0a7aa9);
    filter: drop-shadow(0.2rem 0.2rem 0.6rem #0a79a94f);
}

.choose-inner-wrapper .choose-card:nth-child(3) .icon {
    background-image: linear-gradient(#f7b142, #f38e24);
    filter: drop-shadow(0.2rem 0.2rem 0.6rem #f38f245a);
}

.choose-inner-wrapper .choose-card:nth-child(4) .icon {
    background-image: linear-gradient(#2c9e90, #237e72);
    filter: drop-shadow(0.2rem 0.2rem 0.6rem #237e725b);
}

.choose-inner-wrapper .choose-card .icon i {
    font-size: 2rem;
    color: var(--ss-white);
}

.choose-inner-wrapper .choose-card .content .title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--ss-text-primary);
    margin-bottom: 1.4rem;
}

.choose-inner-wrapper .choose-card .content .para {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: var(--ss-text-light-primary2);
}

/* why choose end */
/* why choose bootcamp start */
.why-bootcamp-section .choose-inner-wrapper {
    width: 100%;
}

#accordionChooseBootchamp.accordion {
    width: 100%;
}

#accordionChooseBootchamp .accordion-item {
    /* border: 1px solid var(--nse-orange); */
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.6rem;
    transition: all 0.3s linear 0s;
    background: linear-gradient(to right, #fff4ea, #ecebf3);
    width: 100%;
}

#accordionChooseBootchamp .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ECF7F9;
    box-shadow: none;
}

#accordionChooseBootchamp .accordion-item .accordion-button {
    font-size: 2rem;
    color: var(--nse-purple);
    font-weight: 600;
    padding: 2.2rem;
}

#accordionChooseBootchamp .accordion-item .accordion-body {
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--ss-text-light-primary2);
    font-weight: 400;
    padding: 2.2rem;
    padding-top: 0;
    background-color: #ECF7F9;
}

#accordionChooseBootchamp .accordion-item .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    background-image: none;
    transition: all 0.3s ease;
}

#accordionChooseBootchamp .accordion-item .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    background-image: none;
    transform: none;
    transition: all 0.3s ease;
}

/* why choose bootcamp end */

.topics {
    display: inline;
    gap: 5px;
}

.topics span {
    white-space: nowrap;
}

.topics span:not(:last-child)::after {
    content: " |";
    color: red;
    margin-left: 5px;
}




.session-container {
    /* background: linear-gradient(135deg, #321b67fa, #3b2175); */
    /* background-color: #392e7d; */
    padding-block: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); */
    /* max-width: 600px; */
    text-align: left;
    position: relative;
}

.session-container h2 {
    font-size: 24px;
    color: #ff5e6c;
}

.session-container h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
}

.highlight_two {
    color: white;
}

.highlight_two {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    padding-bottom: 10px;
    text-shadow: 1px 2px #ff00004f;
}


.session-container p {
    font-size: 20px;
    line-height: 1.6;
    color: #dcdcdc;
    padding-top: 1rem;
}

.time-icon {
    /* position: absolute; */
    /* top: 10px; */
    /* right: 20px; */
    font-size: 24px;
    /* display: flex; */
    /* align-items: center; */
    color: #ff5e6c;
    float: inline-end;
}

.time-icon img {
    width: 35px;
    margin-right: 5px;
}

.cta-button {
    display: inline-block;
    background: #ff5e6c;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.cta-button:hover {
    background: #e04c5a;
    box-shadow: 0 0 10px rgba(255, 94, 108, 0.8);
}


.experience-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    height: 60vh;
}

.experience-container h2 {
    color: #3b2175;
    font-size: 2.5rem;
    margin-bottom: 5px;
}

.experience-container span {
    color: #666;
    font-size: 19px;
}

.date-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #e63946;
    margin-top: 5px;
}

.date-info img {
    width: 18px;
    margin-right: 5px;
}

hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #e63946, #ffffff);
    margin: 15px 0;
}

.highlight {
    font-weight: bold;
}

.certificate-section {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.certificate-section img {
    width: 40px;
    margin-right: 10px;
}

.certificate-section .text {
    /* font-weight: bold; */
    font-size: 20px;
    color: #000;
}

.certificate-section .subtext {
    font-size: 14px;
    color: #666;
}

.cta-button {
    display: inline-block;
    background: #3b2175;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.cta-button:hover {
    background: #281655;
    box-shadow: 0 0 10px rgba(59, 33, 117, 0.6);
}

#msform1 {
    width: 100%;
}

/* register form modal start */
#registerModal {
    z-index: 99999999999999999999999;
}

#registerModal .modal-header img {
    width: 8rem;
}

.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 {
    width: 70rem;
    min-width: 40rem;
    padding: 2rem;
    padding-top: 0;
    border-radius: 0.8rem;
    background-color: #fff;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    z-index: 9;
}

.get_in_touch_innerForm_title h4 {
    font-size: 2rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

/* .get_in_touch_innerForm_title p{
    font-size: 1.5rem;
    color: var(--bs-gray);
    margin: 1rem 0;
   } */
.get_in_touch_innerForm_input {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.get_in_touch_innerForm_input .form-control {
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1.6rem;
    color: #777;
    padding: 1rem 1.2rem;
    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 {
    padding: 1rem 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1.6rem;
    border: none;
    color: #777;
}

.get_in_touch_innerForm_input .form-control::placeholder {
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #777;
}

.get_in_touch_innerForm_input button {
    padding: 0.8rem 1.6rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.btn-close {
    font-size: 1.4rem;
}

#ajaxResponseCheckoutForm {
    font-size: 1.4rem;
}

/* register form modal en
  d */
.vpe_img {
    width: 100%;
    height: 100%;
}

.vpe_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#sm_header {
    display: none;
}

.box_risk_managment {
    width: 100%;
    background-color: white;
    padding: 1rem;
    display: flex;
    margin-top: 20px;
    border: 1px solid #392e7d;
}

.box_risk_managment p {
    min-height: 76px;
}


.box_risk_managment h5 {
    color: var(--nse-purple) !important;
}

.global_img {
    width: 400px;
    height: 400px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.global_img img {
    width: 100%;
}

/* ===================new add css============ */

.hrline {
    width: 100px;
    height: 2px;
    background-color: #F44336;
    margin-bottom: 1rem;
}

.virtual_exp {
    border-radius: 5px;
    /* background-image: url(/images/VEP.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.virtual_exp_inner {
    width: 100%;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px !important;
    background-color: #3a2e7db5 !important;
}

.category.card_heading {
    color: var(--nse-purple) !important;
}


.risk-tools-section {
    /* background: url(/images/course-popular.png); */
    padding: 30px 20px;
    /* max-width: 600px; */
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.risk-header {
    /* text-align: center; */
    margin-bottom: 20px;
}

.risk-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    color: #392e7d;
}

.risk-subtitle {
    font-size: 14px;
    color: #555;
    margin: 5px 0 0;
}

.risk-tools-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
}

.tool-item {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #222;
}

.tool-icon {
    display: inline-block;
    width: 8px;
    height: 20px;
    background-color: red;
    margin-right: 10px;
}

.icon img {
    width: 30px;
    height: 30px;
}

.frm_text {
    font-size: 4rem;
    color: white;
}

.course-content p {
    font-size: 2rem;
}

.contact_section {
    width: 100%;
    /* margin: 0 auto; */
    padding-top: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}

.bootcamp_card {
    background: #392e7d;
    padding: 1rem;
    margin-top: 3rem;
    border-radius: 5px;
    width: 100%;
}

.bootcamp_card h3 {
    font-size: 4.2rem;
    color: white;
    text-align: center;
}

.bootcamp_card p {
    font-size: 2.5rem;
}

.case_card h5 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.hr_line {
    width: 160px;
    height: 2px;
    background-color: white
}

.bootcamp-section-right p {
    font-size: 2.5rem;
    text-shadow: 1px 1px #ff000070;
}

.contact_section p {
    font-size: 2rem;
}

.virtual_exp_inner p {
    font-size: 2rem;
    text-align: left;
}

.course-content .hr_line {
    width: 82%;
}

.session-container .hr_line {
    width: 42%;
}



@media (min-width: 299px) and (max-width: 699px) {
    .virtual_exp_inner p {
        font-size: 1.5rem;
        text-align: left;
    }

    .course-content p {
        font-size: 1.5rem;
    }

    .highlight_two {
        font-size: 2rem;
    }

    .certificate-section .text {
        font-size: 15px;
    }

    .contact_section p {
        font-size: 1.2rem;
        text-align: center;
    }

    .bootcamp-section-right {
        font-size: 1.2rem;
        text-align: center;
    }

    .experience-container h2 {
        font-size: 2rem;
    }

    .Learning_Outcomes {
        padding-top: 5rem;
    }

    .time-icon img {
        width: 30px;
    }

    .heading {
        font-size: 2.5rem;
    }

    .bootcamp_card h3,
    .case_card h5 {
        font-size: 2rem;
    }

    .bootcamp_card p {
        font-size: 2rem;
    }

    .contact-item a {
        font-size: 13px;
    }

    .contact_section,
    .bootcamp-section-right {
        padding: 0%;
    }

    .certificate_card_left,
    .certificate_card_right {
        width: 100%;
    }

    .certificate-img img {
        height: 260px;
    }

    .vpe_img {
        padding-top: 1rem;
    }

    .sub_heading b,
    .sub_heading {
        font-size: 2rem;
    }

    .module-card h4 {
        font-size: 2rem;
    }

    .nse_left div,
    .nse_right div {
        min-height: 400px;
    }

    .contact_section {
        width: 100%;
    }

    .topics {
        flex-wrap: wrap;
    }

    .ab {
        margin-top: 2rem;
    }

    .nse_right div {
        margin-top: 2rem;
    }

    .course-image {
        margin-top: 2rem;
    }

    .module-card .icon-box {
        background: #d9232d;
        width: 60px;
        height: 60px;
    }

    .time-icon {
        font-size: 10px;
    }

    .experience-container {
        height: 88vh;
    }

    .contact-container {
        margin-top: 4rem;
    }

    .contact-container p {
        font-size: 23px;
    }

    .bootcamp-section,
    .profile-card {
        flex-direction: column;
    }

    .contact_right,
    .bootcamp-section-left,
    .bootcamp-section-right,
    .info {
        width: 100%;
    }

    .contact_left {
        display: none;
    }

    .global_risk_img {
        width: 100%;
        height: 230px;
    }

    .circle-card-main,
    .categories,
    .module_card_main {
        flex-wrap: wrap;
    }

    .hero_left {
        width: 100%;
        padding-block: 5rem;
        padding-inline: ;
    }

    .form {
        display: none;
    }

    .certificate_card,
    .nse_main,
    .Grant_main {
        flex-direction: column;
    }

    .nse_right,
    .nse_left,
    .Grant_left,
    .Grant_right,
    .category,
    .circle-card {
        width: 100%;
    }

    .footer_inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        flex-wrap: wrap;
    }

    #hero {
        height: 80vh;
        background-image: url(/images/BannerMobile\ \ \(400\ x\ 600\ px\).png);
    }

    .hero_section {
        height: 80vh;
    }

    #md_header {
        display: none;
    }

    #sm_header {
        display: block;
        height: 11vh;
    }

    .nse_logo {
        width: 12rem;
        height: 7rem;

    }

    .main_logo {
        width: 18rem;
        height: 4rem;
        padding-top: 10px;
    }

    .course-content h2 {
        text-align: left;
    }

    .hero_content h1 {
        font-size: 2.5rem;
    }

    .hero_content h3 {
        font-size: 1.5rem;
    }

    .info-bar {
        font-size: 14px;
    }

    .course-section {
        flex-direction: column;
        text-align: center;
    }

    .overlay {
        height: 40vh;
    }
}


@media (min-width: 699px) and (max-width: 1199px) {

    .experience-container {
        height: 68px;
    }

    .certificate-img img {
        height: 300px !important;
    }

    .course-image img {
        box-shadow: none;
        object-fit: scale-down;
    }


    .nse_left div {
        height: 560px !important;
    }

    .nse_right div {
        height: 560px !important;
    }

    #hero {
        height: 36vh;
    }

    .hero_section,
    .overlay {
        height: 36vh;
    }

}

@media (min-width: 699px) and (max-width: 999px) {
    #hero {
        height: 48vh;
    }

    .hero_section,
    .overlay {
        height: 48vh;
    }

    .global_risk_img {
        width: 100%;
        height: 300px;
    }

    .hero_left {
        padding-block: 5rem;
    }

}

@media (min-width: 1399px) and (max-width: 1599px) {
    .nse_line img {
        width: 72%;

    }


}

.nav-btns {
    margin-top: -20px;
}

.paras {
    margin: 2rem 0;
}

.paras p {
    font-size: 18px;
}

.main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mini-box {
    width: 50%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 150px;
    gap: 10px;
    margin-top: 2rem;
}

.mini-box h5 {
    color: #2e1a66;
    font-size: 20px;
}

.mini-box p {
    color: black;
    font-size: 18px;
}

.redOne {
    color: red;
}

.info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.info strong {
    color: #2e1a66;
}

.small-box {
    padding: 20px 30px;
    background-color: rgba(255, 0, 0, 0.329);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.small-box p {
    display: flex;
    gap: 1rem;
}

.small-box i {
    color: white;
    background-color: red;
    border-radius: 50%;
    padding: 2px;
    font-size: 13px;
}

@media (min-width:480px) and (max-width:768px) {
    .main-box {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width:479px) {

    .mini-box {
        width: 100%;
        margin-bottom: 2rem;
    }


}