#supercoder-bg-img .header__img::after {
    background-image: url(/images/background_1.svg) !important;
    background-repeat: no-repeat;
    background-size: 90vw;
    background-position: left -9vw top -2vw;
    top: -102px;
    z-index: 1;
}

#learning-experience-section .learning-experience-heading {
    font-family: 'Avenir';
    font-size: 22px;
    font-weight: 500;
}

#learning-experience-section {
    margin-bottom: 100px;
}

#learning-experience-section .learning-experience-para {
    font-family: 'Avenir Book';
    font-size: 17px;
}

#free-for-learners-section {
    margin-bottom: 100px;
}

#free-for-learners-section .part-2 {
    margin-top: 100px;
}

#free-for-learners-section .part-2 p {
    font-family: 'Avenir Book';
    font-size: 17px;
}

#supercoder-faq-section {
    margin-bottom: -100px;
}

#supercoder-faq-section .highlighted__heading {
    font-family: 'Avenir Book';
    font-size: 30px;
    line-height: 55px;
}

#supercoder-faq-section .accordion-toggle:hover {
    text-decoration: none;
}

#supercoder-faq-section .card-title {
    position: relative;
    cursor: pointer;
    font-family: 'Avenir Book';
}

#supercoder-faq-section .card-header {
    font-family: 'Avenir Book';
    border-bottom: none;
}

#supercoder-faq-section .card-body {
    font-family: 'Avenir Book';
}


#supercoder-faq-section .card-title::after {
    content: '\f107';
    color: #a8a8a8;
    top: -2px;
    right: -10px;
    position: absolute;
    font-family: 'FontAwesome';
}

#supercoder-faq-section .card-title[aria-expanded='true'] {
      /* font-family: 'Avenir' !important; */
    font-weight: 500 !important;
}

#supercoder-faq-section .card-title[aria-expanded='true']::after {
    content: '\f106';
}

#bottom-supercoder {
    margin: auto;
    max-width: 1920px;
    background-image: linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 150%);
}

#invest-steps {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem; /* remove when sub points are visible */
    max-width: 1920px;
    background-image: url(/images/landing/2024/background-wave.svg);
    background-position: center 75%;
    background-size: contain;
    background-repeat: no-repeat;
}

#invest-steps h1 {
    margin: 0px auto;
    font-size: calc(52px / var(--base-font));
    font-weight: bold;
    line-height: 1.25em;
    text-align: center;
    color: #000;
}
#invest-steps p {
    font-family: "Avenir";
    font-size: 25px;
    text-align: center;
    color: #333;
}
#invest-steps ul {
    counter-set: step-counter;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#invest-steps ul li {
    counter-increment: step-counter;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 19%;
    font-family: "Avenir";
    font-size: 20px;
    color: #333;
}
#invest-steps ul li .content {
    margin-bottom: 1.5em;
    min-height: 36%;
    font-weight: 500;
}
#invest-steps ul:first-of-type li::before {
    content: "Step " counter(step-counter);
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-bottom: 0.25em;
    font-weight: bold;
    font-size: 22px;
    color: #de6834;
    border-bottom: 6px solid #de6834;
}
#invest-steps ul .check {
    display: none;
    align-items: flex-start;
    gap: 1em;
    margin-top: 1em;
    font-family: "Avenir Book";
    font-size: calc(22px / var(--base-font));
    line-height: 1.5em;
}
/* #invest-steps ul .check.gap-above {
    margin-top: auto;
} */
#invest-steps ul .check::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    margin-top: 0.25em;
    width: 1.25em;
    height: 1.25em;
    background-image: url("/images/tick-colored.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#why-supercoder {
    max-width: calc(1920px + 0em);
    padding: 5em;
    background-image: linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 100%);
}
#why-supercoder h1,
#academy-faq-section h1 {
    font-size: calc(46px / var(--base-font));
    font-weight: 900;
    text-align: center;
    color: #000;
}
#why-supercoder p {
    margin: auto;
    font-size: calc(32px / var(--base-font));
    font-weight: 400;
    text-align: center;
    color: #000;
}
#why-supercoder ul {
    display: flex;
    flex-direction: column;
    gap: 4em;
    list-style: none;
}
#why-supercoder ul li {
    display: flex;
    align-items: center;
    gap: 3em;
}
#why-supercoder ul li .image {
    flex-shrink: 0;
    width: 30%;
}
#why-supercoder ul li .image img {
    width: 100%;
}
#why-supercoder ul li .content {
    padding-right: 4em;
    font-family: "Avenir";
}
#why-supercoder ul li .content h4 {
    font-size: 28px;
    font-weight: bold;
    color: #de6834;
}
#why-supercoder ul li .content p {
    font-family: "Avenir Book";
    font-size: calc(26px / var(--base-font));
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    text-align: left;
}

