body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #fff;
}
h1, h2, h3 {
    color: #14142B;
}
p {
    color: #4E4B66;
}
.site-header {
    padding: 10px 0;
    background: #F5FAFF;
}
.nav-call-row a {
    background: #281cba;
    color: #fff;
    text-decoration: none;
    padding: 14px 25px 14px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}
.nav-call-row a:hover {
    background: #241aff;
    transition: 0.3s;
}
.dropdown-toggle::after {
    border: none!important;
    background-image: url('../img/iconamoon_arrow-down-2-thin.png');
    width: 20px;
    height: 17px;
    position: relative;
    top: 2px;
    right: 8px;
    background-repeat: no-repeat;
}
.dropdown-menu.show {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 32px 64px 0px rgba(17, 17, 17, 0.08);
    border: 0;
}
.dropdown-item {
    font-weight: 500;
    margin-bottom: 15px;
}
.dropdown-menu {
    min-width: 17rem;
    padding: 20px 20px;
}
.nav-call-row a img {
    width: 24px;
    margin-top: -5px;
    margin-right: 3px;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('http://leadfolio.in/wp-content/uploads/2026/01/menu.png');
    width: 2.5em;
}
.navbar-nav {
    margin-left: auto;
    margin-right: 35px;
}
.nav-item {
    margin: 0 10px;
    font-size: 18px;
}
.nav-link.active {
    color: #281cba!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #1C1919;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #281cba;
}
.navbar-brand img {
    width: 125px;
}

