
body{
    padding: 0px;
    margin: 0px;
    font: 400 16px Space Grotesk, Arial, Helvetica, sans-serif;
}

.section-above {
    margin-top: 50px !important;
}

.section-below {
    margin-bottom: 25px !important;
}

.section-between {
    margin-bottom: 20px !important;
}

/* Hero section start*/

.header {
    position: sticky;
    z-index: 1000;
    top: 49px;
}

.header .header-body {
    max-width: 1200px !important;
}

.header-body {
    padding: 0 20px;
}

.hero-body, .navigation-body, .about-body, .join-body, .set-us-body, .format-body, .course-reviews-body, .program-schedule-body, .faculty-body, .join-next-body, .faq-body, .join-footer-body, .footer-body, .flagship-body {
    padding: 0 20px;
}

.navbar-nav {
    gap: 4.65%;
    justify-content: space-between;
}

.navbar-brand {
    padding: 20px 0 9px 0;
}

.navbar-brand img {
    width: 88%;
    height: auto;
}

.navbar-toggler {
    padding: 25px 0 22px 0;
}

.hero{
    background-color: #3637eb;
}
.hero-container{
    max-width: 1200px;
    padding: 0px 20px;
    margin: auto;
    display: flex;
    flex-direction: column;

}
.hero-content{
    display: flex;
    flex-direction: column;
}
.hero-content h1{
    line-height: 150%;
    color: #fff;
    margin: 0px !important;
    font: 700 56px Space Grotesk, Arial, Helvetica, sans-serif;
    padding-top: 13px;
    font-size: 50px;
    line-height: 150%;

}
.hero-content p{
    color: #fff;
    line-height: 150%;
    font-size: 34px !important;
}

.hero-main-text {
    padding-top: 20px;
    margin-bottom: 1.25rem;
}

.hero-buttons{
    display: flex;
    padding-top: 24px;
}
.hero-buttons a{
    color: #000;
    text-decoration: none;
    background-color: #EAD624;
    padding: 18px 25px 18px 25px !important;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Montserrat", Grotesk, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    width: auto;
    min-width: 250px;
}
#hb-2{
    margin-left: 20px;
}
.hero-image img{
    border-radius: 10px;
    width: 100%;
    bottom:  10;
}
/* Hero section end */