#criteria {
    padding: 0px 6em;
    max-width: calc(1920px + 0em);
    color: #333;
}

#criteria .brief {
    display: flex;
    align-items: stretch;
    gap: 12em;
}
#criteria .brief h1 {
    margin-top: 2em;
    font-size: calc(72px / var(--base-font));
    font-weight: 800;
    color: #000;
}
#criteria .brief p {
    font-size: calc(32px / var(--base-font));
}
#criteria .brief .image {
    flex-shrink: 0;
    margin-right: -5em;
    width: 35%;
    height: auto;
    border-radius: 0px 0px 0px 2rem;
    background-image: url("/images/supercoders-brief-image.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
#criteria ul {
    padding-left: 0px;
    list-style: none;
}
#criteria ul li {
    padding-left: 1.75rem;
    margin-bottom: 2em;
}
#criteria ul li .title {
    position: relative;
    font-size: calc(32px / var(--base-font));
    line-height: 1.5em;
    font-weight: 900;
    color: #000;
}
#criteria ul li .title::before {
    content: "";
    position: absolute;
    top: 0.35em;
    left: -1.75rem;
    width: 6px;
    height: 0.85em;
    background-color: #de6834;
}
#criteria ul li .content {
    margin-top: 0.3em;
    font-family: "Avenir Book";
    font-size: calc(25px / var(--base-font));
    line-height: 1.5em;
}
#criteria .btn-1 {
    display: block;
    margin: 4em auto 2em;
}

.testimonials-holder {
    margin: auto;
    padding: 6em 0px 3em;
    width: 100%;
    max-width: 1920px;
    background-image: linear-gradient(180deg, #f8f9fa 0%, #FFFFFF 100%);
}
#testimonials {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 2em;
    /* max-width: calc(1920px + 10em); */
    max-width: 1920px;
    max-width: calc(1604px / var(--base-font));
}
#testimonials .control {
    position: absolute;
    top: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #feeee5;
    color: #de6834;
    border: none;
    outline: none;
}
#testimonials .control:focus {
    outline: none;
}
#testimonials .control:hover {
    background-color: #fcf4ee;
}
#testimonials .control.previous {
    left: calc(360px - 1rem);
}
#testimonials .control.next {
    right: calc(-9rem / var(--base-font) / 2);
}
#testimonials .control svg {
    width: 2em;
    height: 2em;
}

#testimonials .description {
    flex-shrink: 0;
    margin-top: 2em;
    font-size: calc(40px / var(--base-font));
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
    width: 300px;
}
#testimonials .description sup {
    top: -0.6em;
    font-size: 0.5em;
}
#testimonials .description h2 {
    margin: 4rem 0px 1em;
    font-size: calc(22px / var(--base-font));
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
#testimonials .description a {
    position: relative;
    font-size: 1.1rem;
    font-weight: 500;
    color: #DE6834;
    text-decoration: none;
    cursor: pointer;
}
#testimonials .description a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: #DE6834;
    border-radius: 1px;
    transition: 250ms ease-in width;
}
#testimonials .description a:hover::after {
    width: 100%;
}
#testimonials .cards {
    display: flex;
    align-items: flex-start;
    gap: 2.5em;
    margin-left: calc(6rem / var(--base-font));
    padding-bottom: 2em;
    width: 100%;
    overflow: hidden;
    /* scrollbar-width: none; */
}
/* #testimonials .cards::-webkit-scrollbar {
    width: 0px;
} */
#testimonials .card {
    flex-shrink: 0;
    width: calc(380px / var(--base-font));
    height: auto;
    border-radius: 1.5rem;
    background-color: #fff;
    border: none;
    overflow: hidden;
}
#testimonials .card .image-container {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 200px;
    background-color: #f8c9a0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#testimonials .card .image-container::after {
    content: "";
    position: absolute;
    left: 1.5em;
    bottom: -1.5rem;
    width: 3rem;
    height: 3rem;
    background-image: url("/images/quote.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#testimonials .card .image-container .image {
    width: 100%;
    height: 100%;
    background-position: center 24%;
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(1rem);
}
#testimonials .card .content {
    padding: 2em;
    height: 100%;
}
#testimonials .card .content .review {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #888;
}
#testimonials .card .content .name {
    margin-top: 1rem;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#testimonials .card .content .company {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#faqs {
    display: flex;
    margin-bottom: 1.5rem;
    max-width: 1400px;
    background-color: #fff;
}
#faqs .questions {
    flex-shrink: 0;
    padding: 3em 3em 3em 0px;
    width: 400px;
    border-right: 1px solid #C6C6C6;
}
#faqs .questions h6 {
    padding-left: 2.5rem;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