/* banner */
.banner-wrap {
    background: #FFF;
}
.banner-wrap .row {
    align-items: flex-end;
}
.ban-right-col {
    padding: 0;
    text-align: end;
    position: relative;
    top: -30px;
}
.ban-right-col img {
    width: auto;
}
.ban-left-col {
    padding-top: 100px;
    padding-bottom: 70px;
}
.ban-left-col h1 {
    font-size: 50px;
    font-weight: 800;
}
.ban-left-col h1 span {
    color: #281cba;
}
.ban-left-col p {
    color: #4E4B66;
    margin-top: 25px;
    margin-bottom: 45px;
}
.ban-btn-1 {
    background: #241aff;
    color: #fff;
    text-decoration: none;
    padding: 20px 35px 20px 35px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
}
.ban-btn-1:hover {
    background: #281cba;
    color: #fff;
    transition: 0.3s;
}
.ban-btn-1 img {
    width: 15px;
    margin-top: -5px;
    margin-right: 3px;
}
.ban-btn-2 {
    background: transparent;
    color: #241aff;
    border: 2px solid #241aff;
    text-decoration: none;
    padding: 19px 35px 19px 35px;
    font-size: 18px;
    font-weight: 600;
}
.ban-btn-2:hover {
    background: #241aff;
    color: #fff;
    transition: 0.3s;
}
.ban-btm-ico {
    display: flex;
    justify-content: center;
    position: relative;
    top: -100px;
    left: -40px;
}
.ban-lf-col {
    padding-left: 0;
    position: relative;
    bottom: -100px;
}
.ban-lf-col img {
    width: 70%;
}
/* ABOUT */
.home-about {
    background: #eeeeee;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sub-text {
    display: flex;
    align-items: center;
}
.sub-text span {
    display: block;
    width: 100px;
    height: 2px;
    background: #281cba;
    margin-right: 15px;
    margin-top: -5px;
}
.sub-text h3 {
    font-size: 16px;
    color: #281cba;
}
.hm-about-left-col h2 {
    font-size: 50px;
    font-weight: 700;
}
.hm-about-right-col p {
    font-size: 19px;
    line-height: 33px;
}
.home-about .row {
    align-items: center;
}
.hm-about-right-col {
    margin-top: 65px;
}
.about-card {
    text-align: center;
    box-shadow: 0px 20px 24px 0px rgba(17, 17, 17, 0.06); 
    background: #FFF; 
    padding: 35px 0;
    margin-bottom: 20px;
}
.about-card img {
    margin-bottom: 20px;
    width: auto;
}
.about-card h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}
.hm-abt-row-2 {
    margin-top: 50px;
}
/* Courses */
.courses-wrap {
    padding: 50px 0 50px;
    background: #ffffff;
}
.course-head {
    text-align: center;
    margin-bottom: 70px;
}
.course-head h2 { 
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.course-head p {
    font-size: 16px;
    width: 70%;
    margin: 0 auto 40px;
    font-weight: 500;
}
.course-card {
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(33, 37, 71, 0.10);
    padding: 40px 38px;
    min-height: 465px;
    margin-bottom: 30px;
    position: relative;
}
.course-card-first-child {
    position: relative;
}
.course-card-first-child::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -25px;
    background-image: url('../img/IMAGE.png');
    background-repeat: no-repeat;
    width: 180px;
    height: 200px;
}
.course-card img {
    width: auto;
    margin-bottom: 15px;
}
.course-card h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.course-card p {
    width: 90%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.course-card p span {
    color: #281cba;
}
.course-card a img {
    margin: 0;
}
.course-card a {
    text-decoration: none;
    border: 2px solid #241aff;
    margin: 0;
    padding: 6px 14px 6px;
    display: inline-block;
    color: #241aff;
    font-weight: 600;
    margin-top: 10px;
}
.course-card a:hover {
    background: #241aff;
    color: #fff;
}
.course-card a:hover img {
    filter: brightness(10);
}
/* CTA */
.cta-wrap {
    padding: 50px 0 50px;
    background: #241aff;
}
.cta-box {
    background-image: url('../img/Frame\ 38.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 20px 60px;
    text-align: center;
    border-radius: 10px;
}
.cta-box h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}
.cta-box a {
    background: #fff;
    color: #281cba;
    text-decoration: none;
    padding: 18px 35px 18px 35px;
    font-size: 18px;
    font-weight: 700;
}
.cta-box a:hover {
    background: #281cba;
    color: #fff;
}
.cta-box a:hover img {
    filter: brightness(10);
}
.cta-box a img {
    width: 24px;
    margin-top: -5px;
    margin-right: 3px;
}
.del-wrap {
    padding: 35px 0 50px;
}
.del-head {
    text-align: center;
}
.del-head h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.del-head p {
    width: 55%;
    margin: 0 auto 30px;
    font-weight: 500;
}
.del-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(33, 37, 71, 0.10);
    padding: 30px 35px 10px;
    margin-bottom: 20px;
}
.del-card-pro {
    display: flex;
}
.del-card img {
    width: auto;
    margin-bottom: 20px;
}
.del-card p {
    color: #787878; 
    margin-bottom: 25px;
}
.del-cd-det {
    margin-left: 10px;
    margin-top: 3px;
}
.del-cd-det p {
    color: #414141; 
    font-weight: 500; 
    margin: 0;
}
.del-cd-det h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px;
}
/* FAQ */
.faq-wrap {
    padding: 50px 0 0;
}
.faq-head {
    text-align: center;
}
.faq-head h2 {
    margin: 0 0 50px;
    font-size: 50px;
    font-weight: 700;
}
.faq-wrap .accordion {
    width: 65%;
    margin: 0 auto;
}
.faq-wrap .accordion-button::after {
    background-image: url('../img/plus.png');
}
.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: url('../img/xmark.png');
    transform: rotate(0deg);
}
.faq-wrap .accordion-button {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    padding: 25px 0;
}
.faq-wrap .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
}
.faq-wrap .accordion-item {
    background-color: transparent;
    border: 0;
    border-top: 3px solid #eceef6;
}
.faq-wrap .accordion-item:not(:first-of-type) {
    border-top: 3px solid #eceef6;
}
.faq-wrap .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-wrap .accordion-button {
    background-color: transparent;
}
.faq-wrap .accordion-body {
    padding: 0 0 30px;
}
.faq-wrap .accordion-body p {
    line-height: 30px;
    color: rgba(60, 60, 67, 0.85);
}
.faq-wrap .accordion-button:focus {
    box-shadow: none;
}
.faq-wrap .accordion .accordion-item:last-child {
    border-bottom: 3px solid #eceef6;
    border-radius: 0;
}
/* SUBSRIBE */
.subscribe-wrap {
    background-image: url('../img/Frame\ 60.png');
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}
.subscribe-wrap .row {
    align-items: center;
    justify-content: center;
}
.sub-col-left h2 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}
.sub-input-wrap {
    display: flex;
}
.sub-input-wrap input {
    margin-right: 10px;
    width: 70%;
    border-radius: 50px;
    border: 0;
    height: 55px;
    padding-left: 15px;
}
.sub-input-wrap button {
    background: #241aff;
    color: #fff;
    border-radius: 50px;
    border: 0;
    padding: 0 55px;
    font-weight: 600;
}
.sub-input-wrap button:hover {
    background: #fff;
    color: #241aff;
    transition: 0.3s;
}
.footer {
    background: #fff; 
    padding: 80px 0 20px;
}
.footer-social ul {
    display: flex;
    padding-left: 0;
}
.footer-social ul li {
    list-style: none;
    margin-right: 10px;
}
.footer-col-1 p {
    color: #000000;
    opacity: 0.9;
    margin-bottom: 20px;
}
.footer-col-1 img {
    margin-bottom: 30px;
}
.footer-link-col h3 {
    color: #281cba;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-link-col ul {
    padding-left: 0;
}
.footer-link-col ul li {
    list-style: none;
    margin-bottom: 20px;
}
.footer-link-col ul li a {
    color: #000000;
    text-decoration: none;
    opacity: 0.9;
}
.footer-link-col ul li a:hover {
    color: #82E9FF;
}
.footer-col-2 h3 {
    color: #281cba;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-contact-col h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.footer-contact-col p {
    color: #000000;
}
.footer-contact-col p a {
    color: #281cba;
    text-decoration: none;
}
.footer-contact-col p a:hover {
    color: #82E9FF;
}
.footer-contact-col p span {
    color: #281cba; 
}
.footer-contact-col {
    margin-bottom: 40px;
}
.footer .container {
    border-bottom: 2px solid #ffffff78;
    padding-bottom: 25px;
}
.copyright .container {
    border-bottom: 0;
    padding: 0;
}
.copy-row {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.copy-row p {
    color: #281cba;
    opacity: 0.9;
}
.copy-row p a {
    color: #281cba;
    text-decoration: none;
}
.copy-row p a:hover {
    color: #281cba;
}
.footer-social ul li a:hover {
    opacity: .5;
}
/* ABOUT PAGE */
.about-banner {
    background-image: url('../img/Frame\ 80.png');
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    text-align: center;
}
.abt-ban-content h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}
.about-content-wrap {
    padding: 70px 0px 70px;
    position: relative;
}
.abt-content-row {
    width: 70%;
    margin: 0 auto;
}
.abt-content-row p {
    font-size: 18px;
    line-height: 33px;
}
.abt-vec-1 {
    position: absolute;
    bottom: 25px;
    left: 20px;
}
.abt-vec-1 img {
    width: 160px;
}
.abt-vec-2 {
    position: absolute;
    top: 50px;
    right: 30px;
}
.abt-vec-2 img {
    width: 160px;
}
.team-wrap {
    padding: 100px 0 70px;
}
.team-card img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.team-head {
    text-align: center;
}
.team-head h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}
.team-card {
    border-radius: 8px; 
    background: #FFF; 
    box-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);
    margin-bottom: 60px; 
}
.tm-card-content {
    padding: 20px 15px;
}
.tm-card-content h3 {
    font-size: 20px;
    font-weight: 700; 
    margin-bottom: 13px;
}
.tm-card-content h4 {
    font-size: 16px;
    font-weight: 400; 
}
.team-card-first-child {
    position: relative;
}
.team-card-first-child::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -40px;
    background-image: url('../img/IMAGE.png');
    background-repeat: no-repeat;
    width: 180px;
    height: 200px;
    z-index: -1;
}
.abt-gallery-wrap {
    padding: 0 0 50px;
}
.abt-gal-head {
    text-align: center;
}
.abt-gal-head h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 45px;
}
.abt-gal-img-col img {
    width: 100%;
    height: 95%;
    object-fit: cover;
}
.abt-gal-img-col {
    margin-bottom: 0px;
}
.abt-gal-load-row {
    text-align: center;
}
.abt-gal-load-row a {
    text-decoration: none;
    border: 2px solid #241aff;
    margin: 0;
    border-radius: 50px;
    padding: 15px 55px 20px;
    display: inline-block;
    color: #241aff;
    font-weight: 800;
    margin-top: 40px;
}
.abt-gal-load-row a:hover {
    background: #241aff;
    color: #fff;
}
.abt-form-wrap {
    padding: 60px 0;
}
.abt-form-wrap h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
}
.form-container {
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(33, 37, 71, 0.10);
    padding: 50px 50px 50px;
}
.abt-form-field input {
    border-radius: 16px;
    border: 0;
    height: 60px;
    background: #EFF0F6;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    font-weight: 600;
}
.abt-form-field textarea {
    border-radius: 16px;
    border: 0;
    height: 128px;
    background: #EFF0F6;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    font-weight: 600;
    padding-top: 15px;
}
.abt-form-submit {
    text-align: center;
}
.abt-form-submit button {
    border: 0;
    background: #241aff;
    color: #fff;
    border-radius: 50px;
    padding: 18px 65px;
    font-weight: 600;
    font-size: 18px;
}
.abt-form-submit button:hover {
    background: #281cba;
}
/* CONTACT PAGE */
.contact-banner {
    background-image: url('../img/contact-banner.png');
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    text-align: center;
}
.ct-ban-content h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}
.contact-form-wrap {
    padding: 100px 0;
}
.ctf-left-col {
    position: relative;
}
.ctf-left-col img {
    width: 90%;
}
.ctf-left-box a {
    background: #281cba;
    color: #fff;
    text-decoration: none;
    padding: 20px 25px 20px 20px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.ctf-left-box a:hover {
    background: #fff;
    color: #281cba;
    transition: 0.3s;
}
.ctf-left-box a img {
    width: 24px;
    margin-top: -5px;
    margin-right: 3px;
}
.ctf-left-box {
    background: #241aff;
    position: absolute;
    width: 85%;
    bottom: 0px;
    left: 35px;
    text-align: center;
    padding: 25px 0 30px;
    border-radius: 10px;
}
.ctf-left-box h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.ctf-right-col h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px; 
}
.ctf-right-col p {
    width: 85%;
    margin-bottom: 35px;
}
.ctf-form-submit button {
    border: 0;
    background: #241aff;
    color: #fff;
    border-radius: 50px;
    padding: 18px 65px;
    font-weight: 600;
    font-size: 18px;
}
.ctf-form-submit button:hover {
    background: #281cba;
    transition: 0.3s;
}
.ctf-right-col .form-container {
    width: 100%;
}
.contact-map img {
    width: 100%;
}
.contact-det-wrap {
    padding: 10px 0 80px;
}
.ct-det-left-column {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 24px 0px rgba(17, 17, 17, 0.06);
    padding: 40px 0;
}
.map-icon-row {
    text-align: center;
    margin-bottom: 30px;
}
.map-icon-row img {
    width: auto;
}
.ct-det-addr {
    text-align: center;
}
.ct-det-addr h3 {
    font-size: 18px;
    font-weight: 700;
}
.ct-det-addr-fc {
    border-right: 1px solid #D9DBE9;
}
.ct-det-addr p {
    font-weight: 500;
}
.ct-det-right-col-1 {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 24px 0px rgba(17, 17, 17, 0.06);
    text-align: center;
    height: 100%;
    padding: 70px 0 0;
    margin-bottom: 20px;
}
.ct-det-right-col-1 h3 {
    font-size: 18px;
    font-weight: 700;
}
.ct-det-right-col-1 p {
    margin-bottom: 0;
}
.ct-det-right-col-1 p a {
    text-decoration: none;
    color: #4E4B66;
    font-weight: 500;
}
.ct-det-right-col-1 img {
    margin-bottom: 20px;
}
.ct-det-right-col-1 p a:hover {
    color: #241aff;
}
/* Course Page */
.course-banner {
    background: #DAF4FF;
    padding: 5px 0 50px;
}
.cs-ban-img img {
    width: 100%;
}
.course-banner .row {
    align-items: center;
}
.cs-ban-content {
    padding-left: 130px;
}
.cs-ban-content h1 {
    font-size: 60px;
    margin-bottom: 40px;
}
.cs-ban-content p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 60px;
}
.cs-ban-act a:first-child {
    text-decoration: none;
    background: #281cba;
    color: #fff;
    padding: 20px 50px 20px;
    border-radius: 50px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
}
.cs-ban-act a:first-child:hover {
    background: #241aff;
}
.cs-ban-act a:last-child {
    text-decoration: none;
    background: transparent;
    color: #281cba;
    border: 2px solid #281cba;
    padding: 20px 25px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}