/* About section start */
.about{
    background-color: #f0f0f0;
}
.about-container{
    max-width: 1200px;
    padding:20px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.about-content{
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    /*margin-top: 115px;*/
}
.about-content h2{
    line-height: 150%;
    color: #000;
    margin: 0px;
    font: 700 56px Space Grotesk, Arial, Helvetica, sans-serif;
    padding-bottom: 1px;

}
.about-content p{
    color: rgba(0,0,0,.7)!important;
    margin: 0px;
    line-height: 30px;
    font-size: 18px !important;
}
/* Enroll in About section start */
.enroll-content h3{
    font: 700 1.5rem Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin: 0 0 50px 0;
    padding-top: 23px;
    padding-bottom: 30px;
}
.enroll-content p{
    color: rgba(0,0,0,.7)!important;
    margin: 20px 0px;
    font-size: 18px !important;
    line-height: 30px;
}
.enroll-cards-row{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 40px;
}
.e-card{
    padding: 25px;
    min-height: 310px;
    min-width: 300px;
    flex: 1 1 31%;
    /* margin-bottom: 40px!important; */
    background-color: #fff;
    /*margin: 10px;*/
}
.e-card h3{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #3637eb;
    margin-bottom: 0px !important;
    padding-bottom: 20px;
}
.e-card p{
    line-height: 30px;
    color: rgba(0,0,0,.7)!important;
    margin-top: 20px;
}
/* Enroll in About section end */


/* Testimonials in About section start */
.testimonials-content{
    display: flex;
    flex-direction: column;
}
.testimonials-content h3{
    font: 700 24px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
}
.test-cards{
    display:flex ;
    flex-direction: column;
}
.test-row{
    display: flex;
}
.test-card{
    padding: 20px;
    width: 90%;
    border-radius: 6px;
    height: auto;
    margin-bottom: 20px!important;
    background-color: #fff;
}
.test-card h3{
    font-size: 20px;
    font-weight: 700;
}
.test-card p{
    line-height: 30px;
    color: rgba(0,0,0,.7)!important;;
}
hr {
    border: none;
    height: 2px;
    width: 8%;
    background-color: #3637eb;
    margin: 20px 0;
}

/* Testimonials in About section end */

/* About section end */

/* Get in touch section start */
.touch{
    background-color: #3637eb;
}
.touch-container{
    max-width: 1200px;
    padding:20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.touch-container h2{
    color: #fff;
    font: 700 56px Space Grotesk,Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 30px;
}
.touch-row-1,
.touch-row-2,
.touch-row-3,
.touch-row-4{
    display: flex;
    justify-content: space-between;
}
.touch-row-1 input{
    width: 48%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}
.touch-row-2 input{
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}
.touch-row-3 textarea{
    width: 100%;
    padding: 15px;
    height: 300px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}
.touch-row-4 a{
    color: #000;
    text-decoration: none;
    background-color: #EAD624;
    padding: 15px 45px;
    border-radius: 8px;
    font-size: 18px;
    font-family: Grotesk, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    max-width: 250px;
    margin-bottom: 60px;
}
/* Get in touch section end */

/* How to enroll section start */
.how-enroll{
    background-color: #f0f0f0;
}
.how-enroll-container{
    max-width: 1200px;
    padding:20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 10px;
}
.how-enroll-container h2{
    font: 700 56px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-bottom: 21px;
}

.how-enroll-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.enroll-eligibilty{
    display: flex;
    flex-direction: column;
}
.enroll-eligibilty h3{
    font: 700 1.5rem Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin-bottom: 20px;
    padding-bottom: 23px;
}
.enroll-eligibilty ul{
    list-style: square outside;
    margin-bottom: 1.5rem;
}
.enroll-eligibilty li{
    font: 400 18px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #000000b3;
    margin-bottom: 5px;
}
.enroll-fees{
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}
.enroll-fees h3{
    font: 700 24px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin-bottom: 15px;
    padding-bottom: 23px;
}
.enroll-fee-card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.fee-card{
    max-width: 330px;
    min-width: 275px;
    flex: 1;
}
.fee-card-content{
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #000;
    padding: 16px;
    height: 460px;
}

.fee-general {
    padding-top: 40px;
}

.enroll-info {
    height: 255px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.enroll-info p {
    margin: 0;
}
.fee-card h3{
    font: 700 22px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    line-height: 150%;
    /*height: 55px;*/
    margin-bottom: 1rem;
}
.fee-card p{
    font-size: 18px;
    color: #000000b3;
    line-height: 30px;
    /*height: 120px;*/
}
.fee-card-price{
    /*margin-top: 70px;*/
    color: #3637EB !important;
    font-size: 40px !important;
    font-weight: bold !important;
    height: 120px;
}
/*.fee-card-professional {*/
/*    margin-top: 205px;*/
/*}*/
.professional-info {
    height: 297px;
}

.professional-info-discount {
    height: 95px;
    margin-top: 33px;
}

.fee-card-content-discount {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #000;
    padding: 16px;
    height: 510px;
}
/*.fee-card-button{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 50px;*/
/*    margin-top: 50px;*/
/*}*/
.fee-card a{
    display: flex;
    flex: 1 1 24%;
    text-decoration: none;
    background-color: #3637EB;
    color: #fff;
    min-width: 200px;
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
    justify-content: center;
    font-size: 18px !important;
    letter-spacing: 1px;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
    font-weight: 700;
}
#f-card-button-1{
    background-color: grey!important;
}
/* How to enroll section start */


.benefits-cards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 66px;
}
.bene-card{
    background-color: #F2F2F2;
    padding: 60px 30px 100px 20px;
    position: relative;
    border: 1px solid #B8B8B8;
    border-radius: 8px;
    min-height: 500px;
    min-width: 320px;
    margin-bottom: 40px;
    flex: 1 1 45%;
}
.b-card-title{
    background: #3637EB;
    max-width: 150px;
    font-size: 24px;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 4px;
    position: absolute;
    top: -20px;
    left: calc(50% - 50px);
}
.bene-card h3{
    font: 700 18px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
}
.bene-card ul li {
    position: relative;
    margin-bottom: 8px;
    list-style: none;
    font: 400 16px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #000000b3;
    letter-spacing: 0.5px;
    line-height: 200%;
}

.bene-card ul li i {
    color: blue;
}

.course-reviews-body {
    max-width: 1200px !important;
    margin-top: 20px;
    padding-top: 12px;
}

.cards-list > .cards {
    margin: 0;
    margin-bottom: 0.65rem !important;
    min-width: 275px;
}

.faculty-body {
    max-width: 1200px !important;
    margin-top: 80px;
    padding-top: 25px;
}

.benefits-content {
    padding: 0;
}

/* Responsive section start */

@media only screen and (max-width: 490px){
    .hero-buttons{
        flex-direction: column;
    }
    #hb-2{
        margin-left: 0px;
        margin-top: 20px;
    }

    .hero-buttons a {
        max-width: 425px;
    }
}