#faqs .questions ul {
    padding-left: 3.5em;
    list-style-type: decimal;
}
#faqs .questions ul li {
    position: relative;
    margin-bottom: 1em;
    font-family: "Avenir Book";
    font-size: calc(22px / var(--base-font));
    line-height: 1.5em;
    color: #333;
    cursor: pointer;
}
#faqs .questions ul li.active {
    font-weight: 600;
    color: #de6834;
}
/* #faqs .questions ul li.active::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0.5em;
    width: 1.4em;
    height: 0.2em;
    background-color: #de6834;
} */
#faqs .questions ul li .answer {
    display: none;
    margin-top: 1rem;
    font-weight: 400;
    color: #333;
}
#faqs .questions ul li .answer a {
    color: #de6834;
}
#faqs .view-area {
    padding: 3em;
}
#faqs .view-area .question {
    margin-bottom: 1em;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
/* #faqs .view-area .question::before {
    content: "Q. ";
} */
#faqs .view-area .answer {
    margin: 0.25em 0px 0px;
    font-family: "Avenir Book";
    font-size: calc(25px / var(--base-font));
    line-height: 1.5em;
    color: #333;
}
#faqs .view-area .answer a {
    color: #de6834;
}
#faqs .btn-1 {
    display: block;
    margin: 2em auto 0px;
}

#academy-faq-section .card-header {
    border-bottom: none;
    cursor: pointer;
}

#academy-faq-section .card-title::after {
    content: '\f107';
    position: absolute;
    top: 0.75rem;
    right: 0.5rem;
    font-family: "FontAwesome";
    color: #a8a8a8;
}
#academy-faq-section .card-title[aria-expanded='true']::after {
    content: '\f106';
}


hr.wide {
    margin: 0px;
    width: 100%;
    height: 1px;
    border: 0px solid #EDEDED;
    border-bottom-width: 1px;
}

@media (max-width: 575.98px) {
    #supercoder-bg-img .header__img::after {
        background-size: 120%;
        top: 39%;
        left: -25%;
    }

    section#header-section {
        height: 680px;
    }
}

@media (min-width: 500.98px) {
    .testimonalsImgContainer {
        padding-top: 20px;
        position: relative;
        min-height: 238px;
    }

    .testimonalsImgShadow {
        width: 180px;
        height: 130px;
        background: #BC94FF;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 0px;
        position: absolute;
        z-index: 1;
    }

    .testimonalsImgBox {
        width: 150px;
        height: 150px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        border: 5px solid #7421E7;
        z-index: 2;
        border-radius: 10px;
        top: 60px;
        overflow: hidden;
    }

    .testimonalBack {
        width: 100%;
        min-height: 100%;
    }

    .special-testimonalImg {
        position: relative;top: -45px
    }
}

