body{
	padding: 0;
	margin: 0;
    overflow-x: hidden;
}
@font-face {
    font-family: myFontR;
    src: url('Metropolis-Regular.otf');
}
@font-face {
    font-family: myFontB;
    src: url('Metropolis-Bold.otf');
}
.divPadding, .faq-ca{
    padding-top: 50px;
    padding-bottom: 25px;
}
.faq-ca h4{
    color: #000 !important;
}
.highlight-heading {
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 30px 0;
    font-family: InterFont;
}
.highlight-heading .highlight {
    color: #f23e36;
}
.feature-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
}
.feature-box:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.feature-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #f23e36;
}
.feature-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: InterFont;
    /* min-height: 52px; */
}
.feature-box p{
    line-height: 1.5;
}

.brochure-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    text-align: left;
}
.brochure-box h4 {
    /* font-weight: bold; */
    font-size: 20px;
    margin-bottom: 10px;
    font-family: InterFont;
}
.brochure-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}
.brochure-box .btn-red {
    background: #f23e36;
    color: #fff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    transition: background 0.3s ease;
}
.brochure-box .btn-red:hover {
    background: #f23e36;
    color: #fff;
}
.timeline-wrapper {
    position: relative;
    padding-left: 30px;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: .75rem;
}

.timeline-line {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 13px;
    width: 2px;
    border-left: 2px dotted #ccc;
    z-index: 1;
    height: 80%;
}

.accordion-section {
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    overflow: visible;
    z-index: 2;
    padding-left: 25px;
}

.timeline-dot {
    position: absolute;
    top: 28px;
    left: -22px;
    width: 12px;
    height: 12px;
    background: #e62828;
    border-radius: 50%;
    z-index: 3;
}