.cs-ban-act a:last-child:hover {
    background: #281cba;
    color: #fff;
}
.cs-ban-act a:last-child:hover img {
    filter: brightness(10);
}
.cs-ban-act a img {
    margin-right: 10px;
    margin-top: -5px;
}
.cs-ban-bottom {
    background: #DAF4FF;
    padding-bottom: 50px;
}
.content-nav-wrap {
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);
    padding: 25px 0;
    margin-bottom: 25px;
}
.content-nav-wrap .container {
    position: relative;
}
.ct-nav-list ul {
    display: flex;
    margin: 0;
    padding-left: 0;
}
.ct-nav-list ul li {
    margin-right: 35px;
    list-style: none;
    position: relative;
}
.ct-nav-list ul li a {
    text-decoration: none;
    color: #14142B;
    font-size: 18px;
    font-weight: 600;
}
.ct-nav-enroll {
    position: absolute;
    right: 0;
    top: 0;
}
.ct-nav-enroll a {
    text-decoration: none;
    background: #241aff;
    color: #fff;
    padding: 10px 30px 15px;
    border-radius: 50px;
}
.ct-nav-enroll a:hover {
    background: #281cba;
}
.ct-nav-list ul li:first-child::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 5px;
    width: 100%;
    background: #241aff;
}
.course-content-wrap {
    background: #F5FAFF;
    padding: 50px 0 70px;
}
.cs-content-left-col-main h2 {
    font-size: 35px;
    font-weight: 700;
}
.cs-content-1-desc {
    margin-top: 30px;
}
.cs-content-1-desc p {
    margin-bottom: 30px;
    font-size: 18px;
}
.cs-content-1-desc p span {
    font-weight: 700;
}
.up-batch-wrap {
    margin-top: 50px;
}
.up-batch-wrap h3 {
    color: #14142B;
    margin-bottom: 30px;
    font-size: 24px;
}
.up-enroll-row {
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06);
    padding: 20px 35px 25px;
}
.up-enr-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9DBE9;
    padding-bottom: 5px;
    padding-top: 15px;
}
.up-enr-det h4 {
    font-size: 18px;
    font-weight: 700;
}
.up-enr-det p {
    font-weight: 600;
}
.up-enr-det p span {
    color: #241aff;
}
.up-enr-btn a {
    text-decoration: none;
    background: #241aff;
    color: #fff;
    padding: 10px 25px 15px;
    border-radius: 50px;
}
.up-enr-btn a:hover {
    background: #281cba;
}
.up-enr-btm {
    padding-top: 25px;
}
.up-enr-btm p {
    font-size: 18px;
}
.up-enr-btm p a {
    margin-left: 10px;
    color: #281cba;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}
.up-enr-btm p a:hover {
    color: #241aff;
}
.up-enr-btm p a img {
    margin-right: 5px;
    margin-top: -5px;
}
.syllabus-row {
    padding: 60px 0 60px;
}
.syll-head {
    border-top: 2px solid #D9DBE9;
    padding-top: 35px;
    border-bottom: 2px solid #D9DBE9;
    padding-bottom: 25px;
}
.syll-head h2 {
    font-size: 35px;
    font-weight: 700; 
}
.syll-accordion-wrap {
    margin-top: 25px;
}
.syll-accordion-wrap .accordion {
    margin: 0 auto;
}
.syll-accordion-wrap .accordion-button::after {
    background-image: url('../img/tabler_chevron-down\(1\).png');
}
.syll-accordion-wrap .accordion-button:not(.collapsed)::after {
    background-image: url('../img/tabler_chevron-down.png');
    transform: rotate(0deg);
}
.syll-accordion-wrap .accordion-button {
    color: #14142B;
    background-color: transparent;
    box-shadow: none;
    font-weight: 400;
    padding: 30px 0;
    font-size: 25px;
}
.syll-accordion-wrap .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.syll-accordion-wrap .accordion-item {
    background-color: transparent;
    border: 0;
    border-top: 3px solid #eceef6;
}
.syll-accordion-wrap .accordion-item:not(:first-of-type) {
    border-top: 4px solid #eceef6;
}
.syll-accordion-wrap .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.syll-accordion-wrap .accordion-button {
    background-color: transparent;
}
.syll-accordion-wrap .accordion-body {
    padding: 0 0 10px;
}
.syll-accordion-wrap .accordion-body p {
    line-height: 30px;
    color: rgba(60, 60, 67, 0.85);
    margin: 0;
    font-weight: 500;
}
.syll-accordion-wrap .accordion-button:focus {
    box-shadow: none;
}
.syll-accordion-wrap .accordion .accordion-item:last-child {
    border-bottom: 3px solid #eceef6;
    border-radius: 0;
}
.syll-accordion-wrap .accordion .accordion-item:first-child {
    border-top: 0px solid #eceef6;
}
.syll-accord-list ul {
    padding-left: 0;
}
.syll-accord-list ul li {
    display: flex;
    margin-bottom: 15px;
}
.syll-accord-list ul li img {
    margin: 4px 10px 0 0;
}
.skill-tab .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
    color: #3F46D6!important;
    font-weight: 700;
    border-bottom: 3.5px solid #3F46D6;
}
.skill-tab .nav-tabs .nav-item {
    margin: 0;
}
.skill-tab .tab-content {
    padding: 60px 0px 30px;
}
.skill-tab {
    margin-top: 40px;
    border-bottom: 1px solid #D9DBE9;
}
.skill-tb-col {
    text-align: center;
    margin-bottom: 45px;
    width: 20%;
}
.skill-tb-col h5 {
    font-size: 16px;
    margin: 10px 0 0;
}
.skill-tb-col img {
    width: auto;
}
.skill-tab .nav-tabs .nav-link {
    color: #14142B;
    font-weight: 600;
}
.skill-certification {
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #D9DBE9;
}
.skill-certification h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.skill-certification .row {
    justify-content: space-between;
}
.review-card-top {
    display: flex;
    justify-content: space-between;
}
.review-card {
    background: #fff;
    padding: 30px 30px;
    border-radius: 12px;
    border: 1.337px solid #E7EAEC;
    margin-bottom: 25px;
}
.course-review h2 {
    margin: 35px 0 30px;
}
.rw-card-content p {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height: 30px;
}
.rw-card-img-det h5 {
    margin: 15px 0 0;
    color: #281cba;
    font-weight: 600;
}
.rw-card-img-det img {
    width: 82px;
}
.rw-card-content a {
    text-decoration: none;
    color: #241aff!important;
    font-weight: 600;
    cursor: pointer;
}
.rw-card-content a:hover {
    color: #281cba!important;
}
#ReadMore1 {display: none;}
#ReadMore2 {display: none;}
#ReadMore3 {display: none;}
#ReadMore4 {display: none;}
.accord-wrap-2 .accordion-button {
    font-weight: 600;
    padding: 30px 0;
    font-size: 18px;
}
.accord-wrap-2 .accordion-item:not(:first-of-type) {
    border-top: 3px solid #eceef6;
}
.accord-wrap-2 .accordion-button:not(.collapsed)::after {
    background-image: url('../img/xmark.png');
    transform: rotate(0deg);
}
.accord-wrap-2 .accordion-button::after {
    background-image: url('../img/plus.png');
}
.couse-wrap-2 {
    background: #fff;
}
.couse-wrap-2 .course-card h3 {
    font-size: 25px;
}
.couse-wrap-2 .course-card p {
    width: 100%;
    font-size: 16px;
}
.couse-wrap-2 .course-card {
    min-height: 470px;
}
.couse-wrap-2 .course-card a {
    border: 0;
}
.highlight-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #D9DBE9;
    padding: 30px 35px 30px;
    box-shadow: 0px 8px 16px 0px rgba(17, 17, 17, 0.06); 
    margin-bottom: 20px;
}
.highlight-list {
    margin-top: 20px;
}
.highlight-list ul {
    padding-left: 0;
}
.highlight-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.highlight-list ul li p {
    margin: 0;
    font-weight: 500;
}
.highlight-list ul li img {
    width: 20px;
    height: 18px;
    margin-right: 10px;
    object-fit: contain;
}
.highlight-card h3 {
    color: #281cba;
    font-size: 20px;
    font-weight: 600;
}
.query-card {
    border-radius: 12px;
    border: 1px solid #D9DBE9;
    background: #FFF; 
    padding: 30px 35px 30px;
}
.query-card h3 {
    color: #107EB0;
    font-size: 22px;
    font-weight: 600;
}
.query-row {
    margin-top: 25px;
}
.query-row h4 {
    font-size: 18px;
    color: #4E4B66;
}
.query-row a {
    text-decoration: none;
    color: #281cba;
    font-weight: 600;
    font-size: 20px;
}
.query-row a:hover {
    color: #241aff;
}
.sec-prbm-section {
padding: 100px 0;
    background: #241aff;
color: #ffffff;
}