@media (max-width: 500.98px) {
    #whySuperCodersProg {
        width: 100% !important;
    }

    #homepage .banner-section .heading__one {
        line-height: 30px;
    }

    .font-73 {
        top: -10px;
        position: relative;
        font-size: 43px !important;
    }

    .font-2nd {
        top: 5px;
        position: relative;
        font-size: 26px !important;
        color: #333333 !important;
    }

    .banner-img {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        display: block !important;
    }

    #program-details {
        top: -70px !important;
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }

    #program-details::before {
        content: '';
        width: 100%;
        height: 50%;
        top: 15px;
        position: absolute;
        background: #C6A2F8;
        display: inline-block;
    }

    .font-48 {
        font-size: 34px !important;
        font-weight: 900 !important;
        line-height: 40px !important;
    }

    .font-15 {
        margin-bottom: 3px !important;
        font-size: 13px !important;
    }

    .font-22 {
        font-size: 15px !important;
    }

    .font-43 {
        font-size: 37px !important;
    }

    .font-17 {
        font-size: 15px !important;
    }

    #whySuperCodersProg {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .font-23 {
        font-size: 20px !important;
        text-transform: uppercase !important;
    }

    #carouselTestimonalControls {
        margin-top: 50px !important;
    }

    #carouselTestimonalControls .carousel-control-next {
        right: 0px !important;
    }

    .testimonalsImgContainer {
        position: relative;
        min-height: 60px !important;
    }

    .testimonalsImgShadow {
        display: none;
    }

    .testimonalsImgBox {
        border-radius: 50% !important;
        border: 3px dashed #7421E7 !important;
        overflow: hidden;
        top: -40px !important;
        left: 5px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px !important;
        height: 110px !important;
        position: absolute;
    }

    .testimonalsImgBox img {
        width: 100% !important;
        height: 100% !important;
        border: 8px solid transparent;
        border-radius: 50% !important;
    }

    .special-testimonalImg {
        top: 0px;
        position: relative;
    }

    .testimonal-quote {
        text-align: left !important;
    }

    #carouselTestimonalControls .testimonal-quote::before {
        content: unset;
    }

    .owner-testimonal {
        position: relative;
        padding-top: 15px;
        text-align: left !important;
    }

    .owner-testimonal::before {
        content: '';
        width: 70px;
        height: 2px;
        top: 2px;
        position: absolute;
        display: inline-block;
        background-color: #7421e8;
    }

    .border-dashed {
        border: 1.5px dashed #FFFFFF !important;
    }

    .gap-10 {
        gap: 10px 0px !important;
        padding: 20px 20px 0px 20px !important;
    }

    #onlyDedicatedImgBox {
        position: relative;
    }

    #onlyDedicatedImgBox img {
        top: 15px;
        right: -15px;
        width: 100px !important;
        position: absolute;
    }

    .font-42 {
        font-weight: 900 !important;
        line-height: 38px !important;
        font-size: 32px !important;
    }

    .apply-section-p {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 3px dashed #D8D8D8;
    }

    .apply-section {
        position: relative;
        padding-left: 25px;
    }

    .apply-section::before {
        content: '';
        height: 97%;
        width: 60px;
        left: 10px;
        top: -12px;
        position: absolute;
        border-left: 3px dashed #D8D8D8;
        border-bottom: 3px dashed #D8D8D8;
    }
    #partners-section .container {
        margin-bottom: 1em !important;
    }
    #partners-section .section__text {
        max-width: 100% !important;
        font-size: 18px !important;
    }

    .next__control > a, .prev__control > a {
        top: unset !important;
    }

    #bottom-supercoder .section__heading__one_1 {
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 36px !important;
        text-align: left;
    }

    #bottom-supercoder .section__text {
        max-width: 100% !important;
        text-align: left;
    }
    #bottom-supercoder>.text-center {
        text-align: left !important;
    }

    #supercoder-faq-section .highlighted__heading {
        font-family: 'Avenir Book';
        font-size: 25px !important;
    }    
}

/* (501x767) Smartphone or Tablet */
@media only screen and (min-device-width: 501px) and (max-device-width: 767px) {
    #whySuperCodersProg {
        width: 100% !important;
    }

    .font-73 {
        font-size: 54px !important;
    }
}