.accordion-header {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.accordion-header span{
    font-family: 'InterFont';
    font-size: 17px;
    line-height: 1.75rem;
    display: inline-block;
    padding-bottom: 10px;
}

.accordion-header .subtitle {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.accordion-header .arrow {
    position: absolute;
    right: 20px;
    top: 24px;
    transition: transform 0.3s;
    font-size: 16px;
    color: #f55858;
}

.accordion-header.active .arrow {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    padding: 20px 30px;
    border-top: 1px solid #eee;
    /* background: #fcfcfc; */
}

.accordion-content p{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.accordion-content h5 {
    font-weight: bold;
    margin-top: 0;
}

.accordion-content ul {
    padding-left: 0px;
}

.accordion-content ul li {
    margin-bottom: 8px;
    list-style: none;
    text-transform: capitalize;
}

.accordion-content ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #28a745;
    margin-right: 8px;
}

.skill-badge {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    border-radius: 6px;
    font-size: 12px;
}

.btn-download-curriculum {
    background-color: #e62828;
    color: #fff !important;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-download-curriculum i {
    margin-right: 8px;
}

.btn-download-curriculum:hover {
    background-color: #cc1e1e;
    text-decoration: none;
}

.eligibility-section {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 15px;
}

.eligibility-section h3 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.text-highlight {
  color: #e63946; /* red highlight */
}

.eligibility-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.icon-wrap {
    min-width: 40px;
    height: 40px;
    background-color: #ffe5e9;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #e63946;
    margin-right: 15px;
    flex-shrink: 0;
}

.eligibility-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    font-family: 'INTERFONT';
    line-height: 1.5;
}

.eligibility-item p {
    margin-bottom: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.carousel-container {
    /* background-color: #fff4f5; */
    padding: 30px 0;
    text-align: center;
}
.before-box, .after-box {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 10px rgb(30 63 154 / 19%);
    display: inline-block;
    width: 280px;
    position: relative;
}
.before-tag, .after-tag {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}
.before-box h6, .after-box h6{
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 7px 0;
    font-family: 'INTERFONT';
    letter-spacing: 0.4px;
}
.before-box p, .after-box p{
    font-size: 14px;
    margin: 0;
}
.after-tag {
    background-color: #1e3f9a;
}
.profile-img {
    width: 120px;
    height: 120px;
    /* object-fit: cover; */
    border-radius: 5px;
    background-color: #edd6da;
    padding: 8px;
}
.dashed-arrow {
    border-top: 2px dashed #1e3f9a;
    width: 150px;
    margin: 0 10px;
    position: relative;
    /* top: 40px; */
}
.carousel-control.left, .carousel-control.right {
    background: none;
    color: #f44336;
    font-size: 28px;
}
.carousel-indicators li {
    background-color: #f44336;
}
.carousel-content {
    margin-top: 20px;
}
.carousel-content h6 {
    color: #1e3f9a;
    font-size: 25px !important;
    font-family: myFontB;
    font-weight: bold;
    margin-bottom: 10px;
}
.carousel-content p {
    color: #888;
    margin: 0 0 8px 0;
}
.carousel-content a {
    color: #ff2c38;
    text-decoration: underline;
    font-size: 16px;
}
.carousel-content img{
    display: inline-block;
    width: 18px;
}
.carousel-inner .item .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-content.pc{
    display: block;
}
.carousel-content.mb{
    display: none;
}
.before-box img, .after-box img{
    width: 120px;
    height: 50px;
}
.before-box i, .after-box i{
    width: 120px;
    height: 50px;
    font-size: 50px;
    color: #df9ca7;
}

.step-badge {
    font-size: 16px;
    font-weight: bold;
    color: red;
    border: 1px solid #f8dada;
    border-radius: 0 0 10px 10px;
    padding: 8px 14px;
    display: inline-block;
    background: linear-gradient(to bottom, #fff, #ffe6eb);
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.1);
    margin-bottom: 10px;
}
.step-box {
    position: relative;
    margin-bottom: 50px;
}
.step-box h4 {
    font-weight: bold;
    margin-top: 10px;
}
.step-box p {
    color: #444;
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto;
}
.advisor-img {
    max-width: 300px;
    margin: 0 auto 0;
}
.arrow-img {
    width: 160px;
    max-width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .step-flex {
        display: flex;
        justify-content: space-around;
        align-items: end;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .step-box {
        width: 30%;
    }
    .step-center {
        width: 100%;
        margin-top: -0;
    }
    .arrow-img {
        /* height: 90px; */
    }
}

.mobile-arrow{
    display: none;
}

.solution-box{
    background: #fff;
    padding: 18px 40px 18px 40px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.solution-box .sb-heading{
    margin-bottom: 20px;
}
.solution-box h5{
    margin: 0;
    text-align: center;
    margin-bottom: 0;
    background: #02081b;
    padding: 13px 22px;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: 'INTERFONT';
    letter-spacing: 0.6px;
    /* border: 1px dashed #02081b; */
}
.flex-icon{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.flex-icon div{
    text-align: center;
    width: 25%;
    /* background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 3px; */
}
.flex-icon div img.icon{
    display: inline-block;
    width: 30%;
}
.flex-icon div img.logo{
    display: inline-block;
    width: 60%;
}
.flex-icon div h6{
    font-family: 'myFontB';
    font-size: 14px;
    letter-spacing: 0.4px;
}

.stat-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 15px;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.05);
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.stat-item {
    border-right: 1px solid #eee;
    padding: 10px 0;
}
.stat-item:last-child {
    border-right: none;
}
.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #e60012;
}
.stat-label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}

.mb-advisor, .mb-step2{
    display: none;
}

.grecaptcha-badge{
    display: none;
}

button.close {
    float: none;
    opacity: 1;
    font-size: 25px !important;
}

@media only screen and (max-width: 600px) {
    .highlight-heading {
        font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .feature-box,
    .curriculum-card,
    .cta-box {
        padding: 15px !important;
        margin-bottom: 15px;
    }

    /* Typography adjustments */
    .highlight-heading {
        font-size: 18px !important;
        line-height: 1.5;
    }

    .feature-box p,
    .curriculum-card p,
    .cta-box p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    /* Icons & alignment */
    .feature-box i,
    .curriculum-card i {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .divPadding, .faq-ca{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* Card/Box spacing and layout */
    .feature-box,
    .curriculum-card,
    .cta-box {
        padding: 15px !important;
        margin-bottom: 15px;
    }

    /* Typography adjustments */
    .highlight-heading {
        font-size: 18px !important;
        line-height: 1.5;
    }

    p,
    .feature-box p,
    .curriculum-card p,
    .cta-box p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    /* Icons & alignment */
    .feature-box i,
    .curriculum-card i {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    /* Buttons */
    .btn-download-curriculum {
        padding: 10px 15px !important;
        font-size: 13px !important;
        width: 100%;
        display: block;
        text-align: center;
    }

    /* Accordion specifics */
    .accordion-toggle {
        font-size: 16px !important;
    }

    .curriculum-card .topics,
    .curriculum-card .skills {
        display: block;
    }

    .curriculum-card .skills span {
        margin: 5px 5px 0 0;
        font-size: 12px !important;
    }

    /* Timeline red dot + line adjustments */
    .timeline-line {
        left: 15px;
    }

    .timeline-dot {
        /* width: 10px;
        height: 10px;
        left: 11px; */
    }

    .curriculum-card {
        padding-left: 40px !important;
    }

    .accordion-section{
        padding-left: 0;
    }
    .accordion-header{
        padding: 14px;
    }
    .accordion-header span{
        font-size: 12px;
        padding-bottom: 5px;
        width: 90%; 
    }
    .accordion-header .subtitle{
        font-size: 11px;
    }
    .accordion-header .arrow{
        font-size: 13px;
    }
    .accordion-content{
        padding: 20px 15px;
    }
    .accordion-content p{
        font-size: 13px;
    }
    .accordion-content ul {
        padding-left: 0;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .feature-title{
        font-size: 16px;
    }
    .brochure-box{
        padding: 20px;
    }

    .enrolled-count{
        display: none;
    }

    .eligibility-item {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .eligibility-section{
        margin-top: 20px;
        padding: 0;
    }
    .eligibility-item h4 {
        font-size: 16px;
        line-height: 1.5;
    }
    .eligibility-item p{
        font-size: 14px;
    }

    .dashed-arrow {
        border-top: none;
        border-left: 2px dashed #1e3f9a;
        margin: 15px auto;
        height: 50px;
        width: 0;
        display: none;
    }
    .before-box, .after-box {
        margin: 0px auto;
    }
    .carousel-inner .item .row{
        display: block;
        display: flex;
        flex-wrap: wrap;
    }
    .before-box{
        order: 1;
        width: 40%;
        padding: 20px 10px;
    }
    .after-box {
        margin-top: 0;
        order: 3;
        width: 40%;
        padding: 20px 10px;
    }
    .carousel-inner .item .row>* {
        flex-shrink: 0;
    }
    .carousel-inner .item .row div:nth-child(3){
        position: relative;
        width: 100%;
        margin-bottom: 25px;
    }
    .before-box:before
    {
        border-top: 2px dashed #1e3f9a;
        width: 150px;
        bottom: 50px;
        content: "";
        display: block;
        height: 12px;
        left: 105.5%;
        position: absolute;
        width: 15%;
        z-index: 1;
    }
    .before-tag, .after-tag{
        top: -8px;
        font-size: 8px;
    }
    .profile-img{
        width: 100px;
        height: 100px;
    }
    .before-box p, .after-box p{
        font-size: 7px;
    }
    .carousel-container{
        padding: 10px 0;
    }
    .carousel-content.pc{
        display: none;
    }
    .carousel-content.mb{
        display: block;
    }
    .carousel-content h6{
        font-size: 17px !important;
    }
    .carousel-content p{
        font-size: 14px !important;
    }
    .before-box i, .after-box i{
        width: 80px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin: 0 auto;
    }
    .before-box img, .after-box img {
        width: 80px;
        height: 40px;
    }
    .before-box h6, .after-box h6{
        font-size: 12px;
        line-height: 1.5;
    }
    .before-box p, .after-box p{
        font-size: 12px;
    }

    .mobile-arrow{
        display: block;
        background: url('arrow-cricle-down.png') repeat-y 0 100%;
        left: 0;
        min-height: 210px;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        width: 28px;
    }
    .step-box{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .arrow-img{
        display: none;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 14px;
    }

    .solution-box{
        padding: 12px 15px 12px 15px;
        width: 100%;
    }
    .solution-box .sb-heading{
        margin-bottom: 15px;
    }
    .solution-box h5{
        padding: 10px 20px;
        font-size: 10px;
    }
    .flex-icon div{
        width: 33%;
    }
    .flex-icon div img.icon{
        width: 30%;
    }
    .flex-icon div img.logo{
        width: 80%;
    }
    .flex-icon div h6{
        font-size: 9px;
    }
    .pc-advisor, .pc-step2{
        display: none;
    }
    .mb-advisor{
        display: block;
    }
    .mb-step2{
        display: flex;
    }
    .advisor-img{
        max-width: 200px;
        margin-bottom: 15px;
    }
    .step-box{
        margin-bottom: 25px;
    }
    .step-badge{
        margin-right: 7%;
    }
    .step-box h4{
        font-size: 16px;
        text-align: left;
    }
    .step-box p{
        font-size: 13px !important;
        max-width: 100%;
        text-align: left;
    }
}