.sec-prbm-title {
text-align: center;
font-size: 52px;
font-weight: 500;
margin-bottom: 15px;
color: #fff;
}


.sec-prbm-subtitle {
text-align: center;
font-size: 18px;
color: #d8f3e8;
margin-bottom: 70px;
}


.sec-prbm-card {
background: #ffffff1a; 
    padding: 40px 30px;
    height: 100%; 
}


.sec-prbm-icon {
font-size: 34px;
color: #e7b889;
margin-bottom: 25px;
}


.sec-prbm-card-title {
font-size: 26px;
margin-bottom: 18px;
}


.sec-prbm-card-text {
font-size: 16px;
line-height: 1.8;
color: #cfe9df;
}

.sec-ycu-section {
padding: 100px 0;
background: #fff;
color: #ffffff;
}

.sec-ycu-image-wrap img {
width: 100%;
height: auto;
display: block;
}


.sec-ycu-title {
font-size: 46px;
line-height: 1.25;
margin-bottom: 30px;
font-weight: 600;
}


.sec-ycu-list {
padding-left: 20px;
margin: 0;
}


.sec-ycu-list li {
font-size: 18px;
line-height: 1.8;
margin-bottom: 14px;
color: #333;
}

 .sec-rst-section {
            padding: 100px 0;
            background: #241aff;
            color: #ffffff;
        }

        .sec-rst-heading {
               text-align: center;
    font-size: 42px;
    color: #fff;
    width: 60%;
    margin: 0 auto 60px;
        }

        .sec-rst-item {
            text-align: center;
            padding: 35px 20px;
            position: relative;
            margin-bottom: 20px;
        }

        .sec-rst-number {
            font-size: 120px;
            font-weight: 700;
            color: #ffffff30;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            line-height: 1;
        }

        .sec-rst-title {
                font-size: 24px;
    font-weight: 600;
            position: relative;
            z-index: 2;
        }

        .sec-rst-text {
            font-size: 15px;
            line-height: 1.7;
            color: #d6dbe0;
            position: relative;
            z-index: 2;
        }
        