/* (768x1024)  Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #whySuperCodersProg {
        width: 90% !important;
    }
}

.btn-medium {
    padding: 0px !important;
}

.only-for-mobile {
    display: none;
}

/* Mobile Devices */
@media (max-width: 480px) {
    .navbar-collapse {
        position: absolute;
        top: 65px;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0px;
        padding: 0px 40px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
    .main-section-container {
        padding: 0px 2em;
    }
    .main-section-left {
        padding: 0px;
    }
    #invest-steps {
        padding: 2em;
    }
    #invest-steps h1 {
        font-size: 26px;
        text-align: left;
    }
    #invest-steps h1 br {
        display: none;
    }
    #invest-steps p {
        font-size: 20px;
        text-align: left;
    }
    #invest-steps ul {
        flex-direction: column;
        gap: 3em;
        padding-left: 0px;
    }
    #invest-steps ul li {
        width: 100%;
    }
    #invest-steps ul:first-of-type li::before {
        margin-bottom: 0.75em;
        padding-right: 1em;
        padding-left: 0.5em;
        padding-bottom: 0px;
        line-height: 24px;
        border-bottom: none;
        border-left: 5px solid #de6834;
    }
    #invest-steps ul li .content {
        margin-bottom: 1em;
    }
    #why-supercoder {
        padding: 2em;
    }
    #why-supercoder h1,
    #academy-faq-section h1 {
        font-size: 30px;
        text-align: left;
    }
    #why-supercoder p {
        font-size: 20px;
        text-align: left;
    }
    #why-supercoder ul {
        gap: 3em;
        padding-left: 0px;
    }
    #why-supercoder ul li {
        flex-direction: column;
        gap: 2em;
    }
    #why-supercoder ul li .image {
        width: 100%;
    }
    #why-supercoder ul li .content {
        padding-right: 0px;
    }

    #criteria {
        padding: 2em;
    }
    #criteria .brief {
        flex-direction: column;
        gap: 0px;
    }
    #criteria .brief .content {
        order: 1;
    }
    #criteria .brief h1 {
        font-size: 30px;
    }
    #criteria .brief h1 br {
        display: none;
    }
    #criteria .brief p {
        font-size: 20px;
    }
    #criteria .brief .image {
        order: 0;
        margin: -2em 0px;
        width: calc(100% + 0em);
        height: 200px;
    }
    #criteria ul li {
        padding-left: 1.25rem;
    }
    #criteria ul li .title {
        font-size: 22px;
    }
    #criteria ul li .title::before {
        left: -1.25rem
    }
    #criteria .btn-1 {
        margin-left: 0px;
    }

    .testimonials-holder {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #testimonials {
        flex-direction: column;
        padding: 2rem 0px !important;
    }
    #testimonials .control {
        top: 400px;
    }
    #testimonials .control,
    #testimonials .control:hover {
        background-color: transparent;
    }
    #testimonials .control.previous {
        left: -0.5rem;
    }
    #testimonials .control.next {
        right: -0.5rem;
    }
    #testimonials .description {
        align-items: flex-start;
        margin-top: 0px;
        width: auto;
        font-size: 24px;
    }
    #testimonials .description h2 {
        margin-top: 1rem;
    }
    /* #testimonials .cards {
        scroll-snap-type: x mandatory;
    } */
    #testimonials .cards .card {
        width: 100%;
        /* scroll-snap-align: start; */
    }
    /* #testimonials .card .image-container .image {
        background-size: contain;
    } */

    #homepage #partners-section {
        margin-top: 0px !important;
    }

    #faqs {
        flex-direction: column;
        gap: 1em;
        padding: 2em;
        padding-bottom: 0px;
    }
    #faqs .questions {
        padding: 0px;
        width: 100%;
        border-right: none;
        background-color: #fff;
    }
    #faqs .questions h6 {
        display: flex;
        padding-left: 0px;
        width: 100%;
    }
    #faqs .questions h6 .list-toggle-icon {
        display: none !important;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        width: 1.5em;
        height: 1.5em;
        border-radius: 0.25em;
    }
    #faqs .questions h6 .list-toggle-icon:active {
        background-color: #f8f8f8;
    }
    #faqs:not(.collapsed) .questions h6 .list-toggle-icon {
        background-color: #eee;
    }
    #faqs .questions h6 .list-toggle-icon svg {
        width: 1em;
        height: 1em;
    }
    #faqs .questions ul {
        padding: 0px 1em;
    }
    #faqs.collapsed .questions ul {
        display: none;
    }
    #faqs .questions ul li {
        padding-left: 0px;
        font-size: 16px;
    }
    /* #faqs .questions ul li.active::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 0px;
        width: 6px;
        height: calc(100% - 0.5em);
        background-color: #de6834;
    } */
    #faqs .questions ul li.active .answer {
        display: block;
    }
    #faqs .questions .btn-1 {
        display: none;
    }
    #faqs .view-area {
        display: none;
        padding: 0px;
        background-color: #fff;
    }
    #faqs .view-area .question {
        font-size: 20px;
    }
    #faqs .view-area .answer {
        font-size: 16px;
        overflow-wrap: break-word;
    }

    .only-for-mobile {
        display: inline-block;
    }
    .not-for-mobile {
        display: none;
    }
}

@media (max-width: 330px) {
    .main-section-left .main_text_1 {
        font-size: 26px;
    }
}