@media only screen and (max-width: 1025px){
    .navbar-brand {
        max-width: 400px;
    }
}

@media only screen and (max-width: 768px){

    .hero-container{
        padding:0px 20px;
    }
    .about-container, .benefits-container, .learning-container{
        padding: 0px 20px !important;
    }
    .enroll-cards-row{
        /*flex-direction: column;*/

    }
    #middle{
        margin-left: 0px;
        margin-right: 0px;
    }
    .test-row{
        flex-direction: column;
    }
    .touch-row-1{
        flex-direction: column;
    }
    .touch-row-1 input{
        width: 100%;
    }

    .tab-text {
        display: none;
    }

    .tab-head {
        font-size: 1rem;
    }
}



.hero-image-section {
    top: 40px;
    margin: 0;
    position: relative !important;
    display: block !important;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-left: none !important;
    border-right: none !important;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    max-width: 1225px;
    margin: auto;
    padding: 0 20px;
    margin-bottom: -35px;
}

.hero-image-section-body {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.single_image {
    text-align: left;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
    max-width: 1160px;
    margin-left: 12px;
}

.single_image img {
    border-radius: 8px !important;
    margin: 0;
    vertical-align: middle;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    transition: all 0.2s ease;
    -webkit-transform-style: preserve-3d;
}

.join-modal {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 380px;
    height: 400px;
    right: -20px;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    padding: 40px;
    align-items: center;
}
.join-modal h3{
    font: 600 32px Space Grotesk,Arial,Helvetica,sans-serif;
    margin-top: 15px;
}
.join-modal input{
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid lightgrey;
    margin-top: 25px;
}
.join-modal a{
    text-decoration: none;
    margin-top: 25px;
    padding: 13px;
    background-color: #EAD624;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px !important;
}

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

@media only screen and (max-width: 1165px){
    .join-modal {
        top: 15px;
    }
}
@media only screen and (max-width: 766px){
    .hero-image-section-body {
        display: none;
    }

    .hero .hero-buttons {
        padding-bottom: 95px;
    }
}



.benefits{
    /*background-color: #f0f0f0;*/
}
.benefits-container, .learning-container{
    max-width: 1200px;
    padding:20px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.benefits-content{
    display: flex;
    flex-direction: column;
}

.benefits-content h2 {
    color: #000;
    margin: 0px;
    font: 700 56px Space Grotesk, Arial, Helvetica, sans-serif;
    padding-bottom: 24px;
    padding-top: 5px;
}

.benefits-content p {
    color: rgba(0,0,0,.7)!important;
    margin: 0px;
    font-size: 18px !important;
}

.learning-content h3 {
    font: 700 1.5rem Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin: 30px 0;
    padding-top: 27px;
    padding-bottom: 30px;
}

.learning-content p {
    color: rgba(0,0,0,.7);
    margin: 20px 0px;
    font-size: 18px !important;
    line-height: 30px;
}

.benefits-text h3 {
    font: 700 1.5rem Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin: 35px 0 25px 0;
}

.benefits-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefits-text {
    flex: 3;
}

.benefits-desc {
    padding-top: 40px;
}

.benefits-text p {
    color: rgba(0,0,0,.7)!important;
    margin: 0px;
    font-size: 18px !important;
}

.benefits-cards-content {
    display: flex;
}

.benefits-cards-text {
    padding-left: 20px;
}

@media only screen and (max-width: 650px){
    .benefits-image {
        display: none;
    }
}



/* FAQ Section*/

.faqs {
    background-color: #f0f0f0;
}

.gift-container {
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.faqs-container, .timeline-container {
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.faqs-container {
    padding-bottom: 40px;
}

.gift-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.faqs-content, .timeline-content {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.faqs-content h2, .timeline-content h2 {
    color: #000;
    margin: 0px;
    font: 700 56px Space Grotesk, Arial, Helvetica, sans-serif;
    padding-bottom: 24px;
}

.faqs-content h2 {
    padding-bottom: 19px !important;
}

.accordion-faq {
    background-color: #fff !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    padding: 10px 0;
    border-radius: 8px !important;
}

.faq-info span {
    font: 700 18px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    font-size: 22px;
    line-height: 22px;
}

.faq-inner .panel {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.faq-inner {
    padding-bottom: 30px;
}

.program-desc {
    padding: 0 2% !important;
}

/* FAQ Section*/

/* Timeline Section*/

.timeline-content p {
    color: rgba(0,0,0,.7)!important;
    margin: 0px;
    font-size: 18px !important;
}

.timeline-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 25px;
}

.scheduleline-heading h5 {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}

.scheduleline-heading p {
    line-height: 30px;
}

.format-module {
    min-width: 355px;
}

.format-module-head {
    background-color: #fff;
    padding-left: 0;
}

.format-module-head h3 {
    font: 700 1.5rem Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin: 0;
}

.scheduleline > li > .scheduleline-badge2 {
    width: 40px;
    height: 40px;
    border: 2px solid #dbdcf1 !important;
    background-color: #dbdcf1 !important;
    top: 12px !important;
    left: 5% !important;
    line-height: 40px;
}

.format-module-body {
    margin-top: 12px;
    padding: 20px 10px;
}

.scheduleline {
    padding-left: 0;
    margin-bottom: 0;
}

.scheduleline > li > .scheduleline-badge2 i {
    color: blue;
}

.scheduleline > li.scheduleline-inverted > .scheduleline-panel {
    left: 80px;
}

.timeline-buttons {
    /*padding-left: 20px;*/
    display: block;
}

.timeline-buttons a {
    color: #000;
    text-decoration: none;
    background-color: #EAD624;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    font-family: Grotesk, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    max-width: 325px;
}

.text-red {
    color: red !important;
}

/* Timeline Section*/


.worko-tabs {
    margin: 80px 0;

    .state{
        position: absolute;
        left: -10000px;
    }

    .flex-tabs{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        .tab{
            flex-grow: 1;
            max-height: 40px;
        }

        .panel {
            background-color: #fff;
            padding: 20px;
            min-height: 300px;
            display: none;
            width: 100%;
            flex-basis: auto;
        }
    }

    .tab {
        display: inline-block;
        padding: 10px;
        vertical-align: top;
        background-color: #eee;
        cursor: hand;
        cursor: pointer;
        border-left: 10px solid #ccc;

    }
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label{
    background-color: #fff;
    cursor: default;
    border: 1px solid #ccc;
    border-bottom: 0;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel{
    display: block;
}

@media (max-width: 600px){
    .format-module-passed {
        display: none;
    }
}

/*@media (max-width: 600px){*/
/*    .flex-tabs{*/
/*        flex-direction: column;*/

/*        .tab{*/
/*            background: #fff;*/
/*            border-bottom: 1px solid #ccc;*/

/*            &:last-of-type{*/
/*                border-bottom: none;*/
/*            }*/
/*        }*/

/*        #tab-one-label{order:1;}*/
/*        #tab-two-label{order: 3;}*/
/*        #tab-three-label{order: 5;};*/
/*        #tab-four-label{order: 7;};*/
/*        #tab-one-panel{order: 2;}*/
/*        #tab-two-panel{order: 4;}*/
/*        #tab-three-panel{order: 6;}*/
/*        #tab-four-panel{ order: 8;}*/
/*    }*/

/*    #tab-one:checked ~ .tabs #tab-one-label,*/
/*    #tab-two:checked ~ .tabs #tab-two-label,*/
/*    #tab-three:checked ~ .tabs #tab-three-label,*/
/*    #tab-four:checked ~ .tabs #tab-four-label{*/
/*        border-bottom: none;*/
/*    }*/

/*    #tab-one:checked ~ .tabs #tab-one-panel,*/
/*    #tab-two:checked ~ .tabs #tab-two-panel,*/
/*    #tab-three:checked ~ .tabs #tab-three-panel,*/
/*    #tab-four:checked ~ .tabs #tab-four-panel{*/
/*        border-bottom: 1px solid #ccc;*/
/*    }*/
/*}*/
.learning {
    /*background-color: RGBA(241, 250, 255);*/
    background-color: RGBA(54, 55, 235, 0.05);
}

.learning-container {
    padding-bottom: 0;
}

.learn-head {
    text-align: center;
}

.learning-container .benefits-content {
    margin-top: 0;
}

.tab-text {
    line-height: 2;
}

.learning-tracks-handler {
    text-decoration: none;
    color: #000;
}

.learning-tracks-handler:hover {
    color: #000;
}


.partners{
    padding: 25px 0px;
}
.partners-container{
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 20px;
}
.partners-head h2{
    font: 700 56px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    padding-bottom: 21px;
    /*margin-bottom: 50px !important;*/
}
.partners-head h3{
    font: 700 24px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    margin-bottom: 50px;
    padding-bottom: 33px;
}
.partners-content{
    display: flex;
    margin-bottom: 30px;
}
.p-content-image{
    flex-basis: 25%;
    padding-bottom: 6px;
    padding-top: 9px;
}
.p-content-image img{
    width: 80%;
}
.p-content-text{
    flex-basis: 75%;
}
.p-content-text p{
    line-height: 30px;
    color: rgba(0,0,0,0.7) !important;
    font-size: 16px!important;
}
.p-content-head h3{
    margin-bottom: 64px !important;
    font: 700 24px Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
}
.partners-button a{
    justify-content: center;
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 15px 10px;
    background-color: #ead624;
    width: 646px;
    margin: 0px auto;
    border-radius: 7px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 150% !important;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}

.partners-button {
    margin: 30px 0 50px 0;
    padding-bottom: 45px;
}

.partner-lt-btn {
    margin: 15px 0 0 0;
}

.partner-main {
    /*margin-top: 20px;*/
    text-align: center;
    width: 85%;
}

.partner-main h3 {
    margin-bottom: 30px !important;
}

.partner-samca {
    margin-bottom: 0;
    padding-bottom: 6px;
}

@media only screen and (max-width: 768px){
    .partners-content{
        flex-direction: column;
    }
    .p-content-image{
        margin-bottom: 30px;
    }
    .p-content-image img{
        width: 65%;
    }
    .partners-button a{
        width: 390px;
        text-align: center;
    }

    .card-register {
        order: 1;
        padding-top: 2rem;
    }

}
@media only screen and (max-width: 400px){
    .partners-button a{
        width: 250px;

    }
    .p-content-image img{
        width: 85%;
    }
}

.jobs {
    background-color: #f0f0f0;
}

.jobs-container {
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.jobs-content {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.jobs-content h2 {
    color: #000;
    margin: 0px !important;
    font: 700 2rem Space Grotesk, Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
}

.profile-inner .card {
    border: 0;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
}

.profile-inner .card .card-body {
    padding: 2.25rem;
}

.companyList-img {
    margin-bottom: 10px;
}

.companyList-img img {
    width: 95%;
    max-width: 120px;
    height: auto;
}

.badge {
    display: inline-flex;
    align-items: center;
}

.badge-light {
    color: #7e8299;
    background-color: #f7f7f7;
}

.mt-10 {
    margin-top: 3rem;
}

.job-title a {
    text-decoration: none;
}

.learn-more {
    background-color: #3637eb !important;
    border-color: #3637eb !important;
}

.job-pagination nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.job-head-card {
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
}

.head-card-inner {
    padding: 2.5rem 3.75rem;
    border-radius: 0.475rem!important;
    box-shadow: 0 .1rem 1rem .25rem rgba(0,0,0,.05)!important;
}

.job-info h1 {
    font-size: 1.75rem;
}

.card-side {
    display: flex;
    justify-content: center;
}

.card-side h4, .card-side p {
    text-align: center;
}

.opportunity-description p {
    margin-bottom: 4px !important;
}

.iterative-preline p,
.iterative-preline li,
.iterative-preline ul,
.iterative-preline ol,
.iterative-preline h1,
.iterative-preline h2,
.iterative-preline h3,
.iterative-preline h4,
.iterative-preline h5,
.iterative-preline h6,
.iterative-preline span,
.iterative-preline a{
    white-space: pre-line;
}

.faculty-inner {
    gap: 18px;
}

.faculty-content-heading h2 {
    margin: 0;
    font: 700 56px Space Grotesk, Arial, Helvetica, sans-serif;
    padding-bottom: 24px;
}

.faculty-content-heading p {
    margin-bottom: 40px;
    padding-bottom: 24px;
}

.course-headig h2 {
    margin: 0;
    padding-bottom: 38px;
    font: 700 24px Space Grotesk,Arial,Helvetica,sans-serif;
}

.benefits-tab-section {
    font: 700 1.75rem Space Grotesk,Arial,Helvetica,sans-serif;
    color: #333333;
    text-align: center;
}
.old-price-feeCard{
    font-size: 35px !important;
    margin-top: 35px;
    font-weight: bolder;
    text-decoration: line-through;
    text-decoration-color:red ;
    color: #3637eb !important;
}
.old-price-feeCard1{
    font-size: 35px !important;
    margin-top: 35px;
    font-weight: bolder;
    text-decoration: line-through;
    text-decoration-color:red ;
    color: #3637eb !important;
}
.old-price-feeCard2{
    font-size: 35px !important;
    margin-top: 35px;
    font-weight: bolder;
    text-decoration: line-through;
    text-decoration-color:red ;
    color: #3637eb !important;
}
.fee-price{
    margin-top: 81px;
}
.discount-text{
    margin-top: -95px;
    font-size: 15px !important;
    padding: 0;
}

.discount-text-professional {
    margin-top: -95px;
}

.faculty-load a {
    justify-content: center;
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 10px 40px;
    background-color: #ead624;
    max-width: 650px;
    margin: 0px auto;
    border-radius: 7px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 150% !important;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}

.faculty-load {
    padding: 5px 0 70px 0;
}

@media only screen and (max-width: 767px) {
    .cards-list > .cards {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1402px) {
    .professional-info {
        height: 328px;
    }
}

.benefits-container {
    margin-bottom: 40px;
    margin-top: 21px;
}

.cards-list {
    gap: 1%;
}

.review-card {
    min-width: 275px;
}

.partner-last {
    margin-bottom: 10px;
}

.footer-body {
    max-width: 1200px !important;
    padding-top: 60px;
}

.footer-sec p {
    line-height: 30px;
}

.head-btns {
    margin-top: 28px;
}

.format-module {
    padding-top: 6px;
}

.img-pure img {
    margin-top: -18px;
}

.img-makeen img {
    margin-top: -13px;
}

.img-navital img {
    margin-top: -5px;
}

@media only screen and (max-width: 450px){
    .hero-container{
        /*padding:0px 10px;*/
        max-width: 340px;
    }
    .header .header-body {
        max-width: 340px !important;
    }

    .header-body {
        padding: 0 20px;
    }

    .navbar-brand img {
        width: 90%;
        height: auto;
    }

    .hero-content {
        margin-top: 0;
    }

    .about-container, .benefits-container, .learning-container, .partners-container, .how-enroll-container, .timeline-container, .faqs-container, .touch-container{
        /*padding: 0px 10px !important;*/
        max-width: 340px !important;
    }

    .course-reviews-body {
        max-width: 340px !important;
        margin-top: 40px;
        padding-top: 32px;
    }

    .cards-list > .cards {
        margin-bottom: 0 !important;
    }

    .partners-button a {
        width: 300px !important;
    }

    .about-content, .benefits-content {
        margin-top: 60px;
        padding-top: 25px;
    }

    .benefits-content {
        padding-top: 20px;
    }

    .benefits-main {
        margin-top: 0px !important;
    }

    .how-enroll-content, .touch-container h2 {
        margin-top: 60px;
    }

    .review-card {
        height: unset;
        margin-bottom: 20px;
    }

    .faculty-body {
        max-width: 340px !important;
    }

    .format-module {
        min-width: 300px !important;
    }

    .navbar-brand {
        /*padding: 9px 0;*/
        max-width: 260px;
        padding-bottom: 22px;
    }

    .header {
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
        position: sticky;
        top: 45px;
    }

    .header-discount {
        top: 73px !important;
    }

    .hero-content h1 {
        padding-top: 5px;
    }

    .partners-head h3 {
        padding-bottom: 26px !important;
    }

    .learn-head {
        padding-bottom: 48px;
    }

    .benefits-container-mobile {
        margin-top: 40px;
        padding: 0 !important;
    }

    .benefits-cards-mobile {
        margin-top: 0 !important;
        gap: 2px;
    }

    .benefits-cards-mobile .accordion {
        margin-top: 5px;
    }

    .bene-card {
        min-width: unset;
        border: unset;
        background-color: #fff;
        padding: 0px 8px 0px 8px;
        min-height: 300px;
    }

    .bene-card ul {
        padding-left: 0;
    }

    .ak-main2 {
        margin-top: 25px;
        background-color: darkgrey !important;
    }

    .ak-main1 {
        background-color: darkgrey !important;
    }

    .ak-main1 .accordion-info, .ak-main2 .accordion-info {
        display: flex;
        align-items: center;
        height: 55px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .benefits-desc {
        padding-top: 2px;
    }

    .benefits-text h3 {
        padding-bottom: 18px;
    }

    .how-enroll-container h2 {
        margin-top: 0;
    }

    .enroll-eligibilty ul {
        padding-bottom: 20px;
    }

    .format-module-body {
        margin-top: 32px;
    }

    .format-module-head h3 {
        margin-top: 20px;
    }

    .faqs-content h2 {
        padding-bottom: 30px !important;
    }

    .p-content-image {
        padding-bottom: 0;
    }

    .pl-main1, .pl-main2 {
        padding: 0;
        border: unset;
    }
}

.join-newsletter {
    text-decoration: none;
    margin-top: 25px;
    padding: 13px;
    background-color: #EAD624;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px !important;
    border-color: #fff;
    border-style: unset;
    font-family: 'Noor', Space Grotesk, Arial !important;
}

.join-newsletter:disabled {
    pointer-events: none;
    opacity: .65;
}

/* Universal Box Sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Container */
.enroll-price-container {
    max-width: 1280px; /* Tailwind xl */
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
@media (min-width: 768px) { /* md breakpoint */
    .enroll-price-container {
        padding: 2rem;
    }
}

/* Main Title */
.main-title {
    font-size: 2.25rem; /* Adjusted: Tailwind text-4xl equivalent */
    font-weight: 700; /* Adjusted: Bold */
    color: #1f2937;   /* Adjusted: Tailwind gray-800 for darker text */
    text-align: center;
    margin-bottom: 2.5rem; /* Tailwind mb-10 */
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr; /* Default: 1 column */
    row-gap: 1.5rem; /* Tailwind gap-6 */
    column-gap: 1rem; /* Tailwind gap-6 */
}
@media (min-width: 768px) { /* md breakpoint */
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) { /* lg breakpoint */
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 480px) { /* smaller mobile gap */
    .pricing-grid {
        row-gap: 1rem;
        column-gap: 1rem;
    }
}

/* Plan Card */
.plan-card {
    background-color: #ffffff; /* White */
    border-radius: 0.5rem; /* Tailwind rounded-lg */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06); /* Tailwind shadow-md */
    padding: 1.2rem 0.7rem; /* Tailwind p-6 */
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure cards in a row are same height if content differs */
    min-width: 0; /* Prevents content overflow issues in grid items */
}

.plan-title {
    font-size: 1.4rem; /* Tailwind text-2xl */
    font-weight: 600; /* Tailwind font-semibold */
    color: #1f2937;   /* Adjusted: Tailwind gray-800 for darker text */
    margin-bottom: 0.25rem; /* Tailwind mb-1 */
    text-align: left;
    line-height: 1.3;
}

.plan-sub-title {
    justify-content: flex-start;
    display: flex;
    min-height: calc(1.2rem * 1.3 * 2);
}

.eligibility {
    font-size: 0.80rem; /* Tailwind text-xs */
    color: #6b7280;     /* Tailwind gray-500 */
    margin-bottom: 0.5rem; /* Tailwind mb-4 */
    text-align: left;
    line-height: 1.4;
    position: relative; /* For read more positioning if needed */
}
.eligibility-text b {
    font-weight: 600; /* Tailwind font-semibold */
    color: #4b5563;   /* Tailwind gray-600 */
}

.eligibility-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.15rem * 1.4 * 2); /* text-xs * line-height * 2 lines */
    position: relative;
}
.eligibility-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none; /* Allow full height when expanded */
    overflow: visible;
}

.eligibility-after-main {
    margin-bottom: 1.5rem;
}

.eligibility-text:not(.expanded)::after {
    /*content: "";*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,  /* Card background color */
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.8) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none; /* Allow clicking through the gradient */
}


.read-more-btn {
    background: none;
    border: none;
    color: #3637eb; /* Purple */
    cursor: pointer;
    padding: 0.25rem 0; /* Tailwind py-1 */
    font-size: 0.75rem; /* Tailwind text-xs */
    display: inline-block;
    text-align: left;
    margin-top: 0.25rem; /* Tailwind mt-1 */
}
.read-more-btn i {
    margin-left: 0.25rem; /* Tailwind ml-1 */
    transition: transform 0.3s ease;
}
.eligibility.expanded .read-more-btn i {
    transform: rotate(180deg);
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0; /* Tailwind mb-6 */
}

.benefit-item {
    display: flex;
    align-items: flex-start; /* Align icon with start of multi-line text */
    margin-bottom: 0.65rem; /* Slightly more than mb-2 */
    color: #4b5563; /* Tailwind gray-600 */
    text-align: left;
    font-size: 0.875rem; /* Tailwind text-sm */
}
/* NEW: Style for links within benefit items */
.benefit-item a {
    color: #3637eb; /* Purple */
    text-decoration: underline;
}
.benefit-item a:hover {
    text-decoration: none;
}


.benefit-icon {
    margin-right: 0.5rem; /* Tailwind mr-2 */
    width: 1rem;  /* Tailwind w-4 */
    height: 1rem; /* Tailwind h-4 */
    margin-top: 0.2rem; /* Align with text baseline slightly */
    flex-shrink: 0; /* Prevent icon from shrinking */
}
.benefit-icon.icon-check {
    color: #10b981; /* Green-500 */
}
.benefit-icon.icon-times {
    color: #ef4444; /* Red-500 */
}
.benefit-icon.icon-question { /* For Cashback tooltip icon */
    color: #3637eb; /* Purple */
    margin-left: 0.3rem; /* Small gap from text */
}

.price-section {
    margin-top: auto; /* Pushes this section to the bottom of the card */
}

.price {
    margin-top: 0.5rem; /* Tailwind mt-2 */
    margin-bottom: 0.25rem; /* Tailwind mb-1 */
    display: flex;
    justify-content: space-between; /* Or flex-start if discount is always right */
    align-items: baseline; /* Align baselines of prices */
    flex-wrap: nowrap; /* Prevent wrapping */
}
.price .main-amount {
    font-size: 2.05rem; /* Custom size */
    font-weight: 700;   /* Tailwind font-bold */
    color: #3637eb;     /* Purple */
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 0.5rem; /* Tailwind mr-2, space from discount */
}
.price .discount {
    font-size: 1rem;    /* Tailwind text-base */
    color: #6b7280;     /* Tailwind gray-500 */
    text-decoration: line-through;
    white-space: normal; /* Allow discount text to wrap if needed */
    text-align: right;
}

.subsidy {
    font-size: 0.875rem; /* Tailwind text-sm */
    color: #10b981; /* Green-500 */
    min-height: 1.2em; /* Consistent height when present */
    margin-bottom: 0.5em; /* approx 0.4375rem */
    display: flex;
    align-items: center;
}
.subsidy-text-content:empty { /* If text is empty, hide the span */
    display: none;
}

.subsidy-info-trigger { /* For Sponsorship tooltip icon */
    color: #3637eb; /* Purple */
    font-size: 0.875rem; /* Match subsidy text or adjust */
    cursor: pointer;
}

.early-bird-info {
    font-size: 0.875rem; /* Tailwind text-sm */
    color: #ef4444;     /* Red-500 */
    margin-bottom: 1rem; /* Tailwind mb-4 */
    text-align: left;
}

.cta-button {
    font-family: "Inter", sans-serif;
    background-color: #3637eb; /* Purple */
    color: #ffffff; /* White */
    font-weight: 600; /* Tailwind font-semibold */
    padding: 0.75rem; /* Tailwind py-3 px-4 */
    border-radius: 0.375rem; /* Tailwind rounded-md */
    transition: background-color 0.3s ease-in-out;
    margin-top: 1rem; /* Tailwind mt-4, space from element above */
    text-align: center;
    border: none;
    cursor: pointer;
    width: 100%;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.cta-button:hover {
    color: #fff;
    background-color: #3637eb; /* Darker purple */
}

/* Tooltip Styles */
.tooltip {
    position: relative;
    display: inline-block; /* Or inline-flex for better alignment with icon */
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 100 !important;
}
/* Add margin to tooltip when it's specifically in the subsidy line */
.subsidy .tooltip {
    margin-left: 0.5rem; /* Tailwind ml-2 */
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #374151; /* Tailwind gray-700 */
    color: #ffffff; /* White */
    text-align: center;
    border-radius: 0.375rem; /* Tailwind rounded-md */
    padding: 0.5rem; /* Tailwind p-2 */
    position: absolute;
    z-index: 10; /* Tailwind z-10 */
    bottom: 130%; /* Position above the icon */
    left: 50%;
    margin-left: -100px; /* Center the tooltip (half of width) */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 0.75rem; /* Tailwind text-xs */
    line-height: 1.3;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.price-last {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.price-last p {
    margin-top: auto;
}

.price-last button {
    margin-top: 0;
}

.price-first {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-first button {
    margin-top: auto;
}

.subsidy-text-content {
    font-size: 0.78rem;
}

@media (min-width: 1100px) and (max-width: 1400px) { /* Example for slightly smaller screens than full lg */
    .cta-button {
        font-size: 13px; /* Slightly smaller if needed for tighter spaces */
    }
    .price .discount {
        font-size: 0.9rem;
    }
}

/* Responsive adjustments for price font sizes if needed */
@media (min-width: 1024px) and (max-width: 1100px) { /* Example for slightly smaller screens than full lg */
    .price .main-amount {
        font-size: 1.9rem; /* Slightly smaller if needed for tighter spaces */
    }
    .price .discount {
        font-size: 0.9rem;
    }
}