.sec-exp-det-section {
padding: 70px 0;
background: #ffffff;
border-top: 1px solid #d7dde3;
border-bottom: 1px solid #d7dde3;
}


.sec-exp-det-box {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}


.sec-exp-det-number {
font-size: 72px;
font-weight: 800;
color: #281cba;
line-height: 1;
}


.sec-exp-det-number span {
font-size: 32px;
vertical-align: top;
}


.sec-exp-det-text {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
color: #1e2a36;
line-height: 1.4;
text-align: left;
}


.sec-exp-det-text strong {
display: block;
font-size: 20px;
letter-spacing: 0.5px;
}


@media (max-width: 768px) {
.sec-exp-det-box {
justify-content: flex-start;
margin-bottom: 30px;
}


.sec-exp-det-number {
font-size: 58px;
}
}

.sec-tst-sld-section {
padding: 90px 0;
background: #ffffff;
}


.sec-tst-sld-quote {
font-size: 42px;
line-height: 1.4;
color: #1a73e8;
max-width: 1050px;
margin-bottom: 40px;
}


.sec-tst-sld-author {
display: flex;
align-items: center;
gap: 15px;
}


.sec-tst-sld-author img {
width: 56px;
height: 56px;
border-radius: 50%;
object-fit: cover;
}


.sec-tst-sld-name {
font-size: 18px;
font-weight: 600;
color: #1f2b3a;
}


.sec-tst-sld-role {
font-size: 15px;
color: #6b7785;
}


.slick-dots {
bottom: -40px;
}


.slick-dots li button:before {
font-size: 10px;
color: #1a73e8;
}


@media (max-width: 768px) {
.sec-tst-sld-quote {
font-size: 28px;
}
}
.slick-slide {
    height: unset;
}
.sec-faq-section {
padding: 100px 0;
background: #eee;
}


.sec-faq-heading {
font-size: 48px;
font-weight: 700;
color: #4a5578;
margin-bottom: 20px;
}


.sec-faq-subtext p {
font-size: 18px;
color: #6b7391;
max-width: 780px;
margin-bottom: 60px;
}


.sec-faq-item {
background: #ffffff;
border-radius: 14px;
padding: 22px 26px;
margin-bottom: 24px;
box-shadow: 0 10px 25px rgba(0,0,0,0.04);
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
}


.sec-faq-question {
font-size: 18px;
font-weight: 600;
color: #4a5578;
}


.sec-faq-icon img {
    width: 18px;
transition: transform 0.3s ease;
}


.sec-faq-item.active .sec-faq-icon {
transform: rotate(180deg);
}


.sec-faq-answer {
display: none;
padding: 0 26px 22px 26px;
font-size: 16px;
color: #6b7391;
line-height: 1.7;
}


.sec-faq-item-wrap {
margin-bottom: 10px;
}


@media (max-width: 768px) {
.sec-faq-heading {
font-size: 36px;
}
}
 .inn-hero-section {
            background: #241aff;
        }
.inn-hero-img-row {
    padding: 0;
}
.inn-hero-cont-row {
    padding: 0 60px 0;
}
        .inn-hero-title {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 20px;
        }

        .inn-hero-text p {
            font-size: 18px;
            color: #fff;
            max-width: 520px;
            margin-bottom: 30px;
        }

        .inn-hero-btns {
            display: flex;
            gap: 15px;
            margin-bottom: 40px;
        }

        .inn-hero-btn-primary {
            background: #fff;
            color: #281cba;
            border: none;
            padding: 12px 26px; 
            font-size: 15px;
            text-decoration: none;
        }

        .inn-hero-btn-secondary {
            background: transparent;
            color: #fff;
            border: 1px solid #fff;
            padding: 12px 26px; 
            font-size: 15px;
            text-decoration: none;
        }

        .inn-hero-stats {
            display: flex;
            gap: 40px;
        }

        .inn-hero-stat strong {
                display: block;
    font-size: 30px;
    color: #ffffff;
        }

        .inn-hero-stat span {
            font-size: 14px;
            color: #c3c3c3;
        }

       

        .inn-hero-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        @media (max-width: 768px) {
            .inn-hero-title {
                font-size: 38px;
            }

            .inn-hero-stats {
                flex-wrap: wrap;
                gap: 20px;
            }
        }
        .inn-sec-1-section {
            padding: 100px 0;
            background: #ffffff;
        }

       

        .inn-sec-1-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .inn-sec-1-title {
            font-size: 44px;
            font-weight: 700;
            color: #0f1222;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .inn-sec-1-text {
            font-size: 17px;
            line-height: 1.8;
            color: #5b6175;
            margin-bottom: 18px;
        }
        .inn-sec-1-text p {
               margin-bottom: 0;  
        }
.inn-sec-1-row  {
    margin-top: 80px;
}
        .inn-wcu-sec {
            padding: 30px 0 60px;
            background: #ffffff;
        }

        .inn-wcu-subtitle {
            color: #6aa9ff;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .inn-wcu-title {
            font-size: 42px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 60px;
        }

        .inn-wcu-box {
            display: flex;
            gap: 18px;
            margin-bottom: 40px;
        }

        

        .inn-wcu-icon img {
            width: 45px;
        }

        .inn-wcu-box-title h4 {
            font-size: 18px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 6px;
        }

        .inn-wcu-box-text {
            font-size: 15px;
            color: #64748b;
            line-height: 1.7;
        }
        
        .inn-gaq-sec { 
            background: #f1f1eb;
        }

        .inn-gaq-wrap {
            background: #241aff;
        }
        .inn-gaq-image {
            padding: 0;
        }
        .inn-gaq-image img {
            width: 100%;
            height: auto; 
            display: block;
        }

        .inn-gaq-content {
            padding: 0 60px 0;
        }

        .inn-gaq-title {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 18px;
            line-height: 1.3;
        }

        .inn-gaq-text p {
            font-size: 17px;
            color: #fff;
            line-height: 1.7;
            margin-bottom: 10px;
        }

        .inn-gaq-btns {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .inn-gaq-btn-outline {
                padding: 12px 26px;
            border-radius: 30px;
            border: 1px solid #ffffff;
            background: transparent;
            font-size: 14px;
            color: #fff;
                text-decoration: none;

        }

        .inn-gaq-btn-solid {
               padding: 12px 28px;
    border-radius: 30px;
    background: #fff;
    color: #000000;
    border: none;
    font-size: 14px;
        text-decoration: none;

        }
        .cus-pg {
          padding: 100px 0;
            background: #ffffff;
        }

        .cus-pg-card {
            background: #f9fafc;
            border-radius: 16px;
            padding: 40px;
        }

        .cus-pg-title {
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #1f2937;
        }

        .cus-pg-text {
            font-size: 15px;
            color: #6b7280;
            margin-bottom: 30px;
        }

        .cus-pg-label {
            font-size: 14px;
            font-weight: 600;
            color: #374151;
            margin-bottom: 6px;
        }

        .cus-pg-input input {
            width: 100%;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 12px 14px;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .cus-pg-textarea textarea {
                width: 100%;
    padding: 10px 10px 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
        }

        .cus-pg-btn input {
            width: 100%;
            background: #241aff;
            color: #ffffff;
            border: none;
            padding: 14px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
        }

        .cus-pg-info-box {
            background: #eef2ff;
            border-radius: 14px;
            padding: 25px;
            margin-bottom: 20px;
            display: flex;
            gap: 15px;
        }

        .cus-pg-info-box.primary {
            background: #241aff;
            color: #ffffff;
        }

        .cus-pg-info-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .cus-pg-info-text {
            font-size: 14px;
            line-height: 1.6;
        }

        .cus-pg-icon img {
            width: 30px;
        }

        @media (max-width: 768px) {
            .cus-pg-card {
                padding: 30px;
            }
        }
